@@ -90,6 +90,7 @@ export class MatChip extends _MatChipMixinBase implements FocusableOption, OnDes
90
90
removeIcon: MatChipRemove ;
91
91
rippleConfig: RippleConfig & RippleGlobalOptions ;
92
92
get rippleDisabled(): boolean ;
93
+ role: string ;
93
94
select(): void ;
94
95
get selectable(): boolean ;
95
96
set selectable(value : BooleanInput );
@@ -108,7 +109,7 @@ export class MatChip extends _MatChipMixinBase implements FocusableOption, OnDes
108
109
// (undocumented)
109
110
protected _value: any ;
110
111
// (undocumented)
111
- static ɵdir: i0 .ɵɵDirectiveDeclaration <MatChip , " mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]" , [" matChip" ], { " color" : " color" ; " disableRipple" : " disableRipple" ; " tabIndex" : " tabIndex" ; " selected" : " selected" ; " value" : " value" ; " selectable" : " selectable" ; " disabled" : " disabled" ; " removable" : " removable" ; }, { " selectionChange" : " selectionChange" ; " destroyed" : " destroyed" ; " removed" : " removed" ; }, [" avatar" , " trailingIcon" , " removeIcon" ]>;
112
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <MatChip , " mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]" , [" matChip" ], { " color" : " color" ; " disableRipple" : " disableRipple" ; " tabIndex" : " tabIndex" ; " role " : " role " ; " selected" : " selected" ; " value" : " value" ; " selectable" : " selectable" ; " disabled" : " disabled" ; " removable" : " removable" ; }, { " selectionChange" : " selectionChange" ; " destroyed" : " destroyed" ; " removed" : " removed" ; }, [" avatar" , " trailingIcon" , " removeIcon" ]>;
112
113
// (undocumented)
113
114
static ɵfac: i0 .ɵɵFactoryDeclaration <MatChip , [null , null , null , { optional: true ; }, null , null , { optional: true ; }, { attribute: " tabindex" ; }]>;
114
115
}
@@ -235,6 +236,7 @@ export class MatChipList extends _MatChipListBase implements MatFormFieldControl
235
236
// (undocumented)
236
237
protected _required: boolean | undefined ;
237
238
get role(): string | null ;
239
+ set role(role : string | null );
238
240
get selectable(): boolean ;
239
241
set selectable(value : BooleanInput );
240
242
// (undocumented)
@@ -264,7 +266,7 @@ export class MatChipList extends _MatChipListBase implements MatFormFieldControl
264
266
// (undocumented)
265
267
writeValue(value : any ): void ;
266
268
// (undocumented)
267
- static ɵcmp: i0 .ɵɵComponentDeclaration <MatChipList , " mat-chip-list" , [" matChipList" ], { " userAriaDescribedBy" : " aria-describedby" ; " errorStateMatcher" : " errorStateMatcher" ; " multiple" : " multiple" ; " compareWith" : " compareWith" ; " value" : " value" ; " required" : " required" ; " placeholder" : " placeholder" ; " disabled" : " disabled" ; " ariaOrientation" : " aria-orientation" ; " selectable" : " selectable" ; " tabIndex" : " tabIndex" ; }, { " change" : " change" ; " valueChange" : " valueChange" ; }, [" chips" ], [" *" ]>;
269
+ static ɵcmp: i0 .ɵɵComponentDeclaration <MatChipList , " mat-chip-list" , [" matChipList" ], { " role " : " role " ; " userAriaDescribedBy" : " aria-describedby" ; " errorStateMatcher" : " errorStateMatcher" ; " multiple" : " multiple" ; " compareWith" : " compareWith" ; " value" : " value" ; " required" : " required" ; " placeholder" : " placeholder" ; " disabled" : " disabled" ; " ariaOrientation" : " aria-orientation" ; " selectable" : " selectable" ; " tabIndex" : " tabIndex" ; }, { " change" : " change" ; " valueChange" : " valueChange" ; }, [" chips" ], [" *" ]>;
268
270
// (undocumented)
269
271
static ɵfac: i0 .ɵɵFactoryDeclaration <MatChipList , [null , null , { optional: true ; }, { optional: true ; }, { optional: true ; }, null , { optional: true ; self: true ; }]>;
270
272
}
0 commit comments