MCPcopy Create free account

hub / github.com/angular/components / functions

Functions7,844 in github.com/angular/components

↓ 7 callersMethodwithLockedPosition
* Sets whether the overlay's position should be locked in after it is positioned * initially. When an overlay is locked in, it won't attempt to rep
src/cdk/overlay/position/flexible-connected-position-strategy.ts:476
↓ 7 callersMethodwithPush
Sets whether the overlay can be pushed on-screen if none of the provided positions fit.
src/cdk/overlay/position/flexible-connected-position-strategy.ts:465
↓ 7 callersMethodwithTypeAhead
* Turns on typeahead mode which allows users to set the active item by typing. * @param debounceInterval Time to wait after the last keystroke befo
src/cdk/a11y/key-manager/list-key-manager.ts:144
↓ 7 callersMethodwithViewportMargin
* Sets a minimum distance the overlay may be positioned from the bottom edge of the viewport. * @param margin Required margin between the overlay a
src/cdk/overlay/position/flexible-connected-position-strategy.ts:447
↓ 6 callersMethod_getChipStream
* Gets a stream of events from all the chips within the set. * The stream will automatically incorporate any newly-added chips.
src/material/chips/chip-set.ts:205
↓ 6 callersMethod_getHostElement
Returns the host DOM element.
src/material/menu/menu-item.ts:121
↓ 6 callersMethod_getItemsArray
Returns the items as an array.
src/cdk/a11y/key-manager/list-key-manager.ts:450
↓ 6 callersFunction_getShadowRoot
(element: HTMLElement)
src/cdk/platform/features/shadow-dom.ts:22
↓ 6 callersMethod_isTooltipVisible
Returns true if the tooltip is currently visible to the user
src/material/tooltip/tooltip.ts:493
↓ 6 callersMethod_markButtonsForCheck
Marks all of the child button toggles to be checked.
src/material/button-toggle/button-toggle.ts:542
↓ 6 callersMethod_navigate
* Safely performs a navigation operation. * * Handles conditionally disabling wrapping for when a navigation * operation is occurring while t
src/aria/private/behaviors/list/list.ts:222
↓ 6 callersMethod_setSelectedState
(isSelected: boolean, isUserInput: boolean, emitEvent: boolean)
src/material/chips/chip-option.ts:195
↓ 6 callersMethod_updateTickMarkUI
Updates the dots along the slider track.
src/material/slider/slider.ts:874
↓ 6 callersMethodactivate
Perform the main action (i.e. selection) for this item.
src/cdk/a11y/key-manager/tree-key-manager-strategy.ts:21
↓ 6 callersMethodanchor
Marks the given index as the potential start of a range selection.
src/aria/private/behaviors/list/list.ts:140
↓ 6 callersFunctionbuildComponent
( options: ComponentOptions, additionalFiles: {[key: string]: string} = {}, )
src/cdk/schematics/utils/build-component.ts:154
↓ 6 callersMethodconnect
()
src/material/tree/tree-using-tree-control.spec.ts:699
↓ 6 callersFunctioncreateTouchEvent
(type: string, pageX = 0, pageY = 0, clientX = 0, clientY = 0)
src/cdk/testing/testbed/fake-events/event-objects.ts:109
↓ 6 callersFunctiondecorateDeprecatedDoc
(doc: ApiDoc & DeprecationInfo)
tools/dgeni/common/decorators.ts:101
↓ 6 callersFunctiondetectChanges
Run change detection and extract then set the rendered elements.
src/cdk/menu/menu-bar.spec.ts:91
↓ 6 callersMethoddisconnect
()
src/cdk/tree/tree.spec.ts:1575
↓ 6 callersMethodfadeOut
Fades out the ripple element.
src/material/core/ripple/ripple-ref.ts:55
↓ 6 callersMethodfocusFirstItem
Place focus on the first MenuItem in the menu.
src/cdk/menu/menu-interface.ts:28
↓ 6 callersMethodfocusItem
(itemOrIndex: number | T, options: {emitChangeEvent?: boolean} = {})
src/components-examples/cdk/tree/cdk-tree-custom-key-manager/cdk-tree-custom-key-manager-example.ts:167
↓ 6 callersMethodgetAllRawElements
* Gets a list of all elements matching the given selector under this environment's root element.
src/cdk/testing/testbed/testbed-harness-environment.ts:221
↓ 6 callersFunctiongetAriaReferenceIds
(el: Element, attr: string)
src/cdk/a11y/aria-describer/aria-reference.ts:47
↓ 6 callersMethodgetCoords
Gets the primary coordinates of the given cell.
src/aria/private/behaviors/grid/grid-data.ts:141
↓ 6 callersMethodgetItemTabindex
Returns the tab index for the given item.
src/aria/private/behaviors/list/list.ts:105
↓ 6 callersMethodgetItems
* Gets a list of `MatMenuItemHarness` representing the items in the menu. * @param filters Optionally filters which menu items are included.
src/material/menu/testing/menu-harness.ts:98
↓ 6 callersMethodgetLabelText
Gets the option group's label text.
src/material/core/testing/optgroup-harness.ts:42
↓ 6 callersMethodgetLevel
Gets the level of the tree item. Note that this gets the aria-level and is 1 indexed.
src/aria/tree/testing/item-harness.ts:64
↓ 6 callersMethodgetRows
Gets all rows in the grid.
src/aria/grid/testing/grid-harness.ts:151
↓ 6 callersMethodgetRows
Gets all the regular data rows in a table.
src/material/table/testing/table-harness.ts:59
↓ 6 callersMethodgetSize
Gets the size of the badge.
src/material/badge/testing/badge-harness.ts:64
↓ 6 callersFunctiongetSupportedInputTypes
()
src/cdk/platform/features/input-types.ts:43
↓ 6 callersMethodgetType
Gets the type of the icon.
src/material/icon/testing/icon-harness.ts:35
↓ 6 callersMethodgetValue
Gets the value of the input.
src/material/timepicker/testing/timepicker-input-harness.ts:100
↓ 6 callersMethodgetYearName
(date: Date)
src/material/core/datetime/native-date-adapter.ts:91
↓ 6 callersMethodgoto
Goes to and optionally focuses the specified menu item.
src/aria/private/menu/menu.ts:591
↓ 6 callersMethodisCalendarOpen
()
src/material/datepicker/testing/datepicker-trigger-harness-base.ts:15
↓ 6 callersMethodisDisabled
Whether the chip is disabled.
src/material/chips/testing/chip-harness.ts:57
↓ 6 callersMethodisEmpty
Return true if this stack is empty.
src/cdk/menu/menu-stack.ts:178
↓ 6 callersMethodisListDisabled
Whether the list is in a disabled state.
src/aria/private/behaviors/list-focus/list-focus.ts:62
↓ 6 callersMethodisValid
Gets a boolean promise indicating if the select is valid.
src/material/select/testing/select-harness.ts:52
↓ 6 callersMethodisVisible
Whether the tooltip is being displayed.
src/material/tooltip/tooltip.ts:1057
↓ 6 callersFunctionkeydown
(key: string, target = groupElement)
src/aria/accordion/accordion.spec.ts:25
↓ 6 callersMethodmeasureScrollOffset
* Measures the scroll offset relative to the specified edge of the viewport. This method can be * used instead of directly checking scrollLeft or s
src/cdk/scrolling/scrollable.ts:153
↓ 6 callersMethodoverwrite
(filePath: Path, content: string)
src/cdk/schematics/ng-update/devkit-file-system.ts:69
↓ 6 callersMethodpeek
* Gets the coordinates of the next focusable cell in a given direction, without changing focus.
src/aria/private/behaviors/grid/grid-navigation.ts:75
↓ 6 callersMethodregister
* Register function to be used by the contained MatSortables. Adds the MatSortable to the * collection of MatSortables.
src/material/sort/sort.ts:138
↓ 6 callersMethodrenderRows
* Renders rows based on the table's latest set of data, which was either provided directly as an * input or retrieved through an Observable stream
src/cdk/table/table.ts:731
↓ 6 callersFunctionrunAccessibilityChecks
(root: HTMLElement)
src/cdk/testing/private/run-accessibility-checks.ts:27
↓ 6 callersMethodsetOrigin
* Sets the origin, relative to which to position the overlay. * Using an element origin is useful for building components that need to be positione
src/cdk/overlay/position/flexible-connected-position-strategy.ts:488
↓ 6 callersMethodsetPreviousItemActive
Sets the active item to a previous enabled item in the list.
src/cdk/a11y/key-manager/list-key-manager.ts:350
↓ 6 callersMethodsetTime
(target: Date, hours: number, minutes: number, seconds: number)
src/material/core/datetime/native-date-adapter.ts:244
↓ 6 callersMethodsetValue
Sets the value of the thumb.
src/material/slider/testing/slider-thumb-harness.ts:54
↓ 6 callersFunctionstartDraggingViaMouse
( fixture: ComponentFixture<any>, element: Element, x?: number, y?: number, )
src/cdk/drag-drop/directives/test-utils.spec.ts:80
↓ 6 callersFunctiontoggleNativeDragInteractions
(element: HTMLElement, enable: boolean)
src/cdk/drag-drop/dom/styling.ts:50
↓ 6 callersFunctiontrustedHTMLFromString
(html: string)
src/cdk/private/trusted-types.ts:67
↓ 6 callersMethodupdatePosition
* Updates the dialog's position. * @param position New dialog position.
src/material/dialog/dialog-ref.ts:197
↓ 6 callersMethodupdateSize
Update the size properties of the overlay.
src/cdk/overlay/overlay-ref.ts:350
↓ 6 callersMethodupdateStickyColumnStyles
* Updates the column sticky styles. First resets all applied styles with respect to the cells * sticking to the left and right. Then sticky styles
src/cdk/table/table.ts:886
↓ 6 callersMethodvalidate
Returns a set of violations
src/aria/private/grid/grid.ts:200
↓ 6 callersMethodwith
* Gets a `HarnessPredicate` that can be used to search for a `MatCalendarHarness` * that meets certain criteria. * @param options Options for fi
src/material/datepicker/testing/calendar-harness.ts:33
↓ 5 callersMethod_actions
Gets the webdriver action sequence.
src/cdk/testing/selenium-webdriver/selenium-web-driver-element.ts:277
↓ 5 callersMethod_assignValue
Assigns a specific value to the select. Returns whether the value has changed.
src/material/select/select.ts:1099
↓ 5 callersMethod_detach
Detaches the currently-attached tooltip.
src/material/tooltip/tooltip.ts:587
↓ 5 callersMethod_format
* When converting Date object to string, javascript built-in functions may return wrong * results because it applies its internal DST rules. The DS
src/material/core/datetime/native-date-adapter.ts:337
↓ 5 callersMethod_getHostAttribute
(attributeName: string)
src/aria/tree/testing/item-harness.ts:99
↓ 5 callersMethod_getLayoutDirection
The text direction of the containing app.
src/material/tabs/tab-body.ts:274
↓ 5 callersMethod_getThumb
Gets the slider thumb HTML input element of the given thumb position.
src/material/slider/slider.ts:925
↓ 5 callersMethod_hasFocus
()
src/material/chips/chip.ts:148
↓ 5 callersMethod_isRtl
Whether the we're dealing with an RTL context
src/cdk/overlay/position/flexible-connected-position-strategy.ts:1178
↓ 5 callersMethod_navigate
Navigates to a specific page index.
src/material/paginator/paginator.ts:359
↓ 5 callersMethod_selectViaInteraction
* `Selects the option while indicating the selection came from the user. Used to * determine if the select's view -> model callback should be invok
src/material/core/option/option.ts:243
↓ 5 callersMethod_skipUpdate
()
src/material/slider/slider.ts:567
↓ 5 callersMethod_stateChanged
Marks the component to be change detected.
src/cdk/stepper/stepper.ts:525
↓ 5 callersMethod_stopScrolling
Stops any currently-running auto-scroll sequences.
src/cdk/drag-drop/drop-list-ref.ts:589
↓ 5 callersMethod_toggleClasses
Toggles a single CSS class or an array of classes on an element.
src/cdk/overlay/overlay-ref.ts:514
↓ 5 callersMethod_updateMinMax
()
src/material/slider/slider-input.ts:724
↓ 5 callersMethod_updateState
* Updates the selection state of cells in a given range and preserves previous changes * to a undo list.
src/aria/private/behaviors/grid/grid-selection.ts:110
↓ 5 callersMethod_updateTrackUI
Updates the scale on the active portion of the track.
src/material/slider/slider.ts:814
↓ 5 callersMethodaddColumnDef
Adds a column definition that was not included as part of the content children.
src/cdk/table/table.ts:774
↓ 5 callersMethodaddData
()
src/material/table/table.spec.ts:646
↓ 5 callersMethodaddData
(amount = 1)
src/cdk/table/table.spec.ts:2159
↓ 5 callersMethodadvance
* Navigates to the next focusable cell in a given direction.
src/aria/private/behaviors/grid/grid-navigation.ts:88
↓ 5 callersMethodcenterVertically
* Centers the overlay vertically with an optional offset. * Clears any previously set vertical position. * * @param offset Overlay offset fro
src/cdk/overlay/position/global-position-strategy.ts:174
↓ 5 callersMethodclose
(reason: string)
src/components-examples/material/sidenav/sidenav-disable-close/sidenav-disable-close-example.ts:17
↓ 5 callersMethodclose
* Pop items off of the stack up to and including `lastItem` and emit each on the close * observable. If the stack is empty or `lastItem` is not on
src/cdk/menu/menu-stack.ts:128
↓ 5 callersMethodcollapseAll
Collapse all the dataNodes in the tree
src/cdk/tree/control/tree-control.ts:45
↓ 5 callersFunctioncreateFakeEvent
(type: string, bubbles = false, cancelable = true, composed = true)
src/cdk/testing/testbed/fake-events/event-objects.ts:157
↓ 5 callersFunctioncreateLocalAngularPackageImporter
(packageDirAbsPath: string)
tools/sass/local-sass-importer.ts:12
↓ 5 callersFunctiondefineTestVariables
()
src/aria/tabs/tabs.spec.ts:108
↓ 5 callersFunctiondefineTestVariables
()
src/aria/tree/tree.spec.ts:73
↓ 5 callersFunctiondelay
(amount: number)
src/aria/private/menu/menu.spec.ts:201
↓ 5 callersMethoddisabled
()
src/material/tree/node.ts:101
↓ 5 callersFunctiondragElementViaMouse
( fixture: ComponentFixture<any>, element: Element, x: number, y: number, )
src/cdk/drag-drop/directives/test-utils.spec.ts:58
↓ 5 callersFunctionextendStyles
Shallow-extends a stylesheet object with another stylesheet object.
src/cdk/overlay/position/flexible-connected-position-strategy.ts:1388
↓ 5 callersMethodfocusCell
Focuses the given cell.
src/aria/private/behaviors/grid/grid-focus.ts:124
↓ 5 callersMethodfocusFirstTabbableElement
* Focuses the first tabbable element within the focus trap region. * @returns Whether focus was moved successfully.
src/cdk/a11y/focus-trap/focus-trap.ts:251
← previousnext →301–400 of 7,844, ranked by callers