@syncfusion/ej2-vue-pivotview 23.1.38 → 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 +16 -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 +16 -1
- package/styles/bootstrap.css +16 -1
- package/styles/bootstrap4.css +16 -1
- package/styles/bootstrap5-dark.css +16 -3
- package/styles/bootstrap5.css +16 -3
- package/styles/fabric-dark.css +16 -1
- package/styles/fabric.css +16 -1
- package/styles/fluent-dark.css +16 -3
- package/styles/fluent.css +16 -3
- package/styles/highcontrast-light.css +16 -1
- package/styles/highcontrast.css +16 -1
- package/styles/material-dark.css +16 -1
- package/styles/material.css +16 -1
- package/styles/material3-dark.css +16 -3
- package/styles/material3.css +16 -3
- 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 +16 -0
- package/styles/pivotview/bootstrap.css +16 -0
- package/styles/pivotview/bootstrap4.css +16 -0
- package/styles/pivotview/bootstrap5-dark.css +16 -2
- package/styles/pivotview/bootstrap5.css +16 -2
- package/styles/pivotview/fabric-dark.css +16 -0
- package/styles/pivotview/fabric.css +16 -0
- package/styles/pivotview/fluent-dark.css +16 -2
- package/styles/pivotview/fluent.css +16 -2
- package/styles/pivotview/highcontrast-light.css +16 -0
- package/styles/pivotview/highcontrast.css +16 -0
- package/styles/pivotview/material-dark.css +16 -0
- package/styles/pivotview/material.css +16 -0
- package/styles/pivotview/material3-dark.css +16 -2
- package/styles/pivotview/material3.css +16 -2
- package/styles/pivotview/tailwind-dark.css +16 -2
- package/styles/pivotview/tailwind.css +16 -2
- package/styles/tailwind-dark.css +16 -3
- package/styles/tailwind.css +16 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,22 @@
|
|
|
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
|
+
|
|
17
|
+
- The pivot table will now be exported as a PDF document when the export method is invoked without the `pdFExportProperties` parameter.
|
|
18
|
+
|
|
19
|
+
## 23.1.38 (2023-09-26)
|
|
20
|
+
|
|
21
|
+
### PivotTable
|
|
22
|
+
|
|
23
|
+
#### Bug fixes
|
|
24
|
+
|
|
9
25
|
- `F184045` - The pivot table can now be exported as Excel with conditional formatting.
|
|
10
26
|
- `I500613` - When an OLAP cube dimension member with a special character is used, the pivot table now works properly.
|
|
11
27
|
- `I496328` - Filtering is now applied properly in the pivot table when the `showNoDataItems` option is enabled.
|
|
@@ -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
|