igniteui-angular-data-grids 21.0.0 → 21.0.1
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
|
@@ -32,32 +32,32 @@ var FilterCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32
32
|
var b = a;
|
|
33
33
|
if (a.a7) {
|
|
34
34
|
if (b.bc(FilterCellModel.oi)) {
|
|
35
|
-
this.d.
|
|
35
|
+
this.d.dy = b.n5;
|
|
36
36
|
}
|
|
37
37
|
if (b.bc(CellModel.f6)) {
|
|
38
|
-
this.d.
|
|
38
|
+
this.d.ed = b.aj;
|
|
39
39
|
}
|
|
40
40
|
if (b.bc(FilterCellModel.ol)) {
|
|
41
|
-
this.d.
|
|
41
|
+
this.d.dx = b.n3;
|
|
42
42
|
}
|
|
43
43
|
if (b.bc(FilterCellModel.ok)) {
|
|
44
|
-
this.d.
|
|
44
|
+
this.d.d6 = b.n9;
|
|
45
45
|
}
|
|
46
46
|
if (b.bc(FilterCellModel.om)) {
|
|
47
47
|
if (b.ob) {
|
|
48
|
-
this.d.
|
|
48
|
+
this.d.e0();
|
|
49
49
|
}
|
|
50
50
|
else {
|
|
51
|
-
this.d.
|
|
51
|
+
this.d.ez();
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
if (b.bc(FilterCellModel.e5)) {
|
|
55
|
-
this.d.
|
|
55
|
+
this.d.fl = b.ne;
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
if (a.bn || a.bs) {
|
|
59
59
|
if (b.bc(FilterCellModel.h7) || b.bc(FilterCellModel.h8) || b.bc(FilterCellModel.h6) || b.bc(FilterCellModel.f9)) {
|
|
60
|
-
this.d.
|
|
60
|
+
this.d.fj(b.c8, b.c9, b.h5, b.f8);
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
};
|
package/esm5/lib/GridCellBase.js
CHANGED
|
@@ -45,14 +45,14 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
45
45
|
_this.v = true;
|
|
46
46
|
_this.aq = null;
|
|
47
47
|
_this.bp = null;
|
|
48
|
-
_this.
|
|
48
|
+
_this.dq = null;
|
|
49
49
|
_this.m = null;
|
|
50
50
|
_this.x = false;
|
|
51
51
|
_this.bo = null;
|
|
52
52
|
_this.bn = null;
|
|
53
|
+
_this.dp = null;
|
|
53
54
|
_this.dn = null;
|
|
54
|
-
_this.
|
|
55
|
-
_this.dt = Rect.empty;
|
|
55
|
+
_this.du = Rect.empty;
|
|
56
56
|
_this.al = null;
|
|
57
57
|
_this.ap = null;
|
|
58
58
|
_this.l = null;
|
|
@@ -66,7 +66,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66
66
|
_this.aw = 0;
|
|
67
67
|
_this.av = 0;
|
|
68
68
|
_this.at = 0;
|
|
69
|
-
_this.
|
|
69
|
+
_this.dm = null;
|
|
70
70
|
_this.a3 = 0;
|
|
71
71
|
_this.bc = 0;
|
|
72
72
|
_this.a4 = 0;
|
|
@@ -105,9 +105,9 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
105
105
|
_this.an.listen("mouseup", runOn(_this, _this.cf));
|
|
106
106
|
_this.an.listen("mousemove", runOn(_this, _this.ce));
|
|
107
107
|
_this.an.listen("mouseleave", runOn(_this, _this.cd));
|
|
108
|
-
_this.an.listen("touchstart", runOn(_this, _this.
|
|
109
|
-
_this.an.listen("touchend", runOn(_this, _this.
|
|
110
|
-
_this.an.listen("touchmove", runOn(_this, _this.
|
|
108
|
+
_this.an.listen("touchstart", runOn(_this, _this.de));
|
|
109
|
+
_this.an.listen("touchend", runOn(_this, _this.dg));
|
|
110
|
+
_this.an.listen("touchmove", runOn(_this, _this.df));
|
|
111
111
|
}
|
|
112
112
|
return _this;
|
|
113
113
|
}
|
|
@@ -251,15 +251,15 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
251
251
|
enumerable: false,
|
|
252
252
|
configurable: true
|
|
253
253
|
});
|
|
254
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
254
|
+
Object.defineProperty(GridCellBase.prototype, "dt", {
|
|
255
255
|
get: function () {
|
|
256
|
-
return this.
|
|
256
|
+
return this.dq;
|
|
257
257
|
},
|
|
258
258
|
set: function (a) {
|
|
259
|
-
var b = this.
|
|
260
|
-
this.
|
|
261
|
-
if (b != this.
|
|
262
|
-
this.ck("SuffixTextColor", b, this.
|
|
259
|
+
var b = this.dq;
|
|
260
|
+
this.dq = a;
|
|
261
|
+
if (b != this.dq) {
|
|
262
|
+
this.ck("SuffixTextColor", b, this.dq);
|
|
263
263
|
}
|
|
264
264
|
},
|
|
265
265
|
enumerable: false,
|
|
@@ -333,43 +333,43 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
333
333
|
enumerable: false,
|
|
334
334
|
configurable: true
|
|
335
335
|
});
|
|
336
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
336
|
+
Object.defineProperty(GridCellBase.prototype, "ds", {
|
|
337
337
|
get: function () {
|
|
338
|
-
return this.
|
|
338
|
+
return this.dp;
|
|
339
339
|
},
|
|
340
340
|
set: function (a) {
|
|
341
|
-
var b = this.
|
|
342
|
-
this.
|
|
343
|
-
if (b != this.
|
|
344
|
-
this.ck("SuffixIconStroke", b, this.
|
|
341
|
+
var b = this.dp;
|
|
342
|
+
this.dp = a;
|
|
343
|
+
if (b != this.dp) {
|
|
344
|
+
this.ck("SuffixIconStroke", b, this.dp);
|
|
345
345
|
}
|
|
346
346
|
},
|
|
347
347
|
enumerable: false,
|
|
348
348
|
configurable: true
|
|
349
349
|
});
|
|
350
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
350
|
+
Object.defineProperty(GridCellBase.prototype, "dr", {
|
|
351
351
|
get: function () {
|
|
352
|
-
return this.
|
|
352
|
+
return this.dn;
|
|
353
353
|
},
|
|
354
354
|
set: function (a) {
|
|
355
|
-
var b = this.
|
|
356
|
-
this.
|
|
357
|
-
if (b != this.
|
|
358
|
-
this.ck("SuffixIconFill", b, this.
|
|
355
|
+
var b = this.dn;
|
|
356
|
+
this.dn = a;
|
|
357
|
+
if (b != this.dn) {
|
|
358
|
+
this.ck("SuffixIconFill", b, this.dn);
|
|
359
359
|
}
|
|
360
360
|
},
|
|
361
361
|
enumerable: false,
|
|
362
362
|
configurable: true
|
|
363
363
|
});
|
|
364
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
364
|
+
Object.defineProperty(GridCellBase.prototype, "dv", {
|
|
365
365
|
get: function () {
|
|
366
|
-
return this.
|
|
366
|
+
return this.du;
|
|
367
367
|
},
|
|
368
368
|
set: function (a) {
|
|
369
|
-
var b = this.
|
|
370
|
-
this.
|
|
371
|
-
if (Rect.l_op_Inequality(b, this.
|
|
372
|
-
this.ck("SuffixIconViewBox", b, this.
|
|
369
|
+
var b = this.du;
|
|
370
|
+
this.du = a;
|
|
371
|
+
if (Rect.l_op_Inequality(b, this.du)) {
|
|
372
|
+
this.ck("SuffixIconViewBox", b, this.du);
|
|
373
373
|
}
|
|
374
374
|
},
|
|
375
375
|
enumerable: false,
|
|
@@ -406,22 +406,22 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
406
406
|
GridCellBase.prototype.cn = function () {
|
|
407
407
|
if (this.aq != null) {
|
|
408
408
|
this.c8(this.aq, this.bp);
|
|
409
|
-
this.c9(this.aq, this.
|
|
409
|
+
this.c9(this.aq, this.dt);
|
|
410
410
|
this.c0(this.aq, this.n);
|
|
411
|
-
this.
|
|
411
|
+
this.db(this.aq, this.h);
|
|
412
412
|
}
|
|
413
413
|
if (this.l != null) {
|
|
414
|
-
this.l.ea = this.
|
|
415
|
-
this.l.fill = this.
|
|
416
|
-
if (!this.
|
|
417
|
-
this.l.a6 = this.
|
|
418
|
-
this.l.a7 = this.
|
|
419
|
-
this.l.a8 = this.
|
|
420
|
-
this.l.a5 = this.
|
|
414
|
+
this.l.ea = this.ds;
|
|
415
|
+
this.l.fill = this.dr;
|
|
416
|
+
if (!this.dv.isEmpty && !isNaN_(this.dv.left) && !isNaN_(this.dv.top) && !isNaN_(this.dv.width) && !isNaN_(this.dv.height)) {
|
|
417
|
+
this.l.a6 = this.dv.left;
|
|
418
|
+
this.l.a7 = this.dv.top;
|
|
419
|
+
this.l.a8 = this.dv.width;
|
|
420
|
+
this.l.a5 = this.dv.height;
|
|
421
421
|
}
|
|
422
|
-
this.c7(this.ap, this.
|
|
423
|
-
this.cz(this.ap, this.
|
|
424
|
-
this.
|
|
422
|
+
this.c7(this.ap, this.ds);
|
|
423
|
+
this.cz(this.ap, this.dr);
|
|
424
|
+
this.db(this.ap, this.h);
|
|
425
425
|
this.c3(this.l, this.bv, this.by);
|
|
426
426
|
}
|
|
427
427
|
};
|
|
@@ -539,7 +539,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
539
539
|
this.aw = c;
|
|
540
540
|
this.av = d;
|
|
541
541
|
this.at = e;
|
|
542
|
-
this.
|
|
542
|
+
this.dm = a;
|
|
543
543
|
if (a == null) {
|
|
544
544
|
this.an.setRawStyleProperty("border", "");
|
|
545
545
|
}
|
|
@@ -593,18 +593,18 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
593
593
|
if (this.ao != null) {
|
|
594
594
|
this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2));
|
|
595
595
|
}
|
|
596
|
-
this.
|
|
596
|
+
this.dd(this.bc, this.a3, this.bc, c);
|
|
597
597
|
}
|
|
598
598
|
};
|
|
599
|
-
GridCellBase.prototype.
|
|
599
|
+
GridCellBase.prototype.dc = function (a, b) {
|
|
600
600
|
if (this.bc != a) {
|
|
601
601
|
var c = this.bc;
|
|
602
602
|
this.bc = a;
|
|
603
603
|
this.an.setRawStyleProperty("width", a.toString() + "px");
|
|
604
|
-
this.
|
|
604
|
+
this.dd(this.bc, this.a3, c, this.a3);
|
|
605
605
|
}
|
|
606
606
|
};
|
|
607
|
-
GridCellBase.prototype.
|
|
607
|
+
GridCellBase.prototype.dd = function (a, b, c, d) {
|
|
608
608
|
};
|
|
609
609
|
GridCellBase.prototype.b8 = function () {
|
|
610
610
|
if (!this.ae) {
|
|
@@ -666,13 +666,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
666
666
|
var a = this.q();
|
|
667
667
|
return a.getGenerator("PlaceholderWidths");
|
|
668
668
|
};
|
|
669
|
-
GridCellBase.prototype.
|
|
669
|
+
GridCellBase.prototype.dl = function (a) {
|
|
670
670
|
if (!this.ae) {
|
|
671
671
|
return;
|
|
672
672
|
}
|
|
673
673
|
this.k.i = (a * 0.20000000298023224);
|
|
674
674
|
};
|
|
675
|
-
GridCellBase.prototype.
|
|
675
|
+
GridCellBase.prototype.dj = function (a, b, c, d) {
|
|
676
676
|
if (this.k != null) {
|
|
677
677
|
var e = this.ah;
|
|
678
678
|
var f = this.ag;
|
|
@@ -697,10 +697,10 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
697
697
|
GridCellBase.prototype.co = function (a) {
|
|
698
698
|
this.h = a;
|
|
699
699
|
if (this.aq != null) {
|
|
700
|
-
this.
|
|
700
|
+
this.db(this.aq, a);
|
|
701
701
|
}
|
|
702
702
|
};
|
|
703
|
-
GridCellBase.prototype.
|
|
703
|
+
GridCellBase.prototype.dk = function (a) {
|
|
704
704
|
if (!this.ae) {
|
|
705
705
|
return;
|
|
706
706
|
}
|
|
@@ -726,9 +726,9 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
726
726
|
this.ah = e;
|
|
727
727
|
this.k.e = e;
|
|
728
728
|
}
|
|
729
|
-
this.
|
|
729
|
+
this.dj(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
|
|
730
730
|
};
|
|
731
|
-
GridCellBase.prototype.
|
|
731
|
+
GridCellBase.prototype.dh = function (a, b) {
|
|
732
732
|
if (!this.ae) {
|
|
733
733
|
return;
|
|
734
734
|
}
|
|
@@ -736,7 +736,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
736
736
|
this.i = b;
|
|
737
737
|
this.y = true;
|
|
738
738
|
};
|
|
739
|
-
GridCellBase.prototype.
|
|
739
|
+
GridCellBase.prototype.di = function (a) {
|
|
740
740
|
if (!this.ae) {
|
|
741
741
|
return;
|
|
742
742
|
}
|
|
@@ -769,7 +769,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
769
769
|
break;
|
|
770
770
|
}
|
|
771
771
|
};
|
|
772
|
-
GridCellBase.prototype.
|
|
772
|
+
GridCellBase.prototype.db = function (a, b) {
|
|
773
773
|
switch (b) {
|
|
774
774
|
case 0:
|
|
775
775
|
a.setRawStyleProperty("vertical-align", "top");
|
|
@@ -810,7 +810,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
810
810
|
GridCellBase.prototype.cp = function (e_) {
|
|
811
811
|
var a = (e_.originalEvent.pointerType);
|
|
812
812
|
if (a == "touch") {
|
|
813
|
-
this.
|
|
813
|
+
this.de(e_);
|
|
814
814
|
}
|
|
815
815
|
else {
|
|
816
816
|
this.cb(e_);
|
|
@@ -819,7 +819,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
819
819
|
GridCellBase.prototype.cs = function (e_) {
|
|
820
820
|
var a = (e_.originalEvent.pointerType);
|
|
821
821
|
if (a == "touch") {
|
|
822
|
-
this.
|
|
822
|
+
this.df(e_);
|
|
823
823
|
}
|
|
824
824
|
else {
|
|
825
825
|
this.ce(e_);
|
|
@@ -828,7 +828,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
828
828
|
GridCellBase.prototype.ct = function (e_) {
|
|
829
829
|
var a = (e_.originalEvent.pointerType);
|
|
830
830
|
if (a == "touch") {
|
|
831
|
-
this.
|
|
831
|
+
this.dg(e_);
|
|
832
832
|
}
|
|
833
833
|
else {
|
|
834
834
|
this.cf(e_);
|
|
@@ -846,13 +846,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
846
846
|
this.cc(e_);
|
|
847
847
|
}
|
|
848
848
|
};
|
|
849
|
-
GridCellBase.prototype.
|
|
849
|
+
GridCellBase.prototype.de = function (a) {
|
|
850
850
|
this.onContactStarted(a, true);
|
|
851
851
|
};
|
|
852
|
-
GridCellBase.prototype.
|
|
852
|
+
GridCellBase.prototype.df = function (a) {
|
|
853
853
|
this.onContactMoved(a, true);
|
|
854
854
|
};
|
|
855
|
-
GridCellBase.prototype.
|
|
855
|
+
GridCellBase.prototype.dg = function (a) {
|
|
856
856
|
this.onContactCompleted(a, true);
|
|
857
857
|
};
|
|
858
858
|
GridCellBase.prototype.onContactStarted = function (e_, a) {
|
|
@@ -1058,6 +1058,8 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1058
1058
|
};
|
|
1059
1059
|
GridCellBase.prototype.detach = function () {
|
|
1060
1060
|
};
|
|
1061
|
+
GridCellBase.prototype.da = function (a) {
|
|
1062
|
+
};
|
|
1061
1063
|
GridCellBase.$t = markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
|
|
1062
1064
|
GridCellBase.o = null;
|
|
1063
1065
|
GridCellBase.bk = new Random(0);
|
|
@@ -65,12 +65,12 @@ var GridColumnButtonOptionsView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
65
65
|
f.setStyleProperty("margin-left", "1rem");
|
|
66
66
|
var g = this.o;
|
|
67
67
|
g.clicked = delegateCombine(g.clicked, runOn(this, this.v));
|
|
68
|
-
this.o.
|
|
68
|
+
this.o.g7 = "1";
|
|
69
69
|
var h;
|
|
70
70
|
var i = ((function () { var 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; })());
|
|
71
71
|
var j = this.p;
|
|
72
72
|
j.clicked = delegateCombine(j.clicked, runOn(this, this.w));
|
|
73
|
-
this.p.
|
|
73
|
+
this.p.g7 = "1";
|
|
74
74
|
this.p.e = 2;
|
|
75
75
|
var k = b.createElement("div");
|
|
76
76
|
k.setStyleProperty("display", "flex");
|
|
@@ -51,7 +51,7 @@ var GridColumnFilterOptionsView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
51
51
|
if (null != this.w && null != this.x) {
|
|
52
52
|
this.w.setStyleProperty("padding-bottom", "5px");
|
|
53
53
|
this.w.setStyleProperty("margin", "0 -8px");
|
|
54
|
-
switch (this.q.
|
|
54
|
+
switch (this.q.r) {
|
|
55
55
|
case 2:
|
|
56
56
|
this.x.setStyleProperty("margin", "0 -.25rem");
|
|
57
57
|
break;
|
|
@@ -160,7 +160,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
160
160
|
if (this.c != null && this.c.filterUIType != 0) {
|
|
161
161
|
return false;
|
|
162
162
|
}
|
|
163
|
-
if (!this.column.
|
|
163
|
+
if (!this.column.jz) {
|
|
164
164
|
return false;
|
|
165
165
|
}
|
|
166
166
|
if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
|
|
@@ -294,7 +294,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
294
294
|
configurable: true
|
|
295
295
|
});
|
|
296
296
|
GridColumnFilterOptions.prototype.cu = function () {
|
|
297
|
-
var a = this.bx.
|
|
297
|
+
var a = this.bx.a2();
|
|
298
298
|
this.bw.al(!a);
|
|
299
299
|
var b = this.b3();
|
|
300
300
|
this.bw.am(b);
|
|
@@ -324,7 +324,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
324
324
|
c.add(h);
|
|
325
325
|
}
|
|
326
326
|
if (c.count == 1) {
|
|
327
|
-
this.column.
|
|
327
|
+
this.column.g4 = c._inner[0];
|
|
328
328
|
}
|
|
329
329
|
else {
|
|
330
330
|
var i = new ColumnFilterConditionGroup();
|
|
@@ -348,9 +348,9 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
348
348
|
throw e_1.error;
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
|
-
this.column.
|
|
351
|
+
this.column.g4 = i;
|
|
352
352
|
}
|
|
353
|
-
this.column.
|
|
353
|
+
this.column.ol("Filtered");
|
|
354
354
|
};
|
|
355
355
|
GridColumnFilterOptions.prototype.provideClearFiltersSection = function (a) {
|
|
356
356
|
this.bw.ah(a);
|
|
@@ -373,7 +373,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
373
373
|
this.bw.ak(a);
|
|
374
374
|
};
|
|
375
375
|
GridColumnFilterOptions.prototype.cl = function () {
|
|
376
|
-
this.column.
|
|
376
|
+
this.column.g4 = null;
|
|
377
377
|
this.cv();
|
|
378
378
|
};
|
|
379
379
|
GridColumnFilterOptions.bv = function (a, b) {
|
|
@@ -387,12 +387,12 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
387
387
|
if (null == a) {
|
|
388
388
|
return false;
|
|
389
389
|
}
|
|
390
|
-
return null != a.
|
|
390
|
+
return null != a.g4;
|
|
391
391
|
};
|
|
392
392
|
GridColumnFilterOptions.prototype.co = function () {
|
|
393
393
|
var a = this.column;
|
|
394
394
|
var b = this.c;
|
|
395
|
-
var c = (null != a) ? a.
|
|
395
|
+
var c = (null != a) ? a.mr : null;
|
|
396
396
|
var d = null;
|
|
397
397
|
var e = null;
|
|
398
398
|
if (b != null) {
|
|
@@ -453,7 +453,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
453
453
|
GridColumnFilterOptions.prototype.cv = function () {
|
|
454
454
|
var e_2, _a;
|
|
455
455
|
var a = this.column;
|
|
456
|
-
var b = (null != a) ? a.
|
|
456
|
+
var b = (null != a) ? a.mr : null;
|
|
457
457
|
var c = true;
|
|
458
458
|
var d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
|
|
459
459
|
var e = this.b4();
|
|
@@ -475,15 +475,15 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
477
|
if (e.count == 0 || !c) {
|
|
478
|
-
this.bx.
|
|
478
|
+
this.bx.ef();
|
|
479
479
|
return;
|
|
480
480
|
}
|
|
481
481
|
switch (d.value) {
|
|
482
482
|
case 0:
|
|
483
|
-
this.bx.
|
|
483
|
+
this.bx.dc();
|
|
484
484
|
break;
|
|
485
485
|
case 1:
|
|
486
|
-
this.bx.
|
|
486
|
+
this.bx.ef();
|
|
487
487
|
break;
|
|
488
488
|
}
|
|
489
489
|
var h = this.bx.keys;
|
|
@@ -514,8 +514,8 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
514
514
|
if (null == b) {
|
|
515
515
|
return a;
|
|
516
516
|
}
|
|
517
|
-
if (null != b.
|
|
518
|
-
var c = GridColumnFilterOptions.cm(b.
|
|
517
|
+
if (null != b.g4) {
|
|
518
|
+
var c = GridColumnFilterOptions.cm(b.g4, a);
|
|
519
519
|
a = c.p1;
|
|
520
520
|
}
|
|
521
521
|
return a;
|
|
@@ -541,9 +541,9 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
541
541
|
GridColumnFilterOptions.prototype.cw = function () {
|
|
542
542
|
if (null != this.bx) {
|
|
543
543
|
this.bx.density = this.b0;
|
|
544
|
-
this.bx.
|
|
544
|
+
this.bx.cb = this.cc;
|
|
545
545
|
this.bx.backgroundColor = this.bo;
|
|
546
|
-
this.bx.
|
|
546
|
+
this.bx.fl = this.br;
|
|
547
547
|
this.bx.baseTheme = this.i;
|
|
548
548
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
549
549
|
}
|
|
@@ -76,12 +76,12 @@ var GridColumnGroupOptionsView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
76
76
|
GridColumnOptionsUtilities.j(this.s, b, "inline-block");
|
|
77
77
|
if (b) {
|
|
78
78
|
this.o.e = 1;
|
|
79
|
-
this.o.
|
|
79
|
+
this.o.fc = "stretch";
|
|
80
80
|
this.t.setStyleProperty("justify-content", "space-between");
|
|
81
81
|
}
|
|
82
82
|
else {
|
|
83
83
|
this.o.e = 4;
|
|
84
|
-
this.o.
|
|
84
|
+
this.o.fc = "center";
|
|
85
85
|
this.t.setStyleProperty("justify-content", "center");
|
|
86
86
|
}
|
|
87
87
|
this.s.setStyleProperty("font", a.aa.fontString);
|
|
@@ -129,7 +129,7 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
129
129
|
if (null == this.c) {
|
|
130
130
|
return false;
|
|
131
131
|
}
|
|
132
|
-
return this.column.
|
|
132
|
+
return this.column.jo;
|
|
133
133
|
};
|
|
134
134
|
GridColumnGroupOptions.prototype.bj = function (a, b) {
|
|
135
135
|
if (null != a) {
|
|
@@ -178,7 +178,7 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
178
178
|
if (null != a) {
|
|
179
179
|
var c = a.grid;
|
|
180
180
|
if (null != c) {
|
|
181
|
-
var d = a.
|
|
181
|
+
var d = a.mr;
|
|
182
182
|
var e = c.groupDescriptions.j;
|
|
183
183
|
for (var f = 0; f < e.count; f++) {
|
|
184
184
|
var g = e.item(f);
|
|
@@ -203,13 +203,13 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
203
203
|
var a = this.c;
|
|
204
204
|
var b = this.column;
|
|
205
205
|
if (null != a && null != b) {
|
|
206
|
-
var c = new ColumnGroupDescription(1, b.
|
|
207
|
-
var d = b.
|
|
206
|
+
var c = new ColumnGroupDescription(1, b.mr);
|
|
207
|
+
var d = b.hu;
|
|
208
208
|
var e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
|
|
209
209
|
c.c = e;
|
|
210
210
|
a.groupDescriptions.g(c);
|
|
211
|
-
b.
|
|
212
|
-
b.
|
|
211
|
+
b.hu = 0;
|
|
212
|
+
b.ol("Grouped");
|
|
213
213
|
}
|
|
214
214
|
};
|
|
215
215
|
GridColumnGroupOptions.prototype.b8 = function () {
|
|
@@ -221,7 +221,7 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
221
221
|
var d = ((function () { var e = _this.b3(c_1); c_1 = e.p0; return e.ret; })());
|
|
222
222
|
if (c_1 != -1) {
|
|
223
223
|
a.groupDescriptions.d(c_1);
|
|
224
|
-
b.
|
|
224
|
+
b.ol("Grouped");
|
|
225
225
|
}
|
|
226
226
|
}
|
|
227
227
|
};
|
|
@@ -74,12 +74,12 @@ var GridColumnHideOptionsView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74
74
|
GridColumnOptionsUtilities.j(this.s, b, "inline-block");
|
|
75
75
|
if (b) {
|
|
76
76
|
this.o.e = 1;
|
|
77
|
-
this.o.
|
|
77
|
+
this.o.fc = "stretch";
|
|
78
78
|
this.t.setStyleProperty("justify-content", "space-between");
|
|
79
79
|
}
|
|
80
80
|
else {
|
|
81
81
|
this.o.e = 4;
|
|
82
|
-
this.o.
|
|
82
|
+
this.o.fc = "center";
|
|
83
83
|
this.t.setStyleProperty("justify-content", "center");
|
|
84
84
|
}
|
|
85
85
|
this.s.setStyleProperty("font", a.aa.fontString);
|
|
@@ -144,15 +144,15 @@ var GridColumnHideOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
144
144
|
get: function () {
|
|
145
145
|
var a = this.column;
|
|
146
146
|
if (null != a) {
|
|
147
|
-
return a.
|
|
147
|
+
return a.j1;
|
|
148
148
|
}
|
|
149
149
|
return false;
|
|
150
150
|
},
|
|
151
151
|
set: function (a) {
|
|
152
152
|
var b = this.column;
|
|
153
153
|
if (null != b) {
|
|
154
|
-
b.
|
|
155
|
-
b.
|
|
154
|
+
b.j1 = a;
|
|
155
|
+
b.ol("Hidden");
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
158
|
enumerable: false,
|
|
@@ -175,8 +175,8 @@ var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
175
175
|
h.provideContainer(p);
|
|
176
176
|
var q = p.getExternal(h, p.rootWrapper, p.getExternal(a, null, null));
|
|
177
177
|
h.e = d;
|
|
178
|
-
h.
|
|
179
|
-
h.
|
|
178
|
+
h.s = e;
|
|
179
|
+
h.o = f;
|
|
180
180
|
var r = null != c;
|
|
181
181
|
k = null;
|
|
182
182
|
if (r) {
|
|
@@ -223,13 +223,13 @@ var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
223
223
|
}
|
|
224
224
|
if (m) {
|
|
225
225
|
u.setStyleProperty("justify-content", "space-between");
|
|
226
|
-
h.
|
|
226
|
+
h.g7 = "1";
|
|
227
227
|
o.setStyleProperty("display", "flex");
|
|
228
228
|
o.setStyleProperty("flex-direction", "column");
|
|
229
229
|
o.setStyleProperty("align-items", "stretch");
|
|
230
|
-
h.
|
|
231
|
-
h.
|
|
232
|
-
h.
|
|
230
|
+
h.f1 = "flex";
|
|
231
|
+
h.g5 = "column";
|
|
232
|
+
h.fc = "stretch";
|
|
233
233
|
}
|
|
234
234
|
h.appendButtonContent(u);
|
|
235
235
|
return {
|
|
@@ -247,8 +247,8 @@ var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
247
247
|
g = new XButtonGroup();
|
|
248
248
|
g.provideContainer(i);
|
|
249
249
|
var j = i.getExternal(g, i.rootWrapper, i.getExternal(a, null, null));
|
|
250
|
-
g.
|
|
251
|
-
g.
|
|
250
|
+
g.u = e;
|
|
251
|
+
g.q = f;
|
|
252
252
|
g.i = 0;
|
|
253
253
|
try {
|
|
254
254
|
for (var _c = __values(fromEnum(c)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
@@ -326,15 +326,15 @@ var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
326
326
|
};
|
|
327
327
|
GridColumnOptionsUtilities.l = function (a, b) {
|
|
328
328
|
if (null != a) {
|
|
329
|
-
a.
|
|
330
|
-
a.
|
|
331
|
-
a.
|
|
329
|
+
a.o = b.i;
|
|
330
|
+
a.s = b.p;
|
|
331
|
+
a.ab = b.z;
|
|
332
332
|
}
|
|
333
333
|
};
|
|
334
334
|
GridColumnOptionsUtilities.k = function (a, b) {
|
|
335
335
|
if (null != a) {
|
|
336
|
-
a.
|
|
337
|
-
a.
|
|
336
|
+
a.q = b.i;
|
|
337
|
+
a.u = b.p;
|
|
338
338
|
}
|
|
339
339
|
};
|
|
340
340
|
GridColumnOptionsUtilities.$t = markType(GridColumnOptionsUtilities, 'GridColumnOptionsUtilities');
|
|
@@ -734,8 +734,8 @@ var GridColumnOptionsBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
734
734
|
this.e.l(a);
|
|
735
735
|
};
|
|
736
736
|
GridColumnOptionsBase.$t = markType(GridColumnOptionsBase, 'GridColumnOptionsBase', Base.$, [INotifyPropertyChanged_$type]);
|
|
737
|
-
GridColumnOptionsBase.bp = BrushUtil.
|
|
738
|
-
GridColumnOptionsBase.bq = BrushUtil.
|
|
737
|
+
GridColumnOptionsBase.bp = BrushUtil.l(255, 248, 248, 248);
|
|
738
|
+
GridColumnOptionsBase.bq = BrushUtil.l(255, 24, 29, 31);
|
|
739
739
|
return GridColumnOptionsBase;
|
|
740
740
|
}(Base));
|
|
741
741
|
export { GridColumnOptionsBase };
|
|
@@ -215,8 +215,8 @@ var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
215
215
|
_this.b5 = 0;
|
|
216
216
|
_this.b3 = 0;
|
|
217
217
|
_this.d0 = null;
|
|
218
|
-
_this.fk = BrushUtil.
|
|
219
|
-
_this.fj = BrushUtil.
|
|
218
|
+
_this.fk = BrushUtil.l(255, 24, 29, 31);
|
|
219
|
+
_this.fj = BrushUtil.l(255, 248, 248, 248);
|
|
220
220
|
_this.applyButtonClick = null;
|
|
221
221
|
_this.cancelButtonClick = null;
|
|
222
222
|
return _this;
|
|
@@ -305,7 +305,7 @@ var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
305
305
|
Object.defineProperty(GridColumnOptions.prototype, "dx", {
|
|
306
306
|
get: function () {
|
|
307
307
|
var a = this.column;
|
|
308
|
-
return (null != a) ? a.
|
|
308
|
+
return (null != a) ? a.l0 : "(No column selected)";
|
|
309
309
|
},
|
|
310
310
|
enumerable: false,
|
|
311
311
|
configurable: true
|