@angular/material-experimental 19.0.0-next.2 → 19.0.0-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/column-resize/index.d.ts +4 -13
- package/fesm2022/column-resize.mjs +122 -157
- package/fesm2022/column-resize.mjs.map +1 -1
- package/fesm2022/material-experimental.mjs +1 -1
- package/fesm2022/material-experimental.mjs.map +1 -1
- package/fesm2022/menubar.mjs +10 -10
- package/fesm2022/popover-edit.mjs +25 -25
- package/fesm2022/selection.mjs +27 -38
- package/fesm2022/selection.mjs.map +1 -1
- package/package.json +3 -3
- package/popover-edit/_popover-edit-theme.scss +1 -1
- package/selection/index.d.ts +2 -4
package/column-resize/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { CdkColumnDef } from '@angular/cdk/table';
|
|
2
2
|
import { CdkFlexTableResizeStrategy } from '@angular/cdk-experimental/column-resize';
|
|
3
|
-
import { CdkTable } from '@angular/cdk/table';
|
|
4
3
|
import { ChangeDetectorRef } from '@angular/core';
|
|
5
4
|
import { _CoalescedStyleScheduler } from '@angular/cdk/table';
|
|
6
5
|
import { ColumnResize } from '@angular/cdk-experimental/column-resize';
|
|
@@ -88,7 +87,6 @@ export declare class MatColumnResize extends AbstractMatColumnResize {
|
|
|
88
87
|
protected readonly eventDispatcher: HeaderRowEventDispatcher;
|
|
89
88
|
protected readonly ngZone: NgZone;
|
|
90
89
|
protected readonly notifier: ColumnResizeNotifierSource;
|
|
91
|
-
constructor(columnResizeNotifier: ColumnResizeNotifier, elementRef: ElementRef<HTMLElement>, eventDispatcher: HeaderRowEventDispatcher, ngZone: NgZone, notifier: ColumnResizeNotifierSource);
|
|
92
90
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatColumnResize, never>;
|
|
93
91
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MatColumnResize, "table[mat-table][columnResize]", never, {}, {}, never, never, true, never>;
|
|
94
92
|
}
|
|
@@ -109,7 +107,6 @@ export declare class MatColumnResizeFlex extends AbstractMatColumnResize {
|
|
|
109
107
|
protected readonly eventDispatcher: HeaderRowEventDispatcher;
|
|
110
108
|
protected readonly ngZone: NgZone;
|
|
111
109
|
protected readonly notifier: ColumnResizeNotifierSource;
|
|
112
|
-
constructor(columnResizeNotifier: ColumnResizeNotifier, elementRef: ElementRef<HTMLElement>, eventDispatcher: HeaderRowEventDispatcher, ngZone: NgZone, notifier: ColumnResizeNotifierSource);
|
|
113
110
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatColumnResizeFlex, never>;
|
|
114
111
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MatColumnResizeFlex, "mat-table[columnResize]", never, {}, {}, never, never, true, never>;
|
|
115
112
|
}
|
|
@@ -128,7 +125,7 @@ export declare class MatColumnResizeOverlayHandle extends ResizeOverlayHandle {
|
|
|
128
125
|
protected readonly columnDef: CdkColumnDef;
|
|
129
126
|
protected readonly columnResize: ColumnResize;
|
|
130
127
|
protected readonly directionality: Directionality;
|
|
131
|
-
protected readonly elementRef: ElementRef
|
|
128
|
+
protected readonly elementRef: ElementRef<any>;
|
|
132
129
|
protected readonly eventDispatcher: HeaderRowEventDispatcher;
|
|
133
130
|
protected readonly ngZone: NgZone;
|
|
134
131
|
protected readonly resizeNotifier: ColumnResizeNotifierSource;
|
|
@@ -136,7 +133,6 @@ export declare class MatColumnResizeOverlayHandle extends ResizeOverlayHandle {
|
|
|
136
133
|
protected readonly styleScheduler: _CoalescedStyleScheduler;
|
|
137
134
|
protected readonly document: Document;
|
|
138
135
|
topElement: ElementRef<HTMLElement>;
|
|
139
|
-
constructor(columnDef: CdkColumnDef, columnResize: ColumnResize, directionality: Directionality, elementRef: ElementRef, eventDispatcher: HeaderRowEventDispatcher, ngZone: NgZone, resizeNotifier: ColumnResizeNotifierSource, resizeRef: ResizeRef, styleScheduler: _CoalescedStyleScheduler, document: any);
|
|
140
136
|
protected updateResizeActive(active: boolean): void;
|
|
141
137
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatColumnResizeOverlayHandle, never>;
|
|
142
138
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatColumnResizeOverlayHandle, "ng-component", never, {}, {}, never, never, true, never>;
|
|
@@ -152,7 +148,6 @@ export declare class MatDefaultEnabledColumnResize extends AbstractMatColumnResi
|
|
|
152
148
|
protected readonly eventDispatcher: HeaderRowEventDispatcher;
|
|
153
149
|
protected readonly ngZone: NgZone;
|
|
154
150
|
protected readonly notifier: ColumnResizeNotifierSource;
|
|
155
|
-
constructor(columnResizeNotifier: ColumnResizeNotifier, elementRef: ElementRef<HTMLElement>, eventDispatcher: HeaderRowEventDispatcher, ngZone: NgZone, notifier: ColumnResizeNotifierSource);
|
|
156
151
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDefaultEnabledColumnResize, never>;
|
|
157
152
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MatDefaultEnabledColumnResize, "table[mat-table]", never, {}, {}, never, never, true, never>;
|
|
158
153
|
}
|
|
@@ -167,7 +162,6 @@ export declare class MatDefaultEnabledColumnResizeFlex extends AbstractMatColumn
|
|
|
167
162
|
protected readonly eventDispatcher: HeaderRowEventDispatcher;
|
|
168
163
|
protected readonly ngZone: NgZone;
|
|
169
164
|
protected readonly notifier: ColumnResizeNotifierSource;
|
|
170
|
-
constructor(columnResizeNotifier: ColumnResizeNotifier, elementRef: ElementRef<HTMLElement>, eventDispatcher: HeaderRowEventDispatcher, ngZone: NgZone, notifier: ColumnResizeNotifierSource);
|
|
171
165
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDefaultEnabledColumnResizeFlex, never>;
|
|
172
166
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MatDefaultEnabledColumnResizeFlex, "mat-table", never, {}, {}, never, never, true, never>;
|
|
173
167
|
}
|
|
@@ -186,7 +180,7 @@ export declare class MatDefaultResizable extends AbstractMatResizable {
|
|
|
186
180
|
protected readonly columnDef: CdkColumnDef;
|
|
187
181
|
protected readonly columnResize: ColumnResize;
|
|
188
182
|
protected readonly directionality: Directionality;
|
|
189
|
-
protected readonly elementRef: ElementRef
|
|
183
|
+
protected readonly elementRef: ElementRef<any>;
|
|
190
184
|
protected readonly eventDispatcher: HeaderRowEventDispatcher;
|
|
191
185
|
protected readonly injector: Injector;
|
|
192
186
|
protected readonly ngZone: NgZone;
|
|
@@ -197,7 +191,6 @@ export declare class MatDefaultResizable extends AbstractMatResizable {
|
|
|
197
191
|
protected readonly viewContainerRef: ViewContainerRef;
|
|
198
192
|
protected readonly changeDetectorRef: ChangeDetectorRef;
|
|
199
193
|
protected readonly document: Document;
|
|
200
|
-
constructor(columnDef: CdkColumnDef, columnResize: ColumnResize, directionality: Directionality, document: any, elementRef: ElementRef, eventDispatcher: HeaderRowEventDispatcher, injector: Injector, ngZone: NgZone, overlay: Overlay, resizeNotifier: ColumnResizeNotifierSource, resizeStrategy: ResizeStrategy, styleScheduler: _CoalescedStyleScheduler, viewContainerRef: ViewContainerRef, changeDetectorRef: ChangeDetectorRef);
|
|
201
194
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDefaultResizable, never>;
|
|
202
195
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MatDefaultResizable, "mat-header-cell:not([disableResize]), th[mat-header-cell]:not([disableResize])", never, { "minWidthPx": { "alias": "matResizableMinWidthPx"; "required": false; }; "maxWidthPx": { "alias": "matResizableMaxWidthPx"; "required": false; }; }, {}, never, never, true, never>;
|
|
203
196
|
}
|
|
@@ -206,9 +199,8 @@ export declare class MatDefaultResizable extends AbstractMatResizable {
|
|
|
206
199
|
* Overrides CdkFlexTableResizeStrategy to match mat-column elements.
|
|
207
200
|
*/
|
|
208
201
|
export declare class MatFlexTableResizeStrategy extends CdkFlexTableResizeStrategy {
|
|
209
|
-
constructor(columnResize: ColumnResize, styleScheduler: _CoalescedStyleScheduler, table: CdkTable<unknown>, document: any, nonce?: string | null);
|
|
210
202
|
protected getColumnCssClass(cssFriendlyColumnName: string): string;
|
|
211
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatFlexTableResizeStrategy,
|
|
203
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatFlexTableResizeStrategy, never>;
|
|
212
204
|
static ɵprov: i0.ɵɵInjectableDeclaration<MatFlexTableResizeStrategy>;
|
|
213
205
|
}
|
|
214
206
|
|
|
@@ -219,7 +211,7 @@ export declare class MatResizable extends AbstractMatResizable {
|
|
|
219
211
|
protected readonly columnDef: CdkColumnDef;
|
|
220
212
|
protected readonly columnResize: ColumnResize;
|
|
221
213
|
protected readonly directionality: Directionality;
|
|
222
|
-
protected readonly elementRef: ElementRef
|
|
214
|
+
protected readonly elementRef: ElementRef<any>;
|
|
223
215
|
protected readonly eventDispatcher: HeaderRowEventDispatcher;
|
|
224
216
|
protected readonly injector: Injector;
|
|
225
217
|
protected readonly ngZone: NgZone;
|
|
@@ -230,7 +222,6 @@ export declare class MatResizable extends AbstractMatResizable {
|
|
|
230
222
|
protected readonly viewContainerRef: ViewContainerRef;
|
|
231
223
|
protected readonly changeDetectorRef: ChangeDetectorRef;
|
|
232
224
|
protected readonly document: Document;
|
|
233
|
-
constructor(columnDef: CdkColumnDef, columnResize: ColumnResize, directionality: Directionality, document: any, elementRef: ElementRef, eventDispatcher: HeaderRowEventDispatcher, injector: Injector, ngZone: NgZone, overlay: Overlay, resizeNotifier: ColumnResizeNotifierSource, resizeStrategy: ResizeStrategy, styleScheduler: _CoalescedStyleScheduler, viewContainerRef: ViewContainerRef, changeDetectorRef: ChangeDetectorRef);
|
|
234
225
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatResizable, never>;
|
|
235
226
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MatResizable, "mat-header-cell[resizable], th[mat-header-cell][resizable]", never, { "minWidthPx": { "alias": "matResizableMinWidthPx"; "required": false; }; "maxWidthPx": { "alias": "matResizableMaxWidthPx"; "required": false; }; }, {}, never, never, true, never>;
|
|
236
227
|
}
|
|
@@ -1,43 +1,26 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import { CdkFlexTableResizeStrategy, ResizeStrategy, ColumnResizeNotifier, HeaderRowEventDispatcher, ColumnResizeNotifierSource, TABLE_LAYOUT_FIXED_RESIZE_STRATEGY_PROVIDER, ColumnResize, ResizeOverlayHandle, Resizable } from '@angular/cdk-experimental/column-resize';
|
|
2
|
+
import { Injectable, inject, ElementRef, NgZone, Directive, Component, ChangeDetectionStrategy, ViewEncapsulation, ViewChild, Injector, ViewContainerRef, ChangeDetectorRef, NgModule } from '@angular/core';
|
|
3
|
+
import { CdkFlexTableResizeStrategy, ResizeStrategy, ColumnResizeNotifier, HeaderRowEventDispatcher, ColumnResizeNotifierSource, TABLE_LAYOUT_FIXED_RESIZE_STRATEGY_PROVIDER, ColumnResize, ResizeOverlayHandle, ResizeRef, Resizable } from '@angular/cdk-experimental/column-resize';
|
|
5
4
|
export { TABLE_LAYOUT_FIXED_RESIZE_STRATEGY_PROVIDER } from '@angular/cdk-experimental/column-resize';
|
|
6
|
-
import { DOCUMENT } from '@angular/common';
|
|
7
|
-
import * as i1$1 from '@angular/cdk/table';
|
|
8
|
-
import { _COALESCED_STYLE_SCHEDULER } from '@angular/cdk/table';
|
|
9
5
|
import { MatCommonModule } from '@angular/material/core';
|
|
10
|
-
import
|
|
11
|
-
import {
|
|
12
|
-
import
|
|
6
|
+
import { Overlay, OverlayModule } from '@angular/cdk/overlay';
|
|
7
|
+
import { DOCUMENT } from '@angular/common';
|
|
8
|
+
import { Directionality } from '@angular/cdk/bidi';
|
|
9
|
+
import { CdkColumnDef, _COALESCED_STYLE_SCHEDULER } from '@angular/cdk/table';
|
|
13
10
|
|
|
14
11
|
/**
|
|
15
12
|
* Overrides CdkFlexTableResizeStrategy to match mat-column elements.
|
|
16
13
|
*/
|
|
17
14
|
class MatFlexTableResizeStrategy extends CdkFlexTableResizeStrategy {
|
|
18
|
-
constructor(columnResize, styleScheduler, table, document, nonce) {
|
|
19
|
-
super(columnResize, styleScheduler, table, document, nonce);
|
|
20
|
-
}
|
|
21
15
|
getColumnCssClass(cssFriendlyColumnName) {
|
|
22
16
|
return `mat-column-${cssFriendlyColumnName}`;
|
|
23
17
|
}
|
|
24
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatFlexTableResizeStrategy, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatFlexTableResizeStrategy }); }
|
|
26
20
|
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatFlexTableResizeStrategy, decorators: [{
|
|
28
22
|
type: Injectable
|
|
29
|
-
}]
|
|
30
|
-
type: Inject,
|
|
31
|
-
args: [_COALESCED_STYLE_SCHEDULER]
|
|
32
|
-
}] }, { type: i1$1.CdkTable }, { type: undefined, decorators: [{
|
|
33
|
-
type: Inject,
|
|
34
|
-
args: [DOCUMENT]
|
|
35
|
-
}] }, { type: undefined, decorators: [{
|
|
36
|
-
type: Inject,
|
|
37
|
-
args: [CSP_NONCE]
|
|
38
|
-
}, {
|
|
39
|
-
type: Optional
|
|
40
|
-
}] }] });
|
|
23
|
+
}] });
|
|
41
24
|
const FLEX_RESIZE_STRATEGY_PROVIDER = {
|
|
42
25
|
provide: ResizeStrategy,
|
|
43
26
|
useClass: MatFlexTableResizeStrategy,
|
|
@@ -70,18 +53,18 @@ class AbstractMatColumnResize extends ColumnResize {
|
|
|
70
53
|
* Individual columns must be annotated specifically.
|
|
71
54
|
*/
|
|
72
55
|
class MatColumnResize extends AbstractMatColumnResize {
|
|
73
|
-
constructor(
|
|
74
|
-
super();
|
|
75
|
-
this.columnResizeNotifier =
|
|
76
|
-
this.elementRef =
|
|
77
|
-
this.eventDispatcher =
|
|
78
|
-
this.ngZone =
|
|
79
|
-
this.notifier =
|
|
56
|
+
constructor() {
|
|
57
|
+
super(...arguments);
|
|
58
|
+
this.columnResizeNotifier = inject(ColumnResizeNotifier);
|
|
59
|
+
this.elementRef = inject(ElementRef);
|
|
60
|
+
this.eventDispatcher = inject(HeaderRowEventDispatcher);
|
|
61
|
+
this.ngZone = inject(NgZone);
|
|
62
|
+
this.notifier = inject(ColumnResizeNotifierSource);
|
|
80
63
|
}
|
|
81
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
82
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
64
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatColumnResize, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
65
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.2", 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 }); }
|
|
83
66
|
}
|
|
84
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
67
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatColumnResize, decorators: [{
|
|
85
68
|
type: Directive,
|
|
86
69
|
args: [{
|
|
87
70
|
selector: 'table[mat-table][columnResize]',
|
|
@@ -89,25 +72,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
|
|
|
89
72
|
providers: [...TABLE_PROVIDERS, { provide: ColumnResize, useExisting: MatColumnResize }],
|
|
90
73
|
standalone: true,
|
|
91
74
|
}]
|
|
92
|
-
}]
|
|
75
|
+
}] });
|
|
93
76
|
|
|
94
77
|
/**
|
|
95
78
|
* Explicitly enables column resizing for a flexbox-based mat-table.
|
|
96
79
|
* Individual columns must be annotated specifically.
|
|
97
80
|
*/
|
|
98
81
|
class MatColumnResizeFlex extends AbstractMatColumnResize {
|
|
99
|
-
constructor(
|
|
100
|
-
super();
|
|
101
|
-
this.columnResizeNotifier =
|
|
102
|
-
this.elementRef =
|
|
103
|
-
this.eventDispatcher =
|
|
104
|
-
this.ngZone =
|
|
105
|
-
this.notifier =
|
|
82
|
+
constructor() {
|
|
83
|
+
super(...arguments);
|
|
84
|
+
this.columnResizeNotifier = inject(ColumnResizeNotifier);
|
|
85
|
+
this.elementRef = inject(ElementRef);
|
|
86
|
+
this.eventDispatcher = inject(HeaderRowEventDispatcher);
|
|
87
|
+
this.ngZone = inject(NgZone);
|
|
88
|
+
this.notifier = inject(ColumnResizeNotifierSource);
|
|
106
89
|
}
|
|
107
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
108
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
90
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatColumnResizeFlex, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
91
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.2", 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 }); }
|
|
109
92
|
}
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
93
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatColumnResizeFlex, decorators: [{
|
|
111
94
|
type: Directive,
|
|
112
95
|
args: [{
|
|
113
96
|
selector: 'mat-table[columnResize]',
|
|
@@ -115,28 +98,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
|
|
|
115
98
|
providers: [...FLEX_PROVIDERS, { provide: ColumnResize, useExisting: MatColumnResizeFlex }],
|
|
116
99
|
standalone: true,
|
|
117
100
|
}]
|
|
118
|
-
}]
|
|
101
|
+
}] });
|
|
119
102
|
|
|
120
103
|
/**
|
|
121
104
|
* Implicitly enables column resizing for a table-based mat-table.
|
|
122
105
|
* Individual columns will be resizable unless opted out.
|
|
123
106
|
*/
|
|
124
107
|
class MatDefaultEnabledColumnResize extends AbstractMatColumnResize {
|
|
125
|
-
constructor(
|
|
126
|
-
super();
|
|
127
|
-
this.columnResizeNotifier =
|
|
128
|
-
this.elementRef =
|
|
129
|
-
this.eventDispatcher =
|
|
130
|
-
this.ngZone =
|
|
131
|
-
this.notifier =
|
|
108
|
+
constructor() {
|
|
109
|
+
super(...arguments);
|
|
110
|
+
this.columnResizeNotifier = inject(ColumnResizeNotifier);
|
|
111
|
+
this.elementRef = inject(ElementRef);
|
|
112
|
+
this.eventDispatcher = inject(HeaderRowEventDispatcher);
|
|
113
|
+
this.ngZone = inject(NgZone);
|
|
114
|
+
this.notifier = inject(ColumnResizeNotifierSource);
|
|
132
115
|
}
|
|
133
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
134
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
116
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatDefaultEnabledColumnResize, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
117
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.2", type: MatDefaultEnabledColumnResize, isStandalone: true, selector: "table[mat-table]", host: { classAttribute: "mat-column-resize-table" }, providers: [
|
|
135
118
|
...TABLE_PROVIDERS,
|
|
136
119
|
{ provide: ColumnResize, useExisting: MatDefaultEnabledColumnResize },
|
|
137
120
|
], usesInheritance: true, ngImport: i0 }); }
|
|
138
121
|
}
|
|
139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatDefaultEnabledColumnResize, decorators: [{
|
|
140
123
|
type: Directive,
|
|
141
124
|
args: [{
|
|
142
125
|
selector: 'table[mat-table]',
|
|
@@ -147,28 +130,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
|
|
|
147
130
|
],
|
|
148
131
|
standalone: true,
|
|
149
132
|
}]
|
|
150
|
-
}]
|
|
133
|
+
}] });
|
|
151
134
|
|
|
152
135
|
/**
|
|
153
136
|
* Implicitly enables column resizing for a flexbox-based mat-table.
|
|
154
137
|
* Individual columns will be resizable unless opted out.
|
|
155
138
|
*/
|
|
156
139
|
class MatDefaultEnabledColumnResizeFlex extends AbstractMatColumnResize {
|
|
157
|
-
constructor(
|
|
158
|
-
super();
|
|
159
|
-
this.columnResizeNotifier =
|
|
160
|
-
this.elementRef =
|
|
161
|
-
this.eventDispatcher =
|
|
162
|
-
this.ngZone =
|
|
163
|
-
this.notifier =
|
|
140
|
+
constructor() {
|
|
141
|
+
super(...arguments);
|
|
142
|
+
this.columnResizeNotifier = inject(ColumnResizeNotifier);
|
|
143
|
+
this.elementRef = inject(ElementRef);
|
|
144
|
+
this.eventDispatcher = inject(HeaderRowEventDispatcher);
|
|
145
|
+
this.ngZone = inject(NgZone);
|
|
146
|
+
this.notifier = inject(ColumnResizeNotifierSource);
|
|
164
147
|
}
|
|
165
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
166
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
148
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatDefaultEnabledColumnResizeFlex, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
149
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.2", type: MatDefaultEnabledColumnResizeFlex, isStandalone: true, selector: "mat-table", host: { classAttribute: "mat-column-resize-flex" }, providers: [
|
|
167
150
|
...FLEX_PROVIDERS,
|
|
168
151
|
{ provide: ColumnResize, useExisting: MatDefaultEnabledColumnResizeFlex },
|
|
169
152
|
], usesInheritance: true, ngImport: i0 }); }
|
|
170
153
|
}
|
|
171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatDefaultEnabledColumnResizeFlex, decorators: [{
|
|
172
155
|
type: Directive,
|
|
173
156
|
args: [{
|
|
174
157
|
selector: 'mat-table',
|
|
@@ -179,25 +162,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
|
|
|
179
162
|
],
|
|
180
163
|
standalone: true,
|
|
181
164
|
}]
|
|
182
|
-
}]
|
|
165
|
+
}] });
|
|
183
166
|
|
|
184
167
|
/**
|
|
185
168
|
* Component shown over the edge of a resizable column that is responsible
|
|
186
169
|
* for handling column resize mouse events and displaying a vertical line along the column edge.
|
|
187
170
|
*/
|
|
188
171
|
class MatColumnResizeOverlayHandle extends ResizeOverlayHandle {
|
|
189
|
-
constructor(
|
|
190
|
-
super();
|
|
191
|
-
this.columnDef =
|
|
192
|
-
this.columnResize =
|
|
193
|
-
this.directionality =
|
|
194
|
-
this.elementRef =
|
|
195
|
-
this.eventDispatcher =
|
|
196
|
-
this.ngZone =
|
|
197
|
-
this.resizeNotifier =
|
|
198
|
-
this.resizeRef =
|
|
199
|
-
this.styleScheduler =
|
|
200
|
-
this.document =
|
|
172
|
+
constructor() {
|
|
173
|
+
super(...arguments);
|
|
174
|
+
this.columnDef = inject(CdkColumnDef);
|
|
175
|
+
this.columnResize = inject(ColumnResize);
|
|
176
|
+
this.directionality = inject(Directionality);
|
|
177
|
+
this.elementRef = inject(ElementRef);
|
|
178
|
+
this.eventDispatcher = inject(HeaderRowEventDispatcher);
|
|
179
|
+
this.ngZone = inject(NgZone);
|
|
180
|
+
this.resizeNotifier = inject(ColumnResizeNotifierSource);
|
|
181
|
+
this.resizeRef = inject(ResizeRef);
|
|
182
|
+
this.styleScheduler = inject(_COALESCED_STYLE_SCHEDULER);
|
|
183
|
+
this.document = inject(DOCUMENT);
|
|
201
184
|
}
|
|
202
185
|
updateResizeActive(active) {
|
|
203
186
|
super.updateResizeActive(active);
|
|
@@ -209,10 +192,10 @@ class MatColumnResizeOverlayHandle extends ResizeOverlayHandle {
|
|
|
209
192
|
: originHeight,
|
|
210
193
|
});
|
|
211
194
|
}
|
|
212
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
213
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
195
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatColumnResizeOverlayHandle, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
196
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.0-next.2", 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 }); }
|
|
214
197
|
}
|
|
215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatColumnResizeOverlayHandle, decorators: [{
|
|
216
199
|
type: Component,
|
|
217
200
|
args: [{
|
|
218
201
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -221,13 +204,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
|
|
|
221
204
|
template: '<div #top class="mat-column-resize-overlay-thumb-top"></div>',
|
|
222
205
|
standalone: true,
|
|
223
206
|
}]
|
|
224
|
-
}],
|
|
225
|
-
type: Inject,
|
|
226
|
-
args: [_COALESCED_STYLE_SCHEDULER]
|
|
227
|
-
}] }, { type: undefined, decorators: [{
|
|
228
|
-
type: Inject,
|
|
229
|
-
args: [DOCUMENT]
|
|
230
|
-
}] }], propDecorators: { topElement: [{
|
|
207
|
+
}], propDecorators: { topElement: [{
|
|
231
208
|
type: ViewChild,
|
|
232
209
|
args: ['top', { static: true }]
|
|
233
210
|
}] } });
|
|
@@ -257,27 +234,27 @@ const RESIZABLE_INPUTS = [
|
|
|
257
234
|
* is present.
|
|
258
235
|
*/
|
|
259
236
|
class MatDefaultResizable extends AbstractMatResizable {
|
|
260
|
-
constructor(
|
|
261
|
-
super();
|
|
262
|
-
this.columnDef =
|
|
263
|
-
this.columnResize =
|
|
264
|
-
this.directionality =
|
|
265
|
-
this.elementRef =
|
|
266
|
-
this.eventDispatcher =
|
|
267
|
-
this.injector =
|
|
268
|
-
this.ngZone =
|
|
269
|
-
this.overlay =
|
|
270
|
-
this.resizeNotifier =
|
|
271
|
-
this.resizeStrategy =
|
|
272
|
-
this.styleScheduler =
|
|
273
|
-
this.viewContainerRef =
|
|
274
|
-
this.changeDetectorRef =
|
|
275
|
-
this.document =
|
|
237
|
+
constructor() {
|
|
238
|
+
super(...arguments);
|
|
239
|
+
this.columnDef = inject(CdkColumnDef);
|
|
240
|
+
this.columnResize = inject(ColumnResize);
|
|
241
|
+
this.directionality = inject(Directionality);
|
|
242
|
+
this.elementRef = inject(ElementRef);
|
|
243
|
+
this.eventDispatcher = inject(HeaderRowEventDispatcher);
|
|
244
|
+
this.injector = inject(Injector);
|
|
245
|
+
this.ngZone = inject(NgZone);
|
|
246
|
+
this.overlay = inject(Overlay);
|
|
247
|
+
this.resizeNotifier = inject(ColumnResizeNotifierSource);
|
|
248
|
+
this.resizeStrategy = inject(ResizeStrategy);
|
|
249
|
+
this.styleScheduler = inject(_COALESCED_STYLE_SCHEDULER);
|
|
250
|
+
this.viewContainerRef = inject(ViewContainerRef);
|
|
251
|
+
this.changeDetectorRef = inject(ChangeDetectorRef);
|
|
252
|
+
this.document = inject(DOCUMENT);
|
|
276
253
|
}
|
|
277
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
278
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
254
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatDefaultResizable, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
255
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.2", 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 }); }
|
|
279
256
|
}
|
|
280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatDefaultResizable, decorators: [{
|
|
281
258
|
type: Directive,
|
|
282
259
|
args: [{
|
|
283
260
|
selector: 'mat-header-cell:not([disableResize]), th[mat-header-cell]:not([disableResize])',
|
|
@@ -285,39 +262,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
|
|
|
285
262
|
inputs: RESIZABLE_INPUTS,
|
|
286
263
|
standalone: true,
|
|
287
264
|
}]
|
|
288
|
-
}]
|
|
289
|
-
type: Inject,
|
|
290
|
-
args: [DOCUMENT]
|
|
291
|
-
}] }, { type: i0.ElementRef }, { type: i1.HeaderRowEventDispatcher }, { type: i0.Injector }, { type: i0.NgZone }, { type: i4.Overlay }, { type: i1.ColumnResizeNotifierSource }, { type: i1.ResizeStrategy }, { type: i1$1._CoalescedStyleScheduler, decorators: [{
|
|
292
|
-
type: Inject,
|
|
293
|
-
args: [_COALESCED_STYLE_SCHEDULER]
|
|
294
|
-
}] }, { type: i0.ViewContainerRef }, { type: i0.ChangeDetectorRef }] });
|
|
265
|
+
}] });
|
|
295
266
|
|
|
296
267
|
/**
|
|
297
268
|
* Explicitly enables column resizing for a mat-header-cell.
|
|
298
269
|
*/
|
|
299
270
|
class MatResizable extends AbstractMatResizable {
|
|
300
|
-
constructor(
|
|
301
|
-
super();
|
|
302
|
-
this.columnDef =
|
|
303
|
-
this.columnResize =
|
|
304
|
-
this.directionality =
|
|
305
|
-
this.elementRef =
|
|
306
|
-
this.eventDispatcher =
|
|
307
|
-
this.injector =
|
|
308
|
-
this.ngZone =
|
|
309
|
-
this.overlay =
|
|
310
|
-
this.resizeNotifier =
|
|
311
|
-
this.resizeStrategy =
|
|
312
|
-
this.styleScheduler =
|
|
313
|
-
this.viewContainerRef =
|
|
314
|
-
this.changeDetectorRef =
|
|
315
|
-
this.document =
|
|
271
|
+
constructor() {
|
|
272
|
+
super(...arguments);
|
|
273
|
+
this.columnDef = inject(CdkColumnDef);
|
|
274
|
+
this.columnResize = inject(ColumnResize);
|
|
275
|
+
this.directionality = inject(Directionality);
|
|
276
|
+
this.elementRef = inject(ElementRef);
|
|
277
|
+
this.eventDispatcher = inject(HeaderRowEventDispatcher);
|
|
278
|
+
this.injector = inject(Injector);
|
|
279
|
+
this.ngZone = inject(NgZone);
|
|
280
|
+
this.overlay = inject(Overlay);
|
|
281
|
+
this.resizeNotifier = inject(ColumnResizeNotifierSource);
|
|
282
|
+
this.resizeStrategy = inject(ResizeStrategy);
|
|
283
|
+
this.styleScheduler = inject(_COALESCED_STYLE_SCHEDULER);
|
|
284
|
+
this.viewContainerRef = inject(ViewContainerRef);
|
|
285
|
+
this.changeDetectorRef = inject(ChangeDetectorRef);
|
|
286
|
+
this.document = inject(DOCUMENT);
|
|
316
287
|
}
|
|
317
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
318
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
288
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatResizable, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
289
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.2", 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 }); }
|
|
319
290
|
}
|
|
320
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatResizable, decorators: [{
|
|
321
292
|
type: Directive,
|
|
322
293
|
args: [{
|
|
323
294
|
selector: 'mat-header-cell[resizable], th[mat-header-cell][resizable]',
|
|
@@ -325,21 +296,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
|
|
|
325
296
|
inputs: RESIZABLE_INPUTS,
|
|
326
297
|
standalone: true,
|
|
327
298
|
}]
|
|
328
|
-
}]
|
|
329
|
-
type: Inject,
|
|
330
|
-
args: [DOCUMENT]
|
|
331
|
-
}] }, { type: i0.ElementRef }, { type: i1.HeaderRowEventDispatcher }, { type: i0.Injector }, { type: i0.NgZone }, { type: i4.Overlay }, { type: i1.ColumnResizeNotifierSource }, { type: i1.ResizeStrategy }, { type: i1$1._CoalescedStyleScheduler, decorators: [{
|
|
332
|
-
type: Inject,
|
|
333
|
-
args: [_COALESCED_STYLE_SCHEDULER]
|
|
334
|
-
}] }, { type: i0.ViewContainerRef }, { type: i0.ChangeDetectorRef }] });
|
|
299
|
+
}] });
|
|
335
300
|
|
|
336
301
|
const ENTRY_COMMON_COMPONENTS = [MatColumnResizeOverlayHandle];
|
|
337
302
|
class MatColumnResizeCommonModule {
|
|
338
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
339
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
340
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
303
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatColumnResizeCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
304
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatColumnResizeCommonModule, imports: [MatColumnResizeOverlayHandle], exports: [MatColumnResizeOverlayHandle] }); }
|
|
305
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatColumnResizeCommonModule }); }
|
|
341
306
|
}
|
|
342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatColumnResizeCommonModule, decorators: [{
|
|
343
308
|
type: NgModule,
|
|
344
309
|
args: [{
|
|
345
310
|
imports: [...ENTRY_COMMON_COMPONENTS],
|
|
@@ -348,13 +313,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
|
|
|
348
313
|
}] });
|
|
349
314
|
const IMPORTS = [MatCommonModule, OverlayModule, MatColumnResizeCommonModule];
|
|
350
315
|
class MatDefaultEnabledColumnResizeModule {
|
|
351
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
352
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
316
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatDefaultEnabledColumnResizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
317
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatDefaultEnabledColumnResizeModule, imports: [MatCommonModule, OverlayModule, MatColumnResizeCommonModule, MatDefaultEnabledColumnResize,
|
|
353
318
|
MatDefaultEnabledColumnResizeFlex,
|
|
354
319
|
MatDefaultResizable], exports: [MatDefaultEnabledColumnResize, MatDefaultEnabledColumnResizeFlex, MatDefaultResizable] }); }
|
|
355
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
320
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatDefaultEnabledColumnResizeModule, imports: [IMPORTS] }); }
|
|
356
321
|
}
|
|
357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
322
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatDefaultEnabledColumnResizeModule, decorators: [{
|
|
358
323
|
type: NgModule,
|
|
359
324
|
args: [{
|
|
360
325
|
imports: [
|
|
@@ -367,11 +332,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
|
|
|
367
332
|
}]
|
|
368
333
|
}] });
|
|
369
334
|
class MatColumnResizeModule {
|
|
370
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
371
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
372
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
335
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatColumnResizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
336
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatColumnResizeModule, imports: [MatCommonModule, OverlayModule, MatColumnResizeCommonModule, MatColumnResize, MatColumnResizeFlex, MatResizable], exports: [MatColumnResize, MatColumnResizeFlex, MatResizable] }); }
|
|
337
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatColumnResizeModule, imports: [IMPORTS] }); }
|
|
373
338
|
}
|
|
374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.2", ngImport: i0, type: MatColumnResizeModule, decorators: [{
|
|
375
340
|
type: NgModule,
|
|
376
341
|
args: [{
|
|
377
342
|
imports: [...IMPORTS, MatColumnResize, MatColumnResizeFlex, MatResizable],
|