stepper.d.ts (material2-7.3.4) | : | stepper.d.ts (material2-7.3.5) | ||
---|---|---|---|---|
skipping to change at line 15 | skipping to change at line 15 | |||
ariaLabelledby: string; | ariaLabelledby: string; | |||
completed: boolean; | completed: boolean; | |||
content: TemplateRef<any>; | content: TemplateRef<any>; | |||
editable: boolean; | editable: boolean; | |||
errorMessage: string; | errorMessage: string; | |||
hasError: boolean; | hasError: boolean; | |||
interacted: boolean; | interacted: boolean; | |||
label: string; | label: string; | |||
optional: boolean; | optional: boolean; | |||
state: StepState; | state: StepState; | |||
stepControl: { | stepControl: FormControlLike; | |||
valid: boolean; | ||||
invalid: boolean; | ||||
pending: boolean; | ||||
reset: () => void; | ||||
}; | ||||
stepLabel: CdkStepLabel; | stepLabel: CdkStepLabel; | |||
constructor(_stepper: CdkStepper, stepperOptions?: StepperOptions); | constructor(_stepper: CdkStepper, stepperOptions?: StepperOptions); | |||
ngOnChanges(): void; | ngOnChanges(): void; | |||
reset(): void; | reset(): void; | |||
select(): void; | select(): void; | |||
} | } | |||
export declare class CdkStepHeader implements FocusableOption { | export declare class CdkStepHeader implements FocusableOption { | |||
protected _elementRef: ElementRef<HTMLElement>; | protected _elementRef: ElementRef<HTMLElement>; | |||
constructor(_elementRef: ElementRef<HTMLElement>); | constructor(_elementRef: ElementRef<HTMLElement>); | |||
End of changes. 1 change blocks. | ||||
6 lines changed or deleted | 1 lines changed or added |