igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +16132 -13283
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +39 -36
- package/esm2015/lib/CheckboxListBridge.js +44 -36
- package/esm2015/lib/CheckboxListView_combined.js +492 -453
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +11 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +382 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +61 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +64 -54
- 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 +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +305 -163
- package/esm2015/lib/igx-data-grid-component.js +186 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -28
- 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-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- 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-filter-row-definition-dynamic-module.js +2 -0
- 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-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- 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-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +80 -24
- package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +39 -36
- package/esm5/lib/CheckboxListBridge.js +44 -36
- package/esm5/lib/CheckboxListView_combined.js +476 -433
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +11 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +400 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +61 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +67 -53
- 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 +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +365 -163
- package/esm5/lib/igx-data-grid-component.js +244 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -28
- 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-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- 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-filter-row-definition-dynamic-module.js +2 -0
- 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-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- 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-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +108 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +16030 -13672
- package/fesm5/igniteui-angular-data-grids.js +16132 -13285
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +117 -113
- package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +11 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +102 -79
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- 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 +15 -0
- package/lib/igx-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +46 -1
- package/lib/igx-data-grid-component.d.ts +73 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +18 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -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.b8();
|
|
69
69
|
};
|
|
70
70
|
GridFilterDialogView.prototype.t = function () {
|
|
71
|
-
this.b.
|
|
71
|
+
this.b.b0(this.l, this.k, this.aa);
|
|
72
72
|
};
|
|
73
73
|
GridFilterDialogView.prototype.s = function () {
|
|
74
74
|
if (KeyFrameAnimationFactory.h == null) {
|
|
@@ -85,7 +85,7 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85
85
|
this.d = null;
|
|
86
86
|
return;
|
|
87
87
|
}
|
|
88
|
-
this.h = (isNaN_(this.b.
|
|
88
|
+
this.h = (isNaN_(this.b.aq) ? this.b.ap : this.b.aq);
|
|
89
89
|
var d = a;
|
|
90
90
|
this.m = d;
|
|
91
91
|
this.n = c;
|
|
@@ -93,24 +93,24 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
93
93
|
this.m.rootWrapper.addClass("ig-filter-icon");
|
|
94
94
|
this.m.rootWrapper.setStyleProperty("cursor", "pointer");
|
|
95
95
|
this.q = this.m.rootWrapper;
|
|
96
|
-
NativeUI.
|
|
96
|
+
NativeUI.ab(this.q, 0);
|
|
97
97
|
var e = this.h;
|
|
98
98
|
var f = Math.round(d.rootWrapper.width());
|
|
99
99
|
var g = Math.round(d.rootWrapper.height());
|
|
100
|
-
var h = this.b.
|
|
101
|
-
var i = this.b.
|
|
100
|
+
var h = this.b.ar * e;
|
|
101
|
+
var i = this.b.ar * e;
|
|
102
102
|
this.x();
|
|
103
103
|
this.l = f;
|
|
104
104
|
this.k = g;
|
|
105
|
-
if (isNaN_(this.b.
|
|
106
|
-
this.b.
|
|
107
|
-
this.h = this.b.
|
|
105
|
+
if (isNaN_(this.b.aq)) {
|
|
106
|
+
this.b.ap = window.devicePixelRatio;
|
|
107
|
+
this.h = this.b.ap;
|
|
108
108
|
}
|
|
109
109
|
this.y();
|
|
110
110
|
};
|
|
111
111
|
GridFilterDialogView.prototype.r = function (a) {
|
|
112
112
|
var b = a;
|
|
113
|
-
this.m.append(b.
|
|
113
|
+
this.m.append(b.ao);
|
|
114
114
|
};
|
|
115
115
|
GridFilterDialogView.prototype.p = function () {
|
|
116
116
|
return this.m;
|
|
@@ -125,10 +125,10 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
125
125
|
this.m.rootWrapper.setStyleProperty("position", "absolute");
|
|
126
126
|
if (this.b.l == 2) {
|
|
127
127
|
this.m.rootWrapper.setStyleProperty("left", "unset");
|
|
128
|
-
this.m.rootWrapper.setStyleProperty("right", this.b.
|
|
128
|
+
this.m.rootWrapper.setStyleProperty("right", this.b.aw + "px");
|
|
129
129
|
}
|
|
130
130
|
else {
|
|
131
|
-
this.m.rootWrapper.setStyleProperty("left", this.b.
|
|
131
|
+
this.m.rootWrapper.setStyleProperty("left", this.b.av + "px");
|
|
132
132
|
}
|
|
133
133
|
var a = intDivide(this.o.height(), 2) - (this.k / 2);
|
|
134
134
|
this.m.rootWrapper.setStyleProperty("top", a + "px");
|
|
@@ -137,19 +137,19 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
137
137
|
this.y();
|
|
138
138
|
};
|
|
139
139
|
GridFilterDialogView.prototype.w = function (a, b) {
|
|
140
|
-
if (isNaN_(this.b.
|
|
141
|
-
this.b.
|
|
142
|
-
this.h = this.b.
|
|
140
|
+
if (isNaN_(this.b.aq)) {
|
|
141
|
+
this.b.ap = window.devicePixelRatio;
|
|
142
|
+
this.h = this.b.ap;
|
|
143
143
|
}
|
|
144
144
|
this.l = a;
|
|
145
145
|
this.k = b;
|
|
146
146
|
this.y();
|
|
147
147
|
};
|
|
148
148
|
GridFilterDialogView.prototype.u = function () {
|
|
149
|
-
if (isNaN_(this.b.
|
|
150
|
-
this.b.
|
|
151
|
-
if (this.h != this.b.
|
|
152
|
-
this.h = this.b.
|
|
149
|
+
if (isNaN_(this.b.aq)) {
|
|
150
|
+
this.b.ap = window.devicePixelRatio;
|
|
151
|
+
if (this.h != this.b.ap) {
|
|
152
|
+
this.h = this.b.ap;
|
|
153
153
|
this.y();
|
|
154
154
|
return;
|
|
155
155
|
}
|
|
@@ -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.ct, _this.b.cs, _this.b.cr);
|
|
193
193
|
e.setStyleProperty("boxShadow", g);
|
|
194
194
|
e.listen("mousedown", runOn(_this, _this.o));
|
|
195
195
|
_this.onDocumentKeyDown = _this.onDocumentKeyDown.bind(_this);
|
|
@@ -204,7 +204,7 @@ var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
204
204
|
a.stopPropagation();
|
|
205
205
|
};
|
|
206
206
|
GridFilterDialogPanel.prototype.onDocumentKeyDown = function (a) {
|
|
207
|
-
if (BaseDOMEventProxy.
|
|
207
|
+
if (BaseDOMEventProxy.c4(a) == 8) {
|
|
208
208
|
}
|
|
209
209
|
};
|
|
210
210
|
GridFilterDialogPanel.prototype.onDocumentMouseClick = function (e_) {
|
|
@@ -314,31 +314,38 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
314
314
|
__extends(GridFilterDialog, _super);
|
|
315
315
|
function GridFilterDialog() {
|
|
316
316
|
var _this = _super.call(this) || this;
|
|
317
|
-
_this.
|
|
318
|
-
_this.
|
|
317
|
+
_this.a0 = null;
|
|
318
|
+
_this.af = true;
|
|
319
319
|
_this.propertyChanged = null;
|
|
320
|
-
_this.
|
|
321
|
-
_this.
|
|
320
|
+
_this.an = NaN;
|
|
321
|
+
_this.am = 1;
|
|
322
322
|
_this.j = 2;
|
|
323
323
|
_this.i = 0;
|
|
324
|
-
_this.
|
|
325
|
-
_this.
|
|
326
|
-
_this.
|
|
327
|
-
_this.
|
|
324
|
+
_this.as = 0;
|
|
325
|
+
_this.at = 0;
|
|
326
|
+
_this.cq = null;
|
|
327
|
+
_this.ao = DeviceUtils.g(24);
|
|
328
328
|
_this.w = 1;
|
|
329
|
-
_this.
|
|
330
|
-
_this.
|
|
331
|
-
_this.
|
|
332
|
-
_this.
|
|
333
|
-
_this.
|
|
334
|
-
_this.
|
|
335
|
-
_this.
|
|
336
|
-
_this.
|
|
337
|
-
_this.
|
|
329
|
+
_this.ch = null;
|
|
330
|
+
_this.cn = null;
|
|
331
|
+
_this.z = null;
|
|
332
|
+
_this.cl = null;
|
|
333
|
+
_this.co = null;
|
|
334
|
+
_this.cp = null;
|
|
335
|
+
_this.ck = null;
|
|
336
|
+
_this.cm = null;
|
|
337
|
+
_this.ci = null;
|
|
338
|
+
_this.cj = null;
|
|
338
339
|
_this.y = null;
|
|
339
|
-
_this.
|
|
340
|
+
_this.cg = null;
|
|
341
|
+
_this.au = -1;
|
|
342
|
+
_this.ct = null;
|
|
343
|
+
_this.cs = null;
|
|
344
|
+
_this.cr = null;
|
|
345
|
+
_this.ac = null;
|
|
346
|
+
_this.ae = false;
|
|
340
347
|
_this.m = null;
|
|
341
|
-
_this.
|
|
348
|
+
_this.ad = false;
|
|
342
349
|
_this.v = null;
|
|
343
350
|
_this.f = null;
|
|
344
351
|
_this.dialogOpening = null;
|
|
@@ -350,55 +357,55 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
350
357
|
_this.renderCompleted = null;
|
|
351
358
|
_this.s = new GridFilterDialogView(_this);
|
|
352
359
|
_this.x = 1;
|
|
353
|
-
_this.
|
|
354
|
-
_this.
|
|
355
|
-
_this.
|
|
360
|
+
_this.ct = BrushUtil.l(66, 0, 0, 0);
|
|
361
|
+
_this.cs = BrushUtil.l(30, 0, 0, 0);
|
|
362
|
+
_this.cr = BrushUtil.l(20, 0, 0, 0);
|
|
356
363
|
return _this;
|
|
357
364
|
}
|
|
358
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
365
|
+
Object.defineProperty(GridFilterDialog.prototype, "a1", {
|
|
359
366
|
get: function () {
|
|
360
|
-
return this.
|
|
367
|
+
return this.a0;
|
|
361
368
|
},
|
|
362
369
|
set: function (a) {
|
|
363
|
-
this.
|
|
370
|
+
this.a0 = a;
|
|
364
371
|
},
|
|
365
372
|
enumerable: false,
|
|
366
373
|
configurable: true
|
|
367
374
|
});
|
|
368
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
375
|
+
Object.defineProperty(GridFilterDialog.prototype, "ai", {
|
|
369
376
|
get: function () {
|
|
370
|
-
return this.
|
|
377
|
+
return this.af;
|
|
371
378
|
},
|
|
372
379
|
set: function (a) {
|
|
373
|
-
var b = this.
|
|
374
|
-
this.
|
|
375
|
-
if (b != this.
|
|
376
|
-
this.
|
|
380
|
+
var b = this.af;
|
|
381
|
+
this.af = a;
|
|
382
|
+
if (b != this.af) {
|
|
383
|
+
this.b7("IsAnimationEnabled", b, this.af);
|
|
377
384
|
}
|
|
378
385
|
},
|
|
379
386
|
enumerable: false,
|
|
380
387
|
configurable: true
|
|
381
388
|
});
|
|
382
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
389
|
+
Object.defineProperty(GridFilterDialog.prototype, "aq", {
|
|
383
390
|
get: function () {
|
|
384
|
-
return this.
|
|
391
|
+
return this.an;
|
|
385
392
|
},
|
|
386
393
|
set: function (a) {
|
|
387
|
-
var b = this.
|
|
388
|
-
this.
|
|
389
|
-
this.
|
|
394
|
+
var b = this.an;
|
|
395
|
+
this.an = a;
|
|
396
|
+
this.b7("PixelScalingRatio", b, this.an);
|
|
390
397
|
},
|
|
391
398
|
enumerable: false,
|
|
392
399
|
configurable: true
|
|
393
400
|
});
|
|
394
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
401
|
+
Object.defineProperty(GridFilterDialog.prototype, "ap", {
|
|
395
402
|
get: function () {
|
|
396
|
-
return this.
|
|
403
|
+
return this.am;
|
|
397
404
|
},
|
|
398
405
|
set: function (a) {
|
|
399
|
-
var b = this.
|
|
400
|
-
this.
|
|
401
|
-
this.
|
|
406
|
+
var b = this.am;
|
|
407
|
+
this.am = a;
|
|
408
|
+
this.b7("ActualPixelScalingRatio", b, this.am);
|
|
402
409
|
},
|
|
403
410
|
enumerable: false,
|
|
404
411
|
configurable: true
|
|
@@ -411,7 +418,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
411
418
|
var b = this.j;
|
|
412
419
|
this.j = a;
|
|
413
420
|
if (b != this.j) {
|
|
414
|
-
this.
|
|
421
|
+
this.b7("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
|
|
415
422
|
}
|
|
416
423
|
},
|
|
417
424
|
enumerable: false,
|
|
@@ -425,63 +432,63 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
425
432
|
var b = this.i;
|
|
426
433
|
this.i = a;
|
|
427
434
|
if (b != this.i) {
|
|
428
|
-
this.
|
|
435
|
+
this.b7("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
|
|
429
436
|
}
|
|
430
437
|
},
|
|
431
438
|
enumerable: false,
|
|
432
439
|
configurable: true
|
|
433
440
|
});
|
|
434
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
441
|
+
Object.defineProperty(GridFilterDialog.prototype, "av", {
|
|
435
442
|
get: function () {
|
|
436
|
-
return this.
|
|
443
|
+
return this.as;
|
|
437
444
|
},
|
|
438
445
|
set: function (a) {
|
|
439
|
-
var b = this.
|
|
440
|
-
this.
|
|
441
|
-
if (b != this.
|
|
442
|
-
this.
|
|
446
|
+
var b = this.as;
|
|
447
|
+
this.as = a;
|
|
448
|
+
if (b != this.as) {
|
|
449
|
+
this.b7("CellPaddingLeft", b, this.as);
|
|
443
450
|
}
|
|
444
451
|
},
|
|
445
452
|
enumerable: false,
|
|
446
453
|
configurable: true
|
|
447
454
|
});
|
|
448
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
455
|
+
Object.defineProperty(GridFilterDialog.prototype, "aw", {
|
|
449
456
|
get: function () {
|
|
450
|
-
return this.
|
|
457
|
+
return this.at;
|
|
451
458
|
},
|
|
452
459
|
set: function (a) {
|
|
453
|
-
var b = this.
|
|
454
|
-
this.
|
|
455
|
-
if (b != this.
|
|
456
|
-
this.
|
|
460
|
+
var b = this.at;
|
|
461
|
+
this.at = a;
|
|
462
|
+
if (b != this.at) {
|
|
463
|
+
this.b7("CellPaddingRight", b, this.at);
|
|
457
464
|
}
|
|
458
465
|
},
|
|
459
466
|
enumerable: false,
|
|
460
467
|
configurable: true
|
|
461
468
|
});
|
|
462
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
469
|
+
Object.defineProperty(GridFilterDialog.prototype, "c4", {
|
|
463
470
|
get: function () {
|
|
464
|
-
return this.
|
|
471
|
+
return this.cq;
|
|
465
472
|
},
|
|
466
473
|
set: function (a) {
|
|
467
|
-
var b = this.
|
|
468
|
-
this.
|
|
469
|
-
if (b != this.
|
|
470
|
-
this.
|
|
474
|
+
var b = this.cq;
|
|
475
|
+
this.cq = a;
|
|
476
|
+
if (b != this.cq) {
|
|
477
|
+
this.b7("IconColor", b, this.cq);
|
|
471
478
|
}
|
|
472
479
|
},
|
|
473
480
|
enumerable: false,
|
|
474
481
|
configurable: true
|
|
475
482
|
});
|
|
476
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
483
|
+
Object.defineProperty(GridFilterDialog.prototype, "ar", {
|
|
477
484
|
get: function () {
|
|
478
|
-
return this.
|
|
485
|
+
return this.ao;
|
|
479
486
|
},
|
|
480
487
|
set: function (a) {
|
|
481
|
-
var b = this.
|
|
482
|
-
this.
|
|
483
|
-
if (b != this.
|
|
484
|
-
this.
|
|
488
|
+
var b = this.ao;
|
|
489
|
+
this.ao = a;
|
|
490
|
+
if (b != this.ao) {
|
|
491
|
+
this.b7("ViewSize", b, this.ao);
|
|
485
492
|
}
|
|
486
493
|
},
|
|
487
494
|
enumerable: false,
|
|
@@ -495,113 +502,211 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
495
502
|
var b = this.w;
|
|
496
503
|
this.w = a;
|
|
497
504
|
if (this.w != b) {
|
|
498
|
-
this.
|
|
505
|
+
this.b7("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
enumerable: false,
|
|
509
|
+
configurable: true
|
|
510
|
+
});
|
|
511
|
+
Object.defineProperty(GridFilterDialog.prototype, "cv", {
|
|
512
|
+
get: function () {
|
|
513
|
+
return this.ch;
|
|
514
|
+
},
|
|
515
|
+
set: function (a) {
|
|
516
|
+
var b = this.ch;
|
|
517
|
+
this.ch = a;
|
|
518
|
+
if (b != this.ch) {
|
|
519
|
+
this.b7("ColumnOptionsBackground", b, this.ch);
|
|
520
|
+
}
|
|
521
|
+
},
|
|
522
|
+
enumerable: false,
|
|
523
|
+
configurable: true
|
|
524
|
+
});
|
|
525
|
+
Object.defineProperty(GridFilterDialog.prototype, "c1", {
|
|
526
|
+
get: function () {
|
|
527
|
+
return this.cn;
|
|
528
|
+
},
|
|
529
|
+
set: function (a) {
|
|
530
|
+
var b = this.cn;
|
|
531
|
+
this.cn = a;
|
|
532
|
+
if (b != this.cn) {
|
|
533
|
+
this.b7("ColumnOptionsTextColor", b, this.cn);
|
|
534
|
+
}
|
|
535
|
+
},
|
|
536
|
+
enumerable: false,
|
|
537
|
+
configurable: true
|
|
538
|
+
});
|
|
539
|
+
Object.defineProperty(GridFilterDialog.prototype, "ab", {
|
|
540
|
+
get: function () {
|
|
541
|
+
return this.z;
|
|
542
|
+
},
|
|
543
|
+
set: function (a) {
|
|
544
|
+
var b = this.z;
|
|
545
|
+
this.z = a;
|
|
546
|
+
if (b != this.z) {
|
|
547
|
+
this.b7("ColumnOptionsTextStyle", b, this.z);
|
|
548
|
+
}
|
|
549
|
+
},
|
|
550
|
+
enumerable: false,
|
|
551
|
+
configurable: true
|
|
552
|
+
});
|
|
553
|
+
Object.defineProperty(GridFilterDialog.prototype, "cz", {
|
|
554
|
+
get: function () {
|
|
555
|
+
return this.cl;
|
|
556
|
+
},
|
|
557
|
+
set: function (a) {
|
|
558
|
+
var b = this.cl;
|
|
559
|
+
this.cl = a;
|
|
560
|
+
if (b != this.cl) {
|
|
561
|
+
this.b7("ColumnOptionsHoverBackgroundColor", b, this.cl);
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
enumerable: false,
|
|
565
|
+
configurable: true
|
|
566
|
+
});
|
|
567
|
+
Object.defineProperty(GridFilterDialog.prototype, "c2", {
|
|
568
|
+
get: function () {
|
|
569
|
+
return this.co;
|
|
570
|
+
},
|
|
571
|
+
set: function (a) {
|
|
572
|
+
var b = this.co;
|
|
573
|
+
this.co = a;
|
|
574
|
+
if (b != this.co) {
|
|
575
|
+
this.b7("ColumnOptionsToolTipBackgroundColor", b, this.co);
|
|
499
576
|
}
|
|
500
577
|
},
|
|
501
578
|
enumerable: false,
|
|
502
579
|
configurable: true
|
|
503
580
|
});
|
|
504
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
581
|
+
Object.defineProperty(GridFilterDialog.prototype, "c3", {
|
|
505
582
|
get: function () {
|
|
506
|
-
return this.
|
|
583
|
+
return this.cp;
|
|
507
584
|
},
|
|
508
585
|
set: function (a) {
|
|
509
|
-
var b = this.
|
|
510
|
-
this.
|
|
511
|
-
if (b != this.
|
|
512
|
-
this.
|
|
586
|
+
var b = this.cp;
|
|
587
|
+
this.cp = a;
|
|
588
|
+
if (b != this.cp) {
|
|
589
|
+
this.b7("ColumnOptionsToolTipTextColor", b, this.cp);
|
|
513
590
|
}
|
|
514
591
|
},
|
|
515
592
|
enumerable: false,
|
|
516
593
|
configurable: true
|
|
517
594
|
});
|
|
518
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
595
|
+
Object.defineProperty(GridFilterDialog.prototype, "cy", {
|
|
519
596
|
get: function () {
|
|
520
|
-
return this.
|
|
597
|
+
return this.ck;
|
|
521
598
|
},
|
|
522
599
|
set: function (a) {
|
|
523
|
-
var b = this.
|
|
524
|
-
this.
|
|
525
|
-
if (b != this.
|
|
526
|
-
this.
|
|
600
|
+
var b = this.ck;
|
|
601
|
+
this.ck = a;
|
|
602
|
+
if (b != this.ck) {
|
|
603
|
+
this.b7("ColumnOptionsHighlightColor", b, this.ck);
|
|
527
604
|
}
|
|
528
605
|
},
|
|
529
606
|
enumerable: false,
|
|
530
607
|
configurable: true
|
|
531
608
|
});
|
|
532
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
609
|
+
Object.defineProperty(GridFilterDialog.prototype, "c0", {
|
|
533
610
|
get: function () {
|
|
534
|
-
return this.
|
|
611
|
+
return this.cm;
|
|
535
612
|
},
|
|
536
613
|
set: function (a) {
|
|
537
|
-
var b = this.
|
|
538
|
-
this.
|
|
539
|
-
if (b != this.
|
|
540
|
-
this.
|
|
614
|
+
var b = this.cm;
|
|
615
|
+
this.cm = a;
|
|
616
|
+
if (b != this.cm) {
|
|
617
|
+
this.b7("ColumnOptionsSeparatorColor", b, this.cm);
|
|
541
618
|
}
|
|
542
619
|
},
|
|
543
620
|
enumerable: false,
|
|
544
621
|
configurable: true
|
|
545
622
|
});
|
|
546
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
623
|
+
Object.defineProperty(GridFilterDialog.prototype, "cw", {
|
|
547
624
|
get: function () {
|
|
548
|
-
return this.
|
|
625
|
+
return this.ci;
|
|
549
626
|
},
|
|
550
627
|
set: function (a) {
|
|
551
|
-
var b = this.
|
|
552
|
-
this.
|
|
553
|
-
if (b != this.
|
|
554
|
-
this.
|
|
628
|
+
var b = this.ci;
|
|
629
|
+
this.ci = a;
|
|
630
|
+
if (b != this.ci) {
|
|
631
|
+
this.b7("ColumnOptionsGroupHeaderBackground", b, this.ci);
|
|
555
632
|
}
|
|
556
633
|
},
|
|
557
634
|
enumerable: false,
|
|
558
635
|
configurable: true
|
|
559
636
|
});
|
|
560
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
637
|
+
Object.defineProperty(GridFilterDialog.prototype, "cx", {
|
|
561
638
|
get: function () {
|
|
562
|
-
return this.
|
|
639
|
+
return this.cj;
|
|
563
640
|
},
|
|
564
641
|
set: function (a) {
|
|
565
|
-
var b = this.
|
|
566
|
-
this.
|
|
567
|
-
if (b != this.
|
|
568
|
-
this.
|
|
642
|
+
var b = this.cj;
|
|
643
|
+
this.cj = a;
|
|
644
|
+
if (b != this.cj) {
|
|
645
|
+
this.b7("ColumnOptionsGroupHeaderTextColor", b, this.cj);
|
|
569
646
|
}
|
|
570
647
|
},
|
|
571
648
|
enumerable: false,
|
|
572
649
|
configurable: true
|
|
573
650
|
});
|
|
574
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
651
|
+
Object.defineProperty(GridFilterDialog.prototype, "aa", {
|
|
575
652
|
get: function () {
|
|
576
|
-
return this.
|
|
653
|
+
return this.y;
|
|
577
654
|
},
|
|
578
655
|
set: function (a) {
|
|
579
|
-
var b = this.
|
|
580
|
-
this.
|
|
581
|
-
if (b != this.
|
|
582
|
-
this.
|
|
656
|
+
var b = this.y;
|
|
657
|
+
this.y = a;
|
|
658
|
+
if (b != this.y) {
|
|
659
|
+
this.b7("ColumnOptionsGroupHeaderTextStyle", b, this.y);
|
|
583
660
|
}
|
|
584
661
|
},
|
|
585
662
|
enumerable: false,
|
|
586
663
|
configurable: true
|
|
587
664
|
});
|
|
588
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
665
|
+
Object.defineProperty(GridFilterDialog.prototype, "cu", {
|
|
589
666
|
get: function () {
|
|
590
|
-
return this.
|
|
667
|
+
return this.cg;
|
|
668
|
+
},
|
|
669
|
+
set: function (a) {
|
|
670
|
+
var b = this.cg;
|
|
671
|
+
this.cg = a;
|
|
672
|
+
if (b != this.cg) {
|
|
673
|
+
this.b7("ColumnOptionsAccentColor", b, this.cg);
|
|
674
|
+
}
|
|
591
675
|
},
|
|
592
676
|
enumerable: false,
|
|
593
677
|
configurable: true
|
|
594
678
|
});
|
|
595
|
-
GridFilterDialog.prototype
|
|
596
|
-
|
|
679
|
+
Object.defineProperty(GridFilterDialog.prototype, "ax", {
|
|
680
|
+
get: function () {
|
|
681
|
+
return this.au;
|
|
682
|
+
},
|
|
683
|
+
set: function (a) {
|
|
684
|
+
var b = this.au;
|
|
685
|
+
this.au = a;
|
|
686
|
+
if (b != this.au) {
|
|
687
|
+
this.b7("ColumnOptionsRowHeight", b, this.au);
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
enumerable: false,
|
|
691
|
+
configurable: true
|
|
692
|
+
});
|
|
693
|
+
Object.defineProperty(GridFilterDialog.prototype, "aj", {
|
|
694
|
+
get: function () {
|
|
695
|
+
return this.v != null ? this.v.bz : false;
|
|
696
|
+
},
|
|
697
|
+
enumerable: false,
|
|
698
|
+
configurable: true
|
|
699
|
+
});
|
|
700
|
+
GridFilterDialog.prototype.b7 = function (a, b, c) {
|
|
701
|
+
this.ca(a, b, c);
|
|
597
702
|
if (this.propertyChanged != null) {
|
|
598
703
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
599
704
|
}
|
|
600
705
|
};
|
|
601
|
-
GridFilterDialog.prototype.
|
|
706
|
+
GridFilterDialog.prototype.ca = function (a, b, c) {
|
|
602
707
|
switch (a) {
|
|
603
708
|
case "PixelScalingRatio":
|
|
604
|
-
this.
|
|
709
|
+
this.ap = this.aq;
|
|
605
710
|
break;
|
|
606
711
|
case "ActualPixelScalingRatio":
|
|
607
712
|
this.s.z();
|
|
@@ -621,48 +726,82 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
621
726
|
break;
|
|
622
727
|
case "ColumnOptionsBackground":
|
|
623
728
|
if (this.v != null) {
|
|
624
|
-
this.v.
|
|
625
|
-
this.v.
|
|
729
|
+
this.v.cl = this.cv;
|
|
730
|
+
this.v.cq = this.cv;
|
|
626
731
|
}
|
|
627
732
|
break;
|
|
628
733
|
case "ColumnOptionsTextColor":
|
|
629
734
|
if (this.v != null) {
|
|
630
|
-
this.v.
|
|
631
|
-
this.v.
|
|
632
|
-
this.v.
|
|
633
|
-
this.v.
|
|
634
|
-
this.v.
|
|
635
|
-
|
|
735
|
+
this.v.cn = this.c1;
|
|
736
|
+
this.v.cb = this.c1;
|
|
737
|
+
this.v.ch = this.c1;
|
|
738
|
+
this.v.ci = this.c1;
|
|
739
|
+
this.v.cj = this.c1;
|
|
740
|
+
}
|
|
741
|
+
break;
|
|
742
|
+
case "ColumnOptionsTextStyle":
|
|
743
|
+
if (this.v != null) {
|
|
744
|
+
this.v.bw = this.ab;
|
|
745
|
+
}
|
|
746
|
+
break;
|
|
747
|
+
case "ColumnOptionsHoverBackgroundColor":
|
|
748
|
+
if (this.v != null) {
|
|
749
|
+
this.v.cg = this.cz;
|
|
750
|
+
}
|
|
751
|
+
break;
|
|
752
|
+
case "ColumnOptionsToolTipBackgroundColor":
|
|
753
|
+
if (this.v != null) {
|
|
754
|
+
this.v.co = this.c2;
|
|
755
|
+
}
|
|
756
|
+
break;
|
|
757
|
+
case "ColumnOptionsToolTipTextColor":
|
|
758
|
+
if (this.v != null) {
|
|
759
|
+
this.v.cp = this.c3;
|
|
760
|
+
}
|
|
761
|
+
break;
|
|
762
|
+
case "ColumnOptionsHighlightColor":
|
|
763
|
+
if (this.v != null) {
|
|
764
|
+
this.v.cf = this.cy;
|
|
636
765
|
}
|
|
637
766
|
break;
|
|
638
767
|
case "ColumnOptionsSeparatorColor":
|
|
639
768
|
if (this.v != null) {
|
|
640
|
-
this.v.
|
|
769
|
+
this.v.ck = this.c0;
|
|
641
770
|
}
|
|
642
771
|
break;
|
|
643
772
|
case "ColumnOptionsGroupHeaderBackground":
|
|
644
773
|
if (this.v != null) {
|
|
645
|
-
this.v.
|
|
774
|
+
this.v.cc = this.cw;
|
|
646
775
|
}
|
|
647
776
|
break;
|
|
648
777
|
case "ColumnOptionsGroupHeaderTextColor":
|
|
649
778
|
if (this.v != null) {
|
|
650
|
-
this.v.
|
|
779
|
+
this.v.ce = this.cx;
|
|
780
|
+
}
|
|
781
|
+
break;
|
|
782
|
+
case "ColumnOptionsGroupHeaderTextStyle":
|
|
783
|
+
if (this.v != null) {
|
|
784
|
+
this.v.bx = this.aa;
|
|
651
785
|
}
|
|
652
786
|
break;
|
|
653
787
|
case "ColumnOptionsAccentColor":
|
|
654
788
|
if (this.v != null) {
|
|
655
|
-
this.v.
|
|
656
|
-
this.v.
|
|
657
|
-
this.v.
|
|
658
|
-
this.v.
|
|
789
|
+
this.v.b7 = this.cu;
|
|
790
|
+
this.v.b9 = this.cu;
|
|
791
|
+
this.v.ca = this.cu;
|
|
792
|
+
this.v.cr = this.cu;
|
|
793
|
+
}
|
|
794
|
+
break;
|
|
795
|
+
case "ColumnOptionsRowHeight":
|
|
796
|
+
if (this.v != null) {
|
|
797
|
+
this.v.b3 = this.ax;
|
|
659
798
|
}
|
|
660
799
|
break;
|
|
661
800
|
}
|
|
662
801
|
};
|
|
663
|
-
GridFilterDialog.prototype.
|
|
802
|
+
GridFilterDialog.prototype.cb = function (a, b, c) {
|
|
664
803
|
this.s.v(a, b, c);
|
|
665
|
-
this.
|
|
804
|
+
this.b4();
|
|
666
805
|
};
|
|
667
806
|
Object.defineProperty(GridFilterDialog.prototype, "n", {
|
|
668
807
|
get: function () {
|
|
@@ -672,93 +811,100 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
672
811
|
var b = this.m;
|
|
673
812
|
this.m = a;
|
|
674
813
|
if (this.m != b) {
|
|
675
|
-
this.
|
|
814
|
+
this.b3(b, this.m);
|
|
676
815
|
}
|
|
677
816
|
},
|
|
678
817
|
enumerable: false,
|
|
679
818
|
configurable: true
|
|
680
819
|
});
|
|
681
|
-
GridFilterDialog.prototype.
|
|
682
|
-
this.
|
|
820
|
+
GridFilterDialog.prototype.b3 = function (a, b) {
|
|
821
|
+
this.ad = true;
|
|
683
822
|
};
|
|
684
|
-
GridFilterDialog.prototype.
|
|
823
|
+
GridFilterDialog.prototype.b4 = function () {
|
|
685
824
|
var _this = this;
|
|
686
|
-
NativeUIComponent.
|
|
825
|
+
NativeUIComponent.av(this.s.p(), 18, function (a) {
|
|
687
826
|
var b = a;
|
|
688
827
|
_this.v = b;
|
|
689
|
-
_this.v.
|
|
690
|
-
_this.v.
|
|
691
|
-
_this.v.
|
|
692
|
-
_this.v.
|
|
693
|
-
_this.v.
|
|
828
|
+
_this.v.b2 = 16;
|
|
829
|
+
_this.v.b8 = BrushUtil.l(0, 0, 0, 0);
|
|
830
|
+
_this.v.v = false;
|
|
831
|
+
_this.v.br = runOn(_this, _this.bu);
|
|
832
|
+
_this.v.bp = runOn(_this, _this.bt);
|
|
833
|
+
_this.v.b0 = false;
|
|
694
834
|
_this.s.r(_this.v);
|
|
695
835
|
_this.v.c = _this.x;
|
|
696
|
-
_this.v.
|
|
697
|
-
_this.v.
|
|
698
|
-
_this.v.
|
|
699
|
-
_this.v.
|
|
700
|
-
_this.v.
|
|
701
|
-
_this.v.
|
|
702
|
-
_this.v.
|
|
703
|
-
_this.v.
|
|
704
|
-
_this.v.
|
|
705
|
-
_this.v.
|
|
706
|
-
_this.v.
|
|
707
|
-
_this.v.
|
|
708
|
-
_this.v.
|
|
709
|
-
_this.v.
|
|
710
|
-
_this.v.
|
|
711
|
-
_this.v.
|
|
836
|
+
_this.v.cl = _this.cv;
|
|
837
|
+
_this.v.cq = _this.cv;
|
|
838
|
+
_this.v.cn = _this.c1;
|
|
839
|
+
_this.v.ce = _this.cx;
|
|
840
|
+
_this.v.cb = _this.c1;
|
|
841
|
+
_this.v.ch = _this.c1;
|
|
842
|
+
_this.v.ci = _this.c1;
|
|
843
|
+
_this.v.cj = _this.c1;
|
|
844
|
+
_this.v.bw = _this.ab;
|
|
845
|
+
_this.v.cg = _this.cz;
|
|
846
|
+
_this.v.co = _this.c2;
|
|
847
|
+
_this.v.cp = _this.c3;
|
|
848
|
+
_this.v.cf = _this.cy;
|
|
849
|
+
_this.v.ck = _this.c0;
|
|
850
|
+
_this.v.cc = _this.cw;
|
|
851
|
+
_this.v.bx = _this.aa;
|
|
852
|
+
_this.v.b7 = _this.cu;
|
|
853
|
+
_this.v.b9 = _this.cu;
|
|
854
|
+
_this.v.ca = _this.cu;
|
|
855
|
+
_this.v.cr = _this.cu;
|
|
856
|
+
_this.v.b3 = _this.ax;
|
|
857
|
+
_this.v.b4 = _this.n;
|
|
712
858
|
});
|
|
713
859
|
};
|
|
714
|
-
GridFilterDialog.prototype.
|
|
715
|
-
if (this.
|
|
716
|
-
this.
|
|
717
|
-
this.v.
|
|
860
|
+
GridFilterDialog.prototype.bu = function (a, b) {
|
|
861
|
+
if (this.ad) {
|
|
862
|
+
this.ad = false;
|
|
863
|
+
this.v.b4 = this.n;
|
|
718
864
|
}
|
|
719
865
|
if (this.n != null) {
|
|
720
866
|
if (this.n.grid != null) {
|
|
721
|
-
this.n.grid.
|
|
867
|
+
this.n.grid.wk();
|
|
722
868
|
}
|
|
723
|
-
this.n.
|
|
869
|
+
this.n.pd();
|
|
724
870
|
}
|
|
725
871
|
if (this.dialogOpening != null) {
|
|
726
872
|
var c = new GridFilterDialogOpeningEventArgs();
|
|
727
873
|
this.dialogOpening(this, c);
|
|
728
874
|
}
|
|
729
875
|
};
|
|
730
|
-
GridFilterDialog.prototype.
|
|
731
|
-
if (this.
|
|
732
|
-
this.
|
|
876
|
+
GridFilterDialog.prototype.bt = function (a, b) {
|
|
877
|
+
if (this.ae) {
|
|
878
|
+
this.bz();
|
|
733
879
|
}
|
|
734
880
|
};
|
|
735
|
-
GridFilterDialog.prototype.
|
|
881
|
+
GridFilterDialog.prototype.bw = function (a, b) {
|
|
736
882
|
switch (b.propertyName) {
|
|
737
883
|
case "IsHidden": break;
|
|
738
884
|
}
|
|
739
885
|
};
|
|
740
|
-
GridFilterDialog.prototype.
|
|
886
|
+
GridFilterDialog.prototype.b5 = function () {
|
|
741
887
|
};
|
|
742
|
-
GridFilterDialog.prototype.
|
|
743
|
-
a.onModified = delegateRemove(a.onModified, runOn(this, this.
|
|
888
|
+
GridFilterDialog.prototype.b6 = function (a, b) {
|
|
889
|
+
a.onModified = delegateRemove(a.onModified, runOn(this, this.b9));
|
|
744
890
|
if (b) {
|
|
745
|
-
this.
|
|
891
|
+
this.cd();
|
|
746
892
|
}
|
|
747
893
|
else {
|
|
748
|
-
this.
|
|
894
|
+
this.cc(a, true);
|
|
749
895
|
}
|
|
750
896
|
this.f = null;
|
|
751
897
|
};
|
|
752
|
-
GridFilterDialog.prototype.
|
|
898
|
+
GridFilterDialog.prototype.bx = function () {
|
|
753
899
|
this.s.s();
|
|
754
|
-
if (this.
|
|
900
|
+
if (this.ac == null) {
|
|
755
901
|
var a = new AnimationKeyFrameEffectTiming();
|
|
756
902
|
a.g = 200;
|
|
757
903
|
a.b = 0;
|
|
758
|
-
this.
|
|
904
|
+
this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
|
|
759
905
|
}
|
|
760
906
|
};
|
|
761
|
-
GridFilterDialog.prototype.
|
|
907
|
+
GridFilterDialog.prototype.ce = function () {
|
|
762
908
|
var _this = this;
|
|
763
909
|
if (this.filterChanged != null) {
|
|
764
910
|
this.filterChanged(this, ((function () {
|
|
@@ -768,7 +914,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
768
914
|
})()));
|
|
769
915
|
}
|
|
770
916
|
};
|
|
771
|
-
GridFilterDialog.prototype.
|
|
917
|
+
GridFilterDialog.prototype.cd = function () {
|
|
772
918
|
if (this.filterChanged != null) {
|
|
773
919
|
this.filterChanged(this, ((function () {
|
|
774
920
|
var $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -777,7 +923,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
777
923
|
})()));
|
|
778
924
|
}
|
|
779
925
|
};
|
|
780
|
-
GridFilterDialog.prototype.
|
|
926
|
+
GridFilterDialog.prototype.cc = function (a, b) {
|
|
781
927
|
var c = this.e(a);
|
|
782
928
|
if (b) {
|
|
783
929
|
if (this.filterChanged != null) {
|
|
@@ -821,7 +967,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
821
967
|
if (e == null) {
|
|
822
968
|
e = b;
|
|
823
969
|
}
|
|
824
|
-
if (this.
|
|
970
|
+
if (this.al(a, a.f._inner[f])) {
|
|
825
971
|
continue;
|
|
826
972
|
}
|
|
827
973
|
e.add(this.d(a.f._inner[f]));
|
|
@@ -831,7 +977,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
831
977
|
}
|
|
832
978
|
return b;
|
|
833
979
|
};
|
|
834
|
-
GridFilterDialog.prototype.
|
|
980
|
+
GridFilterDialog.prototype.al = function (a, b) {
|
|
835
981
|
var c = 0;
|
|
836
982
|
for (var d = 0; d < b.e.length; d++) {
|
|
837
983
|
if (b.e[d] == b.l) {
|
|
@@ -848,14 +994,14 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
848
994
|
return false;
|
|
849
995
|
};
|
|
850
996
|
GridFilterDialog.prototype.g = function (a, b, c, d) {
|
|
851
|
-
var e = this.
|
|
997
|
+
var e = this.az(c, d);
|
|
852
998
|
if (a > e) {
|
|
853
999
|
b.e();
|
|
854
1000
|
return b.d();
|
|
855
1001
|
}
|
|
856
1002
|
return null;
|
|
857
1003
|
};
|
|
858
|
-
GridFilterDialog.prototype.
|
|
1004
|
+
GridFilterDialog.prototype.az = function (a, b) {
|
|
859
1005
|
var c = a.c(b);
|
|
860
1006
|
if (c == null) {
|
|
861
1007
|
return 0;
|
|
@@ -863,7 +1009,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
863
1009
|
return a.e.indexOf(c);
|
|
864
1010
|
};
|
|
865
1011
|
GridFilterDialog.prototype.h = function (a, b, c, d) {
|
|
866
|
-
var e = this.
|
|
1012
|
+
var e = this.az(c, d);
|
|
867
1013
|
if (a < e) {
|
|
868
1014
|
var f = c.b(d);
|
|
869
1015
|
var g = new ColumnFilterConditionGroup();
|
|
@@ -882,30 +1028,30 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
882
1028
|
GridFilterDialog.prototype.c = function (a) {
|
|
883
1029
|
return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
|
|
884
1030
|
};
|
|
885
|
-
GridFilterDialog.prototype.
|
|
886
|
-
this.
|
|
1031
|
+
GridFilterDialog.prototype.b9 = function (a) {
|
|
1032
|
+
this.cc(a, false);
|
|
887
1033
|
};
|
|
888
1034
|
GridFilterDialog.prototype.t = function (a, b) {
|
|
889
1035
|
var c = new GridFilterDialogViewModel();
|
|
890
1036
|
if (a != null) {
|
|
891
|
-
this.
|
|
1037
|
+
this.bv(c, a, b);
|
|
892
1038
|
}
|
|
893
1039
|
else {
|
|
894
1040
|
var d = new GridFilterDialogViewModelRow();
|
|
895
1041
|
d.f = b;
|
|
896
1042
|
d.e = GridFilterDialog.a(b);
|
|
897
1043
|
d.d = GridFilterDialog.b(b);
|
|
898
|
-
d.l = GridFilterDialog.
|
|
1044
|
+
d.l = GridFilterDialog.bl(b[0]);
|
|
899
1045
|
c.f.add(d);
|
|
900
1046
|
}
|
|
901
1047
|
return c;
|
|
902
1048
|
};
|
|
903
|
-
GridFilterDialog.prototype.
|
|
1049
|
+
GridFilterDialog.prototype.bv = function (a, b, c) {
|
|
904
1050
|
if (b.isGroup()) {
|
|
905
1051
|
var d = b;
|
|
906
1052
|
for (var e = 0; e < d.count; e++) {
|
|
907
1053
|
var f = d.item(e);
|
|
908
|
-
this.
|
|
1054
|
+
this.bv(a, f, c);
|
|
909
1055
|
}
|
|
910
1056
|
}
|
|
911
1057
|
else {
|
|
@@ -914,24 +1060,24 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
914
1060
|
};
|
|
915
1061
|
GridFilterDialog.prototype.u = function (a, b) {
|
|
916
1062
|
var c = new GridFilterDialogViewModelRow();
|
|
917
|
-
c.l = GridFilterDialog.
|
|
1063
|
+
c.l = GridFilterDialog.bl(a.operator);
|
|
918
1064
|
c.f = b;
|
|
919
1065
|
c.e = GridFilterDialog.a(b);
|
|
920
|
-
c.i = GridFilterDialog.
|
|
921
|
-
c.j = GridFilterDialog.
|
|
1066
|
+
c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
|
|
1067
|
+
c.j = GridFilterDialog.a3(GridFilterDialog.ay(a.operator), a.operator, a);
|
|
922
1068
|
c.d = GridFilterDialog.b(b);
|
|
923
1069
|
return c;
|
|
924
1070
|
};
|
|
925
|
-
GridFilterDialog.
|
|
1071
|
+
GridFilterDialog.ay = function (a) {
|
|
926
1072
|
return ColumnComparisonFilterCondition.getOperandNumber(a);
|
|
927
1073
|
};
|
|
928
|
-
GridFilterDialog.
|
|
1074
|
+
GridFilterDialog.a2 = function (a, b, c) {
|
|
929
1075
|
if (a == 0) {
|
|
930
1076
|
return "";
|
|
931
1077
|
}
|
|
932
1078
|
return c.value != null ? c.value.toString() : "";
|
|
933
1079
|
};
|
|
934
|
-
GridFilterDialog.
|
|
1080
|
+
GridFilterDialog.a3 = function (a, b, c) {
|
|
935
1081
|
return "";
|
|
936
1082
|
};
|
|
937
1083
|
GridFilterDialog.b = function (a) {
|
|
@@ -944,58 +1090,58 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
944
1090
|
}
|
|
945
1091
|
return b;
|
|
946
1092
|
};
|
|
947
|
-
GridFilterDialog.
|
|
1093
|
+
GridFilterDialog.bl = function (a) {
|
|
948
1094
|
return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
|
|
949
1095
|
};
|
|
950
|
-
GridFilterDialog.prototype.
|
|
1096
|
+
GridFilterDialog.prototype.b2 = function (a, b) {
|
|
951
1097
|
this.s.w(a, b);
|
|
952
1098
|
};
|
|
953
|
-
GridFilterDialog.prototype.
|
|
1099
|
+
GridFilterDialog.prototype.b1 = function () {
|
|
954
1100
|
this.s.u();
|
|
955
1101
|
};
|
|
956
|
-
GridFilterDialog.prototype.
|
|
1102
|
+
GridFilterDialog.prototype.b0 = function (a, b, c) {
|
|
957
1103
|
};
|
|
958
|
-
GridFilterDialog.prototype.
|
|
1104
|
+
GridFilterDialog.prototype.cf = function () {
|
|
959
1105
|
var _this = this;
|
|
960
|
-
this.
|
|
1106
|
+
this.ae = false;
|
|
961
1107
|
if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
|
|
962
1108
|
return;
|
|
963
1109
|
}
|
|
964
|
-
if (this.
|
|
965
|
-
this.
|
|
966
|
-
if (this.
|
|
967
|
-
this.
|
|
1110
|
+
if (this.ai) {
|
|
1111
|
+
this.bx();
|
|
1112
|
+
if (this.ac.playbackRate < 0) {
|
|
1113
|
+
this.ac.reverse();
|
|
968
1114
|
}
|
|
969
1115
|
else {
|
|
970
|
-
this.
|
|
1116
|
+
this.ac.play();
|
|
971
1117
|
}
|
|
972
|
-
this.
|
|
1118
|
+
this.ac.finished.f(function (a) { return _this.ac.commitStyles(); });
|
|
973
1119
|
}
|
|
974
1120
|
else {
|
|
975
|
-
NativeUI.
|
|
1121
|
+
NativeUI.ab(this.s.q, 1);
|
|
976
1122
|
}
|
|
977
1123
|
};
|
|
978
|
-
GridFilterDialog.prototype.
|
|
1124
|
+
GridFilterDialog.prototype.bz = function () {
|
|
979
1125
|
var _this = this;
|
|
980
|
-
this.
|
|
981
|
-
if (!this.
|
|
1126
|
+
this.ae = true;
|
|
1127
|
+
if (!this.aj) {
|
|
982
1128
|
if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
|
|
983
1129
|
return;
|
|
984
1130
|
}
|
|
985
|
-
if (this.
|
|
986
|
-
this.
|
|
987
|
-
if (this.
|
|
988
|
-
this.
|
|
1131
|
+
if (this.ai) {
|
|
1132
|
+
this.bx();
|
|
1133
|
+
if (this.ac.playbackRate < 0) {
|
|
1134
|
+
this.ac.play();
|
|
989
1135
|
}
|
|
990
1136
|
else {
|
|
991
|
-
this.
|
|
1137
|
+
this.ac.reverse();
|
|
992
1138
|
}
|
|
993
|
-
this.
|
|
1139
|
+
this.ac.finished.f(function (a) { return _this.ac.commitStyles(); });
|
|
994
1140
|
}
|
|
995
1141
|
else {
|
|
996
|
-
NativeUI.
|
|
1142
|
+
NativeUI.ab(this.s.q, 0);
|
|
997
1143
|
}
|
|
998
|
-
this.
|
|
1144
|
+
this.ae = false;
|
|
999
1145
|
}
|
|
1000
1146
|
};
|
|
1001
1147
|
Object.defineProperty(GridFilterDialog.prototype, "commandCompleted", {
|
|
@@ -1018,22 +1164,29 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1018
1164
|
enumerable: false,
|
|
1019
1165
|
configurable: true
|
|
1020
1166
|
});
|
|
1021
|
-
GridFilterDialog.prototype.
|
|
1167
|
+
GridFilterDialog.prototype.b8 = function () {
|
|
1022
1168
|
if (this.renderCompleted != null) {
|
|
1023
1169
|
this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
|
|
1024
1170
|
}
|
|
1025
1171
|
};
|
|
1026
|
-
GridFilterDialog.prototype.
|
|
1172
|
+
GridFilterDialog.prototype.by = function () {
|
|
1027
1173
|
if (this.v != null) {
|
|
1028
|
-
if (this.n != null && this.v.
|
|
1029
|
-
this.v.
|
|
1174
|
+
if (this.n != null && this.v.b4 != this.n) {
|
|
1175
|
+
this.v.b4 = this.n;
|
|
1030
1176
|
}
|
|
1031
1177
|
}
|
|
1032
1178
|
};
|
|
1179
|
+
Object.defineProperty(GridFilterDialog.prototype, "ah", {
|
|
1180
|
+
get: function () {
|
|
1181
|
+
return this.v.b4 != null;
|
|
1182
|
+
},
|
|
1183
|
+
enumerable: false,
|
|
1184
|
+
configurable: true
|
|
1185
|
+
});
|
|
1033
1186
|
GridFilterDialog.prototype.getDesiredToolbarActions = function () {
|
|
1034
|
-
if (!GridFilterDialog.
|
|
1035
|
-
GridFilterDialog.
|
|
1036
|
-
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.
|
|
1187
|
+
if (!GridFilterDialog.ag) {
|
|
1188
|
+
GridFilterDialog.ag = true;
|
|
1189
|
+
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bk);
|
|
1037
1190
|
}
|
|
1038
1191
|
var a = new ToolActionIconMenuInfo();
|
|
1039
1192
|
a.name = "DataGridColumnOptionsPlaceholder";
|
|
@@ -1068,7 +1221,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1068
1221
|
};
|
|
1069
1222
|
GridFilterDialog.prototype.dismissContextAccessor = function (a) {
|
|
1070
1223
|
};
|
|
1071
|
-
GridFilterDialog.prototype.
|
|
1224
|
+
GridFilterDialog.prototype.ak = function (e_) {
|
|
1072
1225
|
var a = e_.originalEvent.srcElement;
|
|
1073
1226
|
var b = e_.originalEvent.target;
|
|
1074
1227
|
if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
|
|
@@ -1077,8 +1230,8 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1077
1230
|
return false;
|
|
1078
1231
|
};
|
|
1079
1232
|
GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
|
|
1080
|
-
GridFilterDialog.
|
|
1081
|
-
GridFilterDialog.
|
|
1233
|
+
GridFilterDialog.ag = false;
|
|
1234
|
+
GridFilterDialog.bk = "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";
|
|
1082
1235
|
return GridFilterDialog;
|
|
1083
1236
|
}(Base));
|
|
1084
1237
|
export { GridFilterDialog };
|
|
@@ -1110,7 +1263,7 @@ var GridFilterDialogViewModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1110
1263
|
a.f = b;
|
|
1111
1264
|
a.e = GridFilterDialog.a(b);
|
|
1112
1265
|
a.d = GridFilterDialog.b(b);
|
|
1113
|
-
a.l = GridFilterDialog.
|
|
1266
|
+
a.l = GridFilterDialog.bl(b[0]);
|
|
1114
1267
|
this.f.add(a);
|
|
1115
1268
|
};
|
|
1116
1269
|
GridFilterDialogViewModel.prototype.u = function (a) {
|