@@ -15,10 +15,10 @@ class MatFlexTableResizeStrategy extends CdkFlexTableResizeStrategy {
1515 getColumnCssClass ( cssFriendlyColumnName ) {
1616 return `mat-column-${ cssFriendlyColumnName } ` ;
1717 }
18- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatFlexTableResizeStrategy , deps : null , target : i0 . ɵɵFactoryTarget . Injectable } ) ;
19- static ɵprov = i0 . ɵɵngDeclareInjectable ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatFlexTableResizeStrategy } ) ;
18+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatFlexTableResizeStrategy , deps : null , target : i0 . ɵɵFactoryTarget . Injectable } ) ;
19+ static ɵprov = i0 . ɵɵngDeclareInjectable ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatFlexTableResizeStrategy } ) ;
2020}
21- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatFlexTableResizeStrategy , decorators : [ {
21+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatFlexTableResizeStrategy , decorators : [ {
2222 type : Injectable
2323 } ] } ) ;
2424const FLEX_RESIZE_STRATEGY_PROVIDER = {
@@ -58,10 +58,10 @@ class MatColumnResize extends AbstractMatColumnResize {
5858 eventDispatcher = inject ( HeaderRowEventDispatcher ) ;
5959 ngZone = inject ( NgZone ) ;
6060 notifier = inject ( ColumnResizeNotifierSource ) ;
61- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatColumnResize , deps : null , target : i0 . ɵɵFactoryTarget . Directive } ) ;
62- static ɵdir = i0 . ɵɵngDeclareDirective ( { minVersion : "14.0.0" , version : "20.0.0-next.3 " , type : MatColumnResize , isStandalone : true , selector : "table[mat-table][columnResize]" , host : { classAttribute : "mat-column-resize-table" } , providers : [ ...TABLE_PROVIDERS , { provide : ColumnResize , useExisting : MatColumnResize } ] , usesInheritance : true , ngImport : i0 } ) ;
61+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatColumnResize , deps : null , target : i0 . ɵɵFactoryTarget . Directive } ) ;
62+ static ɵdir = i0 . ɵɵngDeclareDirective ( { minVersion : "14.0.0" , version : "20.0.0-next.4 " , type : MatColumnResize , isStandalone : true , selector : "table[mat-table][columnResize]" , host : { classAttribute : "mat-column-resize-table" } , providers : [ ...TABLE_PROVIDERS , { provide : ColumnResize , useExisting : MatColumnResize } ] , usesInheritance : true , ngImport : i0 } ) ;
6363}
64- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatColumnResize , decorators : [ {
64+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatColumnResize , decorators : [ {
6565 type : Directive ,
6666 args : [ {
6767 selector : 'table[mat-table][columnResize]' ,
@@ -80,10 +80,10 @@ class MatColumnResizeFlex extends AbstractMatColumnResize {
8080 eventDispatcher = inject ( HeaderRowEventDispatcher ) ;
8181 ngZone = inject ( NgZone ) ;
8282 notifier = inject ( ColumnResizeNotifierSource ) ;
83- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatColumnResizeFlex , deps : null , target : i0 . ɵɵFactoryTarget . Directive } ) ;
84- static ɵdir = i0 . ɵɵngDeclareDirective ( { minVersion : "14.0.0" , version : "20.0.0-next.3 " , type : MatColumnResizeFlex , isStandalone : true , selector : "mat-table[columnResize]" , host : { classAttribute : "mat-column-resize-flex" } , providers : [ ...FLEX_PROVIDERS , { provide : ColumnResize , useExisting : MatColumnResizeFlex } ] , usesInheritance : true , ngImport : i0 } ) ;
83+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatColumnResizeFlex , deps : null , target : i0 . ɵɵFactoryTarget . Directive } ) ;
84+ static ɵdir = i0 . ɵɵngDeclareDirective ( { minVersion : "14.0.0" , version : "20.0.0-next.4 " , type : MatColumnResizeFlex , isStandalone : true , selector : "mat-table[columnResize]" , host : { classAttribute : "mat-column-resize-flex" } , providers : [ ...FLEX_PROVIDERS , { provide : ColumnResize , useExisting : MatColumnResizeFlex } ] , usesInheritance : true , ngImport : i0 } ) ;
8585}
86- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatColumnResizeFlex , decorators : [ {
86+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatColumnResizeFlex , decorators : [ {
8787 type : Directive ,
8888 args : [ {
8989 selector : 'mat-table[columnResize]' ,
@@ -102,13 +102,13 @@ class MatDefaultEnabledColumnResize extends AbstractMatColumnResize {
102102 eventDispatcher = inject ( HeaderRowEventDispatcher ) ;
103103 ngZone = inject ( NgZone ) ;
104104 notifier = inject ( ColumnResizeNotifierSource ) ;
105- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatDefaultEnabledColumnResize , deps : null , target : i0 . ɵɵFactoryTarget . Directive } ) ;
106- static ɵdir = i0 . ɵɵngDeclareDirective ( { minVersion : "14.0.0" , version : "20.0.0-next.3 " , type : MatDefaultEnabledColumnResize , isStandalone : true , selector : "table[mat-table]" , host : { classAttribute : "mat-column-resize-table" } , providers : [
105+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatDefaultEnabledColumnResize , deps : null , target : i0 . ɵɵFactoryTarget . Directive } ) ;
106+ static ɵdir = i0 . ɵɵngDeclareDirective ( { minVersion : "14.0.0" , version : "20.0.0-next.4 " , type : MatDefaultEnabledColumnResize , isStandalone : true , selector : "table[mat-table]" , host : { classAttribute : "mat-column-resize-table" } , providers : [
107107 ...TABLE_PROVIDERS ,
108108 { provide : ColumnResize , useExisting : MatDefaultEnabledColumnResize } ,
109109 ] , usesInheritance : true , ngImport : i0 } ) ;
110110}
111- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatDefaultEnabledColumnResize , decorators : [ {
111+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatDefaultEnabledColumnResize , decorators : [ {
112112 type : Directive ,
113113 args : [ {
114114 selector : 'table[mat-table]' ,
@@ -130,13 +130,13 @@ class MatDefaultEnabledColumnResizeFlex extends AbstractMatColumnResize {
130130 eventDispatcher = inject ( HeaderRowEventDispatcher ) ;
131131 ngZone = inject ( NgZone ) ;
132132 notifier = inject ( ColumnResizeNotifierSource ) ;
133- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatDefaultEnabledColumnResizeFlex , deps : null , target : i0 . ɵɵFactoryTarget . Directive } ) ;
134- static ɵdir = i0 . ɵɵngDeclareDirective ( { minVersion : "14.0.0" , version : "20.0.0-next.3 " , type : MatDefaultEnabledColumnResizeFlex , isStandalone : true , selector : "mat-table" , host : { classAttribute : "mat-column-resize-flex" } , providers : [
133+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatDefaultEnabledColumnResizeFlex , deps : null , target : i0 . ɵɵFactoryTarget . Directive } ) ;
134+ static ɵdir = i0 . ɵɵngDeclareDirective ( { minVersion : "14.0.0" , version : "20.0.0-next.4 " , type : MatDefaultEnabledColumnResizeFlex , isStandalone : true , selector : "mat-table" , host : { classAttribute : "mat-column-resize-flex" } , providers : [
135135 ...FLEX_PROVIDERS ,
136136 { provide : ColumnResize , useExisting : MatDefaultEnabledColumnResizeFlex } ,
137137 ] , usesInheritance : true , ngImport : i0 } ) ;
138138}
139- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatDefaultEnabledColumnResizeFlex , decorators : [ {
139+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatDefaultEnabledColumnResizeFlex , decorators : [ {
140140 type : Directive ,
141141 args : [ {
142142 selector : 'mat-table' ,
@@ -174,10 +174,10 @@ class MatColumnResizeOverlayHandle extends ResizeOverlayHandle {
174174 : originHeight ,
175175 } ) ;
176176 }
177- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatColumnResizeOverlayHandle , deps : null , target : i0 . ɵɵFactoryTarget . Component } ) ;
178- static ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "20.0.0-next.3 " , type : MatColumnResizeOverlayHandle , isStandalone : true , selector : "ng-component" , host : { classAttribute : "mat-column-resize-overlay-thumb" } , viewQueries : [ { propertyName : "topElement" , first : true , predicate : [ "top" ] , descendants : true , static : true } ] , usesInheritance : true , ngImport : i0 , template : '<div #top class="mat-column-resize-overlay-thumb-top"></div>' , isInline : true , changeDetection : i0 . ChangeDetectionStrategy . OnPush , encapsulation : i0 . ViewEncapsulation . None } ) ;
177+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatColumnResizeOverlayHandle , deps : null , target : i0 . ɵɵFactoryTarget . Component } ) ;
178+ static ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "20.0.0-next.4 " , type : MatColumnResizeOverlayHandle , isStandalone : true , selector : "ng-component" , host : { classAttribute : "mat-column-resize-overlay-thumb" } , viewQueries : [ { propertyName : "topElement" , first : true , predicate : [ "top" ] , descendants : true , static : true } ] , usesInheritance : true , ngImport : i0 , template : '<div #top class="mat-column-resize-overlay-thumb-top"></div>' , isInline : true , changeDetection : i0 . ChangeDetectionStrategy . OnPush , encapsulation : i0 . ViewEncapsulation . None } ) ;
179179}
180- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatColumnResizeOverlayHandle , decorators : [ {
180+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatColumnResizeOverlayHandle , decorators : [ {
181181 type : Component ,
182182 args : [ {
183183 changeDetection : ChangeDetectionStrategy . OnPush ,
@@ -226,10 +226,10 @@ class MatDefaultResizable extends AbstractMatResizable {
226226 viewContainerRef = inject ( ViewContainerRef ) ;
227227 changeDetectorRef = inject ( ChangeDetectorRef ) ;
228228 document = inject ( DOCUMENT ) ;
229- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatDefaultResizable , deps : null , target : i0 . ɵɵFactoryTarget . Directive } ) ;
230- static ɵdir = i0 . ɵɵngDeclareDirective ( { minVersion : "14.0.0" , version : "20.0.0-next.3 " , type : MatDefaultResizable , isStandalone : true , selector : "mat-header-cell:not([disableResize]), th[mat-header-cell]:not([disableResize])" , inputs : { minWidthPx : [ "matResizableMinWidthPx" , "minWidthPx" ] , maxWidthPx : [ "matResizableMaxWidthPx" , "maxWidthPx" ] } , host : { classAttribute : "mat-resizable" } , usesInheritance : true , ngImport : i0 } ) ;
229+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatDefaultResizable , deps : null , target : i0 . ɵɵFactoryTarget . Directive } ) ;
230+ static ɵdir = i0 . ɵɵngDeclareDirective ( { minVersion : "14.0.0" , version : "20.0.0-next.4 " , type : MatDefaultResizable , isStandalone : true , selector : "mat-header-cell:not([disableResize]), th[mat-header-cell]:not([disableResize])" , inputs : { minWidthPx : [ "matResizableMinWidthPx" , "minWidthPx" ] , maxWidthPx : [ "matResizableMaxWidthPx" , "maxWidthPx" ] } , host : { classAttribute : "mat-resizable" } , usesInheritance : true , ngImport : i0 } ) ;
231231}
232- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatDefaultResizable , decorators : [ {
232+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatDefaultResizable , decorators : [ {
233233 type : Directive ,
234234 args : [ {
235235 selector : 'mat-header-cell:not([disableResize]), th[mat-header-cell]:not([disableResize])' ,
@@ -256,10 +256,10 @@ class MatResizable extends AbstractMatResizable {
256256 viewContainerRef = inject ( ViewContainerRef ) ;
257257 changeDetectorRef = inject ( ChangeDetectorRef ) ;
258258 document = inject ( DOCUMENT ) ;
259- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatResizable , deps : null , target : i0 . ɵɵFactoryTarget . Directive } ) ;
260- static ɵdir = i0 . ɵɵngDeclareDirective ( { minVersion : "14.0.0" , version : "20.0.0-next.3 " , type : MatResizable , isStandalone : true , selector : "mat-header-cell[resizable], th[mat-header-cell][resizable]" , inputs : { minWidthPx : [ "matResizableMinWidthPx" , "minWidthPx" ] , maxWidthPx : [ "matResizableMaxWidthPx" , "maxWidthPx" ] } , host : { classAttribute : "mat-resizable" } , usesInheritance : true , ngImport : i0 } ) ;
259+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatResizable , deps : null , target : i0 . ɵɵFactoryTarget . Directive } ) ;
260+ static ɵdir = i0 . ɵɵngDeclareDirective ( { minVersion : "14.0.0" , version : "20.0.0-next.4 " , type : MatResizable , isStandalone : true , selector : "mat-header-cell[resizable], th[mat-header-cell][resizable]" , inputs : { minWidthPx : [ "matResizableMinWidthPx" , "minWidthPx" ] , maxWidthPx : [ "matResizableMaxWidthPx" , "maxWidthPx" ] } , host : { classAttribute : "mat-resizable" } , usesInheritance : true , ngImport : i0 } ) ;
261261}
262- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatResizable , decorators : [ {
262+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatResizable , decorators : [ {
263263 type : Directive ,
264264 args : [ {
265265 selector : 'mat-header-cell[resizable], th[mat-header-cell][resizable]' ,
@@ -270,11 +270,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.3",
270270
271271const ENTRY_COMMON_COMPONENTS = [ MatColumnResizeOverlayHandle ] ;
272272class MatColumnResizeCommonModule {
273- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatColumnResizeCommonModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ;
274- static ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatColumnResizeCommonModule , imports : [ MatColumnResizeOverlayHandle ] , exports : [ MatColumnResizeOverlayHandle ] } ) ;
275- static ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatColumnResizeCommonModule } ) ;
273+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatColumnResizeCommonModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ;
274+ static ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatColumnResizeCommonModule , imports : [ MatColumnResizeOverlayHandle ] , exports : [ MatColumnResizeOverlayHandle ] } ) ;
275+ static ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatColumnResizeCommonModule } ) ;
276276}
277- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatColumnResizeCommonModule , decorators : [ {
277+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatColumnResizeCommonModule , decorators : [ {
278278 type : NgModule ,
279279 args : [ {
280280 imports : [ ...ENTRY_COMMON_COMPONENTS ] ,
@@ -283,13 +283,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.3",
283283 } ] } ) ;
284284const IMPORTS = [ MatCommonModule , OverlayModule , MatColumnResizeCommonModule ] ;
285285class MatDefaultEnabledColumnResizeModule {
286- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatDefaultEnabledColumnResizeModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ;
287- static ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatDefaultEnabledColumnResizeModule , imports : [ MatCommonModule , OverlayModule , MatColumnResizeCommonModule , MatDefaultEnabledColumnResize ,
286+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatDefaultEnabledColumnResizeModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ;
287+ static ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatDefaultEnabledColumnResizeModule , imports : [ MatCommonModule , OverlayModule , MatColumnResizeCommonModule , MatDefaultEnabledColumnResize ,
288288 MatDefaultEnabledColumnResizeFlex ,
289289 MatDefaultResizable ] , exports : [ MatDefaultEnabledColumnResize , MatDefaultEnabledColumnResizeFlex , MatDefaultResizable ] } ) ;
290- static ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatDefaultEnabledColumnResizeModule , imports : [ IMPORTS ] } ) ;
290+ static ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatDefaultEnabledColumnResizeModule , imports : [ IMPORTS ] } ) ;
291291}
292- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatDefaultEnabledColumnResizeModule , decorators : [ {
292+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatDefaultEnabledColumnResizeModule , decorators : [ {
293293 type : NgModule ,
294294 args : [ {
295295 imports : [
@@ -302,11 +302,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.3",
302302 } ]
303303 } ] } ) ;
304304class MatColumnResizeModule {
305- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatColumnResizeModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ;
306- static ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatColumnResizeModule , imports : [ MatCommonModule , OverlayModule , MatColumnResizeCommonModule , MatColumnResize , MatColumnResizeFlex , MatResizable ] , exports : [ MatColumnResize , MatColumnResizeFlex , MatResizable ] } ) ;
307- static ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatColumnResizeModule , imports : [ IMPORTS ] } ) ;
305+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatColumnResizeModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ;
306+ static ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatColumnResizeModule , imports : [ MatCommonModule , OverlayModule , MatColumnResizeCommonModule , MatColumnResize , MatColumnResizeFlex , MatResizable ] , exports : [ MatColumnResize , MatColumnResizeFlex , MatResizable ] } ) ;
307+ static ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatColumnResizeModule , imports : [ IMPORTS ] } ) ;
308308}
309- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.3 " , ngImport : i0 , type : MatColumnResizeModule , decorators : [ {
309+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.4 " , ngImport : i0 , type : MatColumnResizeModule , decorators : [ {
310310 type : NgModule ,
311311 args : [ {
312312 imports : [ ...IMPORTS , MatColumnResize , MatColumnResizeFlex , MatResizable ] ,
0 commit comments