igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +24378 -21126
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
- 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 +3 -3
- 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 +28 -28
- package/esm2015/lib/CheckboxListBridge.js +54 -26
- package/esm2015/lib/CheckboxListView_combined.js +775 -745
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
- package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +7 -7
- 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 +13 -13
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +11 -11
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +25 -25
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +71 -69
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +17 -17
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +15 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm2015/lib/GridStyleRepository.js +272 -431
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +31 -31
- package/esm2015/lib/SectionHeaderCell.js +20 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +34 -25
- package/esm2015/lib/SummaryCellPresenter.js +8 -8
- package/esm2015/lib/TemplateCell.js +12 -12
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +177 -136
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +89 -90
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +390 -193
- package/esm2015/lib/igc-data-grid-component.js +241 -2
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +121 -10
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +3 -0
- package/esm5/lib/CanvasCellPresenterBase.js +5 -5
- 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 +3 -3
- 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 +28 -28
- package/esm5/lib/CheckboxListBridge.js +54 -26
- package/esm5/lib/CheckboxListView_combined.js +748 -718
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
- package/esm5/lib/ColumnGroupingView_combined.js +24 -24
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +7 -7
- 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 +13 -13
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +11 -11
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +25 -25
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +70 -68
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +17 -17
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +15 -6
- package/esm5/lib/GridFilterDialogView_combined.js +478 -177
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm5/lib/GridStyleRepository.js +280 -583
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +31 -31
- package/esm5/lib/SectionHeaderCell.js +20 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +35 -26
- package/esm5/lib/SummaryCellPresenter.js +8 -8
- package/esm5/lib/TemplateCell.js +12 -12
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +175 -134
- package/esm5/lib/TextHeaderCellPresenter.js +66 -25
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +89 -90
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +478 -193
- package/esm5/lib/igc-data-grid-component.js +324 -3
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-date-time-column-module.js +2 -0
- package/esm5/lib/igc-definition-base-component.js +129 -129
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +173 -10
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +3 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
- package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +159 -154
- package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
- 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 +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +104 -61
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +23 -83
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +4 -2
- package/lib/SummaryCell.d.ts +6 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +77 -0
- package/lib/igc-data-grid-component.d.ts +94 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +48 -0
- package/package.json +4 -4
- package/public_api.d.ts +3 -0
|
@@ -17,6 +17,7 @@ import { intDivide, isNaN_ } from "igniteui-webcomponents-core";
|
|
|
17
17
|
import { ElevationHelper } from "igniteui-webcomponents-core";
|
|
18
18
|
import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
|
|
19
19
|
import { IToolbarTarget_$type } from "igniteui-webcomponents-core";
|
|
20
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
20
21
|
import { DeviceUtils } from "igniteui-webcomponents-core";
|
|
21
22
|
import { BrushUtil } from "igniteui-webcomponents-core";
|
|
22
23
|
import { GridFilterDialogOpeningEventArgs } from "./GridFilterDialogOpeningEventArgs";
|
|
@@ -30,8 +31,6 @@ import { GridFilterDialogViewModelGroupingLevel } from "./GridFilterDialogViewMo
|
|
|
30
31
|
import { GridFilterDialogViewModelGrouping } from "./GridFilterDialogViewModelGrouping";
|
|
31
32
|
import { ColumnComparisonFilterCondition } from "./ColumnComparisonFilterCondition";
|
|
32
33
|
import { ColumnComparisonConditionOperatorType_$type } from "./ColumnComparisonConditionOperatorType";
|
|
33
|
-
import { Geometry } from "igniteui-webcomponents-core";
|
|
34
|
-
import { GridStyleRepository } from "./GridStyleRepository";
|
|
35
34
|
import { FilterDialogRenderCompletedEventArgs } from "./FilterDialogRenderCompletedEventArgs";
|
|
36
35
|
import { ToolActionIconMenuInfo } from "igniteui-webcomponents-core";
|
|
37
36
|
import { SvgIconRegistry } from "igniteui-webcomponents-core";
|
|
@@ -66,10 +65,10 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
66
65
|
}
|
|
67
66
|
GridFilterDialogView.prototype.y = function () {
|
|
68
67
|
this.x();
|
|
69
|
-
this.b.
|
|
68
|
+
this.b.b7();
|
|
70
69
|
};
|
|
71
70
|
GridFilterDialogView.prototype.t = function () {
|
|
72
|
-
this.b.
|
|
71
|
+
this.b.bz(this.l, this.k, this.aa);
|
|
73
72
|
};
|
|
74
73
|
GridFilterDialogView.prototype.s = function () {
|
|
75
74
|
if (KeyFrameAnimationFactory.h == null) {
|
|
@@ -86,7 +85,7 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
86
85
|
this.d = null;
|
|
87
86
|
return;
|
|
88
87
|
}
|
|
89
|
-
this.h = (isNaN_(this.b.
|
|
88
|
+
this.h = (isNaN_(this.b.aq) ? this.b.ap : this.b.aq);
|
|
90
89
|
var d = a;
|
|
91
90
|
this.m = d;
|
|
92
91
|
this.n = c;
|
|
@@ -94,24 +93,24 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
94
93
|
this.m.rootWrapper.addClass("ig-filter-icon");
|
|
95
94
|
this.m.rootWrapper.setStyleProperty("cursor", "pointer");
|
|
96
95
|
this.q = this.m.rootWrapper;
|
|
97
|
-
NativeUI.
|
|
96
|
+
NativeUI.ab(this.q, 0);
|
|
98
97
|
var e = this.h;
|
|
99
98
|
var f = Math.round(d.rootWrapper.width());
|
|
100
99
|
var g = Math.round(d.rootWrapper.height());
|
|
101
|
-
var h = this.b.
|
|
102
|
-
var i = this.b.
|
|
100
|
+
var h = this.b.ar * e;
|
|
101
|
+
var i = this.b.ar * e;
|
|
103
102
|
this.x();
|
|
104
103
|
this.l = f;
|
|
105
104
|
this.k = g;
|
|
106
|
-
if (isNaN_(this.b.
|
|
107
|
-
this.b.
|
|
108
|
-
this.h = this.b.
|
|
105
|
+
if (isNaN_(this.b.aq)) {
|
|
106
|
+
this.b.ap = window.devicePixelRatio;
|
|
107
|
+
this.h = this.b.ap;
|
|
109
108
|
}
|
|
110
109
|
this.y();
|
|
111
110
|
};
|
|
112
111
|
GridFilterDialogView.prototype.r = function (a) {
|
|
113
112
|
var b = a;
|
|
114
|
-
this.m.append(b.
|
|
113
|
+
this.m.append(b.ao);
|
|
115
114
|
};
|
|
116
115
|
GridFilterDialogView.prototype.p = function () {
|
|
117
116
|
return this.m;
|
|
@@ -126,10 +125,10 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
126
125
|
this.m.rootWrapper.setStyleProperty("position", "absolute");
|
|
127
126
|
if (this.b.l == 2) {
|
|
128
127
|
this.m.rootWrapper.setStyleProperty("left", "unset");
|
|
129
|
-
this.m.rootWrapper.setStyleProperty("right", this.b.
|
|
128
|
+
this.m.rootWrapper.setStyleProperty("right", this.b.aw + "px");
|
|
130
129
|
}
|
|
131
130
|
else {
|
|
132
|
-
this.m.rootWrapper.setStyleProperty("left", this.b.
|
|
131
|
+
this.m.rootWrapper.setStyleProperty("left", this.b.av + "px");
|
|
133
132
|
}
|
|
134
133
|
var a = intDivide(this.o.height(), 2) - (this.k / 2);
|
|
135
134
|
this.m.rootWrapper.setStyleProperty("top", a + "px");
|
|
@@ -138,19 +137,19 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
138
137
|
this.y();
|
|
139
138
|
};
|
|
140
139
|
GridFilterDialogView.prototype.w = function (a, b) {
|
|
141
|
-
if (isNaN_(this.b.
|
|
142
|
-
this.b.
|
|
143
|
-
this.h = this.b.
|
|
140
|
+
if (isNaN_(this.b.aq)) {
|
|
141
|
+
this.b.ap = window.devicePixelRatio;
|
|
142
|
+
this.h = this.b.ap;
|
|
144
143
|
}
|
|
145
144
|
this.l = a;
|
|
146
145
|
this.k = b;
|
|
147
146
|
this.y();
|
|
148
147
|
};
|
|
149
148
|
GridFilterDialogView.prototype.u = function () {
|
|
150
|
-
if (isNaN_(this.b.
|
|
151
|
-
this.b.
|
|
152
|
-
if (this.h != this.b.
|
|
153
|
-
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;
|
|
154
153
|
this.y();
|
|
155
154
|
return;
|
|
156
155
|
}
|
|
@@ -189,7 +188,7 @@ export var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
189
188
|
e.setStyleProperty("background-color", "#fff");
|
|
190
189
|
e.setStyleProperty("border-radius", "3px");
|
|
191
190
|
e.setStyleProperty("overflow", "auto");
|
|
192
|
-
var g = ElevationHelper.e(12, _this.b.
|
|
191
|
+
var g = ElevationHelper.e(12, _this.b.cr, _this.b.cq, _this.b.cp);
|
|
193
192
|
e.setStyleProperty("boxShadow", g);
|
|
194
193
|
e.listen("mousedown", runOn(_this, _this.o));
|
|
195
194
|
_this.onDocumentKeyDown = _this.onDocumentKeyDown.bind(_this);
|
|
@@ -204,7 +203,7 @@ export var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
204
203
|
a.stopPropagation();
|
|
205
204
|
};
|
|
206
205
|
GridFilterDialogPanel.prototype.onDocumentKeyDown = function (a) {
|
|
207
|
-
if (BaseDOMEventProxy.
|
|
206
|
+
if (BaseDOMEventProxy.c4(a) == 8) {
|
|
208
207
|
}
|
|
209
208
|
};
|
|
210
209
|
GridFilterDialogPanel.prototype.onDocumentMouseClick = function (e_) {
|
|
@@ -313,24 +312,37 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
313
312
|
__extends(GridFilterDialog, _super);
|
|
314
313
|
function GridFilterDialog() {
|
|
315
314
|
var _this = _super.call(this) || this;
|
|
316
|
-
_this.
|
|
317
|
-
_this.
|
|
315
|
+
_this.a0 = null;
|
|
316
|
+
_this.af = true;
|
|
318
317
|
_this.propertyChanged = null;
|
|
319
|
-
_this.
|
|
320
|
-
_this.
|
|
318
|
+
_this.an = NaN;
|
|
319
|
+
_this.am = 1;
|
|
321
320
|
_this.j = 2;
|
|
322
321
|
_this.i = 0;
|
|
323
|
-
_this.
|
|
324
|
-
_this.
|
|
325
|
-
_this.
|
|
326
|
-
_this.
|
|
327
|
-
_this.
|
|
328
|
-
_this.
|
|
329
|
-
_this.
|
|
330
|
-
_this.
|
|
331
|
-
_this.
|
|
322
|
+
_this.as = 0;
|
|
323
|
+
_this.at = 0;
|
|
324
|
+
_this.co = null;
|
|
325
|
+
_this.ao = DeviceUtils.g(24);
|
|
326
|
+
_this.w = 1;
|
|
327
|
+
_this.cg = null;
|
|
328
|
+
_this.cm = null;
|
|
329
|
+
_this.z = null;
|
|
330
|
+
_this.ck = null;
|
|
331
|
+
_this.cn = null;
|
|
332
|
+
_this.cj = null;
|
|
333
|
+
_this.cl = null;
|
|
334
|
+
_this.ch = null;
|
|
335
|
+
_this.ci = null;
|
|
336
|
+
_this.y = null;
|
|
337
|
+
_this.cf = null;
|
|
338
|
+
_this.au = -1;
|
|
339
|
+
_this.cr = null;
|
|
340
|
+
_this.cq = null;
|
|
341
|
+
_this.cp = null;
|
|
342
|
+
_this.ac = null;
|
|
343
|
+
_this.ae = false;
|
|
332
344
|
_this.m = null;
|
|
333
|
-
_this.
|
|
345
|
+
_this.ad = false;
|
|
334
346
|
_this.v = null;
|
|
335
347
|
_this.f = null;
|
|
336
348
|
_this.dialogOpening = null;
|
|
@@ -341,55 +353,56 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
341
353
|
_this._invalidateActions = null;
|
|
342
354
|
_this.renderCompleted = null;
|
|
343
355
|
_this.s = new GridFilterDialogView(_this);
|
|
344
|
-
_this.
|
|
345
|
-
_this.
|
|
346
|
-
_this.
|
|
356
|
+
_this.x = 1;
|
|
357
|
+
_this.cr = BrushUtil.l(66, 0, 0, 0);
|
|
358
|
+
_this.cq = BrushUtil.l(30, 0, 0, 0);
|
|
359
|
+
_this.cp = BrushUtil.l(20, 0, 0, 0);
|
|
347
360
|
return _this;
|
|
348
361
|
}
|
|
349
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
362
|
+
Object.defineProperty(GridFilterDialog.prototype, "a1", {
|
|
350
363
|
get: function () {
|
|
351
|
-
return this.
|
|
364
|
+
return this.a0;
|
|
352
365
|
},
|
|
353
366
|
set: function (a) {
|
|
354
|
-
this.
|
|
367
|
+
this.a0 = a;
|
|
355
368
|
},
|
|
356
369
|
enumerable: false,
|
|
357
370
|
configurable: true
|
|
358
371
|
});
|
|
359
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
372
|
+
Object.defineProperty(GridFilterDialog.prototype, "ai", {
|
|
360
373
|
get: function () {
|
|
361
|
-
return this.
|
|
374
|
+
return this.af;
|
|
362
375
|
},
|
|
363
376
|
set: function (a) {
|
|
364
|
-
var b = this.
|
|
365
|
-
this.
|
|
366
|
-
if (b != this.
|
|
367
|
-
this.
|
|
377
|
+
var b = this.af;
|
|
378
|
+
this.af = a;
|
|
379
|
+
if (b != this.af) {
|
|
380
|
+
this.b6("IsAnimationEnabled", b, this.af);
|
|
368
381
|
}
|
|
369
382
|
},
|
|
370
383
|
enumerable: false,
|
|
371
384
|
configurable: true
|
|
372
385
|
});
|
|
373
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
386
|
+
Object.defineProperty(GridFilterDialog.prototype, "aq", {
|
|
374
387
|
get: function () {
|
|
375
|
-
return this.
|
|
388
|
+
return this.an;
|
|
376
389
|
},
|
|
377
390
|
set: function (a) {
|
|
378
|
-
var b = this.
|
|
379
|
-
this.
|
|
380
|
-
this.
|
|
391
|
+
var b = this.an;
|
|
392
|
+
this.an = a;
|
|
393
|
+
this.b6("PixelScalingRatio", b, this.an);
|
|
381
394
|
},
|
|
382
395
|
enumerable: false,
|
|
383
396
|
configurable: true
|
|
384
397
|
});
|
|
385
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
398
|
+
Object.defineProperty(GridFilterDialog.prototype, "ap", {
|
|
386
399
|
get: function () {
|
|
387
|
-
return this.
|
|
400
|
+
return this.am;
|
|
388
401
|
},
|
|
389
402
|
set: function (a) {
|
|
390
|
-
var b = this.
|
|
391
|
-
this.
|
|
392
|
-
this.
|
|
403
|
+
var b = this.am;
|
|
404
|
+
this.am = a;
|
|
405
|
+
this.b6("ActualPixelScalingRatio", b, this.am);
|
|
393
406
|
},
|
|
394
407
|
enumerable: false,
|
|
395
408
|
configurable: true
|
|
@@ -402,7 +415,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
402
415
|
var b = this.j;
|
|
403
416
|
this.j = a;
|
|
404
417
|
if (b != this.j) {
|
|
405
|
-
this.
|
|
418
|
+
this.b6("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
|
|
406
419
|
}
|
|
407
420
|
},
|
|
408
421
|
enumerable: false,
|
|
@@ -416,85 +429,267 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
416
429
|
var b = this.i;
|
|
417
430
|
this.i = a;
|
|
418
431
|
if (b != this.i) {
|
|
419
|
-
this.
|
|
432
|
+
this.b6("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
|
|
420
433
|
}
|
|
421
434
|
},
|
|
422
435
|
enumerable: false,
|
|
423
436
|
configurable: true
|
|
424
437
|
});
|
|
425
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
438
|
+
Object.defineProperty(GridFilterDialog.prototype, "av", {
|
|
426
439
|
get: function () {
|
|
427
|
-
return this.
|
|
440
|
+
return this.as;
|
|
428
441
|
},
|
|
429
442
|
set: function (a) {
|
|
430
|
-
var b = this.
|
|
431
|
-
this.
|
|
432
|
-
if (b != this.
|
|
433
|
-
this.
|
|
443
|
+
var b = this.as;
|
|
444
|
+
this.as = a;
|
|
445
|
+
if (b != this.as) {
|
|
446
|
+
this.b6("CellPaddingLeft", b, this.as);
|
|
434
447
|
}
|
|
435
448
|
},
|
|
436
449
|
enumerable: false,
|
|
437
450
|
configurable: true
|
|
438
451
|
});
|
|
439
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
452
|
+
Object.defineProperty(GridFilterDialog.prototype, "aw", {
|
|
440
453
|
get: function () {
|
|
441
|
-
return this.
|
|
454
|
+
return this.at;
|
|
442
455
|
},
|
|
443
456
|
set: function (a) {
|
|
444
|
-
var b = this.
|
|
445
|
-
this.
|
|
446
|
-
if (b != this.
|
|
447
|
-
this.
|
|
457
|
+
var b = this.at;
|
|
458
|
+
this.at = a;
|
|
459
|
+
if (b != this.at) {
|
|
460
|
+
this.b6("CellPaddingRight", b, this.at);
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
enumerable: false,
|
|
464
|
+
configurable: true
|
|
465
|
+
});
|
|
466
|
+
Object.defineProperty(GridFilterDialog.prototype, "c1", {
|
|
467
|
+
get: function () {
|
|
468
|
+
return this.co;
|
|
469
|
+
},
|
|
470
|
+
set: function (a) {
|
|
471
|
+
var b = this.co;
|
|
472
|
+
this.co = a;
|
|
473
|
+
if (b != this.co) {
|
|
474
|
+
this.b6("IconColor", b, this.co);
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
enumerable: false,
|
|
478
|
+
configurable: true
|
|
479
|
+
});
|
|
480
|
+
Object.defineProperty(GridFilterDialog.prototype, "ar", {
|
|
481
|
+
get: function () {
|
|
482
|
+
return this.ao;
|
|
483
|
+
},
|
|
484
|
+
set: function (a) {
|
|
485
|
+
var b = this.ao;
|
|
486
|
+
this.ao = a;
|
|
487
|
+
if (b != this.ao) {
|
|
488
|
+
this.b6("ViewSize", b, this.ao);
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
enumerable: false,
|
|
492
|
+
configurable: true
|
|
493
|
+
});
|
|
494
|
+
Object.defineProperty(GridFilterDialog.prototype, "x", {
|
|
495
|
+
get: function () {
|
|
496
|
+
return this.w;
|
|
497
|
+
},
|
|
498
|
+
set: function (a) {
|
|
499
|
+
var b = this.w;
|
|
500
|
+
this.w = a;
|
|
501
|
+
if (this.w != b) {
|
|
502
|
+
this.b6("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
|
|
448
503
|
}
|
|
449
504
|
},
|
|
450
505
|
enumerable: false,
|
|
451
506
|
configurable: true
|
|
452
507
|
});
|
|
453
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
508
|
+
Object.defineProperty(GridFilterDialog.prototype, "ct", {
|
|
454
509
|
get: function () {
|
|
455
|
-
return this.
|
|
510
|
+
return this.cg;
|
|
456
511
|
},
|
|
457
512
|
set: function (a) {
|
|
458
|
-
var b = this.
|
|
459
|
-
this.
|
|
460
|
-
if (b != this.
|
|
461
|
-
this.
|
|
513
|
+
var b = this.cg;
|
|
514
|
+
this.cg = a;
|
|
515
|
+
if (b != this.cg) {
|
|
516
|
+
this.b6("ColumnOptionsBackground", b, this.cg);
|
|
462
517
|
}
|
|
463
518
|
},
|
|
464
519
|
enumerable: false,
|
|
465
520
|
configurable: true
|
|
466
521
|
});
|
|
467
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
522
|
+
Object.defineProperty(GridFilterDialog.prototype, "cz", {
|
|
468
523
|
get: function () {
|
|
469
|
-
return this.
|
|
524
|
+
return this.cm;
|
|
470
525
|
},
|
|
471
526
|
set: function (a) {
|
|
472
|
-
var b = this.
|
|
473
|
-
this.
|
|
474
|
-
if (b != this.
|
|
475
|
-
this.
|
|
527
|
+
var b = this.cm;
|
|
528
|
+
this.cm = a;
|
|
529
|
+
if (b != this.cm) {
|
|
530
|
+
this.b6("ColumnOptionsTextColor", b, this.cm);
|
|
476
531
|
}
|
|
477
532
|
},
|
|
478
533
|
enumerable: false,
|
|
479
534
|
configurable: true
|
|
480
535
|
});
|
|
481
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
536
|
+
Object.defineProperty(GridFilterDialog.prototype, "ab", {
|
|
482
537
|
get: function () {
|
|
483
|
-
return this.
|
|
538
|
+
return this.z;
|
|
539
|
+
},
|
|
540
|
+
set: function (a) {
|
|
541
|
+
var b = this.z;
|
|
542
|
+
this.z = a;
|
|
543
|
+
if (b != this.z) {
|
|
544
|
+
this.b6("ColumnOptionsTextStyle", b, this.z);
|
|
545
|
+
}
|
|
484
546
|
},
|
|
485
547
|
enumerable: false,
|
|
486
548
|
configurable: true
|
|
487
549
|
});
|
|
488
|
-
GridFilterDialog.prototype
|
|
489
|
-
|
|
550
|
+
Object.defineProperty(GridFilterDialog.prototype, "cx", {
|
|
551
|
+
get: function () {
|
|
552
|
+
return this.ck;
|
|
553
|
+
},
|
|
554
|
+
set: function (a) {
|
|
555
|
+
var b = this.ck;
|
|
556
|
+
this.ck = a;
|
|
557
|
+
if (b != this.ck) {
|
|
558
|
+
this.b6("ColumnOptionsHoverBackgroundColor", b, this.ck);
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
enumerable: false,
|
|
562
|
+
configurable: true
|
|
563
|
+
});
|
|
564
|
+
Object.defineProperty(GridFilterDialog.prototype, "c0", {
|
|
565
|
+
get: function () {
|
|
566
|
+
return this.cn;
|
|
567
|
+
},
|
|
568
|
+
set: function (a) {
|
|
569
|
+
var b = this.cn;
|
|
570
|
+
this.cn = a;
|
|
571
|
+
if (b != this.cn) {
|
|
572
|
+
this.b6("ColumnOptionsToolTipBackgroundColor", b, this.cn);
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
enumerable: false,
|
|
576
|
+
configurable: true
|
|
577
|
+
});
|
|
578
|
+
Object.defineProperty(GridFilterDialog.prototype, "cw", {
|
|
579
|
+
get: function () {
|
|
580
|
+
return this.cj;
|
|
581
|
+
},
|
|
582
|
+
set: function (a) {
|
|
583
|
+
var b = this.cj;
|
|
584
|
+
this.cj = a;
|
|
585
|
+
if (b != this.cj) {
|
|
586
|
+
this.b6("ColumnOptionsHighlightColor", b, this.cj);
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
enumerable: false,
|
|
590
|
+
configurable: true
|
|
591
|
+
});
|
|
592
|
+
Object.defineProperty(GridFilterDialog.prototype, "cy", {
|
|
593
|
+
get: function () {
|
|
594
|
+
return this.cl;
|
|
595
|
+
},
|
|
596
|
+
set: function (a) {
|
|
597
|
+
var b = this.cl;
|
|
598
|
+
this.cl = a;
|
|
599
|
+
if (b != this.cl) {
|
|
600
|
+
this.b6("ColumnOptionsSeparatorColor", b, this.cl);
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
enumerable: false,
|
|
604
|
+
configurable: true
|
|
605
|
+
});
|
|
606
|
+
Object.defineProperty(GridFilterDialog.prototype, "cu", {
|
|
607
|
+
get: function () {
|
|
608
|
+
return this.ch;
|
|
609
|
+
},
|
|
610
|
+
set: function (a) {
|
|
611
|
+
var b = this.ch;
|
|
612
|
+
this.ch = a;
|
|
613
|
+
if (b != this.ch) {
|
|
614
|
+
this.b6("ColumnOptionsGroupHeaderBackground", b, this.ch);
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
enumerable: false,
|
|
618
|
+
configurable: true
|
|
619
|
+
});
|
|
620
|
+
Object.defineProperty(GridFilterDialog.prototype, "cv", {
|
|
621
|
+
get: function () {
|
|
622
|
+
return this.ci;
|
|
623
|
+
},
|
|
624
|
+
set: function (a) {
|
|
625
|
+
var b = this.ci;
|
|
626
|
+
this.ci = a;
|
|
627
|
+
if (b != this.ci) {
|
|
628
|
+
this.b6("ColumnOptionsGroupHeaderTextColor", b, this.ci);
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
enumerable: false,
|
|
632
|
+
configurable: true
|
|
633
|
+
});
|
|
634
|
+
Object.defineProperty(GridFilterDialog.prototype, "aa", {
|
|
635
|
+
get: function () {
|
|
636
|
+
return this.y;
|
|
637
|
+
},
|
|
638
|
+
set: function (a) {
|
|
639
|
+
var b = this.y;
|
|
640
|
+
this.y = a;
|
|
641
|
+
if (b != this.y) {
|
|
642
|
+
this.b6("ColumnOptionsGroupHeaderTextStyle", b, this.y);
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
enumerable: false,
|
|
646
|
+
configurable: true
|
|
647
|
+
});
|
|
648
|
+
Object.defineProperty(GridFilterDialog.prototype, "cs", {
|
|
649
|
+
get: function () {
|
|
650
|
+
return this.cf;
|
|
651
|
+
},
|
|
652
|
+
set: function (a) {
|
|
653
|
+
var b = this.cf;
|
|
654
|
+
this.cf = a;
|
|
655
|
+
if (b != this.cf) {
|
|
656
|
+
this.b6("ColumnOptionsAccentColor", b, this.cf);
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
enumerable: false,
|
|
660
|
+
configurable: true
|
|
661
|
+
});
|
|
662
|
+
Object.defineProperty(GridFilterDialog.prototype, "ax", {
|
|
663
|
+
get: function () {
|
|
664
|
+
return this.au;
|
|
665
|
+
},
|
|
666
|
+
set: function (a) {
|
|
667
|
+
var b = this.au;
|
|
668
|
+
this.au = a;
|
|
669
|
+
if (b != this.au) {
|
|
670
|
+
this.b6("ColumnOptionsRowHeight", b, this.au);
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
enumerable: false,
|
|
674
|
+
configurable: true
|
|
675
|
+
});
|
|
676
|
+
Object.defineProperty(GridFilterDialog.prototype, "aj", {
|
|
677
|
+
get: function () {
|
|
678
|
+
return this.v != null ? this.v.bz : false;
|
|
679
|
+
},
|
|
680
|
+
enumerable: false,
|
|
681
|
+
configurable: true
|
|
682
|
+
});
|
|
683
|
+
GridFilterDialog.prototype.b6 = function (a, b, c) {
|
|
684
|
+
this.b9(a, b, c);
|
|
490
685
|
if (this.propertyChanged != null) {
|
|
491
686
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
492
687
|
}
|
|
493
688
|
};
|
|
494
|
-
GridFilterDialog.prototype.
|
|
689
|
+
GridFilterDialog.prototype.b9 = function (a, b, c) {
|
|
495
690
|
switch (a) {
|
|
496
691
|
case "PixelScalingRatio":
|
|
497
|
-
this.
|
|
692
|
+
this.ap = this.aq;
|
|
498
693
|
break;
|
|
499
694
|
case "ActualPixelScalingRatio":
|
|
500
695
|
this.s.z();
|
|
@@ -507,11 +702,85 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
507
702
|
case "ViewSize":
|
|
508
703
|
this.s.z();
|
|
509
704
|
break;
|
|
705
|
+
case "Theme":
|
|
706
|
+
if (this.v != null) {
|
|
707
|
+
this.v.c = this.x;
|
|
708
|
+
}
|
|
709
|
+
break;
|
|
710
|
+
case "ColumnOptionsBackground":
|
|
711
|
+
if (this.v != null) {
|
|
712
|
+
this.v.cl = this.ct;
|
|
713
|
+
this.v.cq = this.ct;
|
|
714
|
+
}
|
|
715
|
+
break;
|
|
716
|
+
case "ColumnOptionsTextColor":
|
|
717
|
+
if (this.v != null) {
|
|
718
|
+
this.v.cn = this.cz;
|
|
719
|
+
this.v.cp = this.cz;
|
|
720
|
+
this.v.cb = this.cz;
|
|
721
|
+
this.v.ch = this.cz;
|
|
722
|
+
this.v.ci = this.cz;
|
|
723
|
+
this.v.cj = this.cz;
|
|
724
|
+
}
|
|
725
|
+
break;
|
|
726
|
+
case "ColumnOptionsTextStyle":
|
|
727
|
+
if (this.v != null) {
|
|
728
|
+
this.v.bw = this.ab;
|
|
729
|
+
}
|
|
730
|
+
break;
|
|
731
|
+
case "ColumnOptionsHoverBackgroundColor":
|
|
732
|
+
if (this.v != null) {
|
|
733
|
+
this.v.cg = this.cx;
|
|
734
|
+
}
|
|
735
|
+
break;
|
|
736
|
+
case "ColumnOptionsToolTipBackgroundColor":
|
|
737
|
+
if (this.v != null) {
|
|
738
|
+
this.v.co = this.c0;
|
|
739
|
+
}
|
|
740
|
+
break;
|
|
741
|
+
case "ColumnOptionsHighlightColor":
|
|
742
|
+
if (this.v != null) {
|
|
743
|
+
this.v.cf = this.cw;
|
|
744
|
+
}
|
|
745
|
+
break;
|
|
746
|
+
case "ColumnOptionsSeparatorColor":
|
|
747
|
+
if (this.v != null) {
|
|
748
|
+
this.v.ck = this.cy;
|
|
749
|
+
}
|
|
750
|
+
break;
|
|
751
|
+
case "ColumnOptionsGroupHeaderBackground":
|
|
752
|
+
if (this.v != null) {
|
|
753
|
+
this.v.cc = this.cu;
|
|
754
|
+
}
|
|
755
|
+
break;
|
|
756
|
+
case "ColumnOptionsGroupHeaderTextColor":
|
|
757
|
+
if (this.v != null) {
|
|
758
|
+
this.v.ce = this.cv;
|
|
759
|
+
}
|
|
760
|
+
break;
|
|
761
|
+
case "ColumnOptionsGroupHeaderTextStyle":
|
|
762
|
+
if (this.v != null) {
|
|
763
|
+
this.v.bx = this.aa;
|
|
764
|
+
}
|
|
765
|
+
break;
|
|
766
|
+
case "ColumnOptionsAccentColor":
|
|
767
|
+
if (this.v != null) {
|
|
768
|
+
this.v.b7 = this.cs;
|
|
769
|
+
this.v.b9 = this.cs;
|
|
770
|
+
this.v.ca = this.cs;
|
|
771
|
+
this.v.cr = this.cs;
|
|
772
|
+
}
|
|
773
|
+
break;
|
|
774
|
+
case "ColumnOptionsRowHeight":
|
|
775
|
+
if (this.v != null) {
|
|
776
|
+
this.v.b3 = this.ax;
|
|
777
|
+
}
|
|
778
|
+
break;
|
|
510
779
|
}
|
|
511
780
|
};
|
|
512
|
-
GridFilterDialog.prototype.
|
|
781
|
+
GridFilterDialog.prototype.ca = function (a, b, c) {
|
|
513
782
|
this.s.v(a, b, c);
|
|
514
|
-
this.
|
|
783
|
+
this.b3();
|
|
515
784
|
};
|
|
516
785
|
Object.defineProperty(GridFilterDialog.prototype, "n", {
|
|
517
786
|
get: function () {
|
|
@@ -521,72 +790,100 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
521
790
|
var b = this.m;
|
|
522
791
|
this.m = a;
|
|
523
792
|
if (this.m != b) {
|
|
524
|
-
this.
|
|
793
|
+
this.b2(b, this.m);
|
|
525
794
|
}
|
|
526
795
|
},
|
|
527
796
|
enumerable: false,
|
|
528
797
|
configurable: true
|
|
529
798
|
});
|
|
530
|
-
GridFilterDialog.prototype.
|
|
531
|
-
this.
|
|
799
|
+
GridFilterDialog.prototype.b2 = function (a, b) {
|
|
800
|
+
this.ad = true;
|
|
532
801
|
};
|
|
533
|
-
GridFilterDialog.prototype.
|
|
802
|
+
GridFilterDialog.prototype.b3 = function () {
|
|
534
803
|
var _this = this;
|
|
535
|
-
NativeUIComponent.
|
|
804
|
+
NativeUIComponent.av(this.s.p(), 18, function (a) {
|
|
536
805
|
var b = a;
|
|
537
806
|
_this.v = b;
|
|
538
|
-
_this.v.
|
|
539
|
-
_this.v.
|
|
540
|
-
_this.v.
|
|
541
|
-
_this.v.
|
|
807
|
+
_this.v.b2 = 16;
|
|
808
|
+
_this.v.b8 = BrushUtil.l(0, 0, 0, 0);
|
|
809
|
+
_this.v.v = false;
|
|
810
|
+
_this.v.br = runOn(_this, _this.bt);
|
|
811
|
+
_this.v.bp = runOn(_this, _this.bs);
|
|
812
|
+
_this.v.b0 = false;
|
|
542
813
|
_this.s.r(_this.v);
|
|
543
|
-
_this.v.c =
|
|
544
|
-
_this.v.
|
|
814
|
+
_this.v.c = _this.x;
|
|
815
|
+
_this.v.cl = _this.ct;
|
|
816
|
+
_this.v.cq = _this.ct;
|
|
817
|
+
_this.v.cn = _this.cz;
|
|
818
|
+
_this.v.ce = _this.cv;
|
|
819
|
+
_this.v.cp = _this.cz;
|
|
820
|
+
_this.v.cb = _this.cz;
|
|
821
|
+
_this.v.ch = _this.cz;
|
|
822
|
+
_this.v.ci = _this.cz;
|
|
823
|
+
_this.v.cj = _this.cz;
|
|
824
|
+
_this.v.bw = _this.ab;
|
|
825
|
+
_this.v.cg = _this.cx;
|
|
826
|
+
_this.v.co = _this.c0;
|
|
827
|
+
_this.v.cf = _this.cw;
|
|
828
|
+
_this.v.ck = _this.cy;
|
|
829
|
+
_this.v.cc = _this.cu;
|
|
830
|
+
_this.v.bx = _this.aa;
|
|
831
|
+
_this.v.b7 = _this.cs;
|
|
832
|
+
_this.v.b9 = _this.cs;
|
|
833
|
+
_this.v.ca = _this.cs;
|
|
834
|
+
_this.v.cr = _this.cs;
|
|
835
|
+
_this.v.b3 = _this.ax;
|
|
836
|
+
_this.v.b4 = _this.n;
|
|
545
837
|
});
|
|
546
838
|
};
|
|
547
|
-
GridFilterDialog.prototype.
|
|
548
|
-
if (this.
|
|
549
|
-
this.
|
|
550
|
-
this.v.
|
|
839
|
+
GridFilterDialog.prototype.bt = function (a, b) {
|
|
840
|
+
if (this.ad) {
|
|
841
|
+
this.ad = false;
|
|
842
|
+
this.v.b4 = this.n;
|
|
551
843
|
}
|
|
552
844
|
if (this.n != null) {
|
|
553
845
|
if (this.n.grid != null) {
|
|
554
|
-
this.n.grid.
|
|
846
|
+
this.n.grid.we();
|
|
555
847
|
}
|
|
556
|
-
this.n.
|
|
848
|
+
this.n.o5();
|
|
557
849
|
}
|
|
558
850
|
if (this.dialogOpening != null) {
|
|
559
851
|
var c = new GridFilterDialogOpeningEventArgs();
|
|
560
852
|
this.dialogOpening(this, c);
|
|
561
853
|
}
|
|
562
854
|
};
|
|
563
|
-
GridFilterDialog.prototype.
|
|
855
|
+
GridFilterDialog.prototype.bs = function (a, b) {
|
|
856
|
+
if (this.ae) {
|
|
857
|
+
this.by();
|
|
858
|
+
}
|
|
859
|
+
};
|
|
860
|
+
GridFilterDialog.prototype.bv = function (a, b) {
|
|
564
861
|
switch (b.propertyName) {
|
|
565
862
|
case "IsHidden": break;
|
|
566
863
|
}
|
|
567
864
|
};
|
|
568
|
-
GridFilterDialog.prototype.
|
|
865
|
+
GridFilterDialog.prototype.b4 = function () {
|
|
569
866
|
};
|
|
570
|
-
GridFilterDialog.prototype.
|
|
571
|
-
a.onModified = delegateRemove(a.onModified, runOn(this, this.
|
|
867
|
+
GridFilterDialog.prototype.b5 = function (a, b) {
|
|
868
|
+
a.onModified = delegateRemove(a.onModified, runOn(this, this.b8));
|
|
572
869
|
if (b) {
|
|
573
|
-
this.
|
|
870
|
+
this.cc();
|
|
574
871
|
}
|
|
575
872
|
else {
|
|
576
|
-
this.
|
|
873
|
+
this.cb(a, true);
|
|
577
874
|
}
|
|
578
875
|
this.f = null;
|
|
579
876
|
};
|
|
580
|
-
GridFilterDialog.prototype.
|
|
877
|
+
GridFilterDialog.prototype.bw = function () {
|
|
581
878
|
this.s.s();
|
|
582
|
-
if (this.
|
|
879
|
+
if (this.ac == null) {
|
|
583
880
|
var a = new AnimationKeyFrameEffectTiming();
|
|
584
881
|
a.g = 200;
|
|
585
882
|
a.b = 0;
|
|
586
|
-
this.
|
|
883
|
+
this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
|
|
587
884
|
}
|
|
588
885
|
};
|
|
589
|
-
GridFilterDialog.prototype.
|
|
886
|
+
GridFilterDialog.prototype.cd = function () {
|
|
590
887
|
var _this = this;
|
|
591
888
|
if (this.filterChanged != null) {
|
|
592
889
|
this.filterChanged(this, ((function () {
|
|
@@ -596,7 +893,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
596
893
|
})()));
|
|
597
894
|
}
|
|
598
895
|
};
|
|
599
|
-
GridFilterDialog.prototype.
|
|
896
|
+
GridFilterDialog.prototype.cc = function () {
|
|
600
897
|
if (this.filterChanged != null) {
|
|
601
898
|
this.filterChanged(this, ((function () {
|
|
602
899
|
var $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -605,7 +902,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
605
902
|
})()));
|
|
606
903
|
}
|
|
607
904
|
};
|
|
608
|
-
GridFilterDialog.prototype.
|
|
905
|
+
GridFilterDialog.prototype.cb = function (a, b) {
|
|
609
906
|
var c = this.e(a);
|
|
610
907
|
if (b) {
|
|
611
908
|
if (this.filterChanged != null) {
|
|
@@ -649,7 +946,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
649
946
|
if (e == null) {
|
|
650
947
|
e = b;
|
|
651
948
|
}
|
|
652
|
-
if (this.
|
|
949
|
+
if (this.al(a, a.f._inner[f])) {
|
|
653
950
|
continue;
|
|
654
951
|
}
|
|
655
952
|
e.add(this.d(a.f._inner[f]));
|
|
@@ -659,7 +956,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
659
956
|
}
|
|
660
957
|
return b;
|
|
661
958
|
};
|
|
662
|
-
GridFilterDialog.prototype.
|
|
959
|
+
GridFilterDialog.prototype.al = function (a, b) {
|
|
663
960
|
var c = 0;
|
|
664
961
|
for (var d = 0; d < b.e.length; d++) {
|
|
665
962
|
if (b.e[d] == b.l) {
|
|
@@ -676,14 +973,14 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
676
973
|
return false;
|
|
677
974
|
};
|
|
678
975
|
GridFilterDialog.prototype.g = function (a, b, c, d) {
|
|
679
|
-
var e = this.
|
|
976
|
+
var e = this.az(c, d);
|
|
680
977
|
if (a > e) {
|
|
681
978
|
b.e();
|
|
682
979
|
return b.d();
|
|
683
980
|
}
|
|
684
981
|
return null;
|
|
685
982
|
};
|
|
686
|
-
GridFilterDialog.prototype.
|
|
983
|
+
GridFilterDialog.prototype.az = function (a, b) {
|
|
687
984
|
var c = a.c(b);
|
|
688
985
|
if (c == null) {
|
|
689
986
|
return 0;
|
|
@@ -691,7 +988,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
691
988
|
return a.e.indexOf(c);
|
|
692
989
|
};
|
|
693
990
|
GridFilterDialog.prototype.h = function (a, b, c, d) {
|
|
694
|
-
var e = this.
|
|
991
|
+
var e = this.az(c, d);
|
|
695
992
|
if (a < e) {
|
|
696
993
|
var f = c.b(d);
|
|
697
994
|
var g = new ColumnFilterConditionGroup();
|
|
@@ -710,30 +1007,30 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
710
1007
|
GridFilterDialog.prototype.c = function (a) {
|
|
711
1008
|
return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
|
|
712
1009
|
};
|
|
713
|
-
GridFilterDialog.prototype.
|
|
714
|
-
this.
|
|
1010
|
+
GridFilterDialog.prototype.b8 = function (a) {
|
|
1011
|
+
this.cb(a, false);
|
|
715
1012
|
};
|
|
716
1013
|
GridFilterDialog.prototype.t = function (a, b) {
|
|
717
1014
|
var c = new GridFilterDialogViewModel();
|
|
718
1015
|
if (a != null) {
|
|
719
|
-
this.
|
|
1016
|
+
this.bu(c, a, b);
|
|
720
1017
|
}
|
|
721
1018
|
else {
|
|
722
1019
|
var d = new GridFilterDialogViewModelRow();
|
|
723
1020
|
d.f = b;
|
|
724
1021
|
d.e = GridFilterDialog.a(b);
|
|
725
1022
|
d.d = GridFilterDialog.b(b);
|
|
726
|
-
d.l = GridFilterDialog.
|
|
1023
|
+
d.l = GridFilterDialog.bk(b[0]);
|
|
727
1024
|
c.f.add(d);
|
|
728
1025
|
}
|
|
729
1026
|
return c;
|
|
730
1027
|
};
|
|
731
|
-
GridFilterDialog.prototype.
|
|
1028
|
+
GridFilterDialog.prototype.bu = function (a, b, c) {
|
|
732
1029
|
if (b.isGroup()) {
|
|
733
1030
|
var d = b;
|
|
734
1031
|
for (var e = 0; e < d.count; e++) {
|
|
735
1032
|
var f = d.item(e);
|
|
736
|
-
this.
|
|
1033
|
+
this.bu(a, f, c);
|
|
737
1034
|
}
|
|
738
1035
|
}
|
|
739
1036
|
else {
|
|
@@ -742,24 +1039,24 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
742
1039
|
};
|
|
743
1040
|
GridFilterDialog.prototype.u = function (a, b) {
|
|
744
1041
|
var c = new GridFilterDialogViewModelRow();
|
|
745
|
-
c.l = GridFilterDialog.
|
|
1042
|
+
c.l = GridFilterDialog.bk(a.operator);
|
|
746
1043
|
c.f = b;
|
|
747
1044
|
c.e = GridFilterDialog.a(b);
|
|
748
|
-
c.i = GridFilterDialog.
|
|
749
|
-
c.j = GridFilterDialog.
|
|
1045
|
+
c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
|
|
1046
|
+
c.j = GridFilterDialog.a3(GridFilterDialog.ay(a.operator), a.operator, a);
|
|
750
1047
|
c.d = GridFilterDialog.b(b);
|
|
751
1048
|
return c;
|
|
752
1049
|
};
|
|
753
|
-
GridFilterDialog.
|
|
1050
|
+
GridFilterDialog.ay = function (a) {
|
|
754
1051
|
return ColumnComparisonFilterCondition.getOperandNumber(a);
|
|
755
1052
|
};
|
|
756
|
-
GridFilterDialog.
|
|
1053
|
+
GridFilterDialog.a2 = function (a, b, c) {
|
|
757
1054
|
if (a == 0) {
|
|
758
1055
|
return "";
|
|
759
1056
|
}
|
|
760
1057
|
return c.value != null ? c.value.toString() : "";
|
|
761
1058
|
};
|
|
762
|
-
GridFilterDialog.
|
|
1059
|
+
GridFilterDialog.a3 = function (a, b, c) {
|
|
763
1060
|
return "";
|
|
764
1061
|
};
|
|
765
1062
|
GridFilterDialog.b = function (a) {
|
|
@@ -772,61 +1069,58 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
772
1069
|
}
|
|
773
1070
|
return b;
|
|
774
1071
|
};
|
|
775
|
-
GridFilterDialog.
|
|
1072
|
+
GridFilterDialog.bk = function (a) {
|
|
776
1073
|
return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
|
|
777
1074
|
};
|
|
778
|
-
GridFilterDialog.prototype.
|
|
1075
|
+
GridFilterDialog.prototype.b1 = function (a, b) {
|
|
779
1076
|
this.s.w(a, b);
|
|
780
1077
|
};
|
|
781
|
-
GridFilterDialog.prototype.
|
|
1078
|
+
GridFilterDialog.prototype.b0 = function () {
|
|
782
1079
|
this.s.u();
|
|
783
1080
|
};
|
|
784
|
-
GridFilterDialog.prototype.
|
|
785
|
-
var d = Geometry.a("M12 14c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 14 12 14 z M12 8c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 8 12 8z M12 16 c1.1 0 2 0.9 2 2s -0.9 2 -2 2 s-2 -0.9 -2 -2 S10.9 16 12 16z");
|
|
786
|
-
c.an = d;
|
|
787
|
-
c._fill = this.bw == null ? GridStyleRepository.a5 : this.bw;
|
|
1081
|
+
GridFilterDialog.prototype.bz = function (a, b, c) {
|
|
788
1082
|
};
|
|
789
|
-
GridFilterDialog.prototype.
|
|
1083
|
+
GridFilterDialog.prototype.ce = function () {
|
|
790
1084
|
var _this = this;
|
|
791
|
-
this.
|
|
1085
|
+
this.ae = false;
|
|
792
1086
|
if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
|
|
793
1087
|
return;
|
|
794
1088
|
}
|
|
795
|
-
if (this.
|
|
796
|
-
this.
|
|
797
|
-
if (this.
|
|
798
|
-
this.
|
|
1089
|
+
if (this.ai) {
|
|
1090
|
+
this.bw();
|
|
1091
|
+
if (this.ac.playbackRate < 0) {
|
|
1092
|
+
this.ac.reverse();
|
|
799
1093
|
}
|
|
800
1094
|
else {
|
|
801
|
-
this.
|
|
1095
|
+
this.ac.play();
|
|
802
1096
|
}
|
|
803
|
-
this.
|
|
1097
|
+
this.ac.finished.f(function (a) { return _this.ac.commitStyles(); });
|
|
804
1098
|
}
|
|
805
1099
|
else {
|
|
806
|
-
NativeUI.
|
|
1100
|
+
NativeUI.ab(this.s.q, 1);
|
|
807
1101
|
}
|
|
808
1102
|
};
|
|
809
|
-
GridFilterDialog.prototype.
|
|
1103
|
+
GridFilterDialog.prototype.by = function () {
|
|
810
1104
|
var _this = this;
|
|
811
|
-
this.
|
|
812
|
-
if (!this.
|
|
1105
|
+
this.ae = true;
|
|
1106
|
+
if (!this.aj) {
|
|
813
1107
|
if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
|
|
814
1108
|
return;
|
|
815
1109
|
}
|
|
816
|
-
if (this.
|
|
817
|
-
this.
|
|
818
|
-
if (this.
|
|
819
|
-
this.
|
|
1110
|
+
if (this.ai) {
|
|
1111
|
+
this.bw();
|
|
1112
|
+
if (this.ac.playbackRate < 0) {
|
|
1113
|
+
this.ac.play();
|
|
820
1114
|
}
|
|
821
1115
|
else {
|
|
822
|
-
this.
|
|
1116
|
+
this.ac.reverse();
|
|
823
1117
|
}
|
|
824
|
-
this.
|
|
1118
|
+
this.ac.finished.f(function (a) { return _this.ac.commitStyles(); });
|
|
825
1119
|
}
|
|
826
1120
|
else {
|
|
827
|
-
NativeUI.
|
|
1121
|
+
NativeUI.ab(this.s.q, 0);
|
|
828
1122
|
}
|
|
829
|
-
this.
|
|
1123
|
+
this.ae = false;
|
|
830
1124
|
}
|
|
831
1125
|
};
|
|
832
1126
|
Object.defineProperty(GridFilterDialog.prototype, "commandCompleted", {
|
|
@@ -849,22 +1143,29 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
849
1143
|
enumerable: false,
|
|
850
1144
|
configurable: true
|
|
851
1145
|
});
|
|
852
|
-
GridFilterDialog.prototype.
|
|
1146
|
+
GridFilterDialog.prototype.b7 = function () {
|
|
853
1147
|
if (this.renderCompleted != null) {
|
|
854
1148
|
this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
|
|
855
1149
|
}
|
|
856
1150
|
};
|
|
857
|
-
GridFilterDialog.prototype.
|
|
1151
|
+
GridFilterDialog.prototype.bx = function () {
|
|
858
1152
|
if (this.v != null) {
|
|
859
|
-
if (this.n != null && this.v.
|
|
860
|
-
this.v.
|
|
1153
|
+
if (this.n != null && this.v.b4 != this.n) {
|
|
1154
|
+
this.v.b4 = this.n;
|
|
861
1155
|
}
|
|
862
1156
|
}
|
|
863
1157
|
};
|
|
1158
|
+
Object.defineProperty(GridFilterDialog.prototype, "ah", {
|
|
1159
|
+
get: function () {
|
|
1160
|
+
return this.v.b4 != null;
|
|
1161
|
+
},
|
|
1162
|
+
enumerable: false,
|
|
1163
|
+
configurable: true
|
|
1164
|
+
});
|
|
864
1165
|
GridFilterDialog.prototype.getDesiredToolbarActions = function () {
|
|
865
|
-
if (!GridFilterDialog.
|
|
866
|
-
GridFilterDialog.
|
|
867
|
-
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.
|
|
1166
|
+
if (!GridFilterDialog.ag) {
|
|
1167
|
+
GridFilterDialog.ag = true;
|
|
1168
|
+
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bj);
|
|
868
1169
|
}
|
|
869
1170
|
var a = new ToolActionIconMenuInfo();
|
|
870
1171
|
a.name = "DataGridColumnOptionsPlaceholder";
|
|
@@ -899,7 +1200,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
899
1200
|
};
|
|
900
1201
|
GridFilterDialog.prototype.dismissContextAccessor = function (a) {
|
|
901
1202
|
};
|
|
902
|
-
GridFilterDialog.prototype.
|
|
1203
|
+
GridFilterDialog.prototype.ak = function (e_) {
|
|
903
1204
|
var a = e_.originalEvent.srcElement;
|
|
904
1205
|
var b = e_.originalEvent.target;
|
|
905
1206
|
if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
|
|
@@ -908,8 +1209,8 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
908
1209
|
return false;
|
|
909
1210
|
};
|
|
910
1211
|
GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
|
|
911
|
-
GridFilterDialog.
|
|
912
|
-
GridFilterDialog.
|
|
1212
|
+
GridFilterDialog.ag = false;
|
|
1213
|
+
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";
|
|
913
1214
|
return GridFilterDialog;
|
|
914
1215
|
}(Base));
|
|
915
1216
|
/**
|
|
@@ -940,7 +1241,7 @@ export var GridFilterDialogViewModel = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
940
1241
|
a.f = b;
|
|
941
1242
|
a.e = GridFilterDialog.a(b);
|
|
942
1243
|
a.d = GridFilterDialog.b(b);
|
|
943
|
-
a.l = GridFilterDialog.
|
|
1244
|
+
a.l = GridFilterDialog.bk(b[0]);
|
|
944
1245
|
this.f.add(a);
|
|
945
1246
|
};
|
|
946
1247
|
GridFilterDialogViewModel.prototype.u = function (a) {
|