@syncfusion/ej2-vue-pivotview 25.1.39 → 25.1.42

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,6 +6,23 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I579456` - When the load report option is not displayed in the toolbar UI, report manipulation operations will now work properly.
10
+
11
+ ## 25.1.41 (2024-04-23)
12
+
13
+ ### Pivot Table
14
+
15
+ #### Bug fixes
16
+
17
+ - `#I496624` - Value sorting will now work properly in an OLAP pivot table with a single measure.
18
+ - `#I547664` - Excel exporting will now work properly in the pivot table using the server-side engine.
19
+
20
+ ## 25.1.39 (2024-04-09)
21
+
22
+ ### Pivot Table
23
+
24
+ #### Bug fixes
25
+
9
26
  - `#I572220` - The issue with persistence not working properly in the Pivot Table with remote data has been fixed.
10
27
 
11
28
  ## 25.1.38 (2024-04-02)
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-pivotview.umd.min.js
3
- * version : 25.1.39
3
+ * version : 25.1.42
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-vue-pivotview@*",
3
- "_id": "@syncfusion/ej2-vue-pivotview@25.1.38",
3
+ "_id": "@syncfusion/ej2-vue-pivotview@25.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-8RMW3WJuph7X34frF1rBOj5roDUetWxdtkQ7YtR5O3drQi7334MrcF5iCx1nlbCAw51puAbL8LZpbOQ9gO0h8g==",
5
+ "_integrity": "sha512-1AmVaezFh8mHh2Sdx8E9w0sO2AlDxuxryiNixxdMHu3lT2gKm2mnsf52seHnuTPOODxHMo7udBjzAFyMIDZTwg==",
6
6
  "_location": "/@syncfusion/ej2-vue-pivotview",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-25.1.38.tgz",
23
- "_shasum": "3f5c2709e4a6e18b14cf3c8bf39f6a6bc9895a4c",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-25.1.41.tgz",
23
+ "_shasum": "199e226c9df9f6130c06d8639636e57c34068fc3",
24
24
  "_spec": "@syncfusion/ej2-vue-pivotview@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~25.1.35",
35
- "@syncfusion/ej2-pivotview": "25.1.39",
35
+ "@syncfusion/ej2-pivotview": "25.1.42",
36
36
  "@syncfusion/ej2-vue-base": "~25.1.35"
37
37
  },
38
38
  "deprecated": false,
@@ -57,6 +57,6 @@
57
57
  "ci-publish": "gulp ci-publish",
58
58
  "compile": "gulp ci-compile && gulp vue-global-script"
59
59
  },
60
- "version": "25.1.39",
60
+ "version": "25.1.42",
61
61
  "sideEffects": false
62
62
  }