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