@syncfusion/ej2-treegrid 19.4.56 → 20.1.47
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 +1 -79
- package/dist/ej2-treegrid.umd.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js.map +1 -1
- package/dist/es6/ej2-treegrid.es2015.js +4817 -4750
- package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-treegrid.es5.js +5018 -4951
- package/dist/es6/ej2-treegrid.es5.js.map +1 -1
- package/dist/global/ej2-treegrid.min.js +2 -2
- package/dist/global/ej2-treegrid.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +9 -9
- package/src/treegrid/actions/crud-actions.js +3 -1
- package/src/treegrid/actions/rowdragdrop.d.ts +2 -0
- package/src/treegrid/actions/rowdragdrop.js +50 -14
- package/src/treegrid/actions/toolbar.js +2 -2
- package/src/treegrid/base/treegrid-model.d.ts +1 -1
- package/src/treegrid/base/treegrid.d.ts +12 -0
- package/src/treegrid/base/treegrid.js +50 -1
- package/src/treegrid/models/column.d.ts +0 -9
- package/src/treegrid/models/column.js +0 -19
- package/styles/bootstrap-dark.css +27 -4
- package/styles/bootstrap.css +27 -4
- package/styles/bootstrap4.css +21 -4
- package/styles/bootstrap5-dark.css +43 -19
- package/styles/bootstrap5.css +43 -19
- package/styles/fabric-dark.css +27 -4
- package/styles/fabric.css +27 -4
- package/styles/fluent-dark.css +560 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +560 -0
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +27 -4
- package/styles/highcontrast.css +27 -4
- package/styles/material-dark.css +19 -2
- package/styles/material.css +19 -2
- package/styles/tailwind-dark.css +41 -80
- package/styles/tailwind.css +26 -65
- package/styles/treegrid/_bootstrap5-definition.scss +3 -3
- package/styles/treegrid/_fluent-dark-definition.scss +1 -0
- package/styles/treegrid/_fluent-definition.scss +3 -3
- package/styles/treegrid/_layout.scss +62 -7
- package/styles/treegrid/_tailwind-definition.scss +3 -3
- package/styles/treegrid/bootstrap-dark.css +27 -4
- package/styles/treegrid/bootstrap.css +27 -4
- package/styles/treegrid/bootstrap4.css +21 -4
- package/styles/treegrid/bootstrap5-dark.css +43 -19
- package/styles/treegrid/bootstrap5.css +43 -19
- package/styles/treegrid/fabric-dark.css +27 -4
- package/styles/treegrid/fabric.css +27 -4
- package/styles/treegrid/fluent-dark.css +560 -0
- package/styles/treegrid/fluent-dark.scss +18 -0
- package/styles/treegrid/fluent.css +560 -0
- package/styles/treegrid/fluent.scss +18 -0
- package/styles/treegrid/highcontrast-light.css +27 -4
- package/styles/treegrid/highcontrast.css +27 -4
- package/styles/treegrid/icons/_fluent-dark.scss +1 -0
- package/styles/treegrid/icons/_tailwind-dark.scss +5 -5
- package/styles/treegrid/icons/_tailwind.scss +5 -5
- package/styles/treegrid/material-dark.css +19 -2
- package/styles/treegrid/material.css +19 -2
- package/styles/treegrid/tailwind-dark.css +41 -80
- package/styles/treegrid/tailwind.css +26 -65
package/CHANGELOG.md
CHANGED
|
@@ -6,85 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
10
|
-
|
|
11
|
-
## 19.4.55 (2022-03-08)
|
|
12
|
-
|
|
13
|
-
### Tree Grid
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#I363210` - Throws script error while using editCell method and press tab key in case of virtualization enabled has been fixed.
|
|
18
|
-
|
|
19
|
-
## 19.4.54 (2022-03-01)
|
|
20
|
-
|
|
21
|
-
### Tree Grid
|
|
22
|
-
|
|
23
|
-
#### New Features
|
|
24
|
-
|
|
25
|
-
- `#I367483` - Provided Indent/Outdent toolbar icon based on row selection and deselection.
|
|
26
|
-
|
|
27
|
-
#### Bug Fixes
|
|
28
|
-
|
|
29
|
-
- `#I362146` - Resolved row customization is not applied when performing an indent or outdent action with the immutable property enabled.
|
|
30
|
-
|
|
31
|
-
## 19.4.52 (2022-02-15)
|
|
32
|
-
|
|
33
|
-
### Tree Grid
|
|
34
|
-
|
|
35
|
-
#### Bug Fixes
|
|
36
|
-
|
|
37
|
-
- `#I360392` - Resolved infinite scrolling does not work properly when all records are collapsed.
|
|
38
|
-
- `#I364449` - Resolved last row border missing after collapsing all records while using setRowData method.
|
|
39
|
-
- `#I357347` - Added indent/outdent functionality details in event arguments.
|
|
40
|
-
|
|
41
|
-
## 19.4.47 (2022-01-25)
|
|
42
|
-
|
|
43
|
-
### Tree Grid
|
|
44
|
-
|
|
45
|
-
#### Bug Fixes
|
|
46
|
-
|
|
47
|
-
- `#332563` - Throws script error in vue platform while exporting with aggregates has been fixed.
|
|
48
|
-
|
|
49
|
-
## 19.4.42 (2022-01-11)
|
|
50
|
-
|
|
51
|
-
### Tree Grid
|
|
52
|
-
|
|
53
|
-
#### Bug Fixes
|
|
54
|
-
|
|
55
|
-
- `#SF-355817` - Resolved 'No records to display' issue while changing datasource when treeColumnIndex enabled for column template.
|
|
56
|
-
- `#SF-360411` - Resolved 'No records to display' issue while expanding all records with virtualization.
|
|
57
|
-
|
|
58
|
-
## 19.4.41 (2022-01-04)
|
|
59
|
-
|
|
60
|
-
### Tree Grid
|
|
61
|
-
|
|
62
|
-
#### Bug Fixes
|
|
63
|
-
|
|
64
|
-
- `#F171247` - Resolved first row hiding issue in iOS device while using virtualization.
|
|
65
|
-
|
|
66
|
-
## 19.4.40 (2021-12-28)
|
|
67
|
-
|
|
68
|
-
### Tree Grid
|
|
69
|
-
|
|
70
|
-
#### Bug Fixes
|
|
71
|
-
|
|
72
|
-
- `#I348232` - Resolved expanding and collapsing the records clearing the selection in checkbox selection while using virtualization.
|
|
73
|
-
- `#I349138` - The expand / collapse state on excel exported file works fine.
|
|
74
|
-
|
|
75
|
-
## 19.4.38 (2021-12-17)
|
|
76
|
-
|
|
77
|
-
### Tree Grid
|
|
78
|
-
|
|
79
|
-
#### New Features
|
|
80
|
-
|
|
81
|
-
- Provided support for `expandByKey`, `collapseByKey` methods and improved `expantAtLevel`, `collapseAtLevel` methods for nested records in tree grid.
|
|
82
|
-
- Provided Adaptive UI layout support for all devices.
|
|
83
|
-
|
|
84
|
-
#### Bug Fixes
|
|
85
|
-
|
|
86
|
-
- `#I348001`,`#I349046`,`#I349018` Throws script error while performing scroll on Virtualization enabled has been fixed.
|
|
87
|
-
- `#F167694` Resolved state changes not reflected for Treegrid column directive.
|
|
9
|
+
- `#I369691` - Indent / Outdent functionality can now be enabled without allowRowDragAndDrop property.
|
|
88
10
|
|
|
89
11
|
## 19.2.44 (2021-06-30)
|
|
90
12
|
|