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

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