@@ -14,7 +14,7 @@ export declare class AriaDescriber implements OnDestroy {
1414 describe ( hostElement : Element , message : string | HTMLElement ) : void ;
1515 ngOnDestroy ( ) : void ;
1616 removeDescription ( hostElement : Element , message : string | HTMLElement ) : void ;
17- static ɵfac : i0 . ɵɵFactoryDef < AriaDescriber > ;
17+ static ɵfac : i0 . ɵɵFactoryDef < AriaDescriber , never > ;
1818 static ɵprov : i0 . ɵɵInjectableDef < AriaDescriber > ;
1919}
2020
@@ -30,15 +30,15 @@ export declare class CdkAriaLive implements OnDestroy {
3030 constructor ( _elementRef : ElementRef , _liveAnnouncer : LiveAnnouncer , _contentObserver : ContentObserver , _ngZone : NgZone ) ;
3131 ngOnDestroy ( ) : void ;
3232 static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkAriaLive , "[cdkAriaLive]" , [ "cdkAriaLive" ] , { "politeness" : "cdkAriaLive" ; } , { } , never > ;
33- static ɵfac : i0 . ɵɵFactoryDef < CdkAriaLive > ;
33+ static ɵfac : i0 . ɵɵFactoryDef < CdkAriaLive , never > ;
3434}
3535
3636export declare class CdkMonitorFocus implements OnDestroy {
3737 cdkFocusChange : EventEmitter < FocusOrigin > ;
3838 constructor ( _elementRef : ElementRef < HTMLElement > , _focusMonitor : FocusMonitor ) ;
3939 ngOnDestroy ( ) : void ;
4040 static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkMonitorFocus , "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]" , never , { } , { "cdkFocusChange" : "cdkFocusChange" ; } , never > ;
41- static ɵfac : i0 . ɵɵFactoryDef < CdkMonitorFocus > ;
41+ static ɵfac : i0 . ɵɵFactoryDef < CdkMonitorFocus , never > ;
4242}
4343
4444export declare class CdkTrapFocus implements OnDestroy , AfterContentInit , DoCheck {
@@ -54,7 +54,7 @@ export declare class CdkTrapFocus implements OnDestroy, AfterContentInit, DoChec
5454 static ngAcceptInputType_autoCapture : BooleanInput ;
5555 static ngAcceptInputType_enabled : BooleanInput ;
5656 static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkTrapFocus , "[cdkTrapFocus]" , [ "cdkTrapFocus" ] , { "enabled" : "cdkTrapFocus" ; "autoCapture" : "cdkTrapFocusAutoCapture" ; } , { } , never > ;
57- static ɵfac : i0 . ɵɵFactoryDef < CdkTrapFocus > ;
57+ static ɵfac : i0 . ɵɵFactoryDef < CdkTrapFocus , never > ;
5858}
5959
6060export declare class ConfigurableFocusTrap extends FocusTrap implements ManagedFocusTrap {
@@ -70,7 +70,7 @@ export declare class ConfigurableFocusTrapFactory {
7070 constructor ( _checker : InteractivityChecker , _ngZone : NgZone , _focusTrapManager : FocusTrapManager , _document : any , _inertStrategy ?: FocusTrapInertStrategy ) ;
7171 create ( element : HTMLElement , config ?: ConfigurableFocusTrapConfig ) : ConfigurableFocusTrap ;
7272 create ( element : HTMLElement , deferCaptureElements : boolean ) : ConfigurableFocusTrap ;
73- static ɵfac : i0 . ɵɵFactoryDef < ConfigurableFocusTrapFactory > ;
73+ static ɵfac : i0 . ɵɵFactoryDef < ConfigurableFocusTrapFactory , [ null , null , null , null , { optional : true ; } ] > ;
7474 static ɵprov : i0 . ɵɵInjectableDef < ConfigurableFocusTrapFactory > ;
7575}
7676
@@ -105,7 +105,7 @@ export declare class FocusMonitor implements OnDestroy {
105105 ngOnDestroy ( ) : void ;
106106 stopMonitoring ( element : HTMLElement ) : void ;
107107 stopMonitoring ( element : ElementRef < HTMLElement > ) : void ;
108- static ɵfac : i0 . ɵɵFactoryDef < FocusMonitor > ;
108+ static ɵfac : i0 . ɵɵFactoryDef < FocusMonitor , [ null , null , { optional : true ; } , { optional : true ; } ] > ;
109109 static ɵprov : i0 . ɵɵInjectableDef < FocusMonitor > ;
110110}
111111
@@ -149,7 +149,7 @@ export declare class FocusTrap {
149149export declare class FocusTrapFactory {
150150 constructor ( _checker : InteractivityChecker , _ngZone : NgZone , _document : any ) ;
151151 create ( element : HTMLElement , deferCaptureElements ?: boolean ) : FocusTrap ;
152- static ɵfac : i0 . ɵɵFactoryDef < FocusTrapFactory > ;
152+ static ɵfac : i0 . ɵɵFactoryDef < FocusTrapFactory , never > ;
153153 static ɵprov : i0 . ɵɵInjectableDef < FocusTrapFactory > ;
154154}
155155
@@ -168,7 +168,7 @@ export declare class HighContrastModeDetector {
168168 constructor ( _platform : Platform , document : any ) ;
169169 _applyBodyHighContrastModeCssClasses ( ) : void ;
170170 getHighContrastMode ( ) : HighContrastMode ;
171- static ɵfac : i0 . ɵɵFactoryDef < HighContrastModeDetector > ;
171+ static ɵfac : i0 . ɵɵFactoryDef < HighContrastModeDetector , never > ;
172172 static ɵprov : i0 . ɵɵInjectableDef < HighContrastModeDetector > ;
173173}
174174
@@ -183,7 +183,7 @@ export declare class InteractivityChecker {
183183 isFocusable ( element : HTMLElement ) : boolean ;
184184 isTabbable ( element : HTMLElement ) : boolean ;
185185 isVisible ( element : HTMLElement ) : boolean ;
186- static ɵfac : i0 . ɵɵFactoryDef < InteractivityChecker > ;
186+ static ɵfac : i0 . ɵɵFactoryDef < InteractivityChecker , never > ;
187187 static ɵprov : i0 . ɵɵInjectableDef < InteractivityChecker > ;
188188}
189189
@@ -234,7 +234,7 @@ export declare class LiveAnnouncer implements OnDestroy {
234234 announce ( message : string , politeness ?: AriaLivePoliteness , duration ?: number ) : Promise < void > ;
235235 clear ( ) : void ;
236236 ngOnDestroy ( ) : void ;
237- static ɵfac : i0 . ɵɵFactoryDef < LiveAnnouncer > ;
237+ static ɵfac : i0 . ɵɵFactoryDef < LiveAnnouncer , [ { optional : true ; } , null , null , { optional : true ; } ] > ;
238238 static ɵprov : i0 . ɵɵInjectableDef < LiveAnnouncer > ;
239239}
240240
0 commit comments