@@ -12,12 +12,17 @@ import { ElementRef } from '@angular/core';
12
12
import { ErrorStateMatcher } from ' @angular/material/core' ;
13
13
import { FormGroupDirective } from ' @angular/forms' ;
14
14
import * as i0 from ' @angular/core' ;
15
- import * as i2 from ' @angular/material/core' ;
16
- import * as i3 from ' @angular/material/form-field' ;
15
+ import * as i1 from ' @angular/material/core' ;
16
+ import * as i2 from ' @angular/material/form-field' ;
17
17
import * as i4 from ' @angular/cdk/text-field' ;
18
18
import { InjectionToken } from ' @angular/core' ;
19
+ import { MatError } from ' @angular/material/form-field' ;
19
20
import { MatFormField } from ' @angular/material/form-field' ;
20
21
import { MatFormFieldControl } from ' @angular/material/form-field' ;
22
+ import { MatHint } from ' @angular/material/form-field' ;
23
+ import { MatLabel } from ' @angular/material/form-field' ;
24
+ import { MatPrefix } from ' @angular/material/form-field' ;
25
+ import { MatSuffix } from ' @angular/material/form-field' ;
21
26
import { NgControl } from ' @angular/forms' ;
22
27
import { NgForm } from ' @angular/forms' ;
23
28
import { NgZone } from ' @angular/core' ;
@@ -34,6 +39,12 @@ export const MAT_INPUT_VALUE_ACCESSOR: InjectionToken<{
34
39
value: any ;
35
40
}>;
36
41
42
+ export { MatError }
43
+
44
+ export { MatFormField }
45
+
46
+ export { MatHint }
47
+
37
48
// @public (undocumented)
38
49
export class MatInput implements MatFormFieldControl <any >, OnChanges , OnDestroy , AfterViewInit , DoCheck {
39
50
constructor (_elementRef : ElementRef <HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement >, _platform : Platform , ngControl : NgControl , parentForm : NgForm , parentFormGroup : FormGroupDirective , defaultErrorStateMatcher : ErrorStateMatcher , inputValueAccessor : any , _autofillMonitor : AutofillMonitor , ngZone : NgZone , _formField ? : MatFormField | undefined );
@@ -110,7 +121,7 @@ export class MatInput implements MatFormFieldControl<any>, OnChanges, OnDestroy,
110
121
get value(): string ;
111
122
set value(value : any );
112
123
// (undocumented)
113
- static ɵdir: i0 .ɵɵDirectiveDeclaration <MatInput , " input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]" , [" matInput" ], { " disabled" : { " alias" : " disabled" ; " required" : false ; }; " id" : { " alias" : " id" ; " required" : false ; }; " placeholder" : { " alias" : " placeholder" ; " required" : false ; }; " name" : { " alias" : " name" ; " required" : false ; }; " required" : { " alias" : " required" ; " required" : false ; }; " type" : { " alias" : " type" ; " required" : false ; }; " errorStateMatcher" : { " alias" : " errorStateMatcher" ; " required" : false ; }; " userAriaDescribedBy" : { " alias" : " aria-describedby" ; " required" : false ; }; " value" : { " alias" : " value" ; " required" : false ; }; " readonly" : { " alias" : " readonly" ; " required" : false ; }; }, {}, never , never , false , never >;
124
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <MatInput , " input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]" , [" matInput" ], { " disabled" : { " alias" : " disabled" ; " required" : false ; }; " id" : { " alias" : " id" ; " required" : false ; }; " placeholder" : { " alias" : " placeholder" ; " required" : false ; }; " name" : { " alias" : " name" ; " required" : false ; }; " required" : { " alias" : " required" ; " required" : false ; }; " type" : { " alias" : " type" ; " required" : false ; }; " errorStateMatcher" : { " alias" : " errorStateMatcher" ; " required" : false ; }; " userAriaDescribedBy" : { " alias" : " aria-describedby" ; " required" : false ; }; " value" : { " alias" : " value" ; " required" : false ; }; " readonly" : { " alias" : " readonly" ; " required" : false ; }; }, {}, never , never , true , never >;
114
125
// (undocumented)
115
126
static ɵfac: i0 .ɵɵFactoryDeclaration <MatInput , [null , null , { optional: true ; self: true ; }, { optional: true ; }, { optional: true ; }, null , { optional: true ; self: true ; }, null , null , { optional: true ; }]>;
116
127
}
@@ -122,9 +133,15 @@ export class MatInputModule {
122
133
// (undocumented)
123
134
static ɵinj: i0 .ɵɵInjectorDeclaration <MatInputModule >;
124
135
// (undocumented)
125
- static ɵmod: i0 .ɵɵNgModuleDeclaration <MatInputModule , [typeof i1 .MatInput ], [ typeof i2 .MatCommonModule , typeof i3 .MatFormFieldModule ], [typeof i1 .MatInput , typeof i3 .MatFormFieldModule , typeof i4 .TextFieldModule , typeof i2 .MatCommonModule ]>;
136
+ static ɵmod: i0 .ɵɵNgModuleDeclaration <MatInputModule , never , [typeof i1 .MatCommonModule , typeof i2 .MatFormFieldModule , typeof i3 .MatInput ], [typeof i3 .MatInput , typeof i2 .MatFormFieldModule , typeof i4 .TextFieldModule , typeof i1 .MatCommonModule ]>;
126
137
}
127
138
139
+ export { MatLabel }
140
+
141
+ export { MatPrefix }
142
+
143
+ export { MatSuffix }
144
+
128
145
// (No @packageDocumentation comment for this package)
129
146
130
147
```
0 commit comments