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