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.
Files changed (185) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +6134 -5858
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  13. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  14. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  15. package/esm2015/lib/CellPresenterBase.js +37 -34
  16. package/esm2015/lib/CheckboxListView_combined.js +23 -23
  17. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  18. package/esm2015/lib/ColumnFilterCondition_combined.js +4143 -3997
  19. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  20. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  21. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  22. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  23. package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
  24. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  25. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  26. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  27. package/esm2015/lib/EditorCell.js +292 -292
  28. package/esm2015/lib/EditorCellPresenter.js +26 -26
  29. package/esm2015/lib/FilterCell.js +269 -269
  30. package/esm2015/lib/FilterCellPresenter.js +15 -15
  31. package/esm2015/lib/GridCellBase.js +167 -150
  32. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +4 -4
  33. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  34. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  35. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  36. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridExternalWrapper.js +6 -6
  40. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  41. package/esm2015/lib/ImageCell.js +57 -57
  42. package/esm2015/lib/ImageCellPresenter.js +15 -15
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  44. package/esm2015/lib/NumericCell.js +8 -8
  45. package/esm2015/lib/NumericCellPresenter.js +9 -9
  46. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  47. package/esm2015/lib/SectionHeaderCell.js +20 -20
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  49. package/esm2015/lib/SummaryCell.js +45 -45
  50. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  51. package/esm2015/lib/TemplateCell.js +15 -15
  52. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  53. package/esm2015/lib/TemplateHeader.js +2 -2
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  56. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  57. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  58. package/esm2015/lib/TextCell.js +29 -29
  59. package/esm2015/lib/TextCellPresenter.js +10 -10
  60. package/esm2015/lib/TextHeaderCell.js +184 -184
  61. package/esm2015/lib/TextHeaderCellPresenter.js +52 -52
  62. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  63. package/esm2015/lib/igc-cell-info.js +90 -81
  64. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  65. package/esm2015/lib/igc-data-grid-column-component.js +224 -214
  66. package/esm2015/lib/igc-data-grid-component.js +10 -0
  67. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  68. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  69. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  70. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  71. package/esm2015/lib/igc-image-cell-info.js +6 -6
  72. package/esm2015/lib/igc-image-column-component.js +12 -12
  73. package/esm2015/lib/igc-numeric-cell-info.js +35 -26
  74. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  75. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  76. package/esm2015/lib/igc-section-header-component.js +32 -12
  77. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  78. package/esm2015/lib/igc-template-cell-info.js +2 -2
  79. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  80. package/esm2015/lib/igc-text-cell-info.js +2 -2
  81. package/esm2015/lib/igc-text-column-component.js +9 -9
  82. package/esm2015/lib/igc-text-header-cell-info.js +38 -38
  83. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  84. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  85. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  86. package/esm5/lib/CanvasGridCellBase.js +2 -2
  87. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  88. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  89. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  90. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  91. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  93. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  95. package/esm5/lib/CellPresenterBase.js +37 -34
  96. package/esm5/lib/CheckboxListView_combined.js +23 -23
  97. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  98. package/esm5/lib/ColumnFilterCondition_combined.js +3989 -3819
  99. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  100. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  101. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  102. package/esm5/lib/ContentCellModelHelper.js +10 -10
  103. package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
  104. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  105. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  106. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  107. package/esm5/lib/EditorCell.js +277 -277
  108. package/esm5/lib/EditorCellPresenter.js +26 -26
  109. package/esm5/lib/FilterCell.js +259 -259
  110. package/esm5/lib/FilterCellPresenter.js +15 -15
  111. package/esm5/lib/GridCellBase.js +164 -143
  112. package/esm5/lib/GridColumnFilterOptionsView_combined.js +4 -4
  113. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  114. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  115. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  116. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  117. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  118. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  119. package/esm5/lib/GridExternalWrapper.js +6 -6
  120. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  121. package/esm5/lib/ImageCell.js +57 -57
  122. package/esm5/lib/ImageCellPresenter.js +15 -15
  123. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  124. package/esm5/lib/NumericCell.js +8 -8
  125. package/esm5/lib/NumericCellPresenter.js +9 -9
  126. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  127. package/esm5/lib/SectionHeaderCell.js +20 -20
  128. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  129. package/esm5/lib/SummaryCell.js +45 -45
  130. package/esm5/lib/SummaryCellPresenter.js +10 -10
  131. package/esm5/lib/TemplateCell.js +15 -15
  132. package/esm5/lib/TemplateCellPresenter.js +3 -3
  133. package/esm5/lib/TemplateHeader.js +2 -2
  134. package/esm5/lib/TemplateHeaderCell.js +5 -5
  135. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  136. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  137. package/esm5/lib/TemplateSectionHeader.js +1 -1
  138. package/esm5/lib/TextCell.js +29 -29
  139. package/esm5/lib/TextCellPresenter.js +10 -10
  140. package/esm5/lib/TextHeaderCell.js +182 -182
  141. package/esm5/lib/TextHeaderCellPresenter.js +52 -52
  142. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  143. package/esm5/lib/igc-cell-info.js +94 -81
  144. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  145. package/esm5/lib/igc-data-grid-column-component.js +228 -214
  146. package/esm5/lib/igc-data-grid-component.js +14 -0
  147. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-editor-cell-info.js +23 -23
  150. package/esm5/lib/igc-filter-cell-info.js +26 -26
  151. package/esm5/lib/igc-image-cell-info.js +6 -6
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-cell-info.js +39 -26
  154. package/esm5/lib/igc-numeric-column-component.js +38 -38
  155. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  156. package/esm5/lib/igc-section-header-component.js +40 -12
  157. package/esm5/lib/igc-summary-cell-info.js +9 -9
  158. package/esm5/lib/igc-template-cell-info.js +2 -2
  159. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  160. package/esm5/lib/igc-text-cell-info.js +2 -2
  161. package/esm5/lib/igc-text-column-component.js +9 -9
  162. package/esm5/lib/igc-text-header-cell-info.js +38 -38
  163. package/fesm2015/igniteui-webcomponents-data-grids.js +6274 -6050
  164. package/fesm5/igniteui-webcomponents-data-grids.js +6134 -5858
  165. package/lib/ColumnFilterCondition_combined.d.ts +1077 -1053
  166. package/lib/EditorCell.d.ts +67 -67
  167. package/lib/FilterCell.d.ts +55 -55
  168. package/lib/GridCellBase.d.ts +64 -61
  169. package/lib/ImageCell.d.ts +17 -17
  170. package/lib/NumericCell.d.ts +2 -2
  171. package/lib/SectionHeaderCell.d.ts +4 -4
  172. package/lib/SummaryCell.d.ts +10 -10
  173. package/lib/TemplateCell.d.ts +5 -5
  174. package/lib/TemplateHeaderCell.d.ts +2 -2
  175. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  176. package/lib/TemplateSectionHeader.d.ts +1 -1
  177. package/lib/TextCell.d.ts +7 -7
  178. package/lib/TextHeaderCell.d.ts +30 -30
  179. package/lib/VerticalSeparatorCell.d.ts +8 -8
  180. package/lib/igc-cell-info.d.ts +5 -0
  181. package/lib/igc-data-grid-column-component.d.ts +5 -0
  182. package/lib/igc-data-grid-component.d.ts +5 -0
  183. package/lib/igc-numeric-cell-info.d.ts +5 -0
  184. package/lib/igc-section-header-component.d.ts +10 -0
  185. package/package.json +4 -4
@@ -28,10 +28,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  * Sets or gets the numeric value to use for the cell.
29
29
  */
30
30
  get: function () {
31
- return this.i.oe;
31
+ return this.i.ok;
32
32
  },
33
33
  set: function (v) {
34
- this.i.oe = +v;
34
+ this.i.ok = +v;
35
35
  },
36
36
  enumerable: false,
37
37
  configurable: true
@@ -41,10 +41,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  * Sets or gets whether there is a decimal numeric value to use for the cell.
42
42
  */
43
43
  get: function () {
44
- return this.i.oa;
44
+ return this.i.of;
45
45
  },
46
46
  set: function (v) {
47
- this.i.oa = ensureBool(v);
47
+ this.i.of = ensureBool(v);
48
48
  },
49
49
  enumerable: false,
50
50
  configurable: true
@@ -54,24 +54,24 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
54
54
  * The format string to apply to the value
55
55
  */
56
56
  get: function () {
57
- return this.i.o8;
57
+ return this.i.pf;
58
58
  },
59
59
  set: function (v) {
60
- this.i.o8 = v;
60
+ this.i.pf = v;
61
61
  },
62
62
  enumerable: false,
63
63
  configurable: true
64
64
  });
65
65
  Object.defineProperty(IgcNumericCellInfo.prototype, "formatSpecifiers", {
66
66
  get: function () {
67
- return this.i.n6;
67
+ return this.i.oa;
68
68
  },
69
69
  set: function (v) {
70
70
  if (v && !Array.isArray(v) && typeof (v) == "string") {
71
71
  var re = /\s*(?:,|\s|$)\s*/gm;
72
72
  v = v.split(re);
73
73
  }
74
- this.i.n6 = v;
74
+ this.i.oa = v;
75
75
  },
76
76
  enumerable: false,
77
77
  configurable: true
@@ -81,10 +81,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
81
81
  * The format options to apply to the value
82
82
  */
83
83
  get: function () {
84
- return this.i.o0;
84
+ return this.i.o7;
85
85
  },
86
86
  set: function (v) {
87
- this.i.o0 = v;
87
+ this.i.o7 = v;
88
88
  },
89
89
  enumerable: false,
90
90
  configurable: true
@@ -94,10 +94,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
94
94
  * Sets or gets the text prepended to a negative numeric value
95
95
  */
96
96
  get: function () {
97
- return this.i.pe;
97
+ return this.i.pm;
98
98
  },
99
99
  set: function (v) {
100
- this.i.pe = v;
100
+ this.i.pm = v;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,10 +107,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
107
107
  * Sets or gets the text prepended to a positive numeric value
108
108
  */
109
109
  get: function () {
110
- return this.i.pj;
110
+ return this.i.pr;
111
111
  },
112
112
  set: function (v) {
113
- this.i.pj = v;
113
+ this.i.pr = v;
114
114
  },
115
115
  enumerable: false,
116
116
  configurable: true
@@ -120,10 +120,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
120
120
  * Sets or gets the text appended to a negative numeric value
121
121
  */
122
122
  get: function () {
123
- return this.i.pg;
123
+ return this.i.po;
124
124
  },
125
125
  set: function (v) {
126
- this.i.pg = v;
126
+ this.i.po = v;
127
127
  },
128
128
  enumerable: false,
129
129
  configurable: true
@@ -133,10 +133,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
133
133
  * Sets or gets the text appended to a positive numeric value
134
134
  */
135
135
  get: function () {
136
- return this.i.pl;
136
+ return this.i.pt;
137
137
  },
138
138
  set: function (v) {
139
- this.i.pl = v;
139
+ this.i.pt = v;
140
140
  },
141
141
  enumerable: false,
142
142
  configurable: true
@@ -146,10 +146,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
146
146
  * The maximum number of decimal places to display when formatting
147
147
  */
148
148
  get: function () {
149
- return this.i.om;
149
+ return this.i.ot;
150
150
  },
151
151
  set: function (v) {
152
- this.i.om = +v;
152
+ this.i.ot = +v;
153
153
  },
154
154
  enumerable: false,
155
155
  configurable: true
@@ -159,10 +159,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
159
159
  * The minimum number of decimal places to display when formatting
160
160
  */
161
161
  get: function () {
162
- return this.i.oo;
162
+ return this.i.ov;
163
163
  },
164
164
  set: function (v) {
165
- this.i.oo = +v;
165
+ this.i.ov = +v;
166
166
  },
167
167
  enumerable: false,
168
168
  configurable: true
@@ -172,10 +172,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
172
172
  * The minimum number of integer digits to display when formatting
173
173
  */
174
174
  get: function () {
175
- return this.i.oq;
175
+ return this.i.ox;
176
176
  },
177
177
  set: function (v) {
178
- this.i.oq = +v;
178
+ this.i.ox = +v;
179
179
  },
180
180
  enumerable: false,
181
181
  configurable: true
@@ -185,10 +185,23 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
185
185
  * Sets or gets if the grouping separator is shown
186
186
  */
187
187
  get: function () {
188
- return this.i.oc;
188
+ return this.i.oi;
189
+ },
190
+ set: function (v) {
191
+ this.i.oi = ensureBool(v);
192
+ },
193
+ enumerable: false,
194
+ configurable: true
195
+ });
196
+ Object.defineProperty(IgcNumericCellInfo.prototype, "isPercent", {
197
+ /**
198
+ * Sets or gets if the value is treated as a percent and multiplied by 100 when formatted.
199
+ */
200
+ get: function () {
201
+ return this.i.oh;
189
202
  },
190
203
  set: function (v) {
191
- this.i.oc = ensureBool(v);
204
+ this.i.oh = ensureBool(v);
192
205
  },
193
206
  enumerable: false,
194
207
  configurable: true
@@ -79,10 +79,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
79
79
  * Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
80
80
  */
81
81
  get: function () {
82
- return this.i.s2;
82
+ return this.i.s5;
83
83
  },
84
84
  set: function (v) {
85
- this.i.s2 = v;
85
+ this.i.s5 = v;
86
86
  },
87
87
  enumerable: false,
88
88
  configurable: true
@@ -92,10 +92,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
92
92
  * Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
93
93
  */
94
94
  get: function () {
95
- return this.i.s6;
95
+ return this.i.s9;
96
96
  },
97
97
  set: function (v) {
98
- this.i.s6 = v;
98
+ this.i.s9 = v;
99
99
  },
100
100
  enumerable: false,
101
101
  configurable: true
@@ -105,10 +105,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
105
105
  * Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
106
106
  */
107
107
  get: function () {
108
- return this.i.s4;
108
+ return this.i.s7;
109
109
  },
110
110
  set: function (v) {
111
- this.i.s4 = v;
111
+ this.i.s7 = v;
112
112
  },
113
113
  enumerable: false,
114
114
  configurable: true
@@ -118,10 +118,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
118
118
  * Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
119
119
  */
120
120
  get: function () {
121
- return this.i.s8;
121
+ return this.i.tb;
122
122
  },
123
123
  set: function (v) {
124
- this.i.s8 = v;
124
+ this.i.tb = v;
125
125
  },
126
126
  enumerable: false,
127
127
  configurable: true
@@ -131,11 +131,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
131
131
  * Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
132
132
  */
133
133
  get: function () {
134
- return this.i.sg;
134
+ return this.i.sj;
135
135
  },
136
136
  set: function (v) {
137
- this.i.sg = +v;
138
- this._a("maxFractionDigits", this.i.sg);
137
+ this.i.sj = +v;
138
+ this._a("maxFractionDigits", this.i.sj);
139
139
  },
140
140
  enumerable: false,
141
141
  configurable: true
@@ -145,11 +145,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
145
145
  * Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
146
146
  */
147
147
  get: function () {
148
- return this.i.sh;
148
+ return this.i.sk;
149
149
  },
150
150
  set: function (v) {
151
- this.i.sh = +v;
152
- this._a("minFractionDigits", this.i.sh);
151
+ this.i.sk = +v;
152
+ this._a("minFractionDigits", this.i.sk);
153
153
  },
154
154
  enumerable: false,
155
155
  configurable: true
@@ -159,11 +159,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
159
159
  * Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
160
160
  */
161
161
  get: function () {
162
- return this.i.si;
162
+ return this.i.sl;
163
163
  },
164
164
  set: function (v) {
165
- this.i.si = +v;
166
- this._a("minIntegerDigits", this.i.si);
165
+ this.i.sl = +v;
166
+ this._a("minIntegerDigits", this.i.sl);
167
167
  },
168
168
  enumerable: false,
169
169
  configurable: true
@@ -174,11 +174,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
174
174
  * When true, the raw numeric value is multiplied by 100 before it is formatted for display.
175
175
  */
176
176
  get: function () {
177
- return this.i.sa;
177
+ return this.i.sd;
178
178
  },
179
179
  set: function (v) {
180
- this.i.sa = ensureBool(v);
181
- this._a("isPercent", this.i.sa);
180
+ this.i.sd = ensureBool(v);
181
+ this._a("isPercent", this.i.sd);
182
182
  },
183
183
  enumerable: false,
184
184
  configurable: true
@@ -188,11 +188,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
188
188
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
189
189
  */
190
190
  get: function () {
191
- return this.i.sb;
191
+ return this.i.se;
192
192
  },
193
193
  set: function (v) {
194
- this.i.sb = ensureBool(v);
195
- this._a("showGroupingSeparator", this.i.sb);
194
+ this.i.se = ensureBool(v);
195
+ this._a("showGroupingSeparator", this.i.se);
196
196
  },
197
197
  enumerable: false,
198
198
  configurable: true
@@ -202,24 +202,24 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
202
202
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
203
203
  */
204
204
  get: function () {
205
- return this.i.sw;
205
+ return this.i.sz;
206
206
  },
207
207
  set: function (v) {
208
- this.i.sw = v;
208
+ this.i.sz = v;
209
209
  },
210
210
  enumerable: false,
211
211
  configurable: true
212
212
  });
213
213
  Object.defineProperty(IgcNumericColumnComponent.prototype, "formatSpecifiers", {
214
214
  get: function () {
215
- return this.i.r5;
215
+ return this.i.r8;
216
216
  },
217
217
  set: function (v) {
218
218
  if (v && !Array.isArray(v) && typeof (v) == "string") {
219
219
  var re = /\s*(?:,|\s|$)\s*/gm;
220
220
  v = v.split(re);
221
221
  }
222
- this.i.r5 = v;
222
+ this.i.r8 = v;
223
223
  },
224
224
  enumerable: false,
225
225
  configurable: true
@@ -229,10 +229,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
229
229
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
230
230
  */
231
231
  get: function () {
232
- return this.i.sl;
232
+ return this.i.so;
233
233
  },
234
234
  set: function (v) {
235
- this.i.sl = v;
235
+ this.i.so = v;
236
236
  },
237
237
  enumerable: false,
238
238
  configurable: true
@@ -242,11 +242,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
242
242
  * Gets or sets the editor type used for editing cells in this column.
243
243
  */
244
244
  get: function () {
245
- return this.i.r7;
245
+ return this.i.sa;
246
246
  },
247
247
  set: function (v) {
248
- this.i.r7 = ensureEnum(EditorType_$type, v);
249
- this._a("editorType", enumToString(EditorType_$type, this.i.r7));
248
+ this.i.sa = ensureEnum(EditorType_$type, v);
249
+ this._a("editorType", enumToString(EditorType_$type, this.i.sa));
250
250
  },
251
251
  enumerable: false,
252
252
  configurable: true
@@ -256,10 +256,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
256
256
  * Gets or sets the ComboBox data source.
257
257
  */
258
258
  get: function () {
259
- return this.i.sk;
259
+ return this.i.sn;
260
260
  },
261
261
  set: function (v) {
262
- this.i.sk = v;
262
+ this.i.sn = v;
263
263
  },
264
264
  enumerable: false,
265
265
  configurable: true
@@ -269,10 +269,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
269
269
  * Gets or sets the ComboBox text field.
270
270
  */
271
271
  get: function () {
272
- return this.i.sr;
272
+ return this.i.su;
273
273
  },
274
274
  set: function (v) {
275
- this.i.sr = v;
275
+ this.i.su = v;
276
276
  },
277
277
  enumerable: false,
278
278
  configurable: true
@@ -282,10 +282,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
282
282
  * Gets or sets the ComboBox value field.
283
283
  */
284
284
  get: function () {
285
- return this.i.ss;
285
+ return this.i.sv;
286
286
  },
287
287
  set: function (v) {
288
- this.i.ss = v;
288
+ this.i.sv = v;
289
289
  },
290
290
  enumerable: false,
291
291
  configurable: true
@@ -29,10 +29,10 @@ var IgcSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  * Sets or gets the resolved text for the section header cell.
30
30
  */
31
31
  get: function () {
32
- return this.i.ol;
32
+ return this.i.op;
33
33
  },
34
34
  set: function (v) {
35
- this.i.ol = v;
35
+ this.i.op = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,10 +42,10 @@ var IgcSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  * Sets or gets the resolved summary text for the section header cell.
43
43
  */
44
44
  get: function () {
45
- return this.i.oj;
45
+ return this.i.on;
46
46
  },
47
47
  set: function (v) {
48
- this.i.oj = v;
48
+ this.i.on = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
@@ -55,10 +55,10 @@ var IgcSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
55
55
  * Sets or gets how summaries are displayed in the section header cell.
56
56
  */
57
57
  get: function () {
58
- return this.i.oa;
58
+ return this.i.oe;
59
59
  },
60
60
  set: function (v) {
61
- this.i.oa = ensureEnum(GroupSummaryDisplayMode_$type, v);
61
+ this.i.oe = ensureEnum(GroupSummaryDisplayMode_$type, v);
62
62
  },
63
63
  enumerable: false,
64
64
  configurable: true
@@ -76,44 +76,72 @@ export var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_s
76
76
  };
77
77
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "selectedBackground", {
78
78
  get: function () {
79
- return brushToString(this.i.h2);
79
+ return brushToString(this.i.h9);
80
80
  },
81
81
  set: function (v) {
82
- this.i.h2 = stringToBrush(v);
83
- this._a("selectedBackground", brushToString(this.i.h2));
82
+ this.i.h9 = stringToBrush(v);
83
+ this._a("selectedBackground", brushToString(this.i.h9));
84
84
  },
85
85
  enumerable: false,
86
86
  configurable: true
87
87
  });
88
88
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "actualSelectedBackground", {
89
89
  get: function () {
90
- return brushToString(this.i.h0);
90
+ return brushToString(this.i.h6);
91
91
  },
92
92
  set: function (v) {
93
- this.i.h0 = stringToBrush(v);
94
- this._a("actualSelectedBackground", brushToString(this.i.h0));
93
+ this.i.h6 = stringToBrush(v);
94
+ this._a("actualSelectedBackground", brushToString(this.i.h6));
95
95
  },
96
96
  enumerable: false,
97
97
  configurable: true
98
98
  });
99
99
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "selectedTextColor", {
100
100
  get: function () {
101
- return brushToString(this.i.h3);
101
+ return brushToString(this.i.ia);
102
102
  },
103
103
  set: function (v) {
104
- this.i.h3 = stringToBrush(v);
105
- this._a("selectedTextColor", brushToString(this.i.h3));
104
+ this.i.ia = stringToBrush(v);
105
+ this._a("selectedTextColor", brushToString(this.i.ia));
106
106
  },
107
107
  enumerable: false,
108
108
  configurable: true
109
109
  });
110
110
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "actualSelectedTextColor", {
111
111
  get: function () {
112
- return brushToString(this.i.h1);
112
+ return brushToString(this.i.h7);
113
113
  },
114
114
  set: function (v) {
115
- this.i.h1 = stringToBrush(v);
116
- this._a("actualSelectedTextColor", brushToString(this.i.h1));
115
+ this.i.h7 = stringToBrush(v);
116
+ this._a("actualSelectedTextColor", brushToString(this.i.h7));
117
+ },
118
+ enumerable: false,
119
+ configurable: true
120
+ });
121
+ Object.defineProperty(IgcSectionHeaderComponent.prototype, "expansionIndicatorIconColor", {
122
+ /**
123
+ * 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.
124
+ */
125
+ get: function () {
126
+ return brushToString(this.i.h8);
127
+ },
128
+ set: function (v) {
129
+ this.i.h8 = stringToBrush(v);
130
+ this._a("expansionIndicatorIconColor", brushToString(this.i.h8));
131
+ },
132
+ enumerable: false,
133
+ configurable: true
134
+ });
135
+ Object.defineProperty(IgcSectionHeaderComponent.prototype, "actualExpansionIndicatorIconColor", {
136
+ /**
137
+ * Gets the resolved color of the section header's expansion indicator icon.
138
+ */
139
+ get: function () {
140
+ return brushToString(this.i.h5);
141
+ },
142
+ set: function (v) {
143
+ this.i.h5 = stringToBrush(v);
144
+ this._a("actualExpansionIndicatorIconColor", brushToString(this.i.h5));
117
145
  },
118
146
  enumerable: false,
119
147
  configurable: true
@@ -29,10 +29,10 @@ var IgcSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  * Sets or gets the resolved summary label for the summary cell.
30
30
  */
31
31
  get: function () {
32
- return this.i.od;
32
+ return this.i.oh;
33
33
  },
34
34
  set: function (v) {
35
- this.i.od = v;
35
+ this.i.oh = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,10 +42,10 @@ var IgcSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  * Sets or gets the resolved summary value for the sumamry cell.
43
43
  */
44
44
  get: function () {
45
- return this.i.of;
45
+ return this.i.oj;
46
46
  },
47
47
  set: function (v) {
48
- this.i.of = v;
48
+ this.i.oj = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
@@ -55,25 +55,25 @@ var IgcSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
55
55
  * Gets or sets the color of the text for the summary label in the cell.
56
56
  */
57
57
  get: function () {
58
- return brushToString(this.i.ok);
58
+ return brushToString(this.i.oo);
59
59
  },
60
60
  set: function (v) {
61
- this.i.ok = stringToBrush(v);
61
+ this.i.oo = stringToBrush(v);
62
62
  },
63
63
  enumerable: false,
64
64
  configurable: true
65
65
  });
66
66
  Object.defineProperty(IgcSummaryCellInfo.prototype, "font", {
67
67
  get: function () {
68
- if (this.i.n6 == null) {
68
+ if (this.i.oa == null) {
69
69
  return null;
70
70
  }
71
- return this.i.n6.fontString;
71
+ return this.i.oa.fontString;
72
72
  },
73
73
  set: function (v) {
74
74
  var fi = new FontInfo();
75
75
  fi.fontString = v;
76
- this.i.n6 = fi;
76
+ this.i.oa = fi;
77
77
  },
78
78
  enumerable: false,
79
79
  configurable: true
@@ -27,10 +27,10 @@ var IgcTemplateCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
27
27
  * Sets or gets the value to provide to the template.
28
28
  */
29
29
  get: function () {
30
- return this.i.n7;
30
+ return this.i.ob;
31
31
  },
32
32
  set: function (v) {
33
- this.i.n7 = v;
33
+ this.i.ob = v;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -28,10 +28,10 @@ var IgcTemplateHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  * Sets or gets whether the filter UI should be visible in the header.
29
29
  */
30
30
  get: function () {
31
- return this.i.oa;
31
+ return this.i.oe;
32
32
  },
33
33
  set: function (v) {
34
- this.i.oa = ensureBool(v);
34
+ this.i.oe = ensureBool(v);
35
35
  },
36
36
  enumerable: false,
37
37
  configurable: true
@@ -27,10 +27,10 @@ var IgcTextCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
27
27
  * Sets or gets the text value for the cell.
28
28
  */
29
29
  get: function () {
30
- return this.i.n7;
30
+ return this.i.ob;
31
31
  },
32
32
  set: function (v) {
33
- this.i.n7 = v;
33
+ this.i.ob = v;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -79,11 +79,11 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
79
79
  * Gets or sets the editor type used for editing cells in this column.
80
80
  */
81
81
  get: function () {
82
- return this.i.r4;
82
+ return this.i.r7;
83
83
  },
84
84
  set: function (v) {
85
- this.i.r4 = ensureEnum(EditorType_$type, v);
86
- this._a("editorType", enumToString(EditorType_$type, this.i.r4));
85
+ this.i.r7 = ensureEnum(EditorType_$type, v);
86
+ this._a("editorType", enumToString(EditorType_$type, this.i.r7));
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -93,10 +93,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
93
93
  * Gets or sets the ComboBox data source.
94
94
  */
95
95
  get: function () {
96
- return this.i.r5;
96
+ return this.i.r8;
97
97
  },
98
98
  set: function (v) {
99
- this.i.r5 = v;
99
+ this.i.r8 = v;
100
100
  },
101
101
  enumerable: false,
102
102
  configurable: true
@@ -106,10 +106,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
106
106
  * Gets or sets the ComboBox text field.
107
107
  */
108
108
  get: function () {
109
- return this.i.r7;
109
+ return this.i.sa;
110
110
  },
111
111
  set: function (v) {
112
- this.i.r7 = v;
112
+ this.i.sa = v;
113
113
  },
114
114
  enumerable: false,
115
115
  configurable: true
@@ -119,10 +119,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
119
119
  * Gets or sets the ComboBox value field.
120
120
  */
121
121
  get: function () {
122
- return this.i.r8;
122
+ return this.i.sb;
123
123
  },
124
124
  set: function (v) {
125
- this.i.r8 = v;
125
+ this.i.sb = v;
126
126
  },
127
127
  enumerable: false,
128
128
  configurable: true