@syncfusion/ej2-vue-pivotview 23.1.41 → 23.1.44
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 +8 -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 +9 -4
- package/styles/bootstrap.css +9 -4
- package/styles/bootstrap4.css +9 -4
- package/styles/bootstrap5-dark.css +9 -4
- package/styles/bootstrap5.css +9 -4
- package/styles/fabric-dark.css +9 -4
- package/styles/fabric.css +9 -4
- package/styles/fluent-dark.css +9 -4
- package/styles/fluent.css +9 -4
- package/styles/highcontrast-light.css +9 -4
- package/styles/highcontrast.css +9 -4
- package/styles/material-dark.css +9 -4
- package/styles/material.css +9 -4
- package/styles/material3-dark.css +9 -4
- package/styles/material3.css +9 -4
- package/styles/pivotfieldlist/bootstrap-dark.css +0 -1
- package/styles/pivotfieldlist/bootstrap.css +0 -1
- package/styles/pivotfieldlist/bootstrap4.css +0 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +0 -1
- package/styles/pivotfieldlist/bootstrap5.css +0 -1
- package/styles/pivotfieldlist/fabric-dark.css +0 -1
- package/styles/pivotfieldlist/fabric.css +0 -1
- package/styles/pivotfieldlist/fluent-dark.css +0 -1
- package/styles/pivotfieldlist/fluent.css +0 -1
- package/styles/pivotfieldlist/highcontrast-light.css +0 -1
- package/styles/pivotfieldlist/highcontrast.css +0 -1
- package/styles/pivotfieldlist/material-dark.css +0 -1
- package/styles/pivotfieldlist/material.css +0 -1
- package/styles/pivotfieldlist/material3-dark.css +0 -1
- package/styles/pivotfieldlist/material3.css +0 -1
- package/styles/pivotfieldlist/tailwind-dark.css +0 -1
- package/styles/pivotfieldlist/tailwind.css +0 -1
- package/styles/pivotview/bootstrap-dark.css +9 -3
- package/styles/pivotview/bootstrap.css +9 -3
- package/styles/pivotview/bootstrap4.css +9 -3
- package/styles/pivotview/bootstrap5-dark.css +9 -3
- package/styles/pivotview/bootstrap5.css +9 -3
- package/styles/pivotview/fabric-dark.css +9 -3
- package/styles/pivotview/fabric.css +9 -3
- package/styles/pivotview/fluent-dark.css +9 -3
- package/styles/pivotview/fluent.css +9 -3
- package/styles/pivotview/highcontrast-light.css +9 -3
- package/styles/pivotview/highcontrast.css +9 -3
- package/styles/pivotview/material-dark.css +9 -3
- package/styles/pivotview/material.css +9 -3
- package/styles/pivotview/material3-dark.css +9 -3
- package/styles/pivotview/material3.css +9 -3
- package/styles/pivotview/tailwind-dark.css +9 -3
- package/styles/pivotview/tailwind.css +9 -3
- package/styles/tailwind-dark.css +9 -4
- package/styles/tailwind.css +9 -4
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `I515880` - The pivot table grouping bar actions will now work properly when invoking the refresh method dynamically.
|
|
10
|
+
|
|
11
|
+
## 23.1.41 (2023-10-17)
|
|
12
|
+
|
|
13
|
+
### PivotTable
|
|
14
|
+
|
|
15
|
+
#### Bug fixes
|
|
16
|
+
|
|
9
17
|
- The pivot table will now be exported as a PDF document when the export method is invoked without the `pdFExportProperties` parameter.
|
|
10
18
|
|
|
11
19
|
## 23.1.38 (2023-09-26)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pivotview.umd.min.js
|
|
3
|
-
* version : 23.1.
|
|
3
|
+
* version : 23.1.44
|
|
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
|