11export declare class A11yModule {
22 constructor ( highContrastModeDetector : HighContrastModeDetector ) ;
3- static ɵfac : i0 . ɵɵFactoryDef < A11yModule , never > ;
4- static ɵinj : i0 . ɵɵInjectorDef < A11yModule > ;
5- static ɵmod : i0 . ɵɵNgModuleDefWithMeta < A11yModule , [ typeof i1 . CdkAriaLive , typeof i2 . CdkTrapFocus , typeof i3 . CdkMonitorFocus ] , [ typeof i4 . PlatformModule , typeof i5 . ObserversModule ] , [ typeof i1 . CdkAriaLive , typeof i2 . CdkTrapFocus , typeof i3 . CdkMonitorFocus ] > ;
3+ static ɵfac : i0 . ɵɵFactoryDeclaration < A11yModule , never > ;
4+ static ɵinj : i0 . ɵɵInjectorDeclaration < A11yModule > ;
5+ static ɵmod : i0 . ɵɵNgModuleDeclaration < A11yModule , [ typeof i1 . CdkAriaLive , typeof i2 . CdkTrapFocus , typeof i3 . CdkMonitorFocus ] , [ typeof i4 . PlatformModule , typeof i5 . ObserversModule ] , [ typeof i1 . CdkAriaLive , typeof i2 . CdkTrapFocus , typeof i3 . CdkMonitorFocus ] > ;
66}
77
88export declare class ActiveDescendantKeyManager < T > extends ListKeyManager < Highlightable & T > {
@@ -17,7 +17,7 @@ export declare class AriaDescriber implements OnDestroy {
1717 ngOnDestroy ( ) : void ;
1818 removeDescription ( hostElement : Element , message : string , role ?: string ) : void ;
1919 removeDescription ( hostElement : Element , message : HTMLElement ) : void ;
20- static ɵfac : i0 . ɵɵFactoryDef < AriaDescriber , never > ;
20+ static ɵfac : i0 . ɵɵFactoryDeclaration < AriaDescriber , never > ;
2121 static ɵprov : i0 . ɵɵInjectableDef < AriaDescriber > ;
2222}
2323
@@ -32,17 +32,17 @@ export declare class CdkAriaLive implements OnDestroy {
3232 set politeness ( value : AriaLivePoliteness ) ;
3333 constructor ( _elementRef : ElementRef , _liveAnnouncer : LiveAnnouncer , _contentObserver : ContentObserver , _ngZone : NgZone ) ;
3434 ngOnDestroy ( ) : void ;
35- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkAriaLive , "[cdkAriaLive]" , [ "cdkAriaLive" ] , { "politeness" : "cdkAriaLive" ; } , { } , never > ;
36- static ɵfac : i0 . ɵɵFactoryDef < CdkAriaLive , never > ;
35+ static ɵdir : i0 . ɵɵDirectiveDeclaration < CdkAriaLive , "[cdkAriaLive]" , [ "cdkAriaLive" ] , { "politeness" : "cdkAriaLive" ; } , { } , never > ;
36+ static ɵfac : i0 . ɵɵFactoryDeclaration < CdkAriaLive , never > ;
3737}
3838
3939export declare class CdkMonitorFocus implements AfterViewInit , OnDestroy {
4040 cdkFocusChange : EventEmitter < FocusOrigin > ;
4141 constructor ( _elementRef : ElementRef < HTMLElement > , _focusMonitor : FocusMonitor ) ;
4242 ngAfterViewInit ( ) : void ;
4343 ngOnDestroy ( ) : void ;
44- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkMonitorFocus , "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]" , never , { } , { "cdkFocusChange" : "cdkFocusChange" ; } , never > ;
45- static ɵfac : i0 . ɵɵFactoryDef < CdkMonitorFocus , never > ;
44+ static ɵdir : i0 . ɵɵDirectiveDeclaration < CdkMonitorFocus , "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]" , never , { } , { "cdkFocusChange" : "cdkFocusChange" ; } , never > ;
45+ static ɵfac : i0 . ɵɵFactoryDeclaration < CdkMonitorFocus , never > ;
4646}
4747
4848export declare class CdkTrapFocus implements OnDestroy , AfterContentInit , OnChanges , DoCheck {
@@ -58,8 +58,8 @@ export declare class CdkTrapFocus implements OnDestroy, AfterContentInit, OnChan
5858 ngOnDestroy ( ) : void ;
5959 static ngAcceptInputType_autoCapture : BooleanInput ;
6060 static ngAcceptInputType_enabled : BooleanInput ;
61- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkTrapFocus , "[cdkTrapFocus]" , [ "cdkTrapFocus" ] , { "enabled" : "cdkTrapFocus" ; "autoCapture" : "cdkTrapFocusAutoCapture" ; } , { } , never > ;
62- static ɵfac : i0 . ɵɵFactoryDef < CdkTrapFocus , never > ;
61+ static ɵdir : i0 . ɵɵDirectiveDeclaration < CdkTrapFocus , "[cdkTrapFocus]" , [ "cdkTrapFocus" ] , { "enabled" : "cdkTrapFocus" ; "autoCapture" : "cdkTrapFocusAutoCapture" ; } , { } , never > ;
62+ static ɵfac : i0 . ɵɵFactoryDeclaration < CdkTrapFocus , never > ;
6363}
6464
6565export declare class ConfigurableFocusTrap extends FocusTrap implements ManagedFocusTrap {
@@ -79,7 +79,7 @@ export declare class ConfigurableFocusTrapFactory {
7979 constructor ( _checker : InteractivityChecker , _ngZone : NgZone , _focusTrapManager : FocusTrapManager , _document : any , _inertStrategy ?: FocusTrapInertStrategy ) ;
8080 create ( element : HTMLElement , config ?: ConfigurableFocusTrapConfig ) : ConfigurableFocusTrap ;
8181 create ( element : HTMLElement , deferCaptureElements : boolean ) : ConfigurableFocusTrap ;
82- static ɵfac : i0 . ɵɵFactoryDef < ConfigurableFocusTrapFactory , [ null , null , null , null , { optional : true ; } ] > ;
82+ static ɵfac : i0 . ɵɵFactoryDeclaration < ConfigurableFocusTrapFactory , [ null , null , null , null , { optional : true ; } ] > ;
8383 static ɵprov : i0 . ɵɵInjectableDef < ConfigurableFocusTrapFactory > ;
8484}
8585
@@ -114,7 +114,7 @@ export declare class FocusMonitor implements OnDestroy {
114114 ngOnDestroy ( ) : void ;
115115 stopMonitoring ( element : HTMLElement ) : void ;
116116 stopMonitoring ( element : ElementRef < HTMLElement > ) : void ;
117- static ɵfac : i0 . ɵɵFactoryDef < FocusMonitor , [ null , null , { optional : true ; } , { optional : true ; } ] > ;
117+ static ɵfac : i0 . ɵɵFactoryDeclaration < FocusMonitor , [ null , null , { optional : true ; } , { optional : true ; } ] > ;
118118 static ɵprov : i0 . ɵɵInjectableDef < FocusMonitor > ;
119119}
120120
@@ -158,7 +158,7 @@ export declare class FocusTrap {
158158export declare class FocusTrapFactory {
159159 constructor ( _checker : InteractivityChecker , _ngZone : NgZone , _document : any ) ;
160160 create ( element : HTMLElement , deferCaptureElements ?: boolean ) : FocusTrap ;
161- static ɵfac : i0 . ɵɵFactoryDef < FocusTrapFactory , never > ;
161+ static ɵfac : i0 . ɵɵFactoryDeclaration < FocusTrapFactory , never > ;
162162 static ɵprov : i0 . ɵɵInjectableDef < FocusTrapFactory > ;
163163}
164164
@@ -177,7 +177,7 @@ export declare class HighContrastModeDetector {
177177 constructor ( _platform : Platform , document : any ) ;
178178 _applyBodyHighContrastModeCssClasses ( ) : void ;
179179 getHighContrastMode ( ) : HighContrastMode ;
180- static ɵfac : i0 . ɵɵFactoryDef < HighContrastModeDetector , never > ;
180+ static ɵfac : i0 . ɵɵFactoryDeclaration < HighContrastModeDetector , never > ;
181181 static ɵprov : i0 . ɵɵInjectableDef < HighContrastModeDetector > ;
182182}
183183
@@ -192,7 +192,7 @@ export declare class InteractivityChecker {
192192 isFocusable ( element : HTMLElement , config ?: IsFocusableConfig ) : boolean ;
193193 isTabbable ( element : HTMLElement ) : boolean ;
194194 isVisible ( element : HTMLElement ) : boolean ;
195- static ɵfac : i0 . ɵɵFactoryDef < InteractivityChecker , never > ;
195+ static ɵfac : i0 . ɵɵFactoryDeclaration < InteractivityChecker , never > ;
196196 static ɵprov : i0 . ɵɵInjectableDef < InteractivityChecker > ;
197197}
198198
@@ -250,7 +250,7 @@ export declare class LiveAnnouncer implements OnDestroy {
250250 announce ( message : string , politeness ?: AriaLivePoliteness , duration ?: number ) : Promise < void > ;
251251 clear ( ) : void ;
252252 ngOnDestroy ( ) : void ;
253- static ɵfac : i0 . ɵɵFactoryDef < LiveAnnouncer , [ { optional : true ; } , null , null , { optional : true ; } ] > ;
253+ static ɵfac : i0 . ɵɵFactoryDeclaration < LiveAnnouncer , [ { optional : true ; } , null , null , { optional : true ; } ] > ;
254254 static ɵprov : i0 . ɵɵInjectableDef < LiveAnnouncer > ;
255255}
256256
0 commit comments