@syncfusion/ej2-angular-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 +15 -7
- package/package.json +23 -54
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ The [Angular TreeMap](https://www.syncfusion.com/angular-components/angular-tree
|
|
|
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
|
|
|
@@ -36,9 +36,9 @@ ng new my-app
|
|
|
36
36
|
cd my-app
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
### Add Syncfusion TreeMap package
|
|
39
|
+
### Add Syncfusion<sup>®</sup> TreeMap package
|
|
40
40
|
|
|
41
|
-
All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular TreeMap package, use the following command.
|
|
41
|
+
All Syncfusion<sup>®</sup> Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular TreeMap package, use the following command.
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
44
|
npm install @syncfusion/ej2-angular-treemap
|
|
@@ -48,13 +48,13 @@ The above command does the below configuration to your Angular app.
|
|
|
48
48
|
|
|
49
49
|
* Adds `@syncfusion/ej2-angular-treemap` package and its peer dependencies to your `package.json` file.
|
|
50
50
|
* Imports the `TreeMapModule` in your application module `app.module.ts`.
|
|
51
|
-
* Registers the Syncfusion UI default theme (material) in the `angular.json` file.
|
|
51
|
+
* Registers the Syncfusion<sup>®</sup> UI default theme (material) in the `angular.json` file.
|
|
52
52
|
|
|
53
|
-
This makes it easy to add the Syncfusion Angular TreeMap module to your project and start using it in your application.
|
|
53
|
+
This makes it easy to add the Syncfusion<sup>®</sup> Angular TreeMap module to your project and start using it in your application.
|
|
54
54
|
|
|
55
55
|
### Add TreeMap component
|
|
56
56
|
|
|
57
|
-
In **src/app/app.component.ts**, use `<ejs-treemap>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion Angular TreeMap component.
|
|
57
|
+
In **src/app/app.component.ts**, use `<ejs-treemap>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion<sup>®</sup> Angular TreeMap component.
|
|
58
58
|
|
|
59
59
|
```typescript
|
|
60
60
|
import { Component } from '@angular/core';
|
|
@@ -118,6 +118,14 @@ TreeMap component is also offered in the following list of frameworks.
|
|
|
118
118
|
* [Globalization](https://ej2.syncfusion.com/angular/documentation/treemap/internationalization/?utm_source=npm&utm_medium=listing&utm_campaign=angular-treemap-npm): Personalize the treemap component with different languages, as well as culture-specific number, date and time formatting.
|
|
119
119
|
* [Accessibility](https://ej2.syncfusion.com/angular/documentation/treemap/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=angular-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.
|
|
120
120
|
|
|
121
|
+
## Resources
|
|
122
|
+
|
|
123
|
+
* [Documentation](https://ej2.syncfusion.com/angular/documentation/treemap/getting-started)
|
|
124
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
125
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
|
|
126
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
|
|
127
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
128
|
+
|
|
121
129
|
## Support
|
|
122
130
|
|
|
123
131
|
Product support is available through the following mediums.
|
|
@@ -134,7 +142,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
134
142
|
|
|
135
143
|
## License and copyright
|
|
136
144
|
|
|
137
|
-
> 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
|
|
145
|
+
> 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+ [Angular UI components](https://www.syncfusion.com/angular-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
146
|
|
|
139
147
|
> 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
148
|
|
package/package.json
CHANGED
|
@@ -1,44 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"name": "@syncfusion/ej2-angular-treemap",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-angular-treemap",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
2
|
+
"name": "@syncfusion/ej2-angular-treemap",
|
|
3
|
+
"version": "31.2.12",
|
|
4
|
+
"description": "Essential JS 2 TreeMap Components for Angular",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"schematics": "./schematics/collection.json",
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"@syncfusion/ej2-base": "~31.2.12",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~31.2.12",
|
|
11
|
+
"@syncfusion/ej2-treemap": "31.2.12"
|
|
18
12
|
},
|
|
19
|
-
"
|
|
20
|
-
"
|
|
13
|
+
"keywords": [
|
|
14
|
+
"angular",
|
|
15
|
+
"ng-treemap",
|
|
16
|
+
"ej2-ng-treemap"
|
|
21
17
|
],
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~31.2.2",
|
|
35
|
-
"@syncfusion/ej2-base": "~31.2.2",
|
|
36
|
-
"@syncfusion/ej2-treemap": "31.2.2"
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
37
21
|
},
|
|
38
|
-
"
|
|
39
|
-
"
|
|
22
|
+
"sideEffects": false,
|
|
23
|
+
"module": "fesm2015/syncfusion-ej2-angular-treemap.mjs",
|
|
40
24
|
"es2020": "fesm2020/syncfusion-ej2-angular-treemap.mjs",
|
|
41
25
|
"esm2020": "esm2020/syncfusion-ej2-angular-treemap.mjs",
|
|
26
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-treemap.mjs",
|
|
27
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-treemap.mjs",
|
|
28
|
+
"typings": "syncfusion-ej2-angular-treemap.d.ts",
|
|
42
29
|
"exports": {
|
|
43
30
|
"./package.json": {
|
|
44
31
|
"default": "./package.json"
|
|
@@ -52,23 +39,5 @@
|
|
|
52
39
|
"default": "./fesm2020/syncfusion-ej2-angular-treemap.mjs"
|
|
53
40
|
}
|
|
54
41
|
},
|
|
55
|
-
"
|
|
56
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-treemap.mjs",
|
|
57
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
|
58
|
-
"keywords": [
|
|
59
|
-
"angular",
|
|
60
|
-
"ng-treemap",
|
|
61
|
-
"ej2-ng-treemap"
|
|
62
|
-
],
|
|
63
|
-
"license": "SEE LICENSE IN license",
|
|
64
|
-
"module": "fesm2015/syncfusion-ej2-angular-treemap.mjs",
|
|
65
|
-
"name": "@syncfusion/ej2-angular-treemap",
|
|
66
|
-
"repository": {
|
|
67
|
-
"type": "git",
|
|
68
|
-
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
69
|
-
},
|
|
70
|
-
"schematics": "./schematics/collection.json",
|
|
71
|
-
"sideEffects": false,
|
|
72
|
-
"typings": "syncfusion-ej2-angular-treemap.d.ts",
|
|
73
|
-
"version": "31.2.2"
|
|
42
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
74
43
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-treemap';
|
|
4
|
-
exports.pkgVer = '^31.2.
|
|
4
|
+
exports.pkgVer = '^31.2.12';
|
|
5
5
|
exports.moduleName = 'TreeMapModule';
|
|
6
|
-
exports.themeVer = '~31.2.
|
|
6
|
+
exports.themeVer = '~31.2.12';
|