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

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