@syncfusion/ej2-react-pivotview 20.4.54 → 21.1.37

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 (57) hide show
  1. package/CHANGELOG.md +13 -41
  2. package/diConfig.json +4 -4
  3. package/dist/ej2-react-pivotview.min.js +2 -2
  4. package/dist/ej2-react-pivotview.umd.min.js +2 -2
  5. package/dist/ej2-react-pivotview.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-react-pivotview.es2015.js +4 -2
  7. package/dist/es6/ej2-react-pivotview.es2015.js.map +1 -1
  8. package/package.json +9 -9
  9. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +1 -0
  10. package/src/pivotfieldlist/pivotfieldlist.component.js +1 -0
  11. package/src/pivotview/pivotview.component.d.ts +3 -2
  12. package/src/pivotview/pivotview.component.js +3 -2
  13. package/styles/bootstrap-dark.css +81 -5
  14. package/styles/bootstrap.css +82 -5
  15. package/styles/bootstrap4.css +82 -15
  16. package/styles/bootstrap5-dark.css +95 -18
  17. package/styles/bootstrap5.css +95 -18
  18. package/styles/fabric-dark.css +84 -13
  19. package/styles/fabric.css +83 -10
  20. package/styles/fluent-dark.css +101 -20
  21. package/styles/fluent.css +101 -20
  22. package/styles/highcontrast-light.css +84 -9
  23. package/styles/highcontrast.css +84 -9
  24. package/styles/material-dark.css +81 -5
  25. package/styles/material.css +81 -11
  26. package/styles/pivotfieldlist/bootstrap-dark.css +58 -2
  27. package/styles/pivotfieldlist/bootstrap.css +58 -2
  28. package/styles/pivotfieldlist/bootstrap4.css +58 -2
  29. package/styles/pivotfieldlist/bootstrap5-dark.css +66 -9
  30. package/styles/pivotfieldlist/bootstrap5.css +66 -9
  31. package/styles/pivotfieldlist/fabric-dark.css +58 -2
  32. package/styles/pivotfieldlist/fabric.css +58 -2
  33. package/styles/pivotfieldlist/fluent-dark.css +72 -11
  34. package/styles/pivotfieldlist/fluent.css +72 -11
  35. package/styles/pivotfieldlist/highcontrast-light.css +58 -2
  36. package/styles/pivotfieldlist/highcontrast.css +58 -2
  37. package/styles/pivotfieldlist/material-dark.css +58 -2
  38. package/styles/pivotfieldlist/material.css +58 -2
  39. package/styles/pivotfieldlist/tailwind-dark.css +64 -7
  40. package/styles/pivotfieldlist/tailwind.css +64 -7
  41. package/styles/pivotview/bootstrap-dark.css +23 -3
  42. package/styles/pivotview/bootstrap.css +24 -3
  43. package/styles/pivotview/bootstrap4.css +24 -13
  44. package/styles/pivotview/bootstrap5-dark.css +29 -9
  45. package/styles/pivotview/bootstrap5.css +29 -9
  46. package/styles/pivotview/fabric-dark.css +26 -11
  47. package/styles/pivotview/fabric.css +25 -8
  48. package/styles/pivotview/fluent-dark.css +29 -9
  49. package/styles/pivotview/fluent.css +29 -9
  50. package/styles/pivotview/highcontrast-light.css +26 -7
  51. package/styles/pivotview/highcontrast.css +26 -7
  52. package/styles/pivotview/material-dark.css +23 -3
  53. package/styles/pivotview/material.css +23 -9
  54. package/styles/pivotview/tailwind-dark.css +26 -10
  55. package/styles/pivotview/tailwind.css +26 -10
  56. package/styles/tailwind-dark.css +90 -17
  57. package/styles/tailwind.css +90 -17
package/CHANGELOG.md CHANGED
@@ -4,51 +4,31 @@
4
4
 
5
5
  ### Pivot Table
6
6
 
7
- #### Bug Fixes
8
-
9
- - `#I423348` - The "autoFit" property in the pivot table will now work properly.
10
- - `#I442142` - Headers are now properly exported when exporting a Pivot Table to an Excel sheet.
11
- - `#I441872` - The performance issue has now been fixed with the defer layout update, when the popup field list closes with a "Cancel" button click.
12
-
13
- ## 20.4.48 (2023-02-01)
14
-
15
- ### Pivot Table
16
-
17
- #### Bug Fixes
7
+ #### Breaking changes
18
8
 
19
- - `#I431116` - The "clipMode" property now works properly in pivot table row headers.
9
+ - The property type of [`toolbar`](https://ej2.syncfusion.com/documentation/api/pivotview#toolbar) has been changed from `(ToolbarItems | ItemModel)[]` to `ToolbarItems[] | ItemModel[]`.
10
+ - In the server side controller, the imported namespace name has been changed from `Syncfusion.Blazor.PivotView` to `Syncfusion.EJ2.Pivot`.
20
11
 
21
- ## 20.4.44 (2023-01-18)
12
+ ## 21.1.35 (2023-03-23)
22
13
 
23
14
  ### Pivot Table
24
15
 
25
16
  #### Bug Fixes
26
17
 
27
- - When switching from table to chart using the toolbar, the fieldlist popup now renders properly.
28
-
29
- ## 20.4.43 (2023-01-10)
30
-
31
- ### Pivot Table
32
-
33
- #### Bug Fixes
34
-
35
- - While performing inline editing, the pivot table cell will now properly update for empty values.
36
-
37
- ## 20.4.42 (2023-01-04)
18
+ - `#I437267` - During initial rendering, the spinner will now be properly displayed in the pivot table.
38
19
 
39
- ### Pivot Table
40
-
41
- #### Bug Fixes
42
-
43
- - `#F179497` - The field list popup will now properly refresh while dynamically updating the data source in the pivot table.
20
+ #### New Features
44
21
 
45
- ## 20.4.40 (2022-12-28)
22
+ - `#F165214` - Provided paging support in server side engine that allows to break and display large amounts of data page by page.
23
+ - Provided the role option that allows access to restricted cube information such as measures, dimensions, hierarchy, and more when a SSAS OLAP cube is bound to the pivot table.
46
24
 
47
- ### Pivot Table
25
+ #### Breaking Changes
48
26
 
49
- #### Bug Fixes
27
+ - The property type `pivotValues` has been changed from `IPivotValues` to `IAxisSet[][]`.
50
28
 
51
- - Advanced filtering now works properly in a pivot table.
29
+ | Property Name | Description | Previous Type | Current Type |
30
+ |---|---|---|---|
31
+ | 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[][] |
52
32
 
53
33
  ## 20.4.38 (2022-12-21)
54
34
 
@@ -783,14 +763,6 @@ The pivot grid is a multi-dimensional data visualization component built on top
783
763
  - **Exporting** - Provides the option to exporting records to Excel, CSV and PDF formats.
784
764
 
785
765
 
786
- ## 20.4.50 (2023-02-14)
787
-
788
- ### Pivot Table
789
-
790
- #### Bug Fixes
791
-
792
- - The tooltip template will now work properly in the pivot table.
793
-
794
766
  ## 18.1.52 (2020-05-13)
795
767
 
796
768
  ### Pivot Table
package/diConfig.json CHANGED
@@ -201,7 +201,7 @@
201
201
  ],
202
202
  "comment": [
203
203
  "/**",
204
- " * `ej-pivotview` represents the Angular PivotView Component.",
204
+ " * `ej-pivotview` represents the Angular Pivot Table Component.",
205
205
  " * ```html",
206
206
  " * <ej-pivotview></ej-pivotview>",
207
207
  " * ```",
@@ -209,15 +209,15 @@
209
209
  ],
210
210
  "reactComment": [
211
211
  "/**",
212
- " * `PivotViewComponent` represents the react PivotView.",
212
+ " * `PivotViewComponent` represents the react Pivot Table.",
213
213
  " * ```tsx",
214
- " * <PivotViewComponent/>",
214
+ " * <PivotViewComponent></PivotViewComponent>",
215
215
  " * ```",
216
216
  " */"
217
217
  ],
218
218
  "vueComment": [
219
219
  "/**",
220
- " * `ejs-pivotview` represents the VueJS PivotView Component.",
220
+ " * `ejs-pivotview` represents the VueJS Pivot Table Component.",
221
221
  " * ```vue",
222
222
  " * <ejs-pivotview></ejs-pivotview>",
223
223
  " * ```",
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.min.js
3
- * version : 20.4.54
3
+ * version : 21.1.37
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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
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])}])});
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 o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.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 o=n(3);n.d(e,"PivotFieldListComponent",function(){return o.a});var i=n(1);n.n(i);n.o(i,"Inject")&&n.d(e,"Inject",function(){return i.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),o=(n.n(r),n(0)),i=(n.n(o),n(1)),c=(n.n(i),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.statelessTemplateProps=null,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}(o.PivotFieldList);n.i(i.applyMixins)(u,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";n.d(e,"a",function(){return u});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),c=(n.n(i),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.statelessTemplateProps=null,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}(o.PivotView);n.i(i.applyMixins)(u,[i.ComponentBase,r.Component])}])});
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.umd.min.js
3
- * version : 20.4.54
3
+ * version : 21.1.37
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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("@syncfusion/ej2-pivotview"),require("@syncfusion/ej2-react-base")):"function"==typeof define&&define.amd?define(["exports","react","@syncfusion/ej2-pivotview","@syncfusion/ej2-react-base"],t):t(e.ej={},e.React,e.ej2Pivotview,e.ej2ReactBase)}(this,function(e,t,n,i){"use strict";var r=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!1,n.portals=[],n}return r(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.PivotView);i.applyMixins(o,[i.ComponentBase,t.Component]);var c=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),s=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!0,n.portals=[],n}return c(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.PivotFieldList);i.applyMixins(s,[i.ComponentBase,t.Component]),e.Inject=i.Inject,e.PivotViewComponent=o,e.PivotFieldListComponent=s,Object.keys(n).forEach(function(t){e[t]=n[t]}),Object.defineProperty(e,"__esModule",{value:!0})});
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("@syncfusion/ej2-pivotview"),require("@syncfusion/ej2-react-base")):"function"==typeof define&&define.amd?define(["exports","react","@syncfusion/ej2-pivotview","@syncfusion/ej2-react-base"],t):t(e.ej={},e.React,e.ej2Pivotview,e.ej2ReactBase)}(this,function(e,t,n,r){"use strict";var i=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),o=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.statelessTemplateProps=null,n.immediateRender=!1,n.portals=[],n}return i(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.PivotView);r.applyMixins(o,[r.ComponentBase,t.Component]);var s=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),c=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.statelessTemplateProps=null,n.immediateRender=!0,n.portals=[],n}return s(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.PivotFieldList);r.applyMixins(c,[r.ComponentBase,t.Component]),e.Inject=r.Inject,e.PivotViewComponent=o,e.PivotFieldListComponent=c,Object.keys(n).forEach(function(t){e[t]=n[t]}),Object.defineProperty(e,"__esModule",{value:!0})});
11
11
  //# sourceMappingURL=ej2-react-pivotview.umd.min.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-react-pivotview.umd.min.js","sources":["../src/pivotview/pivotview.component.js","../src/pivotfieldlist/pivotfieldlist.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { PivotView } from '@syncfusion/ej2-pivotview';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `PivotViewComponent` represents the react PivotView.\n * ```tsx\n * <PivotViewComponent/>\n * ```\n */\nvar PivotViewComponent = /** @class */ (function (_super) {\n __extends(PivotViewComponent, _super);\n function PivotViewComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = true;\n _this.immediateRender = false;\n _this.portals = [];\n return _this;\n }\n PivotViewComponent.prototype.render = function () {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return PivotViewComponent;\n}(PivotView));\nexport { PivotViewComponent };\napplyMixins(PivotViewComponent, [ComponentBase, React.Component]);\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { PivotFieldList } from '@syncfusion/ej2-pivotview';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `PivotFieldListComponent` represents the react PivotFieldList.\n * ```tsx\n * <PivotFieldListComponent/>\n * ```\n */\nvar PivotFieldListComponent = /** @class */ (function (_super) {\n __extends(PivotFieldListComponent, _super);\n function PivotFieldListComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = true;\n _this.immediateRender = true;\n _this.portals = [];\n return _this;\n }\n PivotFieldListComponent.prototype.render = function () {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return PivotFieldListComponent;\n}(PivotFieldList));\nexport { PivotFieldListComponent };\napplyMixins(PivotFieldListComponent, [ComponentBase, React.Component]);\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","PivotViewComponent","_super","props","_this","call","initRenderCalled","checkInjectedModules","immediateRender","portals","render","element","refreshing","isReactForeceUpdate","React.createElement","getDefaultAttributes","concat","children","PivotView","ej2ReactBase","ComponentBase","React.Component","PivotFieldListComponent","PivotFieldList"],"mappings":"8XAAA,IAAIA,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GAsBxCK,EAAoC,SAAUC,GAE9C,SAASD,EAAmBE,GACxB,IAAIC,EAAQF,EAAOG,KAAKR,KAAMM,IAAUN,KAKxC,OAJAO,EAAME,kBAAmB,EACzBF,EAAMG,sBAAuB,EAC7BH,EAAMI,iBAAkB,EACxBJ,EAAMK,WACCL,EAWX,OAlBAlB,EAAUe,EAAoBC,GAS9BD,EAAmBF,UAAUW,OAAS,WAClC,KAAMb,KAAKc,UAAYd,KAAKS,kBAAqBT,KAAKe,aAAgBf,KAAKgB,oBAKvE,OAAOC,gBAAoB,MAAOjB,KAAKkB,0BAA2BC,OAAOnB,KAAKM,MAAMc,SAAUpB,KAAKY,UAJnGP,EAAOH,UAAUW,OAAOL,KAAKR,MAC7BA,KAAKS,kBAAmB,GAMzBL,GACTiB,aACFC,cACYlB,GAAqBmB,gBAAeC,cC5ChD,IAAInC,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GAsBxC0B,EAAyC,SAAUpB,GAEnD,SAASoB,EAAwBnB,GAC7B,IAAIC,EAAQF,EAAOG,KAAKR,KAAMM,IAAUN,KAKxC,OAJAO,EAAME,kBAAmB,EACzBF,EAAMG,sBAAuB,EAC7BH,EAAMI,iBAAkB,EACxBJ,EAAMK,WACCL,EAWX,OAlBAlB,EAAUoC,EAAyBpB,GASnCoB,EAAwBvB,UAAUW,OAAS,WACvC,KAAMb,KAAKc,UAAYd,KAAKS,kBAAqBT,KAAKe,aAAgBf,KAAKgB,oBAKvE,OAAOC,gBAAoB,MAAOjB,KAAKkB,0BAA2BC,OAAOnB,KAAKM,MAAMc,SAAUpB,KAAKY,UAJnGP,EAAOH,UAAUW,OAAOL,KAAKR,MAC7BA,KAAKS,kBAAmB,GAMzBgB,GACTC,kBACFJ,cACYG,GAA0BF,gBAAeC"}
1
+ {"version":3,"file":"ej2-react-pivotview.umd.min.js","sources":["../src/pivotview/pivotview.component.js","../src/pivotfieldlist/pivotfieldlist.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { PivotView } from '@syncfusion/ej2-pivotview';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `PivotViewComponent` represents the react Pivot Table.\n * ```tsx\n * <PivotViewComponent></PivotViewComponent>\n * ```\n */\nvar PivotViewComponent = /** @class */ (function (_super) {\n __extends(PivotViewComponent, _super);\n function PivotViewComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = true;\n _this.statelessTemplateProps = null;\n _this.immediateRender = false;\n _this.portals = [];\n return _this;\n }\n PivotViewComponent.prototype.render = function () {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return PivotViewComponent;\n}(PivotView));\nexport { PivotViewComponent };\napplyMixins(PivotViewComponent, [ComponentBase, React.Component]);\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { PivotFieldList } from '@syncfusion/ej2-pivotview';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `PivotFieldListComponent` represents the react PivotFieldList.\n * ```tsx\n * <PivotFieldListComponent/>\n * ```\n */\nvar PivotFieldListComponent = /** @class */ (function (_super) {\n __extends(PivotFieldListComponent, _super);\n function PivotFieldListComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = true;\n _this.statelessTemplateProps = null;\n _this.immediateRender = true;\n _this.portals = [];\n return _this;\n }\n PivotFieldListComponent.prototype.render = function () {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return PivotFieldListComponent;\n}(PivotFieldList));\nexport { PivotFieldListComponent };\napplyMixins(PivotFieldListComponent, [ComponentBase, React.Component]);\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","PivotViewComponent","_super","props","_this","call","initRenderCalled","checkInjectedModules","statelessTemplateProps","immediateRender","portals","render","element","refreshing","isReactForeceUpdate","React.createElement","getDefaultAttributes","concat","children","PivotView","ej2ReactBase","ComponentBase","React.Component","PivotFieldListComponent","PivotFieldList"],"mappings":"8XAAA,IAAIA,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GAsBxCK,EAAoC,SAAUC,GAE9C,SAASD,EAAmBE,GACxB,IAAIC,EAAQF,EAAOG,KAAKR,KAAMM,IAAUN,KAMxC,OALAO,EAAME,kBAAmB,EACzBF,EAAMG,sBAAuB,EAC7BH,EAAMI,uBAAyB,KAC/BJ,EAAMK,iBAAkB,EACxBL,EAAMM,WACCN,EAWX,OAnBAlB,EAAUe,EAAoBC,GAU9BD,EAAmBF,UAAUY,OAAS,WAClC,KAAMd,KAAKe,UAAYf,KAAKS,kBAAqBT,KAAKgB,aAAgBhB,KAAKiB,oBAKvE,OAAOC,gBAAoB,MAAOlB,KAAKmB,0BAA2BC,OAAOpB,KAAKM,MAAMe,SAAUrB,KAAKa,UAJnGR,EAAOH,UAAUY,OAAON,KAAKR,MAC7BA,KAAKS,kBAAmB,GAMzBL,GACTkB,aACFC,cACYnB,GAAqBoB,gBAAeC,cC7ChD,IAAIpC,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GAsBxC2B,EAAyC,SAAUrB,GAEnD,SAASqB,EAAwBpB,GAC7B,IAAIC,EAAQF,EAAOG,KAAKR,KAAMM,IAAUN,KAMxC,OALAO,EAAME,kBAAmB,EACzBF,EAAMG,sBAAuB,EAC7BH,EAAMI,uBAAyB,KAC/BJ,EAAMK,iBAAkB,EACxBL,EAAMM,WACCN,EAWX,OAnBAlB,EAAUqC,EAAyBrB,GAUnCqB,EAAwBxB,UAAUY,OAAS,WACvC,KAAMd,KAAKe,UAAYf,KAAKS,kBAAqBT,KAAKgB,aAAgBhB,KAAKiB,oBAKvE,OAAOC,gBAAoB,MAAOlB,KAAKmB,0BAA2BC,OAAOpB,KAAKM,MAAMe,SAAUrB,KAAKa,UAJnGR,EAAOH,UAAUY,OAAON,KAAKR,MAC7BA,KAAKS,kBAAmB,GAMzBiB,GACTC,kBACFJ,cACYG,GAA0BF,gBAAeC"}
@@ -3,9 +3,9 @@ import { PivotFieldList, PivotView } from '@syncfusion/ej2-pivotview';
3
3
  import { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';
4
4
 
5
5
  /**
6
- * `PivotViewComponent` represents the react PivotView.
6
+ * `PivotViewComponent` represents the react Pivot Table.
7
7
  * ```tsx
8
- * <PivotViewComponent/>
8
+ * <PivotViewComponent></PivotViewComponent>
9
9
  * ```
10
10
  */
11
11
  class PivotViewComponent extends PivotView {
@@ -13,6 +13,7 @@ class PivotViewComponent extends PivotView {
13
13
  super(props);
14
14
  this.initRenderCalled = false;
15
15
  this.checkInjectedModules = true;
16
+ this.statelessTemplateProps = null;
16
17
  this.immediateRender = false;
17
18
  this.portals = [];
18
19
  }
@@ -39,6 +40,7 @@ class PivotFieldListComponent extends PivotFieldList {
39
40
  super(props);
40
41
  this.initRenderCalled = false;
41
42
  this.checkInjectedModules = true;
43
+ this.statelessTemplateProps = null;
42
44
  this.immediateRender = true;
43
45
  this.portals = [];
44
46
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-react-pivotview.es2015.js","sources":["../src/es6/pivotview/pivotview.component.js","../src/es6/pivotfieldlist/pivotfieldlist.component.js"],"sourcesContent":["import * as React from 'react';\nimport { PivotView } from '@syncfusion/ej2-pivotview';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `PivotViewComponent` represents the react PivotView.\n * ```tsx\n * <PivotViewComponent/>\n * ```\n */\nexport class PivotViewComponent extends PivotView {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(PivotViewComponent, [ComponentBase, React.Component]);\n","import * as React from 'react';\nimport { PivotFieldList } from '@syncfusion/ej2-pivotview';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `PivotFieldListComponent` represents the react PivotFieldList.\n * ```tsx\n * <PivotFieldListComponent/>\n * ```\n */\nexport class PivotFieldListComponent extends PivotFieldList {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.immediateRender = true;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(PivotFieldListComponent, [ComponentBase, React.Component]);\n"],"names":["React.createElement","React.Component"],"mappings":";;;;AAGA;;;;;;AAMA,AAAO,MAAM,kBAAkB,SAAS,SAAS,CAAC;IAC9C,WAAW,CAAC,KAAK,EAAE;QACf,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,CAAC,gBAAgB,GAAG,KAAK,CAAC;QAC9B,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC;QACjC,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;QAC7B,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;KACrB;IACD,MAAM,GAAG;QACL,IAAI,CAAC,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,KAAK,IAAI,CAAC,UAAU,KAAK,CAAC,IAAI,CAAC,mBAAmB,EAAE;YAC5F,KAAK,CAAC,MAAM,EAAE,CAAC;YACf,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;SAChC;aACI;YACD,OAAOA,aAAmB,CAAC,KAAK,EAAE,IAAI,CAAC,oBAAoB,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;SAChH;KACJ;CACJ;AACD,WAAW,CAAC,kBAAkB,EAAE,CAAC,aAAa,EAAEC,SAAe,CAAC,CAAC,CAAC;;ACxBlE;;;;;;AAMA,AAAO,MAAM,uBAAuB,SAAS,cAAc,CAAC;IACxD,WAAW,CAAC,KAAK,EAAE;QACf,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,CAAC,gBAAgB,GAAG,KAAK,CAAC;QAC9B,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC;QACjC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC;QAC5B,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;KACrB;IACD,MAAM,GAAG;QACL,IAAI,CAAC,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,KAAK,IAAI,CAAC,UAAU,KAAK,CAAC,IAAI,CAAC,mBAAmB,EAAE;YAC5F,KAAK,CAAC,MAAM,EAAE,CAAC;YACf,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;SAChC;aACI;YACD,OAAOD,aAAmB,CAAC,KAAK,EAAE,IAAI,CAAC,oBAAoB,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;SAChH;KACJ;CACJ;AACD,WAAW,CAAC,uBAAuB,EAAE,CAAC,aAAa,EAAEC,SAAe,CAAC,CAAC,CAAC;;;;;;"}
1
+ {"version":3,"file":"ej2-react-pivotview.es2015.js","sources":["../src/es6/pivotview/pivotview.component.js","../src/es6/pivotfieldlist/pivotfieldlist.component.js"],"sourcesContent":["import * as React from 'react';\nimport { PivotView } from '@syncfusion/ej2-pivotview';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `PivotViewComponent` represents the react Pivot Table.\n * ```tsx\n * <PivotViewComponent></PivotViewComponent>\n * ```\n */\nexport class PivotViewComponent extends PivotView {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.statelessTemplateProps = null;\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(PivotViewComponent, [ComponentBase, React.Component]);\n","import * as React from 'react';\nimport { PivotFieldList } from '@syncfusion/ej2-pivotview';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `PivotFieldListComponent` represents the react PivotFieldList.\n * ```tsx\n * <PivotFieldListComponent/>\n * ```\n */\nexport class PivotFieldListComponent extends PivotFieldList {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.statelessTemplateProps = null;\n this.immediateRender = true;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(PivotFieldListComponent, [ComponentBase, React.Component]);\n"],"names":["React.createElement","React.Component"],"mappings":";;;;AAGA;;;;;;AAMA,AAAO,MAAM,kBAAkB,SAAS,SAAS,CAAC;IAC9C,WAAW,CAAC,KAAK,EAAE;QACf,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,CAAC,gBAAgB,GAAG,KAAK,CAAC;QAC9B,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC;QACjC,IAAI,CAAC,sBAAsB,GAAG,IAAI,CAAC;QACnC,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;QAC7B,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;KACrB;IACD,MAAM,GAAG;QACL,IAAI,CAAC,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,KAAK,IAAI,CAAC,UAAU,KAAK,CAAC,IAAI,CAAC,mBAAmB,EAAE;YAC5F,KAAK,CAAC,MAAM,EAAE,CAAC;YACf,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;SAChC;aACI;YACD,OAAOA,aAAmB,CAAC,KAAK,EAAE,IAAI,CAAC,oBAAoB,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;SAChH;KACJ;CACJ;AACD,WAAW,CAAC,kBAAkB,EAAE,CAAC,aAAa,EAAEC,SAAe,CAAC,CAAC,CAAC;;ACzBlE;;;;;;AAMA,AAAO,MAAM,uBAAuB,SAAS,cAAc,CAAC;IACxD,WAAW,CAAC,KAAK,EAAE;QACf,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,CAAC,gBAAgB,GAAG,KAAK,CAAC;QAC9B,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC;QACjC,IAAI,CAAC,sBAAsB,GAAG,IAAI,CAAC;QACnC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC;QAC5B,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;KACrB;IACD,MAAM,GAAG;QACL,IAAI,CAAC,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,KAAK,IAAI,CAAC,UAAU,KAAK,CAAC,IAAI,CAAC,mBAAmB,EAAE;YAC5F,KAAK,CAAC,MAAM,EAAE,CAAC;YACf,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;SAChC;aACI;YACD,OAAOD,aAAmB,CAAC,KAAK,EAAE,IAAI,CAAC,oBAAoB,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;SAChH;KACJ;CACJ;AACD,WAAW,CAAC,uBAAuB,EAAE,CAAC,aAAa,EAAEC,SAAe,CAAC,CAAC,CAAC;;;;;;"}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-pivotview@*",
3
- "_id": "@syncfusion/ej2-react-pivotview@20.4.50",
3
+ "_id": "@syncfusion/ej2-react-pivotview@21.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-rW9ayN3puSqRFY2MBRzJzwEnrgnqtJFoObZiRfNCt7fnoEDJC569Q/b6N54Ng40MEnI2b91t0pVP3QOPN88qmQ==",
5
+ "_integrity": "sha512-DD+285bmaZOA0L6U8uGIyec4dg5lMHSkB7WFOuV0/BF4R7wtXJZh8KjCLxizCwdTkRSNp8yS0LsINbEV+w0zrA==",
6
6
  "_location": "/@syncfusion/ej2-react-pivotview",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-20.4.50.tgz",
23
- "_shasum": "85f5b01a5db97b8c581bc543a853cb045f91246c",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-21.1.35.tgz",
23
+ "_shasum": "08f0700fa082abd8558f2b692696566fab47a9f8",
24
24
  "_spec": "@syncfusion/ej2-react-pivotview@*",
25
- "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.51",
35
- "@syncfusion/ej2-pivotview": "20.4.54",
36
- "@syncfusion/ej2-react-base": "~20.4.54"
34
+ "@syncfusion/ej2-base": "~21.1.37",
35
+ "@syncfusion/ej2-pivotview": "21.1.37",
36
+ "@syncfusion/ej2-react-base": "~21.1.37"
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": "20.4.54",
56
+ "version": "21.1.37",
57
57
  "sideEffects": false
58
58
  }
@@ -15,6 +15,7 @@ export declare class PivotFieldListComponent extends PivotFieldList {
15
15
  private getDefaultAttributes;
16
16
  initRenderCalled: boolean;
17
17
  private checkInjectedModules;
18
+ private statelessTemplateProps;
18
19
  private immediateRender;
19
20
  props: Readonly<{
20
21
  children?: React.ReactNode | React.ReactNode[];
@@ -26,6 +26,7 @@ var PivotFieldListComponent = /** @class */ (function (_super) {
26
26
  var _this = _super.call(this, props) || this;
27
27
  _this.initRenderCalled = false;
28
28
  _this.checkInjectedModules = true;
29
+ _this.statelessTemplateProps = null;
29
30
  _this.immediateRender = true;
30
31
  _this.portals = [];
31
32
  return _this;
@@ -6,9 +6,9 @@ export interface PivotViewTypecast {
6
6
  tooltipTemplate?: string | Function | any;
7
7
  }
8
8
  /**
9
- * `PivotViewComponent` represents the react PivotView.
9
+ * `PivotViewComponent` represents the react Pivot Table.
10
10
  * ```tsx
11
- * <PivotViewComponent/>
11
+ * <PivotViewComponent></PivotViewComponent>
12
12
  * ```
13
13
  */
14
14
  export declare class PivotViewComponent extends PivotView {
@@ -19,6 +19,7 @@ export declare class PivotViewComponent extends PivotView {
19
19
  private getDefaultAttributes;
20
20
  initRenderCalled: boolean;
21
21
  private checkInjectedModules;
22
+ private statelessTemplateProps;
22
23
  private immediateRender;
23
24
  props: Readonly<{
24
25
  children?: React.ReactNode | React.ReactNode[];
@@ -15,9 +15,9 @@ import * as React from 'react';
15
15
  import { PivotView } from '@syncfusion/ej2-pivotview';
16
16
  import { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';
17
17
  /**
18
- * `PivotViewComponent` represents the react PivotView.
18
+ * `PivotViewComponent` represents the react Pivot Table.
19
19
  * ```tsx
20
- * <PivotViewComponent/>
20
+ * <PivotViewComponent></PivotViewComponent>
21
21
  * ```
22
22
  */
23
23
  var PivotViewComponent = /** @class */ (function (_super) {
@@ -26,6 +26,7 @@ var PivotViewComponent = /** @class */ (function (_super) {
26
26
  var _this = _super.call(this, props) || this;
27
27
  _this.initRenderCalled = false;
28
28
  _this.checkInjectedModules = true;
29
+ _this.statelessTemplateProps = null;
29
30
  _this.immediateRender = false;
30
31
  _this.portals = [];
31
32
  return _this;
@@ -788,6 +788,10 @@
788
788
  .e-bigger.e-pivotview .e-value-field-settings {
789
789
  max-height: 510px !important;
790
790
  }
791
+ .e-bigger .e-pivotview .e-value-field-settings .e-dlg-content,
792
+ .e-bigger.e-pivotview .e-value-field-settings .e-dlg-content {
793
+ padding: 0;
794
+ }
791
795
  .e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
792
796
  .e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
793
797
  padding: 0 20px 10px;
@@ -950,6 +954,9 @@
950
954
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
951
955
  width: 100%;
952
956
  }
957
+ .e-pivotview .e-toolbar .e-tbar-btn {
958
+ background-color: transparent;
959
+ }
953
960
  .e-pivotview .e-grid .e-rowsheader.e-active,
954
961
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
955
962
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -1379,6 +1386,7 @@
1379
1386
  height: 18px;
1380
1387
  margin-left: 4px;
1381
1388
  width: 18px;
1389
+ padding-top: 3px;
1382
1390
  }
1383
1391
  .e-pivotview .e-grouping-bar .e-pivot-button .e-sort:hover,
1384
1392
  .e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon:hover,
@@ -1416,6 +1424,7 @@
1416
1424
  }
1417
1425
  .e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-descend,
1418
1426
  .e-pivotview .e-group-rows .e-pivot-button .e-sort.e-descend {
1427
+ margin-top: 5px;
1419
1428
  transform: rotateX(180deg);
1420
1429
  }
1421
1430
  .e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,
@@ -1500,7 +1509,6 @@
1500
1509
  height: 18px;
1501
1510
  margin-left: 4px !important;
1502
1511
  width: 18px;
1503
- padding-top: 2px;
1504
1512
  }
1505
1513
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
1506
1514
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
@@ -1523,7 +1531,6 @@
1523
1531
  width: 18px;
1524
1532
  }
1525
1533
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
1526
- margin-top: 3px;
1527
1534
  transform: rotateX(180deg);
1528
1535
  }
1529
1536
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
@@ -1601,6 +1608,9 @@
1601
1608
  .e-pivotview .e-pivot-pager {
1602
1609
  padding: 4px 12px;
1603
1610
  }
1611
+ .e-pivotview .e-pivot-pager.sf-pager .e-pivot-pager-info-container.e-pagercontainer {
1612
+ font-size: unset;
1613
+ }
1604
1614
  .e-pivotview .e-pivot-pager.e-pivot-pager-bottom {
1605
1615
  border-top: 0;
1606
1616
  }
@@ -1712,6 +1722,12 @@
1712
1722
  -ms-flex: none;
1713
1723
  flex: none;
1714
1724
  }
1725
+ .e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-row-pager-settings.e-pivot-pager-axis-container,
1726
+ .e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-column-pager-settings.e-pivot-pager-axis-container,
1727
+ .e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-row-pager-settings.e-pivot-pager-axis-container,
1728
+ .e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-column-pager-settings.e-pivot-pager-axis-container {
1729
+ display: inline-table;
1730
+ }
1715
1731
  .e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-row-pager-settings .e-numeric,
1716
1732
  .e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-column-pager-settings .e-numeric,
1717
1733
  .e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-row-pager-settings .e-numeric,
@@ -1830,7 +1846,7 @@
1830
1846
  }
1831
1847
  .e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv:not(.e-pivot-pager-single-maindiv) .e-pivot-pager-row-maindiv.e-page-size-disable .e-pivotview-text-div,
1832
1848
  .e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv:not(.e-pivot-pager-single-maindiv) .e-pivot-pager-column-maindiv.e-page-size-disable .e-pivotview-text-div {
1833
- width: auto;
1849
+ width: 50%;
1834
1850
  }
1835
1851
  .e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-row-pager-settings,
1836
1852
  .e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-column-pager-settings,
@@ -2040,6 +2056,10 @@
2040
2056
  .e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
2041
2057
  width: 155px;
2042
2058
  }
2059
+ .e-pivotview.e-device .e-scrollbar .e-movablescrollbar {
2060
+ min-height: 1px !important;
2061
+ visibility: hidden;
2062
+ }
2043
2063
  .e-pivotview .e-component-disable {
2044
2064
  display: none !important;
2045
2065
  }
@@ -3399,6 +3419,8 @@
3399
3419
  }
3400
3420
  .e-pivot-calc-dialog-div.e-rtl .e-treeview ul li .e-text-content {
3401
3421
  padding: 0 24px 0 0;
3422
+ display: -ms-flexbox;
3423
+ display: flex;
3402
3424
  }
3403
3425
  .e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-webkit-input-placeholder {
3404
3426
  color: #ac2a2a !important;
@@ -3626,6 +3648,15 @@
3626
3648
  .e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
3627
3649
  font-size: 16px;
3628
3650
  }
3651
+ .e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item .e-remove-report,
3652
+ .e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item .e-edit,
3653
+ .e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item .e-edited,
3654
+ .e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item .e-remove-report,
3655
+ .e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item .e-edit,
3656
+ .e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item .e-edited {
3657
+ /* stylelint-disable */
3658
+ /* stylelint-enable */
3659
+ }
3629
3660
  .e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
3630
3661
  .e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
3631
3662
  font-size: 16px;
@@ -3725,6 +3756,7 @@
3725
3756
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
3726
3757
  .e-pivotfieldlist-container .e-member-editor-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
3727
3758
  padding-left: 0;
3759
+ margin-left: 15px;
3728
3760
  }
3729
3761
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
3730
3762
  .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
@@ -3841,9 +3873,10 @@
3841
3873
  }
3842
3874
  .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter {
3843
3875
  padding-top: 20px;
3876
+ /* stylelint-disable */
3844
3877
  }
3845
3878
  .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
3846
- height: 140px;
3879
+ height: 140px !important;
3847
3880
  }
3848
3881
  .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
3849
3882
  .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
@@ -3851,7 +3884,6 @@
3851
3884
  overflow: auto;
3852
3885
  padding: 20px;
3853
3886
  padding-bottom: 0;
3854
- /* stylelint-disable */
3855
3887
  /* stylelint-enable */
3856
3888
  }
3857
3889
  .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
@@ -4453,6 +4485,50 @@
4453
4485
  /* stylelint-enable */
4454
4486
  /* stylelint-enable */
4455
4487
  }
4488
+ .e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list {
4489
+ display: block;
4490
+ overflow-y: auto;
4491
+ }
4492
+ .e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview ul:first-child {
4493
+ padding-right: 0;
4494
+ }
4495
+ .e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview li.e-no-checkbox > .e-text-content > .e-checkbox-wrapper, .e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview li .e-measure-icon {
4496
+ display: none;
4497
+ }
4498
+ .e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview li.e-rtl ul:first-child {
4499
+ padding-left: 0;
4500
+ padding-right: 10px;
4501
+ }
4502
+ .e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list li .e-drag {
4503
+ padding: revert;
4504
+ margin: revert;
4505
+ width: auto;
4506
+ height: auto;
4507
+ }
4508
+ .e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list li .e-draggable {
4509
+ display: contents;
4510
+ }
4511
+ .e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list li .e-text-content {
4512
+ display: -ms-flexbox;
4513
+ display: flex;
4514
+ -ms-flex-align: center;
4515
+ align-items: center;
4516
+ }
4517
+ .e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list li .e-list-text {
4518
+ text-overflow: ellipsis;
4519
+ overflow-x: hidden;
4520
+ width: 100%;
4521
+ white-space: nowrap;
4522
+ }
4523
+ .e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-treeview:not(.e-rtl) .e-list-text {
4524
+ padding-right: revert;
4525
+ }
4526
+ .e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-treeview.e-rtl .e-list-text {
4527
+ padding-left: revert;
4528
+ }
4529
+ .e-pivotfieldlist-container.sf-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container li.e-no-checkbox > .e-text-content > .e-checkbox-wrapper, .e-pivotfieldlist-container.sf-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container li .e-measure-icon {
4530
+ display: none;
4531
+ }
4456
4532
  .e-pivotfieldlist-container .e-layout-footer {
4457
4533
  display: -ms-flexbox;
4458
4534
  display: flex;