@syncfusion/ej2-react-pivotview 27.2.4 → 28.1.33
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.
- package/README.md +5 -5
- package/dist/ej2-react-pivotview.min.js +2 -2
- package/dist/ej2-react-pivotview.umd.min.js +2 -2
- package/package.json +9 -9
- package/styles/bds-lite.css +1 -0
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +1 -0
- package/styles/bds.scss +2 -0
- package/styles/pivotfieldlist/bds.css +1 -0
- package/styles/pivotfieldlist/bds.scss +1 -0
- package/styles/pivotfieldlist/tailwind3.css +1 -0
- package/styles/pivotfieldlist/tailwind3.scss +1 -0
- package/styles/pivotview/bds.css +1 -0
- package/styles/pivotview/bds.scss +1 -0
- package/styles/pivotview/tailwind3.css +1 -0
- package/styles/pivotview/tailwind3.scss +1 -0
- package/styles/tailwind3-lite.css +1 -0
- package/styles/tailwind3-lite.scss +1 -0
- package/styles/tailwind3.css +1 -0
- package/styles/tailwind3.scss +2 -0
package/README.md
CHANGED
|
@@ -31,9 +31,9 @@ cd my-app
|
|
|
31
31
|
npm start
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
### Add Syncfusion Pivot Table package
|
|
34
|
+
### Add Syncfusion<sup>®</sup> Pivot Table package
|
|
35
35
|
|
|
36
|
-
All Syncfusion React packages are published in the [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install the React Pivot Table package, use the following command.
|
|
36
|
+
All Syncfusion<sup>®</sup> React packages are published in the [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install the React Pivot Table package, use the following command.
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
39
|
npm install @syncfusion/ej2-react-pivotview --save
|
|
@@ -59,7 +59,7 @@ Add CSS references needed for a Pivot Table in **src/App.css** from the **../nod
|
|
|
59
59
|
|
|
60
60
|
### Add Pivot Table Component
|
|
61
61
|
|
|
62
|
-
In the **src/App.tsx** file, use the following code snippet to render the Syncfusion React Pivot Table component and import **App.css** to apply styles to the Pivot Table.
|
|
62
|
+
In the **src/App.tsx** file, use the following code snippet to render the Syncfusion<sup>®</sup> React Pivot Table component and import **App.css** to apply styles to the Pivot Table.
|
|
63
63
|
|
|
64
64
|
```typescript
|
|
65
65
|
import { IDataSet, IDataOptions, PivotViewComponent } from '@syncfusion/ej2-react-pivotview';
|
|
@@ -134,10 +134,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
|
|
|
134
134
|
|
|
135
135
|
## License and copyright
|
|
136
136
|
|
|
137
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
137
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
138
138
|
|
|
139
139
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
140
140
|
|
|
141
141
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=react-pivot-table-npm) for more info.
|
|
142
142
|
|
|
143
|
-
© Copyright 2024 Syncfusion
|
|
143
|
+
© Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pivotview.min.js
|
|
3
|
-
* version :
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 28.1.33
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2024. 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
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pivotview.umd.min.js
|
|
3
|
-
* version :
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 28.1.33
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2024. 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
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-pivotview@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-pivotview@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pivotview@26.1.35",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-cBUZ3rC4cFbEQA0VSQGlXwSEFtD2M8gTynupAmJ7wlCz0fjxfiewlzo5mEFbZ3sMCJDuZ4LHP4/goBolF6RqxA==",
|
|
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.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-26.1.35.tgz",
|
|
23
|
+
"_shasum": "946fdc4674cd497694d49f60c56023d45a0fc7bb",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-pivotview@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_28.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": "~
|
|
35
|
-
"@syncfusion/ej2-pivotview": "
|
|
36
|
-
"@syncfusion/ej2-react-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~28.1.33",
|
|
35
|
+
"@syncfusion/ej2-pivotview": "28.1.33",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~28.1.33"
|
|
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": "https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
55
55
|
},
|
|
56
|
-
"version": "
|
|
56
|
+
"version": "28.1.33",
|
|
57
57
|
"sideEffects": false
|
|
58
58
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/bds-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/bds-lite.scss';
|
package/styles/bds.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/bds.css';
|
package/styles/bds.scss
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/pivotfieldlist/bds.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/bds.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/pivotfieldlist/tailwind3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/tailwind3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/pivotview/bds.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bds.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/pivotview/tailwind3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/tailwind3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/tailwind3-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/tailwind3-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/tailwind3.css';
|