igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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-webcomponents-data-grids.umd.js +8241 -9505
- 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 +0 -28
- package/esm2015/lib/CheckboxListView_combined.js +705 -730
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
- 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 +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 +63 -65
- 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 +6 -9
- package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +433 -271
- 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 +134 -140
- package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
- 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 +193 -307
- package/esm2015/lib/igc-data-grid-component.js +1 -99
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
- package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
- 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 +4 -65
- package/esm2015/public_api.js +0 -1
- 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 +0 -28
- package/esm5/lib/CheckboxListView_combined.js +684 -709
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
- 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 +62 -64
- 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 +6 -9
- package/esm5/lib/GridFilterDialogView_combined.js +164 -331
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +585 -275
- 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 +132 -138
- package/esm5/lib/TextHeaderCellPresenter.js +21 -43
- package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
- 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 +193 -355
- package/esm5/lib/igc-data-grid-component.js +2 -140
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
- package/esm5/lib/igc-data-grid-pager-component.js +10 -38
- 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 +4 -93
- package/esm5/public_api.js +0 -1
- package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
- package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
- package/lib/CheckboxListBridge.d.ts +0 -1
- package/lib/CheckboxListExternal.d.ts +0 -6
- package/lib/CheckboxListView_combined.d.ts +148 -153
- package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +19 -21
- package/lib/GridExternalWrapper.d.ts +0 -1
- package/lib/GridFilterDialogView_combined.d.ts +58 -81
- package/lib/GridStyleRepository.d.ts +84 -23
- 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 +24 -26
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +0 -54
- package/lib/igc-data-grid-component.d.ts +1 -49
- package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
- package/lib/igc-data-grid-pager-component.d.ts +0 -10
- package/lib/igc-text-header-cell-info.d.ts +0 -33
- package/package.json +4 -4
- package/public_api.d.ts +0 -1
- package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
- package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
- package/lib/GridStyleRepositoryKeys.d.ts +0 -48
|
@@ -16,7 +16,6 @@ import { intDivide, isNaN_ } from "igniteui-webcomponents-core";
|
|
|
16
16
|
import { ElevationHelper } from "igniteui-webcomponents-core";
|
|
17
17
|
import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
|
|
18
18
|
import { IToolbarTarget_$type } from "igniteui-webcomponents-core";
|
|
19
|
-
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
20
19
|
import { DeviceUtils } from "igniteui-webcomponents-core";
|
|
21
20
|
import { BrushUtil } from "igniteui-webcomponents-core";
|
|
22
21
|
import { GridFilterDialogOpeningEventArgs } from "./GridFilterDialogOpeningEventArgs";
|
|
@@ -30,6 +29,8 @@ import { GridFilterDialogViewModelGroupingLevel } from "./GridFilterDialogViewMo
|
|
|
30
29
|
import { GridFilterDialogViewModelGrouping } from "./GridFilterDialogViewModelGrouping";
|
|
31
30
|
import { ColumnComparisonFilterCondition } from "./ColumnComparisonFilterCondition";
|
|
32
31
|
import { ColumnComparisonConditionOperatorType_$type } from "./ColumnComparisonConditionOperatorType";
|
|
32
|
+
import { Geometry } from "igniteui-webcomponents-core";
|
|
33
|
+
import { GridStyleRepository } from "./GridStyleRepository";
|
|
33
34
|
import { FilterDialogRenderCompletedEventArgs } from "./FilterDialogRenderCompletedEventArgs";
|
|
34
35
|
import { ToolActionIconMenuInfo } from "igniteui-webcomponents-core";
|
|
35
36
|
import { SvgIconRegistry } from "igniteui-webcomponents-core";
|
|
@@ -60,10 +61,10 @@ let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
60
61
|
}
|
|
61
62
|
y() {
|
|
62
63
|
this.x();
|
|
63
|
-
this.b.
|
|
64
|
+
this.b.bk();
|
|
64
65
|
}
|
|
65
66
|
t() {
|
|
66
|
-
this.b.
|
|
67
|
+
this.b.bc(this.l, this.k, this.aa);
|
|
67
68
|
}
|
|
68
69
|
s() {
|
|
69
70
|
if (KeyFrameAnimationFactory.h == null) {
|
|
@@ -80,7 +81,7 @@ let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
80
81
|
this.d = null;
|
|
81
82
|
return;
|
|
82
83
|
}
|
|
83
|
-
this.h = (isNaN_(this.b.
|
|
84
|
+
this.h = (isNaN_(this.b.aj) ? this.b.ai : this.b.aj);
|
|
84
85
|
let d = a;
|
|
85
86
|
this.m = d;
|
|
86
87
|
this.n = c;
|
|
@@ -92,14 +93,14 @@ let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
92
93
|
let e = this.h;
|
|
93
94
|
let f = Math.round(d.rootWrapper.width());
|
|
94
95
|
let g = Math.round(d.rootWrapper.height());
|
|
95
|
-
let h = this.b.
|
|
96
|
-
let i = this.b.
|
|
96
|
+
let h = this.b.ak * e;
|
|
97
|
+
let i = this.b.ak * e;
|
|
97
98
|
this.x();
|
|
98
99
|
this.l = f;
|
|
99
100
|
this.k = g;
|
|
100
|
-
if (isNaN_(this.b.
|
|
101
|
-
this.b.
|
|
102
|
-
this.h = this.b.
|
|
101
|
+
if (isNaN_(this.b.aj)) {
|
|
102
|
+
this.b.ai = window.devicePixelRatio;
|
|
103
|
+
this.h = this.b.ai;
|
|
103
104
|
}
|
|
104
105
|
this.y();
|
|
105
106
|
}
|
|
@@ -120,10 +121,10 @@ let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
120
121
|
this.m.rootWrapper.setStyleProperty("position", "absolute");
|
|
121
122
|
if (this.b.l == 2) {
|
|
122
123
|
this.m.rootWrapper.setStyleProperty("left", "unset");
|
|
123
|
-
this.m.rootWrapper.setStyleProperty("right", this.b.
|
|
124
|
+
this.m.rootWrapper.setStyleProperty("right", this.b.ao + "px");
|
|
124
125
|
}
|
|
125
126
|
else {
|
|
126
|
-
this.m.rootWrapper.setStyleProperty("left", this.b.
|
|
127
|
+
this.m.rootWrapper.setStyleProperty("left", this.b.an + "px");
|
|
127
128
|
}
|
|
128
129
|
let a = intDivide(this.o.height(), 2) - (this.k / 2);
|
|
129
130
|
this.m.rootWrapper.setStyleProperty("top", a + "px");
|
|
@@ -132,19 +133,19 @@ let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
132
133
|
this.y();
|
|
133
134
|
}
|
|
134
135
|
w(a, b) {
|
|
135
|
-
if (isNaN_(this.b.
|
|
136
|
-
this.b.
|
|
137
|
-
this.h = this.b.
|
|
136
|
+
if (isNaN_(this.b.aj)) {
|
|
137
|
+
this.b.ai = window.devicePixelRatio;
|
|
138
|
+
this.h = this.b.ai;
|
|
138
139
|
}
|
|
139
140
|
this.l = a;
|
|
140
141
|
this.k = b;
|
|
141
142
|
this.y();
|
|
142
143
|
}
|
|
143
144
|
u() {
|
|
144
|
-
if (isNaN_(this.b.
|
|
145
|
-
this.b.
|
|
146
|
-
if (this.h != this.b.
|
|
147
|
-
this.h = this.b.
|
|
145
|
+
if (isNaN_(this.b.aj)) {
|
|
146
|
+
this.b.ai = window.devicePixelRatio;
|
|
147
|
+
if (this.h != this.b.ai) {
|
|
148
|
+
this.h = this.b.ai;
|
|
148
149
|
this.y();
|
|
149
150
|
return;
|
|
150
151
|
}
|
|
@@ -182,7 +183,7 @@ let GridFilterDialogPanel = /*@__PURE__*/ (() => {
|
|
|
182
183
|
e.setStyleProperty("background-color", "#fff");
|
|
183
184
|
e.setStyleProperty("border-radius", "3px");
|
|
184
185
|
e.setStyleProperty("overflow", "auto");
|
|
185
|
-
let g = ElevationHelper.e(12, this.b.
|
|
186
|
+
let g = ElevationHelper.e(12, this.b.bv, this.b.bu, this.b.bt);
|
|
186
187
|
e.setStyleProperty("boxShadow", g);
|
|
187
188
|
e.listen("mousedown", runOn(this, this.o));
|
|
188
189
|
this.onDocumentKeyDown = this.onDocumentKeyDown.bind(this);
|
|
@@ -301,37 +302,37 @@ let GridFilterDialogPanel = /*@__PURE__*/ (() => {
|
|
|
301
302
|
export { GridFilterDialogPanel };
|
|
302
303
|
let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
303
304
|
class GridFilterDialog extends Base {
|
|
304
|
-
get
|
|
305
|
-
return this.
|
|
305
|
+
get as() {
|
|
306
|
+
return this.ar;
|
|
306
307
|
}
|
|
307
|
-
set
|
|
308
|
-
this.
|
|
308
|
+
set as(a) {
|
|
309
|
+
this.ar = a;
|
|
309
310
|
}
|
|
310
|
-
get
|
|
311
|
-
return this.
|
|
311
|
+
get ab() {
|
|
312
|
+
return this.z;
|
|
312
313
|
}
|
|
313
|
-
set
|
|
314
|
-
let b = this.
|
|
315
|
-
this.
|
|
316
|
-
if (b != this.
|
|
317
|
-
this.
|
|
314
|
+
set ab(a) {
|
|
315
|
+
let b = this.z;
|
|
316
|
+
this.z = a;
|
|
317
|
+
if (b != this.z) {
|
|
318
|
+
this.bj("IsAnimationEnabled", b, this.z);
|
|
318
319
|
}
|
|
319
320
|
}
|
|
320
|
-
get
|
|
321
|
-
return this.
|
|
321
|
+
get aj() {
|
|
322
|
+
return this.ag;
|
|
322
323
|
}
|
|
323
|
-
set
|
|
324
|
-
let b = this.
|
|
325
|
-
this.
|
|
326
|
-
this.
|
|
324
|
+
set aj(a) {
|
|
325
|
+
let b = this.ag;
|
|
326
|
+
this.ag = a;
|
|
327
|
+
this.bj("PixelScalingRatio", b, this.ag);
|
|
327
328
|
}
|
|
328
|
-
get
|
|
329
|
-
return this.
|
|
329
|
+
get ai() {
|
|
330
|
+
return this.af;
|
|
330
331
|
}
|
|
331
|
-
set
|
|
332
|
-
let b = this.
|
|
333
|
-
this.
|
|
334
|
-
this.
|
|
332
|
+
set ai(a) {
|
|
333
|
+
let b = this.af;
|
|
334
|
+
this.af = a;
|
|
335
|
+
this.bj("ActualPixelScalingRatio", b, this.af);
|
|
335
336
|
}
|
|
336
337
|
get l() {
|
|
337
338
|
return this.j;
|
|
@@ -340,7 +341,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
340
341
|
let b = this.j;
|
|
341
342
|
this.j = a;
|
|
342
343
|
if (b != this.j) {
|
|
343
|
-
this.
|
|
344
|
+
this.bj("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
|
|
344
345
|
}
|
|
345
346
|
}
|
|
346
347
|
get k() {
|
|
@@ -350,132 +351,62 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
350
351
|
let b = this.i;
|
|
351
352
|
this.i = a;
|
|
352
353
|
if (b != this.i) {
|
|
353
|
-
this.
|
|
354
|
+
this.bj("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
|
|
354
355
|
}
|
|
355
356
|
}
|
|
356
|
-
get
|
|
357
|
-
return this.
|
|
357
|
+
get an() {
|
|
358
|
+
return this.al;
|
|
358
359
|
}
|
|
359
|
-
set
|
|
360
|
-
let b = this.
|
|
361
|
-
this.
|
|
362
|
-
if (b != this.
|
|
363
|
-
this.
|
|
360
|
+
set an(a) {
|
|
361
|
+
let b = this.al;
|
|
362
|
+
this.al = a;
|
|
363
|
+
if (b != this.al) {
|
|
364
|
+
this.bj("CellPaddingLeft", b, this.al);
|
|
364
365
|
}
|
|
365
366
|
}
|
|
366
|
-
get
|
|
367
|
-
return this.
|
|
367
|
+
get ao() {
|
|
368
|
+
return this.am;
|
|
368
369
|
}
|
|
369
|
-
set
|
|
370
|
-
let b = this.
|
|
371
|
-
this.
|
|
372
|
-
if (b != this.
|
|
373
|
-
this.
|
|
370
|
+
set ao(a) {
|
|
371
|
+
let b = this.am;
|
|
372
|
+
this.am = a;
|
|
373
|
+
if (b != this.am) {
|
|
374
|
+
this.bj("CellPaddingRight", b, this.am);
|
|
374
375
|
}
|
|
375
376
|
}
|
|
376
|
-
get
|
|
377
|
-
return this.
|
|
377
|
+
get bw() {
|
|
378
|
+
return this.bs;
|
|
378
379
|
}
|
|
379
|
-
set
|
|
380
|
-
let b = this.
|
|
381
|
-
this.
|
|
382
|
-
if (b != this.
|
|
383
|
-
this.
|
|
380
|
+
set bw(a) {
|
|
381
|
+
let b = this.bs;
|
|
382
|
+
this.bs = a;
|
|
383
|
+
if (b != this.bs) {
|
|
384
|
+
this.bj("IconColor", b, this.bs);
|
|
384
385
|
}
|
|
385
386
|
}
|
|
386
|
-
get
|
|
387
|
-
return this.
|
|
388
|
-
}
|
|
389
|
-
set am(a) {
|
|
390
|
-
let b = this.aj;
|
|
391
|
-
this.aj = a;
|
|
392
|
-
if (b != this.aj) {
|
|
393
|
-
this.bt("ViewSize", b, this.aj);
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
get x() {
|
|
397
|
-
return this.w;
|
|
398
|
-
}
|
|
399
|
-
set x(a) {
|
|
400
|
-
let b = this.w;
|
|
401
|
-
this.w = a;
|
|
402
|
-
if (this.w != b) {
|
|
403
|
-
this.bt("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
get cd() {
|
|
407
|
-
return this.b3;
|
|
408
|
-
}
|
|
409
|
-
set cd(a) {
|
|
410
|
-
let b = this.b3;
|
|
411
|
-
this.b3 = a;
|
|
412
|
-
if (b != this.b3) {
|
|
413
|
-
this.bt("ColumnOptionsBackground", b, this.b3);
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
get ch() {
|
|
417
|
-
return this.b7;
|
|
418
|
-
}
|
|
419
|
-
set ch(a) {
|
|
420
|
-
let b = this.b7;
|
|
421
|
-
this.b7 = a;
|
|
422
|
-
if (b != this.b7) {
|
|
423
|
-
this.bt("ColumnOptionsTextColor", b, this.b7);
|
|
424
|
-
}
|
|
425
|
-
}
|
|
426
|
-
get cg() {
|
|
427
|
-
return this.b6;
|
|
428
|
-
}
|
|
429
|
-
set cg(a) {
|
|
430
|
-
let b = this.b6;
|
|
431
|
-
this.b6 = a;
|
|
432
|
-
if (b != this.b6) {
|
|
433
|
-
this.bt("ColumnOptionsSeparatorColor", b, this.b6);
|
|
434
|
-
}
|
|
435
|
-
}
|
|
436
|
-
get ce() {
|
|
437
|
-
return this.b4;
|
|
438
|
-
}
|
|
439
|
-
set ce(a) {
|
|
440
|
-
let b = this.b4;
|
|
441
|
-
this.b4 = a;
|
|
442
|
-
if (b != this.b4) {
|
|
443
|
-
this.bt("ColumnOptionsGroupHeaderBackground", b, this.b4);
|
|
444
|
-
}
|
|
445
|
-
}
|
|
446
|
-
get cf() {
|
|
447
|
-
return this.b5;
|
|
448
|
-
}
|
|
449
|
-
set cf(a) {
|
|
450
|
-
let b = this.b5;
|
|
451
|
-
this.b5 = a;
|
|
452
|
-
if (b != this.b5) {
|
|
453
|
-
this.bt("ColumnOptionsGroupHeaderTextColor", b, this.b5);
|
|
454
|
-
}
|
|
455
|
-
}
|
|
456
|
-
get cc() {
|
|
457
|
-
return this.b2;
|
|
387
|
+
get ak() {
|
|
388
|
+
return this.ah;
|
|
458
389
|
}
|
|
459
|
-
set
|
|
460
|
-
let b = this.
|
|
461
|
-
this.
|
|
462
|
-
if (b != this.
|
|
463
|
-
this.
|
|
390
|
+
set ak(a) {
|
|
391
|
+
let b = this.ah;
|
|
392
|
+
this.ah = a;
|
|
393
|
+
if (b != this.ah) {
|
|
394
|
+
this.bj("ViewSize", b, this.ah);
|
|
464
395
|
}
|
|
465
396
|
}
|
|
466
|
-
get
|
|
397
|
+
get ac() {
|
|
467
398
|
return this.v != null ? this.v.bx : false;
|
|
468
399
|
}
|
|
469
|
-
|
|
470
|
-
this.
|
|
400
|
+
bj(a, b, c) {
|
|
401
|
+
this.bm(a, b, c);
|
|
471
402
|
if (this.propertyChanged != null) {
|
|
472
403
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
473
404
|
}
|
|
474
405
|
}
|
|
475
|
-
|
|
406
|
+
bm(a, b, c) {
|
|
476
407
|
switch (a) {
|
|
477
408
|
case "PixelScalingRatio":
|
|
478
|
-
this.
|
|
409
|
+
this.ai = this.aj;
|
|
479
410
|
break;
|
|
480
411
|
case "ActualPixelScalingRatio":
|
|
481
412
|
this.s.z();
|
|
@@ -488,79 +419,28 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
488
419
|
case "ViewSize":
|
|
489
420
|
this.s.z();
|
|
490
421
|
break;
|
|
491
|
-
case "Theme":
|
|
492
|
-
if (this.v != null) {
|
|
493
|
-
this.v.c = this.x;
|
|
494
|
-
}
|
|
495
|
-
break;
|
|
496
|
-
case "ColumnOptionsBackground":
|
|
497
|
-
if (this.v != null) {
|
|
498
|
-
this.v.cg = this.cd;
|
|
499
|
-
this.v.ck = this.cd;
|
|
500
|
-
}
|
|
501
|
-
break;
|
|
502
|
-
case "ColumnOptionsTextColor":
|
|
503
|
-
if (this.v != null) {
|
|
504
|
-
this.v.ci = this.ch;
|
|
505
|
-
this.v.cj = this.ch;
|
|
506
|
-
this.v.b8 = this.ch;
|
|
507
|
-
this.v.cc = this.ch;
|
|
508
|
-
this.v.cd = this.ch;
|
|
509
|
-
this.v.ce = this.ch;
|
|
510
|
-
}
|
|
511
|
-
break;
|
|
512
|
-
case "ColumnOptionsSeparatorColor":
|
|
513
|
-
if (this.v != null) {
|
|
514
|
-
this.v.cf = this.cg;
|
|
515
|
-
}
|
|
516
|
-
break;
|
|
517
|
-
case "ColumnOptionsGroupHeaderBackground":
|
|
518
|
-
if (this.v != null) {
|
|
519
|
-
this.v.b9 = this.ce;
|
|
520
|
-
}
|
|
521
|
-
break;
|
|
522
|
-
case "ColumnOptionsGroupHeaderTextColor":
|
|
523
|
-
if (this.v != null) {
|
|
524
|
-
this.v.cb = this.cf;
|
|
525
|
-
}
|
|
526
|
-
break;
|
|
527
|
-
case "ColumnOptionsAccentColor":
|
|
528
|
-
if (this.v != null) {
|
|
529
|
-
this.v.b4 = this.cc;
|
|
530
|
-
this.v.b6 = this.cc;
|
|
531
|
-
this.v.b7 = this.cc;
|
|
532
|
-
this.v.cl = this.cc;
|
|
533
|
-
}
|
|
534
|
-
break;
|
|
535
422
|
}
|
|
536
423
|
}
|
|
537
424
|
constructor() {
|
|
538
425
|
super();
|
|
539
|
-
this.
|
|
540
|
-
this.
|
|
426
|
+
this.ar = null;
|
|
427
|
+
this.z = true;
|
|
541
428
|
this.propertyChanged = null;
|
|
542
|
-
this.
|
|
543
|
-
this.
|
|
429
|
+
this.ag = NaN;
|
|
430
|
+
this.af = 1;
|
|
544
431
|
this.j = 2;
|
|
545
432
|
this.i = 0;
|
|
546
|
-
this.
|
|
547
|
-
this.
|
|
548
|
-
this.
|
|
549
|
-
this.
|
|
550
|
-
this.
|
|
551
|
-
this.
|
|
552
|
-
this.
|
|
553
|
-
this.
|
|
554
|
-
this.
|
|
555
|
-
this.b5 = null;
|
|
556
|
-
this.b2 = null;
|
|
557
|
-
this.cb = null;
|
|
558
|
-
this.ca = null;
|
|
559
|
-
this.b9 = null;
|
|
560
|
-
this.y = null;
|
|
561
|
-
this.aa = false;
|
|
433
|
+
this.al = 0;
|
|
434
|
+
this.am = 0;
|
|
435
|
+
this.bs = null;
|
|
436
|
+
this.ah = DeviceUtils.g(24);
|
|
437
|
+
this.bv = null;
|
|
438
|
+
this.bu = null;
|
|
439
|
+
this.bt = null;
|
|
440
|
+
this.w = null;
|
|
441
|
+
this.y = false;
|
|
562
442
|
this.m = null;
|
|
563
|
-
this.
|
|
443
|
+
this.x = false;
|
|
564
444
|
this.v = null;
|
|
565
445
|
this.f = null;
|
|
566
446
|
this.dialogOpening = null;
|
|
@@ -571,14 +451,13 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
571
451
|
this._invalidateActions = null;
|
|
572
452
|
this.renderCompleted = null;
|
|
573
453
|
this.s = new GridFilterDialogView(this);
|
|
574
|
-
this.
|
|
575
|
-
this.
|
|
576
|
-
this.
|
|
577
|
-
this.b9 = BrushUtil.l(20, 0, 0, 0);
|
|
454
|
+
this.bv = BrushUtil.j(66, 0, 0, 0);
|
|
455
|
+
this.bu = BrushUtil.j(30, 0, 0, 0);
|
|
456
|
+
this.bt = BrushUtil.j(20, 0, 0, 0);
|
|
578
457
|
}
|
|
579
|
-
|
|
458
|
+
bn(a, b, c) {
|
|
580
459
|
this.s.v(a, b, c);
|
|
581
|
-
this.
|
|
460
|
+
this.bg();
|
|
582
461
|
}
|
|
583
462
|
get n() {
|
|
584
463
|
return this.m;
|
|
@@ -587,89 +466,68 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
587
466
|
let b = this.m;
|
|
588
467
|
this.m = a;
|
|
589
468
|
if (this.m != b) {
|
|
590
|
-
this.
|
|
469
|
+
this.bf(b, this.m);
|
|
591
470
|
}
|
|
592
471
|
}
|
|
593
|
-
|
|
594
|
-
this.
|
|
472
|
+
bf(a, b) {
|
|
473
|
+
this.x = true;
|
|
595
474
|
}
|
|
596
|
-
|
|
475
|
+
bg() {
|
|
597
476
|
NativeUIComponent.au(this.s.p(), 18, (a) => {
|
|
598
477
|
let b = a;
|
|
599
478
|
this.v = b;
|
|
600
479
|
this.v.b0 = 16;
|
|
601
|
-
this.v.
|
|
602
|
-
this.v.bq = runOn(this, this.
|
|
603
|
-
this.v.bo = runOn(this, this.bf);
|
|
480
|
+
this.v.b4 = BrushUtil.j(0, 0, 0, 0);
|
|
481
|
+
this.v.bq = runOn(this, this.a6);
|
|
604
482
|
this.v.by = false;
|
|
605
483
|
this.s.r(this.v);
|
|
606
|
-
this.v.c =
|
|
607
|
-
this.v.cg = this.cd;
|
|
608
|
-
this.v.ck = this.cd;
|
|
609
|
-
this.v.ci = this.ch;
|
|
610
|
-
this.v.cb = this.cf;
|
|
611
|
-
this.v.cj = this.ch;
|
|
612
|
-
this.v.b8 = this.ch;
|
|
613
|
-
this.v.cc = this.ch;
|
|
614
|
-
this.v.cd = this.ch;
|
|
615
|
-
this.v.ce = this.ch;
|
|
616
|
-
this.v.cf = this.cg;
|
|
617
|
-
this.v.b9 = this.ce;
|
|
618
|
-
this.v.b4 = this.cc;
|
|
619
|
-
this.v.b6 = this.cc;
|
|
620
|
-
this.v.b7 = this.cc;
|
|
621
|
-
this.v.cl = this.cc;
|
|
484
|
+
this.v.c = 1;
|
|
622
485
|
this.v.b1 = this;
|
|
623
486
|
});
|
|
624
487
|
}
|
|
625
|
-
|
|
626
|
-
if (this.
|
|
627
|
-
this.
|
|
488
|
+
a6(a, b) {
|
|
489
|
+
if (this.x) {
|
|
490
|
+
this.x = false;
|
|
628
491
|
this.v.b1 = this.n;
|
|
629
492
|
}
|
|
630
493
|
if (this.n != null) {
|
|
631
494
|
if (this.n.grid != null) {
|
|
632
|
-
this.n.grid.
|
|
495
|
+
this.n.grid.vh();
|
|
633
496
|
}
|
|
634
|
-
this.n.
|
|
497
|
+
this.n.nx();
|
|
635
498
|
}
|
|
636
499
|
if (this.dialogOpening != null) {
|
|
637
500
|
let c = new GridFilterDialogOpeningEventArgs();
|
|
638
501
|
this.dialogOpening(this, c);
|
|
639
502
|
}
|
|
640
503
|
}
|
|
641
|
-
|
|
642
|
-
if (this.aa) {
|
|
643
|
-
this.bl();
|
|
644
|
-
}
|
|
645
|
-
}
|
|
646
|
-
bi(a, b) {
|
|
504
|
+
a8(a, b) {
|
|
647
505
|
switch (b.propertyName) {
|
|
648
506
|
case "IsHidden": break;
|
|
649
507
|
}
|
|
650
508
|
}
|
|
651
|
-
|
|
509
|
+
bh() {
|
|
652
510
|
}
|
|
653
|
-
|
|
654
|
-
a.onModified = delegateRemove(a.onModified, runOn(this, this.
|
|
511
|
+
bi(a, b) {
|
|
512
|
+
a.onModified = delegateRemove(a.onModified, runOn(this, this.bl));
|
|
655
513
|
if (b) {
|
|
656
|
-
this.
|
|
514
|
+
this.bp();
|
|
657
515
|
}
|
|
658
516
|
else {
|
|
659
|
-
this.
|
|
517
|
+
this.bo(a, true);
|
|
660
518
|
}
|
|
661
519
|
this.f = null;
|
|
662
520
|
}
|
|
663
|
-
|
|
521
|
+
a9() {
|
|
664
522
|
this.s.s();
|
|
665
|
-
if (this.
|
|
523
|
+
if (this.w == null) {
|
|
666
524
|
let a = new AnimationKeyFrameEffectTiming();
|
|
667
525
|
a.g = 200;
|
|
668
526
|
a.b = 0;
|
|
669
|
-
this.
|
|
527
|
+
this.w = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
|
|
670
528
|
}
|
|
671
529
|
}
|
|
672
|
-
|
|
530
|
+
bq() {
|
|
673
531
|
if (this.filterChanged != null) {
|
|
674
532
|
this.filterChanged(this, ((() => {
|
|
675
533
|
let $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -678,7 +536,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
678
536
|
})()));
|
|
679
537
|
}
|
|
680
538
|
}
|
|
681
|
-
|
|
539
|
+
bp() {
|
|
682
540
|
if (this.filterChanged != null) {
|
|
683
541
|
this.filterChanged(this, ((() => {
|
|
684
542
|
let $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -687,7 +545,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
687
545
|
})()));
|
|
688
546
|
}
|
|
689
547
|
}
|
|
690
|
-
|
|
548
|
+
bo(a, b) {
|
|
691
549
|
let c = this.e(a);
|
|
692
550
|
if (b) {
|
|
693
551
|
if (this.filterChanged != null) {
|
|
@@ -731,7 +589,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
731
589
|
if (e == null) {
|
|
732
590
|
e = b;
|
|
733
591
|
}
|
|
734
|
-
if (this.
|
|
592
|
+
if (this.ae(a, a.f._inner[f])) {
|
|
735
593
|
continue;
|
|
736
594
|
}
|
|
737
595
|
e.add(this.d(a.f._inner[f]));
|
|
@@ -741,7 +599,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
741
599
|
}
|
|
742
600
|
return b;
|
|
743
601
|
}
|
|
744
|
-
|
|
602
|
+
ae(a, b) {
|
|
745
603
|
let c = 0;
|
|
746
604
|
for (let d = 0; d < b.e.length; d++) {
|
|
747
605
|
if (b.e[d] == b.l) {
|
|
@@ -758,14 +616,14 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
758
616
|
return false;
|
|
759
617
|
}
|
|
760
618
|
g(a, b, c, d) {
|
|
761
|
-
let e = this.
|
|
619
|
+
let e = this.aq(c, d);
|
|
762
620
|
if (a > e) {
|
|
763
621
|
b.e();
|
|
764
622
|
return b.d();
|
|
765
623
|
}
|
|
766
624
|
return null;
|
|
767
625
|
}
|
|
768
|
-
|
|
626
|
+
aq(a, b) {
|
|
769
627
|
let c = a.c(b);
|
|
770
628
|
if (c == null) {
|
|
771
629
|
return 0;
|
|
@@ -773,7 +631,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
773
631
|
return a.e.indexOf(c);
|
|
774
632
|
}
|
|
775
633
|
h(a, b, c, d) {
|
|
776
|
-
let e = this.
|
|
634
|
+
let e = this.aq(c, d);
|
|
777
635
|
if (a < e) {
|
|
778
636
|
let f = c.b(d);
|
|
779
637
|
let g = new ColumnFilterConditionGroup();
|
|
@@ -792,30 +650,30 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
792
650
|
c(a) {
|
|
793
651
|
return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
|
|
794
652
|
}
|
|
795
|
-
|
|
796
|
-
this.
|
|
653
|
+
bl(a) {
|
|
654
|
+
this.bo(a, false);
|
|
797
655
|
}
|
|
798
656
|
t(a, b) {
|
|
799
657
|
let c = new GridFilterDialogViewModel();
|
|
800
658
|
if (a != null) {
|
|
801
|
-
this.
|
|
659
|
+
this.a7(c, a, b);
|
|
802
660
|
}
|
|
803
661
|
else {
|
|
804
662
|
let d = new GridFilterDialogViewModelRow();
|
|
805
663
|
d.f = b;
|
|
806
664
|
d.e = GridFilterDialog.a(b);
|
|
807
665
|
d.d = GridFilterDialog.b(b);
|
|
808
|
-
d.l = GridFilterDialog.
|
|
666
|
+
d.l = GridFilterDialog.az(b[0]);
|
|
809
667
|
c.f.add(d);
|
|
810
668
|
}
|
|
811
669
|
return c;
|
|
812
670
|
}
|
|
813
|
-
|
|
671
|
+
a7(a, b, c) {
|
|
814
672
|
if (b.isGroup()) {
|
|
815
673
|
let d = b;
|
|
816
674
|
for (let e = 0; e < d.count; e++) {
|
|
817
675
|
let f = d.item(e);
|
|
818
|
-
this.
|
|
676
|
+
this.a7(a, f, c);
|
|
819
677
|
}
|
|
820
678
|
}
|
|
821
679
|
else {
|
|
@@ -824,24 +682,24 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
824
682
|
}
|
|
825
683
|
u(a, b) {
|
|
826
684
|
let c = new GridFilterDialogViewModelRow();
|
|
827
|
-
c.l = GridFilterDialog.
|
|
685
|
+
c.l = GridFilterDialog.az(a.operator);
|
|
828
686
|
c.f = b;
|
|
829
687
|
c.e = GridFilterDialog.a(b);
|
|
830
|
-
c.i = GridFilterDialog.
|
|
831
|
-
c.j = GridFilterDialog.
|
|
688
|
+
c.i = GridFilterDialog.at(GridFilterDialog.ap(a.operator), a.operator, a);
|
|
689
|
+
c.j = GridFilterDialog.au(GridFilterDialog.ap(a.operator), a.operator, a);
|
|
832
690
|
c.d = GridFilterDialog.b(b);
|
|
833
691
|
return c;
|
|
834
692
|
}
|
|
835
|
-
static
|
|
693
|
+
static ap(a) {
|
|
836
694
|
return ColumnComparisonFilterCondition.getOperandNumber(a);
|
|
837
695
|
}
|
|
838
|
-
static
|
|
696
|
+
static at(a, b, c) {
|
|
839
697
|
if (a == 0) {
|
|
840
698
|
return "";
|
|
841
699
|
}
|
|
842
700
|
return c.value != null ? c.value.toString() : "";
|
|
843
701
|
}
|
|
844
|
-
static
|
|
702
|
+
static au(a, b, c) {
|
|
845
703
|
return "";
|
|
846
704
|
}
|
|
847
705
|
static b(a) {
|
|
@@ -854,56 +712,59 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
854
712
|
}
|
|
855
713
|
return b;
|
|
856
714
|
}
|
|
857
|
-
static
|
|
715
|
+
static az(a) {
|
|
858
716
|
return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
|
|
859
717
|
}
|
|
860
|
-
|
|
718
|
+
be(a, b) {
|
|
861
719
|
this.s.w(a, b);
|
|
862
720
|
}
|
|
863
|
-
|
|
721
|
+
bd() {
|
|
864
722
|
this.s.u();
|
|
865
723
|
}
|
|
866
|
-
|
|
724
|
+
bc(a, b, c) {
|
|
725
|
+
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");
|
|
726
|
+
c.an = d;
|
|
727
|
+
c._fill = this.bw == null ? GridStyleRepository.a5 : this.bw;
|
|
867
728
|
}
|
|
868
|
-
|
|
869
|
-
this.
|
|
729
|
+
br() {
|
|
730
|
+
this.y = false;
|
|
870
731
|
if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
|
|
871
732
|
return;
|
|
872
733
|
}
|
|
873
|
-
if (this.
|
|
874
|
-
this.
|
|
875
|
-
if (this.
|
|
876
|
-
this.
|
|
734
|
+
if (this.ab) {
|
|
735
|
+
this.a9();
|
|
736
|
+
if (this.w.playbackRate < 0) {
|
|
737
|
+
this.w.reverse();
|
|
877
738
|
}
|
|
878
739
|
else {
|
|
879
|
-
this.
|
|
740
|
+
this.w.play();
|
|
880
741
|
}
|
|
881
|
-
this.
|
|
742
|
+
this.w.finished.f((a) => this.w.commitStyles());
|
|
882
743
|
}
|
|
883
744
|
else {
|
|
884
745
|
NativeUI.y(this.s.q, 1);
|
|
885
746
|
}
|
|
886
747
|
}
|
|
887
|
-
|
|
888
|
-
this.
|
|
889
|
-
if (!this.
|
|
748
|
+
bb() {
|
|
749
|
+
this.y = true;
|
|
750
|
+
if (!this.ac) {
|
|
890
751
|
if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
|
|
891
752
|
return;
|
|
892
753
|
}
|
|
893
|
-
if (this.
|
|
894
|
-
this.
|
|
895
|
-
if (this.
|
|
896
|
-
this.
|
|
754
|
+
if (this.ab) {
|
|
755
|
+
this.a9();
|
|
756
|
+
if (this.w.playbackRate < 0) {
|
|
757
|
+
this.w.play();
|
|
897
758
|
}
|
|
898
759
|
else {
|
|
899
|
-
this.
|
|
760
|
+
this.w.reverse();
|
|
900
761
|
}
|
|
901
|
-
this.
|
|
762
|
+
this.w.finished.f((a) => this.w.commitStyles());
|
|
902
763
|
}
|
|
903
764
|
else {
|
|
904
765
|
NativeUI.y(this.s.q, 0);
|
|
905
766
|
}
|
|
906
|
-
this.
|
|
767
|
+
this.y = false;
|
|
907
768
|
}
|
|
908
769
|
}
|
|
909
770
|
get commandCompleted() {
|
|
@@ -918,12 +779,12 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
918
779
|
set invalidateActions(a) {
|
|
919
780
|
this._invalidateActions = a;
|
|
920
781
|
}
|
|
921
|
-
|
|
782
|
+
bk() {
|
|
922
783
|
if (this.renderCompleted != null) {
|
|
923
784
|
this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
|
|
924
785
|
}
|
|
925
786
|
}
|
|
926
|
-
|
|
787
|
+
ba() {
|
|
927
788
|
if (this.v != null) {
|
|
928
789
|
if (this.n != null && this.v.b1 != this.n) {
|
|
929
790
|
this.v.b1 = this.n;
|
|
@@ -931,9 +792,9 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
931
792
|
}
|
|
932
793
|
}
|
|
933
794
|
getDesiredToolbarActions() {
|
|
934
|
-
if (!GridFilterDialog.
|
|
935
|
-
GridFilterDialog.
|
|
936
|
-
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.
|
|
795
|
+
if (!GridFilterDialog.aa) {
|
|
796
|
+
GridFilterDialog.aa = true;
|
|
797
|
+
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.ay);
|
|
937
798
|
}
|
|
938
799
|
let a = new ToolActionIconMenuInfo();
|
|
939
800
|
a.name = "DataGridColumnOptionsPlaceholder";
|
|
@@ -968,7 +829,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
968
829
|
}
|
|
969
830
|
dismissContextAccessor(a) {
|
|
970
831
|
}
|
|
971
|
-
|
|
832
|
+
ad(e_) {
|
|
972
833
|
let a = e_.originalEvent.srcElement;
|
|
973
834
|
let b = e_.originalEvent.target;
|
|
974
835
|
if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
|
|
@@ -978,8 +839,8 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
978
839
|
}
|
|
979
840
|
}
|
|
980
841
|
GridFilterDialog.$t = /*@__PURE__*/ markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
|
|
981
|
-
GridFilterDialog.
|
|
982
|
-
GridFilterDialog.
|
|
842
|
+
GridFilterDialog.aa = false;
|
|
843
|
+
GridFilterDialog.ay = "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";
|
|
983
844
|
return GridFilterDialog;
|
|
984
845
|
})();
|
|
985
846
|
export { GridFilterDialog };
|
|
@@ -991,7 +852,7 @@ let GridFilterDialogViewModel = /*@__PURE__*/ (() => {
|
|
|
991
852
|
a.f = b;
|
|
992
853
|
a.e = GridFilterDialog.a(b);
|
|
993
854
|
a.d = GridFilterDialog.b(b);
|
|
994
|
-
a.l = GridFilterDialog.
|
|
855
|
+
a.l = GridFilterDialog.az(b[0]);
|
|
995
856
|
this.f.add(a);
|
|
996
857
|
}
|
|
997
858
|
constructor() {
|