@@ -21,6 +21,7 @@ export declare class MatChip extends _MatChipMixinBase implements FocusableOptio
2121 readonly removed : EventEmitter < MatChipEvent > ;
2222 rippleConfig : RippleConfig & RippleGlobalOptions ;
2323 get rippleDisabled ( ) : boolean ;
24+ role : string ;
2425 get selectable ( ) : boolean ;
2526 set selectable ( value : boolean ) ;
2627 get selected ( ) : boolean ;
@@ -46,7 +47,7 @@ export declare class MatChip extends _MatChipMixinBase implements FocusableOptio
4647 static ngAcceptInputType_removable : BooleanInput ;
4748 static ngAcceptInputType_selectable : BooleanInput ;
4849 static ngAcceptInputType_selected : BooleanInput ;
49- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < MatChip , "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]" , [ "matChip" ] , { "color" : "color" ; "disabled" : "disabled" ; "disableRipple" : "disableRipple" ; "tabIndex" : "tabIndex" ; "selected" : "selected" ; "value" : "value" ; "selectable" : "selectable" ; "removable" : "removable" ; } , { "selectionChange" : "selectionChange" ; "destroyed" : "destroyed" ; "removed" : "removed" ; } , [ "avatar" , "trailingIcon" , "removeIcon" ] > ;
50+ static ɵdir : i0 . ɵɵDirectiveDefWithMeta < MatChip , "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]" , [ "matChip" ] , { "color" : "color" ; "disabled" : "disabled" ; "disableRipple" : "disableRipple" ; "tabIndex" : "tabIndex" ; "role" : "role" ; " selected" : "selected" ; "value" : "value" ; "selectable" : "selectable" ; "removable" : "removable" ; } , { "selectionChange" : "selectionChange" ; "destroyed" : "destroyed" ; "removed" : "removed" ; } , [ "avatar" , "trailingIcon" , "removeIcon" ] > ;
5051 static ɵfac : i0 . ɵɵFactoryDef < MatChip > ;
5152}
5253
@@ -134,6 +135,7 @@ export declare class MatChipList extends _MatChipListMixinBase implements MatFor
134135 get required ( ) : boolean ;
135136 set required ( value : boolean ) ;
136137 get role ( ) : string | null ;
138+ set role ( role : string | null ) ;
137139 get selectable ( ) : boolean ;
138140 set selectable ( value : boolean ) ;
139141 get selected ( ) : MatChip [ ] | MatChip ;
@@ -168,7 +170,7 @@ export declare class MatChipList extends _MatChipListMixinBase implements MatFor
168170 static ngAcceptInputType_multiple : BooleanInput ;
169171 static ngAcceptInputType_required : BooleanInput ;
170172 static ngAcceptInputType_selectable : BooleanInput ;
171- static ɵcmp : i0 . ɵɵComponentDefWithMeta < MatChipList , "mat-chip-list" , [ "matChipList" ] , { "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" ] > ;
173+ static ɵcmp : i0 . ɵɵComponentDefWithMeta < MatChipList , "mat-chip-list" , [ "matChipList" ] , { "role" : "role" ; " 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" ] > ;
172174 static ɵfac : i0 . ɵɵFactoryDef < MatChipList > ;
173175}
174176
0 commit comments