@syncfusion/ej2-react-pivotview 19.3.57 → 19.4.42
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 +35 -28
- package/README.md +1 -1
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +145 -118
- package/styles/bootstrap.css +145 -118
- package/styles/bootstrap4.css +144 -95
- package/styles/bootstrap5-dark.css +250 -182
- package/styles/bootstrap5.css +245 -175
- package/styles/fabric-dark.css +147 -117
- package/styles/fabric.css +145 -116
- package/styles/highcontrast-light.css +146 -116
- package/styles/highcontrast.css +148 -118
- package/styles/material-dark.css +138 -111
- package/styles/material.css +138 -111
- package/styles/pivotfieldlist/bootstrap-dark.css +79 -72
- package/styles/pivotfieldlist/bootstrap.css +79 -72
- package/styles/pivotfieldlist/bootstrap4.css +74 -53
- package/styles/pivotfieldlist/bootstrap5-dark.css +145 -103
- package/styles/pivotfieldlist/bootstrap5.css +145 -103
- package/styles/pivotfieldlist/fabric-dark.css +79 -72
- package/styles/pivotfieldlist/fabric.css +79 -72
- package/styles/pivotfieldlist/highcontrast-light.css +79 -72
- package/styles/pivotfieldlist/highcontrast.css +79 -72
- package/styles/pivotfieldlist/material-dark.css +74 -67
- package/styles/pivotfieldlist/material.css +74 -67
- package/styles/pivotfieldlist/tailwind-dark.css +168 -95
- package/styles/pivotfieldlist/tailwind.css +170 -97
- package/styles/pivotview/bootstrap-dark.css +66 -46
- package/styles/pivotview/bootstrap.css +66 -46
- package/styles/pivotview/bootstrap4.css +70 -42
- package/styles/pivotview/bootstrap5-dark.css +99 -73
- package/styles/pivotview/bootstrap5.css +100 -72
- package/styles/pivotview/fabric-dark.css +68 -45
- package/styles/pivotview/fabric.css +66 -44
- package/styles/pivotview/highcontrast-light.css +67 -44
- package/styles/pivotview/highcontrast.css +69 -46
- package/styles/pivotview/material-dark.css +64 -44
- package/styles/pivotview/material.css +64 -44
- package/styles/pivotview/tailwind-dark.css +106 -58
- package/styles/pivotview/tailwind.css +107 -57
- package/styles/tailwind-dark.css +280 -159
- package/styles/tailwind.css +277 -154
package/CHANGELOG.md
CHANGED
|
@@ -2,42 +2,49 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
## 19.3.55 (2021-11-23)
|
|
6
|
-
|
|
7
5
|
### Pivot Table
|
|
8
6
|
|
|
9
7
|
#### Bug Fixes
|
|
10
8
|
|
|
11
|
-
-
|
|
9
|
+
- `#SF-359726` - When exporting the Pivot Table to PDF format, styles can now be properly applied to the header and footer.
|
|
10
|
+
- `#SF-359726` - When exporting the Pivot Table to Excel format, the headers are now properly shown.
|
|
12
11
|
|
|
13
|
-
## 19.
|
|
12
|
+
## 19.4.41 (2022-01-04)
|
|
14
13
|
|
|
15
14
|
### Pivot Table
|
|
16
15
|
|
|
17
16
|
#### Bug Fixes
|
|
18
17
|
|
|
19
|
-
-
|
|
20
|
-
|
|
21
|
-
#### New Features
|
|
22
|
-
|
|
23
|
-
- `#I343343` - Provided support to render value totals alone when no field in row axis.
|
|
18
|
+
- `#I340908` - In Firefox browser, the Pivot Table is now refreshed properly with virtual scrolling.
|
|
24
19
|
|
|
25
|
-
## 19.
|
|
20
|
+
## 19.4.40 (2021-12-28)
|
|
26
21
|
|
|
27
22
|
### Pivot Table
|
|
28
23
|
|
|
29
24
|
#### Bug Fixes
|
|
30
25
|
|
|
31
|
-
-
|
|
32
|
-
- Even the value fields starts with the same unique name (fieldName), the Pivot Table values are now properly displayed.
|
|
26
|
+
- The Pivot Chart is now properly shown with the default value of the "zoomFactor" property.
|
|
33
27
|
|
|
34
|
-
## 19.
|
|
28
|
+
## 19.4.38 (2021-12-17)
|
|
35
29
|
|
|
36
30
|
### Pivot Table
|
|
37
31
|
|
|
38
32
|
#### Bug Fixes
|
|
39
33
|
|
|
40
|
-
- `#
|
|
34
|
+
- `#I349396` - When the virtual scrolling feature is enabled, as well as when members are filtered, the Pivot Table can now be rendered properly.
|
|
35
|
+
- `#I340539` - In Angular, the bundle size for Pivot Table has been reduced.
|
|
36
|
+
- `#I347116` - With the toolbar UI, the Pivot Chart is now refreshed properly.
|
|
37
|
+
- `#I347116` - With the Pivot Chart's default settings, its labels are displayed properly.
|
|
38
|
+
- `#I348183` - While performing value sorting with a single measure, the Pivot Table will now be rendered properly.
|
|
39
|
+
- `#I348952` - In the pivot table, the tooltip for string fields is now properly displayed.
|
|
40
|
+
- `#F170928` - When using the virtual scrolling feature, the calculated field buttons with edit option inside grouping bar and field list layout are now properly displayed.
|
|
41
|
+
- `#F170654` - The caption in the grouping field buttons within the grouping bar and field list layout is now displayed properly.
|
|
42
|
+
|
|
43
|
+
#### New Features
|
|
44
|
+
|
|
45
|
+
- `#I295658`, `#I320675`, `#I329355`, `#F158271`, `#F158475` - Provided support to display summarized totals (grand totals) either at the first or last position in the Pivot Table's row and column axes.
|
|
46
|
+
- `#I327744` - Provided support to align text for specific column headers.
|
|
47
|
+
- `#F159996` - Provided action begin and complete events to identify UI actions in the Pivot Table such as drill down/up, value sorting, grouping bar and field list UI actions, and CRUD operations. If the UI actions do not achieve the desired result, the action failure event is triggered.
|
|
41
48
|
|
|
42
49
|
## 19.3.46 (2021-10-19)
|
|
43
50
|
|
|
@@ -45,7 +52,7 @@
|
|
|
45
52
|
|
|
46
53
|
#### Bug Fixes
|
|
47
54
|
|
|
48
|
-
- `#I345297` - While clicking the value sorting icon, the
|
|
55
|
+
- `#I345297` - While clicking the value sorting icon, the cell click event is now properly triggered.
|
|
49
56
|
- `#I342886` - The "Calculated Field" feature in the pivot table now works properly in Angular production mode.
|
|
50
57
|
|
|
51
58
|
## 19.3.44 (2021-10-05)
|
|
@@ -55,9 +62,9 @@
|
|
|
55
62
|
#### Bug Fixes
|
|
56
63
|
|
|
57
64
|
- `#F168308` - The pivot table can now be rendered properly with custom number formats.
|
|
58
|
-
- `#I339705` - When the
|
|
65
|
+
- `#I339705` - When the virtual scrolling feature is used, the pivot table can now be rendered properly without an unnecessary horizontal scrollbar when the content does not require it.
|
|
59
66
|
- `#I341987` - The pivot table can now be rendered properly while perform filtering with OLAP data source.
|
|
60
|
-
- `#I342221` - The pivot table can now be rendered properly while applying date
|
|
67
|
+
- `#I342221` - The pivot table can now be rendered properly while applying date grouping through UI.
|
|
61
68
|
- The column headers are now displayed properly while perform resizing.
|
|
62
69
|
- `#I342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
|
|
63
70
|
|
|
@@ -79,7 +86,7 @@
|
|
|
79
86
|
|
|
80
87
|
#### Bug Fixes
|
|
81
88
|
|
|
82
|
-
- `#I337487` - Now the field's caption can be changed dynamically using the value field settings
|
|
89
|
+
- `#I337487` - Now the field's caption can be changed dynamically using the value field settings pop-up.
|
|
83
90
|
- `#F167449` - Now the fields panel has been refreshed properly with toolbar UI.
|
|
84
91
|
|
|
85
92
|
## 19.2.51 (2021-08-03)
|
|
@@ -88,9 +95,9 @@
|
|
|
88
95
|
|
|
89
96
|
#### Bug Fixes
|
|
90
97
|
|
|
91
|
-
- `#F166428` - Issue while resizing column with
|
|
92
|
-
- `#336591`,`#337082` - When using the
|
|
93
|
-
- `#337082` - The pivot table is now properly displayed when scrolling horizontally while filtering is applied when using the
|
|
98
|
+
- `#F166428` - Issue while resizing column with virtual scrolling in the pivot table has been resolved.
|
|
99
|
+
- `#336591`,`#337082` - When using the virtual scrolling feature, the pivot table columns are now properly displayed when scrolling horizontally.
|
|
100
|
+
- `#337082` - The pivot table is now properly displayed when scrolling horizontally while filtering is applied when using the virtual scrolling feature.
|
|
94
101
|
|
|
95
102
|
## 19.2.49 (2021-07-27)
|
|
96
103
|
|
|
@@ -119,10 +126,10 @@
|
|
|
119
126
|
|
|
120
127
|
- Border alignment issue in "Grouping Bar" UI has been fixed.
|
|
121
128
|
|
|
122
|
-
- `#310208` - The issue "Columns are shrink
|
|
129
|
+
- `#310208` - The issue "Columns are shrink randomly" has been fixed.
|
|
123
130
|
- `#308576` - The "Field Mapping" feature now works on all of its properties.
|
|
124
131
|
- `#313362`,`#314555` - The issue in "Auto column resizing" feature has been fixed.
|
|
125
|
-
- `#313362` - The aggregation type "
|
|
132
|
+
- `#313362` - The aggregation type "Percentage Of Parent Total" can now be formatted.
|
|
126
133
|
|
|
127
134
|
## 18.4.30 (2020-12-17)
|
|
128
135
|
|
|
@@ -148,8 +155,8 @@
|
|
|
148
155
|
|
|
149
156
|
#### Bug Fixes
|
|
150
157
|
|
|
151
|
-
- The drill through
|
|
152
|
-
- The drill through
|
|
158
|
+
- The drill through pop-up now be showed the correct raw items when we filtering applied in fields in filter axis.
|
|
159
|
+
- The drill through pop-up can now be open when we bind measures in row axis.
|
|
153
160
|
|
|
154
161
|
- `#287170` - The number formatting can now be updated properly in excel exported document.
|
|
155
162
|
|
|
@@ -159,14 +166,14 @@
|
|
|
159
166
|
|
|
160
167
|
#### Bug Fixes
|
|
161
168
|
|
|
162
|
-
- Now drill-through
|
|
169
|
+
- Now drill-through pop-up can be open when the measures are placed in row axis.
|
|
163
170
|
|
|
164
171
|
#### New Features
|
|
165
172
|
|
|
166
173
|
- `#260352`,`#276917`,`#280407`,`#281842` - Provided an option to do the aggregation in server side and the rendering part alone will be done in client side. It is to improve the performance while binding huge size of data from remote server.
|
|
167
174
|
- `#279727` - Provided support to sort the alphanumeric field members.
|
|
168
|
-
- `#F155279` - Provided an option to restrict the drill-through
|
|
169
|
-
- `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing
|
|
175
|
+
- `#F155279` - Provided an option to restrict the drill-through pop-up to display.
|
|
176
|
+
- `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing pop-up.
|
|
170
177
|
- `#283107` - Provided template support in toolbar panel to create custom toolbar option.
|
|
171
178
|
- `#284800` - Introduced an event to get the edited raw data information after the editing operation.
|
|
172
179
|
|
package/README.md
CHANGED
|
@@ -58,4 +58,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
|
|
|
58
58
|
|
|
59
59
|
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/pivotview/CHANGELOG.md?utm_source=npm&utm_campaign=pivot-grid)
|
|
60
60
|
|
|
61
|
-
© Copyright
|
|
61
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pivotview.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.4.42
|
|
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@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pivotview@19.4.41",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-29ec4ngKUI/PgWY8uQBg8gcoo92F/y+KX7lBR+H7Cq2/aui7qsAsvmd8OyldMQyNAJOOof4jHdENY5S0AX7xcQ==",
|
|
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-19.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-19.4.41.tgz",
|
|
23
|
+
"_shasum": "72f8612334bcd56dfebc0c03765a664d9369a417",
|
|
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": "~19.
|
|
35
|
-
"@syncfusion/ej2-pivotview": "19.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.42",
|
|
35
|
+
"@syncfusion/ej2-pivotview": "19.4.42",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.4.42"
|
|
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": "19.
|
|
64
|
+
"version": "19.4.42",
|
|
65
65
|
"sideEffects": false
|
|
66
66
|
}
|