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
|
@@ -63,10 +63,10 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
63
63
|
}
|
|
64
64
|
y() {
|
|
65
65
|
this.x();
|
|
66
|
-
this.b.
|
|
66
|
+
this.b.b7();
|
|
67
67
|
}
|
|
68
68
|
t() {
|
|
69
|
-
this.b.
|
|
69
|
+
this.b.bz(this.l, this.k, this.aa);
|
|
70
70
|
}
|
|
71
71
|
s() {
|
|
72
72
|
if (KeyFrameAnimationFactory.h == null) {
|
|
@@ -83,7 +83,7 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
83
83
|
this.d = null;
|
|
84
84
|
return;
|
|
85
85
|
}
|
|
86
|
-
this.h = (isNaN_(this.b.
|
|
86
|
+
this.h = (isNaN_(this.b.aq) ? this.b.ap : this.b.aq);
|
|
87
87
|
let d = a;
|
|
88
88
|
this.m = d;
|
|
89
89
|
this.n = c;
|
|
@@ -91,24 +91,24 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
91
91
|
this.m.rootWrapper.addClass("ig-filter-icon");
|
|
92
92
|
this.m.rootWrapper.setStyleProperty("cursor", "pointer");
|
|
93
93
|
this.q = this.m.rootWrapper;
|
|
94
|
-
NativeUI.
|
|
94
|
+
NativeUI.ab(this.q, 0);
|
|
95
95
|
let e = this.h;
|
|
96
96
|
let f = Math.round(d.rootWrapper.width());
|
|
97
97
|
let g = Math.round(d.rootWrapper.height());
|
|
98
|
-
let h = this.b.
|
|
99
|
-
let i = this.b.
|
|
98
|
+
let h = this.b.ar * e;
|
|
99
|
+
let i = this.b.ar * e;
|
|
100
100
|
this.x();
|
|
101
101
|
this.l = f;
|
|
102
102
|
this.k = g;
|
|
103
|
-
if (isNaN_(this.b.
|
|
104
|
-
this.b.
|
|
105
|
-
this.h = this.b.
|
|
103
|
+
if (isNaN_(this.b.aq)) {
|
|
104
|
+
this.b.ap = window.devicePixelRatio;
|
|
105
|
+
this.h = this.b.ap;
|
|
106
106
|
}
|
|
107
107
|
this.y();
|
|
108
108
|
}
|
|
109
109
|
r(a) {
|
|
110
110
|
let b = a;
|
|
111
|
-
this.m.append(b.
|
|
111
|
+
this.m.append(b.ao);
|
|
112
112
|
}
|
|
113
113
|
p() {
|
|
114
114
|
return this.m;
|
|
@@ -123,10 +123,10 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
123
123
|
this.m.rootWrapper.setStyleProperty("position", "absolute");
|
|
124
124
|
if (this.b.l == 2) {
|
|
125
125
|
this.m.rootWrapper.setStyleProperty("left", "unset");
|
|
126
|
-
this.m.rootWrapper.setStyleProperty("right", this.b.
|
|
126
|
+
this.m.rootWrapper.setStyleProperty("right", this.b.aw + "px");
|
|
127
127
|
}
|
|
128
128
|
else {
|
|
129
|
-
this.m.rootWrapper.setStyleProperty("left", this.b.
|
|
129
|
+
this.m.rootWrapper.setStyleProperty("left", this.b.av + "px");
|
|
130
130
|
}
|
|
131
131
|
let a = intDivide(this.o.height(), 2) - (this.k / 2);
|
|
132
132
|
this.m.rootWrapper.setStyleProperty("top", a + "px");
|
|
@@ -135,19 +135,19 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
135
135
|
this.y();
|
|
136
136
|
}
|
|
137
137
|
w(a, b) {
|
|
138
|
-
if (isNaN_(this.b.
|
|
139
|
-
this.b.
|
|
140
|
-
this.h = this.b.
|
|
138
|
+
if (isNaN_(this.b.aq)) {
|
|
139
|
+
this.b.ap = window.devicePixelRatio;
|
|
140
|
+
this.h = this.b.ap;
|
|
141
141
|
}
|
|
142
142
|
this.l = a;
|
|
143
143
|
this.k = b;
|
|
144
144
|
this.y();
|
|
145
145
|
}
|
|
146
146
|
u() {
|
|
147
|
-
if (isNaN_(this.b.
|
|
148
|
-
this.b.
|
|
149
|
-
if (this.h != this.b.
|
|
150
|
-
this.h = this.b.
|
|
147
|
+
if (isNaN_(this.b.aq)) {
|
|
148
|
+
this.b.ap = window.devicePixelRatio;
|
|
149
|
+
if (this.h != this.b.ap) {
|
|
150
|
+
this.h = this.b.ap;
|
|
151
151
|
this.y();
|
|
152
152
|
return;
|
|
153
153
|
}
|
|
@@ -187,7 +187,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
|
|
|
187
187
|
e.setStyleProperty("background-color", "#fff");
|
|
188
188
|
e.setStyleProperty("border-radius", "3px");
|
|
189
189
|
e.setStyleProperty("overflow", "auto");
|
|
190
|
-
let g = ElevationHelper.e(12, this.b.
|
|
190
|
+
let g = ElevationHelper.e(12, this.b.cr, this.b.cq, this.b.cp);
|
|
191
191
|
e.setStyleProperty("boxShadow", g);
|
|
192
192
|
e.listen("mousedown", runOn(this, this.o));
|
|
193
193
|
this.onDocumentKeyDown = this.onDocumentKeyDown.bind(this);
|
|
@@ -201,7 +201,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
|
|
|
201
201
|
a.stopPropagation();
|
|
202
202
|
}
|
|
203
203
|
onDocumentKeyDown(a) {
|
|
204
|
-
if (BaseDOMEventProxy.
|
|
204
|
+
if (BaseDOMEventProxy.c4(a) == 8) {
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
onDocumentMouseClick(e_) {
|
|
@@ -310,31 +310,37 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
310
310
|
class GridFilterDialog extends Base {
|
|
311
311
|
constructor() {
|
|
312
312
|
super();
|
|
313
|
-
this.
|
|
314
|
-
this.
|
|
313
|
+
this.a0 = null;
|
|
314
|
+
this.af = true;
|
|
315
315
|
this.propertyChanged = null;
|
|
316
|
-
this.
|
|
317
|
-
this.
|
|
316
|
+
this.an = NaN;
|
|
317
|
+
this.am = 1;
|
|
318
318
|
this.j = 2;
|
|
319
319
|
this.i = 0;
|
|
320
|
-
this.
|
|
321
|
-
this.
|
|
322
|
-
this.
|
|
323
|
-
this.
|
|
320
|
+
this.as = 0;
|
|
321
|
+
this.at = 0;
|
|
322
|
+
this.co = null;
|
|
323
|
+
this.ao = DeviceUtils.g(24);
|
|
324
324
|
this.w = 1;
|
|
325
|
-
this.
|
|
326
|
-
this.
|
|
327
|
-
this.
|
|
328
|
-
this.
|
|
329
|
-
this.
|
|
330
|
-
this.
|
|
331
|
-
this.
|
|
332
|
-
this.
|
|
333
|
-
this.
|
|
325
|
+
this.cg = null;
|
|
326
|
+
this.cm = null;
|
|
327
|
+
this.z = null;
|
|
328
|
+
this.ck = null;
|
|
329
|
+
this.cn = null;
|
|
330
|
+
this.cj = null;
|
|
331
|
+
this.cl = null;
|
|
332
|
+
this.ch = null;
|
|
333
|
+
this.ci = null;
|
|
334
334
|
this.y = null;
|
|
335
|
-
this.
|
|
335
|
+
this.cf = null;
|
|
336
|
+
this.au = -1;
|
|
337
|
+
this.cr = null;
|
|
338
|
+
this.cq = null;
|
|
339
|
+
this.cp = null;
|
|
340
|
+
this.ac = null;
|
|
341
|
+
this.ae = false;
|
|
336
342
|
this.m = null;
|
|
337
|
-
this.
|
|
343
|
+
this.ad = false;
|
|
338
344
|
this.v = null;
|
|
339
345
|
this.f = null;
|
|
340
346
|
this.dialogOpening = null;
|
|
@@ -346,41 +352,41 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
346
352
|
this.renderCompleted = null;
|
|
347
353
|
this.s = new GridFilterDialogView(this);
|
|
348
354
|
this.x = 1;
|
|
349
|
-
this.
|
|
350
|
-
this.
|
|
351
|
-
this.
|
|
355
|
+
this.cr = BrushUtil.l(66, 0, 0, 0);
|
|
356
|
+
this.cq = BrushUtil.l(30, 0, 0, 0);
|
|
357
|
+
this.cp = BrushUtil.l(20, 0, 0, 0);
|
|
352
358
|
}
|
|
353
|
-
get
|
|
354
|
-
return this.
|
|
359
|
+
get a1() {
|
|
360
|
+
return this.a0;
|
|
355
361
|
}
|
|
356
|
-
set
|
|
357
|
-
this.
|
|
362
|
+
set a1(a) {
|
|
363
|
+
this.a0 = a;
|
|
358
364
|
}
|
|
359
|
-
get
|
|
360
|
-
return this.
|
|
365
|
+
get ai() {
|
|
366
|
+
return this.af;
|
|
361
367
|
}
|
|
362
|
-
set
|
|
363
|
-
let b = this.
|
|
364
|
-
this.
|
|
365
|
-
if (b != this.
|
|
366
|
-
this.
|
|
368
|
+
set ai(a) {
|
|
369
|
+
let b = this.af;
|
|
370
|
+
this.af = a;
|
|
371
|
+
if (b != this.af) {
|
|
372
|
+
this.b6("IsAnimationEnabled", b, this.af);
|
|
367
373
|
}
|
|
368
374
|
}
|
|
369
|
-
get
|
|
370
|
-
return this.
|
|
375
|
+
get aq() {
|
|
376
|
+
return this.an;
|
|
371
377
|
}
|
|
372
|
-
set
|
|
373
|
-
let b = this.
|
|
374
|
-
this.
|
|
375
|
-
this.
|
|
378
|
+
set aq(a) {
|
|
379
|
+
let b = this.an;
|
|
380
|
+
this.an = a;
|
|
381
|
+
this.b6("PixelScalingRatio", b, this.an);
|
|
376
382
|
}
|
|
377
|
-
get
|
|
378
|
-
return this.
|
|
383
|
+
get ap() {
|
|
384
|
+
return this.am;
|
|
379
385
|
}
|
|
380
|
-
set
|
|
381
|
-
let b = this.
|
|
382
|
-
this.
|
|
383
|
-
this.
|
|
386
|
+
set ap(a) {
|
|
387
|
+
let b = this.am;
|
|
388
|
+
this.am = a;
|
|
389
|
+
this.b6("ActualPixelScalingRatio", b, this.am);
|
|
384
390
|
}
|
|
385
391
|
get l() {
|
|
386
392
|
return this.j;
|
|
@@ -389,7 +395,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
389
395
|
let b = this.j;
|
|
390
396
|
this.j = a;
|
|
391
397
|
if (b != this.j) {
|
|
392
|
-
this.
|
|
398
|
+
this.b6("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
|
|
393
399
|
}
|
|
394
400
|
}
|
|
395
401
|
get k() {
|
|
@@ -399,47 +405,47 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
399
405
|
let b = this.i;
|
|
400
406
|
this.i = a;
|
|
401
407
|
if (b != this.i) {
|
|
402
|
-
this.
|
|
408
|
+
this.b6("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
|
|
403
409
|
}
|
|
404
410
|
}
|
|
405
|
-
get
|
|
406
|
-
return this.
|
|
411
|
+
get av() {
|
|
412
|
+
return this.as;
|
|
407
413
|
}
|
|
408
|
-
set
|
|
409
|
-
let b = this.
|
|
410
|
-
this.
|
|
411
|
-
if (b != this.
|
|
412
|
-
this.
|
|
414
|
+
set av(a) {
|
|
415
|
+
let b = this.as;
|
|
416
|
+
this.as = a;
|
|
417
|
+
if (b != this.as) {
|
|
418
|
+
this.b6("CellPaddingLeft", b, this.as);
|
|
413
419
|
}
|
|
414
420
|
}
|
|
415
|
-
get
|
|
416
|
-
return this.
|
|
421
|
+
get aw() {
|
|
422
|
+
return this.at;
|
|
417
423
|
}
|
|
418
|
-
set
|
|
419
|
-
let b = this.
|
|
420
|
-
this.
|
|
421
|
-
if (b != this.
|
|
422
|
-
this.
|
|
424
|
+
set aw(a) {
|
|
425
|
+
let b = this.at;
|
|
426
|
+
this.at = a;
|
|
427
|
+
if (b != this.at) {
|
|
428
|
+
this.b6("CellPaddingRight", b, this.at);
|
|
423
429
|
}
|
|
424
430
|
}
|
|
425
|
-
get
|
|
426
|
-
return this.
|
|
431
|
+
get c1() {
|
|
432
|
+
return this.co;
|
|
427
433
|
}
|
|
428
|
-
set
|
|
429
|
-
let b = this.
|
|
430
|
-
this.
|
|
431
|
-
if (b != this.
|
|
432
|
-
this.
|
|
434
|
+
set c1(a) {
|
|
435
|
+
let b = this.co;
|
|
436
|
+
this.co = a;
|
|
437
|
+
if (b != this.co) {
|
|
438
|
+
this.b6("IconColor", b, this.co);
|
|
433
439
|
}
|
|
434
440
|
}
|
|
435
|
-
get
|
|
436
|
-
return this.
|
|
441
|
+
get ar() {
|
|
442
|
+
return this.ao;
|
|
437
443
|
}
|
|
438
|
-
set
|
|
439
|
-
let b = this.
|
|
440
|
-
this.
|
|
441
|
-
if (b != this.
|
|
442
|
-
this.
|
|
444
|
+
set ar(a) {
|
|
445
|
+
let b = this.ao;
|
|
446
|
+
this.ao = a;
|
|
447
|
+
if (b != this.ao) {
|
|
448
|
+
this.b6("ViewSize", b, this.ao);
|
|
443
449
|
}
|
|
444
450
|
}
|
|
445
451
|
get x() {
|
|
@@ -449,82 +455,142 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
449
455
|
let b = this.w;
|
|
450
456
|
this.w = a;
|
|
451
457
|
if (this.w != b) {
|
|
452
|
-
this.
|
|
458
|
+
this.b6("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
|
|
453
459
|
}
|
|
454
460
|
}
|
|
455
|
-
get
|
|
456
|
-
return this.
|
|
461
|
+
get ct() {
|
|
462
|
+
return this.cg;
|
|
457
463
|
}
|
|
458
|
-
set
|
|
459
|
-
let b = this.
|
|
460
|
-
this.
|
|
461
|
-
if (b != this.
|
|
462
|
-
this.
|
|
464
|
+
set ct(a) {
|
|
465
|
+
let b = this.cg;
|
|
466
|
+
this.cg = a;
|
|
467
|
+
if (b != this.cg) {
|
|
468
|
+
this.b6("ColumnOptionsBackground", b, this.cg);
|
|
463
469
|
}
|
|
464
470
|
}
|
|
465
|
-
get
|
|
466
|
-
return this.
|
|
471
|
+
get cz() {
|
|
472
|
+
return this.cm;
|
|
467
473
|
}
|
|
468
|
-
set
|
|
469
|
-
let b = this.
|
|
470
|
-
this.
|
|
471
|
-
if (b != this.
|
|
472
|
-
this.
|
|
474
|
+
set cz(a) {
|
|
475
|
+
let b = this.cm;
|
|
476
|
+
this.cm = a;
|
|
477
|
+
if (b != this.cm) {
|
|
478
|
+
this.b6("ColumnOptionsTextColor", b, this.cm);
|
|
473
479
|
}
|
|
474
480
|
}
|
|
475
|
-
get
|
|
476
|
-
return this.
|
|
481
|
+
get ab() {
|
|
482
|
+
return this.z;
|
|
477
483
|
}
|
|
478
|
-
set
|
|
479
|
-
let b = this.
|
|
480
|
-
this.
|
|
481
|
-
if (b != this.
|
|
482
|
-
this.
|
|
484
|
+
set ab(a) {
|
|
485
|
+
let b = this.z;
|
|
486
|
+
this.z = a;
|
|
487
|
+
if (b != this.z) {
|
|
488
|
+
this.b6("ColumnOptionsTextStyle", b, this.z);
|
|
483
489
|
}
|
|
484
490
|
}
|
|
485
|
-
get
|
|
486
|
-
return this.
|
|
491
|
+
get cx() {
|
|
492
|
+
return this.ck;
|
|
487
493
|
}
|
|
488
|
-
set
|
|
489
|
-
let b = this.
|
|
490
|
-
this.
|
|
491
|
-
if (b != this.
|
|
492
|
-
this.
|
|
494
|
+
set cx(a) {
|
|
495
|
+
let b = this.ck;
|
|
496
|
+
this.ck = a;
|
|
497
|
+
if (b != this.ck) {
|
|
498
|
+
this.b6("ColumnOptionsHoverBackgroundColor", b, this.ck);
|
|
493
499
|
}
|
|
494
500
|
}
|
|
495
|
-
get
|
|
496
|
-
return this.
|
|
501
|
+
get c0() {
|
|
502
|
+
return this.cn;
|
|
497
503
|
}
|
|
498
|
-
set
|
|
499
|
-
let b = this.
|
|
500
|
-
this.
|
|
501
|
-
if (b != this.
|
|
502
|
-
this.
|
|
504
|
+
set c0(a) {
|
|
505
|
+
let b = this.cn;
|
|
506
|
+
this.cn = a;
|
|
507
|
+
if (b != this.cn) {
|
|
508
|
+
this.b6("ColumnOptionsToolTipBackgroundColor", b, this.cn);
|
|
503
509
|
}
|
|
504
510
|
}
|
|
505
|
-
get
|
|
506
|
-
return this.
|
|
511
|
+
get cw() {
|
|
512
|
+
return this.cj;
|
|
507
513
|
}
|
|
508
|
-
set
|
|
509
|
-
let b = this.
|
|
510
|
-
this.
|
|
511
|
-
if (b != this.
|
|
512
|
-
this.
|
|
514
|
+
set cw(a) {
|
|
515
|
+
let b = this.cj;
|
|
516
|
+
this.cj = a;
|
|
517
|
+
if (b != this.cj) {
|
|
518
|
+
this.b6("ColumnOptionsHighlightColor", b, this.cj);
|
|
513
519
|
}
|
|
514
520
|
}
|
|
515
|
-
get
|
|
516
|
-
return this.
|
|
521
|
+
get cy() {
|
|
522
|
+
return this.cl;
|
|
523
|
+
}
|
|
524
|
+
set cy(a) {
|
|
525
|
+
let b = this.cl;
|
|
526
|
+
this.cl = a;
|
|
527
|
+
if (b != this.cl) {
|
|
528
|
+
this.b6("ColumnOptionsSeparatorColor", b, this.cl);
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
get cu() {
|
|
532
|
+
return this.ch;
|
|
533
|
+
}
|
|
534
|
+
set cu(a) {
|
|
535
|
+
let b = this.ch;
|
|
536
|
+
this.ch = a;
|
|
537
|
+
if (b != this.ch) {
|
|
538
|
+
this.b6("ColumnOptionsGroupHeaderBackground", b, this.ch);
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
get cv() {
|
|
542
|
+
return this.ci;
|
|
543
|
+
}
|
|
544
|
+
set cv(a) {
|
|
545
|
+
let b = this.ci;
|
|
546
|
+
this.ci = a;
|
|
547
|
+
if (b != this.ci) {
|
|
548
|
+
this.b6("ColumnOptionsGroupHeaderTextColor", b, this.ci);
|
|
549
|
+
}
|
|
517
550
|
}
|
|
518
|
-
|
|
519
|
-
this.
|
|
551
|
+
get aa() {
|
|
552
|
+
return this.y;
|
|
553
|
+
}
|
|
554
|
+
set aa(a) {
|
|
555
|
+
let b = this.y;
|
|
556
|
+
this.y = a;
|
|
557
|
+
if (b != this.y) {
|
|
558
|
+
this.b6("ColumnOptionsGroupHeaderTextStyle", b, this.y);
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
get cs() {
|
|
562
|
+
return this.cf;
|
|
563
|
+
}
|
|
564
|
+
set cs(a) {
|
|
565
|
+
let b = this.cf;
|
|
566
|
+
this.cf = a;
|
|
567
|
+
if (b != this.cf) {
|
|
568
|
+
this.b6("ColumnOptionsAccentColor", b, this.cf);
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
get ax() {
|
|
572
|
+
return this.au;
|
|
573
|
+
}
|
|
574
|
+
set ax(a) {
|
|
575
|
+
let b = this.au;
|
|
576
|
+
this.au = a;
|
|
577
|
+
if (b != this.au) {
|
|
578
|
+
this.b6("ColumnOptionsRowHeight", b, this.au);
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
get aj() {
|
|
582
|
+
return this.v != null ? this.v.bz : false;
|
|
583
|
+
}
|
|
584
|
+
b6(a, b, c) {
|
|
585
|
+
this.b9(a, b, c);
|
|
520
586
|
if (this.propertyChanged != null) {
|
|
521
587
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
522
588
|
}
|
|
523
589
|
}
|
|
524
|
-
|
|
590
|
+
b9(a, b, c) {
|
|
525
591
|
switch (a) {
|
|
526
592
|
case "PixelScalingRatio":
|
|
527
|
-
this.
|
|
593
|
+
this.ap = this.aq;
|
|
528
594
|
break;
|
|
529
595
|
case "ActualPixelScalingRatio":
|
|
530
596
|
this.s.z();
|
|
@@ -544,48 +610,78 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
544
610
|
break;
|
|
545
611
|
case "ColumnOptionsBackground":
|
|
546
612
|
if (this.v != null) {
|
|
547
|
-
this.v.
|
|
548
|
-
this.v.
|
|
613
|
+
this.v.cl = this.ct;
|
|
614
|
+
this.v.cq = this.ct;
|
|
549
615
|
}
|
|
550
616
|
break;
|
|
551
617
|
case "ColumnOptionsTextColor":
|
|
552
618
|
if (this.v != null) {
|
|
553
|
-
this.v.
|
|
554
|
-
this.v.
|
|
555
|
-
this.v.
|
|
556
|
-
this.v.
|
|
557
|
-
this.v.
|
|
558
|
-
this.v.
|
|
619
|
+
this.v.cn = this.cz;
|
|
620
|
+
this.v.cp = this.cz;
|
|
621
|
+
this.v.cb = this.cz;
|
|
622
|
+
this.v.ch = this.cz;
|
|
623
|
+
this.v.ci = this.cz;
|
|
624
|
+
this.v.cj = this.cz;
|
|
625
|
+
}
|
|
626
|
+
break;
|
|
627
|
+
case "ColumnOptionsTextStyle":
|
|
628
|
+
if (this.v != null) {
|
|
629
|
+
this.v.bw = this.ab;
|
|
630
|
+
}
|
|
631
|
+
break;
|
|
632
|
+
case "ColumnOptionsHoverBackgroundColor":
|
|
633
|
+
if (this.v != null) {
|
|
634
|
+
this.v.cg = this.cx;
|
|
635
|
+
}
|
|
636
|
+
break;
|
|
637
|
+
case "ColumnOptionsToolTipBackgroundColor":
|
|
638
|
+
if (this.v != null) {
|
|
639
|
+
this.v.co = this.c0;
|
|
640
|
+
}
|
|
641
|
+
break;
|
|
642
|
+
case "ColumnOptionsHighlightColor":
|
|
643
|
+
if (this.v != null) {
|
|
644
|
+
this.v.cf = this.cw;
|
|
559
645
|
}
|
|
560
646
|
break;
|
|
561
647
|
case "ColumnOptionsSeparatorColor":
|
|
562
648
|
if (this.v != null) {
|
|
563
|
-
this.v.
|
|
649
|
+
this.v.ck = this.cy;
|
|
564
650
|
}
|
|
565
651
|
break;
|
|
566
652
|
case "ColumnOptionsGroupHeaderBackground":
|
|
567
653
|
if (this.v != null) {
|
|
568
|
-
this.v.
|
|
654
|
+
this.v.cc = this.cu;
|
|
569
655
|
}
|
|
570
656
|
break;
|
|
571
657
|
case "ColumnOptionsGroupHeaderTextColor":
|
|
572
658
|
if (this.v != null) {
|
|
573
|
-
this.v.
|
|
659
|
+
this.v.ce = this.cv;
|
|
660
|
+
}
|
|
661
|
+
break;
|
|
662
|
+
case "ColumnOptionsGroupHeaderTextStyle":
|
|
663
|
+
if (this.v != null) {
|
|
664
|
+
this.v.bx = this.aa;
|
|
574
665
|
}
|
|
575
666
|
break;
|
|
576
667
|
case "ColumnOptionsAccentColor":
|
|
577
668
|
if (this.v != null) {
|
|
578
|
-
this.v.
|
|
579
|
-
this.v.
|
|
580
|
-
this.v.
|
|
581
|
-
this.v.
|
|
669
|
+
this.v.b7 = this.cs;
|
|
670
|
+
this.v.b9 = this.cs;
|
|
671
|
+
this.v.ca = this.cs;
|
|
672
|
+
this.v.cr = this.cs;
|
|
673
|
+
}
|
|
674
|
+
break;
|
|
675
|
+
case "ColumnOptionsRowHeight":
|
|
676
|
+
if (this.v != null) {
|
|
677
|
+
this.v.b3 = this.ax;
|
|
582
678
|
}
|
|
583
679
|
break;
|
|
584
680
|
}
|
|
585
681
|
}
|
|
586
|
-
|
|
682
|
+
ca(a, b, c) {
|
|
587
683
|
this.s.v(a, b, c);
|
|
588
|
-
this.
|
|
684
|
+
this.b3();
|
|
589
685
|
}
|
|
590
686
|
get n() {
|
|
591
687
|
return this.m;
|
|
@@ -594,89 +690,96 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
594
690
|
let b = this.m;
|
|
595
691
|
this.m = a;
|
|
596
692
|
if (this.m != b) {
|
|
597
|
-
this.
|
|
693
|
+
this.b2(b, this.m);
|
|
598
694
|
}
|
|
599
695
|
}
|
|
600
|
-
|
|
601
|
-
this.
|
|
696
|
+
b2(a, b) {
|
|
697
|
+
this.ad = true;
|
|
602
698
|
}
|
|
603
|
-
|
|
604
|
-
NativeUIComponent.
|
|
699
|
+
b3() {
|
|
700
|
+
NativeUIComponent.av(this.s.p(), 18, (a) => {
|
|
605
701
|
let b = a;
|
|
606
702
|
this.v = b;
|
|
607
|
-
this.v.
|
|
608
|
-
this.v.
|
|
609
|
-
this.v.
|
|
610
|
-
this.v.
|
|
611
|
-
this.v.
|
|
703
|
+
this.v.b2 = 16;
|
|
704
|
+
this.v.b8 = BrushUtil.l(0, 0, 0, 0);
|
|
705
|
+
this.v.v = false;
|
|
706
|
+
this.v.br = runOn(this, this.bt);
|
|
707
|
+
this.v.bp = runOn(this, this.bs);
|
|
708
|
+
this.v.b0 = false;
|
|
612
709
|
this.s.r(this.v);
|
|
613
710
|
this.v.c = this.x;
|
|
614
|
-
this.v.
|
|
615
|
-
this.v.
|
|
616
|
-
this.v.
|
|
617
|
-
this.v.
|
|
618
|
-
this.v.
|
|
619
|
-
this.v.
|
|
620
|
-
this.v.
|
|
621
|
-
this.v.
|
|
622
|
-
this.v.
|
|
623
|
-
this.v.
|
|
624
|
-
this.v.
|
|
625
|
-
this.v.
|
|
626
|
-
this.v.
|
|
627
|
-
this.v.
|
|
628
|
-
this.v.
|
|
629
|
-
this.v.
|
|
711
|
+
this.v.cl = this.ct;
|
|
712
|
+
this.v.cq = this.ct;
|
|
713
|
+
this.v.cn = this.cz;
|
|
714
|
+
this.v.ce = this.cv;
|
|
715
|
+
this.v.cp = this.cz;
|
|
716
|
+
this.v.cb = this.cz;
|
|
717
|
+
this.v.ch = this.cz;
|
|
718
|
+
this.v.ci = this.cz;
|
|
719
|
+
this.v.cj = this.cz;
|
|
720
|
+
this.v.bw = this.ab;
|
|
721
|
+
this.v.cg = this.cx;
|
|
722
|
+
this.v.co = this.c0;
|
|
723
|
+
this.v.cf = this.cw;
|
|
724
|
+
this.v.ck = this.cy;
|
|
725
|
+
this.v.cc = this.cu;
|
|
726
|
+
this.v.bx = this.aa;
|
|
727
|
+
this.v.b7 = this.cs;
|
|
728
|
+
this.v.b9 = this.cs;
|
|
729
|
+
this.v.ca = this.cs;
|
|
730
|
+
this.v.cr = this.cs;
|
|
731
|
+
this.v.b3 = this.ax;
|
|
732
|
+
this.v.b4 = this.n;
|
|
630
733
|
});
|
|
631
734
|
}
|
|
632
|
-
|
|
633
|
-
if (this.
|
|
634
|
-
this.
|
|
635
|
-
this.v.
|
|
735
|
+
bt(a, b) {
|
|
736
|
+
if (this.ad) {
|
|
737
|
+
this.ad = false;
|
|
738
|
+
this.v.b4 = this.n;
|
|
636
739
|
}
|
|
637
740
|
if (this.n != null) {
|
|
638
741
|
if (this.n.grid != null) {
|
|
639
|
-
this.n.grid.
|
|
742
|
+
this.n.grid.wg();
|
|
640
743
|
}
|
|
641
|
-
this.n.
|
|
744
|
+
this.n.pb();
|
|
642
745
|
}
|
|
643
746
|
if (this.dialogOpening != null) {
|
|
644
747
|
let c = new GridFilterDialogOpeningEventArgs();
|
|
645
748
|
this.dialogOpening(this, c);
|
|
646
749
|
}
|
|
647
750
|
}
|
|
648
|
-
|
|
649
|
-
if (this.
|
|
650
|
-
this.
|
|
751
|
+
bs(a, b) {
|
|
752
|
+
if (this.ae) {
|
|
753
|
+
this.by();
|
|
651
754
|
}
|
|
652
755
|
}
|
|
653
|
-
|
|
756
|
+
bv(a, b) {
|
|
654
757
|
switch (b.propertyName) {
|
|
655
758
|
case "IsHidden": break;
|
|
656
759
|
}
|
|
657
760
|
}
|
|
658
|
-
|
|
761
|
+
b4() {
|
|
659
762
|
}
|
|
660
|
-
|
|
661
|
-
a.onModified = delegateRemove(a.onModified, runOn(this, this.
|
|
763
|
+
b5(a, b) {
|
|
764
|
+
a.onModified = delegateRemove(a.onModified, runOn(this, this.b8));
|
|
662
765
|
if (b) {
|
|
663
|
-
this.
|
|
766
|
+
this.cc();
|
|
664
767
|
}
|
|
665
768
|
else {
|
|
666
|
-
this.
|
|
769
|
+
this.cb(a, true);
|
|
667
770
|
}
|
|
668
771
|
this.f = null;
|
|
669
772
|
}
|
|
670
|
-
|
|
773
|
+
bw() {
|
|
671
774
|
this.s.s();
|
|
672
|
-
if (this.
|
|
775
|
+
if (this.ac == null) {
|
|
673
776
|
let a = new AnimationKeyFrameEffectTiming();
|
|
674
777
|
a.g = 200;
|
|
675
778
|
a.b = 0;
|
|
676
|
-
this.
|
|
779
|
+
this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
|
|
677
780
|
}
|
|
678
781
|
}
|
|
679
|
-
|
|
782
|
+
cd() {
|
|
680
783
|
if (this.filterChanged != null) {
|
|
681
784
|
this.filterChanged(this, ((() => {
|
|
682
785
|
let $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -685,7 +788,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
685
788
|
})()));
|
|
686
789
|
}
|
|
687
790
|
}
|
|
688
|
-
|
|
791
|
+
cc() {
|
|
689
792
|
if (this.filterChanged != null) {
|
|
690
793
|
this.filterChanged(this, ((() => {
|
|
691
794
|
let $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -694,7 +797,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
694
797
|
})()));
|
|
695
798
|
}
|
|
696
799
|
}
|
|
697
|
-
|
|
800
|
+
cb(a, b) {
|
|
698
801
|
let c = this.e(a);
|
|
699
802
|
if (b) {
|
|
700
803
|
if (this.filterChanged != null) {
|
|
@@ -738,7 +841,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
738
841
|
if (e == null) {
|
|
739
842
|
e = b;
|
|
740
843
|
}
|
|
741
|
-
if (this.
|
|
844
|
+
if (this.al(a, a.f._inner[f])) {
|
|
742
845
|
continue;
|
|
743
846
|
}
|
|
744
847
|
e.add(this.d(a.f._inner[f]));
|
|
@@ -748,7 +851,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
748
851
|
}
|
|
749
852
|
return b;
|
|
750
853
|
}
|
|
751
|
-
|
|
854
|
+
al(a, b) {
|
|
752
855
|
let c = 0;
|
|
753
856
|
for (let d = 0; d < b.e.length; d++) {
|
|
754
857
|
if (b.e[d] == b.l) {
|
|
@@ -765,14 +868,14 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
765
868
|
return false;
|
|
766
869
|
}
|
|
767
870
|
g(a, b, c, d) {
|
|
768
|
-
let e = this.
|
|
871
|
+
let e = this.az(c, d);
|
|
769
872
|
if (a > e) {
|
|
770
873
|
b.e();
|
|
771
874
|
return b.d();
|
|
772
875
|
}
|
|
773
876
|
return null;
|
|
774
877
|
}
|
|
775
|
-
|
|
878
|
+
az(a, b) {
|
|
776
879
|
let c = a.c(b);
|
|
777
880
|
if (c == null) {
|
|
778
881
|
return 0;
|
|
@@ -780,7 +883,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
780
883
|
return a.e.indexOf(c);
|
|
781
884
|
}
|
|
782
885
|
h(a, b, c, d) {
|
|
783
|
-
let e = this.
|
|
886
|
+
let e = this.az(c, d);
|
|
784
887
|
if (a < e) {
|
|
785
888
|
let f = c.b(d);
|
|
786
889
|
let g = new ColumnFilterConditionGroup();
|
|
@@ -799,30 +902,30 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
799
902
|
c(a) {
|
|
800
903
|
return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
|
|
801
904
|
}
|
|
802
|
-
|
|
803
|
-
this.
|
|
905
|
+
b8(a) {
|
|
906
|
+
this.cb(a, false);
|
|
804
907
|
}
|
|
805
908
|
t(a, b) {
|
|
806
909
|
let c = new GridFilterDialogViewModel();
|
|
807
910
|
if (a != null) {
|
|
808
|
-
this.
|
|
911
|
+
this.bu(c, a, b);
|
|
809
912
|
}
|
|
810
913
|
else {
|
|
811
914
|
let d = new GridFilterDialogViewModelRow();
|
|
812
915
|
d.f = b;
|
|
813
916
|
d.e = GridFilterDialog.a(b);
|
|
814
917
|
d.d = GridFilterDialog.b(b);
|
|
815
|
-
d.l = GridFilterDialog.
|
|
918
|
+
d.l = GridFilterDialog.bk(b[0]);
|
|
816
919
|
c.f.add(d);
|
|
817
920
|
}
|
|
818
921
|
return c;
|
|
819
922
|
}
|
|
820
|
-
|
|
923
|
+
bu(a, b, c) {
|
|
821
924
|
if (b.isGroup()) {
|
|
822
925
|
let d = b;
|
|
823
926
|
for (let e = 0; e < d.count; e++) {
|
|
824
927
|
let f = d.item(e);
|
|
825
|
-
this.
|
|
928
|
+
this.bu(a, f, c);
|
|
826
929
|
}
|
|
827
930
|
}
|
|
828
931
|
else {
|
|
@@ -831,24 +934,24 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
831
934
|
}
|
|
832
935
|
u(a, b) {
|
|
833
936
|
let c = new GridFilterDialogViewModelRow();
|
|
834
|
-
c.l = GridFilterDialog.
|
|
937
|
+
c.l = GridFilterDialog.bk(a.operator);
|
|
835
938
|
c.f = b;
|
|
836
939
|
c.e = GridFilterDialog.a(b);
|
|
837
|
-
c.i = GridFilterDialog.
|
|
838
|
-
c.j = GridFilterDialog.
|
|
940
|
+
c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
|
|
941
|
+
c.j = GridFilterDialog.a3(GridFilterDialog.ay(a.operator), a.operator, a);
|
|
839
942
|
c.d = GridFilterDialog.b(b);
|
|
840
943
|
return c;
|
|
841
944
|
}
|
|
842
|
-
static
|
|
945
|
+
static ay(a) {
|
|
843
946
|
return ColumnComparisonFilterCondition.getOperandNumber(a);
|
|
844
947
|
}
|
|
845
|
-
static
|
|
948
|
+
static a2(a, b, c) {
|
|
846
949
|
if (a == 0) {
|
|
847
950
|
return "";
|
|
848
951
|
}
|
|
849
952
|
return c.value != null ? c.value.toString() : "";
|
|
850
953
|
}
|
|
851
|
-
static
|
|
954
|
+
static a3(a, b, c) {
|
|
852
955
|
return "";
|
|
853
956
|
}
|
|
854
957
|
static b(a) {
|
|
@@ -861,56 +964,56 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
861
964
|
}
|
|
862
965
|
return b;
|
|
863
966
|
}
|
|
864
|
-
static
|
|
967
|
+
static bk(a) {
|
|
865
968
|
return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
|
|
866
969
|
}
|
|
867
|
-
|
|
970
|
+
b1(a, b) {
|
|
868
971
|
this.s.w(a, b);
|
|
869
972
|
}
|
|
870
|
-
|
|
973
|
+
b0() {
|
|
871
974
|
this.s.u();
|
|
872
975
|
}
|
|
873
|
-
|
|
976
|
+
bz(a, b, c) {
|
|
874
977
|
}
|
|
875
|
-
|
|
876
|
-
this.
|
|
978
|
+
ce() {
|
|
979
|
+
this.ae = false;
|
|
877
980
|
if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
|
|
878
981
|
return;
|
|
879
982
|
}
|
|
880
|
-
if (this.
|
|
881
|
-
this.
|
|
882
|
-
if (this.
|
|
883
|
-
this.
|
|
983
|
+
if (this.ai) {
|
|
984
|
+
this.bw();
|
|
985
|
+
if (this.ac.playbackRate < 0) {
|
|
986
|
+
this.ac.reverse();
|
|
884
987
|
}
|
|
885
988
|
else {
|
|
886
|
-
this.
|
|
989
|
+
this.ac.play();
|
|
887
990
|
}
|
|
888
|
-
this.
|
|
991
|
+
this.ac.finished.f((a) => this.ac.commitStyles());
|
|
889
992
|
}
|
|
890
993
|
else {
|
|
891
|
-
NativeUI.
|
|
994
|
+
NativeUI.ab(this.s.q, 1);
|
|
892
995
|
}
|
|
893
996
|
}
|
|
894
|
-
|
|
895
|
-
this.
|
|
896
|
-
if (!this.
|
|
997
|
+
by() {
|
|
998
|
+
this.ae = true;
|
|
999
|
+
if (!this.aj) {
|
|
897
1000
|
if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
|
|
898
1001
|
return;
|
|
899
1002
|
}
|
|
900
|
-
if (this.
|
|
901
|
-
this.
|
|
902
|
-
if (this.
|
|
903
|
-
this.
|
|
1003
|
+
if (this.ai) {
|
|
1004
|
+
this.bw();
|
|
1005
|
+
if (this.ac.playbackRate < 0) {
|
|
1006
|
+
this.ac.play();
|
|
904
1007
|
}
|
|
905
1008
|
else {
|
|
906
|
-
this.
|
|
1009
|
+
this.ac.reverse();
|
|
907
1010
|
}
|
|
908
|
-
this.
|
|
1011
|
+
this.ac.finished.f((a) => this.ac.commitStyles());
|
|
909
1012
|
}
|
|
910
1013
|
else {
|
|
911
|
-
NativeUI.
|
|
1014
|
+
NativeUI.ab(this.s.q, 0);
|
|
912
1015
|
}
|
|
913
|
-
this.
|
|
1016
|
+
this.ae = false;
|
|
914
1017
|
}
|
|
915
1018
|
}
|
|
916
1019
|
get commandCompleted() {
|
|
@@ -925,22 +1028,25 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
925
1028
|
set invalidateActions(a) {
|
|
926
1029
|
this._invalidateActions = a;
|
|
927
1030
|
}
|
|
928
|
-
|
|
1031
|
+
b7() {
|
|
929
1032
|
if (this.renderCompleted != null) {
|
|
930
1033
|
this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
|
|
931
1034
|
}
|
|
932
1035
|
}
|
|
933
|
-
|
|
1036
|
+
bx() {
|
|
934
1037
|
if (this.v != null) {
|
|
935
|
-
if (this.n != null && this.v.
|
|
936
|
-
this.v.
|
|
1038
|
+
if (this.n != null && this.v.b4 != this.n) {
|
|
1039
|
+
this.v.b4 = this.n;
|
|
937
1040
|
}
|
|
938
1041
|
}
|
|
939
1042
|
}
|
|
1043
|
+
get ah() {
|
|
1044
|
+
return this.v.b4 != null;
|
|
1045
|
+
}
|
|
940
1046
|
getDesiredToolbarActions() {
|
|
941
|
-
if (!GridFilterDialog.
|
|
942
|
-
GridFilterDialog.
|
|
943
|
-
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.
|
|
1047
|
+
if (!GridFilterDialog.ag) {
|
|
1048
|
+
GridFilterDialog.ag = true;
|
|
1049
|
+
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bj);
|
|
944
1050
|
}
|
|
945
1051
|
let a = new ToolActionIconMenuInfo();
|
|
946
1052
|
a.name = "DataGridColumnOptionsPlaceholder";
|
|
@@ -975,7 +1081,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
975
1081
|
}
|
|
976
1082
|
dismissContextAccessor(a) {
|
|
977
1083
|
}
|
|
978
|
-
|
|
1084
|
+
ak(e_) {
|
|
979
1085
|
let a = e_.originalEvent.srcElement;
|
|
980
1086
|
let b = e_.originalEvent.target;
|
|
981
1087
|
if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
|
|
@@ -985,8 +1091,8 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
985
1091
|
}
|
|
986
1092
|
}
|
|
987
1093
|
GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
|
|
988
|
-
GridFilterDialog.
|
|
989
|
-
GridFilterDialog.
|
|
1094
|
+
GridFilterDialog.ag = false;
|
|
1095
|
+
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";
|
|
990
1096
|
return GridFilterDialog;
|
|
991
1097
|
})();
|
|
992
1098
|
/**
|
|
@@ -1016,7 +1122,7 @@ export let GridFilterDialogViewModel = /*@__PURE__*/ (() => {
|
|
|
1016
1122
|
a.f = b;
|
|
1017
1123
|
a.e = GridFilterDialog.a(b);
|
|
1018
1124
|
a.d = GridFilterDialog.b(b);
|
|
1019
|
-
a.l = GridFilterDialog.
|
|
1125
|
+
a.l = GridFilterDialog.bk(b[0]);
|
|
1020
1126
|
this.f.add(a);
|
|
1021
1127
|
}
|
|
1022
1128
|
u(a) {
|