@syncfusion/ej2-react-pivotview
Advanced tools
Comparing version 23.1.44 to 23.2.4
@@ -9,2 +9,16 @@ # Changelog | ||
- `#F185202` - When there are no fields in the value axis, the pivot table will now be rendered with the proper height. | ||
#### New features | ||
- `#I450857` - When virtualization is enabled for OLAP data, the Pivot Table will now support displaying with grand totals and sub-totals in row and column axes. | ||
- `#I484186` - Added support for exporting the Pivot Chart to PDF document with header and footer. | ||
- `#I490937` - When virtualization is enabled, the OLAP Pivot Table can now be exported as a PDF and Excel document with entire data. | ||
## 23.1.44 (2023-11-07) | ||
### PivotTable | ||
#### Bug fixes | ||
- `I515880` - The pivot table grouping bar actions will now work properly when invoking the refresh method dynamically. | ||
@@ -11,0 +25,0 @@ |
/*! | ||
* filename: ej2-react-pivotview.min.js | ||
* version : 23.1.44 | ||
* version : 23.2.4 | ||
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
/*! | ||
* filename: ej2-react-pivotview.umd.min.js | ||
* version : 23.1.44 | ||
* version : 23.2.4 | ||
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-react-pivotview@*", | ||
"_id": "@syncfusion/ej2-react-pivotview@23.1.41", | ||
"_id": "@syncfusion/ej2-react-pivotview@23.1.44", | ||
"_inBundle": false, | ||
"_integrity": "sha512-hE9yXzw4rhFpgurXBLhNDTz98YkHyZCeYRZP7WaEBUcPgd4lIotgEZowLKIY/yg/HZclYo4dt/bcEwWL3HYGXA==", | ||
"_integrity": "sha512-SbTco+a9NSvbvj1zxbg0JA7xAqT63h+CGxE95mlWGD57Tu3h4RPPjzUF29W9ssuV0D64KTaUBsv2Uqq5fb6gxw==", | ||
"_location": "/@syncfusion/ej2-react-pivotview", | ||
@@ -22,4 +22,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-23.1.41.tgz", | ||
"_shasum": "fcdb91710f48707b586b6304bc6ff2681f8baea7", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-23.1.44.tgz", | ||
"_shasum": "61ac336bf611c5b6ec4c1e031ee3390de99872a1", | ||
"_spec": "@syncfusion/ej2-react-pivotview@*", | ||
@@ -35,5 +35,5 @@ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~23.1.41", | ||
"@syncfusion/ej2-pivotview": "23.1.44", | ||
"@syncfusion/ej2-react-base": "~23.1.43" | ||
"@syncfusion/ej2-base": "~23.2.4", | ||
"@syncfusion/ej2-pivotview": "23.2.4", | ||
"@syncfusion/ej2-react-base": "~23.2.4" | ||
}, | ||
@@ -58,4 +58,4 @@ "deprecated": false, | ||
}, | ||
"version": "23.1.44", | ||
"version": "23.2.4", | ||
"sideEffects": false | ||
} |
@@ -13,3 +13,3 @@ import * as React from 'react'; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<PivotFieldListModel & DefaultHtmlAttributes>; | ||
}> & Readonly<PivotFieldListModel | DefaultHtmlAttributes>; | ||
setState: any; | ||
@@ -24,3 +24,3 @@ private getDefaultAttributes; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<PivotFieldListModel & DefaultHtmlAttributes>; | ||
}> & Readonly<PivotFieldListModel | DefaultHtmlAttributes>; | ||
forceUpdate: (callBack?: () => any) => void; | ||
@@ -27,0 +27,0 @@ context: Object; |
@@ -17,3 +17,3 @@ import * as React from 'react'; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<PivotViewModel & DefaultHtmlAttributes | PivotViewTypecast>; | ||
}> & Readonly<PivotViewModel | DefaultHtmlAttributes | PivotViewTypecast>; | ||
setState: any; | ||
@@ -28,3 +28,3 @@ private getDefaultAttributes; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<PivotViewModel & DefaultHtmlAttributes | PivotViewTypecast>; | ||
}> & Readonly<PivotViewModel | DefaultHtmlAttributes | PivotViewTypecast>; | ||
forceUpdate: (callBack?: () => any) => void; | ||
@@ -31,0 +31,0 @@ context: Object; |
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
12880129
+ Added@syncfusion/ej2-base@23.2.6(transitive)
+ Added@syncfusion/ej2-buttons@23.2.7(transitive)
+ Added@syncfusion/ej2-calendars@23.2.7(transitive)
+ Added@syncfusion/ej2-charts@23.2.7(transitive)
+ Added@syncfusion/ej2-compression@23.2.4(transitive)
+ Added@syncfusion/ej2-data@23.2.4(transitive)
+ Added@syncfusion/ej2-dropdowns@23.2.7(transitive)
+ Added@syncfusion/ej2-excel-export@23.2.4(transitive)
+ Added@syncfusion/ej2-file-utils@23.2.4(transitive)
+ Added@syncfusion/ej2-grids@23.2.7(transitive)
+ Added@syncfusion/ej2-icons@23.2.4(transitive)
+ Added@syncfusion/ej2-inputs@23.2.4(transitive)
+ Added@syncfusion/ej2-lists@23.2.4(transitive)
+ Added@syncfusion/ej2-navigations@23.2.7(transitive)
+ Added@syncfusion/ej2-notifications@23.2.5(transitive)
+ Added@syncfusion/ej2-pdf-export@23.2.6(transitive)
+ Added@syncfusion/ej2-pivotview@23.2.4(transitive)
+ Added@syncfusion/ej2-popups@23.2.4(transitive)
+ Added@syncfusion/ej2-react-base@23.2.5(transitive)
+ Added@syncfusion/ej2-splitbuttons@23.2.4(transitive)
+ Added@syncfusion/ej2-svg-base@23.2.5(transitive)
- Removed@syncfusion/ej2-base@23.1.43(transitive)
- Removed@syncfusion/ej2-buttons@23.1.43(transitive)
- Removed@syncfusion/ej2-calendars@23.1.41(transitive)
- Removed@syncfusion/ej2-charts@23.1.44(transitive)
- Removed@syncfusion/ej2-compression@23.1.36(transitive)
- Removed@syncfusion/ej2-data@23.1.44(transitive)
- Removed@syncfusion/ej2-dropdowns@23.1.44(transitive)
- Removed@syncfusion/ej2-excel-export@23.1.36(transitive)
- Removed@syncfusion/ej2-file-utils@23.1.36(transitive)
- Removed@syncfusion/ej2-grids@23.1.44(transitive)
- Removed@syncfusion/ej2-icons@23.1.36(transitive)
- Removed@syncfusion/ej2-inputs@23.1.43(transitive)
- Removed@syncfusion/ej2-lists@23.1.43(transitive)
- Removed@syncfusion/ej2-navigations@23.1.44(transitive)
- Removed@syncfusion/ej2-notifications@23.1.40(transitive)
- Removed@syncfusion/ej2-pdf-export@23.1.43(transitive)
- Removed@syncfusion/ej2-pivotview@23.1.44(transitive)
- Removed@syncfusion/ej2-popups@23.1.45(transitive)
- Removed@syncfusion/ej2-react-base@23.1.44(transitive)
- Removed@syncfusion/ej2-splitbuttons@23.1.43(transitive)
- Removed@syncfusion/ej2-svg-base@23.1.36(transitive)
Updated@syncfusion/ej2-base@~23.2.4