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
@@ -28,10 +28,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  * Sets or gets the numeric value to use for the cell.
29
29
  */
30
30
  get: function () {
31
- return this.i.n9;
31
+ return this.i.ok;
32
32
  },
33
33
  set: function (v) {
34
- this.i.n9 = +v;
34
+ this.i.ok = +v;
35
35
  },
36
36
  enumerable: false,
37
37
  configurable: true
@@ -41,10 +41,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  * Sets or gets whether there is a decimal numeric value to use for the cell.
42
42
  */
43
43
  get: function () {
44
- return this.i.n5;
44
+ return this.i.of;
45
45
  },
46
46
  set: function (v) {
47
- this.i.n5 = ensureBool(v);
47
+ this.i.of = ensureBool(v);
48
48
  },
49
49
  enumerable: false,
50
50
  configurable: true
@@ -54,24 +54,24 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
54
54
  * The format string to apply to the value
55
55
  */
56
56
  get: function () {
57
- return this.i.o3;
57
+ return this.i.pf;
58
58
  },
59
59
  set: function (v) {
60
- this.i.o3 = v;
60
+ this.i.pf = v;
61
61
  },
62
62
  enumerable: false,
63
63
  configurable: true
64
64
  });
65
65
  Object.defineProperty(IgxNumericCellInfo.prototype, "formatSpecifiers", {
66
66
  get: function () {
67
- return this.i.n1;
67
+ return this.i.oa;
68
68
  },
69
69
  set: function (v) {
70
70
  if (v && !Array.isArray(v) && typeof (v) == "string") {
71
71
  var re = /\s*(?:,|\s|$)\s*/gm;
72
72
  v = v.split(re);
73
73
  }
74
- this.i.n1 = v;
74
+ this.i.oa = v;
75
75
  },
76
76
  enumerable: false,
77
77
  configurable: true
@@ -81,10 +81,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
81
81
  * The format options to apply to the value
82
82
  */
83
83
  get: function () {
84
- return this.i.ov;
84
+ return this.i.o7;
85
85
  },
86
86
  set: function (v) {
87
- this.i.ov = v;
87
+ this.i.o7 = v;
88
88
  },
89
89
  enumerable: false,
90
90
  configurable: true
@@ -94,10 +94,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
94
94
  * Sets or gets the text prepended to a negative numeric value
95
95
  */
96
96
  get: function () {
97
- return this.i.o9;
97
+ return this.i.pm;
98
98
  },
99
99
  set: function (v) {
100
- this.i.o9 = v;
100
+ this.i.pm = v;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,10 +107,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
107
107
  * Sets or gets the text prepended to a positive numeric value
108
108
  */
109
109
  get: function () {
110
- return this.i.pe;
110
+ return this.i.pr;
111
111
  },
112
112
  set: function (v) {
113
- this.i.pe = v;
113
+ this.i.pr = v;
114
114
  },
115
115
  enumerable: false,
116
116
  configurable: true
@@ -120,10 +120,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
120
120
  * Sets or gets the text appended to a negative numeric value
121
121
  */
122
122
  get: function () {
123
- return this.i.pb;
123
+ return this.i.po;
124
124
  },
125
125
  set: function (v) {
126
- this.i.pb = v;
126
+ this.i.po = v;
127
127
  },
128
128
  enumerable: false,
129
129
  configurable: true
@@ -133,10 +133,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
133
133
  * Sets or gets the text appended to a positive numeric value
134
134
  */
135
135
  get: function () {
136
- return this.i.pg;
136
+ return this.i.pt;
137
137
  },
138
138
  set: function (v) {
139
- this.i.pg = v;
139
+ this.i.pt = v;
140
140
  },
141
141
  enumerable: false,
142
142
  configurable: true
@@ -146,10 +146,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
146
146
  * The maximum number of decimal places to display when formatting
147
147
  */
148
148
  get: function () {
149
- return this.i.oh;
149
+ return this.i.ot;
150
150
  },
151
151
  set: function (v) {
152
- this.i.oh = +v;
152
+ this.i.ot = +v;
153
153
  },
154
154
  enumerable: false,
155
155
  configurable: true
@@ -159,10 +159,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
159
159
  * The minimum number of decimal places to display when formatting
160
160
  */
161
161
  get: function () {
162
- return this.i.oj;
162
+ return this.i.ov;
163
163
  },
164
164
  set: function (v) {
165
- this.i.oj = +v;
165
+ this.i.ov = +v;
166
166
  },
167
167
  enumerable: false,
168
168
  configurable: true
@@ -172,10 +172,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
172
172
  * The minimum number of integer digits to display when formatting
173
173
  */
174
174
  get: function () {
175
- return this.i.ol;
175
+ return this.i.ox;
176
176
  },
177
177
  set: function (v) {
178
- this.i.ol = +v;
178
+ this.i.ox = +v;
179
179
  },
180
180
  enumerable: false,
181
181
  configurable: true
@@ -185,10 +185,23 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
185
185
  * Sets or gets if the grouping separator is shown
186
186
  */
187
187
  get: function () {
188
- return this.i.n7;
188
+ return this.i.oi;
189
+ },
190
+ set: function (v) {
191
+ this.i.oi = ensureBool(v);
192
+ },
193
+ enumerable: false,
194
+ configurable: true
195
+ });
196
+ Object.defineProperty(IgxNumericCellInfo.prototype, "isPercent", {
197
+ /**
198
+ * Sets or gets if the value is treated as a percent and multiplied by 100 when formatted.
199
+ */
200
+ get: function () {
201
+ return this.i.oh;
189
202
  },
190
203
  set: function (v) {
191
- this.i.n7 = ensureBool(v);
204
+ this.i.oh = ensureBool(v);
192
205
  },
193
206
  enumerable: false,
194
207
  configurable: true
@@ -46,10 +46,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
46
46
  * Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
47
47
  */
48
48
  get: function () {
49
- return this.i.rl;
49
+ return this.i.tc;
50
50
  },
51
51
  set: function (v) {
52
- this.i.rl = v;
52
+ this.i.tc = v;
53
53
  },
54
54
  enumerable: false,
55
55
  configurable: true
@@ -59,10 +59,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
59
59
  * Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
60
60
  */
61
61
  get: function () {
62
- return this.i.rp;
62
+ return this.i.tg;
63
63
  },
64
64
  set: function (v) {
65
- this.i.rp = v;
65
+ this.i.tg = v;
66
66
  },
67
67
  enumerable: false,
68
68
  configurable: true
@@ -72,10 +72,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72
72
  * Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
73
73
  */
74
74
  get: function () {
75
- return this.i.rn;
75
+ return this.i.te;
76
76
  },
77
77
  set: function (v) {
78
- this.i.rn = v;
78
+ this.i.te = v;
79
79
  },
80
80
  enumerable: false,
81
81
  configurable: true
@@ -85,10 +85,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
85
85
  * Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
86
86
  */
87
87
  get: function () {
88
- return this.i.rr;
88
+ return this.i.ti;
89
89
  },
90
90
  set: function (v) {
91
- this.i.rr = v;
91
+ this.i.ti = v;
92
92
  },
93
93
  enumerable: false,
94
94
  configurable: true
@@ -98,10 +98,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
98
98
  * Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
99
99
  */
100
100
  get: function () {
101
- return this.i.q0;
101
+ return this.i.sq;
102
102
  },
103
103
  set: function (v) {
104
- this.i.q0 = +v;
104
+ this.i.sq = +v;
105
105
  },
106
106
  enumerable: false,
107
107
  configurable: true
@@ -111,10 +111,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
111
111
  * Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
112
112
  */
113
113
  get: function () {
114
- return this.i.q1;
114
+ return this.i.sr;
115
115
  },
116
116
  set: function (v) {
117
- this.i.q1 = +v;
117
+ this.i.sr = +v;
118
118
  },
119
119
  enumerable: false,
120
120
  configurable: true
@@ -124,10 +124,24 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
124
124
  * Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
125
125
  */
126
126
  get: function () {
127
- return this.i.q2;
127
+ return this.i.ss;
128
128
  },
129
129
  set: function (v) {
130
- this.i.q2 = +v;
130
+ this.i.ss = +v;
131
+ },
132
+ enumerable: false,
133
+ configurable: true
134
+ });
135
+ Object.defineProperty(IgxNumericColumnComponent.prototype, "isPercent", {
136
+ /**
137
+ * Gets or sets whether the column's values are displayed as percentages.
138
+ * When true, the raw numeric value is multiplied by 100 before it is formatted for display.
139
+ */
140
+ get: function () {
141
+ return this.i.sk;
142
+ },
143
+ set: function (v) {
144
+ this.i.sk = ensureBool(v);
131
145
  },
132
146
  enumerable: false,
133
147
  configurable: true
@@ -137,10 +151,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
137
151
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
138
152
  */
139
153
  get: function () {
140
- return this.i.qv;
154
+ return this.i.sl;
141
155
  },
142
156
  set: function (v) {
143
- this.i.qv = ensureBool(v);
157
+ this.i.sl = ensureBool(v);
144
158
  },
145
159
  enumerable: false,
146
160
  configurable: true
@@ -150,24 +164,24 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
150
164
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
151
165
  */
152
166
  get: function () {
153
- return this.i.rg;
167
+ return this.i.s6;
154
168
  },
155
169
  set: function (v) {
156
- this.i.rg = v;
170
+ this.i.s6 = v;
157
171
  },
158
172
  enumerable: false,
159
173
  configurable: true
160
174
  });
161
175
  Object.defineProperty(IgxNumericColumnComponent.prototype, "formatSpecifiers", {
162
176
  get: function () {
163
- return this.i.qr;
177
+ return this.i.sf;
164
178
  },
165
179
  set: function (v) {
166
180
  if (v && !Array.isArray(v) && typeof (v) == "string") {
167
181
  var re = /\s*(?:,|\s|$)\s*/gm;
168
182
  v = v.split(re);
169
183
  }
170
- this.i.qr = v;
184
+ this.i.sf = v;
171
185
  },
172
186
  enumerable: false,
173
187
  configurable: true
@@ -177,10 +191,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
177
191
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
178
192
  */
179
193
  get: function () {
180
- return this.i.q5;
194
+ return this.i.sv;
181
195
  },
182
196
  set: function (v) {
183
- this.i.q5 = v;
197
+ this.i.sv = v;
184
198
  },
185
199
  enumerable: false,
186
200
  configurable: true
@@ -190,10 +204,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
190
204
  * Gets or sets the editor type used for editing cells in this column.
191
205
  */
192
206
  get: function () {
193
- return this.i.qt;
207
+ return this.i.sh;
194
208
  },
195
209
  set: function (v) {
196
- this.i.qt = ensureEnum(EditorType_$type, v);
210
+ this.i.sh = ensureEnum(EditorType_$type, v);
197
211
  },
198
212
  enumerable: false,
199
213
  configurable: true
@@ -203,10 +217,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
203
217
  * Gets or sets the ComboBox data source.
204
218
  */
205
219
  get: function () {
206
- return this.i.q4;
220
+ return this.i.su;
207
221
  },
208
222
  set: function (v) {
209
- this.i.q4 = v;
223
+ this.i.su = v;
210
224
  },
211
225
  enumerable: false,
212
226
  configurable: true
@@ -216,10 +230,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
216
230
  * Gets or sets the ComboBox text field.
217
231
  */
218
232
  get: function () {
219
- return this.i.rb;
233
+ return this.i.s1;
220
234
  },
221
235
  set: function (v) {
222
- this.i.rb = v;
236
+ this.i.s1 = v;
223
237
  },
224
238
  enumerable: false,
225
239
  configurable: true
@@ -229,10 +243,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
229
243
  * Gets or sets the ComboBox value field.
230
244
  */
231
245
  get: function () {
232
- return this.i.rc;
246
+ return this.i.s2;
233
247
  },
234
248
  set: function (v) {
235
- this.i.rc = v;
249
+ this.i.s2 = v;
236
250
  },
237
251
  enumerable: false,
238
252
  configurable: true
@@ -248,7 +262,7 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
248
262
  return null;
249
263
  };
250
264
  IgxNumericColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxNumericColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
251
- IgxNumericColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxNumericColumnComponent, selector: "igx-numeric-column", inputs: { negativePrefix: "negativePrefix", positivePrefix: "positivePrefix", negativeSuffix: "negativeSuffix", positiveSuffix: "positiveSuffix", maxFractionDigits: "maxFractionDigits", minFractionDigits: "minFractionDigits", minIntegerDigits: "minIntegerDigits", showGroupingSeparator: "showGroupingSeparator", formatString: "formatString", formatSpecifiers: "formatSpecifiers", formatOverride: "formatOverride", editorType: "editorType", editorDataSource: "editorDataSource", editorTextField: "editorTextField", editorValueField: "editorValueField" }, providers: [{ provide: IgxDataGridColumnComponent, useExisting: forwardRef(function () { return IgxNumericColumnComponent; }) }, { provide: IgxDefinitionBaseComponent, useExisting: forwardRef(function () { return IgxNumericColumnComponent; }) }], usesInheritance: true, ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
265
+ IgxNumericColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxNumericColumnComponent, selector: "igx-numeric-column", inputs: { negativePrefix: "negativePrefix", positivePrefix: "positivePrefix", negativeSuffix: "negativeSuffix", positiveSuffix: "positiveSuffix", maxFractionDigits: "maxFractionDigits", minFractionDigits: "minFractionDigits", minIntegerDigits: "minIntegerDigits", isPercent: "isPercent", showGroupingSeparator: "showGroupingSeparator", formatString: "formatString", formatSpecifiers: "formatSpecifiers", formatOverride: "formatOverride", editorType: "editorType", editorDataSource: "editorDataSource", editorTextField: "editorTextField", editorValueField: "editorValueField" }, providers: [{ provide: IgxDataGridColumnComponent, useExisting: forwardRef(function () { return IgxNumericColumnComponent; }) }, { provide: IgxDefinitionBaseComponent, useExisting: forwardRef(function () { return IgxNumericColumnComponent; }) }], usesInheritance: true, ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
252
266
  return IgxNumericColumnComponent;
253
267
  }(IgxDataGridColumnComponent));
254
268
  export { IgxNumericColumnComponent };
@@ -274,6 +288,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
274
288
  type: Input
275
289
  }], minIntegerDigits: [{
276
290
  type: Input
291
+ }], isPercent: [{
292
+ type: Input
277
293
  }], showGroupingSeparator: [{
278
294
  type: Input
279
295
  }], formatString: [{
@@ -10,11 +10,13 @@ import { IgxNumericColumnModule } from './igx-numeric-column-module';
10
10
  import { IgxNumericColumnComponent } from './igx-numeric-column-component';
11
11
  import { NumericColumn } from './NumericColumn';
12
12
  import { TypeRegistrar } from "igniteui-angular-core";
13
+ import { IgxNumericCellInfo } from './igx-numeric-cell-info';
13
14
  import * as i0 from "@angular/core";
14
15
  var IgxNumericColumnDynamicModule = /** @class */ /*@__PURE__*/ (function () {
15
16
  function IgxNumericColumnDynamicModule() {
16
17
  TypeRegistrar.registerCons("IgxNumericColumnComponent", IgxNumericColumnComponent);
17
18
  TypeRegistrar.register("NumericColumn", NumericColumn.$type);
19
+ TypeRegistrar.registerCons("IgxNumericCellInfo", IgxNumericCellInfo);
18
20
  }
19
21
  IgxNumericColumnDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxNumericColumnDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
22
  IgxNumericColumnDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxNumericColumnDynamicModule, imports: [CommonModule, IgxNumericColumnModule], exports: [IgxNumericColumnModule] });
@@ -10,11 +10,13 @@ import { IgxRowSeparatorModule } from './igx-row-separator-module';
10
10
  import { IgxRowSeparatorComponent } from './igx-row-separator-component';
11
11
  import { RowSeparator } from './RowSeparator';
12
12
  import { TypeRegistrar } from "igniteui-angular-core";
13
+ import { IgxRowSeparatorInfo } from './igx-row-separator-info';
13
14
  import * as i0 from "@angular/core";
14
15
  var IgxRowSeparatorDynamicModule = /** @class */ /*@__PURE__*/ (function () {
15
16
  function IgxRowSeparatorDynamicModule() {
16
17
  TypeRegistrar.registerCons("IgxRowSeparatorComponent", IgxRowSeparatorComponent);
17
18
  TypeRegistrar.register("RowSeparator", RowSeparator.$type);
19
+ TypeRegistrar.registerCons("IgxRowSeparatorInfo", IgxRowSeparatorInfo);
18
20
  }
19
21
  IgxRowSeparatorDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxRowSeparatorDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
22
  IgxRowSeparatorDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxRowSeparatorDynamicModule, imports: [CommonModule, IgxRowSeparatorModule], exports: [IgxRowSeparatorModule] });
@@ -29,10 +29,10 @@ var IgxSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  * Sets or gets the resolved text for the section header cell.
30
30
  */
31
31
  get: function () {
32
- return this.i.og;
32
+ return this.i.op;
33
33
  },
34
34
  set: function (v) {
35
- this.i.og = v;
35
+ this.i.op = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,10 +42,10 @@ var IgxSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  * Sets or gets the resolved summary text for the section header cell.
43
43
  */
44
44
  get: function () {
45
- return this.i.oe;
45
+ return this.i.on;
46
46
  },
47
47
  set: function (v) {
48
- this.i.oe = v;
48
+ this.i.on = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
@@ -55,10 +55,10 @@ var IgxSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
55
55
  * Sets or gets how summaries are displayed in the section header cell.
56
56
  */
57
57
  get: function () {
58
- return this.i.n5;
58
+ return this.i.oe;
59
59
  },
60
60
  set: function (v) {
61
- this.i.n5 = ensureEnum(GroupSummaryDisplayMode_$type, v);
61
+ this.i.oe = ensureEnum(GroupSummaryDisplayMode_$type, v);
62
62
  },
63
63
  enumerable: false,
64
64
  configurable: true
@@ -42,20 +42,66 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  };
43
43
  Object.defineProperty(IgxSectionHeaderComponent.prototype, "selectedBackground", {
44
44
  get: function () {
45
- return brushToString(this.i.hv);
45
+ return brushToString(this.i.h9);
46
46
  },
47
47
  set: function (v) {
48
- this.i.hv = stringToBrush(v);
48
+ this.i.h9 = stringToBrush(v);
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
52
52
  });
53
53
  Object.defineProperty(IgxSectionHeaderComponent.prototype, "actualSelectedBackground", {
54
54
  get: function () {
55
- return brushToString(this.i.hu);
55
+ return brushToString(this.i.h6);
56
56
  },
57
57
  set: function (v) {
58
- this.i.hu = stringToBrush(v);
58
+ this.i.h6 = stringToBrush(v);
59
+ },
60
+ enumerable: false,
61
+ configurable: true
62
+ });
63
+ Object.defineProperty(IgxSectionHeaderComponent.prototype, "selectedTextColor", {
64
+ get: function () {
65
+ return brushToString(this.i.ia);
66
+ },
67
+ set: function (v) {
68
+ this.i.ia = stringToBrush(v);
69
+ },
70
+ enumerable: false,
71
+ configurable: true
72
+ });
73
+ Object.defineProperty(IgxSectionHeaderComponent.prototype, "actualSelectedTextColor", {
74
+ get: function () {
75
+ return brushToString(this.i.h7);
76
+ },
77
+ set: function (v) {
78
+ this.i.h7 = stringToBrush(v);
79
+ },
80
+ enumerable: false,
81
+ configurable: true
82
+ });
83
+ Object.defineProperty(IgxSectionHeaderComponent.prototype, "expansionIndicatorIconColor", {
84
+ /**
85
+ * Gets or sets the color of the section header's expansion indicator icon. When unset, the icon defers to the grid-level color or the resolved section header text color.
86
+ */
87
+ get: function () {
88
+ return brushToString(this.i.h8);
89
+ },
90
+ set: function (v) {
91
+ this.i.h8 = stringToBrush(v);
92
+ },
93
+ enumerable: false,
94
+ configurable: true
95
+ });
96
+ Object.defineProperty(IgxSectionHeaderComponent.prototype, "actualExpansionIndicatorIconColor", {
97
+ /**
98
+ * Gets the resolved color of the section header's expansion indicator icon.
99
+ */
100
+ get: function () {
101
+ return brushToString(this.i.h5);
102
+ },
103
+ set: function (v) {
104
+ this.i.h5 = stringToBrush(v);
59
105
  },
60
106
  enumerable: false,
61
107
  configurable: true
@@ -65,10 +111,10 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
65
111
  * Gets or sets the amount of left padding to use for the cell content for this column.
66
112
  */
67
113
  get: function () {
68
- return this.i.hd;
114
+ return this.i.he;
69
115
  },
70
116
  set: function (v) {
71
- this.i.hd = +v;
117
+ this.i.he = +v;
72
118
  },
73
119
  enumerable: false,
74
120
  configurable: true
@@ -78,10 +124,10 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
78
124
  * Gets or sets the amount of top padding to use for the cell content for this column.
79
125
  */
80
126
  get: function () {
81
- return this.i.hf;
127
+ return this.i.hg;
82
128
  },
83
129
  set: function (v) {
84
- this.i.hf = +v;
130
+ this.i.hg = +v;
85
131
  },
86
132
  enumerable: false,
87
133
  configurable: true
@@ -91,10 +137,10 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
91
137
  * Gets or sets the amount of right padding to use for the cell content of this column.
92
138
  */
93
139
  get: function () {
94
- return this.i.he;
140
+ return this.i.hf;
95
141
  },
96
142
  set: function (v) {
97
- this.i.he = +v;
143
+ this.i.hf = +v;
98
144
  },
99
145
  enumerable: false,
100
146
  configurable: true
@@ -104,36 +150,36 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
104
150
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
105
151
  */
106
152
  get: function () {
107
- return this.i.hc;
153
+ return this.i.hd;
108
154
  },
109
155
  set: function (v) {
110
- this.i.hc = +v;
156
+ this.i.hd = +v;
111
157
  },
112
158
  enumerable: false,
113
159
  configurable: true
114
160
  });
115
161
  Object.defineProperty(IgxSectionHeaderComponent.prototype, "isCollapsable", {
116
162
  get: function () {
117
- return this.i.g6;
163
+ return this.i.g7;
118
164
  },
119
165
  set: function (v) {
120
- this.i.g6 = ensureBool(v);
166
+ this.i.g7 = ensureBool(v);
121
167
  },
122
168
  enumerable: false,
123
169
  configurable: true
124
170
  });
125
171
  Object.defineProperty(IgxSectionHeaderComponent.prototype, "summaryDisplayMode", {
126
172
  get: function () {
127
- return this.i.g3;
173
+ return this.i.g4;
128
174
  },
129
175
  set: function (v) {
130
- this.i.g3 = ensureEnum(GroupSummaryDisplayMode_$type, v);
176
+ this.i.g4 = ensureEnum(GroupSummaryDisplayMode_$type, v);
131
177
  },
132
178
  enumerable: false,
133
179
  configurable: true
134
180
  });
135
181
  IgxSectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
136
- IgxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxSectionHeaderComponent, selector: "igx-section-header", inputs: { selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom", isCollapsable: "isCollapsable", summaryDisplayMode: "summaryDisplayMode" }, providers: [{ provide: IgxDefinitionBaseComponent, useExisting: forwardRef(function () { return IgxSectionHeaderComponent; }) }], usesInheritance: true, ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
182
+ IgxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxSectionHeaderComponent, selector: "igx-section-header", inputs: { selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", selectedTextColor: "selectedTextColor", actualSelectedTextColor: "actualSelectedTextColor", expansionIndicatorIconColor: "expansionIndicatorIconColor", actualExpansionIndicatorIconColor: "actualExpansionIndicatorIconColor", paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom", isCollapsable: "isCollapsable", summaryDisplayMode: "summaryDisplayMode" }, providers: [{ provide: IgxDefinitionBaseComponent, useExisting: forwardRef(function () { return IgxSectionHeaderComponent; }) }], usesInheritance: true, ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
137
183
  return IgxSectionHeaderComponent;
138
184
  }(IgxDefinitionBaseComponent));
139
185
  export { IgxSectionHeaderComponent };
@@ -149,6 +195,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
149
195
  type: Input
150
196
  }], actualSelectedBackground: [{
151
197
  type: Input
198
+ }], selectedTextColor: [{
199
+ type: Input
200
+ }], actualSelectedTextColor: [{
201
+ type: Input
202
+ }], expansionIndicatorIconColor: [{
203
+ type: Input
204
+ }], actualExpansionIndicatorIconColor: [{
205
+ type: Input
152
206
  }], paddingLeft: [{
153
207
  type: Input
154
208
  }], paddingTop: [{
@@ -10,11 +10,13 @@ import { IgxSectionHeaderModule } from './igx-section-header-module';
10
10
  import { IgxSectionHeaderComponent } from './igx-section-header-component';
11
11
  import { SectionHeader } from './SectionHeader';
12
12
  import { TypeRegistrar } from "igniteui-angular-core";
13
+ import { IgxSectionHeaderCellInfo } from './igx-section-header-cell-info';
13
14
  import * as i0 from "@angular/core";
14
15
  var IgxSectionHeaderDynamicModule = /** @class */ /*@__PURE__*/ (function () {
15
16
  function IgxSectionHeaderDynamicModule() {
16
17
  TypeRegistrar.registerCons("IgxSectionHeaderComponent", IgxSectionHeaderComponent);
17
18
  TypeRegistrar.register("SectionHeader", SectionHeader.$type);
19
+ TypeRegistrar.registerCons("IgxSectionHeaderCellInfo", IgxSectionHeaderCellInfo);
18
20
  }
19
21
  IgxSectionHeaderDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSectionHeaderDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
22
  IgxSectionHeaderDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSectionHeaderDynamicModule, imports: [CommonModule, IgxSectionHeaderModule], exports: [IgxSectionHeaderModule] });