@syncfusion/ej2-react-pivotview 24.2.9 → 25.1.35

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.
package/CHANGELOG.md CHANGED
@@ -6,96 +6,14 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
- - `#I542318` - When using the server-side engine, the pivot table will now be rendered properly when the value axis is set to "row" and subTotalsPosition is set to "Bottom".
10
-
11
- ## 24.2.8 (2024-02-27)
12
-
13
- ### PivotTable
14
-
15
- #### Bug fixes
16
-
17
- - `#I555926` - When using the Nextjs project, the pivot table will now render properly in the production environment.
18
- - `#F186589` - The Pivot Table will now be properly rendered when connecting an OLAP cube with no named set.
19
-
20
- ## 24.2.5 (2024-02-13)
21
-
22
- ### PivotTable
23
-
24
- #### Bug fixes
25
-
26
- - `#I542318` - When using the server-side engine, the pivot table will now be rendered properly when the value axis is set to "row" and subTotalsPosition is set to "Bottom".
27
- - `#I548199` - When using the server-side engine, the "SaveAs" toolbar option will now work properly in the pivot table with a CSV data source.
28
- - `#I548188` - Filter dialog members will now be properly sorted for date type fields in the pivot table.
29
- - `#I549549` - The number formatting dialog will not be closed unnecessarily when you click the overlay in the pivot table.
30
- - `#I548580` - When using the server-side engine, drill-through data for calculated field values in the pivot table will now be properly displayed.
31
-
32
- ## 24.2.4 (2024-02-06)
33
-
34
- ### PivotTable
35
-
36
- #### Bug fixes
37
-
38
- - `#I545563` - On demand date formatting will now be applied properly in the pivot table.
39
- - `#I540803` - The pivot table will now be properly rendered while changing the width of the first column with virtualization enabled.
40
- - `#I547664` - The pivot table will now be properly exported as an excel document via the server-side engine.
41
- - `#I548392` - Aggregated values will now be displayed correctly in the OLAP pivot table.
42
-
43
- ## 24.2.3 (2024-01-31)
44
-
45
- ### PivotTable
46
-
47
- #### Bug fixes
48
-
49
- - `#I544455` - When we bind no fields to the value axis using the server-side engine, the static pivot field list will now be rendered properly.
9
+ - `#I559899` - The grid and chart modules will now be properly destroyed when we switch views in the Angular Pivot Table.
50
10
 
51
11
  #### New features
52
12
 
53
- - `#F184050` - Added error handling support when fetching data from an OLAP cube using an incorrect MDX query during the pivot table's initial rendering.
54
-
55
- ## 24.1.47 (2024-01-23)
56
-
57
- ### PivotTable
58
-
59
- #### Bug fixes
60
-
61
- - `#F186081` - With virtualization, the pivot table will now be properly displayed when using the mouse wheel to scroll.
62
- - `#I186080` - When "DataCompression" is enabled in the Pivot table, the date formatting will now be properly maintained.
63
-
64
- ## 24.1.46 (2024-01-17)
65
-
66
- ### PivotTable
67
-
68
- #### Bug fixes
69
-
70
- - `#F185974` - The selected node state will now be properly maintained in the filter dialog for the pivot table's date type field.
71
- - `#I539759` - On-demand grouping will now work properly with CSV data source.
72
-
73
- ## 24.1.45 (2024-01-09)
74
-
75
- ### PivotTable
76
-
77
- #### Bug fixes
78
-
79
- - `#F185974` - When using the pivot table and the pivot field list with virtualization, the loading indicator is now properly hidden.
80
- - `#F185974` - The all node check box status will now work properly when you click the "All" text in the member filter dialog.
81
- - `#F185974` - When adding a field via drag and drop in the static field list, the "fieldDrop" event is now properly triggered.
82
- - `#I538805` - The OLAP Pivot table will now work properly while binding calculated fields via code-behind.
83
-
84
- ## 24.1.44 (2024-01-03)
85
-
86
- ### PivotTable
87
-
88
- #### Bug fixes
89
-
90
- - The script error caused by multiple cell selection mode when clicking specific cells has been resolved.
91
-
92
- ## 24.1.43 (2023-12-27)
93
-
94
- ### PivotTable
95
-
96
- #### Bug fixes
97
-
98
- - `#I528347` - The pivot table will now be properly refreshed while dynamically changing its container width.
13
+ - `#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.
14
+ - `#I538753` - Done optimization to improve pivot table rendering performance, when there are large number of fields in the bound data source.
15
+ - `#I550925` - Added support for selecting fields using node click in the pivot field list UI.
16
+ - 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.
99
17
 
100
18
  ## 24.1.41 (2023-12-18)
101
19
 
package/diConfig.json CHANGED
@@ -1064,6 +1064,11 @@
1064
1064
  }
1065
1065
  ]
1066
1066
  },
1067
+ {
1068
+ "propertyName": "virtualScrollSettings",
1069
+ "baseClass": "VirtualScrollSettings",
1070
+ "aspSelectorName": "e-virtualScrollSettings"
1071
+ },
1067
1072
  {
1068
1073
  "propertyName": "chartSettings",
1069
1074
  "baseClass": "ChartSettings",
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.min.js
3
- * version : 24.2.9
3
+ * version : 25.1.35
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.umd.min.js
3
- * version : 24.2.9
3
+ * version : 25.1.35
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-pivotview@*",
3
- "_id": "@syncfusion/ej2-react-pivotview@24.2.8",
3
+ "_id": "@syncfusion/ej2-react-pivotview@24.1.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-iq47PHqkEGSWrs92742Rv+Udo5CPkFHdClYq2FaFWa3jOzK2/EYveLddiLYGL2bOmoEW3r0CEvXx9mHSQ2LcQw==",
5
+ "_integrity": "sha512-OKzozbqxe2MSM4BIoLSms1ntczQSk8SGbQMlpDbX1nyyW+8dGO5AR+uMTXQg5t04X2mzmNcGvN8GlmLxwFNm9w==",
6
6
  "_location": "/@syncfusion/ej2-react-pivotview",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-24.2.8.tgz",
23
- "_shasum": "47f28211dae99fe5b4ae2cd7f3677b0e8ff65b75",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-24.1.43.tgz",
23
+ "_shasum": "23f5fe1be34ff00dff9d4d32c45cbbe0c78eae52",
24
24
  "_spec": "@syncfusion/ej2-react-pivotview@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~24.2.7",
35
- "@syncfusion/ej2-pivotview": "24.2.9",
36
- "@syncfusion/ej2-react-base": "~24.2.7"
34
+ "@syncfusion/ej2-base": "~25.1.35",
35
+ "@syncfusion/ej2-pivotview": "25.1.35",
36
+ "@syncfusion/ej2-react-base": "~25.1.35"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for React",
@@ -53,6 +53,6 @@
53
53
  "type": "git",
54
54
  "url": "https://github.com/syncfusion/ej2-react-ui-components.git"
55
55
  },
56
- "version": "24.2.9",
56
+ "version": "25.1.35",
57
57
  "sideEffects": false
58
58
  }