@syncfusion/ej2-vue-pivotview 21.1.41 → 21.2.3
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 +8 -8
- package/styles/bootstrap-dark.css +1 -0
- package/styles/bootstrap.css +1 -0
- package/styles/bootstrap4.css +1 -0
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/fabric-dark.css +1 -0
- package/styles/fabric.css +1 -0
- package/styles/fluent-dark.css +1 -0
- package/styles/fluent.css +1 -0
- package/styles/highcontrast-light.css +1 -0
- package/styles/highcontrast.css +1 -0
- package/styles/material-dark.css +1 -0
- package/styles/material.css +1 -0
- 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/tailwind-dark.css +1 -0
- package/styles/tailwind.css +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 21.2.3 (2023-05-03)
|
|
6
|
+
|
|
7
|
+
### Pivot Table
|
|
8
|
+
|
|
9
|
+
#### Bug fixes
|
|
10
|
+
|
|
11
|
+
- `#I453038` - Drill operations now work properly while adding attribute hierarchy to the pivot table.
|
|
12
|
+
|
|
13
|
+
#### New features
|
|
14
|
+
|
|
15
|
+
- `#I398184` - Based on export properties, the pivot table will now export automatically utilizing engine export option support while using for toolbar options.
|
|
16
|
+
- `#I442424` - The field list UI now supports setting the default sort order via the `load` event.
|
|
17
|
+
- `#I436727` - While the data source is empty, the field list UI has been rendered with an empty layout.
|
|
18
|
+
|
|
19
|
+
## 21.1.41 (2023-04-18)
|
|
20
|
+
|
|
5
21
|
### Pivot Table
|
|
6
22
|
|
|
7
23
|
#### Bug fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pivotview.umd.min.js
|
|
3
|
-
* version : 21.
|
|
3
|
+
* version : 21.2.3
|
|
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
|