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

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