File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
tools/public_api_guard/material Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ export declare abstract class _MatAutocompleteBase extends _MatAutocompleteMixin
22
22
panelWidth : string | number ;
23
23
showPanel : boolean ;
24
24
template : TemplateRef < any > ;
25
- constructor ( _changeDetectorRef : ChangeDetectorRef , _elementRef : ElementRef < HTMLElement > , defaults : MatAutocompleteDefaultOptions ) ;
25
+ constructor ( _changeDetectorRef : ChangeDetectorRef , _elementRef : ElementRef < HTMLElement > , _defaults : MatAutocompleteDefaultOptions ) ;
26
26
_emitSelectEvent ( option : _MatOptionBase ) : void ;
27
27
_getScrollTop ( ) : number ;
28
+ _resetClassList ( ) : void ;
28
29
_setScrollTop ( scrollTop : number ) : void ;
29
30
_setVisibility ( ) : void ;
30
31
ngAfterContentInit ( ) : void ;
@@ -114,6 +115,7 @@ export interface MatAutocompleteActivatedEvent {
114
115
115
116
export interface MatAutocompleteDefaultOptions {
116
117
autoActiveFirstOption ?: boolean ;
118
+ panelClass ?: string | string [ ] ;
117
119
}
118
120
119
121
export declare class MatAutocompleteModule {
You can’t perform that action at this time.
0 commit comments