MCPcopy Create free account

hub / github.com/angular/components / functions

Functions7,844 in github.com/angular/components

↓ 4 callersMethodclose
* Close the dialog. * @param result Optional result to return to the dialog opener. * @param options Additional options to customize the closing
src/cdk/dialog/dialog-ref.ts:102
↓ 4 callersMethodcloseCalendar
()
src/material/datepicker/testing/datepicker-trigger-harness-base.ts:17
↓ 4 callersMethodconnect
()
src/material/table/table.spec.ts:640
↓ 4 callersMethodcreate
(filePath: Path, content: string)
src/cdk/schematics/ng-update/devkit-file-system.ts:73
↓ 4 callersFunctioncreateComponent
* Build a component for testing and render it. * @param componentClass the component to create
src/cdk/menu/menu-item.spec.ts:92
↓ 4 callersMethodcreateDrag
* Called when the user has dragged a date in the currently selected range to another * date. Returns the date updated range that should result from
src/material/datepicker/date-range-selection-strategy.ts:51
↓ 4 callersFunctioncrossEnvironmentSpecs
( getHarnessLoaderFromEnvironment: () => HarnessLoader, getMainComponentHarnessFromEnvironment: () => Prom
src/cdk/testing/tests/cross-environment-tests.ts:35
↓ 4 callersMethoddateFilter
()
src/material/datepicker/date-range-input.ts:152
↓ 4 callersMethoddescribe
(hostElement: Element, message: string | HTMLElement, role?: string)
src/cdk/a11y/aria-describer/aria-describer.ts:71
↓ 4 callersMethoddeselect
Deselects the item at the current active index.
src/aria/private/behaviors/list-selection/list-selection.ts:74
↓ 4 callersMethoddeselectAll
Deselects all items in the list.
src/aria/private/behaviors/list-selection/list-selection.ts:112
↓ 4 callersMethoddisconnect
()
src/cdk-experimental/popover-edit/popover-edit.spec.ts:944
↓ 4 callersMethoddismissWithAction
Marks the snackbar action clicked.
src/material/snack-bar/snack-bar-ref.ts:70
↓ 4 callersMethodenter
(item: DragRef, pointerX: number, pointerY: number, index?: number)
src/cdk/drag-drop/sorting/drop-list-sort-strategy.ts:29
↓ 4 callersMethodexpandDescendants
Expand a data node and all its descendants
src/cdk/tree/control/tree-control.ts:51
↓ 4 callersFunctionextendStyles
( dest: CSSStyleDeclaration, source: Record<string, string>, importantProperties?: Set<string>, )
src/cdk/drag-drop/dom/styling.ts:24
↓ 4 callersFunctionfindJsDocTag
(doc: ApiDoc, tagName: string)
tools/dgeni/common/tags.ts:61
↓ 4 callersFunctionfocus
()
src/aria/combobox/combobox.spec.ts:52
↓ 4 callersMethodfocus
Focuses the select element.
src/material/select/select.ts:1327
↓ 4 callersMethodfocusCoordinates
Moves focus to the cell at the given coordinates if it's part of a focusable cell.
src/aria/private/behaviors/grid/grid-focus.ts:144
↓ 4 callersMethodfocusItem
* Focus the provided item by index. * * Updates the state of the currently active item. Emits to `change` stream if active item * Changes.
src/cdk/a11y/key-manager/tree-key-manager-strategy.ts:125
↓ 4 callersMethodforceStabilize
* Flushes change detection and async tasks captured in the Angular zone. * In most cases it should not be necessary to call this manually. However,
src/cdk/testing/component-harness.ts:311
↓ 4 callersMethodformat
(date: Moment, displayFormat: string)
src/material-moment-adapter/adapter/moment-date-adapter.ts:184
↓ 4 callersMethodgetActiveDescendant
The id of the current active item.
src/aria/private/behaviors/list-focus/list-focus.ts:67
↓ 4 callersFunctiongetActiveOffset
( dateAdapter: DateAdapter<D>, activeDate: D, minDate: D | null, maxDate: D | null, )
src/material/datepicker/multi-year-view.ts:425
↓ 4 callersMethodgetAncestorScrollContainers
Returns all registered containers that contain the provided element.
src/cdk/scrolling/scroll-dispatcher.ts:145
↓ 4 callersFunctiongetAppState
()
src/dev-app/dev-app/dev-app-state.ts:28
↓ 4 callersMethodgetAverageItemSize
Returns the average item size.
src/cdk-experimental/scrolling/auto-size-virtual-scroll.ts:40
↓ 4 callersMethodgetDateNames
()
src/material/core/datetime/native-date-adapter.ts:81
↓ 4 callersMethodgetDayOfWeek
(date: Date)
src/material/core/datetime/native-date-adapter.ts:72
↓ 4 callersMethodgetDayOfWeekNames
(style: 'long' | 'short' | 'narrow')
src/material/core/datetime/native-date-adapter.ts:86
↓ 4 callersMethodgetDescendants
Get all descendants of a data node
src/cdk/tree/control/tree-control.ts:30
↓ 4 callersFunctiongetElements
(element: Element, query: string)
src/material/table/table.spec.ts:1071
↓ 4 callersFunctiongetElements
(element: Element, query: string)
src/cdk/table/table.spec.ts:3408
↓ 4 callersMethodgetId
Gets the id of the thumb.
src/material/slider/testing/slider-thumb-harness.ts:101
↓ 4 callersMethodgetItemById
(id: string)
docs/src/app/shared/guide-items/guide-items.ts:76
↓ 4 callersMethodgetItemIndex
(item: DragRef)
src/cdk/drag-drop/sorting/drop-list-sort-strategy.ts:35
↓ 4 callersMethodgetItemTabIndex
Returns the tab index for the given item.
src/aria/private/behaviors/list-focus/list-focus.ts:86
↓ 4 callersMethodgetItems
(section: string)
docs/src/app/shared/documentation-items/documentation-items.ts:606
↓ 4 callersMethodgetLevel
Gets the level of the tree node. Note that this gets the aria-level and is 1 indexed.
src/material/tree/testing/node-harness.ts:49
↓ 4 callersFunctiongetListFocus
(inputs: TestInputs = {})
src/aria/private/behaviors/list-focus/list-focus.spec.ts:20
↓ 4 callersFunctiongetListItemPredicate
( harnessType: ComponentHarnessConstructor<H>, options: BaseListItemHarnessFilters, )
src/material/list/testing/list-item-harness-base.ts:29
↓ 4 callersMethodgetListTabIndex
The tab index for the list.
src/aria/private/behaviors/list-focus/list-focus.ts:78
↓ 4 callersMethodgetMenu
Gets the open menu, or undefined if no menu is open.
src/cdk/menu/menu-aim.ts:62
↓ 4 callersMethodgetMode
Gets the mode that the drawer is in.
src/material/sidenav/testing/drawer-harness.ts:29
↓ 4 callersFunctiongetNoKeysSpecifiedError
()
src/cdk/testing/test-element-errors.ts:13
↓ 4 callersFunctiongetNodes
(treeElement: Element)
src/material/tree/tree.spec.ts:755
↓ 4 callersFunctiongetNodes
(treeElement: Element)
src/material/tree/tree-using-tree-control.spec.ts:753
↓ 4 callersFunctiongetProjectTargetOptions
( project: ProjectDefinition, buildTarget: string, )
src/cdk/schematics/utils/project-targets.ts:25
↓ 4 callersMethodgetRadioButtons
* Gets a list of radio buttons which are part of the radio-group. * @param filter Optionally filters which radio buttons are included.
src/material/radio/testing/radio-harness.ts:91
↓ 4 callersFunctiongetRows
(tableElement: Element)
src/cdk/table/table.spec.ts:3420
↓ 4 callersMethodgetSortDirection
Gets the sorting direction of the header.
src/material/sort/testing/sort-header-harness.ts:38
↓ 4 callersMethodgetSortedItems
Gets the registered items in the list, sorted by their position in the DOM.
src/cdk/drag-drop/directives/drop-list.ts:263
↓ 4 callersFunctiongetTableTemplate
(defaultEnabled: boolean)
src/material-experimental/column-resize/column-resize.spec.ts:44
↓ 4 callersMethodgetTabs
Gets all tabs inside the tabs container.
src/aria/tabs/testing/tabs-harness.ts:95
↓ 4 callersMethodgetText
Gets the full text content of the list item (including text from any font icons).
src/material/list/testing/list-item-harness-base.ts:64
↓ 4 callersMethodgetTitle
Gets the tab's title text.
src/aria/tabs/testing/tabs-harness.ts:45
↓ 4 callersMethodgetTitle
* Gets the title text of the panel. * @returns Title text or `null` if no title is set up.
src/material/expansion/testing/expansion-harness.ts:78
↓ 4 callersMethodgetValue
Gets the combined value of the start and end inputs, including the separator.
src/material/datepicker/testing/date-range-input-harness.ts:70
↓ 4 callersMethodgetViewportScrollPosition
* Gets the scroll position of the viewport. Note that we use the scrollX and scrollY directly, * instead of going through the `ViewportRuler`, beca
src/cdk/drag-drop/dom/parent-position-tracker.ts:96
↓ 4 callersMethodgetVisibleElement
* Gets the currently-visible element that represents the drag item. * While dragging this is the placeholder, otherwise it's the root element.
src/cdk/drag-drop/drag-ref.ts:448
↓ 4 callersMethodgoto
Navigates to the given item.
src/aria/private/behaviors/list-navigation/list-navigation.ts:47
↓ 4 callersMethodgotoCell
Navigates to and focuses the given cell.
src/aria/private/behaviors/grid/grid.ts:280
↓ 4 callersMethodgotoCoords
Navigates to the given coordinates.
src/aria/private/behaviors/grid/grid-navigation.ts:68
↓ 4 callersMethodharnessLoaderFor
* Gets a `HarnessLoader` instance for an element under the root of this `LocatorFactory`. * @param selector The selector for the root element. *
src/cdk/testing/component-harness.ts:289
↓ 4 callersMethodhasCalendar
()
src/material/datepicker/testing/datepicker-trigger-harness-base.ts:18
↓ 4 callersFunctionhasClassDecorator
(doc: ClassExportDoc, decoratorName: string)
tools/dgeni/common/decorators.ts:75
↓ 4 callersMethodhasNextPage
Whether there is a next page.
src/material/paginator/paginator.ts:279
↓ 4 callersMethodhasPreviousPage
Whether there is a previous page.
src/material/paginator/paginator.ts:274
↓ 4 callersMethodhover
Hovers the mouse over the element.
src/cdk/testing/test-element.ts:115
↓ 4 callersMethodinitialize
* Set the Menu and its PointerFocusTracker. * @param menu The menu that this menu aim service controls. * @param pointerTracker The `PointerFocu
src/cdk/menu/menu-aim.ts:34
↓ 4 callersMethodisAllSelected
Checks whether all values are selected.
src/cdk-experimental/selection/selection.ts:179
↓ 4 callersMethodisChecked
Whether the checkbox is checked.
src/material/checkbox/testing/checkbox-harness.ts:62
↓ 4 callersMethodisChecked
Gets a boolean promise indicating if the button toggle is checked.
src/material/button-toggle/testing/button-toggle-harness.ts:47
↓ 4 callersMethodisChecked
Whether the slide-toggle is checked.
src/material/slide-toggle/testing/slide-toggle-harness.ts:66
↓ 4 callersMethodisDragging
Whether an item from this list is currently being dragged.
src/cdk/drag-drop/drop-list-ref.ts:247
↓ 4 callersMethodisExpandable
Checks if the given item is expandable.
src/aria/private/behaviors/tree/tree.ts:287
↓ 4 callersFunctionisFakeMousedownFromScreenReader
(event: MouseEvent)
src/cdk/a11y/fake-event-detection.ts:10
↓ 4 callersFunctionisFakeTouchstartFromScreenReader
(event: TouchEvent)
src/cdk/a11y/fake-event-detection.ts:20
↓ 4 callersFunctionisInsideClientRect
(clientRect: DOMRect, x: number, y: number)
src/cdk/drag-drop/dom/dom-rect.ts:35
↓ 4 callersMethodisRange
Gets whether the slider is a range slider.
src/material/slider/testing/slider-harness.ts:57
↓ 4 callersMethodisValid
(date: Moment)
src/material-moment-adapter/adapter/moment-date-adapter.ts:237
↓ 4 callersMethodlabel
(label: string | google.maps.MarkerLabel)
src/google-maps/map-marker/map-marker.ts:82
↓ 4 callersMethodleft
Navigates to the cell to the left of the currently active cell.
src/aria/private/behaviors/grid/grid.ts:154
↓ 4 callersMethodlevel
()
src/cdk/tree/tree.ts:1335
↓ 4 callersMethodngOnDestroy
()
src/cdk/overlay/overlay-container.ts:30
↓ 4 callersFunctionnormalizePassiveListenerOptions
( options: AddEventListenerOptions, )
src/cdk/platform/features/passive-listeners.ts:40
↓ 4 callersMethodnotify
* Notify other items that selection for the given name has been set. * @param id ID of the item. * @param name Name of the item.
src/cdk/collections/unique-selection-dispatcher.ts:32
↓ 4 callersMethodopenFromComponent
* Creates and dispatches a snack bar with a custom component for the content, removing any * currently opened snack bars. * * @param componen
src/material/snack-bar/snack-bar.ts:94
↓ 4 callersMethodopenFromTemplate
* Creates and dispatches a snack bar with a custom template for the content, removing any * currently opened snack bars. * * @param template
src/material/snack-bar/snack-bar.ts:108
↓ 4 callersMethodopenPanel
Opens the autocomplete suggestion panel.
src/material/autocomplete/autocomplete-trigger.ts:280
↓ 4 callersMethodopenTimepicker
Opens the timepicker associated with the input and returns the timepicker instance.
src/material/timepicker/testing/timepicker-input-harness.ts:52
↓ 4 callersMethodreapplyLastPosition
* This re-aligns the overlay element with the trigger in its last calculated position, * even if a position higher in the "preferred positions" lis
src/cdk/overlay/position/flexible-connected-position-strategy.ts:393
↓ 4 callersMethodregisterInput
Register an input with the datepicker.
src/material/datepicker/datepicker-base.ts:361
↓ 4 callersMethodright
Navigates to the cell to the right of the currently active cell.
src/aria/private/behaviors/grid/grid.ts:167
↓ 4 callersMethodrootHarnessLoader
@return A `HarnessLoader` rooted at the root element of this `LocatorFactory`.
src/cdk/testing/component-harness.ts:281
↓ 4 callersMethodselect
Selects the item at the current active index.
src/aria/private/behaviors/list-selection/list-selection.ts:49
↓ 4 callersMethodsetDefaultState
Sets the default state for the menu.
src/aria/private/menu/menu.ts:201
↓ 4 callersMethodsetDescribedByIds
Sets the list of ids the input is described by.
src/material/chips/chip-text-control.ts:30
↓ 4 callersMethodsetRenderedContentOffset
* Sets the offset from the start of the viewport to either the start or end of the rendered data * (in pixels).
src/cdk/scrolling/virtual-scroll-viewport.ts:371
← previousnext →501–600 of 7,844, ranked by callers