@syncfusion/ej2-react-treegrid 20.3.61 → 20.4.38

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 CHANGED
@@ -4,79 +4,25 @@
4
4
 
5
5
  ### Tree Grid
6
6
 
7
- #### Bug Fixes
8
-
9
- - `#I419247` - `expandRow` and `collapseRow` methods are working properly while expanding or collapsing a row respectively when `frozenRows` property enabled
10
-
11
- ## 20.3.60 (2022-12-06)
12
-
13
- ### Tree Grid
14
-
15
- #### Bug Fixes
16
-
17
- - `#I419658` - Resolved template column not rendered properly when stacked header enabled.
18
-
19
- ## 20.3.58 (2022-11-22)
20
-
21
- ### Tree Grid
22
-
23
- #### Bug Fixes
24
-
25
- - `#I417095` - NVDA screen reader problem for expand/collapse action has been resolved.
26
- - `#I418121` - Resolved row selected issue while performing expand/collapse operation.
27
-
28
- ## 20.3.57 (2022-11-15)
29
-
30
- ### Tree Grid
31
-
32
- #### Bug Fixes
33
-
34
- - `#I410505` - Resolved the tree column cell was selected while performing the expand or collapse operation.
35
- - `#I414378` - Resolved `selectedItems` not getting properly after performing the filter action with checkbox enabled.
36
-
37
- ## 20.3.52 (2022-10-26)
38
-
39
- ### Tree Grid
40
-
41
- #### Bug Fixes
42
-
43
- - `#I411501` - Checkbox-column selectAll behaviour works properly while clear searching.
44
- - `#I411372` - Confirmation dialog shows properly while expanding/collapsing actions on batch edit mode.
45
-
46
- - `#I411501` - Checkbox-column selectAll behaviour works properly while clear searching.
47
-
48
- ## 20.3.50 (2022-10-18)
49
-
50
- ### Tree Grid
51
-
52
- #### Bug Fixes
53
-
54
- - `#I395009` - `selectedItems` are getting properly after performing filter actions.
55
- - `#I407372` - Resolved script error when navigate over the cells through tab pressing on keyboard navigations while using row drag and drop with collapsed state record.
56
- - `#I411504`, `#I404107`, `#I402745`, `#I403053` - Expand icon is showing properly while using the custom binding.
57
-
58
- - `#I395009` - `selectedItems` are getting properly after performing filter actions.
59
- - `#I402745` - Expand icon is showing properly while using the custom binding.
60
-
61
- ## 20.3.49 (2022-10-11)
62
-
63
- ### Tree Grid
7
+ #### Features
64
8
 
65
- #### Bug fixes
9
+ - Provided the shimmer effect for tree grid while loading, refreshing and data processing. Please find the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/tree-grid/loading-animation.html).
10
+ - `#I307202`, `#FB20655` - Provided support to load child records on demand while virtual scrolling in remote data binding. Find more details in the documentation [here](https://ej2.syncfusion.com/documentation/treegrid/data-binding/remote-data/#loadchildondemand-with-virtualization).
66
11
 
67
- - `#FB33879`, `#FB33758` - Virtualization works properly with remote data binding
68
- - `#I385208` - Row Drag and Drop works properly between the tree grids when items are collapsed.
12
+ - Provided the shimmer effect for tree grid while loading, refreshing and data processing. Please find the demo [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/treegrid/loading-animation).
13
+ - `#I307202`, `#FB20655` - Provided support to load child records on demand while virtual scrolling in remote data binding. Find more details in the documentation [here](https://ej2.syncfusion.com/react/documentation/treegrid/data-binding/remote-data/#loadchildondemand-with-virtualization).
69
14
 
70
- ## 20.3.48 (2022-10-05)
15
+ ## 20.3.47 (2022-09-29)
71
16
 
72
17
  ### Tree Grid
73
18
 
74
- #### Bug fixes
19
+ #### Features
75
20
 
76
- - `#I406947` - Resolved cursor icon disappears while resizing after the cell editing.
77
- - `#I402612` - Newly added record positioned properly when no records are selected with remote data binding
21
+ - Provided support for inline editing with virtualization enabled. Please find the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/tree-grid/virtual-scrolling.html).
22
+ - `#I323425`, `#I332700`, `#I344742`, `#I375307` - Provided support for frozen column with virtualization enabled.
78
23
 
79
- undefined- `#I406947` - Resolved cursor icon disappears while resizing after the cell editing.
24
+ - Provided support for inline editing with virtualization enabled. Please find the demo [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/treegrid/virtualscrolling).
25
+ - `#I323425`, `#I332700`, `#I344742`, `#I375307` - Provided support for frozen column with virtualization enabled.
80
26
 
81
27
  ## 20.2.36 (2022-06-30)
82
28
 
package/README.md CHANGED
@@ -1,69 +1,150 @@
1
- # ej2-treegrid
1
+ # React TreeGrid Component
2
2
 
3
- The TreeGrid component is a feature-rich control used to visualize self-referential hierarchical data effectively in a tabular format.. It will pull data from a data source, such as array of JSON objects, `OData web services`, or [`DataManager`](http://ej2.syncfusion.com/documentation/data) binding data fields to columns. It also incudes interactions like expanding and collapsing the parent records.
3
+ The [React TreeGrid](https://www.syncfusion.com/react-components/react-tree-grid?utm_source=npm&utm_medium=listing&utm_campaign=react-treegrid-npm) component is a feature-rich component used to visualize self-referential andhierarchical data effectively in a tabular format. It pulls data from a data source, such as array of JSON objects, `OData web services`, or [DataManager](https://ej2.syncfusion.com/react/documentation/data/data-binding/). It also incudes interactions like expanding and collapsing the parent records.
4
4
 
5
- ![TreeGrid](https://ej2.syncfusion.com/products/images/tree-grid/readme.png)
5
+ <p align="center">
6
+ <a href="https://ej2.syncfusion.com/react/documentation/treegrid/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-treegrid-npm">Getting Started</a> .
7
+ <a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/treegrid-overview">Online demos</a> .
8
+ <a href="https://www.syncfusion.com/react-components/react-tree-grid?utm_source=npm&utm_medium=listing&utm_campaign=react-treegrid-npm">Learn more</a>
9
+ </p>
6
10
 
7
- > 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, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here https://www.syncfusion.com/account/manage-trials/start-trials.
8
- > 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.
11
+ <p align="center">
12
+ <img alt="React TreeGrid Control" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-treegrid.png"> </p>
13
+
14
+ <p align="center">
15
+ Trusted by the world's leading companies
16
+ <a href="https://www.syncfusion.com">
17
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
18
+ </a>
19
+ </p>
9
20
 
10
21
  ## Setup
11
22
 
12
- To install TreeGrid and its dependent packages, use the following command.
23
+ ### Create a React Application
24
+
25
+ You can use [`create-react-app`](https://github.com/facebookincubator/create-react-app) to setup the applications. To create React app use the following command.
13
26
 
14
- ```sh
15
- npm install @syncfusion/ej2-react-treegrid
27
+ ```bash
28
+ npx create-react-app my-app --template typescript
29
+ cd my-app
30
+ npm start
16
31
  ```
17
32
 
18
- ## Resources
19
-
20
- * [Getting Started](https://ej2.syncfusion.com/react/documentation/tree-grid/getting-started/?no-cache=1)
21
- * [View Online Demos](https://ej2.syncfusion.com/react/demos/#/material/treegrid/default)
22
- * [Product Page](https://www.syncfusion.com/react-ui-components/treegrid)
23
-
24
- ## Supported Frameworks
25
-
26
- TreeGrid component is also offered in following list of frameworks.
27
-
28
- 1. [Angular](https://github.com/syncfusion/ej2-angular-ui-controls/tree/master/components/treegrid)
29
- 2. [VueJS](https://github.com/syncfusion/ej2-vue-ui-components/tree/master/components/treegrid)
30
- 3. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/treegrid)
31
- 4. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/treegrid)
32
- 5. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/treegrid)
33
-
34
- ## Key Features
35
-
36
- * [**Data sources**](https://ej2.syncfusion.com/react/demos/#/material/treegrid/localdata) - Bind the TreeGrid component with an array of JSON objects or DataManager.
37
- * [**Sorting**](https://ej2.syncfusion.com/react/demos/#/material/treegrid/sorting) - Supports n levels of sorting.
38
- * [**Filtering**](https://ej2.syncfusion.com/react/demos/#/material/treegrid/filtering) - Offers filter UI such as filter bar and menu at each column to filter data.
39
- * [**Paging**](https://ej2.syncfusion.com/react/demos/#/material/treegrid/paging) - Provides the option to easily switch between pages using the pager bar.
40
- * [**Editing**](https://ej2.syncfusion.com/react/demos/#/material/treegrid/inline-editing) - provides the options for create, read, update, and delete operations.
41
- * **Columns** - The column definitions are used as the dataSource schema in the TreeGrid. This plays a vital role in rendering column values in the required format.
42
- * [**Reordering**](https://ej2.syncfusion.com/react/demos/#/material/treegrid/reorder) - Allows you to drag any column and drop it at any position in the TreeGrid’s column header row, allowing columns to be repositioned.
43
- * [**Resizing**] - Resizing allows changing column width on the fly by simply dragging the right corner of the column header.
44
- * [**Cell Styling**](https://ej2.syncfusion.com/react/demos/#/material/treegrid/conditionalformatting) - TreeGrid cell styles can be customized either by using CSS or programmatically.
45
- * [**Selection**](https://ej2.syncfusion.com/react/demos/#/material/treegrid/selection) - Rows or cells can be selected in the TreeGrid. One or more rows or cells can also be selected by holding Ctrl or Command, or programmatically.
46
- * [**Templates**](https://ej2.syncfusion.com/react/demos/#/material/treegrid/columntemplate) - Templates can be used to create custom user experiences in the TreeGrid.
47
- * [**Aggregation**](https://ej2.syncfusion.com/react/demos/#/material/treegrid/aggregate-default) - Provides the option to easily visualized the Aggregates for column values.
48
- * [**Context menu**](https://ej2.syncfusion.com/react/demos/#/material/treegrid/contextmenu) -The context menu provides a list of actions to be performed in the TreeGrid. It appears when a cell, header, or the pager is right-clicked.
49
- * [**Export**](https://ej2.syncfusion.com/react/demos/#/material/treegrid/export) - Provides the options to Export the TreeGrid data to Excel, PDF, and CSV formats.
50
- * **RTL support** - Provides a full-fledged right-to-left mode which aligns content in the TreeGrid control from right to left.
51
- * **Localization** - Provides inherent support to localize the UI.
33
+ ### Adding Syncfusion Tree Grid package
52
34
 
53
- ## Support
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.
36
+
37
+ ```bash
38
+ npm install @syncfusion/ej2-react-treegrid --save
39
+ ```
40
+
41
+ ### Adding CSS references for Tree Grid
42
+
43
+ Add CSS references needed for a Tree Grid in **src/App.css** from the **../node_modules/@syncfusion** package folder.
44
+
45
+ ```css
46
+ @import '../node_modules/@syncfusion/ej2-base/styles/material.css';
47
+ @import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
48
+ @import '../node_modules/@syncfusion/ej2-calendars/styles/material.css';
49
+ @import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
50
+ @import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
51
+ @import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
52
+ @import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
53
+ @import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
54
+ @import "../node_modules/@syncfusion/ej2-grids/styles/material.css";
55
+ @import "../node_modules/@syncfusion/ej2-react-treegrid/styles/material.css";
56
+ ```
57
+
58
+ ### Add Tree Grid Component
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:
61
+
62
+ ```typescript
63
+ import { ColumnDirective, ColumnsDirective, TreeGridComponent } from '@syncfusion/ej2-react-treegrid';
64
+ import * as React from 'react';
65
+ import './App.css';
66
+
67
+ function App() {
68
+ let data = [
69
+ {
70
+ taskID: 1,
71
+ taskName: 'Planning',
72
+ startDate: new Date('02/03/2017'),
73
+ duration: 5,
74
+ subtasks: [
75
+ { taskID: 2, taskName: 'Plan timeline', startDate: new Date('02/03/2017'), duration: 5 },
76
+ { taskID: 3, taskName: 'Plan budget', startDate: new Date('02/03/2017'), duration: 5 },
77
+ { taskID: 4, taskName: 'Allocate resources', startDate: new Date('02/03/2017'), duration: 5 },
78
+ { taskID: 5, taskName: 'Planning complete', startDate: new Date('02/07/2017'), duration: 0 }
79
+ ]
80
+ }];
81
+
82
+ return <TreeGridComponent dataSource={data} treeColumnIndex={1} childMapping= 'subtasks'>
83
+ <ColumnsDirective>
84
+ <ColumnDirective field='taskID' headerText='Task ID' width='90' textAlign='Right'/>
85
+ <ColumnDirective field='taskName' headerText='Task Name' width='180'/>
86
+ <ColumnDirective field='startDate' headerText='Start Date' width='90' format='yMd' textAlign='Right' type='date'/>
87
+ <ColumnDirective field='duration' headerText='Duration' width='80' textAlign='Right'/>
88
+ </ColumnsDirective>
89
+ </TreeGridComponent>
90
+ };
91
+ export default App;
92
+
93
+ ```
94
+
95
+ ## Supported frameworks
54
96
 
55
- Product support is available through following mediums.
97
+ TreeGrid component is also offered in the following list of frameworks.
56
98
 
57
- * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=grid) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=grid).
58
- * New [GitHub issue](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new).
59
- * Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
99
+ | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/angular.svg" height="50" />](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Angular](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
100
+ | :-----: | :-----: | :-----: | :-----: | :-----: |
60
101
 
61
- ## License
102
+ ## Showcase samples
62
103
 
63
- Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_campaign=grid).
104
+ * Loan Calculator - [Source](https://github.com/syncfusion/ej2-showcase-react-loan-calculator), [Live Demo](https://ej2.syncfusion.com/showcase/react/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=react-treegrid-npm#/default)
105
+ * Fitness Tracker - [Source](https://github.com/SyncfusionExamples/showcase-react-health-tracker-dashboard-demo), [Live Demo](https://ej2.syncfusion.com/showcase/react/fitness-tracker-app/)
106
+
107
+ ## Key features
108
+
109
+ * [Data sources](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/localdata): Bind the TreeGrid control with an array of JSON objects or DataManager. Large data can be bound to tree grid wth high performance using load-on-demand concept.
110
+ * [Sorting](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/sorting): Supports n levels of sorting and allows the use of a comparer function for customized sorting.
111
+ * [Filtering](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/filter-menu): Offers filter UIs such as filter bar and menu at each column to filter data. Also allows for filtering based on related parent or child records.
112
+ * [Paging](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/pagingapi): Provides the option to easily switch between pages using the pager bar. The number of rows in a page can also be customized. The pager also helps provide support for load-on-demand data binding.
113
+ * [Editing](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/inline-editing): Provides the options for create, read, update, and delete operations. In addition to built-in editor controls to edit a particular column value, using template support users can use custom editor components that suit their application needs.
114
+ * [Virtual scrolling](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/virtualscrolling): This feature improves the performance of the tree grid control when binding large amounts of data by only rendering the currently visible parts of the user interface and rendering other elements as needed while scrolling. Both column and row virtualization are supported.
115
+ * [Columns](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/columnformatting): Column definitions are used as the dataSource schema in the TreeGrid. This plays a vital role in rendering column values in the required format. Column functionalities such as resizing, reordering, column template, show or hide columns, stacked header, etc., are supported.
116
+ * [Column re-ordering](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/reorder): Drag any column and drop it at any position in the TreeGrid’s column header row, to reposition the column.
117
+ * [Column resizing](https://ej2.syncfusion.com/react/documentation/treegrid/columns/column-resizing/): Resizing allows changing column width on the fly by simply dragging the right corner of the column header.
118
+ * [Row re-ordering](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/drag-drop): Allows rows to be rearranged through drag and drop actions, changing their position and hierarchy level. A child row can be moved as a sibling within the same parent row or as a child to a different parent row.
119
+ * [Cell styling](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/conditionalformatting): Customize treegrid cells by using CSS or programmatically.
120
+ * [Selection](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/selectionapi): Rows or cells can be selected in the TreeGrid. One or more rows or cells can also be selected by holding Shift, Ctrl or Command, or programmatically.
121
+ * [Templates](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/columntemplate): Templates can be used to create custom user experiences in the TreeGrid.
122
+ * [Aggregation](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/aggregate-default): Provides the option to easily visualize aggregates for column values. Also allows for the display of aggregates for each group of child rows within different parent rows.
123
+ * [Context menu](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/contextmenu): The context menu provides a list of actions to be performed in the TreeGrid. It appears when a cell, header, or the pager is right-clicked. Also allows for the addition of custom items with unique functionality to the context menu.
124
+ * [Export](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=react-treegrid-npm#/bootstrap5/treegrid/export): Provides the option to export the tree grid data to Excel, PDF, and CSV formats.
125
+ * [RTL support](https://ej2.syncfusion.com/react/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.
126
+ * [Localization](https://ej2.syncfusion.com/react/documentation/treegrid/global-local/#localization): Provides inherent support to localize the UI.
127
+
128
+ ## Support
129
+
130
+ Product support is available through the following mediums.
131
+
132
+ * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
133
+ * [Community forum](https://www.syncfusion.com/forums/react-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-treegrid-npm)
134
+ * [GitHub issues](https://github.com/syncfusion/ej2-react-ui-components/issues/new)
135
+ * [Request feature or report bug](https://www.syncfusion.com/feedback/react?utm_source=npm&utm_medium=listing&utm_campaign=react-treegrid-npm)
136
+ * Live chat
64
137
 
65
138
  ## Changelog
66
139
 
67
- Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/treegrid/CHANGELOG.md?utm_source=npm&utm_campaign=grid)
140
+ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/treegrid/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=react-treegrid-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
141
+
142
+ ## License and copyright
143
+
144
+ > 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 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
+
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
+
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.
68
149
 
69
150
  © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
package/diConfig.json CHANGED
@@ -3,10 +3,10 @@
3
3
  "description": "TreeGrid Components",
4
4
  "blazorType": "native",
5
5
  "keywords": {
6
- "common": ["ej2", "ej2-treegrid", "syncfusion", "web-components", "data-treegrid", "treegrid", "table", "typescript"],
7
- "angular": ["angular", "ng-treegrid", "ej2-ng-treegrid"],
8
- "react": ["react", "reactjs", "react-treegrid", "ej2-react-treegrid"],
9
- "vue": ["vue", "vuejs", "vue-treegrid", "ej2-vue-treegrid"]
6
+ "common": ["ej2", "syncfusion", "JavaScript", "TypeScript", "treelist", "tree-table", "tree-data", "treegrid", "table"],
7
+ "angular": ["angular", "angular-treegrid", "angular-treelist"],
8
+ "react": ["react", "reactjs", "react-treegrid", "JavaScript", "react-treelist"],
9
+ "vue": ["vue", "vuejs", "vue-treegrid", "vue-treelist"]
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",
@@ -160,6 +160,15 @@
160
160
  {
161
161
  "propertyName": "infiniteScrollSettings",
162
162
  "baseClass": "InfiniteScrollSettings"
163
+ },
164
+ {
165
+ "propertyName": "loadingIndicator",
166
+ "baseClass": "LoadingIndicator",
167
+ "migratedTagDirective": [{
168
+ "propertyName": "indicatorType",
169
+ "directoryName": "treegrid",
170
+ "baseClass": "IndicatorType"
171
+ }]
163
172
  }
164
173
 
165
174
  ],
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-treegrid.min.js
3
- * version : 20.3.61
3
+ * version : 20.4.38
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-treegrid.umd.min.js
3
- * version : 20.3.61
3
+ * version : 20.4.38
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-treegrid@*",
3
- "_id": "@syncfusion/ej2-react-treegrid@20.3.60",
3
+ "_id": "@syncfusion/ej2-react-treegrid@20.9.6",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Qm4BiuiAuMWDRNxjnm5ttPL4wnsFXGQVZCka89Kb/OcQri0efPRkCbnAppvWYABG+bP1GBqxs0C01tGvIc8uPQ==",
5
+ "_integrity": "sha512-X1U+R0EUdnjoywSdmsCiX40uqFFl5I1E/vWxFVUVBGLLJNr7x1Dfwj6b8uBs016aY1MdKyHFVJ4ilL2ip9ogtA==",
6
6
  "_location": "/@syncfusion/ej2-react-treegrid",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-treegrid/-/ej2-react-treegrid-20.3.60.tgz",
23
- "_shasum": "6ff71190c42731f3ee675cbd66ed1250d26c3ec4",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-treegrid/-/ej2-react-treegrid-20.9.6.tgz",
23
+ "_shasum": "6c7ad6092f87c32ee26b2aa74c49b9b6c6ea2ec6",
24
24
  "_spec": "@syncfusion/ej2-react-treegrid@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.3.56",
35
- "@syncfusion/ej2-react-base": "~20.3.56",
36
- "@syncfusion/ej2-treegrid": "20.3.61"
34
+ "@syncfusion/ej2-base": "~20.4.38",
35
+ "@syncfusion/ej2-react-base": "~20.4.38",
36
+ "@syncfusion/ej2-treegrid": "20.4.38"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 TreeGrid Component for React",
@@ -42,17 +42,19 @@
42
42
  "homepage": "https://github.com/syncfusion/ej2-react-ui-components#readme",
43
43
  "keywords": [
44
44
  "ej2",
45
- "ej2-treegrid",
46
45
  "syncfusion",
47
- "web-components",
48
- "data-treegrid",
46
+ "JavaScript",
47
+ "TypeScript",
48
+ "treelist",
49
+ "tree-table",
50
+ "tree-data",
49
51
  "treegrid",
50
52
  "table",
51
- "typescript",
52
53
  "react",
53
54
  "reactjs",
54
55
  "react-treegrid",
55
- "ej2-react-treegrid"
56
+ "JavaScript",
57
+ "react-treelist"
56
58
  ],
57
59
  "license": "SEE LICENSE IN license",
58
60
  "main": "./dist/ej2-react-treegrid.umd.min.js",
@@ -62,6 +64,6 @@
62
64
  "type": "git",
63
65
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
64
66
  },
65
- "version": "20.3.61",
67
+ "version": "20.4.38",
66
68
  "sideEffects": false
67
69
  }