@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/layout/index.d.ts
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { NgZone } from '@angular/core';
|
|
3
2
|
import { Observable } from 'rxjs';
|
|
4
3
|
import { OnDestroy } from '@angular/core';
|
|
5
|
-
import { Platform } from '@angular/cdk/platform';
|
|
6
4
|
|
|
7
|
-
/** Utility for checking the matching state of
|
|
5
|
+
/** Utility for checking the matching state of `@media` queries. */
|
|
8
6
|
export declare class BreakpointObserver implements OnDestroy {
|
|
9
7
|
private _mediaMatcher;
|
|
10
8
|
private _zone;
|
|
@@ -12,7 +10,7 @@ export declare class BreakpointObserver implements OnDestroy {
|
|
|
12
10
|
private _queries;
|
|
13
11
|
/** A subject for all other observables to takeUntil based on. */
|
|
14
12
|
private readonly _destroySubject;
|
|
15
|
-
constructor(
|
|
13
|
+
constructor(...args: unknown[]);
|
|
16
14
|
/** Completes the active subject, signalling to all other observables to complete. */
|
|
17
15
|
ngOnDestroy(): void;
|
|
18
16
|
/**
|
|
@@ -74,10 +72,10 @@ export declare class LayoutModule {
|
|
|
74
72
|
/** A utility for calling matchMedia queries. */
|
|
75
73
|
export declare class MediaMatcher {
|
|
76
74
|
private _platform;
|
|
77
|
-
private _nonce
|
|
75
|
+
private _nonce;
|
|
78
76
|
/** The internal matchMedia method to return back a MediaQueryList like object. */
|
|
79
77
|
private _matchMedia;
|
|
80
|
-
constructor(
|
|
78
|
+
constructor(...args: unknown[]);
|
|
81
79
|
/**
|
|
82
80
|
* Evaluates the given media query and returns the native MediaQueryList from which results
|
|
83
81
|
* can be retrieved.
|
|
@@ -85,7 +83,7 @@ export declare class MediaMatcher {
|
|
|
85
83
|
* MediaQueryList for the query provided.
|
|
86
84
|
*/
|
|
87
85
|
matchMedia(query: string): MediaQueryList;
|
|
88
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MediaMatcher,
|
|
86
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MediaMatcher, never>;
|
|
89
87
|
static ɵprov: i0.ɵɵInjectableDeclaration<MediaMatcher>;
|
|
90
88
|
}
|
|
91
89
|
|
package/observers/index.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ export declare class CdkObserveContent implements AfterContentInit, OnDestroy {
|
|
|
27
27
|
set debounce(value: NumberInput);
|
|
28
28
|
private _debounce;
|
|
29
29
|
private _currentSubscription;
|
|
30
|
-
constructor(
|
|
30
|
+
constructor(...args: unknown[]);
|
|
31
31
|
ngAfterContentInit(): void;
|
|
32
32
|
ngOnDestroy(): void;
|
|
33
33
|
private _subscribe;
|
|
@@ -43,7 +43,7 @@ export declare class ContentObserver implements OnDestroy {
|
|
|
43
43
|
/** Keeps track of the existing MutationObservers so they can be reused. */
|
|
44
44
|
private _observedElements;
|
|
45
45
|
private _ngZone;
|
|
46
|
-
constructor(
|
|
46
|
+
constructor(...args: unknown[]);
|
|
47
47
|
ngOnDestroy(): void;
|
|
48
48
|
/**
|
|
49
49
|
* Observe content changes on an element.
|
package/overlay/_index.scss
CHANGED
|
@@ -12,8 +12,20 @@ $overlay-backdrop-color: rgba(0, 0, 0, 0.32) !default;
|
|
|
12
12
|
$backdrop-animation-duration: 400ms !default;
|
|
13
13
|
$backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
@mixin
|
|
15
|
+
// Conditionally wraps some styles in a layer depending on a flag.
|
|
16
|
+
@mixin _conditional-layer($should-wrap) {
|
|
17
|
+
@if ($should-wrap) {
|
|
18
|
+
@layer cdk-overlay {
|
|
19
|
+
@content;
|
|
20
|
+
}
|
|
21
|
+
} @else {
|
|
22
|
+
@content;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// Structural styles for the overlay. Pass `$wrap-customizable-styles` to emit
|
|
27
|
+
// the styles that support customization in a way that makes them easier to change.
|
|
28
|
+
@mixin private-overlay-structure($wrap-customizable-styles) {
|
|
17
29
|
.cdk-overlay-container, .cdk-global-overlay-wrapper {
|
|
18
30
|
// Disable events from being captured on the overlay container.
|
|
19
31
|
pointer-events: none;
|
|
@@ -28,7 +40,10 @@ $backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
|
|
|
28
40
|
// The overlay-container is an invisible element which contains all individual overlays.
|
|
29
41
|
.cdk-overlay-container {
|
|
30
42
|
position: fixed;
|
|
31
|
-
|
|
43
|
+
|
|
44
|
+
@include _conditional-layer($wrap-customizable-styles) {
|
|
45
|
+
z-index: $overlay-container-z-index;
|
|
46
|
+
}
|
|
32
47
|
|
|
33
48
|
&:empty {
|
|
34
49
|
// Hide the element when it doesn't have any child nodes. This doesn't
|
|
@@ -44,7 +59,10 @@ $backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
|
|
|
44
59
|
.cdk-global-overlay-wrapper {
|
|
45
60
|
display: flex;
|
|
46
61
|
position: absolute;
|
|
47
|
-
|
|
62
|
+
|
|
63
|
+
@include _conditional-layer($wrap-customizable-styles) {
|
|
64
|
+
z-index: $overlay-z-index;
|
|
65
|
+
}
|
|
48
66
|
}
|
|
49
67
|
|
|
50
68
|
// A single overlay pane.
|
|
@@ -54,13 +72,16 @@ $backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
|
|
|
54
72
|
position: absolute;
|
|
55
73
|
pointer-events: auto;
|
|
56
74
|
box-sizing: border-box;
|
|
57
|
-
z-index: $overlay-z-index;
|
|
58
75
|
|
|
59
76
|
// For connected-position overlays, we set `display: flex` in
|
|
60
77
|
// order to force `max-width` and `max-height` to take effect.
|
|
61
78
|
display: flex;
|
|
62
79
|
max-width: 100%;
|
|
63
80
|
max-height: 100%;
|
|
81
|
+
|
|
82
|
+
@include _conditional-layer($wrap-customizable-styles) {
|
|
83
|
+
z-index: $overlay-z-index;
|
|
84
|
+
}
|
|
64
85
|
}
|
|
65
86
|
|
|
66
87
|
.cdk-overlay-backdrop {
|
|
@@ -71,28 +92,33 @@ $backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
|
|
|
71
92
|
left: 0;
|
|
72
93
|
right: 0;
|
|
73
94
|
|
|
74
|
-
z-index: $overlay-backdrop-z-index;
|
|
75
95
|
pointer-events: auto;
|
|
76
96
|
-webkit-tap-highlight-color: transparent;
|
|
77
|
-
transition: opacity $backdrop-animation-duration $backdrop-animation-timing-function;
|
|
78
97
|
opacity: 0;
|
|
79
98
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
99
|
+
@include _conditional-layer($wrap-customizable-styles) {
|
|
100
|
+
z-index: $overlay-backdrop-z-index;
|
|
101
|
+
transition: opacity $backdrop-animation-duration $backdrop-animation-timing-function;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.cdk-overlay-backdrop-showing {
|
|
106
|
+
opacity: 1;
|
|
107
|
+
|
|
108
|
+
// Note that we can't import and use the `high-contrast` mixin from `_a11y.scss`, because
|
|
109
|
+
// this file will be copied to the top-level `cdk` package when putting together the files
|
|
110
|
+
// for npm. Any relative import paths we use here will become invalid once the file is copied.
|
|
111
|
+
@media (forced-colors: active) {
|
|
112
|
+
// In high contrast mode the rgba background will become solid
|
|
113
|
+
// so we need to fall back to making it opaque using `opacity`.
|
|
114
|
+
opacity: 0.6;
|
|
91
115
|
}
|
|
92
116
|
}
|
|
93
117
|
|
|
94
118
|
.cdk-overlay-dark-backdrop {
|
|
95
|
-
|
|
119
|
+
@include _conditional-layer($wrap-customizable-styles) {
|
|
120
|
+
background: $overlay-backdrop-color;
|
|
121
|
+
}
|
|
96
122
|
}
|
|
97
123
|
|
|
98
124
|
.cdk-overlay-transparent-backdrop {
|
|
@@ -105,7 +131,8 @@ $backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
|
|
|
105
131
|
// capturing the user's mouse scroll events. Since we also can't use something like
|
|
106
132
|
// `rgba(0, 0, 0, 0)`, we work around the inconsistency by not setting the background at
|
|
107
133
|
// all and using `opacity` to make the element transparent.
|
|
108
|
-
&.cdk-overlay-backdrop-showing
|
|
134
|
+
&.cdk-overlay-backdrop-showing,
|
|
135
|
+
.cdk-high-contrast-active & {
|
|
109
136
|
opacity: 0;
|
|
110
137
|
visibility: visible;
|
|
111
138
|
}
|
|
@@ -119,7 +146,6 @@ $backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
|
|
|
119
146
|
// overlay element's size to fit within the viewport.
|
|
120
147
|
.cdk-overlay-connected-position-bounding-box {
|
|
121
148
|
position: absolute;
|
|
122
|
-
z-index: $overlay-z-index;
|
|
123
149
|
|
|
124
150
|
// We use `display: flex` on this element exclusively for centering connected overlays.
|
|
125
151
|
// When *not* centering, a top/left/bottom/right will be set which overrides the normal
|
|
@@ -133,6 +159,10 @@ $backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
|
|
|
133
159
|
// Add some dimensions so the element has an `innerText` which some people depend on in tests.
|
|
134
160
|
min-width: 1px;
|
|
135
161
|
min-height: 1px;
|
|
162
|
+
|
|
163
|
+
@include _conditional-layer($wrap-customizable-styles) {
|
|
164
|
+
z-index: $overlay-z-index;
|
|
165
|
+
}
|
|
136
166
|
}
|
|
137
167
|
|
|
138
168
|
// Used when disabling global scrolling.
|
|
@@ -150,3 +180,8 @@ $backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
|
|
|
150
180
|
overflow-y: scroll;
|
|
151
181
|
}
|
|
152
182
|
}
|
|
183
|
+
|
|
184
|
+
/// Emits structural styles required for cdk/overlay to function.
|
|
185
|
+
@mixin overlay {
|
|
186
|
+
@include private-overlay-structure(false);
|
|
187
|
+
}
|
package/overlay/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { _CdkPrivateStyleLoader } from '@angular/cdk/private';
|
|
1
2
|
import { CdkScrollable } from '@angular/cdk/scrolling';
|
|
2
|
-
import { ComponentFactoryResolver } from '@angular/core';
|
|
3
3
|
import { ComponentPortal } from '@angular/cdk/portal';
|
|
4
4
|
import { ComponentRef } from '@angular/core';
|
|
5
5
|
import { ComponentType } from '@angular/cdk/portal';
|
|
@@ -14,7 +14,6 @@ import * as i1 from '@angular/cdk/bidi';
|
|
|
14
14
|
import * as i2 from '@angular/cdk/portal';
|
|
15
15
|
import * as i3 from '@angular/cdk/scrolling';
|
|
16
16
|
import { InjectionToken } from '@angular/core';
|
|
17
|
-
import { Injector } from '@angular/core';
|
|
18
17
|
import { Location as Location_2 } from '@angular/common';
|
|
19
18
|
import { NgZone } from '@angular/core';
|
|
20
19
|
import { Observable } from 'rxjs';
|
|
@@ -26,8 +25,6 @@ import { ScrollDispatcher } from '@angular/cdk/scrolling';
|
|
|
26
25
|
import { SimpleChanges } from '@angular/core';
|
|
27
26
|
import { Subject } from 'rxjs';
|
|
28
27
|
import { TemplatePortal } from '@angular/cdk/portal';
|
|
29
|
-
import { TemplateRef } from '@angular/core';
|
|
30
|
-
import { ViewContainerRef } from '@angular/core';
|
|
31
28
|
import { ViewportRuler } from '@angular/cdk/scrolling';
|
|
32
29
|
|
|
33
30
|
/**
|
|
@@ -40,7 +37,7 @@ declare abstract class BaseOverlayDispatcher implements OnDestroy {
|
|
|
40
37
|
_attachedOverlays: OverlayRef[];
|
|
41
38
|
protected _document: Document;
|
|
42
39
|
protected _isAttached: boolean;
|
|
43
|
-
constructor(
|
|
40
|
+
constructor(...args: unknown[]);
|
|
44
41
|
ngOnDestroy(): void;
|
|
45
42
|
/** Add a new overlay to the list of attached overlay refs. */
|
|
46
43
|
add(overlayRef: OverlayRef): void;
|
|
@@ -165,7 +162,7 @@ export declare class CdkConnectedOverlay implements OnDestroy, OnChanges {
|
|
|
165
162
|
readonly overlayKeydown: EventEmitter<KeyboardEvent>;
|
|
166
163
|
/** Emits when there are mouse outside click events that are targeted at the overlay. */
|
|
167
164
|
readonly overlayOutsideClick: EventEmitter<MouseEvent>;
|
|
168
|
-
constructor(
|
|
165
|
+
constructor(...args: unknown[]);
|
|
169
166
|
/** The associated overlay reference. */
|
|
170
167
|
get overlayRef(): OverlayRef;
|
|
171
168
|
/** The element's layout direction. */
|
|
@@ -186,7 +183,7 @@ export declare class CdkConnectedOverlay implements OnDestroy, OnChanges {
|
|
|
186
183
|
private _attachOverlay;
|
|
187
184
|
/** Detaches the overlay and unsubscribes to backdrop clicks if backdrop exists */
|
|
188
185
|
private _detachOverlay;
|
|
189
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CdkConnectedOverlay,
|
|
186
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CdkConnectedOverlay, never>;
|
|
190
187
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkConnectedOverlay, "[cdk-connected-overlay], [connected-overlay], [cdkConnectedOverlay]", ["cdkConnectedOverlay"], { "origin": { "alias": "cdkConnectedOverlayOrigin"; "required": false; }; "positions": { "alias": "cdkConnectedOverlayPositions"; "required": false; }; "positionStrategy": { "alias": "cdkConnectedOverlayPositionStrategy"; "required": false; }; "offsetX": { "alias": "cdkConnectedOverlayOffsetX"; "required": false; }; "offsetY": { "alias": "cdkConnectedOverlayOffsetY"; "required": false; }; "width": { "alias": "cdkConnectedOverlayWidth"; "required": false; }; "height": { "alias": "cdkConnectedOverlayHeight"; "required": false; }; "minWidth": { "alias": "cdkConnectedOverlayMinWidth"; "required": false; }; "minHeight": { "alias": "cdkConnectedOverlayMinHeight"; "required": false; }; "backdropClass": { "alias": "cdkConnectedOverlayBackdropClass"; "required": false; }; "panelClass": { "alias": "cdkConnectedOverlayPanelClass"; "required": false; }; "viewportMargin": { "alias": "cdkConnectedOverlayViewportMargin"; "required": false; }; "scrollStrategy": { "alias": "cdkConnectedOverlayScrollStrategy"; "required": false; }; "open": { "alias": "cdkConnectedOverlayOpen"; "required": false; }; "disableClose": { "alias": "cdkConnectedOverlayDisableClose"; "required": false; }; "transformOriginSelector": { "alias": "cdkConnectedOverlayTransformOriginOn"; "required": false; }; "hasBackdrop": { "alias": "cdkConnectedOverlayHasBackdrop"; "required": false; }; "lockPosition": { "alias": "cdkConnectedOverlayLockPosition"; "required": false; }; "flexibleDimensions": { "alias": "cdkConnectedOverlayFlexibleDimensions"; "required": false; }; "growAfterOpen": { "alias": "cdkConnectedOverlayGrowAfterOpen"; "required": false; }; "push": { "alias": "cdkConnectedOverlayPush"; "required": false; }; "disposeOnNavigation": { "alias": "cdkConnectedOverlayDisposeOnNavigation"; "required": false; }; }, { "backdropClick": "backdropClick"; "positionChange": "positionChange"; "attach": "attach"; "detach": "detach"; "overlayKeydown": "overlayKeydown"; "overlayOutsideClick": "overlayOutsideClick"; }, never, never, true, never>;
|
|
191
188
|
static ngAcceptInputType_hasBackdrop: unknown;
|
|
192
189
|
static ngAcceptInputType_lockPosition: unknown;
|
|
@@ -201,11 +198,8 @@ export declare class CdkConnectedOverlay implements OnDestroy, OnChanges {
|
|
|
201
198
|
* ConnectedPositionStrategy.
|
|
202
199
|
*/
|
|
203
200
|
export declare class CdkOverlayOrigin {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
constructor(
|
|
207
|
-
/** Reference to the element on which the directive is applied. */
|
|
208
|
-
elementRef: ElementRef);
|
|
201
|
+
elementRef: ElementRef<any>;
|
|
202
|
+
constructor(...args: unknown[]);
|
|
209
203
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkOverlayOrigin, never>;
|
|
210
204
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkOverlayOrigin, "[cdk-overlay-origin], [overlay-origin], [cdkOverlayOrigin]", ["cdkOverlayOrigin"], {}, {}, never, never, true, never>;
|
|
211
205
|
}
|
|
@@ -557,7 +551,7 @@ export declare type FlexibleConnectedPositionStrategyOrigin = ElementRef | Eleme
|
|
|
557
551
|
export declare class FullscreenOverlayContainer extends OverlayContainer implements OnDestroy {
|
|
558
552
|
private _fullScreenEventName;
|
|
559
553
|
private _fullScreenListener;
|
|
560
|
-
constructor(
|
|
554
|
+
constructor(...args: unknown[]);
|
|
561
555
|
ngOnDestroy(): void;
|
|
562
556
|
protected _createContainer(): void;
|
|
563
557
|
private _adjustParentForFullscreenChange;
|
|
@@ -707,10 +701,8 @@ export declare interface OriginConnectionPosition {
|
|
|
707
701
|
* An overlay *is* a PortalOutlet, so any kind of Portal can be loaded into one.
|
|
708
702
|
*/
|
|
709
703
|
export declare class Overlay {
|
|
710
|
-
/** Scrolling strategies that can be used when creating an overlay. */
|
|
711
704
|
scrollStrategies: ScrollStrategyOptions;
|
|
712
705
|
private _overlayContainer;
|
|
713
|
-
private _componentFactoryResolver;
|
|
714
706
|
private _positionBuilder;
|
|
715
707
|
private _keyboardDispatcher;
|
|
716
708
|
private _injector;
|
|
@@ -719,11 +711,10 @@ export declare class Overlay {
|
|
|
719
711
|
private _directionality;
|
|
720
712
|
private _location;
|
|
721
713
|
private _outsideClickDispatcher;
|
|
722
|
-
private _animationsModuleType
|
|
714
|
+
private _animationsModuleType;
|
|
723
715
|
private _appRef;
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
scrollStrategies: ScrollStrategyOptions, _overlayContainer: OverlayContainer, _componentFactoryResolver: ComponentFactoryResolver, _positionBuilder: OverlayPositionBuilder, _keyboardDispatcher: OverlayKeyboardDispatcher, _injector: Injector, _ngZone: NgZone, _document: any, _directionality: Directionality, _location: Location_2, _outsideClickDispatcher: OverlayOutsideClickDispatcher, _animationsModuleType?: string | undefined);
|
|
716
|
+
private _styleLoader;
|
|
717
|
+
constructor(...args: unknown[]);
|
|
727
718
|
/**
|
|
728
719
|
* Creates an overlay.
|
|
729
720
|
* @param config Configuration applied to the overlay.
|
|
@@ -753,7 +744,7 @@ export declare class Overlay {
|
|
|
753
744
|
* @returns A portal outlet for the given DOM element.
|
|
754
745
|
*/
|
|
755
746
|
private _createPortalOutlet;
|
|
756
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Overlay,
|
|
747
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Overlay, never>;
|
|
757
748
|
static ɵprov: i0.ɵɵInjectableDeclaration<Overlay>;
|
|
758
749
|
}
|
|
759
750
|
|
|
@@ -806,7 +797,8 @@ export declare class OverlayContainer implements OnDestroy {
|
|
|
806
797
|
protected _platform: Platform;
|
|
807
798
|
protected _containerElement: HTMLElement;
|
|
808
799
|
protected _document: Document;
|
|
809
|
-
|
|
800
|
+
protected _styleLoader: _CdkPrivateStyleLoader;
|
|
801
|
+
constructor(...args: unknown[]);
|
|
810
802
|
ngOnDestroy(): void;
|
|
811
803
|
/**
|
|
812
804
|
* This method returns the overlay container element. It will lazily
|
|
@@ -820,6 +812,8 @@ export declare class OverlayContainer implements OnDestroy {
|
|
|
820
812
|
* with the 'cdk-overlay-container' class on the document body.
|
|
821
813
|
*/
|
|
822
814
|
protected _createContainer(): void;
|
|
815
|
+
/** Loads the structural styles necessary for the overlay to work. */
|
|
816
|
+
protected _loadStyles(): void;
|
|
823
817
|
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayContainer, never>;
|
|
824
818
|
static ɵprov: i0.ɵɵInjectableDeclaration<OverlayContainer>;
|
|
825
819
|
}
|
|
@@ -830,18 +824,14 @@ export declare class OverlayContainer implements OnDestroy {
|
|
|
830
824
|
* on event target and order of overlay opens.
|
|
831
825
|
*/
|
|
832
826
|
export declare class OverlayKeyboardDispatcher extends BaseOverlayDispatcher {
|
|
833
|
-
|
|
834
|
-
private _ngZone?;
|
|
835
|
-
constructor(document: any,
|
|
836
|
-
/** @breaking-change 14.0.0 _ngZone will be required. */
|
|
837
|
-
_ngZone?: NgZone | undefined);
|
|
827
|
+
private _ngZone;
|
|
838
828
|
/** Add a new overlay to the list of attached overlay refs. */
|
|
839
829
|
add(overlayRef: OverlayRef): void;
|
|
840
830
|
/** Detaches the global keyboard event listener. */
|
|
841
831
|
protected detach(): void;
|
|
842
832
|
/** Keyboard event listener that will be attached to the body. */
|
|
843
833
|
private _keydownListener;
|
|
844
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayKeyboardDispatcher,
|
|
834
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayKeyboardDispatcher, never>;
|
|
845
835
|
static ɵprov: i0.ɵɵInjectableDeclaration<OverlayKeyboardDispatcher>;
|
|
846
836
|
}
|
|
847
837
|
|
|
@@ -858,14 +848,10 @@ export declare class OverlayModule {
|
|
|
858
848
|
*/
|
|
859
849
|
export declare class OverlayOutsideClickDispatcher extends BaseOverlayDispatcher {
|
|
860
850
|
private _platform;
|
|
861
|
-
|
|
862
|
-
private _ngZone?;
|
|
851
|
+
private _ngZone;
|
|
863
852
|
private _cursorOriginalValue;
|
|
864
853
|
private _cursorStyleIsSet;
|
|
865
854
|
private _pointerDownEventTarget;
|
|
866
|
-
constructor(document: any, _platform: Platform,
|
|
867
|
-
/** @breaking-change 14.0.0 _ngZone will be required. */
|
|
868
|
-
_ngZone?: NgZone | undefined);
|
|
869
855
|
/** Add a new overlay to the list of attached overlay refs. */
|
|
870
856
|
add(overlayRef: OverlayRef): void;
|
|
871
857
|
/** Detaches the global keyboard event listener. */
|
|
@@ -875,7 +861,7 @@ export declare class OverlayOutsideClickDispatcher extends BaseOverlayDispatcher
|
|
|
875
861
|
private _pointerDownListener;
|
|
876
862
|
/** Click event listener that will be attached to the body propagate phase. */
|
|
877
863
|
private _clickListener;
|
|
878
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayOutsideClickDispatcher,
|
|
864
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayOutsideClickDispatcher, never>;
|
|
879
865
|
static ɵprov: i0.ɵɵInjectableDeclaration<OverlayOutsideClickDispatcher>;
|
|
880
866
|
}
|
|
881
867
|
|
|
@@ -885,7 +871,7 @@ export declare class OverlayPositionBuilder {
|
|
|
885
871
|
private _document;
|
|
886
872
|
private _platform;
|
|
887
873
|
private _overlayContainer;
|
|
888
|
-
constructor(
|
|
874
|
+
constructor(...args: unknown[]);
|
|
889
875
|
/**
|
|
890
876
|
* Creates a global position strategy.
|
|
891
877
|
*/
|
|
@@ -936,7 +922,9 @@ export declare class OverlayRef implements PortalOutlet {
|
|
|
936
922
|
readonly _outsidePointerEvents: Subject<MouseEvent>;
|
|
937
923
|
private _renders;
|
|
938
924
|
private _afterRenderRef;
|
|
939
|
-
|
|
925
|
+
/** Reference to the currently-running `afterNextRender` call. */
|
|
926
|
+
private _afterNextRenderRef;
|
|
927
|
+
constructor(_portalOutlet: PortalOutlet, _host: HTMLElement, _pane: HTMLElement, _config: ImmutableObject<OverlayConfig>, _ngZone: NgZone, _keyboardDispatcher: OverlayKeyboardDispatcher, _document: Document, _location: Location_2, _outsideClickDispatcher: OverlayOutsideClickDispatcher, _animationsDisabled: boolean | undefined, _injector: EnvironmentInjector);
|
|
940
928
|
/** The overlay's HTML element */
|
|
941
929
|
get overlayElement(): HTMLElement;
|
|
942
930
|
/** The overlay's backdrop HTML element. */
|
|
@@ -1134,7 +1122,7 @@ export declare class ScrollStrategyOptions {
|
|
|
1134
1122
|
private _viewportRuler;
|
|
1135
1123
|
private _ngZone;
|
|
1136
1124
|
private _document;
|
|
1137
|
-
constructor(
|
|
1125
|
+
constructor(...args: unknown[]);
|
|
1138
1126
|
/** Do nothing on scroll. */
|
|
1139
1127
|
noop: () => NoopScrollStrategy;
|
|
1140
1128
|
/**
|
package/overlay-prebuilt.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;
|
|
1
|
+
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;display:flex;max-width:100%;max-height:100%;z-index:1000}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:0;z-index:1000;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.cdk-overlay-backdrop-showing{opacity:1}@media(forced-colors: active){.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,.cdk-high-contrast-active .cdk-overlay-transparent-backdrop{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;display:flex;flex-direction:column;min-width:1px;min-height:1px;z-index:1000}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/cdk",
|
|
3
|
-
"version": "19.0.0-next.
|
|
3
|
+
"version": "19.0.0-next.10",
|
|
4
4
|
"description": "Angular Material Component Development Kit",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
".": {
|
|
23
23
|
"sass": "./_index.scss",
|
|
24
24
|
"types": "./index.d.ts",
|
|
25
|
-
"esm2022": "./esm2022/index.mjs",
|
|
26
|
-
"esm": "./esm2022/index.mjs",
|
|
27
25
|
"default": "./fesm2022/cdk.mjs"
|
|
28
26
|
},
|
|
29
27
|
"./a11y-prebuilt.css": {
|
|
@@ -52,158 +50,110 @@
|
|
|
52
50
|
},
|
|
53
51
|
"./a11y": {
|
|
54
52
|
"types": "./a11y/index.d.ts",
|
|
55
|
-
"esm2022": "./esm2022/a11y/a11y_public_index.mjs",
|
|
56
|
-
"esm": "./esm2022/a11y/a11y_public_index.mjs",
|
|
57
53
|
"default": "./fesm2022/a11y.mjs"
|
|
58
54
|
},
|
|
59
55
|
"./accordion": {
|
|
60
56
|
"types": "./accordion/index.d.ts",
|
|
61
|
-
"esm2022": "./esm2022/accordion/accordion_public_index.mjs",
|
|
62
|
-
"esm": "./esm2022/accordion/accordion_public_index.mjs",
|
|
63
57
|
"default": "./fesm2022/accordion.mjs"
|
|
64
58
|
},
|
|
65
59
|
"./bidi": {
|
|
66
60
|
"types": "./bidi/index.d.ts",
|
|
67
|
-
"esm2022": "./esm2022/bidi/bidi_public_index.mjs",
|
|
68
|
-
"esm": "./esm2022/bidi/bidi_public_index.mjs",
|
|
69
61
|
"default": "./fesm2022/bidi.mjs"
|
|
70
62
|
},
|
|
71
63
|
"./clipboard": {
|
|
72
64
|
"types": "./clipboard/index.d.ts",
|
|
73
|
-
"esm2022": "./esm2022/clipboard/clipboard_public_index.mjs",
|
|
74
|
-
"esm": "./esm2022/clipboard/clipboard_public_index.mjs",
|
|
75
65
|
"default": "./fesm2022/clipboard.mjs"
|
|
76
66
|
},
|
|
77
67
|
"./coercion": {
|
|
78
68
|
"types": "./coercion/index.d.ts",
|
|
79
|
-
"esm2022": "./esm2022/coercion/index.mjs",
|
|
80
|
-
"esm": "./esm2022/coercion/index.mjs",
|
|
81
69
|
"default": "./fesm2022/coercion.mjs"
|
|
82
70
|
},
|
|
83
71
|
"./coercion/private": {
|
|
84
72
|
"types": "./coercion/private/index.d.ts",
|
|
85
|
-
"esm2022": "./esm2022/coercion/private/private_public_index.mjs",
|
|
86
|
-
"esm": "./esm2022/coercion/private/private_public_index.mjs",
|
|
87
73
|
"default": "./fesm2022/coercion/private.mjs"
|
|
88
74
|
},
|
|
89
75
|
"./collections": {
|
|
90
76
|
"types": "./collections/index.d.ts",
|
|
91
|
-
"esm2022": "./esm2022/collections/collections_public_index.mjs",
|
|
92
|
-
"esm": "./esm2022/collections/collections_public_index.mjs",
|
|
93
77
|
"default": "./fesm2022/collections.mjs"
|
|
94
78
|
},
|
|
95
79
|
"./dialog": {
|
|
96
80
|
"types": "./dialog/index.d.ts",
|
|
97
|
-
"esm2022": "./esm2022/dialog/dialog_public_index.mjs",
|
|
98
|
-
"esm": "./esm2022/dialog/dialog_public_index.mjs",
|
|
99
81
|
"default": "./fesm2022/dialog.mjs"
|
|
100
82
|
},
|
|
101
83
|
"./drag-drop": {
|
|
102
84
|
"types": "./drag-drop/index.d.ts",
|
|
103
|
-
"esm2022": "./esm2022/drag-drop/drag-drop_public_index.mjs",
|
|
104
|
-
"esm": "./esm2022/drag-drop/drag-drop_public_index.mjs",
|
|
105
85
|
"default": "./fesm2022/drag-drop.mjs"
|
|
106
86
|
},
|
|
107
87
|
"./keycodes": {
|
|
108
88
|
"types": "./keycodes/index.d.ts",
|
|
109
|
-
"esm2022": "./esm2022/keycodes/keycodes_public_index.mjs",
|
|
110
|
-
"esm": "./esm2022/keycodes/keycodes_public_index.mjs",
|
|
111
89
|
"default": "./fesm2022/keycodes.mjs"
|
|
112
90
|
},
|
|
113
91
|
"./layout": {
|
|
114
92
|
"types": "./layout/index.d.ts",
|
|
115
|
-
"esm2022": "./esm2022/layout/layout_public_index.mjs",
|
|
116
|
-
"esm": "./esm2022/layout/layout_public_index.mjs",
|
|
117
93
|
"default": "./fesm2022/layout.mjs"
|
|
118
94
|
},
|
|
119
95
|
"./listbox": {
|
|
120
96
|
"types": "./listbox/index.d.ts",
|
|
121
|
-
"esm2022": "./esm2022/listbox/listbox_public_index.mjs",
|
|
122
|
-
"esm": "./esm2022/listbox/listbox_public_index.mjs",
|
|
123
97
|
"default": "./fesm2022/listbox.mjs"
|
|
124
98
|
},
|
|
125
99
|
"./menu": {
|
|
126
100
|
"types": "./menu/index.d.ts",
|
|
127
|
-
"esm2022": "./esm2022/menu/menu_public_index.mjs",
|
|
128
|
-
"esm": "./esm2022/menu/menu_public_index.mjs",
|
|
129
101
|
"default": "./fesm2022/menu.mjs"
|
|
130
102
|
},
|
|
131
103
|
"./observers": {
|
|
132
104
|
"types": "./observers/index.d.ts",
|
|
133
|
-
"esm2022": "./esm2022/observers/observers_public_index.mjs",
|
|
134
|
-
"esm": "./esm2022/observers/observers_public_index.mjs",
|
|
135
105
|
"default": "./fesm2022/observers.mjs"
|
|
136
106
|
},
|
|
137
107
|
"./observers/private": {
|
|
138
108
|
"types": "./observers/private/index.d.ts",
|
|
139
|
-
"esm2022": "./esm2022/observers/private/private_public_index.mjs",
|
|
140
|
-
"esm": "./esm2022/observers/private/private_public_index.mjs",
|
|
141
109
|
"default": "./fesm2022/observers/private.mjs"
|
|
142
110
|
},
|
|
143
111
|
"./overlay": {
|
|
144
112
|
"types": "./overlay/index.d.ts",
|
|
145
|
-
"esm2022": "./esm2022/overlay/overlay_public_index.mjs",
|
|
146
|
-
"esm": "./esm2022/overlay/overlay_public_index.mjs",
|
|
147
113
|
"default": "./fesm2022/overlay.mjs"
|
|
148
114
|
},
|
|
149
115
|
"./platform": {
|
|
150
116
|
"types": "./platform/index.d.ts",
|
|
151
|
-
"esm2022": "./esm2022/platform/platform_public_index.mjs",
|
|
152
|
-
"esm": "./esm2022/platform/platform_public_index.mjs",
|
|
153
117
|
"default": "./fesm2022/platform.mjs"
|
|
154
118
|
},
|
|
155
119
|
"./portal": {
|
|
156
120
|
"types": "./portal/index.d.ts",
|
|
157
|
-
"esm2022": "./esm2022/portal/portal_public_index.mjs",
|
|
158
|
-
"esm": "./esm2022/portal/portal_public_index.mjs",
|
|
159
121
|
"default": "./fesm2022/portal.mjs"
|
|
160
122
|
},
|
|
123
|
+
"./private": {
|
|
124
|
+
"types": "./private/index.d.ts",
|
|
125
|
+
"default": "./fesm2022/private.mjs"
|
|
126
|
+
},
|
|
161
127
|
"./scrolling": {
|
|
162
128
|
"types": "./scrolling/index.d.ts",
|
|
163
|
-
"esm2022": "./esm2022/scrolling/scrolling_public_index.mjs",
|
|
164
|
-
"esm": "./esm2022/scrolling/scrolling_public_index.mjs",
|
|
165
129
|
"default": "./fesm2022/scrolling.mjs"
|
|
166
130
|
},
|
|
167
131
|
"./stepper": {
|
|
168
132
|
"types": "./stepper/index.d.ts",
|
|
169
|
-
"esm2022": "./esm2022/stepper/stepper_public_index.mjs",
|
|
170
|
-
"esm": "./esm2022/stepper/stepper_public_index.mjs",
|
|
171
133
|
"default": "./fesm2022/stepper.mjs"
|
|
172
134
|
},
|
|
173
135
|
"./table": {
|
|
174
136
|
"types": "./table/index.d.ts",
|
|
175
|
-
"esm2022": "./esm2022/table/table_public_index.mjs",
|
|
176
|
-
"esm": "./esm2022/table/table_public_index.mjs",
|
|
177
137
|
"default": "./fesm2022/table.mjs"
|
|
178
138
|
},
|
|
179
139
|
"./testing": {
|
|
180
140
|
"types": "./testing/index.d.ts",
|
|
181
|
-
"esm2022": "./esm2022/testing/index.mjs",
|
|
182
|
-
"esm": "./esm2022/testing/index.mjs",
|
|
183
141
|
"default": "./fesm2022/testing.mjs"
|
|
184
142
|
},
|
|
185
143
|
"./testing/selenium-webdriver": {
|
|
186
144
|
"types": "./testing/selenium-webdriver/index.d.ts",
|
|
187
|
-
"esm2022": "./esm2022/testing/selenium-webdriver/index.mjs",
|
|
188
|
-
"esm": "./esm2022/testing/selenium-webdriver/index.mjs",
|
|
189
145
|
"default": "./fesm2022/testing/selenium-webdriver.mjs"
|
|
190
146
|
},
|
|
191
147
|
"./testing/testbed": {
|
|
192
148
|
"types": "./testing/testbed/index.d.ts",
|
|
193
|
-
"esm2022": "./esm2022/testing/testbed/index.mjs",
|
|
194
|
-
"esm": "./esm2022/testing/testbed/index.mjs",
|
|
195
149
|
"default": "./fesm2022/testing/testbed.mjs"
|
|
196
150
|
},
|
|
197
151
|
"./text-field": {
|
|
198
152
|
"types": "./text-field/index.d.ts",
|
|
199
|
-
"esm2022": "./esm2022/text-field/text-field_public_index.mjs",
|
|
200
|
-
"esm": "./esm2022/text-field/text-field_public_index.mjs",
|
|
201
153
|
"default": "./fesm2022/text-field.mjs"
|
|
202
154
|
},
|
|
203
155
|
"./tree": {
|
|
204
156
|
"types": "./tree/index.d.ts",
|
|
205
|
-
"esm2022": "./esm2022/tree/tree_public_index.mjs",
|
|
206
|
-
"esm": "./esm2022/tree/tree_public_index.mjs",
|
|
207
157
|
"default": "./fesm2022/tree.mjs"
|
|
208
158
|
}
|
|
209
159
|
},
|
package/platform/index.d.ts
CHANGED
|
@@ -58,7 +58,8 @@ export declare class Platform {
|
|
|
58
58
|
ANDROID: boolean;
|
|
59
59
|
/** Whether the current browser is Safari. */
|
|
60
60
|
SAFARI: boolean;
|
|
61
|
-
constructor
|
|
61
|
+
/** Backwards-compatible constructor. */
|
|
62
|
+
constructor(..._args: unknown[]);
|
|
62
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<Platform, never>;
|
|
63
64
|
static ɵprov: i0.ɵɵInjectableDeclaration<Platform>;
|
|
64
65
|
}
|