igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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 (190) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +8241 -9505
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +0 -28
  8. package/esm2015/lib/CheckboxListView_combined.js +705 -730
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +267 -267
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +63 -65
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +6 -9
  35. package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +433 -271
  38. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  39. package/esm2015/lib/ImageCell.js +55 -55
  40. package/esm2015/lib/ImageCellPresenter.js +8 -8
  41. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  42. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  43. package/esm2015/lib/NumericCell.js +4 -4
  44. package/esm2015/lib/NumericCellPresenter.js +2 -2
  45. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  46. package/esm2015/lib/SectionHeaderCell.js +8 -8
  47. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  48. package/esm2015/lib/SummaryCell.js +25 -25
  49. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  50. package/esm2015/lib/TemplateCell.js +11 -11
  51. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateHeader.js +7 -7
  53. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  54. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  56. package/esm2015/lib/TextCell.js +22 -22
  57. package/esm2015/lib/TextCellPresenter.js +2 -2
  58. package/esm2015/lib/TextHeaderCell.js +134 -140
  59. package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
  60. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  61. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  62. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  63. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  64. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  65. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  66. package/esm2015/lib/igc-data-grid-column-component.js +193 -307
  67. package/esm2015/lib/igc-data-grid-component.js +1 -99
  68. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
  69. package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
  70. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  71. package/esm2015/lib/igc-definition-base-component.js +129 -129
  72. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  73. package/esm2015/lib/igc-header-component.js +24 -24
  74. package/esm2015/lib/igc-image-column-component.js +12 -12
  75. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  76. package/esm2015/lib/igc-section-header-component.js +24 -24
  77. package/esm2015/lib/igc-summary-row-component.js +24 -24
  78. package/esm2015/lib/igc-text-column-component.js +9 -9
  79. package/esm2015/lib/igc-text-header-cell-info.js +4 -65
  80. package/esm2015/public_api.js +0 -1
  81. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  82. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  83. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  84. package/esm5/lib/CellPresenterBase.js +10 -10
  85. package/esm5/lib/CheckboxListBridge.js +0 -28
  86. package/esm5/lib/CheckboxListView_combined.js +684 -709
  87. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  88. package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
  89. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  90. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  91. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  92. package/esm5/lib/ContentCellModelHelper.js +3 -3
  93. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  94. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  95. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  96. package/esm5/lib/DraggerView.js +3 -3
  97. package/esm5/lib/EditorCell.js +256 -256
  98. package/esm5/lib/EditorCellPresenter.js +15 -15
  99. package/esm5/lib/FilterCell.js +252 -252
  100. package/esm5/lib/FilterCellPresenter.js +8 -8
  101. package/esm5/lib/GridCellBase.js +62 -64
  102. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  103. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  104. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  105. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  106. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  107. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  108. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  109. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  110. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  112. package/esm5/lib/GridExternalWrapper.js +6 -9
  113. package/esm5/lib/GridFilterDialogView_combined.js +164 -331
  114. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  115. package/esm5/lib/GridStyleRepository.js +585 -275
  116. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  117. package/esm5/lib/ImageCell.js +54 -54
  118. package/esm5/lib/ImageCellPresenter.js +8 -8
  119. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  120. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  121. package/esm5/lib/NumericCell.js +4 -4
  122. package/esm5/lib/NumericCellPresenter.js +2 -2
  123. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  124. package/esm5/lib/SectionHeaderCell.js +8 -8
  125. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  126. package/esm5/lib/SummaryCell.js +26 -26
  127. package/esm5/lib/SummaryCellPresenter.js +5 -5
  128. package/esm5/lib/TemplateCell.js +11 -11
  129. package/esm5/lib/TemplateCellPresenter.js +2 -2
  130. package/esm5/lib/TemplateHeader.js +7 -7
  131. package/esm5/lib/TemplateHeaderCell.js +5 -5
  132. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/TemplateSectionHeader.js +2 -2
  134. package/esm5/lib/TextCell.js +22 -22
  135. package/esm5/lib/TextCellPresenter.js +2 -2
  136. package/esm5/lib/TextHeaderCell.js +132 -138
  137. package/esm5/lib/TextHeaderCellPresenter.js +21 -43
  138. package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
  139. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  140. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  141. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  142. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  143. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  144. package/esm5/lib/igc-data-grid-column-component.js +193 -355
  145. package/esm5/lib/igc-data-grid-component.js +2 -140
  146. package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
  147. package/esm5/lib/igc-data-grid-pager-component.js +10 -38
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-definition-base-component.js +129 -129
  150. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  151. package/esm5/lib/igc-header-component.js +24 -24
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-column-component.js +35 -35
  154. package/esm5/lib/igc-section-header-component.js +24 -24
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-text-column-component.js +9 -9
  157. package/esm5/lib/igc-text-header-cell-info.js +4 -93
  158. package/esm5/public_api.js +0 -1
  159. package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
  160. package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
  161. package/lib/CheckboxListBridge.d.ts +0 -1
  162. package/lib/CheckboxListExternal.d.ts +0 -6
  163. package/lib/CheckboxListView_combined.d.ts +148 -153
  164. package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
  165. package/lib/EditorCell.d.ts +51 -51
  166. package/lib/FilterCell.d.ts +53 -53
  167. package/lib/GridCellBase.d.ts +19 -21
  168. package/lib/GridExternalWrapper.d.ts +0 -1
  169. package/lib/GridFilterDialogView_combined.d.ts +58 -81
  170. package/lib/GridStyleRepository.d.ts +84 -23
  171. package/lib/ImageCell.d.ts +14 -14
  172. package/lib/SectionHeaderCell.d.ts +2 -2
  173. package/lib/SummaryCell.d.ts +4 -4
  174. package/lib/TemplateCell.d.ts +3 -3
  175. package/lib/TemplateHeader.d.ts +3 -3
  176. package/lib/TemplateHeaderCell.d.ts +2 -2
  177. package/lib/TemplateSectionHeader.d.ts +2 -2
  178. package/lib/TextCell.d.ts +4 -4
  179. package/lib/TextHeaderCell.d.ts +24 -26
  180. package/lib/VerticalSeparatorCell.d.ts +4 -4
  181. package/lib/igc-data-grid-column-component.d.ts +0 -54
  182. package/lib/igc-data-grid-component.d.ts +1 -49
  183. package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
  184. package/lib/igc-data-grid-pager-component.d.ts +0 -10
  185. package/lib/igc-text-header-cell-info.d.ts +0 -33
  186. package/package.json +4 -4
  187. package/public_api.d.ts +0 -1
  188. package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
  189. package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
  190. package/lib/GridStyleRepositoryKeys.d.ts +0 -48
@@ -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.k7;
97
+ return this.i.k0;
98
98
  },
99
99
  set: function (v) {
100
- this.i.k7 = +v;
101
- this._a("paddingLeft", this.i.k7);
100
+ this.i.k0 = +v;
101
+ this._a("paddingLeft", this.i.k0);
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.k9;
111
+ return this.i.k2;
112
112
  },
113
113
  set: function (v) {
114
- this.i.k9 = +v;
115
- this._a("paddingTop", this.i.k9);
114
+ this.i.k2 = +v;
115
+ this._a("paddingTop", this.i.k2);
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.k8;
125
+ return this.i.k1;
126
126
  },
127
127
  set: function (v) {
128
- this.i.k8 = +v;
129
- this._a("paddingRight", this.i.k8);
128
+ this.i.k1 = +v;
129
+ this._a("paddingRight", this.i.k1);
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.k6;
139
+ return this.i.kz;
140
140
  },
141
141
  set: function (v) {
142
- this.i.k6 = +v;
143
- this._a("paddingBottom", this.i.k6);
142
+ this.i.kz = +v;
143
+ this._a("paddingBottom", this.i.kz);
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.ni;
153
+ return this.i.my;
154
154
  },
155
155
  set: function (v) {
156
- this.i.ni = v;
156
+ this.i.my = 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.mr;
166
+ return this.i.l7;
167
167
  },
168
168
  set: function (v) {
169
- this.i.mr = v;
169
+ this.i.l7 = 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.my;
179
+ return this.i.me;
180
180
  },
181
181
  set: function (v) {
182
- this.i.my = v;
182
+ this.i.me = 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.l0;
192
+ return this.i.lm;
193
193
  },
194
194
  set: function (v) {
195
- this.i.l0 = v;
195
+ this.i.lm = 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.qm);
205
+ return brushToString(this.i.o5);
206
206
  },
207
207
  set: function (v) {
208
- this.i.qm = stringToBrush(v);
209
- this._a("selectedBackground", brushToString(this.i.qm));
208
+ this.i.o5 = stringToBrush(v);
209
+ this._a("selectedBackground", brushToString(this.i.o5));
210
210
  },
211
211
  enumerable: false,
212
212
  configurable: true
@@ -216,11 +216,11 @@ 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.p9);
219
+ return brushToString(this.i.oy);
220
220
  },
221
221
  set: function (v) {
222
- this.i.p9 = stringToBrush(v);
223
- this._a("actualSelectedBackground", brushToString(this.i.p9));
222
+ this.i.oy = stringToBrush(v);
223
+ this._a("actualSelectedBackground", brushToString(this.i.oy));
224
224
  },
225
225
  enumerable: false,
226
226
  configurable: true
@@ -230,11 +230,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
230
230
  * Gets or sets the background color to use for the cells when the row is hovered.
231
231
  */
232
232
  get: function () {
233
- return brushToString(this.i.qk);
233
+ return brushToString(this.i.o3);
234
234
  },
235
235
  set: function (v) {
236
- this.i.qk = stringToBrush(v);
237
- this._a("rowHoverBackground", brushToString(this.i.qk));
236
+ this.i.o3 = stringToBrush(v);
237
+ this._a("rowHoverBackground", brushToString(this.i.o3));
238
238
  },
239
239
  enumerable: false,
240
240
  configurable: true
@@ -244,11 +244,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
244
244
  * Gets the actual background color that is used for the cells when they are hovered.
245
245
  */
246
246
  get: function () {
247
- return brushToString(this.i.p7);
247
+ return brushToString(this.i.ow);
248
248
  },
249
249
  set: function (v) {
250
- this.i.p7 = stringToBrush(v);
251
- this._a("actualHoverBackground", brushToString(this.i.p7));
250
+ this.i.ow = stringToBrush(v);
251
+ this._a("actualHoverBackground", brushToString(this.i.ow));
252
252
  },
253
253
  enumerable: false,
254
254
  configurable: true
@@ -258,11 +258,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
258
258
  * Gets or sets the text color to use for the cells when the row is hovered.
259
259
  */
260
260
  get: function () {
261
- return brushToString(this.i.ql);
261
+ return brushToString(this.i.o4);
262
262
  },
263
263
  set: function (v) {
264
- this.i.ql = stringToBrush(v);
265
- this._a("rowHoverTextColor", brushToString(this.i.ql));
264
+ this.i.o4 = stringToBrush(v);
265
+ this._a("rowHoverTextColor", brushToString(this.i.o4));
266
266
  },
267
267
  enumerable: false,
268
268
  configurable: true
@@ -272,11 +272,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
272
272
  * Gets the actual text color that is used for the cells when they are hovered.
273
273
  */
274
274
  get: function () {
275
- return brushToString(this.i.p8);
275
+ return brushToString(this.i.ox);
276
276
  },
277
277
  set: function (v) {
278
- this.i.p8 = stringToBrush(v);
279
- this._a("actualRowHoverTextColor", brushToString(this.i.p8));
278
+ this.i.ox = stringToBrush(v);
279
+ this._a("actualRowHoverTextColor", brushToString(this.i.ox));
280
280
  },
281
281
  enumerable: false,
282
282
  configurable: true
@@ -286,7 +286,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
286
286
  * Gets or sets the animation settings to use for this column.
287
287
  */
288
288
  get: function () {
289
- var r = this.i.ic;
289
+ var r = this.i.h8;
290
290
  if (r == null) {
291
291
  return null;
292
292
  }
@@ -305,7 +305,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
305
305
  return r.externalObject;
306
306
  },
307
307
  set: function (v) {
308
- v == null ? this.i.ic = null : this.i.ic = v.i;
308
+ v == null ? this.i.h8 = null : this.i.h8 = v.i;
309
309
  },
310
310
  enumerable: false,
311
311
  configurable: true
@@ -350,11 +350,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
350
350
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
351
351
  */
352
352
  get: function () {
353
- return this.i.ki;
353
+ return this.i.kb;
354
354
  },
355
355
  set: function (v) {
356
- this.i.ki = +v;
357
- this._a("minWidth", this.i.ki);
356
+ this.i.kb = +v;
357
+ this._a("minWidth", this.i.kb);
358
358
  },
359
359
  enumerable: false,
360
360
  configurable: true
@@ -364,11 +364,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
364
364
  * Gets whether this column was projected from markup/templates and is constrained.
365
365
  */
366
366
  get: function () {
367
- return this.i.j0;
367
+ return this.i.jt;
368
368
  },
369
369
  set: function (v) {
370
- this.i.j0 = ensureBool(v);
371
- this._a("isFromMarkup", this.i.j0);
370
+ this.i.jt = ensureBool(v);
371
+ this._a("isFromMarkup", this.i.jt);
372
372
  },
373
373
  enumerable: false,
374
374
  configurable: true
@@ -378,11 +378,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
378
378
  * Gets whether this column was auto generated.
379
379
  */
380
380
  get: function () {
381
- return this.i.ju;
381
+ return this.i.jn;
382
382
  },
383
383
  set: function (v) {
384
- this.i.ju = ensureBool(v);
385
- this._a("isAutoGenerated", this.i.ju);
384
+ this.i.jn = ensureBool(v);
385
+ this._a("isAutoGenerated", this.i.jn);
386
386
  },
387
387
  enumerable: false,
388
388
  configurable: true
@@ -392,10 +392,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
392
392
  * Gets or sets a filter to apply on the values of this column
393
393
  */
394
394
  get: function () {
395
- return this.i.g4;
395
+ return this.i.g2;
396
396
  },
397
397
  set: function (v) {
398
- this.i.g4 = v;
398
+ this.i.g2 = v;
399
399
  },
400
400
  enumerable: false,
401
401
  configurable: true
@@ -405,10 +405,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
405
405
  * Gets or sets a filter to apply to the values of this column.
406
406
  */
407
407
  get: function () {
408
- return this.i.g6;
408
+ return this.i.g4;
409
409
  },
410
410
  set: function (v) {
411
- this.i.g6 = v;
411
+ this.i.g4 = v;
412
412
  },
413
413
  enumerable: false,
414
414
  configurable: true
@@ -444,11 +444,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
444
444
  * Gets or sets whether filtering is enabled for this column.
445
445
  */
446
446
  get: function () {
447
- return this.i.jz;
447
+ return this.i.js;
448
448
  },
449
449
  set: function (v) {
450
- this.i.jz = ensureBool(v);
451
- this._a("isFilteringEnabled", this.i.jz);
450
+ this.i.js = ensureBool(v);
451
+ this._a("isFilteringEnabled", this.i.js);
452
452
  },
453
453
  enumerable: false,
454
454
  configurable: true
@@ -458,11 +458,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
458
458
  * Gets or sets whether resizing is enabled for this column.
459
459
  */
460
460
  get: function () {
461
- return this.i.j2;
461
+ return this.i.jv;
462
462
  },
463
463
  set: function (v) {
464
- this.i.j2 = ensureBool(v);
465
- this._a("isResizingEnabled", this.i.j2);
464
+ this.i.jv = ensureBool(v);
465
+ this._a("isResizingEnabled", this.i.jv);
466
466
  },
467
467
  enumerable: false,
468
468
  configurable: true
@@ -472,11 +472,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
472
472
  * Gets or sets whether or not a column is hidden from the grid
473
473
  */
474
474
  get: function () {
475
- return this.i.j1;
475
+ return this.i.ju;
476
476
  },
477
477
  set: function (v) {
478
- this.i.j1 = ensureBool(v);
479
- this._a("isHidden", this.i.j1);
478
+ this.i.ju = ensureBool(v);
479
+ this._a("isHidden", this.i.ju);
480
480
  },
481
481
  enumerable: false,
482
482
  configurable: true
@@ -486,11 +486,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
486
486
  * Gets or sets if a column should be removed from the grid when it is fully hidden
487
487
  */
488
488
  get: function () {
489
- return this.i.j5;
489
+ return this.i.jy;
490
490
  },
491
491
  set: function (v) {
492
- this.i.j5 = ensureBool(v);
493
- this._a("shouldRemoveWhenHidden", this.i.j5);
492
+ this.i.jy = ensureBool(v);
493
+ this._a("shouldRemoveWhenHidden", this.i.jy);
494
494
  },
495
495
  enumerable: false,
496
496
  configurable: true
@@ -500,11 +500,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
500
500
  * Gets the current sort direction (None, Ascending, Descending) for this column.
501
501
  */
502
502
  get: function () {
503
- return this.i.hu;
503
+ return this.i.hs;
504
504
  },
505
505
  set: function (v) {
506
- this.i.hu = ensureEnum(ColumnSortDirection_$type, v);
507
- this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hu));
506
+ this.i.hs = ensureEnum(ColumnSortDirection_$type, v);
507
+ this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hs));
508
508
  },
509
509
  enumerable: false,
510
510
  configurable: true
@@ -514,11 +514,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
514
514
  * Gets or sets the current fixed position for this column.
515
515
  */
516
516
  get: function () {
517
- return this.i.is;
517
+ return this.i.io;
518
518
  },
519
519
  set: function (v) {
520
- this.i.is = ensureEnum(PinnedPositions_$type, v);
521
- this._a("pinned", enumToString(PinnedPositions_$type, this.i.is));
520
+ this.i.io = ensureEnum(PinnedPositions_$type, v);
521
+ this._a("pinned", enumToString(PinnedPositions_$type, this.i.io));
522
522
  },
523
523
  enumerable: false,
524
524
  configurable: true
@@ -528,11 +528,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
528
528
  * Gets the actual column options icon alignment for this column.
529
529
  */
530
530
  get: function () {
531
- return this.i.hl;
531
+ return this.i.hj;
532
532
  },
533
533
  set: function (v) {
534
- this.i.hl = ensureEnum(ColumnOptionsIconAlignment_$type, v);
535
- this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hl));
534
+ this.i.hj = ensureEnum(ColumnOptionsIconAlignment_$type, v);
535
+ this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hj));
536
536
  },
537
537
  enumerable: false,
538
538
  configurable: true
@@ -542,11 +542,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
542
542
  * Gets or sets whether the column options icon is aligned opposite the header text or not.
543
543
  */
544
544
  get: function () {
545
- return this.i.hm;
545
+ return this.i.hk;
546
546
  },
547
547
  set: function (v) {
548
- this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
549
- this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hm));
548
+ this.i.hk = ensureEnum(ColumnOptionsIconAlignment_$type, v);
549
+ this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hk));
550
550
  },
551
551
  enumerable: false,
552
552
  configurable: true
@@ -556,11 +556,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
556
556
  * Gets the actual column options icon color for this column.
557
557
  */
558
558
  get: function () {
559
- return brushToString(this.i.p3);
559
+ return brushToString(this.i.ou);
560
560
  },
561
561
  set: function (v) {
562
- this.i.p3 = stringToBrush(v);
563
- this._a("actualColumnOptionsIconColor", brushToString(this.i.p3));
562
+ this.i.ou = stringToBrush(v);
563
+ this._a("actualColumnOptionsIconColor", brushToString(this.i.ou));
564
564
  },
565
565
  enumerable: false,
566
566
  configurable: true
@@ -570,11 +570,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
570
570
  * Gets or sets the column options icon color for this column.
571
571
  */
572
572
  get: function () {
573
- return brushToString(this.i.qe);
573
+ return brushToString(this.i.oz);
574
574
  },
575
575
  set: function (v) {
576
- this.i.qe = stringToBrush(v);
577
- this._a("columnOptionsIconColor", brushToString(this.i.qe));
576
+ this.i.oz = stringToBrush(v);
577
+ this._a("columnOptionsIconColor", brushToString(this.i.oz));
578
578
  },
579
579
  enumerable: false,
580
580
  configurable: true
@@ -584,11 +584,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
584
584
  * Gets or sets how the column option icon will behave in the column header.
585
585
  */
586
586
  get: function () {
587
- return this.i.hq;
587
+ return this.i.ho;
588
588
  },
589
589
  set: function (v) {
590
- this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
591
- this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hq));
590
+ this.i.ho = ensureEnum(ColumnOptionsIconBehavior_$type, v);
591
+ this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.ho));
592
592
  },
593
593
  enumerable: false,
594
594
  configurable: true
@@ -598,11 +598,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
598
598
  * Gets or sets how the column option icon will behave in the column header.
599
599
  */
600
600
  get: function () {
601
- return this.i.hp;
601
+ return this.i.hn;
602
602
  },
603
603
  set: function (v) {
604
- this.i.hp = ensureEnum(ColumnOptionsIconBehavior_$type, v);
605
- this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hp));
604
+ this.i.hn = ensureEnum(ColumnOptionsIconBehavior_$type, v);
605
+ this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hn));
606
606
  },
607
607
  enumerable: false,
608
608
  configurable: true
@@ -612,11 +612,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
612
612
  * Gets the actual state of the column options for this column.
613
613
  */
614
614
  get: function () {
615
- return this.i.jn;
615
+ return this.i.jg;
616
616
  },
617
617
  set: function (v) {
618
- this.i.jn = ensureBool(v);
619
- this._a("actualIsColumnOptionsEnabled", this.i.jn);
618
+ this.i.jg = ensureBool(v);
619
+ this._a("actualIsColumnOptionsEnabled", this.i.jg);
620
620
  },
621
621
  enumerable: false,
622
622
  configurable: true
@@ -627,11 +627,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
627
627
  * then it will be disabled for the column regardless of what this is set to.
628
628
  */
629
629
  get: function () {
630
- return this.i.jv;
630
+ return this.i.jo;
631
631
  },
632
632
  set: function (v) {
633
- this.i.jv = ensureBool(v);
634
- this._a("isColumnOptionsEnabled", this.i.jv);
633
+ this.i.jo = ensureBool(v);
634
+ this._a("isColumnOptionsEnabled", this.i.jo);
635
635
  },
636
636
  enumerable: false,
637
637
  configurable: true
@@ -641,11 +641,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
641
641
  * Gets the actual state of summaries menu in the column options for this column.
642
642
  */
643
643
  get: function () {
644
- return this.i.jp;
644
+ return this.i.ji;
645
645
  },
646
646
  set: function (v) {
647
- this.i.jp = ensureBool(v);
648
- this._a("actualIsColumnOptionsSummariesEnabled", this.i.jp);
647
+ this.i.ji = ensureBool(v);
648
+ this._a("actualIsColumnOptionsSummariesEnabled", this.i.ji);
649
649
  },
650
650
  enumerable: false,
651
651
  configurable: true
@@ -655,11 +655,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
655
655
  * Gets or sets whether to show the summaries option in the column options menu for this column.
656
656
  */
657
657
  get: function () {
658
- return this.i.jx;
658
+ return this.i.jq;
659
659
  },
660
660
  set: function (v) {
661
- this.i.jx = ensureBool(v);
662
- this._a("isColumnOptionsSummariesEnabled", this.i.jx);
661
+ this.i.jq = ensureBool(v);
662
+ this._a("isColumnOptionsSummariesEnabled", this.i.jq);
663
663
  },
664
664
  enumerable: false,
665
665
  configurable: true
@@ -669,11 +669,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
669
669
  * Gets the actual state of grouping menu in the column options for this column.
670
670
  */
671
671
  get: function () {
672
- return this.i.jo;
672
+ return this.i.jh;
673
673
  },
674
674
  set: function (v) {
675
- this.i.jo = ensureBool(v);
676
- this._a("actualIsColumnOptionsGroupingEnabled", this.i.jo);
675
+ this.i.jh = ensureBool(v);
676
+ this._a("actualIsColumnOptionsGroupingEnabled", this.i.jh);
677
677
  },
678
678
  enumerable: false,
679
679
  configurable: true
@@ -683,173 +683,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
683
683
  * Gets or sets whether to show the grouping option in the column options menu for this column.
684
684
  */
685
685
  get: function () {
686
- return this.i.jw;
687
- },
688
- set: function (v) {
689
- this.i.jw = ensureBool(v);
690
- this._a("isColumnOptionsGroupingEnabled", this.i.jw);
691
- },
692
- enumerable: false,
693
- configurable: true
694
- });
695
- Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsBackground", {
696
- /**
697
- * Gets or sets the column options dropdown background color.
698
- */
699
- get: function () {
700
- return brushToString(this.i.p0);
701
- },
702
- set: function (v) {
703
- this.i.p0 = stringToBrush(v);
704
- this._a("actualColumnOptionsBackground", brushToString(this.i.p0));
705
- },
706
- enumerable: false,
707
- configurable: true
708
- });
709
- Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsBackground", {
710
- /**
711
- * Gets or sets the column options dropdown background color.
712
- */
713
- get: function () {
714
- return brushToString(this.i.qb);
715
- },
716
- set: function (v) {
717
- this.i.qb = stringToBrush(v);
718
- this._a("columnOptionsBackground", brushToString(this.i.qb));
719
- },
720
- enumerable: false,
721
- configurable: true
722
- });
723
- Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsTextColor", {
724
- /**
725
- * Gets or sets the text color for text inside the column options menu.
726
- */
727
- get: function () {
728
- return brushToString(this.i.p5);
729
- },
730
- set: function (v) {
731
- this.i.p5 = stringToBrush(v);
732
- this._a("actualColumnOptionsTextColor", brushToString(this.i.p5));
733
- },
734
- enumerable: false,
735
- configurable: true
736
- });
737
- Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsTextColor", {
738
- /**
739
- * Gets or sets the text color for text inside the column options menu.
740
- */
741
- get: function () {
742
- return brushToString(this.i.qg);
743
- },
744
- set: function (v) {
745
- this.i.qg = stringToBrush(v);
746
- this._a("columnOptionsTextColor", brushToString(this.i.qg));
747
- },
748
- enumerable: false,
749
- configurable: true
750
- });
751
- Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsSeparatorColor", {
752
- /**
753
- * Gets or sets the color of separators inside the column options menu.
754
- */
755
- get: function () {
756
- return brushToString(this.i.p4);
757
- },
758
- set: function (v) {
759
- this.i.p4 = stringToBrush(v);
760
- this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.p4));
761
- },
762
- enumerable: false,
763
- configurable: true
764
- });
765
- Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsSeparatorColor", {
766
- /**
767
- * Gets or sets the color of separators inside the column options menu.
768
- */
769
- get: function () {
770
- return brushToString(this.i.qf);
771
- },
772
- set: function (v) {
773
- this.i.qf = stringToBrush(v);
774
- this._a("columnOptionsSeparatorColor", brushToString(this.i.qf));
775
- },
776
- enumerable: false,
777
- configurable: true
778
- });
779
- Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsGroupHeaderBackground", {
780
- /**
781
- * Gets or sets the background color for group headers inside the column options menu.
782
- */
783
- get: function () {
784
- return brushToString(this.i.p1);
785
- },
786
- set: function (v) {
787
- this.i.p1 = stringToBrush(v);
788
- this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.p1));
789
- },
790
- enumerable: false,
791
- configurable: true
792
- });
793
- Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsGroupHeaderBackground", {
794
- /**
795
- * Gets or sets the background color for group headers inside the column options menu.
796
- */
797
- get: function () {
798
- return brushToString(this.i.qc);
799
- },
800
- set: function (v) {
801
- this.i.qc = stringToBrush(v);
802
- this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.qc));
803
- },
804
- enumerable: false,
805
- configurable: true
806
- });
807
- Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsGroupHeaderTextColor", {
808
- /**
809
- * Gets the actual text color for group headers inside the column options menu.
810
- */
811
- get: function () {
812
- return brushToString(this.i.p2);
813
- },
814
- set: function (v) {
815
- this.i.p2 = stringToBrush(v);
816
- this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.p2));
817
- },
818
- enumerable: false,
819
- configurable: true
820
- });
821
- Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsGroupHeaderTextColor", {
822
- /**
823
- * Gets or sets the text color for group headers inside the column options menu.
824
- */
825
- get: function () {
826
- return brushToString(this.i.qd);
827
- },
828
- set: function (v) {
829
- this.i.qd = stringToBrush(v);
830
- this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.qd));
831
- },
832
- enumerable: false,
833
- configurable: true
834
- });
835
- Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsAccentColor", {
836
- get: function () {
837
- return brushToString(this.i.pz);
838
- },
839
- set: function (v) {
840
- this.i.pz = stringToBrush(v);
841
- this._a("actualColumnOptionsAccentColor", brushToString(this.i.pz));
842
- },
843
- enumerable: false,
844
- configurable: true
845
- });
846
- Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsAccentColor", {
847
- get: function () {
848
- return brushToString(this.i.qa);
686
+ return this.i.jp;
849
687
  },
850
688
  set: function (v) {
851
- this.i.qa = stringToBrush(v);
852
- this._a("columnOptionsAccentColor", brushToString(this.i.qa));
689
+ this.i.jp = ensureBool(v);
690
+ this._a("isColumnOptionsGroupingEnabled", this.i.jp);
853
691
  },
854
692
  enumerable: false,
855
693
  configurable: true
@@ -859,11 +697,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
859
697
  * Gets or sets if the column is editable.
860
698
  */
861
699
  get: function () {
862
- return this.i.jy;
700
+ return this.i.jr;
863
701
  },
864
702
  set: function (v) {
865
- this.i.jy = ensureBool(v);
866
- this._a("isEditable", this.i.jy);
703
+ this.i.jr = ensureBool(v);
704
+ this._a("isEditable", this.i.jr);
867
705
  },
868
706
  enumerable: false,
869
707
  configurable: true
@@ -873,11 +711,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
873
711
  * Gets or sets the text color used for deleted rows.
874
712
  */
875
713
  get: function () {
876
- return brushToString(this.i.qh);
714
+ return brushToString(this.i.o0);
877
715
  },
878
716
  set: function (v) {
879
- this.i.qh = stringToBrush(v);
880
- this._a("deletedTextColor", brushToString(this.i.qh));
717
+ this.i.o0 = stringToBrush(v);
718
+ this._a("deletedTextColor", brushToString(this.i.o0));
881
719
  },
882
720
  enumerable: false,
883
721
  configurable: true
@@ -887,11 +725,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
887
725
  * Gets the actual text color used for deleted rows.
888
726
  */
889
727
  get: function () {
890
- return brushToString(this.i.p6);
728
+ return brushToString(this.i.ov);
891
729
  },
892
730
  set: function (v) {
893
- this.i.p6 = stringToBrush(v);
894
- this._a("actualDeletedTextColor", brushToString(this.i.p6));
731
+ this.i.ov = stringToBrush(v);
732
+ this._a("actualDeletedTextColor", brushToString(this.i.ov));
895
733
  },
896
734
  enumerable: false,
897
735
  configurable: true
@@ -901,11 +739,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
901
739
  * Gets or sets the opacity to use for unsaved edited cell values.
902
740
  */
903
741
  get: function () {
904
- return this.i.kh;
742
+ return this.i.ka;
905
743
  },
906
744
  set: function (v) {
907
- this.i.kh = +v;
908
- this._a("editOpacity", this.i.kh);
745
+ this.i.ka = +v;
746
+ this._a("editOpacity", this.i.ka);
909
747
  },
910
748
  enumerable: false,
911
749
  configurable: true
@@ -915,11 +753,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
915
753
  * Gets the actual opacity for unsaved edited cell values.
916
754
  */
917
755
  get: function () {
918
- return this.i.kg;
756
+ return this.i.j9;
919
757
  },
920
758
  set: function (v) {
921
- this.i.kg = +v;
922
- this._a("actualEditOpacity", this.i.kg);
759
+ this.i.j9 = +v;
760
+ this._a("actualEditOpacity", this.i.j9);
923
761
  },
924
762
  enumerable: false,
925
763
  configurable: true
@@ -948,16 +786,16 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
948
786
  * Gets the actual font style used for unsaved cell edits.
949
787
  */
950
788
  get: function () {
951
- if (this.i.i4 == null) {
789
+ if (this.i.ix == null) {
952
790
  return null;
953
791
  }
954
- return this.i.i4.fontString;
792
+ return this.i.ix.fontString;
955
793
  },
956
794
  set: function (v) {
957
795
  var fi = new FontInfo();
958
796
  fi.fontString = v;
959
- this.i.i4 = fi;
960
- this._a("actualEditFontInfo", this.i.i4 != null ? this.i.i4.fontString : "");
797
+ this.i.ix = fi;
798
+ this._a("actualEditFontInfo", this.i.ix != null ? this.i.ix.fontString : "");
961
799
  },
962
800
  enumerable: false,
963
801
  configurable: true
@@ -967,11 +805,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
967
805
  * Gets or sets if and how cell merging is performed for this field.
968
806
  */
969
807
  get: function () {
970
- return this.i.io;
808
+ return this.i.ij;
971
809
  },
972
810
  set: function (v) {
973
- this.i.io = ensureEnum(MergedCellMode_$type, v);
974
- this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.io));
811
+ this.i.ij = ensureEnum(MergedCellMode_$type, v);
812
+ this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ij));
975
813
  },
976
814
  enumerable: false,
977
815
  configurable: true
@@ -981,11 +819,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
981
819
  * Gets or sets how cells are evaluated for merging.
982
820
  */
983
821
  get: function () {
984
- return this.i.ik;
822
+ return this.i.ig;
985
823
  },
986
824
  set: function (v) {
987
- this.i.ik = ensureEnum(MergedCellEvaluationCriteria_$type, v);
988
- this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.ik));
825
+ this.i.ig = ensureEnum(MergedCellEvaluationCriteria_$type, v);
826
+ this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.ig));
989
827
  },
990
828
  enumerable: false,
991
829
  configurable: true
@@ -995,11 +833,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
995
833
  * Gets or sets the vertical alignment to use for the merged cell content.
996
834
  */
997
835
  get: function () {
998
- return this.i.hd;
836
+ return this.i.hb;
999
837
  },
1000
838
  set: function (v) {
1001
- this.i.hd = ensureEnum(CellContentVerticalAlignment_$type, v);
1002
- this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.hd));
839
+ this.i.hb = ensureEnum(CellContentVerticalAlignment_$type, v);
840
+ this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.hb));
1003
841
  },
1004
842
  enumerable: false,
1005
843
  configurable: true
@@ -1009,11 +847,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1009
847
  * Gets or sets the amount of left padding to use for the cell content for this column.
1010
848
  */
1011
849
  get: function () {
1012
- return this.i.k0;
850
+ return this.i.kt;
1013
851
  },
1014
852
  set: function (v) {
1015
- this.i.k0 = +v;
1016
- this._a("mergedCellPaddingLeft", this.i.k0);
853
+ this.i.kt = +v;
854
+ this._a("mergedCellPaddingLeft", this.i.kt);
1017
855
  },
1018
856
  enumerable: false,
1019
857
  configurable: true
@@ -1023,11 +861,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1023
861
  * Gets or sets the amount of top padding to use for the cell content for this column.
1024
862
  */
1025
863
  get: function () {
1026
- return this.i.k2;
864
+ return this.i.kv;
1027
865
  },
1028
866
  set: function (v) {
1029
- this.i.k2 = +v;
1030
- this._a("mergedCellPaddingTop", this.i.k2);
867
+ this.i.kv = +v;
868
+ this._a("mergedCellPaddingTop", this.i.kv);
1031
869
  },
1032
870
  enumerable: false,
1033
871
  configurable: true
@@ -1037,11 +875,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1037
875
  * Gets or sets the amount of right padding to use for the cell content of this column.
1038
876
  */
1039
877
  get: function () {
1040
- return this.i.k1;
878
+ return this.i.ku;
1041
879
  },
1042
880
  set: function (v) {
1043
- this.i.k1 = +v;
1044
- this._a("mergedCellPaddingRight", this.i.k1);
881
+ this.i.ku = +v;
882
+ this._a("mergedCellPaddingRight", this.i.ku);
1045
883
  },
1046
884
  enumerable: false,
1047
885
  configurable: true
@@ -1051,11 +889,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1051
889
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
1052
890
  */
1053
891
  get: function () {
1054
- return this.i.kz;
892
+ return this.i.ks;
1055
893
  },
1056
894
  set: function (v) {
1057
- this.i.kz = +v;
1058
- this._a("mergedCellPaddingBottom", this.i.kz);
895
+ this.i.ks = +v;
896
+ this._a("mergedCellPaddingBottom", this.i.ks);
1059
897
  },
1060
898
  enumerable: false,
1061
899
  configurable: true
@@ -1065,11 +903,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1065
903
  * Gets or sets whether UI filters are case sensitive or not.
1066
904
  */
1067
905
  get: function () {
1068
- return this.i.h6;
906
+ return this.i.h2;
1069
907
  },
1070
908
  set: function (v) {
1071
- this.i.h6 = ensureEnum(FilterComparisonType_$type, v);
1072
- this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h6));
909
+ this.i.h2 = ensureEnum(FilterComparisonType_$type, v);
910
+ this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h2));
1073
911
  },
1074
912
  enumerable: false,
1075
913
  configurable: true
@@ -1081,7 +919,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1081
919
  get: function () {
1082
920
  if (this._filterOperands === null) {
1083
921
  var coll = new IgcGridFilterOperandsCollection();
1084
- var innerColl = this.i.ie;
922
+ var innerColl = this.i.ia;
1085
923
  if (!innerColl) {
1086
924
  innerColl = new GridFilterOperandsCollection_internal();
1087
925
  }
@@ -1097,7 +935,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1097
935
  var coll = new IgcGridFilterOperandsCollection();
1098
936
  this._filterOperands = coll._fromOuter(v);
1099
937
  var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
1100
- var innerColl = this.i.ie;
938
+ var innerColl = this.i.ia;
1101
939
  if (!innerColl) {
1102
940
  innerColl = new GridFilterOperandsCollection_internal();
1103
941
  }
@@ -1113,10 +951,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1113
951
  * Gets or sets the text to display in the suffix area of cells in this column.
1114
952
  */
1115
953
  get: function () {
1116
- return this.i.n6;
954
+ return this.i.nm;
1117
955
  },
1118
956
  set: function (v) {
1119
- this.i.n6 = v;
957
+ this.i.nm = v;
1120
958
  },
1121
959
  enumerable: false,
1122
960
  configurable: true
@@ -1126,11 +964,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1126
964
  * Gets or sets the color of the text in the suffix area of the cells in this column.
1127
965
  */
1128
966
  get: function () {
1129
- return brushToString(this.i.qp);
967
+ return brushToString(this.i.o8);
1130
968
  },
1131
969
  set: function (v) {
1132
- this.i.qp = stringToBrush(v);
1133
- this._a("suffixTextColor", brushToString(this.i.qp));
970
+ this.i.o8 = stringToBrush(v);
971
+ this._a("suffixTextColor", brushToString(this.i.o8));
1134
972
  },
1135
973
  enumerable: false,
1136
974
  configurable: true
@@ -1159,10 +997,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1159
997
  * Gets or sets the icon to use in the suffix area of the cells in this column.
1160
998
  */
1161
999
  get: function () {
1162
- return this.i.ny;
1000
+ return this.i.ne;
1163
1001
  },
1164
1002
  set: function (v) {
1165
- this.i.ny = v;
1003
+ this.i.ne = v;
1166
1004
  },
1167
1005
  enumerable: false,
1168
1006
  configurable: true
@@ -1172,10 +1010,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1172
1010
  * Gets or sets the icon to use in the suffix area of the cells in this column.
1173
1011
  */
1174
1012
  get: function () {
1175
- return this.i.nv;
1013
+ return this.i.nb;
1176
1014
  },
1177
1015
  set: function (v) {
1178
- this.i.nv = v;
1016
+ this.i.nb = v;
1179
1017
  },
1180
1018
  enumerable: false,
1181
1019
  configurable: true
@@ -1185,11 +1023,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1185
1023
  * Gets or sets the stroke color of suffix icon.
1186
1024
  */
1187
1025
  get: function () {
1188
- return brushToString(this.i.qo);
1026
+ return brushToString(this.i.o7);
1189
1027
  },
1190
1028
  set: function (v) {
1191
- this.i.qo = stringToBrush(v);
1192
- this._a("suffixIconStroke", brushToString(this.i.qo));
1029
+ this.i.o7 = stringToBrush(v);
1030
+ this._a("suffixIconStroke", brushToString(this.i.o7));
1193
1031
  },
1194
1032
  enumerable: false,
1195
1033
  configurable: true
@@ -1199,11 +1037,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1199
1037
  * Gets or sets the fill color of suffix icon.
1200
1038
  */
1201
1039
  get: function () {
1202
- return brushToString(this.i.qn);
1040
+ return brushToString(this.i.o6);
1203
1041
  },
1204
1042
  set: function (v) {
1205
- this.i.qn = stringToBrush(v);
1206
- this._a("suffixIconFill", brushToString(this.i.qn));
1043
+ this.i.o6 = stringToBrush(v);
1044
+ this._a("suffixIconFill", brushToString(this.i.o6));
1207
1045
  },
1208
1046
  enumerable: false,
1209
1047
  configurable: true
@@ -1213,11 +1051,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1213
1051
  * Gets or sets the suffix icon's viewbox x coordinate.
1214
1052
  */
1215
1053
  get: function () {
1216
- return this.i.kk;
1054
+ return this.i.kd;
1217
1055
  },
1218
1056
  set: function (v) {
1219
- this.i.kk = +v;
1220
- this._a("suffixIconViewBoxLeft", this.i.kk);
1057
+ this.i.kd = +v;
1058
+ this._a("suffixIconViewBoxLeft", this.i.kd);
1221
1059
  },
1222
1060
  enumerable: false,
1223
1061
  configurable: true
@@ -1227,11 +1065,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1227
1065
  * Gets or sets the suffix icon's viewbox y coordinate.
1228
1066
  */
1229
1067
  get: function () {
1230
- return this.i.kl;
1068
+ return this.i.ke;
1231
1069
  },
1232
1070
  set: function (v) {
1233
- this.i.kl = +v;
1234
- this._a("suffixIconViewBoxTop", this.i.kl);
1071
+ this.i.ke = +v;
1072
+ this._a("suffixIconViewBoxTop", this.i.ke);
1235
1073
  },
1236
1074
  enumerable: false,
1237
1075
  configurable: true
@@ -1241,11 +1079,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1241
1079
  * Gets or sets the suffix icon's viewbox width.
1242
1080
  */
1243
1081
  get: function () {
1244
- return this.i.km;
1082
+ return this.i.kf;
1245
1083
  },
1246
1084
  set: function (v) {
1247
- this.i.km = +v;
1248
- this._a("suffixIconViewBoxWidth", this.i.km);
1085
+ this.i.kf = +v;
1086
+ this._a("suffixIconViewBoxWidth", this.i.kf);
1249
1087
  },
1250
1088
  enumerable: false,
1251
1089
  configurable: true
@@ -1255,11 +1093,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1255
1093
  * Gets or sets the suffix icon's viewbox height.
1256
1094
  */
1257
1095
  get: function () {
1258
- return this.i.kj;
1096
+ return this.i.kc;
1259
1097
  },
1260
1098
  set: function (v) {
1261
- this.i.kj = +v;
1262
- this._a("suffixIconViewBoxHeight", this.i.kj);
1099
+ this.i.kc = +v;
1100
+ this._a("suffixIconViewBoxHeight", this.i.kc);
1263
1101
  },
1264
1102
  enumerable: false,
1265
1103
  configurable: true
@@ -1269,11 +1107,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1269
1107
  * Gets or sets the suffix margin.
1270
1108
  */
1271
1109
  get: function () {
1272
- return this.i.kn;
1110
+ return this.i.kg;
1273
1111
  },
1274
1112
  set: function (v) {
1275
- this.i.kn = +v;
1276
- this._a("suffixMargin", this.i.kn);
1113
+ this.i.kg = +v;
1114
+ this._a("suffixMargin", this.i.kg);
1277
1115
  },
1278
1116
  enumerable: false,
1279
1117
  configurable: true
@@ -1283,11 +1121,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1283
1121
  * Gets or sets the text decoration to apply to cells in this column.
1284
1122
  */
1285
1123
  get: function () {
1286
- return this.i.iu;
1124
+ return this.i.iq;
1287
1125
  },
1288
1126
  set: function (v) {
1289
- this.i.iu = ensureEnum(TextCellDecoration_$type, v);
1290
- this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iu));
1127
+ this.i.iq = ensureEnum(TextCellDecoration_$type, v);
1128
+ this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iq));
1291
1129
  },
1292
1130
  enumerable: false,
1293
1131
  configurable: true
@@ -1324,18 +1162,18 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1324
1162
 
1325
1163
  */
1326
1164
  IgcDataGridColumnComponent.prototype.getUniqueKey = function () {
1327
- var iv = this.i.mw();
1165
+ var iv = this.i.mc();
1328
1166
  return (iv);
1329
1167
  };
1330
1168
  IgcDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
1331
- this.i.oo(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1169
+ this.i.n2(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1332
1170
  };
1333
1171
  /**
1334
1172
  * Returns if the column has named header values.
1335
1173
 
1336
1174
  */
1337
1175
  IgcDataGridColumnComponent.prototype.hasNamedHeaderValues = function () {
1338
- var iv = this.i.js();
1176
+ var iv = this.i.jl();
1339
1177
  return (iv);
1340
1178
  };
1341
1179
  /**
@@ -1344,7 +1182,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1344
1182
  * @param valueName * The named value to check for.
1345
1183
  */
1346
1184
  IgcDataGridColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
1347
- var iv = this.i.jr(valueName);
1185
+ var iv = this.i.jk(valueName);
1348
1186
  return (iv);
1349
1187
  };
1350
1188
  /**
@@ -1353,7 +1191,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1353
1191
  * @param valueName * The named header value to remove.
1354
1192
  */
1355
1193
  IgcDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
1356
- this.i.on(valueName);
1194
+ this.i.n1(valueName);
1357
1195
  };
1358
1196
  /**
1359
1197
  * Gets the value of a named header value for this column by name.
@@ -1361,11 +1199,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1361
1199
  * @param valueName * Name of the named header value to retrieve.
1362
1200
  */
1363
1201
  IgcDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
1364
- var iv = this.i.le(valueName);
1202
+ var iv = this.i.k7(valueName);
1365
1203
  return (iv);
1366
1204
  };
1367
1205
  IgcDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
1368
- this.i.oe(filterID, index, value);
1206
+ this.i.nu(filterID, index, value);
1369
1207
  };
1370
1208
  IgcDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
1371
1209
  var iv = this.i.getDesiredToolbarActions();
@@ -1428,7 +1266,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1428
1266
  this._actualHeaderTextChange = ev;
1429
1267
  this._actualHeaderTextChange_wrapped = function (o, e) {
1430
1268
  var ext = _this.actualHeaderText;
1431
- if (e.propertyName == 'L0') {
1269
+ if (e.propertyName == 'Lm') {
1432
1270
  if (_this.beforeActualHeaderTextChange) {
1433
1271
  _this.beforeActualHeaderTextChange(_this, ext);
1434
1272
  }