@@ -7,7 +7,7 @@ export declare class MatDrawer implements AfterContentInit, AfterContentChecked,
7
7
_animationStarted : Subject < AnimationEvent > ;
8
8
_animationState : 'open-instant' | 'open' | 'void' ;
9
9
_closedStream : Observable < void > ;
10
- _container ? : MatDrawerContainer | undefined ;
10
+ _container : MatDrawerContainer ;
11
11
readonly _modeChanged : Subject < void > ;
12
12
_openedStream : Observable < void > ;
13
13
get autoFocus ( ) : boolean ;
@@ -24,8 +24,7 @@ export declare class MatDrawer implements AfterContentInit, AfterContentChecked,
24
24
readonly openedStart : Observable < void > ;
25
25
get position ( ) : 'start' | 'end' ;
26
26
set position ( value : 'start' | 'end' ) ;
27
- constructor ( _elementRef : ElementRef < HTMLElement > , _focusTrapFactory : FocusTrapFactory , _focusMonitor : FocusMonitor , _platform : Platform , _ngZone : NgZone , _doc : any ,
28
- _container ?: MatDrawerContainer | undefined ) ;
27
+ constructor ( _elementRef : ElementRef < HTMLElement > , _focusTrapFactory : FocusTrapFactory , _focusMonitor : FocusMonitor , _platform : Platform , _ngZone : NgZone , _doc : any , _container : MatDrawerContainer ) ;
29
28
_animationDoneListener ( event : AnimationEvent ) : void ;
30
29
_animationStartListener ( event : AnimationEvent ) : void ;
31
30
_closeViaBackdropClick ( ) : Promise < MatDrawerToggleResult > ;
@@ -40,7 +39,7 @@ export declare class MatDrawer implements AfterContentInit, AfterContentChecked,
40
39
static ngAcceptInputType_disableClose : BooleanInput ;
41
40
static ngAcceptInputType_opened : BooleanInput ;
42
41
static ɵcmp : i0 . ɵɵComponentDefWithMeta < MatDrawer , "mat-drawer" , [ "matDrawer" ] , { "position" : "position" ; "mode" : "mode" ; "disableClose" : "disableClose" ; "autoFocus" : "autoFocus" ; "opened" : "opened" ; } , { "openedChange" : "openedChange" ; "_openedStream" : "opened" ; "openedStart" : "openedStart" ; "_closedStream" : "closed" ; "closedStart" : "closedStart" ; "onPositionChanged" : "positionChanged" ; } , never , [ "*" ] > ;
43
- static ɵfac : i0 . ɵɵFactoryDef < MatDrawer , [ null , null , null , null , null , { optional : true ; } , { optional : true ; } ] > ;
42
+ static ɵfac : i0 . ɵɵFactoryDef < MatDrawer , never > ;
44
43
}
45
44
46
45
export declare const matDrawerAnimations : {
0 commit comments