igniteui-webcomponents-data-grids 7.0.0 → 7.0.1

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