igniteui-angular-data-grids 21.0.0 → 21.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +266 -266
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igx-checkbox-list-component.js +69 -69
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igx-checkbox-list-component.js +69 -69
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -16,6 +16,7 @@ import { intDivide, isNaN_ } from "igniteui-angular-core";
|
|
|
16
16
|
import { ElevationHelper } from "igniteui-angular-core";
|
|
17
17
|
import { BaseDOMEventProxy } from "igniteui-angular-core";
|
|
18
18
|
import { IToolbarTarget_$type } from "igniteui-angular-core";
|
|
19
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
19
20
|
import { DeviceUtils } from "igniteui-angular-core";
|
|
20
21
|
import { BrushUtil } from "igniteui-angular-core";
|
|
21
22
|
import { GridFilterDialogOpeningEventArgs } from "./GridFilterDialogOpeningEventArgs";
|
|
@@ -29,8 +30,6 @@ import { GridFilterDialogViewModelGroupingLevel } from "./GridFilterDialogViewMo
|
|
|
29
30
|
import { GridFilterDialogViewModelGrouping } from "./GridFilterDialogViewModelGrouping";
|
|
30
31
|
import { ColumnComparisonFilterCondition } from "./ColumnComparisonFilterCondition";
|
|
31
32
|
import { ColumnComparisonConditionOperatorType_$type } from "./ColumnComparisonConditionOperatorType";
|
|
32
|
-
import { Geometry } from "igniteui-angular-core";
|
|
33
|
-
import { GridStyleRepository } from "./GridStyleRepository";
|
|
34
33
|
import { FilterDialogRenderCompletedEventArgs } from "./FilterDialogRenderCompletedEventArgs";
|
|
35
34
|
import { ToolActionIconMenuInfo } from "igniteui-angular-core";
|
|
36
35
|
import { SvgIconRegistry } from "igniteui-angular-core";
|
|
@@ -64,10 +63,10 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
64
63
|
}
|
|
65
64
|
y() {
|
|
66
65
|
this.x();
|
|
67
|
-
this.b.
|
|
66
|
+
this.b.bu();
|
|
68
67
|
}
|
|
69
68
|
t() {
|
|
70
|
-
this.b.
|
|
69
|
+
this.b.bm(this.l, this.k, this.aa);
|
|
71
70
|
}
|
|
72
71
|
s() {
|
|
73
72
|
if (KeyFrameAnimationFactory.h == null) {
|
|
@@ -84,7 +83,7 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
84
83
|
this.d = null;
|
|
85
84
|
return;
|
|
86
85
|
}
|
|
87
|
-
this.h = (isNaN_(this.b.
|
|
86
|
+
this.h = (isNaN_(this.b.al) ? this.b.ak : this.b.al);
|
|
88
87
|
let d = a;
|
|
89
88
|
this.m = d;
|
|
90
89
|
this.n = c;
|
|
@@ -96,14 +95,14 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
96
95
|
let e = this.h;
|
|
97
96
|
let f = Math.round(d.rootWrapper.width());
|
|
98
97
|
let g = Math.round(d.rootWrapper.height());
|
|
99
|
-
let h = this.b.
|
|
100
|
-
let i = this.b.
|
|
98
|
+
let h = this.b.am * e;
|
|
99
|
+
let i = this.b.am * e;
|
|
101
100
|
this.x();
|
|
102
101
|
this.l = f;
|
|
103
102
|
this.k = g;
|
|
104
|
-
if (isNaN_(this.b.
|
|
105
|
-
this.b.
|
|
106
|
-
this.h = this.b.
|
|
103
|
+
if (isNaN_(this.b.al)) {
|
|
104
|
+
this.b.ak = window.devicePixelRatio;
|
|
105
|
+
this.h = this.b.ak;
|
|
107
106
|
}
|
|
108
107
|
this.y();
|
|
109
108
|
}
|
|
@@ -124,10 +123,10 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
124
123
|
this.m.rootWrapper.setStyleProperty("position", "absolute");
|
|
125
124
|
if (this.b.l == 2) {
|
|
126
125
|
this.m.rootWrapper.setStyleProperty("left", "unset");
|
|
127
|
-
this.m.rootWrapper.setStyleProperty("right", this.b.
|
|
126
|
+
this.m.rootWrapper.setStyleProperty("right", this.b.aq + "px");
|
|
128
127
|
}
|
|
129
128
|
else {
|
|
130
|
-
this.m.rootWrapper.setStyleProperty("left", this.b.
|
|
129
|
+
this.m.rootWrapper.setStyleProperty("left", this.b.ap + "px");
|
|
131
130
|
}
|
|
132
131
|
let a = intDivide(this.o.height(), 2) - (this.k / 2);
|
|
133
132
|
this.m.rootWrapper.setStyleProperty("top", a + "px");
|
|
@@ -136,19 +135,19 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
136
135
|
this.y();
|
|
137
136
|
}
|
|
138
137
|
w(a, b) {
|
|
139
|
-
if (isNaN_(this.b.
|
|
140
|
-
this.b.
|
|
141
|
-
this.h = this.b.
|
|
138
|
+
if (isNaN_(this.b.al)) {
|
|
139
|
+
this.b.ak = window.devicePixelRatio;
|
|
140
|
+
this.h = this.b.ak;
|
|
142
141
|
}
|
|
143
142
|
this.l = a;
|
|
144
143
|
this.k = b;
|
|
145
144
|
this.y();
|
|
146
145
|
}
|
|
147
146
|
u() {
|
|
148
|
-
if (isNaN_(this.b.
|
|
149
|
-
this.b.
|
|
150
|
-
if (this.h != this.b.
|
|
151
|
-
this.h = this.b.
|
|
147
|
+
if (isNaN_(this.b.al)) {
|
|
148
|
+
this.b.ak = window.devicePixelRatio;
|
|
149
|
+
if (this.h != this.b.ak) {
|
|
150
|
+
this.h = this.b.ak;
|
|
152
151
|
this.y();
|
|
153
152
|
return;
|
|
154
153
|
}
|
|
@@ -188,7 +187,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
|
|
|
188
187
|
e.setStyleProperty("background-color", "#fff");
|
|
189
188
|
e.setStyleProperty("border-radius", "3px");
|
|
190
189
|
e.setStyleProperty("overflow", "auto");
|
|
191
|
-
let g = ElevationHelper.e(12, this.b.
|
|
190
|
+
let g = ElevationHelper.e(12, this.b.cb, this.b.ca, this.b.b9);
|
|
192
191
|
e.setStyleProperty("boxShadow", g);
|
|
193
192
|
e.listen("mousedown", runOn(this, this.o));
|
|
194
193
|
this.onDocumentKeyDown = this.onDocumentKeyDown.bind(this);
|
|
@@ -311,24 +310,31 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
311
310
|
class GridFilterDialog extends Base {
|
|
312
311
|
constructor() {
|
|
313
312
|
super();
|
|
314
|
-
this.
|
|
315
|
-
this.
|
|
313
|
+
this.at = null;
|
|
314
|
+
this.ab = true;
|
|
316
315
|
this.propertyChanged = null;
|
|
317
|
-
this.
|
|
318
|
-
this.
|
|
316
|
+
this.ai = NaN;
|
|
317
|
+
this.ah = 1;
|
|
319
318
|
this.j = 2;
|
|
320
319
|
this.i = 0;
|
|
321
|
-
this.
|
|
322
|
-
this.
|
|
323
|
-
this.
|
|
324
|
-
this.
|
|
325
|
-
this.
|
|
326
|
-
this.
|
|
327
|
-
this.
|
|
328
|
-
this.
|
|
329
|
-
this.
|
|
320
|
+
this.an = 0;
|
|
321
|
+
this.ao = 0;
|
|
322
|
+
this.b8 = null;
|
|
323
|
+
this.aj = DeviceUtils.g(24);
|
|
324
|
+
this.w = 1;
|
|
325
|
+
this.b3 = null;
|
|
326
|
+
this.b7 = null;
|
|
327
|
+
this.b6 = null;
|
|
328
|
+
this.b4 = null;
|
|
329
|
+
this.b5 = null;
|
|
330
|
+
this.b2 = null;
|
|
331
|
+
this.cb = null;
|
|
332
|
+
this.ca = null;
|
|
333
|
+
this.b9 = null;
|
|
334
|
+
this.y = null;
|
|
335
|
+
this.aa = false;
|
|
330
336
|
this.m = null;
|
|
331
|
-
this.
|
|
337
|
+
this.z = false;
|
|
332
338
|
this.v = null;
|
|
333
339
|
this.f = null;
|
|
334
340
|
this.dialogOpening = null;
|
|
@@ -339,41 +345,42 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
339
345
|
this._invalidateActions = null;
|
|
340
346
|
this.renderCompleted = null;
|
|
341
347
|
this.s = new GridFilterDialogView(this);
|
|
342
|
-
this.
|
|
343
|
-
this.
|
|
344
|
-
this.
|
|
348
|
+
this.x = 1;
|
|
349
|
+
this.cb = BrushUtil.l(66, 0, 0, 0);
|
|
350
|
+
this.ca = BrushUtil.l(30, 0, 0, 0);
|
|
351
|
+
this.b9 = BrushUtil.l(20, 0, 0, 0);
|
|
345
352
|
}
|
|
346
|
-
get
|
|
347
|
-
return this.
|
|
353
|
+
get au() {
|
|
354
|
+
return this.at;
|
|
348
355
|
}
|
|
349
|
-
set
|
|
350
|
-
this.
|
|
356
|
+
set au(a) {
|
|
357
|
+
this.at = a;
|
|
351
358
|
}
|
|
352
|
-
get
|
|
353
|
-
return this.
|
|
359
|
+
get ad() {
|
|
360
|
+
return this.ab;
|
|
354
361
|
}
|
|
355
|
-
set
|
|
356
|
-
let b = this.
|
|
357
|
-
this.
|
|
358
|
-
if (b != this.
|
|
359
|
-
this.
|
|
362
|
+
set ad(a) {
|
|
363
|
+
let b = this.ab;
|
|
364
|
+
this.ab = a;
|
|
365
|
+
if (b != this.ab) {
|
|
366
|
+
this.bt("IsAnimationEnabled", b, this.ab);
|
|
360
367
|
}
|
|
361
368
|
}
|
|
362
|
-
get
|
|
363
|
-
return this.
|
|
369
|
+
get al() {
|
|
370
|
+
return this.ai;
|
|
364
371
|
}
|
|
365
|
-
set
|
|
366
|
-
let b = this.
|
|
367
|
-
this.
|
|
368
|
-
this.
|
|
372
|
+
set al(a) {
|
|
373
|
+
let b = this.ai;
|
|
374
|
+
this.ai = a;
|
|
375
|
+
this.bt("PixelScalingRatio", b, this.ai);
|
|
369
376
|
}
|
|
370
|
-
get
|
|
371
|
-
return this.
|
|
377
|
+
get ak() {
|
|
378
|
+
return this.ah;
|
|
372
379
|
}
|
|
373
|
-
set
|
|
374
|
-
let b = this.
|
|
375
|
-
this.
|
|
376
|
-
this.
|
|
380
|
+
set ak(a) {
|
|
381
|
+
let b = this.ah;
|
|
382
|
+
this.ah = a;
|
|
383
|
+
this.bt("ActualPixelScalingRatio", b, this.ah);
|
|
377
384
|
}
|
|
378
385
|
get l() {
|
|
379
386
|
return this.j;
|
|
@@ -382,7 +389,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
382
389
|
let b = this.j;
|
|
383
390
|
this.j = a;
|
|
384
391
|
if (b != this.j) {
|
|
385
|
-
this.
|
|
392
|
+
this.bt("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
|
|
386
393
|
}
|
|
387
394
|
}
|
|
388
395
|
get k() {
|
|
@@ -392,62 +399,132 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
392
399
|
let b = this.i;
|
|
393
400
|
this.i = a;
|
|
394
401
|
if (b != this.i) {
|
|
395
|
-
this.
|
|
402
|
+
this.bt("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
|
|
396
403
|
}
|
|
397
404
|
}
|
|
398
|
-
get
|
|
399
|
-
return this.
|
|
405
|
+
get ap() {
|
|
406
|
+
return this.an;
|
|
400
407
|
}
|
|
401
|
-
set
|
|
402
|
-
let b = this.
|
|
403
|
-
this.
|
|
404
|
-
if (b != this.
|
|
405
|
-
this.
|
|
408
|
+
set ap(a) {
|
|
409
|
+
let b = this.an;
|
|
410
|
+
this.an = a;
|
|
411
|
+
if (b != this.an) {
|
|
412
|
+
this.bt("CellPaddingLeft", b, this.an);
|
|
406
413
|
}
|
|
407
414
|
}
|
|
408
|
-
get
|
|
409
|
-
return this.
|
|
415
|
+
get aq() {
|
|
416
|
+
return this.ao;
|
|
410
417
|
}
|
|
411
|
-
set
|
|
412
|
-
let b = this.
|
|
413
|
-
this.
|
|
414
|
-
if (b != this.
|
|
415
|
-
this.
|
|
418
|
+
set aq(a) {
|
|
419
|
+
let b = this.ao;
|
|
420
|
+
this.ao = a;
|
|
421
|
+
if (b != this.ao) {
|
|
422
|
+
this.bt("CellPaddingRight", b, this.ao);
|
|
416
423
|
}
|
|
417
424
|
}
|
|
418
|
-
get
|
|
419
|
-
return this.
|
|
425
|
+
get ci() {
|
|
426
|
+
return this.b8;
|
|
420
427
|
}
|
|
421
|
-
set
|
|
422
|
-
let b = this.
|
|
423
|
-
this.
|
|
424
|
-
if (b != this.
|
|
425
|
-
this.
|
|
428
|
+
set ci(a) {
|
|
429
|
+
let b = this.b8;
|
|
430
|
+
this.b8 = a;
|
|
431
|
+
if (b != this.b8) {
|
|
432
|
+
this.bt("IconColor", b, this.b8);
|
|
426
433
|
}
|
|
427
434
|
}
|
|
428
|
-
get
|
|
429
|
-
return this.
|
|
435
|
+
get am() {
|
|
436
|
+
return this.aj;
|
|
430
437
|
}
|
|
431
|
-
set
|
|
432
|
-
let b = this.
|
|
433
|
-
this.
|
|
434
|
-
if (b != this.
|
|
435
|
-
this.
|
|
438
|
+
set am(a) {
|
|
439
|
+
let b = this.aj;
|
|
440
|
+
this.aj = a;
|
|
441
|
+
if (b != this.aj) {
|
|
442
|
+
this.bt("ViewSize", b, this.aj);
|
|
436
443
|
}
|
|
437
444
|
}
|
|
438
|
-
get
|
|
445
|
+
get x() {
|
|
446
|
+
return this.w;
|
|
447
|
+
}
|
|
448
|
+
set x(a) {
|
|
449
|
+
let b = this.w;
|
|
450
|
+
this.w = a;
|
|
451
|
+
if (this.w != b) {
|
|
452
|
+
this.bt("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
get cd() {
|
|
456
|
+
return this.b3;
|
|
457
|
+
}
|
|
458
|
+
set cd(a) {
|
|
459
|
+
let b = this.b3;
|
|
460
|
+
this.b3 = a;
|
|
461
|
+
if (b != this.b3) {
|
|
462
|
+
this.bt("ColumnOptionsBackground", b, this.b3);
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
get ch() {
|
|
466
|
+
return this.b7;
|
|
467
|
+
}
|
|
468
|
+
set ch(a) {
|
|
469
|
+
let b = this.b7;
|
|
470
|
+
this.b7 = a;
|
|
471
|
+
if (b != this.b7) {
|
|
472
|
+
this.bt("ColumnOptionsTextColor", b, this.b7);
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
get cg() {
|
|
476
|
+
return this.b6;
|
|
477
|
+
}
|
|
478
|
+
set cg(a) {
|
|
479
|
+
let b = this.b6;
|
|
480
|
+
this.b6 = a;
|
|
481
|
+
if (b != this.b6) {
|
|
482
|
+
this.bt("ColumnOptionsSeparatorColor", b, this.b6);
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
get ce() {
|
|
486
|
+
return this.b4;
|
|
487
|
+
}
|
|
488
|
+
set ce(a) {
|
|
489
|
+
let b = this.b4;
|
|
490
|
+
this.b4 = a;
|
|
491
|
+
if (b != this.b4) {
|
|
492
|
+
this.bt("ColumnOptionsGroupHeaderBackground", b, this.b4);
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
get cf() {
|
|
496
|
+
return this.b5;
|
|
497
|
+
}
|
|
498
|
+
set cf(a) {
|
|
499
|
+
let b = this.b5;
|
|
500
|
+
this.b5 = a;
|
|
501
|
+
if (b != this.b5) {
|
|
502
|
+
this.bt("ColumnOptionsGroupHeaderTextColor", b, this.b5);
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
get cc() {
|
|
506
|
+
return this.b2;
|
|
507
|
+
}
|
|
508
|
+
set cc(a) {
|
|
509
|
+
let b = this.b2;
|
|
510
|
+
this.b2 = a;
|
|
511
|
+
if (b != this.b2) {
|
|
512
|
+
this.bt("ColumnOptionsAccentColor", b, this.b2);
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
get ae() {
|
|
439
516
|
return this.v != null ? this.v.bx : false;
|
|
440
517
|
}
|
|
441
|
-
|
|
442
|
-
this.
|
|
518
|
+
bt(a, b, c) {
|
|
519
|
+
this.bw(a, b, c);
|
|
443
520
|
if (this.propertyChanged != null) {
|
|
444
521
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
445
522
|
}
|
|
446
523
|
}
|
|
447
|
-
|
|
524
|
+
bw(a, b, c) {
|
|
448
525
|
switch (a) {
|
|
449
526
|
case "PixelScalingRatio":
|
|
450
|
-
this.
|
|
527
|
+
this.ak = this.al;
|
|
451
528
|
break;
|
|
452
529
|
case "ActualPixelScalingRatio":
|
|
453
530
|
this.s.z();
|
|
@@ -460,11 +537,55 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
460
537
|
case "ViewSize":
|
|
461
538
|
this.s.z();
|
|
462
539
|
break;
|
|
540
|
+
case "Theme":
|
|
541
|
+
if (this.v != null) {
|
|
542
|
+
this.v.c = this.x;
|
|
543
|
+
}
|
|
544
|
+
break;
|
|
545
|
+
case "ColumnOptionsBackground":
|
|
546
|
+
if (this.v != null) {
|
|
547
|
+
this.v.cg = this.cd;
|
|
548
|
+
this.v.ck = this.cd;
|
|
549
|
+
}
|
|
550
|
+
break;
|
|
551
|
+
case "ColumnOptionsTextColor":
|
|
552
|
+
if (this.v != null) {
|
|
553
|
+
this.v.ci = this.ch;
|
|
554
|
+
this.v.cj = this.ch;
|
|
555
|
+
this.v.b8 = this.ch;
|
|
556
|
+
this.v.cc = this.ch;
|
|
557
|
+
this.v.cd = this.ch;
|
|
558
|
+
this.v.ce = this.ch;
|
|
559
|
+
}
|
|
560
|
+
break;
|
|
561
|
+
case "ColumnOptionsSeparatorColor":
|
|
562
|
+
if (this.v != null) {
|
|
563
|
+
this.v.cf = this.cg;
|
|
564
|
+
}
|
|
565
|
+
break;
|
|
566
|
+
case "ColumnOptionsGroupHeaderBackground":
|
|
567
|
+
if (this.v != null) {
|
|
568
|
+
this.v.b9 = this.ce;
|
|
569
|
+
}
|
|
570
|
+
break;
|
|
571
|
+
case "ColumnOptionsGroupHeaderTextColor":
|
|
572
|
+
if (this.v != null) {
|
|
573
|
+
this.v.cb = this.cf;
|
|
574
|
+
}
|
|
575
|
+
break;
|
|
576
|
+
case "ColumnOptionsAccentColor":
|
|
577
|
+
if (this.v != null) {
|
|
578
|
+
this.v.b4 = this.cc;
|
|
579
|
+
this.v.b6 = this.cc;
|
|
580
|
+
this.v.b7 = this.cc;
|
|
581
|
+
this.v.cl = this.cc;
|
|
582
|
+
}
|
|
583
|
+
break;
|
|
463
584
|
}
|
|
464
585
|
}
|
|
465
|
-
|
|
586
|
+
bx(a, b, c) {
|
|
466
587
|
this.s.v(a, b, c);
|
|
467
|
-
this.
|
|
588
|
+
this.bq();
|
|
468
589
|
}
|
|
469
590
|
get n() {
|
|
470
591
|
return this.m;
|
|
@@ -473,68 +594,89 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
473
594
|
let b = this.m;
|
|
474
595
|
this.m = a;
|
|
475
596
|
if (this.m != b) {
|
|
476
|
-
this.
|
|
597
|
+
this.bp(b, this.m);
|
|
477
598
|
}
|
|
478
599
|
}
|
|
479
|
-
|
|
480
|
-
this.
|
|
600
|
+
bp(a, b) {
|
|
601
|
+
this.z = true;
|
|
481
602
|
}
|
|
482
|
-
|
|
603
|
+
bq() {
|
|
483
604
|
NativeUIComponent.au(this.s.p(), 18, (a) => {
|
|
484
605
|
let b = a;
|
|
485
606
|
this.v = b;
|
|
486
607
|
this.v.b0 = 16;
|
|
487
|
-
this.v.
|
|
488
|
-
this.v.bq = runOn(this, this.
|
|
608
|
+
this.v.b5 = BrushUtil.l(0, 0, 0, 0);
|
|
609
|
+
this.v.bq = runOn(this, this.bg);
|
|
610
|
+
this.v.bo = runOn(this, this.bf);
|
|
489
611
|
this.v.by = false;
|
|
490
612
|
this.s.r(this.v);
|
|
491
|
-
this.v.c =
|
|
613
|
+
this.v.c = this.x;
|
|
614
|
+
this.v.cg = this.cd;
|
|
615
|
+
this.v.ck = this.cd;
|
|
616
|
+
this.v.ci = this.ch;
|
|
617
|
+
this.v.cb = this.cf;
|
|
618
|
+
this.v.cj = this.ch;
|
|
619
|
+
this.v.b8 = this.ch;
|
|
620
|
+
this.v.cc = this.ch;
|
|
621
|
+
this.v.cd = this.ch;
|
|
622
|
+
this.v.ce = this.ch;
|
|
623
|
+
this.v.cf = this.cg;
|
|
624
|
+
this.v.b9 = this.ce;
|
|
625
|
+
this.v.b4 = this.cc;
|
|
626
|
+
this.v.b6 = this.cc;
|
|
627
|
+
this.v.b7 = this.cc;
|
|
628
|
+
this.v.cl = this.cc;
|
|
492
629
|
this.v.b1 = this;
|
|
493
630
|
});
|
|
494
631
|
}
|
|
495
|
-
|
|
496
|
-
if (this.
|
|
497
|
-
this.
|
|
632
|
+
bg(a, b) {
|
|
633
|
+
if (this.z) {
|
|
634
|
+
this.z = false;
|
|
498
635
|
this.v.b1 = this.n;
|
|
499
636
|
}
|
|
500
637
|
if (this.n != null) {
|
|
501
638
|
if (this.n.grid != null) {
|
|
502
|
-
this.n.grid.
|
|
639
|
+
this.n.grid.vt();
|
|
503
640
|
}
|
|
504
|
-
this.n.
|
|
641
|
+
this.n.oh();
|
|
505
642
|
}
|
|
506
643
|
if (this.dialogOpening != null) {
|
|
507
644
|
let c = new GridFilterDialogOpeningEventArgs();
|
|
508
645
|
this.dialogOpening(this, c);
|
|
509
646
|
}
|
|
510
647
|
}
|
|
511
|
-
|
|
648
|
+
bf(a, b) {
|
|
649
|
+
if (this.aa) {
|
|
650
|
+
this.bl();
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
bi(a, b) {
|
|
512
654
|
switch (b.propertyName) {
|
|
513
655
|
case "IsHidden": break;
|
|
514
656
|
}
|
|
515
657
|
}
|
|
516
|
-
|
|
658
|
+
br() {
|
|
517
659
|
}
|
|
518
|
-
|
|
519
|
-
a.onModified = delegateRemove(a.onModified, runOn(this, this.
|
|
660
|
+
bs(a, b) {
|
|
661
|
+
a.onModified = delegateRemove(a.onModified, runOn(this, this.bv));
|
|
520
662
|
if (b) {
|
|
521
|
-
this.
|
|
663
|
+
this.bz();
|
|
522
664
|
}
|
|
523
665
|
else {
|
|
524
|
-
this.
|
|
666
|
+
this.by(a, true);
|
|
525
667
|
}
|
|
526
668
|
this.f = null;
|
|
527
669
|
}
|
|
528
|
-
|
|
670
|
+
bj() {
|
|
529
671
|
this.s.s();
|
|
530
|
-
if (this.
|
|
672
|
+
if (this.y == null) {
|
|
531
673
|
let a = new AnimationKeyFrameEffectTiming();
|
|
532
674
|
a.g = 200;
|
|
533
675
|
a.b = 0;
|
|
534
|
-
this.
|
|
676
|
+
this.y = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
|
|
535
677
|
}
|
|
536
678
|
}
|
|
537
|
-
|
|
679
|
+
b0() {
|
|
538
680
|
if (this.filterChanged != null) {
|
|
539
681
|
this.filterChanged(this, ((() => {
|
|
540
682
|
let $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -543,7 +685,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
543
685
|
})()));
|
|
544
686
|
}
|
|
545
687
|
}
|
|
546
|
-
|
|
688
|
+
bz() {
|
|
547
689
|
if (this.filterChanged != null) {
|
|
548
690
|
this.filterChanged(this, ((() => {
|
|
549
691
|
let $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -552,7 +694,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
552
694
|
})()));
|
|
553
695
|
}
|
|
554
696
|
}
|
|
555
|
-
|
|
697
|
+
by(a, b) {
|
|
556
698
|
let c = this.e(a);
|
|
557
699
|
if (b) {
|
|
558
700
|
if (this.filterChanged != null) {
|
|
@@ -596,7 +738,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
596
738
|
if (e == null) {
|
|
597
739
|
e = b;
|
|
598
740
|
}
|
|
599
|
-
if (this.
|
|
741
|
+
if (this.ag(a, a.f._inner[f])) {
|
|
600
742
|
continue;
|
|
601
743
|
}
|
|
602
744
|
e.add(this.d(a.f._inner[f]));
|
|
@@ -606,7 +748,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
606
748
|
}
|
|
607
749
|
return b;
|
|
608
750
|
}
|
|
609
|
-
|
|
751
|
+
ag(a, b) {
|
|
610
752
|
let c = 0;
|
|
611
753
|
for (let d = 0; d < b.e.length; d++) {
|
|
612
754
|
if (b.e[d] == b.l) {
|
|
@@ -623,14 +765,14 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
623
765
|
return false;
|
|
624
766
|
}
|
|
625
767
|
g(a, b, c, d) {
|
|
626
|
-
let e = this.
|
|
768
|
+
let e = this.as(c, d);
|
|
627
769
|
if (a > e) {
|
|
628
770
|
b.e();
|
|
629
771
|
return b.d();
|
|
630
772
|
}
|
|
631
773
|
return null;
|
|
632
774
|
}
|
|
633
|
-
|
|
775
|
+
as(a, b) {
|
|
634
776
|
let c = a.c(b);
|
|
635
777
|
if (c == null) {
|
|
636
778
|
return 0;
|
|
@@ -638,7 +780,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
638
780
|
return a.e.indexOf(c);
|
|
639
781
|
}
|
|
640
782
|
h(a, b, c, d) {
|
|
641
|
-
let e = this.
|
|
783
|
+
let e = this.as(c, d);
|
|
642
784
|
if (a < e) {
|
|
643
785
|
let f = c.b(d);
|
|
644
786
|
let g = new ColumnFilterConditionGroup();
|
|
@@ -657,30 +799,30 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
657
799
|
c(a) {
|
|
658
800
|
return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
|
|
659
801
|
}
|
|
660
|
-
|
|
661
|
-
this.
|
|
802
|
+
bv(a) {
|
|
803
|
+
this.by(a, false);
|
|
662
804
|
}
|
|
663
805
|
t(a, b) {
|
|
664
806
|
let c = new GridFilterDialogViewModel();
|
|
665
807
|
if (a != null) {
|
|
666
|
-
this.
|
|
808
|
+
this.bh(c, a, b);
|
|
667
809
|
}
|
|
668
810
|
else {
|
|
669
811
|
let d = new GridFilterDialogViewModelRow();
|
|
670
812
|
d.f = b;
|
|
671
813
|
d.e = GridFilterDialog.a(b);
|
|
672
814
|
d.d = GridFilterDialog.b(b);
|
|
673
|
-
d.l = GridFilterDialog.
|
|
815
|
+
d.l = GridFilterDialog.a7(b[0]);
|
|
674
816
|
c.f.add(d);
|
|
675
817
|
}
|
|
676
818
|
return c;
|
|
677
819
|
}
|
|
678
|
-
|
|
820
|
+
bh(a, b, c) {
|
|
679
821
|
if (b.isGroup()) {
|
|
680
822
|
let d = b;
|
|
681
823
|
for (let e = 0; e < d.count; e++) {
|
|
682
824
|
let f = d.item(e);
|
|
683
|
-
this.
|
|
825
|
+
this.bh(a, f, c);
|
|
684
826
|
}
|
|
685
827
|
}
|
|
686
828
|
else {
|
|
@@ -689,24 +831,24 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
689
831
|
}
|
|
690
832
|
u(a, b) {
|
|
691
833
|
let c = new GridFilterDialogViewModelRow();
|
|
692
|
-
c.l = GridFilterDialog.
|
|
834
|
+
c.l = GridFilterDialog.a7(a.operator);
|
|
693
835
|
c.f = b;
|
|
694
836
|
c.e = GridFilterDialog.a(b);
|
|
695
|
-
c.i = GridFilterDialog.
|
|
696
|
-
c.j = GridFilterDialog.
|
|
837
|
+
c.i = GridFilterDialog.av(GridFilterDialog.ar(a.operator), a.operator, a);
|
|
838
|
+
c.j = GridFilterDialog.aw(GridFilterDialog.ar(a.operator), a.operator, a);
|
|
697
839
|
c.d = GridFilterDialog.b(b);
|
|
698
840
|
return c;
|
|
699
841
|
}
|
|
700
|
-
static
|
|
842
|
+
static ar(a) {
|
|
701
843
|
return ColumnComparisonFilterCondition.getOperandNumber(a);
|
|
702
844
|
}
|
|
703
|
-
static
|
|
845
|
+
static av(a, b, c) {
|
|
704
846
|
if (a == 0) {
|
|
705
847
|
return "";
|
|
706
848
|
}
|
|
707
849
|
return c.value != null ? c.value.toString() : "";
|
|
708
850
|
}
|
|
709
|
-
static
|
|
851
|
+
static aw(a, b, c) {
|
|
710
852
|
return "";
|
|
711
853
|
}
|
|
712
854
|
static b(a) {
|
|
@@ -719,59 +861,56 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
719
861
|
}
|
|
720
862
|
return b;
|
|
721
863
|
}
|
|
722
|
-
static
|
|
864
|
+
static a7(a) {
|
|
723
865
|
return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
|
|
724
866
|
}
|
|
725
|
-
|
|
867
|
+
bo(a, b) {
|
|
726
868
|
this.s.w(a, b);
|
|
727
869
|
}
|
|
728
|
-
|
|
870
|
+
bn() {
|
|
729
871
|
this.s.u();
|
|
730
872
|
}
|
|
731
|
-
|
|
732
|
-
let 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");
|
|
733
|
-
c.an = d;
|
|
734
|
-
c._fill = this.bw == null ? GridStyleRepository.a5 : this.bw;
|
|
873
|
+
bm(a, b, c) {
|
|
735
874
|
}
|
|
736
|
-
|
|
737
|
-
this.
|
|
875
|
+
b1() {
|
|
876
|
+
this.aa = false;
|
|
738
877
|
if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
|
|
739
878
|
return;
|
|
740
879
|
}
|
|
741
|
-
if (this.
|
|
742
|
-
this.
|
|
743
|
-
if (this.
|
|
744
|
-
this.
|
|
880
|
+
if (this.ad) {
|
|
881
|
+
this.bj();
|
|
882
|
+
if (this.y.playbackRate < 0) {
|
|
883
|
+
this.y.reverse();
|
|
745
884
|
}
|
|
746
885
|
else {
|
|
747
|
-
this.
|
|
886
|
+
this.y.play();
|
|
748
887
|
}
|
|
749
|
-
this.
|
|
888
|
+
this.y.finished.f((a) => this.y.commitStyles());
|
|
750
889
|
}
|
|
751
890
|
else {
|
|
752
891
|
NativeUI.y(this.s.q, 1);
|
|
753
892
|
}
|
|
754
893
|
}
|
|
755
|
-
|
|
756
|
-
this.
|
|
757
|
-
if (!this.
|
|
894
|
+
bl() {
|
|
895
|
+
this.aa = true;
|
|
896
|
+
if (!this.ae) {
|
|
758
897
|
if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
|
|
759
898
|
return;
|
|
760
899
|
}
|
|
761
|
-
if (this.
|
|
762
|
-
this.
|
|
763
|
-
if (this.
|
|
764
|
-
this.
|
|
900
|
+
if (this.ad) {
|
|
901
|
+
this.bj();
|
|
902
|
+
if (this.y.playbackRate < 0) {
|
|
903
|
+
this.y.play();
|
|
765
904
|
}
|
|
766
905
|
else {
|
|
767
|
-
this.
|
|
906
|
+
this.y.reverse();
|
|
768
907
|
}
|
|
769
|
-
this.
|
|
908
|
+
this.y.finished.f((a) => this.y.commitStyles());
|
|
770
909
|
}
|
|
771
910
|
else {
|
|
772
911
|
NativeUI.y(this.s.q, 0);
|
|
773
912
|
}
|
|
774
|
-
this.
|
|
913
|
+
this.aa = false;
|
|
775
914
|
}
|
|
776
915
|
}
|
|
777
916
|
get commandCompleted() {
|
|
@@ -786,12 +925,12 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
786
925
|
set invalidateActions(a) {
|
|
787
926
|
this._invalidateActions = a;
|
|
788
927
|
}
|
|
789
|
-
|
|
928
|
+
bu() {
|
|
790
929
|
if (this.renderCompleted != null) {
|
|
791
930
|
this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
|
|
792
931
|
}
|
|
793
932
|
}
|
|
794
|
-
|
|
933
|
+
bk() {
|
|
795
934
|
if (this.v != null) {
|
|
796
935
|
if (this.n != null && this.v.b1 != this.n) {
|
|
797
936
|
this.v.b1 = this.n;
|
|
@@ -799,9 +938,9 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
799
938
|
}
|
|
800
939
|
}
|
|
801
940
|
getDesiredToolbarActions() {
|
|
802
|
-
if (!GridFilterDialog.
|
|
803
|
-
GridFilterDialog.
|
|
804
|
-
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.
|
|
941
|
+
if (!GridFilterDialog.ac) {
|
|
942
|
+
GridFilterDialog.ac = true;
|
|
943
|
+
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.a6);
|
|
805
944
|
}
|
|
806
945
|
let a = new ToolActionIconMenuInfo();
|
|
807
946
|
a.name = "DataGridColumnOptionsPlaceholder";
|
|
@@ -836,7 +975,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
836
975
|
}
|
|
837
976
|
dismissContextAccessor(a) {
|
|
838
977
|
}
|
|
839
|
-
|
|
978
|
+
af(e_) {
|
|
840
979
|
let a = e_.originalEvent.srcElement;
|
|
841
980
|
let b = e_.originalEvent.target;
|
|
842
981
|
if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
|
|
@@ -846,8 +985,8 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
846
985
|
}
|
|
847
986
|
}
|
|
848
987
|
GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
|
|
849
|
-
GridFilterDialog.
|
|
850
|
-
GridFilterDialog.
|
|
988
|
+
GridFilterDialog.ac = false;
|
|
989
|
+
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";
|
|
851
990
|
return GridFilterDialog;
|
|
852
991
|
})();
|
|
853
992
|
/**
|
|
@@ -877,7 +1016,7 @@ export let GridFilterDialogViewModel = /*@__PURE__*/ (() => {
|
|
|
877
1016
|
a.f = b;
|
|
878
1017
|
a.e = GridFilterDialog.a(b);
|
|
879
1018
|
a.d = GridFilterDialog.b(b);
|
|
880
|
-
a.l = GridFilterDialog.
|
|
1019
|
+
a.l = GridFilterDialog.a7(b[0]);
|
|
881
1020
|
this.f.add(a);
|
|
882
1021
|
}
|
|
883
1022
|
u(a) {
|