igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 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 (284) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +24378 -21126
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
  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 +28 -28
  17. package/esm2015/lib/CheckboxListBridge.js +54 -26
  18. package/esm2015/lib/CheckboxListView_combined.js +775 -745
  19. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
  21. package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +7 -7
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +11 -11
  33. package/esm2015/lib/EditorCell.js +267 -267
  34. package/esm2015/lib/EditorCellPresenter.js +25 -25
  35. package/esm2015/lib/FilterCell.js +261 -261
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +71 -69
  38. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  39. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  40. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  41. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  42. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  43. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +17 -17
  44. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  45. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  46. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  47. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  48. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  49. package/esm2015/lib/GridExternalWrapper.js +15 -6
  50. package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
  51. package/esm2015/lib/GridIconRepository.js +92 -0
  52. package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
  53. package/esm2015/lib/GridStyleRepository.js +272 -431
  54. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  55. package/esm2015/lib/ICheckboxListView.js +11 -0
  56. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  57. package/esm2015/lib/ImageCell.js +55 -55
  58. package/esm2015/lib/ImageCellPresenter.js +15 -15
  59. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  60. package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
  61. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  62. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  63. package/esm2015/lib/NumericCell.js +4 -4
  64. package/esm2015/lib/NumericCellPresenter.js +9 -9
  65. package/esm2015/lib/PropertyEditorView_combined.js +31 -31
  66. package/esm2015/lib/SectionHeaderCell.js +20 -8
  67. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  68. package/esm2015/lib/SummaryCell.js +34 -25
  69. package/esm2015/lib/SummaryCellPresenter.js +8 -8
  70. package/esm2015/lib/TemplateCell.js +12 -12
  71. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  72. package/esm2015/lib/TemplateHeader.js +8 -8
  73. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  74. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  75. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  76. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  77. package/esm2015/lib/TextCell.js +22 -22
  78. package/esm2015/lib/TextCellPresenter.js +10 -10
  79. package/esm2015/lib/TextHeaderCell.js +177 -136
  80. package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
  81. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  82. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  83. package/esm2015/lib/igc-cell-info.js +97 -91
  84. package/esm2015/lib/igc-checkbox-list-component.js +89 -90
  85. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  86. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  87. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igc-data-grid-column-component.js +390 -193
  90. package/esm2015/lib/igc-data-grid-component.js +241 -2
  91. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
  92. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  93. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  94. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  95. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  96. package/esm2015/lib/igc-definition-base-component.js +129 -129
  97. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  98. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  99. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  100. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  101. package/esm2015/lib/igc-header-component.js +24 -24
  102. package/esm2015/lib/igc-image-cell-info.js +6 -6
  103. package/esm2015/lib/igc-image-column-component.js +12 -12
  104. package/esm2015/lib/igc-image-column-module.js +2 -0
  105. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  106. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  107. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  108. package/esm2015/lib/igc-row-separator-module.js +2 -0
  109. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igc-section-header-component.js +24 -24
  111. package/esm2015/lib/igc-section-header-module.js +2 -0
  112. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igc-summary-row-component.js +24 -24
  114. package/esm2015/lib/igc-template-cell-info.js +2 -2
  115. package/esm2015/lib/igc-template-column-module.js +2 -0
  116. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igc-template-header-module.js +2 -0
  118. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  119. package/esm2015/lib/igc-text-cell-info.js +2 -2
  120. package/esm2015/lib/igc-text-column-component.js +9 -9
  121. package/esm2015/lib/igc-text-column-module.js +2 -0
  122. package/esm2015/lib/igc-text-header-cell-info.js +121 -10
  123. package/esm2015/lib/igc-text-header-module.js +2 -0
  124. package/esm2015/public_api.js +3 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +5 -5
  126. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  127. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasGridCellBase.js +13 -13
  129. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  130. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  131. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  132. package/esm5/lib/CanvasSummaryCell.js +2 -2
  133. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  134. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  135. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  136. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  137. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  138. package/esm5/lib/CellPresenterBase.js +28 -28
  139. package/esm5/lib/CheckboxListBridge.js +54 -26
  140. package/esm5/lib/CheckboxListView_combined.js +748 -718
  141. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  142. package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
  143. package/esm5/lib/ColumnGroupingView_combined.js +24 -24
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +7 -7
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +3 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +13 -13
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +11 -11
  155. package/esm5/lib/EditorCell.js +256 -256
  156. package/esm5/lib/EditorCellPresenter.js +25 -25
  157. package/esm5/lib/FilterCell.js +252 -252
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +70 -68
  160. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  161. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  162. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  163. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  164. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  165. package/esm5/lib/GridColumnOptionsViewBase_combined.js +17 -17
  166. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  167. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  168. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  169. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  170. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  171. package/esm5/lib/GridExternalWrapper.js +15 -6
  172. package/esm5/lib/GridFilterDialogView_combined.js +478 -177
  173. package/esm5/lib/GridIconRepository.js +97 -0
  174. package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
  175. package/esm5/lib/GridStyleRepository.js +280 -583
  176. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  177. package/esm5/lib/ICheckboxListView.js +11 -0
  178. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  179. package/esm5/lib/ImageCell.js +54 -54
  180. package/esm5/lib/ImageCellPresenter.js +15 -15
  181. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  182. package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
  183. package/esm5/lib/NativeUIComboFactory.js +1 -1
  184. package/esm5/lib/NativeUIGridFactory.js +2 -2
  185. package/esm5/lib/NumericCell.js +4 -4
  186. package/esm5/lib/NumericCellPresenter.js +9 -9
  187. package/esm5/lib/PropertyEditorView_combined.js +31 -31
  188. package/esm5/lib/SectionHeaderCell.js +20 -8
  189. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  190. package/esm5/lib/SummaryCell.js +35 -26
  191. package/esm5/lib/SummaryCellPresenter.js +8 -8
  192. package/esm5/lib/TemplateCell.js +12 -12
  193. package/esm5/lib/TemplateCellPresenter.js +3 -3
  194. package/esm5/lib/TemplateHeader.js +8 -8
  195. package/esm5/lib/TemplateHeaderCell.js +5 -5
  196. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  197. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  198. package/esm5/lib/TemplateSectionHeader.js +2 -2
  199. package/esm5/lib/TextCell.js +22 -22
  200. package/esm5/lib/TextCellPresenter.js +10 -10
  201. package/esm5/lib/TextHeaderCell.js +175 -134
  202. package/esm5/lib/TextHeaderCellPresenter.js +66 -25
  203. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  204. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  205. package/esm5/lib/igc-cell-info.js +101 -91
  206. package/esm5/lib/igc-checkbox-list-component.js +89 -90
  207. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  208. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  209. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igc-data-grid-column-component.js +478 -193
  212. package/esm5/lib/igc-data-grid-component.js +324 -3
  213. package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
  214. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  215. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  216. package/esm5/lib/igc-date-time-column-component.js +23 -23
  217. package/esm5/lib/igc-date-time-column-module.js +2 -0
  218. package/esm5/lib/igc-definition-base-component.js +129 -129
  219. package/esm5/lib/igc-editor-cell-info.js +23 -23
  220. package/esm5/lib/igc-filter-cell-info.js +26 -26
  221. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  222. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  223. package/esm5/lib/igc-header-component.js +24 -24
  224. package/esm5/lib/igc-image-cell-info.js +6 -6
  225. package/esm5/lib/igc-image-column-component.js +12 -12
  226. package/esm5/lib/igc-image-column-module.js +2 -0
  227. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  228. package/esm5/lib/igc-numeric-column-component.js +35 -35
  229. package/esm5/lib/igc-numeric-column-module.js +2 -0
  230. package/esm5/lib/igc-row-separator-module.js +2 -0
  231. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igc-section-header-component.js +24 -24
  233. package/esm5/lib/igc-section-header-module.js +2 -0
  234. package/esm5/lib/igc-summary-cell-info.js +9 -9
  235. package/esm5/lib/igc-summary-row-component.js +24 -24
  236. package/esm5/lib/igc-template-cell-info.js +2 -2
  237. package/esm5/lib/igc-template-column-module.js +2 -0
  238. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igc-template-header-module.js +2 -0
  240. package/esm5/lib/igc-template-section-header-module.js +4 -0
  241. package/esm5/lib/igc-text-cell-info.js +2 -2
  242. package/esm5/lib/igc-text-column-component.js +9 -9
  243. package/esm5/lib/igc-text-column-module.js +2 -0
  244. package/esm5/lib/igc-text-header-cell-info.js +173 -10
  245. package/esm5/lib/igc-text-header-module.js +2 -0
  246. package/esm5/public_api.js +3 -0
  247. package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
  248. package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
  249. package/lib/CheckboxListBridge.d.ts +1 -0
  250. package/lib/CheckboxListExternal.d.ts +6 -0
  251. package/lib/CheckboxListView_combined.d.ts +159 -154
  252. package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
  253. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  254. package/lib/DataGridLocaleEn.d.ts +3 -0
  255. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  256. package/lib/EditorCell.d.ts +51 -51
  257. package/lib/FilterCell.d.ts +53 -53
  258. package/lib/GridCellBase.d.ts +21 -19
  259. package/lib/GridExternalWrapper.d.ts +3 -0
  260. package/lib/GridFilterDialogView_combined.d.ts +104 -61
  261. package/lib/GridIconRepository.d.ts +44 -0
  262. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  263. package/lib/GridStyleRepository.d.ts +23 -83
  264. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  265. package/lib/ICheckboxListView.d.ts +38 -0
  266. package/lib/ImageCell.d.ts +14 -14
  267. package/lib/SectionHeaderCell.d.ts +4 -2
  268. package/lib/SummaryCell.d.ts +6 -4
  269. package/lib/TemplateCell.d.ts +3 -3
  270. package/lib/TemplateHeader.d.ts +3 -3
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +2 -2
  274. package/lib/TextCell.d.ts +4 -4
  275. package/lib/TextHeaderCell.d.ts +26 -24
  276. package/lib/VerticalSeparatorCell.d.ts +4 -4
  277. package/lib/igc-cell-info.d.ts +4 -0
  278. package/lib/igc-data-grid-column-component.d.ts +77 -0
  279. package/lib/igc-data-grid-component.d.ts +94 -1
  280. package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
  281. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  282. package/lib/igc-text-header-cell-info.d.ts +48 -0
  283. package/package.json +4 -4
  284. package/public_api.d.ts +3 -0
@@ -94,11 +94,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
94
94
  * Gets or sets the amount of left padding to use for the cell content for this column.
95
95
  */
96
96
  get: function () {
97
- return this.i.k0;
97
+ return this.i.lj;
98
98
  },
99
99
  set: function (v) {
100
- this.i.k0 = +v;
101
- this._a("paddingLeft", this.i.k0);
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.k2;
111
+ return this.i.ll;
112
112
  },
113
113
  set: function (v) {
114
- this.i.k2 = +v;
115
- this._a("paddingTop", this.i.k2);
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.k1;
125
+ return this.i.lk;
126
126
  },
127
127
  set: function (v) {
128
- this.i.k1 = +v;
129
- this._a("paddingRight", this.i.k1);
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.kz;
139
+ return this.i.li;
140
140
  },
141
141
  set: function (v) {
142
- this.i.kz = +v;
143
- this._a("paddingBottom", this.i.kz);
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.my;
153
+ return this.i.n6;
154
154
  },
155
155
  set: function (v) {
156
- this.i.my = 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.l7;
166
+ return this.i.nf;
167
167
  },
168
168
  set: function (v) {
169
- this.i.l7 = 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.me;
179
+ return this.i.nm;
180
180
  },
181
181
  set: function (v) {
182
- this.i.me = 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.lm;
192
+ return this.i.mi;
193
193
  },
194
194
  set: function (v) {
195
- this.i.lm = 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.o5);
205
+ return brushToString(this.i.rs);
206
206
  },
207
207
  set: function (v) {
208
- this.i.o5 = stringToBrush(v);
209
- this._a("selectedBackground", brushToString(this.i.o5));
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.oy);
219
+ return brushToString(this.i.rc);
220
220
  },
221
221
  set: function (v) {
222
- this.i.oy = stringToBrush(v);
223
- this._a("actualSelectedBackground", brushToString(this.i.oy));
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.o3);
233
+ return brushToString(this.i.rq);
234
234
  },
235
235
  set: function (v) {
236
- this.i.o3 = stringToBrush(v);
237
- this._a("rowHoverBackground", brushToString(this.i.o3));
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.ow);
247
+ return brushToString(this.i.ra);
248
248
  },
249
249
  set: function (v) {
250
- this.i.ow = stringToBrush(v);
251
- this._a("actualHoverBackground", brushToString(this.i.ow));
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.o4);
261
+ return brushToString(this.i.rr);
262
262
  },
263
263
  set: function (v) {
264
- this.i.o4 = stringToBrush(v);
265
- this._a("rowHoverTextColor", brushToString(this.i.o4));
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.ox);
275
+ return brushToString(this.i.rb);
276
276
  },
277
277
  set: function (v) {
278
- this.i.ox = stringToBrush(v);
279
- this._a("actualRowHoverTextColor", brushToString(this.i.ox));
278
+ this.i.rb = stringToBrush(v);
279
+ this._a("actualRowHoverTextColor", brushToString(this.i.rb));
280
280
  },
281
281
  enumerable: false,
282
282
  configurable: true
@@ -286,7 +286,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
286
286
  * Gets or sets the animation settings to use for this column.
287
287
  */
288
288
  get: function () {
289
- var r = this.i.h8;
289
+ var r = this.i.ic;
290
290
  if (r == null) {
291
291
  return null;
292
292
  }
@@ -305,7 +305,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
305
305
  return r.externalObject;
306
306
  },
307
307
  set: function (v) {
308
- v == null ? this.i.h8 = null : this.i.h8 = v.i;
308
+ v == null ? this.i.ic = null : this.i.ic = v.i;
309
309
  },
310
310
  enumerable: false,
311
311
  configurable: true
@@ -350,11 +350,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
350
350
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
351
351
  */
352
352
  get: function () {
353
- return this.i.kb;
353
+ return this.i.kq;
354
354
  },
355
355
  set: function (v) {
356
- this.i.kb = +v;
357
- this._a("minWidth", this.i.kb);
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.jt;
367
+ return this.i.j8;
368
368
  },
369
369
  set: function (v) {
370
- this.i.jt = ensureBool(v);
371
- this._a("isFromMarkup", this.i.jt);
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.jn;
381
+ return this.i.j2;
382
382
  },
383
383
  set: function (v) {
384
- this.i.jn = ensureBool(v);
385
- this._a("isAutoGenerated", this.i.jn);
384
+ this.i.j2 = ensureBool(v);
385
+ this._a("isAutoGenerated", this.i.j2);
386
386
  },
387
387
  enumerable: false,
388
388
  configurable: true
@@ -392,10 +392,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
392
392
  * Gets or sets a filter to apply on the values of this column
393
393
  */
394
394
  get: function () {
395
- return this.i.g2;
395
+ return this.i.g4;
396
396
  },
397
397
  set: function (v) {
398
- this.i.g2 = v;
398
+ this.i.g4 = v;
399
399
  },
400
400
  enumerable: false,
401
401
  configurable: true
@@ -405,10 +405,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
405
405
  * Gets or sets a filter to apply to the values of this column.
406
406
  */
407
407
  get: function () {
408
- return this.i.g4;
408
+ return this.i.g6;
409
409
  },
410
410
  set: function (v) {
411
- this.i.g4 = v;
411
+ this.i.g6 = v;
412
412
  },
413
413
  enumerable: false,
414
414
  configurable: true
@@ -444,11 +444,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
444
444
  * Gets or sets whether filtering is enabled for this column.
445
445
  */
446
446
  get: function () {
447
- return this.i.js;
447
+ return this.i.j7;
448
448
  },
449
449
  set: function (v) {
450
- this.i.js = ensureBool(v);
451
- this._a("isFilteringEnabled", this.i.js);
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.jv;
461
+ return this.i.ka;
462
462
  },
463
463
  set: function (v) {
464
- this.i.jv = ensureBool(v);
465
- this._a("isResizingEnabled", this.i.jv);
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.ju;
475
+ return this.i.j9;
476
476
  },
477
477
  set: function (v) {
478
- this.i.ju = ensureBool(v);
479
- this._a("isHidden", this.i.ju);
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.jy;
489
+ return this.i.kd;
490
490
  },
491
491
  set: function (v) {
492
- this.i.jy = ensureBool(v);
493
- this._a("shouldRemoveWhenHidden", this.i.jy);
492
+ this.i.kd = ensureBool(v);
493
+ this._a("shouldRemoveWhenHidden", this.i.kd);
494
494
  },
495
495
  enumerable: false,
496
496
  configurable: true
@@ -500,11 +500,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
500
500
  * Gets the current sort direction (None, Ascending, Descending) for this column.
501
501
  */
502
502
  get: function () {
503
- return this.i.hs;
503
+ return this.i.hu;
504
504
  },
505
505
  set: function (v) {
506
- this.i.hs = ensureEnum(ColumnSortDirection_$type, v);
507
- this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hs));
506
+ this.i.hu = ensureEnum(ColumnSortDirection_$type, v);
507
+ this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hu));
508
508
  },
509
509
  enumerable: false,
510
510
  configurable: true
@@ -514,11 +514,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
514
514
  * Gets or sets the current fixed position for this column.
515
515
  */
516
516
  get: function () {
517
- return this.i.io;
517
+ return this.i.is;
518
518
  },
519
519
  set: function (v) {
520
- this.i.io = ensureEnum(PinnedPositions_$type, v);
521
- this._a("pinned", enumToString(PinnedPositions_$type, this.i.io));
520
+ this.i.is = ensureEnum(PinnedPositions_$type, v);
521
+ this._a("pinned", enumToString(PinnedPositions_$type, this.i.is));
522
522
  },
523
523
  enumerable: false,
524
524
  configurable: true
@@ -528,11 +528,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
528
528
  * Gets the actual column options icon alignment for this column.
529
529
  */
530
530
  get: function () {
531
- return this.i.hj;
531
+ return this.i.hl;
532
532
  },
533
533
  set: function (v) {
534
- this.i.hj = ensureEnum(ColumnOptionsIconAlignment_$type, v);
535
- this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hj));
534
+ this.i.hl = ensureEnum(ColumnOptionsIconAlignment_$type, v);
535
+ this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hl));
536
536
  },
537
537
  enumerable: false,
538
538
  configurable: true
@@ -542,11 +542,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
542
542
  * Gets or sets whether the column options icon is aligned opposite the header text or not.
543
543
  */
544
544
  get: function () {
545
- return this.i.hk;
545
+ return this.i.hm;
546
546
  },
547
547
  set: function (v) {
548
- this.i.hk = ensureEnum(ColumnOptionsIconAlignment_$type, v);
549
- this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hk));
548
+ this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
549
+ this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hm));
550
550
  },
551
551
  enumerable: false,
552
552
  configurable: true
@@ -556,11 +556,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
556
556
  * Gets the actual column options icon color for this column.
557
557
  */
558
558
  get: function () {
559
- return brushToString(this.i.ou);
559
+ return brushToString(this.i.q5);
560
560
  },
561
561
  set: function (v) {
562
- this.i.ou = stringToBrush(v);
563
- this._a("actualColumnOptionsIconColor", brushToString(this.i.ou));
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.oz);
573
+ return brushToString(this.i.rj);
574
574
  },
575
575
  set: function (v) {
576
- this.i.oz = stringToBrush(v);
577
- this._a("columnOptionsIconColor", brushToString(this.i.oz));
576
+ this.i.rj = stringToBrush(v);
577
+ this._a("columnOptionsIconColor", brushToString(this.i.rj));
578
578
  },
579
579
  enumerable: false,
580
580
  configurable: true
@@ -584,11 +584,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
584
584
  * Gets or sets how the column option icon will behave in the column header.
585
585
  */
586
586
  get: function () {
587
- return this.i.ho;
587
+ return this.i.hq;
588
588
  },
589
589
  set: function (v) {
590
- this.i.ho = ensureEnum(ColumnOptionsIconBehavior_$type, v);
591
- this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.ho));
590
+ this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
591
+ this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hq));
592
592
  },
593
593
  enumerable: false,
594
594
  configurable: true
@@ -598,11 +598,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
598
598
  * Gets or sets how the column option icon will behave in the column header.
599
599
  */
600
600
  get: function () {
601
- return this.i.hn;
601
+ return this.i.hp;
602
602
  },
603
603
  set: function (v) {
604
- this.i.hn = ensureEnum(ColumnOptionsIconBehavior_$type, v);
605
- this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hn));
604
+ this.i.hp = ensureEnum(ColumnOptionsIconBehavior_$type, v);
605
+ this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hp));
606
606
  },
607
607
  enumerable: false,
608
608
  configurable: true
@@ -612,11 +612,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
612
612
  * Gets the actual state of the column options for this column.
613
613
  */
614
614
  get: function () {
615
- return this.i.jg;
615
+ return this.i.jv;
616
616
  },
617
617
  set: function (v) {
618
- this.i.jg = ensureBool(v);
619
- this._a("actualIsColumnOptionsEnabled", this.i.jg);
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.jo;
630
+ return this.i.j3;
631
631
  },
632
632
  set: function (v) {
633
- this.i.jo = ensureBool(v);
634
- this._a("isColumnOptionsEnabled", this.i.jo);
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.ji;
644
+ return this.i.jx;
645
645
  },
646
646
  set: function (v) {
647
- this.i.ji = ensureBool(v);
648
- this._a("actualIsColumnOptionsSummariesEnabled", this.i.ji);
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.jq;
658
+ return this.i.j5;
659
659
  },
660
660
  set: function (v) {
661
- this.i.jq = ensureBool(v);
662
- this._a("isColumnOptionsSummariesEnabled", this.i.jq);
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.jh;
672
+ return this.i.jw;
673
673
  },
674
674
  set: function (v) {
675
- this.i.jh = ensureBool(v);
676
- this._a("actualIsColumnOptionsGroupingEnabled", this.i.jh);
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,296 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
683
683
  * Gets or sets whether to show the grouping option in the column options menu for this column.
684
684
  */
685
685
  get: function () {
686
- return this.i.jp;
686
+ return this.i.j4;
687
+ },
688
+ set: function (v) {
689
+ this.i.j4 = ensureBool(v);
690
+ this._a("isColumnOptionsGroupingEnabled", this.i.j4);
691
+ },
692
+ enumerable: false,
693
+ configurable: true
694
+ });
695
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsBackground", {
696
+ /**
697
+ * Gets or sets the column options dropdown background color.
698
+ */
699
+ get: function () {
700
+ return brushToString(this.i.q0);
701
+ },
702
+ set: function (v) {
703
+ this.i.q0 = stringToBrush(v);
704
+ this._a("actualColumnOptionsBackground", brushToString(this.i.q0));
705
+ },
706
+ enumerable: false,
707
+ configurable: true
708
+ });
709
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsBackground", {
710
+ /**
711
+ * Gets or sets the column options dropdown background color.
712
+ */
713
+ get: function () {
714
+ return brushToString(this.i.re);
715
+ },
716
+ set: function (v) {
717
+ this.i.re = stringToBrush(v);
718
+ this._a("columnOptionsBackground", brushToString(this.i.re));
719
+ },
720
+ enumerable: false,
721
+ configurable: true
722
+ });
723
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsTextColor", {
724
+ /**
725
+ * Gets or sets the text color for text inside the column options menu.
726
+ */
727
+ get: function () {
728
+ return brushToString(this.i.q7);
729
+ },
730
+ set: function (v) {
731
+ this.i.q7 = stringToBrush(v);
732
+ this._a("actualColumnOptionsTextColor", brushToString(this.i.q7));
733
+ },
734
+ enumerable: false,
735
+ configurable: true
736
+ });
737
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsTextColor", {
738
+ /**
739
+ * Gets or sets the text color for text inside the column options menu.
740
+ */
741
+ get: function () {
742
+ return brushToString(this.i.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);
806
+ },
807
+ set: function (v) {
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));
832
+ },
833
+ enumerable: false,
834
+ configurable: true
835
+ });
836
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsSeparatorColor", {
837
+ /**
838
+ * Gets or sets the color of separators inside the column options menu.
839
+ */
840
+ get: function () {
841
+ return brushToString(this.i.q6);
842
+ },
843
+ set: function (v) {
844
+ this.i.q6 = stringToBrush(v);
845
+ this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.q6));
846
+ },
847
+ enumerable: false,
848
+ configurable: true
849
+ });
850
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsSeparatorColor", {
851
+ /**
852
+ * Gets or sets the color of separators inside the column options menu.
853
+ */
854
+ get: function () {
855
+ return brushToString(this.i.rk);
856
+ },
857
+ set: function (v) {
858
+ this.i.rk = stringToBrush(v);
859
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.rk));
860
+ },
861
+ enumerable: false,
862
+ configurable: true
863
+ });
864
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsGroupHeaderBackground", {
865
+ /**
866
+ * Gets or sets the background color for group headers inside the column options menu.
867
+ */
868
+ get: function () {
869
+ return brushToString(this.i.q1);
870
+ },
871
+ set: function (v) {
872
+ this.i.q1 = stringToBrush(v);
873
+ this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.q1));
874
+ },
875
+ enumerable: false,
876
+ configurable: true
877
+ });
878
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsGroupHeaderBackground", {
879
+ /**
880
+ * Gets or sets the background color for group headers inside the column options menu.
881
+ */
882
+ get: function () {
883
+ return brushToString(this.i.rf);
884
+ },
885
+ set: function (v) {
886
+ this.i.rf = stringToBrush(v);
887
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rf));
888
+ },
889
+ enumerable: false,
890
+ configurable: true
891
+ });
892
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsGroupHeaderTextColor", {
893
+ /**
894
+ * Gets the actual text color for group headers inside the column options menu.
895
+ */
896
+ get: function () {
897
+ return brushToString(this.i.q2);
898
+ },
899
+ set: function (v) {
900
+ this.i.q2 = stringToBrush(v);
901
+ this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.q2));
902
+ },
903
+ enumerable: false,
904
+ configurable: true
905
+ });
906
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsGroupHeaderTextColor", {
907
+ /**
908
+ * Gets or sets the text color for group headers inside the column options menu.
909
+ */
910
+ get: function () {
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;
926
+ },
927
+ set: function (v) {
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 : "");
932
+ },
933
+ enumerable: false,
934
+ configurable: true
935
+ });
936
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsAccentColor", {
937
+ get: function () {
938
+ return brushToString(this.i.qz);
939
+ },
940
+ set: function (v) {
941
+ this.i.qz = stringToBrush(v);
942
+ this._a("actualColumnOptionsAccentColor", brushToString(this.i.qz));
943
+ },
944
+ enumerable: false,
945
+ configurable: true
946
+ });
947
+ Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsAccentColor", {
948
+ get: function () {
949
+ return brushToString(this.i.rd);
950
+ },
951
+ set: function (v) {
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;
687
961
  },
688
962
  set: function (v) {
689
- this.i.jp = ensureBool(v);
690
- this._a("isColumnOptionsGroupingEnabled", this.i.jp);
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);
691
976
  },
692
977
  enumerable: false,
693
978
  configurable: true
@@ -697,11 +982,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
697
982
  * Gets or sets if the column is editable.
698
983
  */
699
984
  get: function () {
700
- return this.i.jr;
985
+ return this.i.j6;
701
986
  },
702
987
  set: function (v) {
703
- this.i.jr = ensureBool(v);
704
- this._a("isEditable", this.i.jr);
988
+ this.i.j6 = ensureBool(v);
989
+ this._a("isEditable", this.i.j6);
705
990
  },
706
991
  enumerable: false,
707
992
  configurable: true
@@ -711,11 +996,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
711
996
  * Gets or sets the text color used for deleted rows.
712
997
  */
713
998
  get: function () {
714
- return brushToString(this.i.o0);
999
+ return brushToString(this.i.rn);
715
1000
  },
716
1001
  set: function (v) {
717
- this.i.o0 = stringToBrush(v);
718
- this._a("deletedTextColor", brushToString(this.i.o0));
1002
+ this.i.rn = stringToBrush(v);
1003
+ this._a("deletedTextColor", brushToString(this.i.rn));
719
1004
  },
720
1005
  enumerable: false,
721
1006
  configurable: true
@@ -725,11 +1010,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
725
1010
  * Gets the actual text color used for deleted rows.
726
1011
  */
727
1012
  get: function () {
728
- return brushToString(this.i.ov);
1013
+ return brushToString(this.i.q9);
729
1014
  },
730
1015
  set: function (v) {
731
- this.i.ov = stringToBrush(v);
732
- this._a("actualDeletedTextColor", brushToString(this.i.ov));
1016
+ this.i.q9 = stringToBrush(v);
1017
+ this._a("actualDeletedTextColor", brushToString(this.i.q9));
733
1018
  },
734
1019
  enumerable: false,
735
1020
  configurable: true
@@ -739,11 +1024,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
739
1024
  * Gets or sets the opacity to use for unsaved edited cell values.
740
1025
  */
741
1026
  get: function () {
742
- return this.i.ka;
1027
+ return this.i.kp;
743
1028
  },
744
1029
  set: function (v) {
745
- this.i.ka = +v;
746
- this._a("editOpacity", this.i.ka);
1030
+ this.i.kp = +v;
1031
+ this._a("editOpacity", this.i.kp);
747
1032
  },
748
1033
  enumerable: false,
749
1034
  configurable: true
@@ -753,11 +1038,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
753
1038
  * Gets the actual opacity for unsaved edited cell values.
754
1039
  */
755
1040
  get: function () {
756
- return this.i.j9;
1041
+ return this.i.ko;
757
1042
  },
758
1043
  set: function (v) {
759
- this.i.j9 = +v;
760
- this._a("actualEditOpacity", this.i.j9);
1044
+ this.i.ko = +v;
1045
+ this._a("actualEditOpacity", this.i.ko);
761
1046
  },
762
1047
  enumerable: false,
763
1048
  configurable: true
@@ -786,16 +1071,16 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
786
1071
  * Gets the actual font style used for unsaved cell edits.
787
1072
  */
788
1073
  get: function () {
789
- if (this.i.ix == null) {
1074
+ if (this.i.ja == null) {
790
1075
  return null;
791
1076
  }
792
- return this.i.ix.fontString;
1077
+ return this.i.ja.fontString;
793
1078
  },
794
1079
  set: function (v) {
795
1080
  var fi = new FontInfo();
796
1081
  fi.fontString = v;
797
- this.i.ix = fi;
798
- this._a("actualEditFontInfo", this.i.ix != null ? this.i.ix.fontString : "");
1082
+ this.i.ja = fi;
1083
+ this._a("actualEditFontInfo", this.i.ja != null ? this.i.ja.fontString : "");
799
1084
  },
800
1085
  enumerable: false,
801
1086
  configurable: true
@@ -805,11 +1090,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
805
1090
  * Gets or sets if and how cell merging is performed for this field.
806
1091
  */
807
1092
  get: function () {
808
- return this.i.ij;
1093
+ return this.i.io;
809
1094
  },
810
1095
  set: function (v) {
811
- this.i.ij = ensureEnum(MergedCellMode_$type, v);
812
- this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ij));
1096
+ this.i.io = ensureEnum(MergedCellMode_$type, v);
1097
+ this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.io));
813
1098
  },
814
1099
  enumerable: false,
815
1100
  configurable: true
@@ -819,11 +1104,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
819
1104
  * Gets or sets how cells are evaluated for merging.
820
1105
  */
821
1106
  get: function () {
822
- return this.i.ig;
1107
+ return this.i.ik;
823
1108
  },
824
1109
  set: function (v) {
825
- this.i.ig = ensureEnum(MergedCellEvaluationCriteria_$type, v);
826
- this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.ig));
1110
+ this.i.ik = ensureEnum(MergedCellEvaluationCriteria_$type, v);
1111
+ this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.ik));
827
1112
  },
828
1113
  enumerable: false,
829
1114
  configurable: true
@@ -833,11 +1118,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
833
1118
  * Gets or sets the vertical alignment to use for the merged cell content.
834
1119
  */
835
1120
  get: function () {
836
- return this.i.hb;
1121
+ return this.i.hd;
837
1122
  },
838
1123
  set: function (v) {
839
- this.i.hb = ensureEnum(CellContentVerticalAlignment_$type, v);
840
- this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.hb));
1124
+ this.i.hd = ensureEnum(CellContentVerticalAlignment_$type, v);
1125
+ this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.hd));
841
1126
  },
842
1127
  enumerable: false,
843
1128
  configurable: true
@@ -847,11 +1132,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
847
1132
  * Gets or sets the amount of left padding to use for the cell content for this column.
848
1133
  */
849
1134
  get: function () {
850
- return this.i.kt;
1135
+ return this.i.lc;
851
1136
  },
852
1137
  set: function (v) {
853
- this.i.kt = +v;
854
- this._a("mergedCellPaddingLeft", this.i.kt);
1138
+ this.i.lc = +v;
1139
+ this._a("mergedCellPaddingLeft", this.i.lc);
855
1140
  },
856
1141
  enumerable: false,
857
1142
  configurable: true
@@ -861,11 +1146,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
861
1146
  * Gets or sets the amount of top padding to use for the cell content for this column.
862
1147
  */
863
1148
  get: function () {
864
- return this.i.kv;
1149
+ return this.i.le;
865
1150
  },
866
1151
  set: function (v) {
867
- this.i.kv = +v;
868
- this._a("mergedCellPaddingTop", this.i.kv);
1152
+ this.i.le = +v;
1153
+ this._a("mergedCellPaddingTop", this.i.le);
869
1154
  },
870
1155
  enumerable: false,
871
1156
  configurable: true
@@ -875,11 +1160,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
875
1160
  * Gets or sets the amount of right padding to use for the cell content of this column.
876
1161
  */
877
1162
  get: function () {
878
- return this.i.ku;
1163
+ return this.i.ld;
879
1164
  },
880
1165
  set: function (v) {
881
- this.i.ku = +v;
882
- this._a("mergedCellPaddingRight", this.i.ku);
1166
+ this.i.ld = +v;
1167
+ this._a("mergedCellPaddingRight", this.i.ld);
883
1168
  },
884
1169
  enumerable: false,
885
1170
  configurable: true
@@ -889,11 +1174,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
889
1174
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
890
1175
  */
891
1176
  get: function () {
892
- return this.i.ks;
1177
+ return this.i.lb;
893
1178
  },
894
1179
  set: function (v) {
895
- this.i.ks = +v;
896
- this._a("mergedCellPaddingBottom", this.i.ks);
1180
+ this.i.lb = +v;
1181
+ this._a("mergedCellPaddingBottom", this.i.lb);
897
1182
  },
898
1183
  enumerable: false,
899
1184
  configurable: true
@@ -903,11 +1188,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
903
1188
  * Gets or sets whether UI filters are case sensitive or not.
904
1189
  */
905
1190
  get: function () {
906
- return this.i.h2;
1191
+ return this.i.h6;
907
1192
  },
908
1193
  set: function (v) {
909
- this.i.h2 = ensureEnum(FilterComparisonType_$type, v);
910
- this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h2));
1194
+ this.i.h6 = ensureEnum(FilterComparisonType_$type, v);
1195
+ this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h6));
911
1196
  },
912
1197
  enumerable: false,
913
1198
  configurable: true
@@ -919,7 +1204,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
919
1204
  get: function () {
920
1205
  if (this._filterOperands === null) {
921
1206
  var coll = new IgcGridFilterOperandsCollection();
922
- var innerColl = this.i.ia;
1207
+ var innerColl = this.i.ie;
923
1208
  if (!innerColl) {
924
1209
  innerColl = new GridFilterOperandsCollection_internal();
925
1210
  }
@@ -935,7 +1220,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
935
1220
  var coll = new IgcGridFilterOperandsCollection();
936
1221
  this._filterOperands = coll._fromOuter(v);
937
1222
  var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
938
- var innerColl = this.i.ia;
1223
+ var innerColl = this.i.ie;
939
1224
  if (!innerColl) {
940
1225
  innerColl = new GridFilterOperandsCollection_internal();
941
1226
  }
@@ -951,10 +1236,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
951
1236
  * Gets or sets the text to display in the suffix area of cells in this column.
952
1237
  */
953
1238
  get: function () {
954
- return this.i.nm;
1239
+ return this.i.ou;
955
1240
  },
956
1241
  set: function (v) {
957
- this.i.nm = v;
1242
+ this.i.ou = v;
958
1243
  },
959
1244
  enumerable: false,
960
1245
  configurable: true
@@ -964,11 +1249,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
964
1249
  * Gets or sets the color of the text in the suffix area of the cells in this column.
965
1250
  */
966
1251
  get: function () {
967
- return brushToString(this.i.o8);
1252
+ return brushToString(this.i.rv);
968
1253
  },
969
1254
  set: function (v) {
970
- this.i.o8 = stringToBrush(v);
971
- this._a("suffixTextColor", brushToString(this.i.o8));
1255
+ this.i.rv = stringToBrush(v);
1256
+ this._a("suffixTextColor", brushToString(this.i.rv));
972
1257
  },
973
1258
  enumerable: false,
974
1259
  configurable: true
@@ -997,10 +1282,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
997
1282
  * Gets or sets the icon to use in the suffix area of the cells in this column.
998
1283
  */
999
1284
  get: function () {
1000
- return this.i.ne;
1285
+ return this.i.om;
1001
1286
  },
1002
1287
  set: function (v) {
1003
- this.i.ne = v;
1288
+ this.i.om = v;
1004
1289
  },
1005
1290
  enumerable: false,
1006
1291
  configurable: true
@@ -1010,10 +1295,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1010
1295
  * Gets or sets the icon to use in the suffix area of the cells in this column.
1011
1296
  */
1012
1297
  get: function () {
1013
- return this.i.nb;
1298
+ return this.i.oj;
1014
1299
  },
1015
1300
  set: function (v) {
1016
- this.i.nb = v;
1301
+ this.i.oj = v;
1017
1302
  },
1018
1303
  enumerable: false,
1019
1304
  configurable: true
@@ -1023,11 +1308,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1023
1308
  * Gets or sets the stroke color of suffix icon.
1024
1309
  */
1025
1310
  get: function () {
1026
- return brushToString(this.i.o7);
1311
+ return brushToString(this.i.ru);
1027
1312
  },
1028
1313
  set: function (v) {
1029
- this.i.o7 = stringToBrush(v);
1030
- this._a("suffixIconStroke", brushToString(this.i.o7));
1314
+ this.i.ru = stringToBrush(v);
1315
+ this._a("suffixIconStroke", brushToString(this.i.ru));
1031
1316
  },
1032
1317
  enumerable: false,
1033
1318
  configurable: true
@@ -1037,11 +1322,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1037
1322
  * Gets or sets the fill color of suffix icon.
1038
1323
  */
1039
1324
  get: function () {
1040
- return brushToString(this.i.o6);
1325
+ return brushToString(this.i.rt);
1041
1326
  },
1042
1327
  set: function (v) {
1043
- this.i.o6 = stringToBrush(v);
1044
- this._a("suffixIconFill", brushToString(this.i.o6));
1328
+ this.i.rt = stringToBrush(v);
1329
+ this._a("suffixIconFill", brushToString(this.i.rt));
1045
1330
  },
1046
1331
  enumerable: false,
1047
1332
  configurable: true
@@ -1051,11 +1336,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1051
1336
  * Gets or sets the suffix icon's viewbox x coordinate.
1052
1337
  */
1053
1338
  get: function () {
1054
- return this.i.kd;
1339
+ return this.i.ks;
1055
1340
  },
1056
1341
  set: function (v) {
1057
- this.i.kd = +v;
1058
- this._a("suffixIconViewBoxLeft", this.i.kd);
1342
+ this.i.ks = +v;
1343
+ this._a("suffixIconViewBoxLeft", this.i.ks);
1059
1344
  },
1060
1345
  enumerable: false,
1061
1346
  configurable: true
@@ -1065,11 +1350,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1065
1350
  * Gets or sets the suffix icon's viewbox y coordinate.
1066
1351
  */
1067
1352
  get: function () {
1068
- return this.i.ke;
1353
+ return this.i.kt;
1069
1354
  },
1070
1355
  set: function (v) {
1071
- this.i.ke = +v;
1072
- this._a("suffixIconViewBoxTop", this.i.ke);
1356
+ this.i.kt = +v;
1357
+ this._a("suffixIconViewBoxTop", this.i.kt);
1073
1358
  },
1074
1359
  enumerable: false,
1075
1360
  configurable: true
@@ -1079,11 +1364,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1079
1364
  * Gets or sets the suffix icon's viewbox width.
1080
1365
  */
1081
1366
  get: function () {
1082
- return this.i.kf;
1367
+ return this.i.ku;
1083
1368
  },
1084
1369
  set: function (v) {
1085
- this.i.kf = +v;
1086
- this._a("suffixIconViewBoxWidth", this.i.kf);
1370
+ this.i.ku = +v;
1371
+ this._a("suffixIconViewBoxWidth", this.i.ku);
1087
1372
  },
1088
1373
  enumerable: false,
1089
1374
  configurable: true
@@ -1093,11 +1378,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1093
1378
  * Gets or sets the suffix icon's viewbox height.
1094
1379
  */
1095
1380
  get: function () {
1096
- return this.i.kc;
1381
+ return this.i.kr;
1097
1382
  },
1098
1383
  set: function (v) {
1099
- this.i.kc = +v;
1100
- this._a("suffixIconViewBoxHeight", this.i.kc);
1384
+ this.i.kr = +v;
1385
+ this._a("suffixIconViewBoxHeight", this.i.kr);
1101
1386
  },
1102
1387
  enumerable: false,
1103
1388
  configurable: true
@@ -1107,11 +1392,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1107
1392
  * Gets or sets the suffix margin.
1108
1393
  */
1109
1394
  get: function () {
1110
- return this.i.kg;
1395
+ return this.i.kv;
1111
1396
  },
1112
1397
  set: function (v) {
1113
- this.i.kg = +v;
1114
- this._a("suffixMargin", this.i.kg);
1398
+ this.i.kv = +v;
1399
+ this._a("suffixMargin", this.i.kv);
1115
1400
  },
1116
1401
  enumerable: false,
1117
1402
  configurable: true
@@ -1121,11 +1406,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1121
1406
  * Gets or sets the text decoration to apply to cells in this column.
1122
1407
  */
1123
1408
  get: function () {
1124
- return this.i.iq;
1409
+ return this.i.iu;
1125
1410
  },
1126
1411
  set: function (v) {
1127
- this.i.iq = ensureEnum(TextCellDecoration_$type, v);
1128
- this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iq));
1412
+ this.i.iu = ensureEnum(TextCellDecoration_$type, v);
1413
+ this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iu));
1129
1414
  },
1130
1415
  enumerable: false,
1131
1416
  configurable: true
@@ -1162,18 +1447,18 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1162
1447
 
1163
1448
  */
1164
1449
  IgcDataGridColumnComponent.prototype.getUniqueKey = function () {
1165
- var iv = this.i.mc();
1450
+ var iv = this.i.nk();
1166
1451
  return (iv);
1167
1452
  };
1168
1453
  IgcDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
1169
- this.i.n2(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1454
+ this.i.pc(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1170
1455
  };
1171
1456
  /**
1172
1457
  * Returns if the column has named header values.
1173
1458
 
1174
1459
  */
1175
1460
  IgcDataGridColumnComponent.prototype.hasNamedHeaderValues = function () {
1176
- var iv = this.i.jl();
1461
+ var iv = this.i.j0();
1177
1462
  return (iv);
1178
1463
  };
1179
1464
  /**
@@ -1182,7 +1467,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1182
1467
  * @param valueName * The named value to check for.
1183
1468
  */
1184
1469
  IgcDataGridColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
1185
- var iv = this.i.jk(valueName);
1470
+ var iv = this.i.jz(valueName);
1186
1471
  return (iv);
1187
1472
  };
1188
1473
  /**
@@ -1191,7 +1476,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1191
1476
  * @param valueName * The named header value to remove.
1192
1477
  */
1193
1478
  IgcDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
1194
- this.i.n1(valueName);
1479
+ this.i.pb(valueName);
1195
1480
  };
1196
1481
  /**
1197
1482
  * Gets the value of a named header value for this column by name.
@@ -1199,11 +1484,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1199
1484
  * @param valueName * Name of the named header value to retrieve.
1200
1485
  */
1201
1486
  IgcDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
1202
- var iv = this.i.k7(valueName);
1487
+ var iv = this.i.lq(valueName);
1203
1488
  return (iv);
1204
1489
  };
1205
1490
  IgcDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
1206
- this.i.nu(filterID, index, value);
1491
+ this.i.o2(filterID, index, value);
1207
1492
  };
1208
1493
  IgcDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
1209
1494
  var iv = this.i.getDesiredToolbarActions();
@@ -1266,7 +1551,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
1266
1551
  this._actualHeaderTextChange = ev;
1267
1552
  this._actualHeaderTextChange_wrapped = function (o, e) {
1268
1553
  var ext = _this.actualHeaderText;
1269
- if (e.propertyName == 'Lm') {
1554
+ if (e.propertyName == 'Mi') {
1270
1555
  if (_this.beforeActualHeaderTextChange) {
1271
1556
  _this.beforeActualHeaderTextChange(_this, ext);
1272
1557
  }