@@ -81,8 +81,8 @@ export class MatFormField implements FloatingLabelParent, AfterContentInit, Afte
8181 get appearance(): MatFormFieldAppearance ;
8282 set appearance(value : MatFormFieldAppearance );
8383 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 >);
8686 // (undocumented)
8787 _elementRef: ElementRef <any >;
8888 // (undocumented)
@@ -93,7 +93,7 @@ export class MatFormField implements FloatingLabelParent, AfterContentInit, Afte
9393 set floatLabel(value : FloatLabelType );
9494 _forceDisplayInfixLabel(): boolean | 0 ;
9595 // (undocumented)
96- _formFieldControl: MatFormFieldControl_2 <any >;
96+ _formFieldControl: MatFormFieldControl <any >;
9797 getConnectedOverlayOrigin(): ElementRef ;
9898 getLabelId: i0 .Signal <string | null >;
9999 _getSubscriptMessageType(): ' error' | ' hint' ;
@@ -247,7 +247,7 @@ export class MatPrefix {
247247}
248248
249249// @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 > {
251251 constructor (... args : unknown []);
252252 // (undocumented)
253253 protected _animationsDisabled: boolean ;
@@ -387,11 +387,6 @@ export class MatSelect implements AfterContentInit, OnChanges, OnDestroy, OnInit
387387 static ɵfac: i0 .ɵɵFactoryDeclaration <MatSelect , never >;
388388}
389389
390- // @public @deprecated
391- export const matSelectAnimations: {
392- readonly transformPanel: any ;
393- };
394-
395390// @public
396391export class MatSelectChange <T = any > {
397392 constructor (
0 commit comments