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