@syncfusion/ej2-react-treegrid 19.2.59 → 19.3.45
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 +18 -60
- package/dist/ej2-react-treegrid.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +7 -3
- package/styles/bootstrap.css +7 -3
- package/styles/bootstrap4.css +7 -3
- package/styles/bootstrap5-dark.css +530 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +530 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +7 -3
- package/styles/fabric.css +7 -3
- package/styles/highcontrast-light.css +7 -3
- package/styles/highcontrast.css +9 -5
- package/styles/material-dark.css +26 -22
- package/styles/material.css +5 -1
- package/styles/tailwind-dark.css +34 -30
- package/styles/tailwind.css +5 -1
- package/styles/treegrid/bootstrap-dark.css +7 -3
- package/styles/treegrid/bootstrap.css +7 -3
- package/styles/treegrid/bootstrap4.css +7 -3
- package/styles/treegrid/bootstrap5-dark.css +530 -0
- package/styles/treegrid/bootstrap5-dark.scss +1 -0
- package/styles/treegrid/bootstrap5.css +530 -0
- package/styles/treegrid/bootstrap5.scss +1 -0
- package/styles/treegrid/fabric-dark.css +7 -3
- package/styles/treegrid/fabric.css +7 -3
- package/styles/treegrid/highcontrast-light.css +7 -3
- package/styles/treegrid/highcontrast.css +9 -5
- package/styles/treegrid/material-dark.css +26 -22
- package/styles/treegrid/material.css +5 -1
- package/styles/treegrid/tailwind-dark.css +34 -30
- package/styles/treegrid/tailwind.css +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,79 +6,28 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I341871` - Resolved getCheckedRecords method doesn’t return collapsed records after filtering with Virtualization enabled.
|
|
10
|
+
- `#I340839` - Resolved dragging and dropping creates duplicate rows when setting initial sort for the newly added record.
|
|
11
|
+
- `#I339818` - Resolved "No records to display" issue when we expand filtered parent record with Virtualization and collapseAll enabled.
|
|
10
12
|
|
|
11
|
-
## 19.
|
|
13
|
+
## 19.3.44 (2021-10-05)
|
|
12
14
|
|
|
13
15
|
### Tree Grid
|
|
14
16
|
|
|
15
|
-
####
|
|
16
|
-
|
|
17
|
-
- `#I335989` - Resolved the issue of dragged rows getting deleted while using drag and drop.
|
|
18
|
-
- `#I337766` - expandAtLevel and collapseAtLevel methods works fine when enableCollapseAll is true.
|
|
19
|
-
- `#I334273` - Resolved white space issue while using single root node with Virtualization and enableCollapseAll.
|
|
20
|
-
- `#I335120` - Drag and drop of newly added records works fine.
|
|
21
|
-
- `#I336436` - RefreshColumns method works properly when we access the column from the getColumnByUid method.
|
|
22
|
-
- `#I337393` - Select all checkbox works fine with filtering.
|
|
23
|
-
|
|
24
|
-
- `#I335989` - Resolved the issue of dragged rows getting deleted while using drag and drop.
|
|
25
|
-
|
|
26
|
-
## 19.2.51 (2021-08-03)
|
|
27
|
-
|
|
28
|
-
### Tree Grid
|
|
29
|
-
|
|
30
|
-
#### Bug Fixes
|
|
31
|
-
|
|
32
|
-
- `#I334818` - Issue in `addRecord` method with `newRowPosition` `Child` and Virtualization enabled has been resolved.
|
|
33
|
-
- `#I334589` - Row drag and drop works fine between the detail template enabled tree grids.
|
|
34
|
-
- `#I336758` - Pressing tab key to a non-editable cell works fine in cell edit mode.
|
|
35
|
-
|
|
36
|
-
- `#336435, #F167335` - Toolbar template renders fine in the Tree Grid.
|
|
37
|
-
|
|
38
|
-
## 19.2.49 (2021-07-27)
|
|
39
|
-
|
|
40
|
-
### Tree Grid
|
|
41
|
-
|
|
42
|
-
#### Bug Fixes
|
|
43
|
-
|
|
44
|
-
- `#I333305` - Resolved the script error while rendering tree grid inside a tab.
|
|
45
|
-
- `#I335120` - Resolved duplicate records issue while drag and drop records between tree grids.
|
|
46
|
-
|
|
47
|
-
## 19.2.48 (2021-07-20)
|
|
48
|
-
|
|
49
|
-
### Tree Grid
|
|
50
|
-
|
|
51
|
-
#### Bug Fixes
|
|
52
|
-
|
|
53
|
-
- `#I334684` - Issue in `addRecord` method with `newRowPosition` `Child` and InfiniteScrolling enabled has been resolved.
|
|
54
|
-
- `#I334273` - Resolved issue in row position when we expand/collapse a row with Virtualization and collapseAll enabled.
|
|
55
|
-
- `#I334442` - Expand/Collapse action works fine after cell save using Enter key.
|
|
56
|
-
|
|
57
|
-
## 19.2.47 (2021-07-13)
|
|
58
|
-
|
|
59
|
-
### Tree Grid
|
|
60
|
-
|
|
61
|
-
#### Bug Fixes
|
|
17
|
+
#### New Features
|
|
62
18
|
|
|
63
|
-
- `#
|
|
64
|
-
- `#334818` - Issue in `addRecord` method with `newRowPosition` `Child` and Virtualization enabled has been resolved.
|
|
19
|
+
- `#314841` - Provided support to freeze the columns on right, left or both sides.
|
|
65
20
|
|
|
66
|
-
## 19.2.
|
|
21
|
+
## 19.2.44 (2021-06-30)
|
|
67
22
|
|
|
68
23
|
### Tree Grid
|
|
69
24
|
|
|
70
25
|
#### Bug Fixes
|
|
71
26
|
|
|
72
|
-
- `#I331724` - Child summary values are updated properly after editing a record.
|
|
73
27
|
- `#332604` - Resolved white space issue while using less number of records with Virtualization.
|
|
74
|
-
- `#I328508` - Selecting a row using selectRow method at load time works properly with Virtualization.
|
|
75
|
-
- `#332847` - Batch Edit mode works properly with custom data binding.
|
|
76
|
-
- `#333663` - Cancelling the edit action works properly when using escape key.
|
|
77
|
-
|
|
78
|
-
#### New Features
|
|
79
28
|
|
|
80
|
-
- `#
|
|
81
|
-
- `#
|
|
29
|
+
- `#I329350` - Immutable mode works fine for date values and row reordering.
|
|
30
|
+
- `#I329988`, `#I331155` - Editing a newly added child record works fine with self referential data.
|
|
82
31
|
|
|
83
32
|
## 18.4.30 (2020-12-17)
|
|
84
33
|
|
|
@@ -226,3 +175,12 @@
|
|
|
226
175
|
- `expandAtLevel`, `collapseAtLevel`, `expandAll` and `collapseAll` methods are working fine when `pageSizeMode` is set as `All`.
|
|
227
176
|
|
|
228
177
|
|
|
178
|
+
## 19.1.54 (2021-03-30)
|
|
179
|
+
|
|
180
|
+
### Tree Grid
|
|
181
|
+
|
|
182
|
+
#### New Features
|
|
183
|
+
|
|
184
|
+
- `#274416, #274607, #313192, #F159014` - Provided Infinite Scrolling support for Tree Grid which allows you to lazy load data when scroller reaches the near end.
|
|
185
|
+
- `#280065` - Provided support to maintain Expand/Collapse state of Tree Grid while exporting the data.
|
|
186
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-treegrid.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.3.45
|
|
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@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-treegrid@19.3.44",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-lIjf0dBrC9fDrQ73EsEPEWDn2PRruQWLVx03wLwzn2OmzMwwcoTC86jQ/0u34xkgENkiSvPUXfDIK7ZHEOsofw==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-treegrid/-/ej2-react-treegrid-19.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-treegrid/-/ej2-react-treegrid-19.3.44.tgz",
|
|
23
|
+
"_shasum": "fd15385ce7dd6040d70c1eac58540e2790a8f279",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-treegrid@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.
|
|
35
|
-
"@syncfusion/ej2-react-base": "~19.
|
|
36
|
-
"@syncfusion/ej2-treegrid": "19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.3.43",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~19.3.45",
|
|
36
|
+
"@syncfusion/ej2-treegrid": "19.3.45"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 TreeGrid Component for React",
|
|
@@ -62,6 +62,6 @@
|
|
|
62
62
|
"type": "git",
|
|
63
63
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
64
64
|
},
|
|
65
|
-
"version": "19.
|
|
65
|
+
"version": "19.3.45",
|
|
66
66
|
"sideEffects": false
|
|
67
67
|
}
|
|
@@ -176,6 +176,10 @@
|
|
|
176
176
|
line-height: 18px;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
+
.e-treegrid .e-icons.e-none::before {
|
|
180
|
+
content: '';
|
|
181
|
+
}
|
|
182
|
+
|
|
179
183
|
.e-treegrid .e-treegridexpand::before,
|
|
180
184
|
.e-treegrid .e-treegridcollapse::before {
|
|
181
185
|
text-align: center;
|
|
@@ -241,8 +245,8 @@
|
|
|
241
245
|
}
|
|
242
246
|
|
|
243
247
|
.e-treegrid .e-hierarchycheckbox .e-frame {
|
|
244
|
-
height:
|
|
245
|
-
width:
|
|
248
|
+
height: 20px;
|
|
249
|
+
width: 20px;
|
|
246
250
|
}
|
|
247
251
|
|
|
248
252
|
.e-treegrid .e-checkselection .e-frozenheader .e-rowcell,
|
|
@@ -266,7 +270,7 @@
|
|
|
266
270
|
|
|
267
271
|
.e-treegrid .e-treecell {
|
|
268
272
|
display: table-cell;
|
|
269
|
-
line-height:
|
|
273
|
+
line-height: 10px;
|
|
270
274
|
}
|
|
271
275
|
|
|
272
276
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
|
package/styles/bootstrap.css
CHANGED
|
@@ -177,6 +177,10 @@
|
|
|
177
177
|
line-height: 18px;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
+
.e-treegrid .e-icons.e-none::before {
|
|
181
|
+
content: '';
|
|
182
|
+
}
|
|
183
|
+
|
|
180
184
|
.e-treegrid .e-treegridexpand::before,
|
|
181
185
|
.e-treegrid .e-treegridcollapse::before {
|
|
182
186
|
text-align: center;
|
|
@@ -242,8 +246,8 @@
|
|
|
242
246
|
}
|
|
243
247
|
|
|
244
248
|
.e-treegrid .e-hierarchycheckbox .e-frame {
|
|
245
|
-
height:
|
|
246
|
-
width:
|
|
249
|
+
height: 20px;
|
|
250
|
+
width: 20px;
|
|
247
251
|
}
|
|
248
252
|
|
|
249
253
|
.e-treegrid .e-checkselection .e-frozenheader .e-rowcell,
|
|
@@ -267,7 +271,7 @@
|
|
|
267
271
|
|
|
268
272
|
.e-treegrid .e-treecell {
|
|
269
273
|
display: table-cell;
|
|
270
|
-
line-height:
|
|
274
|
+
line-height: 10px;
|
|
271
275
|
}
|
|
272
276
|
|
|
273
277
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -212,6 +212,10 @@
|
|
|
212
212
|
line-height: 16px;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
+
.e-treegrid .e-icons.e-none::before {
|
|
216
|
+
content: '';
|
|
217
|
+
}
|
|
218
|
+
|
|
215
219
|
.e-treegrid .e-treegridexpand::before,
|
|
216
220
|
.e-treegrid .e-treegridcollapse::before {
|
|
217
221
|
text-align: center;
|
|
@@ -277,8 +281,8 @@
|
|
|
277
281
|
}
|
|
278
282
|
|
|
279
283
|
.e-treegrid .e-hierarchycheckbox .e-frame {
|
|
280
|
-
height:
|
|
281
|
-
width:
|
|
284
|
+
height: 14px;
|
|
285
|
+
width: 14px;
|
|
282
286
|
}
|
|
283
287
|
|
|
284
288
|
.e-treegrid .e-checkselection .e-frozenheader .e-rowcell,
|
|
@@ -302,7 +306,7 @@
|
|
|
302
306
|
|
|
303
307
|
.e-treegrid .e-treecell {
|
|
304
308
|
display: table-cell;
|
|
305
|
-
line-height:
|
|
309
|
+
line-height: 10px;
|
|
306
310
|
}
|
|
307
311
|
|
|
308
312
|
.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
|