@syncfusion/ej2-angular-pivotview 27.2.3 → 27.2.4-ngcc

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