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