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
|
@@ -65,10 +65,10 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
65
65
|
}
|
|
66
66
|
GridFilterDialogView.prototype.y = function () {
|
|
67
67
|
this.x();
|
|
68
|
-
this.b.
|
|
68
|
+
this.b.cb();
|
|
69
69
|
};
|
|
70
70
|
GridFilterDialogView.prototype.t = function () {
|
|
71
|
-
this.b.
|
|
71
|
+
this.b.b3(this.l, this.k, this.aa);
|
|
72
72
|
};
|
|
73
73
|
GridFilterDialogView.prototype.s = function () {
|
|
74
74
|
if (KeyFrameAnimationFactory.h == null) {
|
|
@@ -189,7 +189,7 @@ var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
189
189
|
e.setStyleProperty("background-color", "#fff");
|
|
190
190
|
e.setStyleProperty("border-radius", "3px");
|
|
191
191
|
e.setStyleProperty("overflow", "auto");
|
|
192
|
-
var g = ElevationHelper.e(12, _this.b.
|
|
192
|
+
var g = ElevationHelper.e(12, _this.b.cz, _this.b.cy, _this.b.cx);
|
|
193
193
|
e.setStyleProperty("boxShadow", g);
|
|
194
194
|
e.listen("mousedown", runOn(_this, _this.o));
|
|
195
195
|
_this.onDocumentKeyDown = _this.onDocumentKeyDown.bind(_this);
|
|
@@ -323,25 +323,28 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
323
323
|
_this.i = 0;
|
|
324
324
|
_this.as = 0;
|
|
325
325
|
_this.at = 0;
|
|
326
|
-
_this.
|
|
326
|
+
_this.cw = null;
|
|
327
327
|
_this.ao = DeviceUtils.g(24);
|
|
328
328
|
_this.w = 1;
|
|
329
|
-
_this.
|
|
330
|
-
_this.
|
|
329
|
+
_this.ck = null;
|
|
330
|
+
_this.cq = null;
|
|
331
|
+
_this.cr = null;
|
|
332
|
+
_this.cp = null;
|
|
333
|
+
_this.ct = null;
|
|
331
334
|
_this.z = null;
|
|
332
|
-
_this.cl = null;
|
|
333
335
|
_this.co = null;
|
|
334
|
-
_this.
|
|
335
|
-
_this.
|
|
336
|
+
_this.cu = null;
|
|
337
|
+
_this.cv = null;
|
|
338
|
+
_this.cn = null;
|
|
339
|
+
_this.cs = null;
|
|
340
|
+
_this.cl = null;
|
|
336
341
|
_this.cm = null;
|
|
337
|
-
_this.ci = null;
|
|
338
|
-
_this.cj = null;
|
|
339
342
|
_this.y = null;
|
|
340
|
-
_this.
|
|
343
|
+
_this.cj = null;
|
|
341
344
|
_this.au = -1;
|
|
342
|
-
_this.
|
|
343
|
-
_this.
|
|
344
|
-
_this.
|
|
345
|
+
_this.cz = null;
|
|
346
|
+
_this.cy = null;
|
|
347
|
+
_this.cx = null;
|
|
345
348
|
_this.ac = null;
|
|
346
349
|
_this.ae = false;
|
|
347
350
|
_this.m = null;
|
|
@@ -357,9 +360,9 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
357
360
|
_this.renderCompleted = null;
|
|
358
361
|
_this.s = new GridFilterDialogView(_this);
|
|
359
362
|
_this.x = 1;
|
|
360
|
-
_this.
|
|
361
|
-
_this.
|
|
362
|
-
_this.
|
|
363
|
+
_this.cz = BrushUtil.l(66, 0, 0, 0);
|
|
364
|
+
_this.cy = BrushUtil.l(30, 0, 0, 0);
|
|
365
|
+
_this.cx = BrushUtil.l(20, 0, 0, 0);
|
|
363
366
|
return _this;
|
|
364
367
|
}
|
|
365
368
|
Object.defineProperty(GridFilterDialog.prototype, "a1", {
|
|
@@ -380,7 +383,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
380
383
|
var b = this.af;
|
|
381
384
|
this.af = a;
|
|
382
385
|
if (b != this.af) {
|
|
383
|
-
this.
|
|
386
|
+
this.ca("IsAnimationEnabled", b, this.af);
|
|
384
387
|
}
|
|
385
388
|
},
|
|
386
389
|
enumerable: false,
|
|
@@ -393,7 +396,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
393
396
|
set: function (a) {
|
|
394
397
|
var b = this.an;
|
|
395
398
|
this.an = a;
|
|
396
|
-
this.
|
|
399
|
+
this.ca("PixelScalingRatio", b, this.an);
|
|
397
400
|
},
|
|
398
401
|
enumerable: false,
|
|
399
402
|
configurable: true
|
|
@@ -405,7 +408,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
405
408
|
set: function (a) {
|
|
406
409
|
var b = this.am;
|
|
407
410
|
this.am = a;
|
|
408
|
-
this.
|
|
411
|
+
this.ca("ActualPixelScalingRatio", b, this.am);
|
|
409
412
|
},
|
|
410
413
|
enumerable: false,
|
|
411
414
|
configurable: true
|
|
@@ -418,7 +421,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
418
421
|
var b = this.j;
|
|
419
422
|
this.j = a;
|
|
420
423
|
if (b != this.j) {
|
|
421
|
-
this.
|
|
424
|
+
this.ca("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
|
|
422
425
|
}
|
|
423
426
|
},
|
|
424
427
|
enumerable: false,
|
|
@@ -432,7 +435,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
432
435
|
var b = this.i;
|
|
433
436
|
this.i = a;
|
|
434
437
|
if (b != this.i) {
|
|
435
|
-
this.
|
|
438
|
+
this.ca("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
|
|
436
439
|
}
|
|
437
440
|
},
|
|
438
441
|
enumerable: false,
|
|
@@ -446,7 +449,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
446
449
|
var b = this.as;
|
|
447
450
|
this.as = a;
|
|
448
451
|
if (b != this.as) {
|
|
449
|
-
this.
|
|
452
|
+
this.ca("CellPaddingLeft", b, this.as);
|
|
450
453
|
}
|
|
451
454
|
},
|
|
452
455
|
enumerable: false,
|
|
@@ -460,21 +463,21 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
460
463
|
var b = this.at;
|
|
461
464
|
this.at = a;
|
|
462
465
|
if (b != this.at) {
|
|
463
|
-
this.
|
|
466
|
+
this.ca("CellPaddingRight", b, this.at);
|
|
464
467
|
}
|
|
465
468
|
},
|
|
466
469
|
enumerable: false,
|
|
467
470
|
configurable: true
|
|
468
471
|
});
|
|
469
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
472
|
+
Object.defineProperty(GridFilterDialog.prototype, "dd", {
|
|
470
473
|
get: function () {
|
|
471
|
-
return this.
|
|
474
|
+
return this.cw;
|
|
472
475
|
},
|
|
473
476
|
set: function (a) {
|
|
474
|
-
var b = this.
|
|
475
|
-
this.
|
|
476
|
-
if (b != this.
|
|
477
|
-
this.
|
|
477
|
+
var b = this.cw;
|
|
478
|
+
this.cw = a;
|
|
479
|
+
if (b != this.cw) {
|
|
480
|
+
this.ca("IconColor", b, this.cw);
|
|
478
481
|
}
|
|
479
482
|
},
|
|
480
483
|
enumerable: false,
|
|
@@ -488,7 +491,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
488
491
|
var b = this.ao;
|
|
489
492
|
this.ao = a;
|
|
490
493
|
if (b != this.ao) {
|
|
491
|
-
this.
|
|
494
|
+
this.ca("ViewSize", b, this.ao);
|
|
492
495
|
}
|
|
493
496
|
},
|
|
494
497
|
enumerable: false,
|
|
@@ -502,35 +505,77 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
502
505
|
var b = this.w;
|
|
503
506
|
this.w = a;
|
|
504
507
|
if (this.w != b) {
|
|
505
|
-
this.
|
|
508
|
+
this.ca("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
|
|
506
509
|
}
|
|
507
510
|
},
|
|
508
511
|
enumerable: false,
|
|
509
512
|
configurable: true
|
|
510
513
|
});
|
|
511
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
514
|
+
Object.defineProperty(GridFilterDialog.prototype, "c1", {
|
|
512
515
|
get: function () {
|
|
513
|
-
return this.
|
|
516
|
+
return this.ck;
|
|
514
517
|
},
|
|
515
518
|
set: function (a) {
|
|
516
|
-
var b = this.
|
|
517
|
-
this.
|
|
518
|
-
if (b != this.
|
|
519
|
-
this.
|
|
519
|
+
var b = this.ck;
|
|
520
|
+
this.ck = a;
|
|
521
|
+
if (b != this.ck) {
|
|
522
|
+
this.ca("ColumnOptionsBackground", b, this.ck);
|
|
520
523
|
}
|
|
521
524
|
},
|
|
522
525
|
enumerable: false,
|
|
523
526
|
configurable: true
|
|
524
527
|
});
|
|
525
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
528
|
+
Object.defineProperty(GridFilterDialog.prototype, "c7", {
|
|
526
529
|
get: function () {
|
|
527
|
-
return this.
|
|
530
|
+
return this.cq;
|
|
528
531
|
},
|
|
529
532
|
set: function (a) {
|
|
530
|
-
var b = this.
|
|
531
|
-
this.
|
|
532
|
-
if (b != this.
|
|
533
|
-
this.
|
|
533
|
+
var b = this.cq;
|
|
534
|
+
this.cq = a;
|
|
535
|
+
if (b != this.cq) {
|
|
536
|
+
this.ca("ColumnOptionsScrollbarBackground", b, this.cq);
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
enumerable: false,
|
|
540
|
+
configurable: true
|
|
541
|
+
});
|
|
542
|
+
Object.defineProperty(GridFilterDialog.prototype, "c8", {
|
|
543
|
+
get: function () {
|
|
544
|
+
return this.cr;
|
|
545
|
+
},
|
|
546
|
+
set: function (a) {
|
|
547
|
+
var b = this.cr;
|
|
548
|
+
this.cr = a;
|
|
549
|
+
if (b != this.cr) {
|
|
550
|
+
this.ca("ColumnOptionsScrollbarHoverBackground", b, this.cr);
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
enumerable: false,
|
|
554
|
+
configurable: true
|
|
555
|
+
});
|
|
556
|
+
Object.defineProperty(GridFilterDialog.prototype, "c6", {
|
|
557
|
+
get: function () {
|
|
558
|
+
return this.cp;
|
|
559
|
+
},
|
|
560
|
+
set: function (a) {
|
|
561
|
+
var b = this.cp;
|
|
562
|
+
this.cp = a;
|
|
563
|
+
if (b != this.cp) {
|
|
564
|
+
this.ca("ColumnOptionsScrollbarActiveBackground", b, this.cp);
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
enumerable: false,
|
|
568
|
+
configurable: true
|
|
569
|
+
});
|
|
570
|
+
Object.defineProperty(GridFilterDialog.prototype, "da", {
|
|
571
|
+
get: function () {
|
|
572
|
+
return this.ct;
|
|
573
|
+
},
|
|
574
|
+
set: function (a) {
|
|
575
|
+
var b = this.ct;
|
|
576
|
+
this.ct = a;
|
|
577
|
+
if (b != this.ct) {
|
|
578
|
+
this.ca("ColumnOptionsTextColor", b, this.ct);
|
|
534
579
|
}
|
|
535
580
|
},
|
|
536
581
|
enumerable: false,
|
|
@@ -544,105 +589,105 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
544
589
|
var b = this.z;
|
|
545
590
|
this.z = a;
|
|
546
591
|
if (b != this.z) {
|
|
547
|
-
this.
|
|
592
|
+
this.ca("ColumnOptionsTextStyle", b, this.z);
|
|
548
593
|
}
|
|
549
594
|
},
|
|
550
595
|
enumerable: false,
|
|
551
596
|
configurable: true
|
|
552
597
|
});
|
|
553
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
598
|
+
Object.defineProperty(GridFilterDialog.prototype, "c5", {
|
|
554
599
|
get: function () {
|
|
555
|
-
return this.
|
|
600
|
+
return this.co;
|
|
556
601
|
},
|
|
557
602
|
set: function (a) {
|
|
558
|
-
var b = this.
|
|
559
|
-
this.
|
|
560
|
-
if (b != this.
|
|
561
|
-
this.
|
|
603
|
+
var b = this.co;
|
|
604
|
+
this.co = a;
|
|
605
|
+
if (b != this.co) {
|
|
606
|
+
this.ca("ColumnOptionsHoverBackgroundColor", b, this.co);
|
|
562
607
|
}
|
|
563
608
|
},
|
|
564
609
|
enumerable: false,
|
|
565
610
|
configurable: true
|
|
566
611
|
});
|
|
567
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
612
|
+
Object.defineProperty(GridFilterDialog.prototype, "db", {
|
|
568
613
|
get: function () {
|
|
569
|
-
return this.
|
|
614
|
+
return this.cu;
|
|
570
615
|
},
|
|
571
616
|
set: function (a) {
|
|
572
|
-
var b = this.
|
|
573
|
-
this.
|
|
574
|
-
if (b != this.
|
|
575
|
-
this.
|
|
617
|
+
var b = this.cu;
|
|
618
|
+
this.cu = a;
|
|
619
|
+
if (b != this.cu) {
|
|
620
|
+
this.ca("ColumnOptionsToolTipBackgroundColor", b, this.cu);
|
|
576
621
|
}
|
|
577
622
|
},
|
|
578
623
|
enumerable: false,
|
|
579
624
|
configurable: true
|
|
580
625
|
});
|
|
581
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
626
|
+
Object.defineProperty(GridFilterDialog.prototype, "dc", {
|
|
582
627
|
get: function () {
|
|
583
|
-
return this.
|
|
628
|
+
return this.cv;
|
|
584
629
|
},
|
|
585
630
|
set: function (a) {
|
|
586
|
-
var b = this.
|
|
587
|
-
this.
|
|
588
|
-
if (b != this.
|
|
589
|
-
this.
|
|
631
|
+
var b = this.cv;
|
|
632
|
+
this.cv = a;
|
|
633
|
+
if (b != this.cv) {
|
|
634
|
+
this.ca("ColumnOptionsToolTipTextColor", b, this.cv);
|
|
590
635
|
}
|
|
591
636
|
},
|
|
592
637
|
enumerable: false,
|
|
593
638
|
configurable: true
|
|
594
639
|
});
|
|
595
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
640
|
+
Object.defineProperty(GridFilterDialog.prototype, "c4", {
|
|
596
641
|
get: function () {
|
|
597
|
-
return this.
|
|
642
|
+
return this.cn;
|
|
598
643
|
},
|
|
599
644
|
set: function (a) {
|
|
600
|
-
var b = this.
|
|
601
|
-
this.
|
|
602
|
-
if (b != this.
|
|
603
|
-
this.
|
|
645
|
+
var b = this.cn;
|
|
646
|
+
this.cn = a;
|
|
647
|
+
if (b != this.cn) {
|
|
648
|
+
this.ca("ColumnOptionsHighlightColor", b, this.cn);
|
|
604
649
|
}
|
|
605
650
|
},
|
|
606
651
|
enumerable: false,
|
|
607
652
|
configurable: true
|
|
608
653
|
});
|
|
609
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
654
|
+
Object.defineProperty(GridFilterDialog.prototype, "c9", {
|
|
610
655
|
get: function () {
|
|
611
|
-
return this.
|
|
656
|
+
return this.cs;
|
|
612
657
|
},
|
|
613
658
|
set: function (a) {
|
|
614
|
-
var b = this.
|
|
615
|
-
this.
|
|
616
|
-
if (b != this.
|
|
617
|
-
this.
|
|
659
|
+
var b = this.cs;
|
|
660
|
+
this.cs = a;
|
|
661
|
+
if (b != this.cs) {
|
|
662
|
+
this.ca("ColumnOptionsSeparatorColor", b, this.cs);
|
|
618
663
|
}
|
|
619
664
|
},
|
|
620
665
|
enumerable: false,
|
|
621
666
|
configurable: true
|
|
622
667
|
});
|
|
623
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
668
|
+
Object.defineProperty(GridFilterDialog.prototype, "c2", {
|
|
624
669
|
get: function () {
|
|
625
|
-
return this.
|
|
670
|
+
return this.cl;
|
|
626
671
|
},
|
|
627
672
|
set: function (a) {
|
|
628
|
-
var b = this.
|
|
629
|
-
this.
|
|
630
|
-
if (b != this.
|
|
631
|
-
this.
|
|
673
|
+
var b = this.cl;
|
|
674
|
+
this.cl = a;
|
|
675
|
+
if (b != this.cl) {
|
|
676
|
+
this.ca("ColumnOptionsGroupHeaderBackground", b, this.cl);
|
|
632
677
|
}
|
|
633
678
|
},
|
|
634
679
|
enumerable: false,
|
|
635
680
|
configurable: true
|
|
636
681
|
});
|
|
637
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
682
|
+
Object.defineProperty(GridFilterDialog.prototype, "c3", {
|
|
638
683
|
get: function () {
|
|
639
|
-
return this.
|
|
684
|
+
return this.cm;
|
|
640
685
|
},
|
|
641
686
|
set: function (a) {
|
|
642
|
-
var b = this.
|
|
643
|
-
this.
|
|
644
|
-
if (b != this.
|
|
645
|
-
this.
|
|
687
|
+
var b = this.cm;
|
|
688
|
+
this.cm = a;
|
|
689
|
+
if (b != this.cm) {
|
|
690
|
+
this.ca("ColumnOptionsGroupHeaderTextColor", b, this.cm);
|
|
646
691
|
}
|
|
647
692
|
},
|
|
648
693
|
enumerable: false,
|
|
@@ -656,21 +701,21 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
656
701
|
var b = this.y;
|
|
657
702
|
this.y = a;
|
|
658
703
|
if (b != this.y) {
|
|
659
|
-
this.
|
|
704
|
+
this.ca("ColumnOptionsGroupHeaderTextStyle", b, this.y);
|
|
660
705
|
}
|
|
661
706
|
},
|
|
662
707
|
enumerable: false,
|
|
663
708
|
configurable: true
|
|
664
709
|
});
|
|
665
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
710
|
+
Object.defineProperty(GridFilterDialog.prototype, "c0", {
|
|
666
711
|
get: function () {
|
|
667
|
-
return this.
|
|
712
|
+
return this.cj;
|
|
668
713
|
},
|
|
669
714
|
set: function (a) {
|
|
670
|
-
var b = this.
|
|
671
|
-
this.
|
|
672
|
-
if (b != this.
|
|
673
|
-
this.
|
|
715
|
+
var b = this.cj;
|
|
716
|
+
this.cj = a;
|
|
717
|
+
if (b != this.cj) {
|
|
718
|
+
this.ca("ColumnOptionsAccentColor", b, this.cj);
|
|
674
719
|
}
|
|
675
720
|
},
|
|
676
721
|
enumerable: false,
|
|
@@ -684,7 +729,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
684
729
|
var b = this.au;
|
|
685
730
|
this.au = a;
|
|
686
731
|
if (b != this.au) {
|
|
687
|
-
this.
|
|
732
|
+
this.ca("ColumnOptionsRowHeight", b, this.au);
|
|
688
733
|
}
|
|
689
734
|
},
|
|
690
735
|
enumerable: false,
|
|
@@ -697,13 +742,13 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
697
742
|
enumerable: false,
|
|
698
743
|
configurable: true
|
|
699
744
|
});
|
|
700
|
-
GridFilterDialog.prototype.
|
|
701
|
-
this.
|
|
745
|
+
GridFilterDialog.prototype.ca = function (a, b, c) {
|
|
746
|
+
this.cd(a, b, c);
|
|
702
747
|
if (this.propertyChanged != null) {
|
|
703
748
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
704
749
|
}
|
|
705
750
|
};
|
|
706
|
-
GridFilterDialog.prototype.
|
|
751
|
+
GridFilterDialog.prototype.cd = function (a, b, c) {
|
|
707
752
|
switch (a) {
|
|
708
753
|
case "PixelScalingRatio":
|
|
709
754
|
this.ap = this.aq;
|
|
@@ -726,17 +771,17 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
726
771
|
break;
|
|
727
772
|
case "ColumnOptionsBackground":
|
|
728
773
|
if (this.v != null) {
|
|
729
|
-
this.v.
|
|
730
|
-
this.v.
|
|
774
|
+
this.v.co = this.c1;
|
|
775
|
+
this.v.ct = this.c1;
|
|
731
776
|
}
|
|
732
777
|
break;
|
|
733
778
|
case "ColumnOptionsTextColor":
|
|
734
779
|
if (this.v != null) {
|
|
735
|
-
this.v.
|
|
736
|
-
this.v.
|
|
737
|
-
this.v.
|
|
738
|
-
this.v.
|
|
739
|
-
this.v.
|
|
780
|
+
this.v.cq = this.da;
|
|
781
|
+
this.v.ce = this.da;
|
|
782
|
+
this.v.ck = this.da;
|
|
783
|
+
this.v.cl = this.da;
|
|
784
|
+
this.v.cm = this.da;
|
|
740
785
|
}
|
|
741
786
|
break;
|
|
742
787
|
case "ColumnOptionsTextStyle":
|
|
@@ -746,37 +791,37 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
746
791
|
break;
|
|
747
792
|
case "ColumnOptionsHoverBackgroundColor":
|
|
748
793
|
if (this.v != null) {
|
|
749
|
-
this.v.
|
|
794
|
+
this.v.cj = this.c5;
|
|
750
795
|
}
|
|
751
796
|
break;
|
|
752
797
|
case "ColumnOptionsToolTipBackgroundColor":
|
|
753
798
|
if (this.v != null) {
|
|
754
|
-
this.v.
|
|
799
|
+
this.v.cr = this.db;
|
|
755
800
|
}
|
|
756
801
|
break;
|
|
757
802
|
case "ColumnOptionsToolTipTextColor":
|
|
758
803
|
if (this.v != null) {
|
|
759
|
-
this.v.
|
|
804
|
+
this.v.cs = this.dc;
|
|
760
805
|
}
|
|
761
806
|
break;
|
|
762
807
|
case "ColumnOptionsHighlightColor":
|
|
763
808
|
if (this.v != null) {
|
|
764
|
-
this.v.
|
|
809
|
+
this.v.ci = this.c4;
|
|
765
810
|
}
|
|
766
811
|
break;
|
|
767
812
|
case "ColumnOptionsSeparatorColor":
|
|
768
813
|
if (this.v != null) {
|
|
769
|
-
this.v.
|
|
814
|
+
this.v.cn = this.c9;
|
|
770
815
|
}
|
|
771
816
|
break;
|
|
772
817
|
case "ColumnOptionsGroupHeaderBackground":
|
|
773
818
|
if (this.v != null) {
|
|
774
|
-
this.v.
|
|
819
|
+
this.v.cf = this.c2;
|
|
775
820
|
}
|
|
776
821
|
break;
|
|
777
822
|
case "ColumnOptionsGroupHeaderTextColor":
|
|
778
823
|
if (this.v != null) {
|
|
779
|
-
this.v.
|
|
824
|
+
this.v.ch = this.c3;
|
|
780
825
|
}
|
|
781
826
|
break;
|
|
782
827
|
case "ColumnOptionsGroupHeaderTextStyle":
|
|
@@ -786,10 +831,10 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
786
831
|
break;
|
|
787
832
|
case "ColumnOptionsAccentColor":
|
|
788
833
|
if (this.v != null) {
|
|
789
|
-
this.v.b7 = this.
|
|
790
|
-
this.v.
|
|
791
|
-
this.v.
|
|
792
|
-
this.v.
|
|
834
|
+
this.v.b7 = this.c0;
|
|
835
|
+
this.v.cc = this.c0;
|
|
836
|
+
this.v.cd = this.c0;
|
|
837
|
+
this.v.cu = this.c0;
|
|
793
838
|
}
|
|
794
839
|
break;
|
|
795
840
|
case "ColumnOptionsRowHeight":
|
|
@@ -797,11 +842,26 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
797
842
|
this.v.b3 = this.ax;
|
|
798
843
|
}
|
|
799
844
|
break;
|
|
845
|
+
case "ColumnOptionsScrollbarBackground":
|
|
846
|
+
if (this.v != null) {
|
|
847
|
+
this.v.ca = this.c7;
|
|
848
|
+
}
|
|
849
|
+
break;
|
|
850
|
+
case "ColumnOptionsScrollbarHoverBackground":
|
|
851
|
+
if (this.v != null) {
|
|
852
|
+
this.v.cb = this.c8;
|
|
853
|
+
}
|
|
854
|
+
break;
|
|
855
|
+
case "ColumnOptionsScrollbarActiveBackground":
|
|
856
|
+
if (this.v != null) {
|
|
857
|
+
this.v.b9 = this.c6;
|
|
858
|
+
}
|
|
859
|
+
break;
|
|
800
860
|
}
|
|
801
861
|
};
|
|
802
|
-
GridFilterDialog.prototype.
|
|
862
|
+
GridFilterDialog.prototype.ce = function (a, b, c) {
|
|
803
863
|
this.s.v(a, b, c);
|
|
804
|
-
this.
|
|
864
|
+
this.b7();
|
|
805
865
|
};
|
|
806
866
|
Object.defineProperty(GridFilterDialog.prototype, "n", {
|
|
807
867
|
get: function () {
|
|
@@ -811,16 +871,16 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
811
871
|
var b = this.m;
|
|
812
872
|
this.m = a;
|
|
813
873
|
if (this.m != b) {
|
|
814
|
-
this.
|
|
874
|
+
this.b6(b, this.m);
|
|
815
875
|
}
|
|
816
876
|
},
|
|
817
877
|
enumerable: false,
|
|
818
878
|
configurable: true
|
|
819
879
|
});
|
|
820
|
-
GridFilterDialog.prototype.
|
|
880
|
+
GridFilterDialog.prototype.b6 = function (a, b) {
|
|
821
881
|
this.ad = true;
|
|
822
882
|
};
|
|
823
|
-
GridFilterDialog.prototype.
|
|
883
|
+
GridFilterDialog.prototype.b7 = function () {
|
|
824
884
|
var _this = this;
|
|
825
885
|
NativeUIComponent.av(this.s.p(), 18, function (a) {
|
|
826
886
|
var b = a;
|
|
@@ -828,74 +888,77 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
828
888
|
_this.v.b2 = 16;
|
|
829
889
|
_this.v.b8 = BrushUtil.l(0, 0, 0, 0);
|
|
830
890
|
_this.v.v = false;
|
|
831
|
-
_this.v.br = runOn(_this, _this.
|
|
832
|
-
_this.v.bp = runOn(_this, _this.
|
|
891
|
+
_this.v.br = runOn(_this, _this.bx);
|
|
892
|
+
_this.v.bp = runOn(_this, _this.bw);
|
|
833
893
|
_this.v.b0 = false;
|
|
834
894
|
_this.s.r(_this.v);
|
|
835
895
|
_this.v.c = _this.x;
|
|
836
|
-
_this.v.
|
|
837
|
-
_this.v.
|
|
838
|
-
_this.v.
|
|
839
|
-
_this.v.
|
|
840
|
-
_this.v.
|
|
841
|
-
_this.v.
|
|
842
|
-
_this.v.
|
|
843
|
-
_this.v.
|
|
896
|
+
_this.v.co = _this.c1;
|
|
897
|
+
_this.v.ct = _this.c1;
|
|
898
|
+
_this.v.cq = _this.da;
|
|
899
|
+
_this.v.ch = _this.c3;
|
|
900
|
+
_this.v.ce = _this.da;
|
|
901
|
+
_this.v.ck = _this.da;
|
|
902
|
+
_this.v.cl = _this.da;
|
|
903
|
+
_this.v.cm = _this.da;
|
|
844
904
|
_this.v.bw = _this.ab;
|
|
845
|
-
_this.v.
|
|
846
|
-
_this.v.
|
|
847
|
-
_this.v.
|
|
848
|
-
_this.v.
|
|
849
|
-
_this.v.
|
|
850
|
-
_this.v.
|
|
905
|
+
_this.v.cj = _this.c5;
|
|
906
|
+
_this.v.cr = _this.db;
|
|
907
|
+
_this.v.cs = _this.dc;
|
|
908
|
+
_this.v.ci = _this.c4;
|
|
909
|
+
_this.v.cn = _this.c9;
|
|
910
|
+
_this.v.cf = _this.c2;
|
|
851
911
|
_this.v.bx = _this.aa;
|
|
852
|
-
_this.v.b7 = _this.
|
|
853
|
-
_this.v.
|
|
854
|
-
_this.v.
|
|
855
|
-
_this.v.
|
|
912
|
+
_this.v.b7 = _this.c0;
|
|
913
|
+
_this.v.cc = _this.c0;
|
|
914
|
+
_this.v.cd = _this.c0;
|
|
915
|
+
_this.v.cu = _this.c0;
|
|
856
916
|
_this.v.b3 = _this.ax;
|
|
917
|
+
_this.v.ca = _this.c7;
|
|
918
|
+
_this.v.cb = _this.c8;
|
|
919
|
+
_this.v.b9 = _this.c6;
|
|
857
920
|
_this.v.b4 = _this.n;
|
|
858
921
|
});
|
|
859
922
|
};
|
|
860
|
-
GridFilterDialog.prototype.
|
|
923
|
+
GridFilterDialog.prototype.bx = function (a, b) {
|
|
861
924
|
if (this.ad) {
|
|
862
925
|
this.ad = false;
|
|
863
926
|
this.v.b4 = this.n;
|
|
864
927
|
}
|
|
865
928
|
if (this.n != null) {
|
|
866
929
|
if (this.n.grid != null) {
|
|
867
|
-
this.n.grid.
|
|
930
|
+
this.n.grid.wp();
|
|
868
931
|
}
|
|
869
|
-
this.n.
|
|
932
|
+
this.n.pk();
|
|
870
933
|
}
|
|
871
934
|
if (this.dialogOpening != null) {
|
|
872
935
|
var c = new GridFilterDialogOpeningEventArgs();
|
|
873
936
|
this.dialogOpening(this, c);
|
|
874
937
|
}
|
|
875
938
|
};
|
|
876
|
-
GridFilterDialog.prototype.
|
|
939
|
+
GridFilterDialog.prototype.bw = function (a, b) {
|
|
877
940
|
if (this.ae) {
|
|
878
|
-
this.
|
|
941
|
+
this.b2();
|
|
879
942
|
}
|
|
880
943
|
};
|
|
881
|
-
GridFilterDialog.prototype.
|
|
944
|
+
GridFilterDialog.prototype.bz = function (a, b) {
|
|
882
945
|
switch (b.propertyName) {
|
|
883
946
|
case "IsHidden": break;
|
|
884
947
|
}
|
|
885
948
|
};
|
|
886
|
-
GridFilterDialog.prototype.
|
|
949
|
+
GridFilterDialog.prototype.b8 = function () {
|
|
887
950
|
};
|
|
888
|
-
GridFilterDialog.prototype.
|
|
889
|
-
a.onModified = delegateRemove(a.onModified, runOn(this, this.
|
|
951
|
+
GridFilterDialog.prototype.b9 = function (a, b) {
|
|
952
|
+
a.onModified = delegateRemove(a.onModified, runOn(this, this.cc));
|
|
890
953
|
if (b) {
|
|
891
|
-
this.
|
|
954
|
+
this.cg();
|
|
892
955
|
}
|
|
893
956
|
else {
|
|
894
|
-
this.
|
|
957
|
+
this.cf(a, true);
|
|
895
958
|
}
|
|
896
959
|
this.f = null;
|
|
897
960
|
};
|
|
898
|
-
GridFilterDialog.prototype.
|
|
961
|
+
GridFilterDialog.prototype.b0 = function () {
|
|
899
962
|
this.s.s();
|
|
900
963
|
if (this.ac == null) {
|
|
901
964
|
var a = new AnimationKeyFrameEffectTiming();
|
|
@@ -904,7 +967,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
904
967
|
this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
|
|
905
968
|
}
|
|
906
969
|
};
|
|
907
|
-
GridFilterDialog.prototype.
|
|
970
|
+
GridFilterDialog.prototype.ch = function () {
|
|
908
971
|
var _this = this;
|
|
909
972
|
if (this.filterChanged != null) {
|
|
910
973
|
this.filterChanged(this, ((function () {
|
|
@@ -914,7 +977,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
914
977
|
})()));
|
|
915
978
|
}
|
|
916
979
|
};
|
|
917
|
-
GridFilterDialog.prototype.
|
|
980
|
+
GridFilterDialog.prototype.cg = function () {
|
|
918
981
|
if (this.filterChanged != null) {
|
|
919
982
|
this.filterChanged(this, ((function () {
|
|
920
983
|
var $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -923,7 +986,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
923
986
|
})()));
|
|
924
987
|
}
|
|
925
988
|
};
|
|
926
|
-
GridFilterDialog.prototype.
|
|
989
|
+
GridFilterDialog.prototype.cf = function (a, b) {
|
|
927
990
|
var c = this.e(a);
|
|
928
991
|
if (b) {
|
|
929
992
|
if (this.filterChanged != null) {
|
|
@@ -1028,30 +1091,30 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1028
1091
|
GridFilterDialog.prototype.c = function (a) {
|
|
1029
1092
|
return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
|
|
1030
1093
|
};
|
|
1031
|
-
GridFilterDialog.prototype.
|
|
1032
|
-
this.
|
|
1094
|
+
GridFilterDialog.prototype.cc = function (a) {
|
|
1095
|
+
this.cf(a, false);
|
|
1033
1096
|
};
|
|
1034
1097
|
GridFilterDialog.prototype.t = function (a, b) {
|
|
1035
1098
|
var c = new GridFilterDialogViewModel();
|
|
1036
1099
|
if (a != null) {
|
|
1037
|
-
this.
|
|
1100
|
+
this.by(c, a, b);
|
|
1038
1101
|
}
|
|
1039
1102
|
else {
|
|
1040
1103
|
var d = new GridFilterDialogViewModelRow();
|
|
1041
1104
|
d.f = b;
|
|
1042
1105
|
d.e = GridFilterDialog.a(b);
|
|
1043
1106
|
d.d = GridFilterDialog.b(b);
|
|
1044
|
-
d.l = GridFilterDialog.
|
|
1107
|
+
d.l = GridFilterDialog.bo(b[0]);
|
|
1045
1108
|
c.f.add(d);
|
|
1046
1109
|
}
|
|
1047
1110
|
return c;
|
|
1048
1111
|
};
|
|
1049
|
-
GridFilterDialog.prototype.
|
|
1112
|
+
GridFilterDialog.prototype.by = function (a, b, c) {
|
|
1050
1113
|
if (b.isGroup()) {
|
|
1051
1114
|
var d = b;
|
|
1052
1115
|
for (var e = 0; e < d.count; e++) {
|
|
1053
1116
|
var f = d.item(e);
|
|
1054
|
-
this.
|
|
1117
|
+
this.by(a, f, c);
|
|
1055
1118
|
}
|
|
1056
1119
|
}
|
|
1057
1120
|
else {
|
|
@@ -1060,7 +1123,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1060
1123
|
};
|
|
1061
1124
|
GridFilterDialog.prototype.u = function (a, b) {
|
|
1062
1125
|
var c = new GridFilterDialogViewModelRow();
|
|
1063
|
-
c.l = GridFilterDialog.
|
|
1126
|
+
c.l = GridFilterDialog.bo(a.operator);
|
|
1064
1127
|
c.f = b;
|
|
1065
1128
|
c.e = GridFilterDialog.a(b);
|
|
1066
1129
|
c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
|
|
@@ -1090,25 +1153,25 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1090
1153
|
}
|
|
1091
1154
|
return b;
|
|
1092
1155
|
};
|
|
1093
|
-
GridFilterDialog.
|
|
1156
|
+
GridFilterDialog.bo = function (a) {
|
|
1094
1157
|
return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
|
|
1095
1158
|
};
|
|
1096
|
-
GridFilterDialog.prototype.
|
|
1159
|
+
GridFilterDialog.prototype.b5 = function (a, b) {
|
|
1097
1160
|
this.s.w(a, b);
|
|
1098
1161
|
};
|
|
1099
|
-
GridFilterDialog.prototype.
|
|
1162
|
+
GridFilterDialog.prototype.b4 = function () {
|
|
1100
1163
|
this.s.u();
|
|
1101
1164
|
};
|
|
1102
|
-
GridFilterDialog.prototype.
|
|
1165
|
+
GridFilterDialog.prototype.b3 = function (a, b, c) {
|
|
1103
1166
|
};
|
|
1104
|
-
GridFilterDialog.prototype.
|
|
1167
|
+
GridFilterDialog.prototype.ci = function () {
|
|
1105
1168
|
var _this = this;
|
|
1106
1169
|
this.ae = false;
|
|
1107
1170
|
if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
|
|
1108
1171
|
return;
|
|
1109
1172
|
}
|
|
1110
1173
|
if (this.ai) {
|
|
1111
|
-
this.
|
|
1174
|
+
this.b0();
|
|
1112
1175
|
if (this.ac.playbackRate < 0) {
|
|
1113
1176
|
this.ac.reverse();
|
|
1114
1177
|
}
|
|
@@ -1121,7 +1184,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1121
1184
|
NativeUI.ab(this.s.q, 1);
|
|
1122
1185
|
}
|
|
1123
1186
|
};
|
|
1124
|
-
GridFilterDialog.prototype.
|
|
1187
|
+
GridFilterDialog.prototype.b2 = function () {
|
|
1125
1188
|
var _this = this;
|
|
1126
1189
|
this.ae = true;
|
|
1127
1190
|
if (!this.aj) {
|
|
@@ -1129,7 +1192,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1129
1192
|
return;
|
|
1130
1193
|
}
|
|
1131
1194
|
if (this.ai) {
|
|
1132
|
-
this.
|
|
1195
|
+
this.b0();
|
|
1133
1196
|
if (this.ac.playbackRate < 0) {
|
|
1134
1197
|
this.ac.play();
|
|
1135
1198
|
}
|
|
@@ -1164,12 +1227,12 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1164
1227
|
enumerable: false,
|
|
1165
1228
|
configurable: true
|
|
1166
1229
|
});
|
|
1167
|
-
GridFilterDialog.prototype.
|
|
1230
|
+
GridFilterDialog.prototype.cb = function () {
|
|
1168
1231
|
if (this.renderCompleted != null) {
|
|
1169
1232
|
this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
|
|
1170
1233
|
}
|
|
1171
1234
|
};
|
|
1172
|
-
GridFilterDialog.prototype.
|
|
1235
|
+
GridFilterDialog.prototype.b1 = function () {
|
|
1173
1236
|
if (this.v != null) {
|
|
1174
1237
|
if (this.n != null && this.v.b4 != this.n) {
|
|
1175
1238
|
this.v.b4 = this.n;
|
|
@@ -1186,7 +1249,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1186
1249
|
GridFilterDialog.prototype.getDesiredToolbarActions = function () {
|
|
1187
1250
|
if (!GridFilterDialog.ag) {
|
|
1188
1251
|
GridFilterDialog.ag = true;
|
|
1189
|
-
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.
|
|
1252
|
+
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bn);
|
|
1190
1253
|
}
|
|
1191
1254
|
var a = new ToolActionIconMenuInfo();
|
|
1192
1255
|
a.name = "DataGridColumnOptionsPlaceholder";
|
|
@@ -1231,7 +1294,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1231
1294
|
};
|
|
1232
1295
|
GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
|
|
1233
1296
|
GridFilterDialog.ag = false;
|
|
1234
|
-
GridFilterDialog.
|
|
1297
|
+
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";
|
|
1235
1298
|
return GridFilterDialog;
|
|
1236
1299
|
}(Base));
|
|
1237
1300
|
export { GridFilterDialog };
|
|
@@ -1263,7 +1326,7 @@ var GridFilterDialogViewModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1263
1326
|
a.f = b;
|
|
1264
1327
|
a.e = GridFilterDialog.a(b);
|
|
1265
1328
|
a.d = GridFilterDialog.b(b);
|
|
1266
|
-
a.l = GridFilterDialog.
|
|
1329
|
+
a.l = GridFilterDialog.bo(b[0]);
|
|
1267
1330
|
this.f.add(a);
|
|
1268
1331
|
};
|
|
1269
1332
|
GridFilterDialogViewModel.prototype.u = function (a) {
|