@syncfusion/ej2-react-pivotview 19.3.57 → 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 +25 -43
  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
@@ -2,42 +2,24 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 19.3.55 (2021-11-23)
6
-
7
- ### Pivot Table
8
-
9
- #### Bug Fixes
10
-
11
- - The pivot table can now be properly exported to an pdf file with two levels of columns.
12
-
13
- ## 19.3.53 (2021-11-12)
14
-
15
5
  ### Pivot Table
16
6
 
17
7
  #### Bug Fixes
18
8
 
19
- - The Pivot Table can now be exported properly with static field list.
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.
20
17
 
21
18
  #### New Features
22
19
 
23
- - `#I343343` - Provided support to render value totals alone when no field in row axis.
24
-
25
- ## 19.3.48 (2021-11-02)
26
-
27
- ### Pivot Table
28
-
29
- #### Bug Fixes
30
-
31
- - While no fields are bound in the values axis, the empty pivot table is now properly displayed.
32
- - Even the value fields starts with the same unique name (fieldName), the Pivot Table values are now properly displayed.
33
-
34
- ## 19.3.47 (2021-10-26)
35
-
36
- ### Pivot Table
37
-
38
- #### Bug Fixes
39
-
40
- - `#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.
41
23
 
42
24
  ## 19.3.46 (2021-10-19)
43
25
 
@@ -45,7 +27,7 @@
45
27
 
46
28
  #### Bug Fixes
47
29
 
48
- - `#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.
49
31
  - `#I342886` - The "Calculated Field" feature in the pivot table now works properly in Angular production mode.
50
32
 
51
33
  ## 19.3.44 (2021-10-05)
@@ -55,9 +37,9 @@
55
37
  #### Bug Fixes
56
38
 
57
39
  - `#F168308` - The pivot table can now be rendered properly with custom number formats.
58
- - `#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.
59
41
  - `#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 grouing through UI.
42
+ - `#I342221` - The pivot table can now be rendered properly while applying date grouping through UI.
61
43
  - The column headers are now displayed properly while perform resizing.
62
44
  - `#I342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
63
45
 
@@ -79,7 +61,7 @@
79
61
 
80
62
  #### Bug Fixes
81
63
 
82
- - `#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.
83
65
  - `#F167449` - Now the fields panel has been refreshed properly with toolbar UI.
84
66
 
85
67
  ## 19.2.51 (2021-08-03)
@@ -88,9 +70,9 @@
88
70
 
89
71
  #### Bug Fixes
90
72
 
91
- - `#F166428` - Issue while resizing column with virtualization in the pivot table has been resolved.
92
- - `#336591`,`#337082` - When using the virtualization feature, the pivot table columns are now properly displayed when scrolling horizontally.
93
- - `#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.
94
76
 
95
77
  ## 19.2.49 (2021-07-27)
96
78
 
@@ -119,10 +101,10 @@
119
101
 
120
102
  - Border alignment issue in "Grouping Bar" UI has been fixed.
121
103
 
122
- - `#310208` - The issue "Columns are shrink randonly" has been fixed.
104
+ - `#310208` - The issue "Columns are shrink randomly" has been fixed.
123
105
  - `#308576` - The "Field Mapping" feature now works on all of its properties.
124
106
  - `#313362`,`#314555` - The issue in "Auto column resizing" feature has been fixed.
125
- - `#313362` - The aggregation type "PercentageOfParentTotal" can now be formatted.
107
+ - `#313362` - The aggregation type "Percentage Of Parent Total" can now be formatted.
126
108
 
127
109
  ## 18.4.30 (2020-12-17)
128
110
 
@@ -148,8 +130,8 @@
148
130
 
149
131
  #### Bug Fixes
150
132
 
151
- - The drill through dialog now be showed the correct raw items when we filtering applied in fields in filter axis.
152
- - 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.
153
135
 
154
136
  - `#287170` - The number formatting can now be updated properly in excel exported document.
155
137
 
@@ -159,14 +141,14 @@
159
141
 
160
142
  #### Bug Fixes
161
143
 
162
- - 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.
163
145
 
164
146
  #### New Features
165
147
 
166
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.
167
149
  - `#279727` - Provided support to sort the alphanumeric field members.
168
- - `#F155279` - Provided an option to restrict the drill-through dialog to display.
169
- - `#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.
170
152
  - `#283107` - Provided template support in toolbar panel to create custom toolbar option.
171
153
  - `#284800` - Introduced an event to get the edited raw data information after the editing operation.
172
154
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.umd.min.js
3
- * version : 19.3.57
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.55",
3
+ "_id": "@syncfusion/ej2-react-pivotview@18.25.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-P3a01FrhoMqy8W42vOTanOtJT7fqi3UntuUt0r/F7JMGJk5zwwN9BOkSXEnSWKfQH77WTi0h0q95GoEjxXCnyQ==",
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-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-19.3.55.tgz",
23
- "_shasum": "4507267c3e327efd725d7c400a28aac3d3f55b37",
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.56",
35
- "@syncfusion/ej2-pivotview": "19.3.57",
36
- "@syncfusion/ej2-react-base": "~19.3.57"
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.57",
64
+ "version": "19.4.38",
65
65
  "sideEffects": false
66
66
  }