@syncfusion/ej2-angular-treegrid 31.2.2 → 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/CHANGELOG.md +2 -0
- package/README.md +15 -7
- package/package.json +3 -3
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ The [Angular TreeGrid](https://www.syncfusion.com/angular-components/angular-tre
|
|
|
14
14
|
<p align="center">
|
|
15
15
|
Trusted by the world's leading companies
|
|
16
16
|
<a href="https://www.syncfusion.com">
|
|
17
|
-
<img src="https://
|
|
17
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
|
|
18
18
|
</a>
|
|
19
19
|
</p>
|
|
20
20
|
|
|
@@ -35,9 +35,9 @@ ng new my-app
|
|
|
35
35
|
cd my-app
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
### Adding Syncfusion Tree Grid package
|
|
38
|
+
### Adding Syncfusion<sup>®</sup> Tree Grid package
|
|
39
39
|
|
|
40
|
-
All Syncfusion angular packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install angular tree grid package, use the following command.
|
|
40
|
+
All Syncfusion<sup>®</sup> angular packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install angular tree grid package, use the following command.
|
|
41
41
|
|
|
42
42
|
```bash
|
|
43
43
|
ng add @syncfusion/ej2-angular-treegrid
|
|
@@ -47,13 +47,13 @@ The above command does the below configuration to your Angular app.
|
|
|
47
47
|
|
|
48
48
|
* Adds `@syncfusion/ej2-angular-treegrid` package and its peer dependencies to your `package.json` file.
|
|
49
49
|
* Imports the `TreeGridModule` in your application module `app.module.ts`.
|
|
50
|
-
* Registers the Syncfusion UI default theme (material) in the `angular.json` file.
|
|
50
|
+
* Registers the Syncfusion<sup>®</sup> UI default theme (material) in the `angular.json` file.
|
|
51
51
|
|
|
52
|
-
This makes it easy to add the Syncfusion Angular TreeGrid module to your project and start using it in your application.
|
|
52
|
+
This makes it easy to add the Syncfusion<sup>®</sup> Angular TreeGrid module to your project and start using it in your application.
|
|
53
53
|
|
|
54
54
|
### Add Tree Grid Component
|
|
55
55
|
|
|
56
|
-
In **src/app/app.component.ts**, use `<ejs-treegrid>` selector in `template` attribute of `@Component` directive to render the Syncfusion Angular TreeGrid component.
|
|
56
|
+
In **src/app/app.component.ts**, use `<ejs-treegrid>` selector in `template` attribute of `@Component` directive to render the Syncfusion<sup>®</sup> Angular TreeGrid component.
|
|
57
57
|
|
|
58
58
|
```typescript
|
|
59
59
|
import { Component, OnInit } from '@angular/core';
|
|
@@ -124,6 +124,14 @@ TreeGrid component is also offered in the following list of frameworks.
|
|
|
124
124
|
* [RTL support](https://ej2.syncfusion.com/angular/documentation/treegrid/global-local/#right-to-left-rtl): Provides the right-to-left mode which aligns content in the TreeGrid component from right to left. This improves user experience and accessibility for those who work with RTL languages like Hebrew and Arabic.
|
|
125
125
|
* [Localization](https://ej2.syncfusion.com/angular/documentation/treegrid/global-local/#localization): Provides inherent support to localize the UI.
|
|
126
126
|
|
|
127
|
+
## Resources
|
|
128
|
+
|
|
129
|
+
* [Documentation](https://ej2.syncfusion.com/angular/documentation/treegrid/overview)
|
|
130
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
131
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
|
|
132
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
|
|
133
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
134
|
+
|
|
127
135
|
## Support
|
|
128
136
|
|
|
129
137
|
Product support is available through the following mediums.
|
|
@@ -140,7 +148,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
140
148
|
|
|
141
149
|
## License and copyright
|
|
142
150
|
|
|
143
|
-
> 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
|
|
151
|
+
> 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).
|
|
144
152
|
|
|
145
153
|
> 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.
|
|
146
154
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-treegrid",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.5",
|
|
4
4
|
"description": "Essential JS 2 TreeGrid Component for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
9
|
+
"@syncfusion/ej2-base": "~31.2.5",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~31.2.2",
|
|
11
|
-
"@syncfusion/ej2-treegrid": "31.2.
|
|
11
|
+
"@syncfusion/ej2-treegrid": "31.2.5"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-treegrid';
|
|
4
|
-
exports.pkgVer = '^31.2.
|
|
4
|
+
exports.pkgVer = '^31.2.5';
|
|
5
5
|
exports.moduleName = 'TreeGridModule';
|
|
6
|
-
exports.themeVer = '~31.2.
|
|
6
|
+
exports.themeVer = '~31.2.5';
|