@syncfusion/ej2-react-pivotview 21.2.10 → 22.1.34

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 (61) hide show
  1. package/CHANGELOG.md +11 -103
  2. package/dist/ej2-react-pivotview.min.js +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 +274 -226
  6. package/styles/bootstrap.css +273 -226
  7. package/styles/bootstrap4.css +284 -285
  8. package/styles/bootstrap5-dark.css +272 -270
  9. package/styles/bootstrap5.css +272 -270
  10. package/styles/fabric-dark.css +264 -230
  11. package/styles/fabric.css +262 -233
  12. package/styles/fluent-dark.css +276 -263
  13. package/styles/fluent.css +276 -263
  14. package/styles/highcontrast-light.css +264 -227
  15. package/styles/highcontrast.css +264 -227
  16. package/styles/material-dark.css +271 -227
  17. package/styles/material.css +270 -226
  18. package/styles/material3-dark.css +6666 -0
  19. package/styles/material3-dark.scss +3 -0
  20. package/styles/material3.css +6777 -0
  21. package/styles/material3.scss +3 -0
  22. package/styles/pivotfieldlist/bootstrap-dark.css +149 -139
  23. package/styles/pivotfieldlist/bootstrap.css +148 -138
  24. package/styles/pivotfieldlist/bootstrap4.css +153 -146
  25. package/styles/pivotfieldlist/bootstrap5-dark.css +149 -150
  26. package/styles/pivotfieldlist/bootstrap5.css +149 -150
  27. package/styles/pivotfieldlist/fabric-dark.css +140 -139
  28. package/styles/pivotfieldlist/fabric.css +141 -140
  29. package/styles/pivotfieldlist/fluent-dark.css +159 -170
  30. package/styles/pivotfieldlist/fluent.css +159 -170
  31. package/styles/pivotfieldlist/highcontrast-light.css +139 -138
  32. package/styles/pivotfieldlist/highcontrast.css +139 -138
  33. package/styles/pivotfieldlist/material-dark.css +148 -142
  34. package/styles/pivotfieldlist/material.css +147 -141
  35. package/styles/pivotfieldlist/material3-dark.css +3811 -0
  36. package/styles/pivotfieldlist/material3-dark.scss +2 -0
  37. package/styles/pivotfieldlist/material3.css +3865 -0
  38. package/styles/pivotfieldlist/material3.scss +2 -0
  39. package/styles/pivotfieldlist/tailwind-dark.css +152 -163
  40. package/styles/pivotfieldlist/tailwind.css +152 -163
  41. package/styles/pivotview/bootstrap-dark.css +125 -87
  42. package/styles/pivotview/bootstrap.css +125 -88
  43. package/styles/pivotview/bootstrap4.css +131 -139
  44. package/styles/pivotview/bootstrap5-dark.css +123 -120
  45. package/styles/pivotview/bootstrap5.css +123 -120
  46. package/styles/pivotview/fabric-dark.css +124 -91
  47. package/styles/pivotview/fabric.css +121 -93
  48. package/styles/pivotview/fluent-dark.css +117 -93
  49. package/styles/pivotview/fluent.css +117 -93
  50. package/styles/pivotview/highcontrast-light.css +125 -89
  51. package/styles/pivotview/highcontrast.css +125 -89
  52. package/styles/pivotview/material-dark.css +123 -85
  53. package/styles/pivotview/material.css +123 -85
  54. package/styles/pivotview/material3-dark.css +2854 -0
  55. package/styles/pivotview/material3-dark.scss +2 -0
  56. package/styles/pivotview/material3.css +2912 -0
  57. package/styles/pivotview/material3.scss +2 -0
  58. package/styles/pivotview/tailwind-dark.css +123 -91
  59. package/styles/pivotview/tailwind.css +123 -91
  60. package/styles/tailwind-dark.css +275 -254
  61. package/styles/tailwind.css +275 -254
package/CHANGELOG.md CHANGED
@@ -4,98 +4,6 @@
4
4
 
5
5
  ### Pivot Table
6
6
 
7
- #### Bug fixes
8
-
9
- - Member sorting using a static field list now works properly with the server-side engine.
10
-
11
- ## 21.2.9 (2023-06-06)
12
-
13
- ### Pivot Table
14
-
15
- #### Bug fixes
16
-
17
- - `#I464602` - The overlay for the pivot table popups is now properly displayed.
18
-
19
- ## 21.2.8 (2023-05-30)
20
-
21
- ### Pivot Table
22
-
23
- #### Bug fixes
24
-
25
- - The grouping option in code-behind now works properly in the pivot table with server-side engine.
26
- - The member editor popup will now display properly even if the pivot table contains invalid filter members.
27
-
28
- ## 21.2.6 (2023-05-23)
29
-
30
- ### Pivot Table
31
-
32
- #### Bug Fixes
33
-
34
- - The pivot table with server-side engine will now works properly.
35
-
36
- ## 21.2.5 (2023-05-16)
37
-
38
- ### Pivot Table
39
-
40
- #### Bug Fixes
41
-
42
- - Drill down/up will now work properly for headers with comma in an OLAP data source.
43
-
44
- ## 21.2.4 (2023-05-09)
45
-
46
- ### Pivot Table
47
-
48
- #### Bug fixes
49
-
50
- - `#I455857` - When using the Server-side Pivot engine, the DistinctCount aggregate will now be applied properly to string values in the pivot table.
51
-
52
- ## 21.2.3 (2023-05-03)
53
-
54
- ### Pivot Table
55
-
56
- #### Bug fixes
57
-
58
- - `#I453038` - Drill operations now work properly while adding attribute hierarchy to the pivot table.
59
-
60
- #### New features
61
-
62
- - `#I398184` - Based on export properties, the pivot table will now export automatically utilizing engine export option support while using for toolbar options.
63
- - `#I442424` - The field list UI now supports setting the default sort order via the `load` event.
64
- - `#I436727` - While the data source is empty, the field list UI has been rendered with an empty layout.
65
-
66
- ## 21.1.41 (2023-04-18)
67
-
68
- ### Pivot Table
69
-
70
- #### Bug fixes
71
-
72
- - `#I454110` - Pivot Table now works properly when conditional formatting is applied without a measure.
73
-
74
- ## 21.1.39 (2023-04-11)
75
-
76
- ### Pivot Table
77
-
78
- #### Bug fixes
79
-
80
- - `#I450857` - When virtualization is enabled, the Pivot Table with OLAP data now exports to an Excel document properly.
81
-
82
- ## 21.1.37 (2023-03-29)
83
-
84
- ### Pivot Table
85
-
86
- #### Breaking changes
87
-
88
- - The property type of [`toolbar`](https://ej2.syncfusion.com/documentation/api/pivotview#toolbar) has been changed from `(ToolbarItems | ItemModel)[]` to `ToolbarItems[] | ItemModel[]`.
89
- - In the server side controller, the imported namespace name has been changed from `Syncfusion.Blazor.PivotView` to `Syncfusion.EJ2.Pivot`.
90
-
91
- ## 21.1.35 (2023-03-23)
92
-
93
- ### Pivot Table
94
-
95
- #### Bug Fixes
96
-
97
- - `#I437267` - During initial rendering, the spinner will now be properly displayed in the pivot table.
98
-
99
7
  #### New Features
100
8
 
101
9
  - `#F165214` - Provided paging support in server side engine that allows to break and display large amounts of data page by page.
@@ -103,11 +11,11 @@
103
11
 
104
12
  #### Breaking Changes
105
13
 
106
- - The property type `pivotValues` has been changed from `IPivotValues` to `IAxisSet[][]`.
14
+ - The property type `PivotValues` has been changed from `IPivotValues` to `IAxisSet[][]`.
107
15
 
108
16
  | Property Name | Description | Previous Type | Current Type |
109
17
  |---|---|---|---|
110
- | pivotValues | It holds the collection of cell information that has been populated from the engine on the basis of the given pivot report to render the component as table and chart. | IPivotValues | IAxisSet[][] |
18
+ | `pivotValues` | It holds the collection of cell information that has been populated from the engine on the basis of the given pivot report to render the component as table and chart. | `IPivotValues` | `IAxisSet[][]` |
111
19
 
112
20
  ## 20.4.38 (2022-12-21)
113
21
 
@@ -132,7 +40,7 @@
132
40
 
133
41
  | Previous | Now |
134
42
  |---|---|
135
- | showMemberSeries | showPointColorByMembers |
43
+ | `showMemberSeries` | `showPointColorByMembers` |
136
44
 
137
45
  - The `chartExport` method parameters for the pivot table have now been changed.
138
46
 
@@ -141,9 +49,9 @@
141
49
 
142
50
  | Parameter | Type | Description |
143
51
  |---|---|---|
144
- | type | ExportType | Defines the export type. |
52
+ | type | `ExportType` | Defines the export type. |
145
53
  | fileName | string | Defines file name of export document. |
146
- | orientation | PdfPageOrientation | Defines the page orientation on pdf export(0 for Portrait mode, 1 for Landscape mode). |
54
+ | orientation | `PdfPageOrientation` | Defines the page orientation on pdf export(0 for Portrait mode, 1 for Landscape mode). |
147
55
  | width | number | Defines width of the export document. |
148
56
  | height | number | Defines width of the export document. |
149
57
 
@@ -152,11 +60,11 @@
152
60
 
153
61
  | Parameter | Type | Description |
154
62
  |---|---|---|
155
- | type | ExportType | Defines the export type. |
156
- | pdfExportProperties | PdfExportProperties | Allows to define the chart's export properties such as file name, orientation, width and height. |
157
- | isMultipleExport | boolean | Allows to export multiple tables and charts into a single PDF document. |
158
- | pdfDoc | Object | Allows the export of an external PDF document along with current PDF document. |
159
- | isBlob | boolean | Allows the PDF document to be saved as blob data. |
63
+ | type | `ExportType` | Defines the export type. |
64
+ | `pdfExportProperties` | `PdfExportProperties` | Allows to define the chart's export properties such as file name, orientation, width and height. |
65
+ | `isMultipleExport` | boolean | Allows to export multiple tables and charts into a single PDF document. |
66
+ | `pdfDoc` | Object | Allows the export of an external PDF document along with current PDF document. |
67
+ | `isBlob` | boolean | Allows the PDF document to be saved as blob data. |
160
68
 
161
69
  ## 20.3.59 (2022-11-29)
162
70
 
@@ -186,7 +94,7 @@
186
94
 
187
95
  #### Bug Fixes
188
96
 
189
- - The drillthrough feature now works properly with alphanumeric data.
97
+ - The `drillthrough` feature now works properly with alphanumeric data.
190
98
 
191
99
  ## 20.3.49 (2022-10-11)
192
100
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.min.js
3
- * version : 21.2.10
3
+ * version : 22.1.34
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.umd.min.js
3
- * version : 21.2.10
3
+ * version : 22.1.34
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@21.2.9",
3
+ "_id": "@syncfusion/ej2-react-pivotview@20.13.7",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-rakm/dBJfG2RO2jp7f9AMwqtwCguFgymqkM82UpYX/JHR5oQDvWkMv2HP0NSRLVmy99wAo3mfrrwJbdk344SWw==",
5
+ "_integrity": "sha512-coSau0S4iEVw0+BLrb1aYn9v7QA+jUjJtSNqcpu5Quv1+C+3TSeIyXhL2lSHcntQwZTGeK0aEgykNpWnkESwkg==",
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-21.2.9.tgz",
23
- "_shasum": "078e6f134227a588204776fcb4d7663095cad1f1",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-20.13.7.tgz",
23
+ "_shasum": "f4c080a2ce5c59f56a82de854014d0fdb2466412",
24
24
  "_spec": "@syncfusion/ej2-react-pivotview@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~21.2.9",
35
- "@syncfusion/ej2-pivotview": "21.2.10",
36
- "@syncfusion/ej2-react-base": "~21.2.8"
34
+ "@syncfusion/ej2-base": "~22.1.34",
35
+ "@syncfusion/ej2-pivotview": "22.1.34",
36
+ "@syncfusion/ej2-react-base": "~22.1.34"
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",
@@ -53,6 +53,6 @@
53
53
  "type": "git",
54
54
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
55
55
  },
56
- "version": "21.2.10",
56
+ "version": "22.1.34",
57
57
  "sideEffects": false
58
58
  }