@@ -55,7 +55,7 @@ export const MAT_CHIPS_DEFAULT_OPTIONS: InjectionToken<MatChipsDefaultOptions>;
55
55
56
56
// @public
57
57
export class MatChip implements OnInit, AfterViewInit, AfterContentInit, DoCheck, OnDestroy {
58
- constructor (_changeDetectorRef : ChangeDetectorRef , _elementRef : ElementRef <HTMLElement >, _ngZone : NgZone , _focusMonitor : FocusMonitor , _document : any , animationMode ? : string , _globalRippleOptions ? : RippleGlobalOptions | undefined , tabIndex ? : string );
58
+ constructor(_changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef<HTMLElement>, _ngZone: NgZone, _focusMonitor: FocusMonitor, _document: any, animationMode?: string, _globalRippleOptions?: RippleGlobalOptions | undefined);
59
59
protected _allLeadingIcons: QueryList<MatChipAvatar>;
60
60
protected _allRemoveIcons: QueryList<MatChipRemove>;
61
61
protected _allTrailingIcons: QueryList<MatChipTrailingIcon>;
@@ -77,7 +77,6 @@ export class MatChip implements OnInit, AfterViewInit, AfterContentInit, DoCheck
77
77
focus(): void;
78
78
_getActions(): MatChipAction[];
79
79
_getSourceAction(target: Node): MatChipAction | undefined;
80
- _getTabIndex(): number | null ;
81
80
_handleKeydown(event: KeyboardEvent): void;
82
81
_handlePrimaryActionInteraction(): void;
83
82
// (undocumented)
@@ -99,8 +98,6 @@ export class MatChip implements OnInit, AfterViewInit, AfterContentInit, DoCheck
99
98
// (undocumented)
100
99
static ngAcceptInputType_removable: unknown;
101
100
// (undocumented)
102
- static ngAcceptInputType_tabIndex: unknown ;
103
- // (undocumented)
104
101
ngAfterContentInit(): void;
105
102
// (undocumented)
106
103
ngAfterViewInit(): void;
@@ -124,16 +121,15 @@ export class MatChip implements OnInit, AfterViewInit, AfterContentInit, DoCheck
124
121
set ripple(v: MatRipple);
125
122
_rippleLoader: MatRippleLoader;
126
123
role: string | null;
127
- tabIndex: number ;
128
124
trailingIcon: MatChipTrailingIcon;
129
125
get value(): any;
130
126
set value(value: any);
131
127
// (undocumented)
132
128
protected _value: any;
133
129
// (undocumented)
134
- static ɵcmp: i0.ɵɵComponentDeclaration<MatChip, "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", ["matChip"], { "role": { "alias": "role"; "required": false; }; "id": { "alias": "id"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaDescription": { "alias": "aria-description"; "required": false; }; "value": { "alias": "value"; "required": false; }; "color": { "alias": "color"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "highlighted": { "alias": "highlighted"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, { "removed": "removed"; "destroyed": "destroyed"; }, ["leadingIcon", "trailingIcon", "removeIcon", "_allLeadingIcons", "_allTrailingIcons", "_allRemoveIcons"], ["mat-chip-avatar, [matChipAvatar]", "*", "mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"], true, never>;
130
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatChip, "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", ["matChip"], { "role": { "alias": "role"; "required": false; }; "id": { "alias": "id"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaDescription": { "alias": "aria-description"; "required": false; }; "value": { "alias": "value"; "required": false; }; "color": { "alias": "color"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "highlighted": { "alias": "highlighted"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "removed": "removed"; "destroyed": "destroyed"; }, ["leadingIcon", "trailingIcon", "removeIcon", "_allLeadingIcons", "_allTrailingIcons", "_allRemoveIcons"], ["mat-chip-avatar, [matChipAvatar]", "*", "mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"], true, never>;
135
131
// (undocumented)
136
- static ɵfac: i0 .ɵɵFactoryDeclaration <MatChip , [null , null , null , null , null , { optional: true ; }, { optional: true ; }, { attribute : " tabindex " ; } ]>;
132
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatChip, [null, null, null, null, null, { optional: true; }, { optional: true; }]>;
137
133
}
138
134
139
135
// @public
0 commit comments