@@ -181,7 +181,6 @@ export interface MatChipInputEvent {
181
181
export class MatChipList extends _MatChipListBase implements MatFormFieldControl <any >, ControlValueAccessor , AfterContentInit , DoCheck , OnInit , OnDestroy , CanUpdateErrorState {
182
182
constructor (_elementRef : ElementRef <HTMLElement >, _changeDetectorRef : ChangeDetectorRef , _dir : Directionality , _parentForm : NgForm , _parentFormGroup : FormGroupDirective , _defaultErrorStateMatcher : ErrorStateMatcher , ngControl : NgControl );
183
183
_allowFocusEscape(): void ;
184
- _ariaDescribedby: string ;
185
184
ariaOrientation: ' horizontal' | ' vertical' ;
186
185
_blur(): void ;
187
186
readonly change: EventEmitter <MatChipListChange >;
@@ -255,6 +254,7 @@ export class MatChipList extends _MatChipListBase implements MatFormFieldControl
255
254
_uid: string ;
256
255
protected _updateFocusForDestroyedChips(): void ;
257
256
protected _updateTabIndex(): void ;
257
+ userAriaDescribedBy: string ;
258
258
_userTabIndex: number | null ;
259
259
get value(): any ;
260
260
set value(value : any );
@@ -264,7 +264,7 @@ export class MatChipList extends _MatChipListBase implements MatFormFieldControl
264
264
// (undocumented)
265
265
writeValue(value : any ): void ;
266
266
// (undocumented)
267
- static ɵcmp: i0 .ɵɵComponentDeclaration <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" ], [" *" ]>;
267
+ static ɵcmp: i0 .ɵɵComponentDeclaration <MatChipList , " mat-chip-list" , [" matChipList" ], { " userAriaDescribedBy " : " aria-describedby " ; " 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" ], [" *" ]>;
268
268
// (undocumented)
269
269
static ɵfac: i0 .ɵɵFactoryDeclaration <MatChipList , [null , null , { optional: true ; }, { optional: true ; }, { optional: true ; }, null , { optional: true ; self: true ; }]>;
270
270
}
0 commit comments