@syncfusion/ej2-react-pivotview 20.2.45 → 20.3.49

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 (50) hide show
  1. package/CHANGELOG.md +22 -1
  2. package/diConfig.json +40 -2
  3. package/dist/ej2-react-pivotview.min.js +10 -0
  4. package/dist/ej2-react-pivotview.umd.min.js +1 -1
  5. package/package.json +8 -8
  6. package/styles/bootstrap-dark.css +917 -43
  7. package/styles/bootstrap.css +916 -42
  8. package/styles/bootstrap4.css +913 -42
  9. package/styles/bootstrap5-dark.css +944 -45
  10. package/styles/bootstrap5.css +944 -45
  11. package/styles/fabric-dark.css +917 -43
  12. package/styles/fabric.css +916 -42
  13. package/styles/fluent-dark.css +943 -44
  14. package/styles/fluent.css +943 -44
  15. package/styles/highcontrast-light.css +915 -41
  16. package/styles/highcontrast.css +915 -41
  17. package/styles/material-dark.css +920 -42
  18. package/styles/material.css +918 -40
  19. package/styles/pivotfieldlist/bootstrap-dark.css +184 -16
  20. package/styles/pivotfieldlist/bootstrap.css +183 -15
  21. package/styles/pivotfieldlist/bootstrap4.css +179 -16
  22. package/styles/pivotfieldlist/bootstrap5-dark.css +211 -16
  23. package/styles/pivotfieldlist/bootstrap5.css +211 -16
  24. package/styles/pivotfieldlist/fabric-dark.css +183 -15
  25. package/styles/pivotfieldlist/fabric.css +182 -14
  26. package/styles/pivotfieldlist/fluent-dark.css +209 -15
  27. package/styles/pivotfieldlist/fluent.css +209 -15
  28. package/styles/pivotfieldlist/highcontrast-light.css +182 -14
  29. package/styles/pivotfieldlist/highcontrast.css +182 -14
  30. package/styles/pivotfieldlist/material-dark.css +183 -15
  31. package/styles/pivotfieldlist/material.css +182 -14
  32. package/styles/pivotfieldlist/tailwind-dark.css +193 -15
  33. package/styles/pivotfieldlist/tailwind.css +193 -15
  34. package/styles/pivotview/bootstrap-dark.css +733 -27
  35. package/styles/pivotview/bootstrap.css +733 -27
  36. package/styles/pivotview/bootstrap4.css +734 -26
  37. package/styles/pivotview/bootstrap5-dark.css +733 -29
  38. package/styles/pivotview/bootstrap5.css +733 -29
  39. package/styles/pivotview/fabric-dark.css +734 -28
  40. package/styles/pivotview/fabric.css +734 -28
  41. package/styles/pivotview/fluent-dark.css +734 -29
  42. package/styles/pivotview/fluent.css +734 -29
  43. package/styles/pivotview/highcontrast-light.css +733 -27
  44. package/styles/pivotview/highcontrast.css +733 -27
  45. package/styles/pivotview/material-dark.css +737 -27
  46. package/styles/pivotview/material.css +736 -26
  47. package/styles/pivotview/tailwind-dark.css +736 -30
  48. package/styles/pivotview/tailwind.css +736 -30
  49. package/styles/tailwind-dark.css +929 -45
  50. package/styles/tailwind.css +929 -45
package/CHANGELOG.md CHANGED
@@ -6,7 +6,28 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I395797` - Text Wrapping is now working properly in the pivot table.
9
+ - `#I408669` - Number formatting is now applied properly to row and column headers in the pivot table.
10
+ - `#I405681` - Pivot table cell values are now properly exported as PDF document based on the text align property.
11
+
12
+ ## 20.3.47 (2022-09-29)
13
+
14
+ ### Pivot Table
15
+
16
+ #### Bug Fixes
17
+
18
+ - `#I395797` - Text wrap is now properly applied in the pivot table.
19
+ - `#I400397` - When using server-side engine, row headers are now displayed correctly based on their level in the pivot table.
20
+ - `#I395797` - The grand totals position in the pivot table now works properly when using server-side engine.
21
+ - `#I405131` - The tooltip content is now properly displayed in the pivot table.
22
+ - `#I397110` - The pivot table will now properly export to Excel format even if it contains hidden columns.
23
+ - `#I405326` - The value sort icon is now properly displayed in the pivot table.
24
+
25
+ #### New Features
26
+
27
+ - `#I311235` - The pivot table now exports to PDF/CSV as a blob object with virtual scrolling enabled.
28
+ - `#I311235` - With a relational datasource, field list treeview can now be displayed in a hierarchical manner.
29
+ - `#I281131`, `#I351494`, `#F174212` - Provided paging support that allows to break and display large amounts of data page by page, improving the overall rendering performance of the pivot table.
30
+ - `#I369101` - When multiple axes are enabled, the pivot chart series can now be displayed based on members in all chart areas.
10
31
 
11
32
  ## 20.2.43 (2022-08-08)
12
33
 
package/diConfig.json CHANGED
@@ -65,7 +65,31 @@
65
65
  "ExcelRow",
66
66
  "ExcelColumn",
67
67
  "ExcelStyles",
68
- "ExcelCell"
68
+ "ExcelCell",
69
+ "HeadersSortEventArgs",
70
+ "PivotActionCompleteEventArgs",
71
+ "PivotActionBeginEventArgs",
72
+ "PivotActionFailureEventArgs",
73
+ "BeforeServiceInvokeEventArgs",
74
+ "FieldRemoveEventArgs",
75
+ "AggregateMenuOpenEventArgs",
76
+ "NumberFormattingEventArgs",
77
+ "CalculatedFieldCreateEventArgs",
78
+ "MemberEditorOpenEventArgs",
79
+ "FieldListRefreshedEventArgs",
80
+ "DrillArgs",
81
+ "EditCompletedEventArgs",
82
+ "CellSelectEventArgs",
83
+ "CellDeselectEventArgs",
84
+ "RowSelectEventArgs",
85
+ "RowDeselectEventArgs",
86
+ "ContextMenuClickEventArgs",
87
+ "BeforeOpenCloseMenuEventArgs",
88
+ "FieldDropEventArgs",
89
+ "FieldDragStartEventArgs",
90
+ "ExportCompleteEventArgs",
91
+ "IConditionalFormatSettings",
92
+ "MemberFilteringEventArgs"
69
93
  ],
70
94
  "components": [
71
95
  {
@@ -88,7 +112,8 @@
88
112
  "PDFExport",
89
113
  "ExcelExport",
90
114
  "NumberFormatting",
91
- "Grouping"
115
+ "Grouping",
116
+ "Pager"
92
117
  ],
93
118
  "blazorDynamicModules": [
94
119
  "VirtualScroll",
@@ -129,6 +154,9 @@
129
154
  },
130
155
  {
131
156
  "fileName": "formatting-dialog"
157
+ },
158
+ {
159
+ "fileName": "pager"
132
160
  }
133
161
  ],
134
162
  "comment": [
@@ -1536,6 +1564,16 @@
1536
1564
  "baseClass": "GroupingBarSettings",
1537
1565
  "aspSelectorName": "e-groupingBarSettings"
1538
1566
  },
1567
+ {
1568
+ "propertyName": "pagerSettings",
1569
+ "baseClass": "PagerSettings",
1570
+ "aspSelectorName": "e-pagerSettings"
1571
+ },
1572
+ {
1573
+ "propertyName": "pageSettings",
1574
+ "baseClass": "PageSettings",
1575
+ "aspSelectorName": "e-pageSettings"
1576
+ },
1539
1577
  {
1540
1578
  "propertyName": "editSettings",
1541
1579
  "baseClass": "CellEditSettings",
@@ -0,0 +1,10 @@
1
+ /*!
2
+ * filename: ej2-react-pivotview.min.js
3
+ * version : 20.3.49
4
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("SyncfusionPivotview"),require("SyncfusionReactBase"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionPivotview","SyncfusionReactBase","React"],e):"object"==typeof exports?exports.SyncfusionReactPivotview=e(require("SyncfusionPivotview"),require("SyncfusionReactBase"),require("React")):t.SyncfusionReactPivotview=e(t.SyncfusionPivotview,t.SyncfusionReactBase,t.React)}(this,function(t,e,n){return function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=5)}([function(e,n){e.exports=t},function(t,n){t.exports=e},function(t,e){t.exports=n},function(t,e,n){"use strict";var r=n(6);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";var r=n(7);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(4);n.d(e,"PivotViewComponent",function(){return r.a});var i=n(3);n.d(e,"PivotFieldListComponent",function(){return i.a});var o=n(1);n.n(o);n.o(o,"Inject")&&n.d(e,"Inject",function(){return o.Inject});var c=n(0);n.n(c);for(var u in c)["PivotViewComponent","PivotFieldListComponent","Inject","default"].indexOf(u)<0&&function(t){n.d(e,t,function(){return c[t]})}(u)},function(t,e,n){"use strict";n.d(e,"a",function(){return u});var r=n(2),i=(n.n(r),n(0)),o=(n.n(i),n(1)),c=(n.n(o),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),u=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!0,n.portals=[],n}return c(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(i.PivotFieldList);n.i(o.applyMixins)(u,[o.ComponentBase,r.Component])},function(t,e,n){"use strict";n.d(e,"a",function(){return u});var r=n(2),i=(n.n(r),n(0)),o=(n.n(i),n(1)),c=(n.n(o),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),u=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!1,n.portals=[],n}return c(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(i.PivotView);n.i(o.applyMixins)(u,[o.ComponentBase,r.Component])}])});
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.umd.min.js
3
- * version : 20.2.45
3
+ * version : 20.3.49
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@20.2.43",
3
+ "_id": "@syncfusion/ej2-react-pivotview@20.3.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-tX4LTi865bhseaXhPnlM2NDr1NljHMsiv/PMwFr0nJsVrne5+DSPvlqjnF9Z2gcR5x/9QBNqEKPJIkqiJJVKCA==",
5
+ "_integrity": "sha512-kGs6Kp3Pr8jpnUbmY5WC8eHwSSiXCFRGivu/kOAK3Z0LrKtjvjtMCrv583Mklxi0hWChLKszw25mCnxV0wX/ww==",
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-20.2.43.tgz",
23
- "_shasum": "358aa4e050aa25cb698f57969404daf99bdad939",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-20.3.47.tgz",
23
+ "_shasum": "faee2fc3b9cf154c19109af78317cb0ce0168339",
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": "~20.2.45",
35
- "@syncfusion/ej2-pivotview": "20.2.45",
36
- "@syncfusion/ej2-react-base": "~20.2.45"
34
+ "@syncfusion/ej2-base": "~20.3.49",
35
+ "@syncfusion/ej2-pivotview": "20.3.49",
36
+ "@syncfusion/ej2-react-base": "~20.3.47"
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": "20.2.45",
64
+ "version": "20.3.49",
65
65
  "sideEffects": false
66
66
  }