@syncfusion/ej2-react-pivotview 19.4.55 → 20.1.55

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 (54) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/dist/ej2-react-pivotview.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +569 -3130
  5. package/styles/bootstrap.css +569 -3130
  6. package/styles/bootstrap4.css +598 -3250
  7. package/styles/bootstrap5-dark.css +626 -3219
  8. package/styles/bootstrap5.css +628 -3221
  9. package/styles/fabric-dark.css +568 -3128
  10. package/styles/fabric.css +568 -3129
  11. package/styles/fluent-dark.css +6263 -0
  12. package/styles/fluent-dark.scss +2 -0
  13. package/styles/fluent.css +6265 -0
  14. package/styles/fluent.scss +2 -0
  15. package/styles/highcontrast-light.css +568 -3129
  16. package/styles/highcontrast.css +568 -3129
  17. package/styles/material-dark.css +568 -3129
  18. package/styles/material.css +568 -3129
  19. package/styles/pivotfieldlist/bootstrap-dark.css +479 -2999
  20. package/styles/pivotfieldlist/bootstrap.css +475 -2995
  21. package/styles/pivotfieldlist/bootstrap4.css +502 -3104
  22. package/styles/pivotfieldlist/bootstrap5-dark.css +516 -3079
  23. package/styles/pivotfieldlist/bootstrap5.css +516 -3079
  24. package/styles/pivotfieldlist/fabric-dark.css +479 -2999
  25. package/styles/pivotfieldlist/fabric.css +475 -2995
  26. package/styles/pivotfieldlist/fluent-dark.css +3883 -0
  27. package/styles/pivotfieldlist/fluent-dark.scss +1 -0
  28. package/styles/pivotfieldlist/fluent.css +3883 -0
  29. package/styles/pivotfieldlist/fluent.scss +1 -0
  30. package/styles/pivotfieldlist/highcontrast-light.css +479 -2999
  31. package/styles/pivotfieldlist/highcontrast.css +479 -2999
  32. package/styles/pivotfieldlist/material-dark.css +479 -2999
  33. package/styles/pivotfieldlist/material.css +479 -2999
  34. package/styles/pivotfieldlist/tailwind-dark.css +607 -3214
  35. package/styles/pivotfieldlist/tailwind.css +607 -3214
  36. package/styles/pivotview/bootstrap-dark.css +91 -132
  37. package/styles/pivotview/bootstrap.css +91 -132
  38. package/styles/pivotview/bootstrap4.css +97 -147
  39. package/styles/pivotview/bootstrap5-dark.css +112 -142
  40. package/styles/pivotview/bootstrap5.css +112 -142
  41. package/styles/pivotview/fabric-dark.css +91 -131
  42. package/styles/pivotview/fabric.css +90 -131
  43. package/styles/pivotview/fluent-dark.css +2379 -0
  44. package/styles/pivotview/fluent-dark.scss +1 -0
  45. package/styles/pivotview/fluent.css +2381 -0
  46. package/styles/pivotview/fluent.scss +1 -0
  47. package/styles/pivotview/highcontrast-light.css +90 -131
  48. package/styles/pivotview/highcontrast.css +90 -131
  49. package/styles/pivotview/material-dark.css +91 -132
  50. package/styles/pivotview/material.css +91 -132
  51. package/styles/pivotview/tailwind-dark.css +157 -193
  52. package/styles/pivotview/tailwind.css +157 -193
  53. package/styles/tailwind-dark.css +769 -3412
  54. package/styles/tailwind.css +770 -3413
package/CHANGELOG.md CHANGED
@@ -4,6 +4,49 @@
4
4
 
5
5
  ### Pivot Table
6
6
 
7
+ #### Bug fixes
8
+
9
+ - `#I363090` - The previous cell selection can now be maintained while restricting the current selection in the pivot table's column axis using the cell selecting event.
10
+ - `#I373754` - The pivot table can now be exported properly to Excel and CSV formats while using the virtual scrolling feature, with sub-totals hidden.
11
+ - `#I374945` - The pivot chart will now refresh properly with the specified height when switching from adaptive to desktop mode.
12
+
13
+ #### Features
14
+
15
+ - `#F174296` - Members of a specific field are now sorted based on user-defined order in the Pivot Table's row and column axes.
16
+
17
+ ## 20.1.48 (2022-04-12)
18
+
19
+ ### Pivot Table
20
+
21
+ #### Bug fixes
22
+
23
+ - In the OLAP field list UI, calculated fields are now properly displayed.
24
+ - The pivot table now exports properly to excel format with string type values when virtual scrolling is enabled.
25
+
26
+ #### Features
27
+
28
+ - `#FB33029` - The calculated field can now be created without formatting by using the "None" option in the OLAP calculated field UI.
29
+
30
+ ## 20.1.47 (2022-04-04)
31
+
32
+ ### Pivot Table
33
+
34
+ #### Bug Fixes
35
+
36
+ - `#I366940` - When the defer layout update option is enabled, the field list UI will now properly refresh while drag and drop measures.
37
+ - `#I367463` - When virtual scrolling is enabled, the pivot table now properly refresh based on the specified height.
38
+ - In Angular, grouping will now work properly with the static field list.
39
+ - `#I370021` - While resizing, the pivot chart is now properly refreshed.
40
+
41
+ #### New Features
42
+
43
+ - Provided support to expand all members (aka, headers) in a specific field in the Pivot Table's row and column axes.
44
+ - Provided built-in option in toolbar UI, grand totals will now display either at the first or last position in the Pivot Table's row and column axes.
45
+
46
+ ## 19.4.55 (2022-03-08)
47
+
48
+ ### Pivot Table
49
+
7
50
  #### Bug Fixes
8
51
 
9
52
  - When virtual scrolling is enabled, the pivot table now properly refresh based on the specified height.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.umd.min.js
3
- * version : 19.4.55
3
+ * version : 20.1.55
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.4.54",
3
+ "_id": "@syncfusion/ej2-react-pivotview@20.1.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-4XCIHU1kYtg0GseSFDFdMrlQdrohCYHnv8N8S9afVU95KenXWDDYcc9c0mqpIpSz2I5ElXKelXZa2KLwvq2VfA==",
5
+ "_integrity": "sha512-JMkIQHpMb8h4ff2Hp6713MSrFuOIUFCo2Jl/DPwVXTbw9cMyn4WtFE7ZQ8Gil5jk5CMq4tAbXe/Ewxx5i+n5RQ==",
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.4.54.tgz",
23
- "_shasum": "3d9f5b8c07a2a32c0723968768ce3e2e0033d2ab",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-20.1.48.tgz",
23
+ "_shasum": "c54f410b0b716619ca6bfb8b862eb3d077d569f1",
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.4.52",
35
- "@syncfusion/ej2-pivotview": "19.4.55",
36
- "@syncfusion/ej2-react-base": "~19.4.55"
34
+ "@syncfusion/ej2-base": "~20.1.55",
35
+ "@syncfusion/ej2-pivotview": "20.1.55",
36
+ "@syncfusion/ej2-react-base": "~20.1.55"
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.4.55",
64
+ "version": "20.1.55",
65
65
  "sideEffects": false
66
66
  }