@@ -75,7 +75,7 @@ export class CdkListbox<T = unknown> implements AfterContentInit, OnDestroy, Con
7575 readonly valueChange: Subject <ListboxValueChangeEvent <T >>;
7676 writeValue(value : readonly T []): void ;
7777 // (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 >;
7979 // (undocumented)
8080 static ɵfac: i0 .ɵɵFactoryDeclaration <CdkListbox <any >, never >;
8181}
@@ -87,7 +87,7 @@ export class CdkListboxModule {
8787 // (undocumented)
8888 static ɵinj: i0 .ɵɵInjectorDeclaration <CdkListboxModule >;
8989 // (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 ]>;
9191}
9292
9393// @public
@@ -118,7 +118,7 @@ export class CdkOption<T = unknown> implements ListKeyManagerOption, Highlightab
118118 typeaheadLabel: string ;
119119 value: T ;
120120 // (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 >;
122122 // (undocumented)
123123 static ɵfac: i0 .ɵɵFactoryDeclaration <CdkOption <any >, never >;
124124}
0 commit comments