igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 7.1.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +6134 -5858
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  13. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  14. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  15. package/esm2015/lib/CellPresenterBase.js +37 -34
  16. package/esm2015/lib/CheckboxListView_combined.js +23 -23
  17. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  18. package/esm2015/lib/ColumnFilterCondition_combined.js +4143 -3997
  19. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  20. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  21. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  22. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  23. package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
  24. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  25. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  26. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  27. package/esm2015/lib/EditorCell.js +292 -292
  28. package/esm2015/lib/EditorCellPresenter.js +26 -26
  29. package/esm2015/lib/FilterCell.js +269 -269
  30. package/esm2015/lib/FilterCellPresenter.js +15 -15
  31. package/esm2015/lib/GridCellBase.js +167 -150
  32. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +4 -4
  33. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  34. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  35. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  36. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridExternalWrapper.js +6 -6
  40. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  41. package/esm2015/lib/ImageCell.js +57 -57
  42. package/esm2015/lib/ImageCellPresenter.js +15 -15
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  44. package/esm2015/lib/NumericCell.js +8 -8
  45. package/esm2015/lib/NumericCellPresenter.js +9 -9
  46. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  47. package/esm2015/lib/SectionHeaderCell.js +20 -20
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  49. package/esm2015/lib/SummaryCell.js +45 -45
  50. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  51. package/esm2015/lib/TemplateCell.js +15 -15
  52. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  53. package/esm2015/lib/TemplateHeader.js +2 -2
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  56. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  57. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  58. package/esm2015/lib/TextCell.js +29 -29
  59. package/esm2015/lib/TextCellPresenter.js +10 -10
  60. package/esm2015/lib/TextHeaderCell.js +184 -184
  61. package/esm2015/lib/TextHeaderCellPresenter.js +52 -52
  62. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  63. package/esm2015/lib/igc-cell-info.js +90 -81
  64. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  65. package/esm2015/lib/igc-data-grid-column-component.js +224 -214
  66. package/esm2015/lib/igc-data-grid-component.js +10 -0
  67. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  68. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  69. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  70. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  71. package/esm2015/lib/igc-image-cell-info.js +6 -6
  72. package/esm2015/lib/igc-image-column-component.js +12 -12
  73. package/esm2015/lib/igc-numeric-cell-info.js +35 -26
  74. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  75. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  76. package/esm2015/lib/igc-section-header-component.js +32 -12
  77. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  78. package/esm2015/lib/igc-template-cell-info.js +2 -2
  79. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  80. package/esm2015/lib/igc-text-cell-info.js +2 -2
  81. package/esm2015/lib/igc-text-column-component.js +9 -9
  82. package/esm2015/lib/igc-text-header-cell-info.js +38 -38
  83. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  84. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  85. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  86. package/esm5/lib/CanvasGridCellBase.js +2 -2
  87. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  88. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  89. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  90. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  91. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  93. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  95. package/esm5/lib/CellPresenterBase.js +37 -34
  96. package/esm5/lib/CheckboxListView_combined.js +23 -23
  97. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  98. package/esm5/lib/ColumnFilterCondition_combined.js +3989 -3819
  99. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  100. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  101. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  102. package/esm5/lib/ContentCellModelHelper.js +10 -10
  103. package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
  104. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  105. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  106. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  107. package/esm5/lib/EditorCell.js +277 -277
  108. package/esm5/lib/EditorCellPresenter.js +26 -26
  109. package/esm5/lib/FilterCell.js +259 -259
  110. package/esm5/lib/FilterCellPresenter.js +15 -15
  111. package/esm5/lib/GridCellBase.js +164 -143
  112. package/esm5/lib/GridColumnFilterOptionsView_combined.js +4 -4
  113. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  114. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  115. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  116. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  117. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  118. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  119. package/esm5/lib/GridExternalWrapper.js +6 -6
  120. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  121. package/esm5/lib/ImageCell.js +57 -57
  122. package/esm5/lib/ImageCellPresenter.js +15 -15
  123. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  124. package/esm5/lib/NumericCell.js +8 -8
  125. package/esm5/lib/NumericCellPresenter.js +9 -9
  126. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  127. package/esm5/lib/SectionHeaderCell.js +20 -20
  128. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  129. package/esm5/lib/SummaryCell.js +45 -45
  130. package/esm5/lib/SummaryCellPresenter.js +10 -10
  131. package/esm5/lib/TemplateCell.js +15 -15
  132. package/esm5/lib/TemplateCellPresenter.js +3 -3
  133. package/esm5/lib/TemplateHeader.js +2 -2
  134. package/esm5/lib/TemplateHeaderCell.js +5 -5
  135. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  136. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  137. package/esm5/lib/TemplateSectionHeader.js +1 -1
  138. package/esm5/lib/TextCell.js +29 -29
  139. package/esm5/lib/TextCellPresenter.js +10 -10
  140. package/esm5/lib/TextHeaderCell.js +182 -182
  141. package/esm5/lib/TextHeaderCellPresenter.js +52 -52
  142. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  143. package/esm5/lib/igc-cell-info.js +94 -81
  144. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  145. package/esm5/lib/igc-data-grid-column-component.js +228 -214
  146. package/esm5/lib/igc-data-grid-component.js +14 -0
  147. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-editor-cell-info.js +23 -23
  150. package/esm5/lib/igc-filter-cell-info.js +26 -26
  151. package/esm5/lib/igc-image-cell-info.js +6 -6
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-cell-info.js +39 -26
  154. package/esm5/lib/igc-numeric-column-component.js +38 -38
  155. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  156. package/esm5/lib/igc-section-header-component.js +40 -12
  157. package/esm5/lib/igc-summary-cell-info.js +9 -9
  158. package/esm5/lib/igc-template-cell-info.js +2 -2
  159. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  160. package/esm5/lib/igc-text-cell-info.js +2 -2
  161. package/esm5/lib/igc-text-column-component.js +9 -9
  162. package/esm5/lib/igc-text-header-cell-info.js +38 -38
  163. package/fesm2015/igniteui-webcomponents-data-grids.js +6274 -6050
  164. package/fesm5/igniteui-webcomponents-data-grids.js +6134 -5858
  165. package/lib/ColumnFilterCondition_combined.d.ts +1077 -1053
  166. package/lib/EditorCell.d.ts +67 -67
  167. package/lib/FilterCell.d.ts +55 -55
  168. package/lib/GridCellBase.d.ts +64 -61
  169. package/lib/ImageCell.d.ts +17 -17
  170. package/lib/NumericCell.d.ts +2 -2
  171. package/lib/SectionHeaderCell.d.ts +4 -4
  172. package/lib/SummaryCell.d.ts +10 -10
  173. package/lib/TemplateCell.d.ts +5 -5
  174. package/lib/TemplateHeaderCell.d.ts +2 -2
  175. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  176. package/lib/TemplateSectionHeader.d.ts +1 -1
  177. package/lib/TextCell.d.ts +7 -7
  178. package/lib/TextHeaderCell.d.ts +30 -30
  179. package/lib/VerticalSeparatorCell.d.ts +8 -8
  180. package/lib/igc-cell-info.d.ts +5 -0
  181. package/lib/igc-data-grid-column-component.d.ts +5 -0
  182. package/lib/igc-data-grid-component.d.ts +5 -0
  183. package/lib/igc-numeric-cell-info.d.ts +5 -0
  184. package/lib/igc-section-header-component.d.ts +10 -0
  185. package/package.json +4 -4
@@ -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.lk;
97
+ return this.i.lm;
98
98
  },
99
99
  set: function (v) {
100
- this.i.lk = +v;
101
- this._a("paddingLeft", this.i.lk);
100
+ this.i.lm = +v;
101
+ this._a("paddingLeft", this.i.lm);
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.lm;
111
+ return this.i.lo;
112
112
  },
113
113
  set: function (v) {
114
- this.i.lm = +v;
115
- this._a("paddingTop", this.i.lm);
114
+ this.i.lo = +v;
115
+ this._a("paddingTop", this.i.lo);
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.ll;
125
+ return this.i.ln;
126
126
  },
127
127
  set: function (v) {
128
- this.i.ll = +v;
129
- this._a("paddingRight", this.i.ll);
128
+ this.i.ln = +v;
129
+ this._a("paddingRight", this.i.ln);
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.lj;
139
+ return this.i.ll;
140
140
  },
141
141
  set: function (v) {
142
- this.i.lj = +v;
143
- this._a("paddingBottom", this.i.lj);
142
+ this.i.ll = +v;
143
+ this._a("paddingBottom", this.i.ll);
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.n8;
153
+ return this.i.ob;
154
154
  },
155
155
  set: function (v) {
156
- this.i.n8 = v;
156
+ this.i.ob = 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.nh;
166
+ return this.i.nj;
167
167
  },
168
168
  set: function (v) {
169
- this.i.nh = v;
169
+ this.i.nj = 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.no;
179
+ return this.i.nq;
180
180
  },
181
181
  set: function (v) {
182
- this.i.no = v;
182
+ this.i.nq = 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.mj;
192
+ return this.i.ml;
193
193
  },
194
194
  set: function (v) {
195
- this.i.mj = v;
195
+ this.i.ml = 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.rz);
205
+ return brushToString(this.i.r2);
206
206
  },
207
207
  set: function (v) {
208
- this.i.rz = stringToBrush(v);
209
- this._a("selectedBackground", brushToString(this.i.rz));
208
+ this.i.r2 = stringToBrush(v);
209
+ this._a("selectedBackground", brushToString(this.i.r2));
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.ri);
219
+ return brushToString(this.i.rl);
220
220
  },
221
221
  set: function (v) {
222
- this.i.ri = stringToBrush(v);
223
- this._a("actualSelectedBackground", brushToString(this.i.ri));
222
+ this.i.rl = stringToBrush(v);
223
+ this._a("actualSelectedBackground", brushToString(this.i.rl));
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 text color to use for the cells when they are selected
231
231
  */
232
232
  get: function () {
233
- return brushToString(this.i.r0);
233
+ return brushToString(this.i.r3);
234
234
  },
235
235
  set: function (v) {
236
- this.i.r0 = stringToBrush(v);
237
- this._a("selectedTextColor", brushToString(this.i.r0));
236
+ this.i.r3 = stringToBrush(v);
237
+ this._a("selectedTextColor", brushToString(this.i.r3));
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 text color that is used for the cells when they are selected
245
245
  */
246
246
  get: function () {
247
- return brushToString(this.i.rj);
247
+ return brushToString(this.i.rm);
248
248
  },
249
249
  set: function (v) {
250
- this.i.rj = stringToBrush(v);
251
- this._a("actualSelectedTextColor", brushToString(this.i.rj));
250
+ this.i.rm = stringToBrush(v);
251
+ this._a("actualSelectedTextColor", brushToString(this.i.rm));
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 background color to use for the cells when the row is hovered.
259
259
  */
260
260
  get: function () {
261
- return brushToString(this.i.rx);
261
+ return brushToString(this.i.r0);
262
262
  },
263
263
  set: function (v) {
264
- this.i.rx = stringToBrush(v);
265
- this._a("rowHoverBackground", brushToString(this.i.rx));
264
+ this.i.r0 = stringToBrush(v);
265
+ this._a("rowHoverBackground", brushToString(this.i.r0));
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 background color that is used for the cells when they are hovered.
273
273
  */
274
274
  get: function () {
275
- return brushToString(this.i.rg);
275
+ return brushToString(this.i.rj);
276
276
  },
277
277
  set: function (v) {
278
- this.i.rg = stringToBrush(v);
279
- this._a("actualHoverBackground", brushToString(this.i.rg));
278
+ this.i.rj = stringToBrush(v);
279
+ this._a("actualHoverBackground", brushToString(this.i.rj));
280
280
  },
281
281
  enumerable: false,
282
282
  configurable: true
@@ -286,11 +286,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
286
286
  * Gets or sets the text color to use for the cells when the row is hovered.
287
287
  */
288
288
  get: function () {
289
- return brushToString(this.i.ry);
289
+ return brushToString(this.i.r1);
290
290
  },
291
291
  set: function (v) {
292
- this.i.ry = stringToBrush(v);
293
- this._a("rowHoverTextColor", brushToString(this.i.ry));
292
+ this.i.r1 = stringToBrush(v);
293
+ this._a("rowHoverTextColor", brushToString(this.i.r1));
294
294
  },
295
295
  enumerable: false,
296
296
  configurable: true
@@ -300,11 +300,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
300
300
  * Gets the actual text color that is used for the cells when they are hovered.
301
301
  */
302
302
  get: function () {
303
- return brushToString(this.i.rh);
303
+ return brushToString(this.i.rk);
304
304
  },
305
305
  set: function (v) {
306
- this.i.rh = stringToBrush(v);
307
- this._a("actualRowHoverTextColor", brushToString(this.i.rh));
306
+ this.i.rk = stringToBrush(v);
307
+ this._a("actualRowHoverTextColor", brushToString(this.i.rk));
308
308
  },
309
309
  enumerable: false,
310
310
  configurable: true
@@ -378,11 +378,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
378
378
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
379
379
  */
380
380
  get: function () {
381
- return this.i.kr;
381
+ return this.i.kt;
382
382
  },
383
383
  set: function (v) {
384
- this.i.kr = +v;
385
- this._a("minWidth", this.i.kr);
384
+ this.i.kt = +v;
385
+ this._a("minWidth", this.i.kt);
386
386
  },
387
387
  enumerable: false,
388
388
  configurable: true
@@ -392,11 +392,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
392
392
  * Gets whether this column was projected from markup/templates and is constrained.
393
393
  */
394
394
  get: function () {
395
- return this.i.j9;
395
+ return this.i.ka;
396
396
  },
397
397
  set: function (v) {
398
- this.i.j9 = ensureBool(v);
399
- this._a("isFromMarkup", this.i.j9);
398
+ this.i.ka = ensureBool(v);
399
+ this._a("isFromMarkup", this.i.ka);
400
400
  },
401
401
  enumerable: false,
402
402
  configurable: true
@@ -406,11 +406,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
406
406
  * Gets whether this column was auto generated.
407
407
  */
408
408
  get: function () {
409
- return this.i.j3;
409
+ return this.i.j4;
410
410
  },
411
411
  set: function (v) {
412
- this.i.j3 = ensureBool(v);
413
- this._a("isAutoGenerated", this.i.j3);
412
+ this.i.j4 = ensureBool(v);
413
+ this._a("isAutoGenerated", this.i.j4);
414
414
  },
415
415
  enumerable: false,
416
416
  configurable: true
@@ -472,11 +472,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
472
472
  * Gets or sets whether filtering is enabled for this column.
473
473
  */
474
474
  get: function () {
475
- return this.i.j8;
475
+ return this.i.j9;
476
476
  },
477
477
  set: function (v) {
478
- this.i.j8 = ensureBool(v);
479
- this._a("isFilteringEnabled", this.i.j8);
478
+ this.i.j9 = ensureBool(v);
479
+ this._a("isFilteringEnabled", this.i.j9);
480
480
  },
481
481
  enumerable: false,
482
482
  configurable: true
@@ -486,11 +486,25 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
486
486
  * Gets or sets whether resizing is enabled for this column.
487
487
  */
488
488
  get: function () {
489
- return this.i.kb;
489
+ return this.i.kc;
490
490
  },
491
491
  set: function (v) {
492
- this.i.kb = ensureBool(v);
493
- this._a("isResizingEnabled", this.i.kb);
492
+ this.i.kc = ensureBool(v);
493
+ this._a("isResizingEnabled", this.i.kc);
494
+ },
495
+ enumerable: false,
496
+ configurable: true
497
+ });
498
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "isSortingEnabled", {
499
+ /**
500
+ * Gets or sets whether sorting is enabled for this column from the UI.
501
+ */
502
+ get: function () {
503
+ return this.i.kd;
504
+ },
505
+ set: function (v) {
506
+ this.i.kd = ensureBool(v);
507
+ this._a("isSortingEnabled", this.i.kd);
494
508
  },
495
509
  enumerable: false,
496
510
  configurable: true
@@ -500,11 +514,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
500
514
  * Gets or sets whether or not a column is hidden from the grid
501
515
  */
502
516
  get: function () {
503
- return this.i.ka;
517
+ return this.i.kb;
504
518
  },
505
519
  set: function (v) {
506
- this.i.ka = ensureBool(v);
507
- this._a("isHidden", this.i.ka);
520
+ this.i.kb = ensureBool(v);
521
+ this._a("isHidden", this.i.kb);
508
522
  },
509
523
  enumerable: false,
510
524
  configurable: true
@@ -514,11 +528,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
514
528
  * Gets or sets if a column should be removed from the grid when it is fully hidden
515
529
  */
516
530
  get: function () {
517
- return this.i.ke;
531
+ return this.i.kg;
518
532
  },
519
533
  set: function (v) {
520
- this.i.ke = ensureBool(v);
521
- this._a("shouldRemoveWhenHidden", this.i.ke);
534
+ this.i.kg = ensureBool(v);
535
+ this._a("shouldRemoveWhenHidden", this.i.kg);
522
536
  },
523
537
  enumerable: false,
524
538
  configurable: true
@@ -584,11 +598,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
584
598
  * Gets the actual column options icon color for this column.
585
599
  */
586
600
  get: function () {
587
- return brushToString(this.i.rb);
601
+ return brushToString(this.i.re);
588
602
  },
589
603
  set: function (v) {
590
- this.i.rb = stringToBrush(v);
591
- this._a("actualColumnOptionsIconColor", brushToString(this.i.rb));
604
+ this.i.re = stringToBrush(v);
605
+ this._a("actualColumnOptionsIconColor", brushToString(this.i.re));
592
606
  },
593
607
  enumerable: false,
594
608
  configurable: true
@@ -598,11 +612,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
598
612
  * Gets or sets the column options icon color for this column.
599
613
  */
600
614
  get: function () {
601
- return brushToString(this.i.rq);
615
+ return brushToString(this.i.rt);
602
616
  },
603
617
  set: function (v) {
604
- this.i.rq = stringToBrush(v);
605
- this._a("columnOptionsIconColor", brushToString(this.i.rq));
618
+ this.i.rt = stringToBrush(v);
619
+ this._a("columnOptionsIconColor", brushToString(this.i.rt));
606
620
  },
607
621
  enumerable: false,
608
622
  configurable: true
@@ -640,11 +654,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
640
654
  * Gets the actual state of the column options for this column.
641
655
  */
642
656
  get: function () {
643
- return this.i.jw;
657
+ return this.i.jx;
644
658
  },
645
659
  set: function (v) {
646
- this.i.jw = ensureBool(v);
647
- this._a("actualIsColumnOptionsEnabled", this.i.jw);
660
+ this.i.jx = ensureBool(v);
661
+ this._a("actualIsColumnOptionsEnabled", this.i.jx);
648
662
  },
649
663
  enumerable: false,
650
664
  configurable: true
@@ -655,11 +669,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
655
669
  * then it will be disabled for the column regardless of what this is set to.
656
670
  */
657
671
  get: function () {
658
- return this.i.j4;
672
+ return this.i.j5;
659
673
  },
660
674
  set: function (v) {
661
- this.i.j4 = ensureBool(v);
662
- this._a("isColumnOptionsEnabled", this.i.j4);
675
+ this.i.j5 = ensureBool(v);
676
+ this._a("isColumnOptionsEnabled", this.i.j5);
663
677
  },
664
678
  enumerable: false,
665
679
  configurable: true
@@ -669,11 +683,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
669
683
  * Gets the actual state of summaries menu in the column options for this column.
670
684
  */
671
685
  get: function () {
672
- return this.i.jy;
686
+ return this.i.jz;
673
687
  },
674
688
  set: function (v) {
675
- this.i.jy = ensureBool(v);
676
- this._a("actualIsColumnOptionsSummariesEnabled", this.i.jy);
689
+ this.i.jz = ensureBool(v);
690
+ this._a("actualIsColumnOptionsSummariesEnabled", this.i.jz);
677
691
  },
678
692
  enumerable: false,
679
693
  configurable: true
@@ -683,11 +697,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
683
697
  * Gets or sets whether to show the summaries option in the column options menu for this column.
684
698
  */
685
699
  get: function () {
686
- return this.i.j6;
700
+ return this.i.j7;
687
701
  },
688
702
  set: function (v) {
689
- this.i.j6 = ensureBool(v);
690
- this._a("isColumnOptionsSummariesEnabled", this.i.j6);
703
+ this.i.j7 = ensureBool(v);
704
+ this._a("isColumnOptionsSummariesEnabled", this.i.j7);
691
705
  },
692
706
  enumerable: false,
693
707
  configurable: true
@@ -697,11 +711,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
697
711
  * Gets the actual state of grouping menu in the column options for this column.
698
712
  */
699
713
  get: function () {
700
- return this.i.jx;
714
+ return this.i.jy;
701
715
  },
702
716
  set: function (v) {
703
- this.i.jx = ensureBool(v);
704
- this._a("actualIsColumnOptionsGroupingEnabled", this.i.jx);
717
+ this.i.jy = ensureBool(v);
718
+ this._a("actualIsColumnOptionsGroupingEnabled", this.i.jy);
705
719
  },
706
720
  enumerable: false,
707
721
  configurable: true
@@ -711,11 +725,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
711
725
  * Gets or sets whether to show the grouping option in the column options menu for this column.
712
726
  */
713
727
  get: function () {
714
- return this.i.j5;
728
+ return this.i.j6;
715
729
  },
716
730
  set: function (v) {
717
- this.i.j5 = ensureBool(v);
718
- this._a("isColumnOptionsGroupingEnabled", this.i.j5);
731
+ this.i.j6 = ensureBool(v);
732
+ this._a("isColumnOptionsGroupingEnabled", this.i.j6);
719
733
  },
720
734
  enumerable: false,
721
735
  configurable: true
@@ -725,11 +739,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
725
739
  * Gets or sets the column options dropdown background color.
726
740
  */
727
741
  get: function () {
728
- return brushToString(this.i.q6);
742
+ return brushToString(this.i.q9);
729
743
  },
730
744
  set: function (v) {
731
- this.i.q6 = stringToBrush(v);
732
- this._a("actualColumnOptionsBackground", brushToString(this.i.q6));
745
+ this.i.q9 = stringToBrush(v);
746
+ this._a("actualColumnOptionsBackground", brushToString(this.i.q9));
733
747
  },
734
748
  enumerable: false,
735
749
  configurable: true
@@ -739,11 +753,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
739
753
  * Gets or sets the column options dropdown background color.
740
754
  */
741
755
  get: function () {
742
- return brushToString(this.i.rl);
756
+ return brushToString(this.i.ro);
743
757
  },
744
758
  set: function (v) {
745
- this.i.rl = stringToBrush(v);
746
- this._a("columnOptionsBackground", brushToString(this.i.rl));
759
+ this.i.ro = stringToBrush(v);
760
+ this._a("columnOptionsBackground", brushToString(this.i.ro));
747
761
  },
748
762
  enumerable: false,
749
763
  configurable: true
@@ -753,11 +767,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
753
767
  * Gets or sets the text color for text inside the column options menu.
754
768
  */
755
769
  get: function () {
756
- return brushToString(this.i.rd);
770
+ return brushToString(this.i.rg);
757
771
  },
758
772
  set: function (v) {
759
- this.i.rd = stringToBrush(v);
760
- this._a("actualColumnOptionsTextColor", brushToString(this.i.rd));
773
+ this.i.rg = stringToBrush(v);
774
+ this._a("actualColumnOptionsTextColor", brushToString(this.i.rg));
761
775
  },
762
776
  enumerable: false,
763
777
  configurable: true
@@ -767,11 +781,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
767
781
  * Gets or sets the text color for text inside the column options menu.
768
782
  */
769
783
  get: function () {
770
- return brushToString(this.i.rs);
784
+ return brushToString(this.i.rv);
771
785
  },
772
786
  set: function (v) {
773
- this.i.rs = stringToBrush(v);
774
- this._a("columnOptionsTextColor", brushToString(this.i.rs));
787
+ this.i.rv = stringToBrush(v);
788
+ this._a("columnOptionsTextColor", brushToString(this.i.rv));
775
789
  },
776
790
  enumerable: false,
777
791
  configurable: true
@@ -797,66 +811,66 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
797
811
  });
798
812
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsHoverBackgroundColor", {
799
813
  get: function () {
800
- return brushToString(this.i.ra);
814
+ return brushToString(this.i.rd);
801
815
  },
802
816
  set: function (v) {
803
- this.i.ra = stringToBrush(v);
804
- this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.ra));
817
+ this.i.rd = stringToBrush(v);
818
+ this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.rd));
805
819
  },
806
820
  enumerable: false,
807
821
  configurable: true
808
822
  });
809
823
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsHoverBackgroundColor", {
810
824
  get: function () {
811
- return brushToString(this.i.rp);
825
+ return brushToString(this.i.rs);
812
826
  },
813
827
  set: function (v) {
814
- this.i.rp = stringToBrush(v);
815
- this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.rp));
828
+ this.i.rs = stringToBrush(v);
829
+ this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.rs));
816
830
  },
817
831
  enumerable: false,
818
832
  configurable: true
819
833
  });
820
834
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsToolTipBackgroundColor", {
821
835
  get: function () {
822
- return brushToString(this.i.re);
836
+ return brushToString(this.i.rh);
823
837
  },
824
838
  set: function (v) {
825
- this.i.re = stringToBrush(v);
826
- this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.re));
839
+ this.i.rh = stringToBrush(v);
840
+ this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.rh));
827
841
  },
828
842
  enumerable: false,
829
843
  configurable: true
830
844
  });
831
845
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsToolTipBackgroundColor", {
832
846
  get: function () {
833
- return brushToString(this.i.rt);
847
+ return brushToString(this.i.rw);
834
848
  },
835
849
  set: function (v) {
836
- this.i.rt = stringToBrush(v);
837
- this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.rt));
850
+ this.i.rw = stringToBrush(v);
851
+ this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.rw));
838
852
  },
839
853
  enumerable: false,
840
854
  configurable: true
841
855
  });
842
856
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsHighlightColor", {
843
857
  get: function () {
844
- return brushToString(this.i.q9);
858
+ return brushToString(this.i.rc);
845
859
  },
846
860
  set: function (v) {
847
- this.i.q9 = stringToBrush(v);
848
- this._a("actualColumnOptionsHighlightColor", brushToString(this.i.q9));
861
+ this.i.rc = stringToBrush(v);
862
+ this._a("actualColumnOptionsHighlightColor", brushToString(this.i.rc));
849
863
  },
850
864
  enumerable: false,
851
865
  configurable: true
852
866
  });
853
867
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsHighlightColor", {
854
868
  get: function () {
855
- return brushToString(this.i.ro);
869
+ return brushToString(this.i.rr);
856
870
  },
857
871
  set: function (v) {
858
- this.i.ro = stringToBrush(v);
859
- this._a("columnOptionsHighlightColor", brushToString(this.i.ro));
872
+ this.i.rr = stringToBrush(v);
873
+ this._a("columnOptionsHighlightColor", brushToString(this.i.rr));
860
874
  },
861
875
  enumerable: false,
862
876
  configurable: true
@@ -866,11 +880,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
866
880
  * Gets or sets the color of separators inside the column options menu.
867
881
  */
868
882
  get: function () {
869
- return brushToString(this.i.rc);
883
+ return brushToString(this.i.rf);
870
884
  },
871
885
  set: function (v) {
872
- this.i.rc = stringToBrush(v);
873
- this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.rc));
886
+ this.i.rf = stringToBrush(v);
887
+ this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.rf));
874
888
  },
875
889
  enumerable: false,
876
890
  configurable: true
@@ -880,11 +894,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
880
894
  * Gets or sets the color of separators inside the column options menu.
881
895
  */
882
896
  get: function () {
883
- return brushToString(this.i.rr);
897
+ return brushToString(this.i.ru);
884
898
  },
885
899
  set: function (v) {
886
- this.i.rr = stringToBrush(v);
887
- this._a("columnOptionsSeparatorColor", brushToString(this.i.rr));
900
+ this.i.ru = stringToBrush(v);
901
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.ru));
888
902
  },
889
903
  enumerable: false,
890
904
  configurable: true
@@ -894,11 +908,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
894
908
  * Gets or sets the background color for group headers inside the column options menu.
895
909
  */
896
910
  get: function () {
897
- return brushToString(this.i.q7);
911
+ return brushToString(this.i.ra);
898
912
  },
899
913
  set: function (v) {
900
- this.i.q7 = stringToBrush(v);
901
- this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.q7));
914
+ this.i.ra = stringToBrush(v);
915
+ this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.ra));
902
916
  },
903
917
  enumerable: false,
904
918
  configurable: true
@@ -908,11 +922,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
908
922
  * Gets or sets the background color for group headers inside the column options menu.
909
923
  */
910
924
  get: function () {
911
- return brushToString(this.i.rm);
925
+ return brushToString(this.i.rp);
912
926
  },
913
927
  set: function (v) {
914
- this.i.rm = stringToBrush(v);
915
- this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rm));
928
+ this.i.rp = stringToBrush(v);
929
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rp));
916
930
  },
917
931
  enumerable: false,
918
932
  configurable: true
@@ -922,11 +936,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
922
936
  * Gets the actual text color for group headers inside the column options menu.
923
937
  */
924
938
  get: function () {
925
- return brushToString(this.i.q8);
939
+ return brushToString(this.i.rb);
926
940
  },
927
941
  set: function (v) {
928
- this.i.q8 = stringToBrush(v);
929
- this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.q8));
942
+ this.i.rb = stringToBrush(v);
943
+ this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.rb));
930
944
  },
931
945
  enumerable: false,
932
946
  configurable: true
@@ -936,11 +950,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
936
950
  * Gets or sets the text color for group headers inside the column options menu.
937
951
  */
938
952
  get: function () {
939
- return brushToString(this.i.rn);
953
+ return brushToString(this.i.rq);
940
954
  },
941
955
  set: function (v) {
942
- this.i.rn = stringToBrush(v);
943
- this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.rn));
956
+ this.i.rq = stringToBrush(v);
957
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.rq));
944
958
  },
945
959
  enumerable: false,
946
960
  configurable: true
@@ -963,44 +977,44 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
963
977
  });
964
978
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsAccentColor", {
965
979
  get: function () {
966
- return brushToString(this.i.q5);
980
+ return brushToString(this.i.q8);
967
981
  },
968
982
  set: function (v) {
969
- this.i.q5 = stringToBrush(v);
970
- this._a("actualColumnOptionsAccentColor", brushToString(this.i.q5));
983
+ this.i.q8 = stringToBrush(v);
984
+ this._a("actualColumnOptionsAccentColor", brushToString(this.i.q8));
971
985
  },
972
986
  enumerable: false,
973
987
  configurable: true
974
988
  });
975
989
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsAccentColor", {
976
990
  get: function () {
977
- return brushToString(this.i.rk);
991
+ return brushToString(this.i.rn);
978
992
  },
979
993
  set: function (v) {
980
- this.i.rk = stringToBrush(v);
981
- this._a("columnOptionsAccentColor", brushToString(this.i.rk));
994
+ this.i.rn = stringToBrush(v);
995
+ this._a("columnOptionsAccentColor", brushToString(this.i.rn));
982
996
  },
983
997
  enumerable: false,
984
998
  configurable: true
985
999
  });
986
1000
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsRowHeight", {
987
1001
  get: function () {
988
- return this.i.la;
1002
+ return this.i.lc;
989
1003
  },
990
1004
  set: function (v) {
991
- this.i.la = +v;
992
- this._a("actualColumnOptionsRowHeight", this.i.la);
1005
+ this.i.lc = +v;
1006
+ this._a("actualColumnOptionsRowHeight", this.i.lc);
993
1007
  },
994
1008
  enumerable: false,
995
1009
  configurable: true
996
1010
  });
997
1011
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsRowHeight", {
998
1012
  get: function () {
999
- return this.i.lb;
1013
+ return this.i.ld;
1000
1014
  },
1001
1015
  set: function (v) {
1002
- this.i.lb = +v;
1003
- this._a("columnOptionsRowHeight", this.i.lb);
1016
+ this.i.ld = +v;
1017
+ this._a("columnOptionsRowHeight", this.i.ld);
1004
1018
  },
1005
1019
  enumerable: false,
1006
1020
  configurable: true
@@ -1010,11 +1024,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1010
1024
  * Gets or sets if the column is editable.
1011
1025
  */
1012
1026
  get: function () {
1013
- return this.i.j7;
1027
+ return this.i.j8;
1014
1028
  },
1015
1029
  set: function (v) {
1016
- this.i.j7 = ensureBool(v);
1017
- this._a("isEditable", this.i.j7);
1030
+ this.i.j8 = ensureBool(v);
1031
+ this._a("isEditable", this.i.j8);
1018
1032
  },
1019
1033
  enumerable: false,
1020
1034
  configurable: true
@@ -1024,11 +1038,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1024
1038
  * Gets or sets the text color used for deleted rows.
1025
1039
  */
1026
1040
  get: function () {
1027
- return brushToString(this.i.ru);
1041
+ return brushToString(this.i.rx);
1028
1042
  },
1029
1043
  set: function (v) {
1030
- this.i.ru = stringToBrush(v);
1031
- this._a("deletedTextColor", brushToString(this.i.ru));
1044
+ this.i.rx = stringToBrush(v);
1045
+ this._a("deletedTextColor", brushToString(this.i.rx));
1032
1046
  },
1033
1047
  enumerable: false,
1034
1048
  configurable: true
@@ -1038,11 +1052,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1038
1052
  * Gets the actual text color used for deleted rows.
1039
1053
  */
1040
1054
  get: function () {
1041
- return brushToString(this.i.rf);
1055
+ return brushToString(this.i.ri);
1042
1056
  },
1043
1057
  set: function (v) {
1044
- this.i.rf = stringToBrush(v);
1045
- this._a("actualDeletedTextColor", brushToString(this.i.rf));
1058
+ this.i.ri = stringToBrush(v);
1059
+ this._a("actualDeletedTextColor", brushToString(this.i.ri));
1046
1060
  },
1047
1061
  enumerable: false,
1048
1062
  configurable: true
@@ -1052,11 +1066,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1052
1066
  * Gets or sets the opacity to use for unsaved edited cell values.
1053
1067
  */
1054
1068
  get: function () {
1055
- return this.i.kq;
1069
+ return this.i.ks;
1056
1070
  },
1057
1071
  set: function (v) {
1058
- this.i.kq = +v;
1059
- this._a("editOpacity", this.i.kq);
1072
+ this.i.ks = +v;
1073
+ this._a("editOpacity", this.i.ks);
1060
1074
  },
1061
1075
  enumerable: false,
1062
1076
  configurable: true
@@ -1066,11 +1080,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1066
1080
  * Gets the actual opacity for unsaved edited cell values.
1067
1081
  */
1068
1082
  get: function () {
1069
- return this.i.kp;
1083
+ return this.i.kr;
1070
1084
  },
1071
1085
  set: function (v) {
1072
- this.i.kp = +v;
1073
- this._a("actualEditOpacity", this.i.kp);
1086
+ this.i.kr = +v;
1087
+ this._a("actualEditOpacity", this.i.kr);
1074
1088
  },
1075
1089
  enumerable: false,
1076
1090
  configurable: true
@@ -1160,11 +1174,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1160
1174
  * Gets or sets the amount of left padding to use for the cell content for this column.
1161
1175
  */
1162
1176
  get: function () {
1163
- return this.i.ld;
1177
+ return this.i.lf;
1164
1178
  },
1165
1179
  set: function (v) {
1166
- this.i.ld = +v;
1167
- this._a("mergedCellPaddingLeft", this.i.ld);
1180
+ this.i.lf = +v;
1181
+ this._a("mergedCellPaddingLeft", this.i.lf);
1168
1182
  },
1169
1183
  enumerable: false,
1170
1184
  configurable: true
@@ -1174,11 +1188,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1174
1188
  * Gets or sets the amount of top padding to use for the cell content for this column.
1175
1189
  */
1176
1190
  get: function () {
1177
- return this.i.lf;
1191
+ return this.i.lh;
1178
1192
  },
1179
1193
  set: function (v) {
1180
- this.i.lf = +v;
1181
- this._a("mergedCellPaddingTop", this.i.lf);
1194
+ this.i.lh = +v;
1195
+ this._a("mergedCellPaddingTop", this.i.lh);
1182
1196
  },
1183
1197
  enumerable: false,
1184
1198
  configurable: true
@@ -1188,11 +1202,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1188
1202
  * Gets or sets the amount of right padding to use for the cell content of this column.
1189
1203
  */
1190
1204
  get: function () {
1191
- return this.i.le;
1205
+ return this.i.lg;
1192
1206
  },
1193
1207
  set: function (v) {
1194
- this.i.le = +v;
1195
- this._a("mergedCellPaddingRight", this.i.le);
1208
+ this.i.lg = +v;
1209
+ this._a("mergedCellPaddingRight", this.i.lg);
1196
1210
  },
1197
1211
  enumerable: false,
1198
1212
  configurable: true
@@ -1202,11 +1216,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1202
1216
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
1203
1217
  */
1204
1218
  get: function () {
1205
- return this.i.lc;
1219
+ return this.i.le;
1206
1220
  },
1207
1221
  set: function (v) {
1208
- this.i.lc = +v;
1209
- this._a("mergedCellPaddingBottom", this.i.lc);
1222
+ this.i.le = +v;
1223
+ this._a("mergedCellPaddingBottom", this.i.le);
1210
1224
  },
1211
1225
  enumerable: false,
1212
1226
  configurable: true
@@ -1264,10 +1278,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1264
1278
  * Gets or sets the text to display in the suffix area of cells in this column.
1265
1279
  */
1266
1280
  get: function () {
1267
- return this.i.ox;
1281
+ return this.i.o0;
1268
1282
  },
1269
1283
  set: function (v) {
1270
- this.i.ox = v;
1284
+ this.i.o0 = v;
1271
1285
  },
1272
1286
  enumerable: false,
1273
1287
  configurable: true
@@ -1277,11 +1291,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1277
1291
  * Gets or sets the color of the text in the suffix area of the cells in this column.
1278
1292
  */
1279
1293
  get: function () {
1280
- return brushToString(this.i.r3);
1294
+ return brushToString(this.i.r6);
1281
1295
  },
1282
1296
  set: function (v) {
1283
- this.i.r3 = stringToBrush(v);
1284
- this._a("suffixTextColor", brushToString(this.i.r3));
1297
+ this.i.r6 = stringToBrush(v);
1298
+ this._a("suffixTextColor", brushToString(this.i.r6));
1285
1299
  },
1286
1300
  enumerable: false,
1287
1301
  configurable: true
@@ -1310,10 +1324,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1310
1324
  * Gets or sets the icon to use in the suffix area of the cells in this column.
1311
1325
  */
1312
1326
  get: function () {
1313
- return this.i.op;
1327
+ return this.i.os;
1314
1328
  },
1315
1329
  set: function (v) {
1316
- this.i.op = v;
1330
+ this.i.os = v;
1317
1331
  },
1318
1332
  enumerable: false,
1319
1333
  configurable: true
@@ -1323,10 +1337,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1323
1337
  * Gets or sets the icon to use in the suffix area of the cells in this column.
1324
1338
  */
1325
1339
  get: function () {
1326
- return this.i.om;
1340
+ return this.i.op;
1327
1341
  },
1328
1342
  set: function (v) {
1329
- this.i.om = v;
1343
+ this.i.op = v;
1330
1344
  },
1331
1345
  enumerable: false,
1332
1346
  configurable: true
@@ -1336,11 +1350,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1336
1350
  * Gets or sets the stroke color of suffix icon.
1337
1351
  */
1338
1352
  get: function () {
1339
- return brushToString(this.i.r2);
1353
+ return brushToString(this.i.r5);
1340
1354
  },
1341
1355
  set: function (v) {
1342
- this.i.r2 = stringToBrush(v);
1343
- this._a("suffixIconStroke", brushToString(this.i.r2));
1356
+ this.i.r5 = stringToBrush(v);
1357
+ this._a("suffixIconStroke", brushToString(this.i.r5));
1344
1358
  },
1345
1359
  enumerable: false,
1346
1360
  configurable: true
@@ -1350,11 +1364,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1350
1364
  * Gets or sets the fill color of suffix icon.
1351
1365
  */
1352
1366
  get: function () {
1353
- return brushToString(this.i.r1);
1367
+ return brushToString(this.i.r4);
1354
1368
  },
1355
1369
  set: function (v) {
1356
- this.i.r1 = stringToBrush(v);
1357
- this._a("suffixIconFill", brushToString(this.i.r1));
1370
+ this.i.r4 = stringToBrush(v);
1371
+ this._a("suffixIconFill", brushToString(this.i.r4));
1358
1372
  },
1359
1373
  enumerable: false,
1360
1374
  configurable: true
@@ -1364,11 +1378,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1364
1378
  * Gets or sets the suffix icon's viewbox x coordinate.
1365
1379
  */
1366
1380
  get: function () {
1367
- return this.i.kt;
1381
+ return this.i.kv;
1368
1382
  },
1369
1383
  set: function (v) {
1370
- this.i.kt = +v;
1371
- this._a("suffixIconViewBoxLeft", this.i.kt);
1384
+ this.i.kv = +v;
1385
+ this._a("suffixIconViewBoxLeft", this.i.kv);
1372
1386
  },
1373
1387
  enumerable: false,
1374
1388
  configurable: true
@@ -1378,11 +1392,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1378
1392
  * Gets or sets the suffix icon's viewbox y coordinate.
1379
1393
  */
1380
1394
  get: function () {
1381
- return this.i.ku;
1395
+ return this.i.kw;
1382
1396
  },
1383
1397
  set: function (v) {
1384
- this.i.ku = +v;
1385
- this._a("suffixIconViewBoxTop", this.i.ku);
1398
+ this.i.kw = +v;
1399
+ this._a("suffixIconViewBoxTop", this.i.kw);
1386
1400
  },
1387
1401
  enumerable: false,
1388
1402
  configurable: true
@@ -1392,11 +1406,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1392
1406
  * Gets or sets the suffix icon's viewbox width.
1393
1407
  */
1394
1408
  get: function () {
1395
- return this.i.kv;
1409
+ return this.i.kx;
1396
1410
  },
1397
1411
  set: function (v) {
1398
- this.i.kv = +v;
1399
- this._a("suffixIconViewBoxWidth", this.i.kv);
1412
+ this.i.kx = +v;
1413
+ this._a("suffixIconViewBoxWidth", this.i.kx);
1400
1414
  },
1401
1415
  enumerable: false,
1402
1416
  configurable: true
@@ -1406,11 +1420,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1406
1420
  * Gets or sets the suffix icon's viewbox height.
1407
1421
  */
1408
1422
  get: function () {
1409
- return this.i.ks;
1423
+ return this.i.ku;
1410
1424
  },
1411
1425
  set: function (v) {
1412
- this.i.ks = +v;
1413
- this._a("suffixIconViewBoxHeight", this.i.ks);
1426
+ this.i.ku = +v;
1427
+ this._a("suffixIconViewBoxHeight", this.i.ku);
1414
1428
  },
1415
1429
  enumerable: false,
1416
1430
  configurable: true
@@ -1420,11 +1434,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1420
1434
  * Gets or sets the suffix margin.
1421
1435
  */
1422
1436
  get: function () {
1423
- return this.i.kw;
1437
+ return this.i.ky;
1424
1438
  },
1425
1439
  set: function (v) {
1426
- this.i.kw = +v;
1427
- this._a("suffixMargin", this.i.kw);
1440
+ this.i.ky = +v;
1441
+ this._a("suffixMargin", this.i.ky);
1428
1442
  },
1429
1443
  enumerable: false,
1430
1444
  configurable: true
@@ -1475,18 +1489,18 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1475
1489
 
1476
1490
  */
1477
1491
  IgcDataGridColumnComponent.prototype.getUniqueKey = function () {
1478
- var iv = this.i.nm();
1492
+ var iv = this.i.no();
1479
1493
  return (iv);
1480
1494
  };
1481
1495
  IgcDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
1482
- this.i.pf(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1496
+ this.i.pi(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1483
1497
  };
1484
1498
  /**
1485
1499
  * Returns if the column has named header values.
1486
1500
 
1487
1501
  */
1488
1502
  IgcDataGridColumnComponent.prototype.hasNamedHeaderValues = function () {
1489
- var iv = this.i.j1();
1503
+ var iv = this.i.j2();
1490
1504
  return (iv);
1491
1505
  };
1492
1506
  /**
@@ -1495,7 +1509,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1495
1509
  * @param valueName * The named value to check for.
1496
1510
  */
1497
1511
  IgcDataGridColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
1498
- var iv = this.i.j0(valueName);
1512
+ var iv = this.i.j1(valueName);
1499
1513
  return (iv);
1500
1514
  };
1501
1515
  /**
@@ -1504,7 +1518,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1504
1518
  * @param valueName * The named header value to remove.
1505
1519
  */
1506
1520
  IgcDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
1507
- this.i.pe(valueName);
1521
+ this.i.ph(valueName);
1508
1522
  };
1509
1523
  /**
1510
1524
  * Gets the value of a named header value for this column by name.
@@ -1512,11 +1526,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1512
1526
  * @param valueName * Name of the named header value to retrieve.
1513
1527
  */
1514
1528
  IgcDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
1515
- var iv = this.i.lr(valueName);
1529
+ var iv = this.i.lt(valueName);
1516
1530
  return (iv);
1517
1531
  };
1518
1532
  IgcDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
1519
- this.i.o5(filterID, index, value);
1533
+ this.i.o8(filterID, index, value);
1520
1534
  };
1521
1535
  IgcDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
1522
1536
  var iv = this.i.getDesiredToolbarActions();
@@ -1579,7 +1593,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1579
1593
  this._actualHeaderTextChange = ev;
1580
1594
  this._actualHeaderTextChange_wrapped = function (o, e) {
1581
1595
  var ext = _this.actualHeaderText;
1582
- if (e.propertyName == 'Mj') {
1596
+ if (e.propertyName == 'Ml') {
1583
1597
  if (_this.beforeActualHeaderTextChange) {
1584
1598
  _this.beforeActualHeaderTextChange(_this, ext);
1585
1599
  }