igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.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 +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- 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-binding-event-args.js +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +44 -44
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- 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-binding-event-args.js +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +44 -44
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -63,10 +63,10 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
63
63
|
}
|
|
64
64
|
y() {
|
|
65
65
|
this.x();
|
|
66
|
-
this.b.
|
|
66
|
+
this.b.cb();
|
|
67
67
|
}
|
|
68
68
|
t() {
|
|
69
|
-
this.b.
|
|
69
|
+
this.b.b3(this.l, this.k, this.aa);
|
|
70
70
|
}
|
|
71
71
|
s() {
|
|
72
72
|
if (KeyFrameAnimationFactory.h == null) {
|
|
@@ -187,7 +187,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
|
|
|
187
187
|
e.setStyleProperty("background-color", "#fff");
|
|
188
188
|
e.setStyleProperty("border-radius", "3px");
|
|
189
189
|
e.setStyleProperty("overflow", "auto");
|
|
190
|
-
let g = ElevationHelper.e(12, this.b.
|
|
190
|
+
let g = ElevationHelper.e(12, this.b.cz, this.b.cy, this.b.cx);
|
|
191
191
|
e.setStyleProperty("boxShadow", g);
|
|
192
192
|
e.listen("mousedown", runOn(this, this.o));
|
|
193
193
|
this.onDocumentKeyDown = this.onDocumentKeyDown.bind(this);
|
|
@@ -319,25 +319,28 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
319
319
|
this.i = 0;
|
|
320
320
|
this.as = 0;
|
|
321
321
|
this.at = 0;
|
|
322
|
-
this.
|
|
322
|
+
this.cw = null;
|
|
323
323
|
this.ao = DeviceUtils.g(24);
|
|
324
324
|
this.w = 1;
|
|
325
|
-
this.
|
|
326
|
-
this.
|
|
325
|
+
this.ck = null;
|
|
326
|
+
this.cq = null;
|
|
327
|
+
this.cr = null;
|
|
328
|
+
this.cp = null;
|
|
329
|
+
this.ct = null;
|
|
327
330
|
this.z = null;
|
|
328
|
-
this.cl = null;
|
|
329
331
|
this.co = null;
|
|
330
|
-
this.
|
|
331
|
-
this.
|
|
332
|
+
this.cu = null;
|
|
333
|
+
this.cv = null;
|
|
334
|
+
this.cn = null;
|
|
335
|
+
this.cs = null;
|
|
336
|
+
this.cl = null;
|
|
332
337
|
this.cm = null;
|
|
333
|
-
this.ci = null;
|
|
334
|
-
this.cj = null;
|
|
335
338
|
this.y = null;
|
|
336
|
-
this.
|
|
339
|
+
this.cj = null;
|
|
337
340
|
this.au = -1;
|
|
338
|
-
this.
|
|
339
|
-
this.
|
|
340
|
-
this.
|
|
341
|
+
this.cz = null;
|
|
342
|
+
this.cy = null;
|
|
343
|
+
this.cx = null;
|
|
341
344
|
this.ac = null;
|
|
342
345
|
this.ae = false;
|
|
343
346
|
this.m = null;
|
|
@@ -353,9 +356,9 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
353
356
|
this.renderCompleted = null;
|
|
354
357
|
this.s = new GridFilterDialogView(this);
|
|
355
358
|
this.x = 1;
|
|
356
|
-
this.
|
|
357
|
-
this.
|
|
358
|
-
this.
|
|
359
|
+
this.cz = BrushUtil.l(66, 0, 0, 0);
|
|
360
|
+
this.cy = BrushUtil.l(30, 0, 0, 0);
|
|
361
|
+
this.cx = BrushUtil.l(20, 0, 0, 0);
|
|
359
362
|
}
|
|
360
363
|
get a1() {
|
|
361
364
|
return this.a0;
|
|
@@ -370,7 +373,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
370
373
|
let b = this.af;
|
|
371
374
|
this.af = a;
|
|
372
375
|
if (b != this.af) {
|
|
373
|
-
this.
|
|
376
|
+
this.ca("IsAnimationEnabled", b, this.af);
|
|
374
377
|
}
|
|
375
378
|
}
|
|
376
379
|
get aq() {
|
|
@@ -379,7 +382,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
379
382
|
set aq(a) {
|
|
380
383
|
let b = this.an;
|
|
381
384
|
this.an = a;
|
|
382
|
-
this.
|
|
385
|
+
this.ca("PixelScalingRatio", b, this.an);
|
|
383
386
|
}
|
|
384
387
|
get ap() {
|
|
385
388
|
return this.am;
|
|
@@ -387,7 +390,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
387
390
|
set ap(a) {
|
|
388
391
|
let b = this.am;
|
|
389
392
|
this.am = a;
|
|
390
|
-
this.
|
|
393
|
+
this.ca("ActualPixelScalingRatio", b, this.am);
|
|
391
394
|
}
|
|
392
395
|
get l() {
|
|
393
396
|
return this.j;
|
|
@@ -396,7 +399,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
396
399
|
let b = this.j;
|
|
397
400
|
this.j = a;
|
|
398
401
|
if (b != this.j) {
|
|
399
|
-
this.
|
|
402
|
+
this.ca("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
|
|
400
403
|
}
|
|
401
404
|
}
|
|
402
405
|
get k() {
|
|
@@ -406,7 +409,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
406
409
|
let b = this.i;
|
|
407
410
|
this.i = a;
|
|
408
411
|
if (b != this.i) {
|
|
409
|
-
this.
|
|
412
|
+
this.ca("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
|
|
410
413
|
}
|
|
411
414
|
}
|
|
412
415
|
get av() {
|
|
@@ -416,7 +419,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
416
419
|
let b = this.as;
|
|
417
420
|
this.as = a;
|
|
418
421
|
if (b != this.as) {
|
|
419
|
-
this.
|
|
422
|
+
this.ca("CellPaddingLeft", b, this.as);
|
|
420
423
|
}
|
|
421
424
|
}
|
|
422
425
|
get aw() {
|
|
@@ -426,17 +429,17 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
426
429
|
let b = this.at;
|
|
427
430
|
this.at = a;
|
|
428
431
|
if (b != this.at) {
|
|
429
|
-
this.
|
|
432
|
+
this.ca("CellPaddingRight", b, this.at);
|
|
430
433
|
}
|
|
431
434
|
}
|
|
432
|
-
get
|
|
433
|
-
return this.
|
|
435
|
+
get dd() {
|
|
436
|
+
return this.cw;
|
|
434
437
|
}
|
|
435
|
-
set
|
|
436
|
-
let b = this.
|
|
437
|
-
this.
|
|
438
|
-
if (b != this.
|
|
439
|
-
this.
|
|
438
|
+
set dd(a) {
|
|
439
|
+
let b = this.cw;
|
|
440
|
+
this.cw = a;
|
|
441
|
+
if (b != this.cw) {
|
|
442
|
+
this.ca("IconColor", b, this.cw);
|
|
440
443
|
}
|
|
441
444
|
}
|
|
442
445
|
get ar() {
|
|
@@ -446,7 +449,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
446
449
|
let b = this.ao;
|
|
447
450
|
this.ao = a;
|
|
448
451
|
if (b != this.ao) {
|
|
449
|
-
this.
|
|
452
|
+
this.ca("ViewSize", b, this.ao);
|
|
450
453
|
}
|
|
451
454
|
}
|
|
452
455
|
get x() {
|
|
@@ -456,27 +459,57 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
456
459
|
let b = this.w;
|
|
457
460
|
this.w = a;
|
|
458
461
|
if (this.w != b) {
|
|
459
|
-
this.
|
|
462
|
+
this.ca("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
|
|
460
463
|
}
|
|
461
464
|
}
|
|
462
|
-
get
|
|
463
|
-
return this.
|
|
465
|
+
get c1() {
|
|
466
|
+
return this.ck;
|
|
464
467
|
}
|
|
465
|
-
set
|
|
466
|
-
let b = this.
|
|
467
|
-
this.
|
|
468
|
-
if (b != this.
|
|
469
|
-
this.
|
|
468
|
+
set c1(a) {
|
|
469
|
+
let b = this.ck;
|
|
470
|
+
this.ck = a;
|
|
471
|
+
if (b != this.ck) {
|
|
472
|
+
this.ca("ColumnOptionsBackground", b, this.ck);
|
|
470
473
|
}
|
|
471
474
|
}
|
|
472
|
-
get
|
|
473
|
-
return this.
|
|
475
|
+
get c7() {
|
|
476
|
+
return this.cq;
|
|
474
477
|
}
|
|
475
|
-
set
|
|
476
|
-
let b = this.
|
|
477
|
-
this.
|
|
478
|
-
if (b != this.
|
|
479
|
-
this.
|
|
478
|
+
set c7(a) {
|
|
479
|
+
let b = this.cq;
|
|
480
|
+
this.cq = a;
|
|
481
|
+
if (b != this.cq) {
|
|
482
|
+
this.ca("ColumnOptionsScrollbarBackground", b, this.cq);
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
get c8() {
|
|
486
|
+
return this.cr;
|
|
487
|
+
}
|
|
488
|
+
set c8(a) {
|
|
489
|
+
let b = this.cr;
|
|
490
|
+
this.cr = a;
|
|
491
|
+
if (b != this.cr) {
|
|
492
|
+
this.ca("ColumnOptionsScrollbarHoverBackground", b, this.cr);
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
get c6() {
|
|
496
|
+
return this.cp;
|
|
497
|
+
}
|
|
498
|
+
set c6(a) {
|
|
499
|
+
let b = this.cp;
|
|
500
|
+
this.cp = a;
|
|
501
|
+
if (b != this.cp) {
|
|
502
|
+
this.ca("ColumnOptionsScrollbarActiveBackground", b, this.cp);
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
get da() {
|
|
506
|
+
return this.ct;
|
|
507
|
+
}
|
|
508
|
+
set da(a) {
|
|
509
|
+
let b = this.ct;
|
|
510
|
+
this.ct = a;
|
|
511
|
+
if (b != this.ct) {
|
|
512
|
+
this.ca("ColumnOptionsTextColor", b, this.ct);
|
|
480
513
|
}
|
|
481
514
|
}
|
|
482
515
|
get ab() {
|
|
@@ -486,77 +519,77 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
486
519
|
let b = this.z;
|
|
487
520
|
this.z = a;
|
|
488
521
|
if (b != this.z) {
|
|
489
|
-
this.
|
|
490
|
-
}
|
|
491
|
-
}
|
|
492
|
-
get cz() {
|
|
493
|
-
return this.cl;
|
|
494
|
-
}
|
|
495
|
-
set cz(a) {
|
|
496
|
-
let b = this.cl;
|
|
497
|
-
this.cl = a;
|
|
498
|
-
if (b != this.cl) {
|
|
499
|
-
this.b7("ColumnOptionsHoverBackgroundColor", b, this.cl);
|
|
522
|
+
this.ca("ColumnOptionsTextStyle", b, this.z);
|
|
500
523
|
}
|
|
501
524
|
}
|
|
502
|
-
get
|
|
525
|
+
get c5() {
|
|
503
526
|
return this.co;
|
|
504
527
|
}
|
|
505
|
-
set
|
|
528
|
+
set c5(a) {
|
|
506
529
|
let b = this.co;
|
|
507
530
|
this.co = a;
|
|
508
531
|
if (b != this.co) {
|
|
509
|
-
this.
|
|
532
|
+
this.ca("ColumnOptionsHoverBackgroundColor", b, this.co);
|
|
510
533
|
}
|
|
511
534
|
}
|
|
512
|
-
get
|
|
513
|
-
return this.
|
|
535
|
+
get db() {
|
|
536
|
+
return this.cu;
|
|
514
537
|
}
|
|
515
|
-
set
|
|
516
|
-
let b = this.
|
|
517
|
-
this.
|
|
518
|
-
if (b != this.
|
|
519
|
-
this.
|
|
538
|
+
set db(a) {
|
|
539
|
+
let b = this.cu;
|
|
540
|
+
this.cu = a;
|
|
541
|
+
if (b != this.cu) {
|
|
542
|
+
this.ca("ColumnOptionsToolTipBackgroundColor", b, this.cu);
|
|
520
543
|
}
|
|
521
544
|
}
|
|
522
|
-
get
|
|
523
|
-
return this.
|
|
545
|
+
get dc() {
|
|
546
|
+
return this.cv;
|
|
524
547
|
}
|
|
525
|
-
set
|
|
526
|
-
let b = this.
|
|
527
|
-
this.
|
|
528
|
-
if (b != this.
|
|
529
|
-
this.
|
|
548
|
+
set dc(a) {
|
|
549
|
+
let b = this.cv;
|
|
550
|
+
this.cv = a;
|
|
551
|
+
if (b != this.cv) {
|
|
552
|
+
this.ca("ColumnOptionsToolTipTextColor", b, this.cv);
|
|
530
553
|
}
|
|
531
554
|
}
|
|
532
|
-
get
|
|
533
|
-
return this.
|
|
555
|
+
get c4() {
|
|
556
|
+
return this.cn;
|
|
534
557
|
}
|
|
535
|
-
set
|
|
536
|
-
let b = this.
|
|
537
|
-
this.
|
|
538
|
-
if (b != this.
|
|
539
|
-
this.
|
|
558
|
+
set c4(a) {
|
|
559
|
+
let b = this.cn;
|
|
560
|
+
this.cn = a;
|
|
561
|
+
if (b != this.cn) {
|
|
562
|
+
this.ca("ColumnOptionsHighlightColor", b, this.cn);
|
|
540
563
|
}
|
|
541
564
|
}
|
|
542
|
-
get
|
|
543
|
-
return this.
|
|
565
|
+
get c9() {
|
|
566
|
+
return this.cs;
|
|
544
567
|
}
|
|
545
|
-
set
|
|
546
|
-
let b = this.
|
|
547
|
-
this.
|
|
548
|
-
if (b != this.
|
|
549
|
-
this.
|
|
568
|
+
set c9(a) {
|
|
569
|
+
let b = this.cs;
|
|
570
|
+
this.cs = a;
|
|
571
|
+
if (b != this.cs) {
|
|
572
|
+
this.ca("ColumnOptionsSeparatorColor", b, this.cs);
|
|
550
573
|
}
|
|
551
574
|
}
|
|
552
|
-
get
|
|
553
|
-
return this.
|
|
575
|
+
get c2() {
|
|
576
|
+
return this.cl;
|
|
554
577
|
}
|
|
555
|
-
set
|
|
556
|
-
let b = this.
|
|
557
|
-
this.
|
|
558
|
-
if (b != this.
|
|
559
|
-
this.
|
|
578
|
+
set c2(a) {
|
|
579
|
+
let b = this.cl;
|
|
580
|
+
this.cl = a;
|
|
581
|
+
if (b != this.cl) {
|
|
582
|
+
this.ca("ColumnOptionsGroupHeaderBackground", b, this.cl);
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
get c3() {
|
|
586
|
+
return this.cm;
|
|
587
|
+
}
|
|
588
|
+
set c3(a) {
|
|
589
|
+
let b = this.cm;
|
|
590
|
+
this.cm = a;
|
|
591
|
+
if (b != this.cm) {
|
|
592
|
+
this.ca("ColumnOptionsGroupHeaderTextColor", b, this.cm);
|
|
560
593
|
}
|
|
561
594
|
}
|
|
562
595
|
get aa() {
|
|
@@ -566,17 +599,17 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
566
599
|
let b = this.y;
|
|
567
600
|
this.y = a;
|
|
568
601
|
if (b != this.y) {
|
|
569
|
-
this.
|
|
602
|
+
this.ca("ColumnOptionsGroupHeaderTextStyle", b, this.y);
|
|
570
603
|
}
|
|
571
604
|
}
|
|
572
|
-
get
|
|
573
|
-
return this.
|
|
605
|
+
get c0() {
|
|
606
|
+
return this.cj;
|
|
574
607
|
}
|
|
575
|
-
set
|
|
576
|
-
let b = this.
|
|
577
|
-
this.
|
|
578
|
-
if (b != this.
|
|
579
|
-
this.
|
|
608
|
+
set c0(a) {
|
|
609
|
+
let b = this.cj;
|
|
610
|
+
this.cj = a;
|
|
611
|
+
if (b != this.cj) {
|
|
612
|
+
this.ca("ColumnOptionsAccentColor", b, this.cj);
|
|
580
613
|
}
|
|
581
614
|
}
|
|
582
615
|
get ax() {
|
|
@@ -586,19 +619,19 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
586
619
|
let b = this.au;
|
|
587
620
|
this.au = a;
|
|
588
621
|
if (b != this.au) {
|
|
589
|
-
this.
|
|
622
|
+
this.ca("ColumnOptionsRowHeight", b, this.au);
|
|
590
623
|
}
|
|
591
624
|
}
|
|
592
625
|
get aj() {
|
|
593
626
|
return this.v != null ? this.v.bz : false;
|
|
594
627
|
}
|
|
595
|
-
|
|
596
|
-
this.
|
|
628
|
+
ca(a, b, c) {
|
|
629
|
+
this.cd(a, b, c);
|
|
597
630
|
if (this.propertyChanged != null) {
|
|
598
631
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
599
632
|
}
|
|
600
633
|
}
|
|
601
|
-
|
|
634
|
+
cd(a, b, c) {
|
|
602
635
|
switch (a) {
|
|
603
636
|
case "PixelScalingRatio":
|
|
604
637
|
this.ap = this.aq;
|
|
@@ -621,17 +654,17 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
621
654
|
break;
|
|
622
655
|
case "ColumnOptionsBackground":
|
|
623
656
|
if (this.v != null) {
|
|
624
|
-
this.v.
|
|
625
|
-
this.v.
|
|
657
|
+
this.v.co = this.c1;
|
|
658
|
+
this.v.ct = this.c1;
|
|
626
659
|
}
|
|
627
660
|
break;
|
|
628
661
|
case "ColumnOptionsTextColor":
|
|
629
662
|
if (this.v != null) {
|
|
630
|
-
this.v.
|
|
631
|
-
this.v.
|
|
632
|
-
this.v.
|
|
633
|
-
this.v.
|
|
634
|
-
this.v.
|
|
663
|
+
this.v.cq = this.da;
|
|
664
|
+
this.v.ce = this.da;
|
|
665
|
+
this.v.ck = this.da;
|
|
666
|
+
this.v.cl = this.da;
|
|
667
|
+
this.v.cm = this.da;
|
|
635
668
|
}
|
|
636
669
|
break;
|
|
637
670
|
case "ColumnOptionsTextStyle":
|
|
@@ -641,37 +674,37 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
641
674
|
break;
|
|
642
675
|
case "ColumnOptionsHoverBackgroundColor":
|
|
643
676
|
if (this.v != null) {
|
|
644
|
-
this.v.
|
|
677
|
+
this.v.cj = this.c5;
|
|
645
678
|
}
|
|
646
679
|
break;
|
|
647
680
|
case "ColumnOptionsToolTipBackgroundColor":
|
|
648
681
|
if (this.v != null) {
|
|
649
|
-
this.v.
|
|
682
|
+
this.v.cr = this.db;
|
|
650
683
|
}
|
|
651
684
|
break;
|
|
652
685
|
case "ColumnOptionsToolTipTextColor":
|
|
653
686
|
if (this.v != null) {
|
|
654
|
-
this.v.
|
|
687
|
+
this.v.cs = this.dc;
|
|
655
688
|
}
|
|
656
689
|
break;
|
|
657
690
|
case "ColumnOptionsHighlightColor":
|
|
658
691
|
if (this.v != null) {
|
|
659
|
-
this.v.
|
|
692
|
+
this.v.ci = this.c4;
|
|
660
693
|
}
|
|
661
694
|
break;
|
|
662
695
|
case "ColumnOptionsSeparatorColor":
|
|
663
696
|
if (this.v != null) {
|
|
664
|
-
this.v.
|
|
697
|
+
this.v.cn = this.c9;
|
|
665
698
|
}
|
|
666
699
|
break;
|
|
667
700
|
case "ColumnOptionsGroupHeaderBackground":
|
|
668
701
|
if (this.v != null) {
|
|
669
|
-
this.v.
|
|
702
|
+
this.v.cf = this.c2;
|
|
670
703
|
}
|
|
671
704
|
break;
|
|
672
705
|
case "ColumnOptionsGroupHeaderTextColor":
|
|
673
706
|
if (this.v != null) {
|
|
674
|
-
this.v.
|
|
707
|
+
this.v.ch = this.c3;
|
|
675
708
|
}
|
|
676
709
|
break;
|
|
677
710
|
case "ColumnOptionsGroupHeaderTextStyle":
|
|
@@ -681,10 +714,10 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
681
714
|
break;
|
|
682
715
|
case "ColumnOptionsAccentColor":
|
|
683
716
|
if (this.v != null) {
|
|
684
|
-
this.v.b7 = this.
|
|
685
|
-
this.v.
|
|
686
|
-
this.v.
|
|
687
|
-
this.v.
|
|
717
|
+
this.v.b7 = this.c0;
|
|
718
|
+
this.v.cc = this.c0;
|
|
719
|
+
this.v.cd = this.c0;
|
|
720
|
+
this.v.cu = this.c0;
|
|
688
721
|
}
|
|
689
722
|
break;
|
|
690
723
|
case "ColumnOptionsRowHeight":
|
|
@@ -692,11 +725,26 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
692
725
|
this.v.b3 = this.ax;
|
|
693
726
|
}
|
|
694
727
|
break;
|
|
728
|
+
case "ColumnOptionsScrollbarBackground":
|
|
729
|
+
if (this.v != null) {
|
|
730
|
+
this.v.ca = this.c7;
|
|
731
|
+
}
|
|
732
|
+
break;
|
|
733
|
+
case "ColumnOptionsScrollbarHoverBackground":
|
|
734
|
+
if (this.v != null) {
|
|
735
|
+
this.v.cb = this.c8;
|
|
736
|
+
}
|
|
737
|
+
break;
|
|
738
|
+
case "ColumnOptionsScrollbarActiveBackground":
|
|
739
|
+
if (this.v != null) {
|
|
740
|
+
this.v.b9 = this.c6;
|
|
741
|
+
}
|
|
742
|
+
break;
|
|
695
743
|
}
|
|
696
744
|
}
|
|
697
|
-
|
|
745
|
+
ce(a, b, c) {
|
|
698
746
|
this.s.v(a, b, c);
|
|
699
|
-
this.
|
|
747
|
+
this.b7();
|
|
700
748
|
}
|
|
701
749
|
get n() {
|
|
702
750
|
return this.m;
|
|
@@ -705,87 +753,90 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
705
753
|
let b = this.m;
|
|
706
754
|
this.m = a;
|
|
707
755
|
if (this.m != b) {
|
|
708
|
-
this.
|
|
756
|
+
this.b6(b, this.m);
|
|
709
757
|
}
|
|
710
758
|
}
|
|
711
|
-
|
|
759
|
+
b6(a, b) {
|
|
712
760
|
this.ad = true;
|
|
713
761
|
}
|
|
714
|
-
|
|
762
|
+
b7() {
|
|
715
763
|
NativeUIComponent.av(this.s.p(), 18, (a) => {
|
|
716
764
|
let b = a;
|
|
717
765
|
this.v = b;
|
|
718
766
|
this.v.b2 = 16;
|
|
719
767
|
this.v.b8 = BrushUtil.l(0, 0, 0, 0);
|
|
720
768
|
this.v.v = false;
|
|
721
|
-
this.v.br = runOn(this, this.
|
|
722
|
-
this.v.bp = runOn(this, this.
|
|
769
|
+
this.v.br = runOn(this, this.bx);
|
|
770
|
+
this.v.bp = runOn(this, this.bw);
|
|
723
771
|
this.v.b0 = false;
|
|
724
772
|
this.s.r(this.v);
|
|
725
773
|
this.v.c = this.x;
|
|
726
|
-
this.v.
|
|
727
|
-
this.v.
|
|
728
|
-
this.v.
|
|
729
|
-
this.v.
|
|
730
|
-
this.v.
|
|
731
|
-
this.v.
|
|
732
|
-
this.v.
|
|
733
|
-
this.v.
|
|
774
|
+
this.v.co = this.c1;
|
|
775
|
+
this.v.ct = this.c1;
|
|
776
|
+
this.v.cq = this.da;
|
|
777
|
+
this.v.ch = this.c3;
|
|
778
|
+
this.v.ce = this.da;
|
|
779
|
+
this.v.ck = this.da;
|
|
780
|
+
this.v.cl = this.da;
|
|
781
|
+
this.v.cm = this.da;
|
|
734
782
|
this.v.bw = this.ab;
|
|
735
|
-
this.v.
|
|
736
|
-
this.v.
|
|
737
|
-
this.v.
|
|
738
|
-
this.v.
|
|
739
|
-
this.v.
|
|
740
|
-
this.v.
|
|
783
|
+
this.v.cj = this.c5;
|
|
784
|
+
this.v.cr = this.db;
|
|
785
|
+
this.v.cs = this.dc;
|
|
786
|
+
this.v.ci = this.c4;
|
|
787
|
+
this.v.cn = this.c9;
|
|
788
|
+
this.v.cf = this.c2;
|
|
741
789
|
this.v.bx = this.aa;
|
|
742
|
-
this.v.b7 = this.
|
|
743
|
-
this.v.
|
|
744
|
-
this.v.
|
|
745
|
-
this.v.
|
|
790
|
+
this.v.b7 = this.c0;
|
|
791
|
+
this.v.cc = this.c0;
|
|
792
|
+
this.v.cd = this.c0;
|
|
793
|
+
this.v.cu = this.c0;
|
|
746
794
|
this.v.b3 = this.ax;
|
|
795
|
+
this.v.ca = this.c7;
|
|
796
|
+
this.v.cb = this.c8;
|
|
797
|
+
this.v.b9 = this.c6;
|
|
747
798
|
this.v.b4 = this.n;
|
|
748
799
|
});
|
|
749
800
|
}
|
|
750
|
-
|
|
801
|
+
bx(a, b) {
|
|
751
802
|
if (this.ad) {
|
|
752
803
|
this.ad = false;
|
|
753
804
|
this.v.b4 = this.n;
|
|
754
805
|
}
|
|
755
806
|
if (this.n != null) {
|
|
756
807
|
if (this.n.grid != null) {
|
|
757
|
-
this.n.grid.
|
|
808
|
+
this.n.grid.wp();
|
|
758
809
|
}
|
|
759
|
-
this.n.
|
|
810
|
+
this.n.pk();
|
|
760
811
|
}
|
|
761
812
|
if (this.dialogOpening != null) {
|
|
762
813
|
let c = new GridFilterDialogOpeningEventArgs();
|
|
763
814
|
this.dialogOpening(this, c);
|
|
764
815
|
}
|
|
765
816
|
}
|
|
766
|
-
|
|
817
|
+
bw(a, b) {
|
|
767
818
|
if (this.ae) {
|
|
768
|
-
this.
|
|
819
|
+
this.b2();
|
|
769
820
|
}
|
|
770
821
|
}
|
|
771
|
-
|
|
822
|
+
bz(a, b) {
|
|
772
823
|
switch (b.propertyName) {
|
|
773
824
|
case "IsHidden": break;
|
|
774
825
|
}
|
|
775
826
|
}
|
|
776
|
-
|
|
827
|
+
b8() {
|
|
777
828
|
}
|
|
778
|
-
|
|
779
|
-
a.onModified = delegateRemove(a.onModified, runOn(this, this.
|
|
829
|
+
b9(a, b) {
|
|
830
|
+
a.onModified = delegateRemove(a.onModified, runOn(this, this.cc));
|
|
780
831
|
if (b) {
|
|
781
|
-
this.
|
|
832
|
+
this.cg();
|
|
782
833
|
}
|
|
783
834
|
else {
|
|
784
|
-
this.
|
|
835
|
+
this.cf(a, true);
|
|
785
836
|
}
|
|
786
837
|
this.f = null;
|
|
787
838
|
}
|
|
788
|
-
|
|
839
|
+
b0() {
|
|
789
840
|
this.s.s();
|
|
790
841
|
if (this.ac == null) {
|
|
791
842
|
let a = new AnimationKeyFrameEffectTiming();
|
|
@@ -794,7 +845,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
794
845
|
this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
|
|
795
846
|
}
|
|
796
847
|
}
|
|
797
|
-
|
|
848
|
+
ch() {
|
|
798
849
|
if (this.filterChanged != null) {
|
|
799
850
|
this.filterChanged(this, ((() => {
|
|
800
851
|
let $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -803,7 +854,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
803
854
|
})()));
|
|
804
855
|
}
|
|
805
856
|
}
|
|
806
|
-
|
|
857
|
+
cg() {
|
|
807
858
|
if (this.filterChanged != null) {
|
|
808
859
|
this.filterChanged(this, ((() => {
|
|
809
860
|
let $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -812,7 +863,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
812
863
|
})()));
|
|
813
864
|
}
|
|
814
865
|
}
|
|
815
|
-
|
|
866
|
+
cf(a, b) {
|
|
816
867
|
let c = this.e(a);
|
|
817
868
|
if (b) {
|
|
818
869
|
if (this.filterChanged != null) {
|
|
@@ -917,30 +968,30 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
917
968
|
c(a) {
|
|
918
969
|
return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
|
|
919
970
|
}
|
|
920
|
-
|
|
921
|
-
this.
|
|
971
|
+
cc(a) {
|
|
972
|
+
this.cf(a, false);
|
|
922
973
|
}
|
|
923
974
|
t(a, b) {
|
|
924
975
|
let c = new GridFilterDialogViewModel();
|
|
925
976
|
if (a != null) {
|
|
926
|
-
this.
|
|
977
|
+
this.by(c, a, b);
|
|
927
978
|
}
|
|
928
979
|
else {
|
|
929
980
|
let d = new GridFilterDialogViewModelRow();
|
|
930
981
|
d.f = b;
|
|
931
982
|
d.e = GridFilterDialog.a(b);
|
|
932
983
|
d.d = GridFilterDialog.b(b);
|
|
933
|
-
d.l = GridFilterDialog.
|
|
984
|
+
d.l = GridFilterDialog.bo(b[0]);
|
|
934
985
|
c.f.add(d);
|
|
935
986
|
}
|
|
936
987
|
return c;
|
|
937
988
|
}
|
|
938
|
-
|
|
989
|
+
by(a, b, c) {
|
|
939
990
|
if (b.isGroup()) {
|
|
940
991
|
let d = b;
|
|
941
992
|
for (let e = 0; e < d.count; e++) {
|
|
942
993
|
let f = d.item(e);
|
|
943
|
-
this.
|
|
994
|
+
this.by(a, f, c);
|
|
944
995
|
}
|
|
945
996
|
}
|
|
946
997
|
else {
|
|
@@ -949,7 +1000,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
949
1000
|
}
|
|
950
1001
|
u(a, b) {
|
|
951
1002
|
let c = new GridFilterDialogViewModelRow();
|
|
952
|
-
c.l = GridFilterDialog.
|
|
1003
|
+
c.l = GridFilterDialog.bo(a.operator);
|
|
953
1004
|
c.f = b;
|
|
954
1005
|
c.e = GridFilterDialog.a(b);
|
|
955
1006
|
c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
|
|
@@ -979,24 +1030,24 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
979
1030
|
}
|
|
980
1031
|
return b;
|
|
981
1032
|
}
|
|
982
|
-
static
|
|
1033
|
+
static bo(a) {
|
|
983
1034
|
return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
|
|
984
1035
|
}
|
|
985
|
-
|
|
1036
|
+
b5(a, b) {
|
|
986
1037
|
this.s.w(a, b);
|
|
987
1038
|
}
|
|
988
|
-
|
|
1039
|
+
b4() {
|
|
989
1040
|
this.s.u();
|
|
990
1041
|
}
|
|
991
|
-
|
|
1042
|
+
b3(a, b, c) {
|
|
992
1043
|
}
|
|
993
|
-
|
|
1044
|
+
ci() {
|
|
994
1045
|
this.ae = false;
|
|
995
1046
|
if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
|
|
996
1047
|
return;
|
|
997
1048
|
}
|
|
998
1049
|
if (this.ai) {
|
|
999
|
-
this.
|
|
1050
|
+
this.b0();
|
|
1000
1051
|
if (this.ac.playbackRate < 0) {
|
|
1001
1052
|
this.ac.reverse();
|
|
1002
1053
|
}
|
|
@@ -1009,14 +1060,14 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
1009
1060
|
NativeUI.ab(this.s.q, 1);
|
|
1010
1061
|
}
|
|
1011
1062
|
}
|
|
1012
|
-
|
|
1063
|
+
b2() {
|
|
1013
1064
|
this.ae = true;
|
|
1014
1065
|
if (!this.aj) {
|
|
1015
1066
|
if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
|
|
1016
1067
|
return;
|
|
1017
1068
|
}
|
|
1018
1069
|
if (this.ai) {
|
|
1019
|
-
this.
|
|
1070
|
+
this.b0();
|
|
1020
1071
|
if (this.ac.playbackRate < 0) {
|
|
1021
1072
|
this.ac.play();
|
|
1022
1073
|
}
|
|
@@ -1043,12 +1094,12 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
1043
1094
|
set invalidateActions(a) {
|
|
1044
1095
|
this._invalidateActions = a;
|
|
1045
1096
|
}
|
|
1046
|
-
|
|
1097
|
+
cb() {
|
|
1047
1098
|
if (this.renderCompleted != null) {
|
|
1048
1099
|
this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
|
|
1049
1100
|
}
|
|
1050
1101
|
}
|
|
1051
|
-
|
|
1102
|
+
b1() {
|
|
1052
1103
|
if (this.v != null) {
|
|
1053
1104
|
if (this.n != null && this.v.b4 != this.n) {
|
|
1054
1105
|
this.v.b4 = this.n;
|
|
@@ -1061,7 +1112,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
1061
1112
|
getDesiredToolbarActions() {
|
|
1062
1113
|
if (!GridFilterDialog.ag) {
|
|
1063
1114
|
GridFilterDialog.ag = true;
|
|
1064
|
-
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.
|
|
1115
|
+
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bn);
|
|
1065
1116
|
}
|
|
1066
1117
|
let a = new ToolActionIconMenuInfo();
|
|
1067
1118
|
a.name = "DataGridColumnOptionsPlaceholder";
|
|
@@ -1107,7 +1158,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
1107
1158
|
}
|
|
1108
1159
|
GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
|
|
1109
1160
|
GridFilterDialog.ag = false;
|
|
1110
|
-
GridFilterDialog.
|
|
1161
|
+
GridFilterDialog.bn = "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";
|
|
1111
1162
|
return GridFilterDialog;
|
|
1112
1163
|
})();
|
|
1113
1164
|
/**
|
|
@@ -1137,7 +1188,7 @@ export let GridFilterDialogViewModel = /*@__PURE__*/ (() => {
|
|
|
1137
1188
|
a.f = b;
|
|
1138
1189
|
a.e = GridFilterDialog.a(b);
|
|
1139
1190
|
a.d = GridFilterDialog.b(b);
|
|
1140
|
-
a.l = GridFilterDialog.
|
|
1191
|
+
a.l = GridFilterDialog.bo(b[0]);
|
|
1141
1192
|
this.f.add(a);
|
|
1142
1193
|
}
|
|
1143
1194
|
u(a) {
|