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

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 (211) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +44020 -42109
  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 +13 -13
  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/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +25 -25
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +416 -411
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
  21. package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +5 -5
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  29. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  30. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/EditorCellPresenter.js +21 -21
  33. package/esm2015/lib/FilterCellPresenter.js +12 -12
  34. package/esm2015/lib/GridCellBase.js +6 -6
  35. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  36. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  37. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  38. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  40. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  43. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  44. package/esm2015/lib/GridExternalWrapper.js +6 -6
  45. package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
  46. package/esm2015/lib/GridIconRepository.js +92 -0
  47. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  48. package/esm2015/lib/GridStyleRepository.js +6 -3
  49. package/esm2015/lib/ICheckboxListView.js +11 -0
  50. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  51. package/esm2015/lib/ImageCellPresenter.js +7 -7
  52. package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
  53. package/esm2015/lib/NumericCellPresenter.js +8 -8
  54. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  56. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  57. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  58. package/esm2015/lib/TemplateHeader.js +3 -3
  59. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  60. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  61. package/esm2015/lib/TextCellPresenter.js +9 -9
  62. package/esm2015/lib/TextHeaderCell.js +62 -27
  63. package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
  64. package/esm2015/lib/igc-cell-info.js +97 -91
  65. package/esm2015/lib/igc-checkbox-list-component.js +57 -58
  66. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  68. package/esm2015/lib/igc-data-grid-column-component.js +271 -188
  69. package/esm2015/lib/igc-data-grid-component.js +135 -0
  70. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
  71. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  74. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  75. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  76. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  77. package/esm2015/lib/igc-image-cell-info.js +6 -6
  78. package/esm2015/lib/igc-image-column-component.js +12 -12
  79. package/esm2015/lib/igc-image-column-module.js +2 -0
  80. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  81. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  82. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  83. package/esm2015/lib/igc-row-separator-module.js +2 -0
  84. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  85. package/esm2015/lib/igc-section-header-module.js +2 -0
  86. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  87. package/esm2015/lib/igc-template-cell-info.js +2 -2
  88. package/esm2015/lib/igc-template-column-module.js +2 -0
  89. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  90. package/esm2015/lib/igc-template-header-module.js +2 -0
  91. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  92. package/esm2015/lib/igc-text-cell-info.js +2 -2
  93. package/esm2015/lib/igc-text-column-component.js +9 -9
  94. package/esm2015/lib/igc-text-column-module.js +2 -0
  95. package/esm2015/lib/igc-text-header-cell-info.js +74 -24
  96. package/esm2015/lib/igc-text-header-module.js +2 -0
  97. package/esm2015/public_api.js +2 -0
  98. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  99. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  100. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  101. package/esm5/lib/CanvasGridCellBase.js +13 -13
  102. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  103. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  104. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  105. package/esm5/lib/CanvasSummaryCell.js +2 -2
  106. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  107. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  108. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  109. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  110. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  111. package/esm5/lib/CellPresenterBase.js +25 -25
  112. package/esm5/lib/CheckboxListBridge.js +36 -36
  113. package/esm5/lib/CheckboxListView_combined.js +399 -394
  114. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  115. package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
  116. package/esm5/lib/ColumnGroupingView_combined.js +13 -13
  117. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  118. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  119. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  120. package/esm5/lib/ContentCellModelHelper.js +5 -5
  121. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  122. package/esm5/lib/DataGridLocaleEn.js +3 -0
  123. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  124. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  125. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  126. package/esm5/lib/Dragger.js +4 -4
  127. package/esm5/lib/EditorCellPresenter.js +21 -21
  128. package/esm5/lib/FilterCellPresenter.js +12 -12
  129. package/esm5/lib/GridCellBase.js +6 -6
  130. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  131. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  132. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  133. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  134. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  135. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  136. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  137. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  138. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  139. package/esm5/lib/GridExternalWrapper.js +6 -6
  140. package/esm5/lib/GridFilterDialogView_combined.js +377 -244
  141. package/esm5/lib/GridIconRepository.js +97 -0
  142. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  143. package/esm5/lib/GridStyleRepository.js +10 -3
  144. package/esm5/lib/ICheckboxListView.js +11 -0
  145. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  146. package/esm5/lib/ImageCellPresenter.js +7 -7
  147. package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
  148. package/esm5/lib/NumericCellPresenter.js +8 -8
  149. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  150. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  151. package/esm5/lib/SummaryCellPresenter.js +6 -6
  152. package/esm5/lib/TemplateCellPresenter.js +2 -2
  153. package/esm5/lib/TemplateHeader.js +3 -3
  154. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  155. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  156. package/esm5/lib/TextCellPresenter.js +9 -9
  157. package/esm5/lib/TextHeaderCell.js +62 -27
  158. package/esm5/lib/TextHeaderCellPresenter.js +44 -25
  159. package/esm5/lib/igc-cell-info.js +101 -91
  160. package/esm5/lib/igc-checkbox-list-component.js +57 -58
  161. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  162. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  163. package/esm5/lib/igc-data-grid-column-component.js +311 -188
  164. package/esm5/lib/igc-data-grid-component.js +177 -0
  165. package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
  166. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  167. package/esm5/lib/igc-date-time-column-component.js +23 -23
  168. package/esm5/lib/igc-date-time-column-module.js +2 -0
  169. package/esm5/lib/igc-editor-cell-info.js +23 -23
  170. package/esm5/lib/igc-filter-cell-info.js +26 -26
  171. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  172. package/esm5/lib/igc-image-cell-info.js +6 -6
  173. package/esm5/lib/igc-image-column-component.js +12 -12
  174. package/esm5/lib/igc-image-column-module.js +2 -0
  175. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  176. package/esm5/lib/igc-numeric-column-component.js +35 -35
  177. package/esm5/lib/igc-numeric-column-module.js +2 -0
  178. package/esm5/lib/igc-row-separator-module.js +2 -0
  179. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  180. package/esm5/lib/igc-section-header-module.js +2 -0
  181. package/esm5/lib/igc-summary-cell-info.js +9 -9
  182. package/esm5/lib/igc-template-cell-info.js +2 -2
  183. package/esm5/lib/igc-template-column-module.js +2 -0
  184. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  185. package/esm5/lib/igc-template-header-module.js +2 -0
  186. package/esm5/lib/igc-template-section-header-module.js +4 -0
  187. package/esm5/lib/igc-text-cell-info.js +2 -2
  188. package/esm5/lib/igc-text-column-component.js +9 -9
  189. package/esm5/lib/igc-text-column-module.js +2 -0
  190. package/esm5/lib/igc-text-header-cell-info.js +98 -24
  191. package/esm5/lib/igc-text-header-module.js +2 -0
  192. package/esm5/public_api.js +2 -0
  193. package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
  194. package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
  195. package/lib/CheckboxListView_combined.d.ts +104 -104
  196. package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
  197. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  198. package/lib/DataGridLocaleEn.d.ts +3 -0
  199. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  200. package/lib/GridIconRepository.d.ts +44 -0
  201. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  202. package/lib/GridStyleRepository.d.ts +3 -2
  203. package/lib/ICheckboxListView.d.ts +38 -0
  204. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  205. package/lib/igc-cell-info.d.ts +4 -0
  206. package/lib/igc-data-grid-column-component.d.ts +23 -0
  207. package/lib/igc-data-grid-component.d.ts +43 -0
  208. package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
  209. package/lib/igc-text-header-cell-info.d.ts +15 -0
  210. package/package.json +4 -4
  211. package/public_api.d.ts +2 -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.k7;
97
+ return this.i.lj;
98
98
  },
99
99
  set: function (v) {
100
- this.i.k7 = +v;
101
- this._a("paddingLeft", this.i.k7);
100
+ this.i.lj = +v;
101
+ this._a("paddingLeft", this.i.lj);
102
102
  },
103
103
  enumerable: false,
104
104
  configurable: true
@@ -108,11 +108,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
108
108
  * Gets or sets the amount of top padding to use for the cell content for this column.
109
109
  */
110
110
  get: function () {
111
- return this.i.k9;
111
+ return this.i.ll;
112
112
  },
113
113
  set: function (v) {
114
- this.i.k9 = +v;
115
- this._a("paddingTop", this.i.k9);
114
+ this.i.ll = +v;
115
+ this._a("paddingTop", this.i.ll);
116
116
  },
117
117
  enumerable: false,
118
118
  configurable: true
@@ -122,11 +122,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
122
122
  * Gets or sets the amount of right padding to use for the cell content of this column.
123
123
  */
124
124
  get: function () {
125
- return this.i.k8;
125
+ return this.i.lk;
126
126
  },
127
127
  set: function (v) {
128
- this.i.k8 = +v;
129
- this._a("paddingRight", this.i.k8);
128
+ this.i.lk = +v;
129
+ this._a("paddingRight", this.i.lk);
130
130
  },
131
131
  enumerable: false,
132
132
  configurable: true
@@ -136,11 +136,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
136
136
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
137
137
  */
138
138
  get: function () {
139
- return this.i.k6;
139
+ return this.i.li;
140
140
  },
141
141
  set: function (v) {
142
- this.i.k6 = +v;
143
- this._a("paddingBottom", this.i.k6);
142
+ this.i.li = +v;
143
+ this._a("paddingBottom", this.i.li);
144
144
  },
145
145
  enumerable: false,
146
146
  configurable: true
@@ -150,10 +150,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
150
150
  * Gets or sets an unique name of the Column
151
151
  */
152
152
  get: function () {
153
- return this.i.ni;
153
+ return this.i.n6;
154
154
  },
155
155
  set: function (v) {
156
- this.i.ni = v;
156
+ this.i.n6 = v;
157
157
  },
158
158
  enumerable: false,
159
159
  configurable: true
@@ -163,10 +163,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
163
163
  * Gets or sets the key used for the column binding
164
164
  */
165
165
  get: function () {
166
- return this.i.mr;
166
+ return this.i.nf;
167
167
  },
168
168
  set: function (v) {
169
- this.i.mr = v;
169
+ this.i.nf = v;
170
170
  },
171
171
  enumerable: false,
172
172
  configurable: true
@@ -176,10 +176,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
176
176
  * Gets or sets the text displayed in the header of the column
177
177
  */
178
178
  get: function () {
179
- return this.i.my;
179
+ return this.i.nm;
180
180
  },
181
181
  set: function (v) {
182
- this.i.my = v;
182
+ this.i.nm = v;
183
183
  },
184
184
  enumerable: false,
185
185
  configurable: true
@@ -189,10 +189,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
189
189
  * Gets the actual text displayed in the header of the column
190
190
  */
191
191
  get: function () {
192
- return this.i.l0;
192
+ return this.i.mi;
193
193
  },
194
194
  set: function (v) {
195
- this.i.l0 = v;
195
+ this.i.mi = v;
196
196
  },
197
197
  enumerable: false,
198
198
  configurable: true
@@ -202,11 +202,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
202
202
  * Gets or sets the background color to use for the cells when they are selected
203
203
  */
204
204
  get: function () {
205
- return brushToString(this.i.qm);
205
+ return brushToString(this.i.rs);
206
206
  },
207
207
  set: function (v) {
208
- this.i.qm = stringToBrush(v);
209
- this._a("selectedBackground", brushToString(this.i.qm));
208
+ this.i.rs = stringToBrush(v);
209
+ this._a("selectedBackground", brushToString(this.i.rs));
210
210
  },
211
211
  enumerable: false,
212
212
  configurable: true
@@ -216,11 +216,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
216
216
  * Gets the actual background color that is used for the cells when they are selected
217
217
  */
218
218
  get: function () {
219
- return brushToString(this.i.p9);
219
+ return brushToString(this.i.rc);
220
220
  },
221
221
  set: function (v) {
222
- this.i.p9 = stringToBrush(v);
223
- this._a("actualSelectedBackground", brushToString(this.i.p9));
222
+ this.i.rc = stringToBrush(v);
223
+ this._a("actualSelectedBackground", brushToString(this.i.rc));
224
224
  },
225
225
  enumerable: false,
226
226
  configurable: true
@@ -230,11 +230,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
230
230
  * Gets or sets the background color to use for the cells when the row is hovered.
231
231
  */
232
232
  get: function () {
233
- return brushToString(this.i.qk);
233
+ return brushToString(this.i.rq);
234
234
  },
235
235
  set: function (v) {
236
- this.i.qk = stringToBrush(v);
237
- this._a("rowHoverBackground", brushToString(this.i.qk));
236
+ this.i.rq = stringToBrush(v);
237
+ this._a("rowHoverBackground", brushToString(this.i.rq));
238
238
  },
239
239
  enumerable: false,
240
240
  configurable: true
@@ -244,11 +244,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
244
244
  * Gets the actual background color that is used for the cells when they are hovered.
245
245
  */
246
246
  get: function () {
247
- return brushToString(this.i.p7);
247
+ return brushToString(this.i.ra);
248
248
  },
249
249
  set: function (v) {
250
- this.i.p7 = stringToBrush(v);
251
- this._a("actualHoverBackground", brushToString(this.i.p7));
250
+ this.i.ra = stringToBrush(v);
251
+ this._a("actualHoverBackground", brushToString(this.i.ra));
252
252
  },
253
253
  enumerable: false,
254
254
  configurable: true
@@ -258,11 +258,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
258
258
  * Gets or sets the text color to use for the cells when the row is hovered.
259
259
  */
260
260
  get: function () {
261
- return brushToString(this.i.ql);
261
+ return brushToString(this.i.rr);
262
262
  },
263
263
  set: function (v) {
264
- this.i.ql = stringToBrush(v);
265
- this._a("rowHoverTextColor", brushToString(this.i.ql));
264
+ this.i.rr = stringToBrush(v);
265
+ this._a("rowHoverTextColor", brushToString(this.i.rr));
266
266
  },
267
267
  enumerable: false,
268
268
  configurable: true
@@ -272,11 +272,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
272
272
  * Gets the actual text color that is used for the cells when they are hovered.
273
273
  */
274
274
  get: function () {
275
- return brushToString(this.i.p8);
275
+ return brushToString(this.i.rb);
276
276
  },
277
277
  set: function (v) {
278
- this.i.p8 = stringToBrush(v);
279
- this._a("actualRowHoverTextColor", brushToString(this.i.p8));
278
+ this.i.rb = stringToBrush(v);
279
+ this._a("actualRowHoverTextColor", brushToString(this.i.rb));
280
280
  },
281
281
  enumerable: false,
282
282
  configurable: true
@@ -350,11 +350,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
350
350
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
351
351
  */
352
352
  get: function () {
353
- return this.i.ki;
353
+ return this.i.kq;
354
354
  },
355
355
  set: function (v) {
356
- this.i.ki = +v;
357
- this._a("minWidth", this.i.ki);
356
+ this.i.kq = +v;
357
+ this._a("minWidth", this.i.kq);
358
358
  },
359
359
  enumerable: false,
360
360
  configurable: true
@@ -364,11 +364,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
364
364
  * Gets whether this column was projected from markup/templates and is constrained.
365
365
  */
366
366
  get: function () {
367
- return this.i.j0;
367
+ return this.i.j8;
368
368
  },
369
369
  set: function (v) {
370
- this.i.j0 = ensureBool(v);
371
- this._a("isFromMarkup", this.i.j0);
370
+ this.i.j8 = ensureBool(v);
371
+ this._a("isFromMarkup", this.i.j8);
372
372
  },
373
373
  enumerable: false,
374
374
  configurable: true
@@ -378,11 +378,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
378
378
  * Gets whether this column was auto generated.
379
379
  */
380
380
  get: function () {
381
- return this.i.ju;
381
+ return this.i.j2;
382
382
  },
383
383
  set: function (v) {
384
- this.i.ju = ensureBool(v);
385
- this._a("isAutoGenerated", this.i.ju);
384
+ this.i.j2 = ensureBool(v);
385
+ this._a("isAutoGenerated", this.i.j2);
386
386
  },
387
387
  enumerable: false,
388
388
  configurable: true
@@ -444,11 +444,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
444
444
  * Gets or sets whether filtering is enabled for this column.
445
445
  */
446
446
  get: function () {
447
- return this.i.jz;
447
+ return this.i.j7;
448
448
  },
449
449
  set: function (v) {
450
- this.i.jz = ensureBool(v);
451
- this._a("isFilteringEnabled", this.i.jz);
450
+ this.i.j7 = ensureBool(v);
451
+ this._a("isFilteringEnabled", this.i.j7);
452
452
  },
453
453
  enumerable: false,
454
454
  configurable: true
@@ -458,11 +458,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
458
458
  * Gets or sets whether resizing is enabled for this column.
459
459
  */
460
460
  get: function () {
461
- return this.i.j2;
461
+ return this.i.ka;
462
462
  },
463
463
  set: function (v) {
464
- this.i.j2 = ensureBool(v);
465
- this._a("isResizingEnabled", this.i.j2);
464
+ this.i.ka = ensureBool(v);
465
+ this._a("isResizingEnabled", this.i.ka);
466
466
  },
467
467
  enumerable: false,
468
468
  configurable: true
@@ -472,11 +472,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
472
472
  * Gets or sets whether or not a column is hidden from the grid
473
473
  */
474
474
  get: function () {
475
- return this.i.j1;
475
+ return this.i.j9;
476
476
  },
477
477
  set: function (v) {
478
- this.i.j1 = ensureBool(v);
479
- this._a("isHidden", this.i.j1);
478
+ this.i.j9 = ensureBool(v);
479
+ this._a("isHidden", this.i.j9);
480
480
  },
481
481
  enumerable: false,
482
482
  configurable: true
@@ -486,11 +486,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
486
486
  * Gets or sets if a column should be removed from the grid when it is fully hidden
487
487
  */
488
488
  get: function () {
489
- return this.i.j5;
489
+ return this.i.kd;
490
490
  },
491
491
  set: function (v) {
492
- this.i.j5 = ensureBool(v);
493
- this._a("shouldRemoveWhenHidden", this.i.j5);
492
+ this.i.kd = ensureBool(v);
493
+ this._a("shouldRemoveWhenHidden", this.i.kd);
494
494
  },
495
495
  enumerable: false,
496
496
  configurable: true
@@ -556,11 +556,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
556
556
  * Gets the actual column options icon color for this column.
557
557
  */
558
558
  get: function () {
559
- return brushToString(this.i.p3);
559
+ return brushToString(this.i.q5);
560
560
  },
561
561
  set: function (v) {
562
- this.i.p3 = stringToBrush(v);
563
- this._a("actualColumnOptionsIconColor", brushToString(this.i.p3));
562
+ this.i.q5 = stringToBrush(v);
563
+ this._a("actualColumnOptionsIconColor", brushToString(this.i.q5));
564
564
  },
565
565
  enumerable: false,
566
566
  configurable: true
@@ -570,11 +570,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
570
570
  * Gets or sets the column options icon color for this column.
571
571
  */
572
572
  get: function () {
573
- return brushToString(this.i.qe);
573
+ return brushToString(this.i.rj);
574
574
  },
575
575
  set: function (v) {
576
- this.i.qe = stringToBrush(v);
577
- this._a("columnOptionsIconColor", brushToString(this.i.qe));
576
+ this.i.rj = stringToBrush(v);
577
+ this._a("columnOptionsIconColor", brushToString(this.i.rj));
578
578
  },
579
579
  enumerable: false,
580
580
  configurable: true
@@ -612,11 +612,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
612
612
  * Gets the actual state of the column options for this column.
613
613
  */
614
614
  get: function () {
615
- return this.i.jn;
615
+ return this.i.jv;
616
616
  },
617
617
  set: function (v) {
618
- this.i.jn = ensureBool(v);
619
- this._a("actualIsColumnOptionsEnabled", this.i.jn);
618
+ this.i.jv = ensureBool(v);
619
+ this._a("actualIsColumnOptionsEnabled", this.i.jv);
620
620
  },
621
621
  enumerable: false,
622
622
  configurable: true
@@ -627,11 +627,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
627
627
  * then it will be disabled for the column regardless of what this is set to.
628
628
  */
629
629
  get: function () {
630
- return this.i.jv;
630
+ return this.i.j3;
631
631
  },
632
632
  set: function (v) {
633
- this.i.jv = ensureBool(v);
634
- this._a("isColumnOptionsEnabled", this.i.jv);
633
+ this.i.j3 = ensureBool(v);
634
+ this._a("isColumnOptionsEnabled", this.i.j3);
635
635
  },
636
636
  enumerable: false,
637
637
  configurable: true
@@ -641,11 +641,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
641
641
  * Gets the actual state of summaries menu in the column options for this column.
642
642
  */
643
643
  get: function () {
644
- return this.i.jp;
644
+ return this.i.jx;
645
645
  },
646
646
  set: function (v) {
647
- this.i.jp = ensureBool(v);
648
- this._a("actualIsColumnOptionsSummariesEnabled", this.i.jp);
647
+ this.i.jx = ensureBool(v);
648
+ this._a("actualIsColumnOptionsSummariesEnabled", this.i.jx);
649
649
  },
650
650
  enumerable: false,
651
651
  configurable: true
@@ -655,11 +655,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
655
655
  * Gets or sets whether to show the summaries option in the column options menu for this column.
656
656
  */
657
657
  get: function () {
658
- return this.i.jx;
658
+ return this.i.j5;
659
659
  },
660
660
  set: function (v) {
661
- this.i.jx = ensureBool(v);
662
- this._a("isColumnOptionsSummariesEnabled", this.i.jx);
661
+ this.i.j5 = ensureBool(v);
662
+ this._a("isColumnOptionsSummariesEnabled", this.i.j5);
663
663
  },
664
664
  enumerable: false,
665
665
  configurable: true
@@ -669,11 +669,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
669
669
  * Gets the actual state of grouping menu in the column options for this column.
670
670
  */
671
671
  get: function () {
672
- return this.i.jo;
672
+ return this.i.jw;
673
673
  },
674
674
  set: function (v) {
675
- this.i.jo = ensureBool(v);
676
- this._a("actualIsColumnOptionsGroupingEnabled", this.i.jo);
675
+ this.i.jw = ensureBool(v);
676
+ this._a("actualIsColumnOptionsGroupingEnabled", this.i.jw);
677
677
  },
678
678
  enumerable: false,
679
679
  configurable: true
@@ -683,11 +683,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
683
683
  * Gets or sets whether to show the grouping option in the column options menu for this column.
684
684
  */
685
685
  get: function () {
686
- return this.i.jw;
686
+ return this.i.j4;
687
687
  },
688
688
  set: function (v) {
689
- this.i.jw = ensureBool(v);
690
- this._a("isColumnOptionsGroupingEnabled", this.i.jw);
689
+ this.i.j4 = ensureBool(v);
690
+ this._a("isColumnOptionsGroupingEnabled", this.i.j4);
691
691
  },
692
692
  enumerable: false,
693
693
  configurable: true
@@ -697,11 +697,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
697
697
  * Gets or sets the column options dropdown background color.
698
698
  */
699
699
  get: function () {
700
- return brushToString(this.i.p0);
700
+ return brushToString(this.i.q0);
701
701
  },
702
702
  set: function (v) {
703
- this.i.p0 = stringToBrush(v);
704
- this._a("actualColumnOptionsBackground", brushToString(this.i.p0));
703
+ this.i.q0 = stringToBrush(v);
704
+ this._a("actualColumnOptionsBackground", brushToString(this.i.q0));
705
705
  },
706
706
  enumerable: false,
707
707
  configurable: true
@@ -711,11 +711,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
711
711
  * Gets or sets the column options dropdown background color.
712
712
  */
713
713
  get: function () {
714
- return brushToString(this.i.qb);
714
+ return brushToString(this.i.re);
715
715
  },
716
716
  set: function (v) {
717
- this.i.qb = stringToBrush(v);
718
- this._a("columnOptionsBackground", brushToString(this.i.qb));
717
+ this.i.re = stringToBrush(v);
718
+ this._a("columnOptionsBackground", brushToString(this.i.re));
719
719
  },
720
720
  enumerable: false,
721
721
  configurable: true
@@ -725,11 +725,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
725
725
  * Gets or sets the text color for text inside the column options menu.
726
726
  */
727
727
  get: function () {
728
- return brushToString(this.i.p5);
728
+ return brushToString(this.i.q7);
729
729
  },
730
730
  set: function (v) {
731
- this.i.p5 = stringToBrush(v);
732
- this._a("actualColumnOptionsTextColor", brushToString(this.i.p5));
731
+ this.i.q7 = stringToBrush(v);
732
+ this._a("actualColumnOptionsTextColor", brushToString(this.i.q7));
733
733
  },
734
734
  enumerable: false,
735
735
  configurable: true
@@ -739,11 +739,96 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
739
739
  * Gets or sets the text color for text inside the column options menu.
740
740
  */
741
741
  get: function () {
742
- return brushToString(this.i.qg);
742
+ return brushToString(this.i.rl);
743
+ },
744
+ set: function (v) {
745
+ this.i.rl = stringToBrush(v);
746
+ this._a("columnOptionsTextColor", brushToString(this.i.rl));
747
+ },
748
+ enumerable: false,
749
+ configurable: true
750
+ });
751
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsTextStyle", {
752
+ /**
753
+ * Gets or sets the font settings for text inside the column options menu.
754
+ */
755
+ get: function () {
756
+ if (this.i.jc == null) {
757
+ return null;
758
+ }
759
+ return this.i.jc.fontString;
760
+ },
761
+ set: function (v) {
762
+ var fi = new FontInfo();
763
+ fi.fontString = v;
764
+ this.i.jc = fi;
765
+ this._a("columnOptionsTextStyle", this.i.jc != null ? this.i.jc.fontString : "");
766
+ },
767
+ enumerable: false,
768
+ configurable: true
769
+ });
770
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsHoverBackgroundColor", {
771
+ get: function () {
772
+ return brushToString(this.i.q4);
773
+ },
774
+ set: function (v) {
775
+ this.i.q4 = stringToBrush(v);
776
+ this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.q4));
777
+ },
778
+ enumerable: false,
779
+ configurable: true
780
+ });
781
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsHoverBackgroundColor", {
782
+ get: function () {
783
+ return brushToString(this.i.ri);
784
+ },
785
+ set: function (v) {
786
+ this.i.ri = stringToBrush(v);
787
+ this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.ri));
788
+ },
789
+ enumerable: false,
790
+ configurable: true
791
+ });
792
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsToolTipBackgroundColor", {
793
+ get: function () {
794
+ return brushToString(this.i.q8);
795
+ },
796
+ set: function (v) {
797
+ this.i.q8 = stringToBrush(v);
798
+ this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.q8));
799
+ },
800
+ enumerable: false,
801
+ configurable: true
802
+ });
803
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsToolTipBackgroundColor", {
804
+ get: function () {
805
+ return brushToString(this.i.rm);
743
806
  },
744
807
  set: function (v) {
745
- this.i.qg = stringToBrush(v);
746
- this._a("columnOptionsTextColor", brushToString(this.i.qg));
808
+ this.i.rm = stringToBrush(v);
809
+ this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.rm));
810
+ },
811
+ enumerable: false,
812
+ configurable: true
813
+ });
814
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsHighlightColor", {
815
+ get: function () {
816
+ return brushToString(this.i.q3);
817
+ },
818
+ set: function (v) {
819
+ this.i.q3 = stringToBrush(v);
820
+ this._a("actualColumnOptionsHighlightColor", brushToString(this.i.q3));
821
+ },
822
+ enumerable: false,
823
+ configurable: true
824
+ });
825
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsHighlightColor", {
826
+ get: function () {
827
+ return brushToString(this.i.rh);
828
+ },
829
+ set: function (v) {
830
+ this.i.rh = stringToBrush(v);
831
+ this._a("columnOptionsHighlightColor", brushToString(this.i.rh));
747
832
  },
748
833
  enumerable: false,
749
834
  configurable: true
@@ -753,11 +838,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
753
838
  * Gets or sets the color of separators inside the column options menu.
754
839
  */
755
840
  get: function () {
756
- return brushToString(this.i.p4);
841
+ return brushToString(this.i.q6);
757
842
  },
758
843
  set: function (v) {
759
- this.i.p4 = stringToBrush(v);
760
- this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.p4));
844
+ this.i.q6 = stringToBrush(v);
845
+ this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.q6));
761
846
  },
762
847
  enumerable: false,
763
848
  configurable: true
@@ -767,11 +852,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
767
852
  * Gets or sets the color of separators inside the column options menu.
768
853
  */
769
854
  get: function () {
770
- return brushToString(this.i.qf);
855
+ return brushToString(this.i.rk);
771
856
  },
772
857
  set: function (v) {
773
- this.i.qf = stringToBrush(v);
774
- this._a("columnOptionsSeparatorColor", brushToString(this.i.qf));
858
+ this.i.rk = stringToBrush(v);
859
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.rk));
775
860
  },
776
861
  enumerable: false,
777
862
  configurable: true
@@ -781,11 +866,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
781
866
  * Gets or sets the background color for group headers inside the column options menu.
782
867
  */
783
868
  get: function () {
784
- return brushToString(this.i.p1);
869
+ return brushToString(this.i.q1);
785
870
  },
786
871
  set: function (v) {
787
- this.i.p1 = stringToBrush(v);
788
- this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.p1));
872
+ this.i.q1 = stringToBrush(v);
873
+ this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.q1));
789
874
  },
790
875
  enumerable: false,
791
876
  configurable: true
@@ -795,11 +880,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
795
880
  * Gets or sets the background color for group headers inside the column options menu.
796
881
  */
797
882
  get: function () {
798
- return brushToString(this.i.qc);
883
+ return brushToString(this.i.rf);
799
884
  },
800
885
  set: function (v) {
801
- this.i.qc = stringToBrush(v);
802
- this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.qc));
886
+ this.i.rf = stringToBrush(v);
887
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rf));
803
888
  },
804
889
  enumerable: false,
805
890
  configurable: true
@@ -809,11 +894,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
809
894
  * Gets the actual text color for group headers inside the column options menu.
810
895
  */
811
896
  get: function () {
812
- return brushToString(this.i.p2);
897
+ return brushToString(this.i.q2);
813
898
  },
814
899
  set: function (v) {
815
- this.i.p2 = stringToBrush(v);
816
- this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.p2));
900
+ this.i.q2 = stringToBrush(v);
901
+ this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.q2));
817
902
  },
818
903
  enumerable: false,
819
904
  configurable: true
@@ -823,33 +908,71 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
823
908
  * Gets or sets the text color for group headers inside the column options menu.
824
909
  */
825
910
  get: function () {
826
- return brushToString(this.i.qd);
911
+ return brushToString(this.i.rg);
912
+ },
913
+ set: function (v) {
914
+ this.i.rg = stringToBrush(v);
915
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.rg));
916
+ },
917
+ enumerable: false,
918
+ configurable: true
919
+ });
920
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsGroupHeaderTextStyle", {
921
+ get: function () {
922
+ if (this.i.jb == null) {
923
+ return null;
924
+ }
925
+ return this.i.jb.fontString;
827
926
  },
828
927
  set: function (v) {
829
- this.i.qd = stringToBrush(v);
830
- this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.qd));
928
+ var fi = new FontInfo();
929
+ fi.fontString = v;
930
+ this.i.jb = fi;
931
+ this._a("columnOptionsGroupHeaderTextStyle", this.i.jb != null ? this.i.jb.fontString : "");
831
932
  },
832
933
  enumerable: false,
833
934
  configurable: true
834
935
  });
835
936
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsAccentColor", {
836
937
  get: function () {
837
- return brushToString(this.i.pz);
938
+ return brushToString(this.i.qz);
838
939
  },
839
940
  set: function (v) {
840
- this.i.pz = stringToBrush(v);
841
- this._a("actualColumnOptionsAccentColor", brushToString(this.i.pz));
941
+ this.i.qz = stringToBrush(v);
942
+ this._a("actualColumnOptionsAccentColor", brushToString(this.i.qz));
842
943
  },
843
944
  enumerable: false,
844
945
  configurable: true
845
946
  });
846
947
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsAccentColor", {
847
948
  get: function () {
848
- return brushToString(this.i.qa);
949
+ return brushToString(this.i.rd);
849
950
  },
850
951
  set: function (v) {
851
- this.i.qa = stringToBrush(v);
852
- this._a("columnOptionsAccentColor", brushToString(this.i.qa));
952
+ this.i.rd = stringToBrush(v);
953
+ this._a("columnOptionsAccentColor", brushToString(this.i.rd));
954
+ },
955
+ enumerable: false,
956
+ configurable: true
957
+ });
958
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsRowHeight", {
959
+ get: function () {
960
+ return this.i.k9;
961
+ },
962
+ set: function (v) {
963
+ this.i.k9 = +v;
964
+ this._a("actualColumnOptionsRowHeight", this.i.k9);
965
+ },
966
+ enumerable: false,
967
+ configurable: true
968
+ });
969
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsRowHeight", {
970
+ get: function () {
971
+ return this.i.la;
972
+ },
973
+ set: function (v) {
974
+ this.i.la = +v;
975
+ this._a("columnOptionsRowHeight", this.i.la);
853
976
  },
854
977
  enumerable: false,
855
978
  configurable: true
@@ -859,11 +982,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
859
982
  * Gets or sets if the column is editable.
860
983
  */
861
984
  get: function () {
862
- return this.i.jy;
985
+ return this.i.j6;
863
986
  },
864
987
  set: function (v) {
865
- this.i.jy = ensureBool(v);
866
- this._a("isEditable", this.i.jy);
988
+ this.i.j6 = ensureBool(v);
989
+ this._a("isEditable", this.i.j6);
867
990
  },
868
991
  enumerable: false,
869
992
  configurable: true
@@ -873,11 +996,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
873
996
  * Gets or sets the text color used for deleted rows.
874
997
  */
875
998
  get: function () {
876
- return brushToString(this.i.qh);
999
+ return brushToString(this.i.rn);
877
1000
  },
878
1001
  set: function (v) {
879
- this.i.qh = stringToBrush(v);
880
- this._a("deletedTextColor", brushToString(this.i.qh));
1002
+ this.i.rn = stringToBrush(v);
1003
+ this._a("deletedTextColor", brushToString(this.i.rn));
881
1004
  },
882
1005
  enumerable: false,
883
1006
  configurable: true
@@ -887,11 +1010,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
887
1010
  * Gets the actual text color used for deleted rows.
888
1011
  */
889
1012
  get: function () {
890
- return brushToString(this.i.p6);
1013
+ return brushToString(this.i.q9);
891
1014
  },
892
1015
  set: function (v) {
893
- this.i.p6 = stringToBrush(v);
894
- this._a("actualDeletedTextColor", brushToString(this.i.p6));
1016
+ this.i.q9 = stringToBrush(v);
1017
+ this._a("actualDeletedTextColor", brushToString(this.i.q9));
895
1018
  },
896
1019
  enumerable: false,
897
1020
  configurable: true
@@ -901,11 +1024,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
901
1024
  * Gets or sets the opacity to use for unsaved edited cell values.
902
1025
  */
903
1026
  get: function () {
904
- return this.i.kh;
1027
+ return this.i.kp;
905
1028
  },
906
1029
  set: function (v) {
907
- this.i.kh = +v;
908
- this._a("editOpacity", this.i.kh);
1030
+ this.i.kp = +v;
1031
+ this._a("editOpacity", this.i.kp);
909
1032
  },
910
1033
  enumerable: false,
911
1034
  configurable: true
@@ -915,11 +1038,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
915
1038
  * Gets the actual opacity for unsaved edited cell values.
916
1039
  */
917
1040
  get: function () {
918
- return this.i.kg;
1041
+ return this.i.ko;
919
1042
  },
920
1043
  set: function (v) {
921
- this.i.kg = +v;
922
- this._a("actualEditOpacity", this.i.kg);
1044
+ this.i.ko = +v;
1045
+ this._a("actualEditOpacity", this.i.ko);
923
1046
  },
924
1047
  enumerable: false,
925
1048
  configurable: true
@@ -948,16 +1071,16 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
948
1071
  * Gets the actual font style used for unsaved cell edits.
949
1072
  */
950
1073
  get: function () {
951
- if (this.i.i4 == null) {
1074
+ if (this.i.ja == null) {
952
1075
  return null;
953
1076
  }
954
- return this.i.i4.fontString;
1077
+ return this.i.ja.fontString;
955
1078
  },
956
1079
  set: function (v) {
957
1080
  var fi = new FontInfo();
958
1081
  fi.fontString = v;
959
- this.i.i4 = fi;
960
- this._a("actualEditFontInfo", this.i.i4 != null ? this.i.i4.fontString : "");
1082
+ this.i.ja = fi;
1083
+ this._a("actualEditFontInfo", this.i.ja != null ? this.i.ja.fontString : "");
961
1084
  },
962
1085
  enumerable: false,
963
1086
  configurable: true
@@ -1009,11 +1132,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1009
1132
  * Gets or sets the amount of left padding to use for the cell content for this column.
1010
1133
  */
1011
1134
  get: function () {
1012
- return this.i.k0;
1135
+ return this.i.lc;
1013
1136
  },
1014
1137
  set: function (v) {
1015
- this.i.k0 = +v;
1016
- this._a("mergedCellPaddingLeft", this.i.k0);
1138
+ this.i.lc = +v;
1139
+ this._a("mergedCellPaddingLeft", this.i.lc);
1017
1140
  },
1018
1141
  enumerable: false,
1019
1142
  configurable: true
@@ -1023,11 +1146,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1023
1146
  * Gets or sets the amount of top padding to use for the cell content for this column.
1024
1147
  */
1025
1148
  get: function () {
1026
- return this.i.k2;
1149
+ return this.i.le;
1027
1150
  },
1028
1151
  set: function (v) {
1029
- this.i.k2 = +v;
1030
- this._a("mergedCellPaddingTop", this.i.k2);
1152
+ this.i.le = +v;
1153
+ this._a("mergedCellPaddingTop", this.i.le);
1031
1154
  },
1032
1155
  enumerable: false,
1033
1156
  configurable: true
@@ -1037,11 +1160,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1037
1160
  * Gets or sets the amount of right padding to use for the cell content of this column.
1038
1161
  */
1039
1162
  get: function () {
1040
- return this.i.k1;
1163
+ return this.i.ld;
1041
1164
  },
1042
1165
  set: function (v) {
1043
- this.i.k1 = +v;
1044
- this._a("mergedCellPaddingRight", this.i.k1);
1166
+ this.i.ld = +v;
1167
+ this._a("mergedCellPaddingRight", this.i.ld);
1045
1168
  },
1046
1169
  enumerable: false,
1047
1170
  configurable: true
@@ -1051,11 +1174,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1051
1174
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
1052
1175
  */
1053
1176
  get: function () {
1054
- return this.i.kz;
1177
+ return this.i.lb;
1055
1178
  },
1056
1179
  set: function (v) {
1057
- this.i.kz = +v;
1058
- this._a("mergedCellPaddingBottom", this.i.kz);
1180
+ this.i.lb = +v;
1181
+ this._a("mergedCellPaddingBottom", this.i.lb);
1059
1182
  },
1060
1183
  enumerable: false,
1061
1184
  configurable: true
@@ -1113,10 +1236,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1113
1236
  * Gets or sets the text to display in the suffix area of cells in this column.
1114
1237
  */
1115
1238
  get: function () {
1116
- return this.i.n6;
1239
+ return this.i.ou;
1117
1240
  },
1118
1241
  set: function (v) {
1119
- this.i.n6 = v;
1242
+ this.i.ou = v;
1120
1243
  },
1121
1244
  enumerable: false,
1122
1245
  configurable: true
@@ -1126,11 +1249,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1126
1249
  * Gets or sets the color of the text in the suffix area of the cells in this column.
1127
1250
  */
1128
1251
  get: function () {
1129
- return brushToString(this.i.qp);
1252
+ return brushToString(this.i.rv);
1130
1253
  },
1131
1254
  set: function (v) {
1132
- this.i.qp = stringToBrush(v);
1133
- this._a("suffixTextColor", brushToString(this.i.qp));
1255
+ this.i.rv = stringToBrush(v);
1256
+ this._a("suffixTextColor", brushToString(this.i.rv));
1134
1257
  },
1135
1258
  enumerable: false,
1136
1259
  configurable: true
@@ -1159,10 +1282,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1159
1282
  * Gets or sets the icon to use in the suffix area of the cells in this column.
1160
1283
  */
1161
1284
  get: function () {
1162
- return this.i.ny;
1285
+ return this.i.om;
1163
1286
  },
1164
1287
  set: function (v) {
1165
- this.i.ny = v;
1288
+ this.i.om = v;
1166
1289
  },
1167
1290
  enumerable: false,
1168
1291
  configurable: true
@@ -1172,10 +1295,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1172
1295
  * Gets or sets the icon to use in the suffix area of the cells in this column.
1173
1296
  */
1174
1297
  get: function () {
1175
- return this.i.nv;
1298
+ return this.i.oj;
1176
1299
  },
1177
1300
  set: function (v) {
1178
- this.i.nv = v;
1301
+ this.i.oj = v;
1179
1302
  },
1180
1303
  enumerable: false,
1181
1304
  configurable: true
@@ -1185,11 +1308,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1185
1308
  * Gets or sets the stroke color of suffix icon.
1186
1309
  */
1187
1310
  get: function () {
1188
- return brushToString(this.i.qo);
1311
+ return brushToString(this.i.ru);
1189
1312
  },
1190
1313
  set: function (v) {
1191
- this.i.qo = stringToBrush(v);
1192
- this._a("suffixIconStroke", brushToString(this.i.qo));
1314
+ this.i.ru = stringToBrush(v);
1315
+ this._a("suffixIconStroke", brushToString(this.i.ru));
1193
1316
  },
1194
1317
  enumerable: false,
1195
1318
  configurable: true
@@ -1199,11 +1322,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1199
1322
  * Gets or sets the fill color of suffix icon.
1200
1323
  */
1201
1324
  get: function () {
1202
- return brushToString(this.i.qn);
1325
+ return brushToString(this.i.rt);
1203
1326
  },
1204
1327
  set: function (v) {
1205
- this.i.qn = stringToBrush(v);
1206
- this._a("suffixIconFill", brushToString(this.i.qn));
1328
+ this.i.rt = stringToBrush(v);
1329
+ this._a("suffixIconFill", brushToString(this.i.rt));
1207
1330
  },
1208
1331
  enumerable: false,
1209
1332
  configurable: true
@@ -1213,11 +1336,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1213
1336
  * Gets or sets the suffix icon's viewbox x coordinate.
1214
1337
  */
1215
1338
  get: function () {
1216
- return this.i.kk;
1339
+ return this.i.ks;
1217
1340
  },
1218
1341
  set: function (v) {
1219
- this.i.kk = +v;
1220
- this._a("suffixIconViewBoxLeft", this.i.kk);
1342
+ this.i.ks = +v;
1343
+ this._a("suffixIconViewBoxLeft", this.i.ks);
1221
1344
  },
1222
1345
  enumerable: false,
1223
1346
  configurable: true
@@ -1227,11 +1350,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1227
1350
  * Gets or sets the suffix icon's viewbox y coordinate.
1228
1351
  */
1229
1352
  get: function () {
1230
- return this.i.kl;
1353
+ return this.i.kt;
1231
1354
  },
1232
1355
  set: function (v) {
1233
- this.i.kl = +v;
1234
- this._a("suffixIconViewBoxTop", this.i.kl);
1356
+ this.i.kt = +v;
1357
+ this._a("suffixIconViewBoxTop", this.i.kt);
1235
1358
  },
1236
1359
  enumerable: false,
1237
1360
  configurable: true
@@ -1241,11 +1364,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1241
1364
  * Gets or sets the suffix icon's viewbox width.
1242
1365
  */
1243
1366
  get: function () {
1244
- return this.i.km;
1367
+ return this.i.ku;
1245
1368
  },
1246
1369
  set: function (v) {
1247
- this.i.km = +v;
1248
- this._a("suffixIconViewBoxWidth", this.i.km);
1370
+ this.i.ku = +v;
1371
+ this._a("suffixIconViewBoxWidth", this.i.ku);
1249
1372
  },
1250
1373
  enumerable: false,
1251
1374
  configurable: true
@@ -1255,11 +1378,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1255
1378
  * Gets or sets the suffix icon's viewbox height.
1256
1379
  */
1257
1380
  get: function () {
1258
- return this.i.kj;
1381
+ return this.i.kr;
1259
1382
  },
1260
1383
  set: function (v) {
1261
- this.i.kj = +v;
1262
- this._a("suffixIconViewBoxHeight", this.i.kj);
1384
+ this.i.kr = +v;
1385
+ this._a("suffixIconViewBoxHeight", this.i.kr);
1263
1386
  },
1264
1387
  enumerable: false,
1265
1388
  configurable: true
@@ -1269,11 +1392,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1269
1392
  * Gets or sets the suffix margin.
1270
1393
  */
1271
1394
  get: function () {
1272
- return this.i.kn;
1395
+ return this.i.kv;
1273
1396
  },
1274
1397
  set: function (v) {
1275
- this.i.kn = +v;
1276
- this._a("suffixMargin", this.i.kn);
1398
+ this.i.kv = +v;
1399
+ this._a("suffixMargin", this.i.kv);
1277
1400
  },
1278
1401
  enumerable: false,
1279
1402
  configurable: true
@@ -1324,18 +1447,18 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1324
1447
 
1325
1448
  */
1326
1449
  IgcDataGridColumnComponent.prototype.getUniqueKey = function () {
1327
- var iv = this.i.mw();
1450
+ var iv = this.i.nk();
1328
1451
  return (iv);
1329
1452
  };
1330
1453
  IgcDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
1331
- this.i.oo(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1454
+ this.i.pc(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1332
1455
  };
1333
1456
  /**
1334
1457
  * Returns if the column has named header values.
1335
1458
 
1336
1459
  */
1337
1460
  IgcDataGridColumnComponent.prototype.hasNamedHeaderValues = function () {
1338
- var iv = this.i.js();
1461
+ var iv = this.i.j0();
1339
1462
  return (iv);
1340
1463
  };
1341
1464
  /**
@@ -1344,7 +1467,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1344
1467
  * @param valueName * The named value to check for.
1345
1468
  */
1346
1469
  IgcDataGridColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
1347
- var iv = this.i.jr(valueName);
1470
+ var iv = this.i.jz(valueName);
1348
1471
  return (iv);
1349
1472
  };
1350
1473
  /**
@@ -1353,7 +1476,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1353
1476
  * @param valueName * The named header value to remove.
1354
1477
  */
1355
1478
  IgcDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
1356
- this.i.on(valueName);
1479
+ this.i.pb(valueName);
1357
1480
  };
1358
1481
  /**
1359
1482
  * Gets the value of a named header value for this column by name.
@@ -1361,11 +1484,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1361
1484
  * @param valueName * Name of the named header value to retrieve.
1362
1485
  */
1363
1486
  IgcDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
1364
- var iv = this.i.le(valueName);
1487
+ var iv = this.i.lq(valueName);
1365
1488
  return (iv);
1366
1489
  };
1367
1490
  IgcDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
1368
- this.i.oe(filterID, index, value);
1491
+ this.i.o2(filterID, index, value);
1369
1492
  };
1370
1493
  IgcDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
1371
1494
  var iv = this.i.getDesiredToolbarActions();
@@ -1428,7 +1551,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1428
1551
  this._actualHeaderTextChange = ev;
1429
1552
  this._actualHeaderTextChange_wrapped = function (o, e) {
1430
1553
  var ext = _this.actualHeaderText;
1431
- if (e.propertyName == 'L0') {
1554
+ if (e.propertyName == 'Mi') {
1432
1555
  if (_this.beforeActualHeaderTextChange) {
1433
1556
  _this.beforeActualHeaderTextChange(_this, ext);
1434
1557
  }