1
1
export declare class A11yModule {
2
2
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 ] > ;
6
6
}
7
7
8
8
export declare class ActiveDescendantKeyManager < T > extends ListKeyManager < Highlightable & T > {
@@ -17,7 +17,7 @@ export declare class AriaDescriber implements OnDestroy {
17
17
ngOnDestroy ( ) : void ;
18
18
removeDescription ( hostElement : Element , message : string , role ?: string ) : void ;
19
19
removeDescription ( hostElement : Element , message : HTMLElement ) : void ;
20
- static ɵfac : i0 . ɵɵFactoryDef < AriaDescriber , never > ;
20
+ static ɵfac : i0 . ɵɵFactoryDeclaration < AriaDescriber , never > ;
21
21
static ɵprov : i0 . ɵɵInjectableDef < AriaDescriber > ;
22
22
}
23
23
@@ -32,17 +32,17 @@ export declare class CdkAriaLive implements OnDestroy {
32
32
set politeness ( value : AriaLivePoliteness ) ;
33
33
constructor ( _elementRef : ElementRef , _liveAnnouncer : LiveAnnouncer , _contentObserver : ContentObserver , _ngZone : NgZone ) ;
34
34
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 > ;
37
37
}
38
38
39
39
export declare class CdkMonitorFocus implements AfterViewInit , OnDestroy {
40
40
cdkFocusChange : EventEmitter < FocusOrigin > ;
41
41
constructor ( _elementRef : ElementRef < HTMLElement > , _focusMonitor : FocusMonitor ) ;
42
42
ngAfterViewInit ( ) : void ;
43
43
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 > ;
46
46
}
47
47
48
48
export declare class CdkTrapFocus implements OnDestroy , AfterContentInit , OnChanges , DoCheck {
@@ -58,8 +58,8 @@ export declare class CdkTrapFocus implements OnDestroy, AfterContentInit, OnChan
58
58
ngOnDestroy ( ) : void ;
59
59
static ngAcceptInputType_autoCapture : BooleanInput ;
60
60
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 > ;
63
63
}
64
64
65
65
export declare class ConfigurableFocusTrap extends FocusTrap implements ManagedFocusTrap {
@@ -79,7 +79,7 @@ export declare class ConfigurableFocusTrapFactory {
79
79
constructor ( _checker : InteractivityChecker , _ngZone : NgZone , _focusTrapManager : FocusTrapManager , _document : any , _inertStrategy ?: FocusTrapInertStrategy ) ;
80
80
create ( element : HTMLElement , config ?: ConfigurableFocusTrapConfig ) : ConfigurableFocusTrap ;
81
81
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 ; } ] > ;
83
83
static ɵprov : i0 . ɵɵInjectableDef < ConfigurableFocusTrapFactory > ;
84
84
}
85
85
@@ -114,7 +114,7 @@ export declare class FocusMonitor implements OnDestroy {
114
114
ngOnDestroy ( ) : void ;
115
115
stopMonitoring ( element : HTMLElement ) : void ;
116
116
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 ; } ] > ;
118
118
static ɵprov : i0 . ɵɵInjectableDef < FocusMonitor > ;
119
119
}
120
120
@@ -158,7 +158,7 @@ export declare class FocusTrap {
158
158
export declare class FocusTrapFactory {
159
159
constructor ( _checker : InteractivityChecker , _ngZone : NgZone , _document : any ) ;
160
160
create ( element : HTMLElement , deferCaptureElements ?: boolean ) : FocusTrap ;
161
- static ɵfac : i0 . ɵɵFactoryDef < FocusTrapFactory , never > ;
161
+ static ɵfac : i0 . ɵɵFactoryDeclaration < FocusTrapFactory , never > ;
162
162
static ɵprov : i0 . ɵɵInjectableDef < FocusTrapFactory > ;
163
163
}
164
164
@@ -177,7 +177,7 @@ export declare class HighContrastModeDetector {
177
177
constructor ( _platform : Platform , document : any ) ;
178
178
_applyBodyHighContrastModeCssClasses ( ) : void ;
179
179
getHighContrastMode ( ) : HighContrastMode ;
180
- static ɵfac : i0 . ɵɵFactoryDef < HighContrastModeDetector , never > ;
180
+ static ɵfac : i0 . ɵɵFactoryDeclaration < HighContrastModeDetector , never > ;
181
181
static ɵprov : i0 . ɵɵInjectableDef < HighContrastModeDetector > ;
182
182
}
183
183
@@ -192,7 +192,7 @@ export declare class InteractivityChecker {
192
192
isFocusable ( element : HTMLElement , config ?: IsFocusableConfig ) : boolean ;
193
193
isTabbable ( element : HTMLElement ) : boolean ;
194
194
isVisible ( element : HTMLElement ) : boolean ;
195
- static ɵfac : i0 . ɵɵFactoryDef < InteractivityChecker , never > ;
195
+ static ɵfac : i0 . ɵɵFactoryDeclaration < InteractivityChecker , never > ;
196
196
static ɵprov : i0 . ɵɵInjectableDef < InteractivityChecker > ;
197
197
}
198
198
@@ -250,7 +250,7 @@ export declare class LiveAnnouncer implements OnDestroy {
250
250
announce ( message : string , politeness ?: AriaLivePoliteness , duration ?: number ) : Promise < void > ;
251
251
clear ( ) : void ;
252
252
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 ; } ] > ;
254
254
static ɵprov : i0 . ɵɵInjectableDef < LiveAnnouncer > ;
255
255
}
256
256
0 commit comments