igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.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-webcomponents-data-grids.umd.js +9702 -8361
- package/bundles/igniteui-webcomponents-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 +5882 -5157
- package/esm2015/lib/ColumnGroupingView_combined.js +15 -15
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +11 -11
- package/esm2015/lib/EditorCell.js +267 -267
- 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 +15 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +322 -182
- 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/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- 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 +20 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +34 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +12 -12
- 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/igc-checkbox-list-component.js +89 -89
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +307 -193
- package/esm2015/lib/igc-data-grid-component.js +106 -2
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-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 +5860 -5003
- package/esm5/lib/ColumnGroupingView_combined.js +15 -15
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +13 -13
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +11 -11
- 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 +15 -6
- package/esm5/lib/GridFilterDialogView_combined.js +342 -174
- 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/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- 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 +20 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +35 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +12 -12
- 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/igc-checkbox-list-component.js +89 -89
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +355 -193
- package/esm5/lib/igc-data-grid-component.js +147 -3
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +129 -129
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +9519 -8340
- package/fesm5/igniteui-webcomponents-data-grids.js +9704 -8364
- 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 +1405 -1268
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- 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 +3 -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 +4 -2
- package/lib/SummaryCell.d.ts +6 -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/igc-data-grid-column-component.d.ts +54 -0
- package/lib/igc-data-grid-component.d.ts +51 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +33 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -17,6 +17,7 @@ import { intDivide, isNaN_ } from "igniteui-webcomponents-core";
|
|
|
17
17
|
import { ElevationHelper } from "igniteui-webcomponents-core";
|
|
18
18
|
import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
|
|
19
19
|
import { IToolbarTarget_$type } from "igniteui-webcomponents-core";
|
|
20
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
20
21
|
import { DeviceUtils } from "igniteui-webcomponents-core";
|
|
21
22
|
import { BrushUtil } from "igniteui-webcomponents-core";
|
|
22
23
|
import { GridFilterDialogOpeningEventArgs } from "./GridFilterDialogOpeningEventArgs";
|
|
@@ -30,8 +31,6 @@ import { GridFilterDialogViewModelGroupingLevel } from "./GridFilterDialogViewMo
|
|
|
30
31
|
import { GridFilterDialogViewModelGrouping } from "./GridFilterDialogViewModelGrouping";
|
|
31
32
|
import { ColumnComparisonFilterCondition } from "./ColumnComparisonFilterCondition";
|
|
32
33
|
import { ColumnComparisonConditionOperatorType_$type } from "./ColumnComparisonConditionOperatorType";
|
|
33
|
-
import { Geometry } from "igniteui-webcomponents-core";
|
|
34
|
-
import { GridStyleRepository } from "./GridStyleRepository";
|
|
35
34
|
import { FilterDialogRenderCompletedEventArgs } from "./FilterDialogRenderCompletedEventArgs";
|
|
36
35
|
import { ToolActionIconMenuInfo } from "igniteui-webcomponents-core";
|
|
37
36
|
import { SvgIconRegistry } from "igniteui-webcomponents-core";
|
|
@@ -66,10 +65,10 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
66
65
|
}
|
|
67
66
|
GridFilterDialogView.prototype.y = function () {
|
|
68
67
|
this.x();
|
|
69
|
-
this.b.
|
|
68
|
+
this.b.bu();
|
|
70
69
|
};
|
|
71
70
|
GridFilterDialogView.prototype.t = function () {
|
|
72
|
-
this.b.
|
|
71
|
+
this.b.bm(this.l, this.k, this.aa);
|
|
73
72
|
};
|
|
74
73
|
GridFilterDialogView.prototype.s = function () {
|
|
75
74
|
if (KeyFrameAnimationFactory.h == null) {
|
|
@@ -86,7 +85,7 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
86
85
|
this.d = null;
|
|
87
86
|
return;
|
|
88
87
|
}
|
|
89
|
-
this.h = (isNaN_(this.b.
|
|
88
|
+
this.h = (isNaN_(this.b.al) ? this.b.ak : this.b.al);
|
|
90
89
|
var d = a;
|
|
91
90
|
this.m = d;
|
|
92
91
|
this.n = c;
|
|
@@ -98,20 +97,20 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
98
97
|
var e = this.h;
|
|
99
98
|
var f = Math.round(d.rootWrapper.width());
|
|
100
99
|
var g = Math.round(d.rootWrapper.height());
|
|
101
|
-
var h = this.b.
|
|
102
|
-
var i = this.b.
|
|
100
|
+
var h = this.b.am * e;
|
|
101
|
+
var i = this.b.am * e;
|
|
103
102
|
this.x();
|
|
104
103
|
this.l = f;
|
|
105
104
|
this.k = g;
|
|
106
|
-
if (isNaN_(this.b.
|
|
107
|
-
this.b.
|
|
108
|
-
this.h = this.b.
|
|
105
|
+
if (isNaN_(this.b.al)) {
|
|
106
|
+
this.b.ak = window.devicePixelRatio;
|
|
107
|
+
this.h = this.b.ak;
|
|
109
108
|
}
|
|
110
109
|
this.y();
|
|
111
110
|
};
|
|
112
111
|
GridFilterDialogView.prototype.r = function (a) {
|
|
113
112
|
var b = a;
|
|
114
|
-
this.m.append(b.
|
|
113
|
+
this.m.append(b.ao);
|
|
115
114
|
};
|
|
116
115
|
GridFilterDialogView.prototype.p = function () {
|
|
117
116
|
return this.m;
|
|
@@ -126,10 +125,10 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
126
125
|
this.m.rootWrapper.setStyleProperty("position", "absolute");
|
|
127
126
|
if (this.b.l == 2) {
|
|
128
127
|
this.m.rootWrapper.setStyleProperty("left", "unset");
|
|
129
|
-
this.m.rootWrapper.setStyleProperty("right", this.b.
|
|
128
|
+
this.m.rootWrapper.setStyleProperty("right", this.b.aq + "px");
|
|
130
129
|
}
|
|
131
130
|
else {
|
|
132
|
-
this.m.rootWrapper.setStyleProperty("left", this.b.
|
|
131
|
+
this.m.rootWrapper.setStyleProperty("left", this.b.ap + "px");
|
|
133
132
|
}
|
|
134
133
|
var a = intDivide(this.o.height(), 2) - (this.k / 2);
|
|
135
134
|
this.m.rootWrapper.setStyleProperty("top", a + "px");
|
|
@@ -138,19 +137,19 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
138
137
|
this.y();
|
|
139
138
|
};
|
|
140
139
|
GridFilterDialogView.prototype.w = function (a, b) {
|
|
141
|
-
if (isNaN_(this.b.
|
|
142
|
-
this.b.
|
|
143
|
-
this.h = this.b.
|
|
140
|
+
if (isNaN_(this.b.al)) {
|
|
141
|
+
this.b.ak = window.devicePixelRatio;
|
|
142
|
+
this.h = this.b.ak;
|
|
144
143
|
}
|
|
145
144
|
this.l = a;
|
|
146
145
|
this.k = b;
|
|
147
146
|
this.y();
|
|
148
147
|
};
|
|
149
148
|
GridFilterDialogView.prototype.u = function () {
|
|
150
|
-
if (isNaN_(this.b.
|
|
151
|
-
this.b.
|
|
152
|
-
if (this.h != this.b.
|
|
153
|
-
this.h = this.b.
|
|
149
|
+
if (isNaN_(this.b.al)) {
|
|
150
|
+
this.b.ak = window.devicePixelRatio;
|
|
151
|
+
if (this.h != this.b.ak) {
|
|
152
|
+
this.h = this.b.ak;
|
|
154
153
|
this.y();
|
|
155
154
|
return;
|
|
156
155
|
}
|
|
@@ -189,7 +188,7 @@ export var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
189
188
|
e.setStyleProperty("background-color", "#fff");
|
|
190
189
|
e.setStyleProperty("border-radius", "3px");
|
|
191
190
|
e.setStyleProperty("overflow", "auto");
|
|
192
|
-
var g = ElevationHelper.e(12, _this.b.
|
|
191
|
+
var g = ElevationHelper.e(12, _this.b.cb, _this.b.ca, _this.b.b9);
|
|
193
192
|
e.setStyleProperty("boxShadow", g);
|
|
194
193
|
e.listen("mousedown", runOn(_this, _this.o));
|
|
195
194
|
_this.onDocumentKeyDown = _this.onDocumentKeyDown.bind(_this);
|
|
@@ -204,7 +203,7 @@ export var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
204
203
|
a.stopPropagation();
|
|
205
204
|
};
|
|
206
205
|
GridFilterDialogPanel.prototype.onDocumentKeyDown = function (a) {
|
|
207
|
-
if (BaseDOMEventProxy.
|
|
206
|
+
if (BaseDOMEventProxy.c4(a) == 8) {
|
|
208
207
|
}
|
|
209
208
|
};
|
|
210
209
|
GridFilterDialogPanel.prototype.onDocumentMouseClick = function (e_) {
|
|
@@ -313,24 +312,31 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
313
312
|
__extends(GridFilterDialog, _super);
|
|
314
313
|
function GridFilterDialog() {
|
|
315
314
|
var _this = _super.call(this) || this;
|
|
316
|
-
_this.
|
|
317
|
-
_this.
|
|
315
|
+
_this.at = null;
|
|
316
|
+
_this.ab = true;
|
|
318
317
|
_this.propertyChanged = null;
|
|
319
|
-
_this.
|
|
320
|
-
_this.
|
|
318
|
+
_this.ai = NaN;
|
|
319
|
+
_this.ah = 1;
|
|
321
320
|
_this.j = 2;
|
|
322
321
|
_this.i = 0;
|
|
323
|
-
_this.
|
|
324
|
-
_this.
|
|
325
|
-
_this.
|
|
326
|
-
_this.
|
|
327
|
-
_this.
|
|
328
|
-
_this.
|
|
329
|
-
_this.
|
|
330
|
-
_this.
|
|
331
|
-
_this.
|
|
322
|
+
_this.an = 0;
|
|
323
|
+
_this.ao = 0;
|
|
324
|
+
_this.b8 = null;
|
|
325
|
+
_this.aj = DeviceUtils.g(24);
|
|
326
|
+
_this.w = 1;
|
|
327
|
+
_this.b3 = null;
|
|
328
|
+
_this.b7 = null;
|
|
329
|
+
_this.b6 = null;
|
|
330
|
+
_this.b4 = null;
|
|
331
|
+
_this.b5 = null;
|
|
332
|
+
_this.b2 = null;
|
|
333
|
+
_this.cb = null;
|
|
334
|
+
_this.ca = null;
|
|
335
|
+
_this.b9 = null;
|
|
336
|
+
_this.y = null;
|
|
337
|
+
_this.aa = false;
|
|
332
338
|
_this.m = null;
|
|
333
|
-
_this.
|
|
339
|
+
_this.z = false;
|
|
334
340
|
_this.v = null;
|
|
335
341
|
_this.f = null;
|
|
336
342
|
_this.dialogOpening = null;
|
|
@@ -341,55 +347,56 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
341
347
|
_this._invalidateActions = null;
|
|
342
348
|
_this.renderCompleted = null;
|
|
343
349
|
_this.s = new GridFilterDialogView(_this);
|
|
344
|
-
_this.
|
|
345
|
-
_this.
|
|
346
|
-
_this.
|
|
350
|
+
_this.x = 1;
|
|
351
|
+
_this.cb = BrushUtil.l(66, 0, 0, 0);
|
|
352
|
+
_this.ca = BrushUtil.l(30, 0, 0, 0);
|
|
353
|
+
_this.b9 = BrushUtil.l(20, 0, 0, 0);
|
|
347
354
|
return _this;
|
|
348
355
|
}
|
|
349
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
356
|
+
Object.defineProperty(GridFilterDialog.prototype, "au", {
|
|
350
357
|
get: function () {
|
|
351
|
-
return this.
|
|
358
|
+
return this.at;
|
|
352
359
|
},
|
|
353
360
|
set: function (a) {
|
|
354
|
-
this.
|
|
361
|
+
this.at = a;
|
|
355
362
|
},
|
|
356
363
|
enumerable: false,
|
|
357
364
|
configurable: true
|
|
358
365
|
});
|
|
359
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
366
|
+
Object.defineProperty(GridFilterDialog.prototype, "ad", {
|
|
360
367
|
get: function () {
|
|
361
|
-
return this.
|
|
368
|
+
return this.ab;
|
|
362
369
|
},
|
|
363
370
|
set: function (a) {
|
|
364
|
-
var b = this.
|
|
365
|
-
this.
|
|
366
|
-
if (b != this.
|
|
367
|
-
this.
|
|
371
|
+
var b = this.ab;
|
|
372
|
+
this.ab = a;
|
|
373
|
+
if (b != this.ab) {
|
|
374
|
+
this.bt("IsAnimationEnabled", b, this.ab);
|
|
368
375
|
}
|
|
369
376
|
},
|
|
370
377
|
enumerable: false,
|
|
371
378
|
configurable: true
|
|
372
379
|
});
|
|
373
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
380
|
+
Object.defineProperty(GridFilterDialog.prototype, "al", {
|
|
374
381
|
get: function () {
|
|
375
|
-
return this.
|
|
382
|
+
return this.ai;
|
|
376
383
|
},
|
|
377
384
|
set: function (a) {
|
|
378
|
-
var b = this.
|
|
379
|
-
this.
|
|
380
|
-
this.
|
|
385
|
+
var b = this.ai;
|
|
386
|
+
this.ai = a;
|
|
387
|
+
this.bt("PixelScalingRatio", b, this.ai);
|
|
381
388
|
},
|
|
382
389
|
enumerable: false,
|
|
383
390
|
configurable: true
|
|
384
391
|
});
|
|
385
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
392
|
+
Object.defineProperty(GridFilterDialog.prototype, "ak", {
|
|
386
393
|
get: function () {
|
|
387
|
-
return this.
|
|
394
|
+
return this.ah;
|
|
388
395
|
},
|
|
389
396
|
set: function (a) {
|
|
390
|
-
var b = this.
|
|
391
|
-
this.
|
|
392
|
-
this.
|
|
397
|
+
var b = this.ah;
|
|
398
|
+
this.ah = a;
|
|
399
|
+
this.bt("ActualPixelScalingRatio", b, this.ah);
|
|
393
400
|
},
|
|
394
401
|
enumerable: false,
|
|
395
402
|
configurable: true
|
|
@@ -402,7 +409,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
402
409
|
var b = this.j;
|
|
403
410
|
this.j = a;
|
|
404
411
|
if (b != this.j) {
|
|
405
|
-
this.
|
|
412
|
+
this.bt("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
|
|
406
413
|
}
|
|
407
414
|
},
|
|
408
415
|
enumerable: false,
|
|
@@ -416,85 +423,183 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
416
423
|
var b = this.i;
|
|
417
424
|
this.i = a;
|
|
418
425
|
if (b != this.i) {
|
|
419
|
-
this.
|
|
426
|
+
this.bt("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
|
|
420
427
|
}
|
|
421
428
|
},
|
|
422
429
|
enumerable: false,
|
|
423
430
|
configurable: true
|
|
424
431
|
});
|
|
425
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
432
|
+
Object.defineProperty(GridFilterDialog.prototype, "ap", {
|
|
426
433
|
get: function () {
|
|
427
|
-
return this.
|
|
434
|
+
return this.an;
|
|
428
435
|
},
|
|
429
436
|
set: function (a) {
|
|
430
|
-
var b = this.
|
|
431
|
-
this.
|
|
432
|
-
if (b != this.
|
|
433
|
-
this.
|
|
437
|
+
var b = this.an;
|
|
438
|
+
this.an = a;
|
|
439
|
+
if (b != this.an) {
|
|
440
|
+
this.bt("CellPaddingLeft", b, this.an);
|
|
434
441
|
}
|
|
435
442
|
},
|
|
436
443
|
enumerable: false,
|
|
437
444
|
configurable: true
|
|
438
445
|
});
|
|
439
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
446
|
+
Object.defineProperty(GridFilterDialog.prototype, "aq", {
|
|
440
447
|
get: function () {
|
|
441
|
-
return this.
|
|
448
|
+
return this.ao;
|
|
442
449
|
},
|
|
443
450
|
set: function (a) {
|
|
444
|
-
var b = this.
|
|
445
|
-
this.
|
|
446
|
-
if (b != this.
|
|
447
|
-
this.
|
|
451
|
+
var b = this.ao;
|
|
452
|
+
this.ao = a;
|
|
453
|
+
if (b != this.ao) {
|
|
454
|
+
this.bt("CellPaddingRight", b, this.ao);
|
|
448
455
|
}
|
|
449
456
|
},
|
|
450
457
|
enumerable: false,
|
|
451
458
|
configurable: true
|
|
452
459
|
});
|
|
453
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
460
|
+
Object.defineProperty(GridFilterDialog.prototype, "ci", {
|
|
454
461
|
get: function () {
|
|
455
|
-
return this.
|
|
462
|
+
return this.b8;
|
|
456
463
|
},
|
|
457
464
|
set: function (a) {
|
|
458
|
-
var b = this.
|
|
459
|
-
this.
|
|
460
|
-
if (b != this.
|
|
461
|
-
this.
|
|
465
|
+
var b = this.b8;
|
|
466
|
+
this.b8 = a;
|
|
467
|
+
if (b != this.b8) {
|
|
468
|
+
this.bt("IconColor", b, this.b8);
|
|
462
469
|
}
|
|
463
470
|
},
|
|
464
471
|
enumerable: false,
|
|
465
472
|
configurable: true
|
|
466
473
|
});
|
|
467
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
474
|
+
Object.defineProperty(GridFilterDialog.prototype, "am", {
|
|
468
475
|
get: function () {
|
|
469
|
-
return this.
|
|
476
|
+
return this.aj;
|
|
470
477
|
},
|
|
471
478
|
set: function (a) {
|
|
472
|
-
var b = this.
|
|
473
|
-
this.
|
|
474
|
-
if (b != this.
|
|
475
|
-
this.
|
|
479
|
+
var b = this.aj;
|
|
480
|
+
this.aj = a;
|
|
481
|
+
if (b != this.aj) {
|
|
482
|
+
this.bt("ViewSize", b, this.aj);
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
enumerable: false,
|
|
486
|
+
configurable: true
|
|
487
|
+
});
|
|
488
|
+
Object.defineProperty(GridFilterDialog.prototype, "x", {
|
|
489
|
+
get: function () {
|
|
490
|
+
return this.w;
|
|
491
|
+
},
|
|
492
|
+
set: function (a) {
|
|
493
|
+
var b = this.w;
|
|
494
|
+
this.w = a;
|
|
495
|
+
if (this.w != b) {
|
|
496
|
+
this.bt("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
enumerable: false,
|
|
500
|
+
configurable: true
|
|
501
|
+
});
|
|
502
|
+
Object.defineProperty(GridFilterDialog.prototype, "cd", {
|
|
503
|
+
get: function () {
|
|
504
|
+
return this.b3;
|
|
505
|
+
},
|
|
506
|
+
set: function (a) {
|
|
507
|
+
var b = this.b3;
|
|
508
|
+
this.b3 = a;
|
|
509
|
+
if (b != this.b3) {
|
|
510
|
+
this.bt("ColumnOptionsBackground", b, this.b3);
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
enumerable: false,
|
|
514
|
+
configurable: true
|
|
515
|
+
});
|
|
516
|
+
Object.defineProperty(GridFilterDialog.prototype, "ch", {
|
|
517
|
+
get: function () {
|
|
518
|
+
return this.b7;
|
|
519
|
+
},
|
|
520
|
+
set: function (a) {
|
|
521
|
+
var b = this.b7;
|
|
522
|
+
this.b7 = a;
|
|
523
|
+
if (b != this.b7) {
|
|
524
|
+
this.bt("ColumnOptionsTextColor", b, this.b7);
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
enumerable: false,
|
|
528
|
+
configurable: true
|
|
529
|
+
});
|
|
530
|
+
Object.defineProperty(GridFilterDialog.prototype, "cg", {
|
|
531
|
+
get: function () {
|
|
532
|
+
return this.b6;
|
|
533
|
+
},
|
|
534
|
+
set: function (a) {
|
|
535
|
+
var b = this.b6;
|
|
536
|
+
this.b6 = a;
|
|
537
|
+
if (b != this.b6) {
|
|
538
|
+
this.bt("ColumnOptionsSeparatorColor", b, this.b6);
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
enumerable: false,
|
|
542
|
+
configurable: true
|
|
543
|
+
});
|
|
544
|
+
Object.defineProperty(GridFilterDialog.prototype, "ce", {
|
|
545
|
+
get: function () {
|
|
546
|
+
return this.b4;
|
|
547
|
+
},
|
|
548
|
+
set: function (a) {
|
|
549
|
+
var b = this.b4;
|
|
550
|
+
this.b4 = a;
|
|
551
|
+
if (b != this.b4) {
|
|
552
|
+
this.bt("ColumnOptionsGroupHeaderBackground", b, this.b4);
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
enumerable: false,
|
|
556
|
+
configurable: true
|
|
557
|
+
});
|
|
558
|
+
Object.defineProperty(GridFilterDialog.prototype, "cf", {
|
|
559
|
+
get: function () {
|
|
560
|
+
return this.b5;
|
|
561
|
+
},
|
|
562
|
+
set: function (a) {
|
|
563
|
+
var b = this.b5;
|
|
564
|
+
this.b5 = a;
|
|
565
|
+
if (b != this.b5) {
|
|
566
|
+
this.bt("ColumnOptionsGroupHeaderTextColor", b, this.b5);
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
enumerable: false,
|
|
570
|
+
configurable: true
|
|
571
|
+
});
|
|
572
|
+
Object.defineProperty(GridFilterDialog.prototype, "cc", {
|
|
573
|
+
get: function () {
|
|
574
|
+
return this.b2;
|
|
575
|
+
},
|
|
576
|
+
set: function (a) {
|
|
577
|
+
var b = this.b2;
|
|
578
|
+
this.b2 = a;
|
|
579
|
+
if (b != this.b2) {
|
|
580
|
+
this.bt("ColumnOptionsAccentColor", b, this.b2);
|
|
476
581
|
}
|
|
477
582
|
},
|
|
478
583
|
enumerable: false,
|
|
479
584
|
configurable: true
|
|
480
585
|
});
|
|
481
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
586
|
+
Object.defineProperty(GridFilterDialog.prototype, "ae", {
|
|
482
587
|
get: function () {
|
|
483
|
-
return this.v != null ? this.v.
|
|
588
|
+
return this.v != null ? this.v.by : false;
|
|
484
589
|
},
|
|
485
590
|
enumerable: false,
|
|
486
591
|
configurable: true
|
|
487
592
|
});
|
|
488
|
-
GridFilterDialog.prototype.
|
|
489
|
-
this.
|
|
593
|
+
GridFilterDialog.prototype.bt = function (a, b, c) {
|
|
594
|
+
this.bw(a, b, c);
|
|
490
595
|
if (this.propertyChanged != null) {
|
|
491
596
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
492
597
|
}
|
|
493
598
|
};
|
|
494
|
-
GridFilterDialog.prototype.
|
|
599
|
+
GridFilterDialog.prototype.bw = function (a, b, c) {
|
|
495
600
|
switch (a) {
|
|
496
601
|
case "PixelScalingRatio":
|
|
497
|
-
this.
|
|
602
|
+
this.ak = this.al;
|
|
498
603
|
break;
|
|
499
604
|
case "ActualPixelScalingRatio":
|
|
500
605
|
this.s.z();
|
|
@@ -507,11 +612,55 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
507
612
|
case "ViewSize":
|
|
508
613
|
this.s.z();
|
|
509
614
|
break;
|
|
615
|
+
case "Theme":
|
|
616
|
+
if (this.v != null) {
|
|
617
|
+
this.v.c = this.x;
|
|
618
|
+
}
|
|
619
|
+
break;
|
|
620
|
+
case "ColumnOptionsBackground":
|
|
621
|
+
if (this.v != null) {
|
|
622
|
+
this.v.ch = this.cd;
|
|
623
|
+
this.v.cl = this.cd;
|
|
624
|
+
}
|
|
625
|
+
break;
|
|
626
|
+
case "ColumnOptionsTextColor":
|
|
627
|
+
if (this.v != null) {
|
|
628
|
+
this.v.cj = this.ch;
|
|
629
|
+
this.v.ck = this.ch;
|
|
630
|
+
this.v.b9 = this.ch;
|
|
631
|
+
this.v.cd = this.ch;
|
|
632
|
+
this.v.ce = this.ch;
|
|
633
|
+
this.v.cf = this.ch;
|
|
634
|
+
}
|
|
635
|
+
break;
|
|
636
|
+
case "ColumnOptionsSeparatorColor":
|
|
637
|
+
if (this.v != null) {
|
|
638
|
+
this.v.cg = this.cg;
|
|
639
|
+
}
|
|
640
|
+
break;
|
|
641
|
+
case "ColumnOptionsGroupHeaderBackground":
|
|
642
|
+
if (this.v != null) {
|
|
643
|
+
this.v.ca = this.ce;
|
|
644
|
+
}
|
|
645
|
+
break;
|
|
646
|
+
case "ColumnOptionsGroupHeaderTextColor":
|
|
647
|
+
if (this.v != null) {
|
|
648
|
+
this.v.cc = this.cf;
|
|
649
|
+
}
|
|
650
|
+
break;
|
|
651
|
+
case "ColumnOptionsAccentColor":
|
|
652
|
+
if (this.v != null) {
|
|
653
|
+
this.v.b5 = this.cc;
|
|
654
|
+
this.v.b7 = this.cc;
|
|
655
|
+
this.v.b8 = this.cc;
|
|
656
|
+
this.v.cm = this.cc;
|
|
657
|
+
}
|
|
658
|
+
break;
|
|
510
659
|
}
|
|
511
660
|
};
|
|
512
|
-
GridFilterDialog.prototype.
|
|
661
|
+
GridFilterDialog.prototype.bx = function (a, b, c) {
|
|
513
662
|
this.s.v(a, b, c);
|
|
514
|
-
this.
|
|
663
|
+
this.bq();
|
|
515
664
|
};
|
|
516
665
|
Object.defineProperty(GridFilterDialog.prototype, "n", {
|
|
517
666
|
get: function () {
|
|
@@ -521,72 +670,94 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
521
670
|
var b = this.m;
|
|
522
671
|
this.m = a;
|
|
523
672
|
if (this.m != b) {
|
|
524
|
-
this.
|
|
673
|
+
this.bp(b, this.m);
|
|
525
674
|
}
|
|
526
675
|
},
|
|
527
676
|
enumerable: false,
|
|
528
677
|
configurable: true
|
|
529
678
|
});
|
|
530
|
-
GridFilterDialog.prototype.
|
|
531
|
-
this.
|
|
679
|
+
GridFilterDialog.prototype.bp = function (a, b) {
|
|
680
|
+
this.z = true;
|
|
532
681
|
};
|
|
533
|
-
GridFilterDialog.prototype.
|
|
682
|
+
GridFilterDialog.prototype.bq = function () {
|
|
534
683
|
var _this = this;
|
|
535
|
-
NativeUIComponent.
|
|
684
|
+
NativeUIComponent.av(this.s.p(), 18, function (a) {
|
|
536
685
|
var b = a;
|
|
537
686
|
_this.v = b;
|
|
538
|
-
_this.v.
|
|
539
|
-
_this.v.
|
|
540
|
-
_this.v.
|
|
541
|
-
_this.v.
|
|
687
|
+
_this.v.b1 = 16;
|
|
688
|
+
_this.v.b6 = BrushUtil.l(0, 0, 0, 0);
|
|
689
|
+
_this.v.v = false;
|
|
690
|
+
_this.v.br = runOn(_this, _this.bg);
|
|
691
|
+
_this.v.bp = runOn(_this, _this.bf);
|
|
692
|
+
_this.v.bz = false;
|
|
542
693
|
_this.s.r(_this.v);
|
|
543
|
-
_this.v.c =
|
|
544
|
-
_this.v.
|
|
694
|
+
_this.v.c = _this.x;
|
|
695
|
+
_this.v.ch = _this.cd;
|
|
696
|
+
_this.v.cl = _this.cd;
|
|
697
|
+
_this.v.cj = _this.ch;
|
|
698
|
+
_this.v.cc = _this.cf;
|
|
699
|
+
_this.v.ck = _this.ch;
|
|
700
|
+
_this.v.b9 = _this.ch;
|
|
701
|
+
_this.v.cd = _this.ch;
|
|
702
|
+
_this.v.ce = _this.ch;
|
|
703
|
+
_this.v.cf = _this.ch;
|
|
704
|
+
_this.v.cg = _this.cg;
|
|
705
|
+
_this.v.ca = _this.ce;
|
|
706
|
+
_this.v.b5 = _this.cc;
|
|
707
|
+
_this.v.b7 = _this.cc;
|
|
708
|
+
_this.v.b8 = _this.cc;
|
|
709
|
+
_this.v.cm = _this.cc;
|
|
710
|
+
_this.v.b2 = _this;
|
|
545
711
|
});
|
|
546
712
|
};
|
|
547
|
-
GridFilterDialog.prototype.
|
|
548
|
-
if (this.
|
|
549
|
-
this.
|
|
550
|
-
this.v.
|
|
713
|
+
GridFilterDialog.prototype.bg = function (a, b) {
|
|
714
|
+
if (this.z) {
|
|
715
|
+
this.z = false;
|
|
716
|
+
this.v.b2 = this.n;
|
|
551
717
|
}
|
|
552
718
|
if (this.n != null) {
|
|
553
719
|
if (this.n.grid != null) {
|
|
554
|
-
this.n.grid.
|
|
720
|
+
this.n.grid.vt();
|
|
555
721
|
}
|
|
556
|
-
this.n.
|
|
722
|
+
this.n.oh();
|
|
557
723
|
}
|
|
558
724
|
if (this.dialogOpening != null) {
|
|
559
725
|
var c = new GridFilterDialogOpeningEventArgs();
|
|
560
726
|
this.dialogOpening(this, c);
|
|
561
727
|
}
|
|
562
728
|
};
|
|
563
|
-
GridFilterDialog.prototype.
|
|
729
|
+
GridFilterDialog.prototype.bf = function (a, b) {
|
|
730
|
+
if (this.aa) {
|
|
731
|
+
this.bl();
|
|
732
|
+
}
|
|
733
|
+
};
|
|
734
|
+
GridFilterDialog.prototype.bi = function (a, b) {
|
|
564
735
|
switch (b.propertyName) {
|
|
565
736
|
case "IsHidden": break;
|
|
566
737
|
}
|
|
567
738
|
};
|
|
568
|
-
GridFilterDialog.prototype.
|
|
739
|
+
GridFilterDialog.prototype.br = function () {
|
|
569
740
|
};
|
|
570
|
-
GridFilterDialog.prototype.
|
|
571
|
-
a.onModified = delegateRemove(a.onModified, runOn(this, this.
|
|
741
|
+
GridFilterDialog.prototype.bs = function (a, b) {
|
|
742
|
+
a.onModified = delegateRemove(a.onModified, runOn(this, this.bv));
|
|
572
743
|
if (b) {
|
|
573
|
-
this.
|
|
744
|
+
this.bz();
|
|
574
745
|
}
|
|
575
746
|
else {
|
|
576
|
-
this.
|
|
747
|
+
this.by(a, true);
|
|
577
748
|
}
|
|
578
749
|
this.f = null;
|
|
579
750
|
};
|
|
580
|
-
GridFilterDialog.prototype.
|
|
751
|
+
GridFilterDialog.prototype.bj = function () {
|
|
581
752
|
this.s.s();
|
|
582
|
-
if (this.
|
|
753
|
+
if (this.y == null) {
|
|
583
754
|
var a = new AnimationKeyFrameEffectTiming();
|
|
584
755
|
a.g = 200;
|
|
585
756
|
a.b = 0;
|
|
586
|
-
this.
|
|
757
|
+
this.y = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
|
|
587
758
|
}
|
|
588
759
|
};
|
|
589
|
-
GridFilterDialog.prototype.
|
|
760
|
+
GridFilterDialog.prototype.b0 = function () {
|
|
590
761
|
var _this = this;
|
|
591
762
|
if (this.filterChanged != null) {
|
|
592
763
|
this.filterChanged(this, ((function () {
|
|
@@ -596,7 +767,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
596
767
|
})()));
|
|
597
768
|
}
|
|
598
769
|
};
|
|
599
|
-
GridFilterDialog.prototype.
|
|
770
|
+
GridFilterDialog.prototype.bz = function () {
|
|
600
771
|
if (this.filterChanged != null) {
|
|
601
772
|
this.filterChanged(this, ((function () {
|
|
602
773
|
var $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -605,7 +776,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
605
776
|
})()));
|
|
606
777
|
}
|
|
607
778
|
};
|
|
608
|
-
GridFilterDialog.prototype.
|
|
779
|
+
GridFilterDialog.prototype.by = function (a, b) {
|
|
609
780
|
var c = this.e(a);
|
|
610
781
|
if (b) {
|
|
611
782
|
if (this.filterChanged != null) {
|
|
@@ -649,7 +820,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
649
820
|
if (e == null) {
|
|
650
821
|
e = b;
|
|
651
822
|
}
|
|
652
|
-
if (this.
|
|
823
|
+
if (this.ag(a, a.f._inner[f])) {
|
|
653
824
|
continue;
|
|
654
825
|
}
|
|
655
826
|
e.add(this.d(a.f._inner[f]));
|
|
@@ -659,7 +830,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
659
830
|
}
|
|
660
831
|
return b;
|
|
661
832
|
};
|
|
662
|
-
GridFilterDialog.prototype.
|
|
833
|
+
GridFilterDialog.prototype.ag = function (a, b) {
|
|
663
834
|
var c = 0;
|
|
664
835
|
for (var d = 0; d < b.e.length; d++) {
|
|
665
836
|
if (b.e[d] == b.l) {
|
|
@@ -676,14 +847,14 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
676
847
|
return false;
|
|
677
848
|
};
|
|
678
849
|
GridFilterDialog.prototype.g = function (a, b, c, d) {
|
|
679
|
-
var e = this.
|
|
850
|
+
var e = this.as(c, d);
|
|
680
851
|
if (a > e) {
|
|
681
852
|
b.e();
|
|
682
853
|
return b.d();
|
|
683
854
|
}
|
|
684
855
|
return null;
|
|
685
856
|
};
|
|
686
|
-
GridFilterDialog.prototype.
|
|
857
|
+
GridFilterDialog.prototype.as = function (a, b) {
|
|
687
858
|
var c = a.c(b);
|
|
688
859
|
if (c == null) {
|
|
689
860
|
return 0;
|
|
@@ -691,7 +862,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
691
862
|
return a.e.indexOf(c);
|
|
692
863
|
};
|
|
693
864
|
GridFilterDialog.prototype.h = function (a, b, c, d) {
|
|
694
|
-
var e = this.
|
|
865
|
+
var e = this.as(c, d);
|
|
695
866
|
if (a < e) {
|
|
696
867
|
var f = c.b(d);
|
|
697
868
|
var g = new ColumnFilterConditionGroup();
|
|
@@ -710,30 +881,30 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
710
881
|
GridFilterDialog.prototype.c = function (a) {
|
|
711
882
|
return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
|
|
712
883
|
};
|
|
713
|
-
GridFilterDialog.prototype.
|
|
714
|
-
this.
|
|
884
|
+
GridFilterDialog.prototype.bv = function (a) {
|
|
885
|
+
this.by(a, false);
|
|
715
886
|
};
|
|
716
887
|
GridFilterDialog.prototype.t = function (a, b) {
|
|
717
888
|
var c = new GridFilterDialogViewModel();
|
|
718
889
|
if (a != null) {
|
|
719
|
-
this.
|
|
890
|
+
this.bh(c, a, b);
|
|
720
891
|
}
|
|
721
892
|
else {
|
|
722
893
|
var d = new GridFilterDialogViewModelRow();
|
|
723
894
|
d.f = b;
|
|
724
895
|
d.e = GridFilterDialog.a(b);
|
|
725
896
|
d.d = GridFilterDialog.b(b);
|
|
726
|
-
d.l = GridFilterDialog.
|
|
897
|
+
d.l = GridFilterDialog.a7(b[0]);
|
|
727
898
|
c.f.add(d);
|
|
728
899
|
}
|
|
729
900
|
return c;
|
|
730
901
|
};
|
|
731
|
-
GridFilterDialog.prototype.
|
|
902
|
+
GridFilterDialog.prototype.bh = function (a, b, c) {
|
|
732
903
|
if (b.isGroup()) {
|
|
733
904
|
var d = b;
|
|
734
905
|
for (var e = 0; e < d.count; e++) {
|
|
735
906
|
var f = d.item(e);
|
|
736
|
-
this.
|
|
907
|
+
this.bh(a, f, c);
|
|
737
908
|
}
|
|
738
909
|
}
|
|
739
910
|
else {
|
|
@@ -742,24 +913,24 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
742
913
|
};
|
|
743
914
|
GridFilterDialog.prototype.u = function (a, b) {
|
|
744
915
|
var c = new GridFilterDialogViewModelRow();
|
|
745
|
-
c.l = GridFilterDialog.
|
|
916
|
+
c.l = GridFilterDialog.a7(a.operator);
|
|
746
917
|
c.f = b;
|
|
747
918
|
c.e = GridFilterDialog.a(b);
|
|
748
|
-
c.i = GridFilterDialog.
|
|
749
|
-
c.j = GridFilterDialog.
|
|
919
|
+
c.i = GridFilterDialog.av(GridFilterDialog.ar(a.operator), a.operator, a);
|
|
920
|
+
c.j = GridFilterDialog.aw(GridFilterDialog.ar(a.operator), a.operator, a);
|
|
750
921
|
c.d = GridFilterDialog.b(b);
|
|
751
922
|
return c;
|
|
752
923
|
};
|
|
753
|
-
GridFilterDialog.
|
|
924
|
+
GridFilterDialog.ar = function (a) {
|
|
754
925
|
return ColumnComparisonFilterCondition.getOperandNumber(a);
|
|
755
926
|
};
|
|
756
|
-
GridFilterDialog.
|
|
927
|
+
GridFilterDialog.av = function (a, b, c) {
|
|
757
928
|
if (a == 0) {
|
|
758
929
|
return "";
|
|
759
930
|
}
|
|
760
931
|
return c.value != null ? c.value.toString() : "";
|
|
761
932
|
};
|
|
762
|
-
GridFilterDialog.
|
|
933
|
+
GridFilterDialog.aw = function (a, b, c) {
|
|
763
934
|
return "";
|
|
764
935
|
};
|
|
765
936
|
GridFilterDialog.b = function (a) {
|
|
@@ -772,61 +943,58 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
772
943
|
}
|
|
773
944
|
return b;
|
|
774
945
|
};
|
|
775
|
-
GridFilterDialog.
|
|
946
|
+
GridFilterDialog.a7 = function (a) {
|
|
776
947
|
return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
|
|
777
948
|
};
|
|
778
|
-
GridFilterDialog.prototype.
|
|
949
|
+
GridFilterDialog.prototype.bo = function (a, b) {
|
|
779
950
|
this.s.w(a, b);
|
|
780
951
|
};
|
|
781
|
-
GridFilterDialog.prototype.
|
|
952
|
+
GridFilterDialog.prototype.bn = function () {
|
|
782
953
|
this.s.u();
|
|
783
954
|
};
|
|
784
|
-
GridFilterDialog.prototype.
|
|
785
|
-
var d = Geometry.a("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");
|
|
786
|
-
c.an = d;
|
|
787
|
-
c._fill = this.bw == null ? GridStyleRepository.a5 : this.bw;
|
|
955
|
+
GridFilterDialog.prototype.bm = function (a, b, c) {
|
|
788
956
|
};
|
|
789
|
-
GridFilterDialog.prototype.
|
|
957
|
+
GridFilterDialog.prototype.b1 = function () {
|
|
790
958
|
var _this = this;
|
|
791
|
-
this.
|
|
959
|
+
this.aa = false;
|
|
792
960
|
if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
|
|
793
961
|
return;
|
|
794
962
|
}
|
|
795
|
-
if (this.
|
|
796
|
-
this.
|
|
797
|
-
if (this.
|
|
798
|
-
this.
|
|
963
|
+
if (this.ad) {
|
|
964
|
+
this.bj();
|
|
965
|
+
if (this.y.playbackRate < 0) {
|
|
966
|
+
this.y.reverse();
|
|
799
967
|
}
|
|
800
968
|
else {
|
|
801
|
-
this.
|
|
969
|
+
this.y.play();
|
|
802
970
|
}
|
|
803
|
-
this.
|
|
971
|
+
this.y.finished.f(function (a) { return _this.y.commitStyles(); });
|
|
804
972
|
}
|
|
805
973
|
else {
|
|
806
974
|
NativeUI.y(this.s.q, 1);
|
|
807
975
|
}
|
|
808
976
|
};
|
|
809
|
-
GridFilterDialog.prototype.
|
|
977
|
+
GridFilterDialog.prototype.bl = function () {
|
|
810
978
|
var _this = this;
|
|
811
|
-
this.
|
|
812
|
-
if (!this.
|
|
979
|
+
this.aa = true;
|
|
980
|
+
if (!this.ae) {
|
|
813
981
|
if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
|
|
814
982
|
return;
|
|
815
983
|
}
|
|
816
|
-
if (this.
|
|
817
|
-
this.
|
|
818
|
-
if (this.
|
|
819
|
-
this.
|
|
984
|
+
if (this.ad) {
|
|
985
|
+
this.bj();
|
|
986
|
+
if (this.y.playbackRate < 0) {
|
|
987
|
+
this.y.play();
|
|
820
988
|
}
|
|
821
989
|
else {
|
|
822
|
-
this.
|
|
990
|
+
this.y.reverse();
|
|
823
991
|
}
|
|
824
|
-
this.
|
|
992
|
+
this.y.finished.f(function (a) { return _this.y.commitStyles(); });
|
|
825
993
|
}
|
|
826
994
|
else {
|
|
827
995
|
NativeUI.y(this.s.q, 0);
|
|
828
996
|
}
|
|
829
|
-
this.
|
|
997
|
+
this.aa = false;
|
|
830
998
|
}
|
|
831
999
|
};
|
|
832
1000
|
Object.defineProperty(GridFilterDialog.prototype, "commandCompleted", {
|
|
@@ -849,22 +1017,22 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
849
1017
|
enumerable: false,
|
|
850
1018
|
configurable: true
|
|
851
1019
|
});
|
|
852
|
-
GridFilterDialog.prototype.
|
|
1020
|
+
GridFilterDialog.prototype.bu = function () {
|
|
853
1021
|
if (this.renderCompleted != null) {
|
|
854
1022
|
this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
|
|
855
1023
|
}
|
|
856
1024
|
};
|
|
857
|
-
GridFilterDialog.prototype.
|
|
1025
|
+
GridFilterDialog.prototype.bk = function () {
|
|
858
1026
|
if (this.v != null) {
|
|
859
|
-
if (this.n != null && this.v.
|
|
860
|
-
this.v.
|
|
1027
|
+
if (this.n != null && this.v.b2 != this.n) {
|
|
1028
|
+
this.v.b2 = this.n;
|
|
861
1029
|
}
|
|
862
1030
|
}
|
|
863
1031
|
};
|
|
864
1032
|
GridFilterDialog.prototype.getDesiredToolbarActions = function () {
|
|
865
|
-
if (!GridFilterDialog.
|
|
866
|
-
GridFilterDialog.
|
|
867
|
-
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.
|
|
1033
|
+
if (!GridFilterDialog.ac) {
|
|
1034
|
+
GridFilterDialog.ac = true;
|
|
1035
|
+
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.a6);
|
|
868
1036
|
}
|
|
869
1037
|
var a = new ToolActionIconMenuInfo();
|
|
870
1038
|
a.name = "DataGridColumnOptionsPlaceholder";
|
|
@@ -899,7 +1067,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
899
1067
|
};
|
|
900
1068
|
GridFilterDialog.prototype.dismissContextAccessor = function (a) {
|
|
901
1069
|
};
|
|
902
|
-
GridFilterDialog.prototype.
|
|
1070
|
+
GridFilterDialog.prototype.af = function (e_) {
|
|
903
1071
|
var a = e_.originalEvent.srcElement;
|
|
904
1072
|
var b = e_.originalEvent.target;
|
|
905
1073
|
if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
|
|
@@ -908,8 +1076,8 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
908
1076
|
return false;
|
|
909
1077
|
};
|
|
910
1078
|
GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
|
|
911
|
-
GridFilterDialog.
|
|
912
|
-
GridFilterDialog.
|
|
1079
|
+
GridFilterDialog.ac = false;
|
|
1080
|
+
GridFilterDialog.a6 = "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";
|
|
913
1081
|
return GridFilterDialog;
|
|
914
1082
|
}(Base));
|
|
915
1083
|
/**
|
|
@@ -940,7 +1108,7 @@ export var GridFilterDialogViewModel = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
940
1108
|
a.f = b;
|
|
941
1109
|
a.e = GridFilterDialog.a(b);
|
|
942
1110
|
a.d = GridFilterDialog.b(b);
|
|
943
|
-
a.l = GridFilterDialog.
|
|
1111
|
+
a.l = GridFilterDialog.a7(b[0]);
|
|
944
1112
|
this.f.add(a);
|
|
945
1113
|
};
|
|
946
1114
|
GridFilterDialogViewModel.prototype.u = function (a) {
|