@@ -78,10 +78,10 @@ class MatBottomSheetContainer extends CdkDialogContainer {
7878 this . _animationStateChanged . emit ( event ) ;
7979 }
8080 _captureInitialFocus ( ) { }
81- static { this . ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "19.0.0-next.8 " , ngImport : i0 , type : MatBottomSheetContainer , deps : [ ] , target : i0 . ɵɵFactoryTarget . Component } ) ; }
82- static { this . ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "19.0.0-next.8" , type : MatBottomSheetContainer , isStandalone : true , selector : "mat-bottom-sheet-container" , host : { attributes : { "tabindex" : "-1" } , listeners : { "@state.start" : "_onAnimationStart($event)" , "@state.done" : "_onAnimationDone($event)" } , properties : { "attr.role" : "_config.role" , "attr.aria-modal" : "_config.ariaModal" , "attr.aria-label" : "_config.ariaLabel" , "@state" : "_animationState" } , classAttribute : "mat-bottom-sheet-container" } , usesInheritance : true , ngImport : i0 , template : "<ng-template cdkPortalOutlet></ng-template>\r\n" , styles : [ ".mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);padding:8px 16px;min-width:100vw;box-sizing:border-box;display:block;outline:0;max-height:80vh;overflow:auto;background:var(--mat-bottom-sheet-container-background-color, var(--mat-app-surface-container-low));color:var(--mat-bottom-sheet-container-text-color, var(--mat-app-on-surface));font-family:var(--mat-bottom-sheet-container-text-font, var(--mat-app-body-large-font));font-size:var(--mat-bottom-sheet-container-text-size, var(--mat-app-body-large-size));line-height:var(--mat-bottom-sheet-container-text-line-height, var(--mat-app-body-large-line-height));font-weight:var(--mat-bottom-sheet-container-text-weight, var(--mat-app-body-large-weight));letter-spacing:var(--mat-bottom-sheet-container-text-tracking, var(--mat-app-body-large-tracking))}@media(forced-colors: active){.mat-bottom-sheet-container{outline:1px solid}}.mat-bottom-sheet-container-xlarge,.mat-bottom-sheet-container-large,.mat-bottom-sheet-container-medium{border-top-left-radius:var(--mat-bottom-sheet-container-shape, 28px);border-top-right-radius:var(--mat-bottom-sheet-container-shape, 28px)}.mat-bottom-sheet-container-medium{min-width:384px;max-width:calc(100vw - 128px)}.mat-bottom-sheet-container-large{min-width:512px;max-width:calc(100vw - 256px)}.mat-bottom-sheet-container-xlarge{min-width:576px;max-width:calc(100vw - 384px)}" ] , dependencies : [ { kind : "directive" , type : CdkPortalOutlet , selector : "[cdkPortalOutlet]" , inputs : [ "cdkPortalOutlet" ] , outputs : [ "attached" ] , exportAs : [ "cdkPortalOutlet" ] } ] , animations : [ matBottomSheetAnimations . bottomSheetState ] , changeDetection : i0 . ChangeDetectionStrategy . Default , encapsulation : i0 . ViewEncapsulation . None } ) ; }
81+ static { this . ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "19.0.0-next.10 " , ngImport : i0 , type : MatBottomSheetContainer , deps : [ ] , target : i0 . ɵɵFactoryTarget . Component } ) ; }
82+ static { this . ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "19.0.0-next.10" , type : MatBottomSheetContainer , isStandalone : true , selector : "mat-bottom-sheet-container" , host : { attributes : { "tabindex" : "-1" } , listeners : { "@state.start" : "_onAnimationStart($event)" , "@state.done" : "_onAnimationDone($event)" } , properties : { "attr.role" : "_config.role" , "attr.aria-modal" : "_config.ariaModal" , "attr.aria-label" : "_config.ariaLabel" , "@state" : "_animationState" } , classAttribute : "mat-bottom-sheet-container" } , usesInheritance : true , ngImport : i0 , template : "<ng-template cdkPortalOutlet></ng-template>\r\n" , styles : [ ".mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);padding:8px 16px;min-width:100vw;box-sizing:border-box;display:block;outline:0;max-height:80vh;overflow:auto;background:var(--mat-bottom-sheet-container-background-color, var(--mat-app-surface-container-low));color:var(--mat-bottom-sheet-container-text-color, var(--mat-app-on-surface));font-family:var(--mat-bottom-sheet-container-text-font, var(--mat-app-body-large-font));font-size:var(--mat-bottom-sheet-container-text-size, var(--mat-app-body-large-size));line-height:var(--mat-bottom-sheet-container-text-line-height, var(--mat-app-body-large-line-height));font-weight:var(--mat-bottom-sheet-container-text-weight, var(--mat-app-body-large-weight));letter-spacing:var(--mat-bottom-sheet-container-text-tracking, var(--mat-app-body-large-tracking))}@media(forced-colors: active){.mat-bottom-sheet-container{outline:1px solid}}.mat-bottom-sheet-container-xlarge,.mat-bottom-sheet-container-large,.mat-bottom-sheet-container-medium{border-top-left-radius:var(--mat-bottom-sheet-container-shape, 28px);border-top-right-radius:var(--mat-bottom-sheet-container-shape, 28px)}.mat-bottom-sheet-container-medium{min-width:384px;max-width:calc(100vw - 128px)}.mat-bottom-sheet-container-large{min-width:512px;max-width:calc(100vw - 256px)}.mat-bottom-sheet-container-xlarge{min-width:576px;max-width:calc(100vw - 384px)}" ] , dependencies : [ { kind : "directive" , type : CdkPortalOutlet , selector : "[cdkPortalOutlet]" , inputs : [ "cdkPortalOutlet" ] , outputs : [ "attached" ] , exportAs : [ "cdkPortalOutlet" ] } ] , animations : [ matBottomSheetAnimations . bottomSheetState ] , changeDetection : i0 . ChangeDetectionStrategy . Default , encapsulation : i0 . ViewEncapsulation . None } ) ; }
8383}
84- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "19.0.0-next.8 " , ngImport : i0 , type : MatBottomSheetContainer , decorators : [ {
84+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "19.0.0-next.10 " , ngImport : i0 , type : MatBottomSheetContainer , decorators : [ {
8585 type : Component ,
8686 args : [ { selector : 'mat-bottom-sheet-container' , changeDetection : ChangeDetectionStrategy . Default , encapsulation : ViewEncapsulation . None , animations : [ matBottomSheetAnimations . bottomSheetState ] , host : {
8787 'class' : 'mat-bottom-sheet-container' ,
@@ -92,7 +92,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.8",
9292 '[@state]' : '_animationState' ,
9393 '(@state.start)' : '_onAnimationStart($event)' ,
9494 '(@state.done)' : '_onAnimationDone($event)' ,
95- } , standalone : true , imports : [ CdkPortalOutlet ] , template : "<ng-template cdkPortalOutlet></ng-template>\r\n" , styles : [ ".mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);padding:8px 16px;min-width:100vw;box-sizing:border-box;display:block;outline:0;max-height:80vh;overflow:auto;background:var(--mat-bottom-sheet-container-background-color, var(--mat-app-surface-container-low));color:var(--mat-bottom-sheet-container-text-color, var(--mat-app-on-surface));font-family:var(--mat-bottom-sheet-container-text-font, var(--mat-app-body-large-font));font-size:var(--mat-bottom-sheet-container-text-size, var(--mat-app-body-large-size));line-height:var(--mat-bottom-sheet-container-text-line-height, var(--mat-app-body-large-line-height));font-weight:var(--mat-bottom-sheet-container-text-weight, var(--mat-app-body-large-weight));letter-spacing:var(--mat-bottom-sheet-container-text-tracking, var(--mat-app-body-large-tracking))}@media(forced-colors: active){.mat-bottom-sheet-container{outline:1px solid}}.mat-bottom-sheet-container-xlarge,.mat-bottom-sheet-container-large,.mat-bottom-sheet-container-medium{border-top-left-radius:var(--mat-bottom-sheet-container-shape, 28px);border-top-right-radius:var(--mat-bottom-sheet-container-shape, 28px)}.mat-bottom-sheet-container-medium{min-width:384px;max-width:calc(100vw - 128px)}.mat-bottom-sheet-container-large{min-width:512px;max-width:calc(100vw - 256px)}.mat-bottom-sheet-container-xlarge{min-width:576px;max-width:calc(100vw - 384px)}" ] } ]
95+ } , imports : [ CdkPortalOutlet ] , template : "<ng-template cdkPortalOutlet></ng-template>\r\n" , styles : [ ".mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);padding:8px 16px;min-width:100vw;box-sizing:border-box;display:block;outline:0;max-height:80vh;overflow:auto;background:var(--mat-bottom-sheet-container-background-color, var(--mat-app-surface-container-low));color:var(--mat-bottom-sheet-container-text-color, var(--mat-app-on-surface));font-family:var(--mat-bottom-sheet-container-text-font, var(--mat-app-body-large-font));font-size:var(--mat-bottom-sheet-container-text-size, var(--mat-app-body-large-size));line-height:var(--mat-bottom-sheet-container-text-line-height, var(--mat-app-body-large-line-height));font-weight:var(--mat-bottom-sheet-container-text-weight, var(--mat-app-body-large-weight));letter-spacing:var(--mat-bottom-sheet-container-text-tracking, var(--mat-app-body-large-tracking))}@media(forced-colors: active){.mat-bottom-sheet-container{outline:1px solid}}.mat-bottom-sheet-container-xlarge,.mat-bottom-sheet-container-large,.mat-bottom-sheet-container-medium{border-top-left-radius:var(--mat-bottom-sheet-container-shape, 28px);border-top-right-radius:var(--mat-bottom-sheet-container-shape, 28px)}.mat-bottom-sheet-container-medium{min-width:384px;max-width:calc(100vw - 128px)}.mat-bottom-sheet-container-large{min-width:512px;max-width:calc(100vw - 256px)}.mat-bottom-sheet-container-xlarge{min-width:576px;max-width:calc(100vw - 384px)}" ] } ]
9696 } ] , ctorParameters : ( ) => [ ] } ) ;
9797
9898/** Injection token that can be used to access the data that was passed in to a bottom sheet. */
@@ -313,20 +313,20 @@ class MatBottomSheet {
313313 this . _bottomSheetRefAtThisLevel . dismiss ( ) ;
314314 }
315315 }
316- static { this . ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "19.0.0-next.8 " , ngImport : i0 , type : MatBottomSheet , deps : [ ] , target : i0 . ɵɵFactoryTarget . Injectable } ) ; }
317- static { this . ɵprov = i0 . ɵɵngDeclareInjectable ( { minVersion : "12.0.0" , version : "19.0.0-next.8 " , ngImport : i0 , type : MatBottomSheet , providedIn : 'root' } ) ; }
316+ static { this . ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "19.0.0-next.10 " , ngImport : i0 , type : MatBottomSheet , deps : [ ] , target : i0 . ɵɵFactoryTarget . Injectable } ) ; }
317+ static { this . ɵprov = i0 . ɵɵngDeclareInjectable ( { minVersion : "12.0.0" , version : "19.0.0-next.10 " , ngImport : i0 , type : MatBottomSheet , providedIn : 'root' } ) ; }
318318}
319- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "19.0.0-next.8 " , ngImport : i0 , type : MatBottomSheet , decorators : [ {
319+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "19.0.0-next.10 " , ngImport : i0 , type : MatBottomSheet , decorators : [ {
320320 type : Injectable ,
321321 args : [ { providedIn : 'root' } ]
322322 } ] , ctorParameters : ( ) => [ ] } ) ;
323323
324324class MatBottomSheetModule {
325- static { this . ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "19.0.0-next.8 " , ngImport : i0 , type : MatBottomSheetModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ; }
326- static { this . ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "19.0.0-next.8 " , ngImport : i0 , type : MatBottomSheetModule , imports : [ DialogModule , MatCommonModule , PortalModule , MatBottomSheetContainer ] , exports : [ MatBottomSheetContainer , MatCommonModule ] } ) ; }
327- static { this . ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "19.0.0-next.8 " , ngImport : i0 , type : MatBottomSheetModule , providers : [ MatBottomSheet ] , imports : [ DialogModule , MatCommonModule , PortalModule , MatCommonModule ] } ) ; }
325+ static { this . ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "19.0.0-next.10 " , ngImport : i0 , type : MatBottomSheetModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ; }
326+ static { this . ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "19.0.0-next.10 " , ngImport : i0 , type : MatBottomSheetModule , imports : [ DialogModule , MatCommonModule , PortalModule , MatBottomSheetContainer ] , exports : [ MatBottomSheetContainer , MatCommonModule ] } ) ; }
327+ static { this . ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "19.0.0-next.10 " , ngImport : i0 , type : MatBottomSheetModule , providers : [ MatBottomSheet ] , imports : [ DialogModule , MatCommonModule , PortalModule , MatCommonModule ] } ) ; }
328328}
329- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "19.0.0-next.8 " , ngImport : i0 , type : MatBottomSheetModule , decorators : [ {
329+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "19.0.0-next.10 " , ngImport : i0 , type : MatBottomSheetModule , decorators : [ {
330330 type : NgModule ,
331331 args : [ {
332332 imports : [ DialogModule , MatCommonModule , PortalModule , MatBottomSheetContainer ] ,
0 commit comments