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
@@ -23,27 +23,27 @@ export class IgxImageCellInfo extends IgxCellInfo {
23
23
  * Sets or gets the resource path to use to get the image for the cell.
24
24
  */
25
25
  get imagePath() {
26
- return this.i.n8;
26
+ return this.i.oh;
27
27
  }
28
28
  set imagePath(v) {
29
- this.i.n8 = v;
29
+ this.i.oh = v;
30
30
  }
31
31
  /**
32
32
  * Sets or gets the image stretching behavior for the image.
33
33
  */
34
34
  get imageStretchOption() {
35
- return this.i.n3;
35
+ return this.i.oc;
36
36
  }
37
37
  set imageStretchOption(v) {
38
- this.i.n3 = ensureEnum(ImageStretchOptions_$type, v);
38
+ this.i.oc = ensureEnum(ImageStretchOptions_$type, v);
39
39
  }
40
40
  /**
41
41
  * Sets or gets the image resource type. Indicates which type of resource should be fetched and how ImagePath should be interpreted.
42
42
  */
43
43
  get imageResourceType() {
44
- return this.i.n1;
44
+ return this.i.oa;
45
45
  }
46
46
  set imageResourceType(v) {
47
- this.i.n1 = ensureEnum(ImageResourceType_$type, v);
47
+ this.i.oa = ensureEnum(ImageResourceType_$type, v);
48
48
  }
49
49
  }
@@ -41,46 +41,46 @@ export let IgxImageColumnComponent = /*@__PURE__*/ (() => {
41
41
  * Gets or sets the stretch option to use when rendering images
42
42
  */
43
43
  get imageStretchOption() {
44
- return this.i.qu;
44
+ return this.i.si;
45
45
  }
46
46
  set imageStretchOption(v) {
47
- this.i.qu = ensureEnum(ImageStretchOptions_$type, v);
47
+ this.i.si = ensureEnum(ImageStretchOptions_$type, v);
48
48
  }
49
49
  /**
50
50
  * Gets or sets the editor type used for editing cells in this column.
51
51
  */
52
52
  get editorType() {
53
- return this.i.qq;
53
+ return this.i.se;
54
54
  }
55
55
  set editorType(v) {
56
- this.i.qq = ensureEnum(EditorType_$type, v);
56
+ this.i.se = ensureEnum(EditorType_$type, v);
57
57
  }
58
58
  /**
59
59
  * Gets or sets the ComboBox data source.
60
60
  */
61
61
  get editorDataSource() {
62
- return this.i.qv;
62
+ return this.i.sj;
63
63
  }
64
64
  set editorDataSource(v) {
65
- this.i.qv = v;
65
+ this.i.sj = v;
66
66
  }
67
67
  /**
68
68
  * Gets or sets the ComboBox text field.
69
69
  */
70
70
  get editorTextField() {
71
- return this.i.qw;
71
+ return this.i.sk;
72
72
  }
73
73
  set editorTextField(v) {
74
- this.i.qw = v;
74
+ this.i.sk = v;
75
75
  }
76
76
  /**
77
77
  * Gets or sets the ComboBox value field.
78
78
  */
79
79
  get editorValueField() {
80
- return this.i.qx;
80
+ return this.i.sl;
81
81
  }
82
82
  set editorValueField(v) {
83
- this.i.qx = v;
83
+ this.i.sl = v;
84
84
  }
85
85
  }
86
86
  IgxImageColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxImageColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -10,12 +10,14 @@ import { IgxImageColumnModule } from './igx-image-column-module';
10
10
  import { IgxImageColumnComponent } from './igx-image-column-component';
11
11
  import { ImageColumn } from './ImageColumn';
12
12
  import { TypeRegistrar } from "igniteui-angular-core";
13
+ import { IgxImageCellInfo } from './igx-image-cell-info';
13
14
  import * as i0 from "@angular/core";
14
15
  export let IgxImageColumnDynamicModule = /*@__PURE__*/ (() => {
15
16
  class IgxImageColumnDynamicModule {
16
17
  constructor() {
17
18
  TypeRegistrar.registerCons("IgxImageColumnComponent", IgxImageColumnComponent);
18
19
  TypeRegistrar.register("ImageColumn", ImageColumn.$type);
20
+ TypeRegistrar.registerCons("IgxImageCellInfo", IgxImageCellInfo);
19
21
  }
20
22
  }
21
23
  IgxImageColumnDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxImageColumnDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
@@ -21,119 +21,128 @@ export class IgxNumericCellInfo extends IgxCellInfo {
21
21
  * Sets or gets the numeric value to use for the cell.
22
22
  */
23
23
  get numericValue() {
24
- return this.i.n9;
24
+ return this.i.ok;
25
25
  }
26
26
  set numericValue(v) {
27
- this.i.n9 = +v;
27
+ this.i.ok = +v;
28
28
  }
29
29
  /**
30
30
  * Sets or gets whether there is a decimal numeric value to use for the cell.
31
31
  */
32
32
  get hasDecimalValue() {
33
- return this.i.n5;
33
+ return this.i.of;
34
34
  }
35
35
  set hasDecimalValue(v) {
36
- this.i.n5 = ensureBool(v);
36
+ this.i.of = ensureBool(v);
37
37
  }
38
38
  /**
39
39
  * The format string to apply to the value
40
40
  */
41
41
  get formatStringOverride() {
42
- return this.i.o3;
42
+ return this.i.pf;
43
43
  }
44
44
  set formatStringOverride(v) {
45
- this.i.o3 = v;
45
+ this.i.pf = v;
46
46
  }
47
47
  get formatSpecifiers() {
48
- return this.i.n1;
48
+ return this.i.oa;
49
49
  }
50
50
  set formatSpecifiers(v) {
51
51
  if (v && !Array.isArray(v) && typeof (v) == "string") {
52
52
  const re = /\s*(?:,|\s|$)\s*/gm;
53
53
  v = v.split(re);
54
54
  }
55
- this.i.n1 = v;
55
+ this.i.oa = v;
56
56
  }
57
57
  /**
58
58
  * The format options to apply to the value
59
59
  */
60
60
  get formatOverride() {
61
- return this.i.ov;
61
+ return this.i.o7;
62
62
  }
63
63
  set formatOverride(v) {
64
- this.i.ov = v;
64
+ this.i.o7 = v;
65
65
  }
66
66
  /**
67
67
  * Sets or gets the text prepended to a negative numeric value
68
68
  */
69
69
  get negativePrefix() {
70
- return this.i.o9;
70
+ return this.i.pm;
71
71
  }
72
72
  set negativePrefix(v) {
73
- this.i.o9 = v;
73
+ this.i.pm = v;
74
74
  }
75
75
  /**
76
76
  * Sets or gets the text prepended to a positive numeric value
77
77
  */
78
78
  get positivePrefix() {
79
- return this.i.pe;
79
+ return this.i.pr;
80
80
  }
81
81
  set positivePrefix(v) {
82
- this.i.pe = v;
82
+ this.i.pr = v;
83
83
  }
84
84
  /**
85
85
  * Sets or gets the text appended to a negative numeric value
86
86
  */
87
87
  get negativeSuffix() {
88
- return this.i.pb;
88
+ return this.i.po;
89
89
  }
90
90
  set negativeSuffix(v) {
91
- this.i.pb = v;
91
+ this.i.po = v;
92
92
  }
93
93
  /**
94
94
  * Sets or gets the text appended to a positive numeric value
95
95
  */
96
96
  get positiveSuffix() {
97
- return this.i.pg;
97
+ return this.i.pt;
98
98
  }
99
99
  set positiveSuffix(v) {
100
- this.i.pg = v;
100
+ this.i.pt = v;
101
101
  }
102
102
  /**
103
103
  * The maximum number of decimal places to display when formatting
104
104
  */
105
105
  get maxFractionDigits() {
106
- return this.i.oh;
106
+ return this.i.ot;
107
107
  }
108
108
  set maxFractionDigits(v) {
109
- this.i.oh = +v;
109
+ this.i.ot = +v;
110
110
  }
111
111
  /**
112
112
  * The minimum number of decimal places to display when formatting
113
113
  */
114
114
  get minFractionDigits() {
115
- return this.i.oj;
115
+ return this.i.ov;
116
116
  }
117
117
  set minFractionDigits(v) {
118
- this.i.oj = +v;
118
+ this.i.ov = +v;
119
119
  }
120
120
  /**
121
121
  * The minimum number of integer digits to display when formatting
122
122
  */
123
123
  get minIntegerDigits() {
124
- return this.i.ol;
124
+ return this.i.ox;
125
125
  }
126
126
  set minIntegerDigits(v) {
127
- this.i.ol = +v;
127
+ this.i.ox = +v;
128
128
  }
129
129
  /**
130
130
  * Sets or gets if the grouping separator is shown
131
131
  */
132
132
  get showGroupingSeparator() {
133
- return this.i.n7;
133
+ return this.i.oi;
134
134
  }
135
135
  set showGroupingSeparator(v) {
136
- this.i.n7 = ensureBool(v);
136
+ this.i.oi = ensureBool(v);
137
+ }
138
+ /**
139
+ * Sets or gets if the value is treated as a percent and multiplied by 100 when formatted.
140
+ */
141
+ get isPercent() {
142
+ return this.i.oh;
143
+ }
144
+ set isPercent(v) {
145
+ this.i.oh = ensureBool(v);
137
146
  }
138
147
  findByName(name) {
139
148
  var baseResult = super.findByName(name);
@@ -40,137 +40,147 @@ export let IgxNumericColumnComponent = /*@__PURE__*/ (() => {
40
40
  * Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
41
41
  */
42
42
  get negativePrefix() {
43
- return this.i.rl;
43
+ return this.i.tc;
44
44
  }
45
45
  set negativePrefix(v) {
46
- this.i.rl = v;
46
+ this.i.tc = v;
47
47
  }
48
48
  /**
49
49
  * Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
50
50
  */
51
51
  get positivePrefix() {
52
- return this.i.rp;
52
+ return this.i.tg;
53
53
  }
54
54
  set positivePrefix(v) {
55
- this.i.rp = v;
55
+ this.i.tg = v;
56
56
  }
57
57
  /**
58
58
  * Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
59
59
  */
60
60
  get negativeSuffix() {
61
- return this.i.rn;
61
+ return this.i.te;
62
62
  }
63
63
  set negativeSuffix(v) {
64
- this.i.rn = v;
64
+ this.i.te = v;
65
65
  }
66
66
  /**
67
67
  * Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
68
68
  */
69
69
  get positiveSuffix() {
70
- return this.i.rr;
70
+ return this.i.ti;
71
71
  }
72
72
  set positiveSuffix(v) {
73
- this.i.rr = v;
73
+ this.i.ti = v;
74
74
  }
75
75
  /**
76
76
  * Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
77
77
  */
78
78
  get maxFractionDigits() {
79
- return this.i.q0;
79
+ return this.i.sq;
80
80
  }
81
81
  set maxFractionDigits(v) {
82
- this.i.q0 = +v;
82
+ this.i.sq = +v;
83
83
  }
84
84
  /**
85
85
  * Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
86
86
  */
87
87
  get minFractionDigits() {
88
- return this.i.q1;
88
+ return this.i.sr;
89
89
  }
90
90
  set minFractionDigits(v) {
91
- this.i.q1 = +v;
91
+ this.i.sr = +v;
92
92
  }
93
93
  /**
94
94
  * Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
95
95
  */
96
96
  get minIntegerDigits() {
97
- return this.i.q2;
97
+ return this.i.ss;
98
98
  }
99
99
  set minIntegerDigits(v) {
100
- this.i.q2 = +v;
100
+ this.i.ss = +v;
101
+ }
102
+ /**
103
+ * Gets or sets whether the column's values are displayed as percentages.
104
+ * When true, the raw numeric value is multiplied by 100 before it is formatted for display.
105
+ */
106
+ get isPercent() {
107
+ return this.i.sk;
108
+ }
109
+ set isPercent(v) {
110
+ this.i.sk = ensureBool(v);
101
111
  }
102
112
  /**
103
113
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
104
114
  */
105
115
  get showGroupingSeparator() {
106
- return this.i.qv;
116
+ return this.i.sl;
107
117
  }
108
118
  set showGroupingSeparator(v) {
109
- this.i.qv = ensureBool(v);
119
+ this.i.sl = ensureBool(v);
110
120
  }
111
121
  /**
112
122
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
113
123
  */
114
124
  get formatString() {
115
- return this.i.rg;
125
+ return this.i.s6;
116
126
  }
117
127
  set formatString(v) {
118
- this.i.rg = v;
128
+ this.i.s6 = v;
119
129
  }
120
130
  get formatSpecifiers() {
121
- return this.i.qr;
131
+ return this.i.sf;
122
132
  }
123
133
  set formatSpecifiers(v) {
124
134
  if (v && !Array.isArray(v) && typeof (v) == "string") {
125
135
  const re = /\s*(?:,|\s|$)\s*/gm;
126
136
  v = v.split(re);
127
137
  }
128
- this.i.qr = v;
138
+ this.i.sf = v;
129
139
  }
130
140
  /**
131
141
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
132
142
  */
133
143
  get formatOverride() {
134
- return this.i.q5;
144
+ return this.i.sv;
135
145
  }
136
146
  set formatOverride(v) {
137
- this.i.q5 = v;
147
+ this.i.sv = v;
138
148
  }
139
149
  /**
140
150
  * Gets or sets the editor type used for editing cells in this column.
141
151
  */
142
152
  get editorType() {
143
- return this.i.qt;
153
+ return this.i.sh;
144
154
  }
145
155
  set editorType(v) {
146
- this.i.qt = ensureEnum(EditorType_$type, v);
156
+ this.i.sh = ensureEnum(EditorType_$type, v);
147
157
  }
148
158
  /**
149
159
  * Gets or sets the ComboBox data source.
150
160
  */
151
161
  get editorDataSource() {
152
- return this.i.q4;
162
+ return this.i.su;
153
163
  }
154
164
  set editorDataSource(v) {
155
- this.i.q4 = v;
165
+ this.i.su = v;
156
166
  }
157
167
  /**
158
168
  * Gets or sets the ComboBox text field.
159
169
  */
160
170
  get editorTextField() {
161
- return this.i.rb;
171
+ return this.i.s1;
162
172
  }
163
173
  set editorTextField(v) {
164
- this.i.rb = v;
174
+ this.i.s1 = v;
165
175
  }
166
176
  /**
167
177
  * Gets or sets the ComboBox value field.
168
178
  */
169
179
  get editorValueField() {
170
- return this.i.rc;
180
+ return this.i.s2;
171
181
  }
172
182
  set editorValueField(v) {
173
- this.i.rc = v;
183
+ this.i.s2 = v;
174
184
  }
175
185
  findByName(name) {
176
186
  var baseResult = super.findByName(name);
@@ -184,7 +194,7 @@ export let IgxNumericColumnComponent = /*@__PURE__*/ (() => {
184
194
  }
185
195
  }
186
196
  IgxNumericColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxNumericColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
187
- 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(() => IgxNumericColumnComponent) }, { provide: IgxDefinitionBaseComponent, useExisting: forwardRef(() => IgxNumericColumnComponent) }], usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
197
+ 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(() => IgxNumericColumnComponent) }, { provide: IgxDefinitionBaseComponent, useExisting: forwardRef(() => IgxNumericColumnComponent) }], usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
188
198
  return IgxNumericColumnComponent;
189
199
  })();
190
200
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxNumericColumnComponent, decorators: [{
@@ -209,6 +219,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
209
219
  type: Input
210
220
  }], minIntegerDigits: [{
211
221
  type: Input
222
+ }], isPercent: [{
223
+ type: Input
212
224
  }], showGroupingSeparator: [{
213
225
  type: Input
214
226
  }], formatString: [{
@@ -10,12 +10,14 @@ 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
  export let IgxNumericColumnDynamicModule = /*@__PURE__*/ (() => {
15
16
  class IgxNumericColumnDynamicModule {
16
17
  constructor() {
17
18
  TypeRegistrar.registerCons("IgxNumericColumnComponent", IgxNumericColumnComponent);
18
19
  TypeRegistrar.register("NumericColumn", NumericColumn.$type);
20
+ TypeRegistrar.registerCons("IgxNumericCellInfo", IgxNumericCellInfo);
19
21
  }
20
22
  }
21
23
  IgxNumericColumnDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxNumericColumnDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
@@ -10,12 +10,14 @@ 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
  export let IgxRowSeparatorDynamicModule = /*@__PURE__*/ (() => {
15
16
  class IgxRowSeparatorDynamicModule {
16
17
  constructor() {
17
18
  TypeRegistrar.registerCons("IgxRowSeparatorComponent", IgxRowSeparatorComponent);
18
19
  TypeRegistrar.register("RowSeparator", RowSeparator.$type);
20
+ TypeRegistrar.registerCons("IgxRowSeparatorInfo", IgxRowSeparatorInfo);
19
21
  }
20
22
  }
21
23
  IgxRowSeparatorDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxRowSeparatorDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
@@ -22,27 +22,27 @@ export class IgxSectionHeaderCellInfo extends IgxCellInfo {
22
22
  * Sets or gets the resolved text for the section header cell.
23
23
  */
24
24
  get resolvedText() {
25
- return this.i.og;
25
+ return this.i.op;
26
26
  }
27
27
  set resolvedText(v) {
28
- this.i.og = v;
28
+ this.i.op = v;
29
29
  }
30
30
  /**
31
31
  * Sets or gets the resolved summary text for the section header cell.
32
32
  */
33
33
  get resolvedSummaryText() {
34
- return this.i.oe;
34
+ return this.i.on;
35
35
  }
36
36
  set resolvedSummaryText(v) {
37
- this.i.oe = v;
37
+ this.i.on = v;
38
38
  }
39
39
  /**
40
40
  * Sets or gets how summaries are displayed in the section header cell.
41
41
  */
42
42
  get summaryDisplayMode() {
43
- return this.i.n5;
43
+ return this.i.oe;
44
44
  }
45
45
  set summaryDisplayMode(v) {
46
- this.i.n5 = ensureEnum(GroupSummaryDisplayMode_$type, v);
46
+ this.i.oe = ensureEnum(GroupSummaryDisplayMode_$type, v);
47
47
  }
48
48
  }
@@ -36,68 +36,98 @@ export let IgxSectionHeaderComponent = /*@__PURE__*/ (() => {
36
36
  }
37
37
  }
38
38
  get selectedBackground() {
39
- return brushToString(this.i.hv);
39
+ return brushToString(this.i.h9);
40
40
  }
41
41
  set selectedBackground(v) {
42
- this.i.hv = stringToBrush(v);
42
+ this.i.h9 = stringToBrush(v);
43
43
  }
44
44
  get actualSelectedBackground() {
45
- return brushToString(this.i.hu);
45
+ return brushToString(this.i.h6);
46
46
  }
47
47
  set actualSelectedBackground(v) {
48
- this.i.hu = stringToBrush(v);
48
+ this.i.h6 = stringToBrush(v);
49
+ }
50
+ get selectedTextColor() {
51
+ return brushToString(this.i.ia);
52
+ }
53
+ set selectedTextColor(v) {
54
+ this.i.ia = stringToBrush(v);
55
+ }
56
+ get actualSelectedTextColor() {
57
+ return brushToString(this.i.h7);
58
+ }
59
+ set actualSelectedTextColor(v) {
60
+ this.i.h7 = stringToBrush(v);
61
+ }
62
+ /**
63
+ * 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.
64
+ */
65
+ get expansionIndicatorIconColor() {
66
+ return brushToString(this.i.h8);
67
+ }
68
+ set expansionIndicatorIconColor(v) {
69
+ this.i.h8 = stringToBrush(v);
70
+ }
71
+ /**
72
+ * Gets the resolved color of the section header's expansion indicator icon.
73
+ */
74
+ get actualExpansionIndicatorIconColor() {
75
+ return brushToString(this.i.h5);
76
+ }
77
+ set actualExpansionIndicatorIconColor(v) {
78
+ this.i.h5 = stringToBrush(v);
49
79
  }
50
80
  /**
51
81
  * Gets or sets the amount of left padding to use for the cell content for this column.
52
82
  */
53
83
  get paddingLeft() {
54
- return this.i.hd;
84
+ return this.i.he;
55
85
  }
56
86
  set paddingLeft(v) {
57
- this.i.hd = +v;
87
+ this.i.he = +v;
58
88
  }
59
89
  /**
60
90
  * Gets or sets the amount of top padding to use for the cell content for this column.
61
91
  */
62
92
  get paddingTop() {
63
- return this.i.hf;
93
+ return this.i.hg;
64
94
  }
65
95
  set paddingTop(v) {
66
- this.i.hf = +v;
96
+ this.i.hg = +v;
67
97
  }
68
98
  /**
69
99
  * Gets or sets the amount of right padding to use for the cell content of this column.
70
100
  */
71
101
  get paddingRight() {
72
- return this.i.he;
102
+ return this.i.hf;
73
103
  }
74
104
  set paddingRight(v) {
75
- this.i.he = +v;
105
+ this.i.hf = +v;
76
106
  }
77
107
  /**
78
108
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
79
109
  */
80
110
  get paddingBottom() {
81
- return this.i.hc;
111
+ return this.i.hd;
82
112
  }
83
113
  set paddingBottom(v) {
84
- this.i.hc = +v;
114
+ this.i.hd = +v;
85
115
  }
86
116
  get isCollapsable() {
87
- return this.i.g6;
117
+ return this.i.g7;
88
118
  }
89
119
  set isCollapsable(v) {
90
- this.i.g6 = ensureBool(v);
120
+ this.i.g7 = ensureBool(v);
91
121
  }
92
122
  get summaryDisplayMode() {
93
- return this.i.g3;
123
+ return this.i.g4;
94
124
  }
95
125
  set summaryDisplayMode(v) {
96
- this.i.g3 = ensureEnum(GroupSummaryDisplayMode_$type, v);
126
+ this.i.g4 = ensureEnum(GroupSummaryDisplayMode_$type, v);
97
127
  }
98
128
  }
99
129
  IgxSectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
100
- 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(() => IgxSectionHeaderComponent) }], usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
130
+ 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(() => IgxSectionHeaderComponent) }], usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
101
131
  return IgxSectionHeaderComponent;
102
132
  })();
103
133
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSectionHeaderComponent, decorators: [{
@@ -112,6 +142,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
112
142
  type: Input
113
143
  }], actualSelectedBackground: [{
114
144
  type: Input
145
+ }], selectedTextColor: [{
146
+ type: Input
147
+ }], actualSelectedTextColor: [{
148
+ type: Input
149
+ }], expansionIndicatorIconColor: [{
150
+ type: Input
151
+ }], actualExpansionIndicatorIconColor: [{
152
+ type: Input
115
153
  }], paddingLeft: [{
116
154
  type: Input
117
155
  }], paddingTop: [{