@@ -81,8 +81,8 @@ export class MatFormField implements FloatingLabelParent, AfterContentInit, Afte
81
81
get appearance(): MatFormFieldAppearance ;
82
82
set appearance(value : MatFormFieldAppearance );
83
83
color: ThemePalette ;
84
- get _control(): MatFormFieldControl_2 <any >;
85
- set _control(value : MatFormFieldControl_2 <any >);
84
+ get _control(): MatFormFieldControl <any >;
85
+ set _control(value : MatFormFieldControl <any >);
86
86
// (undocumented)
87
87
_elementRef: ElementRef <any >;
88
88
// (undocumented)
@@ -93,7 +93,7 @@ export class MatFormField implements FloatingLabelParent, AfterContentInit, Afte
93
93
set floatLabel(value : FloatLabelType );
94
94
_forceDisplayInfixLabel(): boolean | 0 ;
95
95
// (undocumented)
96
- _formFieldControl: MatFormFieldControl_2 <any >;
96
+ _formFieldControl: MatFormFieldControl <any >;
97
97
getConnectedOverlayOrigin(): ElementRef ;
98
98
getLabelId: i0 .Signal <string | null >;
99
99
_getSubscriptMessageType(): ' error' | ' hint' ;
@@ -247,7 +247,7 @@ export class MatPrefix {
247
247
}
248
248
249
249
// @public (undocumented)
250
- export class MatSelect implements AfterContentInit , OnChanges , OnDestroy , OnInit , DoCheck , ControlValueAccessor , MatFormFieldControl <any > {
250
+ export class MatSelect implements AfterContentInit , OnChanges , OnDestroy , OnInit , DoCheck , ControlValueAccessor , MatFormFieldControl_2 <any > {
251
251
constructor (... args : unknown []);
252
252
// (undocumented)
253
253
protected _animationsDisabled: boolean ;
@@ -387,11 +387,6 @@ export class MatSelect implements AfterContentInit, OnChanges, OnDestroy, OnInit
387
387
static ɵfac: i0 .ɵɵFactoryDeclaration <MatSelect , never >;
388
388
}
389
389
390
- // @public @deprecated
391
- export const matSelectAnimations: {
392
- readonly transformPanel: any ;
393
- };
394
-
395
390
// @public
396
391
export class MatSelectChange <T = any > {
397
392
constructor (
0 commit comments