@syncfusion/ej2-vue-pivotview 21.2.3 → 21.2.5
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 +14 -0
- package/dist/ej2-vue-pivotview.umd.min.js +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +2 -4
- package/styles/bootstrap.css +2 -4
- package/styles/bootstrap4.css +2 -4
- package/styles/bootstrap5-dark.css +4 -6
- package/styles/bootstrap5.css +4 -6
- package/styles/fabric-dark.css +1 -3
- package/styles/fabric.css +0 -2
- package/styles/fluent-dark.css +1 -3
- package/styles/fluent.css +1 -3
- package/styles/highcontrast-light.css +1 -3
- package/styles/highcontrast.css +1 -3
- package/styles/material-dark.css +2 -4
- package/styles/material.css +2 -4
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -3
- package/styles/pivotfieldlist/bootstrap.css +1 -3
- package/styles/pivotfieldlist/bootstrap4.css +1 -3
- package/styles/pivotfieldlist/bootstrap5-dark.css +4 -6
- package/styles/pivotfieldlist/bootstrap5.css +4 -6
- package/styles/pivotfieldlist/fabric-dark.css +1 -3
- package/styles/pivotfieldlist/fabric.css +0 -2
- package/styles/pivotfieldlist/fluent-dark.css +1 -3
- package/styles/pivotfieldlist/fluent.css +1 -3
- package/styles/pivotfieldlist/highcontrast-light.css +1 -3
- package/styles/pivotfieldlist/highcontrast.css +1 -3
- package/styles/pivotfieldlist/material-dark.css +2 -4
- package/styles/pivotfieldlist/material.css +2 -4
- package/styles/pivotfieldlist/tailwind-dark.css +1 -3
- package/styles/pivotfieldlist/tailwind.css +1 -3
- package/styles/pivotview/bootstrap-dark.css +1 -1
- package/styles/pivotview/bootstrap.css +1 -1
- package/styles/pivotview/bootstrap4.css +1 -1
- package/styles/tailwind-dark.css +1 -3
- package/styles/tailwind.css +1 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Pivot Table
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Drill down/up will now work properly for headers with comma in an OLAP data source.
|
|
10
|
+
|
|
11
|
+
## 21.2.4 (2023-05-09)
|
|
12
|
+
|
|
13
|
+
### Pivot Table
|
|
14
|
+
|
|
15
|
+
#### Bug fixes
|
|
16
|
+
|
|
17
|
+
- `#I455857` - When using the Server-side Pivot engine, the DistinctCount aggregate will now be applied properly to string values in the pivot table.
|
|
18
|
+
|
|
5
19
|
## 21.2.3 (2023-05-03)
|
|
6
20
|
|
|
7
21
|
### Pivot Table
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pivotview.umd.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.5
|
|
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
|