@@ -21,6 +21,7 @@ export declare class MatChip extends _MatChipMixinBase implements FocusableOptio
21
21
readonly removed : EventEmitter < MatChipEvent > ;
22
22
rippleConfig : RippleConfig & RippleGlobalOptions ;
23
23
get rippleDisabled ( ) : boolean ;
24
+ role : string ;
24
25
get selectable ( ) : boolean ;
25
26
set selectable ( value : boolean ) ;
26
27
get selected ( ) : boolean ;
@@ -46,7 +47,7 @@ export declare class MatChip extends _MatChipMixinBase implements FocusableOptio
46
47
static ngAcceptInputType_removable : BooleanInput ;
47
48
static ngAcceptInputType_selectable : BooleanInput ;
48
49
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" ] > ;
50
51
static ɵfac : i0 . ɵɵFactoryDef < MatChip , [ null , null , null , { optional : true ; } , { optional : true ; } , null , { attribute : "tabindex" ; } , { optional : true ; } ] > ;
51
52
}
52
53
@@ -134,6 +135,7 @@ export declare class MatChipList extends _MatChipListMixinBase implements MatFor
134
135
get required ( ) : boolean ;
135
136
set required ( value : boolean ) ;
136
137
get role ( ) : string | null ;
138
+ set role ( role : string | null ) ;
137
139
get selectable ( ) : boolean ;
138
140
set selectable ( value : boolean ) ;
139
141
get selected ( ) : MatChip [ ] | MatChip ;
@@ -168,7 +170,7 @@ export declare class MatChipList extends _MatChipListMixinBase implements MatFor
168
170
static ngAcceptInputType_multiple : BooleanInput ;
169
171
static ngAcceptInputType_required : BooleanInput ;
170
172
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" ] , [ "*" ] > ;
172
174
static ɵfac : i0 . ɵɵFactoryDef < MatChipList , [ null , null , { optional : true ; } , { optional : true ; } , { optional : true ; } , null , { optional : true ; self : true ; } ] > ;
173
175
}
174
176
0 commit comments