igniteui-angular-data-grids 21.0.1 → 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
@@ -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.ob;
98
98
  }
99
99
  set name(v) {
100
- this.i.ni = v;
100
+ this.i.ob = 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.nj;
107
107
  }
108
108
  set field(v) {
109
- this.i.mr = v;
109
+ this.i.nj = 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.nq;
116
116
  }
117
117
  set headerText(v) {
118
- this.i.my = v;
118
+ this.i.nq = 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.ml;
125
125
  }
126
126
  set actualHeaderText(v) {
127
- this.i.l0 = v;
127
+ this.i.ml = 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.r2);
134
134
  }
135
135
  set selectedBackground(v) {
136
- this.i.qm = stringToBrush(v);
136
+ this.i.r2 = 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.rl);
143
143
  }
144
144
  set actualSelectedBackground(v) {
145
- this.i.p9 = stringToBrush(v);
145
+ this.i.rl = 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.r3);
152
+ }
153
+ set selectedTextColor(v) {
154
+ this.i.r3 = 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.rm);
161
+ }
162
+ set actualSelectedTextColor(v) {
163
+ this.i.rm = 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.r0);
152
170
  }
153
171
  set rowHoverBackground(v) {
154
- this.i.qk = stringToBrush(v);
172
+ this.i.r0 = 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.rj);
161
179
  }
162
180
  set actualHoverBackground(v) {
163
- this.i.p7 = stringToBrush(v);
181
+ this.i.rj = 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.r1);
170
188
  }
171
189
  set rowHoverTextColor(v) {
172
- this.i.ql = stringToBrush(v);
190
+ this.i.r1 = 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.rk);
179
197
  }
180
198
  set actualRowHoverTextColor(v) {
181
- this.i.p8 = stringToBrush(v);
199
+ this.i.rk = 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,393 @@ 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.re);
383
410
  }
384
411
  set actualColumnOptionsIconColor(v) {
385
- this.i.p3 = stringToBrush(v);
412
+ this.i.re = 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.rt);
392
419
  }
393
420
  set columnOptionsIconColor(v) {
394
- this.i.qe = stringToBrush(v);
421
+ this.i.rt = 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.q9);
474
501
  }
475
502
  set actualColumnOptionsBackground(v) {
476
- this.i.p0 = stringToBrush(v);
503
+ this.i.q9 = 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.ro);
483
510
  }
484
511
  set columnOptionsBackground(v) {
485
- this.i.qb = stringToBrush(v);
512
+ this.i.ro = 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.rg);
492
519
  }
493
520
  set actualColumnOptionsTextColor(v) {
494
- this.i.p5 = stringToBrush(v);
521
+ this.i.rg = 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.rv);
501
528
  }
502
529
  set columnOptionsTextColor(v) {
503
- this.i.qg = stringToBrush(v);
530
+ this.i.rv = 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.rd);
548
+ }
549
+ set actualColumnOptionsHoverBackgroundColor(v) {
550
+ this.i.rd = stringToBrush(v);
551
+ }
552
+ get columnOptionsHoverBackgroundColor() {
553
+ return brushToString(this.i.rs);
554
+ }
555
+ set columnOptionsHoverBackgroundColor(v) {
556
+ this.i.rs = stringToBrush(v);
557
+ }
558
+ get actualColumnOptionsToolTipBackgroundColor() {
559
+ return brushToString(this.i.rh);
560
+ }
561
+ set actualColumnOptionsToolTipBackgroundColor(v) {
562
+ this.i.rh = stringToBrush(v);
563
+ }
564
+ get columnOptionsToolTipBackgroundColor() {
565
+ return brushToString(this.i.rw);
566
+ }
567
+ set columnOptionsToolTipBackgroundColor(v) {
568
+ this.i.rw = stringToBrush(v);
569
+ }
570
+ get actualColumnOptionsHighlightColor() {
571
+ return brushToString(this.i.rc);
572
+ }
573
+ set actualColumnOptionsHighlightColor(v) {
574
+ this.i.rc = stringToBrush(v);
575
+ }
576
+ get columnOptionsHighlightColor() {
577
+ return brushToString(this.i.rr);
578
+ }
579
+ set columnOptionsHighlightColor(v) {
580
+ this.i.rr = stringToBrush(v);
504
581
  }
505
582
  /**
506
583
  * Gets or sets the color of separators inside the column options menu.
507
584
  */
508
585
  get actualColumnOptionsSeparatorColor() {
509
- return brushToString(this.i.p4);
586
+ return brushToString(this.i.rf);
510
587
  }
511
588
  set actualColumnOptionsSeparatorColor(v) {
512
- this.i.p4 = stringToBrush(v);
589
+ this.i.rf = stringToBrush(v);
513
590
  }
514
591
  /**
515
592
  * Gets or sets the color of separators inside the column options menu.
516
593
  */
517
594
  get columnOptionsSeparatorColor() {
518
- return brushToString(this.i.qf);
595
+ return brushToString(this.i.ru);
519
596
  }
520
597
  set columnOptionsSeparatorColor(v) {
521
- this.i.qf = stringToBrush(v);
598
+ this.i.ru = stringToBrush(v);
522
599
  }
523
600
  /**
524
601
  * Gets or sets the background color for group headers inside the column options menu.
525
602
  */
526
603
  get actualColumnOptionsGroupHeaderBackground() {
527
- return brushToString(this.i.p1);
604
+ return brushToString(this.i.ra);
528
605
  }
529
606
  set actualColumnOptionsGroupHeaderBackground(v) {
530
- this.i.p1 = stringToBrush(v);
607
+ this.i.ra = stringToBrush(v);
531
608
  }
532
609
  /**
533
610
  * Gets or sets the background color for group headers inside the column options menu.
534
611
  */
535
612
  get columnOptionsGroupHeaderBackground() {
536
- return brushToString(this.i.qc);
613
+ return brushToString(this.i.rp);
537
614
  }
538
615
  set columnOptionsGroupHeaderBackground(v) {
539
- this.i.qc = stringToBrush(v);
616
+ this.i.rp = stringToBrush(v);
540
617
  }
541
618
  /**
542
619
  * Gets the actual text color for group headers inside the column options menu.
543
620
  */
544
621
  get actualColumnOptionsGroupHeaderTextColor() {
545
- return brushToString(this.i.p2);
622
+ return brushToString(this.i.rb);
546
623
  }
547
624
  set actualColumnOptionsGroupHeaderTextColor(v) {
548
- this.i.p2 = stringToBrush(v);
625
+ this.i.rb = stringToBrush(v);
549
626
  }
550
627
  /**
551
628
  * Gets or sets the text color for group headers inside the column options menu.
552
629
  */
553
630
  get columnOptionsGroupHeaderTextColor() {
554
- return brushToString(this.i.qd);
631
+ return brushToString(this.i.rq);
555
632
  }
556
633
  set columnOptionsGroupHeaderTextColor(v) {
557
- this.i.qd = stringToBrush(v);
634
+ this.i.rq = stringToBrush(v);
635
+ }
636
+ get columnOptionsGroupHeaderTextStyle() {
637
+ if (this.i.jc == null) {
638
+ return null;
639
+ }
640
+ return this.i.jc.fontString;
641
+ }
642
+ set columnOptionsGroupHeaderTextStyle(v) {
643
+ let fi = new FontInfo();
644
+ fi.fontString = v;
645
+ this.i.jc = fi;
558
646
  }
559
647
  get actualColumnOptionsAccentColor() {
560
- return brushToString(this.i.pz);
648
+ return brushToString(this.i.q8);
561
649
  }
562
650
  set actualColumnOptionsAccentColor(v) {
563
- this.i.pz = stringToBrush(v);
651
+ this.i.q8 = stringToBrush(v);
564
652
  }
565
653
  get columnOptionsAccentColor() {
566
- return brushToString(this.i.qa);
654
+ return brushToString(this.i.rn);
567
655
  }
568
656
  set columnOptionsAccentColor(v) {
569
- this.i.qa = stringToBrush(v);
657
+ this.i.rn = stringToBrush(v);
658
+ }
659
+ get actualColumnOptionsRowHeight() {
660
+ return this.i.lc;
661
+ }
662
+ set actualColumnOptionsRowHeight(v) {
663
+ this.i.lc = +v;
664
+ }
665
+ get columnOptionsRowHeight() {
666
+ return this.i.ld;
667
+ }
668
+ set columnOptionsRowHeight(v) {
669
+ this.i.ld = +v;
570
670
  }
571
671
  /**
572
672
  * Gets or sets if the column is editable.
573
673
  */
574
674
  get isEditable() {
575
- return this.i.jy;
675
+ return this.i.j8;
576
676
  }
577
677
  set isEditable(v) {
578
- this.i.jy = ensureBool(v);
678
+ this.i.j8 = ensureBool(v);
579
679
  }
580
680
  /**
581
681
  * Gets or sets the text color used for deleted rows.
582
682
  */
583
683
  get deletedTextColor() {
584
- return brushToString(this.i.qh);
684
+ return brushToString(this.i.rx);
585
685
  }
586
686
  set deletedTextColor(v) {
587
- this.i.qh = stringToBrush(v);
687
+ this.i.rx = stringToBrush(v);
588
688
  }
589
689
  /**
590
690
  * Gets the actual text color used for deleted rows.
591
691
  */
592
692
  get actualDeletedTextColor() {
593
- return brushToString(this.i.p6);
693
+ return brushToString(this.i.ri);
594
694
  }
595
695
  set actualDeletedTextColor(v) {
596
- this.i.p6 = stringToBrush(v);
696
+ this.i.ri = stringToBrush(v);
597
697
  }
598
698
  /**
599
699
  * Gets or sets the opacity to use for unsaved edited cell values.
600
700
  */
601
701
  get editOpacity() {
602
- return this.i.kh;
702
+ return this.i.ks;
603
703
  }
604
704
  set editOpacity(v) {
605
- this.i.kh = +v;
705
+ this.i.ks = +v;
606
706
  }
607
707
  /**
608
708
  * Gets the actual opacity for unsaved edited cell values.
609
709
  */
610
710
  get actualEditOpacity() {
611
- return this.i.kg;
711
+ return this.i.kr;
612
712
  }
613
713
  set actualEditOpacity(v) {
614
- this.i.kg = +v;
714
+ this.i.kr = +v;
615
715
  }
616
716
  /**
617
717
  * Gets or sets the font style to use for unsaved cell edits.
@@ -631,87 +731,87 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
631
731
  * Gets the actual font style used for unsaved cell edits.
632
732
  */
633
733
  get actualEditFontInfo() {
634
- if (this.i.i4 == null) {
734
+ if (this.i.jb == null) {
635
735
  return null;
636
736
  }
637
- return this.i.i4.fontString;
737
+ return this.i.jb.fontString;
638
738
  }
639
739
  set actualEditFontInfo(v) {
640
740
  let fi = new FontInfo();
641
741
  fi.fontString = v;
642
- this.i.i4 = fi;
742
+ this.i.jb = fi;
643
743
  }
644
744
  /**
645
745
  * Gets or sets if and how cell merging is performed for this field.
646
746
  */
647
747
  get mergedCellMode() {
648
- return this.i.io;
748
+ return this.i.ip;
649
749
  }
650
750
  set mergedCellMode(v) {
651
- this.i.io = ensureEnum(MergedCellMode_$type, v);
751
+ this.i.ip = ensureEnum(MergedCellMode_$type, v);
652
752
  }
653
753
  /**
654
754
  * Gets or sets how cells are evaluated for merging.
655
755
  */
656
756
  get mergedCellEvaluationCriteria() {
657
- return this.i.ik;
757
+ return this.i.il;
658
758
  }
659
759
  set mergedCellEvaluationCriteria(v) {
660
- this.i.ik = ensureEnum(MergedCellEvaluationCriteria_$type, v);
760
+ this.i.il = ensureEnum(MergedCellEvaluationCriteria_$type, v);
661
761
  }
662
762
  /**
663
763
  * Gets or sets the vertical alignment to use for the merged cell content.
664
764
  */
665
765
  get mergedCellVerticalAlignment() {
666
- return this.i.hd;
766
+ return this.i.he;
667
767
  }
668
768
  set mergedCellVerticalAlignment(v) {
669
- this.i.hd = ensureEnum(CellContentVerticalAlignment_$type, v);
769
+ this.i.he = ensureEnum(CellContentVerticalAlignment_$type, v);
670
770
  }
671
771
  /**
672
772
  * Gets or sets the amount of left padding to use for the cell content for this column.
673
773
  */
674
774
  get mergedCellPaddingLeft() {
675
- return this.i.k0;
775
+ return this.i.lf;
676
776
  }
677
777
  set mergedCellPaddingLeft(v) {
678
- this.i.k0 = +v;
778
+ this.i.lf = +v;
679
779
  }
680
780
  /**
681
781
  * Gets or sets the amount of top padding to use for the cell content for this column.
682
782
  */
683
783
  get mergedCellPaddingTop() {
684
- return this.i.k2;
784
+ return this.i.lh;
685
785
  }
686
786
  set mergedCellPaddingTop(v) {
687
- this.i.k2 = +v;
787
+ this.i.lh = +v;
688
788
  }
689
789
  /**
690
790
  * Gets or sets the amount of right padding to use for the cell content of this column.
691
791
  */
692
792
  get mergedCellPaddingRight() {
693
- return this.i.k1;
793
+ return this.i.lg;
694
794
  }
695
795
  set mergedCellPaddingRight(v) {
696
- this.i.k1 = +v;
796
+ this.i.lg = +v;
697
797
  }
698
798
  /**
699
799
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
700
800
  */
701
801
  get mergedCellPaddingBottom() {
702
- return this.i.kz;
802
+ return this.i.le;
703
803
  }
704
804
  set mergedCellPaddingBottom(v) {
705
- this.i.kz = +v;
805
+ this.i.le = +v;
706
806
  }
707
807
  /**
708
808
  * Gets or sets whether UI filters are case sensitive or not.
709
809
  */
710
810
  get filterComparisonType() {
711
- return this.i.h6;
811
+ return this.i.h7;
712
812
  }
713
813
  set filterComparisonType(v) {
714
- this.i.h6 = ensureEnum(FilterComparisonType_$type, v);
814
+ this.i.h7 = ensureEnum(FilterComparisonType_$type, v);
715
815
  }
716
816
  /**
717
817
  * Gets a list of the current custom filters for this column.
@@ -719,7 +819,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
719
819
  get filterOperands() {
720
820
  if (this._filterOperands === null) {
721
821
  let coll = new IgxGridFilterOperandsCollection();
722
- let innerColl = this.i.ie;
822
+ let innerColl = this.i.ig;
723
823
  if (!innerColl) {
724
824
  innerColl = new GridFilterOperandsCollection_internal();
725
825
  }
@@ -735,7 +835,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
735
835
  let coll = new IgxGridFilterOperandsCollection();
736
836
  this._filterOperands = coll._fromOuter(v);
737
837
  let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
738
- let innerColl = this.i.ie;
838
+ let innerColl = this.i.ig;
739
839
  if (!innerColl) {
740
840
  innerColl = new GridFilterOperandsCollection_internal();
741
841
  }
@@ -747,19 +847,19 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
747
847
  * Gets or sets the text to display in the suffix area of cells in this column.
748
848
  */
749
849
  get suffixText() {
750
- return this.i.n6;
850
+ return this.i.o0;
751
851
  }
752
852
  set suffixText(v) {
753
- this.i.n6 = v;
853
+ this.i.o0 = v;
754
854
  }
755
855
  /**
756
856
  * Gets or sets the color of the text in the suffix area of the cells in this column.
757
857
  */
758
858
  get suffixTextColor() {
759
- return brushToString(this.i.qp);
859
+ return brushToString(this.i.r6);
760
860
  }
761
861
  set suffixTextColor(v) {
762
- this.i.qp = stringToBrush(v);
862
+ this.i.r6 = stringToBrush(v);
763
863
  }
764
864
  /**
765
865
  * Gets or sets the font of the suffix text.
@@ -779,91 +879,91 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
779
879
  * Gets or sets the icon to use in the suffix area of the cells in this column.
780
880
  */
781
881
  get suffixIconName() {
782
- return this.i.ny;
882
+ return this.i.os;
783
883
  }
784
884
  set suffixIconName(v) {
785
- this.i.ny = v;
885
+ this.i.os = v;
786
886
  }
787
887
  /**
788
888
  * Gets or sets the icon to use in the suffix area of the cells in this column.
789
889
  */
790
890
  get suffixIconCollectionName() {
791
- return this.i.nv;
891
+ return this.i.op;
792
892
  }
793
893
  set suffixIconCollectionName(v) {
794
- this.i.nv = v;
894
+ this.i.op = v;
795
895
  }
796
896
  /**
797
897
  * Gets or sets the stroke color of suffix icon.
798
898
  */
799
899
  get suffixIconStroke() {
800
- return brushToString(this.i.qo);
900
+ return brushToString(this.i.r5);
801
901
  }
802
902
  set suffixIconStroke(v) {
803
- this.i.qo = stringToBrush(v);
903
+ this.i.r5 = stringToBrush(v);
804
904
  }
805
905
  /**
806
906
  * Gets or sets the fill color of suffix icon.
807
907
  */
808
908
  get suffixIconFill() {
809
- return brushToString(this.i.qn);
909
+ return brushToString(this.i.r4);
810
910
  }
811
911
  set suffixIconFill(v) {
812
- this.i.qn = stringToBrush(v);
912
+ this.i.r4 = stringToBrush(v);
813
913
  }
814
914
  /**
815
915
  * Gets or sets the suffix icon's viewbox x coordinate.
816
916
  */
817
917
  get suffixIconViewBoxLeft() {
818
- return this.i.kk;
918
+ return this.i.kv;
819
919
  }
820
920
  set suffixIconViewBoxLeft(v) {
821
- this.i.kk = +v;
921
+ this.i.kv = +v;
822
922
  }
823
923
  /**
824
924
  * Gets or sets the suffix icon's viewbox y coordinate.
825
925
  */
826
926
  get suffixIconViewBoxTop() {
827
- return this.i.kl;
927
+ return this.i.kw;
828
928
  }
829
929
  set suffixIconViewBoxTop(v) {
830
- this.i.kl = +v;
930
+ this.i.kw = +v;
831
931
  }
832
932
  /**
833
933
  * Gets or sets the suffix icon's viewbox width.
834
934
  */
835
935
  get suffixIconViewBoxWidth() {
836
- return this.i.km;
936
+ return this.i.kx;
837
937
  }
838
938
  set suffixIconViewBoxWidth(v) {
839
- this.i.km = +v;
939
+ this.i.kx = +v;
840
940
  }
841
941
  /**
842
942
  * Gets or sets the suffix icon's viewbox height.
843
943
  */
844
944
  get suffixIconViewBoxHeight() {
845
- return this.i.kj;
945
+ return this.i.ku;
846
946
  }
847
947
  set suffixIconViewBoxHeight(v) {
848
- this.i.kj = +v;
948
+ this.i.ku = +v;
849
949
  }
850
950
  /**
851
951
  * Gets or sets the suffix margin.
852
952
  */
853
953
  get suffixMargin() {
854
- return this.i.kn;
954
+ return this.i.ky;
855
955
  }
856
956
  set suffixMargin(v) {
857
- this.i.kn = +v;
957
+ this.i.ky = +v;
858
958
  }
859
959
  /**
860
960
  * Gets or sets the text decoration to apply to cells in this column.
861
961
  */
862
962
  get textDecoration() {
863
- return this.i.iu;
963
+ return this.i.iv;
864
964
  }
865
965
  set textDecoration(v) {
866
- this.i.iu = ensureEnum(TextCellDecoration_$type, v);
966
+ this.i.iv = ensureEnum(TextCellDecoration_$type, v);
867
967
  }
868
968
  findByName(name) {
869
969
  var baseResult = super.findByName(name);
@@ -897,18 +997,18 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
897
997
 
898
998
  */
899
999
  getUniqueKey() {
900
- let iv = this.i.mw();
1000
+ let iv = this.i.no();
901
1001
  return (iv);
902
1002
  }
903
1003
  setNamedHeaderValue(valueName, animationType, value) {
904
- this.i.oo(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1004
+ this.i.pi(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
905
1005
  }
906
1006
  /**
907
1007
  * Returns if the column has named header values.
908
1008
 
909
1009
  */
910
1010
  hasNamedHeaderValues() {
911
- let iv = this.i.js();
1011
+ let iv = this.i.j2();
912
1012
  return (iv);
913
1013
  }
914
1014
  /**
@@ -917,7 +1017,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
917
1017
  * @param valueName * The named value to check for.
918
1018
  */
919
1019
  hasNamedHeaderValue(valueName) {
920
- let iv = this.i.jr(valueName);
1020
+ let iv = this.i.j1(valueName);
921
1021
  return (iv);
922
1022
  }
923
1023
  /**
@@ -926,7 +1026,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
926
1026
  * @param valueName * The named header value to remove.
927
1027
  */
928
1028
  removeNamedHeaderValue(valueName) {
929
- this.i.on(valueName);
1029
+ this.i.ph(valueName);
930
1030
  }
931
1031
  /**
932
1032
  * Gets the value of a named header value for this column by name.
@@ -934,11 +1034,11 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
934
1034
  * @param valueName * Name of the named header value to retrieve.
935
1035
  */
936
1036
  getNamedHeaderValue(valueName) {
937
- let iv = this.i.le(valueName);
1037
+ let iv = this.i.lt(valueName);
938
1038
  return (iv);
939
1039
  }
940
1040
  applyCustomFilter(filterID, index, value) {
941
- this.i.oe(filterID, index, value);
1041
+ this.i.o8(filterID, index, value);
942
1042
  }
943
1043
  getDesiredToolbarActions() {
944
1044
  let iv = this.i.getDesiredToolbarActions();
@@ -994,7 +1094,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
994
1094
  }
995
1095
  }
996
1096
  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 });
1097
+ 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 });
998
1098
  return IgxDataGridColumnComponent;
999
1099
  })();
1000
1100
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, decorators: [{
@@ -1022,6 +1122,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1022
1122
  type: Input
1023
1123
  }], actualSelectedBackground: [{
1024
1124
  type: Input
1125
+ }], selectedTextColor: [{
1126
+ type: Input
1127
+ }], actualSelectedTextColor: [{
1128
+ type: Input
1025
1129
  }], rowHoverBackground: [{
1026
1130
  type: Input
1027
1131
  }], actualHoverBackground: [{
@@ -1050,6 +1154,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1050
1154
  type: Input
1051
1155
  }], isResizingEnabled: [{
1052
1156
  type: Input
1157
+ }], isSortingEnabled: [{
1158
+ type: Input
1053
1159
  }], isHidden: [{
1054
1160
  type: Input
1055
1161
  }], shouldRemoveWhenHidden: [{
@@ -1090,6 +1196,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1090
1196
  type: Input
1091
1197
  }], columnOptionsTextColor: [{
1092
1198
  type: Input
1199
+ }], columnOptionsTextStyle: [{
1200
+ type: Input
1201
+ }], actualColumnOptionsHoverBackgroundColor: [{
1202
+ type: Input
1203
+ }], columnOptionsHoverBackgroundColor: [{
1204
+ type: Input
1205
+ }], actualColumnOptionsToolTipBackgroundColor: [{
1206
+ type: Input
1207
+ }], columnOptionsToolTipBackgroundColor: [{
1208
+ type: Input
1209
+ }], actualColumnOptionsHighlightColor: [{
1210
+ type: Input
1211
+ }], columnOptionsHighlightColor: [{
1212
+ type: Input
1093
1213
  }], actualColumnOptionsSeparatorColor: [{
1094
1214
  type: Input
1095
1215
  }], columnOptionsSeparatorColor: [{
@@ -1102,10 +1222,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1102
1222
  type: Input
1103
1223
  }], columnOptionsGroupHeaderTextColor: [{
1104
1224
  type: Input
1225
+ }], columnOptionsGroupHeaderTextStyle: [{
1226
+ type: Input
1105
1227
  }], actualColumnOptionsAccentColor: [{
1106
1228
  type: Input
1107
1229
  }], columnOptionsAccentColor: [{
1108
1230
  type: Input
1231
+ }], actualColumnOptionsRowHeight: [{
1232
+ type: Input
1233
+ }], columnOptionsRowHeight: [{
1234
+ type: Input
1109
1235
  }], isEditable: [{
1110
1236
  type: Input
1111
1237
  }], deletedTextColor: [{