igniteui-webcomponents-data-grids 7.1.0-alpha.2 → 7.1.0-alpha.3

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 (173) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +5951 -5689
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +1 -1
  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 +3 -3
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  14. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  15. package/esm2015/lib/CellPresenterBase.js +20 -20
  16. package/esm2015/lib/CheckboxListView_combined.js +22 -22
  17. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  18. package/esm2015/lib/ColumnFilterCondition_combined.js +4875 -4738
  19. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  20. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  21. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  22. package/esm2015/lib/ContentCellModelHelper.js +4 -4
  23. package/esm2015/lib/DataGridCellLayoutPanel.js +9 -9
  24. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  25. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  26. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  27. package/esm2015/lib/EditorCellPresenter.js +19 -19
  28. package/esm2015/lib/FilterCellPresenter.js +11 -11
  29. package/esm2015/lib/GridCellBase.js +1 -1
  30. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  31. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  32. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  33. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  34. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  35. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  37. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  38. package/esm2015/lib/GridExternalWrapper.js +6 -6
  39. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  40. package/esm2015/lib/GridStyleRepository.js +118 -113
  41. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  42. package/esm2015/lib/ImageCellPresenter.js +7 -7
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  44. package/esm2015/lib/NumericCellPresenter.js +8 -8
  45. package/esm2015/lib/PropertyEditorView_combined.js +17 -17
  46. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  47. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  48. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  49. package/esm2015/lib/TemplateHeader.js +4 -4
  50. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  51. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  53. package/esm2015/lib/TextCellPresenter.js +9 -9
  54. package/esm2015/lib/TextHeaderCellPresenter.js +38 -38
  55. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  56. package/esm2015/lib/igc-cell-info.js +76 -67
  57. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  58. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  59. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  60. package/esm2015/lib/igc-data-grid-column-component.js +281 -261
  61. package/esm2015/lib/igc-data-grid-component.js +10 -0
  62. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  63. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  64. package/esm2015/lib/igc-definition-base-component.js +12 -12
  65. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  66. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  67. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  68. package/esm2015/lib/igc-header-component.js +24 -24
  69. package/esm2015/lib/igc-image-cell-info.js +6 -6
  70. package/esm2015/lib/igc-image-column-component.js +12 -12
  71. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  72. package/esm2015/lib/igc-numeric-column-component.js +46 -35
  73. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  74. package/esm2015/lib/igc-section-header-component.js +38 -24
  75. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  76. package/esm2015/lib/igc-summary-row-component.js +24 -24
  77. package/esm2015/lib/igc-template-cell-info.js +2 -2
  78. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  79. package/esm2015/lib/igc-text-cell-info.js +2 -2
  80. package/esm2015/lib/igc-text-column-component.js +9 -9
  81. package/esm2015/lib/igc-text-header-cell-info.js +38 -38
  82. package/esm5/lib/CanvasCellPresenterBase.js +3 -3
  83. package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
  84. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  85. package/esm5/lib/CanvasGridCellBase.js +1 -1
  86. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  87. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  88. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  89. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  90. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  91. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  93. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  94. package/esm5/lib/CellPresenterBase.js +20 -20
  95. package/esm5/lib/CheckboxListView_combined.js +22 -22
  96. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  97. package/esm5/lib/ColumnFilterCondition_combined.js +4693 -4528
  98. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  99. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  100. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  101. package/esm5/lib/ContentCellModelHelper.js +4 -4
  102. package/esm5/lib/DataGridCellLayoutPanel.js +9 -9
  103. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  104. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  105. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  106. package/esm5/lib/EditorCellPresenter.js +19 -19
  107. package/esm5/lib/FilterCellPresenter.js +11 -11
  108. package/esm5/lib/GridCellBase.js +1 -1
  109. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  110. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  111. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  112. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  113. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  114. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  115. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  116. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  117. package/esm5/lib/GridExternalWrapper.js +6 -6
  118. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  119. package/esm5/lib/GridStyleRepository.js +118 -113
  120. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  121. package/esm5/lib/ImageCellPresenter.js +7 -7
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  123. package/esm5/lib/NumericCellPresenter.js +8 -8
  124. package/esm5/lib/PropertyEditorView_combined.js +17 -17
  125. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  126. package/esm5/lib/SummaryCellPresenter.js +6 -6
  127. package/esm5/lib/TemplateCellPresenter.js +2 -2
  128. package/esm5/lib/TemplateHeader.js +4 -4
  129. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  130. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  131. package/esm5/lib/TemplateSectionHeader.js +1 -1
  132. package/esm5/lib/TextCellPresenter.js +9 -9
  133. package/esm5/lib/TextHeaderCellPresenter.js +38 -38
  134. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  135. package/esm5/lib/igc-cell-info.js +80 -67
  136. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  137. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  138. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  139. package/esm5/lib/igc-data-grid-column-component.js +289 -261
  140. package/esm5/lib/igc-data-grid-component.js +14 -0
  141. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  142. package/esm5/lib/igc-date-time-column-component.js +23 -23
  143. package/esm5/lib/igc-definition-base-component.js +12 -12
  144. package/esm5/lib/igc-editor-cell-info.js +23 -23
  145. package/esm5/lib/igc-filter-cell-info.js +26 -26
  146. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  147. package/esm5/lib/igc-header-component.js +24 -24
  148. package/esm5/lib/igc-image-cell-info.js +6 -6
  149. package/esm5/lib/igc-image-column-component.js +12 -12
  150. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  151. package/esm5/lib/igc-numeric-column-component.js +50 -35
  152. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  153. package/esm5/lib/igc-section-header-component.js +46 -24
  154. package/esm5/lib/igc-summary-cell-info.js +9 -9
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-template-cell-info.js +2 -2
  157. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  158. package/esm5/lib/igc-text-cell-info.js +2 -2
  159. package/esm5/lib/igc-text-column-component.js +9 -9
  160. package/esm5/lib/igc-text-header-cell-info.js +38 -38
  161. package/fesm2015/igniteui-webcomponents-data-grids.js +6090 -5884
  162. package/fesm5/igniteui-webcomponents-data-grids.js +5951 -5689
  163. package/lib/ColumnFilterCondition_combined.d.ts +1223 -1198
  164. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  165. package/lib/TemplateHeader.d.ts +1 -1
  166. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  167. package/lib/TemplateSectionHeader.d.ts +1 -1
  168. package/lib/igc-cell-info.d.ts +5 -0
  169. package/lib/igc-data-grid-column-component.d.ts +10 -0
  170. package/lib/igc-data-grid-component.d.ts +5 -0
  171. package/lib/igc-numeric-column-component.d.ts +6 -0
  172. package/lib/igc-section-header-component.d.ts +4 -0
  173. package/package.json +4 -4
@@ -94,11 +94,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
94
94
  * Gets or sets the amount of left padding to use for the cell content for this column.
95
95
  */
96
96
  get: function () {
97
- return this.i.lj;
97
+ return this.i.lk;
98
98
  },
99
99
  set: function (v) {
100
- this.i.lj = +v;
101
- this._a("paddingLeft", this.i.lj);
100
+ this.i.lk = +v;
101
+ this._a("paddingLeft", this.i.lk);
102
102
  },
103
103
  enumerable: false,
104
104
  configurable: true
@@ -108,11 +108,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
108
108
  * Gets or sets the amount of top padding to use for the cell content for this column.
109
109
  */
110
110
  get: function () {
111
- return this.i.ll;
111
+ return this.i.lm;
112
112
  },
113
113
  set: function (v) {
114
- this.i.ll = +v;
115
- this._a("paddingTop", this.i.ll);
114
+ this.i.lm = +v;
115
+ this._a("paddingTop", this.i.lm);
116
116
  },
117
117
  enumerable: false,
118
118
  configurable: true
@@ -122,11 +122,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
122
122
  * Gets or sets the amount of right padding to use for the cell content of this column.
123
123
  */
124
124
  get: function () {
125
- return this.i.lk;
125
+ return this.i.ll;
126
126
  },
127
127
  set: function (v) {
128
- this.i.lk = +v;
129
- this._a("paddingRight", this.i.lk);
128
+ this.i.ll = +v;
129
+ this._a("paddingRight", this.i.ll);
130
130
  },
131
131
  enumerable: false,
132
132
  configurable: true
@@ -136,11 +136,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
136
136
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
137
137
  */
138
138
  get: function () {
139
- return this.i.li;
139
+ return this.i.lj;
140
140
  },
141
141
  set: function (v) {
142
- this.i.li = +v;
143
- this._a("paddingBottom", this.i.li);
142
+ this.i.lj = +v;
143
+ this._a("paddingBottom", this.i.lj);
144
144
  },
145
145
  enumerable: false,
146
146
  configurable: true
@@ -150,10 +150,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
150
150
  * Gets or sets an unique name of the Column
151
151
  */
152
152
  get: function () {
153
- return this.i.n6;
153
+ return this.i.n8;
154
154
  },
155
155
  set: function (v) {
156
- this.i.n6 = v;
156
+ this.i.n8 = v;
157
157
  },
158
158
  enumerable: false,
159
159
  configurable: true
@@ -163,10 +163,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
163
163
  * Gets or sets the key used for the column binding
164
164
  */
165
165
  get: function () {
166
- return this.i.nf;
166
+ return this.i.nh;
167
167
  },
168
168
  set: function (v) {
169
- this.i.nf = v;
169
+ this.i.nh = v;
170
170
  },
171
171
  enumerable: false,
172
172
  configurable: true
@@ -176,10 +176,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
176
176
  * Gets or sets the text displayed in the header of the column
177
177
  */
178
178
  get: function () {
179
- return this.i.nm;
179
+ return this.i.no;
180
180
  },
181
181
  set: function (v) {
182
- this.i.nm = v;
182
+ this.i.no = v;
183
183
  },
184
184
  enumerable: false,
185
185
  configurable: true
@@ -189,10 +189,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
189
189
  * Gets the actual text displayed in the header of the column
190
190
  */
191
191
  get: function () {
192
- return this.i.mi;
192
+ return this.i.mj;
193
193
  },
194
194
  set: function (v) {
195
- this.i.mi = v;
195
+ this.i.mj = v;
196
196
  },
197
197
  enumerable: false,
198
198
  configurable: true
@@ -202,11 +202,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
202
202
  * Gets or sets the background color to use for the cells when they are selected
203
203
  */
204
204
  get: function () {
205
- return brushToString(this.i.rs);
205
+ return brushToString(this.i.rz);
206
206
  },
207
207
  set: function (v) {
208
- this.i.rs = stringToBrush(v);
209
- this._a("selectedBackground", brushToString(this.i.rs));
208
+ this.i.rz = stringToBrush(v);
209
+ this._a("selectedBackground", brushToString(this.i.rz));
210
210
  },
211
211
  enumerable: false,
212
212
  configurable: true
@@ -216,11 +216,39 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
216
216
  * Gets the actual background color that is used for the cells when they are selected
217
217
  */
218
218
  get: function () {
219
- return brushToString(this.i.rc);
219
+ return brushToString(this.i.ri);
220
220
  },
221
221
  set: function (v) {
222
- this.i.rc = stringToBrush(v);
223
- this._a("actualSelectedBackground", brushToString(this.i.rc));
222
+ this.i.ri = stringToBrush(v);
223
+ this._a("actualSelectedBackground", brushToString(this.i.ri));
224
+ },
225
+ enumerable: false,
226
+ configurable: true
227
+ });
228
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "selectedTextColor", {
229
+ /**
230
+ * Gets or sets the text color to use for the cells when they are selected
231
+ */
232
+ get: function () {
233
+ return brushToString(this.i.r0);
234
+ },
235
+ set: function (v) {
236
+ this.i.r0 = stringToBrush(v);
237
+ this._a("selectedTextColor", brushToString(this.i.r0));
238
+ },
239
+ enumerable: false,
240
+ configurable: true
241
+ });
242
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualSelectedTextColor", {
243
+ /**
244
+ * Gets the actual text color that is used for the cells when they are selected
245
+ */
246
+ get: function () {
247
+ return brushToString(this.i.rj);
248
+ },
249
+ set: function (v) {
250
+ this.i.rj = stringToBrush(v);
251
+ this._a("actualSelectedTextColor", brushToString(this.i.rj));
224
252
  },
225
253
  enumerable: false,
226
254
  configurable: true
@@ -230,11 +258,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
230
258
  * Gets or sets the background color to use for the cells when the row is hovered.
231
259
  */
232
260
  get: function () {
233
- return brushToString(this.i.rq);
261
+ return brushToString(this.i.rx);
234
262
  },
235
263
  set: function (v) {
236
- this.i.rq = stringToBrush(v);
237
- this._a("rowHoverBackground", brushToString(this.i.rq));
264
+ this.i.rx = stringToBrush(v);
265
+ this._a("rowHoverBackground", brushToString(this.i.rx));
238
266
  },
239
267
  enumerable: false,
240
268
  configurable: true
@@ -244,11 +272,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
244
272
  * Gets the actual background color that is used for the cells when they are hovered.
245
273
  */
246
274
  get: function () {
247
- return brushToString(this.i.ra);
275
+ return brushToString(this.i.rg);
248
276
  },
249
277
  set: function (v) {
250
- this.i.ra = stringToBrush(v);
251
- this._a("actualHoverBackground", brushToString(this.i.ra));
278
+ this.i.rg = stringToBrush(v);
279
+ this._a("actualHoverBackground", brushToString(this.i.rg));
252
280
  },
253
281
  enumerable: false,
254
282
  configurable: true
@@ -258,11 +286,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
258
286
  * Gets or sets the text color to use for the cells when the row is hovered.
259
287
  */
260
288
  get: function () {
261
- return brushToString(this.i.rr);
289
+ return brushToString(this.i.ry);
262
290
  },
263
291
  set: function (v) {
264
- this.i.rr = stringToBrush(v);
265
- this._a("rowHoverTextColor", brushToString(this.i.rr));
292
+ this.i.ry = stringToBrush(v);
293
+ this._a("rowHoverTextColor", brushToString(this.i.ry));
266
294
  },
267
295
  enumerable: false,
268
296
  configurable: true
@@ -272,11 +300,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
272
300
  * Gets the actual text color that is used for the cells when they are hovered.
273
301
  */
274
302
  get: function () {
275
- return brushToString(this.i.rb);
303
+ return brushToString(this.i.rh);
276
304
  },
277
305
  set: function (v) {
278
- this.i.rb = stringToBrush(v);
279
- this._a("actualRowHoverTextColor", brushToString(this.i.rb));
306
+ this.i.rh = stringToBrush(v);
307
+ this._a("actualRowHoverTextColor", brushToString(this.i.rh));
280
308
  },
281
309
  enumerable: false,
282
310
  configurable: true
@@ -286,7 +314,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
286
314
  * Gets or sets the animation settings to use for this column.
287
315
  */
288
316
  get: function () {
289
- var r = this.i.ic;
317
+ var r = this.i.id;
290
318
  if (r == null) {
291
319
  return null;
292
320
  }
@@ -305,7 +333,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
305
333
  return r.externalObject;
306
334
  },
307
335
  set: function (v) {
308
- v == null ? this.i.ic = null : this.i.ic = v.i;
336
+ v == null ? this.i.id = null : this.i.id = v.i;
309
337
  },
310
338
  enumerable: false,
311
339
  configurable: true
@@ -350,11 +378,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
350
378
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
351
379
  */
352
380
  get: function () {
353
- return this.i.kq;
381
+ return this.i.kr;
354
382
  },
355
383
  set: function (v) {
356
- this.i.kq = +v;
357
- this._a("minWidth", this.i.kq);
384
+ this.i.kr = +v;
385
+ this._a("minWidth", this.i.kr);
358
386
  },
359
387
  enumerable: false,
360
388
  configurable: true
@@ -364,11 +392,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
364
392
  * Gets whether this column was projected from markup/templates and is constrained.
365
393
  */
366
394
  get: function () {
367
- return this.i.j8;
395
+ return this.i.j9;
368
396
  },
369
397
  set: function (v) {
370
- this.i.j8 = ensureBool(v);
371
- this._a("isFromMarkup", this.i.j8);
398
+ this.i.j9 = ensureBool(v);
399
+ this._a("isFromMarkup", this.i.j9);
372
400
  },
373
401
  enumerable: false,
374
402
  configurable: true
@@ -378,11 +406,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
378
406
  * Gets whether this column was auto generated.
379
407
  */
380
408
  get: function () {
381
- return this.i.j2;
409
+ return this.i.j3;
382
410
  },
383
411
  set: function (v) {
384
- this.i.j2 = ensureBool(v);
385
- this._a("isAutoGenerated", this.i.j2);
412
+ this.i.j3 = ensureBool(v);
413
+ this._a("isAutoGenerated", this.i.j3);
386
414
  },
387
415
  enumerable: false,
388
416
  configurable: true
@@ -392,10 +420,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
392
420
  * Gets or sets a filter to apply on the values of this column
393
421
  */
394
422
  get: function () {
395
- return this.i.g4;
423
+ return this.i.g5;
396
424
  },
397
425
  set: function (v) {
398
- this.i.g4 = v;
426
+ this.i.g5 = v;
399
427
  },
400
428
  enumerable: false,
401
429
  configurable: true
@@ -405,10 +433,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
405
433
  * Gets or sets a filter to apply to the values of this column.
406
434
  */
407
435
  get: function () {
408
- return this.i.g6;
436
+ return this.i.g7;
409
437
  },
410
438
  set: function (v) {
411
- this.i.g6 = v;
439
+ this.i.g7 = v;
412
440
  },
413
441
  enumerable: false,
414
442
  configurable: true
@@ -444,11 +472,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
444
472
  * Gets or sets whether filtering is enabled for this column.
445
473
  */
446
474
  get: function () {
447
- return this.i.j7;
475
+ return this.i.j8;
448
476
  },
449
477
  set: function (v) {
450
- this.i.j7 = ensureBool(v);
451
- this._a("isFilteringEnabled", this.i.j7);
478
+ this.i.j8 = ensureBool(v);
479
+ this._a("isFilteringEnabled", this.i.j8);
452
480
  },
453
481
  enumerable: false,
454
482
  configurable: true
@@ -458,11 +486,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
458
486
  * Gets or sets whether resizing is enabled for this column.
459
487
  */
460
488
  get: function () {
461
- return this.i.ka;
489
+ return this.i.kb;
462
490
  },
463
491
  set: function (v) {
464
- this.i.ka = ensureBool(v);
465
- this._a("isResizingEnabled", this.i.ka);
492
+ this.i.kb = ensureBool(v);
493
+ this._a("isResizingEnabled", this.i.kb);
466
494
  },
467
495
  enumerable: false,
468
496
  configurable: true
@@ -472,11 +500,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
472
500
  * Gets or sets whether or not a column is hidden from the grid
473
501
  */
474
502
  get: function () {
475
- return this.i.j9;
503
+ return this.i.ka;
476
504
  },
477
505
  set: function (v) {
478
- this.i.j9 = ensureBool(v);
479
- this._a("isHidden", this.i.j9);
506
+ this.i.ka = ensureBool(v);
507
+ this._a("isHidden", this.i.ka);
480
508
  },
481
509
  enumerable: false,
482
510
  configurable: true
@@ -486,11 +514,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
486
514
  * Gets or sets if a column should be removed from the grid when it is fully hidden
487
515
  */
488
516
  get: function () {
489
- return this.i.kd;
517
+ return this.i.ke;
490
518
  },
491
519
  set: function (v) {
492
- this.i.kd = ensureBool(v);
493
- this._a("shouldRemoveWhenHidden", this.i.kd);
520
+ this.i.ke = ensureBool(v);
521
+ this._a("shouldRemoveWhenHidden", this.i.ke);
494
522
  },
495
523
  enumerable: false,
496
524
  configurable: true
@@ -500,11 +528,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
500
528
  * Gets the current sort direction (None, Ascending, Descending) for this column.
501
529
  */
502
530
  get: function () {
503
- return this.i.hu;
531
+ return this.i.hv;
504
532
  },
505
533
  set: function (v) {
506
- this.i.hu = ensureEnum(ColumnSortDirection_$type, v);
507
- this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hu));
534
+ this.i.hv = ensureEnum(ColumnSortDirection_$type, v);
535
+ this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hv));
508
536
  },
509
537
  enumerable: false,
510
538
  configurable: true
@@ -514,11 +542,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
514
542
  * Gets or sets the current fixed position for this column.
515
543
  */
516
544
  get: function () {
517
- return this.i.is;
545
+ return this.i.it;
518
546
  },
519
547
  set: function (v) {
520
- this.i.is = ensureEnum(PinnedPositions_$type, v);
521
- this._a("pinned", enumToString(PinnedPositions_$type, this.i.is));
548
+ this.i.it = ensureEnum(PinnedPositions_$type, v);
549
+ this._a("pinned", enumToString(PinnedPositions_$type, this.i.it));
522
550
  },
523
551
  enumerable: false,
524
552
  configurable: true
@@ -528,11 +556,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
528
556
  * Gets the actual column options icon alignment for this column.
529
557
  */
530
558
  get: function () {
531
- return this.i.hl;
559
+ return this.i.hm;
532
560
  },
533
561
  set: function (v) {
534
- this.i.hl = ensureEnum(ColumnOptionsIconAlignment_$type, v);
535
- this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hl));
562
+ this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
563
+ this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hm));
536
564
  },
537
565
  enumerable: false,
538
566
  configurable: true
@@ -542,11 +570,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
542
570
  * Gets or sets whether the column options icon is aligned opposite the header text or not.
543
571
  */
544
572
  get: function () {
545
- return this.i.hm;
573
+ return this.i.hn;
546
574
  },
547
575
  set: function (v) {
548
- this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
549
- this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hm));
576
+ this.i.hn = ensureEnum(ColumnOptionsIconAlignment_$type, v);
577
+ this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hn));
550
578
  },
551
579
  enumerable: false,
552
580
  configurable: true
@@ -556,11 +584,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
556
584
  * Gets the actual column options icon color for this column.
557
585
  */
558
586
  get: function () {
559
- return brushToString(this.i.q5);
587
+ return brushToString(this.i.rb);
560
588
  },
561
589
  set: function (v) {
562
- this.i.q5 = stringToBrush(v);
563
- this._a("actualColumnOptionsIconColor", brushToString(this.i.q5));
590
+ this.i.rb = stringToBrush(v);
591
+ this._a("actualColumnOptionsIconColor", brushToString(this.i.rb));
564
592
  },
565
593
  enumerable: false,
566
594
  configurable: true
@@ -570,11 +598,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
570
598
  * Gets or sets the column options icon color for this column.
571
599
  */
572
600
  get: function () {
573
- return brushToString(this.i.rj);
601
+ return brushToString(this.i.rq);
574
602
  },
575
603
  set: function (v) {
576
- this.i.rj = stringToBrush(v);
577
- this._a("columnOptionsIconColor", brushToString(this.i.rj));
604
+ this.i.rq = stringToBrush(v);
605
+ this._a("columnOptionsIconColor", brushToString(this.i.rq));
578
606
  },
579
607
  enumerable: false,
580
608
  configurable: true
@@ -584,11 +612,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
584
612
  * Gets or sets how the column option icon will behave in the column header.
585
613
  */
586
614
  get: function () {
587
- return this.i.hq;
615
+ return this.i.hr;
588
616
  },
589
617
  set: function (v) {
590
- this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
591
- this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hq));
618
+ this.i.hr = ensureEnum(ColumnOptionsIconBehavior_$type, v);
619
+ this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hr));
592
620
  },
593
621
  enumerable: false,
594
622
  configurable: true
@@ -598,11 +626,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
598
626
  * Gets or sets how the column option icon will behave in the column header.
599
627
  */
600
628
  get: function () {
601
- return this.i.hp;
629
+ return this.i.hq;
602
630
  },
603
631
  set: function (v) {
604
- this.i.hp = ensureEnum(ColumnOptionsIconBehavior_$type, v);
605
- this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hp));
632
+ this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
633
+ this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hq));
606
634
  },
607
635
  enumerable: false,
608
636
  configurable: true
@@ -612,11 +640,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
612
640
  * Gets the actual state of the column options for this column.
613
641
  */
614
642
  get: function () {
615
- return this.i.jv;
643
+ return this.i.jw;
616
644
  },
617
645
  set: function (v) {
618
- this.i.jv = ensureBool(v);
619
- this._a("actualIsColumnOptionsEnabled", this.i.jv);
646
+ this.i.jw = ensureBool(v);
647
+ this._a("actualIsColumnOptionsEnabled", this.i.jw);
620
648
  },
621
649
  enumerable: false,
622
650
  configurable: true
@@ -627,11 +655,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
627
655
  * then it will be disabled for the column regardless of what this is set to.
628
656
  */
629
657
  get: function () {
630
- return this.i.j3;
658
+ return this.i.j4;
631
659
  },
632
660
  set: function (v) {
633
- this.i.j3 = ensureBool(v);
634
- this._a("isColumnOptionsEnabled", this.i.j3);
661
+ this.i.j4 = ensureBool(v);
662
+ this._a("isColumnOptionsEnabled", this.i.j4);
635
663
  },
636
664
  enumerable: false,
637
665
  configurable: true
@@ -641,11 +669,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
641
669
  * Gets the actual state of summaries menu in the column options for this column.
642
670
  */
643
671
  get: function () {
644
- return this.i.jx;
672
+ return this.i.jy;
645
673
  },
646
674
  set: function (v) {
647
- this.i.jx = ensureBool(v);
648
- this._a("actualIsColumnOptionsSummariesEnabled", this.i.jx);
675
+ this.i.jy = ensureBool(v);
676
+ this._a("actualIsColumnOptionsSummariesEnabled", this.i.jy);
649
677
  },
650
678
  enumerable: false,
651
679
  configurable: true
@@ -655,11 +683,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
655
683
  * Gets or sets whether to show the summaries option in the column options menu for this column.
656
684
  */
657
685
  get: function () {
658
- return this.i.j5;
686
+ return this.i.j6;
659
687
  },
660
688
  set: function (v) {
661
- this.i.j5 = ensureBool(v);
662
- this._a("isColumnOptionsSummariesEnabled", this.i.j5);
689
+ this.i.j6 = ensureBool(v);
690
+ this._a("isColumnOptionsSummariesEnabled", this.i.j6);
663
691
  },
664
692
  enumerable: false,
665
693
  configurable: true
@@ -669,11 +697,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
669
697
  * Gets the actual state of grouping menu in the column options for this column.
670
698
  */
671
699
  get: function () {
672
- return this.i.jw;
700
+ return this.i.jx;
673
701
  },
674
702
  set: function (v) {
675
- this.i.jw = ensureBool(v);
676
- this._a("actualIsColumnOptionsGroupingEnabled", this.i.jw);
703
+ this.i.jx = ensureBool(v);
704
+ this._a("actualIsColumnOptionsGroupingEnabled", this.i.jx);
677
705
  },
678
706
  enumerable: false,
679
707
  configurable: true
@@ -683,11 +711,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
683
711
  * Gets or sets whether to show the grouping option in the column options menu for this column.
684
712
  */
685
713
  get: function () {
686
- return this.i.j4;
714
+ return this.i.j5;
687
715
  },
688
716
  set: function (v) {
689
- this.i.j4 = ensureBool(v);
690
- this._a("isColumnOptionsGroupingEnabled", this.i.j4);
717
+ this.i.j5 = ensureBool(v);
718
+ this._a("isColumnOptionsGroupingEnabled", this.i.j5);
691
719
  },
692
720
  enumerable: false,
693
721
  configurable: true
@@ -697,11 +725,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
697
725
  * Gets or sets the column options dropdown background color.
698
726
  */
699
727
  get: function () {
700
- return brushToString(this.i.q0);
728
+ return brushToString(this.i.q6);
701
729
  },
702
730
  set: function (v) {
703
- this.i.q0 = stringToBrush(v);
704
- this._a("actualColumnOptionsBackground", brushToString(this.i.q0));
731
+ this.i.q6 = stringToBrush(v);
732
+ this._a("actualColumnOptionsBackground", brushToString(this.i.q6));
705
733
  },
706
734
  enumerable: false,
707
735
  configurable: true
@@ -711,11 +739,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
711
739
  * Gets or sets the column options dropdown background color.
712
740
  */
713
741
  get: function () {
714
- return brushToString(this.i.re);
742
+ return brushToString(this.i.rl);
715
743
  },
716
744
  set: function (v) {
717
- this.i.re = stringToBrush(v);
718
- this._a("columnOptionsBackground", brushToString(this.i.re));
745
+ this.i.rl = stringToBrush(v);
746
+ this._a("columnOptionsBackground", brushToString(this.i.rl));
719
747
  },
720
748
  enumerable: false,
721
749
  configurable: true
@@ -725,11 +753,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
725
753
  * Gets or sets the text color for text inside the column options menu.
726
754
  */
727
755
  get: function () {
728
- return brushToString(this.i.q7);
756
+ return brushToString(this.i.rd);
729
757
  },
730
758
  set: function (v) {
731
- this.i.q7 = stringToBrush(v);
732
- this._a("actualColumnOptionsTextColor", brushToString(this.i.q7));
759
+ this.i.rd = stringToBrush(v);
760
+ this._a("actualColumnOptionsTextColor", brushToString(this.i.rd));
733
761
  },
734
762
  enumerable: false,
735
763
  configurable: true
@@ -739,11 +767,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
739
767
  * Gets or sets the text color for text inside the column options menu.
740
768
  */
741
769
  get: function () {
742
- return brushToString(this.i.rl);
770
+ return brushToString(this.i.rs);
743
771
  },
744
772
  set: function (v) {
745
- this.i.rl = stringToBrush(v);
746
- this._a("columnOptionsTextColor", brushToString(this.i.rl));
773
+ this.i.rs = stringToBrush(v);
774
+ this._a("columnOptionsTextColor", brushToString(this.i.rs));
747
775
  },
748
776
  enumerable: false,
749
777
  configurable: true
@@ -753,82 +781,82 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
753
781
  * Gets or sets the font settings for text inside the column options menu.
754
782
  */
755
783
  get: function () {
756
- if (this.i.jc == null) {
784
+ if (this.i.jd == null) {
757
785
  return null;
758
786
  }
759
- return this.i.jc.fontString;
787
+ return this.i.jd.fontString;
760
788
  },
761
789
  set: function (v) {
762
790
  var fi = new FontInfo();
763
791
  fi.fontString = v;
764
- this.i.jc = fi;
765
- this._a("columnOptionsTextStyle", this.i.jc != null ? this.i.jc.fontString : "");
792
+ this.i.jd = fi;
793
+ this._a("columnOptionsTextStyle", this.i.jd != null ? this.i.jd.fontString : "");
766
794
  },
767
795
  enumerable: false,
768
796
  configurable: true
769
797
  });
770
798
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsHoverBackgroundColor", {
771
799
  get: function () {
772
- return brushToString(this.i.q4);
800
+ return brushToString(this.i.ra);
773
801
  },
774
802
  set: function (v) {
775
- this.i.q4 = stringToBrush(v);
776
- this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.q4));
803
+ this.i.ra = stringToBrush(v);
804
+ this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.ra));
777
805
  },
778
806
  enumerable: false,
779
807
  configurable: true
780
808
  });
781
809
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsHoverBackgroundColor", {
782
810
  get: function () {
783
- return brushToString(this.i.ri);
811
+ return brushToString(this.i.rp);
784
812
  },
785
813
  set: function (v) {
786
- this.i.ri = stringToBrush(v);
787
- this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.ri));
814
+ this.i.rp = stringToBrush(v);
815
+ this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.rp));
788
816
  },
789
817
  enumerable: false,
790
818
  configurable: true
791
819
  });
792
820
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsToolTipBackgroundColor", {
793
821
  get: function () {
794
- return brushToString(this.i.q8);
822
+ return brushToString(this.i.re);
795
823
  },
796
824
  set: function (v) {
797
- this.i.q8 = stringToBrush(v);
798
- this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.q8));
825
+ this.i.re = stringToBrush(v);
826
+ this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.re));
799
827
  },
800
828
  enumerable: false,
801
829
  configurable: true
802
830
  });
803
831
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsToolTipBackgroundColor", {
804
832
  get: function () {
805
- return brushToString(this.i.rm);
833
+ return brushToString(this.i.rt);
806
834
  },
807
835
  set: function (v) {
808
- this.i.rm = stringToBrush(v);
809
- this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.rm));
836
+ this.i.rt = stringToBrush(v);
837
+ this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.rt));
810
838
  },
811
839
  enumerable: false,
812
840
  configurable: true
813
841
  });
814
842
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsHighlightColor", {
815
843
  get: function () {
816
- return brushToString(this.i.q3);
844
+ return brushToString(this.i.q9);
817
845
  },
818
846
  set: function (v) {
819
- this.i.q3 = stringToBrush(v);
820
- this._a("actualColumnOptionsHighlightColor", brushToString(this.i.q3));
847
+ this.i.q9 = stringToBrush(v);
848
+ this._a("actualColumnOptionsHighlightColor", brushToString(this.i.q9));
821
849
  },
822
850
  enumerable: false,
823
851
  configurable: true
824
852
  });
825
853
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsHighlightColor", {
826
854
  get: function () {
827
- return brushToString(this.i.rh);
855
+ return brushToString(this.i.ro);
828
856
  },
829
857
  set: function (v) {
830
- this.i.rh = stringToBrush(v);
831
- this._a("columnOptionsHighlightColor", brushToString(this.i.rh));
858
+ this.i.ro = stringToBrush(v);
859
+ this._a("columnOptionsHighlightColor", brushToString(this.i.ro));
832
860
  },
833
861
  enumerable: false,
834
862
  configurable: true
@@ -838,11 +866,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
838
866
  * Gets or sets the color of separators inside the column options menu.
839
867
  */
840
868
  get: function () {
841
- return brushToString(this.i.q6);
869
+ return brushToString(this.i.rc);
842
870
  },
843
871
  set: function (v) {
844
- this.i.q6 = stringToBrush(v);
845
- this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.q6));
872
+ this.i.rc = stringToBrush(v);
873
+ this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.rc));
846
874
  },
847
875
  enumerable: false,
848
876
  configurable: true
@@ -852,11 +880,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
852
880
  * Gets or sets the color of separators inside the column options menu.
853
881
  */
854
882
  get: function () {
855
- return brushToString(this.i.rk);
883
+ return brushToString(this.i.rr);
856
884
  },
857
885
  set: function (v) {
858
- this.i.rk = stringToBrush(v);
859
- this._a("columnOptionsSeparatorColor", brushToString(this.i.rk));
886
+ this.i.rr = stringToBrush(v);
887
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.rr));
860
888
  },
861
889
  enumerable: false,
862
890
  configurable: true
@@ -866,11 +894,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
866
894
  * Gets or sets the background color for group headers inside the column options menu.
867
895
  */
868
896
  get: function () {
869
- return brushToString(this.i.q1);
897
+ return brushToString(this.i.q7);
870
898
  },
871
899
  set: function (v) {
872
- this.i.q1 = stringToBrush(v);
873
- this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.q1));
900
+ this.i.q7 = stringToBrush(v);
901
+ this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.q7));
874
902
  },
875
903
  enumerable: false,
876
904
  configurable: true
@@ -880,11 +908,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
880
908
  * Gets or sets the background color for group headers inside the column options menu.
881
909
  */
882
910
  get: function () {
883
- return brushToString(this.i.rf);
911
+ return brushToString(this.i.rm);
884
912
  },
885
913
  set: function (v) {
886
- this.i.rf = stringToBrush(v);
887
- this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rf));
914
+ this.i.rm = stringToBrush(v);
915
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rm));
888
916
  },
889
917
  enumerable: false,
890
918
  configurable: true
@@ -894,11 +922,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
894
922
  * Gets the actual text color for group headers inside the column options menu.
895
923
  */
896
924
  get: function () {
897
- return brushToString(this.i.q2);
925
+ return brushToString(this.i.q8);
898
926
  },
899
927
  set: function (v) {
900
- this.i.q2 = stringToBrush(v);
901
- this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.q2));
928
+ this.i.q8 = stringToBrush(v);
929
+ this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.q8));
902
930
  },
903
931
  enumerable: false,
904
932
  configurable: true
@@ -908,71 +936,71 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
908
936
  * Gets or sets the text color for group headers inside the column options menu.
909
937
  */
910
938
  get: function () {
911
- return brushToString(this.i.rg);
939
+ return brushToString(this.i.rn);
912
940
  },
913
941
  set: function (v) {
914
- this.i.rg = stringToBrush(v);
915
- this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.rg));
942
+ this.i.rn = stringToBrush(v);
943
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.rn));
916
944
  },
917
945
  enumerable: false,
918
946
  configurable: true
919
947
  });
920
948
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsGroupHeaderTextStyle", {
921
949
  get: function () {
922
- if (this.i.jb == null) {
950
+ if (this.i.jc == null) {
923
951
  return null;
924
952
  }
925
- return this.i.jb.fontString;
953
+ return this.i.jc.fontString;
926
954
  },
927
955
  set: function (v) {
928
956
  var fi = new FontInfo();
929
957
  fi.fontString = v;
930
- this.i.jb = fi;
931
- this._a("columnOptionsGroupHeaderTextStyle", this.i.jb != null ? this.i.jb.fontString : "");
958
+ this.i.jc = fi;
959
+ this._a("columnOptionsGroupHeaderTextStyle", this.i.jc != null ? this.i.jc.fontString : "");
932
960
  },
933
961
  enumerable: false,
934
962
  configurable: true
935
963
  });
936
964
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsAccentColor", {
937
965
  get: function () {
938
- return brushToString(this.i.qz);
966
+ return brushToString(this.i.q5);
939
967
  },
940
968
  set: function (v) {
941
- this.i.qz = stringToBrush(v);
942
- this._a("actualColumnOptionsAccentColor", brushToString(this.i.qz));
969
+ this.i.q5 = stringToBrush(v);
970
+ this._a("actualColumnOptionsAccentColor", brushToString(this.i.q5));
943
971
  },
944
972
  enumerable: false,
945
973
  configurable: true
946
974
  });
947
975
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsAccentColor", {
948
976
  get: function () {
949
- return brushToString(this.i.rd);
977
+ return brushToString(this.i.rk);
950
978
  },
951
979
  set: function (v) {
952
- this.i.rd = stringToBrush(v);
953
- this._a("columnOptionsAccentColor", brushToString(this.i.rd));
980
+ this.i.rk = stringToBrush(v);
981
+ this._a("columnOptionsAccentColor", brushToString(this.i.rk));
954
982
  },
955
983
  enumerable: false,
956
984
  configurable: true
957
985
  });
958
986
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsRowHeight", {
959
987
  get: function () {
960
- return this.i.k9;
988
+ return this.i.la;
961
989
  },
962
990
  set: function (v) {
963
- this.i.k9 = +v;
964
- this._a("actualColumnOptionsRowHeight", this.i.k9);
991
+ this.i.la = +v;
992
+ this._a("actualColumnOptionsRowHeight", this.i.la);
965
993
  },
966
994
  enumerable: false,
967
995
  configurable: true
968
996
  });
969
997
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsRowHeight", {
970
998
  get: function () {
971
- return this.i.la;
999
+ return this.i.lb;
972
1000
  },
973
1001
  set: function (v) {
974
- this.i.la = +v;
975
- this._a("columnOptionsRowHeight", this.i.la);
1002
+ this.i.lb = +v;
1003
+ this._a("columnOptionsRowHeight", this.i.lb);
976
1004
  },
977
1005
  enumerable: false,
978
1006
  configurable: true
@@ -982,11 +1010,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
982
1010
  * Gets or sets if the column is editable.
983
1011
  */
984
1012
  get: function () {
985
- return this.i.j6;
1013
+ return this.i.j7;
986
1014
  },
987
1015
  set: function (v) {
988
- this.i.j6 = ensureBool(v);
989
- this._a("isEditable", this.i.j6);
1016
+ this.i.j7 = ensureBool(v);
1017
+ this._a("isEditable", this.i.j7);
990
1018
  },
991
1019
  enumerable: false,
992
1020
  configurable: true
@@ -996,11 +1024,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
996
1024
  * Gets or sets the text color used for deleted rows.
997
1025
  */
998
1026
  get: function () {
999
- return brushToString(this.i.rn);
1027
+ return brushToString(this.i.ru);
1000
1028
  },
1001
1029
  set: function (v) {
1002
- this.i.rn = stringToBrush(v);
1003
- this._a("deletedTextColor", brushToString(this.i.rn));
1030
+ this.i.ru = stringToBrush(v);
1031
+ this._a("deletedTextColor", brushToString(this.i.ru));
1004
1032
  },
1005
1033
  enumerable: false,
1006
1034
  configurable: true
@@ -1010,11 +1038,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1010
1038
  * Gets the actual text color used for deleted rows.
1011
1039
  */
1012
1040
  get: function () {
1013
- return brushToString(this.i.q9);
1041
+ return brushToString(this.i.rf);
1014
1042
  },
1015
1043
  set: function (v) {
1016
- this.i.q9 = stringToBrush(v);
1017
- this._a("actualDeletedTextColor", brushToString(this.i.q9));
1044
+ this.i.rf = stringToBrush(v);
1045
+ this._a("actualDeletedTextColor", brushToString(this.i.rf));
1018
1046
  },
1019
1047
  enumerable: false,
1020
1048
  configurable: true
@@ -1024,11 +1052,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1024
1052
  * Gets or sets the opacity to use for unsaved edited cell values.
1025
1053
  */
1026
1054
  get: function () {
1027
- return this.i.kp;
1055
+ return this.i.kq;
1028
1056
  },
1029
1057
  set: function (v) {
1030
- this.i.kp = +v;
1031
- this._a("editOpacity", this.i.kp);
1058
+ this.i.kq = +v;
1059
+ this._a("editOpacity", this.i.kq);
1032
1060
  },
1033
1061
  enumerable: false,
1034
1062
  configurable: true
@@ -1038,11 +1066,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1038
1066
  * Gets the actual opacity for unsaved edited cell values.
1039
1067
  */
1040
1068
  get: function () {
1041
- return this.i.ko;
1069
+ return this.i.kp;
1042
1070
  },
1043
1071
  set: function (v) {
1044
- this.i.ko = +v;
1045
- this._a("actualEditOpacity", this.i.ko);
1072
+ this.i.kp = +v;
1073
+ this._a("actualEditOpacity", this.i.kp);
1046
1074
  },
1047
1075
  enumerable: false,
1048
1076
  configurable: true
@@ -1071,16 +1099,16 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1071
1099
  * Gets the actual font style used for unsaved cell edits.
1072
1100
  */
1073
1101
  get: function () {
1074
- if (this.i.ja == null) {
1102
+ if (this.i.jb == null) {
1075
1103
  return null;
1076
1104
  }
1077
- return this.i.ja.fontString;
1105
+ return this.i.jb.fontString;
1078
1106
  },
1079
1107
  set: function (v) {
1080
1108
  var fi = new FontInfo();
1081
1109
  fi.fontString = v;
1082
- this.i.ja = fi;
1083
- this._a("actualEditFontInfo", this.i.ja != null ? this.i.ja.fontString : "");
1110
+ this.i.jb = fi;
1111
+ this._a("actualEditFontInfo", this.i.jb != null ? this.i.jb.fontString : "");
1084
1112
  },
1085
1113
  enumerable: false,
1086
1114
  configurable: true
@@ -1090,11 +1118,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1090
1118
  * Gets or sets if and how cell merging is performed for this field.
1091
1119
  */
1092
1120
  get: function () {
1093
- return this.i.io;
1121
+ return this.i.ip;
1094
1122
  },
1095
1123
  set: function (v) {
1096
- this.i.io = ensureEnum(MergedCellMode_$type, v);
1097
- this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.io));
1124
+ this.i.ip = ensureEnum(MergedCellMode_$type, v);
1125
+ this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ip));
1098
1126
  },
1099
1127
  enumerable: false,
1100
1128
  configurable: true
@@ -1104,11 +1132,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1104
1132
  * Gets or sets how cells are evaluated for merging.
1105
1133
  */
1106
1134
  get: function () {
1107
- return this.i.ik;
1135
+ return this.i.il;
1108
1136
  },
1109
1137
  set: function (v) {
1110
- this.i.ik = ensureEnum(MergedCellEvaluationCriteria_$type, v);
1111
- this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.ik));
1138
+ this.i.il = ensureEnum(MergedCellEvaluationCriteria_$type, v);
1139
+ this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.il));
1112
1140
  },
1113
1141
  enumerable: false,
1114
1142
  configurable: true
@@ -1118,11 +1146,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1118
1146
  * Gets or sets the vertical alignment to use for the merged cell content.
1119
1147
  */
1120
1148
  get: function () {
1121
- return this.i.hd;
1149
+ return this.i.he;
1122
1150
  },
1123
1151
  set: function (v) {
1124
- this.i.hd = ensureEnum(CellContentVerticalAlignment_$type, v);
1125
- this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.hd));
1152
+ this.i.he = ensureEnum(CellContentVerticalAlignment_$type, v);
1153
+ this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.he));
1126
1154
  },
1127
1155
  enumerable: false,
1128
1156
  configurable: true
@@ -1132,11 +1160,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1132
1160
  * Gets or sets the amount of left padding to use for the cell content for this column.
1133
1161
  */
1134
1162
  get: function () {
1135
- return this.i.lc;
1163
+ return this.i.ld;
1136
1164
  },
1137
1165
  set: function (v) {
1138
- this.i.lc = +v;
1139
- this._a("mergedCellPaddingLeft", this.i.lc);
1166
+ this.i.ld = +v;
1167
+ this._a("mergedCellPaddingLeft", this.i.ld);
1140
1168
  },
1141
1169
  enumerable: false,
1142
1170
  configurable: true
@@ -1146,11 +1174,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1146
1174
  * Gets or sets the amount of top padding to use for the cell content for this column.
1147
1175
  */
1148
1176
  get: function () {
1149
- return this.i.le;
1177
+ return this.i.lf;
1150
1178
  },
1151
1179
  set: function (v) {
1152
- this.i.le = +v;
1153
- this._a("mergedCellPaddingTop", this.i.le);
1180
+ this.i.lf = +v;
1181
+ this._a("mergedCellPaddingTop", this.i.lf);
1154
1182
  },
1155
1183
  enumerable: false,
1156
1184
  configurable: true
@@ -1160,11 +1188,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1160
1188
  * Gets or sets the amount of right padding to use for the cell content of this column.
1161
1189
  */
1162
1190
  get: function () {
1163
- return this.i.ld;
1191
+ return this.i.le;
1164
1192
  },
1165
1193
  set: function (v) {
1166
- this.i.ld = +v;
1167
- this._a("mergedCellPaddingRight", this.i.ld);
1194
+ this.i.le = +v;
1195
+ this._a("mergedCellPaddingRight", this.i.le);
1168
1196
  },
1169
1197
  enumerable: false,
1170
1198
  configurable: true
@@ -1174,11 +1202,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1174
1202
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
1175
1203
  */
1176
1204
  get: function () {
1177
- return this.i.lb;
1205
+ return this.i.lc;
1178
1206
  },
1179
1207
  set: function (v) {
1180
- this.i.lb = +v;
1181
- this._a("mergedCellPaddingBottom", this.i.lb);
1208
+ this.i.lc = +v;
1209
+ this._a("mergedCellPaddingBottom", this.i.lc);
1182
1210
  },
1183
1211
  enumerable: false,
1184
1212
  configurable: true
@@ -1188,11 +1216,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1188
1216
  * Gets or sets whether UI filters are case sensitive or not.
1189
1217
  */
1190
1218
  get: function () {
1191
- return this.i.h6;
1219
+ return this.i.h7;
1192
1220
  },
1193
1221
  set: function (v) {
1194
- this.i.h6 = ensureEnum(FilterComparisonType_$type, v);
1195
- this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h6));
1222
+ this.i.h7 = ensureEnum(FilterComparisonType_$type, v);
1223
+ this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h7));
1196
1224
  },
1197
1225
  enumerable: false,
1198
1226
  configurable: true
@@ -1204,7 +1232,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1204
1232
  get: function () {
1205
1233
  if (this._filterOperands === null) {
1206
1234
  var coll = new IgcGridFilterOperandsCollection();
1207
- var innerColl = this.i.ie;
1235
+ var innerColl = this.i.ig;
1208
1236
  if (!innerColl) {
1209
1237
  innerColl = new GridFilterOperandsCollection_internal();
1210
1238
  }
@@ -1220,7 +1248,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1220
1248
  var coll = new IgcGridFilterOperandsCollection();
1221
1249
  this._filterOperands = coll._fromOuter(v);
1222
1250
  var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
1223
- var innerColl = this.i.ie;
1251
+ var innerColl = this.i.ig;
1224
1252
  if (!innerColl) {
1225
1253
  innerColl = new GridFilterOperandsCollection_internal();
1226
1254
  }
@@ -1236,10 +1264,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1236
1264
  * Gets or sets the text to display in the suffix area of cells in this column.
1237
1265
  */
1238
1266
  get: function () {
1239
- return this.i.ou;
1267
+ return this.i.ox;
1240
1268
  },
1241
1269
  set: function (v) {
1242
- this.i.ou = v;
1270
+ this.i.ox = v;
1243
1271
  },
1244
1272
  enumerable: false,
1245
1273
  configurable: true
@@ -1249,11 +1277,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1249
1277
  * Gets or sets the color of the text in the suffix area of the cells in this column.
1250
1278
  */
1251
1279
  get: function () {
1252
- return brushToString(this.i.rv);
1280
+ return brushToString(this.i.r3);
1253
1281
  },
1254
1282
  set: function (v) {
1255
- this.i.rv = stringToBrush(v);
1256
- this._a("suffixTextColor", brushToString(this.i.rv));
1283
+ this.i.r3 = stringToBrush(v);
1284
+ this._a("suffixTextColor", brushToString(this.i.r3));
1257
1285
  },
1258
1286
  enumerable: false,
1259
1287
  configurable: true
@@ -1282,10 +1310,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1282
1310
  * Gets or sets the icon to use in the suffix area of the cells in this column.
1283
1311
  */
1284
1312
  get: function () {
1285
- return this.i.om;
1313
+ return this.i.op;
1286
1314
  },
1287
1315
  set: function (v) {
1288
- this.i.om = v;
1316
+ this.i.op = v;
1289
1317
  },
1290
1318
  enumerable: false,
1291
1319
  configurable: true
@@ -1295,10 +1323,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1295
1323
  * Gets or sets the icon to use in the suffix area of the cells in this column.
1296
1324
  */
1297
1325
  get: function () {
1298
- return this.i.oj;
1326
+ return this.i.om;
1299
1327
  },
1300
1328
  set: function (v) {
1301
- this.i.oj = v;
1329
+ this.i.om = v;
1302
1330
  },
1303
1331
  enumerable: false,
1304
1332
  configurable: true
@@ -1308,11 +1336,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1308
1336
  * Gets or sets the stroke color of suffix icon.
1309
1337
  */
1310
1338
  get: function () {
1311
- return brushToString(this.i.ru);
1339
+ return brushToString(this.i.r2);
1312
1340
  },
1313
1341
  set: function (v) {
1314
- this.i.ru = stringToBrush(v);
1315
- this._a("suffixIconStroke", brushToString(this.i.ru));
1342
+ this.i.r2 = stringToBrush(v);
1343
+ this._a("suffixIconStroke", brushToString(this.i.r2));
1316
1344
  },
1317
1345
  enumerable: false,
1318
1346
  configurable: true
@@ -1322,11 +1350,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1322
1350
  * Gets or sets the fill color of suffix icon.
1323
1351
  */
1324
1352
  get: function () {
1325
- return brushToString(this.i.rt);
1353
+ return brushToString(this.i.r1);
1326
1354
  },
1327
1355
  set: function (v) {
1328
- this.i.rt = stringToBrush(v);
1329
- this._a("suffixIconFill", brushToString(this.i.rt));
1356
+ this.i.r1 = stringToBrush(v);
1357
+ this._a("suffixIconFill", brushToString(this.i.r1));
1330
1358
  },
1331
1359
  enumerable: false,
1332
1360
  configurable: true
@@ -1336,11 +1364,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1336
1364
  * Gets or sets the suffix icon's viewbox x coordinate.
1337
1365
  */
1338
1366
  get: function () {
1339
- return this.i.ks;
1367
+ return this.i.kt;
1340
1368
  },
1341
1369
  set: function (v) {
1342
- this.i.ks = +v;
1343
- this._a("suffixIconViewBoxLeft", this.i.ks);
1370
+ this.i.kt = +v;
1371
+ this._a("suffixIconViewBoxLeft", this.i.kt);
1344
1372
  },
1345
1373
  enumerable: false,
1346
1374
  configurable: true
@@ -1350,11 +1378,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1350
1378
  * Gets or sets the suffix icon's viewbox y coordinate.
1351
1379
  */
1352
1380
  get: function () {
1353
- return this.i.kt;
1381
+ return this.i.ku;
1354
1382
  },
1355
1383
  set: function (v) {
1356
- this.i.kt = +v;
1357
- this._a("suffixIconViewBoxTop", this.i.kt);
1384
+ this.i.ku = +v;
1385
+ this._a("suffixIconViewBoxTop", this.i.ku);
1358
1386
  },
1359
1387
  enumerable: false,
1360
1388
  configurable: true
@@ -1364,11 +1392,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1364
1392
  * Gets or sets the suffix icon's viewbox width.
1365
1393
  */
1366
1394
  get: function () {
1367
- return this.i.ku;
1395
+ return this.i.kv;
1368
1396
  },
1369
1397
  set: function (v) {
1370
- this.i.ku = +v;
1371
- this._a("suffixIconViewBoxWidth", this.i.ku);
1398
+ this.i.kv = +v;
1399
+ this._a("suffixIconViewBoxWidth", this.i.kv);
1372
1400
  },
1373
1401
  enumerable: false,
1374
1402
  configurable: true
@@ -1378,11 +1406,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1378
1406
  * Gets or sets the suffix icon's viewbox height.
1379
1407
  */
1380
1408
  get: function () {
1381
- return this.i.kr;
1409
+ return this.i.ks;
1382
1410
  },
1383
1411
  set: function (v) {
1384
- this.i.kr = +v;
1385
- this._a("suffixIconViewBoxHeight", this.i.kr);
1412
+ this.i.ks = +v;
1413
+ this._a("suffixIconViewBoxHeight", this.i.ks);
1386
1414
  },
1387
1415
  enumerable: false,
1388
1416
  configurable: true
@@ -1392,11 +1420,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1392
1420
  * Gets or sets the suffix margin.
1393
1421
  */
1394
1422
  get: function () {
1395
- return this.i.kv;
1423
+ return this.i.kw;
1396
1424
  },
1397
1425
  set: function (v) {
1398
- this.i.kv = +v;
1399
- this._a("suffixMargin", this.i.kv);
1426
+ this.i.kw = +v;
1427
+ this._a("suffixMargin", this.i.kw);
1400
1428
  },
1401
1429
  enumerable: false,
1402
1430
  configurable: true
@@ -1406,11 +1434,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1406
1434
  * Gets or sets the text decoration to apply to cells in this column.
1407
1435
  */
1408
1436
  get: function () {
1409
- return this.i.iu;
1437
+ return this.i.iv;
1410
1438
  },
1411
1439
  set: function (v) {
1412
- this.i.iu = ensureEnum(TextCellDecoration_$type, v);
1413
- this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iu));
1440
+ this.i.iv = ensureEnum(TextCellDecoration_$type, v);
1441
+ this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iv));
1414
1442
  },
1415
1443
  enumerable: false,
1416
1444
  configurable: true
@@ -1447,18 +1475,18 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1447
1475
 
1448
1476
  */
1449
1477
  IgcDataGridColumnComponent.prototype.getUniqueKey = function () {
1450
- var iv = this.i.nk();
1478
+ var iv = this.i.nm();
1451
1479
  return (iv);
1452
1480
  };
1453
1481
  IgcDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
1454
- this.i.pc(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1482
+ this.i.pf(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1455
1483
  };
1456
1484
  /**
1457
1485
  * Returns if the column has named header values.
1458
1486
 
1459
1487
  */
1460
1488
  IgcDataGridColumnComponent.prototype.hasNamedHeaderValues = function () {
1461
- var iv = this.i.j0();
1489
+ var iv = this.i.j1();
1462
1490
  return (iv);
1463
1491
  };
1464
1492
  /**
@@ -1467,7 +1495,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1467
1495
  * @param valueName * The named value to check for.
1468
1496
  */
1469
1497
  IgcDataGridColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
1470
- var iv = this.i.jz(valueName);
1498
+ var iv = this.i.j0(valueName);
1471
1499
  return (iv);
1472
1500
  };
1473
1501
  /**
@@ -1476,7 +1504,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1476
1504
  * @param valueName * The named header value to remove.
1477
1505
  */
1478
1506
  IgcDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
1479
- this.i.pb(valueName);
1507
+ this.i.pe(valueName);
1480
1508
  };
1481
1509
  /**
1482
1510
  * Gets the value of a named header value for this column by name.
@@ -1484,11 +1512,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1484
1512
  * @param valueName * Name of the named header value to retrieve.
1485
1513
  */
1486
1514
  IgcDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
1487
- var iv = this.i.lq(valueName);
1515
+ var iv = this.i.lr(valueName);
1488
1516
  return (iv);
1489
1517
  };
1490
1518
  IgcDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
1491
- this.i.o2(filterID, index, value);
1519
+ this.i.o5(filterID, index, value);
1492
1520
  };
1493
1521
  IgcDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
1494
1522
  var iv = this.i.getDesiredToolbarActions();
@@ -1551,7 +1579,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1551
1579
  this._actualHeaderTextChange = ev;
1552
1580
  this._actualHeaderTextChange_wrapped = function (o, e) {
1553
1581
  var ext = _this.actualHeaderText;
1554
- if (e.propertyName == 'Mi') {
1582
+ if (e.propertyName == 'Mj') {
1555
1583
  if (_this.beforeActualHeaderTextChange) {
1556
1584
  _this.beforeActualHeaderTextChange(_this, ext);
1557
1585
  }