Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-react-pivotview

Package Overview
Dependencies
Maintainers
3
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-react-pivotview - npm Package Compare versions

Comparing version 23.1.44 to 23.2.4

14

CHANGELOG.md

@@ -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 @@

2

dist/ej2-react-pivotview.min.js
/*!
* 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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc