@syncfusion/ej2-react-treegrid 20.1.55 → 20.1.56-97113

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.
Files changed (36) hide show
  1. package/CHANGELOG.md +23 -17
  2. package/README.md +132 -51
  3. package/diConfig.json +13 -4
  4. package/dist/ej2-react-treegrid.min.js +1 -0
  5. package/dist/ej2-react-treegrid.umd.min.js +0 -9
  6. package/package.json +67 -67
  7. package/styles/bootstrap-dark.css +14 -1
  8. package/styles/bootstrap.css +14 -1
  9. package/styles/bootstrap4.css +14 -1
  10. package/styles/bootstrap5-dark.css +16 -2
  11. package/styles/bootstrap5.css +16 -2
  12. package/styles/fabric-dark.css +14 -1
  13. package/styles/fabric.css +14 -1
  14. package/styles/fluent-dark.css +15 -2
  15. package/styles/fluent.css +15 -2
  16. package/styles/highcontrast-light.css +14 -1
  17. package/styles/highcontrast.css +14 -1
  18. package/styles/material-dark.css +14 -1
  19. package/styles/material.css +14 -1
  20. package/styles/tailwind-dark.css +14 -1
  21. package/styles/tailwind.css +14 -1
  22. package/styles/treegrid/bootstrap-dark.css +14 -1
  23. package/styles/treegrid/bootstrap.css +14 -1
  24. package/styles/treegrid/bootstrap4.css +14 -1
  25. package/styles/treegrid/bootstrap5-dark.css +16 -2
  26. package/styles/treegrid/bootstrap5.css +16 -2
  27. package/styles/treegrid/fabric-dark.css +14 -1
  28. package/styles/treegrid/fabric.css +14 -1
  29. package/styles/treegrid/fluent-dark.css +15 -2
  30. package/styles/treegrid/fluent.css +15 -2
  31. package/styles/treegrid/highcontrast-light.css +14 -1
  32. package/styles/treegrid/highcontrast.css +14 -1
  33. package/styles/treegrid/material-dark.css +14 -1
  34. package/styles/treegrid/material.css +14 -1
  35. package/styles/treegrid/tailwind-dark.css +14 -1
  36. package/styles/treegrid/tailwind.css +14 -1
package/CHANGELOG.md CHANGED
@@ -2,43 +2,49 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 20.1.52 (2022-05-04)
5
+ ## 20.4.38 (2022-12-21)
6
6
 
7
7
  ### Tree Grid
8
8
 
9
- #### Bug Fixes
9
+ #### Features
10
+
11
+ - 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).
12
+ - `#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).
10
13
 
11
- - `#F174245` - Checkbox column works properly with stacked header.
14
+ - 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).
15
+ - `#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/#load-parent-rows-in-expanded-state-with-virtualization).
12
16
 
13
- ## 20.1.51 (2022-04-26)
17
+ ## 20.3.47 (2022-09-29)
14
18
 
15
19
  ### Tree Grid
16
20
 
17
- #### Bug Fixes
21
+ #### Features
18
22
 
19
- - `#I372618` - Resolved searching after scroll shows no records to display in case of Virtualization enabled.
23
+ - Provided support for inline editing with virtualization enabled. Please find the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/tree-grid/virtual-scrolling.html).
24
+ - `#I323425`, `#I332700`, `#I344742`, `#I375307` - Provided support for frozen column with virtualization enabled.
20
25
 
21
- ## 20.1.48 (2022-04-12)
26
+ - Provided support for inline editing with virtualization enabled. Please find the demo [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/treegrid/virtualscrolling).
27
+ - `#I323425`, `#I332700`, `#I344742`, `#I375307` - Provided support for frozen column with virtualization enabled.
22
28
 
23
- ### Tree Grid
29
+ ## 20.2.36 (2022-06-30)
24
30
 
25
- #### New Features
31
+ ### Tree Grid
26
32
 
27
- - `#I362030` - Provided support to update the expand state mapping field value in dataSource as per the expand/collapse action.
33
+ #### Bug fixes
28
34
 
29
- #### Bug Fixes
35
+ - `#I379907` - Resolved editing for the dropdown edit type column with state persistence enabled.
30
36
 
31
- - `#I369632` - Adding a record using addRecord method in Batch editing works fine.
32
- - `#I372623` - Resolved searched child record not shown when its parent record in collapsed state.
33
- - `#I361333` - Resolved performance issue in drag and drop.
37
+ #### Features
34
38
 
35
- ## 20.1.47 (2022-04-04)
39
+ - `#I334966`, `#I373929`, `#I332693`, `#I342835`, `#F172606`, `#F171250`, `#F171248` - Provided row drag and drop support with virtualization feature enabled.
40
+ - `#I367483` - Provided support for row indent and outdent functionality. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/tree-grid/inline-editing).
36
41
 
37
- ### Tree Grid
42
+ - `#I334966`, `#I373929`, `#I332693`, `#I342835`, `#F172606`, `#F171250`, `#F171248` - Provided row drag and drop support with virtualization feature enabled.
43
+ - `#I367483` - Provided support for row indent and outdent functionality. Please find the demo link [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/treegrid/inline-editing).
38
44
 
39
45
  #### Bug Fixes
40
46
 
41
- - `#I369691` - Indent / Outdent functionality can now be enabled without allowRowDragAndDrop property.
47
+ - `#I379907` - Resolved editing for the dropdown edit type column with state persistence enabled.
42
48
 
43
49
  ## 19.2.44 (2021-06-30)
44
50
 
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
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
150
+ &copy; 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
  ],
@@ -0,0 +1 @@
1
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("SyncfusionReactBase"),require("SyncfusionTreegrid"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionReactBase","SyncfusionTreegrid","React"],e):"object"==typeof exports?exports.SyncfusionReactTreegrid=e(require("SyncfusionReactBase"),require("SyncfusionTreegrid"),require("React")):t.SyncfusionReactTreegrid=e(t.SyncfusionReactBase,t.SyncfusionTreegrid,t.React)}(this,function(t,e,n){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=3)}([function(e,n){e.exports=t},function(t,n){t.exports=e},function(t,e,n){"use strict";var r=n(6);n.d(e,"a",function(){return r.a}),n.d(e,"b",function(){return r.b});var o=n(5);n.d(e,"c",function(){return o.a}),n.d(e,"d",function(){return o.b});var i=n(4);n.d(e,"e",function(){return i.a}),n.d(e,"f",function(){return i.b});var u=n(7);n.d(e,"g",function(){return u.a})},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(2);n.d(e,"ColumnDirective",function(){return r.a}),n.d(e,"ColumnsDirective",function(){return r.b}),n.d(e,"AggregateDirective",function(){return r.c}),n.d(e,"AggregatesDirective",function(){return r.d}),n.d(e,"AggregateColumnDirective",function(){return r.e}),n.d(e,"AggregateColumnsDirective",function(){return r.f}),n.d(e,"TreeGridComponent",function(){return r.g});var o=n(0);n.n(o);n.o(o,"Inject")&&n.d(e,"Inject",function(){return o.Inject});var i=n(1);n.n(i);for(var u in i)["ColumnDirective","ColumnsDirective","AggregateDirective","AggregatesDirective","AggregateColumnDirective","AggregateColumnsDirective","TreeGridComponent","Inject","default"].indexOf(u)<0&&function(t){n.d(e,t,function(){return i[t]})}(u)},function(t,e,n){"use strict";n.d(e,"a",function(){return i}),n.d(e,"b",function(){return u});var r=n(0),o=(n.n(r),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.moduleName="aggregateColumn",e}(r.ComplexBase),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.propertyName="columns",e.moduleName="aggregateColumns",e}(r.ComplexBase)},function(t,e,n){"use strict";n.d(e,"a",function(){return i}),n.d(e,"b",function(){return u});var r=n(0),o=(n.n(r),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.moduleName="aggregate",e}(r.ComplexBase),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.propertyName="aggregates",e.moduleName="aggregates",e}(r.ComplexBase)},function(t,e,n){"use strict";n.d(e,"a",function(){return i}),n.d(e,"b",function(){return u});var r=n(0),o=(n.n(r),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.moduleName="column",e.complexTemplate={filterItemTemplate:"filter.itemTemplate"},e}(r.ComplexBase),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.propertyName="columns",e.moduleName="columns",e}(r.ComplexBase)},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(8),o=(n.n(r),n(1)),i=(n.n(o),n(0)),u=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.directivekeys={columns:"column",aggregates:{aggregate:{aggregateColumns:"aggregateColumn"}}},n.immediateRender=!1,n.portals=[],n}return u(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.TreeGrid);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,e){t.exports=n}])});
@@ -1,11 +1,2 @@
1
- /*!
2
- * filename: ej2-react-treegrid.umd.min.js
3
- * version : 20.1.55
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
- * Use of this code is subject to the terms of our license.
6
- * A copy of the current license can be obtained at any time by e-mailing
7
- * licensing@syncfusion.com. Any infringement will be prosecuted under
8
- * applicable laws.
9
- */
10
1
  !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-react-base"),require("react"),require("@syncfusion/ej2-treegrid")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-react-base","react","@syncfusion/ej2-treegrid"],t):t(e.ej={},e.ej2ReactBase,e.React,e.ej2Treegrid)}(this,function(e,t,n,r){"use strict";var o=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.moduleName="column",t.complexTemplate={filterItemTemplate:"filter.itemTemplate"},t}(t.ComplexBase),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.propertyName="columns",t.moduleName="columns",t}(t.ComplexBase),c=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),a=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return c(t,e),t.moduleName="aggregate",t}(t.ComplexBase),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return c(t,e),t.propertyName="aggregates",t.moduleName="aggregates",t}(t.ComplexBase),p=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(t,e),t.moduleName="aggregateColumn",t}(t.ComplexBase),f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(t,e),t.propertyName="columns",t.moduleName="aggregateColumns",t}(t.ComplexBase),m=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),y=function(e){function t(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.directivekeys={columns:"column",aggregates:{aggregate:{aggregateColumns:"aggregateColumn"}}},n.immediateRender=!1,n.portals=[],n}return m(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},t}(r.TreeGrid);t.applyMixins(y,[t.ComponentBase,n.Component]),e.Inject=t.Inject,e.ColumnDirective=i,e.ColumnsDirective=u,e.AggregateDirective=a,e.AggregatesDirective=s,e.AggregateColumnDirective=l,e.AggregateColumnsDirective=f,e.TreeGridComponent=y,Object.keys(r).forEach(function(t){e[t]=r[t]}),Object.defineProperty(e,"__esModule",{value:!0})});
11
2
  //# sourceMappingURL=ej2-react-treegrid.umd.min.js.map
package/package.json CHANGED
@@ -1,67 +1,67 @@
1
- {
2
- "_from": "@syncfusion/ej2-react-treegrid@*",
3
- "_id": "@syncfusion/ej2-react-treegrid@20.1.52",
4
- "_inBundle": false,
5
- "_integrity": "sha512-TajMBt77drROFDf46eF7y9rR94T+EO2RI402OzV9GdBCs+EzuZlx1y2HqlRguccyY/C/BXSYzf2wkJPvwK5dVQ==",
6
- "_location": "/@syncfusion/ej2-react-treegrid",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-react-treegrid@*",
12
- "name": "@syncfusion/ej2-react-treegrid",
13
- "escapedName": "@syncfusion%2fej2-react-treegrid",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-treegrid/-/ej2-react-treegrid-20.1.52.tgz",
23
- "_shasum": "a71072aed8961dcd91404ad5643413b488c96d83",
24
- "_spec": "@syncfusion/ej2-react-treegrid@*",
25
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-react-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
33
- "dependencies": {
34
- "@syncfusion/ej2-base": "~20.1.55",
35
- "@syncfusion/ej2-react-base": "~20.1.55",
36
- "@syncfusion/ej2-treegrid": "20.1.55"
37
- },
38
- "deprecated": false,
39
- "description": "Essential JS 2 TreeGrid Component for React",
40
- "devDependencies": {},
41
- "es2015": "dist/es6/ej2-react-treegrid.es2015.js",
42
- "homepage": "https://github.com/syncfusion/ej2-react-ui-components#readme",
43
- "keywords": [
44
- "ej2",
45
- "ej2-treegrid",
46
- "syncfusion",
47
- "web-components",
48
- "data-treegrid",
49
- "treegrid",
50
- "table",
51
- "typescript",
52
- "react",
53
- "reactjs",
54
- "react-treegrid",
55
- "ej2-react-treegrid"
56
- ],
57
- "license": "SEE LICENSE IN license",
58
- "main": "./dist/ej2-react-treegrid.umd.min.js",
59
- "module": "./index.js",
60
- "name": "@syncfusion/ej2-react-treegrid",
61
- "repository": {
62
- "type": "git",
63
- "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
64
- },
65
- "version": "20.1.55",
66
- "sideEffects": false
67
- }
1
+ {
2
+ "_from": "@syncfusion/ej2-react-treegrid@*",
3
+ "_id": "@syncfusion/ej2-react-treegrid@20.1.55",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-RbYFakYUTMO53THQ5+0HK5HcdCJbhK8xDMs+9FGPwKcOiE5jv7pKceqHQiadK81tSantwxgCDT4Uk7yA3+QQHQ==",
6
+ "_location": "/@syncfusion/ej2-react-treegrid",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-react-treegrid@*",
12
+ "name": "@syncfusion/ej2-react-treegrid",
13
+ "escapedName": "@syncfusion%2fej2-react-treegrid",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
18
+ },
19
+ "_requiredBy": [
20
+ "/"
21
+ ],
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-treegrid/-/ej2-react-treegrid-20.1.55.tgz",
23
+ "_shasum": "f740f1cc7c315900dd5bb4c13d70d70602ced244",
24
+ "_spec": "@syncfusion/ej2-react-treegrid@*",
25
+ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
+ "author": {
27
+ "name": "Syncfusion Inc."
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/syncfusion/ej2-react-ui-components/issues"
31
+ },
32
+ "bundleDependencies": false,
33
+ "dependencies": {
34
+ "@syncfusion/ej2-base": "~20.1.56",
35
+ "@syncfusion/ej2-react-base": "~20.1.55",
36
+ "@syncfusion/ej2-treegrid": "20.1.56-97113"
37
+ },
38
+ "deprecated": false,
39
+ "description": "Essential JS 2 TreeGrid Component for React",
40
+ "devDependencies": {},
41
+ "es2015": "dist/es6/ej2-react-treegrid.es2015.js",
42
+ "homepage": "https://github.com/syncfusion/ej2-react-ui-components#readme",
43
+ "keywords": [
44
+ "ej2",
45
+ "ej2-treegrid",
46
+ "syncfusion",
47
+ "web-components",
48
+ "data-treegrid",
49
+ "treegrid",
50
+ "table",
51
+ "typescript",
52
+ "react",
53
+ "reactjs",
54
+ "react-treegrid",
55
+ "ej2-react-treegrid"
56
+ ],
57
+ "license": "SEE LICENSE IN license",
58
+ "main": "./dist/ej2-react-treegrid.umd.min.js",
59
+ "module": "./index.js",
60
+ "name": "@syncfusion/ej2-react-treegrid",
61
+ "repository": {
62
+ "type": "git",
63
+ "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
64
+ },
65
+ "version": "20.1.56-97113",
66
+ "sideEffects": false
67
+ }
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-popup.e-ddl {
2
3
  border-radius: 4px;
3
4
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
@@ -103,6 +104,7 @@
103
104
  min-height: 34px;
104
105
  }
105
106
 
107
+ /* stylelint-disable property-no-vendor-prefix */
106
108
  @keyframes material-spinner-rotate {
107
109
  0% {
108
110
  transform: rotate(0);
@@ -119,6 +121,15 @@
119
121
  transform: rotate(360deg);
120
122
  }
121
123
  }
124
+ .e-treegrid .e-indent::before,
125
+ .e-grid-menu .e-indent::before {
126
+ content: "\e33f";
127
+ }
128
+ .e-treegrid .e-outdent::before,
129
+ .e-grid-menu .e-outdent::before {
130
+ content: "\e35d";
131
+ }
132
+
122
133
  .e-treegrid .e-treegridexpand::before,
123
134
  .e-treegrid .e-treegridcollapse::before {
124
135
  content: "\e22f";
@@ -436,4 +447,6 @@
436
447
  }
437
448
  .e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
438
449
  height: 0;
439
- }
450
+ }
451
+
452
+ /* stylelint-disable-line no-empty-source */
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-popup.e-ddl {
2
3
  border-radius: 4px;
3
4
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
@@ -103,6 +104,7 @@
103
104
  min-height: 34px;
104
105
  }
105
106
 
107
+ /* stylelint-disable property-no-vendor-prefix */
106
108
  @keyframes material-spinner-rotate {
107
109
  0% {
108
110
  transform: rotate(0);
@@ -120,6 +122,15 @@
120
122
  }
121
123
  }
122
124
  /*! component's theme wise override definitions and variables */
125
+ .e-treegrid .e-indent::before,
126
+ .e-grid-menu .e-indent::before {
127
+ content: "\e33f";
128
+ }
129
+ .e-treegrid .e-outdent::before,
130
+ .e-grid-menu .e-outdent::before {
131
+ content: "\e35d";
132
+ }
133
+
123
134
  .e-treegrid .e-treegridexpand::before,
124
135
  .e-treegrid .e-treegridcollapse::before {
125
136
  content: "\e22f";
@@ -437,4 +448,6 @@
437
448
  }
438
449
  .e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
439
450
  height: 0;
440
- }
451
+ }
452
+
453
+ /* stylelint-disable-line no-empty-source */
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
2
3
  font-size: 8px;
3
4
  }
@@ -145,6 +146,7 @@
145
146
  min-height: 34px;
146
147
  }
147
148
 
149
+ /* stylelint-disable property-no-vendor-prefix */
148
150
  @keyframes material-spinner-rotate {
149
151
  0% {
150
152
  transform: rotate(0);
@@ -161,6 +163,15 @@
161
163
  transform: rotate(360deg);
162
164
  }
163
165
  }
166
+ .e-treegrid .e-indent::before,
167
+ .e-grid-menu .e-indent::before {
168
+ content: "\e702";
169
+ }
170
+ .e-treegrid .e-outdent::before,
171
+ .e-grid-menu .e-outdent::before {
172
+ content: "\e722";
173
+ }
174
+
164
175
  .e-treegrid .e-treegridexpand::before,
165
176
  .e-treegrid .e-treegridcollapse::before {
166
177
  content: "\e70b";
@@ -472,4 +483,6 @@
472
483
  }
473
484
  .e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
474
485
  height: 0;
475
- }
486
+ }
487
+
488
+ /* stylelint-disable-line no-empty-source */