@angular/cdk 19.0.0-next.0 → 19.0.0-next.10
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/a11y/_index.scss +12 -54
- package/a11y/index.d.ts +24 -38
- package/accordion/index.d.ts +5 -4
- package/bidi/index.d.ts +2 -2
- package/clipboard/index.d.ts +3 -4
- package/dialog/index.d.ts +12 -12
- package/drag-drop/index.d.ts +17 -37
- package/fesm2022/a11y.mjs +134 -181
- package/fesm2022/a11y.mjs.map +1 -1
- package/fesm2022/accordion.mjs +20 -27
- package/fesm2022/accordion.mjs.map +1 -1
- package/fesm2022/bidi.mjs +14 -19
- package/fesm2022/bidi.mjs.map +1 -1
- package/fesm2022/cdk.mjs +1 -1
- package/fesm2022/cdk.mjs.map +1 -1
- package/fesm2022/clipboard.mjs +19 -27
- package/fesm2022/clipboard.mjs.map +1 -1
- package/fesm2022/coercion/private.mjs.map +1 -1
- package/fesm2022/coercion.mjs.map +1 -1
- package/fesm2022/collections.mjs +3 -3
- package/fesm2022/collections.mjs.map +1 -1
- package/fesm2022/dialog.mjs +36 -56
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/drag-drop.mjs +107 -181
- package/fesm2022/drag-drop.mjs.map +1 -1
- package/fesm2022/keycodes.mjs.map +1 -1
- package/fesm2022/layout.mjs +21 -26
- package/fesm2022/layout.mjs.map +1 -1
- package/fesm2022/listbox.mjs +17 -13
- package/fesm2022/listbox.mjs.map +1 -1
- package/fesm2022/menu.mjs +49 -61
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/observers/private.mjs +3 -3
- package/fesm2022/observers/private.mjs.map +1 -1
- package/fesm2022/observers.mjs +21 -22
- package/fesm2022/observers.mjs.map +1 -1
- package/fesm2022/overlay.mjs +120 -149
- package/fesm2022/overlay.mjs.map +1 -1
- package/fesm2022/platform.mjs +11 -14
- package/fesm2022/platform.mjs.map +1 -1
- package/fesm2022/portal.mjs +60 -63
- package/fesm2022/portal.mjs.map +1 -1
- package/fesm2022/private.mjs +65 -0
- package/fesm2022/private.mjs.map +1 -0
- package/fesm2022/scrolling.mjs +90 -132
- package/fesm2022/scrolling.mjs.map +1 -1
- package/fesm2022/stepper.mjs +69 -63
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/table.mjs +171 -250
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/testing/selenium-webdriver.mjs.map +1 -1
- package/fesm2022/testing/testbed.mjs +3 -2
- package/fesm2022/testing/testbed.mjs.map +1 -1
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/text-field.mjs +46 -40
- package/fesm2022/text-field.mjs.map +1 -1
- package/fesm2022/tree.mjs +90 -80
- package/fesm2022/tree.mjs.map +1 -1
- package/layout/index.d.ts +5 -7
- package/observers/index.d.ts +2 -2
- package/overlay/_index.scss +56 -21
- package/overlay/index.d.ts +24 -36
- package/overlay-prebuilt.css +1 -1
- package/package.json +5 -55
- package/platform/index.d.ts +2 -1
- package/portal/index.d.ts +22 -19
- package/private/index.d.ts +30 -0
- package/schematics/index.d.ts +1 -1
- package/schematics/index.js +2 -2
- package/schematics/index.mjs +2 -2
- package/schematics/ng-add/index.d.ts +1 -1
- package/schematics/ng-add/index.js +3 -3
- package/schematics/ng-add/index.mjs +3 -3
- package/schematics/ng-add/package-config.d.ts +1 -1
- package/schematics/ng-add/package-config.js +2 -2
- package/schematics/ng-add/package-config.mjs +2 -2
- package/schematics/ng-add/schema.d.ts +1 -1
- package/schematics/ng-add/schema.js +2 -2
- package/schematics/ng-add/schema.mjs +2 -2
- package/schematics/ng-generate/drag-drop/index.d.ts +1 -1
- package/schematics/ng-generate/drag-drop/index.js +2 -2
- package/schematics/ng-generate/drag-drop/index.mjs +2 -2
- package/schematics/ng-generate/drag-drop/schema.d.ts +1 -1
- package/schematics/ng-generate/drag-drop/schema.js +2 -2
- package/schematics/ng-generate/drag-drop/schema.mjs +2 -2
- package/schematics/ng-update/data/attribute-selectors.d.ts +1 -1
- package/schematics/ng-update/data/attribute-selectors.js +2 -2
- package/schematics/ng-update/data/attribute-selectors.mjs +2 -2
- package/schematics/ng-update/data/class-names.d.ts +1 -1
- package/schematics/ng-update/data/class-names.js +2 -2
- package/schematics/ng-update/data/class-names.mjs +2 -2
- package/schematics/ng-update/data/constructor-checks.d.ts +1 -1
- package/schematics/ng-update/data/constructor-checks.js +2 -2
- package/schematics/ng-update/data/constructor-checks.mjs +2 -2
- package/schematics/ng-update/data/css-selectors.d.ts +1 -1
- package/schematics/ng-update/data/css-selectors.js +2 -2
- package/schematics/ng-update/data/css-selectors.mjs +2 -2
- package/schematics/ng-update/data/css-tokens.d.ts +1 -1
- package/schematics/ng-update/data/css-tokens.js +2 -2
- package/schematics/ng-update/data/css-tokens.mjs +2 -2
- package/schematics/ng-update/data/element-selectors.d.ts +1 -1
- package/schematics/ng-update/data/element-selectors.js +2 -2
- package/schematics/ng-update/data/element-selectors.mjs +2 -2
- package/schematics/ng-update/data/index.d.ts +1 -1
- package/schematics/ng-update/data/index.js +2 -2
- package/schematics/ng-update/data/index.mjs +2 -2
- package/schematics/ng-update/data/input-names.d.ts +1 -1
- package/schematics/ng-update/data/input-names.js +2 -2
- package/schematics/ng-update/data/input-names.mjs +2 -2
- package/schematics/ng-update/data/method-call-checks.d.ts +1 -1
- package/schematics/ng-update/data/method-call-checks.js +2 -2
- package/schematics/ng-update/data/method-call-checks.mjs +2 -2
- package/schematics/ng-update/data/output-names.d.ts +1 -1
- package/schematics/ng-update/data/output-names.js +2 -2
- package/schematics/ng-update/data/output-names.mjs +2 -2
- package/schematics/ng-update/data/property-names.d.ts +1 -1
- package/schematics/ng-update/data/property-names.js +2 -2
- package/schematics/ng-update/data/property-names.mjs +2 -2
- package/schematics/ng-update/data/symbol-removal.d.ts +1 -1
- package/schematics/ng-update/data/symbol-removal.js +2 -2
- package/schematics/ng-update/data/symbol-removal.mjs +2 -2
- package/schematics/ng-update/devkit-file-system.d.ts +1 -1
- package/schematics/ng-update/devkit-file-system.js +2 -2
- package/schematics/ng-update/devkit-file-system.mjs +2 -2
- package/schematics/ng-update/devkit-migration-rule.d.ts +1 -1
- package/schematics/ng-update/devkit-migration-rule.js +2 -2
- package/schematics/ng-update/devkit-migration-rule.mjs +2 -2
- package/schematics/ng-update/devkit-migration.d.ts +1 -1
- package/schematics/ng-update/devkit-migration.js +2 -2
- package/schematics/ng-update/devkit-migration.mjs +2 -2
- package/schematics/ng-update/find-stylesheets.d.ts +1 -1
- package/schematics/ng-update/find-stylesheets.js +2 -2
- package/schematics/ng-update/find-stylesheets.mjs +2 -2
- package/schematics/ng-update/html-parsing/angular.d.ts +1 -1
- package/schematics/ng-update/html-parsing/angular.js +2 -2
- package/schematics/ng-update/html-parsing/angular.mjs +2 -2
- package/schematics/ng-update/html-parsing/elements.d.ts +1 -1
- package/schematics/ng-update/html-parsing/elements.js +2 -2
- package/schematics/ng-update/html-parsing/elements.mjs +2 -2
- package/schematics/ng-update/index.d.ts +1 -1
- package/schematics/ng-update/index.js +2 -2
- package/schematics/ng-update/index.mjs +2 -2
- package/schematics/ng-update/migrations/attribute-selectors.d.ts +1 -1
- package/schematics/ng-update/migrations/attribute-selectors.js +2 -2
- package/schematics/ng-update/migrations/attribute-selectors.mjs +2 -2
- package/schematics/ng-update/migrations/class-inheritance.d.ts +1 -1
- package/schematics/ng-update/migrations/class-inheritance.js +2 -2
- package/schematics/ng-update/migrations/class-inheritance.mjs +2 -2
- package/schematics/ng-update/migrations/class-names.d.ts +1 -1
- package/schematics/ng-update/migrations/class-names.js +2 -2
- package/schematics/ng-update/migrations/class-names.mjs +2 -2
- package/schematics/ng-update/migrations/constructor-signature.d.ts +1 -1
- package/schematics/ng-update/migrations/constructor-signature.js +2 -2
- package/schematics/ng-update/migrations/constructor-signature.mjs +2 -2
- package/schematics/ng-update/migrations/css-selectors.d.ts +1 -1
- package/schematics/ng-update/migrations/css-selectors.js +2 -2
- package/schematics/ng-update/migrations/css-selectors.mjs +2 -2
- package/schematics/ng-update/migrations/css-tokens.d.ts +1 -1
- package/schematics/ng-update/migrations/css-tokens.js +2 -2
- package/schematics/ng-update/migrations/css-tokens.mjs +2 -2
- package/schematics/ng-update/migrations/element-selectors.d.ts +1 -1
- package/schematics/ng-update/migrations/element-selectors.js +2 -2
- package/schematics/ng-update/migrations/element-selectors.mjs +2 -2
- package/schematics/ng-update/migrations/input-names.d.ts +1 -1
- package/schematics/ng-update/migrations/input-names.js +2 -2
- package/schematics/ng-update/migrations/input-names.mjs +2 -2
- package/schematics/ng-update/migrations/method-call-arguments.d.ts +1 -1
- package/schematics/ng-update/migrations/method-call-arguments.js +2 -2
- package/schematics/ng-update/migrations/method-call-arguments.mjs +2 -2
- package/schematics/ng-update/migrations/misc-template.d.ts +1 -1
- package/schematics/ng-update/migrations/misc-template.js +2 -2
- package/schematics/ng-update/migrations/misc-template.mjs +2 -2
- package/schematics/ng-update/migrations/output-names.d.ts +1 -1
- package/schematics/ng-update/migrations/output-names.js +2 -2
- package/schematics/ng-update/migrations/output-names.mjs +2 -2
- package/schematics/ng-update/migrations/property-names.d.ts +1 -1
- package/schematics/ng-update/migrations/property-names.js +2 -2
- package/schematics/ng-update/migrations/property-names.mjs +2 -2
- package/schematics/ng-update/migrations/symbol-removal.d.ts +1 -1
- package/schematics/ng-update/migrations/symbol-removal.js +2 -2
- package/schematics/ng-update/migrations/symbol-removal.mjs +2 -2
- package/schematics/ng-update/public-api.d.ts +1 -1
- package/schematics/ng-update/public-api.js +2 -2
- package/schematics/ng-update/public-api.mjs +2 -2
- package/schematics/ng-update/typescript/base-types.d.ts +1 -1
- package/schematics/ng-update/typescript/base-types.js +2 -2
- package/schematics/ng-update/typescript/base-types.mjs +2 -2
- package/schematics/ng-update/typescript/imports.d.ts +1 -1
- package/schematics/ng-update/typescript/imports.js +2 -2
- package/schematics/ng-update/typescript/imports.mjs +2 -2
- package/schematics/ng-update/typescript/literal.d.ts +1 -1
- package/schematics/ng-update/typescript/literal.js +2 -2
- package/schematics/ng-update/typescript/literal.mjs +2 -2
- package/schematics/ng-update/typescript/module-specifiers.d.ts +1 -1
- package/schematics/ng-update/typescript/module-specifiers.js +2 -2
- package/schematics/ng-update/typescript/module-specifiers.mjs +2 -2
- package/schematics/ng-update/upgrade-data.d.ts +1 -1
- package/schematics/ng-update/upgrade-data.js +2 -2
- package/schematics/ng-update/upgrade-data.mjs +2 -2
- package/schematics/paths.d.ts +1 -1
- package/schematics/paths.js +2 -2
- package/schematics/paths.mjs +2 -2
- package/schematics/update-tool/component-resource-collector.d.ts +1 -1
- package/schematics/update-tool/component-resource-collector.js +2 -2
- package/schematics/update-tool/component-resource-collector.mjs +2 -2
- package/schematics/update-tool/file-system.d.ts +1 -1
- package/schematics/update-tool/file-system.js +2 -2
- package/schematics/update-tool/file-system.mjs +2 -2
- package/schematics/update-tool/index.d.ts +1 -1
- package/schematics/update-tool/index.js +2 -2
- package/schematics/update-tool/index.mjs +2 -2
- package/schematics/update-tool/logger.d.ts +1 -1
- package/schematics/update-tool/logger.js +2 -2
- package/schematics/update-tool/logger.mjs +2 -2
- package/schematics/update-tool/migration.d.ts +1 -1
- package/schematics/update-tool/migration.js +2 -2
- package/schematics/update-tool/migration.mjs +2 -2
- package/schematics/update-tool/public-api.d.ts +1 -1
- package/schematics/update-tool/public-api.js +2 -2
- package/schematics/update-tool/public-api.mjs +2 -2
- package/schematics/update-tool/target-version.d.ts +1 -1
- package/schematics/update-tool/target-version.js +2 -2
- package/schematics/update-tool/target-version.mjs +2 -2
- package/schematics/update-tool/update-recorder.d.ts +1 -1
- package/schematics/update-tool/update-recorder.js +2 -2
- package/schematics/update-tool/update-recorder.mjs +2 -2
- package/schematics/update-tool/utils/decorators.d.ts +1 -1
- package/schematics/update-tool/utils/decorators.js +2 -2
- package/schematics/update-tool/utils/decorators.mjs +2 -2
- package/schematics/update-tool/utils/diagnostics.d.ts +1 -1
- package/schematics/update-tool/utils/diagnostics.js +2 -2
- package/schematics/update-tool/utils/diagnostics.mjs +2 -2
- package/schematics/update-tool/utils/functions.d.ts +1 -1
- package/schematics/update-tool/utils/functions.js +2 -2
- package/schematics/update-tool/utils/functions.mjs +2 -2
- package/schematics/update-tool/utils/imports.d.ts +1 -1
- package/schematics/update-tool/utils/imports.js +2 -2
- package/schematics/update-tool/utils/imports.mjs +2 -2
- package/schematics/update-tool/utils/line-mappings.d.ts +1 -1
- package/schematics/update-tool/utils/line-mappings.js +2 -2
- package/schematics/update-tool/utils/line-mappings.mjs +2 -2
- package/schematics/update-tool/utils/parse-tsconfig.d.ts +1 -1
- package/schematics/update-tool/utils/parse-tsconfig.js +2 -2
- package/schematics/update-tool/utils/parse-tsconfig.mjs +2 -2
- package/schematics/update-tool/utils/property-name.d.ts +1 -1
- package/schematics/update-tool/utils/property-name.js +2 -2
- package/schematics/update-tool/utils/property-name.mjs +2 -2
- package/schematics/update-tool/utils/virtual-host.d.ts +1 -1
- package/schematics/update-tool/utils/virtual-host.js +2 -2
- package/schematics/update-tool/utils/virtual-host.mjs +2 -2
- package/schematics/update-tool/version-changes.d.ts +1 -1
- package/schematics/update-tool/version-changes.js +2 -2
- package/schematics/update-tool/version-changes.mjs +2 -2
- package/schematics/utils/ast/ng-module-imports.d.ts +1 -1
- package/schematics/utils/ast/ng-module-imports.js +2 -2
- package/schematics/utils/ast/ng-module-imports.mjs +2 -2
- package/schematics/utils/ast.d.ts +1 -1
- package/schematics/utils/ast.js +2 -2
- package/schematics/utils/ast.mjs +2 -2
- package/schematics/utils/build-component.d.ts +1 -1
- package/schematics/utils/build-component.js +2 -2
- package/schematics/utils/build-component.mjs +2 -2
- package/schematics/utils/get-project.d.ts +1 -1
- package/schematics/utils/get-project.js +2 -2
- package/schematics/utils/get-project.mjs +2 -2
- package/schematics/utils/html-manipulation.d.ts +1 -1
- package/schematics/utils/html-manipulation.js +2 -2
- package/schematics/utils/html-manipulation.mjs +2 -2
- package/schematics/utils/index.d.ts +1 -1
- package/schematics/utils/index.js +2 -2
- package/schematics/utils/index.mjs +2 -2
- package/schematics/utils/parse5-element.d.ts +1 -1
- package/schematics/utils/parse5-element.js +2 -2
- package/schematics/utils/parse5-element.mjs +2 -2
- package/schematics/utils/project-index-file.d.ts +1 -1
- package/schematics/utils/project-index-file.js +2 -2
- package/schematics/utils/project-index-file.mjs +2 -2
- package/schematics/utils/project-main-file.d.ts +1 -1
- package/schematics/utils/project-main-file.js +2 -2
- package/schematics/utils/project-main-file.mjs +2 -2
- package/schematics/utils/project-style-file.d.ts +1 -1
- package/schematics/utils/project-style-file.js +2 -2
- package/schematics/utils/project-style-file.mjs +2 -2
- package/schematics/utils/project-targets.d.ts +1 -1
- package/schematics/utils/project-targets.js +4 -3
- package/schematics/utils/project-targets.mjs +4 -3
- package/schematics/utils/project-tsconfig-paths.d.ts +1 -1
- package/schematics/utils/project-tsconfig-paths.js +2 -2
- package/schematics/utils/project-tsconfig-paths.mjs +2 -2
- package/schematics/utils/schematic-options.d.ts +1 -1
- package/schematics/utils/schematic-options.js +2 -2
- package/schematics/utils/schematic-options.mjs +2 -2
- package/scrolling/index.d.ts +19 -38
- package/stepper/index.d.ts +16 -69
- package/table/index.d.ts +41 -56
- package/text-field/index.d.ts +6 -9
- package/tree/index.d.ts +17 -16
- package/esm2022/a11y/a11y-module.mjs +0 -31
- package/esm2022/a11y/a11y_public_index.mjs +0 -5
- package/esm2022/a11y/aria-describer/aria-describer.mjs +0 -232
- package/esm2022/a11y/aria-describer/aria-reference.mjs +0 -47
- package/esm2022/a11y/fake-event-detection.mjs +0 -29
- package/esm2022/a11y/focus-monitor/focus-monitor.mjs +0 -468
- package/esm2022/a11y/focus-trap/configurable-focus-trap-config.mjs +0 -9
- package/esm2022/a11y/focus-trap/configurable-focus-trap-factory.mjs +0 -54
- package/esm2022/a11y/focus-trap/configurable-focus-trap.mjs +0 -51
- package/esm2022/a11y/focus-trap/event-listener-inert-strategy.mjs +0 -61
- package/esm2022/a11y/focus-trap/focus-trap-inert-strategy.mjs +0 -11
- package/esm2022/a11y/focus-trap/focus-trap-manager.mjs +0 -53
- package/esm2022/a11y/focus-trap/focus-trap.mjs +0 -396
- package/esm2022/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +0 -116
- package/esm2022/a11y/index.mjs +0 -9
- package/esm2022/a11y/input-modality/input-modality-detector.mjs +0 -176
- package/esm2022/a11y/interactivity-checker/interactivity-checker.mjs +0 -238
- package/esm2022/a11y/key-manager/activedescendant-key-manager.mjs +0 -20
- package/esm2022/a11y/key-manager/focus-key-manager.mjs +0 -29
- package/esm2022/a11y/key-manager/list-key-manager.mjs +0 -357
- package/esm2022/a11y/key-manager/noop-tree-key-manager.mjs +0 -94
- package/esm2022/a11y/key-manager/tree-key-manager-strategy.mjs +0 -9
- package/esm2022/a11y/key-manager/tree-key-manager.mjs +0 -345
- package/esm2022/a11y/key-manager/typeahead.mjs +0 -91
- package/esm2022/a11y/live-announcer/live-announcer-tokens.mjs +0 -19
- package/esm2022/a11y/live-announcer/live-announcer.mjs +0 -210
- package/esm2022/a11y/public-api.mjs +0 -30
- package/esm2022/accordion/accordion-item.mjs +0 -162
- package/esm2022/accordion/accordion-module.mjs +0 -24
- package/esm2022/accordion/accordion.mjs +0 -65
- package/esm2022/accordion/accordion_public_index.mjs +0 -5
- package/esm2022/accordion/index.mjs +0 -9
- package/esm2022/accordion/public-api.mjs +0 -11
- package/esm2022/bidi/bidi-module.mjs +0 -23
- package/esm2022/bidi/bidi_public_index.mjs +0 -5
- package/esm2022/bidi/dir-document-token.mjs +0 -33
- package/esm2022/bidi/dir.mjs +0 -70
- package/esm2022/bidi/directionality.mjs +0 -52
- package/esm2022/bidi/index.mjs +0 -9
- package/esm2022/bidi/public-api.mjs +0 -12
- package/esm2022/clipboard/clipboard-module.mjs +0 -23
- package/esm2022/clipboard/clipboard.mjs +0 -53
- package/esm2022/clipboard/clipboard_public_index.mjs +0 -5
- package/esm2022/clipboard/copy-to-clipboard.mjs +0 -100
- package/esm2022/clipboard/index.mjs +0 -9
- package/esm2022/clipboard/pending-copy.mjs +0 -71
- package/esm2022/clipboard/public-api.mjs +0 -12
- package/esm2022/coercion/array.mjs +0 -11
- package/esm2022/coercion/boolean-property.mjs +0 -12
- package/esm2022/coercion/css-pixel-value.mjs +0 -15
- package/esm2022/coercion/element.mjs +0 -16
- package/esm2022/coercion/index.mjs +0 -9
- package/esm2022/coercion/number-property.mjs +0 -24
- package/esm2022/coercion/private/index.mjs +0 -9
- package/esm2022/coercion/private/observable.mjs +0 -19
- package/esm2022/coercion/private/private_public_index.mjs +0 -5
- package/esm2022/coercion/public-api.mjs +0 -14
- package/esm2022/coercion/string-array.mjs +0 -38
- package/esm2022/collections/array-data-source.mjs +0 -21
- package/esm2022/collections/collection-viewer.mjs +0 -9
- package/esm2022/collections/collections_public_index.mjs +0 -5
- package/esm2022/collections/data-source.mjs +0 -19
- package/esm2022/collections/dispose-view-repeater-strategy.mjs +0 -48
- package/esm2022/collections/index.mjs +0 -9
- package/esm2022/collections/public-api.mjs +0 -17
- package/esm2022/collections/recycle-view-repeater-strategy.mjs +0 -129
- package/esm2022/collections/selection-model.mjs +0 -225
- package/esm2022/collections/tree-adapter.mjs +0 -9
- package/esm2022/collections/unique-selection-dispatcher.mjs +0 -55
- package/esm2022/collections/view-repeater.mjs +0 -26
- package/esm2022/dialog/dialog-config.mjs +0 -70
- package/esm2022/dialog/dialog-container.mjs +0 -308
- package/esm2022/dialog/dialog-injectors.mjs +0 -40
- package/esm2022/dialog/dialog-module.mjs +0 -40
- package/esm2022/dialog/dialog-ref.mjs +0 -85
- package/esm2022/dialog/dialog.mjs +0 -303
- package/esm2022/dialog/dialog_public_index.mjs +0 -5
- package/esm2022/dialog/index.mjs +0 -9
- package/esm2022/dialog/public-api.mjs +0 -14
- package/esm2022/drag-drop/directives/assertions.mjs +0 -18
- package/esm2022/drag-drop/directives/config.mjs +0 -14
- package/esm2022/drag-drop/directives/drag-handle.mjs +0 -68
- package/esm2022/drag-drop/directives/drag-placeholder.mjs +0 -43
- package/esm2022/drag-drop/directives/drag-preview.mjs +0 -48
- package/esm2022/drag-drop/directives/drag.mjs +0 -520
- package/esm2022/drag-drop/directives/drop-list-group.mjs +0 -47
- package/esm2022/drag-drop/directives/drop-list.mjs +0 -352
- package/esm2022/drag-drop/dom/clone-node.mjs +0 -65
- package/esm2022/drag-drop/dom/dom-rect.mjs +0 -64
- package/esm2022/drag-drop/dom/parent-position-tracker.mjs +0 -76
- package/esm2022/drag-drop/dom/root-node.mjs +0 -21
- package/esm2022/drag-drop/dom/styling.mjs +0 -89
- package/esm2022/drag-drop/dom/transition-duration.mjs +0 -36
- package/esm2022/drag-drop/drag-drop-module.mjs +0 -49
- package/esm2022/drag-drop/drag-drop-registry.mjs +0 -266
- package/esm2022/drag-drop/drag-drop.mjs +0 -57
- package/esm2022/drag-drop/drag-drop_public_index.mjs +0 -5
- package/esm2022/drag-drop/drag-events.mjs +0 -9
- package/esm2022/drag-drop/drag-parent.mjs +0 -16
- package/esm2022/drag-drop/drag-ref.mjs +0 -1097
- package/esm2022/drag-drop/drag-utils.mjs +0 -60
- package/esm2022/drag-drop/drop-list-ref.mjs +0 -672
- package/esm2022/drag-drop/index.mjs +0 -9
- package/esm2022/drag-drop/preview-ref.mjs +0 -117
- package/esm2022/drag-drop/public-api.mjs +0 -23
- package/esm2022/drag-drop/sorting/drop-list-sort-strategy.mjs +0 -9
- package/esm2022/drag-drop/sorting/mixed-sort-strategy.mjs +0 -246
- package/esm2022/drag-drop/sorting/single-axis-sort-strategy.mjs +0 -343
- package/esm2022/index.mjs +0 -9
- package/esm2022/keycodes/index.mjs +0 -9
- package/esm2022/keycodes/keycodes.mjs +0 -127
- package/esm2022/keycodes/keycodes_public_index.mjs +0 -5
- package/esm2022/keycodes/modifiers.mjs +0 -18
- package/esm2022/keycodes/public-api.mjs +0 -10
- package/esm2022/layout/breakpoints-observer.mjs +0 -105
- package/esm2022/layout/breakpoints.mjs +0 -29
- package/esm2022/layout/index.mjs +0 -9
- package/esm2022/layout/layout-module.mjs +0 -19
- package/esm2022/layout/layout_public_index.mjs +0 -5
- package/esm2022/layout/media-matcher.mjs +0 -94
- package/esm2022/layout/public-api.mjs +0 -12
- package/esm2022/listbox/index.mjs +0 -9
- package/esm2022/listbox/listbox-module.mjs +0 -24
- package/esm2022/listbox/listbox.mjs +0 -888
- package/esm2022/listbox/listbox_public_index.mjs +0 -5
- package/esm2022/listbox/public-api.mjs +0 -10
- package/esm2022/menu/context-menu-trigger.mjs +0 -221
- package/esm2022/menu/event-detection.mjs +0 -28
- package/esm2022/menu/index.mjs +0 -9
- package/esm2022/menu/menu-aim.mjs +0 -204
- package/esm2022/menu/menu-bar.mjs +0 -134
- package/esm2022/menu/menu-base.mjs +0 -192
- package/esm2022/menu/menu-errors.mjs +0 -22
- package/esm2022/menu/menu-group.mjs +0 -31
- package/esm2022/menu/menu-interface.mjs +0 -11
- package/esm2022/menu/menu-item-checkbox.mjs +0 -50
- package/esm2022/menu/menu-item-radio.mjs +0 -72
- package/esm2022/menu/menu-item-selectable.mjs +0 -36
- package/esm2022/menu/menu-item.mjs +0 -270
- package/esm2022/menu/menu-module.mjs +0 -60
- package/esm2022/menu/menu-stack.mjs +0 -163
- package/esm2022/menu/menu-trigger-base.mjs +0 -119
- package/esm2022/menu/menu-trigger.mjs +0 -313
- package/esm2022/menu/menu.mjs +0 -135
- package/esm2022/menu/menu_public_index.mjs +0 -5
- package/esm2022/menu/pointer-focus-tracker.mjs +0 -51
- package/esm2022/menu/public-api.mjs +0 -24
- package/esm2022/observers/index.mjs +0 -9
- package/esm2022/observers/observe-content.mjs +0 -216
- package/esm2022/observers/observers_public_index.mjs +0 -5
- package/esm2022/observers/private/index.mjs +0 -9
- package/esm2022/observers/private/private_public_index.mjs +0 -5
- package/esm2022/observers/private/shared-resize-observer.mjs +0 -125
- package/esm2022/observers/public-api.mjs +0 -9
- package/esm2022/overlay/dispatchers/base-overlay-dispatcher.mjs +0 -52
- package/esm2022/overlay/dispatchers/index.mjs +0 -10
- package/esm2022/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +0 -81
- package/esm2022/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +0 -151
- package/esm2022/overlay/fullscreen-overlay-container.mjs +0 -94
- package/esm2022/overlay/index.mjs +0 -9
- package/esm2022/overlay/overlay-config.mjs +0 -45
- package/esm2022/overlay/overlay-container.mjs +0 -81
- package/esm2022/overlay/overlay-directives.mjs +0 -432
- package/esm2022/overlay/overlay-module.mjs +0 -28
- package/esm2022/overlay/overlay-ref.mjs +0 -437
- package/esm2022/overlay/overlay.mjs +0 -126
- package/esm2022/overlay/overlay_public_index.mjs +0 -5
- package/esm2022/overlay/position/connected-position.mjs +0 -88
- package/esm2022/overlay/position/flexible-connected-position-strategy.mjs +0 -1002
- package/esm2022/overlay/position/global-position-strategy.mjs +0 -237
- package/esm2022/overlay/position/overlay-position-builder.mjs +0 -50
- package/esm2022/overlay/position/position-strategy.mjs +0 -9
- package/esm2022/overlay/position/scroll-clip.mjs +0 -40
- package/esm2022/overlay/public-api.mjs +0 -22
- package/esm2022/overlay/scroll/block-scroll-strategy.mjs +0 -80
- package/esm2022/overlay/scroll/close-scroll-strategy.mjs +0 -65
- package/esm2022/overlay/scroll/index.mjs +0 -14
- package/esm2022/overlay/scroll/noop-scroll-strategy.mjs +0 -17
- package/esm2022/overlay/scroll/reposition-scroll-strategy.mjs +0 -61
- package/esm2022/overlay/scroll/scroll-strategy-options.mjs +0 -55
- package/esm2022/overlay/scroll/scroll-strategy.mjs +0 -14
- package/esm2022/platform/features/input-types.mjs +0 -59
- package/esm2022/platform/features/passive-listeners.mjs +0 -36
- package/esm2022/platform/features/scrolling.mjs +0 -104
- package/esm2022/platform/features/shadow-dom.mjs +0 -54
- package/esm2022/platform/features/test-environment.mjs +0 -24
- package/esm2022/platform/index.mjs +0 -9
- package/esm2022/platform/platform-module.mjs +0 -19
- package/esm2022/platform/platform.mjs +0 -85
- package/esm2022/platform/platform_public_index.mjs +0 -5
- package/esm2022/platform/public-api.mjs +0 -15
- package/esm2022/portal/dom-portal-outlet.mjs +0 -158
- package/esm2022/portal/index.mjs +0 -9
- package/esm2022/portal/portal-directives.mjs +0 -251
- package/esm2022/portal/portal-errors.mjs +0 -51
- package/esm2022/portal/portal-injector.mjs +0 -28
- package/esm2022/portal/portal.mjs +0 -189
- package/esm2022/portal/portal_public_index.mjs +0 -5
- package/esm2022/portal/public-api.mjs +0 -12
- package/esm2022/public-api.mjs +0 -9
- package/esm2022/scrolling/fixed-size-virtual-scroll.mjs +0 -218
- package/esm2022/scrolling/index.mjs +0 -9
- package/esm2022/scrolling/public-api.mjs +0 -20
- package/esm2022/scrolling/scroll-dispatcher.mjs +0 -163
- package/esm2022/scrolling/scrollable.mjs +0 -177
- package/esm2022/scrolling/scrolling-module.mjs +0 -69
- package/esm2022/scrolling/scrolling_public_index.mjs +0 -5
- package/esm2022/scrolling/viewport-ruler.mjs +0 -146
- package/esm2022/scrolling/virtual-for-of.mjs +0 -299
- package/esm2022/scrolling/virtual-scroll-repeater.mjs +0 -9
- package/esm2022/scrolling/virtual-scroll-strategy.mjs +0 -11
- package/esm2022/scrolling/virtual-scroll-viewport.mjs +0 -445
- package/esm2022/scrolling/virtual-scrollable-element.mjs +0 -42
- package/esm2022/scrolling/virtual-scrollable-window.mjs +0 -41
- package/esm2022/scrolling/virtual-scrollable.mjs +0 -40
- package/esm2022/stepper/index.mjs +0 -9
- package/esm2022/stepper/public-api.mjs +0 -13
- package/esm2022/stepper/step-header.mjs +0 -31
- package/esm2022/stepper/step-label.mjs +0 -24
- package/esm2022/stepper/stepper-button.mjs +0 -58
- package/esm2022/stepper/stepper-module.mjs +0 -41
- package/esm2022/stepper/stepper.mjs +0 -452
- package/esm2022/stepper/stepper_public_index.mjs +0 -5
- package/esm2022/table/can-stick.mjs +0 -46
- package/esm2022/table/cell.mjs +0 -245
- package/esm2022/table/coalesced-style-scheduler.mjs +0 -79
- package/esm2022/table/index.mjs +0 -9
- package/esm2022/table/public-api.mjs +0 -20
- package/esm2022/table/row.mjs +0 -317
- package/esm2022/table/sticky-position-listener.mjs +0 -11
- package/esm2022/table/sticky-styler.mjs +0 -347
- package/esm2022/table/table-errors.mjs +0 -67
- package/esm2022/table/table-module.mjs +0 -93
- package/esm2022/table/table.mjs +0 -1148
- package/esm2022/table/table_public_index.mjs +0 -5
- package/esm2022/table/text-column.mjs +0 -154
- package/esm2022/table/tokens.mjs +0 -16
- package/esm2022/testing/change-detection.mjs +0 -102
- package/esm2022/testing/component-harness.mjs +0 -328
- package/esm2022/testing/element-dimensions.mjs +0 -9
- package/esm2022/testing/harness-environment.mjs +0 -220
- package/esm2022/testing/index.mjs +0 -9
- package/esm2022/testing/public-api.mjs +0 -15
- package/esm2022/testing/selenium-webdriver/index.mjs +0 -9
- package/esm2022/testing/selenium-webdriver/public-api.mjs +0 -10
- package/esm2022/testing/selenium-webdriver/selenium-web-driver-element.mjs +0 -216
- package/esm2022/testing/selenium-webdriver/selenium-web-driver-harness-environment.mjs +0 -88
- package/esm2022/testing/selenium-webdriver/selenium-webdriver-keys.mjs +0 -64
- package/esm2022/testing/test-element-errors.mjs +0 -15
- package/esm2022/testing/test-element.mjs +0 -49
- package/esm2022/testing/testbed/fake-events/dispatch-events.mjs +0 -53
- package/esm2022/testing/testbed/fake-events/element-focus.mjs +0 -39
- package/esm2022/testing/testbed/fake-events/event-objects.mjs +0 -127
- package/esm2022/testing/testbed/fake-events/index.mjs +0 -14
- package/esm2022/testing/testbed/fake-events/type-in-element.mjs +0 -97
- package/esm2022/testing/testbed/index.mjs +0 -9
- package/esm2022/testing/testbed/public-api.mjs +0 -10
- package/esm2022/testing/testbed/task-state-zone-interceptor.mjs +0 -82
- package/esm2022/testing/testbed/testbed-harness-environment.mjs +0 -165
- package/esm2022/testing/testbed/unit-test-element.mjs +0 -258
- package/esm2022/testing/text-filtering.mjs +0 -21
- package/esm2022/text-field/autofill.mjs +0 -114
- package/esm2022/text-field/autosize.mjs +0 -309
- package/esm2022/text-field/index.mjs +0 -9
- package/esm2022/text-field/public-api.mjs +0 -11
- package/esm2022/text-field/text-field-module.mjs +0 -24
- package/esm2022/text-field/text-field_public_index.mjs +0 -5
- package/esm2022/tree/control/base-tree-control.mjs +0 -62
- package/esm2022/tree/control/flat-tree-control.mjs +0 -57
- package/esm2022/tree/control/nested-tree-control.mjs +0 -67
- package/esm2022/tree/control/tree-control.mjs +0 -2
- package/esm2022/tree/index.mjs +0 -9
- package/esm2022/tree/nested-node.mjs +0 -103
- package/esm2022/tree/node.mjs +0 -36
- package/esm2022/tree/outlet.mjs +0 -40
- package/esm2022/tree/padding.mjs +0 -129
- package/esm2022/tree/public-api.mjs +0 -20
- package/esm2022/tree/toggle.mjs +0 -51
- package/esm2022/tree/tree-errors.mjs +0 -44
- package/esm2022/tree/tree-module.mjs +0 -49
- package/esm2022/tree/tree.mjs +0 -1123
- package/esm2022/tree/tree_public_index.mjs +0 -5
- package/esm2022/version.mjs +0 -11
package/fesm2022/a11y.mjs
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { DOCUMENT } from '@angular/common';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { inject, APP_ID, Injectable,
|
|
4
|
-
import * as i1 from '@angular/cdk/platform';
|
|
3
|
+
import { inject, APP_ID, Injectable, QueryList, isSignal, effect, InjectionToken, afterNextRender, NgZone, Injector, ElementRef, booleanAttribute, Directive, Input, EventEmitter, Output, NgModule } from '@angular/core';
|
|
5
4
|
import { Platform, _getFocusedElementPierceShadowDom, normalizePassiveListenerOptions, _getEventTarget, _getShadowRoot } from '@angular/cdk/platform';
|
|
5
|
+
import { _CdkPrivateStyleLoader, _VisuallyHiddenLoader } from '@angular/cdk/private';
|
|
6
6
|
import { Subject, Subscription, isObservable, of, BehaviorSubject } from 'rxjs';
|
|
7
7
|
import { A, Z, ZERO, NINE, hasModifierKey, PAGE_DOWN, PAGE_UP, END, HOME, LEFT_ARROW, RIGHT_ARROW, UP_ARROW, DOWN_ARROW, TAB, ALT, CONTROL, MAC_META, META, SHIFT } from '@angular/cdk/keycodes';
|
|
8
8
|
import { tap, debounceTime, filter, map, take, skip, distinctUntilChanged, takeUntil } from 'rxjs/operators';
|
|
9
9
|
import { coerceObservable } from '@angular/cdk/coercion/private';
|
|
10
|
-
import
|
|
11
|
-
import { ObserversModule } from '@angular/cdk/observers';
|
|
10
|
+
import { ContentObserver, ObserversModule } from '@angular/cdk/observers';
|
|
12
11
|
import { coerceElement } from '@angular/cdk/coercion';
|
|
13
12
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
14
13
|
|
|
@@ -78,20 +77,16 @@ let nextId = 0;
|
|
|
78
77
|
* content.
|
|
79
78
|
*/
|
|
80
79
|
class AriaDescriber {
|
|
81
|
-
constructor(
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
* @breaking-change 14.0.0
|
|
85
|
-
*/
|
|
86
|
-
_platform) {
|
|
87
|
-
this._platform = _platform;
|
|
80
|
+
constructor() {
|
|
81
|
+
this._platform = inject(Platform);
|
|
82
|
+
this._document = inject(DOCUMENT);
|
|
88
83
|
/** Map of all registered message elements that have been placed into the document. */
|
|
89
84
|
this._messageRegistry = new Map();
|
|
90
85
|
/** Container for all registered messages. */
|
|
91
86
|
this._messagesContainer = null;
|
|
92
87
|
/** Unique ID for the service. */
|
|
93
88
|
this._id = `${nextId++}`;
|
|
94
|
-
|
|
89
|
+
inject(_CdkPrivateStyleLoader).load(_VisuallyHiddenLoader);
|
|
95
90
|
this._id = inject(APP_ID) + '-' + nextId++;
|
|
96
91
|
}
|
|
97
92
|
describe(hostElement, message, role) {
|
|
@@ -187,8 +182,7 @@ class AriaDescriber {
|
|
|
187
182
|
// the description element doesn't impact page layout.
|
|
188
183
|
messagesContainer.classList.add(containerClassName);
|
|
189
184
|
messagesContainer.classList.add('cdk-visually-hidden');
|
|
190
|
-
|
|
191
|
-
if (this._platform && !this._platform.isBrowser) {
|
|
185
|
+
if (!this._platform.isBrowser) {
|
|
192
186
|
messagesContainer.setAttribute('platform', 'server');
|
|
193
187
|
}
|
|
194
188
|
this._document.body.appendChild(messagesContainer);
|
|
@@ -250,16 +244,13 @@ class AriaDescriber {
|
|
|
250
244
|
_isElementNode(element) {
|
|
251
245
|
return element.nodeType === this._document.ELEMENT_NODE;
|
|
252
246
|
}
|
|
253
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
254
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
247
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: AriaDescriber, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
248
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: AriaDescriber, providedIn: 'root' }); }
|
|
255
249
|
}
|
|
256
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: AriaDescriber, decorators: [{
|
|
257
251
|
type: Injectable,
|
|
258
252
|
args: [{ providedIn: 'root' }]
|
|
259
|
-
}], ctorParameters: () => [
|
|
260
|
-
type: Inject,
|
|
261
|
-
args: [DOCUMENT]
|
|
262
|
-
}] }, { type: i1.Platform }] });
|
|
253
|
+
}], ctorParameters: () => [] });
|
|
263
254
|
/** Gets a key that can be used to look messages up in the registry. */
|
|
264
255
|
function getKey(message, role) {
|
|
265
256
|
return typeof message === 'string' ? `${role || ''}/${message}` : message;
|
|
@@ -737,21 +728,31 @@ class FocusKeyManager extends ListKeyManager {
|
|
|
737
728
|
* keyboard events occur.
|
|
738
729
|
*/
|
|
739
730
|
class TreeKeyManager {
|
|
740
|
-
|
|
741
|
-
if (this._hasInitialFocused) {
|
|
731
|
+
_initializeFocus() {
|
|
732
|
+
if (this._hasInitialFocused || this._items.length === 0) {
|
|
742
733
|
return;
|
|
743
734
|
}
|
|
744
|
-
|
|
745
|
-
return;
|
|
746
|
-
}
|
|
747
|
-
let focusIndex = 0;
|
|
735
|
+
let activeIndex = 0;
|
|
748
736
|
for (let i = 0; i < this._items.length; i++) {
|
|
749
737
|
if (!this._skipPredicateFn(this._items[i]) && !this._isItemDisabled(this._items[i])) {
|
|
750
|
-
|
|
738
|
+
activeIndex = i;
|
|
751
739
|
break;
|
|
752
740
|
}
|
|
753
741
|
}
|
|
754
|
-
this.
|
|
742
|
+
const activeItem = this._items[activeIndex];
|
|
743
|
+
// Use `makeFocusable` here, because we want the item to just be focusable, not actually
|
|
744
|
+
// capture the focus since the user isn't interacting with it. See #29628.
|
|
745
|
+
if (activeItem.makeFocusable) {
|
|
746
|
+
this._activeItem?.unfocus();
|
|
747
|
+
this._activeItemIndex = activeIndex;
|
|
748
|
+
this._activeItem = activeItem;
|
|
749
|
+
this._typeahead?.setCurrentSelectedItemIndex(activeIndex);
|
|
750
|
+
activeItem.makeFocusable();
|
|
751
|
+
}
|
|
752
|
+
else {
|
|
753
|
+
// Backwards compatibility for items that don't implement `makeFocusable`.
|
|
754
|
+
this.focusItem(activeIndex);
|
|
755
|
+
}
|
|
755
756
|
this._hasInitialFocused = true;
|
|
756
757
|
}
|
|
757
758
|
/**
|
|
@@ -800,7 +801,7 @@ class TreeKeyManager {
|
|
|
800
801
|
this._items = newItems.toArray();
|
|
801
802
|
this._typeahead?.setItems(this._items);
|
|
802
803
|
this._updateActiveItemIndex(this._items);
|
|
803
|
-
this.
|
|
804
|
+
this._initializeFocus();
|
|
804
805
|
});
|
|
805
806
|
}
|
|
806
807
|
else if (isObservable(items)) {
|
|
@@ -808,12 +809,12 @@ class TreeKeyManager {
|
|
|
808
809
|
this._items = newItems;
|
|
809
810
|
this._typeahead?.setItems(newItems);
|
|
810
811
|
this._updateActiveItemIndex(newItems);
|
|
811
|
-
this.
|
|
812
|
+
this._initializeFocus();
|
|
812
813
|
});
|
|
813
814
|
}
|
|
814
815
|
else {
|
|
815
816
|
this._items = items;
|
|
816
|
-
this.
|
|
817
|
+
this._initializeFocus();
|
|
817
818
|
}
|
|
818
819
|
if (typeof config.shouldActivationFollowFocus === 'boolean') {
|
|
819
820
|
this._shouldActivationFollowFocus = config.shouldActivationFollowFocus;
|
|
@@ -1168,8 +1169,8 @@ class IsFocusableConfig {
|
|
|
1168
1169
|
* tabbable.
|
|
1169
1170
|
*/
|
|
1170
1171
|
class InteractivityChecker {
|
|
1171
|
-
constructor(
|
|
1172
|
-
this._platform =
|
|
1172
|
+
constructor() {
|
|
1173
|
+
this._platform = inject(Platform);
|
|
1173
1174
|
}
|
|
1174
1175
|
/**
|
|
1175
1176
|
* Gets whether an element is disabled.
|
|
@@ -1275,13 +1276,13 @@ class InteractivityChecker {
|
|
|
1275
1276
|
!this.isDisabled(element) &&
|
|
1276
1277
|
(config?.ignoreVisibility || this.isVisible(element)));
|
|
1277
1278
|
}
|
|
1278
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1279
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1279
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: InteractivityChecker, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1280
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: InteractivityChecker, providedIn: 'root' }); }
|
|
1280
1281
|
}
|
|
1281
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: InteractivityChecker, decorators: [{
|
|
1282
1283
|
type: Injectable,
|
|
1283
1284
|
args: [{ providedIn: 'root' }]
|
|
1284
|
-
}], ctorParameters: () => [
|
|
1285
|
+
}], ctorParameters: () => [] });
|
|
1285
1286
|
/**
|
|
1286
1287
|
* Returns the frame element from a window object. Since browsers like MS Edge throw errors if
|
|
1287
1288
|
* the frameElement property is being accessed from a different host address, this property
|
|
@@ -1653,11 +1654,12 @@ class FocusTrap {
|
|
|
1653
1654
|
* Factory that allows easy instantiation of focus traps.
|
|
1654
1655
|
*/
|
|
1655
1656
|
class FocusTrapFactory {
|
|
1656
|
-
constructor(
|
|
1657
|
-
this._checker =
|
|
1658
|
-
this._ngZone =
|
|
1657
|
+
constructor() {
|
|
1658
|
+
this._checker = inject(InteractivityChecker);
|
|
1659
|
+
this._ngZone = inject(NgZone);
|
|
1660
|
+
this._document = inject(DOCUMENT);
|
|
1659
1661
|
this._injector = inject(Injector);
|
|
1660
|
-
|
|
1662
|
+
inject(_CdkPrivateStyleLoader).load(_VisuallyHiddenLoader);
|
|
1661
1663
|
}
|
|
1662
1664
|
/**
|
|
1663
1665
|
* Creates a focus-trapped region around the given element.
|
|
@@ -1669,16 +1671,13 @@ class FocusTrapFactory {
|
|
|
1669
1671
|
create(element, deferCaptureElements = false) {
|
|
1670
1672
|
return new FocusTrap(element, this._checker, this._ngZone, this._document, deferCaptureElements, this._injector);
|
|
1671
1673
|
}
|
|
1672
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1673
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1674
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: FocusTrapFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1675
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' }); }
|
|
1674
1676
|
}
|
|
1675
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: FocusTrapFactory, decorators: [{
|
|
1676
1678
|
type: Injectable,
|
|
1677
1679
|
args: [{ providedIn: 'root' }]
|
|
1678
|
-
}], ctorParameters: () => [
|
|
1679
|
-
type: Inject,
|
|
1680
|
-
args: [DOCUMENT]
|
|
1681
|
-
}] }] });
|
|
1680
|
+
}], ctorParameters: () => [] });
|
|
1682
1681
|
/** Directive for trapping focus within a region. */
|
|
1683
1682
|
class CdkTrapFocus {
|
|
1684
1683
|
/** Whether the focus trap is active. */
|
|
@@ -1690,14 +1689,9 @@ class CdkTrapFocus {
|
|
|
1690
1689
|
this.focusTrap.enabled = value;
|
|
1691
1690
|
}
|
|
1692
1691
|
}
|
|
1693
|
-
constructor(
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
* @breaking-change 13.0.0
|
|
1697
|
-
*/
|
|
1698
|
-
_document) {
|
|
1699
|
-
this._elementRef = _elementRef;
|
|
1700
|
-
this._focusTrapFactory = _focusTrapFactory;
|
|
1692
|
+
constructor() {
|
|
1693
|
+
this._elementRef = inject(ElementRef);
|
|
1694
|
+
this._focusTrapFactory = inject(FocusTrapFactory);
|
|
1701
1695
|
/** Previously focused element to restore focus to upon destroy when using autoCapture. */
|
|
1702
1696
|
this._previouslyFocusedElement = null;
|
|
1703
1697
|
const platform = inject(Platform);
|
|
@@ -1738,20 +1732,16 @@ class CdkTrapFocus {
|
|
|
1738
1732
|
this._previouslyFocusedElement = _getFocusedElementPierceShadowDom();
|
|
1739
1733
|
this.focusTrap?.focusInitialElementWhenReady();
|
|
1740
1734
|
}
|
|
1741
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1742
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
1735
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: CdkTrapFocus, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1736
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.0.0-next.10", type: CdkTrapFocus, isStandalone: true, selector: "[cdkTrapFocus]", inputs: { enabled: ["cdkTrapFocus", "enabled", booleanAttribute], autoCapture: ["cdkTrapFocusAutoCapture", "autoCapture", booleanAttribute] }, exportAs: ["cdkTrapFocus"], usesOnChanges: true, ngImport: i0 }); }
|
|
1743
1737
|
}
|
|
1744
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: CdkTrapFocus, decorators: [{
|
|
1745
1739
|
type: Directive,
|
|
1746
1740
|
args: [{
|
|
1747
1741
|
selector: '[cdkTrapFocus]',
|
|
1748
1742
|
exportAs: 'cdkTrapFocus',
|
|
1749
|
-
standalone: true,
|
|
1750
1743
|
}]
|
|
1751
|
-
}], ctorParameters: () => [
|
|
1752
|
-
type: Inject,
|
|
1753
|
-
args: [DOCUMENT]
|
|
1754
|
-
}] }], propDecorators: { enabled: [{
|
|
1744
|
+
}], ctorParameters: () => [], propDecorators: { enabled: [{
|
|
1755
1745
|
type: Input,
|
|
1756
1746
|
args: [{ alias: 'cdkTrapFocus', transform: booleanAttribute }]
|
|
1757
1747
|
}], autoCapture: [{
|
|
@@ -1895,24 +1885,25 @@ class FocusTrapManager {
|
|
|
1895
1885
|
}
|
|
1896
1886
|
}
|
|
1897
1887
|
}
|
|
1898
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1899
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1888
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1889
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: FocusTrapManager, providedIn: 'root' }); }
|
|
1900
1890
|
}
|
|
1901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: FocusTrapManager, decorators: [{
|
|
1902
1892
|
type: Injectable,
|
|
1903
1893
|
args: [{ providedIn: 'root' }]
|
|
1904
1894
|
}] });
|
|
1905
1895
|
|
|
1906
1896
|
/** Factory that allows easy instantiation of configurable focus traps. */
|
|
1907
1897
|
class ConfigurableFocusTrapFactory {
|
|
1908
|
-
constructor(
|
|
1909
|
-
this._checker =
|
|
1910
|
-
this._ngZone =
|
|
1911
|
-
this._focusTrapManager =
|
|
1898
|
+
constructor() {
|
|
1899
|
+
this._checker = inject(InteractivityChecker);
|
|
1900
|
+
this._ngZone = inject(NgZone);
|
|
1901
|
+
this._focusTrapManager = inject(FocusTrapManager);
|
|
1902
|
+
this._document = inject(DOCUMENT);
|
|
1912
1903
|
this._injector = inject(Injector);
|
|
1913
|
-
|
|
1904
|
+
const inertStrategy = inject(FOCUS_TRAP_INERT_STRATEGY, { optional: true });
|
|
1914
1905
|
// TODO split up the strategies into different modules, similar to DateAdapter.
|
|
1915
|
-
this._inertStrategy =
|
|
1906
|
+
this._inertStrategy = inertStrategy || new EventListenerFocusTrapInertStrategy();
|
|
1916
1907
|
}
|
|
1917
1908
|
create(element, config = { defer: false }) {
|
|
1918
1909
|
let configObject;
|
|
@@ -1924,21 +1915,13 @@ class ConfigurableFocusTrapFactory {
|
|
|
1924
1915
|
}
|
|
1925
1916
|
return new ConfigurableFocusTrap(element, this._checker, this._ngZone, this._document, this._focusTrapManager, this._inertStrategy, configObject, this._injector);
|
|
1926
1917
|
}
|
|
1927
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1928
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1918
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: ConfigurableFocusTrapFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1919
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' }); }
|
|
1929
1920
|
}
|
|
1930
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1921
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: ConfigurableFocusTrapFactory, decorators: [{
|
|
1931
1922
|
type: Injectable,
|
|
1932
1923
|
args: [{ providedIn: 'root' }]
|
|
1933
|
-
}], ctorParameters: () => [
|
|
1934
|
-
type: Inject,
|
|
1935
|
-
args: [DOCUMENT]
|
|
1936
|
-
}] }, { type: undefined, decorators: [{
|
|
1937
|
-
type: Optional
|
|
1938
|
-
}, {
|
|
1939
|
-
type: Inject,
|
|
1940
|
-
args: [FOCUS_TRAP_INERT_STRATEGY]
|
|
1941
|
-
}] }] });
|
|
1924
|
+
}], ctorParameters: () => [] });
|
|
1942
1925
|
|
|
1943
1926
|
/** Gets whether an event could be a faked `mousedown` event dispatched by a screen reader. */
|
|
1944
1927
|
function isFakeMousedownFromScreenReader(event) {
|
|
@@ -2021,8 +2004,8 @@ class InputModalityDetector {
|
|
|
2021
2004
|
get mostRecentModality() {
|
|
2022
2005
|
return this._modality.value;
|
|
2023
2006
|
}
|
|
2024
|
-
constructor(
|
|
2025
|
-
this._platform =
|
|
2007
|
+
constructor() {
|
|
2008
|
+
this._platform = inject(Platform);
|
|
2026
2009
|
/**
|
|
2027
2010
|
* The most recently detected input modality event target. Is null if no input modality has been
|
|
2028
2011
|
* detected or if the associated event target is null for some unknown reason.
|
|
@@ -2081,6 +2064,9 @@ class InputModalityDetector {
|
|
|
2081
2064
|
this._modality.next('touch');
|
|
2082
2065
|
this._mostRecentTarget = _getEventTarget(event);
|
|
2083
2066
|
};
|
|
2067
|
+
const ngZone = inject(NgZone);
|
|
2068
|
+
const document = inject(DOCUMENT);
|
|
2069
|
+
const options = inject(INPUT_MODALITY_DETECTOR_OPTIONS, { optional: true });
|
|
2084
2070
|
this._options = {
|
|
2085
2071
|
...INPUT_MODALITY_DETECTOR_DEFAULT_OPTIONS,
|
|
2086
2072
|
...options,
|
|
@@ -2090,7 +2076,7 @@ class InputModalityDetector {
|
|
|
2090
2076
|
this.modalityChanged = this.modalityDetected.pipe(distinctUntilChanged());
|
|
2091
2077
|
// If we're not in a browser, this service should do nothing, as there's no relevant input
|
|
2092
2078
|
// modality to detect.
|
|
2093
|
-
if (_platform.isBrowser) {
|
|
2079
|
+
if (this._platform.isBrowser) {
|
|
2094
2080
|
ngZone.runOutsideAngular(() => {
|
|
2095
2081
|
document.addEventListener('keydown', this._onKeydown, modalityEventListenerOptions);
|
|
2096
2082
|
document.addEventListener('mousedown', this._onMousedown, modalityEventListenerOptions);
|
|
@@ -2106,21 +2092,13 @@ class InputModalityDetector {
|
|
|
2106
2092
|
document.removeEventListener('touchstart', this._onTouchstart, modalityEventListenerOptions);
|
|
2107
2093
|
}
|
|
2108
2094
|
}
|
|
2109
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2110
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2095
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: InputModalityDetector, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2096
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: InputModalityDetector, providedIn: 'root' }); }
|
|
2111
2097
|
}
|
|
2112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2098
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: InputModalityDetector, decorators: [{
|
|
2113
2099
|
type: Injectable,
|
|
2114
2100
|
args: [{ providedIn: 'root' }]
|
|
2115
|
-
}], ctorParameters: () => [
|
|
2116
|
-
type: Inject,
|
|
2117
|
-
args: [DOCUMENT]
|
|
2118
|
-
}] }, { type: undefined, decorators: [{
|
|
2119
|
-
type: Optional
|
|
2120
|
-
}, {
|
|
2121
|
-
type: Inject,
|
|
2122
|
-
args: [INPUT_MODALITY_DETECTOR_OPTIONS]
|
|
2123
|
-
}] }] });
|
|
2101
|
+
}], ctorParameters: () => [] });
|
|
2124
2102
|
|
|
2125
2103
|
const LIVE_ANNOUNCER_ELEMENT_TOKEN = new InjectionToken('liveAnnouncerElement', {
|
|
2126
2104
|
providedIn: 'root',
|
|
@@ -2135,13 +2113,13 @@ const LIVE_ANNOUNCER_DEFAULT_OPTIONS = new InjectionToken('LIVE_ANNOUNCER_DEFAUL
|
|
|
2135
2113
|
|
|
2136
2114
|
let uniqueIds = 0;
|
|
2137
2115
|
class LiveAnnouncer {
|
|
2138
|
-
constructor(
|
|
2139
|
-
this._ngZone =
|
|
2140
|
-
this._defaultOptions =
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2116
|
+
constructor() {
|
|
2117
|
+
this._ngZone = inject(NgZone);
|
|
2118
|
+
this._defaultOptions = inject(LIVE_ANNOUNCER_DEFAULT_OPTIONS, {
|
|
2119
|
+
optional: true,
|
|
2120
|
+
});
|
|
2121
|
+
this._document = inject(DOCUMENT);
|
|
2122
|
+
const elementToken = inject(LIVE_ANNOUNCER_ELEMENT_TOKEN, { optional: true });
|
|
2145
2123
|
this._liveElement = elementToken || this._createLiveElement();
|
|
2146
2124
|
}
|
|
2147
2125
|
announce(message, ...args) {
|
|
@@ -2248,26 +2226,13 @@ class LiveAnnouncer {
|
|
|
2248
2226
|
}
|
|
2249
2227
|
}
|
|
2250
2228
|
}
|
|
2251
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2252
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2229
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: LiveAnnouncer, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2230
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' }); }
|
|
2253
2231
|
}
|
|
2254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: LiveAnnouncer, decorators: [{
|
|
2255
2233
|
type: Injectable,
|
|
2256
2234
|
args: [{ providedIn: 'root' }]
|
|
2257
|
-
}], ctorParameters: () => [
|
|
2258
|
-
type: Optional
|
|
2259
|
-
}, {
|
|
2260
|
-
type: Inject,
|
|
2261
|
-
args: [LIVE_ANNOUNCER_ELEMENT_TOKEN]
|
|
2262
|
-
}] }, { type: i0.NgZone }, { type: undefined, decorators: [{
|
|
2263
|
-
type: Inject,
|
|
2264
|
-
args: [DOCUMENT]
|
|
2265
|
-
}] }, { type: undefined, decorators: [{
|
|
2266
|
-
type: Optional
|
|
2267
|
-
}, {
|
|
2268
|
-
type: Inject,
|
|
2269
|
-
args: [LIVE_ANNOUNCER_DEFAULT_OPTIONS]
|
|
2270
|
-
}] }] });
|
|
2235
|
+
}], ctorParameters: () => [] });
|
|
2271
2236
|
/**
|
|
2272
2237
|
* A directive that works similarly to aria-live, but uses the LiveAnnouncer to ensure compatibility
|
|
2273
2238
|
* with a wider range of browsers and screen readers.
|
|
@@ -2300,29 +2265,29 @@ class CdkAriaLive {
|
|
|
2300
2265
|
});
|
|
2301
2266
|
}
|
|
2302
2267
|
}
|
|
2303
|
-
constructor(
|
|
2304
|
-
this._elementRef =
|
|
2305
|
-
this._liveAnnouncer =
|
|
2306
|
-
this._contentObserver =
|
|
2307
|
-
this._ngZone =
|
|
2268
|
+
constructor() {
|
|
2269
|
+
this._elementRef = inject(ElementRef);
|
|
2270
|
+
this._liveAnnouncer = inject(LiveAnnouncer);
|
|
2271
|
+
this._contentObserver = inject(ContentObserver);
|
|
2272
|
+
this._ngZone = inject(NgZone);
|
|
2308
2273
|
this._politeness = 'polite';
|
|
2274
|
+
inject(_CdkPrivateStyleLoader).load(_VisuallyHiddenLoader);
|
|
2309
2275
|
}
|
|
2310
2276
|
ngOnDestroy() {
|
|
2311
2277
|
if (this._subscription) {
|
|
2312
2278
|
this._subscription.unsubscribe();
|
|
2313
2279
|
}
|
|
2314
2280
|
}
|
|
2315
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2316
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2281
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: CdkAriaLive, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2282
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.10", type: CdkAriaLive, isStandalone: true, selector: "[cdkAriaLive]", inputs: { politeness: ["cdkAriaLive", "politeness"], duration: ["cdkAriaLiveDuration", "duration"] }, exportAs: ["cdkAriaLive"], ngImport: i0 }); }
|
|
2317
2283
|
}
|
|
2318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: CdkAriaLive, decorators: [{
|
|
2319
2285
|
type: Directive,
|
|
2320
2286
|
args: [{
|
|
2321
2287
|
selector: '[cdkAriaLive]',
|
|
2322
2288
|
exportAs: 'cdkAriaLive',
|
|
2323
|
-
standalone: true,
|
|
2324
2289
|
}]
|
|
2325
|
-
}], ctorParameters: () => [
|
|
2290
|
+
}], ctorParameters: () => [], propDecorators: { politeness: [{
|
|
2326
2291
|
type: Input,
|
|
2327
2292
|
args: ['cdkAriaLive']
|
|
2328
2293
|
}], duration: [{
|
|
@@ -2357,12 +2322,10 @@ const captureEventListenerOptions = normalizePassiveListenerOptions({
|
|
|
2357
2322
|
});
|
|
2358
2323
|
/** Monitors mouse and keyboard events to determine the cause of focus events. */
|
|
2359
2324
|
class FocusMonitor {
|
|
2360
|
-
constructor(
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
this.
|
|
2364
|
-
this._platform = _platform;
|
|
2365
|
-
this._inputModalityDetector = _inputModalityDetector;
|
|
2325
|
+
constructor() {
|
|
2326
|
+
this._ngZone = inject(NgZone);
|
|
2327
|
+
this._platform = inject(Platform);
|
|
2328
|
+
this._inputModalityDetector = inject(InputModalityDetector);
|
|
2366
2329
|
/** The focus origin that the next focus event is a result of. */
|
|
2367
2330
|
this._origin = null;
|
|
2368
2331
|
/** Whether the window has just been focused. */
|
|
@@ -2393,6 +2356,8 @@ class FocusMonitor {
|
|
|
2393
2356
|
this._windowFocused = true;
|
|
2394
2357
|
this._windowFocusTimeoutId = window.setTimeout(() => (this._windowFocused = false));
|
|
2395
2358
|
};
|
|
2359
|
+
/** Used to reference correct document/window */
|
|
2360
|
+
this._document = inject(DOCUMENT, { optional: true });
|
|
2396
2361
|
/** Subject for stopping our InputModalityDetector subscription. */
|
|
2397
2362
|
this._stopInputModalityDetector = new Subject();
|
|
2398
2363
|
/**
|
|
@@ -2411,7 +2376,9 @@ class FocusMonitor {
|
|
|
2411
2376
|
}
|
|
2412
2377
|
}
|
|
2413
2378
|
};
|
|
2414
|
-
|
|
2379
|
+
const options = inject(FOCUS_MONITOR_DEFAULT_OPTIONS, {
|
|
2380
|
+
optional: true,
|
|
2381
|
+
});
|
|
2415
2382
|
this._detectionMode = options?.detectionMode || FocusMonitorDetectionMode.IMMEDIATE;
|
|
2416
2383
|
}
|
|
2417
2384
|
monitor(element, checkChildren = false) {
|
|
@@ -2716,23 +2683,13 @@ class FocusMonitor {
|
|
|
2716
2683
|
}
|
|
2717
2684
|
return false;
|
|
2718
2685
|
}
|
|
2719
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2720
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2686
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: FocusMonitor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2687
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: FocusMonitor, providedIn: 'root' }); }
|
|
2721
2688
|
}
|
|
2722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2689
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: FocusMonitor, decorators: [{
|
|
2723
2690
|
type: Injectable,
|
|
2724
2691
|
args: [{ providedIn: 'root' }]
|
|
2725
|
-
}], ctorParameters: () => [
|
|
2726
|
-
type: Optional
|
|
2727
|
-
}, {
|
|
2728
|
-
type: Inject,
|
|
2729
|
-
args: [DOCUMENT]
|
|
2730
|
-
}] }, { type: undefined, decorators: [{
|
|
2731
|
-
type: Optional
|
|
2732
|
-
}, {
|
|
2733
|
-
type: Inject,
|
|
2734
|
-
args: [FOCUS_MONITOR_DEFAULT_OPTIONS]
|
|
2735
|
-
}] }] });
|
|
2692
|
+
}], ctorParameters: () => [] });
|
|
2736
2693
|
/**
|
|
2737
2694
|
* Directive that determines how a particular element was focused (via keyboard, mouse, touch, or
|
|
2738
2695
|
* programmatically) and adds corresponding classes to the element.
|
|
@@ -2743,9 +2700,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
|
|
|
2743
2700
|
* 2) cdkMonitorSubtreeFocus: considers an element focused if it or any of its children are focused.
|
|
2744
2701
|
*/
|
|
2745
2702
|
class CdkMonitorFocus {
|
|
2746
|
-
constructor(
|
|
2747
|
-
this._elementRef =
|
|
2748
|
-
this._focusMonitor =
|
|
2703
|
+
constructor() {
|
|
2704
|
+
this._elementRef = inject(ElementRef);
|
|
2705
|
+
this._focusMonitor = inject(FocusMonitor);
|
|
2749
2706
|
this._focusOrigin = null;
|
|
2750
2707
|
this.cdkFocusChange = new EventEmitter();
|
|
2751
2708
|
}
|
|
@@ -2767,17 +2724,16 @@ class CdkMonitorFocus {
|
|
|
2767
2724
|
this._monitorSubscription.unsubscribe();
|
|
2768
2725
|
}
|
|
2769
2726
|
}
|
|
2770
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2771
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2727
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: CdkMonitorFocus, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2728
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.10", type: CdkMonitorFocus, isStandalone: true, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: { cdkFocusChange: "cdkFocusChange" }, exportAs: ["cdkMonitorFocus"], ngImport: i0 }); }
|
|
2772
2729
|
}
|
|
2773
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2730
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: CdkMonitorFocus, decorators: [{
|
|
2774
2731
|
type: Directive,
|
|
2775
2732
|
args: [{
|
|
2776
2733
|
selector: '[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]',
|
|
2777
2734
|
exportAs: 'cdkMonitorFocus',
|
|
2778
|
-
standalone: true,
|
|
2779
2735
|
}]
|
|
2780
|
-
}], ctorParameters: () => [
|
|
2736
|
+
}], ctorParameters: () => [], propDecorators: { cdkFocusChange: [{
|
|
2781
2737
|
type: Output
|
|
2782
2738
|
}] } });
|
|
2783
2739
|
|
|
@@ -2806,9 +2762,9 @@ const HIGH_CONTRAST_MODE_ACTIVE_CSS_CLASS = 'cdk-high-contrast-active';
|
|
|
2806
2762
|
* browser extension.
|
|
2807
2763
|
*/
|
|
2808
2764
|
class HighContrastModeDetector {
|
|
2809
|
-
constructor(
|
|
2810
|
-
this._platform =
|
|
2811
|
-
this._document =
|
|
2765
|
+
constructor() {
|
|
2766
|
+
this._platform = inject(Platform);
|
|
2767
|
+
this._document = inject(DOCUMENT);
|
|
2812
2768
|
this._breakpointSubscription = inject(BreakpointObserver)
|
|
2813
2769
|
.observe('(forced-colors: active)')
|
|
2814
2770
|
.subscribe(() => {
|
|
@@ -2873,32 +2829,29 @@ class HighContrastModeDetector {
|
|
|
2873
2829
|
}
|
|
2874
2830
|
}
|
|
2875
2831
|
}
|
|
2876
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2877
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2832
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: HighContrastModeDetector, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2833
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' }); }
|
|
2878
2834
|
}
|
|
2879
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2835
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: HighContrastModeDetector, decorators: [{
|
|
2880
2836
|
type: Injectable,
|
|
2881
2837
|
args: [{ providedIn: 'root' }]
|
|
2882
|
-
}], ctorParameters: () => [
|
|
2883
|
-
type: Inject,
|
|
2884
|
-
args: [DOCUMENT]
|
|
2885
|
-
}] }] });
|
|
2838
|
+
}], ctorParameters: () => [] });
|
|
2886
2839
|
|
|
2887
2840
|
class A11yModule {
|
|
2888
|
-
constructor(
|
|
2889
|
-
|
|
2841
|
+
constructor() {
|
|
2842
|
+
inject(HighContrastModeDetector)._applyBodyHighContrastModeCssClasses();
|
|
2890
2843
|
}
|
|
2891
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2892
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
2893
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2844
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: A11yModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2845
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0-next.10", ngImport: i0, type: A11yModule, imports: [ObserversModule, CdkAriaLive, CdkTrapFocus, CdkMonitorFocus], exports: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus] }); }
|
|
2846
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: A11yModule, imports: [ObserversModule] }); }
|
|
2894
2847
|
}
|
|
2895
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: A11yModule, decorators: [{
|
|
2896
2849
|
type: NgModule,
|
|
2897
2850
|
args: [{
|
|
2898
2851
|
imports: [ObserversModule, CdkAriaLive, CdkTrapFocus, CdkMonitorFocus],
|
|
2899
2852
|
exports: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus],
|
|
2900
2853
|
}]
|
|
2901
|
-
}], ctorParameters: () => [
|
|
2854
|
+
}], ctorParameters: () => [] });
|
|
2902
2855
|
|
|
2903
2856
|
/**
|
|
2904
2857
|
* Generated bundle index. Do not edit.
|