@angular/cdk 19.0.0-next.3 → 19.0.0-next.5
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.d.ts +19 -37
- 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 +6 -9
- package/drag-drop/index.d.ts +16 -33
- package/fesm2022/a11y.mjs +109 -167
- package/fesm2022/a11y.mjs.map +1 -1
- package/fesm2022/accordion.mjs +20 -25
- package/fesm2022/accordion.mjs.map +1 -1
- package/fesm2022/bidi.mjs +14 -18
- 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 -26
- 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 +33 -53
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/drag-drop.mjs +90 -149
- 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 -11
- package/fesm2022/listbox.mjs.map +1 -1
- package/fesm2022/menu.mjs +49 -49
- 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 -21
- package/fesm2022/observers.mjs.map +1 -1
- package/fesm2022/overlay.mjs +105 -148
- package/fesm2022/overlay.mjs.map +1 -1
- package/fesm2022/platform.mjs +7 -7
- package/fesm2022/platform.mjs.map +1 -1
- package/fesm2022/portal.mjs +59 -58
- package/fesm2022/portal.mjs.map +1 -1
- package/fesm2022/private.mjs +3 -3
- package/fesm2022/private.mjs.map +1 -1
- package/fesm2022/scrolling.mjs +86 -126
- package/fesm2022/scrolling.mjs.map +1 -1
- package/fesm2022/stepper.mjs +47 -56
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/table.mjs +170 -228
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/testing/selenium-webdriver.mjs.map +1 -1
- package/fesm2022/testing/testbed.mjs.map +1 -1
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/text-field.mjs +33 -40
- package/fesm2022/text-field.mjs.map +1 -1
- package/fesm2022/tree.mjs +68 -71
- 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 +44 -11
- package/overlay/index.d.ts +18 -34
- package/overlay-prebuilt.css +1 -1
- package/package.json +1 -1
- package/portal/index.d.ts +21 -18
- 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 +2 -2
- package/schematics/utils/project-targets.mjs +2 -2
- 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 +17 -37
- package/stepper/index.d.ts +9 -11
- package/table/index.d.ts +36 -51
- package/text-field/index.d.ts +5 -9
- package/tree/index.d.ts +11 -13
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
|
|
@@ -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>;
|
|
@@ -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
|
}
|
|
@@ -280,20 +278,20 @@ export declare class CdkFooterRowDef extends BaseRowDef implements CanStick, OnC
|
|
|
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
|
}
|
|
@@ -326,13 +325,13 @@ export declare class CdkHeaderRowDef extends BaseRowDef implements CanStick, OnC
|
|
|
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
|
}
|
|
@@ -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 = {
|
|
@@ -28,7 +26,7 @@ export declare class AutofillMonitor implements OnDestroy {
|
|
|
28
26
|
private _ngZone;
|
|
29
27
|
private _styleLoader;
|
|
30
28
|
private _monitoredElements;
|
|
31
|
-
constructor(
|
|
29
|
+
constructor(...args: unknown[]);
|
|
32
30
|
/**
|
|
33
31
|
* Monitor for changes in the autofill state of the given input element.
|
|
34
32
|
* @param element The element to monitor.
|
|
@@ -62,7 +60,7 @@ export declare class CdkAutofill implements OnDestroy, OnInit {
|
|
|
62
60
|
private _autofillMonitor;
|
|
63
61
|
/** Emits when the autofill state of the element changes. */
|
|
64
62
|
readonly cdkAutofill: EventEmitter<AutofillEvent>;
|
|
65
|
-
constructor(
|
|
63
|
+
constructor(...args: unknown[]);
|
|
66
64
|
ngOnInit(): void;
|
|
67
65
|
ngOnDestroy(): void;
|
|
68
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkAutofill, never>;
|
|
@@ -104,12 +102,10 @@ export declare class CdkTextareaAutosize implements AfterViewInit, DoCheck, OnDe
|
|
|
104
102
|
/** Cached height of a textarea with only the placeholder. */
|
|
105
103
|
private _cachedPlaceholderHeight?;
|
|
106
104
|
/** Used to reference correct document/window */
|
|
107
|
-
protected _document?: Document;
|
|
105
|
+
protected _document?: Document | null | undefined;
|
|
108
106
|
private _hasFocus;
|
|
109
107
|
private _isViewInited;
|
|
110
|
-
constructor(
|
|
111
|
-
/** @breaking-change 11.0.0 make document required */
|
|
112
|
-
document?: any);
|
|
108
|
+
constructor(...args: unknown[]);
|
|
113
109
|
/** Sets the minimum height of the textarea as determined by minRows. */
|
|
114
110
|
_setMinHeight(): void;
|
|
115
111
|
/** Sets the maximum height of the textarea as determined by maxRows. */
|
|
@@ -150,7 +146,7 @@ export declare class CdkTextareaAutosize implements AfterViewInit, DoCheck, OnDe
|
|
|
150
146
|
* in order for it to scroll to the proper position.
|
|
151
147
|
*/
|
|
152
148
|
private _scrollToCaretPosition;
|
|
153
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTextareaAutosize,
|
|
149
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTextareaAutosize, never>;
|
|
154
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>;
|
|
155
151
|
static ngAcceptInputType_enabled: unknown;
|
|
156
152
|
}
|
package/tree/index.d.ts
CHANGED
|
@@ -2,10 +2,8 @@ import { AfterContentChecked } from '@angular/core';
|
|
|
2
2
|
import { AfterContentInit } from '@angular/core';
|
|
3
3
|
import { AfterViewInit } from '@angular/core';
|
|
4
4
|
import { BehaviorSubject } from 'rxjs';
|
|
5
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
6
5
|
import { CollectionViewer } from '@angular/cdk/collections';
|
|
7
6
|
import { DataSource } from '@angular/cdk/collections';
|
|
8
|
-
import { Directionality } from '@angular/cdk/bidi';
|
|
9
7
|
import { ElementRef } from '@angular/core';
|
|
10
8
|
import { EventEmitter } from '@angular/core';
|
|
11
9
|
import * as i0 from '@angular/core';
|
|
@@ -95,7 +93,7 @@ export declare class CdkNestedTreeNode<T, K = T> extends CdkTreeNode<T, K> imple
|
|
|
95
93
|
protected _children: T[];
|
|
96
94
|
/** The children node placeholder. */
|
|
97
95
|
nodeOutlet: QueryList<CdkTreeNodeOutlet>;
|
|
98
|
-
constructor(
|
|
96
|
+
constructor(...args: unknown[]);
|
|
99
97
|
ngAfterContentInit(): void;
|
|
100
98
|
ngOnInit(): void;
|
|
101
99
|
ngOnDestroy(): void;
|
|
@@ -212,7 +210,7 @@ export declare class CdkTree<T, K = T> implements AfterContentChecked, AfterCont
|
|
|
212
210
|
/** The key manager for this tree. Handles focus and activation based on user keyboard input. */
|
|
213
211
|
_keyManager: TreeKeyManagerStrategy<CdkTreeNode<T, K>>;
|
|
214
212
|
private _viewInit;
|
|
215
|
-
constructor(
|
|
213
|
+
constructor(...args: unknown[]);
|
|
216
214
|
ngAfterContentInit(): void;
|
|
217
215
|
ngAfterContentChecked(): void;
|
|
218
216
|
ngOnDestroy(): void;
|
|
@@ -461,7 +459,7 @@ export declare class CdkTreeNode<T, K = T> implements OnDestroy, OnInit, TreeKey
|
|
|
461
459
|
*/
|
|
462
460
|
_getPositionInSet(): number;
|
|
463
461
|
private _changeDetectorRef;
|
|
464
|
-
constructor(
|
|
462
|
+
constructor(...args: unknown[]);
|
|
465
463
|
ngOnInit(): void;
|
|
466
464
|
ngOnDestroy(): void;
|
|
467
465
|
getParent(): CdkTreeNode<T, K> | null;
|
|
@@ -492,6 +490,7 @@ export declare class CdkTreeNode<T, K = T> implements OnDestroy, OnInit, TreeKey
|
|
|
492
490
|
* Captures the node's template and a when predicate that describes when this node should be used.
|
|
493
491
|
*/
|
|
494
492
|
export declare class CdkTreeNodeDef<T> {
|
|
493
|
+
/** @docs-private */
|
|
495
494
|
template: TemplateRef<any>;
|
|
496
495
|
/**
|
|
497
496
|
* Function that should return true if this node template should be used for the provided node
|
|
@@ -501,8 +500,7 @@ export declare class CdkTreeNodeDef<T> {
|
|
|
501
500
|
* default.
|
|
502
501
|
*/
|
|
503
502
|
when: (index: number, nodeData: T) => boolean;
|
|
504
|
-
|
|
505
|
-
constructor(template: TemplateRef<any>);
|
|
503
|
+
constructor(...args: unknown[]);
|
|
506
504
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTreeNodeDef<any>, never>;
|
|
507
505
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkTreeNodeDef<any>, "[cdkTreeNodeDef]", never, { "when": { "alias": "cdkTreeNodeDefWhen"; "required": false; }; }, {}, never, never, true, never>;
|
|
508
506
|
}
|
|
@@ -513,9 +511,9 @@ export declare class CdkTreeNodeDef<T> {
|
|
|
513
511
|
*/
|
|
514
512
|
export declare class CdkTreeNodeOutlet {
|
|
515
513
|
viewContainer: ViewContainerRef;
|
|
516
|
-
_node?:
|
|
517
|
-
constructor(
|
|
518
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTreeNodeOutlet,
|
|
514
|
+
_node?: {} | null | undefined;
|
|
515
|
+
constructor(...args: unknown[]);
|
|
516
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTreeNodeOutlet, never>;
|
|
519
517
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkTreeNodeOutlet, "[cdkTreeNodeOutlet]", never, {}, {}, never, never, true, never>;
|
|
520
518
|
}
|
|
521
519
|
|
|
@@ -558,7 +556,7 @@ export declare class CdkTreeNodePadding<T, K = T> implements OnDestroy {
|
|
|
558
556
|
get indent(): number | string;
|
|
559
557
|
set indent(indent: number | string);
|
|
560
558
|
_indent: number;
|
|
561
|
-
constructor(
|
|
559
|
+
constructor(...args: unknown[]);
|
|
562
560
|
ngOnDestroy(): void;
|
|
563
561
|
/** The padding indent value for the tree node. Returns a string with px numbers if not null. */
|
|
564
562
|
_paddingIndent(): string | null;
|
|
@@ -577,7 +575,7 @@ export declare class CdkTreeNodePadding<T, K = T> implements OnDestroy {
|
|
|
577
575
|
* @docs-private
|
|
578
576
|
*/
|
|
579
577
|
protected _setIndentInput(indent: number | string): void;
|
|
580
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTreeNodePadding<any, any>,
|
|
578
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTreeNodePadding<any, any>, never>;
|
|
581
579
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkTreeNodePadding<any, any>, "[cdkTreeNodePadding]", never, { "level": { "alias": "cdkTreeNodePadding"; "required": false; }; "indent": { "alias": "cdkTreeNodePaddingIndent"; "required": false; }; }, {}, never, never, true, never>;
|
|
582
580
|
static ngAcceptInputType_level: unknown;
|
|
583
581
|
}
|
|
@@ -590,7 +588,7 @@ export declare class CdkTreeNodeToggle<T, K = T> {
|
|
|
590
588
|
protected _treeNode: CdkTreeNode<T, K>;
|
|
591
589
|
/** Whether expand/collapse the node recursively. */
|
|
592
590
|
recursive: boolean;
|
|
593
|
-
constructor(
|
|
591
|
+
constructor(...args: unknown[]);
|
|
594
592
|
_toggle(): void;
|
|
595
593
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTreeNodeToggle<any, any>, never>;
|
|
596
594
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkTreeNodeToggle<any, any>, "[cdkTreeNodeToggle]", never, { "recursive": { "alias": "cdkTreeNodeToggleRecursive"; "required": false; }; }, {}, never, never, true, never>;
|