Skip to content

Commit 2315b5c

Browse files
committed
fixup! feat(selection-list): support specifying theme color
Update goldens
1 parent a44ecd3 commit 2315b5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/public_api_guard/lib/list.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export declare class MatListOption extends _MatListOptionMixinBase implements Af
4848
_lines: QueryList<MatLine>;
4949
_text: ElementRef;
5050
checkboxPosition: 'before' | 'after';
51+
color: ThemePalette;
5152
disabled: any;
5253
selected: boolean;
5354
selectionList: MatSelectionList;
@@ -84,6 +85,7 @@ export declare class MatNavList extends _MatListMixinBase implements CanDisableR
8485
export declare class MatSelectionList extends _MatSelectionListMixinBase implements FocusableOption, CanDisableRipple, AfterContentInit, ControlValueAccessor, OnDestroy, OnChanges {
8586
_keyManager: FocusKeyManager<MatListOption>;
8687
_onTouched: () => void;
88+
color: ThemePalette;
8789
compareWith: (o1: any, o2: any) => boolean;
8890
disabled: boolean;
8991
options: QueryList<MatListOption>;

0 commit comments

Comments
 (0)