@syncfusion/ej2-angular-pivotview 29.2.4-ngcc → 29.2.4

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 (33) hide show
  1. package/CHANGELOG.md +1011 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/index.mjs +8 -0
  4. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
  5. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
  6. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
  7. package/esm2020/src/pivotview/pivotview-all.module.mjs +65 -0
  8. package/esm2020/src/pivotview/pivotview.component.mjs +163 -0
  9. package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
  10. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
  11. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +351 -0
  12. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  13. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +351 -0
  14. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  15. package/package.json +24 -11
  16. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
  17. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
  18. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
  19. package/src/pivotview/pivotview-all.module.d.ts +6 -0
  20. package/src/pivotview/pivotview.component.d.ts +3 -0
  21. package/src/pivotview/pivotview.module.d.ts +6 -0
  22. package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
  23. package/@syncfusion/ej2-angular-pivotview.es5.js +0 -439
  24. package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
  25. package/@syncfusion/ej2-angular-pivotview.js +0 -409
  26. package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
  27. package/dist/ej2-angular-pivotview.umd.js +0 -736
  28. package/dist/ej2-angular-pivotview.umd.js.map +0 -1
  29. package/dist/ej2-angular-pivotview.umd.min.js +0 -11
  30. package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
  31. package/ej2-angular-pivotview.d.ts +0 -6
  32. package/ej2-angular-pivotview.metadata.json +0 -1
  33. package/license +0 -10
package/CHANGELOG.md ADDED
@@ -0,0 +1,1011 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ## 29.1.40 (2025-04-29)
6
+
7
+ ### Pivot Table
8
+
9
+ #### Bug Fixes
10
+
11
+ - Horizontal scrolling using the mouse wheel will now work properly when virtualization is enabled in the pivot table.
12
+
13
+ ## 29.1.38 (2025-04-15)
14
+
15
+ ### Pivot Table
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I710876` - The 'cellClick' event now accurately returns the correct cell information when the 'allowReordering' property is enabled in the pivot table.
20
+
21
+ ## 29.1.37 (2025-04-08)
22
+
23
+ ### Pivot Table
24
+
25
+ #### Bug Fixes
26
+
27
+ - `#I704581` - The 'actionComplete' event now accurately returns the correct 'actionInfo' details when transitioning between pivot table and pivot chart views.
28
+ - The pivot chart can now be successfully exported as PNG, JPEG, and SVG files, even when the 'allowPdfExport' property is disabled.
29
+
30
+ ## 29.1.33 (2025-03-25)
31
+
32
+ ### Pivot Table
33
+
34
+ #### Bug fixes
35
+
36
+ - `#F196192` - The 'Hiding Subtotals' option will now work correctly in the pivot table when it is rendered with a static field list.
37
+ - This release enhances the usability and stability of the Pivot Table by addressing issues in the following modules: Column Customization, Pivot Chart, Drill-Through, Exporting, Grouping, Calculated Field, Value Sorting, and Virtual Scrolling.
38
+
39
+ #### Features
40
+
41
+ - The classic (tabular) layout option is now compatible with the following features: 'Grouping', 'Hiding Subtotals', and 'Exporting'.
42
+ - The pivot table now includes the option to set a minimum width for the component, similar to the minimum height property.
43
+
44
+ ## 28.1.33 (2024-12-12)
45
+
46
+ ### Pivot Table
47
+
48
+ #### Bug fixes
49
+
50
+ - `#I657448` - Double-clicking the 'No records to display' cell for drill-through in the pivot table will no longer trigger an error.
51
+ - `#I655109` - The calculated field option will now work properly with the 'Defer Layout Update' option enabled in the pivot table when using the server-side engine.
52
+ - `#I661608` - The pivot button will now show the proper text in the static field list when the 'showAggregationOnValueField' property is disabled.
53
+ - `#I653425` - The pivot table will now be rendered properly when changing the aggregation type dynamically using the 'Value field settings' popup for a value field name that begins with numeric text.
54
+
55
+ #### Features
56
+
57
+ - The classic (tabular) layout support has been added, allowing the pivot table to display in a traditional format with separate columns for row headers, offering a more detailed and organized table structure. Explore the [demo](https://ej2.syncfusion.com/demos/#/fluent2/pivot-table/tabular-layout.html) here.
58
+
59
+ ## 27.1.48 (2024-09-18)
60
+
61
+ ### Pivot Table
62
+
63
+ #### Features
64
+
65
+ - `#I517509` - The conditional formatting UI now includes an option that allows the user to apply conditional formatting to the grand total values dynamically. Check out the [demo](https://ej2.syncfusion.com/demos/#/fluent2/pivot-table/conditional-formatting.html) here.
66
+
67
+ #### Bug fixes
68
+
69
+ - `#I625045` - The pivot table will now be rendered properly while dynamically updating the `dataSource` and `pageSettings`.
70
+
71
+ ### PivotTable
72
+
73
+ #### Features
74
+
75
+ - `#I517509` - The conditional formatting UI now includes an option that allows the user to apply conditional formatting to the grand total values dynamically. Check out the [demo](https://ej2.syncfusion.com/angular/demos/#/fluent2/pivot-table/conditional-formatting) here.
76
+
77
+ ## 26.1.35 (2024-06-11)
78
+
79
+ ### PivotTable
80
+
81
+ #### Bug fixes
82
+
83
+ - `#I581048` - We can now customize the headers before sending service requests when using a server-side pivot table.
84
+
85
+ ### Pivot Table
86
+
87
+ #### Bug fixes
88
+
89
+ - `#I581252` - Pivot Table will now be rendered properly within the parent container in Angular.
90
+
91
+ ## 25.1.35 (2024-03-15)
92
+
93
+ ### PivotTable
94
+
95
+ #### Bug fixes
96
+
97
+ - `#I559899` - The grid and chart modules will now be properly destroyed when we switch views in the Angular Pivot Table.
98
+
99
+ #### New features
100
+
101
+ - `#I311046` - Added value sorting support to the OLAP cube connected pivot table, which allows to sort individual measures and their aggregated values in both ascending and descending order using code-behind or UI actions at runtime. Check out the [demo](https://ej2.syncfusion.com/demos/#/material3/pivot-table/olap.html) here.
102
+ - `#I538753` - Done optimization to improve pivot table rendering performance, when there are large number of fields in the bound data source.
103
+ - `#I550925` - Added support for selecting fields using node click in the pivot field list UI.
104
+ - Introduced single page mode, which allows only the current view page to be displayed during virtual scrolling operations when virtualization is enabled in the pivot table. It enhances the pivot table’s performance even more during initial rendering and when making UI actions like drill up/down, sorting, filtering, and so on. This is done by rendering only the rows and columns relevant to the current viewport for display in the pivot table. Check out the [demo](https://ej2.syncfusion.com/demos/#/material3/pivot-table/virtual-scrolling.html) here.
105
+
106
+ ## 24.1.41 (2023-12-18)
107
+
108
+ ### PivotTable
109
+
110
+ #### Bug fixes
111
+
112
+ - `#I527917` - The chart area border customization properties will now work properly with the pivot chart.
113
+
114
+ #### New features
115
+
116
+ - Introduced a new Syncfusion assembly [Syncfusion.Pivot.Engine](https://www.nuget.org/packages/Syncfusion.Pivot.Engine) is a .NET Core compatible alternative to the [Syncfusion.EJ2.Pivot](https://www.nuget.org/packages/Syncfusion.EJ2.Pivot) package that is used in a server side application to perform all Pivot calculations such as aggregation, filtering, sorting, grouping, and so on, and only the information to be displayed in the Pivot Table's viewport is passed to the client side (browser) via web service (Web API) rather than the entire data source.
117
+
118
+ ## 23.2.6 (2023-11-28)
119
+
120
+ ### PivotTable
121
+
122
+ #### Bug fixes
123
+
124
+ - `#I521739` - When no fields are bound to the column axis, the pivot table will now function properly when applying a filter.
125
+
126
+ ## 23.2.5 (2023-11-23)
127
+
128
+ ### PivotTable
129
+
130
+ #### Bug fixes
131
+
132
+ - `#I518410` - The pivot table will now refresh properly while dynamically binding an empty data source via web API.
133
+
134
+ ## 23.2.4 (2023-11-20)
135
+
136
+ ### PivotTable
137
+
138
+ #### Bug fixes
139
+
140
+ - `#F185202` - When there are no fields in the value axis, the pivot table will now be rendered with the proper height.
141
+
142
+ #### New features
143
+
144
+ - `#I450857` - When virtualization is enabled for OLAP data, the Pivot Table will now support displaying with grand totals and sub-totals in row and column axes.
145
+ - `#I484186` - Added support for exporting the Pivot Chart to PDF document with header and footer.
146
+ - `#I490937` - When virtualization is enabled, the OLAP Pivot Table can now be exported as a PDF and Excel document with entire data.
147
+
148
+ ## 23.1.44 (2023-11-07)
149
+
150
+ ### PivotTable
151
+
152
+ #### Bug fixes
153
+
154
+ - `I515880` - The pivot table grouping bar actions will now work properly when invoking the refresh method dynamically.
155
+
156
+ ## 23.1.41 (2023-10-17)
157
+
158
+ ### PivotTable
159
+
160
+ #### Bug fixes
161
+
162
+ - The pivot table will now be exported as a PDF document when the export method is invoked without the `pdFExportProperties` parameter.
163
+
164
+ ## 23.1.38 (2023-09-26)
165
+
166
+ ### PivotTable
167
+
168
+ #### Bug fixes
169
+
170
+ - `F184045` - The pivot table can now be exported as Excel with conditional formatting.
171
+ - `I500613` - When an OLAP cube dimension member with a special character is used, the pivot table now works properly.
172
+ - `I496328` - Filtering is now applied properly in the pivot table when the `showNoDataItems` option is enabled.
173
+ - `I474787` - The pivot table will now be properly displayed while scrolling in MAC with the virtualization option enabled.
174
+
175
+ ## 23.1.36 (2023-09-15)
176
+
177
+ ### PivotTable
178
+
179
+ #### Breaking Changes
180
+
181
+ - The skeleton (aka, HTML) of the pivot table has been restructured. Previously, the pivot table displayed frozen row headers and values data in a two-table manner. It has been simplified to one table. The appearance of the horizontal scrollbar has changed as the row headers were frozen using the CSS attributes. However, the pivot table's appearance will remain unchanged as the prior version.
182
+
183
+ - Because the DOM structure of the pivot table has changed, the following classes included elements have been removed and can now be identified using the classes listed below.
184
+
185
+ - The frozen and moveable header elements have now been identified within the `e-gridheader` element using the class names shown below.
186
+
187
+ | Previous | Now | Description |
188
+ |---|---|---|
189
+ | `e-frozenheader > e-table > th.e-headercell` | `e-table > th.e-leftfreeze.e-headercell` | Element defining the frozen column header. |
190
+ | `e-movableheader > e-table > th.e-headercell` | `e-table > th.e-unfreeze.e-headercell` | Element defining the moveable column header. |
191
+
192
+ - The frozen and moveable content elements have now been identified within the `e-gridcontent` element using the class names shown below.
193
+
194
+ | Previous | Now | Description |
195
+ |---|---|---|
196
+ | `e-frozencontent > e-table > th.e-rowcell` | `e-table > th.e-leftfreeze.e-rowcell` | Element defining the frozen content (aka, row headers). |
197
+ | `e-movablecontent > e-table > th.e-rowcell` | `e-table > th.e-unfreeze.e-rowcell` | Element defining the moveable content (aka, values). |
198
+
199
+ ## 22.1.34 (2023-01-21)
200
+
201
+ ### Pivot Table
202
+
203
+ #### New Features
204
+
205
+ - `#F165214` - Provided paging support in server side engine that allows to break and display large amounts of data page by page.
206
+ - Provided the role option that allows access to restricted cube information such as measures, dimensions, hierarchy, and more when a SSAS OLAP cube is bound to the pivot table.
207
+
208
+ #### Breaking Changes
209
+
210
+ - The property type `PivotValues` has been changed from `IPivotValues` to `IAxisSet[][]`.
211
+
212
+ | Property Name | Description | Previous Type | Current Type |
213
+ |---|---|---|---|
214
+ | `pivotValues` | It holds the collection of cell information that has been populated from the engine on the basis of the given pivot report to render the component as table and chart. | `IPivotValues` | `IAxisSet[][]` |
215
+
216
+ ## 20.4.38 (2022-12-21)
217
+
218
+ ### Pivot Table
219
+
220
+ #### Bug Fixes
221
+
222
+ - `#I423050` - Filter state will now be properly maintained in the member editor.
223
+ - `#I420253` - When virtual scrolling is enabled, the pivot table will now scroll properly.
224
+ - Number formatting is now applied properly to row and column headers in the pivot table.
225
+
226
+ #### New Features
227
+
228
+ - `#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.
229
+ - `#I310709`, `#I346859` - Provided support to display pivot chart's series for multiple measures on a single y-axis.
230
+ - `#I398184` - The pivot table now supports customising the size of PDF document while exporting.
231
+ - `#I305545` - The pivot table now allows you to export both the table and the chart to a single PDF document.
232
+
233
+ #### Breaking Changes
234
+
235
+ - The `chartSettings.showMemberSeries` property is deprecated and will no longer to be used. Use `chartSettings.showPointColorByMembers` to achieve the same.
236
+
237
+ Previous | Now |
238
+ --- | --- |
239
+ `showMemberSeries` | `showPointColorByMembers`
240
+
241
+ - The `chartExport` method parameters for the pivot table have now been changed.
242
+
243
+ **Previous**
244
+
245
+ Parameter | Type | Description |
246
+ --- | --- | --- |
247
+ type | `ExportType` | Defines the export type.
248
+ fileName | string | Defines file name of export document.
249
+ orientation | `PdfPageOrientation` | Defines the page orientation on pdf export(0 for Portrait mode, 1 for Landscape mode).
250
+ width | number | Defines width of the export document.
251
+ height | number | Defines width of the export document.
252
+
253
+ **Now**
254
+
255
+ Parameter | Type | Description |
256
+ --- | --- | --- |
257
+ type | `ExportType` | Defines the export type.
258
+ `pdfExportProperties` | `PdfExportProperties` | Allows to define the chart's export properties such as file name, orientation, width and height.
259
+ `isMultipleExport` | boolean | Allows to export multiple tables and charts into a single PDF document.
260
+ `pdfDoc` | Object | Allows the export of an external PDF document along with current PDF document.
261
+ `isBlob` | boolean | Allows the PDF document to be saved as blob data.
262
+
263
+ ## 20.3.59 (2022-11-29)
264
+
265
+ ### Pivot Table
266
+
267
+ #### Bug Fixes
268
+
269
+ - `#I405590` - The pivot table will now properly refresh while performing value sorting with the grouping bar and autofit enabled.
270
+
271
+ - `#I420612` - The pivot table will now be rendered properly while switching between reports in the toolbar.
272
+
273
+ - `#F420612` - The pivot table's alphanumeric sorting will now works properly.
274
+
275
+ ## 20.3.57 (2022-11-15)
276
+
277
+ ### Pivot Table
278
+
279
+ #### Bug Fixes
280
+
281
+ - `#I405590` - The pivot table will now properly refreshed while performing value sorting with autofit enabled.
282
+
283
+ #### New Features
284
+
285
+ - `#I395302` - When using a server-side engine, the aggregated values of the pivot table will now be customized via the controller.
286
+
287
+ ## 20.3.50 (2022-10-18)
288
+
289
+ ### Pivot Table
290
+
291
+ #### Bug Fixes
292
+
293
+ - The `drillthrough` feature now works properly with alphanumeric data.
294
+
295
+ ## 20.3.49 (2022-10-11)
296
+
297
+ ### Pivot Table
298
+
299
+ #### Bug Fixes
300
+
301
+ - `#I408669` - Number formatting is now applied properly to row and column headers in the pivot table.
302
+ - `#I405681` - Pivot table cell values are now properly exported as PDF document based on the text align property.
303
+
304
+ ## 20.3.47 (2022-09-29)
305
+
306
+ ### Pivot Table
307
+
308
+ #### Bug Fixes
309
+
310
+ - `#I395797` - Text wrap is now properly applied in the pivot table.
311
+ - `#I400397` - When using server-side engine, row headers are now displayed correctly based on their level in the pivot table.
312
+ - `#I395797` - The grand totals position in the pivot table now works properly when using server-side engine.
313
+ - `#I405131` - The tooltip content is now properly displayed in the pivot table.
314
+ - `#I397110` - The pivot table will now properly export to Excel format even if it contains hidden columns.
315
+ - `#I405326` - The value sort icon is now properly displayed in the pivot table.
316
+
317
+ #### New Features
318
+
319
+ - `#I311235` - The pivot table now exports to PDF/CSV as a blob object with virtual scrolling enabled.
320
+ - `#I311235` - With a relational datasource, field list treeview can now be displayed in a hierarchical manner.
321
+ - `#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.
322
+ - `#I369101` - When multiple axes are enabled, the pivot chart series can now be displayed based on members in all chart areas.
323
+
324
+ ## 20.2.43 (2022-08-08)
325
+
326
+ ### Pivot Table
327
+
328
+ #### Bug Fixes
329
+
330
+ - `#I390649` - When virtual scrolling is enabled, the pivot table now properly refreshed while performing value sorting.
331
+
332
+ #### New Features
333
+
334
+ - `#I364830` - Improved server-side engine performance. As a result, pivot table can now render up to 3 million records without any issues.
335
+ - `#I382580` - The calculated field UI now has a "Format" dropdown option for relational data source.
336
+
337
+ ## 20.2.39 (2022-07-19)
338
+
339
+ ### Pivot Table
340
+
341
+ #### Bug Fixes
342
+
343
+ - `#I389665` - The pivot table can now be rendered properly while applying date grouping.
344
+ - `#I389889` - The class names in the pivot table are properly updated for the sub-total columns.
345
+
346
+ ## 20.2.38 (2022-07-12)
347
+
348
+ ### Pivot Table
349
+
350
+ #### Bug Fixes
351
+
352
+ - The selection is now properly working when using the selection mode of the pivot table.
353
+ - The engine population events are now properly triggered during virtual scrolling.
354
+
355
+ ## 20.2.36 (2022-06-30)
356
+
357
+ ### Pivot Table
358
+
359
+ #### Bug Fixes
360
+
361
+ - `#I387410` - The pivot table with OLAP cube can now render properly with calculated fields when virtual scrolling is enabled.
362
+
363
+ #### New Features
364
+
365
+ - Provided support to search for a specific field in the field list UI.
366
+
367
+ ## 20.1.61 (2022-06-21)
368
+
369
+ ### Pivot Table
370
+
371
+ #### Bug Fixes
372
+
373
+ - `#I382188` - When there is only one record, inline editing for value fields with advanced aggregate types now works properly.
374
+
375
+ ## 20.1.58 (2022-05-31)
376
+
377
+ ### Pivot Table
378
+
379
+ #### Bug Fixes
380
+
381
+ - `#I380533` - When using value fields with advanced aggregate options, the pivot table can now be properly exported to Excel and CSV formats.
382
+
383
+ ## 20.1.57 (2022-05-24)
384
+
385
+ ### Pivot Table
386
+
387
+ #### Bug Fixes
388
+
389
+ - `#I378816` - When the defer layout update option is enabled, dataBound event is now restricted while clicking cancel option in the popup field list UI.
390
+ - `#F174968` - When virtual scrolling is enabled, the pivot table can now be rendered properly while perform member filtering.
391
+ - The pivot table's column selection is now working properly.
392
+
393
+ ## 20.1.56 (2022-05-17)
394
+
395
+ ### Pivot Table
396
+
397
+ #### Bug Fixes
398
+
399
+ - The pivot table can now be sorted properly with date type headers.
400
+
401
+ #### New Features
402
+
403
+ - The pivot table now has support for adding custom classes via 'cssClass' property.
404
+
405
+ ## 20.1.55 (2022-05-12)
406
+
407
+ ### Pivot Table
408
+
409
+ #### Bug Fixes
410
+
411
+ - `#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.
412
+ - `#I373754` - The pivot table can now be exported properly to Excel and CSV formats while using the virtual scrolling feature, with sub-totals hidden.
413
+ - `#I374945` - The pivot chart will now refresh properly with the specified height when switching from adaptive to desktop mode.
414
+
415
+ #### New Features
416
+
417
+ - `#F174296` - Members of a specific field are now sorted based on user-defined order in the Pivot Table's row and column axes.
418
+
419
+ ## 20.1.48 (2022-04-12)
420
+
421
+ ### Pivot Table
422
+
423
+ #### Bug fixes
424
+
425
+ - In the OLAP field list UI, calculated fields are now properly displayed.
426
+ - The pivot table now exports properly to excel format with string type values when virtual scrolling is enabled.
427
+
428
+ #### Features
429
+
430
+ - `#FB33029` - The calculated field can now be created without formatting by using the "None" option in the OLAP calculated field UI.
431
+
432
+ ## 20.1.47 (2022-04-04)
433
+
434
+ ### Pivot Table
435
+
436
+ #### Bug Fixes
437
+
438
+ - `#I366940` - When the defer layout update option is enabled, the field list UI will now properly refresh while drag and drop measures.
439
+ - `#I367463` - When virtual scrolling is enabled, the pivot table now properly refresh based on the specified height.
440
+ - In Angular, grouping will now work properly with the static field list.
441
+ - `#I370021` - While resizing, the pivot chart is now properly refreshed.
442
+
443
+ #### New Features
444
+
445
+ - Provided support to expand all members (aka, headers) in a specific field in the Pivot Table's row and column axes.
446
+ - 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.
447
+
448
+ ## 19.4.55 (2022-03-08)
449
+
450
+ ### Pivot Table
451
+
452
+ #### Bug Fixes
453
+
454
+ - When virtual scrolling is enabled, the pivot table now properly refresh based on the specified height.
455
+
456
+ ## 19.4.54 (2022-03-01)
457
+
458
+ ### Pivot Table
459
+
460
+ #### Bug Fixes
461
+
462
+ - When the defer layout update option is enabled, the field list UI will now properly refresh while performing checkbox selection.
463
+
464
+ ## 19.4.53 (2022-02-22)
465
+
466
+ ### Pivot Table
467
+
468
+ #### Bug Fixes
469
+
470
+ - When changing the report dynamically using the toolbar UI options, the Pivot Chart is now properly displayed.
471
+ - `#I366940` - When defer layout update is enabled, measures are properly added to the field list UI.
472
+
473
+ ## 19.4.52 (2022-02-15)
474
+
475
+ ### Pivot Table
476
+
477
+ #### Bug Fixes
478
+
479
+ - Events to customize cell values using PivotEngine export are now working properly in Angular.
480
+
481
+ ## 19.4.50 (2022-02-08)
482
+
483
+ ### Pivot Table
484
+
485
+ #### Bug Fixes
486
+
487
+ - `#I359726`, `#I354750` - When using the virtual scrolling feature, the pivot table can now be exported properly to Excel and CSV formats.
488
+ - Even the value fields starts with the same unique name, the Pivot Table values are now properly displayed.
489
+ - `#I363972` - With the toolbar UI, the Pivot Chart is now refreshed properly while performing checkbox selection in the chart menu.
490
+
491
+ ## 19.4.47 (2022-01-25)
492
+
493
+ ### Pivot Table
494
+
495
+ #### Bug Fixes
496
+
497
+ - `#I362895` - The field list UI will now be refreshed properly when dragging a field using the `fieldDrop` event with defer layout update.
498
+
499
+ ## 19.4.43 (2022-01-18)
500
+
501
+ ### Pivot Table
502
+
503
+ #### Bug Fixes
504
+
505
+ - `#I346790` - The Pivot Table is now properly refreshed with virtual scrolling when using touch.
506
+
507
+ #### New Features
508
+
509
+ - `#I354750` - Provided events support to customize cell values in PivotEngine export.
510
+
511
+ ## 19.4.42 (2022-01-11)
512
+
513
+ ### Pivot Table
514
+
515
+ #### Bug Fixes
516
+
517
+ - `#I359726` - When exporting the Pivot Table to PDF format, styles can now be properly applied to the header and footer.
518
+ - `#I359726` - When exporting the Pivot Table to Excel format, the headers are now properly shown.
519
+
520
+ ## 19.4.41 (2022-01-04)
521
+
522
+ ### Pivot Table
523
+
524
+ #### Bug Fixes
525
+
526
+ - `#I340908` - In Firefox browser, the Pivot Table is now refreshed properly with virtual scrolling.
527
+
528
+ ## 19.4.40 (2021-12-28)
529
+
530
+ ### Pivot Table
531
+
532
+ #### Bug Fixes
533
+
534
+ - The Pivot Chart is now properly shown with the default value of the "zoomFactor" property.
535
+
536
+ ## 19.4.38 (2021-12-17)
537
+
538
+ ### Pivot Table
539
+
540
+ #### Bug Fixes
541
+
542
+ - `#I349396` - When the virtual scrolling feature is enabled, as well as when members are filtered, the Pivot Table can now be rendered properly.
543
+ - `#I340539` - In Angular, the bundle size for Pivot Table has been reduced.
544
+ - `#I347116` - With the toolbar UI, the Pivot Chart is now refreshed properly.
545
+ - `#I347116` - With the Pivot Chart's default settings, its labels are displayed properly.
546
+ - `#I348183` - While performing value sorting with a single measure, the Pivot Table will now be rendered properly.
547
+ - `#I348952` - In the pivot table, the tooltip for string fields is now properly displayed.
548
+ - `#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.
549
+ - `#F170654` - The caption in the grouping field buttons within the grouping bar and field list layout is now displayed properly.
550
+
551
+ #### New Features
552
+
553
+ - `#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.
554
+ - `#I327744` - Provided support to align text for specific column headers.
555
+ - `#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.
556
+
557
+ ## 19.3.46 (2021-10-19)
558
+
559
+ ### Pivot Table
560
+
561
+ #### Bug Fixes
562
+
563
+ - `#I345297` - While clicking the value sorting icon, the cell click event is now properly triggered.
564
+ - `#I342886` - The "Calculated Field" feature in the pivot table now works properly in Angular production mode.
565
+
566
+ ## 19.3.44 (2021-10-05)
567
+
568
+ ### Pivot Table
569
+
570
+ #### Bug Fixes
571
+
572
+ - `#F168308` - The pivot table can now be rendered properly with custom number formats.
573
+ - `#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.
574
+ - `#I341987` - The pivot table can now be rendered properly while perform filtering with OLAP data source.
575
+ - `#I342221` - The pivot table can now be rendered properly while applying date grouping through UI.
576
+ - The column headers are now displayed properly while perform resizing.
577
+ - `#I342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
578
+
579
+ #### New Features
580
+
581
+ - `#I300095` - Provided support to display measures at any desired positions in the column or row axis for relational data sources.
582
+
583
+ ## 19.2.56 (2021-08-17)
584
+
585
+ ### Pivot Table
586
+
587
+ #### New Features
588
+
589
+ - `#284641`,`#326945`,`#327746`,`#329355` - Through grid settings event, the pivot table's columns can now fit the widest cell’s content without wrapping.
590
+
591
+ ## 19.2.55 (2021-08-11)
592
+
593
+ ### Pivot Table
594
+
595
+ #### Bug Fixes
596
+
597
+ - `#I337487` - Now the field's caption can be changed dynamically using the value field settings pop-up.- `#F167449` - Now the fields panel has been refreshed properly with toolbar UI.
598
+
599
+ ## 19.2.51 (2021-08-03)
600
+
601
+ ### Pivot Table
602
+
603
+ #### Bug Fixes
604
+
605
+ - `#F166428` - Issue while resizing column with virtual scrolling in the pivot table has been resolved.
606
+ - `#336591`,`#337082` - When using the virtual scrolling feature, the pivot table columns are now properly displayed when scrolling horizontally.
607
+ - `#337082` - The pivot table is now properly displayed when scrolling horizontally while filtering is applied when using the virtual scrolling feature.
608
+
609
+ ## 19.2.49 (2021-07-27)
610
+
611
+ ### Pivot Table
612
+
613
+ #### Bug Fixes
614
+
615
+ - `#F167209` - The script error caused by box selection when the mouse is released over a pivot table cell has been resolved.
616
+ - `#331835` - The issue with calculated fields values in drill through retrieving inconsistent raw data has been resolved.
617
+ - The pivot chart can now be rendered properly with Blank headers in row fields.
618
+ - The pivot table can now be exported properly with zero values to excel file.
619
+
620
+ ## 19.2.48 (2021-07-20)
621
+
622
+ ### Pivot Table
623
+
624
+ #### Bug Fixes
625
+
626
+ - `#327131` - Now the number format issue for empty cells in excel exporting has been fixed.
627
+
628
+ ## 19.2.46 (2021-07-06)
629
+
630
+ ### Pivot Table
631
+
632
+ #### Bug Fixes
633
+
634
+ - Border alignment issue in "Grouping Bar" UI has been fixed.
635
+
636
+ - `#299730`, `#315686` - Issues in "Date Grouping" feature have been fixed.
637
+
638
+ ## 18.4.30 (2020-12-17)
639
+
640
+ ### Pivot Table
641
+
642
+ #### Bug Fixes
643
+
644
+ - `#300162` - The pivot chart now works properly with height as a percentage.
645
+
646
+ - `#298258` - Now the field list can be dynamically rendered without any errors.
647
+
648
+ ## 18.2.56 (2020-09-01)
649
+
650
+ ### Pivot Table
651
+
652
+ #### Bug Fixes
653
+
654
+ - `#289077` - Horizontal scrolling issue raised in the latest version of Firefox has been fixed.
655
+
656
+ - `#288047` - The options in the number formatting pop-up are now properly maintained.
657
+ - `#288625` - The selection option in the pivot chart is now working properly.
658
+ - `#288633` - Members of the pivot chart legend are not properly segregated.
659
+
660
+ ## 18.2.55 (2020-08-25)
661
+
662
+ ### Pivot Table
663
+
664
+ #### Bug Fixes
665
+
666
+ - The drill through pop-up now be showed the correct raw items when we filtering applied in fields in filter axis.
667
+ - The drill through pop-up can now be open when we bind measures in row axis.
668
+
669
+ #### New Features
670
+
671
+ - `#283107` - Provided template support in toolbar panel to create custom toolbar option.
672
+
673
+ ## 18.2.54 (2020-08-18)
674
+
675
+ ### Pivot Table
676
+
677
+ #### Bug Fixes
678
+
679
+ - Now drill-through pop-up can be open when the measures are placed in row axis.
680
+
681
+ - `#282514` - Now the first column’s width set in code-behind will be maintained.
682
+ - `#283562` - Now RGB colours can be applied in conditional formatting.
683
+
684
+ #### New Features
685
+
686
+ - `#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.
687
+ - `#279727` - Provided support to sort the alphanumeric field members.
688
+ - `#F155279` - Provided an option to restrict the drill-through pop-up to display.
689
+ - `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing pop-up.
690
+ - `#283107` - Provided template support in toolbar panel to create custom toolbar option.
691
+ - `#284800` - Introduced an event to get the edited raw data information after the editing operation.
692
+
693
+ - `#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.
694
+ - `#279727` - Provided support to sort the alphanumeric field members.
695
+ - `#F155279` - Provided an option to restrict the drill-through pop-up to display.
696
+ - `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing pop-up.
697
+ - `#284800` - Introduced an event to get the edited raw data information after the editing operation.
698
+
699
+ ## 18.2.44 (2020-07-07)
700
+
701
+ ### Pivot Table
702
+
703
+ #### New Features
704
+
705
+ - `#233316`,`#234648`,`#247163` - The pivot chart in the Pivot Table now has these chart types: pie, doughnut, pyramid, and funnel.
706
+ - In addition to JSON, the pivot table now supports CSV data sources, as well.
707
+
708
+ #### Bug Fixes
709
+
710
+ - `#275647` - Now the spanning issue in excel exporting has been fixed.
711
+ - `#F154285` - Now the issue in custom number formatting has been fixed.
712
+
713
+ ## 18.1.44 (2020-04-14)
714
+
715
+ ### Pivot Table
716
+
717
+ #### Bug Fixes
718
+
719
+ - `#266106` - Improved the data refresh on virtual scrolling.
720
+
721
+ ## 18.1.36-beta (2020-03-19)
722
+
723
+ ### Pivot Table
724
+
725
+ #### Breaking Changes
726
+
727
+ The appearance of the pivot table component has been improved.
728
+
729
+ #### New Features
730
+
731
+ - `#259812` - Provision has been provided to display only the required aggregation types in their context menu.
732
+ - `#262927` - Now, the drill through and editing feature can be worked in pivot chart by clicking its series.
733
+ - `#263612` - Authentication option provided to access the OLAP Cube while connecting it in a pivot table.
734
+ - `#151883` - Additional parameters are included in the cell template feature to distinguish each cells.
735
+ - 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.
736
+ - Provision provided to customize the tooltip for both pivot table and pivot chart views.
737
+ - Formatting option included in the calculated field pop-up to format the calculated fields dynamically.
738
+ - Provision provided to display only the required chart types in its context menu available in toolbar panel.
739
+ - An option included in the chart types context menu to change the multiple axes option dynamically.
740
+ - An option included in the member editor to sort its members in a desired order.
741
+ - Provision provided to export the complete page when virtual scroll option is enabled.
742
+
743
+ #### Bug Fixes
744
+
745
+ - `#266452` - Now, the pivot table sample can be run in production mode of Angular framework.
746
+
747
+ ## 17.4.39 (2019-12-17)
748
+
749
+ ### Pivot Table
750
+
751
+ #### Bug Fixes
752
+
753
+ - `#254586` - The conditional formatting will no longer be applied in empty cells.
754
+ - The summarization text `of` in value buttons inside grouping bar and field list layout can be localized now.
755
+
756
+ - `#254586` - The conditional formatting will no longer be applied in empty cells.
757
+ - The summarization text `of` in value buttons inside grouping bar and field list layout can be localized now.
758
+ - `#247376` - The chart events under the chart settings property works now.
759
+
760
+ #### New Features
761
+
762
+ - `#252636` - Provision provided to disable the scrollbars in pivot chart.
763
+ - `#250072` - Provision provided to group and separate the grouped headers through UI.
764
+
765
+ ## 17.3.26 (2019-11-05)
766
+
767
+ ### Pivot Table
768
+
769
+ #### Bug Fixes
770
+
771
+ - `#251642` – Now, the defer layout update option can be enabled or disabled dynamically through field list UI.
772
+ - `#251558` – Now, the pivot chart draws with the percent of height value.
773
+
774
+ - #251642 – Now, the defer layout update option can be enabled or disabled dynamically through field list UI.
775
+ - #251558 – Now, the pivot chart draws with the percent of height value.
776
+
777
+ #### New Features
778
+
779
+ - `#248131` – Provided the conditional expression support to create calculated field.
780
+ - `#251642` – The performance of virtual scrolling while adding or removing fields and moving fields to any axis is improved.
781
+
782
+ - #248131 – Provided the conditional expression support to create calculated field.
783
+ - #251642 – The performance of virtual scrolling while adding or removing fields and moving fields to any axis is improved.
784
+
785
+ ## 17.3.9-beta (2019-09-20)
786
+
787
+ ### Pivot Table
788
+
789
+ #### Bug Fixes
790
+
791
+ - #244842 – Field list icon will be now placed inside the pivot table when field list option isn't included in toolbar.
792
+ - The last column of the pivot table can be displayed in Excel exported page properly.
793
+
794
+ - #247376 – The localization text for calculated fields is now displayed properly in tooltip.
795
+
796
+ #### New Features
797
+
798
+ - #245423 – Provision provided to persist and reload the pivot report.
799
+ - Provided SSAS OLAP data source support.
800
+
801
+ ## 17.2.28-beta (2019-06-27)
802
+
803
+ ### Pivot Table
804
+
805
+ #### Breaking Changes
806
+
807
+ - The `dataSource` and `dataSource.data` properties has now been renamed to `dataSourceSettings` and `dataSourceSettings.dataSource` respectively.
808
+
809
+ #### New Features
810
+
811
+ - #229377 – The pivot chart which is bound with pivot table allows the user to drill down and drill up now individually.
812
+ - #144382 – Unnecessary scroll bars have been removed from pivot table component.
813
+
814
+ #### Bug Fixes
815
+
816
+ - #144352 – The fields can be added dynamically for Pivot Chart control.
817
+
818
+ - `#237515` – Date grouping is now working properly with column axis.
819
+ - `#237535` – You can add fields dynamically with pivot table component in virtual scrolling mode.
820
+
821
+ ## 17.1.47 (2019-05-14)
822
+
823
+ ### Pivot Table
824
+
825
+ #### Bug Fixes
826
+
827
+ - #232925 - Grouping bar feature is now working fine with the combination of toolbar and pivot chart.
828
+
829
+ #### New Features
830
+
831
+ - #230489 – You can drill the pivot table headers based on the position.
832
+
833
+ ## 17.1.38 (2019-03-29)
834
+
835
+ ### Pivot Table
836
+
837
+ #### Bug Fixes
838
+
839
+ - Drill-down works properly for date formatted headers.
840
+
841
+ #### New Features
842
+
843
+ - Users can access grid functionalities in the drill-through pop-up.
844
+ - Option to always show the value header even with single value binding.
845
+ - Row header repeats on each page of the PDF document when exporting.
846
+ - Users can display the value zero as zero and empty cells with a custom value.
847
+ - Charts can be rendered against pivot table data independently, and users can modify their report dynamically using the field list.
848
+ - Toolbar support is provided to the pivot table, allowing users easy access to frequently used features.
849
+ - A grouping option is available for date and numbers fields.
850
+ - Users can customize or add custom templates to the Pivot Table cells.
851
+ - Cell selection allows users to select cells and access the selected cell information through the cell selection event.
852
+
853
+ ## 17.1.32-beta (2019-03-13)
854
+
855
+ ### Pivot Table
856
+
857
+ #### Bug Fixes
858
+
859
+ - Drill-down works properly for date formatted headers.
860
+
861
+ #### New Features
862
+
863
+ - Users can access grid functionalities in the drill-through pop-up.
864
+ - Option to always show the value header even with single value binding.
865
+ - Row header repeats on each page of the PDF document when exporting.
866
+ - Users can display the value zero as zero and empty cells with a custom value.
867
+ - Charts can be rendered against pivot table data independently, and users can modify their report dynamically using the field list.
868
+ - Toolbar support is provided to the pivot table, allowing users easy access to frequently used features.
869
+ - A grouping option is available for date and numbers fields.
870
+ - Users can customize or add custom templates to the Pivot Table cells.
871
+ - Cell selection allows users to select cells and access the selected cell information through the cell selection event.
872
+
873
+ ## 17.1.1-beta (2019-01-29)
874
+
875
+ ### Pivot Grid
876
+
877
+ #### New Features
878
+
879
+ - F141747- Always shows value caption in headers even having single measure.
880
+ - Cell selection now allows to select cells as row and column wise.
881
+ - Shows the filter state in the fields of filter axis.
882
+
883
+ ## 16.4.42 (2018-12-14)
884
+
885
+ ### Pivot Grid
886
+
887
+ #### Bug Fixes
888
+
889
+ - 219623 - Text in the field list tab gets completely displayed in mobile layout.
890
+ - 219625 - Scrolling works properly in touch mode when virtual scroll option is enabled.
891
+ - 219625 - In mobile device, virtual scrolling sample is loaded properly from the sample browser.
892
+ - 219625 - In mobile device, last column cells are displayed properly.
893
+
894
+ #### New Features
895
+
896
+ - Raw items in the control can be edited and updated at runtime.
897
+ - Provided support to list the raw items for a particular value cell.
898
+ - 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.
899
+ - Provided hyperlink support to perform any custom operation programmatically.
900
+ - Defer update option has been provided to refresh the control on-demand and not during every UI interaction for better performance.
901
+ - Provided support to show or hide subtotals and grand totals for rows and columns.
902
+ - More aggregation types like – Distinct Count, Product, Running Totals, Percentage of Column Total, Percentage of Parent Column Total, Population Var are added.
903
+
904
+ ## 16.4.40-beta (2018-12-10)
905
+
906
+ ### Pivot Grid
907
+
908
+ #### Bug Fixes
909
+
910
+ - 219623 - Text in the field list tab gets completely displayed in mobile layout.
911
+ - 219625 - Scrolling works properly in touch mode when virtual scroll option is enabled.
912
+ - 219625 - In mobile device, virtual scrolling sample is loaded properly from the sample browser.
913
+ - 219625 - In mobile device, last column cells are displayed properly.
914
+
915
+ #### New Features
916
+
917
+ - Raw items in the control can be edited and updated at runtime.
918
+ - Provided support to list the raw items for a particular value cell.
919
+ - 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.
920
+ - Provided hyperlink support to perform any custom operation programmatically.
921
+ - Defer update option has been provided to refresh the control on-demand and not during every UI interaction for better performance.
922
+ - Provided support to show or hide subtotals and grand totals for rows and columns.
923
+ - More aggregation types like – Distinct Count, Product, Running Totals, Percentage of Column Total, Percentage of Parent Column Total, Population Var are added.
924
+
925
+ ## 16.3.21 (2018-09-22)
926
+
927
+ ### Pivot Grid
928
+
929
+ #### New Features
930
+
931
+ - 208354, 211758 — Value fields can be placed in row axis now.
932
+ - **Virtual scrolling** options have been provided to load large amounts of data with high performance.
933
+ - **Conditional formatting** support allows users to define conditions and format grid cells’ font, colour etc.
934
+ - **Label and value-based filtering** options are provided that work similar to Microsoft Excel.
935
+
936
+ ## 16.3.17 (2018-09-12)
937
+
938
+ ### Pivot Grid
939
+
940
+ #### New Features
941
+
942
+ - 208354, 211758 — Value fields can be placed in row axis now.
943
+ - **Virtual scrolling** options have been provided to load large amounts of data with high performance.
944
+ - **Conditional formatting** support allows users to define conditions and format grid cells’ font, colour etc.
945
+ - **Label and value-based filtering** options are provided that work similar to Microsoft Excel.
946
+
947
+ ## 16.2.41 (2018-06-25)
948
+
949
+ ### Pivot Grid
950
+
951
+ 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).
952
+
953
+ - **Data Sources** - Binds the component with an array of JavaScript objects.
954
+ - **Filtering** - Allows user to view only specific/desired records in the component.
955
+ - **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.
956
+ - **Field List & Grouping Bar** - Supports UI interaction at runtime to dynamically change the report along with sorting, filtering and remove options.
957
+ - **Aggregation** - Provides built in aggregation types like sum, average, min, max and count.
958
+ - **Calculated Field** - Users can add new value field(s) to the report dynamically using this option.
959
+ - **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.
960
+ - **Exporting** - Provides the option to exporting records to Excel, CSV and PDF formats.## 18.2.58 (2020-09-15)
961
+
962
+ ### Pivot Table
963
+
964
+ #### Bug Fixes
965
+
966
+ - `#289127` - The component can now be rendered by binding its report inside the asynchronous function.
967
+
968
+ ## 18.2.57 (2020-09-08)
969
+
970
+ ### Pivot Table
971
+
972
+ #### Bug Fixes
973
+
974
+ - `#290020` - Unwanted scrollbars will not be shown in the pivot table when exporting is allowed.
975
+ - `#F157261` - The component can now be refreshed when bind empty data source.
976
+
977
+ ## 18.2.46 (2020-07-21)
978
+
979
+ ### Pivot Table
980
+
981
+ #### Bug Fixes
982
+
983
+ - `#283671` - An empty pivot table is now framed while binding empty data from the remote server.
984
+ - The calculated fields can now be generated by a formula whose values are like a negative value divided by zero.
985
+
986
+ ## 18.1.54 (2020-05-26)
987
+
988
+ ### Pivot Table
989
+
990
+ #### Bug Fixes
991
+
992
+ - `#F154078` - The Error pop-up is now clearly visible.
993
+
994
+ ## 18.1.52 (2020-05-13)
995
+
996
+ ### Pivot Table
997
+
998
+ #### Bug Fixes
999
+
1000
+ - `#272044` - Now the localization string of the `null` value isn’t cleared on component refresh.
1001
+ - `#273266` - The custom number format `#,###;(#,###)` now works in negative numbers.
1002
+
1003
+ ## 17.2.34 (2019-07-11)
1004
+
1005
+ ### Pivot Table
1006
+
1007
+ #### Bug Fixes
1008
+
1009
+ - `#240219` - Menu items in the toolbar now works properly.
1010
+ - `#239685`, `#240221`, `#240220` - Alignment of the toolbar looks proper when the control is bound to remote data source.
1011
+