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