igniteui-angular-data-grids 21.0.0 → 21.0.1-beta.0
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/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +266 -266
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igx-checkbox-list-component.js +69 -69
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igx-checkbox-list-component.js +69 -69
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -27,32 +27,32 @@ export let FilterCellPresenter = /*@__PURE__*/ (() => {
|
|
|
27
27
|
let b = a;
|
|
28
28
|
if (a.a7) {
|
|
29
29
|
if (b.bc(FilterCellModel.oi)) {
|
|
30
|
-
this.d.
|
|
30
|
+
this.d.dy = b.n5;
|
|
31
31
|
}
|
|
32
32
|
if (b.bc(CellModel.f6)) {
|
|
33
|
-
this.d.
|
|
33
|
+
this.d.ed = b.aj;
|
|
34
34
|
}
|
|
35
35
|
if (b.bc(FilterCellModel.ol)) {
|
|
36
|
-
this.d.
|
|
36
|
+
this.d.dx = b.n3;
|
|
37
37
|
}
|
|
38
38
|
if (b.bc(FilterCellModel.ok)) {
|
|
39
|
-
this.d.
|
|
39
|
+
this.d.d6 = b.n9;
|
|
40
40
|
}
|
|
41
41
|
if (b.bc(FilterCellModel.om)) {
|
|
42
42
|
if (b.ob) {
|
|
43
|
-
this.d.
|
|
43
|
+
this.d.e0();
|
|
44
44
|
}
|
|
45
45
|
else {
|
|
46
|
-
this.d.
|
|
46
|
+
this.d.ez();
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
if (b.bc(FilterCellModel.e5)) {
|
|
50
|
-
this.d.
|
|
50
|
+
this.d.fl = b.ne;
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
if (a.bn || a.bs) {
|
|
54
54
|
if (b.bc(FilterCellModel.h7) || b.bc(FilterCellModel.h8) || b.bc(FilterCellModel.h6) || b.bc(FilterCellModel.f9)) {
|
|
55
|
-
this.d.
|
|
55
|
+
this.d.fj(b.c8, b.c9, b.h5, b.f8);
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
}
|
|
@@ -44,14 +44,14 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
44
44
|
this.v = true;
|
|
45
45
|
this.aq = null;
|
|
46
46
|
this.bp = null;
|
|
47
|
-
this.
|
|
47
|
+
this.dq = null;
|
|
48
48
|
this.m = null;
|
|
49
49
|
this.x = false;
|
|
50
50
|
this.bo = null;
|
|
51
51
|
this.bn = null;
|
|
52
|
+
this.dp = null;
|
|
52
53
|
this.dn = null;
|
|
53
|
-
this.
|
|
54
|
-
this.dt = Rect.empty;
|
|
54
|
+
this.du = Rect.empty;
|
|
55
55
|
this.al = null;
|
|
56
56
|
this.ap = null;
|
|
57
57
|
this.l = null;
|
|
@@ -65,7 +65,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
65
65
|
this.aw = 0;
|
|
66
66
|
this.av = 0;
|
|
67
67
|
this.at = 0;
|
|
68
|
-
this.
|
|
68
|
+
this.dm = null;
|
|
69
69
|
this.a3 = 0;
|
|
70
70
|
this.bc = 0;
|
|
71
71
|
this.a4 = 0;
|
|
@@ -104,9 +104,9 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
104
104
|
this.an.listen("mouseup", runOn(this, this.cf));
|
|
105
105
|
this.an.listen("mousemove", runOn(this, this.ce));
|
|
106
106
|
this.an.listen("mouseleave", runOn(this, this.cd));
|
|
107
|
-
this.an.listen("touchstart", runOn(this, this.
|
|
108
|
-
this.an.listen("touchend", runOn(this, this.
|
|
109
|
-
this.an.listen("touchmove", runOn(this, this.
|
|
107
|
+
this.an.listen("touchstart", runOn(this, this.de));
|
|
108
|
+
this.an.listen("touchend", runOn(this, this.dg));
|
|
109
|
+
this.an.listen("touchmove", runOn(this, this.df));
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
get b() {
|
|
@@ -193,14 +193,14 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
193
193
|
this.ck("SuffixText", b, this.bp);
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
get
|
|
197
|
-
return this.
|
|
196
|
+
get dt() {
|
|
197
|
+
return this.dq;
|
|
198
198
|
}
|
|
199
|
-
set
|
|
200
|
-
let b = this.
|
|
201
|
-
this.
|
|
202
|
-
if (b != this.
|
|
203
|
-
this.ck("SuffixTextColor", b, this.
|
|
199
|
+
set dt(a) {
|
|
200
|
+
let b = this.dq;
|
|
201
|
+
this.dq = a;
|
|
202
|
+
if (b != this.dq) {
|
|
203
|
+
this.ck("SuffixTextColor", b, this.dq);
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
get n() {
|
|
@@ -259,6 +259,16 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
259
259
|
this.ck("SuffixIconCollectionName", b, this.bn);
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
|
+
get ds() {
|
|
263
|
+
return this.dp;
|
|
264
|
+
}
|
|
265
|
+
set ds(a) {
|
|
266
|
+
let b = this.dp;
|
|
267
|
+
this.dp = a;
|
|
268
|
+
if (b != this.dp) {
|
|
269
|
+
this.ck("SuffixIconStroke", b, this.dp);
|
|
270
|
+
}
|
|
271
|
+
}
|
|
262
272
|
get dr() {
|
|
263
273
|
return this.dn;
|
|
264
274
|
}
|
|
@@ -266,27 +276,17 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
266
276
|
let b = this.dn;
|
|
267
277
|
this.dn = a;
|
|
268
278
|
if (b != this.dn) {
|
|
269
|
-
this.ck("
|
|
279
|
+
this.ck("SuffixIconFill", b, this.dn);
|
|
270
280
|
}
|
|
271
281
|
}
|
|
272
|
-
get
|
|
273
|
-
return this.
|
|
282
|
+
get dv() {
|
|
283
|
+
return this.du;
|
|
274
284
|
}
|
|
275
|
-
set
|
|
276
|
-
let b = this.
|
|
277
|
-
this.
|
|
278
|
-
if (b
|
|
279
|
-
this.ck("
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
get du() {
|
|
283
|
-
return this.dt;
|
|
284
|
-
}
|
|
285
|
-
set du(a) {
|
|
286
|
-
let b = this.dt;
|
|
287
|
-
this.dt = a;
|
|
288
|
-
if (Rect.l_op_Inequality(b, this.dt)) {
|
|
289
|
-
this.ck("SuffixIconViewBox", b, this.dt);
|
|
285
|
+
set dv(a) {
|
|
286
|
+
let b = this.du;
|
|
287
|
+
this.du = a;
|
|
288
|
+
if (Rect.l_op_Inequality(b, this.du)) {
|
|
289
|
+
this.ck("SuffixIconViewBox", b, this.du);
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
292
|
cm() {
|
|
@@ -320,22 +320,22 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
320
320
|
cn() {
|
|
321
321
|
if (this.aq != null) {
|
|
322
322
|
this.c8(this.aq, this.bp);
|
|
323
|
-
this.c9(this.aq, this.
|
|
323
|
+
this.c9(this.aq, this.dt);
|
|
324
324
|
this.c0(this.aq, this.n);
|
|
325
|
-
this.
|
|
325
|
+
this.db(this.aq, this.h);
|
|
326
326
|
}
|
|
327
327
|
if (this.l != null) {
|
|
328
|
-
this.l.ea = this.
|
|
329
|
-
this.l.fill = this.
|
|
330
|
-
if (!this.
|
|
331
|
-
this.l.a6 = this.
|
|
332
|
-
this.l.a7 = this.
|
|
333
|
-
this.l.a8 = this.
|
|
334
|
-
this.l.a5 = this.
|
|
328
|
+
this.l.ea = this.ds;
|
|
329
|
+
this.l.fill = this.dr;
|
|
330
|
+
if (!this.dv.isEmpty && !isNaN_(this.dv.left) && !isNaN_(this.dv.top) && !isNaN_(this.dv.width) && !isNaN_(this.dv.height)) {
|
|
331
|
+
this.l.a6 = this.dv.left;
|
|
332
|
+
this.l.a7 = this.dv.top;
|
|
333
|
+
this.l.a8 = this.dv.width;
|
|
334
|
+
this.l.a5 = this.dv.height;
|
|
335
335
|
}
|
|
336
|
-
this.c7(this.ap, this.
|
|
337
|
-
this.cz(this.ap, this.
|
|
338
|
-
this.
|
|
336
|
+
this.c7(this.ap, this.ds);
|
|
337
|
+
this.cz(this.ap, this.dr);
|
|
338
|
+
this.db(this.ap, this.h);
|
|
339
339
|
this.c3(this.l, this.bv, this.by);
|
|
340
340
|
}
|
|
341
341
|
}
|
|
@@ -441,7 +441,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
441
441
|
this.aw = c;
|
|
442
442
|
this.av = d;
|
|
443
443
|
this.at = e;
|
|
444
|
-
this.
|
|
444
|
+
this.dm = a;
|
|
445
445
|
if (a == null) {
|
|
446
446
|
this.an.setRawStyleProperty("border", "");
|
|
447
447
|
}
|
|
@@ -479,18 +479,18 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
479
479
|
if (this.ao != null) {
|
|
480
480
|
this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2));
|
|
481
481
|
}
|
|
482
|
-
this.
|
|
482
|
+
this.dd(this.bc, this.a3, this.bc, c);
|
|
483
483
|
}
|
|
484
484
|
}
|
|
485
|
-
|
|
485
|
+
dc(a, b) {
|
|
486
486
|
if (this.bc != a) {
|
|
487
487
|
let c = this.bc;
|
|
488
488
|
this.bc = a;
|
|
489
489
|
this.an.setRawStyleProperty("width", a.toString() + "px");
|
|
490
|
-
this.
|
|
490
|
+
this.dd(this.bc, this.a3, c, this.a3);
|
|
491
491
|
}
|
|
492
492
|
}
|
|
493
|
-
|
|
493
|
+
dd(a, b, c, d) {
|
|
494
494
|
}
|
|
495
495
|
b8() {
|
|
496
496
|
if (!this.ae) {
|
|
@@ -552,13 +552,13 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
552
552
|
let a = this.q();
|
|
553
553
|
return a.getGenerator("PlaceholderWidths");
|
|
554
554
|
}
|
|
555
|
-
|
|
555
|
+
dl(a) {
|
|
556
556
|
if (!this.ae) {
|
|
557
557
|
return;
|
|
558
558
|
}
|
|
559
559
|
this.k.i = (a * 0.20000000298023224);
|
|
560
560
|
}
|
|
561
|
-
|
|
561
|
+
dj(a, b, c, d) {
|
|
562
562
|
if (this.k != null) {
|
|
563
563
|
let e = this.ah;
|
|
564
564
|
let f = this.ag;
|
|
@@ -583,10 +583,10 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
583
583
|
co(a) {
|
|
584
584
|
this.h = a;
|
|
585
585
|
if (this.aq != null) {
|
|
586
|
-
this.
|
|
586
|
+
this.db(this.aq, a);
|
|
587
587
|
}
|
|
588
588
|
}
|
|
589
|
-
|
|
589
|
+
dk(a) {
|
|
590
590
|
if (!this.ae) {
|
|
591
591
|
return;
|
|
592
592
|
}
|
|
@@ -612,9 +612,9 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
612
612
|
this.ah = e;
|
|
613
613
|
this.k.e = e;
|
|
614
614
|
}
|
|
615
|
-
this.
|
|
615
|
+
this.dj(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
|
|
616
616
|
}
|
|
617
|
-
|
|
617
|
+
dh(a, b) {
|
|
618
618
|
if (!this.ae) {
|
|
619
619
|
return;
|
|
620
620
|
}
|
|
@@ -622,7 +622,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
622
622
|
this.i = b;
|
|
623
623
|
this.y = true;
|
|
624
624
|
}
|
|
625
|
-
|
|
625
|
+
di(a) {
|
|
626
626
|
if (!this.ae) {
|
|
627
627
|
return;
|
|
628
628
|
}
|
|
@@ -655,7 +655,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
655
655
|
break;
|
|
656
656
|
}
|
|
657
657
|
}
|
|
658
|
-
|
|
658
|
+
db(a, b) {
|
|
659
659
|
switch (b) {
|
|
660
660
|
case 0:
|
|
661
661
|
a.setRawStyleProperty("vertical-align", "top");
|
|
@@ -696,7 +696,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
696
696
|
cp(e_) {
|
|
697
697
|
let a = (e_.originalEvent.pointerType);
|
|
698
698
|
if (a == "touch") {
|
|
699
|
-
this.
|
|
699
|
+
this.de(e_);
|
|
700
700
|
}
|
|
701
701
|
else {
|
|
702
702
|
this.cb(e_);
|
|
@@ -705,7 +705,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
705
705
|
cs(e_) {
|
|
706
706
|
let a = (e_.originalEvent.pointerType);
|
|
707
707
|
if (a == "touch") {
|
|
708
|
-
this.
|
|
708
|
+
this.df(e_);
|
|
709
709
|
}
|
|
710
710
|
else {
|
|
711
711
|
this.ce(e_);
|
|
@@ -714,7 +714,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
714
714
|
ct(e_) {
|
|
715
715
|
let a = (e_.originalEvent.pointerType);
|
|
716
716
|
if (a == "touch") {
|
|
717
|
-
this.
|
|
717
|
+
this.dg(e_);
|
|
718
718
|
}
|
|
719
719
|
else {
|
|
720
720
|
this.cf(e_);
|
|
@@ -732,13 +732,13 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
732
732
|
this.cc(e_);
|
|
733
733
|
}
|
|
734
734
|
}
|
|
735
|
-
|
|
735
|
+
de(a) {
|
|
736
736
|
this.onContactStarted(a, true);
|
|
737
737
|
}
|
|
738
|
-
|
|
738
|
+
df(a) {
|
|
739
739
|
this.onContactMoved(a, true);
|
|
740
740
|
}
|
|
741
|
-
|
|
741
|
+
dg(a) {
|
|
742
742
|
this.onContactCompleted(a, true);
|
|
743
743
|
}
|
|
744
744
|
onContactStarted(e_, a) {
|
|
@@ -943,6 +943,8 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
943
943
|
}
|
|
944
944
|
detach() {
|
|
945
945
|
}
|
|
946
|
+
da(a) {
|
|
947
|
+
}
|
|
946
948
|
}
|
|
947
949
|
GridCellBase.$t = markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
|
|
948
950
|
GridCellBase.o = null;
|
|
@@ -58,12 +58,12 @@ export let GridColumnButtonOptionsView = /*@__PURE__*/ (() => {
|
|
|
58
58
|
f.setStyleProperty("margin-left", "1rem");
|
|
59
59
|
let g = this.o;
|
|
60
60
|
g.clicked = delegateCombine(g.clicked, runOn(this, this.v));
|
|
61
|
-
this.o.
|
|
61
|
+
this.o.g7 = "1";
|
|
62
62
|
let h;
|
|
63
63
|
let i = ((() => { let j = GridColumnOptionsUtilities.g(this.n, b, null, c.p, c.j, Size.empty, this.p, h, this.u); this.p = j.p6; h = j.p7; this.u = j.p8; return j.ret; })());
|
|
64
64
|
let j = this.p;
|
|
65
65
|
j.clicked = delegateCombine(j.clicked, runOn(this, this.w));
|
|
66
|
-
this.p.
|
|
66
|
+
this.p.g7 = "1";
|
|
67
67
|
this.p.e = 2;
|
|
68
68
|
let k = b.createElement("div");
|
|
69
69
|
k.setStyleProperty("display", "flex");
|
|
@@ -49,7 +49,7 @@ export let GridColumnFilterOptionsView = /*@__PURE__*/ (() => {
|
|
|
49
49
|
if (null != this.w && null != this.x) {
|
|
50
50
|
this.w.setStyleProperty("padding-bottom", "5px");
|
|
51
51
|
this.w.setStyleProperty("margin", "0 -8px");
|
|
52
|
-
switch (this.q.
|
|
52
|
+
switch (this.q.r) {
|
|
53
53
|
case 2:
|
|
54
54
|
this.x.setStyleProperty("margin", "0 -.25rem");
|
|
55
55
|
break;
|
|
@@ -152,7 +152,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
152
152
|
if (this.c != null && this.c.filterUIType != 0) {
|
|
153
153
|
return false;
|
|
154
154
|
}
|
|
155
|
-
if (!this.column.
|
|
155
|
+
if (!this.column.jz) {
|
|
156
156
|
return false;
|
|
157
157
|
}
|
|
158
158
|
if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
|
|
@@ -262,7 +262,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
262
262
|
this.bc("TextFilterCaption", b, this.cf);
|
|
263
263
|
}
|
|
264
264
|
cu() {
|
|
265
|
-
let a = this.bx.
|
|
265
|
+
let a = this.bx.a2();
|
|
266
266
|
this.bw.al(!a);
|
|
267
267
|
let b = this.b3();
|
|
268
268
|
this.bw.am(b);
|
|
@@ -291,7 +291,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
291
291
|
c.add(h);
|
|
292
292
|
}
|
|
293
293
|
if (c.count == 1) {
|
|
294
|
-
this.column.
|
|
294
|
+
this.column.g4 = c._inner[0];
|
|
295
295
|
}
|
|
296
296
|
else {
|
|
297
297
|
let i = new ColumnFilterConditionGroup();
|
|
@@ -299,9 +299,9 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
299
299
|
for (let j of fromEnum(c)) {
|
|
300
300
|
i.add(j);
|
|
301
301
|
}
|
|
302
|
-
this.column.
|
|
302
|
+
this.column.g4 = i;
|
|
303
303
|
}
|
|
304
|
-
this.column.
|
|
304
|
+
this.column.ol("Filtered");
|
|
305
305
|
}
|
|
306
306
|
provideClearFiltersSection(a) {
|
|
307
307
|
this.bw.ah(a);
|
|
@@ -324,7 +324,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
324
324
|
this.bw.ak(a);
|
|
325
325
|
}
|
|
326
326
|
cl() {
|
|
327
|
-
this.column.
|
|
327
|
+
this.column.g4 = null;
|
|
328
328
|
this.cv();
|
|
329
329
|
}
|
|
330
330
|
static bv(a, b) {
|
|
@@ -338,12 +338,12 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
338
338
|
if (null == a) {
|
|
339
339
|
return false;
|
|
340
340
|
}
|
|
341
|
-
return null != a.
|
|
341
|
+
return null != a.g4;
|
|
342
342
|
}
|
|
343
343
|
co() {
|
|
344
344
|
let a = this.column;
|
|
345
345
|
let b = this.c;
|
|
346
|
-
let c = (null != a) ? a.
|
|
346
|
+
let c = (null != a) ? a.mr : null;
|
|
347
347
|
let d = null;
|
|
348
348
|
let e = null;
|
|
349
349
|
if (b != null) {
|
|
@@ -403,7 +403,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
403
403
|
}
|
|
404
404
|
cv() {
|
|
405
405
|
let a = this.column;
|
|
406
|
-
let b = (null != a) ? a.
|
|
406
|
+
let b = (null != a) ? a.mr : null;
|
|
407
407
|
let c = true;
|
|
408
408
|
let d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
|
|
409
409
|
let e = this.b4();
|
|
@@ -425,15 +425,15 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
425
425
|
}
|
|
426
426
|
}
|
|
427
427
|
if (e.count == 0 || !c) {
|
|
428
|
-
this.bx.
|
|
428
|
+
this.bx.ef();
|
|
429
429
|
return;
|
|
430
430
|
}
|
|
431
431
|
switch (d.value) {
|
|
432
432
|
case 0:
|
|
433
|
-
this.bx.
|
|
433
|
+
this.bx.dc();
|
|
434
434
|
break;
|
|
435
435
|
case 1:
|
|
436
|
-
this.bx.
|
|
436
|
+
this.bx.ef();
|
|
437
437
|
break;
|
|
438
438
|
}
|
|
439
439
|
let h = this.bx.keys;
|
|
@@ -448,8 +448,8 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
448
448
|
if (null == b) {
|
|
449
449
|
return a;
|
|
450
450
|
}
|
|
451
|
-
if (null != b.
|
|
452
|
-
let c = GridColumnFilterOptions.cm(b.
|
|
451
|
+
if (null != b.g4) {
|
|
452
|
+
let c = GridColumnFilterOptions.cm(b.g4, a);
|
|
453
453
|
a = c.p1;
|
|
454
454
|
}
|
|
455
455
|
return a;
|
|
@@ -475,9 +475,9 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
475
475
|
cw() {
|
|
476
476
|
if (null != this.bx) {
|
|
477
477
|
this.bx.density = this.b0;
|
|
478
|
-
this.bx.
|
|
478
|
+
this.bx.cb = this.cc;
|
|
479
479
|
this.bx.backgroundColor = this.bo;
|
|
480
|
-
this.bx.
|
|
480
|
+
this.bx.fl = this.br;
|
|
481
481
|
this.bx.baseTheme = this.i;
|
|
482
482
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
483
483
|
}
|
|
@@ -69,12 +69,12 @@ export let GridColumnGroupOptionsView = /*@__PURE__*/ (() => {
|
|
|
69
69
|
GridColumnOptionsUtilities.j(this.s, b, "inline-block");
|
|
70
70
|
if (b) {
|
|
71
71
|
this.o.e = 1;
|
|
72
|
-
this.o.
|
|
72
|
+
this.o.fc = "stretch";
|
|
73
73
|
this.t.setStyleProperty("justify-content", "space-between");
|
|
74
74
|
}
|
|
75
75
|
else {
|
|
76
76
|
this.o.e = 4;
|
|
77
|
-
this.o.
|
|
77
|
+
this.o.fc = "center";
|
|
78
78
|
this.t.setStyleProperty("justify-content", "center");
|
|
79
79
|
}
|
|
80
80
|
this.s.setStyleProperty("font", a.aa.fontString);
|
|
@@ -118,7 +118,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
118
118
|
if (null == this.c) {
|
|
119
119
|
return false;
|
|
120
120
|
}
|
|
121
|
-
return this.column.
|
|
121
|
+
return this.column.jo;
|
|
122
122
|
}
|
|
123
123
|
bj(a, b) {
|
|
124
124
|
if (null != a) {
|
|
@@ -159,7 +159,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
159
159
|
if (null != a) {
|
|
160
160
|
let c = a.grid;
|
|
161
161
|
if (null != c) {
|
|
162
|
-
let d = a.
|
|
162
|
+
let d = a.mr;
|
|
163
163
|
let e = c.groupDescriptions.j;
|
|
164
164
|
for (let f = 0; f < e.count; f++) {
|
|
165
165
|
let g = e.item(f);
|
|
@@ -184,13 +184,13 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
184
184
|
let a = this.c;
|
|
185
185
|
let b = this.column;
|
|
186
186
|
if (null != a && null != b) {
|
|
187
|
-
let c = new ColumnGroupDescription(1, b.
|
|
188
|
-
let d = b.
|
|
187
|
+
let c = new ColumnGroupDescription(1, b.mr);
|
|
188
|
+
let d = b.hu;
|
|
189
189
|
let e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
|
|
190
190
|
c.c = e;
|
|
191
191
|
a.groupDescriptions.g(c);
|
|
192
|
-
b.
|
|
193
|
-
b.
|
|
192
|
+
b.hu = 0;
|
|
193
|
+
b.ol("Grouped");
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
196
|
b8() {
|
|
@@ -201,7 +201,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
201
201
|
let d = ((() => { let e = this.b3(c); c = e.p0; return e.ret; })());
|
|
202
202
|
if (c != -1) {
|
|
203
203
|
a.groupDescriptions.d(c);
|
|
204
|
-
b.
|
|
204
|
+
b.ol("Grouped");
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
}
|
|
@@ -67,12 +67,12 @@ export let GridColumnHideOptionsView = /*@__PURE__*/ (() => {
|
|
|
67
67
|
GridColumnOptionsUtilities.j(this.s, b, "inline-block");
|
|
68
68
|
if (b) {
|
|
69
69
|
this.o.e = 1;
|
|
70
|
-
this.o.
|
|
70
|
+
this.o.fc = "stretch";
|
|
71
71
|
this.t.setStyleProperty("justify-content", "space-between");
|
|
72
72
|
}
|
|
73
73
|
else {
|
|
74
74
|
this.o.e = 4;
|
|
75
|
-
this.o.
|
|
75
|
+
this.o.fc = "center";
|
|
76
76
|
this.t.setStyleProperty("justify-content", "center");
|
|
77
77
|
}
|
|
78
78
|
this.s.setStyleProperty("font", a.aa.fontString);
|
|
@@ -132,15 +132,15 @@ export let GridColumnHideOptions = /*@__PURE__*/ (() => {
|
|
|
132
132
|
get b3() {
|
|
133
133
|
let a = this.column;
|
|
134
134
|
if (null != a) {
|
|
135
|
-
return a.
|
|
135
|
+
return a.j1;
|
|
136
136
|
}
|
|
137
137
|
return false;
|
|
138
138
|
}
|
|
139
139
|
set b3(a) {
|
|
140
140
|
let b = this.column;
|
|
141
141
|
if (null != b) {
|
|
142
|
-
b.
|
|
143
|
-
b.
|
|
142
|
+
b.j1 = a;
|
|
143
|
+
b.ol("Hidden");
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
get b2() {
|
|
@@ -140,8 +140,8 @@ export let GridColumnOptionsUtilities = /*@__PURE__*/ (() => {
|
|
|
140
140
|
h.provideContainer(p);
|
|
141
141
|
let q = p.getExternal(h, p.rootWrapper, p.getExternal(a, null, null));
|
|
142
142
|
h.e = d;
|
|
143
|
-
h.
|
|
144
|
-
h.
|
|
143
|
+
h.s = e;
|
|
144
|
+
h.o = f;
|
|
145
145
|
let r = null != c;
|
|
146
146
|
k = null;
|
|
147
147
|
if (r) {
|
|
@@ -188,13 +188,13 @@ export let GridColumnOptionsUtilities = /*@__PURE__*/ (() => {
|
|
|
188
188
|
}
|
|
189
189
|
if (m) {
|
|
190
190
|
u.setStyleProperty("justify-content", "space-between");
|
|
191
|
-
h.
|
|
191
|
+
h.g7 = "1";
|
|
192
192
|
o.setStyleProperty("display", "flex");
|
|
193
193
|
o.setStyleProperty("flex-direction", "column");
|
|
194
194
|
o.setStyleProperty("align-items", "stretch");
|
|
195
|
-
h.
|
|
196
|
-
h.
|
|
197
|
-
h.
|
|
195
|
+
h.f1 = "flex";
|
|
196
|
+
h.g5 = "column";
|
|
197
|
+
h.fc = "stretch";
|
|
198
198
|
}
|
|
199
199
|
h.appendButtonContent(u);
|
|
200
200
|
return {
|
|
@@ -211,8 +211,8 @@ export let GridColumnOptionsUtilities = /*@__PURE__*/ (() => {
|
|
|
211
211
|
g = new XButtonGroup();
|
|
212
212
|
g.provideContainer(i);
|
|
213
213
|
let j = i.getExternal(g, i.rootWrapper, i.getExternal(a, null, null));
|
|
214
|
-
g.
|
|
215
|
-
g.
|
|
214
|
+
g.u = e;
|
|
215
|
+
g.q = f;
|
|
216
216
|
g.i = 0;
|
|
217
217
|
for (let k of fromEnum(c)) {
|
|
218
218
|
g.buttons.add(k);
|
|
@@ -255,15 +255,15 @@ export let GridColumnOptionsUtilities = /*@__PURE__*/ (() => {
|
|
|
255
255
|
}
|
|
256
256
|
static l(a, b) {
|
|
257
257
|
if (null != a) {
|
|
258
|
-
a.
|
|
259
|
-
a.
|
|
260
|
-
a.
|
|
258
|
+
a.o = b.i;
|
|
259
|
+
a.s = b.p;
|
|
260
|
+
a.ab = b.z;
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
263
|
static k(a, b) {
|
|
264
264
|
if (null != a) {
|
|
265
|
-
a.
|
|
266
|
-
a.
|
|
265
|
+
a.q = b.i;
|
|
266
|
+
a.u = b.p;
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
269
|
}
|
|
@@ -591,7 +591,7 @@ export let GridColumnOptionsBase = /*@__PURE__*/ (() => {
|
|
|
591
591
|
}
|
|
592
592
|
}
|
|
593
593
|
GridColumnOptionsBase.$t = markType(GridColumnOptionsBase, 'GridColumnOptionsBase', Base.$, [INotifyPropertyChanged_$type]);
|
|
594
|
-
GridColumnOptionsBase.bp = BrushUtil.
|
|
595
|
-
GridColumnOptionsBase.bq = BrushUtil.
|
|
594
|
+
GridColumnOptionsBase.bp = BrushUtil.l(255, 248, 248, 248);
|
|
595
|
+
GridColumnOptionsBase.bq = BrushUtil.l(255, 24, 29, 31);
|
|
596
596
|
return GridColumnOptionsBase;
|
|
597
597
|
})();
|
|
@@ -209,8 +209,8 @@ export let GridColumnOptions = /*@__PURE__*/ (() => {
|
|
|
209
209
|
this.b5 = 0;
|
|
210
210
|
this.b3 = 0;
|
|
211
211
|
this.d0 = null;
|
|
212
|
-
this.fk = BrushUtil.
|
|
213
|
-
this.fj = BrushUtil.
|
|
212
|
+
this.fk = BrushUtil.l(255, 24, 29, 31);
|
|
213
|
+
this.fj = BrushUtil.l(255, 248, 248, 248);
|
|
214
214
|
this.applyButtonClick = null;
|
|
215
215
|
this.cancelButtonClick = null;
|
|
216
216
|
}
|
|
@@ -297,7 +297,7 @@ export let GridColumnOptions = /*@__PURE__*/ (() => {
|
|
|
297
297
|
}
|
|
298
298
|
get dx() {
|
|
299
299
|
let a = this.column;
|
|
300
|
-
return (null != a) ? a.
|
|
300
|
+
return (null != a) ? a.l0 : "(No column selected)";
|
|
301
301
|
}
|
|
302
302
|
get ci() {
|
|
303
303
|
if (null == this.ch) {
|