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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +16132 -13283
  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 +44 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +492 -453
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
  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 +11 -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 +382 -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 +61 -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 +64 -54
  83. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  84. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  85. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  86. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  87. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igx-data-grid-column-component.js +305 -163
  90. package/esm2015/lib/igx-data-grid-component.js +186 -2
  91. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -28
  92. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  93. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  94. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  95. package/esm2015/lib/igx-definition-base-component.js +8 -8
  96. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  97. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  98. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  99. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  101. package/esm2015/lib/igx-header-component.js +16 -16
  102. package/esm2015/lib/igx-image-cell-info.js +6 -6
  103. package/esm2015/lib/igx-image-column-component.js +10 -10
  104. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  106. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  107. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  108. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igx-section-header-component.js +55 -17
  111. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  112. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igx-summary-row-component.js +16 -16
  114. package/esm2015/lib/igx-template-cell-info.js +2 -2
  115. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  116. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  118. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  119. package/esm2015/lib/igx-text-cell-info.js +2 -2
  120. package/esm2015/lib/igx-text-column-component.js +8 -8
  121. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  122. package/esm2015/lib/igx-text-header-cell-info.js +80 -24
  123. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  124. package/esm2015/public_api.js +2 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  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 +6 -6
  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 +39 -36
  139. package/esm5/lib/CheckboxListBridge.js +44 -36
  140. package/esm5/lib/CheckboxListView_combined.js +476 -433
  141. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  142. package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
  143. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +10 -10
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +11 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +8 -8
  155. package/esm5/lib/EditorCell.js +277 -277
  156. package/esm5/lib/EditorCellPresenter.js +26 -26
  157. package/esm5/lib/FilterCell.js +259 -259
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +168 -147
  160. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  161. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  162. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  163. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  164. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  165. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  166. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  167. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  168. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  169. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  170. package/esm5/lib/GridExternalWrapper.js +12 -6
  171. package/esm5/lib/GridFilterDialogView_combined.js +400 -247
  172. package/esm5/lib/GridIconRepository.js +98 -0
  173. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  174. package/esm5/lib/GridStyleRepository.js +127 -115
  175. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  176. package/esm5/lib/ICheckboxListView.js +11 -0
  177. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  178. package/esm5/lib/ImageCell.js +57 -57
  179. package/esm5/lib/ImageCellPresenter.js +15 -15
  180. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  181. package/esm5/lib/NativeUIComboFactory.js +1 -1
  182. package/esm5/lib/NativeUIGridFactory.js +2 -2
  183. package/esm5/lib/NumericCell.js +8 -8
  184. package/esm5/lib/NumericCellPresenter.js +9 -9
  185. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  186. package/esm5/lib/SectionHeaderCell.js +22 -10
  187. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  188. package/esm5/lib/SummaryCell.js +47 -38
  189. package/esm5/lib/SummaryCellPresenter.js +10 -10
  190. package/esm5/lib/TemplateCell.js +16 -16
  191. package/esm5/lib/TemplateCellPresenter.js +3 -3
  192. package/esm5/lib/TemplateHeader.js +5 -5
  193. package/esm5/lib/TemplateHeaderCell.js +5 -5
  194. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  195. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  196. package/esm5/lib/TemplateSectionHeader.js +1 -1
  197. package/esm5/lib/TextCell.js +29 -29
  198. package/esm5/lib/TextCellPresenter.js +10 -10
  199. package/esm5/lib/TextHeaderCell.js +186 -151
  200. package/esm5/lib/TextHeaderCellPresenter.js +61 -39
  201. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  202. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  203. package/esm5/lib/igx-cell-info.js +127 -91
  204. package/esm5/lib/igx-checkbox-list-component.js +67 -53
  205. package/esm5/lib/igx-column-chooser-component.js +1 -1
  206. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  207. package/esm5/lib/igx-column-pinning-component.js +1 -1
  208. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  209. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igx-data-grid-column-component.js +365 -163
  212. package/esm5/lib/igx-data-grid-component.js +244 -2
  213. package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -28
  214. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  215. package/esm5/lib/igx-date-time-column-component.js +20 -20
  216. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-definition-base-component.js +8 -8
  218. package/esm5/lib/igx-editor-cell-info.js +23 -23
  219. package/esm5/lib/igx-filter-cell-info.js +26 -26
  220. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  221. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  222. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  223. package/esm5/lib/igx-header-component.js +16 -16
  224. package/esm5/lib/igx-image-cell-info.js +6 -6
  225. package/esm5/lib/igx-image-column-component.js +10 -10
  226. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  227. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  228. package/esm5/lib/igx-numeric-column-component.js +47 -31
  229. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  230. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  231. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igx-section-header-component.js +71 -17
  233. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-summary-cell-info.js +9 -9
  235. package/esm5/lib/igx-summary-row-component.js +16 -16
  236. package/esm5/lib/igx-template-cell-info.js +2 -2
  237. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  240. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  241. package/esm5/lib/igx-text-cell-info.js +2 -2
  242. package/esm5/lib/igx-text-column-component.js +8 -8
  243. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  244. package/esm5/lib/igx-text-header-cell-info.js +108 -24
  245. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  246. package/esm5/public_api.js +2 -0
  247. package/fesm2015/igniteui-angular-data-grids.js +16030 -13672
  248. package/fesm5/igniteui-angular-data-grids.js +16132 -13285
  249. package/lib/CheckboxListExternal.d.ts +2 -0
  250. package/lib/CheckboxListView_combined.d.ts +117 -113
  251. package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
  252. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  253. package/lib/DataGridLocaleEn.d.ts +11 -0
  254. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  255. package/lib/EditorCell.d.ts +67 -67
  256. package/lib/FilterCell.d.ts +55 -55
  257. package/lib/GridCellBase.d.ts +64 -61
  258. package/lib/GridExternalWrapper.d.ts +2 -0
  259. package/lib/GridFilterDialogView_combined.d.ts +102 -79
  260. package/lib/GridIconRepository.d.ts +44 -0
  261. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  262. package/lib/GridStyleRepository.d.ts +3 -2
  263. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  264. package/lib/ICheckboxListView.d.ts +38 -0
  265. package/lib/ImageCell.d.ts +17 -17
  266. package/lib/NumericCell.d.ts +2 -2
  267. package/lib/SectionHeaderCell.d.ts +5 -3
  268. package/lib/SummaryCell.d.ts +11 -9
  269. package/lib/TemplateCell.d.ts +5 -5
  270. package/lib/TemplateHeader.d.ts +1 -1
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +1 -1
  274. package/lib/TextCell.d.ts +7 -7
  275. package/lib/TextHeaderCell.d.ts +30 -30
  276. package/lib/VerticalSeparatorCell.d.ts +8 -8
  277. package/lib/igx-cell-info.d.ts +15 -0
  278. package/lib/igx-checkbox-list-component.d.ts +6 -1
  279. package/lib/igx-data-grid-column-component.d.ts +46 -1
  280. package/lib/igx-data-grid-component.d.ts +73 -1
  281. package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -1
  282. package/lib/igx-numeric-cell-info.d.ts +6 -0
  283. package/lib/igx-numeric-column-component.d.ts +8 -1
  284. package/lib/igx-section-header-component.d.ts +15 -1
  285. package/lib/igx-text-header-cell-info.d.ts +18 -0
  286. package/package.json +4 -4
  287. package/public_api.d.ts +2 -0
@@ -58,133 +58,151 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
58
58
  * Gets or sets the amount of left padding to use for the cell content for this column.
59
59
  */
60
60
  get paddingLeft() {
61
- return this.i.k7;
61
+ return this.i.lm;
62
62
  }
63
63
  set paddingLeft(v) {
64
- this.i.k7 = +v;
64
+ this.i.lm = +v;
65
65
  }
66
66
  /**
67
67
  * Gets or sets the amount of top padding to use for the cell content for this column.
68
68
  */
69
69
  get paddingTop() {
70
- return this.i.k9;
70
+ return this.i.lo;
71
71
  }
72
72
  set paddingTop(v) {
73
- this.i.k9 = +v;
73
+ this.i.lo = +v;
74
74
  }
75
75
  /**
76
76
  * Gets or sets the amount of right padding to use for the cell content of this column.
77
77
  */
78
78
  get paddingRight() {
79
- return this.i.k8;
79
+ return this.i.ln;
80
80
  }
81
81
  set paddingRight(v) {
82
- this.i.k8 = +v;
82
+ this.i.ln = +v;
83
83
  }
84
84
  /**
85
85
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
86
86
  */
87
87
  get paddingBottom() {
88
- return this.i.k6;
88
+ return this.i.ll;
89
89
  }
90
90
  set paddingBottom(v) {
91
- this.i.k6 = +v;
91
+ this.i.ll = +v;
92
92
  }
93
93
  /**
94
94
  * Gets or sets an unique name of the Column
95
95
  */
96
96
  get name() {
97
- return this.i.ni;
97
+ return this.i.od;
98
98
  }
99
99
  set name(v) {
100
- this.i.ni = v;
100
+ this.i.od = v;
101
101
  }
102
102
  /**
103
103
  * Gets or sets the key used for the column binding
104
104
  */
105
105
  get field() {
106
- return this.i.mr;
106
+ return this.i.nl;
107
107
  }
108
108
  set field(v) {
109
- this.i.mr = v;
109
+ this.i.nl = v;
110
110
  }
111
111
  /**
112
112
  * Gets or sets the text displayed in the header of the column
113
113
  */
114
114
  get headerText() {
115
- return this.i.my;
115
+ return this.i.ns;
116
116
  }
117
117
  set headerText(v) {
118
- this.i.my = v;
118
+ this.i.ns = v;
119
119
  }
120
120
  /**
121
121
  * Gets the actual text displayed in the header of the column
122
122
  */
123
123
  get actualHeaderText() {
124
- return this.i.l0;
124
+ return this.i.mm;
125
125
  }
126
126
  set actualHeaderText(v) {
127
- this.i.l0 = v;
127
+ this.i.mm = v;
128
128
  }
129
129
  /**
130
130
  * Gets or sets the background color to use for the cells when they are selected
131
131
  */
132
132
  get selectedBackground() {
133
- return brushToString(this.i.qm);
133
+ return brushToString(this.i.r9);
134
134
  }
135
135
  set selectedBackground(v) {
136
- this.i.qm = stringToBrush(v);
136
+ this.i.r9 = stringToBrush(v);
137
137
  }
138
138
  /**
139
139
  * Gets the actual background color that is used for the cells when they are selected
140
140
  */
141
141
  get actualSelectedBackground() {
142
- return brushToString(this.i.p9);
142
+ return brushToString(this.i.rr);
143
143
  }
144
144
  set actualSelectedBackground(v) {
145
- this.i.p9 = stringToBrush(v);
145
+ this.i.rr = stringToBrush(v);
146
+ }
147
+ /**
148
+ * Gets or sets the text color to use for the cells when they are selected
149
+ */
150
+ get selectedTextColor() {
151
+ return brushToString(this.i.sa);
152
+ }
153
+ set selectedTextColor(v) {
154
+ this.i.sa = stringToBrush(v);
155
+ }
156
+ /**
157
+ * Gets the actual text color that is used for the cells when they are selected
158
+ */
159
+ get actualSelectedTextColor() {
160
+ return brushToString(this.i.rs);
161
+ }
162
+ set actualSelectedTextColor(v) {
163
+ this.i.rs = stringToBrush(v);
146
164
  }
147
165
  /**
148
166
  * Gets or sets the background color to use for the cells when the row is hovered.
149
167
  */
150
168
  get rowHoverBackground() {
151
- return brushToString(this.i.qk);
169
+ return brushToString(this.i.r7);
152
170
  }
153
171
  set rowHoverBackground(v) {
154
- this.i.qk = stringToBrush(v);
172
+ this.i.r7 = stringToBrush(v);
155
173
  }
156
174
  /**
157
175
  * Gets the actual background color that is used for the cells when they are hovered.
158
176
  */
159
177
  get actualHoverBackground() {
160
- return brushToString(this.i.p7);
178
+ return brushToString(this.i.rp);
161
179
  }
162
180
  set actualHoverBackground(v) {
163
- this.i.p7 = stringToBrush(v);
181
+ this.i.rp = stringToBrush(v);
164
182
  }
165
183
  /**
166
184
  * Gets or sets the text color to use for the cells when the row is hovered.
167
185
  */
168
186
  get rowHoverTextColor() {
169
- return brushToString(this.i.ql);
187
+ return brushToString(this.i.r8);
170
188
  }
171
189
  set rowHoverTextColor(v) {
172
- this.i.ql = stringToBrush(v);
190
+ this.i.r8 = stringToBrush(v);
173
191
  }
174
192
  /**
175
193
  * Gets the actual text color that is used for the cells when they are hovered.
176
194
  */
177
195
  get actualRowHoverTextColor() {
178
- return brushToString(this.i.p8);
196
+ return brushToString(this.i.rq);
179
197
  }
180
198
  set actualRowHoverTextColor(v) {
181
- this.i.p8 = stringToBrush(v);
199
+ this.i.rq = stringToBrush(v);
182
200
  }
183
201
  /**
184
202
  * Gets or sets the animation settings to use for this column.
185
203
  */
186
204
  get animationSettings() {
187
- const r = this.i.ic;
205
+ const r = this.i.id;
188
206
  if (r == null) {
189
207
  return null;
190
208
  }
@@ -203,7 +221,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
203
221
  return r.externalObject;
204
222
  }
205
223
  set animationSettings(v) {
206
- v == null ? this.i.ic = null : this.i.ic = v.i;
224
+ v == null ? this.i.id = null : this.i.id = v.i;
207
225
  }
208
226
  /**
209
227
  * Gets or sets the width to use for this column.
@@ -240,46 +258,46 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
240
258
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
241
259
  */
242
260
  get minWidth() {
243
- return this.i.ki;
261
+ return this.i.kt;
244
262
  }
245
263
  set minWidth(v) {
246
- this.i.ki = +v;
264
+ this.i.kt = +v;
247
265
  }
248
266
  /**
249
267
  * Gets whether this column was projected from markup/templates and is constrained.
250
268
  */
251
269
  get isFromMarkup() {
252
- return this.i.j0;
270
+ return this.i.ka;
253
271
  }
254
272
  set isFromMarkup(v) {
255
- this.i.j0 = ensureBool(v);
273
+ this.i.ka = ensureBool(v);
256
274
  }
257
275
  /**
258
276
  * Gets whether this column was auto generated.
259
277
  */
260
278
  get isAutoGenerated() {
261
- return this.i.ju;
279
+ return this.i.j4;
262
280
  }
263
281
  set isAutoGenerated(v) {
264
- this.i.ju = ensureBool(v);
282
+ this.i.j4 = ensureBool(v);
265
283
  }
266
284
  /**
267
285
  * Gets or sets a filter to apply on the values of this column
268
286
  */
269
287
  get filter() {
270
- return this.i.g4;
288
+ return this.i.g5;
271
289
  }
272
290
  set filter(v) {
273
- this.i.g4 = v;
291
+ this.i.g5 = v;
274
292
  }
275
293
  /**
276
294
  * Gets or sets a filter to apply to the values of this column.
277
295
  */
278
296
  get filterExpression() {
279
- return this.i.g6;
297
+ return this.i.g7;
280
298
  }
281
299
  set filterExpression(v) {
282
- this.i.g6 = v;
300
+ this.i.g7 = v;
283
301
  }
284
302
  /**
285
303
  * Gets or sets the header definition for this column.
@@ -307,311 +325,405 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
307
325
  * Gets or sets whether filtering is enabled for this column.
308
326
  */
309
327
  get isFilteringEnabled() {
310
- return this.i.jz;
328
+ return this.i.j9;
311
329
  }
312
330
  set isFilteringEnabled(v) {
313
- this.i.jz = ensureBool(v);
331
+ this.i.j9 = ensureBool(v);
314
332
  }
315
333
  /**
316
334
  * Gets or sets whether resizing is enabled for this column.
317
335
  */
318
336
  get isResizingEnabled() {
319
- return this.i.j2;
337
+ return this.i.kc;
320
338
  }
321
339
  set isResizingEnabled(v) {
322
- this.i.j2 = ensureBool(v);
340
+ this.i.kc = ensureBool(v);
341
+ }
342
+ /**
343
+ * Gets or sets whether sorting is enabled for this column from the UI.
344
+ */
345
+ get isSortingEnabled() {
346
+ return this.i.kd;
347
+ }
348
+ set isSortingEnabled(v) {
349
+ this.i.kd = ensureBool(v);
323
350
  }
324
351
  /**
325
352
  * Gets or sets whether or not a column is hidden from the grid
326
353
  */
327
354
  get isHidden() {
328
- return this.i.j1;
355
+ return this.i.kb;
329
356
  }
330
357
  set isHidden(v) {
331
- this.i.j1 = ensureBool(v);
358
+ this.i.kb = ensureBool(v);
332
359
  }
333
360
  /**
334
361
  * Gets or sets if a column should be removed from the grid when it is fully hidden
335
362
  */
336
363
  get shouldRemoveWhenHidden() {
337
- return this.i.j5;
364
+ return this.i.kg;
338
365
  }
339
366
  set shouldRemoveWhenHidden(v) {
340
- this.i.j5 = ensureBool(v);
367
+ this.i.kg = ensureBool(v);
341
368
  }
342
369
  /**
343
370
  * Gets the current sort direction (None, Ascending, Descending) for this column.
344
371
  */
345
372
  get sortDirection() {
346
- return this.i.hu;
373
+ return this.i.hv;
347
374
  }
348
375
  set sortDirection(v) {
349
- this.i.hu = ensureEnum(ColumnSortDirection_$type, v);
376
+ this.i.hv = ensureEnum(ColumnSortDirection_$type, v);
350
377
  }
351
378
  /**
352
379
  * Gets or sets the current fixed position for this column.
353
380
  */
354
381
  get pinned() {
355
- return this.i.is;
382
+ return this.i.it;
356
383
  }
357
384
  set pinned(v) {
358
- this.i.is = ensureEnum(PinnedPositions_$type, v);
385
+ this.i.it = ensureEnum(PinnedPositions_$type, v);
359
386
  }
360
387
  /**
361
388
  * Gets the actual column options icon alignment for this column.
362
389
  */
363
390
  get actualColumnOptionsIconAlignment() {
364
- return this.i.hl;
391
+ return this.i.hm;
365
392
  }
366
393
  set actualColumnOptionsIconAlignment(v) {
367
- this.i.hl = ensureEnum(ColumnOptionsIconAlignment_$type, v);
394
+ this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
368
395
  }
369
396
  /**
370
397
  * Gets or sets whether the column options icon is aligned opposite the header text or not.
371
398
  */
372
399
  get columnOptionsIconAlignment() {
373
- return this.i.hm;
400
+ return this.i.hn;
374
401
  }
375
402
  set columnOptionsIconAlignment(v) {
376
- this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
403
+ this.i.hn = ensureEnum(ColumnOptionsIconAlignment_$type, v);
377
404
  }
378
405
  /**
379
406
  * Gets the actual column options icon color for this column.
380
407
  */
381
408
  get actualColumnOptionsIconColor() {
382
- return brushToString(this.i.p3);
409
+ return brushToString(this.i.rj);
383
410
  }
384
411
  set actualColumnOptionsIconColor(v) {
385
- this.i.p3 = stringToBrush(v);
412
+ this.i.rj = stringToBrush(v);
386
413
  }
387
414
  /**
388
415
  * Gets or sets the column options icon color for this column.
389
416
  */
390
417
  get columnOptionsIconColor() {
391
- return brushToString(this.i.qe);
418
+ return brushToString(this.i.rz);
392
419
  }
393
420
  set columnOptionsIconColor(v) {
394
- this.i.qe = stringToBrush(v);
421
+ this.i.rz = stringToBrush(v);
395
422
  }
396
423
  /**
397
424
  * Gets or sets how the column option icon will behave in the column header.
398
425
  */
399
426
  get columnOptionsIconBehavior() {
400
- return this.i.hq;
427
+ return this.i.hr;
401
428
  }
402
429
  set columnOptionsIconBehavior(v) {
403
- this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
430
+ this.i.hr = ensureEnum(ColumnOptionsIconBehavior_$type, v);
404
431
  }
405
432
  /**
406
433
  * Gets or sets how the column option icon will behave in the column header.
407
434
  */
408
435
  get actualColumnOptionsIconBehavior() {
409
- return this.i.hp;
436
+ return this.i.hq;
410
437
  }
411
438
  set actualColumnOptionsIconBehavior(v) {
412
- this.i.hp = ensureEnum(ColumnOptionsIconBehavior_$type, v);
439
+ this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
413
440
  }
414
441
  /**
415
442
  * Gets the actual state of the column options for this column.
416
443
  */
417
444
  get actualIsColumnOptionsEnabled() {
418
- return this.i.jn;
445
+ return this.i.jx;
419
446
  }
420
447
  set actualIsColumnOptionsEnabled(v) {
421
- this.i.jn = ensureBool(v);
448
+ this.i.jx = ensureBool(v);
422
449
  }
423
450
  /**
424
451
  * Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
425
452
  * then it will be disabled for the column regardless of what this is set to.
426
453
  */
427
454
  get isColumnOptionsEnabled() {
428
- return this.i.jv;
455
+ return this.i.j5;
429
456
  }
430
457
  set isColumnOptionsEnabled(v) {
431
- this.i.jv = ensureBool(v);
458
+ this.i.j5 = ensureBool(v);
432
459
  }
433
460
  /**
434
461
  * Gets the actual state of summaries menu in the column options for this column.
435
462
  */
436
463
  get actualIsColumnOptionsSummariesEnabled() {
437
- return this.i.jp;
464
+ return this.i.jz;
438
465
  }
439
466
  set actualIsColumnOptionsSummariesEnabled(v) {
440
- this.i.jp = ensureBool(v);
467
+ this.i.jz = ensureBool(v);
441
468
  }
442
469
  /**
443
470
  * Gets or sets whether to show the summaries option in the column options menu for this column.
444
471
  */
445
472
  get isColumnOptionsSummariesEnabled() {
446
- return this.i.jx;
473
+ return this.i.j7;
447
474
  }
448
475
  set isColumnOptionsSummariesEnabled(v) {
449
- this.i.jx = ensureBool(v);
476
+ this.i.j7 = ensureBool(v);
450
477
  }
451
478
  /**
452
479
  * Gets the actual state of grouping menu in the column options for this column.
453
480
  */
454
481
  get actualIsColumnOptionsGroupingEnabled() {
455
- return this.i.jo;
482
+ return this.i.jy;
456
483
  }
457
484
  set actualIsColumnOptionsGroupingEnabled(v) {
458
- this.i.jo = ensureBool(v);
485
+ this.i.jy = ensureBool(v);
459
486
  }
460
487
  /**
461
488
  * Gets or sets whether to show the grouping option in the column options menu for this column.
462
489
  */
463
490
  get isColumnOptionsGroupingEnabled() {
464
- return this.i.jw;
491
+ return this.i.j6;
465
492
  }
466
493
  set isColumnOptionsGroupingEnabled(v) {
467
- this.i.jw = ensureBool(v);
494
+ this.i.j6 = ensureBool(v);
468
495
  }
469
496
  /**
470
497
  * Gets or sets the column options dropdown background color.
471
498
  */
472
499
  get actualColumnOptionsBackground() {
473
- return brushToString(this.i.p0);
500
+ return brushToString(this.i.re);
474
501
  }
475
502
  set actualColumnOptionsBackground(v) {
476
- this.i.p0 = stringToBrush(v);
503
+ this.i.re = stringToBrush(v);
477
504
  }
478
505
  /**
479
506
  * Gets or sets the column options dropdown background color.
480
507
  */
481
508
  get columnOptionsBackground() {
482
- return brushToString(this.i.qb);
509
+ return brushToString(this.i.ru);
483
510
  }
484
511
  set columnOptionsBackground(v) {
485
- this.i.qb = stringToBrush(v);
512
+ this.i.ru = stringToBrush(v);
486
513
  }
487
514
  /**
488
515
  * Gets or sets the text color for text inside the column options menu.
489
516
  */
490
517
  get actualColumnOptionsTextColor() {
491
- return brushToString(this.i.p5);
518
+ return brushToString(this.i.rl);
492
519
  }
493
520
  set actualColumnOptionsTextColor(v) {
494
- this.i.p5 = stringToBrush(v);
521
+ this.i.rl = stringToBrush(v);
495
522
  }
496
523
  /**
497
524
  * Gets or sets the text color for text inside the column options menu.
498
525
  */
499
526
  get columnOptionsTextColor() {
500
- return brushToString(this.i.qg);
527
+ return brushToString(this.i.r1);
501
528
  }
502
529
  set columnOptionsTextColor(v) {
503
- this.i.qg = stringToBrush(v);
530
+ this.i.r1 = stringToBrush(v);
531
+ }
532
+ /**
533
+ * Gets or sets the font settings for text inside the column options menu.
534
+ */
535
+ get columnOptionsTextStyle() {
536
+ if (this.i.jd == null) {
537
+ return null;
538
+ }
539
+ return this.i.jd.fontString;
540
+ }
541
+ set columnOptionsTextStyle(v) {
542
+ let fi = new FontInfo();
543
+ fi.fontString = v;
544
+ this.i.jd = fi;
545
+ }
546
+ get actualColumnOptionsHoverBackgroundColor() {
547
+ return brushToString(this.i.ri);
548
+ }
549
+ set actualColumnOptionsHoverBackgroundColor(v) {
550
+ this.i.ri = stringToBrush(v);
551
+ }
552
+ get columnOptionsHoverBackgroundColor() {
553
+ return brushToString(this.i.ry);
554
+ }
555
+ set columnOptionsHoverBackgroundColor(v) {
556
+ this.i.ry = stringToBrush(v);
557
+ }
558
+ get actualColumnOptionsToolTipBackgroundColor() {
559
+ return brushToString(this.i.rm);
560
+ }
561
+ set actualColumnOptionsToolTipBackgroundColor(v) {
562
+ this.i.rm = stringToBrush(v);
563
+ }
564
+ get columnOptionsToolTipBackgroundColor() {
565
+ return brushToString(this.i.r2);
566
+ }
567
+ set columnOptionsToolTipBackgroundColor(v) {
568
+ this.i.r2 = stringToBrush(v);
569
+ }
570
+ get actualColumnOptionsToolTipTextColor() {
571
+ return brushToString(this.i.rn);
572
+ }
573
+ set actualColumnOptionsToolTipTextColor(v) {
574
+ this.i.rn = stringToBrush(v);
575
+ }
576
+ get columnOptionsToolTipTextColor() {
577
+ return brushToString(this.i.r3);
578
+ }
579
+ set columnOptionsToolTipTextColor(v) {
580
+ this.i.r3 = stringToBrush(v);
581
+ }
582
+ get actualColumnOptionsHighlightColor() {
583
+ return brushToString(this.i.rh);
584
+ }
585
+ set actualColumnOptionsHighlightColor(v) {
586
+ this.i.rh = stringToBrush(v);
587
+ }
588
+ get columnOptionsHighlightColor() {
589
+ return brushToString(this.i.rx);
590
+ }
591
+ set columnOptionsHighlightColor(v) {
592
+ this.i.rx = stringToBrush(v);
504
593
  }
505
594
  /**
506
595
  * Gets or sets the color of separators inside the column options menu.
507
596
  */
508
597
  get actualColumnOptionsSeparatorColor() {
509
- return brushToString(this.i.p4);
598
+ return brushToString(this.i.rk);
510
599
  }
511
600
  set actualColumnOptionsSeparatorColor(v) {
512
- this.i.p4 = stringToBrush(v);
601
+ this.i.rk = stringToBrush(v);
513
602
  }
514
603
  /**
515
604
  * Gets or sets the color of separators inside the column options menu.
516
605
  */
517
606
  get columnOptionsSeparatorColor() {
518
- return brushToString(this.i.qf);
607
+ return brushToString(this.i.r0);
519
608
  }
520
609
  set columnOptionsSeparatorColor(v) {
521
- this.i.qf = stringToBrush(v);
610
+ this.i.r0 = stringToBrush(v);
522
611
  }
523
612
  /**
524
613
  * Gets or sets the background color for group headers inside the column options menu.
525
614
  */
526
615
  get actualColumnOptionsGroupHeaderBackground() {
527
- return brushToString(this.i.p1);
616
+ return brushToString(this.i.rf);
528
617
  }
529
618
  set actualColumnOptionsGroupHeaderBackground(v) {
530
- this.i.p1 = stringToBrush(v);
619
+ this.i.rf = stringToBrush(v);
531
620
  }
532
621
  /**
533
622
  * Gets or sets the background color for group headers inside the column options menu.
534
623
  */
535
624
  get columnOptionsGroupHeaderBackground() {
536
- return brushToString(this.i.qc);
625
+ return brushToString(this.i.rv);
537
626
  }
538
627
  set columnOptionsGroupHeaderBackground(v) {
539
- this.i.qc = stringToBrush(v);
628
+ this.i.rv = stringToBrush(v);
540
629
  }
541
630
  /**
542
631
  * Gets the actual text color for group headers inside the column options menu.
543
632
  */
544
633
  get actualColumnOptionsGroupHeaderTextColor() {
545
- return brushToString(this.i.p2);
634
+ return brushToString(this.i.rg);
546
635
  }
547
636
  set actualColumnOptionsGroupHeaderTextColor(v) {
548
- this.i.p2 = stringToBrush(v);
637
+ this.i.rg = stringToBrush(v);
549
638
  }
550
639
  /**
551
640
  * Gets or sets the text color for group headers inside the column options menu.
552
641
  */
553
642
  get columnOptionsGroupHeaderTextColor() {
554
- return brushToString(this.i.qd);
643
+ return brushToString(this.i.rw);
555
644
  }
556
645
  set columnOptionsGroupHeaderTextColor(v) {
557
- this.i.qd = stringToBrush(v);
646
+ this.i.rw = stringToBrush(v);
647
+ }
648
+ get columnOptionsGroupHeaderTextStyle() {
649
+ if (this.i.jc == null) {
650
+ return null;
651
+ }
652
+ return this.i.jc.fontString;
653
+ }
654
+ set columnOptionsGroupHeaderTextStyle(v) {
655
+ let fi = new FontInfo();
656
+ fi.fontString = v;
657
+ this.i.jc = fi;
558
658
  }
559
659
  get actualColumnOptionsAccentColor() {
560
- return brushToString(this.i.pz);
660
+ return brushToString(this.i.rd);
561
661
  }
562
662
  set actualColumnOptionsAccentColor(v) {
563
- this.i.pz = stringToBrush(v);
663
+ this.i.rd = stringToBrush(v);
564
664
  }
565
665
  get columnOptionsAccentColor() {
566
- return brushToString(this.i.qa);
666
+ return brushToString(this.i.rt);
567
667
  }
568
668
  set columnOptionsAccentColor(v) {
569
- this.i.qa = stringToBrush(v);
669
+ this.i.rt = stringToBrush(v);
670
+ }
671
+ get actualColumnOptionsRowHeight() {
672
+ return this.i.lc;
673
+ }
674
+ set actualColumnOptionsRowHeight(v) {
675
+ this.i.lc = +v;
676
+ }
677
+ get columnOptionsRowHeight() {
678
+ return this.i.ld;
679
+ }
680
+ set columnOptionsRowHeight(v) {
681
+ this.i.ld = +v;
570
682
  }
571
683
  /**
572
684
  * Gets or sets if the column is editable.
573
685
  */
574
686
  get isEditable() {
575
- return this.i.jy;
687
+ return this.i.j8;
576
688
  }
577
689
  set isEditable(v) {
578
- this.i.jy = ensureBool(v);
690
+ this.i.j8 = ensureBool(v);
579
691
  }
580
692
  /**
581
693
  * Gets or sets the text color used for deleted rows.
582
694
  */
583
695
  get deletedTextColor() {
584
- return brushToString(this.i.qh);
696
+ return brushToString(this.i.r4);
585
697
  }
586
698
  set deletedTextColor(v) {
587
- this.i.qh = stringToBrush(v);
699
+ this.i.r4 = stringToBrush(v);
588
700
  }
589
701
  /**
590
702
  * Gets the actual text color used for deleted rows.
591
703
  */
592
704
  get actualDeletedTextColor() {
593
- return brushToString(this.i.p6);
705
+ return brushToString(this.i.ro);
594
706
  }
595
707
  set actualDeletedTextColor(v) {
596
- this.i.p6 = stringToBrush(v);
708
+ this.i.ro = stringToBrush(v);
597
709
  }
598
710
  /**
599
711
  * Gets or sets the opacity to use for unsaved edited cell values.
600
712
  */
601
713
  get editOpacity() {
602
- return this.i.kh;
714
+ return this.i.ks;
603
715
  }
604
716
  set editOpacity(v) {
605
- this.i.kh = +v;
717
+ this.i.ks = +v;
606
718
  }
607
719
  /**
608
720
  * Gets the actual opacity for unsaved edited cell values.
609
721
  */
610
722
  get actualEditOpacity() {
611
- return this.i.kg;
723
+ return this.i.kr;
612
724
  }
613
725
  set actualEditOpacity(v) {
614
- this.i.kg = +v;
726
+ this.i.kr = +v;
615
727
  }
616
728
  /**
617
729
  * Gets or sets the font style to use for unsaved cell edits.
@@ -631,87 +743,87 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
631
743
  * Gets the actual font style used for unsaved cell edits.
632
744
  */
633
745
  get actualEditFontInfo() {
634
- if (this.i.i4 == null) {
746
+ if (this.i.jb == null) {
635
747
  return null;
636
748
  }
637
- return this.i.i4.fontString;
749
+ return this.i.jb.fontString;
638
750
  }
639
751
  set actualEditFontInfo(v) {
640
752
  let fi = new FontInfo();
641
753
  fi.fontString = v;
642
- this.i.i4 = fi;
754
+ this.i.jb = fi;
643
755
  }
644
756
  /**
645
757
  * Gets or sets if and how cell merging is performed for this field.
646
758
  */
647
759
  get mergedCellMode() {
648
- return this.i.io;
760
+ return this.i.ip;
649
761
  }
650
762
  set mergedCellMode(v) {
651
- this.i.io = ensureEnum(MergedCellMode_$type, v);
763
+ this.i.ip = ensureEnum(MergedCellMode_$type, v);
652
764
  }
653
765
  /**
654
766
  * Gets or sets how cells are evaluated for merging.
655
767
  */
656
768
  get mergedCellEvaluationCriteria() {
657
- return this.i.ik;
769
+ return this.i.il;
658
770
  }
659
771
  set mergedCellEvaluationCriteria(v) {
660
- this.i.ik = ensureEnum(MergedCellEvaluationCriteria_$type, v);
772
+ this.i.il = ensureEnum(MergedCellEvaluationCriteria_$type, v);
661
773
  }
662
774
  /**
663
775
  * Gets or sets the vertical alignment to use for the merged cell content.
664
776
  */
665
777
  get mergedCellVerticalAlignment() {
666
- return this.i.hd;
778
+ return this.i.he;
667
779
  }
668
780
  set mergedCellVerticalAlignment(v) {
669
- this.i.hd = ensureEnum(CellContentVerticalAlignment_$type, v);
781
+ this.i.he = ensureEnum(CellContentVerticalAlignment_$type, v);
670
782
  }
671
783
  /**
672
784
  * Gets or sets the amount of left padding to use for the cell content for this column.
673
785
  */
674
786
  get mergedCellPaddingLeft() {
675
- return this.i.k0;
787
+ return this.i.lf;
676
788
  }
677
789
  set mergedCellPaddingLeft(v) {
678
- this.i.k0 = +v;
790
+ this.i.lf = +v;
679
791
  }
680
792
  /**
681
793
  * Gets or sets the amount of top padding to use for the cell content for this column.
682
794
  */
683
795
  get mergedCellPaddingTop() {
684
- return this.i.k2;
796
+ return this.i.lh;
685
797
  }
686
798
  set mergedCellPaddingTop(v) {
687
- this.i.k2 = +v;
799
+ this.i.lh = +v;
688
800
  }
689
801
  /**
690
802
  * Gets or sets the amount of right padding to use for the cell content of this column.
691
803
  */
692
804
  get mergedCellPaddingRight() {
693
- return this.i.k1;
805
+ return this.i.lg;
694
806
  }
695
807
  set mergedCellPaddingRight(v) {
696
- this.i.k1 = +v;
808
+ this.i.lg = +v;
697
809
  }
698
810
  /**
699
811
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
700
812
  */
701
813
  get mergedCellPaddingBottom() {
702
- return this.i.kz;
814
+ return this.i.le;
703
815
  }
704
816
  set mergedCellPaddingBottom(v) {
705
- this.i.kz = +v;
817
+ this.i.le = +v;
706
818
  }
707
819
  /**
708
820
  * Gets or sets whether UI filters are case sensitive or not.
709
821
  */
710
822
  get filterComparisonType() {
711
- return this.i.h6;
823
+ return this.i.h7;
712
824
  }
713
825
  set filterComparisonType(v) {
714
- this.i.h6 = ensureEnum(FilterComparisonType_$type, v);
826
+ this.i.h7 = ensureEnum(FilterComparisonType_$type, v);
715
827
  }
716
828
  /**
717
829
  * Gets a list of the current custom filters for this column.
@@ -719,7 +831,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
719
831
  get filterOperands() {
720
832
  if (this._filterOperands === null) {
721
833
  let coll = new IgxGridFilterOperandsCollection();
722
- let innerColl = this.i.ie;
834
+ let innerColl = this.i.ig;
723
835
  if (!innerColl) {
724
836
  innerColl = new GridFilterOperandsCollection_internal();
725
837
  }
@@ -735,7 +847,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
735
847
  let coll = new IgxGridFilterOperandsCollection();
736
848
  this._filterOperands = coll._fromOuter(v);
737
849
  let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
738
- let innerColl = this.i.ie;
850
+ let innerColl = this.i.ig;
739
851
  if (!innerColl) {
740
852
  innerColl = new GridFilterOperandsCollection_internal();
741
853
  }
@@ -747,19 +859,19 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
747
859
  * Gets or sets the text to display in the suffix area of cells in this column.
748
860
  */
749
861
  get suffixText() {
750
- return this.i.n6;
862
+ return this.i.o2;
751
863
  }
752
864
  set suffixText(v) {
753
- this.i.n6 = v;
865
+ this.i.o2 = v;
754
866
  }
755
867
  /**
756
868
  * Gets or sets the color of the text in the suffix area of the cells in this column.
757
869
  */
758
870
  get suffixTextColor() {
759
- return brushToString(this.i.qp);
871
+ return brushToString(this.i.sd);
760
872
  }
761
873
  set suffixTextColor(v) {
762
- this.i.qp = stringToBrush(v);
874
+ this.i.sd = stringToBrush(v);
763
875
  }
764
876
  /**
765
877
  * Gets or sets the font of the suffix text.
@@ -779,91 +891,91 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
779
891
  * Gets or sets the icon to use in the suffix area of the cells in this column.
780
892
  */
781
893
  get suffixIconName() {
782
- return this.i.ny;
894
+ return this.i.ou;
783
895
  }
784
896
  set suffixIconName(v) {
785
- this.i.ny = v;
897
+ this.i.ou = v;
786
898
  }
787
899
  /**
788
900
  * Gets or sets the icon to use in the suffix area of the cells in this column.
789
901
  */
790
902
  get suffixIconCollectionName() {
791
- return this.i.nv;
903
+ return this.i.or;
792
904
  }
793
905
  set suffixIconCollectionName(v) {
794
- this.i.nv = v;
906
+ this.i.or = v;
795
907
  }
796
908
  /**
797
909
  * Gets or sets the stroke color of suffix icon.
798
910
  */
799
911
  get suffixIconStroke() {
800
- return brushToString(this.i.qo);
912
+ return brushToString(this.i.sc);
801
913
  }
802
914
  set suffixIconStroke(v) {
803
- this.i.qo = stringToBrush(v);
915
+ this.i.sc = stringToBrush(v);
804
916
  }
805
917
  /**
806
918
  * Gets or sets the fill color of suffix icon.
807
919
  */
808
920
  get suffixIconFill() {
809
- return brushToString(this.i.qn);
921
+ return brushToString(this.i.sb);
810
922
  }
811
923
  set suffixIconFill(v) {
812
- this.i.qn = stringToBrush(v);
924
+ this.i.sb = stringToBrush(v);
813
925
  }
814
926
  /**
815
927
  * Gets or sets the suffix icon's viewbox x coordinate.
816
928
  */
817
929
  get suffixIconViewBoxLeft() {
818
- return this.i.kk;
930
+ return this.i.kv;
819
931
  }
820
932
  set suffixIconViewBoxLeft(v) {
821
- this.i.kk = +v;
933
+ this.i.kv = +v;
822
934
  }
823
935
  /**
824
936
  * Gets or sets the suffix icon's viewbox y coordinate.
825
937
  */
826
938
  get suffixIconViewBoxTop() {
827
- return this.i.kl;
939
+ return this.i.kw;
828
940
  }
829
941
  set suffixIconViewBoxTop(v) {
830
- this.i.kl = +v;
942
+ this.i.kw = +v;
831
943
  }
832
944
  /**
833
945
  * Gets or sets the suffix icon's viewbox width.
834
946
  */
835
947
  get suffixIconViewBoxWidth() {
836
- return this.i.km;
948
+ return this.i.kx;
837
949
  }
838
950
  set suffixIconViewBoxWidth(v) {
839
- this.i.km = +v;
951
+ this.i.kx = +v;
840
952
  }
841
953
  /**
842
954
  * Gets or sets the suffix icon's viewbox height.
843
955
  */
844
956
  get suffixIconViewBoxHeight() {
845
- return this.i.kj;
957
+ return this.i.ku;
846
958
  }
847
959
  set suffixIconViewBoxHeight(v) {
848
- this.i.kj = +v;
960
+ this.i.ku = +v;
849
961
  }
850
962
  /**
851
963
  * Gets or sets the suffix margin.
852
964
  */
853
965
  get suffixMargin() {
854
- return this.i.kn;
966
+ return this.i.ky;
855
967
  }
856
968
  set suffixMargin(v) {
857
- this.i.kn = +v;
969
+ this.i.ky = +v;
858
970
  }
859
971
  /**
860
972
  * Gets or sets the text decoration to apply to cells in this column.
861
973
  */
862
974
  get textDecoration() {
863
- return this.i.iu;
975
+ return this.i.iv;
864
976
  }
865
977
  set textDecoration(v) {
866
- this.i.iu = ensureEnum(TextCellDecoration_$type, v);
978
+ this.i.iv = ensureEnum(TextCellDecoration_$type, v);
867
979
  }
868
980
  findByName(name) {
869
981
  var baseResult = super.findByName(name);
@@ -897,18 +1009,18 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
897
1009
 
898
1010
  */
899
1011
  getUniqueKey() {
900
- let iv = this.i.mw();
1012
+ let iv = this.i.nq();
901
1013
  return (iv);
902
1014
  }
903
1015
  setNamedHeaderValue(valueName, animationType, value) {
904
- this.i.oo(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1016
+ this.i.pk(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
905
1017
  }
906
1018
  /**
907
1019
  * Returns if the column has named header values.
908
1020
 
909
1021
  */
910
1022
  hasNamedHeaderValues() {
911
- let iv = this.i.js();
1023
+ let iv = this.i.j2();
912
1024
  return (iv);
913
1025
  }
914
1026
  /**
@@ -917,7 +1029,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
917
1029
  * @param valueName * The named value to check for.
918
1030
  */
919
1031
  hasNamedHeaderValue(valueName) {
920
- let iv = this.i.jr(valueName);
1032
+ let iv = this.i.j1(valueName);
921
1033
  return (iv);
922
1034
  }
923
1035
  /**
@@ -926,7 +1038,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
926
1038
  * @param valueName * The named header value to remove.
927
1039
  */
928
1040
  removeNamedHeaderValue(valueName) {
929
- this.i.on(valueName);
1041
+ this.i.pj(valueName);
930
1042
  }
931
1043
  /**
932
1044
  * Gets the value of a named header value for this column by name.
@@ -934,11 +1046,11 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
934
1046
  * @param valueName * Name of the named header value to retrieve.
935
1047
  */
936
1048
  getNamedHeaderValue(valueName) {
937
- let iv = this.i.le(valueName);
1049
+ let iv = this.i.lt(valueName);
938
1050
  return (iv);
939
1051
  }
940
1052
  applyCustomFilter(filterID, index, value) {
941
- this.i.oe(filterID, index, value);
1053
+ this.i.pa(filterID, index, value);
942
1054
  }
943
1055
  getDesiredToolbarActions() {
944
1056
  let iv = this.i.getDesiredToolbarActions();
@@ -994,7 +1106,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
994
1106
  }
995
1107
  }
996
1108
  IgxDataGridColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
997
- 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 });
1109
+ 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", actualColumnOptionsToolTipTextColor: "actualColumnOptionsToolTipTextColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", 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 });
998
1110
  return IgxDataGridColumnComponent;
999
1111
  })();
1000
1112
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, decorators: [{
@@ -1022,6 +1134,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1022
1134
  type: Input
1023
1135
  }], actualSelectedBackground: [{
1024
1136
  type: Input
1137
+ }], selectedTextColor: [{
1138
+ type: Input
1139
+ }], actualSelectedTextColor: [{
1140
+ type: Input
1025
1141
  }], rowHoverBackground: [{
1026
1142
  type: Input
1027
1143
  }], actualHoverBackground: [{
@@ -1050,6 +1166,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1050
1166
  type: Input
1051
1167
  }], isResizingEnabled: [{
1052
1168
  type: Input
1169
+ }], isSortingEnabled: [{
1170
+ type: Input
1053
1171
  }], isHidden: [{
1054
1172
  type: Input
1055
1173
  }], shouldRemoveWhenHidden: [{
@@ -1090,6 +1208,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1090
1208
  type: Input
1091
1209
  }], columnOptionsTextColor: [{
1092
1210
  type: Input
1211
+ }], columnOptionsTextStyle: [{
1212
+ type: Input
1213
+ }], actualColumnOptionsHoverBackgroundColor: [{
1214
+ type: Input
1215
+ }], columnOptionsHoverBackgroundColor: [{
1216
+ type: Input
1217
+ }], actualColumnOptionsToolTipBackgroundColor: [{
1218
+ type: Input
1219
+ }], columnOptionsToolTipBackgroundColor: [{
1220
+ type: Input
1221
+ }], actualColumnOptionsToolTipTextColor: [{
1222
+ type: Input
1223
+ }], columnOptionsToolTipTextColor: [{
1224
+ type: Input
1225
+ }], actualColumnOptionsHighlightColor: [{
1226
+ type: Input
1227
+ }], columnOptionsHighlightColor: [{
1228
+ type: Input
1093
1229
  }], actualColumnOptionsSeparatorColor: [{
1094
1230
  type: Input
1095
1231
  }], columnOptionsSeparatorColor: [{
@@ -1102,10 +1238,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1102
1238
  type: Input
1103
1239
  }], columnOptionsGroupHeaderTextColor: [{
1104
1240
  type: Input
1241
+ }], columnOptionsGroupHeaderTextStyle: [{
1242
+ type: Input
1105
1243
  }], actualColumnOptionsAccentColor: [{
1106
1244
  type: Input
1107
1245
  }], columnOptionsAccentColor: [{
1108
1246
  type: Input
1247
+ }], actualColumnOptionsRowHeight: [{
1248
+ type: Input
1249
+ }], columnOptionsRowHeight: [{
1250
+ type: Input
1109
1251
  }], isEditable: [{
1110
1252
  type: Input
1111
1253
  }], deletedTextColor: [{