@syncfusion/ej2-react-pivotview
Advanced tools
Comparing version 17.1.42 to 17.1.47
@@ -7,3 +7,3 @@ # Changelog | ||
### Pivot View/Pivot Grid | ||
### Pivot View | ||
@@ -28,3 +28,3 @@ #### Bug Fixes | ||
### Pivot View/Pivot Grid | ||
### Pivot View | ||
@@ -31,0 +31,0 @@ #### Bug Fixes |
/*! | ||
* filename: ej2-react-pivotview.umd.min.js | ||
* version : 17.1.42 | ||
* version : 17.1.47 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -10,3 +10,3 @@ * Use of this code is subject to the terms of our license. | ||
*/ | ||
!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}return i(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return t.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.PivotView);r.applyMixins(o,[r.ComponentBase,t.PureComponent]);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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),s=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n}return c(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return t.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.PivotFieldList);r.applyMixins(s,[r.ComponentBase,t.PureComponent]),e.Inject=r.Inject,e.PivotViewComponent=o,e.PivotFieldListComponent=s,Object.keys(n).forEach(function(t){e[t]=n[t]}),Object.defineProperty(e,"__esModule",{value:!0})}); | ||
!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.checkTemplate=!0,n}return i(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return t.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.PivotView);r.applyMixins(o,[r.ComponentBase,t.PureComponent]);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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),s=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.checkTemplate=!1,n}return c(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return t.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.PivotFieldList);r.applyMixins(s,[r.ComponentBase,t.PureComponent]),e.Inject=r.Inject,e.PivotViewComponent=o,e.PivotFieldListComponent=s,Object.keys(n).forEach(function(t){e[t]=n[t]}),Object.defineProperty(e,"__esModule",{value:!0})}); | ||
//# sourceMappingURL=ej2-react-pivotview.umd.min.js.map |
@@ -16,2 +16,3 @@ import { PureComponent, createElement } from 'react'; | ||
this.checkInjectedModules = true; | ||
this.checkTemplate = true; | ||
} | ||
@@ -41,2 +42,3 @@ render() { | ||
this.checkInjectedModules = true; | ||
this.checkTemplate = false; | ||
} | ||
@@ -43,0 +45,0 @@ render() { |
{ | ||
"name": "@syncfusion/ej2-react-pivotview", | ||
"version": "17.1.42", | ||
"version": "17.1.47", | ||
"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", | ||
@@ -31,5 +31,5 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.1.42", | ||
"@syncfusion/ej2-react-base": "~17.1.42", | ||
"@syncfusion/ej2-pivotview": "17.1.42" | ||
"@syncfusion/ej2-base": "~17.1.47", | ||
"@syncfusion/ej2-react-base": "~17.1.47", | ||
"@syncfusion/ej2-pivotview": "17.1.47" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": {}, |
@@ -18,2 +18,3 @@ import * as React from 'react'; | ||
private checkInjectedModules; | ||
private checkTemplate; | ||
props: Readonly<{ | ||
@@ -20,0 +21,0 @@ children?: React.ReactNode | React.ReactNode[]; |
@@ -29,2 +29,3 @@ var __extends = (this && this.__extends) || (function () { | ||
_this.checkInjectedModules = true; | ||
_this.checkTemplate = false; | ||
return _this; | ||
@@ -31,0 +32,0 @@ } |
@@ -21,2 +21,3 @@ import * as React from 'react'; | ||
private checkInjectedModules; | ||
private checkTemplate; | ||
props: Readonly<{ | ||
@@ -23,0 +24,0 @@ children?: React.ReactNode | React.ReactNode[]; |
@@ -29,2 +29,3 @@ var __extends = (this && this.__extends) || (function () { | ||
_this.checkInjectedModules = true; | ||
_this.checkTemplate = true; | ||
return _this; | ||
@@ -31,0 +32,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5727907
83219
+ Added@syncfusion/ej2-pivotview@17.1.47(transitive)
- Removed@syncfusion/ej2-pivotview@17.1.42(transitive)