igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
- 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 +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
- 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 +3 -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 +367 -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 +58 -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 +46 -47
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +289 -163
- package/esm2015/lib/igx-data-grid-component.js +163 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -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-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 +74 -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 +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
- 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 +3 -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 +381 -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 +58 -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 +46 -47
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +341 -163
- package/esm5/lib/igx-data-grid-component.js +213 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -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-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 +98 -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 +15287 -13172
- package/fesm5/igniteui-angular-data-grids.js +15844 -13296
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -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 +100 -80
- 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-data-grid-column-component.d.ts +42 -1
- package/lib/igx-data-grid-component.d.ts +61 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -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 +16 -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.b7();
|
|
69
69
|
};
|
|
70
70
|
GridFilterDialogView.prototype.t = function () {
|
|
71
|
-
this.b.
|
|
71
|
+
this.b.bz(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.cr, _this.b.cq, _this.b.cp);
|
|
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,37 @@ 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.co = 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.cg = null;
|
|
330
|
+
_this.cm = null;
|
|
331
|
+
_this.z = null;
|
|
332
|
+
_this.ck = null;
|
|
333
|
+
_this.cn = null;
|
|
334
|
+
_this.cj = null;
|
|
335
|
+
_this.cl = null;
|
|
336
|
+
_this.ch = null;
|
|
337
|
+
_this.ci = null;
|
|
338
338
|
_this.y = null;
|
|
339
|
-
_this.
|
|
339
|
+
_this.cf = null;
|
|
340
|
+
_this.au = -1;
|
|
341
|
+
_this.cr = null;
|
|
342
|
+
_this.cq = null;
|
|
343
|
+
_this.cp = null;
|
|
344
|
+
_this.ac = null;
|
|
345
|
+
_this.ae = false;
|
|
340
346
|
_this.m = null;
|
|
341
|
-
_this.
|
|
347
|
+
_this.ad = false;
|
|
342
348
|
_this.v = null;
|
|
343
349
|
_this.f = null;
|
|
344
350
|
_this.dialogOpening = null;
|
|
@@ -350,55 +356,55 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
350
356
|
_this.renderCompleted = null;
|
|
351
357
|
_this.s = new GridFilterDialogView(_this);
|
|
352
358
|
_this.x = 1;
|
|
353
|
-
_this.
|
|
354
|
-
_this.
|
|
355
|
-
_this.
|
|
359
|
+
_this.cr = BrushUtil.l(66, 0, 0, 0);
|
|
360
|
+
_this.cq = BrushUtil.l(30, 0, 0, 0);
|
|
361
|
+
_this.cp = BrushUtil.l(20, 0, 0, 0);
|
|
356
362
|
return _this;
|
|
357
363
|
}
|
|
358
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
364
|
+
Object.defineProperty(GridFilterDialog.prototype, "a1", {
|
|
359
365
|
get: function () {
|
|
360
|
-
return this.
|
|
366
|
+
return this.a0;
|
|
361
367
|
},
|
|
362
368
|
set: function (a) {
|
|
363
|
-
this.
|
|
369
|
+
this.a0 = a;
|
|
364
370
|
},
|
|
365
371
|
enumerable: false,
|
|
366
372
|
configurable: true
|
|
367
373
|
});
|
|
368
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
374
|
+
Object.defineProperty(GridFilterDialog.prototype, "ai", {
|
|
369
375
|
get: function () {
|
|
370
|
-
return this.
|
|
376
|
+
return this.af;
|
|
371
377
|
},
|
|
372
378
|
set: function (a) {
|
|
373
|
-
var b = this.
|
|
374
|
-
this.
|
|
375
|
-
if (b != this.
|
|
376
|
-
this.
|
|
379
|
+
var b = this.af;
|
|
380
|
+
this.af = a;
|
|
381
|
+
if (b != this.af) {
|
|
382
|
+
this.b6("IsAnimationEnabled", b, this.af);
|
|
377
383
|
}
|
|
378
384
|
},
|
|
379
385
|
enumerable: false,
|
|
380
386
|
configurable: true
|
|
381
387
|
});
|
|
382
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
388
|
+
Object.defineProperty(GridFilterDialog.prototype, "aq", {
|
|
383
389
|
get: function () {
|
|
384
|
-
return this.
|
|
390
|
+
return this.an;
|
|
385
391
|
},
|
|
386
392
|
set: function (a) {
|
|
387
|
-
var b = this.
|
|
388
|
-
this.
|
|
389
|
-
this.
|
|
393
|
+
var b = this.an;
|
|
394
|
+
this.an = a;
|
|
395
|
+
this.b6("PixelScalingRatio", b, this.an);
|
|
390
396
|
},
|
|
391
397
|
enumerable: false,
|
|
392
398
|
configurable: true
|
|
393
399
|
});
|
|
394
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
400
|
+
Object.defineProperty(GridFilterDialog.prototype, "ap", {
|
|
395
401
|
get: function () {
|
|
396
|
-
return this.
|
|
402
|
+
return this.am;
|
|
397
403
|
},
|
|
398
404
|
set: function (a) {
|
|
399
|
-
var b = this.
|
|
400
|
-
this.
|
|
401
|
-
this.
|
|
405
|
+
var b = this.am;
|
|
406
|
+
this.am = a;
|
|
407
|
+
this.b6("ActualPixelScalingRatio", b, this.am);
|
|
402
408
|
},
|
|
403
409
|
enumerable: false,
|
|
404
410
|
configurable: true
|
|
@@ -411,7 +417,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
411
417
|
var b = this.j;
|
|
412
418
|
this.j = a;
|
|
413
419
|
if (b != this.j) {
|
|
414
|
-
this.
|
|
420
|
+
this.b6("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
|
|
415
421
|
}
|
|
416
422
|
},
|
|
417
423
|
enumerable: false,
|
|
@@ -425,63 +431,63 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
425
431
|
var b = this.i;
|
|
426
432
|
this.i = a;
|
|
427
433
|
if (b != this.i) {
|
|
428
|
-
this.
|
|
434
|
+
this.b6("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
|
|
429
435
|
}
|
|
430
436
|
},
|
|
431
437
|
enumerable: false,
|
|
432
438
|
configurable: true
|
|
433
439
|
});
|
|
434
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
440
|
+
Object.defineProperty(GridFilterDialog.prototype, "av", {
|
|
435
441
|
get: function () {
|
|
436
|
-
return this.
|
|
442
|
+
return this.as;
|
|
437
443
|
},
|
|
438
444
|
set: function (a) {
|
|
439
|
-
var b = this.
|
|
440
|
-
this.
|
|
441
|
-
if (b != this.
|
|
442
|
-
this.
|
|
445
|
+
var b = this.as;
|
|
446
|
+
this.as = a;
|
|
447
|
+
if (b != this.as) {
|
|
448
|
+
this.b6("CellPaddingLeft", b, this.as);
|
|
443
449
|
}
|
|
444
450
|
},
|
|
445
451
|
enumerable: false,
|
|
446
452
|
configurable: true
|
|
447
453
|
});
|
|
448
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
454
|
+
Object.defineProperty(GridFilterDialog.prototype, "aw", {
|
|
449
455
|
get: function () {
|
|
450
|
-
return this.
|
|
456
|
+
return this.at;
|
|
451
457
|
},
|
|
452
458
|
set: function (a) {
|
|
453
|
-
var b = this.
|
|
454
|
-
this.
|
|
455
|
-
if (b != this.
|
|
456
|
-
this.
|
|
459
|
+
var b = this.at;
|
|
460
|
+
this.at = a;
|
|
461
|
+
if (b != this.at) {
|
|
462
|
+
this.b6("CellPaddingRight", b, this.at);
|
|
457
463
|
}
|
|
458
464
|
},
|
|
459
465
|
enumerable: false,
|
|
460
466
|
configurable: true
|
|
461
467
|
});
|
|
462
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
468
|
+
Object.defineProperty(GridFilterDialog.prototype, "c1", {
|
|
463
469
|
get: function () {
|
|
464
|
-
return this.
|
|
470
|
+
return this.co;
|
|
465
471
|
},
|
|
466
472
|
set: function (a) {
|
|
467
|
-
var b = this.
|
|
468
|
-
this.
|
|
469
|
-
if (b != this.
|
|
470
|
-
this.
|
|
473
|
+
var b = this.co;
|
|
474
|
+
this.co = a;
|
|
475
|
+
if (b != this.co) {
|
|
476
|
+
this.b6("IconColor", b, this.co);
|
|
471
477
|
}
|
|
472
478
|
},
|
|
473
479
|
enumerable: false,
|
|
474
480
|
configurable: true
|
|
475
481
|
});
|
|
476
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
482
|
+
Object.defineProperty(GridFilterDialog.prototype, "ar", {
|
|
477
483
|
get: function () {
|
|
478
|
-
return this.
|
|
484
|
+
return this.ao;
|
|
479
485
|
},
|
|
480
486
|
set: function (a) {
|
|
481
|
-
var b = this.
|
|
482
|
-
this.
|
|
483
|
-
if (b != this.
|
|
484
|
-
this.
|
|
487
|
+
var b = this.ao;
|
|
488
|
+
this.ao = a;
|
|
489
|
+
if (b != this.ao) {
|
|
490
|
+
this.b6("ViewSize", b, this.ao);
|
|
485
491
|
}
|
|
486
492
|
},
|
|
487
493
|
enumerable: false,
|
|
@@ -495,113 +501,197 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
495
501
|
var b = this.w;
|
|
496
502
|
this.w = a;
|
|
497
503
|
if (this.w != b) {
|
|
498
|
-
this.
|
|
504
|
+
this.b6("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
|
|
499
505
|
}
|
|
500
506
|
},
|
|
501
507
|
enumerable: false,
|
|
502
508
|
configurable: true
|
|
503
509
|
});
|
|
504
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
510
|
+
Object.defineProperty(GridFilterDialog.prototype, "ct", {
|
|
505
511
|
get: function () {
|
|
506
|
-
return this.
|
|
512
|
+
return this.cg;
|
|
507
513
|
},
|
|
508
514
|
set: function (a) {
|
|
509
|
-
var b = this.
|
|
510
|
-
this.
|
|
511
|
-
if (b != this.
|
|
512
|
-
this.
|
|
515
|
+
var b = this.cg;
|
|
516
|
+
this.cg = a;
|
|
517
|
+
if (b != this.cg) {
|
|
518
|
+
this.b6("ColumnOptionsBackground", b, this.cg);
|
|
513
519
|
}
|
|
514
520
|
},
|
|
515
521
|
enumerable: false,
|
|
516
522
|
configurable: true
|
|
517
523
|
});
|
|
518
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
524
|
+
Object.defineProperty(GridFilterDialog.prototype, "cz", {
|
|
519
525
|
get: function () {
|
|
520
|
-
return this.
|
|
526
|
+
return this.cm;
|
|
521
527
|
},
|
|
522
528
|
set: function (a) {
|
|
523
|
-
var b = this.
|
|
524
|
-
this.
|
|
525
|
-
if (b != this.
|
|
526
|
-
this.
|
|
529
|
+
var b = this.cm;
|
|
530
|
+
this.cm = a;
|
|
531
|
+
if (b != this.cm) {
|
|
532
|
+
this.b6("ColumnOptionsTextColor", b, this.cm);
|
|
527
533
|
}
|
|
528
534
|
},
|
|
529
535
|
enumerable: false,
|
|
530
536
|
configurable: true
|
|
531
537
|
});
|
|
532
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
538
|
+
Object.defineProperty(GridFilterDialog.prototype, "ab", {
|
|
533
539
|
get: function () {
|
|
534
|
-
return this.
|
|
540
|
+
return this.z;
|
|
535
541
|
},
|
|
536
542
|
set: function (a) {
|
|
537
|
-
var b = this.
|
|
538
|
-
this.
|
|
539
|
-
if (b != this.
|
|
540
|
-
this.
|
|
543
|
+
var b = this.z;
|
|
544
|
+
this.z = a;
|
|
545
|
+
if (b != this.z) {
|
|
546
|
+
this.b6("ColumnOptionsTextStyle", b, this.z);
|
|
541
547
|
}
|
|
542
548
|
},
|
|
543
549
|
enumerable: false,
|
|
544
550
|
configurable: true
|
|
545
551
|
});
|
|
546
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
552
|
+
Object.defineProperty(GridFilterDialog.prototype, "cx", {
|
|
547
553
|
get: function () {
|
|
548
|
-
return this.
|
|
554
|
+
return this.ck;
|
|
549
555
|
},
|
|
550
556
|
set: function (a) {
|
|
551
|
-
var b = this.
|
|
552
|
-
this.
|
|
553
|
-
if (b != this.
|
|
554
|
-
this.
|
|
557
|
+
var b = this.ck;
|
|
558
|
+
this.ck = a;
|
|
559
|
+
if (b != this.ck) {
|
|
560
|
+
this.b6("ColumnOptionsHoverBackgroundColor", b, this.ck);
|
|
555
561
|
}
|
|
556
562
|
},
|
|
557
563
|
enumerable: false,
|
|
558
564
|
configurable: true
|
|
559
565
|
});
|
|
560
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
566
|
+
Object.defineProperty(GridFilterDialog.prototype, "c0", {
|
|
561
567
|
get: function () {
|
|
562
|
-
return this.
|
|
568
|
+
return this.cn;
|
|
563
569
|
},
|
|
564
570
|
set: function (a) {
|
|
565
|
-
var b = this.
|
|
566
|
-
this.
|
|
567
|
-
if (b != this.
|
|
568
|
-
this.
|
|
571
|
+
var b = this.cn;
|
|
572
|
+
this.cn = a;
|
|
573
|
+
if (b != this.cn) {
|
|
574
|
+
this.b6("ColumnOptionsToolTipBackgroundColor", b, this.cn);
|
|
569
575
|
}
|
|
570
576
|
},
|
|
571
577
|
enumerable: false,
|
|
572
578
|
configurable: true
|
|
573
579
|
});
|
|
574
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
580
|
+
Object.defineProperty(GridFilterDialog.prototype, "cw", {
|
|
575
581
|
get: function () {
|
|
576
|
-
return this.
|
|
582
|
+
return this.cj;
|
|
577
583
|
},
|
|
578
584
|
set: function (a) {
|
|
579
|
-
var b = this.
|
|
580
|
-
this.
|
|
581
|
-
if (b != this.
|
|
582
|
-
this.
|
|
585
|
+
var b = this.cj;
|
|
586
|
+
this.cj = a;
|
|
587
|
+
if (b != this.cj) {
|
|
588
|
+
this.b6("ColumnOptionsHighlightColor", b, this.cj);
|
|
583
589
|
}
|
|
584
590
|
},
|
|
585
591
|
enumerable: false,
|
|
586
592
|
configurable: true
|
|
587
593
|
});
|
|
588
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
594
|
+
Object.defineProperty(GridFilterDialog.prototype, "cy", {
|
|
589
595
|
get: function () {
|
|
590
|
-
return this.
|
|
596
|
+
return this.cl;
|
|
597
|
+
},
|
|
598
|
+
set: function (a) {
|
|
599
|
+
var b = this.cl;
|
|
600
|
+
this.cl = a;
|
|
601
|
+
if (b != this.cl) {
|
|
602
|
+
this.b6("ColumnOptionsSeparatorColor", b, this.cl);
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
enumerable: false,
|
|
606
|
+
configurable: true
|
|
607
|
+
});
|
|
608
|
+
Object.defineProperty(GridFilterDialog.prototype, "cu", {
|
|
609
|
+
get: function () {
|
|
610
|
+
return this.ch;
|
|
611
|
+
},
|
|
612
|
+
set: function (a) {
|
|
613
|
+
var b = this.ch;
|
|
614
|
+
this.ch = a;
|
|
615
|
+
if (b != this.ch) {
|
|
616
|
+
this.b6("ColumnOptionsGroupHeaderBackground", b, this.ch);
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
enumerable: false,
|
|
620
|
+
configurable: true
|
|
621
|
+
});
|
|
622
|
+
Object.defineProperty(GridFilterDialog.prototype, "cv", {
|
|
623
|
+
get: function () {
|
|
624
|
+
return this.ci;
|
|
625
|
+
},
|
|
626
|
+
set: function (a) {
|
|
627
|
+
var b = this.ci;
|
|
628
|
+
this.ci = a;
|
|
629
|
+
if (b != this.ci) {
|
|
630
|
+
this.b6("ColumnOptionsGroupHeaderTextColor", b, this.ci);
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
enumerable: false,
|
|
634
|
+
configurable: true
|
|
635
|
+
});
|
|
636
|
+
Object.defineProperty(GridFilterDialog.prototype, "aa", {
|
|
637
|
+
get: function () {
|
|
638
|
+
return this.y;
|
|
639
|
+
},
|
|
640
|
+
set: function (a) {
|
|
641
|
+
var b = this.y;
|
|
642
|
+
this.y = a;
|
|
643
|
+
if (b != this.y) {
|
|
644
|
+
this.b6("ColumnOptionsGroupHeaderTextStyle", b, this.y);
|
|
645
|
+
}
|
|
591
646
|
},
|
|
592
647
|
enumerable: false,
|
|
593
648
|
configurable: true
|
|
594
649
|
});
|
|
595
|
-
GridFilterDialog.prototype
|
|
596
|
-
|
|
650
|
+
Object.defineProperty(GridFilterDialog.prototype, "cs", {
|
|
651
|
+
get: function () {
|
|
652
|
+
return this.cf;
|
|
653
|
+
},
|
|
654
|
+
set: function (a) {
|
|
655
|
+
var b = this.cf;
|
|
656
|
+
this.cf = a;
|
|
657
|
+
if (b != this.cf) {
|
|
658
|
+
this.b6("ColumnOptionsAccentColor", b, this.cf);
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
enumerable: false,
|
|
662
|
+
configurable: true
|
|
663
|
+
});
|
|
664
|
+
Object.defineProperty(GridFilterDialog.prototype, "ax", {
|
|
665
|
+
get: function () {
|
|
666
|
+
return this.au;
|
|
667
|
+
},
|
|
668
|
+
set: function (a) {
|
|
669
|
+
var b = this.au;
|
|
670
|
+
this.au = a;
|
|
671
|
+
if (b != this.au) {
|
|
672
|
+
this.b6("ColumnOptionsRowHeight", b, this.au);
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
enumerable: false,
|
|
676
|
+
configurable: true
|
|
677
|
+
});
|
|
678
|
+
Object.defineProperty(GridFilterDialog.prototype, "aj", {
|
|
679
|
+
get: function () {
|
|
680
|
+
return this.v != null ? this.v.bz : false;
|
|
681
|
+
},
|
|
682
|
+
enumerable: false,
|
|
683
|
+
configurable: true
|
|
684
|
+
});
|
|
685
|
+
GridFilterDialog.prototype.b6 = function (a, b, c) {
|
|
686
|
+
this.b9(a, b, c);
|
|
597
687
|
if (this.propertyChanged != null) {
|
|
598
688
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
599
689
|
}
|
|
600
690
|
};
|
|
601
|
-
GridFilterDialog.prototype.
|
|
691
|
+
GridFilterDialog.prototype.b9 = function (a, b, c) {
|
|
602
692
|
switch (a) {
|
|
603
693
|
case "PixelScalingRatio":
|
|
604
|
-
this.
|
|
694
|
+
this.ap = this.aq;
|
|
605
695
|
break;
|
|
606
696
|
case "ActualPixelScalingRatio":
|
|
607
697
|
this.s.z();
|
|
@@ -621,48 +711,78 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
621
711
|
break;
|
|
622
712
|
case "ColumnOptionsBackground":
|
|
623
713
|
if (this.v != null) {
|
|
624
|
-
this.v.
|
|
625
|
-
this.v.
|
|
714
|
+
this.v.cl = this.ct;
|
|
715
|
+
this.v.cq = this.ct;
|
|
626
716
|
}
|
|
627
717
|
break;
|
|
628
718
|
case "ColumnOptionsTextColor":
|
|
629
719
|
if (this.v != null) {
|
|
630
|
-
this.v.
|
|
631
|
-
this.v.
|
|
632
|
-
this.v.
|
|
633
|
-
this.v.
|
|
634
|
-
this.v.
|
|
635
|
-
this.v.
|
|
720
|
+
this.v.cn = this.cz;
|
|
721
|
+
this.v.cp = this.cz;
|
|
722
|
+
this.v.cb = this.cz;
|
|
723
|
+
this.v.ch = this.cz;
|
|
724
|
+
this.v.ci = this.cz;
|
|
725
|
+
this.v.cj = this.cz;
|
|
726
|
+
}
|
|
727
|
+
break;
|
|
728
|
+
case "ColumnOptionsTextStyle":
|
|
729
|
+
if (this.v != null) {
|
|
730
|
+
this.v.bw = this.ab;
|
|
731
|
+
}
|
|
732
|
+
break;
|
|
733
|
+
case "ColumnOptionsHoverBackgroundColor":
|
|
734
|
+
if (this.v != null) {
|
|
735
|
+
this.v.cg = this.cx;
|
|
736
|
+
}
|
|
737
|
+
break;
|
|
738
|
+
case "ColumnOptionsToolTipBackgroundColor":
|
|
739
|
+
if (this.v != null) {
|
|
740
|
+
this.v.co = this.c0;
|
|
741
|
+
}
|
|
742
|
+
break;
|
|
743
|
+
case "ColumnOptionsHighlightColor":
|
|
744
|
+
if (this.v != null) {
|
|
745
|
+
this.v.cf = this.cw;
|
|
636
746
|
}
|
|
637
747
|
break;
|
|
638
748
|
case "ColumnOptionsSeparatorColor":
|
|
639
749
|
if (this.v != null) {
|
|
640
|
-
this.v.
|
|
750
|
+
this.v.ck = this.cy;
|
|
641
751
|
}
|
|
642
752
|
break;
|
|
643
753
|
case "ColumnOptionsGroupHeaderBackground":
|
|
644
754
|
if (this.v != null) {
|
|
645
|
-
this.v.
|
|
755
|
+
this.v.cc = this.cu;
|
|
646
756
|
}
|
|
647
757
|
break;
|
|
648
758
|
case "ColumnOptionsGroupHeaderTextColor":
|
|
649
759
|
if (this.v != null) {
|
|
650
|
-
this.v.
|
|
760
|
+
this.v.ce = this.cv;
|
|
761
|
+
}
|
|
762
|
+
break;
|
|
763
|
+
case "ColumnOptionsGroupHeaderTextStyle":
|
|
764
|
+
if (this.v != null) {
|
|
765
|
+
this.v.bx = this.aa;
|
|
651
766
|
}
|
|
652
767
|
break;
|
|
653
768
|
case "ColumnOptionsAccentColor":
|
|
654
769
|
if (this.v != null) {
|
|
655
|
-
this.v.
|
|
656
|
-
this.v.
|
|
657
|
-
this.v.
|
|
658
|
-
this.v.
|
|
770
|
+
this.v.b7 = this.cs;
|
|
771
|
+
this.v.b9 = this.cs;
|
|
772
|
+
this.v.ca = this.cs;
|
|
773
|
+
this.v.cr = this.cs;
|
|
774
|
+
}
|
|
775
|
+
break;
|
|
776
|
+
case "ColumnOptionsRowHeight":
|
|
777
|
+
if (this.v != null) {
|
|
778
|
+
this.v.b3 = this.ax;
|
|
659
779
|
}
|
|
660
780
|
break;
|
|
661
781
|
}
|
|
662
782
|
};
|
|
663
|
-
GridFilterDialog.prototype.
|
|
783
|
+
GridFilterDialog.prototype.ca = function (a, b, c) {
|
|
664
784
|
this.s.v(a, b, c);
|
|
665
|
-
this.
|
|
785
|
+
this.b3();
|
|
666
786
|
};
|
|
667
787
|
Object.defineProperty(GridFilterDialog.prototype, "n", {
|
|
668
788
|
get: function () {
|
|
@@ -672,93 +792,100 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
672
792
|
var b = this.m;
|
|
673
793
|
this.m = a;
|
|
674
794
|
if (this.m != b) {
|
|
675
|
-
this.
|
|
795
|
+
this.b2(b, this.m);
|
|
676
796
|
}
|
|
677
797
|
},
|
|
678
798
|
enumerable: false,
|
|
679
799
|
configurable: true
|
|
680
800
|
});
|
|
681
|
-
GridFilterDialog.prototype.
|
|
682
|
-
this.
|
|
801
|
+
GridFilterDialog.prototype.b2 = function (a, b) {
|
|
802
|
+
this.ad = true;
|
|
683
803
|
};
|
|
684
|
-
GridFilterDialog.prototype.
|
|
804
|
+
GridFilterDialog.prototype.b3 = function () {
|
|
685
805
|
var _this = this;
|
|
686
|
-
NativeUIComponent.
|
|
806
|
+
NativeUIComponent.av(this.s.p(), 18, function (a) {
|
|
687
807
|
var b = a;
|
|
688
808
|
_this.v = b;
|
|
689
|
-
_this.v.
|
|
690
|
-
_this.v.
|
|
691
|
-
_this.v.
|
|
692
|
-
_this.v.
|
|
693
|
-
_this.v.
|
|
809
|
+
_this.v.b2 = 16;
|
|
810
|
+
_this.v.b8 = BrushUtil.l(0, 0, 0, 0);
|
|
811
|
+
_this.v.v = false;
|
|
812
|
+
_this.v.br = runOn(_this, _this.bt);
|
|
813
|
+
_this.v.bp = runOn(_this, _this.bs);
|
|
814
|
+
_this.v.b0 = false;
|
|
694
815
|
_this.s.r(_this.v);
|
|
695
816
|
_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.
|
|
817
|
+
_this.v.cl = _this.ct;
|
|
818
|
+
_this.v.cq = _this.ct;
|
|
819
|
+
_this.v.cn = _this.cz;
|
|
820
|
+
_this.v.ce = _this.cv;
|
|
821
|
+
_this.v.cp = _this.cz;
|
|
822
|
+
_this.v.cb = _this.cz;
|
|
823
|
+
_this.v.ch = _this.cz;
|
|
824
|
+
_this.v.ci = _this.cz;
|
|
825
|
+
_this.v.cj = _this.cz;
|
|
826
|
+
_this.v.bw = _this.ab;
|
|
827
|
+
_this.v.cg = _this.cx;
|
|
828
|
+
_this.v.co = _this.c0;
|
|
829
|
+
_this.v.cf = _this.cw;
|
|
830
|
+
_this.v.ck = _this.cy;
|
|
831
|
+
_this.v.cc = _this.cu;
|
|
832
|
+
_this.v.bx = _this.aa;
|
|
833
|
+
_this.v.b7 = _this.cs;
|
|
834
|
+
_this.v.b9 = _this.cs;
|
|
835
|
+
_this.v.ca = _this.cs;
|
|
836
|
+
_this.v.cr = _this.cs;
|
|
837
|
+
_this.v.b3 = _this.ax;
|
|
838
|
+
_this.v.b4 = _this.n;
|
|
712
839
|
});
|
|
713
840
|
};
|
|
714
|
-
GridFilterDialog.prototype.
|
|
715
|
-
if (this.
|
|
716
|
-
this.
|
|
717
|
-
this.v.
|
|
841
|
+
GridFilterDialog.prototype.bt = function (a, b) {
|
|
842
|
+
if (this.ad) {
|
|
843
|
+
this.ad = false;
|
|
844
|
+
this.v.b4 = this.n;
|
|
718
845
|
}
|
|
719
846
|
if (this.n != null) {
|
|
720
847
|
if (this.n.grid != null) {
|
|
721
|
-
this.n.grid.
|
|
848
|
+
this.n.grid.wg();
|
|
722
849
|
}
|
|
723
|
-
this.n.
|
|
850
|
+
this.n.pb();
|
|
724
851
|
}
|
|
725
852
|
if (this.dialogOpening != null) {
|
|
726
853
|
var c = new GridFilterDialogOpeningEventArgs();
|
|
727
854
|
this.dialogOpening(this, c);
|
|
728
855
|
}
|
|
729
856
|
};
|
|
730
|
-
GridFilterDialog.prototype.
|
|
731
|
-
if (this.
|
|
732
|
-
this.
|
|
857
|
+
GridFilterDialog.prototype.bs = function (a, b) {
|
|
858
|
+
if (this.ae) {
|
|
859
|
+
this.by();
|
|
733
860
|
}
|
|
734
861
|
};
|
|
735
|
-
GridFilterDialog.prototype.
|
|
862
|
+
GridFilterDialog.prototype.bv = function (a, b) {
|
|
736
863
|
switch (b.propertyName) {
|
|
737
864
|
case "IsHidden": break;
|
|
738
865
|
}
|
|
739
866
|
};
|
|
740
|
-
GridFilterDialog.prototype.
|
|
867
|
+
GridFilterDialog.prototype.b4 = function () {
|
|
741
868
|
};
|
|
742
|
-
GridFilterDialog.prototype.
|
|
743
|
-
a.onModified = delegateRemove(a.onModified, runOn(this, this.
|
|
869
|
+
GridFilterDialog.prototype.b5 = function (a, b) {
|
|
870
|
+
a.onModified = delegateRemove(a.onModified, runOn(this, this.b8));
|
|
744
871
|
if (b) {
|
|
745
|
-
this.
|
|
872
|
+
this.cc();
|
|
746
873
|
}
|
|
747
874
|
else {
|
|
748
|
-
this.
|
|
875
|
+
this.cb(a, true);
|
|
749
876
|
}
|
|
750
877
|
this.f = null;
|
|
751
878
|
};
|
|
752
|
-
GridFilterDialog.prototype.
|
|
879
|
+
GridFilterDialog.prototype.bw = function () {
|
|
753
880
|
this.s.s();
|
|
754
|
-
if (this.
|
|
881
|
+
if (this.ac == null) {
|
|
755
882
|
var a = new AnimationKeyFrameEffectTiming();
|
|
756
883
|
a.g = 200;
|
|
757
884
|
a.b = 0;
|
|
758
|
-
this.
|
|
885
|
+
this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
|
|
759
886
|
}
|
|
760
887
|
};
|
|
761
|
-
GridFilterDialog.prototype.
|
|
888
|
+
GridFilterDialog.prototype.cd = function () {
|
|
762
889
|
var _this = this;
|
|
763
890
|
if (this.filterChanged != null) {
|
|
764
891
|
this.filterChanged(this, ((function () {
|
|
@@ -768,7 +895,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
768
895
|
})()));
|
|
769
896
|
}
|
|
770
897
|
};
|
|
771
|
-
GridFilterDialog.prototype.
|
|
898
|
+
GridFilterDialog.prototype.cc = function () {
|
|
772
899
|
if (this.filterChanged != null) {
|
|
773
900
|
this.filterChanged(this, ((function () {
|
|
774
901
|
var $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -777,7 +904,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
777
904
|
})()));
|
|
778
905
|
}
|
|
779
906
|
};
|
|
780
|
-
GridFilterDialog.prototype.
|
|
907
|
+
GridFilterDialog.prototype.cb = function (a, b) {
|
|
781
908
|
var c = this.e(a);
|
|
782
909
|
if (b) {
|
|
783
910
|
if (this.filterChanged != null) {
|
|
@@ -821,7 +948,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
821
948
|
if (e == null) {
|
|
822
949
|
e = b;
|
|
823
950
|
}
|
|
824
|
-
if (this.
|
|
951
|
+
if (this.al(a, a.f._inner[f])) {
|
|
825
952
|
continue;
|
|
826
953
|
}
|
|
827
954
|
e.add(this.d(a.f._inner[f]));
|
|
@@ -831,7 +958,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
831
958
|
}
|
|
832
959
|
return b;
|
|
833
960
|
};
|
|
834
|
-
GridFilterDialog.prototype.
|
|
961
|
+
GridFilterDialog.prototype.al = function (a, b) {
|
|
835
962
|
var c = 0;
|
|
836
963
|
for (var d = 0; d < b.e.length; d++) {
|
|
837
964
|
if (b.e[d] == b.l) {
|
|
@@ -848,14 +975,14 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
848
975
|
return false;
|
|
849
976
|
};
|
|
850
977
|
GridFilterDialog.prototype.g = function (a, b, c, d) {
|
|
851
|
-
var e = this.
|
|
978
|
+
var e = this.az(c, d);
|
|
852
979
|
if (a > e) {
|
|
853
980
|
b.e();
|
|
854
981
|
return b.d();
|
|
855
982
|
}
|
|
856
983
|
return null;
|
|
857
984
|
};
|
|
858
|
-
GridFilterDialog.prototype.
|
|
985
|
+
GridFilterDialog.prototype.az = function (a, b) {
|
|
859
986
|
var c = a.c(b);
|
|
860
987
|
if (c == null) {
|
|
861
988
|
return 0;
|
|
@@ -863,7 +990,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
863
990
|
return a.e.indexOf(c);
|
|
864
991
|
};
|
|
865
992
|
GridFilterDialog.prototype.h = function (a, b, c, d) {
|
|
866
|
-
var e = this.
|
|
993
|
+
var e = this.az(c, d);
|
|
867
994
|
if (a < e) {
|
|
868
995
|
var f = c.b(d);
|
|
869
996
|
var g = new ColumnFilterConditionGroup();
|
|
@@ -882,30 +1009,30 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
882
1009
|
GridFilterDialog.prototype.c = function (a) {
|
|
883
1010
|
return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
|
|
884
1011
|
};
|
|
885
|
-
GridFilterDialog.prototype.
|
|
886
|
-
this.
|
|
1012
|
+
GridFilterDialog.prototype.b8 = function (a) {
|
|
1013
|
+
this.cb(a, false);
|
|
887
1014
|
};
|
|
888
1015
|
GridFilterDialog.prototype.t = function (a, b) {
|
|
889
1016
|
var c = new GridFilterDialogViewModel();
|
|
890
1017
|
if (a != null) {
|
|
891
|
-
this.
|
|
1018
|
+
this.bu(c, a, b);
|
|
892
1019
|
}
|
|
893
1020
|
else {
|
|
894
1021
|
var d = new GridFilterDialogViewModelRow();
|
|
895
1022
|
d.f = b;
|
|
896
1023
|
d.e = GridFilterDialog.a(b);
|
|
897
1024
|
d.d = GridFilterDialog.b(b);
|
|
898
|
-
d.l = GridFilterDialog.
|
|
1025
|
+
d.l = GridFilterDialog.bk(b[0]);
|
|
899
1026
|
c.f.add(d);
|
|
900
1027
|
}
|
|
901
1028
|
return c;
|
|
902
1029
|
};
|
|
903
|
-
GridFilterDialog.prototype.
|
|
1030
|
+
GridFilterDialog.prototype.bu = function (a, b, c) {
|
|
904
1031
|
if (b.isGroup()) {
|
|
905
1032
|
var d = b;
|
|
906
1033
|
for (var e = 0; e < d.count; e++) {
|
|
907
1034
|
var f = d.item(e);
|
|
908
|
-
this.
|
|
1035
|
+
this.bu(a, f, c);
|
|
909
1036
|
}
|
|
910
1037
|
}
|
|
911
1038
|
else {
|
|
@@ -914,24 +1041,24 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
914
1041
|
};
|
|
915
1042
|
GridFilterDialog.prototype.u = function (a, b) {
|
|
916
1043
|
var c = new GridFilterDialogViewModelRow();
|
|
917
|
-
c.l = GridFilterDialog.
|
|
1044
|
+
c.l = GridFilterDialog.bk(a.operator);
|
|
918
1045
|
c.f = b;
|
|
919
1046
|
c.e = GridFilterDialog.a(b);
|
|
920
|
-
c.i = GridFilterDialog.
|
|
921
|
-
c.j = GridFilterDialog.
|
|
1047
|
+
c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
|
|
1048
|
+
c.j = GridFilterDialog.a3(GridFilterDialog.ay(a.operator), a.operator, a);
|
|
922
1049
|
c.d = GridFilterDialog.b(b);
|
|
923
1050
|
return c;
|
|
924
1051
|
};
|
|
925
|
-
GridFilterDialog.
|
|
1052
|
+
GridFilterDialog.ay = function (a) {
|
|
926
1053
|
return ColumnComparisonFilterCondition.getOperandNumber(a);
|
|
927
1054
|
};
|
|
928
|
-
GridFilterDialog.
|
|
1055
|
+
GridFilterDialog.a2 = function (a, b, c) {
|
|
929
1056
|
if (a == 0) {
|
|
930
1057
|
return "";
|
|
931
1058
|
}
|
|
932
1059
|
return c.value != null ? c.value.toString() : "";
|
|
933
1060
|
};
|
|
934
|
-
GridFilterDialog.
|
|
1061
|
+
GridFilterDialog.a3 = function (a, b, c) {
|
|
935
1062
|
return "";
|
|
936
1063
|
};
|
|
937
1064
|
GridFilterDialog.b = function (a) {
|
|
@@ -944,58 +1071,58 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
944
1071
|
}
|
|
945
1072
|
return b;
|
|
946
1073
|
};
|
|
947
|
-
GridFilterDialog.
|
|
1074
|
+
GridFilterDialog.bk = function (a) {
|
|
948
1075
|
return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
|
|
949
1076
|
};
|
|
950
|
-
GridFilterDialog.prototype.
|
|
1077
|
+
GridFilterDialog.prototype.b1 = function (a, b) {
|
|
951
1078
|
this.s.w(a, b);
|
|
952
1079
|
};
|
|
953
|
-
GridFilterDialog.prototype.
|
|
1080
|
+
GridFilterDialog.prototype.b0 = function () {
|
|
954
1081
|
this.s.u();
|
|
955
1082
|
};
|
|
956
|
-
GridFilterDialog.prototype.
|
|
1083
|
+
GridFilterDialog.prototype.bz = function (a, b, c) {
|
|
957
1084
|
};
|
|
958
|
-
GridFilterDialog.prototype.
|
|
1085
|
+
GridFilterDialog.prototype.ce = function () {
|
|
959
1086
|
var _this = this;
|
|
960
|
-
this.
|
|
1087
|
+
this.ae = false;
|
|
961
1088
|
if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
|
|
962
1089
|
return;
|
|
963
1090
|
}
|
|
964
|
-
if (this.
|
|
965
|
-
this.
|
|
966
|
-
if (this.
|
|
967
|
-
this.
|
|
1091
|
+
if (this.ai) {
|
|
1092
|
+
this.bw();
|
|
1093
|
+
if (this.ac.playbackRate < 0) {
|
|
1094
|
+
this.ac.reverse();
|
|
968
1095
|
}
|
|
969
1096
|
else {
|
|
970
|
-
this.
|
|
1097
|
+
this.ac.play();
|
|
971
1098
|
}
|
|
972
|
-
this.
|
|
1099
|
+
this.ac.finished.f(function (a) { return _this.ac.commitStyles(); });
|
|
973
1100
|
}
|
|
974
1101
|
else {
|
|
975
|
-
NativeUI.
|
|
1102
|
+
NativeUI.ab(this.s.q, 1);
|
|
976
1103
|
}
|
|
977
1104
|
};
|
|
978
|
-
GridFilterDialog.prototype.
|
|
1105
|
+
GridFilterDialog.prototype.by = function () {
|
|
979
1106
|
var _this = this;
|
|
980
|
-
this.
|
|
981
|
-
if (!this.
|
|
1107
|
+
this.ae = true;
|
|
1108
|
+
if (!this.aj) {
|
|
982
1109
|
if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
|
|
983
1110
|
return;
|
|
984
1111
|
}
|
|
985
|
-
if (this.
|
|
986
|
-
this.
|
|
987
|
-
if (this.
|
|
988
|
-
this.
|
|
1112
|
+
if (this.ai) {
|
|
1113
|
+
this.bw();
|
|
1114
|
+
if (this.ac.playbackRate < 0) {
|
|
1115
|
+
this.ac.play();
|
|
989
1116
|
}
|
|
990
1117
|
else {
|
|
991
|
-
this.
|
|
1118
|
+
this.ac.reverse();
|
|
992
1119
|
}
|
|
993
|
-
this.
|
|
1120
|
+
this.ac.finished.f(function (a) { return _this.ac.commitStyles(); });
|
|
994
1121
|
}
|
|
995
1122
|
else {
|
|
996
|
-
NativeUI.
|
|
1123
|
+
NativeUI.ab(this.s.q, 0);
|
|
997
1124
|
}
|
|
998
|
-
this.
|
|
1125
|
+
this.ae = false;
|
|
999
1126
|
}
|
|
1000
1127
|
};
|
|
1001
1128
|
Object.defineProperty(GridFilterDialog.prototype, "commandCompleted", {
|
|
@@ -1018,22 +1145,29 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1018
1145
|
enumerable: false,
|
|
1019
1146
|
configurable: true
|
|
1020
1147
|
});
|
|
1021
|
-
GridFilterDialog.prototype.
|
|
1148
|
+
GridFilterDialog.prototype.b7 = function () {
|
|
1022
1149
|
if (this.renderCompleted != null) {
|
|
1023
1150
|
this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
|
|
1024
1151
|
}
|
|
1025
1152
|
};
|
|
1026
|
-
GridFilterDialog.prototype.
|
|
1153
|
+
GridFilterDialog.prototype.bx = function () {
|
|
1027
1154
|
if (this.v != null) {
|
|
1028
|
-
if (this.n != null && this.v.
|
|
1029
|
-
this.v.
|
|
1155
|
+
if (this.n != null && this.v.b4 != this.n) {
|
|
1156
|
+
this.v.b4 = this.n;
|
|
1030
1157
|
}
|
|
1031
1158
|
}
|
|
1032
1159
|
};
|
|
1160
|
+
Object.defineProperty(GridFilterDialog.prototype, "ah", {
|
|
1161
|
+
get: function () {
|
|
1162
|
+
return this.v.b4 != null;
|
|
1163
|
+
},
|
|
1164
|
+
enumerable: false,
|
|
1165
|
+
configurable: true
|
|
1166
|
+
});
|
|
1033
1167
|
GridFilterDialog.prototype.getDesiredToolbarActions = function () {
|
|
1034
|
-
if (!GridFilterDialog.
|
|
1035
|
-
GridFilterDialog.
|
|
1036
|
-
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.
|
|
1168
|
+
if (!GridFilterDialog.ag) {
|
|
1169
|
+
GridFilterDialog.ag = true;
|
|
1170
|
+
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bj);
|
|
1037
1171
|
}
|
|
1038
1172
|
var a = new ToolActionIconMenuInfo();
|
|
1039
1173
|
a.name = "DataGridColumnOptionsPlaceholder";
|
|
@@ -1068,7 +1202,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1068
1202
|
};
|
|
1069
1203
|
GridFilterDialog.prototype.dismissContextAccessor = function (a) {
|
|
1070
1204
|
};
|
|
1071
|
-
GridFilterDialog.prototype.
|
|
1205
|
+
GridFilterDialog.prototype.ak = function (e_) {
|
|
1072
1206
|
var a = e_.originalEvent.srcElement;
|
|
1073
1207
|
var b = e_.originalEvent.target;
|
|
1074
1208
|
if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
|
|
@@ -1077,8 +1211,8 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1077
1211
|
return false;
|
|
1078
1212
|
};
|
|
1079
1213
|
GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
|
|
1080
|
-
GridFilterDialog.
|
|
1081
|
-
GridFilterDialog.
|
|
1214
|
+
GridFilterDialog.ag = false;
|
|
1215
|
+
GridFilterDialog.bj = "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
1216
|
return GridFilterDialog;
|
|
1083
1217
|
}(Base));
|
|
1084
1218
|
export { GridFilterDialog };
|
|
@@ -1110,7 +1244,7 @@ var GridFilterDialogViewModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1110
1244
|
a.f = b;
|
|
1111
1245
|
a.e = GridFilterDialog.a(b);
|
|
1112
1246
|
a.d = GridFilterDialog.b(b);
|
|
1113
|
-
a.l = GridFilterDialog.
|
|
1247
|
+
a.l = GridFilterDialog.bk(b[0]);
|
|
1114
1248
|
this.f.add(a);
|
|
1115
1249
|
};
|
|
1116
1250
|
GridFilterDialogViewModel.prototype.u = function (a) {
|