list.d.ts (material2-7.3.2) | : | list.d.ts (material2-7.3.3) | ||
---|---|---|---|---|
skipping to change at line 84 | skipping to change at line 84 | |||
export declare class MatListSubheaderCssMatStyler { | export declare class MatListSubheaderCssMatStyler { | |||
} | } | |||
export declare class MatNavList extends _MatListMixinBase implements CanDisableR ipple, OnChanges, OnDestroy { | export declare class MatNavList extends _MatListMixinBase implements CanDisableR ipple, OnChanges, OnDestroy { | |||
_stateChanges: Subject<void>; | _stateChanges: Subject<void>; | |||
ngOnChanges(): void; | ngOnChanges(): void; | |||
ngOnDestroy(): void; | ngOnDestroy(): void; | |||
} | } | |||
export declare class MatSelectionList extends _MatSelectionListMixinBase impleme nts FocusableOption, CanDisableRipple, AfterContentInit, ControlValueAccessor, O nDestroy { | export declare class MatSelectionList extends _MatSelectionListMixinBase impleme nts FocusableOption, CanDisableRipple, AfterContentInit, ControlValueAccessor, O nDestroy, OnChanges { | |||
_keyManager: FocusKeyManager<MatListOption>; | _keyManager: FocusKeyManager<MatListOption>; | |||
_onTouched: () => void; | _onTouched: () => void; | |||
compareWith: (o1: any, o2: any) => boolean; | compareWith: (o1: any, o2: any) => boolean; | |||
disabled: boolean; | disabled: boolean; | |||
options: QueryList<MatListOption>; | options: QueryList<MatListOption>; | |||
selectedOptions: SelectionModel<MatListOption>; | selectedOptions: SelectionModel<MatListOption>; | |||
readonly selectionChange: EventEmitter<MatSelectionListChange>; | readonly selectionChange: EventEmitter<MatSelectionListChange>; | |||
tabIndex: number; | tabIndex: number; | |||
constructor(_element: ElementRef<HTMLElement>, tabIndex: string); | constructor(_element: ElementRef<HTMLElement>, tabIndex: string); | |||
_emitChangeEvent(option: MatListOption): void; | _emitChangeEvent(option: MatListOption): void; | |||
_keydown(event: KeyboardEvent): void; | _keydown(event: KeyboardEvent): void; | |||
_removeOptionFromList(option: MatListOption): MatListOption | null; | _removeOptionFromList(option: MatListOption): MatListOption | null; | |||
_reportValueChange(): void; | _reportValueChange(): void; | |||
_setFocusedOption(option: MatListOption): void; | _setFocusedOption(option: MatListOption): void; | |||
deselectAll(): void; | deselectAll(): void; | |||
focus(): void; | focus(): void; | |||
ngAfterContentInit(): void; | ngAfterContentInit(): void; | |||
ngOnChanges(changes: SimpleChanges): void; | ||||
ngOnDestroy(): void; | ngOnDestroy(): void; | |||
registerOnChange(fn: (value: any) => void): void; | registerOnChange(fn: (value: any) => void): void; | |||
registerOnTouched(fn: () => void): void; | registerOnTouched(fn: () => void): void; | |||
selectAll(): void; | selectAll(): void; | |||
setDisabledState(isDisabled: boolean): void; | setDisabledState(isDisabled: boolean): void; | |||
writeValue(values: string[]): void; | writeValue(values: string[]): void; | |||
} | } | |||
export declare class MatSelectionListBase { | export declare class MatSelectionListBase { | |||
} | } | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |