@syncfusion/ej2-react-pivotview 20.1.48 → 20.1.55
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 +13 -0
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +498 -3110
- package/styles/bootstrap.css +498 -3110
- package/styles/bootstrap4.css +526 -3229
- package/styles/bootstrap5-dark.css +508 -3188
- package/styles/bootstrap5.css +508 -3188
- package/styles/fabric-dark.css +497 -3109
- package/styles/fabric.css +497 -3109
- package/styles/fluent-dark.css +510 -3161
- package/styles/fluent.css +510 -3161
- package/styles/highcontrast-light.css +497 -3109
- package/styles/highcontrast.css +497 -3109
- package/styles/material-dark.css +498 -3110
- package/styles/material.css +498 -3110
- package/styles/pivotfieldlist/bootstrap-dark.css +454 -2991
- package/styles/pivotfieldlist/bootstrap.css +453 -2990
- package/styles/pivotfieldlist/bootstrap4.css +481 -3100
- package/styles/pivotfieldlist/bootstrap5-dark.css +468 -3069
- package/styles/pivotfieldlist/bootstrap5.css +468 -3069
- package/styles/pivotfieldlist/fabric-dark.css +454 -2991
- package/styles/pivotfieldlist/fabric.css +453 -2990
- package/styles/pivotfieldlist/fluent-dark.css +464 -3037
- package/styles/pivotfieldlist/fluent.css +464 -3037
- package/styles/pivotfieldlist/highcontrast-light.css +454 -2991
- package/styles/pivotfieldlist/highcontrast.css +454 -2991
- package/styles/pivotfieldlist/material-dark.css +454 -2991
- package/styles/pivotfieldlist/material.css +454 -2991
- package/styles/pivotfieldlist/tailwind-dark.css +489 -3104
- package/styles/pivotfieldlist/tailwind.css +487 -3102
- package/styles/pivotview/bootstrap-dark.css +44 -119
- package/styles/pivotview/bootstrap.css +44 -119
- package/styles/pivotview/bootstrap4.css +48 -132
- package/styles/pivotview/bootstrap5-dark.css +42 -121
- package/styles/pivotview/bootstrap5.css +42 -121
- package/styles/pivotview/fabric-dark.css +43 -118
- package/styles/pivotview/fabric.css +43 -118
- package/styles/pivotview/fluent-dark.css +47 -125
- package/styles/pivotview/fluent.css +47 -125
- package/styles/pivotview/highcontrast-light.css +43 -118
- package/styles/pivotview/highcontrast.css +43 -118
- package/styles/pivotview/material-dark.css +44 -119
- package/styles/pivotview/material.css +44 -119
- package/styles/pivotview/tailwind-dark.css +42 -132
- package/styles/pivotview/tailwind.css +42 -132
- package/styles/tailwind-dark.css +528 -3233
- package/styles/tailwind.css +529 -3234
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
9
|
- `#I363090` - The previous cell selection can now be maintained while restricting the current selection in the pivot table's column axis using the cell selecting event.
|
|
10
|
+
- `#I373754` - The pivot table can now be exported properly to Excel and CSV formats while using the virtual scrolling feature, with sub-totals hidden.
|
|
11
|
+
- `#I374945` - The pivot chart will now refresh properly with the specified height when switching from adaptive to desktop mode.
|
|
12
|
+
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
- `#F174296` - Members of a specific field are now sorted based on user-defined order in the Pivot Table's row and column axes.
|
|
16
|
+
|
|
17
|
+
## 20.1.48 (2022-04-12)
|
|
18
|
+
|
|
19
|
+
### Pivot Table
|
|
20
|
+
|
|
21
|
+
#### Bug fixes
|
|
22
|
+
|
|
10
23
|
- In the OLAP field list UI, calculated fields are now properly displayed.
|
|
11
24
|
- The pivot table now exports properly to excel format with string type values when virtual scrolling is enabled.
|
|
12
25
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pivotview.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.55
|
|
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
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-pivotview@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-pivotview@20.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pivotview@20.1.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-JMkIQHpMb8h4ff2Hp6713MSrFuOIUFCo2Jl/DPwVXTbw9cMyn4WtFE7ZQ8Gil5jk5CMq4tAbXe/Ewxx5i+n5RQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-pivotview",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-20.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-20.1.48.tgz",
|
|
23
|
+
"_shasum": "c54f410b0b716619ca6bfb8b862eb3d077d569f1",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-pivotview@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.1.
|
|
35
|
-
"@syncfusion/ej2-pivotview": "20.1.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.1.55",
|
|
35
|
+
"@syncfusion/ej2-pivotview": "20.1.55",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.1.55"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for React",
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"type": "git",
|
|
62
62
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
63
63
|
},
|
|
64
|
-
"version": "20.1.
|
|
64
|
+
"version": "20.1.55",
|
|
65
65
|
"sideEffects": false
|
|
66
66
|
}
|