@@ -14,9 +14,9 @@ import { Directionality } from '@angular/cdk/bidi';
14
14
import { ElementRef } from ' @angular/core' ;
15
15
import { EventEmitter } from ' @angular/core' ;
16
16
import * as i0 from ' @angular/core' ;
17
- import * as i4 from ' @angular/cdk/overlay' ;
18
- import * as i5 from ' @angular/material/core' ;
19
- import * as i6 from ' @angular/common' ;
17
+ import * as i1 from ' @angular/cdk/overlay' ;
18
+ import * as i2 from ' @angular/material/core' ;
19
+ import * as i3 from ' @angular/common' ;
20
20
import * as i7 from ' @angular/cdk/scrolling' ;
21
21
import { InjectionToken } from ' @angular/core' ;
22
22
import { MatFormField } from ' @angular/material/form-field' ;
@@ -122,7 +122,7 @@ export class MatAutocomplete implements AfterContentInit, OnDestroy {
122
122
_syncParentProperties(): void ;
123
123
template: TemplateRef <any >;
124
124
// (undocumented)
125
- static ɵcmp: i0 .ɵɵComponentDeclaration <MatAutocomplete , " mat-autocomplete" , [" matAutocomplete" ], { " ariaLabel" : { " alias" : " aria-label" ; " required" : false ; }; " ariaLabelledby" : { " alias" : " aria-labelledby" ; " required" : false ; }; " displayWith" : { " alias" : " displayWith" ; " required" : false ; }; " autoActiveFirstOption" : { " alias" : " autoActiveFirstOption" ; " required" : false ; }; " autoSelectActiveOption" : { " alias" : " autoSelectActiveOption" ; " required" : false ; }; " requireSelection" : { " alias" : " requireSelection" ; " required" : false ; }; " panelWidth" : { " alias" : " panelWidth" ; " required" : false ; }; " disableRipple" : { " alias" : " disableRipple" ; " required" : false ; }; " classList" : { " alias" : " class" ; " required" : false ; }; " hideSingleSelectionIndicator" : { " alias" : " hideSingleSelectionIndicator" ; " required" : false ; }; }, { " optionSelected" : " optionSelected" ; " opened" : " opened" ; " closed" : " closed" ; " optionActivated" : " optionActivated" ; }, [" options" , " optionGroups" ], [" *" ], false , never >;
125
+ static ɵcmp: i0 .ɵɵComponentDeclaration <MatAutocomplete , " mat-autocomplete" , [" matAutocomplete" ], { " ariaLabel" : { " alias" : " aria-label" ; " required" : false ; }; " ariaLabelledby" : { " alias" : " aria-labelledby" ; " required" : false ; }; " displayWith" : { " alias" : " displayWith" ; " required" : false ; }; " autoActiveFirstOption" : { " alias" : " autoActiveFirstOption" ; " required" : false ; }; " autoSelectActiveOption" : { " alias" : " autoSelectActiveOption" ; " required" : false ; }; " requireSelection" : { " alias" : " requireSelection" ; " required" : false ; }; " panelWidth" : { " alias" : " panelWidth" ; " required" : false ; }; " disableRipple" : { " alias" : " disableRipple" ; " required" : false ; }; " classList" : { " alias" : " class" ; " required" : false ; }; " hideSingleSelectionIndicator" : { " alias" : " hideSingleSelectionIndicator" ; " required" : false ; }; }, { " optionSelected" : " optionSelected" ; " opened" : " opened" ; " closed" : " closed" ; " optionActivated" : " optionActivated" ; }, [" options" , " optionGroups" ], [" *" ], true , never >;
126
126
// (undocumented)
127
127
static ɵfac: i0 .ɵɵFactoryDeclaration <MatAutocomplete , never >;
128
128
}
@@ -149,7 +149,7 @@ export class MatAutocompleteModule {
149
149
// (undocumented)
150
150
static ɵinj: i0 .ɵɵInjectorDeclaration <MatAutocompleteModule >;
151
151
// (undocumented)
152
- static ɵmod: i0 .ɵɵNgModuleDeclaration <MatAutocompleteModule , [typeof i1 .MatAutocomplete , typeof i2 .MatAutocompleteTrigger , typeof i3 . MatAutocompleteOrigin ], [ typeof i4 . OverlayModule , typeof i5 . MatOptionModule , typeof i5 .MatCommonModule , typeof i6 .CommonModule ], [typeof i7 .CdkScrollableModule , typeof i1 .MatAutocomplete , typeof i5 .MatOptionModule , typeof i5 .MatCommonModule , typeof i2 .MatAutocompleteTrigger , typeof i3 .MatAutocompleteOrigin ]>;
152
+ static ɵmod: i0 .ɵɵNgModuleDeclaration <MatAutocompleteModule , never , [typeof i1 .OverlayModule , typeof i2 .MatOptionModule , typeof i2 . MatCommonModule , typeof i3 . CommonModule , typeof i4 . MatAutocomplete , typeof i5 .MatAutocompleteTrigger , typeof i6 .MatAutocompleteOrigin ], [typeof i7 .CdkScrollableModule , typeof i4 .MatAutocomplete , typeof i2 .MatOptionModule , typeof i2 .MatCommonModule , typeof i5 .MatAutocompleteTrigger , typeof i6 .MatAutocompleteOrigin ]>;
153
153
}
154
154
155
155
// @public
@@ -158,7 +158,7 @@ export class MatAutocompleteOrigin {
158
158
elementRef : ElementRef <HTMLElement >);
159
159
elementRef: ElementRef <HTMLElement >;
160
160
// (undocumented)
161
- static ɵdir: i0 .ɵɵDirectiveDeclaration <MatAutocompleteOrigin , " [matAutocompleteOrigin]" , [" matAutocompleteOrigin" ], {}, {}, never , never , false , never >;
161
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <MatAutocompleteOrigin , " [matAutocompleteOrigin]" , [" matAutocompleteOrigin" ], {}, {}, never , never , true , never >;
162
162
// (undocumented)
163
163
static ɵfac: i0 .ɵɵFactoryDeclaration <MatAutocompleteOrigin , never >;
164
164
}
@@ -214,11 +214,15 @@ export class MatAutocompleteTrigger implements ControlValueAccessor, AfterViewIn
214
214
// (undocumented)
215
215
writeValue(value : any ): void ;
216
216
// (undocumented)
217
- static ɵdir: i0 .ɵɵDirectiveDeclaration <MatAutocompleteTrigger , " input[matAutocomplete], textarea[matAutocomplete]" , [" matAutocompleteTrigger" ], { " autocomplete" : { " alias" : " matAutocomplete" ; " required" : false ; }; " position" : { " alias" : " matAutocompletePosition" ; " required" : false ; }; " connectedTo" : { " alias" : " matAutocompleteConnectedTo" ; " required" : false ; }; " autocompleteAttribute" : { " alias" : " autocomplete" ; " required" : false ; }; " autocompleteDisabled" : { " alias" : " matAutocompleteDisabled" ; " required" : false ; }; }, {}, never , never , false , never >;
217
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <MatAutocompleteTrigger , " input[matAutocomplete], textarea[matAutocomplete]" , [" matAutocompleteTrigger" ], { " autocomplete" : { " alias" : " matAutocomplete" ; " required" : false ; }; " position" : { " alias" : " matAutocompletePosition" ; " required" : false ; }; " connectedTo" : { " alias" : " matAutocompleteConnectedTo" ; " required" : false ; }; " autocompleteAttribute" : { " alias" : " autocomplete" ; " required" : false ; }; " autocompleteDisabled" : { " alias" : " matAutocompleteDisabled" ; " required" : false ; }; }, {}, never , never , true , never >;
218
218
// (undocumented)
219
219
static ɵfac: i0 .ɵɵFactoryDeclaration <MatAutocompleteTrigger , [null , null , null , null , null , null , { optional: true ; }, { optional: true ; host: true ; }, { optional: true ; }, null , { optional: true ; }]>;
220
220
}
221
221
222
+ export { MatOptgroup }
223
+
224
+ export { MatOption }
225
+
222
226
// (No @packageDocumentation comment for this package)
223
227
224
228
```
0 commit comments