@syncfusion/ej2-react-pivotview 32.1.21 → 32.1.24

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/README.md CHANGED
@@ -149,4 +149,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
149
149
 
150
150
  See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=react-pivot-table-npm) for more info.
151
151
 
152
- © Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
152
+ © Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.min.js
3
- * version : 32.1.21
3
+ * version : 32.1.24
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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 : 32.1.21
3
+ * version : 32.1.24
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-react-pivotview",
3
- "version": "32.1.21",
3
+ "version": "32.1.24",
4
4
  "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",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -18,9 +18,9 @@
18
18
  "es2015": "dist/es6/ej2-react-pivotview.es2015.js",
19
19
  "readme": "ReadMe.md",
20
20
  "dependencies": {
21
- "@syncfusion/ej2-base": "~32.1.19",
22
- "@syncfusion/ej2-react-base": "~32.1.21",
23
- "@syncfusion/ej2-pivotview": "32.1.21"
21
+ "@syncfusion/ej2-base": "~32.1.24",
22
+ "@syncfusion/ej2-react-base": "~32.1.24",
23
+ "@syncfusion/ej2-pivotview": "32.1.24"
24
24
  },
25
25
  "devDependencies": {},
26
26
  "sideEffects": false,