@@ -13,6 +13,7 @@ import { BooleanInput } from '@angular/cdk/coercion';
13
13
import { ChangeDetectorRef } from ' @angular/core' ;
14
14
import { Directionality } from ' @angular/cdk/bidi' ;
15
15
import { ElementRef } from ' @angular/core' ;
16
+ import { EventEmitter } from ' @angular/core' ;
16
17
import * as i0 from ' @angular/core' ;
17
18
import * as i10 from ' @angular/material/core' ;
18
19
import * as i11 from ' @angular/common' ;
@@ -66,7 +67,8 @@ export class MatError {
66
67
67
68
// @public
68
69
export class MatFormField implements AfterContentInit , AfterContentChecked , AfterViewInit , OnDestroy {
69
- constructor (_elementRef : ElementRef , _changeDetectorRef : ChangeDetectorRef , _ngZone : NgZone , _dir : Directionality , _platform : Platform , _defaults ? : MatFormFieldDefaultOptions | undefined , _animationMode ? : string | undefined , _document ? : any );
70
+ constructor (_elementRef : ElementRef , _changeDetectorRef : ChangeDetectorRef , _ngZone : NgZone , _dir : Directionality , _platform : Platform , _defaults ? : MatFormFieldDefaultOptions | undefined , _animationMode ? : string | undefined ,
71
+ _unusedDocument ? : any );
70
72
_animateAndLockLabel(): void ;
71
73
// (undocumented)
72
74
_animationMode? : string | undefined ;
@@ -117,7 +119,6 @@ export class MatFormField implements AfterContentInit, AfterContentChecked, Afte
117
119
_labelChildStatic: MatLabel | undefined ;
118
120
// (undocumented)
119
121
readonly _labelId: string ;
120
- _labelWidth: number ;
121
122
// (undocumented)
122
123
_lineRipple: MatFormFieldLineRipple | undefined ;
123
124
// (undocumented)
0 commit comments