@syncfusion/ej2-vue-pivotview 25.2.4 → 25.2.6
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,24 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I586835` - When measures have no values, the OLAP pivot table will now be rendered with the correct cell values when drilling down.
|
|
10
|
+
- `#I585932` - Date grouping will now work properly when using remote data in a pivot table.
|
|
11
|
+
|
|
12
|
+
## 25.2.5 (2024-05-21)
|
|
13
|
+
|
|
14
|
+
### Pivot Table
|
|
15
|
+
|
|
16
|
+
#### Bug fixes
|
|
17
|
+
|
|
18
|
+
- `#F187958` - After disabling the defer layout update via check box option, defer layout update elements will be properly rendered when refreshing the pivot table component.
|
|
19
|
+
- `#F188052` - Empty string members will now be properly filtered when virtualization is enabled in the pivot table.
|
|
20
|
+
|
|
21
|
+
## 25.2.4 (2024-05-14)
|
|
22
|
+
|
|
23
|
+
### Pivot Table
|
|
24
|
+
|
|
25
|
+
#### Bug fixes
|
|
26
|
+
|
|
9
27
|
- `#I583180` - The member editor dialog will now be properly closed without any script errors when the cancel button is clicked.
|
|
10
28
|
- `#F187973` - The pivot table will now be properly rendered while dynamically updating the data source with the grouping bar enabled.
|
|
11
29
|
- `#I588151` - Value sorting will now work properly after disabling the "enableSorting" property with an OLAP data source.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pivotview.umd.min.js
|
|
3
|
-
* version : 25.2.
|
|
3
|
+
* version : 25.2.6
|
|
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.2.6
|
|
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.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pivotview@25.2.5",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-IatSbBCbgZjm9kimWqjS4Tf7roGfuhWKJhKD9reSiH9qtpnO3z9EYqzQs8uzBfJrBHabDKvFmCQuFMJGJmzQgw==",
|
|
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.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-25.2.5.tgz",
|
|
23
|
+
"_shasum": "aed80e212fdb9405432293768c9ba38a491fdd62",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-pivotview@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~25.2.
|
|
35
|
-
"@syncfusion/ej2-pivotview": "25.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~25.2.5",
|
|
35
|
+
"@syncfusion/ej2-pivotview": "25.2.6",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~25.2.4"
|
|
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.2.
|
|
60
|
+
"version": "25.2.6",
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|