@angular/cdk 16.0.0-next.5 → 16.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{esm2020 → esm2022}/a11y/a11y-module.mjs +4 -4
- package/{esm2020 → esm2022}/a11y/aria-describer/aria-describer.mjs +3 -3
- package/{esm2020 → esm2022}/a11y/focus-monitor/focus-monitor.mjs +5 -5
- package/{esm2020 → esm2022}/a11y/focus-trap/configurable-focus-trap-factory.mjs +3 -3
- package/{esm2020 → esm2022}/a11y/focus-trap/focus-trap-manager.mjs +3 -3
- package/{esm2020 → esm2022}/a11y/focus-trap/focus-trap.mjs +5 -5
- package/{esm2020 → esm2022}/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +3 -3
- package/{esm2020 → esm2022}/a11y/input-modality/input-modality-detector.mjs +3 -3
- package/{esm2020 → esm2022}/a11y/interactivity-checker/interactivity-checker.mjs +3 -3
- package/{esm2020 → esm2022}/a11y/live-announcer/live-announcer.mjs +5 -5
- package/{esm2020 → esm2022}/accordion/accordion-item.mjs +7 -7
- package/{esm2020 → esm2022}/accordion/accordion-module.mjs +4 -4
- package/{esm2020 → esm2022}/accordion/accordion.mjs +3 -3
- package/{esm2020 → esm2022}/bidi/bidi-module.mjs +4 -4
- package/{esm2020 → esm2022}/bidi/dir.mjs +3 -3
- package/{esm2020 → esm2022}/bidi/directionality.mjs +3 -3
- package/{esm2020 → esm2022}/clipboard/clipboard-module.mjs +4 -4
- package/{esm2020 → esm2022}/clipboard/clipboard.mjs +3 -3
- package/{esm2020 → esm2022}/clipboard/copy-to-clipboard.mjs +3 -3
- package/{esm2020 → esm2022}/collections/unique-selection-dispatcher.mjs +3 -3
- package/{esm2020 → esm2022}/dialog/dialog-container.mjs +3 -3
- package/{esm2020 → esm2022}/dialog/dialog-module.mjs +11 -11
- package/{esm2020 → esm2022}/dialog/dialog.mjs +3 -3
- package/{esm2020 → esm2022}/drag-drop/directives/drag-handle.mjs +3 -3
- package/{esm2020 → esm2022}/drag-drop/directives/drag-placeholder.mjs +3 -3
- package/{esm2020 → esm2022}/drag-drop/directives/drag-preview.mjs +3 -3
- package/esm2022/drag-drop/directives/drag.mjs +489 -0
- package/{esm2020 → esm2022}/drag-drop/directives/drop-list-group.mjs +3 -3
- package/esm2022/drag-drop/directives/drop-list.mjs +348 -0
- package/{esm2020 → esm2022}/drag-drop/drag-drop-module.mjs +14 -14
- package/{esm2020 → esm2022}/drag-drop/drag-drop-registry.mjs +3 -3
- package/{esm2020 → esm2022}/drag-drop/drag-drop.mjs +3 -3
- package/{esm2020 → esm2022}/layout/breakpoints-observer.mjs +3 -3
- package/{esm2020 → esm2022}/layout/layout-module.mjs +4 -4
- package/{esm2020 → esm2022}/layout/media-matcher.mjs +3 -3
- package/{esm2020 → esm2022}/listbox/listbox-module.mjs +4 -4
- package/{esm2020 → esm2022}/listbox/listbox.mjs +11 -11
- package/{esm2020 → esm2022}/menu/context-menu-trigger.mjs +8 -8
- package/{esm2020 → esm2022}/menu/menu-aim.mjs +5 -5
- package/{esm2020 → esm2022}/menu/menu-bar.mjs +7 -7
- package/{esm2020 → esm2022}/menu/menu-base.mjs +3 -3
- package/{esm2020 → esm2022}/menu/menu-group.mjs +3 -3
- package/{esm2020 → esm2022}/menu/menu-item-checkbox.mjs +6 -6
- package/{esm2020 → esm2022}/menu/menu-item-radio.mjs +6 -6
- package/{esm2020 → esm2022}/menu/menu-item-selectable.mjs +3 -3
- package/{esm2020 → esm2022}/menu/menu-item.mjs +3 -3
- package/{esm2020 → esm2022}/menu/menu-module.mjs +20 -20
- package/{esm2020 → esm2022}/menu/menu-stack.mjs +3 -3
- package/{esm2020 → esm2022}/menu/menu-trigger-base.mjs +3 -3
- package/{esm2020 → esm2022}/menu/menu-trigger.mjs +6 -6
- package/{esm2020 → esm2022}/menu/menu.mjs +7 -7
- package/{esm2020 → esm2022}/observers/observe-content.mjs +10 -10
- package/{esm2020 → esm2022}/overlay/dispatchers/base-overlay-dispatcher.mjs +3 -3
- package/{esm2020 → esm2022}/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +3 -3
- package/{esm2020 → esm2022}/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +3 -3
- package/{esm2020 → esm2022}/overlay/fullscreen-overlay-container.mjs +3 -3
- package/{esm2020 → esm2022}/overlay/overlay-container.mjs +3 -3
- package/{esm2020 → esm2022}/overlay/overlay-directives.mjs +5 -5
- package/{esm2020 → esm2022}/overlay/overlay-module.mjs +4 -4
- package/{esm2020 → esm2022}/overlay/overlay.mjs +3 -3
- package/{esm2020 → esm2022}/overlay/position/overlay-position-builder.mjs +3 -3
- package/{esm2020 → esm2022}/overlay/scroll/scroll-strategy-options.mjs +3 -3
- package/{esm2020 → esm2022}/platform/platform-module.mjs +4 -4
- package/{esm2020 → esm2022}/platform/platform.mjs +3 -3
- package/esm2022/portal/portal-directives.mjs +250 -0
- package/{esm2020 → esm2022}/scrolling/fixed-size-virtual-scroll.mjs +9 -9
- package/{esm2020 → esm2022}/scrolling/scroll-dispatcher.mjs +3 -3
- package/{esm2020 → esm2022}/scrolling/scrollable.mjs +3 -3
- package/{esm2020 → esm2022}/scrolling/scrolling-module.mjs +17 -17
- package/{esm2020 → esm2022}/scrolling/viewport-ruler.mjs +3 -3
- package/{esm2020 → esm2022}/scrolling/virtual-for-of.mjs +3 -3
- package/{esm2020 → esm2022}/scrolling/virtual-scroll-viewport.mjs +9 -9
- package/{esm2020 → esm2022}/scrolling/virtual-scrollable-element.mjs +3 -3
- package/{esm2020 → esm2022}/scrolling/virtual-scrollable-window.mjs +3 -3
- package/{esm2020 → esm2022}/scrolling/virtual-scrollable.mjs +3 -3
- package/{esm2020 → esm2022}/stepper/step-header.mjs +3 -3
- package/{esm2020 → esm2022}/stepper/step-label.mjs +3 -3
- package/{esm2020 → esm2022}/stepper/stepper-button.mjs +5 -5
- package/{esm2020 → esm2022}/stepper/stepper-module.mjs +9 -9
- package/{esm2020 → esm2022}/stepper/stepper.mjs +5 -5
- package/{esm2020 → esm2022}/table/cell.mjs +15 -15
- package/{esm2020 → esm2022}/table/coalesced-style-scheduler.mjs +3 -3
- package/esm2022/table/row.mjs +271 -0
- package/{esm2020 → esm2022}/table/table-module.mjs +46 -46
- package/{esm2020 → esm2022}/table/table.mjs +19 -19
- package/{esm2020 → esm2022}/table/text-column.mjs +5 -5
- package/{esm2020 → esm2022}/text-field/autofill.mjs +5 -5
- package/{esm2020 → esm2022}/text-field/autosize.mjs +3 -3
- package/{esm2020 → esm2022}/text-field/text-field-module.mjs +4 -4
- package/{esm2020 → esm2022}/tree/nested-node.mjs +6 -6
- package/{esm2020 → esm2022}/tree/node.mjs +3 -3
- package/{esm2020 → esm2022}/tree/outlet.mjs +3 -3
- package/{esm2020 → esm2022}/tree/padding.mjs +3 -3
- package/{esm2020 → esm2022}/tree/toggle.mjs +3 -3
- package/{esm2020 → esm2022}/tree/tree-module.mjs +16 -16
- package/esm2022/tree/tree.mjs +349 -0
- package/{esm2020 → esm2022}/version.mjs +1 -1
- package/{fesm2020 → fesm2022}/a11y.mjs +27 -27
- package/{fesm2020 → fesm2022}/a11y.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/accordion.mjs +11 -11
- package/{fesm2020 → fesm2022}/accordion.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/bidi.mjs +7 -7
- package/{fesm2020 → fesm2022}/bidi.mjs.map +1 -1
- package/{fesm2015 → fesm2022}/cdk.mjs +1 -1
- package/{fesm2015 → fesm2022}/cdk.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/clipboard.mjs +7 -7
- package/{fesm2020 → fesm2022}/clipboard.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/collections.mjs +2 -2
- package/{fesm2020 → fesm2022}/collections.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/dialog.mjs +14 -14
- package/{fesm2020 → fesm2022}/dialog.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/drag-drop.mjs +36 -36
- package/{fesm2020 → fesm2022}/drag-drop.mjs.map +1 -1
- package/{fesm2015 → fesm2022}/layout.mjs +7 -7
- package/{fesm2015 → fesm2022}/layout.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/listbox.mjs +13 -13
- package/{fesm2020 → fesm2022}/listbox.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/menu.mjs +69 -69
- package/{fesm2020 → fesm2022}/menu.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/observers.mjs +9 -9
- package/{fesm2020 → fesm2022}/observers.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/overlay.mjs +23 -23
- package/{fesm2020 → fesm2022}/overlay.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/platform.mjs +5 -5
- package/{fesm2020 → fesm2022}/platform.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/portal.mjs +21 -21
- package/{fesm2020 → fesm2022}/portal.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/scrolling.mjs +46 -46
- package/{fesm2020 → fesm2022}/scrolling.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/stepper.mjs +20 -20
- package/{fesm2020 → fesm2022}/stepper.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/table.mjs +109 -109
- package/{fesm2020 → fesm2022}/table.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/text-field.mjs +9 -9
- package/{fesm2020 → fesm2022}/text-field.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/tree.mjs +37 -37
- package/{fesm2020 → fesm2022}/tree.mjs.map +1 -1
- package/package.json +77 -131
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/schematics/ng-update/devkit-file-system.js +3 -2
- package/schematics/ng-update/devkit-file-system.mjs +3 -2
- package/schematics/ng-update/migrations/attribute-selectors.js +5 -8
- package/schematics/ng-update/migrations/attribute-selectors.mjs +5 -8
- package/schematics/ng-update/migrations/class-inheritance.js +8 -11
- package/schematics/ng-update/migrations/class-inheritance.mjs +8 -11
- package/schematics/ng-update/migrations/class-names.js +12 -15
- package/schematics/ng-update/migrations/class-names.mjs +12 -15
- package/schematics/ng-update/migrations/constructor-signature.js +7 -10
- package/schematics/ng-update/migrations/constructor-signature.mjs +7 -10
- package/schematics/ng-update/migrations/css-selectors.js +5 -8
- package/schematics/ng-update/migrations/css-selectors.mjs +5 -8
- package/schematics/ng-update/migrations/element-selectors.js +5 -8
- package/schematics/ng-update/migrations/element-selectors.mjs +5 -8
- package/schematics/ng-update/migrations/input-names.js +5 -8
- package/schematics/ng-update/migrations/input-names.mjs +5 -8
- package/schematics/ng-update/migrations/method-call-arguments.js +5 -8
- package/schematics/ng-update/migrations/method-call-arguments.mjs +5 -8
- package/schematics/ng-update/migrations/misc-template.js +3 -6
- package/schematics/ng-update/migrations/misc-template.mjs +3 -6
- package/schematics/ng-update/migrations/output-names.js +5 -8
- package/schematics/ng-update/migrations/output-names.mjs +5 -8
- package/schematics/ng-update/migrations/property-names.js +5 -8
- package/schematics/ng-update/migrations/property-names.mjs +5 -8
- package/schematics/ng-update/migrations/symbol-removal.js +5 -8
- package/schematics/ng-update/migrations/symbol-removal.mjs +5 -8
- package/schematics/update-tool/component-resource-collector.js +5 -3
- package/schematics/update-tool/component-resource-collector.mjs +5 -3
- package/schematics/update-tool/index.js +8 -2
- package/schematics/update-tool/index.mjs +8 -2
- package/schematics/update-tool/migration.js +10 -3
- package/schematics/update-tool/migration.mjs +10 -3
- package/schematics/update-tool/utils/virtual-host.js +3 -2
- package/schematics/update-tool/utils/virtual-host.mjs +3 -2
- package/esm2020/drag-drop/directives/drag.mjs +0 -489
- package/esm2020/drag-drop/directives/drop-list.mjs +0 -348
- package/esm2020/portal/portal-directives.mjs +0 -250
- package/esm2020/table/row.mjs +0 -271
- package/esm2020/tree/tree.mjs +0 -349
- package/fesm2015/a11y.mjs +0 -2409
- package/fesm2015/a11y.mjs.map +0 -1
- package/fesm2015/accordion.mjs +0 -238
- package/fesm2015/accordion.mjs.map +0 -1
- package/fesm2015/bidi.mjs +0 -150
- package/fesm2015/bidi.mjs.map +0 -1
- package/fesm2015/clipboard.mjs +0 -219
- package/fesm2015/clipboard.mjs.map +0 -1
- package/fesm2015/collections.mjs +0 -462
- package/fesm2015/collections.mjs.map +0 -1
- package/fesm2015/dialog.mjs +0 -749
- package/fesm2015/dialog.mjs.map +0 -1
- package/fesm2015/drag-drop.mjs +0 -3667
- package/fesm2015/drag-drop.mjs.map +0 -1
- package/fesm2015/listbox.mjs +0 -888
- package/fesm2015/listbox.mjs.map +0 -1
- package/fesm2015/menu.mjs +0 -1876
- package/fesm2015/menu.mjs.map +0 -1
- package/fesm2015/observers.mjs +0 -188
- package/fesm2015/observers.mjs.map +0 -1
- package/fesm2015/overlay.mjs +0 -2998
- package/fesm2015/overlay.mjs.map +0 -1
- package/fesm2015/platform.mjs +0 -320
- package/fesm2015/platform.mjs.map +0 -1
- package/fesm2015/portal.mjs +0 -640
- package/fesm2015/portal.mjs.map +0 -1
- package/fesm2015/scrolling.mjs +0 -1515
- package/fesm2015/scrolling.mjs.map +0 -1
- package/fesm2015/stepper.mjs +0 -570
- package/fesm2015/stepper.mjs.map +0 -1
- package/fesm2015/table.mjs +0 -2271
- package/fesm2015/table.mjs.map +0 -1
- package/fesm2015/testing/selenium-webdriver.mjs +0 -396
- package/fesm2015/testing/selenium-webdriver.mjs.map +0 -1
- package/fesm2015/testing/testbed.mjs +0 -811
- package/fesm2015/testing/testbed.mjs.map +0 -1
- package/fesm2015/testing.mjs +0 -748
- package/fesm2015/testing.mjs.map +0 -1
- package/fesm2015/text-field.mjs +0 -424
- package/fesm2015/text-field.mjs.map +0 -1
- package/fesm2015/tree.mjs +0 -871
- package/fesm2015/tree.mjs.map +0 -1
- package/fesm2020/cdk.mjs +0 -7
- package/fesm2020/cdk.mjs.map +0 -1
- package/fesm2020/coercion.mjs +0 -74
- package/fesm2020/coercion.mjs.map +0 -1
- package/fesm2020/keycodes.mjs +0 -137
- package/fesm2020/keycodes.mjs.map +0 -1
- package/fesm2020/layout.mjs +0 -210
- package/fesm2020/layout.mjs.map +0 -1
- /package/{esm2020 → esm2022}/a11y/a11y_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/a11y/aria-describer/aria-reference.mjs +0 -0
- /package/{esm2020 → esm2022}/a11y/fake-event-detection.mjs +0 -0
- /package/{esm2020 → esm2022}/a11y/focus-trap/configurable-focus-trap-config.mjs +0 -0
- /package/{esm2020 → esm2022}/a11y/focus-trap/configurable-focus-trap.mjs +0 -0
- /package/{esm2020 → esm2022}/a11y/focus-trap/event-listener-inert-strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/a11y/focus-trap/focus-trap-inert-strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/a11y/index.mjs +0 -0
- /package/{esm2020 → esm2022}/a11y/key-manager/activedescendant-key-manager.mjs +0 -0
- /package/{esm2020 → esm2022}/a11y/key-manager/focus-key-manager.mjs +0 -0
- /package/{esm2020 → esm2022}/a11y/key-manager/list-key-manager.mjs +0 -0
- /package/{esm2020 → esm2022}/a11y/live-announcer/live-announcer-tokens.mjs +0 -0
- /package/{esm2020 → esm2022}/a11y/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/accordion/accordion_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/accordion/index.mjs +0 -0
- /package/{esm2020 → esm2022}/accordion/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/bidi/bidi_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/bidi/dir-document-token.mjs +0 -0
- /package/{esm2020 → esm2022}/bidi/index.mjs +0 -0
- /package/{esm2020 → esm2022}/bidi/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/clipboard/clipboard_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/clipboard/index.mjs +0 -0
- /package/{esm2020 → esm2022}/clipboard/pending-copy.mjs +0 -0
- /package/{esm2020 → esm2022}/clipboard/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/coercion/array.mjs +0 -0
- /package/{esm2020 → esm2022}/coercion/boolean-property.mjs +0 -0
- /package/{esm2020 → esm2022}/coercion/css-pixel-value.mjs +0 -0
- /package/{esm2020 → esm2022}/coercion/element.mjs +0 -0
- /package/{esm2020 → esm2022}/coercion/index.mjs +0 -0
- /package/{esm2020 → esm2022}/coercion/number-property.mjs +0 -0
- /package/{esm2020 → esm2022}/coercion/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/coercion/string-array.mjs +0 -0
- /package/{esm2020 → esm2022}/collections/array-data-source.mjs +0 -0
- /package/{esm2020 → esm2022}/collections/collection-viewer.mjs +0 -0
- /package/{esm2020 → esm2022}/collections/collections_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/collections/data-source.mjs +0 -0
- /package/{esm2020 → esm2022}/collections/dispose-view-repeater-strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/collections/index.mjs +0 -0
- /package/{esm2020 → esm2022}/collections/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/collections/recycle-view-repeater-strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/collections/selection-model.mjs +0 -0
- /package/{esm2020 → esm2022}/collections/tree-adapter.mjs +0 -0
- /package/{esm2020 → esm2022}/collections/view-repeater.mjs +0 -0
- /package/{esm2020 → esm2022}/dialog/dialog-config.mjs +0 -0
- /package/{esm2020 → esm2022}/dialog/dialog-injectors.mjs +0 -0
- /package/{esm2020 → esm2022}/dialog/dialog-ref.mjs +0 -0
- /package/{esm2020 → esm2022}/dialog/dialog_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/dialog/index.mjs +0 -0
- /package/{esm2020 → esm2022}/dialog/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/directives/assertions.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/directives/config.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/dom/client-rect.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/dom/clone-node.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/dom/parent-position-tracker.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/dom/styling.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/dom/transition-duration.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/drag-drop_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/drag-events.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/drag-parent.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/drag-ref.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/drag-utils.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/drop-list-ref.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/index.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/sorting/drop-list-sort-strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/drag-drop/sorting/single-axis-sort-strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/index.mjs +0 -0
- /package/{esm2020 → esm2022}/keycodes/index.mjs +0 -0
- /package/{esm2020 → esm2022}/keycodes/keycodes.mjs +0 -0
- /package/{esm2020 → esm2022}/keycodes/keycodes_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/keycodes/modifiers.mjs +0 -0
- /package/{esm2020 → esm2022}/keycodes/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/layout/breakpoints.mjs +0 -0
- /package/{esm2020 → esm2022}/layout/index.mjs +0 -0
- /package/{esm2020 → esm2022}/layout/layout_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/layout/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/listbox/index.mjs +0 -0
- /package/{esm2020 → esm2022}/listbox/listbox_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/listbox/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/menu/index.mjs +0 -0
- /package/{esm2020 → esm2022}/menu/menu-errors.mjs +0 -0
- /package/{esm2020 → esm2022}/menu/menu-interface.mjs +0 -0
- /package/{esm2020 → esm2022}/menu/menu_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/menu/pointer-focus-tracker.mjs +0 -0
- /package/{esm2020 → esm2022}/menu/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/observers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/observers/observers_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/observers/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/dispatchers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/index.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/overlay-config.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/overlay-ref.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/overlay-reference.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/overlay_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/position/connected-position.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/position/flexible-connected-position-strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/position/global-position-strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/position/position-strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/position/scroll-clip.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/scroll/block-scroll-strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/scroll/close-scroll-strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/scroll/index.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/scroll/noop-scroll-strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/scroll/reposition-scroll-strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/overlay/scroll/scroll-strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/platform/features/input-types.mjs +0 -0
- /package/{esm2020 → esm2022}/platform/features/passive-listeners.mjs +0 -0
- /package/{esm2020 → esm2022}/platform/features/scrolling.mjs +0 -0
- /package/{esm2020 → esm2022}/platform/features/shadow-dom.mjs +0 -0
- /package/{esm2020 → esm2022}/platform/features/test-environment.mjs +0 -0
- /package/{esm2020 → esm2022}/platform/index.mjs +0 -0
- /package/{esm2020 → esm2022}/platform/platform_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/platform/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/portal/dom-portal-outlet.mjs +0 -0
- /package/{esm2020 → esm2022}/portal/index.mjs +0 -0
- /package/{esm2020 → esm2022}/portal/portal-errors.mjs +0 -0
- /package/{esm2020 → esm2022}/portal/portal-injector.mjs +0 -0
- /package/{esm2020 → esm2022}/portal/portal.mjs +0 -0
- /package/{esm2020 → esm2022}/portal/portal_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/portal/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/scrolling/index.mjs +0 -0
- /package/{esm2020 → esm2022}/scrolling/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/scrolling/scrolling_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/scrolling/virtual-scroll-repeater.mjs +0 -0
- /package/{esm2020 → esm2022}/scrolling/virtual-scroll-strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/stepper/index.mjs +0 -0
- /package/{esm2020 → esm2022}/stepper/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/stepper/stepper_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/table/can-stick.mjs +0 -0
- /package/{esm2020 → esm2022}/table/index.mjs +0 -0
- /package/{esm2020 → esm2022}/table/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table/sticky-position-listener.mjs +0 -0
- /package/{esm2020 → esm2022}/table/sticky-styler.mjs +0 -0
- /package/{esm2020 → esm2022}/table/table-errors.mjs +0 -0
- /package/{esm2020 → esm2022}/table/table_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/table/tokens.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/change-detection.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/component-harness.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/element-dimensions.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/harness-environment.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/index.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/selenium-webdriver/index.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/selenium-webdriver/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/selenium-webdriver/selenium-web-driver-element.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/selenium-webdriver/selenium-web-driver-harness-environment.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/selenium-webdriver/selenium-webdriver-keys.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/test-element-errors.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/test-element.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/testbed/fake-events/dispatch-events.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/testbed/fake-events/element-focus.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/testbed/fake-events/event-objects.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/testbed/fake-events/index.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/testbed/fake-events/type-in-element.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/testbed/index.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/testbed/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/testbed/task-state-zone-interceptor.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/testbed/testbed-harness-environment.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/testbed/unit-test-element.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/text-filtering.mjs +0 -0
- /package/{esm2020 → esm2022}/text-field/index.mjs +0 -0
- /package/{esm2020 → esm2022}/text-field/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/text-field/text-field_public_index.mjs +0 -0
- /package/{esm2020 → esm2022}/tree/control/base-tree-control.mjs +0 -0
- /package/{esm2020 → esm2022}/tree/control/flat-tree-control.mjs +0 -0
- /package/{esm2020 → esm2022}/tree/control/nested-tree-control.mjs +0 -0
- /package/{esm2020 → esm2022}/tree/control/tree-control.mjs +0 -0
- /package/{esm2020 → esm2022}/tree/index.mjs +0 -0
- /package/{esm2020 → esm2022}/tree/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/tree/tree-errors.mjs +0 -0
- /package/{esm2020 → esm2022}/tree/tree_public_index.mjs +0 -0
- /package/{fesm2015 → fesm2022}/coercion.mjs +0 -0
- /package/{fesm2015 → fesm2022}/coercion.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/keycodes.mjs +0 -0
- /package/{fesm2015 → fesm2022}/keycodes.mjs.map +0 -0
- /package/{fesm2020 → fesm2022}/testing/selenium-webdriver.mjs +0 -0
- /package/{fesm2020 → fesm2022}/testing/selenium-webdriver.mjs.map +0 -0
- /package/{fesm2020 → fesm2022}/testing/testbed.mjs +0 -0
- /package/{fesm2020 → fesm2022}/testing/testbed.mjs.map +0 -0
- /package/{fesm2020 → fesm2022}/testing.mjs +0 -0
- /package/{fesm2020 → fesm2022}/testing.mjs.map +0 -0
|
@@ -246,9 +246,9 @@ class AriaDescriber {
|
|
|
246
246
|
_isElementNode(element) {
|
|
247
247
|
return element.nodeType === this._document.ELEMENT_NODE;
|
|
248
248
|
}
|
|
249
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: AriaDescriber, deps: [{ token: DOCUMENT }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
250
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: AriaDescriber, providedIn: 'root' }); }
|
|
249
251
|
}
|
|
250
|
-
AriaDescriber.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: AriaDescriber, deps: [{ token: DOCUMENT }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
251
|
-
AriaDescriber.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: AriaDescriber, providedIn: 'root' });
|
|
252
252
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: AriaDescriber, decorators: [{
|
|
253
253
|
type: Injectable,
|
|
254
254
|
args: [{ providedIn: 'root' }]
|
|
@@ -780,9 +780,9 @@ class InteractivityChecker {
|
|
|
780
780
|
!this.isDisabled(element) &&
|
|
781
781
|
(config?.ignoreVisibility || this.isVisible(element)));
|
|
782
782
|
}
|
|
783
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InteractivityChecker, deps: [{ token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
784
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InteractivityChecker, providedIn: 'root' }); }
|
|
783
785
|
}
|
|
784
|
-
InteractivityChecker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InteractivityChecker, deps: [{ token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
785
|
-
InteractivityChecker.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InteractivityChecker, providedIn: 'root' });
|
|
786
786
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InteractivityChecker, decorators: [{
|
|
787
787
|
type: Injectable,
|
|
788
788
|
args: [{ providedIn: 'root' }]
|
|
@@ -1174,9 +1174,9 @@ class FocusTrapFactory {
|
|
|
1174
1174
|
create(element, deferCaptureElements = false) {
|
|
1175
1175
|
return new FocusTrap(element, this._checker, this._ngZone, this._document, deferCaptureElements);
|
|
1176
1176
|
}
|
|
1177
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1178
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' }); }
|
|
1177
1179
|
}
|
|
1178
|
-
FocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1179
|
-
FocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' });
|
|
1180
1180
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapFactory, decorators: [{
|
|
1181
1181
|
type: Injectable,
|
|
1182
1182
|
args: [{ providedIn: 'root' }]
|
|
@@ -1248,9 +1248,9 @@ class CdkTrapFocus {
|
|
|
1248
1248
|
this._previouslyFocusedElement = _getFocusedElementPierceShadowDom();
|
|
1249
1249
|
this.focusTrap.focusInitialElementWhenReady();
|
|
1250
1250
|
}
|
|
1251
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkTrapFocus, deps: [{ token: i0.ElementRef }, { token: FocusTrapFactory }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1252
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: { enabled: ["cdkTrapFocus", "enabled"], autoCapture: ["cdkTrapFocusAutoCapture", "autoCapture"] }, exportAs: ["cdkTrapFocus"], usesOnChanges: true, ngImport: i0 }); }
|
|
1251
1253
|
}
|
|
1252
|
-
CdkTrapFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkTrapFocus, deps: [{ token: i0.ElementRef }, { token: FocusTrapFactory }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1253
|
-
CdkTrapFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: { enabled: ["cdkTrapFocus", "enabled"], autoCapture: ["cdkTrapFocusAutoCapture", "autoCapture"] }, exportAs: ["cdkTrapFocus"], usesOnChanges: true, ngImport: i0 });
|
|
1254
1254
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkTrapFocus, decorators: [{
|
|
1255
1255
|
type: Directive,
|
|
1256
1256
|
args: [{
|
|
@@ -1404,9 +1404,9 @@ class FocusTrapManager {
|
|
|
1404
1404
|
}
|
|
1405
1405
|
}
|
|
1406
1406
|
}
|
|
1407
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1408
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapManager, providedIn: 'root' }); }
|
|
1407
1409
|
}
|
|
1408
|
-
FocusTrapManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1409
|
-
FocusTrapManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapManager, providedIn: 'root' });
|
|
1410
1410
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusTrapManager, decorators: [{
|
|
1411
1411
|
type: Injectable,
|
|
1412
1412
|
args: [{ providedIn: 'root' }]
|
|
@@ -1432,9 +1432,9 @@ class ConfigurableFocusTrapFactory {
|
|
|
1432
1432
|
}
|
|
1433
1433
|
return new ConfigurableFocusTrap(element, this._checker, this._ngZone, this._document, this._focusTrapManager, this._inertStrategy, configObject);
|
|
1434
1434
|
}
|
|
1435
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ConfigurableFocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: FocusTrapManager }, { token: DOCUMENT }, { token: FOCUS_TRAP_INERT_STRATEGY, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1436
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' }); }
|
|
1435
1437
|
}
|
|
1436
|
-
ConfigurableFocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ConfigurableFocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: FocusTrapManager }, { token: DOCUMENT }, { token: FOCUS_TRAP_INERT_STRATEGY, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1437
|
-
ConfigurableFocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' });
|
|
1438
1438
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ConfigurableFocusTrapFactory, decorators: [{
|
|
1439
1439
|
type: Injectable,
|
|
1440
1440
|
args: [{ providedIn: 'root' }]
|
|
@@ -1616,9 +1616,9 @@ class InputModalityDetector {
|
|
|
1616
1616
|
document.removeEventListener('touchstart', this._onTouchstart, modalityEventListenerOptions);
|
|
1617
1617
|
}
|
|
1618
1618
|
}
|
|
1619
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InputModalityDetector, deps: [{ token: i1.Platform }, { token: i0.NgZone }, { token: DOCUMENT }, { token: INPUT_MODALITY_DETECTOR_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1620
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InputModalityDetector, providedIn: 'root' }); }
|
|
1619
1621
|
}
|
|
1620
|
-
InputModalityDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InputModalityDetector, deps: [{ token: i1.Platform }, { token: i0.NgZone }, { token: DOCUMENT }, { token: INPUT_MODALITY_DETECTOR_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1621
|
-
InputModalityDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InputModalityDetector, providedIn: 'root' });
|
|
1622
1622
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: InputModalityDetector, decorators: [{
|
|
1623
1623
|
type: Injectable,
|
|
1624
1624
|
args: [{ providedIn: 'root' }]
|
|
@@ -1753,9 +1753,9 @@ class LiveAnnouncer {
|
|
|
1753
1753
|
}
|
|
1754
1754
|
}
|
|
1755
1755
|
}
|
|
1756
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: LiveAnnouncer, deps: [{ token: LIVE_ANNOUNCER_ELEMENT_TOKEN, optional: true }, { token: i0.NgZone }, { token: DOCUMENT }, { token: LIVE_ANNOUNCER_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1757
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' }); }
|
|
1756
1758
|
}
|
|
1757
|
-
LiveAnnouncer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: LiveAnnouncer, deps: [{ token: LIVE_ANNOUNCER_ELEMENT_TOKEN, optional: true }, { token: i0.NgZone }, { token: DOCUMENT }, { token: LIVE_ANNOUNCER_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1758
|
-
LiveAnnouncer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' });
|
|
1759
1759
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: LiveAnnouncer, decorators: [{
|
|
1760
1760
|
type: Injectable,
|
|
1761
1761
|
args: [{ providedIn: 'root' }]
|
|
@@ -1817,9 +1817,9 @@ class CdkAriaLive {
|
|
|
1817
1817
|
this._subscription.unsubscribe();
|
|
1818
1818
|
}
|
|
1819
1819
|
}
|
|
1820
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkAriaLive, deps: [{ token: i0.ElementRef }, { token: LiveAnnouncer }, { token: i1$1.ContentObserver }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1821
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkAriaLive, selector: "[cdkAriaLive]", inputs: { politeness: ["cdkAriaLive", "politeness"], duration: ["cdkAriaLiveDuration", "duration"] }, exportAs: ["cdkAriaLive"], ngImport: i0 }); }
|
|
1820
1822
|
}
|
|
1821
|
-
CdkAriaLive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkAriaLive, deps: [{ token: i0.ElementRef }, { token: LiveAnnouncer }, { token: i1$1.ContentObserver }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1822
|
-
CdkAriaLive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkAriaLive, selector: "[cdkAriaLive]", inputs: { politeness: ["cdkAriaLive", "politeness"], duration: ["cdkAriaLiveDuration", "duration"] }, exportAs: ["cdkAriaLive"], ngImport: i0 });
|
|
1823
1823
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkAriaLive, decorators: [{
|
|
1824
1824
|
type: Directive,
|
|
1825
1825
|
args: [{
|
|
@@ -2204,9 +2204,9 @@ class FocusMonitor {
|
|
|
2204
2204
|
}
|
|
2205
2205
|
return false;
|
|
2206
2206
|
}
|
|
2207
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusMonitor, deps: [{ token: i0.NgZone }, { token: i1.Platform }, { token: InputModalityDetector }, { token: DOCUMENT, optional: true }, { token: FOCUS_MONITOR_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2208
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusMonitor, providedIn: 'root' }); }
|
|
2207
2209
|
}
|
|
2208
|
-
FocusMonitor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusMonitor, deps: [{ token: i0.NgZone }, { token: i1.Platform }, { token: InputModalityDetector }, { token: DOCUMENT, optional: true }, { token: FOCUS_MONITOR_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2209
|
-
FocusMonitor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusMonitor, providedIn: 'root' });
|
|
2210
2210
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: FocusMonitor, decorators: [{
|
|
2211
2211
|
type: Injectable,
|
|
2212
2212
|
args: [{ providedIn: 'root' }]
|
|
@@ -2255,9 +2255,9 @@ class CdkMonitorFocus {
|
|
|
2255
2255
|
this._monitorSubscription.unsubscribe();
|
|
2256
2256
|
}
|
|
2257
2257
|
}
|
|
2258
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkMonitorFocus, deps: [{ token: i0.ElementRef }, { token: FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2259
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: { cdkFocusChange: "cdkFocusChange" }, exportAs: ["cdkMonitorFocus"], ngImport: i0 }); }
|
|
2258
2260
|
}
|
|
2259
|
-
CdkMonitorFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkMonitorFocus, deps: [{ token: i0.ElementRef }, { token: FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2260
|
-
CdkMonitorFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: { cdkFocusChange: "cdkFocusChange" }, exportAs: ["cdkMonitorFocus"], ngImport: i0 });
|
|
2261
2261
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkMonitorFocus, decorators: [{
|
|
2262
2262
|
type: Directive,
|
|
2263
2263
|
args: [{
|
|
@@ -2353,9 +2353,9 @@ class HighContrastModeDetector {
|
|
|
2353
2353
|
}
|
|
2354
2354
|
}
|
|
2355
2355
|
}
|
|
2356
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: HighContrastModeDetector, deps: [{ token: i1.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2357
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' }); }
|
|
2356
2358
|
}
|
|
2357
|
-
HighContrastModeDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: HighContrastModeDetector, deps: [{ token: i1.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2358
|
-
HighContrastModeDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' });
|
|
2359
2359
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: HighContrastModeDetector, decorators: [{
|
|
2360
2360
|
type: Injectable,
|
|
2361
2361
|
args: [{ providedIn: 'root' }]
|
|
@@ -2368,10 +2368,10 @@ class A11yModule {
|
|
|
2368
2368
|
constructor(highContrastModeDetector) {
|
|
2369
2369
|
highContrastModeDetector._applyBodyHighContrastModeCssClasses();
|
|
2370
2370
|
}
|
|
2371
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: A11yModule, deps: [{ token: HighContrastModeDetector }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2372
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: A11yModule, declarations: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus], imports: [ObserversModule], exports: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus] }); }
|
|
2373
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: A11yModule, imports: [ObserversModule] }); }
|
|
2371
2374
|
}
|
|
2372
|
-
A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: A11yModule, deps: [{ token: HighContrastModeDetector }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2373
|
-
A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: A11yModule, declarations: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus], imports: [ObserversModule], exports: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus] });
|
|
2374
|
-
A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: A11yModule, imports: [ObserversModule] });
|
|
2375
2375
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: A11yModule, decorators: [{
|
|
2376
2376
|
type: NgModule,
|
|
2377
2377
|
args: [{
|