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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -21,128 +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.ok;
24
+ return this.i.on;
25
25
  }
26
26
  set numericValue(v) {
27
- this.i.ok = +v;
27
+ this.i.on = +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.of;
33
+ return this.i.oi;
34
34
  }
35
35
  set hasDecimalValue(v) {
36
- this.i.of = ensureBool(v);
36
+ this.i.oi = 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.pf;
42
+ return this.i.pi;
43
43
  }
44
44
  set formatStringOverride(v) {
45
- this.i.pf = v;
45
+ this.i.pi = v;
46
46
  }
47
47
  get formatSpecifiers() {
48
- return this.i.oa;
48
+ return this.i.od;
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.oa = v;
55
+ this.i.od = 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.o7;
61
+ return this.i.pa;
62
62
  }
63
63
  set formatOverride(v) {
64
- this.i.o7 = v;
64
+ this.i.pa = 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.pm;
70
+ return this.i.pp;
71
71
  }
72
72
  set negativePrefix(v) {
73
- this.i.pm = v;
73
+ this.i.pp = 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.pr;
79
+ return this.i.pu;
80
80
  }
81
81
  set positivePrefix(v) {
82
- this.i.pr = v;
82
+ this.i.pu = 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.po;
88
+ return this.i.pr;
89
89
  }
90
90
  set negativeSuffix(v) {
91
- this.i.po = v;
91
+ this.i.pr = 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.pt;
97
+ return this.i.pw;
98
98
  }
99
99
  set positiveSuffix(v) {
100
- this.i.pt = v;
100
+ this.i.pw = 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.ot;
106
+ return this.i.ow;
107
107
  }
108
108
  set maxFractionDigits(v) {
109
- this.i.ot = +v;
109
+ this.i.ow = +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.ov;
115
+ return this.i.oy;
116
116
  }
117
117
  set minFractionDigits(v) {
118
- this.i.ov = +v;
118
+ this.i.oy = +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.ox;
124
+ return this.i.o0;
125
125
  }
126
126
  set minIntegerDigits(v) {
127
- this.i.ox = +v;
127
+ this.i.o0 = +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.oi;
133
+ return this.i.ol;
134
134
  }
135
135
  set showGroupingSeparator(v) {
136
- this.i.oi = ensureBool(v);
136
+ this.i.ol = ensureBool(v);
137
137
  }
138
138
  /**
139
139
  * Sets or gets if the value is treated as a percent and multiplied by 100 when formatted.
140
140
  */
141
141
  get isPercent() {
142
- return this.i.oh;
142
+ return this.i.ok;
143
143
  }
144
144
  set isPercent(v) {
145
- this.i.oh = ensureBool(v);
145
+ this.i.ok = ensureBool(v);
146
146
  }
147
147
  findByName(name) {
148
148
  var baseResult = super.findByName(name);
@@ -40,147 +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.tc;
43
+ return this.i.tz;
44
44
  }
45
45
  set negativePrefix(v) {
46
- this.i.tc = v;
46
+ this.i.tz = 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.tg;
52
+ return this.i.t3;
53
53
  }
54
54
  set positivePrefix(v) {
55
- this.i.tg = v;
55
+ this.i.t3 = 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.te;
61
+ return this.i.t1;
62
62
  }
63
63
  set negativeSuffix(v) {
64
- this.i.te = v;
64
+ this.i.t1 = 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.ti;
70
+ return this.i.t5;
71
71
  }
72
72
  set positiveSuffix(v) {
73
- this.i.ti = v;
73
+ this.i.t5 = 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.sq;
79
+ return this.i.td;
80
80
  }
81
81
  set maxFractionDigits(v) {
82
- this.i.sq = +v;
82
+ this.i.td = +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.sr;
88
+ return this.i.te;
89
89
  }
90
90
  set minFractionDigits(v) {
91
- this.i.sr = +v;
91
+ this.i.te = +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.ss;
97
+ return this.i.tf;
98
98
  }
99
99
  set minIntegerDigits(v) {
100
- this.i.ss = +v;
100
+ this.i.tf = +v;
101
101
  }
102
102
  /**
103
103
  * Gets or sets whether the column's values are displayed as percentages.
104
104
  * When true, the raw numeric value is multiplied by 100 before it is formatted for display.
105
105
  */
106
106
  get isPercent() {
107
- return this.i.sk;
107
+ return this.i.s7;
108
108
  }
109
109
  set isPercent(v) {
110
- this.i.sk = ensureBool(v);
110
+ this.i.s7 = ensureBool(v);
111
111
  }
112
112
  /**
113
113
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
114
114
  */
115
115
  get showGroupingSeparator() {
116
- return this.i.sl;
116
+ return this.i.s8;
117
117
  }
118
118
  set showGroupingSeparator(v) {
119
- this.i.sl = ensureBool(v);
119
+ this.i.s8 = ensureBool(v);
120
120
  }
121
121
  /**
122
122
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
123
123
  */
124
124
  get formatString() {
125
- return this.i.s6;
125
+ return this.i.tt;
126
126
  }
127
127
  set formatString(v) {
128
- this.i.s6 = v;
128
+ this.i.tt = v;
129
129
  }
130
130
  get formatSpecifiers() {
131
- return this.i.sf;
131
+ return this.i.s1;
132
132
  }
133
133
  set formatSpecifiers(v) {
134
134
  if (v && !Array.isArray(v) && typeof (v) == "string") {
135
135
  const re = /\s*(?:,|\s|$)\s*/gm;
136
136
  v = v.split(re);
137
137
  }
138
- this.i.sf = v;
138
+ this.i.s1 = v;
139
139
  }
140
140
  /**
141
141
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
142
142
  */
143
143
  get formatOverride() {
144
- return this.i.sv;
144
+ return this.i.ti;
145
145
  }
146
146
  set formatOverride(v) {
147
- this.i.sv = v;
147
+ this.i.ti = v;
148
148
  }
149
149
  /**
150
150
  * Gets or sets the editor type used for editing cells in this column.
151
151
  */
152
152
  get editorType() {
153
- return this.i.sh;
153
+ return this.i.s3;
154
154
  }
155
155
  set editorType(v) {
156
- this.i.sh = ensureEnum(EditorType_$type, v);
156
+ this.i.s3 = ensureEnum(EditorType_$type, v);
157
157
  }
158
158
  /**
159
159
  * Gets or sets the ComboBox data source.
160
160
  */
161
161
  get editorDataSource() {
162
- return this.i.su;
162
+ return this.i.th;
163
163
  }
164
164
  set editorDataSource(v) {
165
- this.i.su = v;
165
+ this.i.th = v;
166
166
  }
167
167
  /**
168
168
  * Gets or sets the ComboBox text field.
169
169
  */
170
170
  get editorTextField() {
171
- return this.i.s1;
171
+ return this.i.to;
172
172
  }
173
173
  set editorTextField(v) {
174
- this.i.s1 = v;
174
+ this.i.to = v;
175
175
  }
176
176
  /**
177
177
  * Gets or sets the ComboBox value field.
178
178
  */
179
179
  get editorValueField() {
180
- return this.i.s2;
180
+ return this.i.tp;
181
181
  }
182
182
  set editorValueField(v) {
183
- this.i.s2 = v;
183
+ this.i.tp = v;
184
184
  }
185
185
  findByName(name) {
186
186
  var baseResult = super.findByName(name);
@@ -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.op;
25
+ return this.i.os;
26
26
  }
27
27
  set resolvedText(v) {
28
- this.i.op = v;
28
+ this.i.os = 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.on;
34
+ return this.i.oq;
35
35
  }
36
36
  set resolvedSummaryText(v) {
37
- this.i.on = v;
37
+ this.i.oq = 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.oe;
43
+ return this.i.oh;
44
44
  }
45
45
  set summaryDisplayMode(v) {
46
- this.i.oe = ensureEnum(GroupSummaryDisplayMode_$type, v);
46
+ this.i.oh = ensureEnum(GroupSummaryDisplayMode_$type, v);
47
47
  }
48
48
  }
@@ -36,94 +36,94 @@ export let IgxSectionHeaderComponent = /*@__PURE__*/ (() => {
36
36
  }
37
37
  }
38
38
  get selectedBackground() {
39
- return brushToString(this.i.h9);
39
+ return brushToString(this.i.ib);
40
40
  }
41
41
  set selectedBackground(v) {
42
- this.i.h9 = stringToBrush(v);
42
+ this.i.ib = stringToBrush(v);
43
43
  }
44
44
  get actualSelectedBackground() {
45
- return brushToString(this.i.h6);
45
+ return brushToString(this.i.h8);
46
46
  }
47
47
  set actualSelectedBackground(v) {
48
- this.i.h6 = stringToBrush(v);
48
+ this.i.h8 = stringToBrush(v);
49
49
  }
50
50
  get selectedTextColor() {
51
- return brushToString(this.i.ia);
51
+ return brushToString(this.i.ic);
52
52
  }
53
53
  set selectedTextColor(v) {
54
- this.i.ia = stringToBrush(v);
54
+ this.i.ic = stringToBrush(v);
55
55
  }
56
56
  get actualSelectedTextColor() {
57
- return brushToString(this.i.h7);
57
+ return brushToString(this.i.h9);
58
58
  }
59
59
  set actualSelectedTextColor(v) {
60
- this.i.h7 = stringToBrush(v);
60
+ this.i.h9 = stringToBrush(v);
61
61
  }
62
62
  /**
63
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
64
  */
65
65
  get expansionIndicatorIconColor() {
66
- return brushToString(this.i.h8);
66
+ return brushToString(this.i.ia);
67
67
  }
68
68
  set expansionIndicatorIconColor(v) {
69
- this.i.h8 = stringToBrush(v);
69
+ this.i.ia = stringToBrush(v);
70
70
  }
71
71
  /**
72
72
  * Gets the resolved color of the section header's expansion indicator icon.
73
73
  */
74
74
  get actualExpansionIndicatorIconColor() {
75
- return brushToString(this.i.h5);
75
+ return brushToString(this.i.h7);
76
76
  }
77
77
  set actualExpansionIndicatorIconColor(v) {
78
- this.i.h5 = stringToBrush(v);
78
+ this.i.h7 = stringToBrush(v);
79
79
  }
80
80
  /**
81
81
  * Gets or sets the amount of left padding to use for the cell content for this column.
82
82
  */
83
83
  get paddingLeft() {
84
- return this.i.he;
84
+ return this.i.hg;
85
85
  }
86
86
  set paddingLeft(v) {
87
- this.i.he = +v;
87
+ this.i.hg = +v;
88
88
  }
89
89
  /**
90
90
  * Gets or sets the amount of top padding to use for the cell content for this column.
91
91
  */
92
92
  get paddingTop() {
93
- return this.i.hg;
93
+ return this.i.hi;
94
94
  }
95
95
  set paddingTop(v) {
96
- this.i.hg = +v;
96
+ this.i.hi = +v;
97
97
  }
98
98
  /**
99
99
  * Gets or sets the amount of right padding to use for the cell content of this column.
100
100
  */
101
101
  get paddingRight() {
102
- return this.i.hf;
102
+ return this.i.hh;
103
103
  }
104
104
  set paddingRight(v) {
105
- this.i.hf = +v;
105
+ this.i.hh = +v;
106
106
  }
107
107
  /**
108
108
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
109
109
  */
110
110
  get paddingBottom() {
111
- return this.i.hd;
111
+ return this.i.hf;
112
112
  }
113
113
  set paddingBottom(v) {
114
- this.i.hd = +v;
114
+ this.i.hf = +v;
115
115
  }
116
116
  get isCollapsable() {
117
- return this.i.g7;
117
+ return this.i.g8;
118
118
  }
119
119
  set isCollapsable(v) {
120
- this.i.g7 = ensureBool(v);
120
+ this.i.g8 = ensureBool(v);
121
121
  }
122
122
  get summaryDisplayMode() {
123
- return this.i.g4;
123
+ return this.i.g5;
124
124
  }
125
125
  set summaryDisplayMode(v) {
126
- this.i.g4 = ensureEnum(GroupSummaryDisplayMode_$type, v);
126
+ this.i.g5 = ensureEnum(GroupSummaryDisplayMode_$type, v);
127
127
  }
128
128
  }
129
129
  IgxSectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -22,38 +22,38 @@ export class IgxSummaryCellInfo extends IgxCellInfo {
22
22
  * Sets or gets the resolved summary label for the summary cell.
23
23
  */
24
24
  get resolvedSummaryLabel() {
25
- return this.i.oh;
25
+ return this.i.ok;
26
26
  }
27
27
  set resolvedSummaryLabel(v) {
28
- this.i.oh = v;
28
+ this.i.ok = v;
29
29
  }
30
30
  /**
31
31
  * Sets or gets the resolved summary value for the sumamry cell.
32
32
  */
33
33
  get resolvedSummaryValue() {
34
- return this.i.oj;
34
+ return this.i.om;
35
35
  }
36
36
  set resolvedSummaryValue(v) {
37
- this.i.oj = v;
37
+ this.i.om = v;
38
38
  }
39
39
  /**
40
40
  * Gets or sets the color of the text for the summary label in the cell.
41
41
  */
42
42
  get summaryLabelTextColor() {
43
- return brushToString(this.i.oo);
43
+ return brushToString(this.i.or);
44
44
  }
45
45
  set summaryLabelTextColor(v) {
46
- this.i.oo = stringToBrush(v);
46
+ this.i.or = stringToBrush(v);
47
47
  }
48
48
  get font() {
49
- if (this.i.oa == null) {
49
+ if (this.i.od == null) {
50
50
  return null;
51
51
  }
52
- return this.i.oa.fontString;
52
+ return this.i.od.fontString;
53
53
  }
54
54
  set font(v) {
55
55
  let fi = new FontInfo();
56
56
  fi.fontString = v;
57
- this.i.oa = fi;
57
+ this.i.od = fi;
58
58
  }
59
59
  }
@@ -32,91 +32,91 @@ export let IgxSummaryRowComponent = /*@__PURE__*/ (() => {
32
32
  * Gets or sets the background color for summary cells when selected.
33
33
  */
34
34
  get selectedBackground() {
35
- return brushToString(this.i.hz);
35
+ return brushToString(this.i.h0);
36
36
  }
37
37
  set selectedBackground(v) {
38
- this.i.hz = stringToBrush(v);
38
+ this.i.h0 = stringToBrush(v);
39
39
  }
40
40
  /**
41
41
  * Gets the actual background color for summary cells when selected.
42
42
  */
43
43
  get actualSelectedBackground() {
44
- return brushToString(this.i.hw);
44
+ return brushToString(this.i.hx);
45
45
  }
46
46
  set actualSelectedBackground(v) {
47
- this.i.hw = stringToBrush(v);
47
+ this.i.hx = stringToBrush(v);
48
48
  }
49
49
  /**
50
50
  * Gets or sets the text color for the summary labels.
51
51
  */
52
52
  get summaryLabelTextColor() {
53
- return brushToString(this.i.h0);
53
+ return brushToString(this.i.h1);
54
54
  }
55
55
  set summaryLabelTextColor(v) {
56
- this.i.h0 = stringToBrush(v);
56
+ this.i.h1 = stringToBrush(v);
57
57
  }
58
58
  /**
59
59
  * Gets the actual text color for the summary labels.
60
60
  */
61
61
  get actualSummaryLabelTextColor() {
62
- return brushToString(this.i.hx);
62
+ return brushToString(this.i.hy);
63
63
  }
64
64
  set actualSummaryLabelTextColor(v) {
65
- this.i.hx = stringToBrush(v);
65
+ this.i.hy = stringToBrush(v);
66
66
  }
67
67
  /**
68
68
  * Gets or sets the text style for the summary labels.
69
69
  */
70
- get summaryNameTextStyle() {
71
- if (this.i.summaryNameTextStyle == null) {
70
+ get summaryLabelTextStyle() {
71
+ if (this.i.summaryLabelTextStyle == null) {
72
72
  return null;
73
73
  }
74
- return this.i.summaryNameTextStyle.fontString;
74
+ return this.i.summaryLabelTextStyle.fontString;
75
75
  }
76
- set summaryNameTextStyle(v) {
76
+ set summaryLabelTextStyle(v) {
77
77
  let fi = new FontInfo();
78
78
  fi.fontString = v;
79
- this.i.summaryNameTextStyle = fi;
79
+ this.i.summaryLabelTextStyle = fi;
80
80
  }
81
81
  /**
82
82
  * Gets or sets the amount of left padding to use for the cell content for this column.
83
83
  */
84
84
  get paddingLeft() {
85
- return this.i.hc;
85
+ return this.i.hd;
86
86
  }
87
87
  set paddingLeft(v) {
88
- this.i.hc = +v;
88
+ this.i.hd = +v;
89
89
  }
90
90
  /**
91
91
  * Gets or sets the amount of top padding to use for the cell content for this column.
92
92
  */
93
93
  get paddingTop() {
94
- return this.i.he;
94
+ return this.i.hf;
95
95
  }
96
96
  set paddingTop(v) {
97
- this.i.he = +v;
97
+ this.i.hf = +v;
98
98
  }
99
99
  /**
100
100
  * Gets or sets the amount of right padding to use for the cell content of this column.
101
101
  */
102
102
  get paddingRight() {
103
- return this.i.hd;
103
+ return this.i.he;
104
104
  }
105
105
  set paddingRight(v) {
106
- this.i.hd = +v;
106
+ this.i.he = +v;
107
107
  }
108
108
  /**
109
109
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
110
110
  */
111
111
  get paddingBottom() {
112
- return this.i.hb;
112
+ return this.i.hc;
113
113
  }
114
114
  set paddingBottom(v) {
115
- this.i.hb = +v;
115
+ this.i.hc = +v;
116
116
  }
117
117
  }
118
118
  IgxSummaryRowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
119
- IgxSummaryRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxSummaryRowComponent, selector: "ng-component", inputs: { selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", summaryLabelTextColor: "summaryLabelTextColor", actualSummaryLabelTextColor: "actualSummaryLabelTextColor", summaryNameTextStyle: "summaryNameTextStyle", paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true });
119
+ IgxSummaryRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxSummaryRowComponent, selector: "ng-component", inputs: { selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", summaryLabelTextColor: "summaryLabelTextColor", actualSummaryLabelTextColor: "actualSummaryLabelTextColor", summaryLabelTextStyle: "summaryLabelTextStyle", paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true });
120
120
  return IgxSummaryRowComponent;
121
121
  })();
122
122
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowComponent, decorators: [{
@@ -132,7 +132,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
132
132
  type: Input
133
133
  }], actualSummaryLabelTextColor: [{
134
134
  type: Input
135
- }], summaryNameTextStyle: [{
135
+ }], summaryLabelTextStyle: [{
136
136
  type: Input
137
137
  }], paddingLeft: [{
138
138
  type: Input
@@ -10,12 +10,14 @@ import { IgxSummaryRowRootModule } from './igx-summary-row-root-module';
10
10
  import { IgxSummaryRowRootComponent } from './igx-summary-row-root-component';
11
11
  import { SummaryRowRoot } from './SummaryRowRoot';
12
12
  import { TypeRegistrar } from "igniteui-angular-core";
13
+ import { IgxSummaryCellInfo } from './igx-summary-cell-info';
13
14
  import * as i0 from "@angular/core";
14
15
  export let IgxSummaryRowRootDynamicModule = /*@__PURE__*/ (() => {
15
16
  class IgxSummaryRowRootDynamicModule {
16
17
  constructor() {
17
18
  TypeRegistrar.registerCons("IgxSummaryRowRootComponent", IgxSummaryRowRootComponent);
18
19
  TypeRegistrar.register("SummaryRowRoot", SummaryRowRoot.$type);
20
+ TypeRegistrar.registerCons("IgxSummaryCellInfo", IgxSummaryCellInfo);
19
21
  }
20
22
  }
21
23
  IgxSummaryRowRootDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowRootDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });