igniteui-angular-data-grids 21.0.1-beta.0 → 21.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +39 -36
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +46 -47
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +289 -163
- package/esm2015/lib/igx-data-grid-component.js +163 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +74 -24
- package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +39 -36
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +381 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +58 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +46 -47
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +341 -163
- package/esm5/lib/igx-data-grid-component.js +213 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +98 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
- package/fesm5/igniteui-angular-data-grids.js +15844 -13296
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +15 -0
- package/lib/igx-data-grid-column-component.d.ts +42 -1
- package/lib/igx-data-grid-component.d.ts +61 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +16 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -18,28 +18,28 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18
18
|
__extends(TextHeaderCell, _super);
|
|
19
19
|
function TextHeaderCell(a) {
|
|
20
20
|
var _this = _super.call(this, a) || this;
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
27
|
-
_this.
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
30
|
-
_this.
|
|
31
|
-
_this.
|
|
32
|
-
_this.
|
|
33
|
-
_this.
|
|
21
|
+
_this.ea = null;
|
|
22
|
+
_this.d6 = null;
|
|
23
|
+
_this.d4 = null;
|
|
24
|
+
_this.d0 = 0;
|
|
25
|
+
_this.dz = 0;
|
|
26
|
+
_this.d2 = 3;
|
|
27
|
+
_this.ec = null;
|
|
28
|
+
_this.ef = -1;
|
|
29
|
+
_this.ee = -1;
|
|
30
|
+
_this.d8 = false;
|
|
31
|
+
_this.eb = null;
|
|
32
|
+
_this.d9 = false;
|
|
33
|
+
_this.ea = a.createElement("span");
|
|
34
34
|
_this.ar.setRawStyleProperty("text-align", "left");
|
|
35
35
|
_this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
36
|
-
_this.
|
|
37
|
-
_this.
|
|
38
|
-
_this.
|
|
39
|
-
_this.
|
|
40
|
-
_this.
|
|
41
|
-
_this.
|
|
42
|
-
_this.ar.append(_this.
|
|
36
|
+
_this.ea.setRawStyleProperty("display", "inline-block");
|
|
37
|
+
_this.ea.setRawStyleProperty("line-height", "normal");
|
|
38
|
+
_this.ea.setRawStyleProperty("vertical-align", "middle");
|
|
39
|
+
_this.ea.setRawStyleProperty("overflow", "hidden");
|
|
40
|
+
_this.ea.setRawStyleProperty("white-space", "nowrap");
|
|
41
|
+
_this.ea.setRawStyleProperty("text-overflow", "ellipsis");
|
|
42
|
+
_this.ar.append(_this.ea);
|
|
43
43
|
var b = 18;
|
|
44
44
|
var c = 18;
|
|
45
45
|
var d = a.createElement("div");
|
|
@@ -48,17 +48,17 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48
48
|
d.setRawStyleProperty("vertical-align", "middle");
|
|
49
49
|
d.setRawStyleProperty("width", b + "px");
|
|
50
50
|
d.setRawStyleProperty("height", c + "px");
|
|
51
|
-
_this.
|
|
51
|
+
_this.eb = d;
|
|
52
52
|
var e = a.getSubRenderer(d);
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
53
|
+
_this.d4 = new GridFilterDialog();
|
|
54
|
+
_this.d4.ca(e, _this.ar, a);
|
|
55
55
|
_this.ar.append(d);
|
|
56
|
-
_this.
|
|
57
|
-
_this.
|
|
58
|
-
var f = _this.
|
|
59
|
-
_this.
|
|
60
|
-
_this.
|
|
61
|
-
_this.
|
|
56
|
+
_this.d4.b1(b, c);
|
|
57
|
+
_this.d4.ar = 24;
|
|
58
|
+
var f = _this.d4.ai;
|
|
59
|
+
_this.d4.ai = false;
|
|
60
|
+
_this.d4.by();
|
|
61
|
+
_this.d4.ai = f;
|
|
62
62
|
var g = 18;
|
|
63
63
|
var h = 18;
|
|
64
64
|
d = a.createElement("div");
|
|
@@ -68,67 +68,67 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
68
68
|
d.setRawStyleProperty("width", "0px");
|
|
69
69
|
d.setRawStyleProperty("height", h + "px");
|
|
70
70
|
d.setRawStyleProperty("margin", "0 0 0 5px");
|
|
71
|
-
_this.
|
|
71
|
+
_this.ec = d;
|
|
72
72
|
e = a.getSubRenderer(d);
|
|
73
|
-
_this.
|
|
74
|
-
_this.
|
|
75
|
-
_this.
|
|
76
|
-
_this.
|
|
73
|
+
_this.d6 = new GridSortIndicator();
|
|
74
|
+
_this.d6.n = false;
|
|
75
|
+
_this.d6.m = false;
|
|
76
|
+
_this.d6.a0(e);
|
|
77
77
|
_this.ar.append(d);
|
|
78
|
-
_this.
|
|
79
|
-
var i = _this.
|
|
80
|
-
i.propertyChanged = delegateCombine(i.propertyChanged, runOn(_this, _this.
|
|
81
|
-
var j = _this.
|
|
82
|
-
j.dialogOpening = delegateCombine(j.dialogOpening, runOn(_this, _this.
|
|
83
|
-
var k = _this.
|
|
84
|
-
k.filterChanging = delegateCombine(k.filterChanging, runOn(_this, _this.
|
|
85
|
-
var l = _this.
|
|
86
|
-
l.filterChanged = delegateCombine(l.filterChanged, runOn(_this, _this.
|
|
87
|
-
_this.ar.listen("mouseenter", runOn(_this, _this.
|
|
88
|
-
_this.ar.listen("mouseleave", runOn(_this, _this.
|
|
78
|
+
_this.d6.au(g, h);
|
|
79
|
+
var i = _this.d6;
|
|
80
|
+
i.propertyChanged = delegateCombine(i.propertyChanged, runOn(_this, _this.ei));
|
|
81
|
+
var j = _this.d4;
|
|
82
|
+
j.dialogOpening = delegateCombine(j.dialogOpening, runOn(_this, _this.ej));
|
|
83
|
+
var k = _this.d4;
|
|
84
|
+
k.filterChanging = delegateCombine(k.filterChanging, runOn(_this, _this.el));
|
|
85
|
+
var l = _this.d4;
|
|
86
|
+
l.filterChanged = delegateCombine(l.filterChanged, runOn(_this, _this.ek));
|
|
87
|
+
_this.ar.listen("mouseenter", runOn(_this, _this.ep));
|
|
88
|
+
_this.ar.listen("mouseleave", runOn(_this, _this.eo));
|
|
89
89
|
return _this;
|
|
90
90
|
}
|
|
91
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
91
|
+
Object.defineProperty(TextHeaderCell.prototype, "ed", {
|
|
92
92
|
get: function () {
|
|
93
|
-
return this.
|
|
93
|
+
return this.ea;
|
|
94
94
|
},
|
|
95
95
|
enumerable: false,
|
|
96
96
|
configurable: true
|
|
97
97
|
});
|
|
98
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
98
|
+
Object.defineProperty(TextHeaderCell.prototype, "d7", {
|
|
99
99
|
get: function () {
|
|
100
|
-
return this.
|
|
100
|
+
return this.d6;
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
104
104
|
});
|
|
105
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
105
|
+
Object.defineProperty(TextHeaderCell.prototype, "d5", {
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.
|
|
107
|
+
return this.d4;
|
|
108
108
|
},
|
|
109
109
|
enumerable: false,
|
|
110
110
|
configurable: true
|
|
111
111
|
});
|
|
112
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
112
|
+
Object.defineProperty(TextHeaderCell.prototype, "d3", {
|
|
113
113
|
get: function () {
|
|
114
|
-
return this.
|
|
114
|
+
return this.d2;
|
|
115
115
|
},
|
|
116
116
|
set: function (a) {
|
|
117
|
-
var b = this.
|
|
118
|
-
this.
|
|
119
|
-
this.
|
|
117
|
+
var b = this.d2;
|
|
118
|
+
this.d2 = a;
|
|
119
|
+
this.cl("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.d2));
|
|
120
120
|
},
|
|
121
121
|
enumerable: false,
|
|
122
122
|
configurable: true
|
|
123
123
|
});
|
|
124
|
-
Object.defineProperty(TextHeaderCell.prototype, "
|
|
124
|
+
Object.defineProperty(TextHeaderCell.prototype, "d1", {
|
|
125
125
|
get: function () {
|
|
126
|
-
return this.
|
|
126
|
+
return this.d0;
|
|
127
127
|
},
|
|
128
128
|
set: function (a) {
|
|
129
|
-
var b = this.
|
|
130
|
-
this.
|
|
131
|
-
this.
|
|
129
|
+
var b = this.d0;
|
|
130
|
+
this.d0 = a;
|
|
131
|
+
this.cl("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.d0));
|
|
132
132
|
},
|
|
133
133
|
enumerable: false,
|
|
134
134
|
configurable: true
|
|
@@ -136,166 +136,201 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
136
136
|
TextHeaderCell.prototype.af = function (a) {
|
|
137
137
|
return true;
|
|
138
138
|
};
|
|
139
|
-
TextHeaderCell.prototype.
|
|
140
|
-
_super.prototype.
|
|
139
|
+
TextHeaderCell.prototype.dd = function (a, b) {
|
|
140
|
+
_super.prototype.dd.call(this, a, b);
|
|
141
141
|
a -= 21;
|
|
142
|
-
if (this.
|
|
142
|
+
if (this.d9) {
|
|
143
143
|
a -= 15;
|
|
144
144
|
}
|
|
145
145
|
var c = Math.max(0, a - b);
|
|
146
|
-
if (c != this.
|
|
147
|
-
this.
|
|
148
|
-
this.
|
|
146
|
+
if (c != this.ef) {
|
|
147
|
+
this.ef = c;
|
|
148
|
+
this.ea.setRawStyleProperty("max-width", c.toString() + "px");
|
|
149
149
|
}
|
|
150
150
|
};
|
|
151
|
-
TextHeaderCell.prototype.
|
|
152
|
-
_super.prototype.
|
|
153
|
-
this.
|
|
151
|
+
TextHeaderCell.prototype.c2 = function (a, b) {
|
|
152
|
+
_super.prototype.c2.call(this, a, b);
|
|
153
|
+
this.ea.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
154
154
|
var c = Math.max(0, a - b);
|
|
155
|
-
if (this.
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
155
|
+
if (this.ee != c) {
|
|
156
|
+
this.ee = c;
|
|
157
|
+
this.ea.setRawStyleProperty("max-height", c.toString() + "px");
|
|
158
158
|
}
|
|
159
159
|
};
|
|
160
|
-
TextHeaderCell.prototype.
|
|
161
|
-
_super.prototype.
|
|
162
|
-
if (a == this.
|
|
163
|
-
this.
|
|
160
|
+
TextHeaderCell.prototype.c1 = function (a, b) {
|
|
161
|
+
_super.prototype.c1.call(this, a, b);
|
|
162
|
+
if (a == this.ea) {
|
|
163
|
+
this.ea.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
164
164
|
}
|
|
165
165
|
};
|
|
166
|
-
TextHeaderCell.prototype.
|
|
167
|
-
this.
|
|
166
|
+
TextHeaderCell.prototype.de = function (a, b, c, d) {
|
|
167
|
+
this.d4.b0();
|
|
168
168
|
};
|
|
169
|
-
TextHeaderCell.prototype.
|
|
169
|
+
TextHeaderCell.prototype.ei = function (a, b) {
|
|
170
170
|
switch (b.propertyName) {
|
|
171
171
|
case "CurrentOpacity":
|
|
172
|
-
if (this.
|
|
173
|
-
this.
|
|
174
|
-
if (this.
|
|
175
|
-
this.
|
|
172
|
+
if (this.d7.t > 0) {
|
|
173
|
+
this.ec.setRawStyleProperty("width", "18px");
|
|
174
|
+
if (this.dz == 2) {
|
|
175
|
+
this.ec.setRawStyleProperty("margin", "0 5px 0 0");
|
|
176
176
|
}
|
|
177
177
|
else {
|
|
178
|
-
this.
|
|
178
|
+
this.ec.setRawStyleProperty("margin", "0 0 0 5px");
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
else {
|
|
182
|
-
this.
|
|
183
|
-
this.
|
|
182
|
+
this.ec.setRawStyleProperty("width", "0px");
|
|
183
|
+
this.ec.setRawStyleProperty("margin", "0");
|
|
184
184
|
}
|
|
185
185
|
break;
|
|
186
186
|
}
|
|
187
187
|
};
|
|
188
|
-
TextHeaderCell.prototype.
|
|
188
|
+
TextHeaderCell.prototype.ep = function (a) {
|
|
189
189
|
if (this.b.isGridDragging) {
|
|
190
190
|
return;
|
|
191
191
|
}
|
|
192
|
-
this.
|
|
193
|
-
switch (this.d0) {
|
|
192
|
+
switch (this.d3) {
|
|
194
193
|
case 2:
|
|
195
194
|
case 3:
|
|
196
|
-
this.
|
|
195
|
+
this.d4.ce();
|
|
197
196
|
break;
|
|
198
197
|
}
|
|
199
198
|
};
|
|
200
|
-
TextHeaderCell.prototype.
|
|
201
|
-
switch (this.
|
|
199
|
+
TextHeaderCell.prototype.eo = function (a) {
|
|
200
|
+
switch (this.d3) {
|
|
202
201
|
case 2:
|
|
203
202
|
case 3:
|
|
204
|
-
this.
|
|
203
|
+
this.d4.by();
|
|
205
204
|
break;
|
|
206
205
|
}
|
|
207
206
|
};
|
|
208
|
-
TextHeaderCell.prototype.
|
|
207
|
+
TextHeaderCell.prototype.ek = function (a, b) {
|
|
209
208
|
this.b.columnFilterChanged(b.a);
|
|
210
209
|
};
|
|
211
|
-
TextHeaderCell.prototype.
|
|
210
|
+
TextHeaderCell.prototype.el = function (a, b) {
|
|
212
211
|
this.b.columnFilterChanging(b.a);
|
|
213
212
|
};
|
|
214
|
-
TextHeaderCell.prototype.
|
|
213
|
+
TextHeaderCell.prototype.ej = function (a, b) {
|
|
215
214
|
if (this.b != null) {
|
|
216
215
|
b.a = this.f.getColumn();
|
|
217
216
|
this.b.cancelEditMode(false);
|
|
218
217
|
}
|
|
219
218
|
};
|
|
220
|
-
TextHeaderCell.prototype.
|
|
221
|
-
_super.prototype.
|
|
222
|
-
this.
|
|
223
|
-
this.
|
|
219
|
+
TextHeaderCell.prototype.cj = function (a, b, c) {
|
|
220
|
+
_super.prototype.cj.call(this, a, b, c);
|
|
221
|
+
this.dz = c;
|
|
222
|
+
this.d4.k = c;
|
|
224
223
|
if (c == 2) {
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
this.
|
|
231
|
-
this.
|
|
224
|
+
if (this.d1 == 1) {
|
|
225
|
+
this.ar.removeChild(this.ec);
|
|
226
|
+
this.ar.removeChild(this.eb);
|
|
227
|
+
this.ea.before(this.eb);
|
|
228
|
+
this.eb.before(this.ec);
|
|
229
|
+
this.eb.setRawStyleProperty("margin", "0 5px 0 0");
|
|
230
|
+
this.d4.l = this.dz;
|
|
231
|
+
}
|
|
232
|
+
else if (this.d1 == 4) {
|
|
233
|
+
this.ar.removeChild(this.ec);
|
|
234
|
+
this.ar.removeChild(this.eb);
|
|
235
|
+
this.ar.append(this.eb);
|
|
236
|
+
this.ea.before(this.ec);
|
|
237
|
+
this.eb.setRawStyleProperty("margin", "0 0 0 5px");
|
|
238
|
+
this.d4.l = 2;
|
|
232
239
|
}
|
|
233
240
|
else {
|
|
234
|
-
this.
|
|
235
|
-
this.
|
|
241
|
+
this.ar.removeChild(this.ec);
|
|
242
|
+
this.ar.removeChild(this.eb);
|
|
243
|
+
this.ea.before(this.eb);
|
|
244
|
+
this.eb.before(this.ec);
|
|
245
|
+
this.eb.setRawStyleProperty("margin", "0");
|
|
246
|
+
this.d4.l = 0;
|
|
236
247
|
}
|
|
237
248
|
}
|
|
238
249
|
else {
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
this.
|
|
245
|
-
this.
|
|
250
|
+
if (this.d1 == 1) {
|
|
251
|
+
this.ar.removeChild(this.ec);
|
|
252
|
+
this.ar.removeChild(this.ea);
|
|
253
|
+
this.eb.before(this.ea);
|
|
254
|
+
this.eb.before(this.ec);
|
|
255
|
+
this.eb.setRawStyleProperty("margin", "0 0 0 5px");
|
|
256
|
+
this.d4.l = this.dz;
|
|
257
|
+
}
|
|
258
|
+
else if (this.d1 == 3) {
|
|
259
|
+
this.ar.removeChild(this.ec);
|
|
260
|
+
this.ar.removeChild(this.ea);
|
|
261
|
+
this.ar.removeChild(this.eb);
|
|
262
|
+
this.ar.append(this.eb);
|
|
263
|
+
this.ar.append(this.ea);
|
|
264
|
+
this.ar.append(this.ec);
|
|
265
|
+
this.eb.setRawStyleProperty("margin", "0 5px 0 0");
|
|
266
|
+
this.d4.l = 0;
|
|
246
267
|
}
|
|
247
268
|
else {
|
|
248
|
-
this.
|
|
249
|
-
this.
|
|
269
|
+
this.ar.removeChild(this.ec);
|
|
270
|
+
this.ar.removeChild(this.ea);
|
|
271
|
+
this.eb.before(this.ea);
|
|
272
|
+
this.eb.before(this.ec);
|
|
273
|
+
this.eb.setRawStyleProperty("margin", "0");
|
|
274
|
+
this.d4.l = 2;
|
|
250
275
|
}
|
|
251
276
|
}
|
|
252
277
|
};
|
|
253
|
-
TextHeaderCell.prototype.
|
|
254
|
-
_super.prototype.
|
|
255
|
-
this.
|
|
256
|
-
this.
|
|
278
|
+
TextHeaderCell.prototype.c7 = function (a, b, c, d) {
|
|
279
|
+
_super.prototype.c7.call(this, a, b, c, d);
|
|
280
|
+
this.d4.av = a;
|
|
281
|
+
this.d4.aw = c;
|
|
257
282
|
};
|
|
258
|
-
TextHeaderCell.prototype.
|
|
259
|
-
if (this.
|
|
260
|
-
|
|
261
|
-
|
|
283
|
+
TextHeaderCell.prototype.en = function () {
|
|
284
|
+
if (this.d1 == 3) {
|
|
285
|
+
this.d4.l = 0;
|
|
286
|
+
this.eb.setRawStyleProperty("margin", "0");
|
|
287
|
+
}
|
|
288
|
+
else if (this.d1 == 4) {
|
|
289
|
+
this.d4.l = 2;
|
|
290
|
+
this.eb.setRawStyleProperty("margin", "0");
|
|
291
|
+
}
|
|
292
|
+
else if (this.d1 == 2 || this.d1 == 0) {
|
|
293
|
+
if (this.dz == 2) {
|
|
294
|
+
this.d4.l = 0;
|
|
262
295
|
}
|
|
263
296
|
else {
|
|
264
|
-
this.
|
|
297
|
+
this.d4.l = 2;
|
|
265
298
|
}
|
|
299
|
+
this.eb.setRawStyleProperty("margin", "0");
|
|
266
300
|
}
|
|
267
301
|
else {
|
|
268
|
-
this.
|
|
269
|
-
if (this.
|
|
270
|
-
this.
|
|
302
|
+
this.d4.l = this.dz;
|
|
303
|
+
if (this.dz == 2) {
|
|
304
|
+
this.eb.setRawStyleProperty("margin", "0 5px 0 0");
|
|
271
305
|
}
|
|
272
306
|
else {
|
|
273
|
-
this.
|
|
307
|
+
this.eb.setRawStyleProperty("margin", "0 0 0 5px");
|
|
274
308
|
}
|
|
275
309
|
}
|
|
310
|
+
this.cj(this.ar, this.ea, this.dz);
|
|
276
311
|
};
|
|
277
|
-
TextHeaderCell.prototype.
|
|
278
|
-
switch (this.
|
|
312
|
+
TextHeaderCell.prototype.em = function () {
|
|
313
|
+
switch (this.d3) {
|
|
279
314
|
case 1:
|
|
280
|
-
this.
|
|
281
|
-
this.
|
|
315
|
+
this.d4.ai = false;
|
|
316
|
+
this.d4.ce();
|
|
282
317
|
break;
|
|
283
318
|
case 2:
|
|
284
|
-
this.
|
|
319
|
+
this.d4.ai = false;
|
|
285
320
|
break;
|
|
286
321
|
case 3:
|
|
287
|
-
this.
|
|
322
|
+
this.d4.ai = true;
|
|
288
323
|
break;
|
|
289
324
|
}
|
|
290
325
|
};
|
|
291
|
-
TextHeaderCell.prototype.
|
|
292
|
-
_super.prototype.
|
|
326
|
+
TextHeaderCell.prototype.cl = function (a, b, c) {
|
|
327
|
+
_super.prototype.cl.call(this, a, b, c);
|
|
293
328
|
switch (a) {
|
|
294
329
|
case "ColumnOptionsIconAlignment":
|
|
295
|
-
this.
|
|
330
|
+
this.en();
|
|
296
331
|
break;
|
|
297
332
|
case "ColumnOptionsIconBehavior":
|
|
298
|
-
this.
|
|
333
|
+
this.em();
|
|
299
334
|
break;
|
|
300
335
|
}
|
|
301
336
|
};
|
|
@@ -303,28 +338,28 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
303
338
|
if (e_.button == 2) {
|
|
304
339
|
return;
|
|
305
340
|
}
|
|
306
|
-
var b = this.
|
|
341
|
+
var b = this.d4.ak(e_);
|
|
307
342
|
if (b) {
|
|
308
|
-
this.
|
|
343
|
+
this.d8 = true;
|
|
309
344
|
return;
|
|
310
345
|
}
|
|
311
346
|
_super.prototype.onContactStarted.call(this, e_, a);
|
|
312
347
|
};
|
|
313
348
|
TextHeaderCell.prototype.onContactCompleted = function (e_, a) {
|
|
314
|
-
if (!this.
|
|
349
|
+
if (!this.d8) {
|
|
315
350
|
_super.prototype.onContactCompleted.call(this, e_, a);
|
|
316
351
|
}
|
|
317
|
-
this.
|
|
352
|
+
this.d8 = false;
|
|
318
353
|
};
|
|
319
354
|
TextHeaderCell.prototype.detach = function () {
|
|
320
355
|
_super.prototype.detach.call(this);
|
|
321
|
-
if (this.
|
|
356
|
+
if (this.d4 != null) {
|
|
322
357
|
}
|
|
323
358
|
};
|
|
324
|
-
TextHeaderCell.prototype.
|
|
325
|
-
_super.prototype.
|
|
326
|
-
if (this.
|
|
327
|
-
this.
|
|
359
|
+
TextHeaderCell.prototype.db = function (a) {
|
|
360
|
+
_super.prototype.db.call(this, a);
|
|
361
|
+
if (this.d5 != null) {
|
|
362
|
+
this.d5.x = a;
|
|
328
363
|
}
|
|
329
364
|
};
|
|
330
365
|
TextHeaderCell.prototype.get_ac = function () {
|
|
@@ -30,79 +30,98 @@ var TextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30
30
|
_super.prototype.b.call(this, a);
|
|
31
31
|
var b = a;
|
|
32
32
|
if (a.a7) {
|
|
33
|
-
if (a.bc(TextCellModel.
|
|
34
|
-
b.
|
|
35
|
-
this.d.
|
|
33
|
+
if (a.bc(TextCellModel.n9)) {
|
|
34
|
+
b.k1 = b.ob;
|
|
35
|
+
this.d.c9(this.d.ed, b.k1);
|
|
36
36
|
}
|
|
37
|
-
if (a.bc(CellModel.
|
|
38
|
-
var c = this.d.
|
|
37
|
+
if (a.bc(CellModel.hl)) {
|
|
38
|
+
var c = this.d.d7.m;
|
|
39
39
|
if (a.bt) {
|
|
40
|
-
this.d.
|
|
40
|
+
this.d.d7.m = false;
|
|
41
41
|
}
|
|
42
|
-
this.d.
|
|
42
|
+
this.d.d7.b = a.n;
|
|
43
43
|
if (a.bt) {
|
|
44
|
-
this.d.
|
|
44
|
+
this.d.d7.m = c;
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
|
-
if (a.bc(CellModel.
|
|
48
|
-
var d = this.d.
|
|
47
|
+
if (a.bc(CellModel.hm)) {
|
|
48
|
+
var d = this.d.d7.m;
|
|
49
49
|
if (a.bt) {
|
|
50
|
-
this.d.
|
|
50
|
+
this.d.d7.m = false;
|
|
51
51
|
}
|
|
52
|
-
this.d.
|
|
52
|
+
this.d.d7.a3 = a.n1;
|
|
53
53
|
if (a.bt) {
|
|
54
|
-
this.d.
|
|
54
|
+
this.d.d7.m = d;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
if (a.bb("IsColumnOptionsEnabled")) {
|
|
58
|
-
var e = b.
|
|
58
|
+
var e = b.oq;
|
|
59
59
|
if (e) {
|
|
60
60
|
e = this.e();
|
|
61
61
|
}
|
|
62
|
-
this.d.
|
|
63
|
-
this.d.
|
|
64
|
-
this.a.
|
|
62
|
+
this.d.d9 = e;
|
|
63
|
+
this.d.eb.setRawStyleProperty("display", e ? "inline-block" : "none");
|
|
64
|
+
this.a.dd(a.h8, (a.g2 + a.g4 + a.fg + a.fj));
|
|
65
65
|
}
|
|
66
66
|
if (a.bb("SortIndicatorStyle")) {
|
|
67
|
-
this.d.
|
|
67
|
+
this.d.d7.f = b.oi;
|
|
68
68
|
}
|
|
69
69
|
if (a.bb("ColumnOptionsIconAlignment")) {
|
|
70
|
-
this.d.
|
|
70
|
+
this.d.d1 = b.oe;
|
|
71
71
|
}
|
|
72
72
|
if (a.bb("ColumnOptionsIconBehavior")) {
|
|
73
|
-
this.d.
|
|
73
|
+
this.d.d3 = b.og;
|
|
74
74
|
}
|
|
75
75
|
if (a.bb("ColumnOptionsIconColor")) {
|
|
76
|
-
this.d.
|
|
76
|
+
this.d.d5.c1 = b.p9;
|
|
77
77
|
}
|
|
78
|
-
if (a.bb("Path") || (this.d.
|
|
78
|
+
if (a.bb("Path") || (this.d.d5.n != null && this.d.d5.n.grid == null)) {
|
|
79
79
|
var f = a.e.getColumn();
|
|
80
|
-
if (f != this.d.
|
|
81
|
-
this.d.
|
|
80
|
+
if (f != this.d.d5.n) {
|
|
81
|
+
this.d.d5.n = f;
|
|
82
|
+
this.d.d5.bx();
|
|
82
83
|
}
|
|
83
84
|
}
|
|
84
|
-
if (a.bc(TextHeaderCellModel.
|
|
85
|
-
this.d.
|
|
85
|
+
if (a.bc(TextHeaderCellModel.o7)) {
|
|
86
|
+
this.d.db(b.ok);
|
|
86
87
|
}
|
|
87
|
-
if (a.bc(TextHeaderCellModel.
|
|
88
|
-
this.d.
|
|
88
|
+
if (a.bc(TextHeaderCellModel.ot)) {
|
|
89
|
+
this.d.d5.ct = b.p4;
|
|
89
90
|
}
|
|
90
|
-
if (a.bc(TextHeaderCellModel.
|
|
91
|
-
this.d.
|
|
91
|
+
if (a.bc(TextHeaderCellModel.o5)) {
|
|
92
|
+
this.d.d5.cz = b.qb;
|
|
92
93
|
}
|
|
93
|
-
if (a.bc(TextHeaderCellModel.
|
|
94
|
-
this.d.
|
|
94
|
+
if (a.bc(TextHeaderCellModel.o6)) {
|
|
95
|
+
this.d.d5.ab = b.oo;
|
|
95
96
|
}
|
|
96
|
-
if (a.bc(TextHeaderCellModel.
|
|
97
|
-
this.d.
|
|
97
|
+
if (a.bc(TextHeaderCellModel.oy)) {
|
|
98
|
+
this.d.d5.cx = b.p8;
|
|
98
99
|
}
|
|
99
|
-
if (a.bc(TextHeaderCellModel.
|
|
100
|
-
this.d.
|
|
100
|
+
if (a.bc(TextHeaderCellModel.o8)) {
|
|
101
|
+
this.d.d5.c0 = b.qc;
|
|
101
102
|
}
|
|
102
|
-
if (a.bc(TextHeaderCellModel.
|
|
103
|
-
this.d.
|
|
103
|
+
if (a.bc(TextHeaderCellModel.ox)) {
|
|
104
|
+
this.d.d5.cw = b.p7;
|
|
104
105
|
}
|
|
105
|
-
|
|
106
|
+
if (a.bc(TextHeaderCellModel.o4)) {
|
|
107
|
+
this.d.d5.cy = b.qa;
|
|
108
|
+
}
|
|
109
|
+
if (a.bc(TextHeaderCellModel.ou)) {
|
|
110
|
+
this.d.d5.cu = b.p5;
|
|
111
|
+
}
|
|
112
|
+
if (a.bc(TextHeaderCellModel.ov)) {
|
|
113
|
+
this.d.d5.cv = b.p6;
|
|
114
|
+
}
|
|
115
|
+
if (a.bc(TextHeaderCellModel.ow)) {
|
|
116
|
+
this.d.d5.aa = b.on;
|
|
117
|
+
}
|
|
118
|
+
if (a.bc(TextHeaderCellModel.os)) {
|
|
119
|
+
this.d.d5.cs = b.p3;
|
|
120
|
+
}
|
|
121
|
+
if (a.bc(TextHeaderCellModel.o3)) {
|
|
122
|
+
this.d.d5.ax = b.o2;
|
|
123
|
+
}
|
|
124
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.ed, this.a);
|
|
106
125
|
}
|
|
107
126
|
};
|
|
108
127
|
TextHeaderCellPresenter.prototype.e = function () {
|
|
@@ -97,7 +97,7 @@ var TextIconSetConditionalStyle = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
97
97
|
i.cs = "FontInfo";
|
|
98
98
|
i.aj = ((function () {
|
|
99
99
|
var $ret = new GridConditionalStyleFontInfo();
|
|
100
|
-
$ret.textStyle = GridStyleRepository.d(_this.g.grid.theme,
|
|
100
|
+
$ret.textStyle = GridStyleRepository.d(_this.g.grid.theme, 34);
|
|
101
101
|
return $ret;
|
|
102
102
|
})());
|
|
103
103
|
h.properties.add(i);
|