@syncfusion/ej2-react-pivotview 21.2.9 → 22.1.34
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 +11 -95
- 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 +273 -226
- 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 +125 -88
- 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
|
@@ -4,90 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
### Pivot Table
|
|
6
6
|
|
|
7
|
-
#### Bug fixes
|
|
8
|
-
|
|
9
|
-
- `#I464602` - The overlay for the pivot table popups is now properly displayed.
|
|
10
|
-
|
|
11
|
-
## 21.2.8 (2023-05-30)
|
|
12
|
-
|
|
13
|
-
### Pivot Table
|
|
14
|
-
|
|
15
|
-
#### Bug fixes
|
|
16
|
-
|
|
17
|
-
- The grouping option in code-behind now works properly in the pivot table with server-side engine.
|
|
18
|
-
- The member editor popup will now display properly even if the pivot table contains invalid filter members.
|
|
19
|
-
|
|
20
|
-
## 21.2.6 (2023-05-23)
|
|
21
|
-
|
|
22
|
-
### Pivot Table
|
|
23
|
-
|
|
24
|
-
#### Bug Fixes
|
|
25
|
-
|
|
26
|
-
- The pivot table with server-side engine will now works properly.
|
|
27
|
-
|
|
28
|
-
## 21.2.5 (2023-05-16)
|
|
29
|
-
|
|
30
|
-
### Pivot Table
|
|
31
|
-
|
|
32
|
-
#### Bug Fixes
|
|
33
|
-
|
|
34
|
-
- Drill down/up will now work properly for headers with comma in an OLAP data source.
|
|
35
|
-
|
|
36
|
-
## 21.2.4 (2023-05-09)
|
|
37
|
-
|
|
38
|
-
### Pivot Table
|
|
39
|
-
|
|
40
|
-
#### Bug fixes
|
|
41
|
-
|
|
42
|
-
- `#I455857` - When using the Server-side Pivot engine, the DistinctCount aggregate will now be applied properly to string values in the pivot table.
|
|
43
|
-
|
|
44
|
-
## 21.2.3 (2023-05-03)
|
|
45
|
-
|
|
46
|
-
### Pivot Table
|
|
47
|
-
|
|
48
|
-
#### Bug fixes
|
|
49
|
-
|
|
50
|
-
- `#I453038` - Drill operations now work properly while adding attribute hierarchy to the pivot table.
|
|
51
|
-
|
|
52
|
-
#### New features
|
|
53
|
-
|
|
54
|
-
- `#I398184` - Based on export properties, the pivot table will now export automatically utilizing engine export option support while using for toolbar options.
|
|
55
|
-
- `#I442424` - The field list UI now supports setting the default sort order via the `load` event.
|
|
56
|
-
- `#I436727` - While the data source is empty, the field list UI has been rendered with an empty layout.
|
|
57
|
-
|
|
58
|
-
## 21.1.41 (2023-04-18)
|
|
59
|
-
|
|
60
|
-
### Pivot Table
|
|
61
|
-
|
|
62
|
-
#### Bug fixes
|
|
63
|
-
|
|
64
|
-
- `#I454110` - Pivot Table now works properly when conditional formatting is applied without a measure.
|
|
65
|
-
|
|
66
|
-
## 21.1.39 (2023-04-11)
|
|
67
|
-
|
|
68
|
-
### Pivot Table
|
|
69
|
-
|
|
70
|
-
#### Bug fixes
|
|
71
|
-
|
|
72
|
-
- `#I450857` - When virtualization is enabled, the Pivot Table with OLAP data now exports to an Excel document properly.
|
|
73
|
-
|
|
74
|
-
## 21.1.37 (2023-03-29)
|
|
75
|
-
|
|
76
|
-
### Pivot Table
|
|
77
|
-
|
|
78
|
-
#### Breaking changes
|
|
79
|
-
|
|
80
|
-
- The property type of [`toolbar`](https://ej2.syncfusion.com/documentation/api/pivotview#toolbar) has been changed from `(ToolbarItems | ItemModel)[]` to `ToolbarItems[] | ItemModel[]`.
|
|
81
|
-
- In the server side controller, the imported namespace name has been changed from `Syncfusion.Blazor.PivotView` to `Syncfusion.EJ2.Pivot`.
|
|
82
|
-
|
|
83
|
-
## 21.1.35 (2023-03-23)
|
|
84
|
-
|
|
85
|
-
### Pivot Table
|
|
86
|
-
|
|
87
|
-
#### Bug Fixes
|
|
88
|
-
|
|
89
|
-
- `#I437267` - During initial rendering, the spinner will now be properly displayed in the pivot table.
|
|
90
|
-
|
|
91
7
|
#### New Features
|
|
92
8
|
|
|
93
9
|
- `#F165214` - Provided paging support in server side engine that allows to break and display large amounts of data page by page.
|
|
@@ -95,11 +11,11 @@
|
|
|
95
11
|
|
|
96
12
|
#### Breaking Changes
|
|
97
13
|
|
|
98
|
-
- The property type `
|
|
14
|
+
- The property type `PivotValues` has been changed from `IPivotValues` to `IAxisSet[][]`.
|
|
99
15
|
|
|
100
16
|
| Property Name | Description | Previous Type | Current Type |
|
|
101
17
|
|---|---|---|---|
|
|
102
|
-
| 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[][] |
|
|
18
|
+
| `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[][]` |
|
|
103
19
|
|
|
104
20
|
## 20.4.38 (2022-12-21)
|
|
105
21
|
|
|
@@ -124,7 +40,7 @@
|
|
|
124
40
|
|
|
125
41
|
| Previous | Now |
|
|
126
42
|
|---|---|
|
|
127
|
-
| showMemberSeries | showPointColorByMembers |
|
|
43
|
+
| `showMemberSeries` | `showPointColorByMembers` |
|
|
128
44
|
|
|
129
45
|
- The `chartExport` method parameters for the pivot table have now been changed.
|
|
130
46
|
|
|
@@ -133,9 +49,9 @@
|
|
|
133
49
|
|
|
134
50
|
| Parameter | Type | Description |
|
|
135
51
|
|---|---|---|
|
|
136
|
-
| type | ExportType | Defines the export type. |
|
|
52
|
+
| type | `ExportType` | Defines the export type. |
|
|
137
53
|
| fileName | string | Defines file name of export document. |
|
|
138
|
-
| orientation | PdfPageOrientation | Defines the page orientation on pdf export(0 for Portrait mode, 1 for Landscape mode). |
|
|
54
|
+
| orientation | `PdfPageOrientation` | Defines the page orientation on pdf export(0 for Portrait mode, 1 for Landscape mode). |
|
|
139
55
|
| width | number | Defines width of the export document. |
|
|
140
56
|
| height | number | Defines width of the export document. |
|
|
141
57
|
|
|
@@ -144,11 +60,11 @@
|
|
|
144
60
|
|
|
145
61
|
| Parameter | Type | Description |
|
|
146
62
|
|---|---|---|
|
|
147
|
-
| type | ExportType | Defines the export type. |
|
|
148
|
-
| pdfExportProperties | PdfExportProperties | Allows to define the chart's export properties such as file name, orientation, width and height. |
|
|
149
|
-
| isMultipleExport | boolean | Allows to export multiple tables and charts into a single PDF document. |
|
|
150
|
-
| pdfDoc | Object | Allows the export of an external PDF document along with current PDF document. |
|
|
151
|
-
| isBlob | boolean | Allows the PDF document to be saved as blob data. |
|
|
63
|
+
| type | `ExportType` | Defines the export type. |
|
|
64
|
+
| `pdfExportProperties` | `PdfExportProperties` | Allows to define the chart's export properties such as file name, orientation, width and height. |
|
|
65
|
+
| `isMultipleExport` | boolean | Allows to export multiple tables and charts into a single PDF document. |
|
|
66
|
+
| `pdfDoc` | Object | Allows the export of an external PDF document along with current PDF document. |
|
|
67
|
+
| `isBlob` | boolean | Allows the PDF document to be saved as blob data. |
|
|
152
68
|
|
|
153
69
|
## 20.3.59 (2022-11-29)
|
|
154
70
|
|
|
@@ -178,7 +94,7 @@
|
|
|
178
94
|
|
|
179
95
|
#### Bug Fixes
|
|
180
96
|
|
|
181
|
-
- The drillthrough feature now works properly with alphanumeric data.
|
|
97
|
+
- The `drillthrough` feature now works properly with alphanumeric data.
|
|
182
98
|
|
|
183
99
|
## 20.3.49 (2022-10-11)
|
|
184
100
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pivotview.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 22.1.34
|
|
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.34
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pivotview@20.13.7",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-coSau0S4iEVw0+BLrb1aYn9v7QA+jUjJtSNqcpu5Quv1+C+3TSeIyXhL2lSHcntQwZTGeK0aEgykNpWnkESwkg==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-20.13.7.tgz",
|
|
23
|
+
"_shasum": "f4c080a2ce5c59f56a82de854014d0fdb2466412",
|
|
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.34",
|
|
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.34",
|
|
57
57
|
"sideEffects": false
|
|
58
58
|
}
|