@angular/material-experimental 19.0.0-next.0 → 19.0.0-next.10
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 -164
- 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 +12 -12
- package/fesm2022/menubar.mjs.map +1 -1
- package/fesm2022/popover-edit.mjs +25 -32
- package/fesm2022/popover-edit.mjs.map +1 -1
- package/fesm2022/selection.mjs +34 -44
- package/fesm2022/selection.mjs.map +1 -1
- package/package.json +3 -13
- package/popover-edit/_popover-edit-theme.scss +1 -1
- package/selection/index.d.ts +2 -4
- package/esm2022/column-resize/column-resize-directives/column-resize-flex.mjs +0 -38
- package/esm2022/column-resize/column-resize-directives/column-resize.mjs +0 -38
- package/esm2022/column-resize/column-resize-directives/common.mjs +0 -31
- package/esm2022/column-resize/column-resize-directives/default-enabled-column-resize-flex.mjs +0 -44
- package/esm2022/column-resize/column-resize-directives/default-enabled-column-resize.mjs +0 -44
- package/esm2022/column-resize/column-resize-module.mjs +0 -64
- package/esm2022/column-resize/column-resize_public_index.mjs +0 -5
- package/esm2022/column-resize/index.mjs +0 -9
- package/esm2022/column-resize/overlay-handle.mjs +0 -67
- package/esm2022/column-resize/public-api.mjs +0 -17
- package/esm2022/column-resize/resizable-directives/common.mjs +0 -29
- package/esm2022/column-resize/resizable-directives/default-enabled-resizable.mjs +0 -60
- package/esm2022/column-resize/resizable-directives/resizable.mjs +0 -59
- package/esm2022/column-resize/resize-strategy.mjs +0 -47
- package/esm2022/index.mjs +0 -9
- package/esm2022/menubar/index.mjs +0 -9
- package/esm2022/menubar/menubar-item.mjs +0 -44
- package/esm2022/menubar/menubar-module.mjs +0 -25
- package/esm2022/menubar/menubar.mjs +0 -35
- package/esm2022/menubar/menubar_public_index.mjs +0 -5
- package/esm2022/menubar/public-api.mjs +0 -11
- package/esm2022/popover-edit/index.mjs +0 -9
- package/esm2022/popover-edit/lens-directives.mjs +0 -65
- package/esm2022/popover-edit/popover-edit-module.mjs +0 -61
- package/esm2022/popover-edit/popover-edit_public_index.mjs +0 -5
- package/esm2022/popover-edit/public-api.mjs +0 -11
- package/esm2022/popover-edit/table-directives.mjs +0 -122
- package/esm2022/public-api.mjs +0 -9
- package/esm2022/selection/index.mjs +0 -9
- package/esm2022/selection/public-api.mjs +0 -14
- package/esm2022/selection/row-selection.mjs +0 -38
- package/esm2022/selection/select-all.mjs +0 -34
- package/esm2022/selection/selection-column.mjs +0 -133
- package/esm2022/selection/selection-module.mjs +0 -51
- package/esm2022/selection/selection-toggle.mjs +0 -43
- package/esm2022/selection/selection.mjs +0 -50
- package/esm2022/selection/selection_public_index.mjs +0 -5
- package/esm2022/version.mjs +0 -11
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.10", 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.10", 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.10", 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,73 +53,71 @@ 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.10", 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.10", 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.10", ngImport: i0, type: MatColumnResize, decorators: [{
|
|
85
68
|
type: Directive,
|
|
86
69
|
args: [{
|
|
87
70
|
selector: 'table[mat-table][columnResize]',
|
|
88
71
|
host: TABLE_HOST_BINDINGS,
|
|
89
72
|
providers: [...TABLE_PROVIDERS, { provide: ColumnResize, useExisting: MatColumnResize }],
|
|
90
|
-
standalone: true,
|
|
91
73
|
}]
|
|
92
|
-
}]
|
|
74
|
+
}] });
|
|
93
75
|
|
|
94
76
|
/**
|
|
95
77
|
* Explicitly enables column resizing for a flexbox-based mat-table.
|
|
96
78
|
* Individual columns must be annotated specifically.
|
|
97
79
|
*/
|
|
98
80
|
class MatColumnResizeFlex extends AbstractMatColumnResize {
|
|
99
|
-
constructor(
|
|
100
|
-
super();
|
|
101
|
-
this.columnResizeNotifier =
|
|
102
|
-
this.elementRef =
|
|
103
|
-
this.eventDispatcher =
|
|
104
|
-
this.ngZone =
|
|
105
|
-
this.notifier =
|
|
81
|
+
constructor() {
|
|
82
|
+
super(...arguments);
|
|
83
|
+
this.columnResizeNotifier = inject(ColumnResizeNotifier);
|
|
84
|
+
this.elementRef = inject(ElementRef);
|
|
85
|
+
this.eventDispatcher = inject(HeaderRowEventDispatcher);
|
|
86
|
+
this.ngZone = inject(NgZone);
|
|
87
|
+
this.notifier = inject(ColumnResizeNotifierSource);
|
|
106
88
|
}
|
|
107
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
108
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
89
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatColumnResizeFlex, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
90
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.10", 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
91
|
}
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
92
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatColumnResizeFlex, decorators: [{
|
|
111
93
|
type: Directive,
|
|
112
94
|
args: [{
|
|
113
95
|
selector: 'mat-table[columnResize]',
|
|
114
96
|
host: FLEX_HOST_BINDINGS,
|
|
115
97
|
providers: [...FLEX_PROVIDERS, { provide: ColumnResize, useExisting: MatColumnResizeFlex }],
|
|
116
|
-
standalone: true,
|
|
117
98
|
}]
|
|
118
|
-
}]
|
|
99
|
+
}] });
|
|
119
100
|
|
|
120
101
|
/**
|
|
121
102
|
* Implicitly enables column resizing for a table-based mat-table.
|
|
122
103
|
* Individual columns will be resizable unless opted out.
|
|
123
104
|
*/
|
|
124
105
|
class MatDefaultEnabledColumnResize extends AbstractMatColumnResize {
|
|
125
|
-
constructor(
|
|
126
|
-
super();
|
|
127
|
-
this.columnResizeNotifier =
|
|
128
|
-
this.elementRef =
|
|
129
|
-
this.eventDispatcher =
|
|
130
|
-
this.ngZone =
|
|
131
|
-
this.notifier =
|
|
106
|
+
constructor() {
|
|
107
|
+
super(...arguments);
|
|
108
|
+
this.columnResizeNotifier = inject(ColumnResizeNotifier);
|
|
109
|
+
this.elementRef = inject(ElementRef);
|
|
110
|
+
this.eventDispatcher = inject(HeaderRowEventDispatcher);
|
|
111
|
+
this.ngZone = inject(NgZone);
|
|
112
|
+
this.notifier = inject(ColumnResizeNotifierSource);
|
|
132
113
|
}
|
|
133
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
134
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
114
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatDefaultEnabledColumnResize, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
115
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.10", type: MatDefaultEnabledColumnResize, isStandalone: true, selector: "table[mat-table]", host: { classAttribute: "mat-column-resize-table" }, providers: [
|
|
135
116
|
...TABLE_PROVIDERS,
|
|
136
117
|
{ provide: ColumnResize, useExisting: MatDefaultEnabledColumnResize },
|
|
137
118
|
], usesInheritance: true, ngImport: i0 }); }
|
|
138
119
|
}
|
|
139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatDefaultEnabledColumnResize, decorators: [{
|
|
140
121
|
type: Directive,
|
|
141
122
|
args: [{
|
|
142
123
|
selector: 'table[mat-table]',
|
|
@@ -145,30 +126,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
|
|
|
145
126
|
...TABLE_PROVIDERS,
|
|
146
127
|
{ provide: ColumnResize, useExisting: MatDefaultEnabledColumnResize },
|
|
147
128
|
],
|
|
148
|
-
standalone: true,
|
|
149
129
|
}]
|
|
150
|
-
}]
|
|
130
|
+
}] });
|
|
151
131
|
|
|
152
132
|
/**
|
|
153
133
|
* Implicitly enables column resizing for a flexbox-based mat-table.
|
|
154
134
|
* Individual columns will be resizable unless opted out.
|
|
155
135
|
*/
|
|
156
136
|
class MatDefaultEnabledColumnResizeFlex extends AbstractMatColumnResize {
|
|
157
|
-
constructor(
|
|
158
|
-
super();
|
|
159
|
-
this.columnResizeNotifier =
|
|
160
|
-
this.elementRef =
|
|
161
|
-
this.eventDispatcher =
|
|
162
|
-
this.ngZone =
|
|
163
|
-
this.notifier =
|
|
137
|
+
constructor() {
|
|
138
|
+
super(...arguments);
|
|
139
|
+
this.columnResizeNotifier = inject(ColumnResizeNotifier);
|
|
140
|
+
this.elementRef = inject(ElementRef);
|
|
141
|
+
this.eventDispatcher = inject(HeaderRowEventDispatcher);
|
|
142
|
+
this.ngZone = inject(NgZone);
|
|
143
|
+
this.notifier = inject(ColumnResizeNotifierSource);
|
|
164
144
|
}
|
|
165
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
166
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
145
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatDefaultEnabledColumnResizeFlex, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
146
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.10", type: MatDefaultEnabledColumnResizeFlex, isStandalone: true, selector: "mat-table", host: { classAttribute: "mat-column-resize-flex" }, providers: [
|
|
167
147
|
...FLEX_PROVIDERS,
|
|
168
148
|
{ provide: ColumnResize, useExisting: MatDefaultEnabledColumnResizeFlex },
|
|
169
149
|
], usesInheritance: true, ngImport: i0 }); }
|
|
170
150
|
}
|
|
171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatDefaultEnabledColumnResizeFlex, decorators: [{
|
|
172
152
|
type: Directive,
|
|
173
153
|
args: [{
|
|
174
154
|
selector: 'mat-table',
|
|
@@ -177,27 +157,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
|
|
|
177
157
|
...FLEX_PROVIDERS,
|
|
178
158
|
{ provide: ColumnResize, useExisting: MatDefaultEnabledColumnResizeFlex },
|
|
179
159
|
],
|
|
180
|
-
standalone: true,
|
|
181
160
|
}]
|
|
182
|
-
}]
|
|
161
|
+
}] });
|
|
183
162
|
|
|
184
163
|
/**
|
|
185
164
|
* Component shown over the edge of a resizable column that is responsible
|
|
186
165
|
* for handling column resize mouse events and displaying a vertical line along the column edge.
|
|
187
166
|
*/
|
|
188
167
|
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 =
|
|
168
|
+
constructor() {
|
|
169
|
+
super(...arguments);
|
|
170
|
+
this.columnDef = inject(CdkColumnDef);
|
|
171
|
+
this.columnResize = inject(ColumnResize);
|
|
172
|
+
this.directionality = inject(Directionality);
|
|
173
|
+
this.elementRef = inject(ElementRef);
|
|
174
|
+
this.eventDispatcher = inject(HeaderRowEventDispatcher);
|
|
175
|
+
this.ngZone = inject(NgZone);
|
|
176
|
+
this.resizeNotifier = inject(ColumnResizeNotifierSource);
|
|
177
|
+
this.resizeRef = inject(ResizeRef);
|
|
178
|
+
this.styleScheduler = inject(_COALESCED_STYLE_SCHEDULER);
|
|
179
|
+
this.document = inject(DOCUMENT);
|
|
201
180
|
}
|
|
202
181
|
updateResizeActive(active) {
|
|
203
182
|
super.updateResizeActive(active);
|
|
@@ -209,25 +188,18 @@ class MatColumnResizeOverlayHandle extends ResizeOverlayHandle {
|
|
|
209
188
|
: originHeight,
|
|
210
189
|
});
|
|
211
190
|
}
|
|
212
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
213
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
191
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatColumnResizeOverlayHandle, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
192
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.0-next.10", 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
193
|
}
|
|
215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
194
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatColumnResizeOverlayHandle, decorators: [{
|
|
216
195
|
type: Component,
|
|
217
196
|
args: [{
|
|
218
197
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
219
198
|
encapsulation: ViewEncapsulation.None,
|
|
220
199
|
host: { 'class': 'mat-column-resize-overlay-thumb' },
|
|
221
200
|
template: '<div #top class="mat-column-resize-overlay-thumb-top"></div>',
|
|
222
|
-
standalone: true,
|
|
223
201
|
}]
|
|
224
|
-
}],
|
|
225
|
-
type: Inject,
|
|
226
|
-
args: [_COALESCED_STYLE_SCHEDULER]
|
|
227
|
-
}] }, { type: undefined, decorators: [{
|
|
228
|
-
type: Inject,
|
|
229
|
-
args: [DOCUMENT]
|
|
230
|
-
}] }], propDecorators: { topElement: [{
|
|
202
|
+
}], propDecorators: { topElement: [{
|
|
231
203
|
type: ViewChild,
|
|
232
204
|
args: ['top', { static: true }]
|
|
233
205
|
}] } });
|
|
@@ -257,89 +229,75 @@ const RESIZABLE_INPUTS = [
|
|
|
257
229
|
* is present.
|
|
258
230
|
*/
|
|
259
231
|
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 =
|
|
232
|
+
constructor() {
|
|
233
|
+
super(...arguments);
|
|
234
|
+
this.columnDef = inject(CdkColumnDef);
|
|
235
|
+
this.columnResize = inject(ColumnResize);
|
|
236
|
+
this.directionality = inject(Directionality);
|
|
237
|
+
this.elementRef = inject(ElementRef);
|
|
238
|
+
this.eventDispatcher = inject(HeaderRowEventDispatcher);
|
|
239
|
+
this.injector = inject(Injector);
|
|
240
|
+
this.ngZone = inject(NgZone);
|
|
241
|
+
this.overlay = inject(Overlay);
|
|
242
|
+
this.resizeNotifier = inject(ColumnResizeNotifierSource);
|
|
243
|
+
this.resizeStrategy = inject(ResizeStrategy);
|
|
244
|
+
this.styleScheduler = inject(_COALESCED_STYLE_SCHEDULER);
|
|
245
|
+
this.viewContainerRef = inject(ViewContainerRef);
|
|
246
|
+
this.changeDetectorRef = inject(ChangeDetectorRef);
|
|
247
|
+
this.document = inject(DOCUMENT);
|
|
276
248
|
}
|
|
277
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
278
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
249
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatDefaultResizable, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
250
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.10", 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
251
|
}
|
|
280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
252
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatDefaultResizable, decorators: [{
|
|
281
253
|
type: Directive,
|
|
282
254
|
args: [{
|
|
283
255
|
selector: 'mat-header-cell:not([disableResize]), th[mat-header-cell]:not([disableResize])',
|
|
284
256
|
host: RESIZABLE_HOST_BINDINGS,
|
|
285
257
|
inputs: RESIZABLE_INPUTS,
|
|
286
|
-
standalone: true,
|
|
287
258
|
}]
|
|
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 }] });
|
|
259
|
+
}] });
|
|
295
260
|
|
|
296
261
|
/**
|
|
297
262
|
* Explicitly enables column resizing for a mat-header-cell.
|
|
298
263
|
*/
|
|
299
264
|
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 =
|
|
265
|
+
constructor() {
|
|
266
|
+
super(...arguments);
|
|
267
|
+
this.columnDef = inject(CdkColumnDef);
|
|
268
|
+
this.columnResize = inject(ColumnResize);
|
|
269
|
+
this.directionality = inject(Directionality);
|
|
270
|
+
this.elementRef = inject(ElementRef);
|
|
271
|
+
this.eventDispatcher = inject(HeaderRowEventDispatcher);
|
|
272
|
+
this.injector = inject(Injector);
|
|
273
|
+
this.ngZone = inject(NgZone);
|
|
274
|
+
this.overlay = inject(Overlay);
|
|
275
|
+
this.resizeNotifier = inject(ColumnResizeNotifierSource);
|
|
276
|
+
this.resizeStrategy = inject(ResizeStrategy);
|
|
277
|
+
this.styleScheduler = inject(_COALESCED_STYLE_SCHEDULER);
|
|
278
|
+
this.viewContainerRef = inject(ViewContainerRef);
|
|
279
|
+
this.changeDetectorRef = inject(ChangeDetectorRef);
|
|
280
|
+
this.document = inject(DOCUMENT);
|
|
316
281
|
}
|
|
317
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
318
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatResizable, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
283
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.10", 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
284
|
}
|
|
320
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatResizable, decorators: [{
|
|
321
286
|
type: Directive,
|
|
322
287
|
args: [{
|
|
323
288
|
selector: 'mat-header-cell[resizable], th[mat-header-cell][resizable]',
|
|
324
289
|
host: RESIZABLE_HOST_BINDINGS,
|
|
325
290
|
inputs: RESIZABLE_INPUTS,
|
|
326
|
-
standalone: true,
|
|
327
291
|
}]
|
|
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 }] });
|
|
292
|
+
}] });
|
|
335
293
|
|
|
336
294
|
const ENTRY_COMMON_COMPONENTS = [MatColumnResizeOverlayHandle];
|
|
337
295
|
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: "
|
|
296
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatColumnResizeCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
297
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatColumnResizeCommonModule, imports: [MatColumnResizeOverlayHandle], exports: [MatColumnResizeOverlayHandle] }); }
|
|
298
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatColumnResizeCommonModule }); }
|
|
341
299
|
}
|
|
342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatColumnResizeCommonModule, decorators: [{
|
|
343
301
|
type: NgModule,
|
|
344
302
|
args: [{
|
|
345
303
|
imports: [...ENTRY_COMMON_COMPONENTS],
|
|
@@ -348,13 +306,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
|
|
|
348
306
|
}] });
|
|
349
307
|
const IMPORTS = [MatCommonModule, OverlayModule, MatColumnResizeCommonModule];
|
|
350
308
|
class MatDefaultEnabledColumnResizeModule {
|
|
351
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
352
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
309
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatDefaultEnabledColumnResizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
310
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatDefaultEnabledColumnResizeModule, imports: [MatCommonModule, OverlayModule, MatColumnResizeCommonModule, MatDefaultEnabledColumnResize,
|
|
353
311
|
MatDefaultEnabledColumnResizeFlex,
|
|
354
312
|
MatDefaultResizable], exports: [MatDefaultEnabledColumnResize, MatDefaultEnabledColumnResizeFlex, MatDefaultResizable] }); }
|
|
355
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
313
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatDefaultEnabledColumnResizeModule, imports: [IMPORTS] }); }
|
|
356
314
|
}
|
|
357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatDefaultEnabledColumnResizeModule, decorators: [{
|
|
358
316
|
type: NgModule,
|
|
359
317
|
args: [{
|
|
360
318
|
imports: [
|
|
@@ -367,11 +325,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
|
|
|
367
325
|
}]
|
|
368
326
|
}] });
|
|
369
327
|
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: "
|
|
328
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatColumnResizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
329
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatColumnResizeModule, imports: [MatCommonModule, OverlayModule, MatColumnResizeCommonModule, MatColumnResize, MatColumnResizeFlex, MatResizable], exports: [MatColumnResize, MatColumnResizeFlex, MatResizable] }); }
|
|
330
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatColumnResizeModule, imports: [IMPORTS] }); }
|
|
373
331
|
}
|
|
374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: MatColumnResizeModule, decorators: [{
|
|
375
333
|
type: NgModule,
|
|
376
334
|
args: [{
|
|
377
335
|
imports: [...IMPORTS, MatColumnResize, MatColumnResizeFlex, MatResizable],
|