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