@syncfusion/ej2-vue-pivotview 31.2.3 → 31.2.5
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 +10 -2
- package/dist/ej2-vue-pivotview.umd.min.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ The [Vue Pivot Table](https://www.syncfusion.com/vue-components/vue-pivot-table?
|
|
|
15
15
|
<p align="center">
|
|
16
16
|
Trusted by the world's leading companies
|
|
17
17
|
<a href="https://www.syncfusion.com">
|
|
18
|
-
<img src="https://
|
|
18
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
|
|
19
19
|
</a>
|
|
20
20
|
</p>
|
|
21
21
|
|
|
@@ -149,6 +149,14 @@ Pivot Table component is also offered in the following list of frameworks.
|
|
|
149
149
|
* [Right-to-left (RTL)](https://ej2.syncfusion.com/vue/documentation/pivotview/globalization-and-localization/?utm_source=npm&utm_medium=listing&utm_campaign=vue-pivot-table-npm#right-to-left-rtl): Aligns content in the Pivot Table component from right to left.
|
|
150
150
|
* [Globalization](https://ej2.syncfusion.com/vue/documentation/pivotview/globalization-and-localization/?utm_source=npm&utm_medium=listing&utm_campaign=vue-pivot-table-npm#globalization): Personalize the Pivot Table component with different languages, as well as culture-specific date and number formatting.
|
|
151
151
|
|
|
152
|
+
## Resources
|
|
153
|
+
|
|
154
|
+
* [Documentation](https://ej2.syncfusion.com/vue/documentation/pivotview/getting-started)
|
|
155
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
156
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/vue?utm_medium=listing&utm_source=github)
|
|
157
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/vue)
|
|
158
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=vue&type=all)
|
|
159
|
+
|
|
152
160
|
## Support
|
|
153
161
|
|
|
154
162
|
Product support is available through the following mediums.
|
|
@@ -165,7 +173,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
165
173
|
|
|
166
174
|
## License and copyright
|
|
167
175
|
|
|
168
|
-
> 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
|
|
176
|
+
> 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 140+ [Vue UI components](https://www.syncfusion.com/vue-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).
|
|
169
177
|
|
|
170
178
|
> 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.
|
|
171
179
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pivotview.umd.min.js
|
|
3
|
-
* version : 31.2.
|
|
3
|
+
* version : 31.2.5
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. 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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-vue-pivotview",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.5",
|
|
4
4
|
"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 Vue",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"es2015": "dist/es6/ej2-vue-pivotview.es2015.js",
|
|
19
19
|
"readme": "ReadMe.md",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
22
|
-
"@syncfusion/ej2-vue-base": "~31.2.
|
|
23
|
-
"@syncfusion/ej2-pivotview": "31.2.
|
|
21
|
+
"@syncfusion/ej2-base": "~31.2.5",
|
|
22
|
+
"@syncfusion/ej2-vue-base": "~31.2.5",
|
|
23
|
+
"@syncfusion/ej2-pivotview": "31.2.5"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {},
|
|
26
26
|
"scripts": {
|