@angular/material 19.0.0-next.4 → 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/autocomplete/index.d.ts +5 -15
- package/badge/index.d.ts +3 -7
- package/bottom-sheet/index.d.ts +5 -15
- package/button/index.d.ts +20 -24
- package/button-toggle/index.d.ts +5 -8
- package/card/index.d.ts +2 -2
- package/checkbox/index.d.ts +4 -6
- package/chips/index.d.ts +13 -24
- package/core/index.d.ts +14 -19
- package/datepicker/index.d.ts +44 -70
- package/dialog/index.d.ts +10 -34
- package/dialog/testing/index.d.ts +1 -1
- package/expansion/index.d.ts +9 -13
- package/fesm2022/autocomplete/testing.mjs.map +1 -1
- package/fesm2022/autocomplete.mjs +32 -62
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/badge/testing.mjs.map +1 -1
- package/fesm2022/badge.mjs +12 -19
- package/fesm2022/badge.mjs.map +1 -1
- package/fesm2022/bottom-sheet/testing.mjs.map +1 -1
- package/fesm2022/bottom-sheet.mjs +17 -32
- package/fesm2022/bottom-sheet.mjs.map +1 -1
- package/fesm2022/button/testing.mjs.map +1 -1
- package/fesm2022/button-toggle/testing.mjs.map +1 -1
- package/fesm2022/button-toggle.mjs +18 -34
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/button.mjs +44 -113
- package/fesm2022/button.mjs.map +1 -1
- package/fesm2022/card/testing.mjs.map +1 -1
- package/fesm2022/card.mjs +5 -9
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/checkbox/testing.mjs.map +1 -1
- package/fesm2022/checkbox.mjs +14 -24
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips/testing.mjs.map +1 -1
- package/fesm2022/chips.mjs +61 -112
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/core/testing.mjs.map +1 -1
- package/fesm2022/core.mjs +31 -66
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/datepicker/testing.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +130 -266
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/dialog/testing.mjs +3 -3
- package/fesm2022/dialog/testing.mjs.map +1 -1
- package/fesm2022/dialog.mjs +27 -85
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/divider/testing.mjs.map +1 -1
- package/fesm2022/divider.mjs.map +1 -1
- package/fesm2022/expansion/testing.mjs.map +1 -1
- package/fesm2022/expansion.mjs +32 -67
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/form-field/testing/control.mjs.map +1 -1
- package/fesm2022/form-field/testing.mjs.map +1 -1
- package/fesm2022/form-field.mjs +42 -62
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/grid-list/testing.mjs.map +1 -1
- package/fesm2022/grid-list.mjs +16 -23
- package/fesm2022/grid-list.mjs.map +1 -1
- package/fesm2022/icon/testing.mjs.map +1 -1
- package/fesm2022/icon.mjs +11 -20
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/input/testing.mjs.map +1 -1
- package/fesm2022/input.mjs +23 -47
- package/fesm2022/input.mjs.map +1 -1
- package/fesm2022/list/testing.mjs.map +1 -1
- package/fesm2022/list.mjs +59 -98
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/material.mjs.map +1 -1
- package/fesm2022/menu/testing.mjs.map +1 -1
- package/fesm2022/menu.mjs +51 -99
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/paginator/testing.mjs.map +1 -1
- package/fesm2022/paginator.mjs.map +1 -1
- package/fesm2022/progress-bar/testing.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +12 -19
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/progress-spinner/testing.mjs.map +1 -1
- package/fesm2022/progress-spinner.mjs +8 -14
- package/fesm2022/progress-spinner.mjs.map +1 -1
- package/fesm2022/radio/testing.mjs.map +1 -1
- package/fesm2022/radio.mjs +21 -34
- package/fesm2022/radio.mjs.map +1 -1
- package/fesm2022/select/testing.mjs.map +1 -1
- package/fesm2022/select.mjs +26 -58
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav/testing.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +50 -70
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/slide-toggle/testing.mjs.map +1 -1
- package/fesm2022/slide-toggle.mjs +13 -21
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/slider/testing.mjs.map +1 -1
- package/fesm2022/slider.mjs +49 -57
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/snack-bar/testing.mjs.map +1 -1
- package/fesm2022/snack-bar.mjs +30 -43
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/sort/testing.mjs.map +1 -1
- package/fesm2022/sort.mjs +18 -37
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/stepper/testing.mjs.map +1 -1
- package/fesm2022/stepper.mjs +30 -42
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/table/testing.mjs.map +1 -1
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tabs/testing.mjs.map +1 -1
- package/fesm2022/tabs.mjs +87 -142
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/toolbar/testing.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +8 -12
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tooltip/testing.mjs.map +1 -1
- package/fesm2022/tooltip.mjs +45 -59
- package/fesm2022/tooltip.mjs.map +1 -1
- package/fesm2022/tree/testing.mjs.map +1 -1
- package/fesm2022/tree.mjs +13 -40
- package/fesm2022/tree.mjs.map +1 -1
- package/form-field/index.d.ts +10 -24
- package/grid-list/index.d.ts +6 -8
- package/icon/index.d.ts +2 -2
- package/input/index.d.ts +3 -7
- package/list/index.d.ts +10 -14
- package/menu/index.d.ts +15 -49
- package/package.json +2 -2
- package/progress-bar/index.d.ts +3 -5
- package/progress-spinner/index.d.ts +2 -2
- package/radio/index.d.ts +5 -8
- package/schematics/ng-add/fonts/material-fonts.d.ts +1 -1
- package/schematics/ng-add/fonts/material-fonts.js +2 -2
- package/schematics/ng-add/fonts/material-fonts.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-add/setup-project.d.ts +1 -1
- package/schematics/ng-add/setup-project.js +3 -3
- package/schematics/ng-add/setup-project.mjs +3 -3
- package/schematics/ng-add/theming/create-custom-theme.d.ts +1 -1
- package/schematics/ng-add/theming/create-custom-theme.js +2 -2
- package/schematics/ng-add/theming/create-custom-theme.mjs +2 -2
- package/schematics/ng-add/theming/theming.d.ts +1 -1
- package/schematics/ng-add/theming/theming.js +2 -2
- package/schematics/ng-add/theming/theming.mjs +2 -2
- package/schematics/ng-generate/address-form/index.d.ts +1 -1
- package/schematics/ng-generate/address-form/index.js +2 -2
- package/schematics/ng-generate/address-form/index.mjs +2 -2
- package/schematics/ng-generate/address-form/schema.d.ts +1 -1
- package/schematics/ng-generate/address-form/schema.js +2 -2
- package/schematics/ng-generate/address-form/schema.mjs +2 -2
- package/schematics/ng-generate/dashboard/index.d.ts +1 -1
- package/schematics/ng-generate/dashboard/index.js +2 -2
- package/schematics/ng-generate/dashboard/index.mjs +2 -2
- package/schematics/ng-generate/dashboard/schema.d.ts +1 -1
- package/schematics/ng-generate/dashboard/schema.js +2 -2
- package/schematics/ng-generate/dashboard/schema.mjs +2 -2
- package/schematics/ng-generate/m3-theme/index_bundled.js +1 -1
- package/schematics/ng-generate/m3-theme/index_bundled.js.map +1 -1
- package/schematics/ng-generate/navigation/index.d.ts +1 -1
- package/schematics/ng-generate/navigation/index.js +2 -2
- package/schematics/ng-generate/navigation/index.mjs +2 -2
- package/schematics/ng-generate/navigation/schema.d.ts +1 -1
- package/schematics/ng-generate/navigation/schema.js +2 -2
- package/schematics/ng-generate/navigation/schema.mjs +2 -2
- package/schematics/ng-generate/table/index.d.ts +1 -1
- package/schematics/ng-generate/table/index.js +2 -2
- package/schematics/ng-generate/table/index.mjs +2 -2
- package/schematics/ng-generate/table/schema.d.ts +1 -1
- package/schematics/ng-generate/table/schema.js +2 -2
- package/schematics/ng-generate/table/schema.mjs +2 -2
- package/schematics/ng-generate/tree/index.d.ts +1 -1
- package/schematics/ng-generate/tree/index.js +2 -2
- package/schematics/ng-generate/tree/index.mjs +2 -2
- package/schematics/ng-generate/tree/schema.d.ts +1 -1
- package/schematics/ng-generate/tree/schema.js +2 -2
- package/schematics/ng-generate/tree/schema.mjs +2 -2
- package/schematics/ng-update/index_bundled.js +1 -1
- package/schematics/ng-update/index_bundled.js.map +1 -1
- package/select/index.d.ts +4 -14
- package/sidenav/index.d.ts +7 -17
- package/slide-toggle/index.d.ts +2 -2
- package/slider/index.d.ts +8 -8
- package/snack-bar/index.d.ts +6 -22
- package/sort/index.d.ts +4 -20
- package/stepper/index.d.ts +6 -13
- package/tabs/index.d.ts +21 -32
- package/toolbar/index.d.ts +3 -4
- package/tooltip/index.d.ts +5 -12
- package/tree/index.d.ts +5 -18
package/select/index.d.ts
CHANGED
|
@@ -6,12 +6,10 @@ import { CdkOverlayOrigin } from '@angular/cdk/overlay';
|
|
|
6
6
|
import { ChangeDetectorRef } from '@angular/core';
|
|
7
7
|
import { ConnectedPosition } from '@angular/cdk/overlay';
|
|
8
8
|
import { ControlValueAccessor } from '@angular/forms';
|
|
9
|
-
import { Directionality } from '@angular/cdk/bidi';
|
|
10
9
|
import { DoCheck } from '@angular/core';
|
|
11
10
|
import { ElementRef } from '@angular/core';
|
|
12
11
|
import { ErrorStateMatcher } from '@angular/material/core';
|
|
13
12
|
import { EventEmitter } from '@angular/core';
|
|
14
|
-
import { FormGroupDirective } from '@angular/forms';
|
|
15
13
|
import * as i0 from '@angular/core';
|
|
16
14
|
import * as i1 from '@angular/common';
|
|
17
15
|
import * as i2 from '@angular/cdk/overlay';
|
|
@@ -19,7 +17,6 @@ import * as i3 from '@angular/material/core';
|
|
|
19
17
|
import * as i5 from '@angular/cdk/scrolling';
|
|
20
18
|
import * as i6 from '@angular/material/form-field';
|
|
21
19
|
import { InjectionToken } from '@angular/core';
|
|
22
|
-
import { LiveAnnouncer } from '@angular/cdk/a11y';
|
|
23
20
|
import { MatError } from '@angular/material/form-field';
|
|
24
21
|
import { MatFormField } from '@angular/material/form-field';
|
|
25
22
|
import { MatFormFieldControl } from '@angular/material/form-field';
|
|
@@ -31,8 +28,6 @@ import { MatOptionSelectionChange } from '@angular/material/core';
|
|
|
31
28
|
import { MatPrefix } from '@angular/material/form-field';
|
|
32
29
|
import { MatSuffix } from '@angular/material/form-field';
|
|
33
30
|
import { NgControl } from '@angular/forms';
|
|
34
|
-
import { NgForm } from '@angular/forms';
|
|
35
|
-
import { NgZone } from '@angular/core';
|
|
36
31
|
import { Observable } from 'rxjs';
|
|
37
32
|
import { OnChanges } from '@angular/core';
|
|
38
33
|
import { OnDestroy } from '@angular/core';
|
|
@@ -99,9 +94,9 @@ export { MatPrefix }
|
|
|
99
94
|
export declare class MatSelect implements AfterContentInit, OnChanges, OnDestroy, OnInit, DoCheck, ControlValueAccessor, MatFormFieldControl<any> {
|
|
100
95
|
protected _viewportRuler: ViewportRuler;
|
|
101
96
|
protected _changeDetectorRef: ChangeDetectorRef;
|
|
102
|
-
readonly _elementRef: ElementRef
|
|
97
|
+
readonly _elementRef: ElementRef<any>;
|
|
103
98
|
private _dir;
|
|
104
|
-
protected _parentFormField: MatFormField;
|
|
99
|
+
protected _parentFormField: MatFormField | null;
|
|
105
100
|
ngControl: NgControl;
|
|
106
101
|
private _liveAnnouncer;
|
|
107
102
|
protected _defaultOptions: MatSelectConfig | null;
|
|
@@ -271,12 +266,7 @@ export declare class MatSelect implements AfterContentInit, OnChanges, OnDestroy
|
|
|
271
266
|
* @docs-private
|
|
272
267
|
*/
|
|
273
268
|
readonly valueChange: EventEmitter<any>;
|
|
274
|
-
constructor(
|
|
275
|
-
/**
|
|
276
|
-
* @deprecated Unused param, will be removed.
|
|
277
|
-
* @breaking-change 19.0.0
|
|
278
|
-
*/
|
|
279
|
-
_unusedNgZone: NgZone, defaultErrorStateMatcher: ErrorStateMatcher, _elementRef: ElementRef, _dir: Directionality, parentForm: NgForm, parentFormGroup: FormGroupDirective, _parentFormField: MatFormField, ngControl: NgControl, tabIndex: string, scrollStrategyFactory: any, _liveAnnouncer: LiveAnnouncer, _unusedDefaultOptions?: unknown);
|
|
269
|
+
constructor(...args: unknown[]);
|
|
280
270
|
ngOnInit(): void;
|
|
281
271
|
ngAfterContentInit(): void;
|
|
282
272
|
ngDoCheck(): void;
|
|
@@ -436,7 +426,7 @@ export declare class MatSelect implements AfterContentInit, OnChanges, OnDestroy
|
|
|
436
426
|
* @docs-private
|
|
437
427
|
*/
|
|
438
428
|
get shouldLabelFloat(): boolean;
|
|
439
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelect,
|
|
429
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelect, never>;
|
|
440
430
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatSelect, "mat-select", ["matSelect"], { "userAriaDescribedBy": { "alias": "aria-describedby"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "disableOptionCentering": { "alias": "disableOptionCentering"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "value": { "alias": "value"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "typeaheadDebounceInterval": { "alias": "typeaheadDebounceInterval"; "required": false; }; "sortComparator": { "alias": "sortComparator"; "required": false; }; "id": { "alias": "id"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; }, { "openedChange": "openedChange"; "_openedStream": "opened"; "_closedStream": "closed"; "selectionChange": "selectionChange"; "valueChange": "valueChange"; }, ["customTrigger", "options", "optionGroups"], ["mat-select-trigger", "*"], true, never>;
|
|
441
431
|
static ngAcceptInputType_disabled: unknown;
|
|
442
432
|
static ngAcceptInputType_disableRipple: unknown;
|
package/sidenav/index.d.ts
CHANGED
|
@@ -5,28 +5,19 @@ import { AnimationEvent as AnimationEvent_2 } from '@angular/animations';
|
|
|
5
5
|
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
6
6
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
7
7
|
import { CdkScrollable } from '@angular/cdk/scrolling';
|
|
8
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
9
|
-
import { Directionality } from '@angular/cdk/bidi';
|
|
10
8
|
import { DoCheck } from '@angular/core';
|
|
11
9
|
import { ElementRef } from '@angular/core';
|
|
12
10
|
import { EventEmitter } from '@angular/core';
|
|
13
|
-
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
14
11
|
import { FocusOrigin } from '@angular/cdk/a11y';
|
|
15
|
-
import { FocusTrapFactory } from '@angular/cdk/a11y';
|
|
16
12
|
import * as i0 from '@angular/core';
|
|
17
13
|
import * as i1 from '@angular/material/core';
|
|
18
14
|
import * as i2 from '@angular/cdk/scrolling';
|
|
19
15
|
import { InjectionToken } from '@angular/core';
|
|
20
|
-
import { InteractivityChecker } from '@angular/cdk/a11y';
|
|
21
|
-
import { NgZone } from '@angular/core';
|
|
22
16
|
import { NumberInput } from '@angular/cdk/coercion';
|
|
23
17
|
import { Observable } from 'rxjs';
|
|
24
18
|
import { OnDestroy } from '@angular/core';
|
|
25
|
-
import { Platform } from '@angular/cdk/platform';
|
|
26
19
|
import { QueryList } from '@angular/core';
|
|
27
|
-
import { ScrollDispatcher } from '@angular/cdk/scrolling';
|
|
28
20
|
import { Subject } from 'rxjs';
|
|
29
|
-
import { ViewportRuler } from '@angular/cdk/scrolling';
|
|
30
21
|
|
|
31
22
|
/** Options for where to set focus to automatically on dialog open */
|
|
32
23
|
declare type AutoFocusTarget = 'dialog' | 'first-tabbable' | 'first-heading';
|
|
@@ -77,7 +68,7 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
|
|
|
77
68
|
private _ngZone;
|
|
78
69
|
private readonly _interactivityChecker;
|
|
79
70
|
private _doc;
|
|
80
|
-
_container?: MatDrawerContainer | undefined;
|
|
71
|
+
_container?: MatDrawerContainer | null | undefined;
|
|
81
72
|
private _focusTrap;
|
|
82
73
|
private _elementFocusedBeforeDrawerWasOpened;
|
|
83
74
|
/** Whether the drawer is initialized. Used for disabling the initial animation. */
|
|
@@ -146,7 +137,7 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
|
|
|
146
137
|
readonly _modeChanged: Subject<void>;
|
|
147
138
|
private _injector;
|
|
148
139
|
private _changeDetectorRef;
|
|
149
|
-
constructor(
|
|
140
|
+
constructor(...args: unknown[]);
|
|
150
141
|
/**
|
|
151
142
|
* Focuses the provided element. If the element is not focusable, it will add a tabIndex
|
|
152
143
|
* attribute to forcefully focus it. The attribute is removed after focus is moved.
|
|
@@ -207,7 +198,7 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
|
|
|
207
198
|
* started off as `end` and was changed to `start`.
|
|
208
199
|
*/
|
|
209
200
|
private _updatePositionInParent;
|
|
210
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatDrawer,
|
|
201
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatDrawer, never>;
|
|
211
202
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatDrawer, "mat-drawer", ["matDrawer"], { "position": { "alias": "position"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "disableClose": { "alias": "disableClose"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; }, { "openedChange": "openedChange"; "_openedStream": "opened"; "openedStart": "openedStart"; "_closedStream": "closed"; "closedStart": "closedStart"; "onPositionChanged": "positionChanged"; }, never, ["*"], true, never>;
|
|
212
203
|
}
|
|
213
204
|
|
|
@@ -230,7 +221,7 @@ export declare class MatDrawerContainer implements AfterContentInit, DoCheck, On
|
|
|
230
221
|
private _element;
|
|
231
222
|
private _ngZone;
|
|
232
223
|
private _changeDetectorRef;
|
|
233
|
-
private _animationMode
|
|
224
|
+
private _animationMode;
|
|
234
225
|
/** All drawers in the container. Includes drawers from inside nested containers. */
|
|
235
226
|
_allDrawers: QueryList<MatDrawer>;
|
|
236
227
|
/** Drawers that belong to this container. */
|
|
@@ -293,7 +284,7 @@ export declare class MatDrawerContainer implements AfterContentInit, DoCheck, On
|
|
|
293
284
|
/** Reference to the CdkScrollable instance that wraps the scrollable content. */
|
|
294
285
|
get scrollable(): CdkScrollable;
|
|
295
286
|
private _injector;
|
|
296
|
-
constructor(
|
|
287
|
+
constructor(...args: unknown[]);
|
|
297
288
|
ngAfterContentInit(): void;
|
|
298
289
|
ngOnDestroy(): void;
|
|
299
290
|
/** Calls `open` of both start and end drawers */
|
|
@@ -330,14 +321,14 @@ export declare class MatDrawerContainer implements AfterContentInit, DoCheck, On
|
|
|
330
321
|
_isShowingBackdrop(): boolean;
|
|
331
322
|
private _isDrawerOpen;
|
|
332
323
|
private _drawerHasBackdrop;
|
|
333
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatDrawerContainer,
|
|
324
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatDrawerContainer, never>;
|
|
334
325
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatDrawerContainer, "mat-drawer-container", ["matDrawerContainer"], { "autosize": { "alias": "autosize"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; }, { "backdropClick": "backdropClick"; }, ["_content", "_allDrawers"], ["mat-drawer", "mat-drawer-content", "*"], true, never>;
|
|
335
326
|
}
|
|
336
327
|
|
|
337
328
|
export declare class MatDrawerContent extends CdkScrollable implements AfterContentInit {
|
|
338
329
|
private _changeDetectorRef;
|
|
339
330
|
_container: MatDrawerContainer;
|
|
340
|
-
constructor(
|
|
331
|
+
constructor(...args: unknown[]);
|
|
341
332
|
ngAfterContentInit(): void;
|
|
342
333
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDrawerContent, never>;
|
|
343
334
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatDrawerContent, "mat-drawer-content", never, {}, {}, never, ["*"], true, never>;
|
|
@@ -380,7 +371,6 @@ export declare class MatSidenavContainer extends MatDrawerContainer {
|
|
|
380
371
|
}
|
|
381
372
|
|
|
382
373
|
export declare class MatSidenavContent extends MatDrawerContent {
|
|
383
|
-
constructor(changeDetectorRef: ChangeDetectorRef, container: MatSidenavContainer, elementRef: ElementRef<HTMLElement>, scrollDispatcher: ScrollDispatcher, ngZone: NgZone);
|
|
384
374
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSidenavContent, never>;
|
|
385
375
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatSidenavContent, "mat-sidenav-content", never, {}, {}, never, ["*"], true, never>;
|
|
386
376
|
}
|
package/slide-toggle/index.d.ts
CHANGED
|
@@ -120,7 +120,7 @@ export declare class MatSlideToggle implements OnDestroy, AfterContentInit, OnCh
|
|
|
120
120
|
readonly toggleChange: EventEmitter<void>;
|
|
121
121
|
/** Returns the unique id for the visual hidden input. */
|
|
122
122
|
get inputId(): string;
|
|
123
|
-
constructor(
|
|
123
|
+
constructor(...args: unknown[]);
|
|
124
124
|
ngAfterContentInit(): void;
|
|
125
125
|
ngOnChanges(changes: SimpleChanges): void;
|
|
126
126
|
ngOnDestroy(): void;
|
|
@@ -145,7 +145,7 @@ export declare class MatSlideToggle implements OnDestroy, AfterContentInit, OnCh
|
|
|
145
145
|
/** Method being called whenever the underlying button is clicked. */
|
|
146
146
|
_handleClick(): void;
|
|
147
147
|
_getAriaLabelledBy(): string | null;
|
|
148
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatSlideToggle,
|
|
148
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatSlideToggle, never>;
|
|
149
149
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatSlideToggle, "mat-slide-toggle", ["matSlideToggle"], { "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "ariaDescribedby": { "alias": "aria-describedby"; "required": false; }; "required": { "alias": "required"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "hideIcon": { "alias": "hideIcon"; "required": false; }; "disabledInteractive": { "alias": "disabledInteractive"; "required": false; }; }, { "change": "change"; "toggleChange": "toggleChange"; }, never, ["*"], true, never>;
|
|
150
150
|
static ngAcceptInputType_required: unknown;
|
|
151
151
|
static ngAcceptInputType_disabled: unknown;
|
package/slider/index.d.ts
CHANGED
|
@@ -56,8 +56,8 @@ export declare class MatSlider implements AfterViewInit, OnDestroy, _MatSlider {
|
|
|
56
56
|
readonly _ngZone: NgZone;
|
|
57
57
|
readonly _cdr: ChangeDetectorRef;
|
|
58
58
|
readonly _elementRef: ElementRef<HTMLElement>;
|
|
59
|
-
readonly _dir: Directionality;
|
|
60
|
-
readonly _globalRippleOptions
|
|
59
|
+
readonly _dir: Directionality | null;
|
|
60
|
+
readonly _globalRippleOptions: RippleGlobalOptions | null;
|
|
61
61
|
/** The active portion of the slider track. */
|
|
62
62
|
_trackActive: ElementRef<HTMLElement>;
|
|
63
63
|
/** The slider thumb(s). */
|
|
@@ -142,7 +142,7 @@ export declare class MatSlider implements AfterViewInit, OnDestroy, _MatSlider {
|
|
|
142
142
|
_hasAnimation: boolean;
|
|
143
143
|
private _resizeTimer;
|
|
144
144
|
private _platform;
|
|
145
|
-
constructor(
|
|
145
|
+
constructor(...args: unknown[]);
|
|
146
146
|
/** The radius of the native slider's knob. AFAIK there is no way to avoid hardcoding this. */
|
|
147
147
|
_knobRadius: number;
|
|
148
148
|
_inputPadding: number;
|
|
@@ -210,7 +210,7 @@ export declare class MatSlider implements AfterViewInit, OnDestroy, _MatSlider {
|
|
|
210
210
|
_setTransition(withAnimation: boolean): void;
|
|
211
211
|
/** Whether the given pointer event occurred within the bounds of the slider pointer's DOM Rect. */
|
|
212
212
|
_isCursorOnSliderThumb(event: PointerEvent, rect: DOMRect): boolean;
|
|
213
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatSlider,
|
|
213
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatSlider, never>;
|
|
214
214
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatSlider, "mat-slider", ["matSlider"], { "disabled": { "alias": "disabled"; "required": false; }; "discrete": { "alias": "discrete"; "required": false; }; "showTickMarks": { "alias": "showTickMarks"; "required": false; }; "min": { "alias": "min"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "displayWith": { "alias": "displayWith"; "required": false; }; }, {}, ["_input", "_inputs"], ["*"], true, never>;
|
|
215
215
|
static ngAcceptInputType_disabled: unknown;
|
|
216
216
|
static ngAcceptInputType_discrete: unknown;
|
|
@@ -252,7 +252,7 @@ declare interface _MatSlider {
|
|
|
252
252
|
/** The radius of the visual slider's ripple. */
|
|
253
253
|
_rippleRadius: number;
|
|
254
254
|
/** The global configuration for `matRipple` instances. */
|
|
255
|
-
readonly _globalRippleOptions
|
|
255
|
+
readonly _globalRippleOptions: RippleGlobalOptions | null;
|
|
256
256
|
/** Whether animations have been disabled. */
|
|
257
257
|
_noopAnimations: boolean;
|
|
258
258
|
/** Whether or not the slider should use animations. */
|
|
@@ -320,7 +320,7 @@ export declare class MatSliderRangeThumb extends MatSliderThumb implements _MatS
|
|
|
320
320
|
_isLeftThumb: boolean;
|
|
321
321
|
/** Whether this slider corresponds to the input with greater value. */
|
|
322
322
|
_isEndThumb: boolean;
|
|
323
|
-
constructor(
|
|
323
|
+
constructor(...args: unknown[]);
|
|
324
324
|
_getDefaultValue(): number;
|
|
325
325
|
_onInput(): void;
|
|
326
326
|
_onNgControlValueChange(): void;
|
|
@@ -462,7 +462,7 @@ export declare class MatSliderThumb implements _MatSliderThumb, OnDestroy, Contr
|
|
|
462
462
|
*/
|
|
463
463
|
protected _isControlInitialized: boolean;
|
|
464
464
|
private _platform;
|
|
465
|
-
constructor(
|
|
465
|
+
constructor(...args: unknown[]);
|
|
466
466
|
ngOnDestroy(): void;
|
|
467
467
|
/** @docs-private */
|
|
468
468
|
initProps(): void;
|
|
@@ -632,7 +632,7 @@ export declare class MatSliderVisualThumb implements _MatSliderVisualThumb, Afte
|
|
|
632
632
|
/** The host native HTML input element. */
|
|
633
633
|
_hostElement: HTMLElement;
|
|
634
634
|
private _platform;
|
|
635
|
-
constructor(
|
|
635
|
+
constructor(...args: unknown[]);
|
|
636
636
|
ngAfterViewInit(): void;
|
|
637
637
|
ngOnDestroy(): void;
|
|
638
638
|
private _onPointerMove;
|
package/snack-bar/index.d.ts
CHANGED
|
@@ -2,9 +2,7 @@ import { AnimationEvent as AnimationEvent_2 } from '@angular/animations';
|
|
|
2
2
|
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
3
3
|
import { AriaLivePoliteness } from '@angular/cdk/a11y';
|
|
4
4
|
import { BasePortalOutlet } from '@angular/cdk/portal';
|
|
5
|
-
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
6
5
|
import { CdkPortalOutlet } from '@angular/cdk/portal';
|
|
7
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
8
6
|
import { ComponentPortal } from '@angular/cdk/portal';
|
|
9
7
|
import { ComponentRef } from '@angular/core';
|
|
10
8
|
import { ComponentType } from '@angular/cdk/overlay';
|
|
@@ -18,14 +16,9 @@ import * as i2 from '@angular/cdk/portal';
|
|
|
18
16
|
import * as i3 from '@angular/material/button';
|
|
19
17
|
import * as i4 from '@angular/material/core';
|
|
20
18
|
import { InjectionToken } from '@angular/core';
|
|
21
|
-
import { Injector } from '@angular/core';
|
|
22
|
-
import { LiveAnnouncer } from '@angular/cdk/a11y';
|
|
23
|
-
import { NgZone } from '@angular/core';
|
|
24
19
|
import { Observable } from 'rxjs';
|
|
25
20
|
import { OnDestroy } from '@angular/core';
|
|
26
|
-
import { Overlay } from '@angular/cdk/overlay';
|
|
27
21
|
import { OverlayRef } from '@angular/cdk/overlay';
|
|
28
|
-
import { Platform } from '@angular/cdk/platform';
|
|
29
22
|
import { Subject } from 'rxjs';
|
|
30
23
|
import { TemplatePortal } from '@angular/cdk/portal';
|
|
31
24
|
import { TemplateRef } from '@angular/core';
|
|
@@ -86,7 +79,7 @@ export declare class MatSnackBar implements OnDestroy {
|
|
|
86
79
|
/** Reference to the currently opened snackbar at *any* level. */
|
|
87
80
|
get _openedSnackBarRef(): MatSnackBarRef<any> | null;
|
|
88
81
|
set _openedSnackBarRef(value: MatSnackBarRef<any> | null);
|
|
89
|
-
constructor(
|
|
82
|
+
constructor(...args: unknown[]);
|
|
90
83
|
/**
|
|
91
84
|
* Creates and dispatches a snack bar with a custom component for the content, removing any
|
|
92
85
|
* currently opened snack bars.
|
|
@@ -136,7 +129,7 @@ export declare class MatSnackBar implements OnDestroy {
|
|
|
136
129
|
* @param snackBarRef Reference to the snack bar.
|
|
137
130
|
*/
|
|
138
131
|
private _createInjector;
|
|
139
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatSnackBar,
|
|
132
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatSnackBar, never>;
|
|
140
133
|
static ɵprov: i0.ɵɵInjectableDeclaration<MatSnackBar>;
|
|
141
134
|
}
|
|
142
135
|
|
|
@@ -199,8 +192,7 @@ export declare class MatSnackBarContainer extends BasePortalOutlet implements On
|
|
|
199
192
|
private _elementRef;
|
|
200
193
|
private _changeDetectorRef;
|
|
201
194
|
private _platform;
|
|
202
|
-
|
|
203
|
-
snackBarConfig: MatSnackBarConfig;
|
|
195
|
+
snackBarConfig: MatSnackBarConfig<any>;
|
|
204
196
|
private _document;
|
|
205
197
|
private _trackedModals;
|
|
206
198
|
/** The number of milliseconds to wait before announcing the snack bar's content. */
|
|
@@ -234,9 +226,7 @@ export declare class MatSnackBarContainer extends BasePortalOutlet implements On
|
|
|
234
226
|
_role?: 'status' | 'alert';
|
|
235
227
|
/** Unique ID of the aria-live element. */
|
|
236
228
|
readonly _liveElementId: string;
|
|
237
|
-
constructor(
|
|
238
|
-
/** The snack bar configuration. */
|
|
239
|
-
snackBarConfig: MatSnackBarConfig);
|
|
229
|
+
constructor(...args: unknown[]);
|
|
240
230
|
/** Attach a component portal as content to this snack bar container. */
|
|
241
231
|
attachComponentPortal<T>(portal: ComponentPortal<T>): ComponentRef<T>;
|
|
242
232
|
/** Attach a template portal as content to this snack bar container. */
|
|
@@ -360,14 +350,8 @@ export declare type MatSnackBarVerticalPosition = 'top' | 'bottom';
|
|
|
360
350
|
|
|
361
351
|
export declare class SimpleSnackBar implements TextOnlySnackBar {
|
|
362
352
|
snackBarRef: MatSnackBarRef<SimpleSnackBar>;
|
|
363
|
-
data:
|
|
364
|
-
|
|
365
|
-
action: string;
|
|
366
|
-
};
|
|
367
|
-
constructor(snackBarRef: MatSnackBarRef<SimpleSnackBar>, data: {
|
|
368
|
-
message: string;
|
|
369
|
-
action: string;
|
|
370
|
-
});
|
|
353
|
+
data: any;
|
|
354
|
+
constructor(...args: unknown[]);
|
|
371
355
|
/** Performs the action on the snack bar. */
|
|
372
356
|
action(): void;
|
|
373
357
|
/** If the action button should be shown. */
|
package/sort/index.d.ts
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { AfterViewInit } from '@angular/core';
|
|
2
2
|
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
3
|
-
import { AriaDescriber } from '@angular/cdk/a11y';
|
|
4
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
5
|
-
import { ElementRef } from '@angular/core';
|
|
6
3
|
import { EventEmitter } from '@angular/core';
|
|
7
|
-
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
8
4
|
import * as i0 from '@angular/core';
|
|
9
5
|
import * as i1 from '@angular/material/core';
|
|
10
6
|
import { InjectionToken } from '@angular/core';
|
|
@@ -162,18 +158,13 @@ export declare interface MatSortDefaultOptions {
|
|
|
162
158
|
* column definition.
|
|
163
159
|
*/
|
|
164
160
|
export declare class MatSortHeader implements MatSortable, OnDestroy, OnInit, AfterViewInit {
|
|
165
|
-
/**
|
|
166
|
-
* @deprecated `_intl` parameter isn't being used anymore and it'll be removed.
|
|
167
|
-
* @breaking-change 13.0.0
|
|
168
|
-
*/
|
|
169
161
|
_intl: MatSortHeaderIntl;
|
|
170
162
|
private _changeDetectorRef;
|
|
171
163
|
_sort: MatSort;
|
|
172
|
-
_columnDef: MatSortHeaderColumnDef;
|
|
164
|
+
_columnDef: MatSortHeaderColumnDef | null;
|
|
173
165
|
private _focusMonitor;
|
|
174
166
|
private _elementRef;
|
|
175
|
-
|
|
176
|
-
private _ariaDescriber?;
|
|
167
|
+
private _ariaDescriber;
|
|
177
168
|
private _rerenderSubscription;
|
|
178
169
|
/**
|
|
179
170
|
* The element with role="button" inside this component's view. We need this
|
|
@@ -217,14 +208,7 @@ export declare class MatSortHeader implements MatSortable, OnDestroy, OnInit, Af
|
|
|
217
208
|
private _sortActionDescription;
|
|
218
209
|
/** Overrides the disable clear value of the containing MatSort for this MatSortable. */
|
|
219
210
|
disableClear: boolean;
|
|
220
|
-
constructor(
|
|
221
|
-
/**
|
|
222
|
-
* @deprecated `_intl` parameter isn't being used anymore and it'll be removed.
|
|
223
|
-
* @breaking-change 13.0.0
|
|
224
|
-
*/
|
|
225
|
-
_intl: MatSortHeaderIntl, _changeDetectorRef: ChangeDetectorRef, _sort: MatSort, _columnDef: MatSortHeaderColumnDef, _focusMonitor: FocusMonitor, _elementRef: ElementRef<HTMLElement>,
|
|
226
|
-
/** @breaking-change 14.0.0 _ariaDescriber will be required. */
|
|
227
|
-
_ariaDescriber?: (AriaDescriber | null) | undefined, defaultOptions?: MatSortDefaultOptions);
|
|
211
|
+
constructor(...args: unknown[]);
|
|
228
212
|
ngOnInit(): void;
|
|
229
213
|
ngAfterViewInit(): void;
|
|
230
214
|
ngOnDestroy(): void;
|
|
@@ -273,7 +257,7 @@ export declare class MatSortHeader implements MatSortable, OnDestroy, OnInit, Af
|
|
|
273
257
|
private _updateSortActionDescription;
|
|
274
258
|
/** Handles changes in the sorting state. */
|
|
275
259
|
private _handleStateChanges;
|
|
276
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatSortHeader,
|
|
260
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatSortHeader, never>;
|
|
277
261
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatSortHeader, "[mat-sort-header]", ["matSortHeader"], { "id": { "alias": "mat-sort-header"; "required": false; }; "arrowPosition": { "alias": "arrowPosition"; "required": false; }; "start": { "alias": "start"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "sortActionDescription": { "alias": "sortActionDescription"; "required": false; }; "disableClear": { "alias": "disableClear"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
278
262
|
static ngAcceptInputType_disabled: unknown;
|
|
279
263
|
static ngAcceptInputType_disableClear: unknown;
|
package/stepper/index.d.ts
CHANGED
|
@@ -9,12 +9,8 @@ import { CdkStepLabel } from '@angular/cdk/stepper';
|
|
|
9
9
|
import { CdkStepper } from '@angular/cdk/stepper';
|
|
10
10
|
import { CdkStepperNext } from '@angular/cdk/stepper';
|
|
11
11
|
import { CdkStepperPrevious } from '@angular/cdk/stepper';
|
|
12
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
13
|
-
import { Directionality } from '@angular/cdk/bidi';
|
|
14
|
-
import { ElementRef } from '@angular/core';
|
|
15
12
|
import { ErrorStateMatcher } from '@angular/material/core';
|
|
16
13
|
import { EventEmitter } from '@angular/core';
|
|
17
|
-
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
18
14
|
import { FocusOrigin } from '@angular/cdk/a11y';
|
|
19
15
|
import { FormGroupDirective } from '@angular/forms';
|
|
20
16
|
import * as i0 from '@angular/core';
|
|
@@ -27,14 +23,12 @@ import { NgForm } from '@angular/forms';
|
|
|
27
23
|
import { OnDestroy } from '@angular/core';
|
|
28
24
|
import { Optional } from '@angular/core';
|
|
29
25
|
import { QueryList } from '@angular/core';
|
|
30
|
-
import { StepperOptions } from '@angular/cdk/stepper';
|
|
31
26
|
import { StepperOrientation } from '@angular/cdk/stepper';
|
|
32
27
|
import { StepState } from '@angular/cdk/stepper';
|
|
33
28
|
import { Subject } from 'rxjs';
|
|
34
29
|
import { TemplatePortal } from '@angular/cdk/portal';
|
|
35
30
|
import { TemplateRef } from '@angular/core';
|
|
36
31
|
import { ThemePalette } from '@angular/material/core';
|
|
37
|
-
import { ViewContainerRef } from '@angular/core';
|
|
38
32
|
|
|
39
33
|
declare namespace i10 {
|
|
40
34
|
export {
|
|
@@ -103,12 +97,11 @@ export declare class MatStep extends CdkStep implements ErrorStateMatcher, After
|
|
|
103
97
|
_lazyContent: MatStepContent;
|
|
104
98
|
/** Currently-attached portal containing the lazy content. */
|
|
105
99
|
_portal: TemplatePortal;
|
|
106
|
-
constructor(stepper: MatStepper, _errorStateMatcher: ErrorStateMatcher, _viewContainerRef: ViewContainerRef, stepperOptions?: StepperOptions);
|
|
107
100
|
ngAfterContentInit(): void;
|
|
108
101
|
ngOnDestroy(): void;
|
|
109
102
|
/** Custom error state matcher that additionally checks for validity of interacted form. */
|
|
110
103
|
isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
|
|
111
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatStep,
|
|
104
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatStep, never>;
|
|
112
105
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatStep, "mat-step", ["matStep"], { "color": { "alias": "color"; "required": false; }; }, {}, ["stepLabel", "_lazyContent"], ["*"], true, never>;
|
|
113
106
|
}
|
|
114
107
|
|
|
@@ -117,7 +110,7 @@ export declare class MatStep extends CdkStep implements ErrorStateMatcher, After
|
|
|
117
110
|
*/
|
|
118
111
|
export declare class MatStepContent {
|
|
119
112
|
_template: TemplateRef<any>;
|
|
120
|
-
constructor(
|
|
113
|
+
constructor(...args: unknown[]);
|
|
121
114
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatStepContent, never>;
|
|
122
115
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MatStepContent, "ng-template[matStepContent]", never, {}, {}, never, never, true, never>;
|
|
123
116
|
}
|
|
@@ -154,7 +147,7 @@ export declare class MatStepHeader extends CdkStepHeader implements AfterViewIni
|
|
|
154
147
|
* https://material.angular.io/guide/theming#using-component-color-variants.
|
|
155
148
|
*/
|
|
156
149
|
color: ThemePalette;
|
|
157
|
-
constructor(
|
|
150
|
+
constructor(...args: unknown[]);
|
|
158
151
|
ngAfterViewInit(): void;
|
|
159
152
|
ngOnDestroy(): void;
|
|
160
153
|
/** Focuses the step header. */
|
|
@@ -218,11 +211,11 @@ export declare class MatStepper extends CdkStepper implements AfterContentInit {
|
|
|
218
211
|
private _animationDuration;
|
|
219
212
|
/** Whether the stepper is rendering on the server. */
|
|
220
213
|
protected _isServer: boolean;
|
|
221
|
-
constructor(
|
|
214
|
+
constructor(...args: unknown[]);
|
|
222
215
|
ngAfterContentInit(): void;
|
|
223
216
|
_stepIsNavigable(index: number, step: MatStep): boolean;
|
|
224
217
|
_getAnimationDuration(): string;
|
|
225
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatStepper,
|
|
218
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatStepper, never>;
|
|
226
219
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatStepper, "mat-stepper, mat-vertical-stepper, mat-horizontal-stepper, [matStepper]", ["matStepper", "matVerticalStepper", "matHorizontalStepper"], { "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "headerPosition": { "alias": "headerPosition"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; }, { "animationDone": "animationDone"; }, ["_steps", "_icons"], ["*"], true, never>;
|
|
227
220
|
}
|
|
228
221
|
|
|
@@ -242,7 +235,7 @@ export declare class MatStepperIcon {
|
|
|
242
235
|
templateRef: TemplateRef<MatStepperIconContext>;
|
|
243
236
|
/** Name of the icon to be overridden. */
|
|
244
237
|
name: StepState;
|
|
245
|
-
constructor(
|
|
238
|
+
constructor(...args: unknown[]);
|
|
246
239
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatStepperIcon, never>;
|
|
247
240
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MatStepperIcon, "ng-template[matStepperIcon]", never, { "name": { "alias": "matStepperIcon"; "required": false; }; }, {}, never, never, true, never>;
|
|
248
241
|
}
|