@syncfusion/ej2-react-pivotview 19.3.53 → 19.4.40

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 (43) hide show
  1. package/CHANGELOG.md +28 -28
  2. package/README.md +1 -1
  3. package/dist/ej2-react-pivotview.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +115 -104
  6. package/styles/bootstrap.css +115 -104
  7. package/styles/bootstrap4.css +114 -81
  8. package/styles/bootstrap5-dark.css +220 -168
  9. package/styles/bootstrap5.css +215 -161
  10. package/styles/fabric-dark.css +117 -103
  11. package/styles/fabric.css +115 -102
  12. package/styles/highcontrast-light.css +116 -102
  13. package/styles/highcontrast.css +118 -104
  14. package/styles/material-dark.css +108 -97
  15. package/styles/material.css +108 -97
  16. package/styles/pivotfieldlist/bootstrap-dark.css +49 -58
  17. package/styles/pivotfieldlist/bootstrap.css +49 -58
  18. package/styles/pivotfieldlist/bootstrap4.css +44 -39
  19. package/styles/pivotfieldlist/bootstrap5-dark.css +115 -89
  20. package/styles/pivotfieldlist/bootstrap5.css +115 -89
  21. package/styles/pivotfieldlist/fabric-dark.css +49 -58
  22. package/styles/pivotfieldlist/fabric.css +49 -58
  23. package/styles/pivotfieldlist/highcontrast-light.css +49 -58
  24. package/styles/pivotfieldlist/highcontrast.css +49 -58
  25. package/styles/pivotfieldlist/material-dark.css +44 -53
  26. package/styles/pivotfieldlist/material.css +44 -53
  27. package/styles/pivotfieldlist/tailwind-dark.css +138 -81
  28. package/styles/pivotfieldlist/tailwind.css +140 -83
  29. package/styles/pivotview/bootstrap-dark.css +66 -46
  30. package/styles/pivotview/bootstrap.css +66 -46
  31. package/styles/pivotview/bootstrap4.css +70 -42
  32. package/styles/pivotview/bootstrap5-dark.css +99 -73
  33. package/styles/pivotview/bootstrap5.css +100 -72
  34. package/styles/pivotview/fabric-dark.css +68 -45
  35. package/styles/pivotview/fabric.css +66 -44
  36. package/styles/pivotview/highcontrast-light.css +67 -44
  37. package/styles/pivotview/highcontrast.css +69 -46
  38. package/styles/pivotview/material-dark.css +64 -44
  39. package/styles/pivotview/material.css +64 -44
  40. package/styles/pivotview/tailwind-dark.css +106 -58
  41. package/styles/pivotview/tailwind.css +107 -57
  42. package/styles/tailwind-dark.css +250 -145
  43. package/styles/tailwind.css +247 -140
package/CHANGELOG.md CHANGED
@@ -6,28 +6,28 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - The Pivot Table can now be exported properly with static field list.
9
+ - The Pivot Chart is now properly shown with the default value of the "zoomFactor" property.
10
10
 
11
- #### New Features
12
-
13
- - `#I343343` - Provided support to render value totals alone when no field in row axis.
14
-
15
- ## 19.3.48 (2021-11-02)
11
+ ## 19.4.38 (2021-12-17)
16
12
 
17
13
  ### Pivot Table
18
14
 
19
15
  #### Bug Fixes
20
16
 
21
- - While no fields are bound in the values axis, the empty pivot table is now properly displayed.
22
- - Even the value fields starts with the same unique name (fieldName), the Pivot Table values are now properly displayed.
23
-
24
- ## 19.3.47 (2021-10-26)
17
+ - `#I349396` - When the virtual scrolling feature is enabled, as well as when members are filtered, the Pivot Table can now be rendered properly.
18
+ - `#I340539` - In Angular, the bundle size for Pivot Table has been reduced.
19
+ - `#I347116` - With the toolbar UI, the Pivot Chart is now refreshed properly.
20
+ - `#I347116` - With the Pivot Chart's default settings, its labels are displayed properly.
21
+ - `#I348183` - While performing value sorting with a single measure, the Pivot Table will now be rendered properly.
22
+ - `#I348952` - In the pivot table, the tooltip for string fields is now properly displayed.
23
+ - `#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.
24
+ - `#F170654` - The caption in the grouping field buttons within the grouping bar and field list layout is now displayed properly.
25
25
 
26
- ### Pivot Table
27
-
28
- #### Bug Fixes
26
+ #### New Features
29
27
 
30
- - `#I345673` - Even the value fields starts with the same caption, the Pivot Table values are now properly displayed.
28
+ - `#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.
29
+ - `#I327744` - Provided support to align text for specific column headers.
30
+ - `#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.
31
31
 
32
32
  ## 19.3.46 (2021-10-19)
33
33
 
@@ -35,7 +35,7 @@
35
35
 
36
36
  #### Bug Fixes
37
37
 
38
- - `#I345297` - While clicking the value sorting icon, the "cellClick" event is now properly triggered.
38
+ - `#I345297` - While clicking the value sorting icon, the cell click event is now properly triggered.
39
39
  - `#I342886` - The "Calculated Field" feature in the pivot table now works properly in Angular production mode.
40
40
 
41
41
  ## 19.3.44 (2021-10-05)
@@ -45,9 +45,9 @@
45
45
  #### Bug Fixes
46
46
 
47
47
  - `#F168308` - The pivot table can now be rendered properly with custom number formats.
48
- - `#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.
48
+ - `#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.
49
49
  - `#I341987` - The pivot table can now be rendered properly while perform filtering with OLAP data source.
50
- - `#I342221` - The pivot table can now be rendered properly while applying date grouing through UI.
50
+ - `#I342221` - The pivot table can now be rendered properly while applying date grouping through UI.
51
51
  - The column headers are now displayed properly while perform resizing.
52
52
  - `#I342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
53
53
 
@@ -69,7 +69,7 @@
69
69
 
70
70
  #### Bug Fixes
71
71
 
72
- - `#I337487` - Now the field's caption can be changed dynamically using the value field settings dialog.
72
+ - `#I337487` - Now the field's caption can be changed dynamically using the value field settings pop-up.
73
73
  - `#F167449` - Now the fields panel has been refreshed properly with toolbar UI.
74
74
 
75
75
  ## 19.2.51 (2021-08-03)
@@ -78,9 +78,9 @@
78
78
 
79
79
  #### Bug Fixes
80
80
 
81
- - `#F166428` - Issue while resizing column with virtualization in the pivot table has been resolved.
82
- - `#336591`,`#337082` - When using the virtualization feature, the pivot table columns are now properly displayed when scrolling horizontally.
83
- - `#337082` - The pivot table is now properly displayed when scrolling horizontally while filtering is applied when using the virtualization feature.
81
+ - `#F166428` - Issue while resizing column with virtual scrolling in the pivot table has been resolved.
82
+ - `#336591`,`#337082` - When using the virtual scrolling feature, the pivot table columns are now properly displayed when scrolling horizontally.
83
+ - `#337082` - The pivot table is now properly displayed when scrolling horizontally while filtering is applied when using the virtual scrolling feature.
84
84
 
85
85
  ## 19.2.49 (2021-07-27)
86
86
 
@@ -109,10 +109,10 @@
109
109
 
110
110
  - Border alignment issue in "Grouping Bar" UI has been fixed.
111
111
 
112
- - `#310208` - The issue "Columns are shrink randonly" has been fixed.
112
+ - `#310208` - The issue "Columns are shrink randomly" has been fixed.
113
113
  - `#308576` - The "Field Mapping" feature now works on all of its properties.
114
114
  - `#313362`,`#314555` - The issue in "Auto column resizing" feature has been fixed.
115
- - `#313362` - The aggregation type "PercentageOfParentTotal" can now be formatted.
115
+ - `#313362` - The aggregation type "Percentage Of Parent Total" can now be formatted.
116
116
 
117
117
  ## 18.4.30 (2020-12-17)
118
118
 
@@ -138,8 +138,8 @@
138
138
 
139
139
  #### Bug Fixes
140
140
 
141
- - The drill through dialog now be showed the correct raw items when we filtering applied in fields in filter axis.
142
- - The drill through dialog can now be openend when we bind measures in row axis.
141
+ - The drill through pop-up now be showed the correct raw items when we filtering applied in fields in filter axis.
142
+ - The drill through pop-up can now be open when we bind measures in row axis.
143
143
 
144
144
  - `#287170` - The number formatting can now be updated properly in excel exported document.
145
145
 
@@ -149,14 +149,14 @@
149
149
 
150
150
  #### Bug Fixes
151
151
 
152
- - Now drill-through dialog can be opened when the measures are placed in row axis.
152
+ - Now drill-through pop-up can be open when the measures are placed in row axis.
153
153
 
154
154
  #### New Features
155
155
 
156
156
  - `#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.
157
157
  - `#279727` - Provided support to sort the alphanumeric field members.
158
- - `#F155279` - Provided an option to restrict the drill-through dialog to display.
159
- - `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing dialog.
158
+ - `#F155279` - Provided an option to restrict the drill-through pop-up to display.
159
+ - `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing pop-up.
160
160
  - `#283107` - Provided template support in toolbar panel to create custom toolbar option.
161
161
  - `#284800` - Introduced an event to get the edited raw data information after the editing operation.
162
162
 
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 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
61
+ © Copyright 2021 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.53
3
+ * version : 19.4.40
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.48",
3
+ "_id": "@syncfusion/ej2-react-pivotview@19.4.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-5+bFT8DetSMmeSUQAWVMXcRnRNYdZfp/6EtsaByWIpU9J1RoN/2qPjNV1DnCWIKYlFcffJJYGNDk9O5cSxZeuQ==",
5
+ "_integrity": "sha512-abMOGZoZ3liEiHL6itMGzGSykNZLiiyl1ZRI9uapy/7PVOyIZkDyTXe/HX+Fw4bgDIyuflf23EFMvAxbGyBLnw==",
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.48.tgz",
23
- "_shasum": "0729b08ac136ed5fbfceabd27f747453d6519f9b",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-19.4.38.tgz",
23
+ "_shasum": "8aead020c4d2077bac146d768aeb71ce02c7f04e",
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.53",
35
- "@syncfusion/ej2-pivotview": "19.3.53",
36
- "@syncfusion/ej2-react-base": "~19.3.53"
34
+ "@syncfusion/ej2-base": "~19.4.38",
35
+ "@syncfusion/ej2-pivotview": "19.4.40",
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.53",
64
+ "version": "19.4.40",
65
65
  "sideEffects": false
66
66
  }