- Timestamp:
- 02/06/22 18:15:51 (3 years ago)
- Branches:
- master
- Children:
- 571e0df
- Parents:
- 76712b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/material/stepper/stepper.d.ts
r76712b2 r6fe77af 18 18 import { MatStepperIcon, MatStepperIconContext } from './stepper-icon'; 19 19 import { MatStepContent } from './step-content'; 20 import * as ɵngcc0 from '@angular/core'; 20 21 export declare class MatStep extends CdkStep implements ErrorStateMatcher, AfterContentInit, OnDestroy { 21 22 private _errorStateMatcher; … … 35 36 /** Custom error state matcher that additionally checks for validity of interacted form. */ 36 37 isErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null): boolean; 38 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStep, [null, { skipSelf: true; }, null, { optional: true; }]>; 39 static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatStep, "mat-step", ["matStep"], { "color": "color"; }, {}, ["stepLabel", "_lazyContent"], ["*"]>; 37 40 } 38 41 /** … … 55 58 */ 56 59 export declare class MatHorizontalStepper extends _MatProxyStepperBase { 60 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatHorizontalStepper, never>; 61 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatHorizontalStepper, "mat-horizontal-stepper", never, {}, {}, never>; 57 62 } 58 63 /** … … 61 66 */ 62 67 export declare class MatVerticalStepper extends _MatProxyStepperBase { 68 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatVerticalStepper, never>; 69 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatVerticalStepper, "mat-vertical-stepper", never, {}, {}, never>; 63 70 } 64 71 export declare class MatStepper extends CdkStepper implements AfterContentInit { … … 89 96 ngAfterContentInit(): void; 90 97 _stepIsNavigable(index: number, step: MatStep): boolean; 98 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepper, [{ optional: true; }, null, null, null]>; 99 static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatStepper, "mat-stepper, mat-vertical-stepper, mat-horizontal-stepper, [matStepper]", ["matStepper", "matVerticalStepper", "matHorizontalStepper"], { "selectedIndex": "selectedIndex"; "labelPosition": "labelPosition"; "disableRipple": "disableRipple"; "color": "color"; }, { "animationDone": "animationDone"; }, ["_steps", "_icons"], never>; 91 100 } 92 101 export {}; 102 103 //# sourceMappingURL=stepper.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.