@@ -75,7 +75,7 @@ export class CdkListbox<T = unknown> implements AfterContentInit, OnDestroy, Con
75
75
readonly valueChange: Subject <ListboxValueChangeEvent <T >>;
76
76
writeValue(value : readonly T []): void ;
77
77
// (undocumented)
78
- static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkListbox <any >, " [cdkListbox]" , [" cdkListbox" ], { " id" : " id" ; " enabledTabIndex" : " tabindex" ; " value" : " cdkListboxValue" ; " multiple" : " cdkListboxMultiple" ; " disabled" : " cdkListboxDisabled" ; " useActiveDescendant" : " cdkListboxUseActiveDescendant" ; " orientation" : " cdkListboxOrientation" ; " compareWith" : " cdkListboxCompareWith" ; " navigationWrapDisabled" : " cdkListboxNavigationWrapDisabled" ; " navigateDisabledOptions" : " cdkListboxNavigatesDisabledOptions" ; }, { " valueChange" : " cdkListboxValueChange" ; }, [" options" ], never , false , never >;
78
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkListbox <any >, " [cdkListbox]" , [" cdkListbox" ], { " id" : " id" ; " enabledTabIndex" : " tabindex" ; " value" : " cdkListboxValue" ; " multiple" : " cdkListboxMultiple" ; " disabled" : " cdkListboxDisabled" ; " useActiveDescendant" : " cdkListboxUseActiveDescendant" ; " orientation" : " cdkListboxOrientation" ; " compareWith" : " cdkListboxCompareWith" ; " navigationWrapDisabled" : " cdkListboxNavigationWrapDisabled" ; " navigateDisabledOptions" : " cdkListboxNavigatesDisabledOptions" ; }, { " valueChange" : " cdkListboxValueChange" ; }, [" options" ], never , true , never >;
79
79
// (undocumented)
80
80
static ɵfac: i0 .ɵɵFactoryDeclaration <CdkListbox <any >, never >;
81
81
}
@@ -87,7 +87,7 @@ export class CdkListboxModule {
87
87
// (undocumented)
88
88
static ɵinj: i0 .ɵɵInjectorDeclaration <CdkListboxModule >;
89
89
// (undocumented)
90
- static ɵmod: i0 .ɵɵNgModuleDeclaration <CdkListboxModule , [typeof i1 .CdkListbox , typeof i1 .CdkOption ], never , [typeof i1 .CdkListbox , typeof i1 .CdkOption ]>;
90
+ static ɵmod: i0 .ɵɵNgModuleDeclaration <CdkListboxModule , never , [typeof i1 .CdkListbox , typeof i1 .CdkOption ], [typeof i1 .CdkListbox , typeof i1 .CdkOption ]>;
91
91
}
92
92
93
93
// @public
@@ -118,7 +118,7 @@ export class CdkOption<T = unknown> implements ListKeyManagerOption, Highlightab
118
118
typeaheadLabel: string ;
119
119
value: T ;
120
120
// (undocumented)
121
- static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkOption <any >, " [cdkOption]" , [" cdkOption" ], { " id" : " id" ; " value" : " cdkOption" ; " typeaheadLabel" : " cdkOptionTypeaheadLabel" ; " disabled" : " cdkOptionDisabled" ; " enabledTabIndex" : " tabindex" ; }, {}, never , never , false , never >;
121
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkOption <any >, " [cdkOption]" , [" cdkOption" ], { " id" : " id" ; " value" : " cdkOption" ; " typeaheadLabel" : " cdkOptionTypeaheadLabel" ; " disabled" : " cdkOptionDisabled" ; " enabledTabIndex" : " tabindex" ; }, {}, never , never , true , never >;
122
122
// (undocumented)
123
123
static ɵfac: i0 .ɵɵFactoryDeclaration <CdkOption <any >, never >;
124
124
}
0 commit comments