@syncfusion/ej2-vue-pivotview 23.1.41 → 23.2.4
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 +22 -0
- package/dist/ej2-vue-pivotview.umd.min.js +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +8 -8
- 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,28 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#F185202` - When there are no fields in the value axis, the pivot table will now be rendered with the proper height.
|
|
10
|
+
|
|
11
|
+
#### New features
|
|
12
|
+
|
|
13
|
+
- `#I450857` - When virtualization is enabled for OLAP data, the Pivot Table will now support displaying with grand totals and sub-totals in row and column axes.
|
|
14
|
+
- `#I484186` - Added support for exporting the Pivot Chart to PDF document with header and footer.
|
|
15
|
+
- `#I490937` - When virtualization is enabled, the OLAP Pivot Table can now be exported as a PDF and Excel document with entire data.
|
|
16
|
+
|
|
17
|
+
## 23.1.44 (2023-11-07)
|
|
18
|
+
|
|
19
|
+
### PivotTable
|
|
20
|
+
|
|
21
|
+
#### Bug fixes
|
|
22
|
+
|
|
23
|
+
- `I515880` - The pivot table grouping bar actions will now work properly when invoking the refresh method dynamically.
|
|
24
|
+
|
|
25
|
+
## 23.1.41 (2023-10-17)
|
|
26
|
+
|
|
27
|
+
### PivotTable
|
|
28
|
+
|
|
29
|
+
#### Bug fixes
|
|
30
|
+
|
|
9
31
|
- The pivot table will now be exported as a PDF document when the export method is invoked without the `pdFExportProperties` parameter.
|
|
10
32
|
|
|
11
33
|
## 23.1.38 (2023-09-26)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pivotview.umd.min.js
|
|
3
|
-
* version : 23.
|
|
3
|
+
* version : 23.2.4
|
|
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
|