@syncfusion/ej2-react-pivotview
Advanced tools
Comparing version 17.1.1-beta to 17.1.32-beta
@@ -5,2 +5,22 @@ # Changelog | ||
### Pivot View/Pivot Grid | ||
#### Bug Fixes | ||
- Drill-down works properly for date formatted headers. | ||
#### New Features | ||
- Users can access grid functionalities in the drill-through pop-up. | ||
- Option to always show the value header even with single value binding. | ||
- Row header repeats on each page of the PDF document when exporting. | ||
- Users can display the value zero as zero and empty cells with a custom value. | ||
- Charts can be rendered against pivot table data independently, and users can modify their report dynamically using the field list. | ||
- Toolbar support is provided to the pivot table, allowing users easy access to frequently used features. | ||
- A grouping option is available for date and numbers fields. | ||
- Users can customize or add custom templates to the Pivot Table cells. | ||
- Cell selection allows users to select cells and access the selected cell information through the cell selection event. | ||
## 17.1.1-beta (2019-01-29) | ||
### Pivot Grid | ||
@@ -7,0 +27,0 @@ |
/*! | ||
* filename: ej2-react-pivotview.umd.min.js | ||
* version : 17.1.1-beta | ||
* version : 17.1.32-beta | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -10,13 +10,3 @@ * Use of this code is subject to the terms of our license. | ||
*/ | ||
/*! | ||
* filename: ej2-react-pivotview.umd.min.js | ||
* version : 16.4.40 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
* A copy of the current license can be obtained at any time by e-mailing | ||
* licensing@syncfusion.com. Any infringement will be prosecuted under | ||
* applicable laws. | ||
*/ | ||
!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})}); | ||
//# sourceMappingURL=ej2-react-pivotview.umd.min.js.map |
{ | ||
"name": "@syncfusion/ej2-react-pivotview", | ||
"version": "17.1.1-beta", | ||
"version": "17.1.32-beta", | ||
"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,18 +31,8 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.1.1-beta", | ||
"@syncfusion/ej2-react-base": "~17.1.1-beta", | ||
"@syncfusion/ej2-pivotview": "17.1.1-beta" | ||
"@syncfusion/ej2-base": "~17.1.32-beta", | ||
"@syncfusion/ej2-react-base": "~17.1.32-beta", | ||
"@syncfusion/ej2-pivotview": "17.1.32-beta" | ||
}, | ||
"devDependencies": { | ||
"awesome-typescript-loader": "^3.1.3", | ||
"source-map-loader": "^0.2.1", | ||
"@types/chai": "^3.4.28", | ||
"@types/es6-promise": "0.0.28", | ||
"@types/jasmine": "^2.2.29", | ||
"@types/jasmine-ajax": "^3.1.27", | ||
"@types/react": "^15.0.24", | ||
"@types/react-dom": "^15.5.0", | ||
"@types/requirejs": "^2.1.26" | ||
}, | ||
"devDependencies": {}, | ||
"sideEffects": false | ||
} |
import * as React from 'react'; | ||
import { PivotView, PivotViewModel } from '@syncfusion/ej2-pivotview'; | ||
import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base'; | ||
export interface PivotViewTypecast { | ||
cellTemplate?: string | Function | any; | ||
} | ||
/** | ||
@@ -13,3 +16,3 @@ * `PivotViewComponent` represents the react PivotView. | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<PivotViewModel & DefaultHtmlAttributes>; | ||
}> & Readonly<PivotViewModel & DefaultHtmlAttributes | PivotViewTypecast>; | ||
setState: any; | ||
@@ -21,3 +24,3 @@ private getDefaultAttributes; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<PivotViewModel & DefaultHtmlAttributes>; | ||
}> & Readonly<PivotViewModel & DefaultHtmlAttributes | PivotViewTypecast>; | ||
forceUpdate: (callBack?: () => any) => void; | ||
@@ -24,0 +27,0 @@ context: Object; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
4992750
0
72376
8
+ Added@syncfusion/ej2-charts@17.1.51(transitive)
+ Added@syncfusion/ej2-pivotview@17.1.32-beta(transitive)
+ Added@syncfusion/ej2-svg-base@17.1.48(transitive)
- Removed@syncfusion/ej2-pivotview@17.1.1-beta(transitive)