@@ -25,6 +25,7 @@ export declare class MatChip extends _MatChipMixinBase implements FocusableOptio
25
25
readonly removed : EventEmitter < MatChipEvent > ;
26
26
rippleConfig : RippleConfig & RippleGlobalOptions ;
27
27
get rippleDisabled ( ) : boolean ;
28
+ role : string ;
28
29
get selectable ( ) : boolean ;
29
30
set selectable ( value : boolean ) ;
30
31
get selected ( ) : boolean ;
@@ -50,7 +51,7 @@ export declare class MatChip extends _MatChipMixinBase implements FocusableOptio
50
51
static ngAcceptInputType_removable : BooleanInput ;
51
52
static ngAcceptInputType_selectable : BooleanInput ;
52
53
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" ] > ;
54
55
static ɵfac : i0 . ɵɵFactoryDef < MatChip , [ null , null , null , { optional : true ; } , { optional : true ; } , null , { attribute : "tabindex" ; } , { optional : true ; } ] > ;
55
56
}
56
57
@@ -138,6 +139,7 @@ export declare class MatChipList extends _MatChipListMixinBase implements MatFor
138
139
get required ( ) : boolean ;
139
140
set required ( value : boolean ) ;
140
141
get role ( ) : string | null ;
142
+ set role ( role : string | null ) ;
141
143
get selectable ( ) : boolean ;
142
144
set selectable ( value : boolean ) ;
143
145
get selected ( ) : MatChip [ ] | MatChip ;
@@ -172,7 +174,7 @@ export declare class MatChipList extends _MatChipListMixinBase implements MatFor
172
174
static ngAcceptInputType_multiple : BooleanInput ;
173
175
static ngAcceptInputType_required : BooleanInput ;
174
176
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" ] , [ "*" ] > ;
176
178
static ɵfac : i0 . ɵɵFactoryDef < MatChipList , [ null , null , { optional : true ; } , { optional : true ; } , { optional : true ; } , null , { optional : true ; self : true ; } ] > ;
177
179
}
178
180
0 commit comments