@@ -25,6 +25,7 @@ export declare class MatChip extends _MatChipMixinBase implements FocusableOptio
2525 readonly removed : EventEmitter < MatChipEvent > ;
2626 rippleConfig : RippleConfig & RippleGlobalOptions ;
2727 get rippleDisabled ( ) : boolean ;
28+ role : string ;
2829 get selectable ( ) : boolean ;
2930 set selectable ( value : boolean ) ;
3031 get selected ( ) : boolean ;
@@ -50,7 +51,7 @@ export declare class MatChip extends _MatChipMixinBase implements FocusableOptio
5051 static ngAcceptInputType_removable : BooleanInput ;
5152 static ngAcceptInputType_selectable : BooleanInput ;
5253 static ngAcceptInputType_selected : BooleanInput ;
53- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < 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" ] > ;
54+ static ɵdir : i0 . ɵɵDirectiveDefWithMeta < 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" ] > ;
5455 static ɵfac : i0 . ɵɵFactoryDef < MatChip , [ null , null , null , { optional : true ; } , { optional : true ; } , null , { attribute : "tabindex" ; } , { optional : true ; } ] > ;
5556}
5657
@@ -138,6 +139,7 @@ export declare class MatChipList extends _MatChipListMixinBase implements MatFor
138139 get required ( ) : boolean ;
139140 set required ( value : boolean ) ;
140141 get role ( ) : string | null ;
142+ set role ( role : string | null ) ;
141143 get selectable ( ) : boolean ;
142144 set selectable ( value : boolean ) ;
143145 get selected ( ) : MatChip [ ] | MatChip ;
@@ -172,7 +174,7 @@ export declare class MatChipList extends _MatChipListMixinBase implements MatFor
172174 static ngAcceptInputType_multiple : BooleanInput ;
173175 static ngAcceptInputType_required : BooleanInput ;
174176 static ngAcceptInputType_selectable : BooleanInput ;
175- 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" ] , [ "*" ] > ;
177+ 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" ] , [ "*" ] > ;
176178 static ɵfac : i0 . ɵɵFactoryDef < MatChipList , [ null , null , { optional : true ; } , { optional : true ; } , { optional : true ; } , null , { optional : true ; self : true ; } ] > ;
177179}
178180
0 commit comments