@syncfusion/ej2-vue-treemap 31.2.12 → 32.1.23
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 +2 -2
- package/dist/ej2-vue-treemap.umd.min.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -129,7 +129,7 @@ TreeMap component is also offered in the following list of frameworks.
|
|
|
129
129
|
|
|
130
130
|
## Resources
|
|
131
131
|
|
|
132
|
-
* [Documentation](https://ej2.syncfusion.com/
|
|
132
|
+
* [Documentation](https://ej2.syncfusion.com/react/documentation/treemap/getting-started)
|
|
133
133
|
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
134
134
|
* [What's New](https://www.syncfusion.com/products/whatsnew/vue?utm_medium=listing&utm_source=github)
|
|
135
135
|
* [Road Map](https://www.syncfusion.com/products/roadmap/vue)
|
|
@@ -157,4 +157,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
157
157
|
|
|
158
158
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/treemap/license?utm_source=npm&utm_campaign=vue-treemap-npm) for more info.
|
|
159
159
|
|
|
160
|
-
© Copyright
|
|
160
|
+
© Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-treemap.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 32.1.23
|
|
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-treemap",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "32.1.23",
|
|
4
4
|
"description": "Essential JS 2 TreeMap Components for Vue",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"es2015": "dist/es6/ej2-vue-treemap.es2015.js",
|
|
20
20
|
"readme": "ReadMe.md",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@syncfusion/ej2-base": "~
|
|
23
|
-
"@syncfusion/ej2-vue-base": "~
|
|
24
|
-
"@syncfusion/ej2-treemap": "
|
|
22
|
+
"@syncfusion/ej2-base": "~32.1.23",
|
|
23
|
+
"@syncfusion/ej2-vue-base": "~32.1.21",
|
|
24
|
+
"@syncfusion/ej2-treemap": "32.1.23"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {},
|
|
27
27
|
"scripts": {
|