@syncfusion/ej2-react-treegrid 27.2.3 → 28.1.33
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 +5 -5
- package/dist/ej2-react-treegrid.min.js +2 -2
- package/dist/ej2-react-treegrid.umd.min.js +2 -2
- package/package.json +9 -9
- package/styles/bds-lite.css +1 -0
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +1 -0
- package/styles/bds.scss +1 -0
- package/styles/tailwind3-lite.css +1 -0
- package/styles/tailwind3-lite.scss +1 -0
- package/styles/tailwind3.css +1 -0
- package/styles/tailwind3.scss +1 -0
- package/styles/treegrid/bds.css +1 -0
- package/styles/treegrid/bds.scss +1 -0
- package/styles/treegrid/tailwind3.css +1 -0
- package/styles/treegrid/tailwind3.scss +1 -0
package/README.md
CHANGED
|
@@ -30,9 +30,9 @@ cd my-app
|
|
|
30
30
|
npm start
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
### Adding Syncfusion Tree Grid package
|
|
33
|
+
### Adding Syncfusion<sup>®</sup> Tree Grid package
|
|
34
34
|
|
|
35
|
-
All Syncfusion react packages are published in the [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install the react tree grid package, use the following command.
|
|
35
|
+
All Syncfusion<sup>®</sup> react packages are published in the [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install the react tree grid package, use the following command.
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
38
|
npm install @syncfusion/ej2-react-treegrid --save
|
|
@@ -57,7 +57,7 @@ Add CSS references needed for a Tree Grid in **src/App.css** from the **../node_
|
|
|
57
57
|
|
|
58
58
|
### Add Tree Grid Component
|
|
59
59
|
|
|
60
|
-
In the **src/App.tsx** file, use the following code snippet to render the Syncfusion React Tree Grid component and import **App.css** to apply styles to the tree grid:
|
|
60
|
+
In the **src/App.tsx** file, use the following code snippet to render the Syncfusion<sup>®</sup> React Tree Grid component and import **App.css** to apply styles to the tree grid:
|
|
61
61
|
|
|
62
62
|
```typescript
|
|
63
63
|
import { ColumnDirective, ColumnsDirective, TreeGridComponent } from '@syncfusion/ej2-react-treegrid';
|
|
@@ -141,10 +141,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
|
|
|
141
141
|
|
|
142
142
|
## License and copyright
|
|
143
143
|
|
|
144
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
144
|
+
> 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 80+ [React UI components](https://www.syncfusion.com/react-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).
|
|
145
145
|
|
|
146
146
|
> 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.
|
|
147
147
|
|
|
148
148
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=react-treegrid-npm) for more info.
|
|
149
149
|
|
|
150
|
-
© Copyright 2024 Syncfusion
|
|
150
|
+
© Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-treegrid.min.js
|
|
3
|
-
* version :
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 28.1.33
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2024. 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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-treegrid.umd.min.js
|
|
3
|
-
* version :
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 28.1.33
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2024. 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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-treegrid@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-treegrid@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-treegrid@20.12.1",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-Dnzw0G44UsfnMolevg5a0Q+c6c+MQdkm/mLiM3ww3r/ot2aY8pp4p57oFSUxKLitpC/7yjoI8a5YJHAfNTvlkQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-treegrid",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-react-treegrid/-/ej2-react-treegrid-20.12.1.tgz",
|
|
23
|
+
"_shasum": "e81caacf3d2a03ef5300bb9bbecf035922c63313",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-treegrid@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-react-base": "~
|
|
36
|
-
"@syncfusion/ej2-treegrid": "
|
|
34
|
+
"@syncfusion/ej2-base": "~28.1.33",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~28.1.33",
|
|
36
|
+
"@syncfusion/ej2-treegrid": "28.1.33"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 TreeGrid Component for React",
|
|
@@ -70,6 +70,6 @@
|
|
|
70
70
|
"type": "git",
|
|
71
71
|
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
72
72
|
},
|
|
73
|
-
"version": "
|
|
73
|
+
"version": "28.1.33",
|
|
74
74
|
"sideEffects": false
|
|
75
75
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/bds-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-treegrid/styles/bds-lite.scss';
|
package/styles/bds.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/bds.css';
|
package/styles/bds.scss
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'treegrid/bds.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/tailwind3-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-treegrid/styles/tailwind3-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/tailwind3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'treegrid/tailwind3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/treegrid/bds.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-treegrid/styles/treegrid/bds.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/treegrid/tailwind3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-treegrid/styles/treegrid/tailwind3.scss';
|