MCPcopy Create free account

hub / github.com/angular/components / functions

Functions7,844 in github.com/angular/components

↓ 5 callersMethodfocusInitialElement
* Focuses the element that should be focused when the focus trap is initialized. * @returns Whether focus was moved successfully.
src/cdk/a11y/focus-trap/focus-trap.ts:205
↓ 5 callersMethodformat
(date: Date, displayFormat: string)
src/material-date-fns-adapter/adapter/date-fns-adapter.ts:166
↓ 5 callersFunctiongetCalendarId
(host: Promise<TestElement>)
src/material/datepicker/testing/datepicker-trigger-harness-base.ts:69
↓ 5 callersMethodgetCells
* Gets a list of cells inside the calendar. * @param filter Optionally filters which cells are included.
src/material/datepicker/testing/calendar-harness.ts:41
↓ 5 callersMethodgetEndThumb
Gets the thumb (for single point sliders), or the end thumb (for range sliders).
src/material/slider/testing/slider-harness.ts:52
↓ 5 callersMethodgetFirstDayOfWeek
()
src/material/core/datetime/native-date-adapter.ts:96
↓ 5 callersMethodgetHours
(date: Date)
src/material/core/datetime/native-date-adapter.ts:264
↓ 5 callersMethodgetItem
(index: number)
src/cdk/testing/tests/harnesses/sub-component-harness.ts:40
↓ 5 callersMethodgetLabelId
Gets the ID of the input's label.
src/material/timepicker/timepicker.ts:103
↓ 5 callersMethodgetMinutes
(date: Date)
src/material/core/datetime/native-date-adapter.ts:268
↓ 5 callersFunctiongetNodes
(treeElement: Element)
src/cdk/tree/tree.spec.ts:1627
↓ 5 callersFunctiongetNodes
(treeElement: Element)
src/cdk/tree/tree-with-tree-control.spec.ts:1347
↓ 5 callersMethodgetPlaceholder
Gets the placeholder of the input.
src/material/input/testing/input-harness.ts:84
↓ 5 callersMethodgetPlaceholderElement
* Returns the element that is being used as a placeholder * while the current element is being dragged.
src/cdk/drag-drop/directives/drag.ts:263
↓ 5 callersMethodgetRenderedRange
Get the current rendered range of items.
src/cdk/scrolling/virtual-scroll-viewport.ts:329
↓ 5 callersMethodgetSeconds
(date: Date)
src/material/core/datetime/native-date-adapter.ts:272
↓ 5 callersMethodgetStartInput
Gets the inner start date input inside the range input.
src/material/datepicker/testing/date-range-input-harness.ts:81
↓ 5 callersMethodgetText
Gets a promise for the text content the option.
src/material/chips/testing/chip-harness.ts:50
↓ 5 callersFunctiongetTransform
(x: number, y: number)
src/cdk/drag-drop/dom/styling.ts:114
↓ 5 callersMethodhasAttached
Whether the overlay has attached content.
src/cdk/overlay/overlay-ref.ts:290
↓ 5 callersMethodisDateInstance
(obj: any)
src/material/core/datetime/native-date-adapter.ts:232
↓ 5 callersMethodisEditable
Whether the chip is editable.
src/material/chips/testing/chip-row-harness.ts:19
↓ 5 callersMethodisEmpty
Gets a boolean promise indicating if the select is empty (no value is selected).
src/material/select/testing/select-harness.ts:62
↓ 5 callersMethodisFocusable
Returns true if the given cell can be navigated to.
src/aria/private/behaviors/grid/grid-focus.ts:119
↓ 5 callersMethodisFocusable
* Gets whether an element can be focused by the user. * * @param element Element to be checked. * @param config The config object with option
src/cdk/a11y/interactivity-checker/interactivity-checker.ts:144
↓ 5 callersFunctionisTouchEvent
Determines whether an event is a touch event.
src/cdk/drag-drop/drag-ref.ts:1671
↓ 5 callersMethodisValid
(date: Date)
src/material-date-fns-adapter/adapter/date-fns-adapter.ts:212
↓ 5 callersMethodlaunch
Launches a manual ripple at the specified coordinated or just by the ripple config.
src/material/core/ripple/ripple.ts:217
↓ 5 callersMethodmatchMedia
* Evaluates the given media query and returns the native MediaQueryList from which results * can be retrieved. * Confirms the layout engine will
src/cdk/layout/media-matcher.ts:41
↓ 5 callersMethodopenCalendar
()
src/material/datepicker/testing/datepicker-trigger-harness-base.ts:16
↓ 5 callersMethodorientation
()
src/cdk/stepper/stepper.ts:397
↓ 5 callersMethodpeekLast
* Gets the coordinates of the last focusable cell. * If a row is not provided, searches the entire grid.
src/aria/private/behaviors/grid/grid-navigation.ts:120
↓ 5 callersFunctionprovideLuxonDateAdapter
( formats: MatDateFormats = MAT_LUXON_DATE_FORMATS, )
src/material-luxon-adapter/adapter/index.ts:32
↓ 5 callersMethodresizeToFitContent
* Resize the textarea to fit its content. * @param force Whether to force a height recalculation. By default the height will be * recalculate
src/cdk/text-field/autosize.ts:297
↓ 5 callersMethodscrollTo
* Scrolls to the specified offsets. This is a normalized version of the browser's native scrollTo * method, since browsers are not consistent about
src/cdk/scrolling/scrollable.ts:88
↓ 5 callersMethodscrollToOffset
* Scrolls to the given offset from the start of the viewport. Please note that this is not always * the same as setting `scrollTop` or `scrollLeft`
src/cdk/scrolling/virtual-scroll-viewport.ts:413
↓ 5 callersMethodsearch
Handles typeahead search navigation for the list.
src/aria/private/behaviors/list/list.ts:145
↓ 5 callersMethodsetCurrentSelectedItemIndex
(index: number)
src/cdk/a11y/key-manager/typeahead.ts:69
↓ 5 callersMethodsetLastItemActive
Sets the active item to the last enabled item in the list.
src/cdk/a11y/key-manager/list-key-manager.ts:340
↓ 5 callersMethodtoggle
Expand or collapse data node
src/cdk/tree/control/tree-control.ts:33
↓ 5 callersMethodtop
* Sets the top position of the overlay. Clears any previously set vertical position. * @param value New top offset.
src/cdk/overlay/position/global-position-strategy.ts:64
↓ 5 callersMethodtriggersSubmenu
Whether the menu triggers a sub-menu or a top-level one.
src/material/menu/menu-trigger.ts:117
↓ 5 callersFunctiontypeInElement
(element: HTMLElement, ...modifiersAndKeys: any[])
src/cdk/testing/testbed/fake-events/type-in-element.ts:105
↓ 5 callersMethodupdateSize
* Updates the dialog's width and height. * @param width New width of the dialog. * @param height New height of the dialog.
src/cdk/dialog/dialog-ref.ts:129
↓ 5 callersMethodvalue
()
src/components-examples/material/form-field/form-field-custom-control/form-field-custom-control-example.ts:150
↓ 5 callersMethodwithPopoverLocation
* Determines where in the DOM the overlay will be rendered when popover mode is enabled. * @param location Configures the location in the DOM. Supp
src/cdk/overlay/position/flexible-connected-position-strategy.ts:532
↓ 4 callersMethod_alignInkBarToSelectedTab
()
src/material/tabs/tab-group.ts:46
↓ 4 callersMethod_assertInitialized
()
src/google-maps/map-ground-overlay/map-ground-overlay.ts:211
↓ 4 callersMethod_assertInitialized
()
src/google-maps/map-directions-renderer/map-directions-renderer.ts:160
↓ 4 callersMethod_cacheParentPositions
Caches the positions of the configured scrollable parents.
src/cdk/drag-drop/drop-list-ref.ts:626
↓ 4 callersMethod_canOpen
Determines whether the panel can be opened.
src/material/autocomplete/autocomplete-trigger.ts:984
↓ 4 callersMethod_clearOpenTimeout
Clears the open timeout.
src/aria/private/menu/menu.ts:463
↓ 4 callersMethod_completeDetachContent
()
src/cdk/overlay/overlay-ref.ts:572
↓ 4 callersMethod_createDateWithOverflow
Creates a date but allows the month and date to overflow.
src/material/core/datetime/native-date-adapter.ts:308
↓ 4 callersMethod_createMoment
Creates a Moment instance while respecting the current UTC settings.
src/material-moment-adapter/adapter/moment-date-adapter.ts:284
↓ 4 callersMethod_emitChangeEvent
Emits a change event and clears the records of selected and deselected values.
src/cdk/collections/selection-model.ts:193
↓ 4 callersMethod_getActions
Gets all of the actions within the chip.
src/material/chips/chip.ts:370
↓ 4 callersMethod_getCellCompareValue
Gets the value that will be used to one cell to another.
src/material/datepicker/month-view.ts:580
↓ 4 callersMethod_getConcreteValue
Returns a value that is comparable to inputValue by applying compareWith function, returns the same inputValue otherwise.
src/cdk/collections/selection-model.ts:262
↓ 4 callersMethod_getPointerPositionOnPage
Determines the point of the page that was touched by the user.
src/cdk/drag-drop/drag-ref.ts:1269
↓ 4 callersMethod_getThumb
Gets the slider thumb HTML input element of the given thumb position.
src/material/slider/slider-interface.ts:92
↓ 4 callersMethod_hasFloatingLabel
()
src/material/datepicker/datepicker-input-base.ts:75
↓ 4 callersMethod_hasFormControl
Checks whether the form-field control has set up a form control.
src/material/form-field/testing/form-field-harness.ts:238
↓ 4 callersMethod_hasQueuedChanges
Whether there are queued up change to be emitted.
src/cdk/collections/selection-model.ts:257
↓ 4 callersMethod_init
Initializes this year view.
src/material/datepicker/year-view.ts:294
↓ 4 callersMethod_isOutOfView
Checks whether an item at a specific index is outside of the viewport.
docs/src/app/shared/carousel/carousel.ts:147
↓ 4 callersMethod_isRippleDisabled
Whether or not the ripple should be disabled.
src/material/chips/chip.ts:321
↓ 4 callersMethod_isShowingRipple
Whether the given rippleRef is currently fading in or visible.
src/material/slider/slider-thumb.ts:229
↓ 4 callersMethod_markChangeDetectionNeeded
Queue up change detection to run.
src/cdk/scrolling/virtual-scroll-viewport.ts:511
↓ 4 callersMethod_markRadiosForCheck
()
src/material/radio/radio.ts:332
↓ 4 callersMethod_openPanelInternal
(valueOnAttach = this._element.nativeElement.value)
src/material/autocomplete/autocomplete-trigger.ts:749
↓ 4 callersMethod_outletAssigned
Invoked whenever an outlet is created and has been assigned to the table.
src/cdk/table/table.ts:967
↓ 4 callersMethod_removeTriggerEvents
Removes previously registered event listeners from the trigger element.
src/material/core/ripple/ripple-renderer.ts:459
↓ 4 callersMethod_select
Selects an array of values.
src/cdk/collections/selection-model.ts:161
↓ 4 callersMethod_setActiveItemByIndex
* Sets the active item to the first enabled item starting at the index specified. If the * item is disabled, it will move in the fallbackDelta dire
src/cdk/a11y/key-manager/list-key-manager.ts:431
↓ 4 callersMethod_setIsFocused
Used to relay updates to _isFocused to the slider visual thumbs.
src/material/slider/slider-input.ts:239
↓ 4 callersMethod_setNextFocusToSelectedOption
Sets the first selected option as first in the keyboard focus order.
src/cdk/listbox/listbox.ts:914
↓ 4 callersMethod_setSelected
* Sets the selected state of the option. * @returns Whether the value has changed.
src/material/list/list-option.ts:270
↓ 4 callersMethod_startEditing
(event?: Event)
src/material/chips/chip-row.ts:194
↓ 4 callersMethod_syncButtonToggle
* Syncs a button toggle's selected state with the model value. * @param toggle Toggle to be synced. * @param select Whether the toggle should be
src/material/button-toggle/button-toggle.ts:384
↓ 4 callersMethod_syncListboxProperties
Syncs the chip-listbox selection state with the individual chips.
src/material/chips/chip-listbox.ts:361
↓ 4 callersMethod_toggleNativeDragInteractions
Toggles the native drag interactions, based on how many handles are registered.
src/cdk/drag-drop/drag-ref.ts:1366
↓ 4 callersMethod_updateChangeSubscription
* Subscribe to changes that should trigger an update to the table's rendered rows. When the * changes occur, process the current state of the filte
src/material/table/table-data-source.ts:265
↓ 4 callersMethod_updatePositionStrategy
Updates the state of a position strategy, based on the values of the directive inputs.
src/cdk/overlay/overlay-directives.ts:406
↓ 4 callersMethod_updateRenderedRange
Update the viewport's rendered range.
src/cdk/scrolling/fixed-size-virtual-scroll.ts:121
↓ 4 callersMethod_updateScrollbar
* Set padding on the scrollbar track based on the sticky states from CdkTable.
src/cdk-experimental/table-scroll-container/table-scroll-container.ts:88
↓ 4 callersMethod_updateSibling
()
src/material/slider/slider-input.ts:796
↓ 4 callersMethod_updateTickMarkTrackUI
Updates the width of the tick mark track.
src/material/slider/slider.ts:788
↓ 4 callersMethodaddChild
(parent: TestData, isFlat: boolean = true)
src/cdk/tree/tree.spec.ts:1579
↓ 4 callersMethodaddChild
(parent: TestData, isFlat: boolean = true)
src/cdk/tree/tree-with-tree-control.spec.ts:1316
↓ 4 callersMethodaddPanelClass
Add a CSS class or an array of classes to the overlay pane.
src/material/dialog/dialog-ref.ts:228
↓ 4 callersMethodaddSvgIconLiteral
* Registers an icon using an HTML string in the default namespace. * @param iconName Name under which the icon should be registered. * @param li
src/material/icon/icon-registry.ts:174
↓ 4 callersFunctionadjustDomRect
( domRect: { top: number; bottom: number; left: number; right: number; width: number;
src/cdk/drag-drop/dom/dom-rect.ts:63
↓ 4 callersMethodattachAnchors
* Inserts the anchors into the DOM. This is usually done automatically * in the constructor, but can be deferred for cases like directives with `*n
src/cdk/a11y/focus-trap/focus-trap.ts:99
↓ 4 callersMethodbackdropClick
* Gets an observable that emits when the overlay's backdrop has been clicked.
src/material/dialog/dialog-ref.ts:182
↓ 4 callersMethodbeginRangeSelection
Marks the given index as the start of a range selection.
src/aria/private/behaviors/list-selection/list-selection.ts:200
↓ 4 callersMethodbottom
* Sets the bottom position of the overlay. Clears any previously set vertical position. * @param value New bottom offset.
src/cdk/overlay/position/global-position-strategy.ts:85
↓ 4 callersMethodclose
Called on Escape keyup. Closes the edit.
src/cdk-experimental/popover-edit/lens-directives.ts:92
↓ 4 callersMethodclose
Closes the menu.
src/aria/menu/menu.ts:212
↓ 4 callersMethodclose
Closes the timepicker.
src/material/timepicker/timepicker.ts:287
← previousnext →401–500 of 7,844, ranked by callers