igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.2
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-webcomponents-data-grids.umd.js +44020 -42109
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +25 -25
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +416 -411
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/EditorCellPresenter.js +21 -21
- package/esm2015/lib/FilterCellPresenter.js +12 -12
- package/esm2015/lib/GridCellBase.js +6 -6
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +6 -3
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +3 -3
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +271 -188
- package/esm2015/lib/igc-data-grid-component.js +135 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +74 -24
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +25 -25
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +399 -394
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/EditorCellPresenter.js +21 -21
- package/esm5/lib/FilterCellPresenter.js +12 -12
- package/esm5/lib/GridCellBase.js +6 -6
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +377 -244
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +10 -3
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +3 -3
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +44 -25
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +311 -188
- package/esm5/lib/igc-data-grid-component.js +177 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-date-time-column-module.js +2 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +98 -24
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
- package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +23 -0
- package/lib/igc-data-grid-component.d.ts +43 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -65,10 +65,10 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
65
65
|
}
|
|
66
66
|
GridFilterDialogView.prototype.y = function () {
|
|
67
67
|
this.x();
|
|
68
|
-
this.b.
|
|
68
|
+
this.b.b7();
|
|
69
69
|
};
|
|
70
70
|
GridFilterDialogView.prototype.t = function () {
|
|
71
|
-
this.b.
|
|
71
|
+
this.b.bz(this.l, this.k, this.aa);
|
|
72
72
|
};
|
|
73
73
|
GridFilterDialogView.prototype.s = function () {
|
|
74
74
|
if (KeyFrameAnimationFactory.h == null) {
|
|
@@ -85,7 +85,7 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
85
85
|
this.d = null;
|
|
86
86
|
return;
|
|
87
87
|
}
|
|
88
|
-
this.h = (isNaN_(this.b.
|
|
88
|
+
this.h = (isNaN_(this.b.aq) ? this.b.ap : this.b.aq);
|
|
89
89
|
var d = a;
|
|
90
90
|
this.m = d;
|
|
91
91
|
this.n = c;
|
|
@@ -93,18 +93,18 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
93
93
|
this.m.rootWrapper.addClass("ig-filter-icon");
|
|
94
94
|
this.m.rootWrapper.setStyleProperty("cursor", "pointer");
|
|
95
95
|
this.q = this.m.rootWrapper;
|
|
96
|
-
NativeUI.
|
|
96
|
+
NativeUI.ab(this.q, 0);
|
|
97
97
|
var e = this.h;
|
|
98
98
|
var f = Math.round(d.rootWrapper.width());
|
|
99
99
|
var g = Math.round(d.rootWrapper.height());
|
|
100
|
-
var h = this.b.
|
|
101
|
-
var i = this.b.
|
|
100
|
+
var h = this.b.ar * e;
|
|
101
|
+
var i = this.b.ar * e;
|
|
102
102
|
this.x();
|
|
103
103
|
this.l = f;
|
|
104
104
|
this.k = g;
|
|
105
|
-
if (isNaN_(this.b.
|
|
106
|
-
this.b.
|
|
107
|
-
this.h = this.b.
|
|
105
|
+
if (isNaN_(this.b.aq)) {
|
|
106
|
+
this.b.ap = window.devicePixelRatio;
|
|
107
|
+
this.h = this.b.ap;
|
|
108
108
|
}
|
|
109
109
|
this.y();
|
|
110
110
|
};
|
|
@@ -125,10 +125,10 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
125
125
|
this.m.rootWrapper.setStyleProperty("position", "absolute");
|
|
126
126
|
if (this.b.l == 2) {
|
|
127
127
|
this.m.rootWrapper.setStyleProperty("left", "unset");
|
|
128
|
-
this.m.rootWrapper.setStyleProperty("right", this.b.
|
|
128
|
+
this.m.rootWrapper.setStyleProperty("right", this.b.aw + "px");
|
|
129
129
|
}
|
|
130
130
|
else {
|
|
131
|
-
this.m.rootWrapper.setStyleProperty("left", this.b.
|
|
131
|
+
this.m.rootWrapper.setStyleProperty("left", this.b.av + "px");
|
|
132
132
|
}
|
|
133
133
|
var a = intDivide(this.o.height(), 2) - (this.k / 2);
|
|
134
134
|
this.m.rootWrapper.setStyleProperty("top", a + "px");
|
|
@@ -137,19 +137,19 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
137
137
|
this.y();
|
|
138
138
|
};
|
|
139
139
|
GridFilterDialogView.prototype.w = function (a, b) {
|
|
140
|
-
if (isNaN_(this.b.
|
|
141
|
-
this.b.
|
|
142
|
-
this.h = this.b.
|
|
140
|
+
if (isNaN_(this.b.aq)) {
|
|
141
|
+
this.b.ap = window.devicePixelRatio;
|
|
142
|
+
this.h = this.b.ap;
|
|
143
143
|
}
|
|
144
144
|
this.l = a;
|
|
145
145
|
this.k = b;
|
|
146
146
|
this.y();
|
|
147
147
|
};
|
|
148
148
|
GridFilterDialogView.prototype.u = function () {
|
|
149
|
-
if (isNaN_(this.b.
|
|
150
|
-
this.b.
|
|
151
|
-
if (this.h != this.b.
|
|
152
|
-
this.h = this.b.
|
|
149
|
+
if (isNaN_(this.b.aq)) {
|
|
150
|
+
this.b.ap = window.devicePixelRatio;
|
|
151
|
+
if (this.h != this.b.ap) {
|
|
152
|
+
this.h = this.b.ap;
|
|
153
153
|
this.y();
|
|
154
154
|
return;
|
|
155
155
|
}
|
|
@@ -188,7 +188,7 @@ export var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
188
188
|
e.setStyleProperty("background-color", "#fff");
|
|
189
189
|
e.setStyleProperty("border-radius", "3px");
|
|
190
190
|
e.setStyleProperty("overflow", "auto");
|
|
191
|
-
var g = ElevationHelper.e(12, _this.b.
|
|
191
|
+
var g = ElevationHelper.e(12, _this.b.cr, _this.b.cq, _this.b.cp);
|
|
192
192
|
e.setStyleProperty("boxShadow", g);
|
|
193
193
|
e.listen("mousedown", runOn(_this, _this.o));
|
|
194
194
|
_this.onDocumentKeyDown = _this.onDocumentKeyDown.bind(_this);
|
|
@@ -312,31 +312,37 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
312
312
|
__extends(GridFilterDialog, _super);
|
|
313
313
|
function GridFilterDialog() {
|
|
314
314
|
var _this = _super.call(this) || this;
|
|
315
|
-
_this.
|
|
316
|
-
_this.
|
|
315
|
+
_this.a0 = null;
|
|
316
|
+
_this.af = true;
|
|
317
317
|
_this.propertyChanged = null;
|
|
318
|
-
_this.
|
|
319
|
-
_this.
|
|
318
|
+
_this.an = NaN;
|
|
319
|
+
_this.am = 1;
|
|
320
320
|
_this.j = 2;
|
|
321
321
|
_this.i = 0;
|
|
322
|
-
_this.
|
|
323
|
-
_this.
|
|
324
|
-
_this.
|
|
325
|
-
_this.
|
|
322
|
+
_this.as = 0;
|
|
323
|
+
_this.at = 0;
|
|
324
|
+
_this.co = null;
|
|
325
|
+
_this.ao = DeviceUtils.g(24);
|
|
326
326
|
_this.w = 1;
|
|
327
|
-
_this.
|
|
328
|
-
_this.
|
|
329
|
-
_this.
|
|
330
|
-
_this.
|
|
331
|
-
_this.
|
|
332
|
-
_this.
|
|
333
|
-
_this.
|
|
334
|
-
_this.
|
|
335
|
-
_this.
|
|
327
|
+
_this.cg = null;
|
|
328
|
+
_this.cm = null;
|
|
329
|
+
_this.z = null;
|
|
330
|
+
_this.ck = null;
|
|
331
|
+
_this.cn = null;
|
|
332
|
+
_this.cj = null;
|
|
333
|
+
_this.cl = null;
|
|
334
|
+
_this.ch = null;
|
|
335
|
+
_this.ci = null;
|
|
336
336
|
_this.y = null;
|
|
337
|
-
_this.
|
|
337
|
+
_this.cf = null;
|
|
338
|
+
_this.au = -1;
|
|
339
|
+
_this.cr = null;
|
|
340
|
+
_this.cq = null;
|
|
341
|
+
_this.cp = null;
|
|
342
|
+
_this.ac = null;
|
|
343
|
+
_this.ae = false;
|
|
338
344
|
_this.m = null;
|
|
339
|
-
_this.
|
|
345
|
+
_this.ad = false;
|
|
340
346
|
_this.v = null;
|
|
341
347
|
_this.f = null;
|
|
342
348
|
_this.dialogOpening = null;
|
|
@@ -348,55 +354,55 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
348
354
|
_this.renderCompleted = null;
|
|
349
355
|
_this.s = new GridFilterDialogView(_this);
|
|
350
356
|
_this.x = 1;
|
|
351
|
-
_this.
|
|
352
|
-
_this.
|
|
353
|
-
_this.
|
|
357
|
+
_this.cr = BrushUtil.l(66, 0, 0, 0);
|
|
358
|
+
_this.cq = BrushUtil.l(30, 0, 0, 0);
|
|
359
|
+
_this.cp = BrushUtil.l(20, 0, 0, 0);
|
|
354
360
|
return _this;
|
|
355
361
|
}
|
|
356
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
362
|
+
Object.defineProperty(GridFilterDialog.prototype, "a1", {
|
|
357
363
|
get: function () {
|
|
358
|
-
return this.
|
|
364
|
+
return this.a0;
|
|
359
365
|
},
|
|
360
366
|
set: function (a) {
|
|
361
|
-
this.
|
|
367
|
+
this.a0 = a;
|
|
362
368
|
},
|
|
363
369
|
enumerable: false,
|
|
364
370
|
configurable: true
|
|
365
371
|
});
|
|
366
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
372
|
+
Object.defineProperty(GridFilterDialog.prototype, "ai", {
|
|
367
373
|
get: function () {
|
|
368
|
-
return this.
|
|
374
|
+
return this.af;
|
|
369
375
|
},
|
|
370
376
|
set: function (a) {
|
|
371
|
-
var b = this.
|
|
372
|
-
this.
|
|
373
|
-
if (b != this.
|
|
374
|
-
this.
|
|
377
|
+
var b = this.af;
|
|
378
|
+
this.af = a;
|
|
379
|
+
if (b != this.af) {
|
|
380
|
+
this.b6("IsAnimationEnabled", b, this.af);
|
|
375
381
|
}
|
|
376
382
|
},
|
|
377
383
|
enumerable: false,
|
|
378
384
|
configurable: true
|
|
379
385
|
});
|
|
380
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
386
|
+
Object.defineProperty(GridFilterDialog.prototype, "aq", {
|
|
381
387
|
get: function () {
|
|
382
|
-
return this.
|
|
388
|
+
return this.an;
|
|
383
389
|
},
|
|
384
390
|
set: function (a) {
|
|
385
|
-
var b = this.
|
|
386
|
-
this.
|
|
387
|
-
this.
|
|
391
|
+
var b = this.an;
|
|
392
|
+
this.an = a;
|
|
393
|
+
this.b6("PixelScalingRatio", b, this.an);
|
|
388
394
|
},
|
|
389
395
|
enumerable: false,
|
|
390
396
|
configurable: true
|
|
391
397
|
});
|
|
392
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
398
|
+
Object.defineProperty(GridFilterDialog.prototype, "ap", {
|
|
393
399
|
get: function () {
|
|
394
|
-
return this.
|
|
400
|
+
return this.am;
|
|
395
401
|
},
|
|
396
402
|
set: function (a) {
|
|
397
|
-
var b = this.
|
|
398
|
-
this.
|
|
399
|
-
this.
|
|
403
|
+
var b = this.am;
|
|
404
|
+
this.am = a;
|
|
405
|
+
this.b6("ActualPixelScalingRatio", b, this.am);
|
|
400
406
|
},
|
|
401
407
|
enumerable: false,
|
|
402
408
|
configurable: true
|
|
@@ -409,7 +415,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
409
415
|
var b = this.j;
|
|
410
416
|
this.j = a;
|
|
411
417
|
if (b != this.j) {
|
|
412
|
-
this.
|
|
418
|
+
this.b6("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
|
|
413
419
|
}
|
|
414
420
|
},
|
|
415
421
|
enumerable: false,
|
|
@@ -423,63 +429,63 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
423
429
|
var b = this.i;
|
|
424
430
|
this.i = a;
|
|
425
431
|
if (b != this.i) {
|
|
426
|
-
this.
|
|
432
|
+
this.b6("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
|
|
427
433
|
}
|
|
428
434
|
},
|
|
429
435
|
enumerable: false,
|
|
430
436
|
configurable: true
|
|
431
437
|
});
|
|
432
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
438
|
+
Object.defineProperty(GridFilterDialog.prototype, "av", {
|
|
433
439
|
get: function () {
|
|
434
|
-
return this.
|
|
440
|
+
return this.as;
|
|
435
441
|
},
|
|
436
442
|
set: function (a) {
|
|
437
|
-
var b = this.
|
|
438
|
-
this.
|
|
439
|
-
if (b != this.
|
|
440
|
-
this.
|
|
443
|
+
var b = this.as;
|
|
444
|
+
this.as = a;
|
|
445
|
+
if (b != this.as) {
|
|
446
|
+
this.b6("CellPaddingLeft", b, this.as);
|
|
441
447
|
}
|
|
442
448
|
},
|
|
443
449
|
enumerable: false,
|
|
444
450
|
configurable: true
|
|
445
451
|
});
|
|
446
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
452
|
+
Object.defineProperty(GridFilterDialog.prototype, "aw", {
|
|
447
453
|
get: function () {
|
|
448
|
-
return this.
|
|
454
|
+
return this.at;
|
|
449
455
|
},
|
|
450
456
|
set: function (a) {
|
|
451
|
-
var b = this.
|
|
452
|
-
this.
|
|
453
|
-
if (b != this.
|
|
454
|
-
this.
|
|
457
|
+
var b = this.at;
|
|
458
|
+
this.at = a;
|
|
459
|
+
if (b != this.at) {
|
|
460
|
+
this.b6("CellPaddingRight", b, this.at);
|
|
455
461
|
}
|
|
456
462
|
},
|
|
457
463
|
enumerable: false,
|
|
458
464
|
configurable: true
|
|
459
465
|
});
|
|
460
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
466
|
+
Object.defineProperty(GridFilterDialog.prototype, "c1", {
|
|
461
467
|
get: function () {
|
|
462
|
-
return this.
|
|
468
|
+
return this.co;
|
|
463
469
|
},
|
|
464
470
|
set: function (a) {
|
|
465
|
-
var b = this.
|
|
466
|
-
this.
|
|
467
|
-
if (b != this.
|
|
468
|
-
this.
|
|
471
|
+
var b = this.co;
|
|
472
|
+
this.co = a;
|
|
473
|
+
if (b != this.co) {
|
|
474
|
+
this.b6("IconColor", b, this.co);
|
|
469
475
|
}
|
|
470
476
|
},
|
|
471
477
|
enumerable: false,
|
|
472
478
|
configurable: true
|
|
473
479
|
});
|
|
474
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
480
|
+
Object.defineProperty(GridFilterDialog.prototype, "ar", {
|
|
475
481
|
get: function () {
|
|
476
|
-
return this.
|
|
482
|
+
return this.ao;
|
|
477
483
|
},
|
|
478
484
|
set: function (a) {
|
|
479
|
-
var b = this.
|
|
480
|
-
this.
|
|
481
|
-
if (b != this.
|
|
482
|
-
this.
|
|
485
|
+
var b = this.ao;
|
|
486
|
+
this.ao = a;
|
|
487
|
+
if (b != this.ao) {
|
|
488
|
+
this.b6("ViewSize", b, this.ao);
|
|
483
489
|
}
|
|
484
490
|
},
|
|
485
491
|
enumerable: false,
|
|
@@ -493,113 +499,197 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
493
499
|
var b = this.w;
|
|
494
500
|
this.w = a;
|
|
495
501
|
if (this.w != b) {
|
|
496
|
-
this.
|
|
502
|
+
this.b6("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
|
|
497
503
|
}
|
|
498
504
|
},
|
|
499
505
|
enumerable: false,
|
|
500
506
|
configurable: true
|
|
501
507
|
});
|
|
502
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
508
|
+
Object.defineProperty(GridFilterDialog.prototype, "ct", {
|
|
503
509
|
get: function () {
|
|
504
|
-
return this.
|
|
510
|
+
return this.cg;
|
|
505
511
|
},
|
|
506
512
|
set: function (a) {
|
|
507
|
-
var b = this.
|
|
508
|
-
this.
|
|
509
|
-
if (b != this.
|
|
510
|
-
this.
|
|
513
|
+
var b = this.cg;
|
|
514
|
+
this.cg = a;
|
|
515
|
+
if (b != this.cg) {
|
|
516
|
+
this.b6("ColumnOptionsBackground", b, this.cg);
|
|
511
517
|
}
|
|
512
518
|
},
|
|
513
519
|
enumerable: false,
|
|
514
520
|
configurable: true
|
|
515
521
|
});
|
|
516
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
522
|
+
Object.defineProperty(GridFilterDialog.prototype, "cz", {
|
|
517
523
|
get: function () {
|
|
518
|
-
return this.
|
|
524
|
+
return this.cm;
|
|
519
525
|
},
|
|
520
526
|
set: function (a) {
|
|
521
|
-
var b = this.
|
|
522
|
-
this.
|
|
523
|
-
if (b != this.
|
|
524
|
-
this.
|
|
527
|
+
var b = this.cm;
|
|
528
|
+
this.cm = a;
|
|
529
|
+
if (b != this.cm) {
|
|
530
|
+
this.b6("ColumnOptionsTextColor", b, this.cm);
|
|
525
531
|
}
|
|
526
532
|
},
|
|
527
533
|
enumerable: false,
|
|
528
534
|
configurable: true
|
|
529
535
|
});
|
|
530
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
536
|
+
Object.defineProperty(GridFilterDialog.prototype, "ab", {
|
|
531
537
|
get: function () {
|
|
532
|
-
return this.
|
|
538
|
+
return this.z;
|
|
533
539
|
},
|
|
534
540
|
set: function (a) {
|
|
535
|
-
var b = this.
|
|
536
|
-
this.
|
|
537
|
-
if (b != this.
|
|
538
|
-
this.
|
|
541
|
+
var b = this.z;
|
|
542
|
+
this.z = a;
|
|
543
|
+
if (b != this.z) {
|
|
544
|
+
this.b6("ColumnOptionsTextStyle", b, this.z);
|
|
539
545
|
}
|
|
540
546
|
},
|
|
541
547
|
enumerable: false,
|
|
542
548
|
configurable: true
|
|
543
549
|
});
|
|
544
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
550
|
+
Object.defineProperty(GridFilterDialog.prototype, "cx", {
|
|
545
551
|
get: function () {
|
|
546
|
-
return this.
|
|
552
|
+
return this.ck;
|
|
547
553
|
},
|
|
548
554
|
set: function (a) {
|
|
549
|
-
var b = this.
|
|
550
|
-
this.
|
|
551
|
-
if (b != this.
|
|
552
|
-
this.
|
|
555
|
+
var b = this.ck;
|
|
556
|
+
this.ck = a;
|
|
557
|
+
if (b != this.ck) {
|
|
558
|
+
this.b6("ColumnOptionsHoverBackgroundColor", b, this.ck);
|
|
553
559
|
}
|
|
554
560
|
},
|
|
555
561
|
enumerable: false,
|
|
556
562
|
configurable: true
|
|
557
563
|
});
|
|
558
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
564
|
+
Object.defineProperty(GridFilterDialog.prototype, "c0", {
|
|
559
565
|
get: function () {
|
|
560
|
-
return this.
|
|
566
|
+
return this.cn;
|
|
561
567
|
},
|
|
562
568
|
set: function (a) {
|
|
563
|
-
var b = this.
|
|
564
|
-
this.
|
|
565
|
-
if (b != this.
|
|
566
|
-
this.
|
|
569
|
+
var b = this.cn;
|
|
570
|
+
this.cn = a;
|
|
571
|
+
if (b != this.cn) {
|
|
572
|
+
this.b6("ColumnOptionsToolTipBackgroundColor", b, this.cn);
|
|
567
573
|
}
|
|
568
574
|
},
|
|
569
575
|
enumerable: false,
|
|
570
576
|
configurable: true
|
|
571
577
|
});
|
|
572
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
578
|
+
Object.defineProperty(GridFilterDialog.prototype, "cw", {
|
|
573
579
|
get: function () {
|
|
574
|
-
return this.
|
|
580
|
+
return this.cj;
|
|
575
581
|
},
|
|
576
582
|
set: function (a) {
|
|
577
|
-
var b = this.
|
|
578
|
-
this.
|
|
579
|
-
if (b != this.
|
|
580
|
-
this.
|
|
583
|
+
var b = this.cj;
|
|
584
|
+
this.cj = a;
|
|
585
|
+
if (b != this.cj) {
|
|
586
|
+
this.b6("ColumnOptionsHighlightColor", b, this.cj);
|
|
581
587
|
}
|
|
582
588
|
},
|
|
583
589
|
enumerable: false,
|
|
584
590
|
configurable: true
|
|
585
591
|
});
|
|
586
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
592
|
+
Object.defineProperty(GridFilterDialog.prototype, "cy", {
|
|
587
593
|
get: function () {
|
|
588
|
-
return this.
|
|
594
|
+
return this.cl;
|
|
595
|
+
},
|
|
596
|
+
set: function (a) {
|
|
597
|
+
var b = this.cl;
|
|
598
|
+
this.cl = a;
|
|
599
|
+
if (b != this.cl) {
|
|
600
|
+
this.b6("ColumnOptionsSeparatorColor", b, this.cl);
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
enumerable: false,
|
|
604
|
+
configurable: true
|
|
605
|
+
});
|
|
606
|
+
Object.defineProperty(GridFilterDialog.prototype, "cu", {
|
|
607
|
+
get: function () {
|
|
608
|
+
return this.ch;
|
|
609
|
+
},
|
|
610
|
+
set: function (a) {
|
|
611
|
+
var b = this.ch;
|
|
612
|
+
this.ch = a;
|
|
613
|
+
if (b != this.ch) {
|
|
614
|
+
this.b6("ColumnOptionsGroupHeaderBackground", b, this.ch);
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
enumerable: false,
|
|
618
|
+
configurable: true
|
|
619
|
+
});
|
|
620
|
+
Object.defineProperty(GridFilterDialog.prototype, "cv", {
|
|
621
|
+
get: function () {
|
|
622
|
+
return this.ci;
|
|
623
|
+
},
|
|
624
|
+
set: function (a) {
|
|
625
|
+
var b = this.ci;
|
|
626
|
+
this.ci = a;
|
|
627
|
+
if (b != this.ci) {
|
|
628
|
+
this.b6("ColumnOptionsGroupHeaderTextColor", b, this.ci);
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
enumerable: false,
|
|
632
|
+
configurable: true
|
|
633
|
+
});
|
|
634
|
+
Object.defineProperty(GridFilterDialog.prototype, "aa", {
|
|
635
|
+
get: function () {
|
|
636
|
+
return this.y;
|
|
637
|
+
},
|
|
638
|
+
set: function (a) {
|
|
639
|
+
var b = this.y;
|
|
640
|
+
this.y = a;
|
|
641
|
+
if (b != this.y) {
|
|
642
|
+
this.b6("ColumnOptionsGroupHeaderTextStyle", b, this.y);
|
|
643
|
+
}
|
|
589
644
|
},
|
|
590
645
|
enumerable: false,
|
|
591
646
|
configurable: true
|
|
592
647
|
});
|
|
593
|
-
GridFilterDialog.prototype
|
|
594
|
-
|
|
648
|
+
Object.defineProperty(GridFilterDialog.prototype, "cs", {
|
|
649
|
+
get: function () {
|
|
650
|
+
return this.cf;
|
|
651
|
+
},
|
|
652
|
+
set: function (a) {
|
|
653
|
+
var b = this.cf;
|
|
654
|
+
this.cf = a;
|
|
655
|
+
if (b != this.cf) {
|
|
656
|
+
this.b6("ColumnOptionsAccentColor", b, this.cf);
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
enumerable: false,
|
|
660
|
+
configurable: true
|
|
661
|
+
});
|
|
662
|
+
Object.defineProperty(GridFilterDialog.prototype, "ax", {
|
|
663
|
+
get: function () {
|
|
664
|
+
return this.au;
|
|
665
|
+
},
|
|
666
|
+
set: function (a) {
|
|
667
|
+
var b = this.au;
|
|
668
|
+
this.au = a;
|
|
669
|
+
if (b != this.au) {
|
|
670
|
+
this.b6("ColumnOptionsRowHeight", b, this.au);
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
enumerable: false,
|
|
674
|
+
configurable: true
|
|
675
|
+
});
|
|
676
|
+
Object.defineProperty(GridFilterDialog.prototype, "aj", {
|
|
677
|
+
get: function () {
|
|
678
|
+
return this.v != null ? this.v.bz : false;
|
|
679
|
+
},
|
|
680
|
+
enumerable: false,
|
|
681
|
+
configurable: true
|
|
682
|
+
});
|
|
683
|
+
GridFilterDialog.prototype.b6 = function (a, b, c) {
|
|
684
|
+
this.b9(a, b, c);
|
|
595
685
|
if (this.propertyChanged != null) {
|
|
596
686
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
597
687
|
}
|
|
598
688
|
};
|
|
599
|
-
GridFilterDialog.prototype.
|
|
689
|
+
GridFilterDialog.prototype.b9 = function (a, b, c) {
|
|
600
690
|
switch (a) {
|
|
601
691
|
case "PixelScalingRatio":
|
|
602
|
-
this.
|
|
692
|
+
this.ap = this.aq;
|
|
603
693
|
break;
|
|
604
694
|
case "ActualPixelScalingRatio":
|
|
605
695
|
this.s.z();
|
|
@@ -619,48 +709,78 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
619
709
|
break;
|
|
620
710
|
case "ColumnOptionsBackground":
|
|
621
711
|
if (this.v != null) {
|
|
622
|
-
this.v.
|
|
623
|
-
this.v.
|
|
712
|
+
this.v.cl = this.ct;
|
|
713
|
+
this.v.cq = this.ct;
|
|
624
714
|
}
|
|
625
715
|
break;
|
|
626
716
|
case "ColumnOptionsTextColor":
|
|
627
717
|
if (this.v != null) {
|
|
628
|
-
this.v.
|
|
629
|
-
this.v.
|
|
630
|
-
this.v.
|
|
631
|
-
this.v.
|
|
632
|
-
this.v.
|
|
633
|
-
this.v.
|
|
718
|
+
this.v.cn = this.cz;
|
|
719
|
+
this.v.cp = this.cz;
|
|
720
|
+
this.v.cb = this.cz;
|
|
721
|
+
this.v.ch = this.cz;
|
|
722
|
+
this.v.ci = this.cz;
|
|
723
|
+
this.v.cj = this.cz;
|
|
724
|
+
}
|
|
725
|
+
break;
|
|
726
|
+
case "ColumnOptionsTextStyle":
|
|
727
|
+
if (this.v != null) {
|
|
728
|
+
this.v.bw = this.ab;
|
|
729
|
+
}
|
|
730
|
+
break;
|
|
731
|
+
case "ColumnOptionsHoverBackgroundColor":
|
|
732
|
+
if (this.v != null) {
|
|
733
|
+
this.v.cg = this.cx;
|
|
734
|
+
}
|
|
735
|
+
break;
|
|
736
|
+
case "ColumnOptionsToolTipBackgroundColor":
|
|
737
|
+
if (this.v != null) {
|
|
738
|
+
this.v.co = this.c0;
|
|
739
|
+
}
|
|
740
|
+
break;
|
|
741
|
+
case "ColumnOptionsHighlightColor":
|
|
742
|
+
if (this.v != null) {
|
|
743
|
+
this.v.cf = this.cw;
|
|
634
744
|
}
|
|
635
745
|
break;
|
|
636
746
|
case "ColumnOptionsSeparatorColor":
|
|
637
747
|
if (this.v != null) {
|
|
638
|
-
this.v.
|
|
748
|
+
this.v.ck = this.cy;
|
|
639
749
|
}
|
|
640
750
|
break;
|
|
641
751
|
case "ColumnOptionsGroupHeaderBackground":
|
|
642
752
|
if (this.v != null) {
|
|
643
|
-
this.v.
|
|
753
|
+
this.v.cc = this.cu;
|
|
644
754
|
}
|
|
645
755
|
break;
|
|
646
756
|
case "ColumnOptionsGroupHeaderTextColor":
|
|
647
757
|
if (this.v != null) {
|
|
648
|
-
this.v.
|
|
758
|
+
this.v.ce = this.cv;
|
|
759
|
+
}
|
|
760
|
+
break;
|
|
761
|
+
case "ColumnOptionsGroupHeaderTextStyle":
|
|
762
|
+
if (this.v != null) {
|
|
763
|
+
this.v.bx = this.aa;
|
|
649
764
|
}
|
|
650
765
|
break;
|
|
651
766
|
case "ColumnOptionsAccentColor":
|
|
652
767
|
if (this.v != null) {
|
|
653
|
-
this.v.
|
|
654
|
-
this.v.
|
|
655
|
-
this.v.
|
|
656
|
-
this.v.
|
|
768
|
+
this.v.b7 = this.cs;
|
|
769
|
+
this.v.b9 = this.cs;
|
|
770
|
+
this.v.ca = this.cs;
|
|
771
|
+
this.v.cr = this.cs;
|
|
772
|
+
}
|
|
773
|
+
break;
|
|
774
|
+
case "ColumnOptionsRowHeight":
|
|
775
|
+
if (this.v != null) {
|
|
776
|
+
this.v.b3 = this.ax;
|
|
657
777
|
}
|
|
658
778
|
break;
|
|
659
779
|
}
|
|
660
780
|
};
|
|
661
|
-
GridFilterDialog.prototype.
|
|
781
|
+
GridFilterDialog.prototype.ca = function (a, b, c) {
|
|
662
782
|
this.s.v(a, b, c);
|
|
663
|
-
this.
|
|
783
|
+
this.b3();
|
|
664
784
|
};
|
|
665
785
|
Object.defineProperty(GridFilterDialog.prototype, "n", {
|
|
666
786
|
get: function () {
|
|
@@ -670,94 +790,100 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
670
790
|
var b = this.m;
|
|
671
791
|
this.m = a;
|
|
672
792
|
if (this.m != b) {
|
|
673
|
-
this.
|
|
793
|
+
this.b2(b, this.m);
|
|
674
794
|
}
|
|
675
795
|
},
|
|
676
796
|
enumerable: false,
|
|
677
797
|
configurable: true
|
|
678
798
|
});
|
|
679
|
-
GridFilterDialog.prototype.
|
|
680
|
-
this.
|
|
799
|
+
GridFilterDialog.prototype.b2 = function (a, b) {
|
|
800
|
+
this.ad = true;
|
|
681
801
|
};
|
|
682
|
-
GridFilterDialog.prototype.
|
|
802
|
+
GridFilterDialog.prototype.b3 = function () {
|
|
683
803
|
var _this = this;
|
|
684
804
|
NativeUIComponent.av(this.s.p(), 18, function (a) {
|
|
685
805
|
var b = a;
|
|
686
806
|
_this.v = b;
|
|
687
|
-
_this.v.
|
|
688
|
-
_this.v.
|
|
807
|
+
_this.v.b2 = 16;
|
|
808
|
+
_this.v.b8 = BrushUtil.l(0, 0, 0, 0);
|
|
689
809
|
_this.v.v = false;
|
|
690
|
-
_this.v.br = runOn(_this, _this.
|
|
691
|
-
_this.v.bp = runOn(_this, _this.
|
|
692
|
-
_this.v.
|
|
810
|
+
_this.v.br = runOn(_this, _this.bt);
|
|
811
|
+
_this.v.bp = runOn(_this, _this.bs);
|
|
812
|
+
_this.v.b0 = false;
|
|
693
813
|
_this.s.r(_this.v);
|
|
694
814
|
_this.v.c = _this.x;
|
|
695
|
-
_this.v.
|
|
696
|
-
_this.v.
|
|
697
|
-
_this.v.
|
|
698
|
-
_this.v.
|
|
699
|
-
_this.v.
|
|
700
|
-
_this.v.
|
|
701
|
-
_this.v.
|
|
702
|
-
_this.v.
|
|
703
|
-
_this.v.
|
|
704
|
-
_this.v.
|
|
705
|
-
_this.v.
|
|
706
|
-
_this.v.
|
|
707
|
-
_this.v.
|
|
708
|
-
_this.v.
|
|
709
|
-
_this.v.
|
|
710
|
-
_this.v.
|
|
815
|
+
_this.v.cl = _this.ct;
|
|
816
|
+
_this.v.cq = _this.ct;
|
|
817
|
+
_this.v.cn = _this.cz;
|
|
818
|
+
_this.v.ce = _this.cv;
|
|
819
|
+
_this.v.cp = _this.cz;
|
|
820
|
+
_this.v.cb = _this.cz;
|
|
821
|
+
_this.v.ch = _this.cz;
|
|
822
|
+
_this.v.ci = _this.cz;
|
|
823
|
+
_this.v.cj = _this.cz;
|
|
824
|
+
_this.v.bw = _this.ab;
|
|
825
|
+
_this.v.cg = _this.cx;
|
|
826
|
+
_this.v.co = _this.c0;
|
|
827
|
+
_this.v.cf = _this.cw;
|
|
828
|
+
_this.v.ck = _this.cy;
|
|
829
|
+
_this.v.cc = _this.cu;
|
|
830
|
+
_this.v.bx = _this.aa;
|
|
831
|
+
_this.v.b7 = _this.cs;
|
|
832
|
+
_this.v.b9 = _this.cs;
|
|
833
|
+
_this.v.ca = _this.cs;
|
|
834
|
+
_this.v.cr = _this.cs;
|
|
835
|
+
_this.v.b3 = _this.ax;
|
|
836
|
+
_this.v.b4 = _this.n;
|
|
711
837
|
});
|
|
712
838
|
};
|
|
713
|
-
GridFilterDialog.prototype.
|
|
714
|
-
if (this.
|
|
715
|
-
this.
|
|
716
|
-
this.v.
|
|
839
|
+
GridFilterDialog.prototype.bt = function (a, b) {
|
|
840
|
+
if (this.ad) {
|
|
841
|
+
this.ad = false;
|
|
842
|
+
this.v.b4 = this.n;
|
|
717
843
|
}
|
|
718
844
|
if (this.n != null) {
|
|
719
845
|
if (this.n.grid != null) {
|
|
720
|
-
this.n.grid.
|
|
846
|
+
this.n.grid.we();
|
|
721
847
|
}
|
|
722
|
-
this.n.
|
|
848
|
+
this.n.o5();
|
|
723
849
|
}
|
|
724
850
|
if (this.dialogOpening != null) {
|
|
725
851
|
var c = new GridFilterDialogOpeningEventArgs();
|
|
726
852
|
this.dialogOpening(this, c);
|
|
727
853
|
}
|
|
728
854
|
};
|
|
729
|
-
GridFilterDialog.prototype.
|
|
730
|
-
if (this.
|
|
731
|
-
this.
|
|
855
|
+
GridFilterDialog.prototype.bs = function (a, b) {
|
|
856
|
+
if (this.ae) {
|
|
857
|
+
this.by();
|
|
732
858
|
}
|
|
733
859
|
};
|
|
734
|
-
GridFilterDialog.prototype.
|
|
860
|
+
GridFilterDialog.prototype.bv = function (a, b) {
|
|
735
861
|
switch (b.propertyName) {
|
|
736
862
|
case "IsHidden": break;
|
|
737
863
|
}
|
|
738
864
|
};
|
|
739
|
-
GridFilterDialog.prototype.
|
|
865
|
+
GridFilterDialog.prototype.b4 = function () {
|
|
740
866
|
};
|
|
741
|
-
GridFilterDialog.prototype.
|
|
742
|
-
a.onModified = delegateRemove(a.onModified, runOn(this, this.
|
|
867
|
+
GridFilterDialog.prototype.b5 = function (a, b) {
|
|
868
|
+
a.onModified = delegateRemove(a.onModified, runOn(this, this.b8));
|
|
743
869
|
if (b) {
|
|
744
|
-
this.
|
|
870
|
+
this.cc();
|
|
745
871
|
}
|
|
746
872
|
else {
|
|
747
|
-
this.
|
|
873
|
+
this.cb(a, true);
|
|
748
874
|
}
|
|
749
875
|
this.f = null;
|
|
750
876
|
};
|
|
751
|
-
GridFilterDialog.prototype.
|
|
877
|
+
GridFilterDialog.prototype.bw = function () {
|
|
752
878
|
this.s.s();
|
|
753
|
-
if (this.
|
|
879
|
+
if (this.ac == null) {
|
|
754
880
|
var a = new AnimationKeyFrameEffectTiming();
|
|
755
881
|
a.g = 200;
|
|
756
882
|
a.b = 0;
|
|
757
|
-
this.
|
|
883
|
+
this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
|
|
758
884
|
}
|
|
759
885
|
};
|
|
760
|
-
GridFilterDialog.prototype.
|
|
886
|
+
GridFilterDialog.prototype.cd = function () {
|
|
761
887
|
var _this = this;
|
|
762
888
|
if (this.filterChanged != null) {
|
|
763
889
|
this.filterChanged(this, ((function () {
|
|
@@ -767,7 +893,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
767
893
|
})()));
|
|
768
894
|
}
|
|
769
895
|
};
|
|
770
|
-
GridFilterDialog.prototype.
|
|
896
|
+
GridFilterDialog.prototype.cc = function () {
|
|
771
897
|
if (this.filterChanged != null) {
|
|
772
898
|
this.filterChanged(this, ((function () {
|
|
773
899
|
var $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -776,7 +902,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
776
902
|
})()));
|
|
777
903
|
}
|
|
778
904
|
};
|
|
779
|
-
GridFilterDialog.prototype.
|
|
905
|
+
GridFilterDialog.prototype.cb = function (a, b) {
|
|
780
906
|
var c = this.e(a);
|
|
781
907
|
if (b) {
|
|
782
908
|
if (this.filterChanged != null) {
|
|
@@ -820,7 +946,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
820
946
|
if (e == null) {
|
|
821
947
|
e = b;
|
|
822
948
|
}
|
|
823
|
-
if (this.
|
|
949
|
+
if (this.al(a, a.f._inner[f])) {
|
|
824
950
|
continue;
|
|
825
951
|
}
|
|
826
952
|
e.add(this.d(a.f._inner[f]));
|
|
@@ -830,7 +956,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
830
956
|
}
|
|
831
957
|
return b;
|
|
832
958
|
};
|
|
833
|
-
GridFilterDialog.prototype.
|
|
959
|
+
GridFilterDialog.prototype.al = function (a, b) {
|
|
834
960
|
var c = 0;
|
|
835
961
|
for (var d = 0; d < b.e.length; d++) {
|
|
836
962
|
if (b.e[d] == b.l) {
|
|
@@ -847,14 +973,14 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
847
973
|
return false;
|
|
848
974
|
};
|
|
849
975
|
GridFilterDialog.prototype.g = function (a, b, c, d) {
|
|
850
|
-
var e = this.
|
|
976
|
+
var e = this.az(c, d);
|
|
851
977
|
if (a > e) {
|
|
852
978
|
b.e();
|
|
853
979
|
return b.d();
|
|
854
980
|
}
|
|
855
981
|
return null;
|
|
856
982
|
};
|
|
857
|
-
GridFilterDialog.prototype.
|
|
983
|
+
GridFilterDialog.prototype.az = function (a, b) {
|
|
858
984
|
var c = a.c(b);
|
|
859
985
|
if (c == null) {
|
|
860
986
|
return 0;
|
|
@@ -862,7 +988,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
862
988
|
return a.e.indexOf(c);
|
|
863
989
|
};
|
|
864
990
|
GridFilterDialog.prototype.h = function (a, b, c, d) {
|
|
865
|
-
var e = this.
|
|
991
|
+
var e = this.az(c, d);
|
|
866
992
|
if (a < e) {
|
|
867
993
|
var f = c.b(d);
|
|
868
994
|
var g = new ColumnFilterConditionGroup();
|
|
@@ -881,30 +1007,30 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
881
1007
|
GridFilterDialog.prototype.c = function (a) {
|
|
882
1008
|
return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
|
|
883
1009
|
};
|
|
884
|
-
GridFilterDialog.prototype.
|
|
885
|
-
this.
|
|
1010
|
+
GridFilterDialog.prototype.b8 = function (a) {
|
|
1011
|
+
this.cb(a, false);
|
|
886
1012
|
};
|
|
887
1013
|
GridFilterDialog.prototype.t = function (a, b) {
|
|
888
1014
|
var c = new GridFilterDialogViewModel();
|
|
889
1015
|
if (a != null) {
|
|
890
|
-
this.
|
|
1016
|
+
this.bu(c, a, b);
|
|
891
1017
|
}
|
|
892
1018
|
else {
|
|
893
1019
|
var d = new GridFilterDialogViewModelRow();
|
|
894
1020
|
d.f = b;
|
|
895
1021
|
d.e = GridFilterDialog.a(b);
|
|
896
1022
|
d.d = GridFilterDialog.b(b);
|
|
897
|
-
d.l = GridFilterDialog.
|
|
1023
|
+
d.l = GridFilterDialog.bk(b[0]);
|
|
898
1024
|
c.f.add(d);
|
|
899
1025
|
}
|
|
900
1026
|
return c;
|
|
901
1027
|
};
|
|
902
|
-
GridFilterDialog.prototype.
|
|
1028
|
+
GridFilterDialog.prototype.bu = function (a, b, c) {
|
|
903
1029
|
if (b.isGroup()) {
|
|
904
1030
|
var d = b;
|
|
905
1031
|
for (var e = 0; e < d.count; e++) {
|
|
906
1032
|
var f = d.item(e);
|
|
907
|
-
this.
|
|
1033
|
+
this.bu(a, f, c);
|
|
908
1034
|
}
|
|
909
1035
|
}
|
|
910
1036
|
else {
|
|
@@ -913,24 +1039,24 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
913
1039
|
};
|
|
914
1040
|
GridFilterDialog.prototype.u = function (a, b) {
|
|
915
1041
|
var c = new GridFilterDialogViewModelRow();
|
|
916
|
-
c.l = GridFilterDialog.
|
|
1042
|
+
c.l = GridFilterDialog.bk(a.operator);
|
|
917
1043
|
c.f = b;
|
|
918
1044
|
c.e = GridFilterDialog.a(b);
|
|
919
|
-
c.i = GridFilterDialog.
|
|
920
|
-
c.j = GridFilterDialog.
|
|
1045
|
+
c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
|
|
1046
|
+
c.j = GridFilterDialog.a3(GridFilterDialog.ay(a.operator), a.operator, a);
|
|
921
1047
|
c.d = GridFilterDialog.b(b);
|
|
922
1048
|
return c;
|
|
923
1049
|
};
|
|
924
|
-
GridFilterDialog.
|
|
1050
|
+
GridFilterDialog.ay = function (a) {
|
|
925
1051
|
return ColumnComparisonFilterCondition.getOperandNumber(a);
|
|
926
1052
|
};
|
|
927
|
-
GridFilterDialog.
|
|
1053
|
+
GridFilterDialog.a2 = function (a, b, c) {
|
|
928
1054
|
if (a == 0) {
|
|
929
1055
|
return "";
|
|
930
1056
|
}
|
|
931
1057
|
return c.value != null ? c.value.toString() : "";
|
|
932
1058
|
};
|
|
933
|
-
GridFilterDialog.
|
|
1059
|
+
GridFilterDialog.a3 = function (a, b, c) {
|
|
934
1060
|
return "";
|
|
935
1061
|
};
|
|
936
1062
|
GridFilterDialog.b = function (a) {
|
|
@@ -943,58 +1069,58 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
943
1069
|
}
|
|
944
1070
|
return b;
|
|
945
1071
|
};
|
|
946
|
-
GridFilterDialog.
|
|
1072
|
+
GridFilterDialog.bk = function (a) {
|
|
947
1073
|
return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
|
|
948
1074
|
};
|
|
949
|
-
GridFilterDialog.prototype.
|
|
1075
|
+
GridFilterDialog.prototype.b1 = function (a, b) {
|
|
950
1076
|
this.s.w(a, b);
|
|
951
1077
|
};
|
|
952
|
-
GridFilterDialog.prototype.
|
|
1078
|
+
GridFilterDialog.prototype.b0 = function () {
|
|
953
1079
|
this.s.u();
|
|
954
1080
|
};
|
|
955
|
-
GridFilterDialog.prototype.
|
|
1081
|
+
GridFilterDialog.prototype.bz = function (a, b, c) {
|
|
956
1082
|
};
|
|
957
|
-
GridFilterDialog.prototype.
|
|
1083
|
+
GridFilterDialog.prototype.ce = function () {
|
|
958
1084
|
var _this = this;
|
|
959
|
-
this.
|
|
1085
|
+
this.ae = false;
|
|
960
1086
|
if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
|
|
961
1087
|
return;
|
|
962
1088
|
}
|
|
963
|
-
if (this.
|
|
964
|
-
this.
|
|
965
|
-
if (this.
|
|
966
|
-
this.
|
|
1089
|
+
if (this.ai) {
|
|
1090
|
+
this.bw();
|
|
1091
|
+
if (this.ac.playbackRate < 0) {
|
|
1092
|
+
this.ac.reverse();
|
|
967
1093
|
}
|
|
968
1094
|
else {
|
|
969
|
-
this.
|
|
1095
|
+
this.ac.play();
|
|
970
1096
|
}
|
|
971
|
-
this.
|
|
1097
|
+
this.ac.finished.f(function (a) { return _this.ac.commitStyles(); });
|
|
972
1098
|
}
|
|
973
1099
|
else {
|
|
974
|
-
NativeUI.
|
|
1100
|
+
NativeUI.ab(this.s.q, 1);
|
|
975
1101
|
}
|
|
976
1102
|
};
|
|
977
|
-
GridFilterDialog.prototype.
|
|
1103
|
+
GridFilterDialog.prototype.by = function () {
|
|
978
1104
|
var _this = this;
|
|
979
|
-
this.
|
|
980
|
-
if (!this.
|
|
1105
|
+
this.ae = true;
|
|
1106
|
+
if (!this.aj) {
|
|
981
1107
|
if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
|
|
982
1108
|
return;
|
|
983
1109
|
}
|
|
984
|
-
if (this.
|
|
985
|
-
this.
|
|
986
|
-
if (this.
|
|
987
|
-
this.
|
|
1110
|
+
if (this.ai) {
|
|
1111
|
+
this.bw();
|
|
1112
|
+
if (this.ac.playbackRate < 0) {
|
|
1113
|
+
this.ac.play();
|
|
988
1114
|
}
|
|
989
1115
|
else {
|
|
990
|
-
this.
|
|
1116
|
+
this.ac.reverse();
|
|
991
1117
|
}
|
|
992
|
-
this.
|
|
1118
|
+
this.ac.finished.f(function (a) { return _this.ac.commitStyles(); });
|
|
993
1119
|
}
|
|
994
1120
|
else {
|
|
995
|
-
NativeUI.
|
|
1121
|
+
NativeUI.ab(this.s.q, 0);
|
|
996
1122
|
}
|
|
997
|
-
this.
|
|
1123
|
+
this.ae = false;
|
|
998
1124
|
}
|
|
999
1125
|
};
|
|
1000
1126
|
Object.defineProperty(GridFilterDialog.prototype, "commandCompleted", {
|
|
@@ -1017,22 +1143,29 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1017
1143
|
enumerable: false,
|
|
1018
1144
|
configurable: true
|
|
1019
1145
|
});
|
|
1020
|
-
GridFilterDialog.prototype.
|
|
1146
|
+
GridFilterDialog.prototype.b7 = function () {
|
|
1021
1147
|
if (this.renderCompleted != null) {
|
|
1022
1148
|
this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
|
|
1023
1149
|
}
|
|
1024
1150
|
};
|
|
1025
|
-
GridFilterDialog.prototype.
|
|
1151
|
+
GridFilterDialog.prototype.bx = function () {
|
|
1026
1152
|
if (this.v != null) {
|
|
1027
|
-
if (this.n != null && this.v.
|
|
1028
|
-
this.v.
|
|
1153
|
+
if (this.n != null && this.v.b4 != this.n) {
|
|
1154
|
+
this.v.b4 = this.n;
|
|
1029
1155
|
}
|
|
1030
1156
|
}
|
|
1031
1157
|
};
|
|
1158
|
+
Object.defineProperty(GridFilterDialog.prototype, "ah", {
|
|
1159
|
+
get: function () {
|
|
1160
|
+
return this.v.b4 != null;
|
|
1161
|
+
},
|
|
1162
|
+
enumerable: false,
|
|
1163
|
+
configurable: true
|
|
1164
|
+
});
|
|
1032
1165
|
GridFilterDialog.prototype.getDesiredToolbarActions = function () {
|
|
1033
|
-
if (!GridFilterDialog.
|
|
1034
|
-
GridFilterDialog.
|
|
1035
|
-
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.
|
|
1166
|
+
if (!GridFilterDialog.ag) {
|
|
1167
|
+
GridFilterDialog.ag = true;
|
|
1168
|
+
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bj);
|
|
1036
1169
|
}
|
|
1037
1170
|
var a = new ToolActionIconMenuInfo();
|
|
1038
1171
|
a.name = "DataGridColumnOptionsPlaceholder";
|
|
@@ -1067,7 +1200,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1067
1200
|
};
|
|
1068
1201
|
GridFilterDialog.prototype.dismissContextAccessor = function (a) {
|
|
1069
1202
|
};
|
|
1070
|
-
GridFilterDialog.prototype.
|
|
1203
|
+
GridFilterDialog.prototype.ak = function (e_) {
|
|
1071
1204
|
var a = e_.originalEvent.srcElement;
|
|
1072
1205
|
var b = e_.originalEvent.target;
|
|
1073
1206
|
if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
|
|
@@ -1076,8 +1209,8 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1076
1209
|
return false;
|
|
1077
1210
|
};
|
|
1078
1211
|
GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
|
|
1079
|
-
GridFilterDialog.
|
|
1080
|
-
GridFilterDialog.
|
|
1212
|
+
GridFilterDialog.ag = false;
|
|
1213
|
+
GridFilterDialog.bj = "M12 14c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 14 12 14 z M12 8c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 8 12 8z M12 16 c1.1 0 2 0.9 2 2s -0.9 2 -2 2 s-2 -0.9 -2 -2 S10.9 16 12 16z";
|
|
1081
1214
|
return GridFilterDialog;
|
|
1082
1215
|
}(Base));
|
|
1083
1216
|
/**
|
|
@@ -1108,7 +1241,7 @@ export var GridFilterDialogViewModel = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
1108
1241
|
a.f = b;
|
|
1109
1242
|
a.e = GridFilterDialog.a(b);
|
|
1110
1243
|
a.d = GridFilterDialog.b(b);
|
|
1111
|
-
a.l = GridFilterDialog.
|
|
1244
|
+
a.l = GridFilterDialog.bk(b[0]);
|
|
1112
1245
|
this.f.add(a);
|
|
1113
1246
|
};
|
|
1114
1247
|
GridFilterDialogViewModel.prototype.u = function (a) {
|