igniteui-angular-data-grids 20.0.1 → 20.0.2-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 +10223 -8743
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/CanvasCellPresenterBase.js +14 -14
- package/esm2015/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm2015/lib/CanvasGridCellBase.js +9 -9
- package/esm2015/lib/CanvasImageCellPresenter.js +10 -10
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTextCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm2015/lib/CellPresenterBase.js +64 -39
- package/esm2015/lib/CheckboxListView_combined.js +49 -49
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +6925 -6539
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ColumnSortDescription.js +6 -1
- package/esm2015/lib/ColumnSummaryDescription.js +6 -1
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +46 -33
- package/esm2015/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -10
- package/esm2015/lib/EditorCell.js +335 -335
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +278 -278
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +587 -317
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- 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/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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -14
- package/esm2015/lib/GridConditionalStyleFontInfo.js +26 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +8 -8
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +1 -1
- package/esm2015/lib/ImageCell.js +62 -62
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm2015/lib/NumericCell.js +9 -5
- package/esm2015/lib/NumericCellPresenter.js +10 -10
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +35 -30
- package/esm2015/lib/TextCellDecoration.js +33 -0
- package/esm2015/lib/TextCellPresenter.js +11 -11
- package/esm2015/lib/TextHeaderCell.js +157 -150
- package/esm2015/lib/TextHeaderCellPresenter.js +35 -35
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +301 -190
- package/esm2015/lib/igx-checkbox-list-component.js +1 -1
- 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-grid-column-component.js +254 -115
- package/esm2015/lib/igx-data-grid-component.js +38 -5
- 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-definition-base-component.js +46 -45
- 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-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm2015/lib/igx-grid-conditional-style-font-info-component.js +144 -0
- package/esm2015/lib/igx-grid-conditional-style-font-info-dynamic-module.js +34 -0
- package/esm2015/lib/igx-grid-conditional-style-font-info-module.js +27 -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-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +16 -16
- 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-header-cell-info.js +2 -2
- 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-header-cell-info.js +10 -10
- package/esm2015/public_api.js +5 -0
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/CanvasCellPresenterBase.js +14 -14
- package/esm5/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm5/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm5/lib/CanvasGridCellBase.js +9 -9
- package/esm5/lib/CanvasImageCellPresenter.js +10 -10
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm5/lib/CanvasTextCellPresenter.js +10 -10
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm5/lib/CellPresenterBase.js +64 -39
- package/esm5/lib/CheckboxListView_combined.js +49 -49
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +6754 -6269
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ColumnSortDescription.js +6 -1
- package/esm5/lib/ColumnSummaryDescription.js +6 -1
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +46 -33
- package/esm5/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -10
- package/esm5/lib/EditorCell.js +291 -291
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +266 -266
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +625 -311
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- 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/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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -22
- package/esm5/lib/GridConditionalStyleFontInfo.js +32 -0
- package/esm5/lib/GridConditionalStyleProperty.js +8 -8
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +1 -1
- package/esm5/lib/ImageCell.js +61 -61
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm5/lib/NumericCell.js +9 -5
- package/esm5/lib/NumericCellPresenter.js +10 -10
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +35 -30
- package/esm5/lib/TextCellDecoration.js +33 -0
- package/esm5/lib/TextCellPresenter.js +11 -11
- package/esm5/lib/TextHeaderCell.js +155 -148
- package/esm5/lib/TextHeaderCellPresenter.js +35 -35
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +349 -190
- package/esm5/lib/igx-checkbox-list-component.js +1 -1
- 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-grid-column-component.js +302 -115
- package/esm5/lib/igx-data-grid-component.js +42 -5
- 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-definition-base-component.js +46 -45
- 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-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm5/lib/igx-grid-conditional-style-font-info-component.js +155 -0
- package/esm5/lib/igx-grid-conditional-style-font-info-dynamic-module.js +33 -0
- package/esm5/lib/igx-grid-conditional-style-font-info-module.js +28 -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-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +16 -16
- 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-header-cell-info.js +2 -2
- 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-header-cell-info.js +10 -10
- package/esm5/public_api.js +5 -0
- package/fesm2015/igniteui-angular-data-grids.js +10236 -9009
- package/fesm5/igniteui-angular-data-grids.js +10219 -8745
- package/lib/ColumnFilterCondition_combined.d.ts +1784 -1694
- package/lib/ContentCellModelHelper.d.ts +4 -4
- package/lib/EditorCell.d.ts +74 -74
- package/lib/FilterCell.d.ts +61 -61
- package/lib/GridCellBase.d.ts +140 -95
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +2 -6
- package/lib/GridConditionalStyleFontInfo.d.ts +11 -0
- package/lib/ImageCell.d.ts +20 -20
- package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
- package/lib/NumericCell.d.ts +2 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +11 -11
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +10 -8
- package/lib/TextCellDecoration.d.ts +26 -0
- package/lib/TextHeaderCell.d.ts +37 -35
- package/lib/VerticalSeparatorCell.d.ts +9 -9
- package/lib/igx-cell-info.d.ts +63 -0
- package/lib/igx-data-grid-column-component.d.ts +68 -2
- package/lib/igx-data-grid-component.d.ts +9 -2
- package/lib/igx-definition-base-component.d.ts +1 -1
- package/lib/igx-grid-conditional-style-font-info-component.d.ts +33 -0
- package/lib/igx-grid-conditional-style-font-info-dynamic-module.d.ts +9 -0
- package/lib/igx-grid-conditional-style-font-info-module.d.ts +8 -0
- package/package.json +4 -4
- package/public_api.d.ts +5 -0
|
@@ -23,30 +23,30 @@ export let ImageCellPresenter = /*@__PURE__*/ (() => {
|
|
|
23
23
|
b(a) {
|
|
24
24
|
super.b(a);
|
|
25
25
|
let b = a;
|
|
26
|
-
if (a.
|
|
27
|
-
if (a.
|
|
28
|
-
let c = Math.min(1, Math.max(0, a.
|
|
29
|
-
let d = a.
|
|
30
|
-
this.d.
|
|
26
|
+
if (a.a7) {
|
|
27
|
+
if (a.bc(CellModel.fm) || a.bc(CellModel.h1)) {
|
|
28
|
+
let c = Math.min(1, Math.max(0, a.c5));
|
|
29
|
+
let d = a.cr * (1 - c);
|
|
30
|
+
this.d.dw = d;
|
|
31
31
|
}
|
|
32
|
-
if (b.
|
|
33
|
-
this.e(b.
|
|
32
|
+
if (b.bc(ImageCellModel.n0) || b.bc(ImageCellModel.n1)) {
|
|
33
|
+
this.e(b.n4, b.nx);
|
|
34
34
|
}
|
|
35
|
-
if (b.
|
|
36
|
-
this.f(b.
|
|
35
|
+
if (b.bc(ImageCellModel.n2) || b.bc(ImageCellModel.f8) || b.bc(ImageCellModel.h0)) {
|
|
36
|
+
this.f(b.nz, b.g, b.i);
|
|
37
37
|
}
|
|
38
|
-
if (b.
|
|
38
|
+
if (b.bc(ImageCellModel.hi)) {
|
|
39
39
|
if (a.u == 1) {
|
|
40
|
-
this.d.
|
|
40
|
+
this.d.d1();
|
|
41
41
|
}
|
|
42
42
|
else if (a.u == 2) {
|
|
43
|
-
this.e(b.
|
|
43
|
+
this.e(b.n4, b.nx);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
f(a, b, c) {
|
|
49
|
-
this.d.
|
|
49
|
+
this.d.d7(a);
|
|
50
50
|
}
|
|
51
51
|
e(a, b) {
|
|
52
52
|
let c = a.toLowerCase();
|
|
@@ -54,35 +54,35 @@ export let ImageCellPresenter = /*@__PURE__*/ (() => {
|
|
|
54
54
|
b = 4;
|
|
55
55
|
}
|
|
56
56
|
if (stringStartsWith(c, "http") || b == 4) {
|
|
57
|
-
this.d.
|
|
57
|
+
this.d.d4(a, 4);
|
|
58
58
|
}
|
|
59
59
|
if (stringStartsWith(c, "asset") || b == 2) {
|
|
60
60
|
let d = a;
|
|
61
61
|
if (stringStartsWith(c, "asset")) {
|
|
62
62
|
d = a.substr(8);
|
|
63
63
|
}
|
|
64
|
-
this.d.
|
|
64
|
+
this.d.d4(d, 2);
|
|
65
65
|
}
|
|
66
66
|
if (stringStartsWith(c, "drawable") || b == 1) {
|
|
67
67
|
let e = a;
|
|
68
68
|
if (stringStartsWith(c, "drawable")) {
|
|
69
69
|
e = a.substr(11);
|
|
70
70
|
}
|
|
71
|
-
this.d.
|
|
71
|
+
this.d.d4(e, 1);
|
|
72
72
|
}
|
|
73
73
|
if (stringStartsWith(c, "nativeresource") || b == 1) {
|
|
74
74
|
let f = a;
|
|
75
75
|
if (stringStartsWith(c, "nativeresource")) {
|
|
76
76
|
f = a.substr(17);
|
|
77
77
|
}
|
|
78
|
-
this.d.
|
|
78
|
+
this.d.d4(f, 1);
|
|
79
79
|
}
|
|
80
80
|
if (stringStartsWith(c, "embeddedresource") || b == 3) {
|
|
81
81
|
let g = a;
|
|
82
82
|
if (stringStartsWith(c, "embeddedresource")) {
|
|
83
83
|
g = a.substr(19);
|
|
84
84
|
}
|
|
85
|
-
this.d.
|
|
85
|
+
this.d.d4(g, 3);
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|
|
@@ -27,13 +27,13 @@ import { SortMode_$type } from "./SortMode";
|
|
|
27
27
|
import { IDataSourceUpdateNotifier_$type } from "igniteui-angular-core";
|
|
28
28
|
import { MultipleDataSourceNotifier } from "./MultipleDataSourceNotifier";
|
|
29
29
|
import { TextHeaderCellModel } from "./TextHeaderCellModel";
|
|
30
|
+
import { Thickness } from "igniteui-angular-core";
|
|
30
31
|
import { CornerRadius } from "igniteui-angular-core";
|
|
31
32
|
import { stringEmpty, stringIsNullOrEmpty, stringIsNullOrWhiteSpace } from "igniteui-angular-core";
|
|
32
33
|
import { stringFormat } from "igniteui-angular-core";
|
|
33
34
|
import { SRProvider } from "igniteui-angular-core";
|
|
34
35
|
import { DeviceUtils } from "igniteui-angular-core";
|
|
35
36
|
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
36
|
-
import { Thickness } from "igniteui-angular-core";
|
|
37
37
|
import { ControlDisplayDensity_$type } from "igniteui-angular-core";
|
|
38
38
|
import { StringComparer } from "igniteui-angular-core";
|
|
39
39
|
import { InputGroupDisplayType_$type } from "igniteui-angular-inputs";
|
|
@@ -122,8 +122,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
122
122
|
return;
|
|
123
123
|
}
|
|
124
124
|
this.p = false;
|
|
125
|
-
if (b.
|
|
126
|
-
b.
|
|
125
|
+
if (b.g2 != a) {
|
|
126
|
+
b.g2 = a;
|
|
127
127
|
this.p = true;
|
|
128
128
|
}
|
|
129
129
|
else {
|
|
@@ -142,9 +142,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
142
142
|
this.co();
|
|
143
143
|
let b = this.g.p();
|
|
144
144
|
if (null != b) {
|
|
145
|
-
let c = b.
|
|
145
|
+
let c = b.g2;
|
|
146
146
|
if (null != c) {
|
|
147
|
-
b.
|
|
147
|
+
b.g2 = null;
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
}
|
|
@@ -610,7 +610,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
610
610
|
}
|
|
611
611
|
this.w = true;
|
|
612
612
|
if (stringIsNullOrEmpty(this.au)) {
|
|
613
|
-
if (null != a.
|
|
613
|
+
if (null != a.g2) {
|
|
614
614
|
this.aw(null);
|
|
615
615
|
}
|
|
616
616
|
else {
|
|
@@ -680,7 +680,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
680
680
|
}
|
|
681
681
|
let f = this.g;
|
|
682
682
|
let g = this.g.p();
|
|
683
|
-
e = g.
|
|
683
|
+
e = g.ma();
|
|
684
684
|
}
|
|
685
685
|
d.d = e;
|
|
686
686
|
d.b = a;
|
|
@@ -768,7 +768,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
768
768
|
this.i.svgPath = b ? MultiColumnComboBoxView.as : MultiColumnComboBoxView.at;
|
|
769
769
|
}
|
|
770
770
|
ct() {
|
|
771
|
-
let a = this.d.actualHeaderHeight
|
|
771
|
+
let a = this.d.actualHeaderHeight;
|
|
772
772
|
let b = this.d.actualRowHeight + this.d.rowSeparatorHeight;
|
|
773
773
|
let c = this.d.actualDataSource;
|
|
774
774
|
let d = null != c ? c.actualCount : 0;
|
|
@@ -787,7 +787,6 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
787
787
|
}
|
|
788
788
|
g = h * i;
|
|
789
789
|
this.d.defaultColumnMinWidth = 0;
|
|
790
|
-
g += 2;
|
|
791
790
|
let j = stringFormat("{0}px", g);
|
|
792
791
|
this.ag.setStyleProperty("width", j);
|
|
793
792
|
if (null != this.am) {
|
|
@@ -808,9 +807,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
808
807
|
this.au = null;
|
|
809
808
|
let a = this.g.p();
|
|
810
809
|
if (null != a) {
|
|
811
|
-
let b = a.
|
|
810
|
+
let b = a.g2;
|
|
812
811
|
if (null != b) {
|
|
813
|
-
a.
|
|
812
|
+
a.g2 = null;
|
|
814
813
|
}
|
|
815
814
|
else {
|
|
816
815
|
this.cw();
|
|
@@ -841,12 +840,13 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
841
840
|
this.d.selectionBehavior = 0;
|
|
842
841
|
this.d.activationMode = 1;
|
|
843
842
|
this.d.defaultColumnWidth = this.f.defaultColumnWidth;
|
|
843
|
+
this.d.borderWidth = new Thickness(0, 0);
|
|
844
844
|
this.cr();
|
|
845
845
|
this.d.editMode = 0;
|
|
846
846
|
this.d.isColumnOptionsEnabled = false;
|
|
847
847
|
this.d.isActiveCellStyleEnabled = false;
|
|
848
848
|
this.d.cornerRadius = new CornerRadius(0, 0);
|
|
849
|
-
this.d.
|
|
849
|
+
this.d.iy = false;
|
|
850
850
|
let b = this.d;
|
|
851
851
|
b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(this, this.a7));
|
|
852
852
|
let c = this.d;
|
|
@@ -1125,7 +1125,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1125
1125
|
}
|
|
1126
1126
|
let k = this.e.activeCell;
|
|
1127
1127
|
if (null != j.activeCell) {
|
|
1128
|
-
this.d.
|
|
1128
|
+
this.d.kl(false, false);
|
|
1129
1129
|
b.preventDefault();
|
|
1130
1130
|
}
|
|
1131
1131
|
else {
|
|
@@ -1152,7 +1152,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1152
1152
|
}
|
|
1153
1153
|
let o = this.e.activeCell;
|
|
1154
1154
|
if (null != n.activeCell) {
|
|
1155
|
-
this.d.
|
|
1155
|
+
this.d.ky(false, false);
|
|
1156
1156
|
b.preventDefault();
|
|
1157
1157
|
}
|
|
1158
1158
|
else {
|
|
@@ -2403,7 +2403,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
2403
2403
|
return c._inner[0];
|
|
2404
2404
|
}
|
|
2405
2405
|
for (let d of fromEnum(c)) {
|
|
2406
|
-
if (0 == StringComparer.b.compare(d.
|
|
2406
|
+
if (0 == StringComparer.b.compare(d.l5, a)) {
|
|
2407
2407
|
return d;
|
|
2408
2408
|
}
|
|
2409
2409
|
}
|
|
@@ -13,15 +13,19 @@ export let NumericCell = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class NumericCell extends TextCell {
|
|
14
14
|
constructor(a) {
|
|
15
15
|
super(a);
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.cz(this.dt, 2);
|
|
17
|
+
this.c7(this.dt, 1);
|
|
18
18
|
}
|
|
19
|
-
|
|
20
|
-
super.
|
|
19
|
+
ch(a, b, c) {
|
|
20
|
+
super.ch(a, b, c);
|
|
21
21
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
22
|
-
this.
|
|
22
|
+
this.dt.setRawStyleProperty("margin-left", this.bb + this.bd + this.bc + "px");
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
|
+
b5() {
|
|
26
|
+
super.b5();
|
|
27
|
+
this.dd(2, 1);
|
|
28
|
+
}
|
|
25
29
|
}
|
|
26
30
|
NumericCell.$t = markType(NumericCell, 'NumericCell', TextCell.$);
|
|
27
31
|
return NumericCell;
|
|
@@ -23,21 +23,21 @@ export let NumericCellPresenter = /*@__PURE__*/ (() => {
|
|
|
23
23
|
b(a) {
|
|
24
24
|
super.b(a);
|
|
25
25
|
let b = a;
|
|
26
|
-
if (a.
|
|
27
|
-
if (a.
|
|
28
|
-
b.
|
|
29
|
-
this.d.
|
|
26
|
+
if (a.a7) {
|
|
27
|
+
if (a.bc(NumericCellModel.ol) || a.bc(NumericCellModel.n9) || a.bc(NumericCellModel.hz) || b.n2()) {
|
|
28
|
+
b.ku = this.e(b);
|
|
29
|
+
this.d.c5(this.d.dt, b.ku);
|
|
30
30
|
}
|
|
31
|
-
ContentCellModelHelper.a(this.a.
|
|
31
|
+
ContentCellModelHelper.a(this.a.ak, b, this.a.ap, this.d.dt, this.a);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
e(a) {
|
|
35
|
-
if (a.
|
|
36
|
-
return a.
|
|
35
|
+
if (a.lp != null) {
|
|
36
|
+
return a.lp;
|
|
37
37
|
}
|
|
38
|
-
if (a.
|
|
39
|
-
let val_ = a.
|
|
40
|
-
let override_ = a.
|
|
38
|
+
if (a.or != null) {
|
|
39
|
+
let val_ = a.n5;
|
|
40
|
+
let override_ = a.or;
|
|
41
41
|
return (override_.format(val_));
|
|
42
42
|
}
|
|
43
43
|
return NumericCellFormatter.c(a);
|
|
@@ -741,15 +741,15 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
741
741
|
}
|
|
742
742
|
else {
|
|
743
743
|
let a = new TextColumn();
|
|
744
|
-
a.
|
|
745
|
-
a.
|
|
746
|
-
a.
|
|
744
|
+
a.ky = 10;
|
|
745
|
+
a.kz = 5;
|
|
746
|
+
a.l5 = "PropertyPath";
|
|
747
747
|
a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
|
|
748
748
|
this.l.columns.add(a);
|
|
749
749
|
let b = new TemplateColumn();
|
|
750
|
-
b.
|
|
751
|
-
b.
|
|
752
|
-
b.
|
|
750
|
+
b.l5 = "ValueType";
|
|
751
|
+
b.ky = 5;
|
|
752
|
+
b.kz = 5;
|
|
753
753
|
b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
|
|
754
754
|
b.cellStyleKeyRequested = delegateCombine(b.cellStyleKeyRequested, runOn(this, this.cs));
|
|
755
755
|
b.cellUpdating = delegateCombine(b.cellUpdating, runOn(this, this.ct));
|
|
@@ -829,8 +829,8 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
829
829
|
let r = this.cc(l);
|
|
830
830
|
if (c.count <= g) {
|
|
831
831
|
let s = new TextColumn();
|
|
832
|
-
s.
|
|
833
|
-
s.
|
|
832
|
+
s.ky = 10;
|
|
833
|
+
s.kz = 5;
|
|
834
834
|
s.width = ((() => {
|
|
835
835
|
let $ret = new ColumnWidth();
|
|
836
836
|
$ret.c = false;
|
|
@@ -838,8 +838,8 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
838
838
|
return $ret;
|
|
839
839
|
})());
|
|
840
840
|
s.dataBinding = delegateCombine(s.dataBinding, runOn(this, this.dp));
|
|
841
|
-
s.
|
|
842
|
-
s.
|
|
841
|
+
s.mw = "PropertyName_" + k;
|
|
842
|
+
s.l5 = "PropertyName";
|
|
843
843
|
c.add(s);
|
|
844
844
|
this.au.item(s, c.count - 1);
|
|
845
845
|
g++;
|
|
@@ -876,10 +876,10 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
876
876
|
}
|
|
877
877
|
if (c.count <= g) {
|
|
878
878
|
let v = new TemplateColumn();
|
|
879
|
-
v.
|
|
880
|
-
v.
|
|
881
|
-
v.
|
|
882
|
-
v.
|
|
879
|
+
v.mw = "ValueType_" + k;
|
|
880
|
+
v.l5 = "ValueType";
|
|
881
|
+
v.ky = 5;
|
|
882
|
+
v.kz = 5;
|
|
883
883
|
v.dataBinding = delegateCombine(v.dataBinding, runOn(this, this.cu));
|
|
884
884
|
v.width = ((() => {
|
|
885
885
|
let $ret = new ColumnWidth();
|
|
@@ -950,12 +950,12 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
950
950
|
}
|
|
951
951
|
cu(a, b) {
|
|
952
952
|
let c = a;
|
|
953
|
-
let d = this.s(c, b.cellInfo.
|
|
953
|
+
let d = this.s(c, b.cellInfo.fn, b.rowObject);
|
|
954
954
|
b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.w : 0);
|
|
955
955
|
}
|
|
956
956
|
dp(a, b) {
|
|
957
957
|
let c = a;
|
|
958
|
-
let d = this.s(c, b.cellInfo.
|
|
958
|
+
let d = this.s(c, b.cellInfo.fn, b.rowObject);
|
|
959
959
|
if (d == null) {
|
|
960
960
|
b.resolvedValue = null;
|
|
961
961
|
return;
|
|
@@ -1072,7 +1072,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1072
1072
|
}
|
|
1073
1073
|
ct(a, b) {
|
|
1074
1074
|
let c = a;
|
|
1075
|
-
let d = this.s(c, b.cellInfo.
|
|
1075
|
+
let d = this.s(c, b.cellInfo.fn, b.cellInfo.ic);
|
|
1076
1076
|
let e = d != null ? d.w : 0;
|
|
1077
1077
|
switch (e) {
|
|
1078
1078
|
case 10:
|
|
@@ -1169,7 +1169,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1169
1169
|
if (c.t != 3) {
|
|
1170
1170
|
c.t = 3;
|
|
1171
1171
|
}
|
|
1172
|
-
let e = this.s(a, b.cellInfo.
|
|
1172
|
+
let e = this.s(a, b.cellInfo.fn, b.cellInfo.ic);
|
|
1173
1173
|
let f = c.inputs._inner[0];
|
|
1174
1174
|
f.bh = e;
|
|
1175
1175
|
f.cq = (e.ar != null ? e.ar.toString() : "");
|
|
@@ -1183,7 +1183,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1183
1183
|
if (c.r != 3) {
|
|
1184
1184
|
c.r = 3;
|
|
1185
1185
|
}
|
|
1186
|
-
let e = this.s(a, b.cellInfo.
|
|
1186
|
+
let e = this.s(a, b.cellInfo.fn, b.cellInfo.ic);
|
|
1187
1187
|
c.ed = e;
|
|
1188
1188
|
let f = e.ar;
|
|
1189
1189
|
if (typeof e.ar === 'number' || typeof e.ar === 'number') {
|
|
@@ -1200,7 +1200,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1200
1200
|
if (c.density != 3) {
|
|
1201
1201
|
c.density = 3;
|
|
1202
1202
|
}
|
|
1203
|
-
let e = this.s(a, b.cellInfo.
|
|
1203
|
+
let e = this.s(a, b.cellInfo.fn, b.cellInfo.ic);
|
|
1204
1204
|
if (c.dd != e) {
|
|
1205
1205
|
if (!d) {
|
|
1206
1206
|
c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(this, this.cq));
|
|
@@ -1464,7 +1464,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1464
1464
|
if (!c.y) {
|
|
1465
1465
|
c.y = true;
|
|
1466
1466
|
}
|
|
1467
|
-
let e = this.s(a, b.cellInfo.
|
|
1467
|
+
let e = this.s(a, b.cellInfo.fn, b.cellInfo.ic);
|
|
1468
1468
|
let f = e.ar;
|
|
1469
1469
|
if (f == null) {
|
|
1470
1470
|
f = false;
|
|
@@ -13,32 +13,32 @@ export let SectionHeaderCell = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class SectionHeaderCell extends GridCellBase {
|
|
14
14
|
constructor(a) {
|
|
15
15
|
super(a);
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
16
|
+
this.ds = null;
|
|
17
|
+
this.ds = a.createElement("span");
|
|
18
|
+
this.ap.setRawStyleProperty("text-align", "left");
|
|
19
|
+
this.ap.setRawStyleProperty("vertical-align", "middle");
|
|
20
|
+
this.ap.setRawStyleProperty("overflow", "hidden");
|
|
21
|
+
this.ap.setRawStyleProperty("white-space", "nowrap");
|
|
22
|
+
this.ap.setRawStyleProperty("text-overflow", "ellipsis");
|
|
23
|
+
this.ap.append(this.ds);
|
|
24
24
|
}
|
|
25
|
-
get
|
|
26
|
-
return this.
|
|
25
|
+
get dt() {
|
|
26
|
+
return this.ds;
|
|
27
27
|
}
|
|
28
|
-
|
|
28
|
+
get_ae() {
|
|
29
29
|
return true;
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
super.
|
|
31
|
+
ch(a, b, c) {
|
|
32
|
+
super.ch(a, b, c);
|
|
33
33
|
if (a == "Indent") {
|
|
34
|
-
this.
|
|
34
|
+
this.ds.setRawStyleProperty("margin-left", this.bb + this.bd + 10 + "px");
|
|
35
35
|
}
|
|
36
36
|
if (a == "IsCollapsable") {
|
|
37
|
-
if (this.
|
|
38
|
-
this.
|
|
37
|
+
if (this.aa) {
|
|
38
|
+
this.ds.setRawStyleProperty("margin-left", this.bb + this.bd + 10 + "px");
|
|
39
39
|
}
|
|
40
40
|
else {
|
|
41
|
-
this.
|
|
41
|
+
this.ds.setRawStyleProperty("margin-left", "0px");
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -22,27 +22,27 @@ export let SectionHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
22
22
|
b(a) {
|
|
23
23
|
super.b(a);
|
|
24
24
|
let b = a;
|
|
25
|
-
if (a.
|
|
26
|
-
if (a.
|
|
27
|
-
if (b.
|
|
28
|
-
if (b.
|
|
29
|
-
b.
|
|
25
|
+
if (a.a7) {
|
|
26
|
+
if (a.bc(SectionHeaderCellModel.n2) || a.bc(SectionHeaderCellModel.n4) || a.bc(SectionHeaderCellModel.n3) || a.bc(SectionHeaderCellModel.n6)) {
|
|
27
|
+
if (b.ny == null || (b.ny.length == 0 && b.oc == null)) {
|
|
28
|
+
if (b.ib == null) {
|
|
29
|
+
b.ku = "";
|
|
30
30
|
}
|
|
31
31
|
else {
|
|
32
|
-
b.
|
|
32
|
+
b.ku = b.ib.toString();
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
else {
|
|
36
|
-
if (b.
|
|
37
|
-
b.
|
|
36
|
+
if (b.oa != null && b.n1 == 0) {
|
|
37
|
+
b.ku = b.oc + " " + b.oa;
|
|
38
38
|
}
|
|
39
39
|
else {
|
|
40
|
-
b.
|
|
40
|
+
b.ku = b.oc;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
this.d.
|
|
43
|
+
this.d.c5(this.d.dt, b.ku);
|
|
44
44
|
}
|
|
45
|
-
ContentCellModelHelper.a(this.a.
|
|
45
|
+
ContentCellModelHelper.a(this.a.ak, b, this.a.ap, this.d.dt, this.a);
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -13,59 +13,59 @@ export let SummaryCell = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class SummaryCell extends GridCellBase {
|
|
14
14
|
constructor(a) {
|
|
15
15
|
super(a);
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
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.
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
16
|
+
this.ds = null;
|
|
17
|
+
this.dt = null;
|
|
18
|
+
this.du = null;
|
|
19
|
+
this.dy = -1;
|
|
20
|
+
this.dx = -1;
|
|
21
|
+
this.ap.setRawStyleProperty("vertical-align", "middle");
|
|
22
|
+
this.du = a.createElement("div");
|
|
23
|
+
this.ds = a.createElement("span");
|
|
24
|
+
this.ds.setRawStyleProperty("display", "inline-block");
|
|
25
|
+
this.ds.setRawStyleProperty("width", "40%");
|
|
26
|
+
this.ds.setRawStyleProperty("white-space", "nowrap");
|
|
27
|
+
this.ds.setRawStyleProperty("text-overflow", "ellipsis");
|
|
28
|
+
this.ds.setRawStyleProperty("vertical-align", "middle");
|
|
29
|
+
this.ds.setRawStyleProperty("overflow", "hidden");
|
|
30
|
+
this.du.append(this.ds);
|
|
31
|
+
this.dt = a.createElement("span");
|
|
32
|
+
this.dt.setRawStyleProperty("display", "inline-block");
|
|
33
|
+
this.dt.setRawStyleProperty("width", "60%");
|
|
34
|
+
this.dt.setRawStyleProperty("text-align", "right");
|
|
35
|
+
this.dt.setRawStyleProperty("white-space", "nowrap");
|
|
36
|
+
this.dt.setRawStyleProperty("text-overflow", "ellipsis");
|
|
37
|
+
this.dt.setRawStyleProperty("vertical-align", "middle");
|
|
38
|
+
this.dt.setRawStyleProperty("overflow", "hidden");
|
|
39
|
+
this.du.append(this.dt);
|
|
40
|
+
this.ap.append(this.du);
|
|
41
41
|
}
|
|
42
|
-
get
|
|
43
|
-
return this.
|
|
42
|
+
get dv() {
|
|
43
|
+
return this.ds;
|
|
44
44
|
}
|
|
45
|
-
get
|
|
46
|
-
return this.
|
|
45
|
+
get dw() {
|
|
46
|
+
return this.dt;
|
|
47
47
|
}
|
|
48
|
-
|
|
49
|
-
super.
|
|
48
|
+
c8(a, b) {
|
|
49
|
+
super.c8(a, b);
|
|
50
50
|
let c = Math.max(0, a - b);
|
|
51
|
-
if (this.
|
|
52
|
-
this.
|
|
51
|
+
if (this.dy != c) {
|
|
52
|
+
this.dy = c;
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
|
-
|
|
56
|
-
super.
|
|
55
|
+
cy(a, b) {
|
|
56
|
+
super.cy(a, b);
|
|
57
57
|
let c = Math.max(0, a - b);
|
|
58
|
-
if (this.
|
|
59
|
-
this.
|
|
58
|
+
if (this.dx != c) {
|
|
59
|
+
this.dx = c;
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
|
|
62
|
+
get_ae() {
|
|
63
63
|
return false;
|
|
64
64
|
}
|
|
65
|
-
|
|
66
|
-
super.
|
|
65
|
+
ch(a, b, c) {
|
|
66
|
+
super.ch(a, b, c);
|
|
67
67
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
68
|
-
this.
|
|
68
|
+
this.du.setRawStyleProperty("margin-left", this.bb + this.bd + this.bc + "px");
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
}
|
|
@@ -22,26 +22,26 @@ export let SummaryCellPresenter = /*@__PURE__*/ (() => {
|
|
|
22
22
|
b(a) {
|
|
23
23
|
super.b(a);
|
|
24
24
|
let b = a;
|
|
25
|
-
if (a.
|
|
26
|
-
ContentCellModelHelper.a(this.a.
|
|
27
|
-
ContentCellModelHelper.a(this.a.
|
|
28
|
-
if (a.
|
|
29
|
-
if (b.
|
|
30
|
-
this.d.
|
|
25
|
+
if (a.a7) {
|
|
26
|
+
ContentCellModelHelper.a(this.a.ak, b, this.a.ap, this.d.dv, this.a);
|
|
27
|
+
ContentCellModelHelper.a(this.a.ak, b, this.a.ap, this.d.dw, this.a);
|
|
28
|
+
if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
|
|
29
|
+
if (b.n4 != null) {
|
|
30
|
+
this.d.c5(this.d.dv, b.n4);
|
|
31
31
|
}
|
|
32
|
-
if (b.
|
|
33
|
-
this.d.
|
|
32
|
+
if (b.n6 != null) {
|
|
33
|
+
this.d.c5(this.d.dw, b.n6);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
if (a.
|
|
37
|
-
this.d.
|
|
36
|
+
if (a.bb("SummaryLabelTextColor")) {
|
|
37
|
+
this.d.dv.setRawStyleProperty("color", b.ob._fill);
|
|
38
38
|
}
|
|
39
|
-
if (a.
|
|
40
|
-
let c = b.
|
|
39
|
+
if (a.bb("SummaryLabelFontInfo")) {
|
|
40
|
+
let c = b.nx;
|
|
41
41
|
if (c == null) {
|
|
42
|
-
c = FontUtil.getDefaultFont(this.a.
|
|
42
|
+
c = FontUtil.getDefaultFont(this.a.ak);
|
|
43
43
|
}
|
|
44
|
-
this.d.
|
|
44
|
+
this.d.dv.setRawStyleProperty("font", c.fontString);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
}
|