@syncfusion/ej2-vue-pivotview 23.2.6 → 24.1.41
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 +12 -0
- package/dist/ej2-vue-pivotview.umd.min.js +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +9 -9
- package/styles/bootstrap-dark.css +1 -6525
- package/styles/bootstrap.css +1 -6522
- package/styles/bootstrap4.css +1 -6714
- package/styles/bootstrap5-dark.css +1 -6622
- package/styles/bootstrap5.css +1 -6624
- package/styles/fabric-dark.css +1 -6526
- package/styles/fabric.css +1 -6525
- package/styles/fluent-dark.css +1 -6623
- package/styles/fluent.css +1 -6625
- package/styles/highcontrast-light.css +1 -6524
- package/styles/highcontrast.css +1 -6524
- package/styles/material-dark.css +1 -6526
- package/styles/material.css +1 -6526
- package/styles/material3-dark.css +1 -6733
- package/styles/material3.css +1 -6845
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -3696
- package/styles/pivotfieldlist/bootstrap.css +1 -3694
- package/styles/pivotfieldlist/bootstrap4.css +1 -3780
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -3762
- package/styles/pivotfieldlist/bootstrap5.css +1 -3762
- package/styles/pivotfieldlist/fabric-dark.css +1 -3696
- package/styles/pivotfieldlist/fabric.css +1 -3695
- package/styles/pivotfieldlist/fluent-dark.css +1 -3754
- package/styles/pivotfieldlist/fluent.css +1 -3754
- package/styles/pivotfieldlist/highcontrast-light.css +1 -3694
- package/styles/pivotfieldlist/highcontrast.css +1 -3694
- package/styles/pivotfieldlist/material-dark.css +1 -3695
- package/styles/pivotfieldlist/material.css +1 -3694
- package/styles/pivotfieldlist/material3-dark.css +1 -3803
- package/styles/pivotfieldlist/material3.css +1 -3857
- package/styles/pivotfieldlist/tailwind-dark.css +1 -3759
- package/styles/pivotfieldlist/tailwind.css +1 -3760
- package/styles/pivotview/bootstrap-dark.css +1 -2828
- package/styles/pivotview/bootstrap.css +1 -2827
- package/styles/pivotview/bootstrap4.css +1 -2933
- package/styles/pivotview/bootstrap5-dark.css +1 -2859
- package/styles/pivotview/bootstrap5.css +1 -2861
- package/styles/pivotview/fabric-dark.css +1 -2829
- package/styles/pivotview/fabric.css +1 -2829
- package/styles/pivotview/fluent-dark.css +1 -2868
- package/styles/pivotview/fluent.css +1 -2870
- package/styles/pivotview/highcontrast-light.css +1 -2829
- package/styles/pivotview/highcontrast.css +1 -2829
- package/styles/pivotview/material-dark.css +1 -2830
- package/styles/pivotview/material.css +1 -2831
- package/styles/pivotview/material3-dark.css +1 -2929
- package/styles/pivotview/material3.css +1 -2987
- package/styles/pivotview/tailwind-dark.css +1 -2876
- package/styles/pivotview/tailwind.css +1 -2878
- package/styles/tailwind-dark.css +1 -6636
- package/styles/tailwind.css +1 -6639
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,18 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I527917` - The chart area border customization properties will now work properly with the pivot chart.
|
|
10
|
+
|
|
11
|
+
#### New features
|
|
12
|
+
|
|
13
|
+
- Introduced a new Syncfusion assembly [Syncfusion.Pivot.Engine](https://www.nuget.org/packages/Syncfusion.Pivot.Engine) is a .NET Core compatible alternative to the [Syncfusion.EJ2.Pivot](https://www.nuget.org/packages/Syncfusion.EJ2.Pivot) package that is used in a server side application to perform all Pivot calculations such as aggregation, filtering, sorting, grouping, and so on, and only the information to be displayed in the Pivot Table's viewport is passed to the client side (browser) via web service (Web API) rather than the entire data source.
|
|
14
|
+
|
|
15
|
+
## 23.2.6 (2023-11-28)
|
|
16
|
+
|
|
17
|
+
### PivotTable
|
|
18
|
+
|
|
19
|
+
#### Bug fixes
|
|
20
|
+
|
|
9
21
|
- `#I521739` - When no fields are bound to the column axis, the pivot table will now function properly when applying a filter.
|
|
10
22
|
|
|
11
23
|
## 23.2.5 (2023-11-23)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pivotview.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 24.1.41
|
|
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
|