igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +24378 -21126
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +28 -28
- package/esm2015/lib/CheckboxListBridge.js +54 -26
- package/esm2015/lib/CheckboxListView_combined.js +775 -745
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
- package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +7 -7
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +11 -11
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +25 -25
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +71 -69
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +17 -17
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +15 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm2015/lib/GridStyleRepository.js +272 -431
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +31 -31
- package/esm2015/lib/SectionHeaderCell.js +20 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +34 -25
- package/esm2015/lib/SummaryCellPresenter.js +8 -8
- package/esm2015/lib/TemplateCell.js +12 -12
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +177 -136
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +89 -90
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +390 -193
- package/esm2015/lib/igc-data-grid-component.js +241 -2
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +121 -10
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +3 -0
- package/esm5/lib/CanvasCellPresenterBase.js +5 -5
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +28 -28
- package/esm5/lib/CheckboxListBridge.js +54 -26
- package/esm5/lib/CheckboxListView_combined.js +748 -718
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
- package/esm5/lib/ColumnGroupingView_combined.js +24 -24
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +7 -7
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +13 -13
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +11 -11
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +25 -25
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +70 -68
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +17 -17
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +15 -6
- package/esm5/lib/GridFilterDialogView_combined.js +478 -177
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm5/lib/GridStyleRepository.js +280 -583
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +31 -31
- package/esm5/lib/SectionHeaderCell.js +20 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +35 -26
- package/esm5/lib/SummaryCellPresenter.js +8 -8
- package/esm5/lib/TemplateCell.js +12 -12
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +175 -134
- package/esm5/lib/TextHeaderCellPresenter.js +66 -25
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +89 -90
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +478 -193
- package/esm5/lib/igc-data-grid-component.js +324 -3
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-date-time-column-module.js +2 -0
- package/esm5/lib/igc-definition-base-component.js +129 -129
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +173 -10
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +3 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
- package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +159 -154
- package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +104 -61
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +23 -83
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +4 -2
- package/lib/SummaryCell.d.ts +6 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +77 -0
- package/lib/igc-data-grid-component.d.ts +94 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +48 -0
- package/package.json +4 -4
- package/public_api.d.ts +3 -0
|
@@ -23,33 +23,33 @@ let FilterCellPresenter = /*@__PURE__*/ (() => {
|
|
|
23
23
|
e(a) {
|
|
24
24
|
let b = a;
|
|
25
25
|
if (a.a7) {
|
|
26
|
-
if (b.bc(FilterCellModel.
|
|
27
|
-
this.d.
|
|
26
|
+
if (b.bc(FilterCellModel.oj)) {
|
|
27
|
+
this.d.dy = b.n6;
|
|
28
28
|
}
|
|
29
|
-
if (b.bc(CellModel.
|
|
30
|
-
this.d.
|
|
29
|
+
if (b.bc(CellModel.f7)) {
|
|
30
|
+
this.d.ed = b.aj;
|
|
31
31
|
}
|
|
32
|
-
if (b.bc(FilterCellModel.
|
|
33
|
-
this.d.
|
|
32
|
+
if (b.bc(FilterCellModel.om)) {
|
|
33
|
+
this.d.dx = b.n4;
|
|
34
34
|
}
|
|
35
|
-
if (b.bc(FilterCellModel.
|
|
36
|
-
this.d.
|
|
35
|
+
if (b.bc(FilterCellModel.ol)) {
|
|
36
|
+
this.d.d6 = b.oa;
|
|
37
37
|
}
|
|
38
|
-
if (b.bc(FilterCellModel.
|
|
39
|
-
if (b.
|
|
40
|
-
this.d.
|
|
38
|
+
if (b.bc(FilterCellModel.on)) {
|
|
39
|
+
if (b.oc) {
|
|
40
|
+
this.d.e0();
|
|
41
41
|
}
|
|
42
42
|
else {
|
|
43
|
-
this.d.
|
|
43
|
+
this.d.ez();
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
if (b.bc(FilterCellModel.e5)) {
|
|
47
|
-
this.d.
|
|
47
|
+
this.d.fl = b.nf;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
if (a.bn || a.bs) {
|
|
51
|
-
if (b.bc(FilterCellModel.
|
|
52
|
-
this.d.
|
|
51
|
+
if (b.bc(FilterCellModel.h8) || b.bc(FilterCellModel.h9) || b.bc(FilterCellModel.h7) || b.bc(FilterCellModel.ga)) {
|
|
52
|
+
this.d.fj(b.c8, b.c9, b.h6, b.f9);
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -105,14 +105,14 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
105
105
|
this.ck("SuffixText", b, this.bp);
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
|
-
get
|
|
109
|
-
return this.
|
|
108
|
+
get dt() {
|
|
109
|
+
return this.dq;
|
|
110
110
|
}
|
|
111
|
-
set
|
|
112
|
-
let b = this.
|
|
113
|
-
this.
|
|
114
|
-
if (b != this.
|
|
115
|
-
this.ck("SuffixTextColor", b, this.
|
|
111
|
+
set dt(a) {
|
|
112
|
+
let b = this.dq;
|
|
113
|
+
this.dq = a;
|
|
114
|
+
if (b != this.dq) {
|
|
115
|
+
this.ck("SuffixTextColor", b, this.dq);
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
get n() {
|
|
@@ -171,6 +171,16 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
171
171
|
this.ck("SuffixIconCollectionName", b, this.bn);
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
|
+
get ds() {
|
|
175
|
+
return this.dp;
|
|
176
|
+
}
|
|
177
|
+
set ds(a) {
|
|
178
|
+
let b = this.dp;
|
|
179
|
+
this.dp = a;
|
|
180
|
+
if (b != this.dp) {
|
|
181
|
+
this.ck("SuffixIconStroke", b, this.dp);
|
|
182
|
+
}
|
|
183
|
+
}
|
|
174
184
|
get dr() {
|
|
175
185
|
return this.dn;
|
|
176
186
|
}
|
|
@@ -178,27 +188,17 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
178
188
|
let b = this.dn;
|
|
179
189
|
this.dn = a;
|
|
180
190
|
if (b != this.dn) {
|
|
181
|
-
this.ck("
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
get dq() {
|
|
185
|
-
return this.dm;
|
|
186
|
-
}
|
|
187
|
-
set dq(a) {
|
|
188
|
-
let b = this.dm;
|
|
189
|
-
this.dm = a;
|
|
190
|
-
if (b != this.dm) {
|
|
191
|
-
this.ck("SuffixIconFill", b, this.dm);
|
|
191
|
+
this.ck("SuffixIconFill", b, this.dn);
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
|
-
get
|
|
195
|
-
return this.
|
|
194
|
+
get dv() {
|
|
195
|
+
return this.du;
|
|
196
196
|
}
|
|
197
|
-
set
|
|
198
|
-
let b = this.
|
|
199
|
-
this.
|
|
200
|
-
if (Rect.l_op_Inequality(b, this.
|
|
201
|
-
this.ck("SuffixIconViewBox", b, this.
|
|
197
|
+
set dv(a) {
|
|
198
|
+
let b = this.du;
|
|
199
|
+
this.du = a;
|
|
200
|
+
if (Rect.l_op_Inequality(b, this.du)) {
|
|
201
|
+
this.ck("SuffixIconViewBox", b, this.du);
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
204
|
cm() {
|
|
@@ -232,22 +232,22 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
232
232
|
cn() {
|
|
233
233
|
if (this.aq != null) {
|
|
234
234
|
this.c8(this.aq, this.bp);
|
|
235
|
-
this.c9(this.aq, this.
|
|
235
|
+
this.c9(this.aq, this.dt);
|
|
236
236
|
this.c0(this.aq, this.n);
|
|
237
|
-
this.
|
|
237
|
+
this.db(this.aq, this.h);
|
|
238
238
|
}
|
|
239
239
|
if (this.l != null) {
|
|
240
|
-
this.l.ea = this.
|
|
241
|
-
this.l.fill = this.
|
|
242
|
-
if (!this.
|
|
243
|
-
this.l.a6 = this.
|
|
244
|
-
this.l.a7 = this.
|
|
245
|
-
this.l.a8 = this.
|
|
246
|
-
this.l.a5 = this.
|
|
240
|
+
this.l.ea = this.ds;
|
|
241
|
+
this.l.fill = this.dr;
|
|
242
|
+
if (!this.dv.isEmpty && !isNaN_(this.dv.left) && !isNaN_(this.dv.top) && !isNaN_(this.dv.width) && !isNaN_(this.dv.height)) {
|
|
243
|
+
this.l.a6 = this.dv.left;
|
|
244
|
+
this.l.a7 = this.dv.top;
|
|
245
|
+
this.l.a8 = this.dv.width;
|
|
246
|
+
this.l.a5 = this.dv.height;
|
|
247
247
|
}
|
|
248
|
-
this.c7(this.ap, this.
|
|
249
|
-
this.cz(this.ap, this.
|
|
250
|
-
this.
|
|
248
|
+
this.c7(this.ap, this.ds);
|
|
249
|
+
this.cz(this.ap, this.dr);
|
|
250
|
+
this.db(this.ap, this.h);
|
|
251
251
|
this.c3(this.l, this.bv, this.by);
|
|
252
252
|
}
|
|
253
253
|
}
|
|
@@ -255,8 +255,8 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
255
255
|
a.svg = null;
|
|
256
256
|
a.svgPath = null;
|
|
257
257
|
a.b = null;
|
|
258
|
-
a.
|
|
259
|
-
a.
|
|
258
|
+
a.b2 = null;
|
|
259
|
+
a.bj = null;
|
|
260
260
|
let d = SvgIconRegistry.instance.getSvgPathString(this.bn, this.bo);
|
|
261
261
|
if (d != null) {
|
|
262
262
|
if (stringStartsWith(d, "<svg")) {
|
|
@@ -274,12 +274,12 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
274
274
|
}
|
|
275
275
|
let f = SvgIconRegistry.instance.getDataURLString(this.bn, this.bo);
|
|
276
276
|
if (f != null) {
|
|
277
|
-
a.
|
|
277
|
+
a.b2 = f;
|
|
278
278
|
return;
|
|
279
279
|
}
|
|
280
280
|
let g = SvgIconRegistry.instance.getIconSource(this.bn, this.bo);
|
|
281
281
|
if (g != null) {
|
|
282
|
-
a.
|
|
282
|
+
a.bj = g;
|
|
283
283
|
}
|
|
284
284
|
}
|
|
285
285
|
get aj() {
|
|
@@ -312,14 +312,14 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
312
312
|
this.v = true;
|
|
313
313
|
this.aq = null;
|
|
314
314
|
this.bp = null;
|
|
315
|
-
this.
|
|
315
|
+
this.dq = null;
|
|
316
316
|
this.m = null;
|
|
317
317
|
this.x = false;
|
|
318
318
|
this.bo = null;
|
|
319
319
|
this.bn = null;
|
|
320
|
+
this.dp = null;
|
|
320
321
|
this.dn = null;
|
|
321
|
-
this.
|
|
322
|
-
this.dt = Rect.empty;
|
|
322
|
+
this.du = Rect.empty;
|
|
323
323
|
this.al = null;
|
|
324
324
|
this.ap = null;
|
|
325
325
|
this.l = null;
|
|
@@ -333,7 +333,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
333
333
|
this.aw = 0;
|
|
334
334
|
this.av = 0;
|
|
335
335
|
this.at = 0;
|
|
336
|
-
this.
|
|
336
|
+
this.dm = null;
|
|
337
337
|
this.a3 = 0;
|
|
338
338
|
this.bc = 0;
|
|
339
339
|
this.a4 = 0;
|
|
@@ -372,9 +372,9 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
372
372
|
this.an.listen("mouseup", runOn(this, this.cf));
|
|
373
373
|
this.an.listen("mousemove", runOn(this, this.ce));
|
|
374
374
|
this.an.listen("mouseleave", runOn(this, this.cd));
|
|
375
|
-
this.an.listen("touchstart", runOn(this, this.
|
|
376
|
-
this.an.listen("touchend", runOn(this, this.
|
|
377
|
-
this.an.listen("touchmove", runOn(this, this.
|
|
375
|
+
this.an.listen("touchstart", runOn(this, this.de));
|
|
376
|
+
this.an.listen("touchend", runOn(this, this.dg));
|
|
377
|
+
this.an.listen("touchmove", runOn(this, this.df));
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
380
|
ca() {
|
|
@@ -438,7 +438,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
438
438
|
this.aw = c;
|
|
439
439
|
this.av = d;
|
|
440
440
|
this.at = e;
|
|
441
|
-
this.
|
|
441
|
+
this.dm = a;
|
|
442
442
|
if (a == null) {
|
|
443
443
|
this.an.setRawStyleProperty("border", "");
|
|
444
444
|
}
|
|
@@ -476,18 +476,18 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
476
476
|
if (this.ao != null) {
|
|
477
477
|
this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2));
|
|
478
478
|
}
|
|
479
|
-
this.
|
|
479
|
+
this.dd(this.bc, this.a3, this.bc, c);
|
|
480
480
|
}
|
|
481
481
|
}
|
|
482
|
-
|
|
482
|
+
dc(a, b) {
|
|
483
483
|
if (this.bc != a) {
|
|
484
484
|
let c = this.bc;
|
|
485
485
|
this.bc = a;
|
|
486
486
|
this.an.setRawStyleProperty("width", a.toString() + "px");
|
|
487
|
-
this.
|
|
487
|
+
this.dd(this.bc, this.a3, c, this.a3);
|
|
488
488
|
}
|
|
489
489
|
}
|
|
490
|
-
|
|
490
|
+
dd(a, b, c, d) {
|
|
491
491
|
}
|
|
492
492
|
b8() {
|
|
493
493
|
if (!this.ae) {
|
|
@@ -549,13 +549,13 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
549
549
|
let a = this.q();
|
|
550
550
|
return a.getGenerator("PlaceholderWidths");
|
|
551
551
|
}
|
|
552
|
-
|
|
552
|
+
dl(a) {
|
|
553
553
|
if (!this.ae) {
|
|
554
554
|
return;
|
|
555
555
|
}
|
|
556
556
|
this.k.i = (a * 0.20000000298023224);
|
|
557
557
|
}
|
|
558
|
-
|
|
558
|
+
dj(a, b, c, d) {
|
|
559
559
|
if (this.k != null) {
|
|
560
560
|
let e = this.ah;
|
|
561
561
|
let f = this.ag;
|
|
@@ -580,10 +580,10 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
580
580
|
co(a) {
|
|
581
581
|
this.h = a;
|
|
582
582
|
if (this.aq != null) {
|
|
583
|
-
this.
|
|
583
|
+
this.db(this.aq, a);
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
|
-
|
|
586
|
+
dk(a) {
|
|
587
587
|
if (!this.ae) {
|
|
588
588
|
return;
|
|
589
589
|
}
|
|
@@ -595,8 +595,8 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
595
595
|
this.ag = b;
|
|
596
596
|
this.k.d = (b);
|
|
597
597
|
}
|
|
598
|
-
let c = a.
|
|
599
|
-
let d = a.
|
|
598
|
+
let c = a.h6 * 0.2;
|
|
599
|
+
let d = a.f9 * 0.6;
|
|
600
600
|
if (this.ah >= c && this.ah <= d && !this.y) {
|
|
601
601
|
return;
|
|
602
602
|
}
|
|
@@ -609,9 +609,9 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
609
609
|
this.ah = e;
|
|
610
610
|
this.k.e = e;
|
|
611
611
|
}
|
|
612
|
-
this.
|
|
612
|
+
this.dj(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
|
|
613
613
|
}
|
|
614
|
-
|
|
614
|
+
dh(a, b) {
|
|
615
615
|
if (!this.ae) {
|
|
616
616
|
return;
|
|
617
617
|
}
|
|
@@ -619,7 +619,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
619
619
|
this.i = b;
|
|
620
620
|
this.y = true;
|
|
621
621
|
}
|
|
622
|
-
|
|
622
|
+
di(a) {
|
|
623
623
|
if (!this.ae) {
|
|
624
624
|
return;
|
|
625
625
|
}
|
|
@@ -652,7 +652,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
652
652
|
break;
|
|
653
653
|
}
|
|
654
654
|
}
|
|
655
|
-
|
|
655
|
+
db(a, b) {
|
|
656
656
|
switch (b) {
|
|
657
657
|
case 0:
|
|
658
658
|
a.setRawStyleProperty("vertical-align", "top");
|
|
@@ -693,7 +693,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
693
693
|
cp(e_) {
|
|
694
694
|
let a = (e_.originalEvent.pointerType);
|
|
695
695
|
if (a == "touch") {
|
|
696
|
-
this.
|
|
696
|
+
this.de(e_);
|
|
697
697
|
}
|
|
698
698
|
else {
|
|
699
699
|
this.cb(e_);
|
|
@@ -702,7 +702,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
702
702
|
cs(e_) {
|
|
703
703
|
let a = (e_.originalEvent.pointerType);
|
|
704
704
|
if (a == "touch") {
|
|
705
|
-
this.
|
|
705
|
+
this.df(e_);
|
|
706
706
|
}
|
|
707
707
|
else {
|
|
708
708
|
this.ce(e_);
|
|
@@ -711,7 +711,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
711
711
|
ct(e_) {
|
|
712
712
|
let a = (e_.originalEvent.pointerType);
|
|
713
713
|
if (a == "touch") {
|
|
714
|
-
this.
|
|
714
|
+
this.dg(e_);
|
|
715
715
|
}
|
|
716
716
|
else {
|
|
717
717
|
this.cf(e_);
|
|
@@ -729,13 +729,13 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
729
729
|
this.cc(e_);
|
|
730
730
|
}
|
|
731
731
|
}
|
|
732
|
-
|
|
732
|
+
de(a) {
|
|
733
733
|
this.onContactStarted(a, true);
|
|
734
734
|
}
|
|
735
|
-
|
|
735
|
+
df(a) {
|
|
736
736
|
this.onContactMoved(a, true);
|
|
737
737
|
}
|
|
738
|
-
|
|
738
|
+
dg(a) {
|
|
739
739
|
this.onContactCompleted(a, true);
|
|
740
740
|
}
|
|
741
741
|
onContactStarted(e_, a) {
|
|
@@ -940,6 +940,8 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
940
940
|
}
|
|
941
941
|
detach() {
|
|
942
942
|
}
|
|
943
|
+
da(a) {
|
|
944
|
+
}
|
|
943
945
|
}
|
|
944
946
|
GridCellBase.$t = /*@__PURE__*/ markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
|
|
945
947
|
GridCellBase.o = null;
|
|
@@ -55,12 +55,12 @@ let GridColumnButtonOptionsView = /*@__PURE__*/ (() => {
|
|
|
55
55
|
f.setStyleProperty("margin-left", "1rem");
|
|
56
56
|
let g = this.o;
|
|
57
57
|
g.clicked = delegateCombine(g.clicked, runOn(this, this.v));
|
|
58
|
-
this.o.
|
|
58
|
+
this.o.g7 = "1";
|
|
59
59
|
let h;
|
|
60
60
|
let i = ((() => { let j = GridColumnOptionsUtilities.g(this.n, b, null, c.p, c.j, Size.empty, this.p, h, this.u); this.p = j.p6; h = j.p7; this.u = j.p8; return j.ret; })());
|
|
61
61
|
let j = this.p;
|
|
62
62
|
j.clicked = delegateCombine(j.clicked, runOn(this, this.w));
|
|
63
|
-
this.p.
|
|
63
|
+
this.p.g7 = "1";
|
|
64
64
|
this.p.e = 2;
|
|
65
65
|
let k = b.createElement("div");
|
|
66
66
|
k.setStyleProperty("display", "flex");
|
|
@@ -46,7 +46,7 @@ let GridColumnFilterOptionsView = /*@__PURE__*/ (() => {
|
|
|
46
46
|
if (null != this.w && null != this.x) {
|
|
47
47
|
this.w.setStyleProperty("padding-bottom", "5px");
|
|
48
48
|
this.w.setStyleProperty("margin", "0 -8px");
|
|
49
|
-
switch (this.q.
|
|
49
|
+
switch (this.q.r) {
|
|
50
50
|
case 2:
|
|
51
51
|
this.x.setStyleProperty("margin", "0 -.25rem");
|
|
52
52
|
break;
|
|
@@ -147,7 +147,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
147
147
|
if (this.c != null && this.c.filterUIType != 0) {
|
|
148
148
|
return false;
|
|
149
149
|
}
|
|
150
|
-
if (!this.column.
|
|
150
|
+
if (!this.column.j7) {
|
|
151
151
|
return false;
|
|
152
152
|
}
|
|
153
153
|
if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
|
|
@@ -257,7 +257,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
257
257
|
this.bc("TextFilterCaption", b, this.cf);
|
|
258
258
|
}
|
|
259
259
|
cu() {
|
|
260
|
-
let a = this.bx.
|
|
260
|
+
let a = this.bx.a2();
|
|
261
261
|
this.bw.al(!a);
|
|
262
262
|
let b = this.b3();
|
|
263
263
|
this.bw.am(b);
|
|
@@ -286,7 +286,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
286
286
|
c.add(h);
|
|
287
287
|
}
|
|
288
288
|
if (c.count == 1) {
|
|
289
|
-
this.column.
|
|
289
|
+
this.column.g4 = c._inner[0];
|
|
290
290
|
}
|
|
291
291
|
else {
|
|
292
292
|
let i = new ColumnFilterConditionGroup();
|
|
@@ -294,9 +294,9 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
294
294
|
for (let j of fromEnum(c)) {
|
|
295
295
|
i.add(j);
|
|
296
296
|
}
|
|
297
|
-
this.column.
|
|
297
|
+
this.column.g4 = i;
|
|
298
298
|
}
|
|
299
|
-
this.column.
|
|
299
|
+
this.column.o9("Filtered");
|
|
300
300
|
}
|
|
301
301
|
provideClearFiltersSection(a) {
|
|
302
302
|
this.bw.ah(a);
|
|
@@ -319,7 +319,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
319
319
|
this.bw.ak(a);
|
|
320
320
|
}
|
|
321
321
|
cl() {
|
|
322
|
-
this.column.
|
|
322
|
+
this.column.g4 = null;
|
|
323
323
|
this.cv();
|
|
324
324
|
}
|
|
325
325
|
static bv(a, b) {
|
|
@@ -333,12 +333,12 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
333
333
|
if (null == a) {
|
|
334
334
|
return false;
|
|
335
335
|
}
|
|
336
|
-
return null != a.
|
|
336
|
+
return null != a.g4;
|
|
337
337
|
}
|
|
338
338
|
co() {
|
|
339
339
|
let a = this.column;
|
|
340
340
|
let b = this.c;
|
|
341
|
-
let c = (null != a) ? a.
|
|
341
|
+
let c = (null != a) ? a.nf : null;
|
|
342
342
|
let d = null;
|
|
343
343
|
let e = null;
|
|
344
344
|
if (b != null) {
|
|
@@ -398,7 +398,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
398
398
|
}
|
|
399
399
|
cv() {
|
|
400
400
|
let a = this.column;
|
|
401
|
-
let b = (null != a) ? a.
|
|
401
|
+
let b = (null != a) ? a.nf : null;
|
|
402
402
|
let c = true;
|
|
403
403
|
let d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
|
|
404
404
|
let e = this.b4();
|
|
@@ -420,15 +420,15 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
420
420
|
}
|
|
421
421
|
}
|
|
422
422
|
if (e.count == 0 || !c) {
|
|
423
|
-
this.bx.
|
|
423
|
+
this.bx.ej();
|
|
424
424
|
return;
|
|
425
425
|
}
|
|
426
426
|
switch (d.value) {
|
|
427
427
|
case 0:
|
|
428
|
-
this.bx.
|
|
428
|
+
this.bx.dg();
|
|
429
429
|
break;
|
|
430
430
|
case 1:
|
|
431
|
-
this.bx.
|
|
431
|
+
this.bx.ej();
|
|
432
432
|
break;
|
|
433
433
|
}
|
|
434
434
|
let h = this.bx.keys;
|
|
@@ -443,8 +443,8 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
443
443
|
if (null == b) {
|
|
444
444
|
return a;
|
|
445
445
|
}
|
|
446
|
-
if (null != b.
|
|
447
|
-
let c = GridColumnFilterOptions.cm(b.
|
|
446
|
+
if (null != b.g4) {
|
|
447
|
+
let c = GridColumnFilterOptions.cm(b.g4, a);
|
|
448
448
|
a = c.p1;
|
|
449
449
|
}
|
|
450
450
|
return a;
|
|
@@ -470,9 +470,9 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
470
470
|
cw() {
|
|
471
471
|
if (null != this.bx) {
|
|
472
472
|
this.bx.density = this.b0;
|
|
473
|
-
this.bx.
|
|
473
|
+
this.bx.cf = this.cc;
|
|
474
474
|
this.bx.backgroundColor = this.bo;
|
|
475
|
-
this.bx.
|
|
475
|
+
this.bx.fp = this.br;
|
|
476
476
|
this.bx.baseTheme = this.i;
|
|
477
477
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
478
478
|
}
|
|
@@ -66,12 +66,12 @@ let GridColumnGroupOptionsView = /*@__PURE__*/ (() => {
|
|
|
66
66
|
GridColumnOptionsUtilities.j(this.s, b, "inline-block");
|
|
67
67
|
if (b) {
|
|
68
68
|
this.o.e = 1;
|
|
69
|
-
this.o.
|
|
69
|
+
this.o.fc = "stretch";
|
|
70
70
|
this.t.setStyleProperty("justify-content", "space-between");
|
|
71
71
|
}
|
|
72
72
|
else {
|
|
73
73
|
this.o.e = 4;
|
|
74
|
-
this.o.
|
|
74
|
+
this.o.fc = "center";
|
|
75
75
|
this.t.setStyleProperty("justify-content", "center");
|
|
76
76
|
}
|
|
77
77
|
this.s.setStyleProperty("font", a.aa.fontString);
|
|
@@ -113,7 +113,7 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
113
113
|
if (null == this.c) {
|
|
114
114
|
return false;
|
|
115
115
|
}
|
|
116
|
-
return this.column.
|
|
116
|
+
return this.column.jw;
|
|
117
117
|
}
|
|
118
118
|
bj(a, b) {
|
|
119
119
|
if (null != a) {
|
|
@@ -154,7 +154,7 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
154
154
|
if (null != a) {
|
|
155
155
|
let c = a.grid;
|
|
156
156
|
if (null != c) {
|
|
157
|
-
let d = a.
|
|
157
|
+
let d = a.nf;
|
|
158
158
|
let e = c.groupDescriptions.j;
|
|
159
159
|
for (let f = 0; f < e.count; f++) {
|
|
160
160
|
let g = e.item(f);
|
|
@@ -179,13 +179,13 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
179
179
|
let a = this.c;
|
|
180
180
|
let b = this.column;
|
|
181
181
|
if (null != a && null != b) {
|
|
182
|
-
let c = new ColumnGroupDescription(1, b.
|
|
183
|
-
let d = b.
|
|
182
|
+
let c = new ColumnGroupDescription(1, b.nf);
|
|
183
|
+
let d = b.hu;
|
|
184
184
|
let e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
|
|
185
185
|
c.c = e;
|
|
186
186
|
a.groupDescriptions.g(c);
|
|
187
|
-
b.
|
|
188
|
-
b.
|
|
187
|
+
b.hu = 0;
|
|
188
|
+
b.o9("Grouped");
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
191
|
b8() {
|
|
@@ -196,7 +196,7 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
196
196
|
let d = ((() => { let e = this.b3(c); c = e.p0; return e.ret; })());
|
|
197
197
|
if (c != -1) {
|
|
198
198
|
a.groupDescriptions.d(c);
|
|
199
|
-
b.
|
|
199
|
+
b.o9("Grouped");
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
}
|
|
@@ -64,12 +64,12 @@ let GridColumnHideOptionsView = /*@__PURE__*/ (() => {
|
|
|
64
64
|
GridColumnOptionsUtilities.j(this.s, b, "inline-block");
|
|
65
65
|
if (b) {
|
|
66
66
|
this.o.e = 1;
|
|
67
|
-
this.o.
|
|
67
|
+
this.o.fc = "stretch";
|
|
68
68
|
this.t.setStyleProperty("justify-content", "space-between");
|
|
69
69
|
}
|
|
70
70
|
else {
|
|
71
71
|
this.o.e = 4;
|
|
72
|
-
this.o.
|
|
72
|
+
this.o.fc = "center";
|
|
73
73
|
this.t.setStyleProperty("justify-content", "center");
|
|
74
74
|
}
|
|
75
75
|
this.s.setStyleProperty("font", a.aa.fontString);
|
|
@@ -127,15 +127,15 @@ let GridColumnHideOptions = /*@__PURE__*/ (() => {
|
|
|
127
127
|
get b3() {
|
|
128
128
|
let a = this.column;
|
|
129
129
|
if (null != a) {
|
|
130
|
-
return a.
|
|
130
|
+
return a.j9;
|
|
131
131
|
}
|
|
132
132
|
return false;
|
|
133
133
|
}
|
|
134
134
|
set b3(a) {
|
|
135
135
|
let b = this.column;
|
|
136
136
|
if (null != b) {
|
|
137
|
-
b.
|
|
138
|
-
b.
|
|
137
|
+
b.j9 = a;
|
|
138
|
+
b.o9("Hidden");
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
get b2() {
|