igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 7.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-webcomponents-data-grids.umd.js +6134 -5858
- package/bundles/igniteui-webcomponents-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 +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +37 -34
- package/esm2015/lib/CheckboxListView_combined.js +23 -23
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +4143 -3997
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +292 -292
- 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 +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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 +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +2 -2
- 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 +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +52 -52
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +90 -81
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +224 -214
- package/esm2015/lib/igc-data-grid-component.js +10 -0
- 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-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +32 -12
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- 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-header-cell-info.js +38 -38
- 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 +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +37 -34
- package/esm5/lib/CheckboxListView_combined.js +23 -23
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +3989 -3819
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- 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 +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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 +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +2 -2
- 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 +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +52 -52
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +94 -81
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +228 -214
- package/esm5/lib/igc-data-grid-component.js +14 -0
- 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-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +39 -26
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +40 -12
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- 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-header-cell-info.js +38 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +6274 -6050
- package/fesm5/igniteui-webcomponents-data-grids.js +6134 -5858
- package/lib/ColumnFilterCondition_combined.d.ts +1077 -1053
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- 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/igc-cell-info.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +5 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-section-header-component.d.ts +10 -0
- package/package.json +4 -4
|
@@ -21,119 +21,128 @@ export class IgcNumericCellInfo extends IgcCellInfo {
|
|
|
21
21
|
* Sets or gets the numeric value to use for the cell.
|
|
22
22
|
*/
|
|
23
23
|
get numericValue() {
|
|
24
|
-
return this.i.
|
|
24
|
+
return this.i.ok;
|
|
25
25
|
}
|
|
26
26
|
set numericValue(v) {
|
|
27
|
-
this.i.
|
|
27
|
+
this.i.ok = +v;
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
30
|
* Sets or gets whether there is a decimal numeric value to use for the cell.
|
|
31
31
|
*/
|
|
32
32
|
get hasDecimalValue() {
|
|
33
|
-
return this.i.
|
|
33
|
+
return this.i.of;
|
|
34
34
|
}
|
|
35
35
|
set hasDecimalValue(v) {
|
|
36
|
-
this.i.
|
|
36
|
+
this.i.of = ensureBool(v);
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
39
|
* The format string to apply to the value
|
|
40
40
|
*/
|
|
41
41
|
get formatStringOverride() {
|
|
42
|
-
return this.i.
|
|
42
|
+
return this.i.pf;
|
|
43
43
|
}
|
|
44
44
|
set formatStringOverride(v) {
|
|
45
|
-
this.i.
|
|
45
|
+
this.i.pf = v;
|
|
46
46
|
}
|
|
47
47
|
get formatSpecifiers() {
|
|
48
|
-
return this.i.
|
|
48
|
+
return this.i.oa;
|
|
49
49
|
}
|
|
50
50
|
set formatSpecifiers(v) {
|
|
51
51
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
52
52
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
53
53
|
v = v.split(re);
|
|
54
54
|
}
|
|
55
|
-
this.i.
|
|
55
|
+
this.i.oa = v;
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
58
|
* The format options to apply to the value
|
|
59
59
|
*/
|
|
60
60
|
get formatOverride() {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.o7;
|
|
62
62
|
}
|
|
63
63
|
set formatOverride(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.o7 = v;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* Sets or gets the text prepended to a negative numeric value
|
|
68
68
|
*/
|
|
69
69
|
get negativePrefix() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.pm;
|
|
71
71
|
}
|
|
72
72
|
set negativePrefix(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.pm = v;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* Sets or gets the text prepended to a positive numeric value
|
|
77
77
|
*/
|
|
78
78
|
get positivePrefix() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.pr;
|
|
80
80
|
}
|
|
81
81
|
set positivePrefix(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.pr = v;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Sets or gets the text appended to a negative numeric value
|
|
86
86
|
*/
|
|
87
87
|
get negativeSuffix() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.po;
|
|
89
89
|
}
|
|
90
90
|
set negativeSuffix(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.po = v;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Sets or gets the text appended to a positive numeric value
|
|
95
95
|
*/
|
|
96
96
|
get positiveSuffix() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.pt;
|
|
98
98
|
}
|
|
99
99
|
set positiveSuffix(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.pt = v;
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
103
|
* The maximum number of decimal places to display when formatting
|
|
104
104
|
*/
|
|
105
105
|
get maxFractionDigits() {
|
|
106
|
-
return this.i.
|
|
106
|
+
return this.i.ot;
|
|
107
107
|
}
|
|
108
108
|
set maxFractionDigits(v) {
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.ot = +v;
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* The minimum number of decimal places to display when formatting
|
|
113
113
|
*/
|
|
114
114
|
get minFractionDigits() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.ov;
|
|
116
116
|
}
|
|
117
117
|
set minFractionDigits(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.ov = +v;
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* The minimum number of integer digits to display when formatting
|
|
122
122
|
*/
|
|
123
123
|
get minIntegerDigits() {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.ox;
|
|
125
125
|
}
|
|
126
126
|
set minIntegerDigits(v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.ox = +v;
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* Sets or gets if the grouping separator is shown
|
|
131
131
|
*/
|
|
132
132
|
get showGroupingSeparator() {
|
|
133
|
-
return this.i.
|
|
133
|
+
return this.i.oi;
|
|
134
134
|
}
|
|
135
135
|
set showGroupingSeparator(v) {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.oi = ensureBool(v);
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Sets or gets if the value is treated as a percent and multiplied by 100 when formatted.
|
|
140
|
+
*/
|
|
141
|
+
get isPercent() {
|
|
142
|
+
return this.i.oh;
|
|
143
|
+
}
|
|
144
|
+
set isPercent(v) {
|
|
145
|
+
this.i.oh = ensureBool(v);
|
|
137
146
|
}
|
|
138
147
|
findByName(name) {
|
|
139
148
|
var baseResult = super.findByName(name);
|
|
@@ -66,153 +66,153 @@ let IgcNumericColumnComponent = /*@__PURE__*/ (() => {
|
|
|
66
66
|
* Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
|
|
67
67
|
*/
|
|
68
68
|
get negativePrefix() {
|
|
69
|
-
return this.i.
|
|
69
|
+
return this.i.s5;
|
|
70
70
|
}
|
|
71
71
|
set negativePrefix(v) {
|
|
72
|
-
this.i.
|
|
72
|
+
this.i.s5 = v;
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
|
|
76
76
|
*/
|
|
77
77
|
get positivePrefix() {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.s9;
|
|
79
79
|
}
|
|
80
80
|
set positivePrefix(v) {
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.s9 = v;
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
84
|
* Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
|
|
85
85
|
*/
|
|
86
86
|
get negativeSuffix() {
|
|
87
|
-
return this.i.
|
|
87
|
+
return this.i.s7;
|
|
88
88
|
}
|
|
89
89
|
set negativeSuffix(v) {
|
|
90
|
-
this.i.
|
|
90
|
+
this.i.s7 = v;
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
93
93
|
* Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
|
|
94
94
|
*/
|
|
95
95
|
get positiveSuffix() {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.tb;
|
|
97
97
|
}
|
|
98
98
|
set positiveSuffix(v) {
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.tb = v;
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
102
|
* Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
|
|
103
103
|
*/
|
|
104
104
|
get maxFractionDigits() {
|
|
105
|
-
return this.i.
|
|
105
|
+
return this.i.sj;
|
|
106
106
|
}
|
|
107
107
|
set maxFractionDigits(v) {
|
|
108
|
-
this.i.
|
|
109
|
-
this._a("maxFractionDigits", this.i.
|
|
108
|
+
this.i.sj = +v;
|
|
109
|
+
this._a("maxFractionDigits", this.i.sj);
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
|
|
113
113
|
*/
|
|
114
114
|
get minFractionDigits() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.sk;
|
|
116
116
|
}
|
|
117
117
|
set minFractionDigits(v) {
|
|
118
|
-
this.i.
|
|
119
|
-
this._a("minFractionDigits", this.i.
|
|
118
|
+
this.i.sk = +v;
|
|
119
|
+
this._a("minFractionDigits", this.i.sk);
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
122
|
* Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
|
|
123
123
|
*/
|
|
124
124
|
get minIntegerDigits() {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.sl;
|
|
126
126
|
}
|
|
127
127
|
set minIntegerDigits(v) {
|
|
128
|
-
this.i.
|
|
129
|
-
this._a("minIntegerDigits", this.i.
|
|
128
|
+
this.i.sl = +v;
|
|
129
|
+
this._a("minIntegerDigits", this.i.sl);
|
|
130
130
|
}
|
|
131
131
|
/**
|
|
132
132
|
* Gets or sets whether the column's values are displayed as percentages.
|
|
133
133
|
* When true, the raw numeric value is multiplied by 100 before it is formatted for display.
|
|
134
134
|
*/
|
|
135
135
|
get isPercent() {
|
|
136
|
-
return this.i.
|
|
136
|
+
return this.i.sd;
|
|
137
137
|
}
|
|
138
138
|
set isPercent(v) {
|
|
139
|
-
this.i.
|
|
140
|
-
this._a("isPercent", this.i.
|
|
139
|
+
this.i.sd = ensureBool(v);
|
|
140
|
+
this._a("isPercent", this.i.sd);
|
|
141
141
|
}
|
|
142
142
|
/**
|
|
143
143
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
144
144
|
*/
|
|
145
145
|
get showGroupingSeparator() {
|
|
146
|
-
return this.i.
|
|
146
|
+
return this.i.se;
|
|
147
147
|
}
|
|
148
148
|
set showGroupingSeparator(v) {
|
|
149
|
-
this.i.
|
|
150
|
-
this._a("showGroupingSeparator", this.i.
|
|
149
|
+
this.i.se = ensureBool(v);
|
|
150
|
+
this._a("showGroupingSeparator", this.i.se);
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
153
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
154
154
|
*/
|
|
155
155
|
get formatString() {
|
|
156
|
-
return this.i.
|
|
156
|
+
return this.i.sz;
|
|
157
157
|
}
|
|
158
158
|
set formatString(v) {
|
|
159
|
-
this.i.
|
|
159
|
+
this.i.sz = v;
|
|
160
160
|
}
|
|
161
161
|
get formatSpecifiers() {
|
|
162
|
-
return this.i.
|
|
162
|
+
return this.i.r8;
|
|
163
163
|
}
|
|
164
164
|
set formatSpecifiers(v) {
|
|
165
165
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
166
166
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
167
167
|
v = v.split(re);
|
|
168
168
|
}
|
|
169
|
-
this.i.
|
|
169
|
+
this.i.r8 = v;
|
|
170
170
|
}
|
|
171
171
|
/**
|
|
172
172
|
* Gets or sets the INTL NumericFormat object to use for formatting the date values.
|
|
173
173
|
*/
|
|
174
174
|
get formatOverride() {
|
|
175
|
-
return this.i.
|
|
175
|
+
return this.i.so;
|
|
176
176
|
}
|
|
177
177
|
set formatOverride(v) {
|
|
178
|
-
this.i.
|
|
178
|
+
this.i.so = v;
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
181
|
* Gets or sets the editor type used for editing cells in this column.
|
|
182
182
|
*/
|
|
183
183
|
get editorType() {
|
|
184
|
-
return this.i.
|
|
184
|
+
return this.i.sa;
|
|
185
185
|
}
|
|
186
186
|
set editorType(v) {
|
|
187
|
-
this.i.
|
|
188
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
187
|
+
this.i.sa = ensureEnum(EditorType_$type, v);
|
|
188
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.sa));
|
|
189
189
|
}
|
|
190
190
|
/**
|
|
191
191
|
* Gets or sets the ComboBox data source.
|
|
192
192
|
*/
|
|
193
193
|
get editorDataSource() {
|
|
194
|
-
return this.i.
|
|
194
|
+
return this.i.sn;
|
|
195
195
|
}
|
|
196
196
|
set editorDataSource(v) {
|
|
197
|
-
this.i.
|
|
197
|
+
this.i.sn = v;
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
200
200
|
* Gets or sets the ComboBox text field.
|
|
201
201
|
*/
|
|
202
202
|
get editorTextField() {
|
|
203
|
-
return this.i.
|
|
203
|
+
return this.i.su;
|
|
204
204
|
}
|
|
205
205
|
set editorTextField(v) {
|
|
206
|
-
this.i.
|
|
206
|
+
this.i.su = v;
|
|
207
207
|
}
|
|
208
208
|
/**
|
|
209
209
|
* Gets or sets the ComboBox value field.
|
|
210
210
|
*/
|
|
211
211
|
get editorValueField() {
|
|
212
|
-
return this.i.
|
|
212
|
+
return this.i.sv;
|
|
213
213
|
}
|
|
214
214
|
set editorValueField(v) {
|
|
215
|
-
this.i.
|
|
215
|
+
this.i.sv = v;
|
|
216
216
|
}
|
|
217
217
|
findByName(name) {
|
|
218
218
|
var baseResult = super.findByName(name);
|
|
@@ -22,27 +22,27 @@ export class IgcSectionHeaderCellInfo extends IgcCellInfo {
|
|
|
22
22
|
* Sets or gets the resolved text for the section header cell.
|
|
23
23
|
*/
|
|
24
24
|
get resolvedText() {
|
|
25
|
-
return this.i.
|
|
25
|
+
return this.i.op;
|
|
26
26
|
}
|
|
27
27
|
set resolvedText(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.op = v;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* Sets or gets the resolved summary text for the section header cell.
|
|
32
32
|
*/
|
|
33
33
|
get resolvedSummaryText() {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.on;
|
|
35
35
|
}
|
|
36
36
|
set resolvedSummaryText(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.on = v;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Sets or gets how summaries are displayed in the section header cell.
|
|
41
41
|
*/
|
|
42
42
|
get summaryDisplayMode() {
|
|
43
|
-
return this.i.
|
|
43
|
+
return this.i.oe;
|
|
44
44
|
}
|
|
45
45
|
set summaryDisplayMode(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.oe = ensureEnum(GroupSummaryDisplayMode_$type, v);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -63,32 +63,52 @@ let IgcSectionHeaderComponent = /*@__PURE__*/ (() => {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
get selectedBackground() {
|
|
66
|
-
return brushToString(this.i.
|
|
66
|
+
return brushToString(this.i.h9);
|
|
67
67
|
}
|
|
68
68
|
set selectedBackground(v) {
|
|
69
|
-
this.i.
|
|
70
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
69
|
+
this.i.h9 = stringToBrush(v);
|
|
70
|
+
this._a("selectedBackground", brushToString(this.i.h9));
|
|
71
71
|
}
|
|
72
72
|
get actualSelectedBackground() {
|
|
73
|
-
return brushToString(this.i.
|
|
73
|
+
return brushToString(this.i.h6);
|
|
74
74
|
}
|
|
75
75
|
set actualSelectedBackground(v) {
|
|
76
|
-
this.i.
|
|
77
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
76
|
+
this.i.h6 = stringToBrush(v);
|
|
77
|
+
this._a("actualSelectedBackground", brushToString(this.i.h6));
|
|
78
78
|
}
|
|
79
79
|
get selectedTextColor() {
|
|
80
|
-
return brushToString(this.i.
|
|
80
|
+
return brushToString(this.i.ia);
|
|
81
81
|
}
|
|
82
82
|
set selectedTextColor(v) {
|
|
83
|
-
this.i.
|
|
84
|
-
this._a("selectedTextColor", brushToString(this.i.
|
|
83
|
+
this.i.ia = stringToBrush(v);
|
|
84
|
+
this._a("selectedTextColor", brushToString(this.i.ia));
|
|
85
85
|
}
|
|
86
86
|
get actualSelectedTextColor() {
|
|
87
|
-
return brushToString(this.i.
|
|
87
|
+
return brushToString(this.i.h7);
|
|
88
88
|
}
|
|
89
89
|
set actualSelectedTextColor(v) {
|
|
90
|
-
this.i.
|
|
91
|
-
this._a("actualSelectedTextColor", brushToString(this.i.
|
|
90
|
+
this.i.h7 = stringToBrush(v);
|
|
91
|
+
this._a("actualSelectedTextColor", brushToString(this.i.h7));
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Gets or sets the color of the section header's expansion indicator icon. When unset, the icon defers to the grid-level color or the resolved section header text color.
|
|
95
|
+
*/
|
|
96
|
+
get expansionIndicatorIconColor() {
|
|
97
|
+
return brushToString(this.i.h8);
|
|
98
|
+
}
|
|
99
|
+
set expansionIndicatorIconColor(v) {
|
|
100
|
+
this.i.h8 = stringToBrush(v);
|
|
101
|
+
this._a("expansionIndicatorIconColor", brushToString(this.i.h8));
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Gets the resolved color of the section header's expansion indicator icon.
|
|
105
|
+
*/
|
|
106
|
+
get actualExpansionIndicatorIconColor() {
|
|
107
|
+
return brushToString(this.i.h5);
|
|
108
|
+
}
|
|
109
|
+
set actualExpansionIndicatorIconColor(v) {
|
|
110
|
+
this.i.h5 = stringToBrush(v);
|
|
111
|
+
this._a("actualExpansionIndicatorIconColor", brushToString(this.i.h5));
|
|
92
112
|
}
|
|
93
113
|
/**
|
|
94
114
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
@@ -22,38 +22,38 @@ export class IgcSummaryCellInfo extends IgcCellInfo {
|
|
|
22
22
|
* Sets or gets the resolved summary label for the summary cell.
|
|
23
23
|
*/
|
|
24
24
|
get resolvedSummaryLabel() {
|
|
25
|
-
return this.i.
|
|
25
|
+
return this.i.oh;
|
|
26
26
|
}
|
|
27
27
|
set resolvedSummaryLabel(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.oh = v;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* Sets or gets the resolved summary value for the sumamry cell.
|
|
32
32
|
*/
|
|
33
33
|
get resolvedSummaryValue() {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.oj;
|
|
35
35
|
}
|
|
36
36
|
set resolvedSummaryValue(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.oj = v;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Gets or sets the color of the text for the summary label in the cell.
|
|
41
41
|
*/
|
|
42
42
|
get summaryLabelTextColor() {
|
|
43
|
-
return brushToString(this.i.
|
|
43
|
+
return brushToString(this.i.oo);
|
|
44
44
|
}
|
|
45
45
|
set summaryLabelTextColor(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.oo = stringToBrush(v);
|
|
47
47
|
}
|
|
48
48
|
get font() {
|
|
49
|
-
if (this.i.
|
|
49
|
+
if (this.i.oa == null) {
|
|
50
50
|
return null;
|
|
51
51
|
}
|
|
52
|
-
return this.i.
|
|
52
|
+
return this.i.oa.fontString;
|
|
53
53
|
}
|
|
54
54
|
set font(v) {
|
|
55
55
|
let fi = new FontInfo();
|
|
56
56
|
fi.fontString = v;
|
|
57
|
-
this.i.
|
|
57
|
+
this.i.oa = fi;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -21,9 +21,9 @@ export class IgcTemplateHeaderCellInfo extends IgcTemplateCellInfo {
|
|
|
21
21
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
22
22
|
*/
|
|
23
23
|
get isFilterUIVisible() {
|
|
24
|
-
return this.i.
|
|
24
|
+
return this.i.oe;
|
|
25
25
|
}
|
|
26
26
|
set isFilterUIVisible(v) {
|
|
27
|
-
this.i.
|
|
27
|
+
this.i.oe = ensureBool(v);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -66,38 +66,38 @@ let IgcTextColumnComponent = /*@__PURE__*/ (() => {
|
|
|
66
66
|
* Gets or sets the editor type used for editing cells in this column.
|
|
67
67
|
*/
|
|
68
68
|
get editorType() {
|
|
69
|
-
return this.i.
|
|
69
|
+
return this.i.r7;
|
|
70
70
|
}
|
|
71
71
|
set editorType(v) {
|
|
72
|
-
this.i.
|
|
73
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
72
|
+
this.i.r7 = ensureEnum(EditorType_$type, v);
|
|
73
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.r7));
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* Gets or sets the ComboBox data source.
|
|
77
77
|
*/
|
|
78
78
|
get editorDataSource() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.r8;
|
|
80
80
|
}
|
|
81
81
|
set editorDataSource(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.r8 = v;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets the ComboBox text field.
|
|
86
86
|
*/
|
|
87
87
|
get editorTextField() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.sa;
|
|
89
89
|
}
|
|
90
90
|
set editorTextField(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.sa = v;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Gets or sets the ComboBox value field.
|
|
95
95
|
*/
|
|
96
96
|
get editorValueField() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.sb;
|
|
98
98
|
}
|
|
99
99
|
set editorValueField(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.sb = v;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
IgcTextColumnComponent._observedAttributesIgcTextColumnComponent = null;
|