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
|
@@ -6,6 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { CellPresenterBase } from "./CellPresenterBase";
|
|
8
8
|
import { CellModel } from "./CellModel";
|
|
9
|
+
import { TextHeaderCellModel } from "./TextHeaderCellModel";
|
|
9
10
|
import { TextCellModel } from "./TextCellModel";
|
|
10
11
|
import { ContentCellModelHelper } from "./ContentCellModelHelper";
|
|
11
12
|
import { TypeRegistrar, markType } from "igniteui-webcomponents-core";
|
|
@@ -21,58 +22,98 @@ let TextHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
22
|
super.b(a);
|
|
22
23
|
let b = a;
|
|
23
24
|
if (a.a7) {
|
|
24
|
-
if (a.bc(TextCellModel.
|
|
25
|
-
b.
|
|
26
|
-
this.d.c8(this.d.
|
|
25
|
+
if (a.bc(TextCellModel.n1)) {
|
|
26
|
+
b.ky = b.n3;
|
|
27
|
+
this.d.c8(this.d.ea, b.ky);
|
|
27
28
|
}
|
|
28
|
-
if (a.bc(CellModel.
|
|
29
|
-
let c = this.d.
|
|
29
|
+
if (a.bc(CellModel.hj)) {
|
|
30
|
+
let c = this.d.d4.m;
|
|
30
31
|
if (a.bt) {
|
|
31
|
-
this.d.
|
|
32
|
+
this.d.d4.m = false;
|
|
32
33
|
}
|
|
33
|
-
this.d.
|
|
34
|
+
this.d.d4.b = a.n;
|
|
34
35
|
if (a.bt) {
|
|
35
|
-
this.d.
|
|
36
|
+
this.d.d4.m = c;
|
|
36
37
|
}
|
|
37
38
|
}
|
|
38
|
-
if (a.bc(CellModel.
|
|
39
|
-
let d = this.d.
|
|
39
|
+
if (a.bc(CellModel.hk)) {
|
|
40
|
+
let d = this.d.d4.m;
|
|
40
41
|
if (a.bt) {
|
|
41
|
-
this.d.
|
|
42
|
+
this.d.d4.m = false;
|
|
42
43
|
}
|
|
43
|
-
this.d.
|
|
44
|
+
this.d.d4.a3 = a.nt;
|
|
44
45
|
if (a.bt) {
|
|
45
|
-
this.d.
|
|
46
|
+
this.d.d4.m = d;
|
|
46
47
|
}
|
|
47
48
|
}
|
|
48
49
|
if (a.bb("IsColumnOptionsEnabled")) {
|
|
49
|
-
let e = b.
|
|
50
|
+
let e = b.oi;
|
|
50
51
|
if (e) {
|
|
51
52
|
e = this.e();
|
|
52
53
|
}
|
|
53
|
-
this.d.
|
|
54
|
-
this.d.
|
|
55
|
-
this.a.
|
|
54
|
+
this.d.d6 = e;
|
|
55
|
+
this.d.d8.setRawStyleProperty("display", e ? "inline-block" : "none");
|
|
56
|
+
this.a.dc(a.h6, (a.g1 + a.g3 + a.fg + a.fj));
|
|
56
57
|
}
|
|
57
58
|
if (a.bb("SortIndicatorStyle")) {
|
|
58
|
-
this.d.
|
|
59
|
+
this.d.d4.f = b.oa;
|
|
59
60
|
}
|
|
60
61
|
if (a.bb("ColumnOptionsIconAlignment")) {
|
|
61
|
-
this.d.
|
|
62
|
+
this.d.dy = b.n6;
|
|
62
63
|
}
|
|
63
64
|
if (a.bb("ColumnOptionsIconBehavior")) {
|
|
64
|
-
this.d.
|
|
65
|
+
this.d.d0 = b.n8;
|
|
65
66
|
}
|
|
66
67
|
if (a.bb("ColumnOptionsIconColor")) {
|
|
67
|
-
this.d.
|
|
68
|
+
this.d.d2.c1 = b.p1;
|
|
68
69
|
}
|
|
69
|
-
if (a.bb("Path") || (this.d.
|
|
70
|
+
if (a.bb("Path") || (this.d.d2.n != null && this.d.d2.n.grid == null)) {
|
|
70
71
|
let f = a.e.getColumn();
|
|
71
|
-
if (f != this.d.
|
|
72
|
-
this.d.
|
|
72
|
+
if (f != this.d.d2.n) {
|
|
73
|
+
this.d.d2.n = f;
|
|
74
|
+
this.d.d2.bx();
|
|
73
75
|
}
|
|
74
76
|
}
|
|
75
|
-
|
|
77
|
+
if (a.bc(TextHeaderCellModel.oz)) {
|
|
78
|
+
this.d.da(b.oc);
|
|
79
|
+
}
|
|
80
|
+
if (a.bc(TextHeaderCellModel.ol)) {
|
|
81
|
+
this.d.d2.ct = b.pw;
|
|
82
|
+
}
|
|
83
|
+
if (a.bc(TextHeaderCellModel.ox)) {
|
|
84
|
+
this.d.d2.cz = b.p3;
|
|
85
|
+
}
|
|
86
|
+
if (a.bc(TextHeaderCellModel.oy)) {
|
|
87
|
+
this.d.d2.ab = b.og;
|
|
88
|
+
}
|
|
89
|
+
if (a.bc(TextHeaderCellModel.oq)) {
|
|
90
|
+
this.d.d2.cx = b.p0;
|
|
91
|
+
}
|
|
92
|
+
if (a.bc(TextHeaderCellModel.o0)) {
|
|
93
|
+
this.d.d2.c0 = b.p4;
|
|
94
|
+
}
|
|
95
|
+
if (a.bc(TextHeaderCellModel.op)) {
|
|
96
|
+
this.d.d2.cw = b.pz;
|
|
97
|
+
}
|
|
98
|
+
if (a.bc(TextHeaderCellModel.ow)) {
|
|
99
|
+
this.d.d2.cy = b.p2;
|
|
100
|
+
}
|
|
101
|
+
if (a.bc(TextHeaderCellModel.om)) {
|
|
102
|
+
this.d.d2.cu = b.px;
|
|
103
|
+
}
|
|
104
|
+
if (a.bc(TextHeaderCellModel.on)) {
|
|
105
|
+
this.d.d2.cv = b.py;
|
|
106
|
+
}
|
|
107
|
+
if (a.bc(TextHeaderCellModel.oo)) {
|
|
108
|
+
this.d.d2.aa = b.of;
|
|
109
|
+
}
|
|
110
|
+
if (a.bc(TextHeaderCellModel.ok)) {
|
|
111
|
+
this.d.d2.cs = b.pv;
|
|
112
|
+
}
|
|
113
|
+
if (a.bc(TextHeaderCellModel.ov)) {
|
|
114
|
+
this.d.d2.ax = b.ou;
|
|
115
|
+
}
|
|
116
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.ea, this.a);
|
|
76
117
|
}
|
|
77
118
|
}
|
|
78
119
|
e() {
|
|
@@ -46,9 +46,9 @@ let TextIconSetConditionalStyle = /*@__PURE__*/ (() => {
|
|
|
46
46
|
case 3:
|
|
47
47
|
case 2:
|
|
48
48
|
case 1:
|
|
49
|
-
case 0: return [BrushUtil.
|
|
49
|
+
case 0: return [BrushUtil.l(255, 26, 199, 32), BrushUtil.l(255, 252, 171, 20), BrushUtil.l(255, 217, 76, 48)];
|
|
50
50
|
}
|
|
51
|
-
return [BrushUtil.
|
|
51
|
+
return [BrushUtil.l(255, 26, 199, 32), BrushUtil.l(255, 252, 171, 20), BrushUtil.l(255, 217, 76, 48)];
|
|
52
52
|
}
|
|
53
53
|
aw(a) {
|
|
54
54
|
let b = new Array(intDivide(a.length, 2));
|
|
@@ -87,7 +87,7 @@ let TextIconSetConditionalStyle = /*@__PURE__*/ (() => {
|
|
|
87
87
|
i.cs = "FontInfo";
|
|
88
88
|
i.aj = ((() => {
|
|
89
89
|
let $ret = new GridConditionalStyleFontInfo();
|
|
90
|
-
$ret.textStyle = GridStyleRepository.
|
|
90
|
+
$ret.textStyle = GridStyleRepository.d(this.g.grid.theme, 33);
|
|
91
91
|
return $ret;
|
|
92
92
|
})());
|
|
93
93
|
h.properties.add(i);
|
|
@@ -11,56 +11,56 @@ let VerticalSeparatorCell = /*@__PURE__*/ (() => {
|
|
|
11
11
|
class VerticalSeparatorCell extends GridCellBase {
|
|
12
12
|
constructor(a) {
|
|
13
13
|
super(a);
|
|
14
|
+
this.dx = null;
|
|
14
15
|
this.dw = null;
|
|
15
|
-
this.dv = null;
|
|
16
|
-
this.dx = 0;
|
|
17
16
|
this.dy = 0;
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
17
|
+
this.dz = 0;
|
|
18
|
+
this.dx = a.createElement("div");
|
|
19
|
+
this.dx.setRawStyleProperty("position", "absolute");
|
|
20
|
+
this.dx.setRawStyleProperty("pointer-events", "none");
|
|
21
|
+
this.ar.append(this.dx);
|
|
22
22
|
}
|
|
23
23
|
cx(a, b, c, d, e) {
|
|
24
24
|
if (a == null) {
|
|
25
|
-
if (this.
|
|
26
|
-
this.
|
|
27
|
-
this.
|
|
25
|
+
if (this.dw != null) {
|
|
26
|
+
this.dw.remove();
|
|
27
|
+
this.dw = null;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
else {
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
31
|
+
this.d0();
|
|
32
|
+
this.dy = b;
|
|
33
|
+
this.dz = d;
|
|
34
34
|
}
|
|
35
|
-
this.
|
|
35
|
+
this.d1();
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
super.
|
|
39
|
-
this.
|
|
37
|
+
dc(a, b) {
|
|
38
|
+
super.dc(a, b);
|
|
39
|
+
this.d1();
|
|
40
40
|
}
|
|
41
41
|
cw(a) {
|
|
42
|
-
this.
|
|
42
|
+
this.dx.setRawStyleProperty("background-color", a.colorString);
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
if (this.
|
|
44
|
+
d1() {
|
|
45
|
+
if (this.dw != null) {
|
|
46
|
+
this.dx.setRawStyleProperty("height", "100%");
|
|
47
|
+
this.dx.setRawStyleProperty("width", this.ar.width() - (this.dy + this.dz) + "px");
|
|
48
|
+
this.dx.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
|
|
49
|
+
this.dw.setRawStyleProperty("width", "100%");
|
|
46
50
|
this.dw.setRawStyleProperty("height", "100%");
|
|
47
|
-
this.dw.setRawStyleProperty("width", this.ar.width() - (this.dx + this.dy) + "px");
|
|
48
|
-
this.dw.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
|
|
49
|
-
this.dv.setRawStyleProperty("width", "100%");
|
|
50
|
-
this.dv.setRawStyleProperty("height", "100%");
|
|
51
51
|
}
|
|
52
52
|
else {
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
53
|
+
this.dx.setRawStyleProperty("height", "100%");
|
|
54
|
+
this.dx.setRawStyleProperty("width", this.ar.width() + "px");
|
|
55
|
+
this.dx.setRawStyleProperty("left", "0px");
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
|
|
59
|
-
if (this.
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
62
|
-
this.
|
|
63
|
-
this.ar.getNativeElement().insertBefore(this.
|
|
58
|
+
d0() {
|
|
59
|
+
if (this.dw == null) {
|
|
60
|
+
this.dw = this.am.createElement("div");
|
|
61
|
+
this.dw.setRawStyleProperty("position", "absolute");
|
|
62
|
+
this.dw.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
|
|
63
|
+
this.ar.getNativeElement().insertBefore(this.dw.getNativeElement(), this.dx.getNativeElement());
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
}
|