@syncfusion/ej2-vue-pivotview 21.2.5 → 21.2.8
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 +17 -0
- package/dist/ej2-vue-pivotview.umd.min.js +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +2 -2
- package/styles/bootstrap.css +2 -2
- package/styles/bootstrap4.css +2 -2
- package/styles/bootstrap5-dark.css +2 -2
- package/styles/bootstrap5.css +2 -2
- package/styles/fabric-dark.css +2 -2
- package/styles/fabric.css +2 -2
- package/styles/fluent-dark.css +2 -2
- package/styles/fluent.css +2 -2
- package/styles/highcontrast-light.css +2 -2
- package/styles/highcontrast.css +2 -2
- package/styles/material-dark.css +2 -2
- package/styles/material.css +2 -2
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -0
- package/styles/pivotfieldlist/bootstrap.css +1 -0
- package/styles/pivotfieldlist/bootstrap4.css +1 -0
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -0
- package/styles/pivotfieldlist/bootstrap5.css +1 -0
- package/styles/pivotfieldlist/fabric-dark.css +1 -0
- package/styles/pivotfieldlist/fabric.css +1 -0
- package/styles/pivotfieldlist/fluent-dark.css +1 -0
- package/styles/pivotfieldlist/fluent.css +1 -0
- package/styles/pivotfieldlist/highcontrast-light.css +1 -0
- package/styles/pivotfieldlist/highcontrast.css +1 -0
- package/styles/pivotfieldlist/material-dark.css +1 -0
- package/styles/pivotfieldlist/material.css +1 -0
- package/styles/pivotfieldlist/tailwind-dark.css +1 -0
- package/styles/pivotfieldlist/tailwind.css +1 -0
- package/styles/pivotview/bootstrap-dark.css +1 -2
- package/styles/pivotview/bootstrap.css +1 -2
- package/styles/pivotview/bootstrap4.css +1 -2
- package/styles/pivotview/bootstrap5-dark.css +1 -2
- package/styles/pivotview/bootstrap5.css +1 -2
- package/styles/pivotview/fabric-dark.css +1 -2
- package/styles/pivotview/fabric.css +1 -2
- package/styles/pivotview/fluent-dark.css +1 -2
- package/styles/pivotview/fluent.css +1 -2
- package/styles/pivotview/highcontrast-light.css +1 -2
- package/styles/pivotview/highcontrast.css +1 -2
- package/styles/pivotview/material-dark.css +1 -2
- package/styles/pivotview/material.css +1 -2
- package/styles/pivotview/tailwind-dark.css +1 -2
- package/styles/pivotview/tailwind.css +1 -2
- package/styles/tailwind-dark.css +2 -2
- package/styles/tailwind.css +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,23 @@
|
|
|
4
4
|
|
|
5
5
|
### Pivot Table
|
|
6
6
|
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- The grouping option in code-behind now works properly in the pivot table with server-side engine.
|
|
10
|
+
- The member editor popup will now display properly even if the pivot table contains invalid filter members.
|
|
11
|
+
|
|
12
|
+
## 21.2.6 (2023-05-23)
|
|
13
|
+
|
|
14
|
+
### Pivot Table
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- The pivot table with server-side engine will now works properly.
|
|
19
|
+
|
|
20
|
+
## 21.2.5 (2023-05-16)
|
|
21
|
+
|
|
22
|
+
### Pivot Table
|
|
23
|
+
|
|
7
24
|
#### Bug Fixes
|
|
8
25
|
|
|
9
26
|
- Drill down/up will now work properly for headers with comma in an OLAP data source.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pivotview.umd.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.8
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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
|