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
@@ -22,56 +22,56 @@ export class IgxDateTimeCellInfo extends IgxCellInfo {
22
22
  * Sets or gets the DateTime value for the cell.
23
23
  */
24
24
  get dateTimeValue() {
25
- return this.i.oa;
25
+ return this.i.oj;
26
26
  }
27
27
  set dateTimeValue(v) {
28
- this.i.oa = v;
28
+ this.i.oj = v;
29
29
  }
30
30
  /**
31
31
  * The format string to apply to the value
32
32
  */
33
33
  get formatStringOverride() {
34
- return this.i.or;
34
+ return this.i.o0;
35
35
  }
36
36
  set formatStringOverride(v) {
37
- this.i.or = v;
37
+ this.i.o0 = v;
38
38
  }
39
39
  get formatSpecifiers() {
40
- return this.i.n1;
40
+ return this.i.oa;
41
41
  }
42
42
  set formatSpecifiers(v) {
43
43
  if (v && !Array.isArray(v) && typeof (v) == "string") {
44
44
  const re = /\s*(?:,|\s|$)\s*/gm;
45
45
  v = v.split(re);
46
46
  }
47
- this.i.n1 = v;
47
+ this.i.oa = v;
48
48
  }
49
49
  /**
50
50
  * The format options to apply to the value
51
51
  */
52
52
  get formatOverride() {
53
- return this.i.ok;
53
+ return this.i.ot;
54
54
  }
55
55
  set formatOverride(v) {
56
- this.i.ok = v;
56
+ this.i.ot = v;
57
57
  }
58
58
  /**
59
59
  * Sets or gets the simple DateTimeFormat to use for the cell.
60
60
  */
61
61
  get dateTimeFormat() {
62
- return this.i.n6;
62
+ return this.i.of;
63
63
  }
64
64
  set dateTimeFormat(v) {
65
- this.i.n6 = ensureEnum(DateTimeFormats_$type, v);
65
+ this.i.of = ensureEnum(DateTimeFormats_$type, v);
66
66
  }
67
67
  /**
68
68
  * Sets or gets whether the value to use is a DateTimeOffset value.
69
69
  */
70
70
  get isOffsetValue() {
71
- return this.i.n8;
71
+ return this.i.oh;
72
72
  }
73
73
  set isOffsetValue(v) {
74
- this.i.n8 = ensureBool(v);
74
+ this.i.oh = ensureBool(v);
75
75
  }
76
76
  findByName(name) {
77
77
  var baseResult = super.findByName(name);
@@ -41,92 +41,92 @@ export let IgxDateTimeColumnComponent = /*@__PURE__*/ (() => {
41
41
  * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
42
42
  */
43
43
  get dateTimeFormat() {
44
- return this.i.qv;
44
+ return this.i.sj;
45
45
  }
46
46
  set dateTimeFormat(v) {
47
- this.i.qv = ensureEnum(DateTimeFormats_$type, v);
47
+ this.i.sj = ensureEnum(DateTimeFormats_$type, v);
48
48
  }
49
49
  /**
50
50
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
51
51
  */
52
52
  get formatString() {
53
- return this.i.rd;
53
+ return this.i.s1;
54
54
  }
55
55
  set formatString(v) {
56
- this.i.rd = v;
56
+ this.i.s1 = v;
57
57
  }
58
58
  /**
59
59
  * Gets or sets the format string to use when editing dates.
60
60
  */
61
61
  get editorFormatString() {
62
- return this.i.q6;
62
+ return this.i.su;
63
63
  }
64
64
  set editorFormatString(v) {
65
- this.i.q6 = v;
65
+ this.i.su = v;
66
66
  }
67
67
  get formatSpecifiers() {
68
- return this.i.qr;
68
+ return this.i.sf;
69
69
  }
70
70
  set formatSpecifiers(v) {
71
71
  if (v && !Array.isArray(v) && typeof (v) == "string") {
72
72
  const re = /\s*(?:,|\s|$)\s*/gm;
73
73
  v = v.split(re);
74
74
  }
75
- this.i.qr = v;
75
+ this.i.sf = v;
76
76
  }
77
77
  /**
78
78
  * Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
79
79
  */
80
80
  get formatOverride() {
81
- return this.i.q2;
81
+ return this.i.sq;
82
82
  }
83
83
  set formatOverride(v) {
84
- this.i.q2 = v;
84
+ this.i.sq = v;
85
85
  }
86
86
  /**
87
87
  * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
88
88
  */
89
89
  get showTodayButton() {
90
- return this.i.qy;
90
+ return this.i.sm;
91
91
  }
92
92
  set showTodayButton(v) {
93
- this.i.qy = ensureBool(v);
93
+ this.i.sm = ensureBool(v);
94
94
  }
95
95
  /**
96
96
  * Gets or sets the editor type used for editing cells in this column.
97
97
  */
98
98
  get editorType() {
99
- return this.i.qw;
99
+ return this.i.sk;
100
100
  }
101
101
  set editorType(v) {
102
- this.i.qw = ensureEnum(EditorType_$type, v);
102
+ this.i.sk = ensureEnum(EditorType_$type, v);
103
103
  }
104
104
  /**
105
105
  * Gets or sets the ComboBox data source.
106
106
  */
107
107
  get editorDataSource() {
108
- return this.i.q1;
108
+ return this.i.sp;
109
109
  }
110
110
  set editorDataSource(v) {
111
- this.i.q1 = v;
111
+ this.i.sp = v;
112
112
  }
113
113
  /**
114
114
  * Gets or sets the ComboBox text field.
115
115
  */
116
116
  get editorTextField() {
117
- return this.i.q8;
117
+ return this.i.sw;
118
118
  }
119
119
  set editorTextField(v) {
120
- this.i.q8 = v;
120
+ this.i.sw = v;
121
121
  }
122
122
  /**
123
123
  * Gets or sets the ComboBox value field.
124
124
  */
125
125
  get editorValueField() {
126
- return this.i.q9;
126
+ return this.i.sx;
127
127
  }
128
128
  set editorValueField(v) {
129
- this.i.q9 = v;
129
+ this.i.sx = v;
130
130
  }
131
131
  findByName(name) {
132
132
  var baseResult = super.findByName(name);
@@ -10,12 +10,14 @@ import { IgxDateTimeColumnModule } from './igx-date-time-column-module';
10
10
  import { IgxDateTimeColumnComponent } from './igx-date-time-column-component';
11
11
  import { DateTimeColumn } from './DateTimeColumn';
12
12
  import { TypeRegistrar } from "igniteui-angular-core";
13
+ import { IgxDateTimeCellInfo } from './igx-date-time-cell-info';
13
14
  import * as i0 from "@angular/core";
14
15
  export let IgxDateTimeColumnDynamicModule = /*@__PURE__*/ (() => {
15
16
  class IgxDateTimeColumnDynamicModule {
16
17
  constructor() {
17
18
  TypeRegistrar.registerCons("IgxDateTimeColumnComponent", IgxDateTimeColumnComponent);
18
19
  TypeRegistrar.register("DateTimeColumn", DateTimeColumn.$type);
20
+ TypeRegistrar.registerCons("IgxDateTimeCellInfo", IgxDateTimeCellInfo);
19
21
  }
20
22
  }
21
23
  IgxDateTimeColumnDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDateTimeColumnDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
@@ -375,10 +375,10 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
375
375
  * Gets or sets the background color for content that sticks to the top of the grid.
376
376
  */
377
377
  get stickyRowBackground() {
378
- return brushToString(this.i.gz);
378
+ return brushToString(this.i.g0);
379
379
  }
380
380
  set stickyRowBackground(v) {
381
- this.i.gz = stringToBrush(v);
381
+ this.i.g0 = stringToBrush(v);
382
382
  }
383
383
  /**
384
384
  * Gets the actual background color for content that sticks to the top of the grid.
@@ -393,10 +393,10 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
393
393
  * Gets or sets the background color for cells belonging to rows marked as pinned.
394
394
  */
395
395
  get pinnedRowBackground() {
396
- return brushToString(this.i.gy);
396
+ return brushToString(this.i.gz);
397
397
  }
398
398
  set pinnedRowBackground(v) {
399
- this.i.gy = stringToBrush(v);
399
+ this.i.gz = stringToBrush(v);
400
400
  }
401
401
  /**
402
402
  * Gets the actual background color for cells belonging to rows marked as pinned.
@@ -411,10 +411,10 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
411
411
  * Gets or sets the color for the last row in the sticky row area.
412
412
  */
413
413
  get lastStickyRowBackground() {
414
- return brushToString(this.i.gx);
414
+ return brushToString(this.i.gy);
415
415
  }
416
416
  set lastStickyRowBackground(v) {
417
- this.i.gx = stringToBrush(v);
417
+ this.i.gy = stringToBrush(v);
418
418
  }
419
419
  /**
420
420
  * Gets the actual color for the last row in the sticky row area.
@@ -474,10 +474,10 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
474
474
  * Gets or sets the color to use for displaying text.
475
475
  */
476
476
  get textColor() {
477
- return brushToString(this.i.g0);
477
+ return brushToString(this.i.g1);
478
478
  }
479
479
  set textColor(v) {
480
- this.i.g0 = stringToBrush(v);
480
+ this.i.g1 = stringToBrush(v);
481
481
  }
482
482
  /**
483
483
  * Gets the actual color used for displaying text.
@@ -23,111 +23,111 @@ export class IgxEditorCellInfo extends IgxCellInfo {
23
23
  * Gets whether the editor cell is hidden or not.
24
24
  */
25
25
  get isHidden() {
26
- return this.i.oc;
26
+ return this.i.ol;
27
27
  }
28
28
  /**
29
29
  * Gets or sets the edit target for this cell.
30
30
  */
31
31
  get editTarget() {
32
- const r = this.i.n5;
32
+ const r = this.i.oe;
33
33
  if (r == null) {
34
34
  return null;
35
35
  }
36
36
  return r.externalObject;
37
37
  }
38
38
  set editTarget(v) {
39
- v == null ? this.i.n5 = null : this.i.n5 = v.i;
39
+ v == null ? this.i.oe = null : this.i.oe = v.i;
40
40
  }
41
41
  /**
42
42
  * Gets or sets the data type associated with the cell being edited.
43
43
  */
44
44
  get dataType() {
45
- return this.i.n3;
45
+ return this.i.oc;
46
46
  }
47
47
  set dataType(v) {
48
- this.i.n3 = ensureEnum(DataSourceSchemaPropertyType_$type, v);
48
+ this.i.oc = ensureEnum(DataSourceSchemaPropertyType_$type, v);
49
49
  }
50
50
  /**
51
51
  * Gets or sets the error message to display in the editor cell.
52
52
  */
53
53
  get errorMessage() {
54
- return this.i.o8;
54
+ return this.i.ph;
55
55
  }
56
56
  set errorMessage(v) {
57
- this.i.o8 = v;
57
+ this.i.ph = v;
58
58
  }
59
59
  /**
60
60
  * Gets or sets the user selected value.
61
61
  */
62
62
  get editValue() {
63
- return this.i.ov;
63
+ return this.i.o4;
64
64
  }
65
65
  set editValue(v) {
66
- this.i.ov = v;
66
+ this.i.o4 = v;
67
67
  }
68
68
  /**
69
69
  * Gets or sets the type of editor to use while cell editing.
70
70
  */
71
71
  get editorType() {
72
- return this.i.n7;
72
+ return this.i.og;
73
73
  }
74
74
  set editorType(v) {
75
- this.i.n7 = ensureEnum(EditorType_$type, v);
75
+ this.i.og = ensureEnum(EditorType_$type, v);
76
76
  }
77
77
  /**
78
78
  * Gets or sets the data source to use for the editor where it makes sense.
79
79
  */
80
80
  get editorDataSource() {
81
- return this.i.ou;
81
+ return this.i.o3;
82
82
  }
83
83
  set editorDataSource(v) {
84
- this.i.ou = v;
84
+ this.i.o3 = v;
85
85
  }
86
86
  /**
87
87
  * Gets or sets the editors display member.
88
88
  */
89
89
  get editorTextField() {
90
- return this.i.o3;
90
+ return this.i.pc;
91
91
  }
92
92
  set editorTextField(v) {
93
- this.i.o3 = v;
93
+ this.i.pc = v;
94
94
  }
95
95
  /**
96
96
  * Gets or sets the editors value member.
97
97
  */
98
98
  get editorValueField() {
99
- return this.i.n1;
99
+ return this.i.oa;
100
100
  }
101
101
  set editorValueField(v) {
102
102
  if (v && !Array.isArray(v) && typeof (v) == "string") {
103
103
  const re = /\s*(?:,|\s|$)\s*/gm;
104
104
  v = v.split(re);
105
105
  }
106
- this.i.n1 = v;
106
+ this.i.oa = v;
107
107
  }
108
108
  get dateFormatString() {
109
- return this.i.o0;
109
+ return this.i.o9;
110
110
  }
111
111
  set dateFormatString(v) {
112
- this.i.o0 = v;
112
+ this.i.o9 = v;
113
113
  }
114
114
  get showTodayButton() {
115
- return this.i.od;
115
+ return this.i.om;
116
116
  }
117
117
  set showTodayButton(v) {
118
- this.i.od = ensureBool(v);
118
+ this.i.om = ensureBool(v);
119
119
  }
120
120
  /**
121
121
  * Gets the row index that the editor cell is targeting for edit.
122
122
  */
123
123
  get targetRow() {
124
- return this.i.os;
124
+ return this.i.o1;
125
125
  }
126
126
  /**
127
127
  * Gets the column index that the editor cell is targeting for edit.
128
128
  */
129
129
  get targetColumn() {
130
- return this.i.or;
130
+ return this.i.o0;
131
131
  }
132
132
  findByName(name) {
133
133
  var baseResult = super.findByName(name);
@@ -27,38 +27,38 @@ export class IgxFilterCellInfo extends IgxCellInfo {
27
27
  * Gets or sets whether the cell is hit test visible.
28
28
  */
29
29
  get dataType() {
30
- return this.i.n5;
30
+ return this.i.oe;
31
31
  }
32
32
  set dataType(v) {
33
- this.i.n5 = ensureEnum(DataSourceSchemaPropertyType_$type, v);
33
+ this.i.oe = ensureEnum(DataSourceSchemaPropertyType_$type, v);
34
34
  }
35
35
  /**
36
36
  * Gets or sets the current filter to display in the cell.
37
37
  */
38
38
  get filter() {
39
- return this.i.n3;
39
+ return this.i.oc;
40
40
  }
41
41
  set filter(v) {
42
- this.i.n3 = v;
42
+ this.i.oc = v;
43
43
  }
44
44
  /**
45
45
  * Gets or sets the current filter expression applied to the column.
46
46
  */
47
47
  get filterExpression() {
48
- return this.i.n7;
48
+ return this.i.og;
49
49
  }
50
50
  set filterExpression(v) {
51
- this.i.n7 = v;
51
+ this.i.og = v;
52
52
  }
53
53
  get filterOperands() {
54
54
  if (this._filterOperands === null) {
55
55
  let coll = new IgxGridFilterOperandsCollection();
56
- let innerColl = this.i.n9;
56
+ let innerColl = this.i.oi;
57
57
  if (!innerColl) {
58
58
  innerColl = new GridFilterOperandsCollection_internal();
59
59
  }
60
60
  this._filterOperands = coll._fromInner(innerColl);
61
- this.i.n9 = innerColl;
61
+ this.i.oi = innerColl;
62
62
  }
63
63
  return this._filterOperands;
64
64
  }
@@ -70,62 +70,62 @@ export class IgxFilterCellInfo extends IgxCellInfo {
70
70
  let coll = new IgxGridFilterOperandsCollection();
71
71
  this._filterOperands = coll._fromOuter(v);
72
72
  let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
73
- let innerColl = this.i.n9;
73
+ let innerColl = this.i.oi;
74
74
  if (!innerColl) {
75
75
  innerColl = new GridFilterOperandsCollection_internal();
76
76
  }
77
77
  syncColl._inner = innerColl;
78
78
  syncColl.clear();
79
79
  this._filterOperands._setSyncTarget(syncColl);
80
- this.i.n9 = innerColl;
80
+ this.i.oi = innerColl;
81
81
  }
82
82
  get operatorType() {
83
- return this.i.n1;
83
+ return this.i.oa;
84
84
  }
85
85
  set operatorType(v) {
86
- this.i.n1 = v;
86
+ this.i.oa = v;
87
87
  }
88
88
  get filterValue() {
89
- return this.i.on;
89
+ return this.i.ow;
90
90
  }
91
91
  set filterValue(v) {
92
- this.i.on = v;
92
+ this.i.ow = v;
93
93
  }
94
94
  get selectorTop() {
95
- return this.i.oh;
95
+ return this.i.oq;
96
96
  }
97
97
  set selectorTop(v) {
98
- this.i.oh = +v;
98
+ this.i.oq = +v;
99
99
  }
100
100
  get selectorLeft() {
101
- return this.i.og;
101
+ return this.i.op;
102
102
  }
103
103
  set selectorLeft(v) {
104
- this.i.og = +v;
104
+ this.i.op = +v;
105
105
  }
106
106
  get editorTop() {
107
- return this.i.of;
107
+ return this.i.oo;
108
108
  }
109
109
  set editorTop(v) {
110
- this.i.of = +v;
110
+ this.i.oo = +v;
111
111
  }
112
112
  get editorLeft() {
113
- return this.i.oe;
113
+ return this.i.on;
114
114
  }
115
115
  set editorLeft(v) {
116
- this.i.oe = +v;
116
+ this.i.on = +v;
117
117
  }
118
118
  get clearIconTop() {
119
- return this.i.od;
119
+ return this.i.om;
120
120
  }
121
121
  set clearIconTop(v) {
122
- this.i.od = +v;
122
+ this.i.om = +v;
123
123
  }
124
124
  get clearIconLeft() {
125
- return this.i.oc;
125
+ return this.i.ol;
126
126
  }
127
127
  set clearIconLeft(v) {
128
- this.i.oc = +v;
128
+ this.i.ol = +v;
129
129
  }
130
130
  findByName(name) {
131
131
  var baseResult = super.findByName(name);
@@ -37,37 +37,37 @@ export let IgxFilterRowDefinitionComponent = /*@__PURE__*/ (() => {
37
37
  * Gets or sets the amount of left padding to use for the cell content for this column.
38
38
  */
39
39
  get paddingLeft() {
40
- return this.i.g6;
40
+ return this.i.g7;
41
41
  }
42
42
  set paddingLeft(v) {
43
- this.i.g6 = +v;
43
+ this.i.g7 = +v;
44
44
  }
45
45
  /**
46
46
  * Gets or sets the amount of top padding to use for the cell content for this column.
47
47
  */
48
48
  get paddingTop() {
49
- return this.i.g8;
49
+ return this.i.g9;
50
50
  }
51
51
  set paddingTop(v) {
52
- this.i.g8 = +v;
52
+ this.i.g9 = +v;
53
53
  }
54
54
  /**
55
55
  * Gets or sets the amount of right padding to use for the cell content of this column.
56
56
  */
57
57
  get paddingRight() {
58
- return this.i.g7;
58
+ return this.i.g8;
59
59
  }
60
60
  set paddingRight(v) {
61
- this.i.g7 = +v;
61
+ this.i.g8 = +v;
62
62
  }
63
63
  /**
64
64
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
65
65
  */
66
66
  get paddingBottom() {
67
- return this.i.g5;
67
+ return this.i.g6;
68
68
  }
69
69
  set paddingBottom(v) {
70
- this.i.g5 = +v;
70
+ this.i.g6 = +v;
71
71
  }
72
72
  }
73
73
  IgxFilterRowDefinitionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxFilterRowDefinitionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -10,12 +10,14 @@ import { IgxFilterRowDefinitionModule } from './igx-filter-row-definition-module
10
10
  import { IgxFilterRowDefinitionComponent } from './igx-filter-row-definition-component';
11
11
  import { FilterRowDefinition } from './FilterRowDefinition';
12
12
  import { TypeRegistrar } from "igniteui-angular-core";
13
+ import { IgxFilterCellInfo } from './igx-filter-cell-info';
13
14
  import * as i0 from "@angular/core";
14
15
  export let IgxFilterRowDefinitionDynamicModule = /*@__PURE__*/ (() => {
15
16
  class IgxFilterRowDefinitionDynamicModule {
16
17
  constructor() {
17
18
  TypeRegistrar.registerCons("IgxFilterRowDefinitionComponent", IgxFilterRowDefinitionComponent);
18
19
  TypeRegistrar.register("FilterRowDefinition", FilterRowDefinition.$type);
20
+ TypeRegistrar.registerCons("IgxFilterCellInfo", IgxFilterCellInfo);
19
21
  }
20
22
  }
21
23
  IgxFilterRowDefinitionDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxFilterRowDefinitionDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
@@ -119,7 +119,7 @@ export let IgxGridColumnFilterOptionsComponent = /*@__PURE__*/ (() => {
119
119
  <div #_filterButtonsSectionRef
120
120
  key="filterButtonsSection"
121
121
  ></div>
122
- </div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
122
+ </div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchFocusBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
123
123
  return IgxGridColumnFilterOptionsComponent;
124
124
  })();
125
125
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridColumnFilterOptionsComponent, decorators: [{
@@ -35,67 +35,67 @@ export let IgxHeaderComponent = /*@__PURE__*/ (() => {
35
35
  * Gets or sets the color to use for the sort indicator icon
36
36
  */
37
37
  get sortIndicatorColor() {
38
- return brushToString(this.i.hr);
38
+ return brushToString(this.i.hs);
39
39
  }
40
40
  set sortIndicatorColor(v) {
41
- this.i.hr = stringToBrush(v);
41
+ this.i.hs = stringToBrush(v);
42
42
  }
43
43
  /**
44
44
  * Gets the actual background color that is used for the cells when they are selected
45
45
  */
46
46
  get actualSortIndicatorColor() {
47
- return brushToString(this.i.hp);
47
+ return brushToString(this.i.hq);
48
48
  }
49
49
  set actualSortIndicatorColor(v) {
50
- this.i.hp = stringToBrush(v);
50
+ this.i.hq = stringToBrush(v);
51
51
  }
52
52
  get sortIndicatorStyle() {
53
- return this.i.g4;
53
+ return this.i.g5;
54
54
  }
55
55
  set sortIndicatorStyle(v) {
56
- this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
56
+ this.i.g5 = ensureEnum(SortIndicatorStyle_$type, v);
57
57
  }
58
58
  get actualSortIndicatorStyle() {
59
- return this.i.g3;
59
+ return this.i.g4;
60
60
  }
61
61
  set actualSortIndicatorStyle(v) {
62
- this.i.g3 = ensureEnum(SortIndicatorStyle_$type, v);
62
+ this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
63
63
  }
64
64
  /**
65
65
  * Gets or sets the amount of left padding to use for the cell content.
66
66
  */
67
67
  get paddingLeft() {
68
- return this.i.ha;
68
+ return this.i.hb;
69
69
  }
70
70
  set paddingLeft(v) {
71
- this.i.ha = +v;
71
+ this.i.hb = +v;
72
72
  }
73
73
  /**
74
74
  * Gets or sets the amount of top padding to use for the cell content.
75
75
  */
76
76
  get paddingTop() {
77
- return this.i.hc;
77
+ return this.i.hd;
78
78
  }
79
79
  set paddingTop(v) {
80
- this.i.hc = +v;
80
+ this.i.hd = +v;
81
81
  }
82
82
  /**
83
83
  * Gets or sets the amount of right padding to use for the cell content.
84
84
  */
85
85
  get paddingRight() {
86
- return this.i.hb;
86
+ return this.i.hc;
87
87
  }
88
88
  set paddingRight(v) {
89
- this.i.hb = +v;
89
+ this.i.hc = +v;
90
90
  }
91
91
  /**
92
92
  * Gets or sets the amount of bottom padding to use for the cell content.
93
93
  */
94
94
  get paddingBottom() {
95
- return this.i.g9;
95
+ return this.i.ha;
96
96
  }
97
97
  set paddingBottom(v) {
98
- this.i.g9 = +v;
98
+ this.i.ha = +v;
99
99
  }
100
100
  }
101
101
  IgxHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });