@syncfusion/ej2-angular-pivotview 20.3.59 → 20.4.38-ngcc

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 (186) hide show
  1. package/@syncfusion/ej2-angular-pivotview.es5.js +434 -0
  2. package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-pivotview.js +404 -0
  4. package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
  5. package/CHANGELOG.md +804 -0
  6. package/README.md +121 -36
  7. package/dist/ej2-angular-pivotview.umd.js +686 -0
  8. package/dist/ej2-angular-pivotview.umd.js.map +1 -0
  9. package/dist/ej2-angular-pivotview.umd.min.js +11 -0
  10. package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
  11. package/ej2-angular-pivotview.d.ts +6 -0
  12. package/ej2-angular-pivotview.metadata.json +1 -0
  13. package/package.json +62 -34
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
  19. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
  20. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
  21. package/src/pivotview/pivotview-all.module.d.ts +0 -6
  22. package/src/pivotview/pivotview.component.d.ts +0 -3
  23. package/src/pivotview/pivotview.module.d.ts +0 -6
  24. package/styles/bootstrap-dark.css +17 -8
  25. package/styles/bootstrap.css +18 -9
  26. package/styles/bootstrap4.css +26 -11
  27. package/styles/bootstrap5-dark.css +25 -14
  28. package/styles/bootstrap5.css +25 -14
  29. package/styles/fabric-dark.css +41 -12
  30. package/styles/fabric.css +44 -12
  31. package/styles/fluent-dark.css +46 -24
  32. package/styles/fluent.css +46 -24
  33. package/styles/highcontrast-light.css +31 -10
  34. package/styles/highcontrast.css +31 -10
  35. package/styles/material-dark.css +21 -8
  36. package/styles/material.css +27 -8
  37. package/styles/pivotfieldlist/bootstrap-dark.css +8 -2
  38. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  39. package/styles/pivotfieldlist/bootstrap.css +9 -3
  40. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  41. package/styles/pivotfieldlist/bootstrap4.css +9 -3
  42. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  43. package/styles/pivotfieldlist/bootstrap5-dark.css +15 -3
  44. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  45. package/styles/pivotfieldlist/bootstrap5.css +15 -3
  46. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  47. package/styles/pivotfieldlist/fabric-dark.css +19 -4
  48. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  49. package/styles/pivotfieldlist/fabric.css +19 -4
  50. package/styles/pivotfieldlist/fabric.scss +1 -4
  51. package/styles/pivotfieldlist/fluent-dark.css +19 -7
  52. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  53. package/styles/pivotfieldlist/fluent.css +19 -7
  54. package/styles/pivotfieldlist/fluent.scss +1 -4
  55. package/styles/pivotfieldlist/highcontrast-light.css +19 -4
  56. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  57. package/styles/pivotfieldlist/highcontrast.css +19 -4
  58. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  59. package/styles/pivotfieldlist/material-dark.css +12 -2
  60. package/styles/pivotfieldlist/material-dark.scss +1 -4
  61. package/styles/pivotfieldlist/material.css +12 -2
  62. package/styles/pivotfieldlist/material.scss +1 -4
  63. package/styles/pivotfieldlist/tailwind-dark.css +15 -3
  64. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  65. package/styles/pivotfieldlist/tailwind.css +15 -3
  66. package/styles/pivotfieldlist/tailwind.scss +1 -4
  67. package/styles/pivotview/bootstrap-dark.css +9 -6
  68. package/styles/pivotview/bootstrap-dark.scss +1 -5
  69. package/styles/pivotview/bootstrap.css +9 -6
  70. package/styles/pivotview/bootstrap.scss +1 -5
  71. package/styles/pivotview/bootstrap4.css +17 -8
  72. package/styles/pivotview/bootstrap4.scss +1 -5
  73. package/styles/pivotview/bootstrap5-dark.css +10 -11
  74. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  75. package/styles/pivotview/bootstrap5.css +10 -11
  76. package/styles/pivotview/bootstrap5.scss +1 -5
  77. package/styles/pivotview/fabric-dark.css +22 -8
  78. package/styles/pivotview/fabric-dark.scss +1 -5
  79. package/styles/pivotview/fabric.css +25 -8
  80. package/styles/pivotview/fabric.scss +1 -5
  81. package/styles/pivotview/fluent-dark.css +27 -17
  82. package/styles/pivotview/fluent-dark.scss +1 -4
  83. package/styles/pivotview/fluent.css +27 -17
  84. package/styles/pivotview/fluent.scss +1 -5
  85. package/styles/pivotview/highcontrast-light.css +12 -6
  86. package/styles/pivotview/highcontrast-light.scss +1 -5
  87. package/styles/pivotview/highcontrast.css +12 -6
  88. package/styles/pivotview/highcontrast.scss +1 -5
  89. package/styles/pivotview/material-dark.css +9 -6
  90. package/styles/pivotview/material-dark.scss +1 -5
  91. package/styles/pivotview/material.css +15 -6
  92. package/styles/pivotview/material.scss +1 -5
  93. package/styles/pivotview/tailwind-dark.css +14 -14
  94. package/styles/pivotview/tailwind-dark.scss +1 -4
  95. package/styles/pivotview/tailwind.css +14 -14
  96. package/styles/pivotview/tailwind.scss +1 -5
  97. package/styles/tailwind-dark.css +29 -17
  98. package/styles/tailwind.css +29 -17
  99. package/esm2020/public_api.mjs +0 -3
  100. package/esm2020/src/index.mjs +0 -8
  101. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
  102. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
  103. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
  104. package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
  105. package/esm2020/src/pivotview/pivotview.component.mjs +0 -157
  106. package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
  107. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
  108. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -347
  109. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  110. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -347
  111. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  112. package/styles/pivotfieldlist/_all.scss +0 -2
  113. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -240
  114. package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -194
  115. package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -194
  116. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
  117. package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -198
  118. package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -200
  119. package/styles/pivotfieldlist/_fabric-definition.scss +0 -194
  120. package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
  121. package/styles/pivotfieldlist/_fluent-definition.scss +0 -198
  122. package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -197
  123. package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -195
  124. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -195
  125. package/styles/pivotfieldlist/_layout.scss +0 -1899
  126. package/styles/pivotfieldlist/_material-dark-definition.scss +0 -195
  127. package/styles/pivotfieldlist/_material-definition.scss +0 -195
  128. package/styles/pivotfieldlist/_material3-definition.scss +0 -198
  129. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
  130. package/styles/pivotfieldlist/_tailwind-definition.scss +0 -198
  131. package/styles/pivotfieldlist/_theme.scss +0 -1938
  132. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
  133. package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
  134. package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
  135. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
  136. package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
  137. package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
  138. package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
  139. package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
  140. package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
  141. package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
  142. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
  143. package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
  144. package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
  145. package/styles/pivotfieldlist/icons/_material.scss +0 -358
  146. package/styles/pivotfieldlist/icons/_material3.scss +0 -353
  147. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
  148. package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
  149. package/styles/pivotview/_all.scss +0 -2
  150. package/styles/pivotview/_bootstrap-dark-definition.scss +0 -160
  151. package/styles/pivotview/_bootstrap-definition.scss +0 -157
  152. package/styles/pivotview/_bootstrap4-definition.scss +0 -157
  153. package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
  154. package/styles/pivotview/_bootstrap5-definition.scss +0 -162
  155. package/styles/pivotview/_fabric-dark-definition.scss +0 -159
  156. package/styles/pivotview/_fabric-definition.scss +0 -156
  157. package/styles/pivotview/_fluent-dark-definition.scss +0 -1
  158. package/styles/pivotview/_fluent-definition.scss +0 -162
  159. package/styles/pivotview/_fusionnew-definition.scss +0 -162
  160. package/styles/pivotview/_highcontrast-definition.scss +0 -155
  161. package/styles/pivotview/_highcontrast-light-definition.scss +0 -156
  162. package/styles/pivotview/_layout.scss +0 -1071
  163. package/styles/pivotview/_material-dark-definition.scss +0 -163
  164. package/styles/pivotview/_material-definition.scss +0 -159
  165. package/styles/pivotview/_material3-definition.scss +0 -162
  166. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  167. package/styles/pivotview/_tailwind-definition.scss +0 -162
  168. package/styles/pivotview/_theme.scss +0 -1995
  169. package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
  170. package/styles/pivotview/icons/_bootstrap.scss +0 -184
  171. package/styles/pivotview/icons/_bootstrap4.scss +0 -184
  172. package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
  173. package/styles/pivotview/icons/_bootstrap5.scss +0 -183
  174. package/styles/pivotview/icons/_fabric-dark.scss +0 -184
  175. package/styles/pivotview/icons/_fabric.scss +0 -184
  176. package/styles/pivotview/icons/_fluent-dark.scss +0 -1
  177. package/styles/pivotview/icons/_fluent.scss +0 -183
  178. package/styles/pivotview/icons/_fusionnew.scss +0 -183
  179. package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
  180. package/styles/pivotview/icons/_highcontrast.scss +0 -183
  181. package/styles/pivotview/icons/_material-dark.scss +0 -184
  182. package/styles/pivotview/icons/_material.scss +0 -184
  183. package/styles/pivotview/icons/_material3.scss +0 -183
  184. package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
  185. package/styles/pivotview/icons/_tailwind.scss +0 -183
  186. package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,804 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### Pivot Table
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I423050` - Filter state will now be properly maintained in the member editor.
10
+ - `#I420253` - When virtual scrolling is enabled, the pivot table will now scroll properly.
11
+ - Number formatting is now applied properly to row and column headers in the pivot table.
12
+
13
+ #### New Features
14
+
15
+ - `#I347303`, `#I400764`, `#F172939` - Provided support for displaying row and column sub-totals at the top or bottom of the header group in the pivot table.
16
+ - `#I310709`, `#I346859` - Provided support to display pivot chart's series for multiple measures on a single y-axis.
17
+ - `#I398184` - The pivot table now supports customising the size of PDF document while exporting.
18
+ - `#I305545` - The pivot table now allows you to export both the table and the chart to a single PDF document.
19
+
20
+ #### Breaking Changes
21
+
22
+ - The `chartSettings.showMemberSeries` property is deprecated and will no longer to be used. Use `chartSettings.showPointColorByMembers` to achieve the same.
23
+
24
+ | Previous | Now |
25
+ |---|---|
26
+ | showMemberSeries | showPointColorByMembers |
27
+
28
+ - The `chartExport` method parameters for the pivot table have now been changed.
29
+
30
+ **Previous**
31
+
32
+
33
+ | Parameter | Type | Description |
34
+ |---|---|---|
35
+ | type | ExportType | Defines the export type. |
36
+ | fileName | string | Defines file name of export document. |
37
+ | orientation | PdfPageOrientation | Defines the page orientation on pdf export(0 for Portrait mode, 1 for Landscape mode). |
38
+ | width | number | Defines width of the export document. |
39
+ | height | number | Defines width of the export document. |
40
+
41
+ **Now**
42
+
43
+
44
+ | Parameter | Type | Description |
45
+ |---|---|---|
46
+ | type | ExportType | Defines the export type. |
47
+ | pdfExportProperties | PdfExportProperties | Allows to define the chart's export properties such as file name, orientation, width and height. |
48
+ | isMultipleExport | boolean | Allows to export multiple tables and charts into a single PDF document. |
49
+ | pdfDoc | Object | Allows the export of an external PDF document along with current PDF document. |
50
+ | isBlob | boolean | Allows the PDF document to be saved as blob data. |
51
+
52
+ ## 20.3.59 (2022-11-29)
53
+
54
+ ### Pivot Table
55
+
56
+ #### Bug Fixes
57
+
58
+ - `#I405590` - The pivot table will now properly refresh while performing value sorting with the grouping bar and autofit enabled.
59
+ - `#I420612` - The pivot table will now be rendered properly while switching between reports in the toolbar.
60
+ - `#F420612` - The pivot table's alphanumeric sorting will now works properly.
61
+
62
+ ## 20.3.57 (2022-11-15)
63
+
64
+ ### Pivot Table
65
+
66
+ #### Bug Fixes
67
+
68
+ - `#I405590` - The pivot table will now properly refreshed while performing value sorting with autofit enabled.
69
+
70
+ #### New Features
71
+
72
+ - `#I395302` - When using a server-side engine, the aggregated values of the pivot table will now be customized via the controller.
73
+
74
+ ## 20.3.50 (2022-10-18)
75
+
76
+ ### Pivot Table
77
+
78
+ #### Bug Fixes
79
+
80
+ - The drillthrough feature now works properly with alphanumeric data.
81
+
82
+ ## 20.3.49 (2022-10-11)
83
+
84
+ ### Pivot Table
85
+
86
+ #### Bug Fixes
87
+
88
+ - `#I408669` - Number formatting is now applied properly to row and column headers in the pivot table.
89
+ - `#I405681` - Pivot table cell values are now properly exported as PDF document based on the text align property.
90
+
91
+ ## 20.3.47 (2022-09-29)
92
+
93
+ ### Pivot Table
94
+
95
+ #### Bug Fixes
96
+
97
+ - `#I395797` - Text wrap is now properly applied in the pivot table.
98
+ - `#I400397` - When using server-side engine, row headers are now displayed correctly based on their level in the pivot table.
99
+ - `#I395797` - The grand totals position in the pivot table now works properly when using server-side engine.
100
+ - `#I405131` - The tooltip content is now properly displayed in the pivot table.
101
+ - `#I397110` - The pivot table will now properly export to Excel format even if it contains hidden columns.
102
+ - `#I405326` - The value sort icon is now properly displayed in the pivot table.
103
+
104
+ #### New Features
105
+
106
+ - `#I311235` - The pivot table now exports to PDF/CSV as a blob object with virtual scrolling enabled.
107
+ - `#I311235` - With a relational datasource, field list treeview can now be displayed in a hierarchical manner.
108
+ - `#I281131`, `#I351494`, `#F174212` - Provided paging support that allows to break and display large amounts of data page by page, improving the overall rendering performance of the pivot table.
109
+ - `#I369101` - When multiple axes are enabled, the pivot chart series can now be displayed based on members in all chart areas.
110
+
111
+ ## 20.2.43 (2022-08-08)
112
+
113
+ ### Pivot Table
114
+
115
+ #### Bug Fixes
116
+
117
+ - `#I390649` - When virtual scrolling is enabled, the pivot table now properly refreshed while performing value sorting.
118
+
119
+ #### New Features
120
+
121
+ - `#I364830` - Improved server-side engine performance. As a result, pivot table can now render up to 3 million records without any issues.
122
+ - `#I382580` - The calculated field UI now has a "Format" dropdown option for relational data source.
123
+
124
+ ## 20.2.39 (2022-07-19)
125
+
126
+ ### Pivot Table
127
+
128
+ #### Bug Fixes
129
+
130
+ - `#I389665` - The pivot table can now be rendered properly while applying date grouping.
131
+ - `#I389889` - The class names in the pivot table are properly updated for the sub-total columns.
132
+
133
+ ## 20.2.38 (2022-07-12)
134
+
135
+ ### Pivot Table
136
+
137
+ #### Bug Fixes
138
+
139
+ - The selection is now properly working when using the selection mode of the pivot table.
140
+ - The engine population events are now properly triggered during virtual scrolling.
141
+
142
+ ## 20.2.36 (2022-06-30)
143
+
144
+ ### Pivot Table
145
+
146
+ #### Bug Fixes
147
+
148
+ - `#I387410` - The pivot table with OLAP cube can now render properly with calculated fields when virtual scrolling is enabled.
149
+
150
+ #### New Features
151
+
152
+ - Provided support to search for a specific field in the field list UI.
153
+
154
+ ## 20.1.61 (2022-06-21)
155
+
156
+ ### Pivot Table
157
+
158
+ #### Bug Fixes
159
+
160
+ - `#I382188` - When there is only one record, inline editing for value fields with advanced aggregate types now works properly.
161
+
162
+ ## 20.1.58 (2022-05-31)
163
+
164
+ ### Pivot Table
165
+
166
+ #### Bug Fixes
167
+
168
+ - `#I380533` - When using value fields with advanced aggregate options, the pivot table can now be properly exported to Excel and CSV formats.
169
+
170
+ ## 20.1.57 (2022-05-24)
171
+
172
+ ### Pivot Table
173
+
174
+ #### Bug Fixes
175
+
176
+ - `#I378816` - When the defer layout update option is enabled, dataBound event is now restricted while clicking cancel option in the popup field list UI.
177
+ - `#F174968` - When virtual scrolling is enabled, the pivot table can now be rendered properly while perform member filtering.
178
+ - The pivot table's column selection is now working properly.
179
+
180
+ ## 20.1.56 (2022-05-17)
181
+
182
+ ### Pivot Table
183
+
184
+ #### Bug Fixes
185
+
186
+ - The pivot table can now be sorted properly with date type headers.
187
+
188
+ #### New Features
189
+
190
+ - The pivot table now has support for adding custom classes via 'cssClass' property.
191
+
192
+ ## 20.1.55 (2022-05-12)
193
+
194
+ ### Pivot Table
195
+
196
+ #### Bug Fixes
197
+
198
+ - `#I363090` - The previous cell selection can now be maintained while restricting the current selection in the pivot table's column axis using the cell selection event.
199
+ - `#I373754` - The pivot table can now be exported properly to Excel and CSV formats while using the virtual scrolling feature, with sub-totals hidden.
200
+ - `#I374945` - The pivot chart will now refresh properly with the specified height when switching from adaptive to desktop mode.
201
+
202
+ #### New Features
203
+
204
+ - `#F174296` - Members of a specific field are now sorted based on user-defined order in the Pivot Table's row and column axes.
205
+
206
+ ## 20.1.48 (2022-04-12)
207
+
208
+ ### Pivot Table
209
+
210
+ #### Bug fixes
211
+
212
+ - In the OLAP field list UI, calculated fields are now properly displayed.
213
+ - The pivot table now exports properly to excel format with string type values when virtual scrolling is enabled.
214
+
215
+ #### Features
216
+
217
+ - `#FB33029` - The calculated field can now be created without formatting by using the "None" option in the OLAP calculated field UI.
218
+
219
+ ## 20.1.47 (2022-04-04)
220
+
221
+ ### Pivot Table
222
+
223
+ #### Bug Fixes
224
+
225
+ - `#I366940` - When the defer layout update option is enabled, the field list UI will now properly refresh while drag and drop measures.
226
+ - `#I367463` - When virtual scrolling is enabled, the pivot table now properly refresh based on the specified height.
227
+ - In Angular, grouping will now work properly with the static field list.
228
+ - `#I370021` - While resizing, the pivot chart is now properly refreshed.
229
+
230
+ #### New Features
231
+
232
+ - Provided support to expand all members (aka, headers) in a specific field in the Pivot Table's row and column axes.
233
+ - Provided built-in option in toolbar UI, grand totals will now display either at the first or last position in the Pivot Table's row and column axes.
234
+
235
+ ## 19.4.55 (2022-03-08)
236
+
237
+ ### Pivot Table
238
+
239
+ #### Bug Fixes
240
+
241
+ - When virtual scrolling is enabled, the pivot table now properly refresh based on the specified height.
242
+
243
+ ## 19.4.54 (2022-03-01)
244
+
245
+ ### Pivot Table
246
+
247
+ #### Bug Fixes
248
+
249
+ - When the defer layout update option is enabled, the field list UI will now properly refresh while performing checkbox selection.
250
+
251
+ ## 19.4.53 (2022-02-22)
252
+
253
+ ### Pivot Table
254
+
255
+ #### Bug Fixes
256
+
257
+ - When changing the report dynamically using the toolbar UI options, the Pivot Chart is now properly displayed.
258
+ - `#I366940` - When defer layout update is enabled, measures are properly added to the field list UI.
259
+
260
+ ## 19.4.52 (2022-02-15)
261
+
262
+ ### Pivot Table
263
+
264
+ #### Bug Fixes
265
+
266
+ - Events to customize cell values using PivotEngine export are now working properly in Angular.
267
+
268
+ ## 19.4.50 (2022-02-08)
269
+
270
+ ### Pivot Table
271
+
272
+ #### Bug Fixes
273
+
274
+ - `#I359726`, `#I354750` - When using the virtual scrolling feature, the pivot table can now be exported properly to Excel and CSV formats.
275
+ - Even the value fields starts with the same unique name, the Pivot Table values are now properly displayed.
276
+ - `#I363972` - With the toolbar UI, the Pivot Chart is now refreshed properly while performing checkbox selection in the chart menu.
277
+
278
+ ## 19.4.47 (2022-01-25)
279
+
280
+ ### Pivot Table
281
+
282
+ #### Bug Fixes
283
+
284
+ - `#I362895` - The field list UI will now be refreshed properly when dragging a field using the `fieldDrop` event with defer layout update.
285
+
286
+ ## 19.4.43 (2022-01-18)
287
+
288
+ ### Pivot Table
289
+
290
+ #### Bug Fixes
291
+
292
+ - `#I346790` - The Pivot Table is now properly refreshed with virtual scrolling when using touch.
293
+
294
+ #### New Features
295
+
296
+ - `#I354750` - Provided events support to customize cell values in PivotEngine export.
297
+
298
+ ## 19.4.42 (2022-01-11)
299
+
300
+ ### Pivot Table
301
+
302
+ #### Bug Fixes
303
+
304
+ - `#I359726` - When exporting the Pivot Table to PDF format, styles can now be properly applied to the header and footer.
305
+ - `#I359726` - When exporting the Pivot Table to Excel format, the headers are now properly shown.
306
+
307
+ ## 19.4.41 (2022-01-04)
308
+
309
+ ### Pivot Table
310
+
311
+ #### Bug Fixes
312
+
313
+ - `#I340908` - In Firefox browser, the Pivot Table is now refreshed properly with virtual scrolling.
314
+
315
+ ## 19.4.40 (2021-12-28)
316
+
317
+ ### Pivot Table
318
+
319
+ #### Bug Fixes
320
+
321
+ - The Pivot Chart is now properly shown with the default value of the "zoomFactor" property.
322
+
323
+ ## 19.4.38 (2021-12-17)
324
+
325
+ ### Pivot Table
326
+
327
+ #### Bug Fixes
328
+
329
+ - `#I349396` - When the virtual scrolling feature is enabled, as well as when members are filtered, the Pivot Table can now be rendered properly.
330
+ - `#I340539` - In Angular, the bundle size for Pivot Table has been reduced.
331
+ - `#I347116` - With the toolbar UI, the Pivot Chart is now refreshed properly.
332
+ - `#I347116` - With the Pivot Chart's default settings, its labels are displayed properly.
333
+ - `#I348183` - While performing value sorting with a single measure, the Pivot Table will now be rendered properly.
334
+ - `#I348952` - In the pivot table, the tooltip for string fields is now properly displayed.
335
+ - `#F170928` - When using the virtual scrolling feature, the calculated field buttons with edit option inside grouping bar and field list layout are now properly displayed.
336
+ - `#F170654` - The caption in the grouping field buttons within the grouping bar and field list layout is now displayed properly.
337
+
338
+ #### New Features
339
+
340
+ - `#I295658`, `#I320675`, `#I329355`, `#F158271`, `#F158475` - Provided support to display summarized totals (grand totals) either at the first or last position in the Pivot Table's row and column axes.
341
+ - `#I327744` - Provided support to align text for specific column headers.
342
+ - `#F159996` - Provided action begin and complete events to identify UI actions in the Pivot Table such as drill down/up, value sorting, grouping bar and field list UI actions, and CRUD operations. If the UI actions do not achieve the desired result, the action failure event is triggered.
343
+
344
+ ## 19.3.46 (2021-10-19)
345
+
346
+ ### Pivot Table
347
+
348
+ #### Bug Fixes
349
+
350
+ - `#I345297` - While clicking the value sorting icon, the cell click event is now properly triggered.
351
+ - `#I342886` - The "Calculated Field" feature in the pivot table now works properly in Angular production mode.
352
+
353
+ ## 19.3.44 (2021-10-05)
354
+
355
+ ### Pivot Table
356
+
357
+ #### Bug Fixes
358
+
359
+ - `#F168308` - The pivot table can now be rendered properly with custom number formats.
360
+ - `#I339705` - When the virtual scrolling feature is used, the pivot table can now be rendered properly without an unnecessary horizontal scrollbar when the content does not require it.
361
+ - `#I341987` - The pivot table can now be rendered properly while perform filtering with OLAP data source.
362
+ - `#I342221` - The pivot table can now be rendered properly while applying date grouping through UI.
363
+ - The column headers are now displayed properly while perform resizing.
364
+ - `#I342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
365
+
366
+ #### New Features
367
+
368
+ - `#I300095` - Provided support to display measures at any desired positions in the column or row axis for relational data sources.
369
+
370
+ ## 19.2.56 (2021-08-17)
371
+
372
+ ### Pivot Table
373
+
374
+ #### New Features
375
+
376
+ - `#284641`,`#326945`,`#327746`,`#329355` - Through grid settings event, the pivot table's columns can now fit the widest cell’s content without wrapping.
377
+
378
+ ## 19.2.55 (2021-08-11)
379
+
380
+ ### Pivot Table
381
+
382
+ #### Bug Fixes
383
+
384
+ - `#I337487` - Now the field's caption can be changed dynamically using the value field settings pop-up.
385
+ - `#F167449` - Now the fields panel has been refreshed properly with toolbar UI.
386
+
387
+ ## 19.2.51 (2021-08-03)
388
+
389
+ ### Pivot Table
390
+
391
+ #### Bug Fixes
392
+
393
+ - `#F166428` - Issue while resizing column with virtual scrolling in the pivot table has been resolved.
394
+ - `#336591`,`#337082` - When using the virtual scrolling feature, the pivot table columns are now properly displayed when scrolling horizontally.
395
+ - `#337082` - The pivot table is now properly displayed when scrolling horizontally while filtering is applied when using the virtual scrolling feature.
396
+
397
+ ## 19.2.49 (2021-07-27)
398
+
399
+ ### Pivot Table
400
+
401
+ #### Bug Fixes
402
+
403
+ - `#F167209` - The script error caused by box selection when the mouse is released over a pivot table cell has been resolved.
404
+ - `#331835` - The issue with calculated fields values in drill through retrieving inconsistent raw data has been resolved.
405
+ - The pivot chart can now be rendered properly with Blank headers in row fields.
406
+ - The pivot table can now be exported properly with zero values to excel file.
407
+
408
+ ## 19.2.48 (2021-07-20)
409
+
410
+ ### Pivot Table
411
+
412
+ #### Bug Fixes
413
+
414
+ - `#327131` - Now the number format issue for empty cells in excel exporting has been fixed.
415
+
416
+ ## 19.2.46 (2021-07-06)
417
+
418
+ ### Pivot Table
419
+
420
+ #### Bug Fixes
421
+
422
+ - Border alignment issue in "Grouping Bar" UI has been fixed.
423
+
424
+ - `#299730`, `#315686` - Issues in "Date Grouping" feature have been fixed.
425
+
426
+ ## 18.4.30 (2020-12-17)
427
+
428
+ ### Pivot Table
429
+
430
+ #### Bug Fixes
431
+
432
+ - `#300162` - The pivot chart now works properly with height as a percentage.
433
+
434
+ - `#298258` - Now the field list can be dynamically rendered without any errors.
435
+
436
+ ## 18.2.56 (2020-09-01)
437
+
438
+ ### Pivot Table
439
+
440
+ #### Bug Fixes
441
+
442
+ - `#289077` - Horizontal scrolling issue raised in the latest version of Firefox has been fixed.
443
+
444
+ - `#288047` - The options in the number formatting pop-up are now properly maintained.
445
+ - `#288625` - The selection option in the pivot chart is now working properly.
446
+ - `#288633` - Members of the pivot chart legend are not properly segregated.
447
+
448
+ ## 18.2.55 (2020-08-25)
449
+
450
+ ### Pivot Table
451
+
452
+ #### Bug Fixes
453
+
454
+ - The drill through pop-up now be showed the correct raw items when we filtering applied in fields in filter axis.
455
+ - The drill through pop-up can now be open when we bind measures in row axis.
456
+
457
+ #### New Features
458
+
459
+ - `#283107` - Provided template support in toolbar panel to create custom toolbar option.
460
+
461
+ ## 18.2.54 (2020-08-18)
462
+
463
+ ### Pivot Table
464
+
465
+ #### Bug Fixes
466
+
467
+ - Now drill-through pop-up can be open when the measures are placed in row axis.
468
+
469
+ - `#282514` - Now the first column’s width set in code-behind will be maintained.
470
+ - `#283562` - Now RGB colours can be applied in conditional formatting.
471
+
472
+ #### New Features
473
+
474
+ - `#260352`,`#276917`,`#280407`,`#281842` - Provided an option to do the aggregation in server side and the rendering part alone will be done in client side. It is to improve the performance while binding huge size of data from remote server.
475
+ - `#279727` - Provided support to sort the alphanumeric field members.
476
+ - `#F155279` - Provided an option to restrict the drill-through pop-up to display.
477
+ - `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing pop-up.
478
+ - `#283107` - Provided template support in toolbar panel to create custom toolbar option.
479
+ - `#284800` - Introduced an event to get the edited raw data information after the editing operation.
480
+
481
+ - `#260352`,`#276917`,`#280407`,`#281842` - Provided an option to do the aggregation in server side and the rendering part alone will be done in client side. It is to improve the performance while binding huge size of data from remote server.
482
+ - `#279727` - Provided support to sort the alphanumeric field members.
483
+ - `#F155279` - Provided an option to restrict the drill-through pop-up to display.
484
+ - `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing pop-up.
485
+ - `#284800` - Introduced an event to get the edited raw data information after the editing operation.
486
+
487
+ ## 18.2.44 (2020-07-07)
488
+
489
+ ### Pivot Table
490
+
491
+ #### New Features
492
+
493
+ - `#233316`,`#234648`,`#247163` - The pivot chart in the Pivot Table now has these chart types: pie, doughnut, pyramid, and funnel.
494
+ - In addition to JSON, the pivot table now supports CSV data sources, as well.
495
+
496
+ #### Bug Fixes
497
+
498
+ - `#275647` - Now the spanning issue in excel exporting has been fixed.
499
+ - `#F154285` - Now the issue in custom number formatting has been fixed.
500
+
501
+ ## 18.1.44 (2020-04-14)
502
+
503
+ ### Pivot Table
504
+
505
+ #### Bug Fixes
506
+
507
+ - `#266106` - Improved the data refresh on virtual scrolling.
508
+
509
+ ## 18.1.36-beta (2020-03-19)
510
+
511
+ ### Pivot Table
512
+
513
+ #### Breaking Changes
514
+
515
+ The appearance of the pivot table component has been improved.
516
+
517
+
518
+ #### New Features
519
+
520
+ - `#259812` - Provision has been provided to display only the required aggregation types in their context menu.
521
+ - `#262927` - Now, the drill through and editing feature can be worked in pivot chart by clicking its series.
522
+ - `#263612` - Authentication option provided to access the OLAP Cube while connecting it in a pivot table.
523
+ - `#151883` - Additional parameters are included in the cell template feature to distinguish each cells.
524
+ - Now, you can customize the each field buttons (show and hide the icons, restrict drag and drop operations) available in grouping bar and field list separately.
525
+ - Provision provided to customize the tooltip for both pivot table and pivot chart views.
526
+ - Formatting option included in the calculated field pop-up to format the calculated fields dynamically.
527
+ - Provision provided to display only the required chart types in its context menu available in toolbar panel.
528
+ - An option included in the chart types context menu to change the multiple axes option dynamically.
529
+ - An option included in the member editor to sort its members in a desired order.
530
+ - Provision provided to export the complete page when virtual scroll option is enabled.
531
+
532
+ #### Bug Fixes
533
+
534
+ - `#266452` - Now, the pivot table sample can be run in production mode of Angular framework.
535
+
536
+ ## 17.4.39 (2019-12-17)
537
+
538
+ ### Pivot Table
539
+
540
+ #### Bug Fixes
541
+
542
+ - `#254586` - The conditional formatting will no longer be applied in empty cells.
543
+ - The summarization text `of` in value buttons inside grouping bar and field list layout can be localized now.
544
+
545
+ - `#254586` - The conditional formatting will no longer be applied in empty cells.
546
+ - The summarization text `of` in value buttons inside grouping bar and field list layout can be localized now.
547
+ - `#247376` - The chart events under the chart settings property works now.
548
+
549
+ #### New Features
550
+
551
+ - `#252636` - Provision provided to disable the scrollbars in pivot chart.
552
+ - `#250072` - Provision provided to group and separate the grouped headers through UI.
553
+
554
+ ## 17.3.26 (2019-11-05)
555
+
556
+ ### Pivot Table
557
+
558
+ #### Bug Fixes
559
+
560
+ - `#251642` – Now, the defer layout update option can be enabled or disabled dynamically through field list UI.
561
+ - `#251558` – Now, the pivot chart draws with the percent of height value.
562
+
563
+ - #251642 – Now, the defer layout update option can be enabled or disabled dynamically through field list UI.
564
+ - #251558 – Now, the pivot chart draws with the percent of height value.
565
+
566
+ #### New Features
567
+
568
+ - `#248131` – Provided the conditional expression support to create calculated field.
569
+ - `#251642` – The performance of virtual scrolling while adding or removing fields and moving fields to any axis is improved.
570
+
571
+ - #248131 – Provided the conditional expression support to create calculated field.
572
+ - #251642 – The performance of virtual scrolling while adding or removing fields and moving fields to any axis is improved.
573
+
574
+ ## 17.3.9-beta (2019-09-20)
575
+
576
+ ### Pivot Table
577
+
578
+ #### Bug Fixes
579
+
580
+ - #244842 – Field list icon will be now placed inside the pivot table when field list option isn't included in toolbar.
581
+ - The last column of the pivot table can be displayed in Excel exported page properly.
582
+
583
+ - #247376 – The localization text for calculated fields is now displayed properly in tooltip.
584
+
585
+ #### New Features
586
+
587
+ - #245423 – Provision provided to persist and reload the pivot report.
588
+ - Provided SSAS OLAP data source support.
589
+
590
+ ## 17.2.28-beta (2019-06-27)
591
+
592
+ ### Pivot Table
593
+
594
+ #### Breaking Changes
595
+
596
+ - The `dataSource` and `dataSource.data` properties has now been renamed to `dataSourceSettings` and `dataSourceSettings.dataSource` respectively.
597
+
598
+ #### New Features
599
+
600
+ - #229377 – The pivot chart which is bound with pivot table allows the user to drill down and drill up now individually.
601
+ - #144382 – Unnecessary scroll bars have been removed from pivot table component.
602
+
603
+ #### Bug Fixes
604
+
605
+ - #144352 – The fields can be added dynamically for Pivot Chart control.
606
+
607
+ - `#237515` – Date grouping is now working properly with column axis.
608
+ - `#237535` – You can add fields dynamically with pivot table component in virtual scrolling mode.
609
+
610
+ ## 17.1.47 (2019-05-14)
611
+
612
+ ### Pivot Table
613
+
614
+ #### Bug Fixes
615
+
616
+ - #232925 - Grouping bar feature is now working fine with the combination of toolbar and pivot chart.
617
+
618
+ #### New Features
619
+
620
+ - #230489 – You can drill the pivot table headers based on the position.
621
+
622
+ ## 17.1.38 (2019-03-29)
623
+
624
+ ### Pivot Table
625
+
626
+ #### Bug Fixes
627
+
628
+ - Drill-down works properly for date formatted headers.
629
+
630
+ #### New Features
631
+
632
+ - Users can access grid functionalities in the drill-through pop-up.
633
+ - Option to always show the value header even with single value binding.
634
+ - Row header repeats on each page of the PDF document when exporting.
635
+ - Users can display the value zero as zero and empty cells with a custom value.
636
+ - Charts can be rendered against pivot table data independently, and users can modify their report dynamically using the field list.
637
+ - Toolbar support is provided to the pivot table, allowing users easy access to frequently used features.
638
+ - A grouping option is available for date and numbers fields.
639
+ - Users can customize or add custom templates to the Pivot Table cells.
640
+ - Cell selection allows users to select cells and access the selected cell information through the cell selection event.
641
+
642
+ ## 17.1.32-beta (2019-03-13)
643
+
644
+ ### Pivot Table
645
+
646
+ #### Bug Fixes
647
+
648
+ - Drill-down works properly for date formatted headers.
649
+
650
+ #### New Features
651
+
652
+ - Users can access grid functionalities in the drill-through pop-up.
653
+ - Option to always show the value header even with single value binding.
654
+ - Row header repeats on each page of the PDF document when exporting.
655
+ - Users can display the value zero as zero and empty cells with a custom value.
656
+ - Charts can be rendered against pivot table data independently, and users can modify their report dynamically using the field list.
657
+ - Toolbar support is provided to the pivot table, allowing users easy access to frequently used features.
658
+ - A grouping option is available for date and numbers fields.
659
+ - Users can customize or add custom templates to the Pivot Table cells.
660
+ - Cell selection allows users to select cells and access the selected cell information through the cell selection event.
661
+
662
+ ## 17.1.1-beta (2019-01-29)
663
+
664
+ ### Pivot Grid
665
+
666
+ #### New Features
667
+
668
+ - F141747- Always shows value caption in headers even having single measure.
669
+ - Cell selection now allows to select cells as row and column wise.
670
+ - Shows the filter state in the fields of filter axis.
671
+
672
+ ## 16.4.42 (2018-12-14)
673
+
674
+ ### Pivot Grid
675
+
676
+ #### Bug Fixes
677
+
678
+ - 219623 - Text in the field list tab gets completely displayed in mobile layout.
679
+ - 219625 - Scrolling works properly in touch mode when virtual scroll option is enabled.
680
+ - 219625 - In mobile device, virtual scrolling sample is loaded properly from the sample browser.
681
+ - 219625 - In mobile device, last column cells are displayed properly.
682
+
683
+ #### New Features
684
+
685
+ - Raw items in the control can be edited and updated at runtime.
686
+ - Provided support to list the raw items for a particular value cell.
687
+ - In the filter pop-up, provided support to set the limit the display field values and search option for refining the values from large data.
688
+ - Provided hyperlink support to perform any custom operation programmatically.
689
+ - Defer update option has been provided to refresh the control on-demand and not during every UI interaction for better performance.
690
+ - Provided support to show or hide subtotals and grand totals for rows and columns.
691
+ - More aggregation types like – Distinct Count, Product, Running Totals, Percentage of Column Total, Percentage of Parent Column Total, Population Var are added.
692
+
693
+ ## 16.4.40-beta (2018-12-10)
694
+
695
+ ### Pivot Grid
696
+
697
+ #### Bug Fixes
698
+
699
+ - 219623 - Text in the field list tab gets completely displayed in mobile layout.
700
+ - 219625 - Scrolling works properly in touch mode when virtual scroll option is enabled.
701
+ - 219625 - In mobile device, virtual scrolling sample is loaded properly from the sample browser.
702
+ - 219625 - In mobile device, last column cells are displayed properly.
703
+
704
+ #### New Features
705
+
706
+ - Raw items in the control can be edited and updated at runtime.
707
+ - Provided support to list the raw items for a particular value cell.
708
+ - In the filter pop-up, provided support to set the limit the display field values and search option for refining the values from large data.
709
+ - Provided hyperlink support to perform any custom operation programmatically.
710
+ - Defer update option has been provided to refresh the control on-demand and not during every UI interaction for better performance.
711
+ - Provided support to show or hide subtotals and grand totals for rows and columns.
712
+ - More aggregation types like – Distinct Count, Product, Running Totals, Percentage of Column Total, Percentage of Parent Column Total, Population Var are added.
713
+
714
+ ## 16.3.21 (2018-09-22)
715
+
716
+ ### Pivot Grid
717
+
718
+ #### New Features
719
+
720
+ - 208354, 211758 — Value fields can be placed in row axis now.
721
+ - **Virtual scrolling** options have been provided to load large amounts of data with high performance.
722
+ - **Conditional formatting** support allows users to define conditions and format grid cells’ font, colour etc.
723
+ - **Label and value-based filtering** options are provided that work similar to Microsoft Excel.
724
+
725
+ ## 16.3.17 (2018-09-12)
726
+
727
+ ### Pivot Grid
728
+
729
+ #### New Features
730
+
731
+ - 208354, 211758 — Value fields can be placed in row axis now.
732
+ - **Virtual scrolling** options have been provided to load large amounts of data with high performance.
733
+ - **Conditional formatting** support allows users to define conditions and format grid cells’ font, colour etc.
734
+ - **Label and value-based filtering** options are provided that work similar to Microsoft Excel.
735
+
736
+ ## 16.2.41 (2018-06-25)
737
+
738
+ ### Pivot Grid
739
+
740
+ The pivot grid is a multi-dimensional data visualization component built on top of the relational data sources. The pivot report can be managed dynamically at runtime along with other capabilities like aggregation, filtering and sorting (field and value based).
741
+
742
+
743
+ - **Data Sources** - Binds the component with an array of JavaScript objects.
744
+ - **Filtering** - Allows user to view only specific/desired records in the component.
745
+ - **Sorting** - Both member and value sorting are supported. It’s allows user to order fields and values (column) either in ascending or descending order respectively.
746
+ - **Field List & Grouping Bar** - Supports UI interaction at runtime to dynamically change the report along with sorting, filtering and remove options.
747
+ - **Aggregation** - Provides built in aggregation types like sum, average, min, max and count.
748
+ - **Calculated Field** - Users can add new value field(s) to the report dynamically using this option.
749
+ - **Adaptive Rendering** - Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort.
750
+ - **Exporting** - Provides the option to exporting records to Excel, CSV and PDF formats.
751
+
752
+
753
+ ## 18.2.58 (2020-09-15)
754
+
755
+ ### Pivot Table
756
+
757
+ #### Bug Fixes
758
+
759
+ - `#289127` - The component can now be rendered by binding its report inside the asynchronous function.
760
+
761
+ ## 18.2.57 (2020-09-08)
762
+
763
+ ### Pivot Table
764
+
765
+ #### Bug Fixes
766
+
767
+ - `#290020` - Unwanted scrollbars will not be shown in the pivot table when exporting is allowed.
768
+ - `#F157261` - The component can now be refreshed when bind empty data source.
769
+
770
+ ## 18.2.46 (2020-07-21)
771
+
772
+ ### Pivot Table
773
+
774
+ #### Bug Fixes
775
+
776
+ - `#283671` - An empty pivot table is now framed while binding empty data from the remote server.
777
+ - The calculated fields can now be generated by a formula whose values are like a negative value divided by zero.
778
+
779
+ ## 18.1.54 (2020-05-26)
780
+
781
+ ### Pivot Table
782
+
783
+ #### Bug Fixes
784
+
785
+ - `#F154078` - The Error pop-up is now clearly visible.
786
+
787
+ ## 18.1.52 (2020-05-13)
788
+
789
+ ### Pivot Table
790
+
791
+ #### Bug Fixes
792
+
793
+ - `#272044` - Now the localization string of the `null` value isn’t cleared on component refresh.
794
+ - `#273266` - The custom number format `#,###;(#,###)` now works in negative numbers.
795
+
796
+ ## 17.2.34 (2019-07-11)
797
+
798
+ ### Pivot Table
799
+
800
+ #### Bug Fixes
801
+
802
+ - `#240219` - Menu items in the toolbar now works properly.
803
+ - `#239685`, `#240221`, `#240220` - Alignment of the toolbar looks proper when the control is bound to remote data source.
804
+