@syncfusion/ej2-react-pivotview 19.3.48 → 19.4.38

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.
Files changed (42) hide show
  1. package/CHANGELOG.md +26 -22
  2. package/dist/ej2-react-pivotview.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +115 -104
  5. package/styles/bootstrap.css +115 -104
  6. package/styles/bootstrap4.css +114 -81
  7. package/styles/bootstrap5-dark.css +220 -168
  8. package/styles/bootstrap5.css +215 -161
  9. package/styles/fabric-dark.css +117 -103
  10. package/styles/fabric.css +115 -102
  11. package/styles/highcontrast-light.css +116 -102
  12. package/styles/highcontrast.css +118 -104
  13. package/styles/material-dark.css +108 -97
  14. package/styles/material.css +108 -97
  15. package/styles/pivotfieldlist/bootstrap-dark.css +49 -58
  16. package/styles/pivotfieldlist/bootstrap.css +49 -58
  17. package/styles/pivotfieldlist/bootstrap4.css +44 -39
  18. package/styles/pivotfieldlist/bootstrap5-dark.css +115 -89
  19. package/styles/pivotfieldlist/bootstrap5.css +115 -89
  20. package/styles/pivotfieldlist/fabric-dark.css +49 -58
  21. package/styles/pivotfieldlist/fabric.css +49 -58
  22. package/styles/pivotfieldlist/highcontrast-light.css +49 -58
  23. package/styles/pivotfieldlist/highcontrast.css +49 -58
  24. package/styles/pivotfieldlist/material-dark.css +44 -53
  25. package/styles/pivotfieldlist/material.css +44 -53
  26. package/styles/pivotfieldlist/tailwind-dark.css +138 -81
  27. package/styles/pivotfieldlist/tailwind.css +140 -83
  28. package/styles/pivotview/bootstrap-dark.css +66 -46
  29. package/styles/pivotview/bootstrap.css +66 -46
  30. package/styles/pivotview/bootstrap4.css +70 -42
  31. package/styles/pivotview/bootstrap5-dark.css +99 -73
  32. package/styles/pivotview/bootstrap5.css +100 -72
  33. package/styles/pivotview/fabric-dark.css +68 -45
  34. package/styles/pivotview/fabric.css +66 -44
  35. package/styles/pivotview/highcontrast-light.css +67 -44
  36. package/styles/pivotview/highcontrast.css +69 -46
  37. package/styles/pivotview/material-dark.css +64 -44
  38. package/styles/pivotview/material.css +64 -44
  39. package/styles/pivotview/tailwind-dark.css +106 -58
  40. package/styles/pivotview/tailwind.css +107 -57
  41. package/styles/tailwind-dark.css +250 -145
  42. package/styles/tailwind.css +247 -140
package/CHANGELOG.md CHANGED
@@ -6,16 +6,20 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - While no fields are bound in the values axis, the empty pivot table is now properly displayed.
10
- - Even the value fields starts with the same unique name (fieldName), the Pivot Table values are now properly displayed.
9
+ - `#I349396` - When the virtual scrolling feature is enabled, as well as when members are filtered, the Pivot Table can now be rendered properly.
10
+ - `#I340539` - In Angular, the bundle size for Pivot Table has been reduced.
11
+ - `#I347116` - With the toolbar UI, the Pivot Chart is now refreshed properly.
12
+ - `#I347116` - With the Pivot Chart's default settings, its labels are displayed properly.
13
+ - `#I348183` - While performing value sorting with a single measure, the Pivot Table will now be rendered properly.
14
+ - `#I348952` - In the pivot table, the tooltip for string fields is now properly displayed.
15
+ - `#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.
16
+ - `#F170654` - The caption in the grouping field buttons within the grouping bar and field list layout is now displayed properly.
11
17
 
12
- ## 19.3.47 (2021-10-26)
13
-
14
- ### Pivot Table
15
-
16
- #### Bug Fixes
18
+ #### New Features
17
19
 
18
- - `#I345673` - Even the value fields starts with the same caption, the Pivot Table values are now properly displayed.
20
+ - `#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.
21
+ - `#I327744` - Provided support to align text for specific column headers.
22
+ - `#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.
19
23
 
20
24
  ## 19.3.46 (2021-10-19)
21
25
 
@@ -23,7 +27,7 @@
23
27
 
24
28
  #### Bug Fixes
25
29
 
26
- - `#I345297` - While clicking the value sorting icon, the "cellClick" event is now properly triggered.
30
+ - `#I345297` - While clicking the value sorting icon, the cell click event is now properly triggered.
27
31
  - `#I342886` - The "Calculated Field" feature in the pivot table now works properly in Angular production mode.
28
32
 
29
33
  ## 19.3.44 (2021-10-05)
@@ -33,9 +37,9 @@
33
37
  #### Bug Fixes
34
38
 
35
39
  - `#F168308` - The pivot table can now be rendered properly with custom number formats.
36
- - `#I339705` - When the virtualization feature is used, the pivot table can now be rendered properly without an unnecessary horizontal scrollbar when the content does not require it.
40
+ - `#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.
37
41
  - `#I341987` - The pivot table can now be rendered properly while perform filtering with OLAP data source.
38
- - `#I342221` - The pivot table can now be rendered properly while applying date grouing through UI.
42
+ - `#I342221` - The pivot table can now be rendered properly while applying date grouping through UI.
39
43
  - The column headers are now displayed properly while perform resizing.
40
44
  - `#I342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
41
45
 
@@ -57,7 +61,7 @@
57
61
 
58
62
  #### Bug Fixes
59
63
 
60
- - `#I337487` - Now the field's caption can be changed dynamically using the value field settings dialog.
64
+ - `#I337487` - Now the field's caption can be changed dynamically using the value field settings pop-up.
61
65
  - `#F167449` - Now the fields panel has been refreshed properly with toolbar UI.
62
66
 
63
67
  ## 19.2.51 (2021-08-03)
@@ -66,9 +70,9 @@
66
70
 
67
71
  #### Bug Fixes
68
72
 
69
- - `#F166428` - Issue while resizing column with virtualization in the pivot table has been resolved.
70
- - `#336591`,`#337082` - When using the virtualization feature, the pivot table columns are now properly displayed when scrolling horizontally.
71
- - `#337082` - The pivot table is now properly displayed when scrolling horizontally while filtering is applied when using the virtualization feature.
73
+ - `#F166428` - Issue while resizing column with virtual scrolling in the pivot table has been resolved.
74
+ - `#336591`,`#337082` - When using the virtual scrolling feature, the pivot table columns are now properly displayed when scrolling horizontally.
75
+ - `#337082` - The pivot table is now properly displayed when scrolling horizontally while filtering is applied when using the virtual scrolling feature.
72
76
 
73
77
  ## 19.2.49 (2021-07-27)
74
78
 
@@ -97,10 +101,10 @@
97
101
 
98
102
  - Border alignment issue in "Grouping Bar" UI has been fixed.
99
103
 
100
- - `#310208` - The issue "Columns are shrink randonly" has been fixed.
104
+ - `#310208` - The issue "Columns are shrink randomly" has been fixed.
101
105
  - `#308576` - The "Field Mapping" feature now works on all of its properties.
102
106
  - `#313362`,`#314555` - The issue in "Auto column resizing" feature has been fixed.
103
- - `#313362` - The aggregation type "PercentageOfParentTotal" can now be formatted.
107
+ - `#313362` - The aggregation type "Percentage Of Parent Total" can now be formatted.
104
108
 
105
109
  ## 18.4.30 (2020-12-17)
106
110
 
@@ -126,8 +130,8 @@
126
130
 
127
131
  #### Bug Fixes
128
132
 
129
- - The drill through dialog now be showed the correct raw items when we filtering applied in fields in filter axis.
130
- - The drill through dialog can now be openend when we bind measures in row axis.
133
+ - The drill through pop-up now be showed the correct raw items when we filtering applied in fields in filter axis.
134
+ - The drill through pop-up can now be open when we bind measures in row axis.
131
135
 
132
136
  - `#287170` - The number formatting can now be updated properly in excel exported document.
133
137
 
@@ -137,14 +141,14 @@
137
141
 
138
142
  #### Bug Fixes
139
143
 
140
- - Now drill-through dialog can be opened when the measures are placed in row axis.
144
+ - Now drill-through pop-up can be open when the measures are placed in row axis.
141
145
 
142
146
  #### New Features
143
147
 
144
148
  - `#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.
145
149
  - `#279727` - Provided support to sort the alphanumeric field members.
146
- - `#F155279` - Provided an option to restrict the drill-through dialog to display.
147
- - `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing dialog.
150
+ - `#F155279` - Provided an option to restrict the drill-through pop-up to display.
151
+ - `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing pop-up.
148
152
  - `#283107` - Provided template support in toolbar panel to create custom toolbar option.
149
153
  - `#284800` - Introduced an event to get the edited raw data information after the editing operation.
150
154
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.umd.min.js
3
- * version : 19.3.48
3
+ * version : 19.4.38
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.47",
3
+ "_id": "@syncfusion/ej2-react-pivotview@18.25.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-f6kmUe1s8ZmOJcqdWvapCcl35Qi3PxPxCYswOMjGBb8jockDupq+sek4DnhbTcSDD4BeVT5R0inUe5/1RU7mtg==",
5
+ "_integrity": "sha512-Mn70yQ80s0GkJiIXPkt1ue22p1k1e0Z9ebwCP2GqJ5BBAwIBSzMJLjdu3XNC1pTGZOTsziZtqkvPwGtQ/BBlvw==",
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/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-19.3.47.tgz",
23
- "_shasum": "850912ac5f1027cdc708e77ef964afcef6395ba2",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-18.25.2.tgz",
23
+ "_shasum": "f2e260169f353b7373a665e5afb88b549d8f717a",
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.3.47",
35
- "@syncfusion/ej2-pivotview": "19.3.48",
36
- "@syncfusion/ej2-react-base": "~19.3.46"
34
+ "@syncfusion/ej2-base": "~19.4.38",
35
+ "@syncfusion/ej2-pivotview": "19.4.38",
36
+ "@syncfusion/ej2-react-base": "~19.4.38"
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.3.48",
64
+ "version": "19.4.38",
65
65
  "sideEffects": false
66
66
  }