igniteui-angular-data-grids 21.0.1-beta.0 → 21.1.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (279) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
  2. package/bundles/igniteui-angular-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 +6 -6
  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 +39 -36
  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 +8357 -7096
  21. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  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 +3 -3
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +8 -8
  33. package/esm2015/lib/EditorCell.js +291 -291
  34. package/esm2015/lib/EditorCellPresenter.js +26 -26
  35. package/esm2015/lib/FilterCell.js +269 -269
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +171 -154
  38. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  39. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  40. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  41. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  43. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  44. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  45. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  46. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  47. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  48. package/esm2015/lib/GridExternalWrapper.js +12 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
  50. package/esm2015/lib/GridIconRepository.js +94 -0
  51. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  52. package/esm2015/lib/GridStyleRepository.js +123 -115
  53. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  54. package/esm2015/lib/ICheckboxListView.js +11 -0
  55. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  56. package/esm2015/lib/ImageCell.js +57 -57
  57. package/esm2015/lib/ImageCellPresenter.js +15 -15
  58. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  59. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  60. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  61. package/esm2015/lib/NumericCell.js +8 -8
  62. package/esm2015/lib/NumericCellPresenter.js +9 -9
  63. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  64. package/esm2015/lib/SectionHeaderCell.js +22 -10
  65. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  66. package/esm2015/lib/SummaryCell.js +47 -38
  67. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  68. package/esm2015/lib/TemplateCell.js +16 -16
  69. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  70. package/esm2015/lib/TemplateHeader.js +5 -5
  71. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  72. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  73. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  74. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  75. package/esm2015/lib/TextCell.js +29 -29
  76. package/esm2015/lib/TextCellPresenter.js +10 -10
  77. package/esm2015/lib/TextHeaderCell.js +188 -153
  78. package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
  79. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  80. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  81. package/esm2015/lib/igx-cell-info.js +115 -91
  82. package/esm2015/lib/igx-checkbox-list-component.js +46 -47
  83. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  84. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  85. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  86. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  87. package/esm2015/lib/igx-data-grid-column-component.js +289 -163
  88. package/esm2015/lib/igx-data-grid-component.js +163 -2
  89. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
  90. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  91. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  92. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  93. package/esm2015/lib/igx-definition-base-component.js +8 -8
  94. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  95. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  96. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  97. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  98. package/esm2015/lib/igx-header-component.js +16 -16
  99. package/esm2015/lib/igx-image-cell-info.js +6 -6
  100. package/esm2015/lib/igx-image-column-component.js +10 -10
  101. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  102. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  103. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  104. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  106. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  107. package/esm2015/lib/igx-section-header-component.js +55 -17
  108. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  110. package/esm2015/lib/igx-summary-row-component.js +16 -16
  111. package/esm2015/lib/igx-template-cell-info.js +2 -2
  112. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  113. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  114. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  115. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  116. package/esm2015/lib/igx-text-cell-info.js +2 -2
  117. package/esm2015/lib/igx-text-column-component.js +8 -8
  118. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  119. package/esm2015/lib/igx-text-header-cell-info.js +74 -24
  120. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  121. package/esm2015/public_api.js +2 -0
  122. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  123. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  124. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  125. package/esm5/lib/CanvasGridCellBase.js +13 -13
  126. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  127. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  129. package/esm5/lib/CanvasSummaryCell.js +2 -2
  130. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  131. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  132. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  134. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  135. package/esm5/lib/CellPresenterBase.js +39 -36
  136. package/esm5/lib/CheckboxListBridge.js +36 -36
  137. package/esm5/lib/CheckboxListView_combined.js +400 -395
  138. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  139. package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
  140. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  141. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  142. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  143. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  144. package/esm5/lib/ContentCellModelHelper.js +10 -10
  145. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  146. package/esm5/lib/DataGridLocaleEn.js +3 -0
  147. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  148. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  149. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  150. package/esm5/lib/Dragger.js +4 -4
  151. package/esm5/lib/DraggerView.js +8 -8
  152. package/esm5/lib/EditorCell.js +277 -277
  153. package/esm5/lib/EditorCellPresenter.js +26 -26
  154. package/esm5/lib/FilterCell.js +259 -259
  155. package/esm5/lib/FilterCellPresenter.js +15 -15
  156. package/esm5/lib/GridCellBase.js +168 -147
  157. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  158. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  159. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  160. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  161. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  162. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  163. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  164. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  165. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  166. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  167. package/esm5/lib/GridExternalWrapper.js +12 -6
  168. package/esm5/lib/GridFilterDialogView_combined.js +381 -247
  169. package/esm5/lib/GridIconRepository.js +98 -0
  170. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  171. package/esm5/lib/GridStyleRepository.js +127 -115
  172. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  173. package/esm5/lib/ICheckboxListView.js +11 -0
  174. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  175. package/esm5/lib/ImageCell.js +57 -57
  176. package/esm5/lib/ImageCellPresenter.js +15 -15
  177. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  178. package/esm5/lib/NativeUIComboFactory.js +1 -1
  179. package/esm5/lib/NativeUIGridFactory.js +2 -2
  180. package/esm5/lib/NumericCell.js +8 -8
  181. package/esm5/lib/NumericCellPresenter.js +9 -9
  182. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  183. package/esm5/lib/SectionHeaderCell.js +22 -10
  184. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  185. package/esm5/lib/SummaryCell.js +47 -38
  186. package/esm5/lib/SummaryCellPresenter.js +10 -10
  187. package/esm5/lib/TemplateCell.js +16 -16
  188. package/esm5/lib/TemplateCellPresenter.js +3 -3
  189. package/esm5/lib/TemplateHeader.js +5 -5
  190. package/esm5/lib/TemplateHeaderCell.js +5 -5
  191. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  192. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  193. package/esm5/lib/TemplateSectionHeader.js +1 -1
  194. package/esm5/lib/TextCell.js +29 -29
  195. package/esm5/lib/TextCellPresenter.js +10 -10
  196. package/esm5/lib/TextHeaderCell.js +186 -151
  197. package/esm5/lib/TextHeaderCellPresenter.js +58 -39
  198. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  199. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  200. package/esm5/lib/igx-cell-info.js +127 -91
  201. package/esm5/lib/igx-checkbox-list-component.js +46 -47
  202. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  203. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  204. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  205. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  206. package/esm5/lib/igx-data-grid-column-component.js +341 -163
  207. package/esm5/lib/igx-data-grid-component.js +213 -2
  208. package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
  209. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  210. package/esm5/lib/igx-date-time-column-component.js +20 -20
  211. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  212. package/esm5/lib/igx-definition-base-component.js +8 -8
  213. package/esm5/lib/igx-editor-cell-info.js +23 -23
  214. package/esm5/lib/igx-filter-cell-info.js +26 -26
  215. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  216. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-header-component.js +16 -16
  218. package/esm5/lib/igx-image-cell-info.js +6 -6
  219. package/esm5/lib/igx-image-column-component.js +10 -10
  220. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  221. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  222. package/esm5/lib/igx-numeric-column-component.js +47 -31
  223. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  224. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  225. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  226. package/esm5/lib/igx-section-header-component.js +71 -17
  227. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  228. package/esm5/lib/igx-summary-cell-info.js +9 -9
  229. package/esm5/lib/igx-summary-row-component.js +16 -16
  230. package/esm5/lib/igx-template-cell-info.js +2 -2
  231. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  232. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  233. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  235. package/esm5/lib/igx-text-cell-info.js +2 -2
  236. package/esm5/lib/igx-text-column-component.js +8 -8
  237. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-text-header-cell-info.js +98 -24
  239. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  240. package/esm5/public_api.js +2 -0
  241. package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
  242. package/fesm5/igniteui-angular-data-grids.js +15844 -13296
  243. package/lib/CheckboxListView_combined.d.ts +104 -104
  244. package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
  245. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  246. package/lib/DataGridLocaleEn.d.ts +3 -0
  247. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  248. package/lib/EditorCell.d.ts +67 -67
  249. package/lib/FilterCell.d.ts +55 -55
  250. package/lib/GridCellBase.d.ts +64 -61
  251. package/lib/GridExternalWrapper.d.ts +2 -0
  252. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  253. package/lib/GridIconRepository.d.ts +44 -0
  254. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  255. package/lib/GridStyleRepository.d.ts +3 -2
  256. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  257. package/lib/ICheckboxListView.d.ts +38 -0
  258. package/lib/ImageCell.d.ts +17 -17
  259. package/lib/NumericCell.d.ts +2 -2
  260. package/lib/SectionHeaderCell.d.ts +5 -3
  261. package/lib/SummaryCell.d.ts +11 -9
  262. package/lib/TemplateCell.d.ts +5 -5
  263. package/lib/TemplateHeader.d.ts +1 -1
  264. package/lib/TemplateHeaderCell.d.ts +2 -2
  265. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  266. package/lib/TemplateSectionHeader.d.ts +1 -1
  267. package/lib/TextCell.d.ts +7 -7
  268. package/lib/TextHeaderCell.d.ts +30 -30
  269. package/lib/VerticalSeparatorCell.d.ts +8 -8
  270. package/lib/igx-cell-info.d.ts +15 -0
  271. package/lib/igx-data-grid-column-component.d.ts +42 -1
  272. package/lib/igx-data-grid-component.d.ts +61 -1
  273. package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
  274. package/lib/igx-numeric-cell-info.d.ts +6 -0
  275. package/lib/igx-numeric-column-component.d.ts +8 -1
  276. package/lib/igx-section-header-component.d.ts +15 -1
  277. package/lib/igx-text-header-cell-info.d.ts +16 -0
  278. package/package.json +4 -4
  279. package/public_api.d.ts +2 -0
@@ -65,10 +65,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
65
65
  * Gets or sets the amount of left padding to use for the cell content for this column.
66
66
  */
67
67
  get: function () {
68
- return this.i.k7;
68
+ return this.i.lm;
69
69
  },
70
70
  set: function (v) {
71
- this.i.k7 = +v;
71
+ this.i.lm = +v;
72
72
  },
73
73
  enumerable: false,
74
74
  configurable: true
@@ -78,10 +78,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
78
78
  * Gets or sets the amount of top padding to use for the cell content for this column.
79
79
  */
80
80
  get: function () {
81
- return this.i.k9;
81
+ return this.i.lo;
82
82
  },
83
83
  set: function (v) {
84
- this.i.k9 = +v;
84
+ this.i.lo = +v;
85
85
  },
86
86
  enumerable: false,
87
87
  configurable: true
@@ -91,10 +91,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
91
91
  * Gets or sets the amount of right padding to use for the cell content of this column.
92
92
  */
93
93
  get: function () {
94
- return this.i.k8;
94
+ return this.i.ln;
95
95
  },
96
96
  set: function (v) {
97
- this.i.k8 = +v;
97
+ this.i.ln = +v;
98
98
  },
99
99
  enumerable: false,
100
100
  configurable: true
@@ -104,10 +104,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
104
104
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
105
105
  */
106
106
  get: function () {
107
- return this.i.k6;
107
+ return this.i.ll;
108
108
  },
109
109
  set: function (v) {
110
- this.i.k6 = +v;
110
+ this.i.ll = +v;
111
111
  },
112
112
  enumerable: false,
113
113
  configurable: true
@@ -117,10 +117,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
117
117
  * Gets or sets an unique name of the Column
118
118
  */
119
119
  get: function () {
120
- return this.i.ni;
120
+ return this.i.ob;
121
121
  },
122
122
  set: function (v) {
123
- this.i.ni = v;
123
+ this.i.ob = v;
124
124
  },
125
125
  enumerable: false,
126
126
  configurable: true
@@ -130,10 +130,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
130
130
  * Gets or sets the key used for the column binding
131
131
  */
132
132
  get: function () {
133
- return this.i.mr;
133
+ return this.i.nj;
134
134
  },
135
135
  set: function (v) {
136
- this.i.mr = v;
136
+ this.i.nj = v;
137
137
  },
138
138
  enumerable: false,
139
139
  configurable: true
@@ -143,10 +143,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
143
143
  * Gets or sets the text displayed in the header of the column
144
144
  */
145
145
  get: function () {
146
- return this.i.my;
146
+ return this.i.nq;
147
147
  },
148
148
  set: function (v) {
149
- this.i.my = v;
149
+ this.i.nq = v;
150
150
  },
151
151
  enumerable: false,
152
152
  configurable: true
@@ -156,10 +156,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
156
156
  * Gets the actual text displayed in the header of the column
157
157
  */
158
158
  get: function () {
159
- return this.i.l0;
159
+ return this.i.ml;
160
160
  },
161
161
  set: function (v) {
162
- this.i.l0 = v;
162
+ this.i.ml = v;
163
163
  },
164
164
  enumerable: false,
165
165
  configurable: true
@@ -169,10 +169,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
169
169
  * Gets or sets the background color to use for the cells when they are selected
170
170
  */
171
171
  get: function () {
172
- return brushToString(this.i.qm);
172
+ return brushToString(this.i.r2);
173
173
  },
174
174
  set: function (v) {
175
- this.i.qm = stringToBrush(v);
175
+ this.i.r2 = stringToBrush(v);
176
176
  },
177
177
  enumerable: false,
178
178
  configurable: true
@@ -182,10 +182,36 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
182
182
  * Gets the actual background color that is used for the cells when they are selected
183
183
  */
184
184
  get: function () {
185
- return brushToString(this.i.p9);
185
+ return brushToString(this.i.rl);
186
186
  },
187
187
  set: function (v) {
188
- this.i.p9 = stringToBrush(v);
188
+ this.i.rl = stringToBrush(v);
189
+ },
190
+ enumerable: false,
191
+ configurable: true
192
+ });
193
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "selectedTextColor", {
194
+ /**
195
+ * Gets or sets the text color to use for the cells when they are selected
196
+ */
197
+ get: function () {
198
+ return brushToString(this.i.r3);
199
+ },
200
+ set: function (v) {
201
+ this.i.r3 = stringToBrush(v);
202
+ },
203
+ enumerable: false,
204
+ configurable: true
205
+ });
206
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualSelectedTextColor", {
207
+ /**
208
+ * Gets the actual text color that is used for the cells when they are selected
209
+ */
210
+ get: function () {
211
+ return brushToString(this.i.rm);
212
+ },
213
+ set: function (v) {
214
+ this.i.rm = stringToBrush(v);
189
215
  },
190
216
  enumerable: false,
191
217
  configurable: true
@@ -195,10 +221,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
195
221
  * Gets or sets the background color to use for the cells when the row is hovered.
196
222
  */
197
223
  get: function () {
198
- return brushToString(this.i.qk);
224
+ return brushToString(this.i.r0);
199
225
  },
200
226
  set: function (v) {
201
- this.i.qk = stringToBrush(v);
227
+ this.i.r0 = stringToBrush(v);
202
228
  },
203
229
  enumerable: false,
204
230
  configurable: true
@@ -208,10 +234,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
208
234
  * Gets the actual background color that is used for the cells when they are hovered.
209
235
  */
210
236
  get: function () {
211
- return brushToString(this.i.p7);
237
+ return brushToString(this.i.rj);
212
238
  },
213
239
  set: function (v) {
214
- this.i.p7 = stringToBrush(v);
240
+ this.i.rj = stringToBrush(v);
215
241
  },
216
242
  enumerable: false,
217
243
  configurable: true
@@ -221,10 +247,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
221
247
  * Gets or sets the text color to use for the cells when the row is hovered.
222
248
  */
223
249
  get: function () {
224
- return brushToString(this.i.ql);
250
+ return brushToString(this.i.r1);
225
251
  },
226
252
  set: function (v) {
227
- this.i.ql = stringToBrush(v);
253
+ this.i.r1 = stringToBrush(v);
228
254
  },
229
255
  enumerable: false,
230
256
  configurable: true
@@ -234,10 +260,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
234
260
  * Gets the actual text color that is used for the cells when they are hovered.
235
261
  */
236
262
  get: function () {
237
- return brushToString(this.i.p8);
263
+ return brushToString(this.i.rk);
238
264
  },
239
265
  set: function (v) {
240
- this.i.p8 = stringToBrush(v);
266
+ this.i.rk = stringToBrush(v);
241
267
  },
242
268
  enumerable: false,
243
269
  configurable: true
@@ -247,7 +273,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
247
273
  * Gets or sets the animation settings to use for this column.
248
274
  */
249
275
  get: function () {
250
- var r = this.i.ic;
276
+ var r = this.i.id;
251
277
  if (r == null) {
252
278
  return null;
253
279
  }
@@ -266,7 +292,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
266
292
  return r.externalObject;
267
293
  },
268
294
  set: function (v) {
269
- v == null ? this.i.ic = null : this.i.ic = v.i;
295
+ v == null ? this.i.id = null : this.i.id = v.i;
270
296
  },
271
297
  enumerable: false,
272
298
  configurable: true
@@ -311,10 +337,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
311
337
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
312
338
  */
313
339
  get: function () {
314
- return this.i.ki;
340
+ return this.i.kt;
315
341
  },
316
342
  set: function (v) {
317
- this.i.ki = +v;
343
+ this.i.kt = +v;
318
344
  },
319
345
  enumerable: false,
320
346
  configurable: true
@@ -324,10 +350,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
324
350
  * Gets whether this column was projected from markup/templates and is constrained.
325
351
  */
326
352
  get: function () {
327
- return this.i.j0;
353
+ return this.i.ka;
328
354
  },
329
355
  set: function (v) {
330
- this.i.j0 = ensureBool(v);
356
+ this.i.ka = ensureBool(v);
331
357
  },
332
358
  enumerable: false,
333
359
  configurable: true
@@ -337,10 +363,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
337
363
  * Gets whether this column was auto generated.
338
364
  */
339
365
  get: function () {
340
- return this.i.ju;
366
+ return this.i.j4;
341
367
  },
342
368
  set: function (v) {
343
- this.i.ju = ensureBool(v);
369
+ this.i.j4 = ensureBool(v);
344
370
  },
345
371
  enumerable: false,
346
372
  configurable: true
@@ -350,10 +376,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
350
376
  * Gets or sets a filter to apply on the values of this column
351
377
  */
352
378
  get: function () {
353
- return this.i.g4;
379
+ return this.i.g5;
354
380
  },
355
381
  set: function (v) {
356
- this.i.g4 = v;
382
+ this.i.g5 = v;
357
383
  },
358
384
  enumerable: false,
359
385
  configurable: true
@@ -363,10 +389,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
363
389
  * Gets or sets a filter to apply to the values of this column.
364
390
  */
365
391
  get: function () {
366
- return this.i.g6;
392
+ return this.i.g7;
367
393
  },
368
394
  set: function (v) {
369
- this.i.g6 = v;
395
+ this.i.g7 = v;
370
396
  },
371
397
  enumerable: false,
372
398
  configurable: true
@@ -402,10 +428,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
402
428
  * Gets or sets whether filtering is enabled for this column.
403
429
  */
404
430
  get: function () {
405
- return this.i.jz;
431
+ return this.i.j9;
406
432
  },
407
433
  set: function (v) {
408
- this.i.jz = ensureBool(v);
434
+ this.i.j9 = ensureBool(v);
409
435
  },
410
436
  enumerable: false,
411
437
  configurable: true
@@ -415,10 +441,23 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
415
441
  * Gets or sets whether resizing is enabled for this column.
416
442
  */
417
443
  get: function () {
418
- return this.i.j2;
444
+ return this.i.kc;
445
+ },
446
+ set: function (v) {
447
+ this.i.kc = ensureBool(v);
448
+ },
449
+ enumerable: false,
450
+ configurable: true
451
+ });
452
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "isSortingEnabled", {
453
+ /**
454
+ * Gets or sets whether sorting is enabled for this column from the UI.
455
+ */
456
+ get: function () {
457
+ return this.i.kd;
419
458
  },
420
459
  set: function (v) {
421
- this.i.j2 = ensureBool(v);
460
+ this.i.kd = ensureBool(v);
422
461
  },
423
462
  enumerable: false,
424
463
  configurable: true
@@ -428,10 +467,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
428
467
  * Gets or sets whether or not a column is hidden from the grid
429
468
  */
430
469
  get: function () {
431
- return this.i.j1;
470
+ return this.i.kb;
432
471
  },
433
472
  set: function (v) {
434
- this.i.j1 = ensureBool(v);
473
+ this.i.kb = ensureBool(v);
435
474
  },
436
475
  enumerable: false,
437
476
  configurable: true
@@ -441,10 +480,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
441
480
  * Gets or sets if a column should be removed from the grid when it is fully hidden
442
481
  */
443
482
  get: function () {
444
- return this.i.j5;
483
+ return this.i.kg;
445
484
  },
446
485
  set: function (v) {
447
- this.i.j5 = ensureBool(v);
486
+ this.i.kg = ensureBool(v);
448
487
  },
449
488
  enumerable: false,
450
489
  configurable: true
@@ -454,10 +493,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
454
493
  * Gets the current sort direction (None, Ascending, Descending) for this column.
455
494
  */
456
495
  get: function () {
457
- return this.i.hu;
496
+ return this.i.hv;
458
497
  },
459
498
  set: function (v) {
460
- this.i.hu = ensureEnum(ColumnSortDirection_$type, v);
499
+ this.i.hv = ensureEnum(ColumnSortDirection_$type, v);
461
500
  },
462
501
  enumerable: false,
463
502
  configurable: true
@@ -467,10 +506,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
467
506
  * Gets or sets the current fixed position for this column.
468
507
  */
469
508
  get: function () {
470
- return this.i.is;
509
+ return this.i.it;
471
510
  },
472
511
  set: function (v) {
473
- this.i.is = ensureEnum(PinnedPositions_$type, v);
512
+ this.i.it = ensureEnum(PinnedPositions_$type, v);
474
513
  },
475
514
  enumerable: false,
476
515
  configurable: true
@@ -480,10 +519,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
480
519
  * Gets the actual column options icon alignment for this column.
481
520
  */
482
521
  get: function () {
483
- return this.i.hl;
522
+ return this.i.hm;
484
523
  },
485
524
  set: function (v) {
486
- this.i.hl = ensureEnum(ColumnOptionsIconAlignment_$type, v);
525
+ this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
487
526
  },
488
527
  enumerable: false,
489
528
  configurable: true
@@ -493,10 +532,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
493
532
  * Gets or sets whether the column options icon is aligned opposite the header text or not.
494
533
  */
495
534
  get: function () {
496
- return this.i.hm;
535
+ return this.i.hn;
497
536
  },
498
537
  set: function (v) {
499
- this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
538
+ this.i.hn = ensureEnum(ColumnOptionsIconAlignment_$type, v);
500
539
  },
501
540
  enumerable: false,
502
541
  configurable: true
@@ -506,10 +545,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
506
545
  * Gets the actual column options icon color for this column.
507
546
  */
508
547
  get: function () {
509
- return brushToString(this.i.p3);
548
+ return brushToString(this.i.re);
510
549
  },
511
550
  set: function (v) {
512
- this.i.p3 = stringToBrush(v);
551
+ this.i.re = stringToBrush(v);
513
552
  },
514
553
  enumerable: false,
515
554
  configurable: true
@@ -519,10 +558,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
519
558
  * Gets or sets the column options icon color for this column.
520
559
  */
521
560
  get: function () {
522
- return brushToString(this.i.qe);
561
+ return brushToString(this.i.rt);
523
562
  },
524
563
  set: function (v) {
525
- this.i.qe = stringToBrush(v);
564
+ this.i.rt = stringToBrush(v);
526
565
  },
527
566
  enumerable: false,
528
567
  configurable: true
@@ -532,10 +571,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
532
571
  * Gets or sets how the column option icon will behave in the column header.
533
572
  */
534
573
  get: function () {
535
- return this.i.hq;
574
+ return this.i.hr;
536
575
  },
537
576
  set: function (v) {
538
- this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
577
+ this.i.hr = ensureEnum(ColumnOptionsIconBehavior_$type, v);
539
578
  },
540
579
  enumerable: false,
541
580
  configurable: true
@@ -545,10 +584,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
545
584
  * Gets or sets how the column option icon will behave in the column header.
546
585
  */
547
586
  get: function () {
548
- return this.i.hp;
587
+ return this.i.hq;
549
588
  },
550
589
  set: function (v) {
551
- this.i.hp = ensureEnum(ColumnOptionsIconBehavior_$type, v);
590
+ this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
552
591
  },
553
592
  enumerable: false,
554
593
  configurable: true
@@ -558,10 +597,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
558
597
  * Gets the actual state of the column options for this column.
559
598
  */
560
599
  get: function () {
561
- return this.i.jn;
600
+ return this.i.jx;
562
601
  },
563
602
  set: function (v) {
564
- this.i.jn = ensureBool(v);
603
+ this.i.jx = ensureBool(v);
565
604
  },
566
605
  enumerable: false,
567
606
  configurable: true
@@ -572,10 +611,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
572
611
  * then it will be disabled for the column regardless of what this is set to.
573
612
  */
574
613
  get: function () {
575
- return this.i.jv;
614
+ return this.i.j5;
576
615
  },
577
616
  set: function (v) {
578
- this.i.jv = ensureBool(v);
617
+ this.i.j5 = ensureBool(v);
579
618
  },
580
619
  enumerable: false,
581
620
  configurable: true
@@ -585,10 +624,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
585
624
  * Gets the actual state of summaries menu in the column options for this column.
586
625
  */
587
626
  get: function () {
588
- return this.i.jp;
627
+ return this.i.jz;
589
628
  },
590
629
  set: function (v) {
591
- this.i.jp = ensureBool(v);
630
+ this.i.jz = ensureBool(v);
592
631
  },
593
632
  enumerable: false,
594
633
  configurable: true
@@ -598,10 +637,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
598
637
  * Gets or sets whether to show the summaries option in the column options menu for this column.
599
638
  */
600
639
  get: function () {
601
- return this.i.jx;
640
+ return this.i.j7;
602
641
  },
603
642
  set: function (v) {
604
- this.i.jx = ensureBool(v);
643
+ this.i.j7 = ensureBool(v);
605
644
  },
606
645
  enumerable: false,
607
646
  configurable: true
@@ -611,10 +650,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
611
650
  * Gets the actual state of grouping menu in the column options for this column.
612
651
  */
613
652
  get: function () {
614
- return this.i.jo;
653
+ return this.i.jy;
615
654
  },
616
655
  set: function (v) {
617
- this.i.jo = ensureBool(v);
656
+ this.i.jy = ensureBool(v);
618
657
  },
619
658
  enumerable: false,
620
659
  configurable: true
@@ -624,10 +663,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
624
663
  * Gets or sets whether to show the grouping option in the column options menu for this column.
625
664
  */
626
665
  get: function () {
627
- return this.i.jw;
666
+ return this.i.j6;
628
667
  },
629
668
  set: function (v) {
630
- this.i.jw = ensureBool(v);
669
+ this.i.j6 = ensureBool(v);
631
670
  },
632
671
  enumerable: false,
633
672
  configurable: true
@@ -637,10 +676,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
637
676
  * Gets or sets the column options dropdown background color.
638
677
  */
639
678
  get: function () {
640
- return brushToString(this.i.p0);
679
+ return brushToString(this.i.q9);
641
680
  },
642
681
  set: function (v) {
643
- this.i.p0 = stringToBrush(v);
682
+ this.i.q9 = stringToBrush(v);
644
683
  },
645
684
  enumerable: false,
646
685
  configurable: true
@@ -650,10 +689,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
650
689
  * Gets or sets the column options dropdown background color.
651
690
  */
652
691
  get: function () {
653
- return brushToString(this.i.qb);
692
+ return brushToString(this.i.ro);
654
693
  },
655
694
  set: function (v) {
656
- this.i.qb = stringToBrush(v);
695
+ this.i.ro = stringToBrush(v);
657
696
  },
658
697
  enumerable: false,
659
698
  configurable: true
@@ -663,10 +702,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
663
702
  * Gets or sets the text color for text inside the column options menu.
664
703
  */
665
704
  get: function () {
666
- return brushToString(this.i.p5);
705
+ return brushToString(this.i.rg);
667
706
  },
668
707
  set: function (v) {
669
- this.i.p5 = stringToBrush(v);
708
+ this.i.rg = stringToBrush(v);
670
709
  },
671
710
  enumerable: false,
672
711
  configurable: true
@@ -676,10 +715,88 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
676
715
  * Gets or sets the text color for text inside the column options menu.
677
716
  */
678
717
  get: function () {
679
- return brushToString(this.i.qg);
718
+ return brushToString(this.i.rv);
719
+ },
720
+ set: function (v) {
721
+ this.i.rv = stringToBrush(v);
722
+ },
723
+ enumerable: false,
724
+ configurable: true
725
+ });
726
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsTextStyle", {
727
+ /**
728
+ * Gets or sets the font settings for text inside the column options menu.
729
+ */
730
+ get: function () {
731
+ if (this.i.jd == null) {
732
+ return null;
733
+ }
734
+ return this.i.jd.fontString;
735
+ },
736
+ set: function (v) {
737
+ var fi = new FontInfo();
738
+ fi.fontString = v;
739
+ this.i.jd = fi;
740
+ },
741
+ enumerable: false,
742
+ configurable: true
743
+ });
744
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsHoverBackgroundColor", {
745
+ get: function () {
746
+ return brushToString(this.i.rd);
747
+ },
748
+ set: function (v) {
749
+ this.i.rd = stringToBrush(v);
750
+ },
751
+ enumerable: false,
752
+ configurable: true
753
+ });
754
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsHoverBackgroundColor", {
755
+ get: function () {
756
+ return brushToString(this.i.rs);
680
757
  },
681
758
  set: function (v) {
682
- this.i.qg = stringToBrush(v);
759
+ this.i.rs = stringToBrush(v);
760
+ },
761
+ enumerable: false,
762
+ configurable: true
763
+ });
764
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsToolTipBackgroundColor", {
765
+ get: function () {
766
+ return brushToString(this.i.rh);
767
+ },
768
+ set: function (v) {
769
+ this.i.rh = stringToBrush(v);
770
+ },
771
+ enumerable: false,
772
+ configurable: true
773
+ });
774
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsToolTipBackgroundColor", {
775
+ get: function () {
776
+ return brushToString(this.i.rw);
777
+ },
778
+ set: function (v) {
779
+ this.i.rw = stringToBrush(v);
780
+ },
781
+ enumerable: false,
782
+ configurable: true
783
+ });
784
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsHighlightColor", {
785
+ get: function () {
786
+ return brushToString(this.i.rc);
787
+ },
788
+ set: function (v) {
789
+ this.i.rc = stringToBrush(v);
790
+ },
791
+ enumerable: false,
792
+ configurable: true
793
+ });
794
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsHighlightColor", {
795
+ get: function () {
796
+ return brushToString(this.i.rr);
797
+ },
798
+ set: function (v) {
799
+ this.i.rr = stringToBrush(v);
683
800
  },
684
801
  enumerable: false,
685
802
  configurable: true
@@ -689,10 +806,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
689
806
  * Gets or sets the color of separators inside the column options menu.
690
807
  */
691
808
  get: function () {
692
- return brushToString(this.i.p4);
809
+ return brushToString(this.i.rf);
693
810
  },
694
811
  set: function (v) {
695
- this.i.p4 = stringToBrush(v);
812
+ this.i.rf = stringToBrush(v);
696
813
  },
697
814
  enumerable: false,
698
815
  configurable: true
@@ -702,10 +819,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
702
819
  * Gets or sets the color of separators inside the column options menu.
703
820
  */
704
821
  get: function () {
705
- return brushToString(this.i.qf);
822
+ return brushToString(this.i.ru);
706
823
  },
707
824
  set: function (v) {
708
- this.i.qf = stringToBrush(v);
825
+ this.i.ru = stringToBrush(v);
709
826
  },
710
827
  enumerable: false,
711
828
  configurable: true
@@ -715,10 +832,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
715
832
  * Gets or sets the background color for group headers inside the column options menu.
716
833
  */
717
834
  get: function () {
718
- return brushToString(this.i.p1);
835
+ return brushToString(this.i.ra);
719
836
  },
720
837
  set: function (v) {
721
- this.i.p1 = stringToBrush(v);
838
+ this.i.ra = stringToBrush(v);
722
839
  },
723
840
  enumerable: false,
724
841
  configurable: true
@@ -728,10 +845,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
728
845
  * Gets or sets the background color for group headers inside the column options menu.
729
846
  */
730
847
  get: function () {
731
- return brushToString(this.i.qc);
848
+ return brushToString(this.i.rp);
732
849
  },
733
850
  set: function (v) {
734
- this.i.qc = stringToBrush(v);
851
+ this.i.rp = stringToBrush(v);
735
852
  },
736
853
  enumerable: false,
737
854
  configurable: true
@@ -741,10 +858,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
741
858
  * Gets the actual text color for group headers inside the column options menu.
742
859
  */
743
860
  get: function () {
744
- return brushToString(this.i.p2);
861
+ return brushToString(this.i.rb);
745
862
  },
746
863
  set: function (v) {
747
- this.i.p2 = stringToBrush(v);
864
+ this.i.rb = stringToBrush(v);
748
865
  },
749
866
  enumerable: false,
750
867
  configurable: true
@@ -754,30 +871,65 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
754
871
  * Gets or sets the text color for group headers inside the column options menu.
755
872
  */
756
873
  get: function () {
757
- return brushToString(this.i.qd);
874
+ return brushToString(this.i.rq);
758
875
  },
759
876
  set: function (v) {
760
- this.i.qd = stringToBrush(v);
877
+ this.i.rq = stringToBrush(v);
878
+ },
879
+ enumerable: false,
880
+ configurable: true
881
+ });
882
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsGroupHeaderTextStyle", {
883
+ get: function () {
884
+ if (this.i.jc == null) {
885
+ return null;
886
+ }
887
+ return this.i.jc.fontString;
888
+ },
889
+ set: function (v) {
890
+ var fi = new FontInfo();
891
+ fi.fontString = v;
892
+ this.i.jc = fi;
761
893
  },
762
894
  enumerable: false,
763
895
  configurable: true
764
896
  });
765
897
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsAccentColor", {
766
898
  get: function () {
767
- return brushToString(this.i.pz);
899
+ return brushToString(this.i.q8);
768
900
  },
769
901
  set: function (v) {
770
- this.i.pz = stringToBrush(v);
902
+ this.i.q8 = stringToBrush(v);
771
903
  },
772
904
  enumerable: false,
773
905
  configurable: true
774
906
  });
775
907
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsAccentColor", {
776
908
  get: function () {
777
- return brushToString(this.i.qa);
909
+ return brushToString(this.i.rn);
910
+ },
911
+ set: function (v) {
912
+ this.i.rn = stringToBrush(v);
913
+ },
914
+ enumerable: false,
915
+ configurable: true
916
+ });
917
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsRowHeight", {
918
+ get: function () {
919
+ return this.i.lc;
920
+ },
921
+ set: function (v) {
922
+ this.i.lc = +v;
923
+ },
924
+ enumerable: false,
925
+ configurable: true
926
+ });
927
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsRowHeight", {
928
+ get: function () {
929
+ return this.i.ld;
778
930
  },
779
931
  set: function (v) {
780
- this.i.qa = stringToBrush(v);
932
+ this.i.ld = +v;
781
933
  },
782
934
  enumerable: false,
783
935
  configurable: true
@@ -787,10 +939,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
787
939
  * Gets or sets if the column is editable.
788
940
  */
789
941
  get: function () {
790
- return this.i.jy;
942
+ return this.i.j8;
791
943
  },
792
944
  set: function (v) {
793
- this.i.jy = ensureBool(v);
945
+ this.i.j8 = ensureBool(v);
794
946
  },
795
947
  enumerable: false,
796
948
  configurable: true
@@ -800,10 +952,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
800
952
  * Gets or sets the text color used for deleted rows.
801
953
  */
802
954
  get: function () {
803
- return brushToString(this.i.qh);
955
+ return brushToString(this.i.rx);
804
956
  },
805
957
  set: function (v) {
806
- this.i.qh = stringToBrush(v);
958
+ this.i.rx = stringToBrush(v);
807
959
  },
808
960
  enumerable: false,
809
961
  configurable: true
@@ -813,10 +965,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
813
965
  * Gets the actual text color used for deleted rows.
814
966
  */
815
967
  get: function () {
816
- return brushToString(this.i.p6);
968
+ return brushToString(this.i.ri);
817
969
  },
818
970
  set: function (v) {
819
- this.i.p6 = stringToBrush(v);
971
+ this.i.ri = stringToBrush(v);
820
972
  },
821
973
  enumerable: false,
822
974
  configurable: true
@@ -826,10 +978,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
826
978
  * Gets or sets the opacity to use for unsaved edited cell values.
827
979
  */
828
980
  get: function () {
829
- return this.i.kh;
981
+ return this.i.ks;
830
982
  },
831
983
  set: function (v) {
832
- this.i.kh = +v;
984
+ this.i.ks = +v;
833
985
  },
834
986
  enumerable: false,
835
987
  configurable: true
@@ -839,10 +991,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
839
991
  * Gets the actual opacity for unsaved edited cell values.
840
992
  */
841
993
  get: function () {
842
- return this.i.kg;
994
+ return this.i.kr;
843
995
  },
844
996
  set: function (v) {
845
- this.i.kg = +v;
997
+ this.i.kr = +v;
846
998
  },
847
999
  enumerable: false,
848
1000
  configurable: true
@@ -870,15 +1022,15 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
870
1022
  * Gets the actual font style used for unsaved cell edits.
871
1023
  */
872
1024
  get: function () {
873
- if (this.i.i4 == null) {
1025
+ if (this.i.jb == null) {
874
1026
  return null;
875
1027
  }
876
- return this.i.i4.fontString;
1028
+ return this.i.jb.fontString;
877
1029
  },
878
1030
  set: function (v) {
879
1031
  var fi = new FontInfo();
880
1032
  fi.fontString = v;
881
- this.i.i4 = fi;
1033
+ this.i.jb = fi;
882
1034
  },
883
1035
  enumerable: false,
884
1036
  configurable: true
@@ -888,10 +1040,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
888
1040
  * Gets or sets if and how cell merging is performed for this field.
889
1041
  */
890
1042
  get: function () {
891
- return this.i.io;
1043
+ return this.i.ip;
892
1044
  },
893
1045
  set: function (v) {
894
- this.i.io = ensureEnum(MergedCellMode_$type, v);
1046
+ this.i.ip = ensureEnum(MergedCellMode_$type, v);
895
1047
  },
896
1048
  enumerable: false,
897
1049
  configurable: true
@@ -901,10 +1053,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
901
1053
  * Gets or sets how cells are evaluated for merging.
902
1054
  */
903
1055
  get: function () {
904
- return this.i.ik;
1056
+ return this.i.il;
905
1057
  },
906
1058
  set: function (v) {
907
- this.i.ik = ensureEnum(MergedCellEvaluationCriteria_$type, v);
1059
+ this.i.il = ensureEnum(MergedCellEvaluationCriteria_$type, v);
908
1060
  },
909
1061
  enumerable: false,
910
1062
  configurable: true
@@ -914,10 +1066,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
914
1066
  * Gets or sets the vertical alignment to use for the merged cell content.
915
1067
  */
916
1068
  get: function () {
917
- return this.i.hd;
1069
+ return this.i.he;
918
1070
  },
919
1071
  set: function (v) {
920
- this.i.hd = ensureEnum(CellContentVerticalAlignment_$type, v);
1072
+ this.i.he = ensureEnum(CellContentVerticalAlignment_$type, v);
921
1073
  },
922
1074
  enumerable: false,
923
1075
  configurable: true
@@ -927,10 +1079,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
927
1079
  * Gets or sets the amount of left padding to use for the cell content for this column.
928
1080
  */
929
1081
  get: function () {
930
- return this.i.k0;
1082
+ return this.i.lf;
931
1083
  },
932
1084
  set: function (v) {
933
- this.i.k0 = +v;
1085
+ this.i.lf = +v;
934
1086
  },
935
1087
  enumerable: false,
936
1088
  configurable: true
@@ -940,10 +1092,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
940
1092
  * Gets or sets the amount of top padding to use for the cell content for this column.
941
1093
  */
942
1094
  get: function () {
943
- return this.i.k2;
1095
+ return this.i.lh;
944
1096
  },
945
1097
  set: function (v) {
946
- this.i.k2 = +v;
1098
+ this.i.lh = +v;
947
1099
  },
948
1100
  enumerable: false,
949
1101
  configurable: true
@@ -953,10 +1105,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
953
1105
  * Gets or sets the amount of right padding to use for the cell content of this column.
954
1106
  */
955
1107
  get: function () {
956
- return this.i.k1;
1108
+ return this.i.lg;
957
1109
  },
958
1110
  set: function (v) {
959
- this.i.k1 = +v;
1111
+ this.i.lg = +v;
960
1112
  },
961
1113
  enumerable: false,
962
1114
  configurable: true
@@ -966,10 +1118,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
966
1118
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
967
1119
  */
968
1120
  get: function () {
969
- return this.i.kz;
1121
+ return this.i.le;
970
1122
  },
971
1123
  set: function (v) {
972
- this.i.kz = +v;
1124
+ this.i.le = +v;
973
1125
  },
974
1126
  enumerable: false,
975
1127
  configurable: true
@@ -979,10 +1131,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
979
1131
  * Gets or sets whether UI filters are case sensitive or not.
980
1132
  */
981
1133
  get: function () {
982
- return this.i.h6;
1134
+ return this.i.h7;
983
1135
  },
984
1136
  set: function (v) {
985
- this.i.h6 = ensureEnum(FilterComparisonType_$type, v);
1137
+ this.i.h7 = ensureEnum(FilterComparisonType_$type, v);
986
1138
  },
987
1139
  enumerable: false,
988
1140
  configurable: true
@@ -994,7 +1146,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
994
1146
  get: function () {
995
1147
  if (this._filterOperands === null) {
996
1148
  var coll = new IgxGridFilterOperandsCollection();
997
- var innerColl = this.i.ie;
1149
+ var innerColl = this.i.ig;
998
1150
  if (!innerColl) {
999
1151
  innerColl = new GridFilterOperandsCollection_internal();
1000
1152
  }
@@ -1010,7 +1162,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1010
1162
  var coll = new IgxGridFilterOperandsCollection();
1011
1163
  this._filterOperands = coll._fromOuter(v);
1012
1164
  var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
1013
- var innerColl = this.i.ie;
1165
+ var innerColl = this.i.ig;
1014
1166
  if (!innerColl) {
1015
1167
  innerColl = new GridFilterOperandsCollection_internal();
1016
1168
  }
@@ -1026,10 +1178,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1026
1178
  * Gets or sets the text to display in the suffix area of cells in this column.
1027
1179
  */
1028
1180
  get: function () {
1029
- return this.i.n6;
1181
+ return this.i.o0;
1030
1182
  },
1031
1183
  set: function (v) {
1032
- this.i.n6 = v;
1184
+ this.i.o0 = v;
1033
1185
  },
1034
1186
  enumerable: false,
1035
1187
  configurable: true
@@ -1039,10 +1191,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1039
1191
  * Gets or sets the color of the text in the suffix area of the cells in this column.
1040
1192
  */
1041
1193
  get: function () {
1042
- return brushToString(this.i.qp);
1194
+ return brushToString(this.i.r6);
1043
1195
  },
1044
1196
  set: function (v) {
1045
- this.i.qp = stringToBrush(v);
1197
+ this.i.r6 = stringToBrush(v);
1046
1198
  },
1047
1199
  enumerable: false,
1048
1200
  configurable: true
@@ -1070,10 +1222,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1070
1222
  * Gets or sets the icon to use in the suffix area of the cells in this column.
1071
1223
  */
1072
1224
  get: function () {
1073
- return this.i.ny;
1225
+ return this.i.os;
1074
1226
  },
1075
1227
  set: function (v) {
1076
- this.i.ny = v;
1228
+ this.i.os = v;
1077
1229
  },
1078
1230
  enumerable: false,
1079
1231
  configurable: true
@@ -1083,10 +1235,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1083
1235
  * Gets or sets the icon to use in the suffix area of the cells in this column.
1084
1236
  */
1085
1237
  get: function () {
1086
- return this.i.nv;
1238
+ return this.i.op;
1087
1239
  },
1088
1240
  set: function (v) {
1089
- this.i.nv = v;
1241
+ this.i.op = v;
1090
1242
  },
1091
1243
  enumerable: false,
1092
1244
  configurable: true
@@ -1096,10 +1248,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1096
1248
  * Gets or sets the stroke color of suffix icon.
1097
1249
  */
1098
1250
  get: function () {
1099
- return brushToString(this.i.qo);
1251
+ return brushToString(this.i.r5);
1100
1252
  },
1101
1253
  set: function (v) {
1102
- this.i.qo = stringToBrush(v);
1254
+ this.i.r5 = stringToBrush(v);
1103
1255
  },
1104
1256
  enumerable: false,
1105
1257
  configurable: true
@@ -1109,10 +1261,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1109
1261
  * Gets or sets the fill color of suffix icon.
1110
1262
  */
1111
1263
  get: function () {
1112
- return brushToString(this.i.qn);
1264
+ return brushToString(this.i.r4);
1113
1265
  },
1114
1266
  set: function (v) {
1115
- this.i.qn = stringToBrush(v);
1267
+ this.i.r4 = stringToBrush(v);
1116
1268
  },
1117
1269
  enumerable: false,
1118
1270
  configurable: true
@@ -1122,10 +1274,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1122
1274
  * Gets or sets the suffix icon's viewbox x coordinate.
1123
1275
  */
1124
1276
  get: function () {
1125
- return this.i.kk;
1277
+ return this.i.kv;
1126
1278
  },
1127
1279
  set: function (v) {
1128
- this.i.kk = +v;
1280
+ this.i.kv = +v;
1129
1281
  },
1130
1282
  enumerable: false,
1131
1283
  configurable: true
@@ -1135,10 +1287,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1135
1287
  * Gets or sets the suffix icon's viewbox y coordinate.
1136
1288
  */
1137
1289
  get: function () {
1138
- return this.i.kl;
1290
+ return this.i.kw;
1139
1291
  },
1140
1292
  set: function (v) {
1141
- this.i.kl = +v;
1293
+ this.i.kw = +v;
1142
1294
  },
1143
1295
  enumerable: false,
1144
1296
  configurable: true
@@ -1148,10 +1300,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1148
1300
  * Gets or sets the suffix icon's viewbox width.
1149
1301
  */
1150
1302
  get: function () {
1151
- return this.i.km;
1303
+ return this.i.kx;
1152
1304
  },
1153
1305
  set: function (v) {
1154
- this.i.km = +v;
1306
+ this.i.kx = +v;
1155
1307
  },
1156
1308
  enumerable: false,
1157
1309
  configurable: true
@@ -1161,10 +1313,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1161
1313
  * Gets or sets the suffix icon's viewbox height.
1162
1314
  */
1163
1315
  get: function () {
1164
- return this.i.kj;
1316
+ return this.i.ku;
1165
1317
  },
1166
1318
  set: function (v) {
1167
- this.i.kj = +v;
1319
+ this.i.ku = +v;
1168
1320
  },
1169
1321
  enumerable: false,
1170
1322
  configurable: true
@@ -1174,10 +1326,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1174
1326
  * Gets or sets the suffix margin.
1175
1327
  */
1176
1328
  get: function () {
1177
- return this.i.kn;
1329
+ return this.i.ky;
1178
1330
  },
1179
1331
  set: function (v) {
1180
- this.i.kn = +v;
1332
+ this.i.ky = +v;
1181
1333
  },
1182
1334
  enumerable: false,
1183
1335
  configurable: true
@@ -1187,10 +1339,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1187
1339
  * Gets or sets the text decoration to apply to cells in this column.
1188
1340
  */
1189
1341
  get: function () {
1190
- return this.i.iu;
1342
+ return this.i.iv;
1191
1343
  },
1192
1344
  set: function (v) {
1193
- this.i.iu = ensureEnum(TextCellDecoration_$type, v);
1345
+ this.i.iv = ensureEnum(TextCellDecoration_$type, v);
1194
1346
  },
1195
1347
  enumerable: false,
1196
1348
  configurable: true
@@ -1227,18 +1379,18 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1227
1379
 
1228
1380
  */
1229
1381
  IgxDataGridColumnComponent.prototype.getUniqueKey = function () {
1230
- var iv = this.i.mw();
1382
+ var iv = this.i.no();
1231
1383
  return (iv);
1232
1384
  };
1233
1385
  IgxDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
1234
- this.i.oo(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1386
+ this.i.pi(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1235
1387
  };
1236
1388
  /**
1237
1389
  * Returns if the column has named header values.
1238
1390
 
1239
1391
  */
1240
1392
  IgxDataGridColumnComponent.prototype.hasNamedHeaderValues = function () {
1241
- var iv = this.i.js();
1393
+ var iv = this.i.j2();
1242
1394
  return (iv);
1243
1395
  };
1244
1396
  /**
@@ -1247,7 +1399,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1247
1399
  * @param valueName * The named value to check for.
1248
1400
  */
1249
1401
  IgxDataGridColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
1250
- var iv = this.i.jr(valueName);
1402
+ var iv = this.i.j1(valueName);
1251
1403
  return (iv);
1252
1404
  };
1253
1405
  /**
@@ -1256,7 +1408,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1256
1408
  * @param valueName * The named header value to remove.
1257
1409
  */
1258
1410
  IgxDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
1259
- this.i.on(valueName);
1411
+ this.i.ph(valueName);
1260
1412
  };
1261
1413
  /**
1262
1414
  * Gets the value of a named header value for this column by name.
@@ -1264,11 +1416,11 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1264
1416
  * @param valueName * Name of the named header value to retrieve.
1265
1417
  */
1266
1418
  IgxDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
1267
- var iv = this.i.le(valueName);
1419
+ var iv = this.i.lt(valueName);
1268
1420
  return (iv);
1269
1421
  };
1270
1422
  IgxDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
1271
- this.i.oe(filterID, index, value);
1423
+ this.i.o8(filterID, index, value);
1272
1424
  };
1273
1425
  IgxDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
1274
1426
  var iv = this.i.getDesiredToolbarActions();
@@ -1333,7 +1485,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1333
1485
  configurable: true
1334
1486
  });
1335
1487
  IgxDataGridColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1336
- IgxDataGridColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridColumnComponent, selector: "ng-component", inputs: { paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom", name: "name", field: "field", headerText: "headerText", actualHeaderText: "actualHeaderText", selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", rowHoverBackground: "rowHoverBackground", actualHoverBackground: "actualHoverBackground", rowHoverTextColor: "rowHoverTextColor", actualRowHoverTextColor: "actualRowHoverTextColor", animationSettings: "animationSettings", width: "width", minWidth: "minWidth", isFromMarkup: "isFromMarkup", isAutoGenerated: "isAutoGenerated", filter: "filter", filterExpression: "filterExpression", header: "header", isFilteringEnabled: "isFilteringEnabled", isResizingEnabled: "isResizingEnabled", isHidden: "isHidden", shouldRemoveWhenHidden: "shouldRemoveWhenHidden", sortDirection: "sortDirection", pinned: "pinned", actualColumnOptionsIconAlignment: "actualColumnOptionsIconAlignment", columnOptionsIconAlignment: "columnOptionsIconAlignment", actualColumnOptionsIconColor: "actualColumnOptionsIconColor", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualColumnOptionsIconBehavior: "actualColumnOptionsIconBehavior", actualIsColumnOptionsEnabled: "actualIsColumnOptionsEnabled", isColumnOptionsEnabled: "isColumnOptionsEnabled", actualIsColumnOptionsSummariesEnabled: "actualIsColumnOptionsSummariesEnabled", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", actualIsColumnOptionsGroupingEnabled: "actualIsColumnOptionsGroupingEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", actualColumnOptionsBackground: "actualColumnOptionsBackground", columnOptionsBackground: "columnOptionsBackground", actualColumnOptionsTextColor: "actualColumnOptionsTextColor", columnOptionsTextColor: "columnOptionsTextColor", actualColumnOptionsSeparatorColor: "actualColumnOptionsSeparatorColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", actualColumnOptionsGroupHeaderBackground: "actualColumnOptionsGroupHeaderBackground", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", actualColumnOptionsGroupHeaderTextColor: "actualColumnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", actualColumnOptionsAccentColor: "actualColumnOptionsAccentColor", columnOptionsAccentColor: "columnOptionsAccentColor", isEditable: "isEditable", deletedTextColor: "deletedTextColor", actualDeletedTextColor: "actualDeletedTextColor", editOpacity: "editOpacity", actualEditOpacity: "actualEditOpacity", textEditStyle: "textEditStyle", actualEditFontInfo: "actualEditFontInfo", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", mergedCellPaddingLeft: "mergedCellPaddingLeft", mergedCellPaddingTop: "mergedCellPaddingTop", mergedCellPaddingRight: "mergedCellPaddingRight", mergedCellPaddingBottom: "mergedCellPaddingBottom", filterComparisonType: "filterComparisonType", filterOperands: "filterOperands", suffixText: "suffixText", suffixTextColor: "suffixTextColor", suffixTextStyle: "suffixTextStyle", suffixIconName: "suffixIconName", suffixIconCollectionName: "suffixIconCollectionName", suffixIconStroke: "suffixIconStroke", suffixIconFill: "suffixIconFill", suffixIconViewBoxLeft: "suffixIconViewBoxLeft", suffixIconViewBoxTop: "suffixIconViewBoxTop", suffixIconViewBoxWidth: "suffixIconViewBoxWidth", suffixIconViewBoxHeight: "suffixIconViewBoxHeight", suffixMargin: "suffixMargin", textDecoration: "textDecoration" }, outputs: { formatCell: "formatCell", actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
1488
+ IgxDataGridColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridColumnComponent, selector: "ng-component", inputs: { paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom", name: "name", field: "field", headerText: "headerText", actualHeaderText: "actualHeaderText", selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", selectedTextColor: "selectedTextColor", actualSelectedTextColor: "actualSelectedTextColor", rowHoverBackground: "rowHoverBackground", actualHoverBackground: "actualHoverBackground", rowHoverTextColor: "rowHoverTextColor", actualRowHoverTextColor: "actualRowHoverTextColor", animationSettings: "animationSettings", width: "width", minWidth: "minWidth", isFromMarkup: "isFromMarkup", isAutoGenerated: "isAutoGenerated", filter: "filter", filterExpression: "filterExpression", header: "header", isFilteringEnabled: "isFilteringEnabled", isResizingEnabled: "isResizingEnabled", isSortingEnabled: "isSortingEnabled", isHidden: "isHidden", shouldRemoveWhenHidden: "shouldRemoveWhenHidden", sortDirection: "sortDirection", pinned: "pinned", actualColumnOptionsIconAlignment: "actualColumnOptionsIconAlignment", columnOptionsIconAlignment: "columnOptionsIconAlignment", actualColumnOptionsIconColor: "actualColumnOptionsIconColor", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualColumnOptionsIconBehavior: "actualColumnOptionsIconBehavior", actualIsColumnOptionsEnabled: "actualIsColumnOptionsEnabled", isColumnOptionsEnabled: "isColumnOptionsEnabled", actualIsColumnOptionsSummariesEnabled: "actualIsColumnOptionsSummariesEnabled", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", actualIsColumnOptionsGroupingEnabled: "actualIsColumnOptionsGroupingEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", actualColumnOptionsBackground: "actualColumnOptionsBackground", columnOptionsBackground: "columnOptionsBackground", actualColumnOptionsTextColor: "actualColumnOptionsTextColor", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", actualColumnOptionsHoverBackgroundColor: "actualColumnOptionsHoverBackgroundColor", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", actualColumnOptionsToolTipBackgroundColor: "actualColumnOptionsToolTipBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", actualColumnOptionsHighlightColor: "actualColumnOptionsHighlightColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", actualColumnOptionsSeparatorColor: "actualColumnOptionsSeparatorColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", actualColumnOptionsGroupHeaderBackground: "actualColumnOptionsGroupHeaderBackground", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", actualColumnOptionsGroupHeaderTextColor: "actualColumnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", actualColumnOptionsAccentColor: "actualColumnOptionsAccentColor", columnOptionsAccentColor: "columnOptionsAccentColor", actualColumnOptionsRowHeight: "actualColumnOptionsRowHeight", columnOptionsRowHeight: "columnOptionsRowHeight", isEditable: "isEditable", deletedTextColor: "deletedTextColor", actualDeletedTextColor: "actualDeletedTextColor", editOpacity: "editOpacity", actualEditOpacity: "actualEditOpacity", textEditStyle: "textEditStyle", actualEditFontInfo: "actualEditFontInfo", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", mergedCellPaddingLeft: "mergedCellPaddingLeft", mergedCellPaddingTop: "mergedCellPaddingTop", mergedCellPaddingRight: "mergedCellPaddingRight", mergedCellPaddingBottom: "mergedCellPaddingBottom", filterComparisonType: "filterComparisonType", filterOperands: "filterOperands", suffixText: "suffixText", suffixTextColor: "suffixTextColor", suffixTextStyle: "suffixTextStyle", suffixIconName: "suffixIconName", suffixIconCollectionName: "suffixIconCollectionName", suffixIconStroke: "suffixIconStroke", suffixIconFill: "suffixIconFill", suffixIconViewBoxLeft: "suffixIconViewBoxLeft", suffixIconViewBoxTop: "suffixIconViewBoxTop", suffixIconViewBoxWidth: "suffixIconViewBoxWidth", suffixIconViewBoxHeight: "suffixIconViewBoxHeight", suffixMargin: "suffixMargin", textDecoration: "textDecoration" }, outputs: { formatCell: "formatCell", actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
1337
1489
  return IgxDataGridColumnComponent;
1338
1490
  }(IgxDefinitionBaseComponent));
1339
1491
  export { IgxDataGridColumnComponent };
@@ -1362,6 +1514,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1362
1514
  type: Input
1363
1515
  }], actualSelectedBackground: [{
1364
1516
  type: Input
1517
+ }], selectedTextColor: [{
1518
+ type: Input
1519
+ }], actualSelectedTextColor: [{
1520
+ type: Input
1365
1521
  }], rowHoverBackground: [{
1366
1522
  type: Input
1367
1523
  }], actualHoverBackground: [{
@@ -1390,6 +1546,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1390
1546
  type: Input
1391
1547
  }], isResizingEnabled: [{
1392
1548
  type: Input
1549
+ }], isSortingEnabled: [{
1550
+ type: Input
1393
1551
  }], isHidden: [{
1394
1552
  type: Input
1395
1553
  }], shouldRemoveWhenHidden: [{
@@ -1430,6 +1588,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1430
1588
  type: Input
1431
1589
  }], columnOptionsTextColor: [{
1432
1590
  type: Input
1591
+ }], columnOptionsTextStyle: [{
1592
+ type: Input
1593
+ }], actualColumnOptionsHoverBackgroundColor: [{
1594
+ type: Input
1595
+ }], columnOptionsHoverBackgroundColor: [{
1596
+ type: Input
1597
+ }], actualColumnOptionsToolTipBackgroundColor: [{
1598
+ type: Input
1599
+ }], columnOptionsToolTipBackgroundColor: [{
1600
+ type: Input
1601
+ }], actualColumnOptionsHighlightColor: [{
1602
+ type: Input
1603
+ }], columnOptionsHighlightColor: [{
1604
+ type: Input
1433
1605
  }], actualColumnOptionsSeparatorColor: [{
1434
1606
  type: Input
1435
1607
  }], columnOptionsSeparatorColor: [{
@@ -1442,10 +1614,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1442
1614
  type: Input
1443
1615
  }], columnOptionsGroupHeaderTextColor: [{
1444
1616
  type: Input
1617
+ }], columnOptionsGroupHeaderTextStyle: [{
1618
+ type: Input
1445
1619
  }], actualColumnOptionsAccentColor: [{
1446
1620
  type: Input
1447
1621
  }], columnOptionsAccentColor: [{
1448
1622
  type: Input
1623
+ }], actualColumnOptionsRowHeight: [{
1624
+ type: Input
1625
+ }], columnOptionsRowHeight: [{
1626
+ type: Input
1449
1627
  }], isEditable: [{
1450
1628
  type: Input
1451
1629
  }], deletedTextColor: [{