@@ -114,7 +114,6 @@ export const matSelectAnimations: {
114
114
// @public
115
115
export abstract class _MatSelectBase <C > extends _MatSelectMixinBase implements AfterContentInit , OnChanges , OnDestroy , OnInit , DoCheck , ControlValueAccessor , CanDisable , HasTabIndex , MatFormFieldControl <any >, CanUpdateErrorState , CanDisableRipple {
116
116
constructor (_viewportRuler : ViewportRuler , _changeDetectorRef : ChangeDetectorRef , _ngZone : NgZone , _defaultErrorStateMatcher : ErrorStateMatcher , elementRef : ElementRef , _dir : Directionality , _parentForm : NgForm , _parentFormGroup : FormGroupDirective , _parentFormField : MatFormField , ngControl : NgControl , tabIndex : string , scrollStrategyFactory : any , _liveAnnouncer : LiveAnnouncer , _defaultOptions ? : MatSelectConfig | undefined );
117
- _ariaDescribedby: string ;
118
117
ariaLabel: string ;
119
118
ariaLabelledby: string ;
120
119
protected _canOpen(): boolean ;
@@ -203,6 +202,7 @@ export abstract class _MatSelectBase<C> extends _MatSelectMixinBase implements A
203
202
get triggerValue(): string ;
204
203
get typeaheadDebounceInterval(): number ;
205
204
set typeaheadDebounceInterval(value : NumberInput );
205
+ userAriaDescribedBy: string ;
206
206
get value(): any ;
207
207
set value(newValue : any );
208
208
readonly valueChange: EventEmitter <any >;
@@ -211,7 +211,7 @@ export abstract class _MatSelectBase<C> extends _MatSelectMixinBase implements A
211
211
protected _viewportRuler: ViewportRuler ;
212
212
writeValue(value : any ): void ;
213
213
// (undocumented)
214
- static ɵdir: i0 .ɵɵDirectiveDeclaration <_MatSelectBase <any >, never , never , { " panelClass" : " panelClass" ; " placeholder" : " placeholder" ; " required" : " required" ; " multiple" : " multiple" ; " disableOptionCentering" : " disableOptionCentering" ; " compareWith" : " compareWith" ; " value" : " value" ; " ariaLabel" : " aria-label" ; " ariaLabelledby" : " aria-labelledby" ; " errorStateMatcher" : " errorStateMatcher" ; " typeaheadDebounceInterval" : " typeaheadDebounceInterval" ; " sortComparator" : " sortComparator" ; " id" : " id" ; }, { " openedChange" : " openedChange" ; " _openedStream" : " opened" ; " _closedStream" : " closed" ; " selectionChange" : " selectionChange" ; " valueChange" : " valueChange" ; }, never >;
214
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <_MatSelectBase <any >, never , never , { " userAriaDescribedBy " : " aria-describedby " ; " panelClass" : " panelClass" ; " placeholder" : " placeholder" ; " required" : " required" ; " multiple" : " multiple" ; " disableOptionCentering" : " disableOptionCentering" ; " compareWith" : " compareWith" ; " value" : " value" ; " ariaLabel" : " aria-label" ; " ariaLabelledby" : " aria-labelledby" ; " errorStateMatcher" : " errorStateMatcher" ; " typeaheadDebounceInterval" : " typeaheadDebounceInterval" ; " sortComparator" : " sortComparator" ; " id" : " id" ; }, { " openedChange" : " openedChange" ; " _openedStream" : " opened" ; " _closedStream" : " closed" ; " selectionChange" : " selectionChange" ; " valueChange" : " valueChange" ; }, never >;
215
215
// (undocumented)
216
216
static ɵfac: i0 .ɵɵFactoryDeclaration <_MatSelectBase <any >, [null , null , null , null , null , { optional: true ; }, { optional: true ; }, { optional: true ; }, { optional: true ; }, { optional: true ; self: true ; }, { attribute: " tabindex" ; }, null , null , { optional: true ; }]>;
217
217
}
0 commit comments