@@ -24,11 +24,11 @@ import { FocusMonitor } from '@angular/cdk/a11y';
24
24
import { FocusOrigin } from ' @angular/cdk/a11y' ;
25
25
import { FormGroupDirective } from ' @angular/forms' ;
26
26
import * as i0 from ' @angular/core' ;
27
- import * as i10 from ' @angular/cdk/stepper ' ;
28
- import * as i11 from ' @angular/material/icon ' ;
29
- import * as i7 from ' @angular/material/core ' ;
30
- import * as i8 from ' @angular/common ' ;
31
- import * as i9 from ' @angular/cdk/portal ' ;
27
+ import * as i1 from ' @angular/material/core ' ;
28
+ import * as i2 from ' @angular/common ' ;
29
+ import * as i3 from ' @angular/cdk/portal ' ;
30
+ import * as i4 from ' @angular/cdk/stepper ' ;
31
+ import * as i5 from ' @angular/material/icon ' ;
32
32
import { NgForm } from ' @angular/forms' ;
33
33
import { OnDestroy } from ' @angular/core' ;
34
34
import { Optional } from ' @angular/core' ;
@@ -65,7 +65,7 @@ export class MatStep extends CdkStep implements ErrorStateMatcher, AfterContentI
65
65
_portal: TemplatePortal ;
66
66
stepLabel: MatStepLabel ;
67
67
// (undocumented)
68
- static ɵcmp: i0 .ɵɵComponentDeclaration <MatStep , " mat-step" , [" matStep" ], { " color" : { " alias" : " color" ; " required" : false ; }; }, {}, [" stepLabel" , " _lazyContent" ], [" *" ], false , never >;
68
+ static ɵcmp: i0 .ɵɵComponentDeclaration <MatStep , " mat-step" , [" matStep" ], { " color" : { " alias" : " color" ; " required" : false ; }; }, {}, [" stepLabel" , " _lazyContent" ], [" *" ], true , never >;
69
69
// (undocumented)
70
70
static ɵfac: i0 .ɵɵFactoryDeclaration <MatStep , [null , { skipSelf: true ; }, null , { optional: true ; }]>;
71
71
}
@@ -76,7 +76,7 @@ export class MatStepContent {
76
76
// (undocumented)
77
77
_template: TemplateRef <any >;
78
78
// (undocumented)
79
- static ɵdir: i0 .ɵɵDirectiveDeclaration <MatStepContent , " ng-template[matStepContent]" , never , {}, {}, never , never , false , never >;
79
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <MatStepContent , " ng-template[matStepContent]" , never , {}, {}, never , never , true , never >;
80
80
// (undocumented)
81
81
static ɵfac: i0 .ɵɵFactoryDeclaration <MatStepContent , never >;
82
82
}
@@ -110,15 +110,15 @@ export class MatStepHeader extends CdkStepHeader implements AfterViewInit, OnDes
110
110
_stringLabel(): string | null ;
111
111
_templateLabel(): MatStepLabel | null ;
112
112
// (undocumented)
113
- static ɵcmp: i0 .ɵɵComponentDeclaration <MatStepHeader , " mat-step-header" , never , { " state" : { " alias" : " state" ; " required" : false ; }; " label" : { " alias" : " label" ; " required" : false ; }; " errorMessage" : { " alias" : " errorMessage" ; " required" : false ; }; " iconOverrides" : { " alias" : " iconOverrides" ; " required" : false ; }; " index" : { " alias" : " index" ; " required" : false ; }; " selected" : { " alias" : " selected" ; " required" : false ; }; " active" : { " alias" : " active" ; " required" : false ; }; " optional" : { " alias" : " optional" ; " required" : false ; }; " disableRipple" : { " alias" : " disableRipple" ; " required" : false ; }; " color" : { " alias" : " color" ; " required" : false ; }; }, {}, never , never , false , never >;
113
+ static ɵcmp: i0 .ɵɵComponentDeclaration <MatStepHeader , " mat-step-header" , never , { " state" : { " alias" : " state" ; " required" : false ; }; " label" : { " alias" : " label" ; " required" : false ; }; " errorMessage" : { " alias" : " errorMessage" ; " required" : false ; }; " iconOverrides" : { " alias" : " iconOverrides" ; " required" : false ; }; " index" : { " alias" : " index" ; " required" : false ; }; " selected" : { " alias" : " selected" ; " required" : false ; }; " active" : { " alias" : " active" ; " required" : false ; }; " optional" : { " alias" : " optional" ; " required" : false ; }; " disableRipple" : { " alias" : " disableRipple" ; " required" : false ; }; " color" : { " alias" : " color" ; " required" : false ; }; }, {}, never , never , true , never >;
114
114
// (undocumented)
115
115
static ɵfac: i0 .ɵɵFactoryDeclaration <MatStepHeader , never >;
116
116
}
117
117
118
118
// @public (undocumented)
119
119
export class MatStepLabel extends CdkStepLabel {
120
120
// (undocumented)
121
- static ɵdir: i0 .ɵɵDirectiveDeclaration <MatStepLabel , " [matStepLabel]" , never , {}, {}, never , never , false , never >;
121
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <MatStepLabel , " [matStepLabel]" , never , {}, {}, never , never , true , never >;
122
122
// (undocumented)
123
123
static ɵfac: i0 .ɵɵFactoryDeclaration <MatStepLabel , never >;
124
124
}
@@ -146,7 +146,7 @@ export class MatStepper extends CdkStepper implements AfterContentInit {
146
146
readonly steps: QueryList <MatStep >;
147
147
_steps: QueryList <MatStep >;
148
148
// (undocumented)
149
- static ɵcmp: i0 .ɵɵComponentDeclaration <MatStepper , " mat-stepper, mat-vertical-stepper, mat-horizontal-stepper, [matStepper]" , [" matStepper" , " matVerticalStepper" , " matHorizontalStepper" ], { " selectedIndex" : { " alias" : " selectedIndex" ; " required" : false ; }; " 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" ], never , false , never >;
149
+ static ɵcmp: i0 .ɵɵComponentDeclaration <MatStepper , " mat-stepper, mat-vertical-stepper, mat-horizontal-stepper, [matStepper]" , [" matStepper" , " matVerticalStepper" , " matHorizontalStepper" ], { " selectedIndex" : { " alias" : " selectedIndex" ; " required" : false ; }; " 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" ], never , true , never >;
150
150
// (undocumented)
151
151
static ɵfac: i0 .ɵɵFactoryDeclaration <MatStepper , [{ optional: true ; }, null , null ]>;
152
152
}
@@ -164,7 +164,7 @@ export class MatStepperIcon {
164
164
// (undocumented)
165
165
templateRef: TemplateRef <MatStepperIconContext >;
166
166
// (undocumented)
167
- static ɵdir: i0 .ɵɵDirectiveDeclaration <MatStepperIcon , " ng-template[matStepperIcon]" , never , { " name" : { " alias" : " matStepperIcon" ; " required" : false ; }; }, {}, never , never , false , never >;
167
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <MatStepperIcon , " ng-template[matStepperIcon]" , never , { " name" : { " alias" : " matStepperIcon" ; " required" : false ; }; }, {}, never , never , true , never >;
168
168
// (undocumented)
169
169
static ɵfac: i0 .ɵɵFactoryDeclaration <MatStepperIcon , never >;
170
170
}
@@ -195,21 +195,21 @@ export class MatStepperModule {
195
195
// (undocumented)
196
196
static ɵinj: i0 .ɵɵInjectorDeclaration <MatStepperModule >;
197
197
// (undocumented)
198
- static ɵmod: i0 .ɵɵNgModuleDeclaration <MatStepperModule , [typeof i1 .MatStep , typeof i2 .MatStepLabel , typeof i1 . MatStepper , typeof i3 . MatStepperNext , typeof i3 . MatStepperPrevious , typeof i4 . MatStepHeader , typeof i5 . MatStepperIcon , typeof i6 . MatStepContent ], [ typeof i7 . MatCommonModule , typeof i8 .CommonModule , typeof i9 . PortalModule , typeof i10 . CdkStepperModule , typeof i11 . MatIconModule , typeof i7 . MatRippleModule ], [typeof i7 .MatCommonModule , typeof i1 .MatStep , typeof i2 .MatStepLabel , typeof i1 .MatStepper , typeof i3 .MatStepperNext , typeof i3 .MatStepperPrevious , typeof i4 .MatStepHeader , typeof i5 .MatStepperIcon , typeof i6 .MatStepContent ]>;
198
+ static ɵmod: i0 .ɵɵNgModuleDeclaration <MatStepperModule , never , [typeof i1 .MatCommonModule , typeof i2 .CommonModule , typeof i3 . PortalModule , typeof i4 . CdkStepperModule , typeof i5 . MatIconModule , typeof i1 . MatRippleModule , typeof i6 . MatStep , typeof i7 . MatStepLabel , typeof i6 . MatStepper , typeof i8 .MatStepperNext , typeof i8 . MatStepperPrevious , typeof i9 . MatStepHeader , typeof i10 . MatStepperIcon , typeof i11 . MatStepContent ], [typeof i1 .MatCommonModule , typeof i6 .MatStep , typeof i7 .MatStepLabel , typeof i6 .MatStepper , typeof i8 .MatStepperNext , typeof i8 .MatStepperPrevious , typeof i9 .MatStepHeader , typeof i10 .MatStepperIcon , typeof i11 .MatStepContent ]>;
199
199
}
200
200
201
201
// @public
202
202
export class MatStepperNext extends CdkStepperNext {
203
203
// (undocumented)
204
- static ɵdir: i0 .ɵɵDirectiveDeclaration <MatStepperNext , " button[matStepperNext]" , never , { " type" : { " alias" : " type" ; " required" : false ; }; }, {}, never , never , false , never >;
204
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <MatStepperNext , " button[matStepperNext]" , never , { " type" : { " alias" : " type" ; " required" : false ; }; }, {}, never , never , true , never >;
205
205
// (undocumented)
206
206
static ɵfac: i0 .ɵɵFactoryDeclaration <MatStepperNext , never >;
207
207
}
208
208
209
209
// @public
210
210
export class MatStepperPrevious extends CdkStepperPrevious {
211
211
// (undocumented)
212
- static ɵdir: i0 .ɵɵDirectiveDeclaration <MatStepperPrevious , " button[matStepperPrevious]" , never , { " type" : { " alias" : " type" ; " required" : false ; }; }, {}, never , never , false , never >;
212
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <MatStepperPrevious , " button[matStepperPrevious]" , never , { " type" : { " alias" : " type" ; " required" : false ; }; }, {}, never , never , true , never >;
213
213
// (undocumented)
214
214
static ɵfac: i0 .ɵɵFactoryDeclaration <MatStepperPrevious , never >;
215
215
}
0 commit comments