@syncfusion/ej2-vue-treemap 31.2.2 → 31.2.12
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 +13 -5
- package/dist/ej2-vue-treemap.umd.min.js +1 -1
- package/package.json +19 -49
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ The [Vue TreeMap](https://www.syncfusion.com/vue-components/vue-treemap?utm_sour
|
|
|
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
|
|
|
@@ -34,9 +34,9 @@ npm run serve
|
|
|
34
34
|
|
|
35
35
|
Initiating a new project prompts us to choose the type of project to be used for the current application. Select the option `Default ([Vue 2] babel, eslint)` from the menu.
|
|
36
36
|
|
|
37
|
-
### Add Syncfusion TreeMap package
|
|
37
|
+
### Add Syncfusion<sup>®</sup> TreeMap package
|
|
38
38
|
|
|
39
|
-
All Syncfusion Vue packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Vue TreeMap package, use the following command.
|
|
39
|
+
All Syncfusion<sup>®</sup> Vue packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Vue TreeMap package, use the following command.
|
|
40
40
|
|
|
41
41
|
```bash
|
|
42
42
|
npm install @syncfusion/ej2-vue-treemap --save
|
|
@@ -96,7 +96,7 @@ Add the Vue TreeMap by using **ejs-treemap** selector in **template** section of
|
|
|
96
96
|
</script>
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
-
> Refer the [Getting Started with Vue3](https://ej2.syncfusion.com/vue/documentation/treemap/getting-started-vue-3/) topic for using Syncfusion Vue components in Vue 3 applications.
|
|
99
|
+
> Refer the [Getting Started with Vue3](https://ej2.syncfusion.com/vue/documentation/treemap/getting-started-vue-3/) topic for using Syncfusion<sup>®</sup> Vue components in Vue 3 applications.
|
|
100
100
|
|
|
101
101
|
## Supported frameworks
|
|
102
102
|
|
|
@@ -127,6 +127,14 @@ TreeMap component is also offered in the following list of frameworks.
|
|
|
127
127
|
* [Globalization](https://ej2.syncfusion.com/vue/documentation/treemap/internationalization/?utm_source=npm&utm_medium=listing&utm_campaign=vue-treemap-npm): Personalize the component with different languages, as well as culture-specific number, date and time formatting.
|
|
128
128
|
* [Accessibility](https://ej2.syncfusion.com/vue/documentation/treemap/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=vue-treemap-npm): Provides with built-in accessibility support which helps to access all the treemap component features through the keyboard, screen readers, or other assistive technology devices.
|
|
129
129
|
|
|
130
|
+
## Resources
|
|
131
|
+
|
|
132
|
+
* [Documentation](https://ej2.syncfusion.com/vue/documentation/treemap/getting-started)
|
|
133
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
134
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/vue?utm_medium=listing&utm_source=github)
|
|
135
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/vue)
|
|
136
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
137
|
+
|
|
130
138
|
## Support
|
|
131
139
|
|
|
132
140
|
Product support is available through the following mediums.
|
|
@@ -143,7 +151,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
143
151
|
|
|
144
152
|
## License and copyright
|
|
145
153
|
|
|
146
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for
|
|
154
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [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).
|
|
147
155
|
|
|
148
156
|
> 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.
|
|
149
157
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-treemap.umd.min.js
|
|
3
|
-
* version : 31.2.
|
|
3
|
+
* version : 31.2.12
|
|
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,63 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-Zi0k2Zkjz/WL3Qh4lIABz/+K/ogOkHdFbzzbQxjXq4I9QX1ZYfAQyPHc4X2P/wFLYj+0dEnawdSRsaZwRWUeew==",
|
|
6
|
-
"_location": "/@syncfusion/ej2-vue-treemap",
|
|
7
|
-
"_phantomChildren": {},
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-vue-treemap@*",
|
|
12
|
-
"name": "@syncfusion/ej2-vue-treemap",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-vue-treemap",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-vue-treemap/-/ej2-vue-treemap-31.1.1.tgz",
|
|
23
|
-
"_shasum": "f4a630557a994499e0264bc27c35f88eca30062d",
|
|
24
|
-
"_spec": "@syncfusion/ej2-vue-treemap@*",
|
|
25
|
-
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-vue-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~31.2.2",
|
|
35
|
-
"@syncfusion/ej2-treemap": "31.2.2",
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~31.2.2"
|
|
37
|
-
},
|
|
38
|
-
"deprecated": false,
|
|
2
|
+
"name": "@syncfusion/ej2-vue-treemap",
|
|
3
|
+
"version": "31.2.12",
|
|
39
4
|
"description": "Essential JS 2 TreeMap Components for Vue",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"homepage": "https://www.syncfusion.com/vue-components",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
43
7
|
"keywords": [
|
|
44
8
|
"vue",
|
|
45
9
|
"vuejs",
|
|
46
10
|
"vue-treemap",
|
|
47
11
|
"ej2-vue-treemap"
|
|
48
12
|
],
|
|
49
|
-
"license": "SEE LICENSE IN license",
|
|
50
|
-
"main": "./dist/ej2-vue-treemap.umd.min.js",
|
|
51
|
-
"module": "./index.js",
|
|
52
|
-
"name": "@syncfusion/ej2-vue-treemap",
|
|
53
13
|
"repository": {
|
|
54
14
|
"type": "git",
|
|
55
|
-
"url": "
|
|
15
|
+
"url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
16
|
+
},
|
|
17
|
+
"main": "./dist/ej2-vue-treemap.umd.min.js",
|
|
18
|
+
"module": "./index.js",
|
|
19
|
+
"es2015": "dist/es6/ej2-vue-treemap.es2015.js",
|
|
20
|
+
"readme": "ReadMe.md",
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@syncfusion/ej2-base": "~31.2.12",
|
|
23
|
+
"@syncfusion/ej2-vue-base": "~31.2.12",
|
|
24
|
+
"@syncfusion/ej2-treemap": "31.2.12"
|
|
56
25
|
},
|
|
26
|
+
"devDependencies": {},
|
|
57
27
|
"scripts": {
|
|
58
|
-
"
|
|
59
|
-
"
|
|
28
|
+
"compile": "gulp ci-compile && gulp vue-global-script",
|
|
29
|
+
"ci-publish": "gulp ci-publish"
|
|
60
30
|
},
|
|
61
|
-
"
|
|
62
|
-
"
|
|
31
|
+
"sideEffects": false,
|
|
32
|
+
"homepage": "https://www.syncfusion.com/vue-components"
|
|
63
33
|
}
|