@syncfusion/ej2-react-pivotview 19.3.46 → 19.3.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.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,43 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - The pivot table can now be properly exported to an pdf file with two levels of columns.
10
+
11
+ ## 19.3.53 (2021-11-12)
12
+
13
+ ### Pivot Table
14
+
15
+ #### Bug Fixes
16
+
17
+ - The Pivot Table can now be exported properly with static field list.
18
+
19
+ #### New Features
20
+
21
+ - `#I343343` - Provided support to render value totals alone when no field in row axis.
22
+
23
+ ## 19.3.48 (2021-11-02)
24
+
25
+ ### Pivot Table
26
+
27
+ #### Bug Fixes
28
+
29
+ - While no fields are bound in the values axis, the empty pivot table is now properly displayed.
30
+ - Even the value fields starts with the same unique name (fieldName), the Pivot Table values are now properly displayed.
31
+
32
+ ## 19.3.47 (2021-10-26)
33
+
34
+ ### Pivot Table
35
+
36
+ #### Bug Fixes
37
+
38
+ - `#I345673` - Even the value fields starts with the same caption, the Pivot Table values are now properly displayed.
39
+
40
+ ## 19.3.46 (2021-10-19)
41
+
42
+ ### Pivot Table
43
+
44
+ #### Bug Fixes
45
+
9
46
  - `#I345297` - While clicking the value sorting icon, the "cellClick" event is now properly triggered.
10
47
  - `#I342886` - The "Calculated Field" feature in the pivot table now works properly in Angular production mode.
11
48
 
@@ -16,15 +53,15 @@
16
53
  #### Bug Fixes
17
54
 
18
55
  - `#F168308` - The pivot table can now be rendered properly with custom number formats.
19
- - `#339705` - 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.
20
- - `#341987` - The pivot table can now be rendered properly while perform filtering with OLAP data source.
21
- - `#342221` - The pivot table can now be rendered properly while applying date grouing through UI.
56
+ - `#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.
57
+ - `#I341987` - The pivot table can now be rendered properly while perform filtering with OLAP data source.
58
+ - `#I342221` - The pivot table can now be rendered properly while applying date grouing through UI.
22
59
  - The column headers are now displayed properly while perform resizing.
23
- - `#342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
60
+ - `#I342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
24
61
 
25
62
  #### New Features
26
63
 
27
- - `#300095` - Provided support to display measures at any desired positions in the column or row axis for relational data sources.
64
+ - `#I300095` - Provided support to display measures at any desired positions in the column or row axis for relational data sources.
28
65
 
29
66
  ## 19.2.56 (2021-08-17)
30
67
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.umd.min.js
3
- * version : 19.3.46
3
+ * version : 19.3.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.3.44",
3
+ "_id": "@syncfusion/ej2-react-pivotview@19.3.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-x2sBbrLN8Y4oeDVIWhqmqy68U3Jcaloa4A67oCKUp3KQoWXAARjiGElFtJNGK2x4Ce02qSLppqhOrAwnXPfKZQ==",
5
+ "_integrity": "sha512-X/cFHsuTr3JhH1oAIa0ZP/ihVnJbP5kkZjvrAz8h0oY1otTlFWRgjbcCkOXHHWYQaKAsm3o4ueZJHa75qm88Fg==",
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.44.tgz",
23
- "_shasum": "94bd7ca0c0f22b9b0761eedb85f2f0b2cf8af084",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-19.3.53.tgz",
23
+ "_shasum": "58792eb86e1e36dd0b1d0fe9545a63bebb2d9f95",
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.43",
35
- "@syncfusion/ej2-pivotview": "19.3.46",
36
- "@syncfusion/ej2-react-base": "~19.3.46"
34
+ "@syncfusion/ej2-base": "~19.3.54",
35
+ "@syncfusion/ej2-pivotview": "19.3.55",
36
+ "@syncfusion/ej2-react-base": "~19.3.53"
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.46",
64
+ "version": "19.3.55",
65
65
  "sideEffects": false
66
66
  }