@syncfusion/ej2-react-pivotview 21.2.10 → 22.1.36
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 +15 -96
- package/diConfig.json +1 -0
- package/dist/ej2-react-pivotview.min.js +1 -1
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +274 -226
- package/styles/bootstrap.css +274 -227
- package/styles/bootstrap4.css +284 -285
- package/styles/bootstrap5-dark.css +272 -270
- package/styles/bootstrap5.css +272 -270
- package/styles/fabric-dark.css +264 -230
- package/styles/fabric.css +262 -233
- package/styles/fluent-dark.css +276 -263
- package/styles/fluent.css +276 -263
- package/styles/highcontrast-light.css +264 -227
- package/styles/highcontrast.css +264 -227
- package/styles/material-dark.css +271 -227
- package/styles/material.css +270 -226
- package/styles/material3-dark.css +6666 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +6777 -0
- package/styles/material3.scss +3 -0
- package/styles/pivotfieldlist/bootstrap-dark.css +149 -139
- package/styles/pivotfieldlist/bootstrap.css +148 -138
- package/styles/pivotfieldlist/bootstrap4.css +153 -146
- package/styles/pivotfieldlist/bootstrap5-dark.css +149 -150
- package/styles/pivotfieldlist/bootstrap5.css +149 -150
- package/styles/pivotfieldlist/fabric-dark.css +140 -139
- package/styles/pivotfieldlist/fabric.css +141 -140
- package/styles/pivotfieldlist/fluent-dark.css +159 -170
- package/styles/pivotfieldlist/fluent.css +159 -170
- package/styles/pivotfieldlist/highcontrast-light.css +139 -138
- package/styles/pivotfieldlist/highcontrast.css +139 -138
- package/styles/pivotfieldlist/material-dark.css +148 -142
- package/styles/pivotfieldlist/material.css +147 -141
- package/styles/pivotfieldlist/material3-dark.css +3811 -0
- package/styles/pivotfieldlist/material3-dark.scss +2 -0
- package/styles/pivotfieldlist/material3.css +3865 -0
- package/styles/pivotfieldlist/material3.scss +2 -0
- package/styles/pivotfieldlist/tailwind-dark.css +152 -163
- package/styles/pivotfieldlist/tailwind.css +152 -163
- package/styles/pivotview/bootstrap-dark.css +125 -87
- package/styles/pivotview/bootstrap.css +126 -89
- package/styles/pivotview/bootstrap4.css +131 -139
- package/styles/pivotview/bootstrap5-dark.css +123 -120
- package/styles/pivotview/bootstrap5.css +123 -120
- package/styles/pivotview/fabric-dark.css +124 -91
- package/styles/pivotview/fabric.css +121 -93
- package/styles/pivotview/fluent-dark.css +117 -93
- package/styles/pivotview/fluent.css +117 -93
- package/styles/pivotview/highcontrast-light.css +125 -89
- package/styles/pivotview/highcontrast.css +125 -89
- package/styles/pivotview/material-dark.css +123 -85
- package/styles/pivotview/material.css +123 -85
- package/styles/pivotview/material3-dark.css +2854 -0
- package/styles/pivotview/material3-dark.scss +2 -0
- package/styles/pivotview/material3.css +2912 -0
- package/styles/pivotview/material3.scss +2 -0
- package/styles/pivotview/tailwind-dark.css +123 -91
- package/styles/pivotview/tailwind.css +123 -91
- package/styles/tailwind-dark.css +275 -254
- package/styles/tailwind.css +275 -254
package/CHANGELOG.md
CHANGED
|
@@ -2,100 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
#### Bug fixes
|
|
8
|
-
|
|
9
|
-
- Member sorting using a static field list now works properly with the server-side engine.
|
|
10
|
-
|
|
11
|
-
## 21.2.9 (2023-06-06)
|
|
12
|
-
|
|
13
|
-
### Pivot Table
|
|
14
|
-
|
|
15
|
-
#### Bug fixes
|
|
16
|
-
|
|
17
|
-
- `#I464602` - The overlay for the pivot table popups is now properly displayed.
|
|
18
|
-
|
|
19
|
-
## 21.2.8 (2023-05-30)
|
|
20
|
-
|
|
21
|
-
### Pivot Table
|
|
22
|
-
|
|
23
|
-
#### Bug fixes
|
|
24
|
-
|
|
25
|
-
- The grouping option in code-behind now works properly in the pivot table with server-side engine.
|
|
26
|
-
- The member editor popup will now display properly even if the pivot table contains invalid filter members.
|
|
27
|
-
|
|
28
|
-
## 21.2.6 (2023-05-23)
|
|
29
|
-
|
|
30
|
-
### Pivot Table
|
|
31
|
-
|
|
32
|
-
#### Bug Fixes
|
|
33
|
-
|
|
34
|
-
- The pivot table with server-side engine will now works properly.
|
|
35
|
-
|
|
36
|
-
## 21.2.5 (2023-05-16)
|
|
37
|
-
|
|
38
|
-
### Pivot Table
|
|
39
|
-
|
|
40
|
-
#### Bug Fixes
|
|
41
|
-
|
|
42
|
-
- Drill down/up will now work properly for headers with comma in an OLAP data source.
|
|
43
|
-
|
|
44
|
-
## 21.2.4 (2023-05-09)
|
|
5
|
+
## 21.1.36 (2023-06-28)
|
|
45
6
|
|
|
46
7
|
### Pivot Table
|
|
47
8
|
|
|
48
9
|
#### Bug fixes
|
|
49
10
|
|
|
50
|
-
- `#
|
|
11
|
+
- `#I473176` - The issue with the spinner not being properly hidden on the pivot table when the drillthrough popup was closed with server-side engine has now been resolved.
|
|
12
|
+
- `#I461804` - When we bind fields from the same hierarchy, drill down/up will now work properly in the pivot table with an OLAP data.
|
|
51
13
|
|
|
52
|
-
##
|
|
14
|
+
## 22.1.34 (2023-06-21)
|
|
53
15
|
|
|
54
16
|
### Pivot Table
|
|
55
17
|
|
|
56
|
-
#### Bug fixes
|
|
57
|
-
|
|
58
|
-
- `#I453038` - Drill operations now work properly while adding attribute hierarchy to the pivot table.
|
|
59
|
-
|
|
60
|
-
#### New features
|
|
61
|
-
|
|
62
|
-
- `#I398184` - Based on export properties, the pivot table will now export automatically utilizing engine export option support while using for toolbar options.
|
|
63
|
-
- `#I442424` - The field list UI now supports setting the default sort order via the `load` event.
|
|
64
|
-
- `#I436727` - While the data source is empty, the field list UI has been rendered with an empty layout.
|
|
65
|
-
|
|
66
|
-
## 21.1.41 (2023-04-18)
|
|
67
|
-
|
|
68
|
-
### Pivot Table
|
|
69
|
-
|
|
70
|
-
#### Bug fixes
|
|
71
|
-
|
|
72
|
-
- `#I454110` - Pivot Table now works properly when conditional formatting is applied without a measure.
|
|
73
|
-
|
|
74
|
-
## 21.1.39 (2023-04-11)
|
|
75
|
-
|
|
76
|
-
### Pivot Table
|
|
77
|
-
|
|
78
|
-
#### Bug fixes
|
|
79
|
-
|
|
80
|
-
- `#I450857` - When virtualization is enabled, the Pivot Table with OLAP data now exports to an Excel document properly.
|
|
81
|
-
|
|
82
|
-
## 21.1.37 (2023-03-29)
|
|
83
|
-
|
|
84
|
-
### Pivot Table
|
|
85
|
-
|
|
86
|
-
#### Breaking changes
|
|
87
|
-
|
|
88
|
-
- The property type of [`toolbar`](https://ej2.syncfusion.com/documentation/api/pivotview#toolbar) has been changed from `(ToolbarItems | ItemModel)[]` to `ToolbarItems[] | ItemModel[]`.
|
|
89
|
-
- In the server side controller, the imported namespace name has been changed from `Syncfusion.Blazor.PivotView` to `Syncfusion.EJ2.Pivot`.
|
|
90
|
-
|
|
91
|
-
## 21.1.35 (2023-03-23)
|
|
92
|
-
|
|
93
|
-
### Pivot Table
|
|
94
|
-
|
|
95
|
-
#### Bug Fixes
|
|
96
|
-
|
|
97
|
-
- `#I437267` - During initial rendering, the spinner will now be properly displayed in the pivot table.
|
|
98
|
-
|
|
99
18
|
#### New Features
|
|
100
19
|
|
|
101
20
|
- `#F165214` - Provided paging support in server side engine that allows to break and display large amounts of data page by page.
|
|
@@ -103,11 +22,11 @@
|
|
|
103
22
|
|
|
104
23
|
#### Breaking Changes
|
|
105
24
|
|
|
106
|
-
- The property type `
|
|
25
|
+
- The property type `PivotValues` has been changed from `IPivotValues` to `IAxisSet[][]`.
|
|
107
26
|
|
|
108
27
|
| Property Name | Description | Previous Type | Current Type |
|
|
109
28
|
|---|---|---|---|
|
|
110
|
-
| pivotValues | It holds the collection of cell information that has been populated from the engine on the basis of the given pivot report to render the component as table and chart. | IPivotValues | IAxisSet[][] |
|
|
29
|
+
| `pivotValues` | It holds the collection of cell information that has been populated from the engine on the basis of the given pivot report to render the component as table and chart. | `IPivotValues` | `IAxisSet[][]` |
|
|
111
30
|
|
|
112
31
|
## 20.4.38 (2022-12-21)
|
|
113
32
|
|
|
@@ -132,7 +51,7 @@
|
|
|
132
51
|
|
|
133
52
|
| Previous | Now |
|
|
134
53
|
|---|---|
|
|
135
|
-
| showMemberSeries | showPointColorByMembers |
|
|
54
|
+
| `showMemberSeries` | `showPointColorByMembers` |
|
|
136
55
|
|
|
137
56
|
- The `chartExport` method parameters for the pivot table have now been changed.
|
|
138
57
|
|
|
@@ -141,9 +60,9 @@
|
|
|
141
60
|
|
|
142
61
|
| Parameter | Type | Description |
|
|
143
62
|
|---|---|---|
|
|
144
|
-
| type | ExportType | Defines the export type. |
|
|
63
|
+
| type | `ExportType` | Defines the export type. |
|
|
145
64
|
| fileName | string | Defines file name of export document. |
|
|
146
|
-
| orientation | PdfPageOrientation | Defines the page orientation on pdf export(0 for Portrait mode, 1 for Landscape mode). |
|
|
65
|
+
| orientation | `PdfPageOrientation` | Defines the page orientation on pdf export(0 for Portrait mode, 1 for Landscape mode). |
|
|
147
66
|
| width | number | Defines width of the export document. |
|
|
148
67
|
| height | number | Defines width of the export document. |
|
|
149
68
|
|
|
@@ -152,11 +71,11 @@
|
|
|
152
71
|
|
|
153
72
|
| Parameter | Type | Description |
|
|
154
73
|
|---|---|---|
|
|
155
|
-
| type | ExportType | Defines the export type. |
|
|
156
|
-
| pdfExportProperties | PdfExportProperties | Allows to define the chart's export properties such as file name, orientation, width and height. |
|
|
157
|
-
| isMultipleExport | boolean | Allows to export multiple tables and charts into a single PDF document. |
|
|
158
|
-
| pdfDoc | Object | Allows the export of an external PDF document along with current PDF document. |
|
|
159
|
-
| isBlob | boolean | Allows the PDF document to be saved as blob data. |
|
|
74
|
+
| type | `ExportType` | Defines the export type. |
|
|
75
|
+
| `pdfExportProperties` | `PdfExportProperties` | Allows to define the chart's export properties such as file name, orientation, width and height. |
|
|
76
|
+
| `isMultipleExport` | boolean | Allows to export multiple tables and charts into a single PDF document. |
|
|
77
|
+
| `pdfDoc` | Object | Allows the export of an external PDF document along with current PDF document. |
|
|
78
|
+
| `isBlob` | boolean | Allows the PDF document to be saved as blob data. |
|
|
160
79
|
|
|
161
80
|
## 20.3.59 (2022-11-29)
|
|
162
81
|
|
|
@@ -186,7 +105,7 @@
|
|
|
186
105
|
|
|
187
106
|
#### Bug Fixes
|
|
188
107
|
|
|
189
|
-
- The drillthrough feature now works properly with alphanumeric data.
|
|
108
|
+
- The `drillthrough` feature now works properly with alphanumeric data.
|
|
190
109
|
|
|
191
110
|
## 20.3.49 (2022-10-11)
|
|
192
111
|
|
package/diConfig.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pivotview.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 22.1.36
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pivotview.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 22.1.36
|
|
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@21.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pivotview@21.1.36",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-7G4fBlIZh7sH+s/OeNOVVaoLysoSa4Y3xhfg6T1DCEjQXrRYlQhweCsd2qF942XGbDxKkpKpmi1qXQKk8NNWfA==",
|
|
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-21.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-21.1.36.tgz",
|
|
23
|
+
"_shasum": "8b768fc612e741ff07a9b3503b75bb7cdbc3d130",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-pivotview@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-pivotview": "
|
|
36
|
-
"@syncfusion/ej2-react-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~22.1.34",
|
|
35
|
+
"@syncfusion/ej2-pivotview": "22.1.36",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~22.1.34"
|
|
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",
|
|
@@ -53,6 +53,6 @@
|
|
|
53
53
|
"type": "git",
|
|
54
54
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
55
55
|
},
|
|
56
|
-
"version": "
|
|
56
|
+
"version": "22.1.36",
|
|
57
57
|
"sideEffects": false
|
|
58
58
|
}
|