@syncfusion/ej2-vue-pivotview 25.1.37 → 25.1.38
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,8 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I572223` - The drill through popup will now open properly when double-clicking a value cell in the pivot table, with no console errors.
|
|
10
|
+
|
|
11
|
+
## 25.1.37 (2024-03-26)
|
|
12
|
+
|
|
13
|
+
### PivotTable
|
|
14
|
+
|
|
15
|
+
#### Bug fixes
|
|
16
|
+
|
|
9
17
|
- `#I562279`,`#I565475`,`#I566747` - The pivot table will now be properly displayed after engine export.
|
|
10
18
|
- `#I566095` - The filter text will now be properly displayed in the OLAP Pivot Table's filter field button.
|
|
19
|
+
- When you click the space key, the pivot field list node selection will work properly.
|
|
11
20
|
|
|
12
21
|
## 25.1.35 (2024-03-15)
|
|
13
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pivotview.umd.min.js
|
|
3
|
-
* version : 25.1.
|
|
3
|
+
* version : 25.1.38
|
|
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
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-vue-pivotview.min.js
|
|
3
|
+
* version : 25.1.38
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
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.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pivotview@25.1.37",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-F9+tBYE7Z5pE1llNeYfrw+nLCuzLkUU9/AKUP1M6JuDbIvCE4T9VQKsg8gc388HfVmUnkFkByJut0V9j0Yp3qw==",
|
|
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.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-25.1.37.tgz",
|
|
23
|
+
"_shasum": "5960cc1cfaa3e9fcdf9d21460519f1404340d9b2",
|
|
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.
|
|
35
|
+
"@syncfusion/ej2-pivotview": "25.1.38",
|
|
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.
|
|
60
|
+
"version": "25.1.38",
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|