@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/stepper/index.d.ts
CHANGED
|
@@ -1,85 +1,32 @@
|
|
|
1
|
+
import { AbstractControl } from '@angular/forms';
|
|
1
2
|
import { AfterContentInit } from '@angular/core';
|
|
2
3
|
import { AfterViewInit } from '@angular/core';
|
|
3
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
4
|
-
import { Directionality } from '@angular/cdk/bidi';
|
|
5
4
|
import { ElementRef } from '@angular/core';
|
|
6
5
|
import { EventEmitter } from '@angular/core';
|
|
7
6
|
import { FocusableOption } from '@angular/cdk/a11y';
|
|
7
|
+
import { FormGroupDirective } from '@angular/forms';
|
|
8
8
|
import * as i0 from '@angular/core';
|
|
9
9
|
import * as i1 from '@angular/cdk/bidi';
|
|
10
10
|
import { InjectionToken } from '@angular/core';
|
|
11
|
-
import {
|
|
11
|
+
import { NgForm } from '@angular/forms';
|
|
12
12
|
import { OnChanges } from '@angular/core';
|
|
13
13
|
import { OnDestroy } from '@angular/core';
|
|
14
14
|
import { QueryList } from '@angular/core';
|
|
15
15
|
import { Subject } from 'rxjs';
|
|
16
16
|
import { TemplateRef } from '@angular/core';
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Simplified representation of an "AbstractControl" from @angular/forms.
|
|
20
|
-
* Used to avoid having to bring in @angular/forms for a single optional interface.
|
|
21
|
-
* @docs-private
|
|
22
|
-
*/
|
|
23
|
-
declare interface AbstractControlLike {
|
|
24
|
-
asyncValidator: ((control: any) => any) | null;
|
|
25
|
-
dirty: boolean;
|
|
26
|
-
disabled: boolean;
|
|
27
|
-
enabled: boolean;
|
|
28
|
-
errors: {
|
|
29
|
-
[key: string]: any;
|
|
30
|
-
} | null;
|
|
31
|
-
invalid: boolean;
|
|
32
|
-
parent: any;
|
|
33
|
-
pending: boolean;
|
|
34
|
-
pristine: boolean;
|
|
35
|
-
root: AbstractControlLike;
|
|
36
|
-
status: string;
|
|
37
|
-
readonly statusChanges: Observable<any>;
|
|
38
|
-
touched: boolean;
|
|
39
|
-
untouched: boolean;
|
|
40
|
-
updateOn: any;
|
|
41
|
-
valid: boolean;
|
|
42
|
-
validator: ((control: any) => any) | null;
|
|
43
|
-
value: any;
|
|
44
|
-
readonly valueChanges: Observable<any>;
|
|
45
|
-
clearAsyncValidators(): void;
|
|
46
|
-
clearValidators(): void;
|
|
47
|
-
disable(opts?: any): void;
|
|
48
|
-
enable(opts?: any): void;
|
|
49
|
-
get(path: (string | number)[] | string): AbstractControlLike | null;
|
|
50
|
-
getError(errorCode: string, path?: (string | number)[] | string): any;
|
|
51
|
-
hasError(errorCode: string, path?: (string | number)[] | string): boolean;
|
|
52
|
-
markAllAsTouched(): void;
|
|
53
|
-
markAsDirty(opts?: any): void;
|
|
54
|
-
markAsPending(opts?: any): void;
|
|
55
|
-
markAsPristine(opts?: any): void;
|
|
56
|
-
markAsTouched(opts?: any): void;
|
|
57
|
-
markAsUntouched(opts?: any): void;
|
|
58
|
-
patchValue(value: any, options?: Object): void;
|
|
59
|
-
reset(value?: any, options?: Object): void;
|
|
60
|
-
setAsyncValidators(newValidator: (control: any) => any | ((control: any) => any)[] | null): void;
|
|
61
|
-
setErrors(errors: {
|
|
62
|
-
[key: string]: any;
|
|
63
|
-
} | null, opts?: any): void;
|
|
64
|
-
setParent(parent: any): void;
|
|
65
|
-
setValidators(newValidator: (control: any) => any | ((control: any) => any)[] | null): void;
|
|
66
|
-
setValue(value: any, options?: Object): void;
|
|
67
|
-
updateValueAndValidity(opts?: any): void;
|
|
68
|
-
patchValue(value: any, options?: any): void;
|
|
69
|
-
reset(formState?: any, options?: any): void;
|
|
70
|
-
setValue(value: any, options?: any): void;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
18
|
export declare class CdkStep implements OnChanges {
|
|
74
|
-
_stepper: CdkStepper;
|
|
75
19
|
private _stepperOptions;
|
|
20
|
+
_stepper: CdkStepper;
|
|
76
21
|
_displayDefaultIndicatorType: boolean;
|
|
77
22
|
/** Template for step label if it exists. */
|
|
78
23
|
stepLabel: CdkStepLabel;
|
|
24
|
+
/** Forms that have been projected into the step. */
|
|
25
|
+
protected _childForms: QueryList<Partial<NgForm | FormGroupDirective>> | undefined;
|
|
79
26
|
/** Template for step content. */
|
|
80
27
|
content: TemplateRef<any>;
|
|
81
28
|
/** The top level abstract control of the step. */
|
|
82
|
-
stepControl:
|
|
29
|
+
stepControl: AbstractControl;
|
|
83
30
|
/** Whether user has attempted to move away from the step. */
|
|
84
31
|
interacted: boolean;
|
|
85
32
|
/** Emits when the user has attempted to move away from the step. */
|
|
@@ -111,7 +58,7 @@ export declare class CdkStep implements OnChanges {
|
|
|
111
58
|
set hasError(value: boolean);
|
|
112
59
|
private _customError;
|
|
113
60
|
private _getDefaultError;
|
|
114
|
-
constructor(
|
|
61
|
+
constructor(...args: unknown[]);
|
|
115
62
|
/** Selects this step component. */
|
|
116
63
|
select(): void;
|
|
117
64
|
/** Resets the step to its initial state. Note that this includes resetting form data. */
|
|
@@ -120,8 +67,8 @@ export declare class CdkStep implements OnChanges {
|
|
|
120
67
|
_markAsInteracted(): void;
|
|
121
68
|
/** Determines whether the error state can be shown. */
|
|
122
69
|
_showError(): boolean;
|
|
123
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CdkStep,
|
|
124
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CdkStep, "cdk-step", ["cdkStep"], { "stepControl": { "alias": "stepControl"; "required": false; }; "label": { "alias": "label"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "state": { "alias": "state"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "completed": { "alias": "completed"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; }, { "interactedStream": "interacted"; }, ["stepLabel"], ["*"], true, never>;
|
|
70
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CdkStep, never>;
|
|
71
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CdkStep, "cdk-step", ["cdkStep"], { "stepControl": { "alias": "stepControl"; "required": false; }; "label": { "alias": "label"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "state": { "alias": "state"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "completed": { "alias": "completed"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; }, { "interactedStream": "interacted"; }, ["stepLabel", "_childForms"], ["*"], true, never>;
|
|
125
72
|
static ngAcceptInputType_editable: unknown;
|
|
126
73
|
static ngAcceptInputType_optional: unknown;
|
|
127
74
|
static ngAcceptInputType_completed: unknown;
|
|
@@ -130,7 +77,7 @@ export declare class CdkStep implements OnChanges {
|
|
|
130
77
|
|
|
131
78
|
export declare class CdkStepHeader implements FocusableOption {
|
|
132
79
|
_elementRef: ElementRef<HTMLElement>;
|
|
133
|
-
constructor(
|
|
80
|
+
constructor(...args: unknown[]);
|
|
134
81
|
/** Focuses the step header. */
|
|
135
82
|
focus(): void;
|
|
136
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepHeader, never>;
|
|
@@ -139,7 +86,7 @@ export declare class CdkStepHeader implements FocusableOption {
|
|
|
139
86
|
|
|
140
87
|
export declare class CdkStepLabel {
|
|
141
88
|
template: TemplateRef<any>;
|
|
142
|
-
constructor(
|
|
89
|
+
constructor(...args: unknown[]);
|
|
143
90
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepLabel, never>;
|
|
144
91
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepLabel, "[cdkStepLabel]", never, {}, {}, never, never, true, never>;
|
|
145
92
|
}
|
|
@@ -179,7 +126,7 @@ export declare class CdkStepper implements AfterContentInit, AfterViewInit, OnDe
|
|
|
179
126
|
get orientation(): StepperOrientation;
|
|
180
127
|
set orientation(value: StepperOrientation);
|
|
181
128
|
private _orientation;
|
|
182
|
-
constructor(
|
|
129
|
+
constructor(...args: unknown[]);
|
|
183
130
|
ngAfterContentInit(): void;
|
|
184
131
|
ngAfterViewInit(): void;
|
|
185
132
|
ngOnDestroy(): void;
|
|
@@ -212,7 +159,7 @@ export declare class CdkStepper implements AfterContentInit, AfterViewInit, OnDe
|
|
|
212
159
|
private _containsFocus;
|
|
213
160
|
/** Checks whether the passed-in index is a valid step index. */
|
|
214
161
|
private _isValidIndex;
|
|
215
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepper,
|
|
162
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepper, never>;
|
|
216
163
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepper, "[cdkStepper]", ["cdkStepper"], { "linear": { "alias": "linear"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, { "selectionChange": "selectionChange"; "selectedIndexChange": "selectedIndexChange"; }, ["_steps", "_stepHeader"], never, true, never>;
|
|
217
164
|
static ngAcceptInputType_linear: unknown;
|
|
218
165
|
static ngAcceptInputType_selectedIndex: unknown;
|
|
@@ -229,7 +176,7 @@ export declare class CdkStepperNext {
|
|
|
229
176
|
_stepper: CdkStepper;
|
|
230
177
|
/** Type of the next button. Defaults to "submit" if not specified. */
|
|
231
178
|
type: string;
|
|
232
|
-
constructor(
|
|
179
|
+
constructor(...args: unknown[]);
|
|
233
180
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepperNext, never>;
|
|
234
181
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepperNext, "button[cdkStepperNext]", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
|
|
235
182
|
}
|
|
@@ -239,7 +186,7 @@ export declare class CdkStepperPrevious {
|
|
|
239
186
|
_stepper: CdkStepper;
|
|
240
187
|
/** Type of the previous button. Defaults to "button" if not specified. */
|
|
241
188
|
type: string;
|
|
242
|
-
constructor(
|
|
189
|
+
constructor(...args: unknown[]);
|
|
243
190
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepperPrevious, never>;
|
|
244
191
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepperPrevious, "button[cdkStepperPrevious]", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
|
|
245
192
|
}
|
package/table/index.d.ts
CHANGED
|
@@ -14,18 +14,15 @@ import { InjectionToken } from '@angular/core';
|
|
|
14
14
|
import { IterableChanges } from '@angular/core';
|
|
15
15
|
import { IterableDiffer } from '@angular/core';
|
|
16
16
|
import { IterableDiffers } from '@angular/core';
|
|
17
|
-
import { NgZone } from '@angular/core';
|
|
18
17
|
import { Observable } from 'rxjs';
|
|
19
18
|
import { OnChanges } from '@angular/core';
|
|
20
19
|
import { OnDestroy } from '@angular/core';
|
|
21
20
|
import { OnInit } from '@angular/core';
|
|
22
|
-
import { Platform } from '@angular/cdk/platform';
|
|
23
21
|
import { QueryList } from '@angular/core';
|
|
24
22
|
import { SimpleChanges } from '@angular/core';
|
|
25
23
|
import { TemplateRef } from '@angular/core';
|
|
26
24
|
import { TrackByFunction } from '@angular/core';
|
|
27
25
|
import { ViewContainerRef } from '@angular/core';
|
|
28
|
-
import { ViewportRuler } from '@angular/cdk/scrolling';
|
|
29
26
|
import { _ViewRepeater } from '@angular/cdk/collections';
|
|
30
27
|
|
|
31
28
|
/** Base class for the cells. Adds a CSS classname that identifies the column it renders in. */
|
|
@@ -38,14 +35,13 @@ export declare class BaseCdkCell {
|
|
|
38
35
|
* for changes and notifying the table.
|
|
39
36
|
*/
|
|
40
37
|
export declare abstract class BaseRowDef implements OnChanges {
|
|
41
|
-
|
|
38
|
+
template: TemplateRef<any>;
|
|
42
39
|
protected _differs: IterableDiffers;
|
|
43
40
|
/** The columns to be displayed on this row. */
|
|
44
41
|
columns: Iterable<string>;
|
|
45
42
|
/** Differ used to check if any changes were made to the columns. */
|
|
46
43
|
protected _columnsDiffer: IterableDiffer<any>;
|
|
47
|
-
constructor(
|
|
48
|
-
/** @docs-private */ template: TemplateRef<any>, _differs: IterableDiffers);
|
|
44
|
+
constructor(...args: unknown[]);
|
|
49
45
|
ngOnChanges(changes: SimpleChanges): void;
|
|
50
46
|
/**
|
|
51
47
|
* Returns the difference between the current columns and the columns from the last diff, or null
|
|
@@ -55,7 +51,7 @@ export declare abstract class BaseRowDef implements OnChanges {
|
|
|
55
51
|
/** Gets this row def's relevant cell template from the provided column def. */
|
|
56
52
|
extractCellTemplate(column: CdkColumnDef): TemplateRef<any>;
|
|
57
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseRowDef, never>;
|
|
58
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseRowDef, never, never, {}, {}, never, never,
|
|
54
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseRowDef, never, never, {}, {}, never, never, true, never>;
|
|
59
55
|
}
|
|
60
56
|
|
|
61
57
|
/**
|
|
@@ -97,7 +93,7 @@ export declare const CDK_TABLE_TEMPLATE = "\n <ng-content select=\"caption\"/>\
|
|
|
97
93
|
|
|
98
94
|
/** Cell template container that adds the right classes and role. */
|
|
99
95
|
export declare class CdkCell extends BaseCdkCell {
|
|
100
|
-
constructor(
|
|
96
|
+
constructor(...args: unknown[]);
|
|
101
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkCell, never>;
|
|
102
98
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkCell, "cdk-cell, td[cdk-cell]", never, {}, {}, never, never, true, never>;
|
|
103
99
|
}
|
|
@@ -107,8 +103,9 @@ export declare class CdkCell extends BaseCdkCell {
|
|
|
107
103
|
* Captures the template of a column's data row cell as well as cell-specific properties.
|
|
108
104
|
*/
|
|
109
105
|
export declare class CdkCellDef implements CellDef {
|
|
106
|
+
/** @docs-private */
|
|
110
107
|
template: TemplateRef<any>;
|
|
111
|
-
constructor(
|
|
108
|
+
constructor(...args: unknown[]);
|
|
112
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkCellDef, never>;
|
|
113
110
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkCellDef, "[cdkCellDef]", never, {}, {}, never, never, true, never>;
|
|
114
111
|
}
|
|
@@ -131,7 +128,7 @@ export declare class CdkCellOutlet implements OnDestroy {
|
|
|
131
128
|
* construct the cells with the provided context.
|
|
132
129
|
*/
|
|
133
130
|
static mostRecentCellOutlet: CdkCellOutlet | null;
|
|
134
|
-
constructor(
|
|
131
|
+
constructor(...args: unknown[]);
|
|
135
132
|
ngOnDestroy(): void;
|
|
136
133
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkCellOutlet, never>;
|
|
137
134
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkCellOutlet, "[cdkCellOutlet]", never, {}, {}, never, never, true, never>;
|
|
@@ -184,7 +181,7 @@ export declare interface CdkCellOutletRowContext<T> {
|
|
|
184
181
|
* Defines a set of cells available for a table column.
|
|
185
182
|
*/
|
|
186
183
|
export declare class CdkColumnDef implements CanStick {
|
|
187
|
-
_table?: any
|
|
184
|
+
_table?: any;
|
|
188
185
|
private _hasStickyChanged;
|
|
189
186
|
/** Unique name for this column. */
|
|
190
187
|
get name(): string;
|
|
@@ -219,7 +216,7 @@ export declare class CdkColumnDef implements CanStick {
|
|
|
219
216
|
* @docs-private
|
|
220
217
|
*/
|
|
221
218
|
_columnCssClassName: string[];
|
|
222
|
-
constructor(
|
|
219
|
+
constructor(...args: unknown[]);
|
|
223
220
|
/** Whether the sticky state has changed. */
|
|
224
221
|
hasStickyChanged(): boolean;
|
|
225
222
|
/** Resets the sticky changed state. */
|
|
@@ -239,7 +236,7 @@ export declare class CdkColumnDef implements CanStick {
|
|
|
239
236
|
* @docs-private
|
|
240
237
|
*/
|
|
241
238
|
protected _setNameInput(value: string): void;
|
|
242
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CdkColumnDef,
|
|
239
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CdkColumnDef, never>;
|
|
243
240
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkColumnDef, "[cdkColumnDef]", never, { "name": { "alias": "cdkColumnDef"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "stickyEnd": { "alias": "stickyEnd"; "required": false; }; }, {}, ["cell", "headerCell", "footerCell"], never, true, never>;
|
|
244
241
|
static ngAcceptInputType_sticky: unknown;
|
|
245
242
|
static ngAcceptInputType_stickyEnd: unknown;
|
|
@@ -247,7 +244,7 @@ export declare class CdkColumnDef implements CanStick {
|
|
|
247
244
|
|
|
248
245
|
/** Footer cell template container that adds the right classes and role. */
|
|
249
246
|
export declare class CdkFooterCell extends BaseCdkCell {
|
|
250
|
-
constructor(
|
|
247
|
+
constructor(...args: unknown[]);
|
|
251
248
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkFooterCell, never>;
|
|
252
249
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkFooterCell, "cdk-footer-cell, td[cdk-footer-cell]", never, {}, {}, never, never, true, never>;
|
|
253
250
|
}
|
|
@@ -257,8 +254,9 @@ export declare class CdkFooterCell extends BaseCdkCell {
|
|
|
257
254
|
* Captures the template of a column's footer cell and as well as cell-specific properties.
|
|
258
255
|
*/
|
|
259
256
|
export declare class CdkFooterCellDef implements CellDef {
|
|
257
|
+
/** @docs-private */
|
|
260
258
|
template: TemplateRef<any>;
|
|
261
|
-
constructor(
|
|
259
|
+
constructor(...args: unknown[]);
|
|
262
260
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkFooterCellDef, never>;
|
|
263
261
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkFooterCellDef, "[cdkFooterCellDef]", never, {}, {}, never, never, true, never>;
|
|
264
262
|
}
|
|
@@ -274,26 +272,26 @@ export declare class CdkFooterRow {
|
|
|
274
272
|
* Captures the footer row's template and other footer properties such as the columns to display.
|
|
275
273
|
*/
|
|
276
274
|
export declare class CdkFooterRowDef extends BaseRowDef implements CanStick, OnChanges {
|
|
277
|
-
_table?: any
|
|
275
|
+
_table?: any;
|
|
278
276
|
private _hasStickyChanged;
|
|
279
277
|
/** Whether the row is sticky. */
|
|
280
278
|
get sticky(): boolean;
|
|
281
279
|
set sticky(value: boolean);
|
|
282
280
|
private _sticky;
|
|
283
|
-
constructor(
|
|
281
|
+
constructor(...args: unknown[]);
|
|
284
282
|
ngOnChanges(changes: SimpleChanges): void;
|
|
285
283
|
/** Whether the sticky state has changed. */
|
|
286
284
|
hasStickyChanged(): boolean;
|
|
287
285
|
/** Resets the sticky changed state. */
|
|
288
286
|
resetStickyChanged(): void;
|
|
289
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CdkFooterRowDef,
|
|
287
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CdkFooterRowDef, never>;
|
|
290
288
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkFooterRowDef, "[cdkFooterRowDef]", never, { "columns": { "alias": "cdkFooterRowDef"; "required": false; }; "sticky": { "alias": "cdkFooterRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
|
|
291
289
|
static ngAcceptInputType_sticky: unknown;
|
|
292
290
|
}
|
|
293
291
|
|
|
294
292
|
/** Header cell template container that adds the right classes and role. */
|
|
295
293
|
export declare class CdkHeaderCell extends BaseCdkCell {
|
|
296
|
-
constructor(
|
|
294
|
+
constructor(...args: unknown[]);
|
|
297
295
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkHeaderCell, never>;
|
|
298
296
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkHeaderCell, "cdk-header-cell, th[cdk-header-cell]", never, {}, {}, never, never, true, never>;
|
|
299
297
|
}
|
|
@@ -303,8 +301,9 @@ export declare class CdkHeaderCell extends BaseCdkCell {
|
|
|
303
301
|
* Captures the template of a column's header cell and as well as cell-specific properties.
|
|
304
302
|
*/
|
|
305
303
|
export declare class CdkHeaderCellDef implements CellDef {
|
|
304
|
+
/** @docs-private */
|
|
306
305
|
template: TemplateRef<any>;
|
|
307
|
-
constructor(
|
|
306
|
+
constructor(...args: unknown[]);
|
|
308
307
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkHeaderCellDef, never>;
|
|
309
308
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkHeaderCellDef, "[cdkHeaderCellDef]", never, {}, {}, never, never, true, never>;
|
|
310
309
|
}
|
|
@@ -320,19 +319,19 @@ export declare class CdkHeaderRow {
|
|
|
320
319
|
* Captures the header row's template and other header properties such as the columns to display.
|
|
321
320
|
*/
|
|
322
321
|
export declare class CdkHeaderRowDef extends BaseRowDef implements CanStick, OnChanges {
|
|
323
|
-
_table?: any
|
|
322
|
+
_table?: any;
|
|
324
323
|
private _hasStickyChanged;
|
|
325
324
|
/** Whether the row is sticky. */
|
|
326
325
|
get sticky(): boolean;
|
|
327
326
|
set sticky(value: boolean);
|
|
328
327
|
private _sticky;
|
|
329
|
-
constructor(
|
|
328
|
+
constructor(...args: unknown[]);
|
|
330
329
|
ngOnChanges(changes: SimpleChanges): void;
|
|
331
330
|
/** Whether the sticky state has changed. */
|
|
332
331
|
hasStickyChanged(): boolean;
|
|
333
332
|
/** Resets the sticky changed state. */
|
|
334
333
|
resetStickyChanged(): void;
|
|
335
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CdkHeaderRowDef,
|
|
334
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CdkHeaderRowDef, never>;
|
|
336
335
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkHeaderRowDef, "[cdkHeaderRowDef]", never, { "columns": { "alias": "cdkHeaderRowDef"; "required": false; }; "sticky": { "alias": "cdkHeaderRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
|
|
337
336
|
static ngAcceptInputType_sticky: unknown;
|
|
338
337
|
}
|
|
@@ -341,7 +340,7 @@ export declare class CdkHeaderRowDef extends BaseRowDef implements CanStick, OnC
|
|
|
341
340
|
export declare class CdkNoDataRow {
|
|
342
341
|
templateRef: TemplateRef<any>;
|
|
343
342
|
_contentClassName: string;
|
|
344
|
-
constructor(
|
|
343
|
+
constructor(...args: unknown[]);
|
|
345
344
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkNoDataRow, never>;
|
|
346
345
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkNoDataRow, "ng-template[cdkNoDataRow]", never, {}, {}, never, never, true, never>;
|
|
347
346
|
}
|
|
@@ -367,7 +366,7 @@ export declare class CdkRow {
|
|
|
367
366
|
* a when predicate that describes when this row should be used.
|
|
368
367
|
*/
|
|
369
368
|
export declare class CdkRowDef<T> extends BaseRowDef {
|
|
370
|
-
_table?: any
|
|
369
|
+
_table?: any;
|
|
371
370
|
/**
|
|
372
371
|
* Function that should return true if this row template should be used for the provided index
|
|
373
372
|
* and row data. If left undefined, this row will be considered the default row template to use
|
|
@@ -375,8 +374,8 @@ export declare class CdkRowDef<T> extends BaseRowDef {
|
|
|
375
374
|
* For every row, there must be at least one when function that passes or an undefined to default.
|
|
376
375
|
*/
|
|
377
376
|
when: (index: number, rowData: T) => boolean;
|
|
378
|
-
constructor(
|
|
379
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CdkRowDef<any>,
|
|
377
|
+
constructor(...args: unknown[]);
|
|
378
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CdkRowDef<any>, never>;
|
|
380
379
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkRowDef<any>, "[cdkRowDef]", never, { "columns": { "alias": "cdkRowDefColumns"; "required": false; }; "when": { "alias": "cdkRowDefWhen"; "required": false; }; }, {}, never, never, true, never>;
|
|
381
380
|
}
|
|
382
381
|
|
|
@@ -389,16 +388,12 @@ export declare class CdkRowDef<T> extends BaseRowDef {
|
|
|
389
388
|
export declare class CdkTable<T> implements AfterContentInit, AfterContentChecked, CollectionViewer, OnDestroy, OnInit {
|
|
390
389
|
protected readonly _differs: IterableDiffers;
|
|
391
390
|
protected readonly _changeDetectorRef: ChangeDetectorRef;
|
|
392
|
-
protected readonly _elementRef: ElementRef
|
|
393
|
-
protected readonly _dir: Directionality;
|
|
391
|
+
protected readonly _elementRef: ElementRef<any>;
|
|
392
|
+
protected readonly _dir: Directionality | null;
|
|
394
393
|
private _platform;
|
|
395
394
|
protected readonly _viewRepeater: _ViewRepeater<T, RenderRow<T>, RowContext<T>>;
|
|
396
395
|
protected readonly _coalescedStyleScheduler: _CoalescedStyleScheduler;
|
|
397
396
|
private readonly _viewportRuler;
|
|
398
|
-
/**
|
|
399
|
-
* @deprecated `_stickyPositioningListener` parameter to become required.
|
|
400
|
-
* @breaking-change 13.0.0
|
|
401
|
-
*/
|
|
402
397
|
protected readonly _stickyPositioningListener: StickyPositioningListener;
|
|
403
398
|
private _document;
|
|
404
399
|
/** Latest data provided by the data source. */
|
|
@@ -607,17 +602,7 @@ export declare class CdkTable<T> implements AfterContentInit, AfterContentChecke
|
|
|
607
602
|
/** Row definition that will only be rendered if there's no data in the table. */
|
|
608
603
|
_noDataRow: CdkNoDataRow;
|
|
609
604
|
private _injector;
|
|
610
|
-
constructor(
|
|
611
|
-
/**
|
|
612
|
-
* @deprecated `_stickyPositioningListener` parameter to become required.
|
|
613
|
-
* @breaking-change 13.0.0
|
|
614
|
-
*/
|
|
615
|
-
_stickyPositioningListener: StickyPositioningListener,
|
|
616
|
-
/**
|
|
617
|
-
* @deprecated `_unusedNgZone` parameter to be removed.
|
|
618
|
-
* @breaking-change 19.0.0
|
|
619
|
-
*/
|
|
620
|
-
_unusedNgZone?: NgZone);
|
|
605
|
+
constructor(...args: unknown[]);
|
|
621
606
|
ngOnInit(): void;
|
|
622
607
|
ngAfterContentInit(): void;
|
|
623
608
|
ngAfterContentChecked(): void;
|
|
@@ -769,7 +754,7 @@ export declare class CdkTable<T> implements AfterContentInit, AfterContentChecke
|
|
|
769
754
|
private _getOwnDefs;
|
|
770
755
|
/** Creates or removes the no data row, depending on whether any data is being shown. */
|
|
771
756
|
private _updateNoDataRow;
|
|
772
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTable<any>,
|
|
757
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTable<any>, never>;
|
|
773
758
|
static ɵcmp: i0.ɵɵComponentDeclaration<CdkTable<any>, "cdk-table, table[cdk-table]", ["cdkTable"], { "trackBy": { "alias": "trackBy"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "multiTemplateDataRows": { "alias": "multiTemplateDataRows"; "required": false; }; "fixedLayout": { "alias": "fixedLayout"; "required": false; }; }, { "contentChanged": "contentChanged"; }, ["_noDataRow", "_contentColumnDefs", "_contentRowDefs", "_contentHeaderRowDefs", "_contentFooterRowDefs"], ["caption", "colgroup, col", "*"], true, never>;
|
|
774
759
|
static ngAcceptInputType_multiTemplateDataRows: unknown;
|
|
775
760
|
static ngAcceptInputType_fixedLayout: unknown;
|
|
@@ -832,7 +817,7 @@ export declare class CdkTextColumn<T> implements OnDestroy, OnInit {
|
|
|
832
817
|
* @docs-private
|
|
833
818
|
*/
|
|
834
819
|
headerCell: CdkHeaderCellDef;
|
|
835
|
-
constructor(
|
|
820
|
+
constructor(...args: unknown[]);
|
|
836
821
|
ngOnInit(): void;
|
|
837
822
|
ngOnDestroy(): void;
|
|
838
823
|
/**
|
|
@@ -842,7 +827,7 @@ export declare class CdkTextColumn<T> implements OnDestroy, OnInit {
|
|
|
842
827
|
_createDefaultHeaderText(): string;
|
|
843
828
|
/** Synchronizes the column definition name with the text column name. */
|
|
844
829
|
private _syncColumnDefName;
|
|
845
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTextColumn<any>,
|
|
830
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTextColumn<any>, never>;
|
|
846
831
|
static ɵcmp: i0.ɵɵComponentDeclaration<CdkTextColumn<any>, "cdk-text-column", never, { "name": { "alias": "name"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "dataAccessor": { "alias": "dataAccessor"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; }, {}, never, never, true, never>;
|
|
847
832
|
}
|
|
848
833
|
|
|
@@ -864,7 +849,7 @@ export declare const _COALESCED_STYLE_SCHEDULER: InjectionToken<_CoalescedStyleS
|
|
|
864
849
|
export declare class _CoalescedStyleScheduler {
|
|
865
850
|
private _currentSchedule;
|
|
866
851
|
private _ngZone;
|
|
867
|
-
constructor(
|
|
852
|
+
constructor(...args: unknown[]);
|
|
868
853
|
/**
|
|
869
854
|
* Schedules the specified task to run at the end of the current VM turn.
|
|
870
855
|
*/
|
|
@@ -889,8 +874,8 @@ export declare type Constructor<T> = new (...args: any[]) => T;
|
|
|
889
874
|
*/
|
|
890
875
|
export declare class DataRowOutlet implements RowOutlet {
|
|
891
876
|
viewContainer: ViewContainerRef;
|
|
892
|
-
elementRef: ElementRef
|
|
893
|
-
constructor(
|
|
877
|
+
elementRef: ElementRef<any>;
|
|
878
|
+
constructor(...args: unknown[]);
|
|
894
879
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataRowOutlet, never>;
|
|
895
880
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DataRowOutlet, "[rowOutlet]", never, {}, {}, never, never, true, never>;
|
|
896
881
|
}
|
|
@@ -903,8 +888,8 @@ export { DataSource }
|
|
|
903
888
|
*/
|
|
904
889
|
export declare class FooterRowOutlet implements RowOutlet {
|
|
905
890
|
viewContainer: ViewContainerRef;
|
|
906
|
-
elementRef: ElementRef
|
|
907
|
-
constructor(
|
|
891
|
+
elementRef: ElementRef<any>;
|
|
892
|
+
constructor(...args: unknown[]);
|
|
908
893
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterRowOutlet, never>;
|
|
909
894
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterRowOutlet, "[footerRowOutlet]", never, {}, {}, never, never, true, never>;
|
|
910
895
|
}
|
|
@@ -915,8 +900,8 @@ export declare class FooterRowOutlet implements RowOutlet {
|
|
|
915
900
|
*/
|
|
916
901
|
export declare class HeaderRowOutlet implements RowOutlet {
|
|
917
902
|
viewContainer: ViewContainerRef;
|
|
918
|
-
elementRef: ElementRef
|
|
919
|
-
constructor(
|
|
903
|
+
elementRef: ElementRef<any>;
|
|
904
|
+
constructor(...args: unknown[]);
|
|
920
905
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderRowOutlet, never>;
|
|
921
906
|
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderRowOutlet, "[headerRowOutlet]", never, {}, {}, never, never, true, never>;
|
|
922
907
|
}
|
|
@@ -991,8 +976,8 @@ export declare function mixinHasStickyInput<T extends Constructor<{}>>(base: T):
|
|
|
991
976
|
*/
|
|
992
977
|
export declare class NoDataRowOutlet implements RowOutlet {
|
|
993
978
|
viewContainer: ViewContainerRef;
|
|
994
|
-
elementRef: ElementRef
|
|
995
|
-
constructor(
|
|
979
|
+
elementRef: ElementRef<any>;
|
|
980
|
+
constructor(...args: unknown[]);
|
|
996
981
|
static ɵfac: i0.ɵɵFactoryDeclaration<NoDataRowOutlet, never>;
|
|
997
982
|
static ɵdir: i0.ɵɵDirectiveDeclaration<NoDataRowOutlet, "[noDataRowOutlet]", never, {}, {}, never, never, true, never>;
|
|
998
983
|
}
|
package/text-field/index.d.ts
CHANGED
|
@@ -3,12 +3,10 @@ import { DoCheck } from '@angular/core';
|
|
|
3
3
|
import { ElementRef } from '@angular/core';
|
|
4
4
|
import { EventEmitter } from '@angular/core';
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
|
-
import { NgZone } from '@angular/core';
|
|
7
6
|
import { NumberInput } from '@angular/cdk/coercion';
|
|
8
7
|
import { Observable } from 'rxjs';
|
|
9
8
|
import { OnDestroy } from '@angular/core';
|
|
10
9
|
import { OnInit } from '@angular/core';
|
|
11
|
-
import { Platform } from '@angular/cdk/platform';
|
|
12
10
|
|
|
13
11
|
/** An event that is emitted when the autofill state of an input changes. */
|
|
14
12
|
export declare type AutofillEvent = {
|
|
@@ -26,8 +24,9 @@ export declare type AutofillEvent = {
|
|
|
26
24
|
export declare class AutofillMonitor implements OnDestroy {
|
|
27
25
|
private _platform;
|
|
28
26
|
private _ngZone;
|
|
27
|
+
private _styleLoader;
|
|
29
28
|
private _monitoredElements;
|
|
30
|
-
constructor(
|
|
29
|
+
constructor(...args: unknown[]);
|
|
31
30
|
/**
|
|
32
31
|
* Monitor for changes in the autofill state of the given input element.
|
|
33
32
|
* @param element The element to monitor.
|
|
@@ -61,7 +60,7 @@ export declare class CdkAutofill implements OnDestroy, OnInit {
|
|
|
61
60
|
private _autofillMonitor;
|
|
62
61
|
/** Emits when the autofill state of the element changes. */
|
|
63
62
|
readonly cdkAutofill: EventEmitter<AutofillEvent>;
|
|
64
|
-
constructor(
|
|
63
|
+
constructor(...args: unknown[]);
|
|
65
64
|
ngOnInit(): void;
|
|
66
65
|
ngOnDestroy(): void;
|
|
67
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkAutofill, never>;
|
|
@@ -103,12 +102,10 @@ export declare class CdkTextareaAutosize implements AfterViewInit, DoCheck, OnDe
|
|
|
103
102
|
/** Cached height of a textarea with only the placeholder. */
|
|
104
103
|
private _cachedPlaceholderHeight?;
|
|
105
104
|
/** Used to reference correct document/window */
|
|
106
|
-
protected _document?: Document;
|
|
105
|
+
protected _document?: Document | null | undefined;
|
|
107
106
|
private _hasFocus;
|
|
108
107
|
private _isViewInited;
|
|
109
|
-
constructor(
|
|
110
|
-
/** @breaking-change 11.0.0 make document required */
|
|
111
|
-
document?: any);
|
|
108
|
+
constructor(...args: unknown[]);
|
|
112
109
|
/** Sets the minimum height of the textarea as determined by minRows. */
|
|
113
110
|
_setMinHeight(): void;
|
|
114
111
|
/** Sets the maximum height of the textarea as determined by maxRows. */
|
|
@@ -149,7 +146,7 @@ export declare class CdkTextareaAutosize implements AfterViewInit, DoCheck, OnDe
|
|
|
149
146
|
* in order for it to scroll to the proper position.
|
|
150
147
|
*/
|
|
151
148
|
private _scrollToCaretPosition;
|
|
152
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTextareaAutosize,
|
|
149
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTextareaAutosize, never>;
|
|
153
150
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkTextareaAutosize, "textarea[cdkTextareaAutosize]", ["cdkTextareaAutosize"], { "minRows": { "alias": "cdkAutosizeMinRows"; "required": false; }; "maxRows": { "alias": "cdkAutosizeMaxRows"; "required": false; }; "enabled": { "alias": "cdkTextareaAutosize"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, true, never>;
|
|
154
151
|
static ngAcceptInputType_enabled: unknown;
|
|
155
152
|
}
|