@syncfusion/ej2-treegrid 24.2.8 → 25.1.35
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 +2 -53
- package/dist/ej2-treegrid.min.js +2 -2
- 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 +102 -62
- package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-treegrid.es5.js +105 -65
- 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 +10 -10
- package/src/treegrid/actions/summary.js +1 -7
- package/src/treegrid/actions/virtual-scroll.js +10 -4
- package/src/treegrid/base/treegrid-model.d.ts +3 -3
- package/src/treegrid/base/treegrid.d.ts +2 -3
- package/src/treegrid/base/treegrid.js +74 -48
- package/src/treegrid/renderer/render.js +16 -6
- package/src/treegrid/renderer/virtual-row-model-generator.js +4 -2
- package/styles/bootstrap-dark.css +8 -0
- package/styles/bootstrap.css +8 -0
- package/styles/bootstrap4.css +8 -0
- package/styles/bootstrap5-dark.css +8 -0
- package/styles/bootstrap5.css +8 -0
- package/styles/fabric-dark.css +8 -0
- package/styles/fabric.css +8 -0
- package/styles/fluent-dark.css +8 -0
- package/styles/fluent.css +8 -0
- package/styles/highcontrast-light.css +8 -0
- package/styles/highcontrast.css +8 -0
- package/styles/material-dark.css +8 -0
- package/styles/material.css +8 -0
- package/styles/material3-dark.css +8 -0
- package/styles/material3.css +8 -0
- package/styles/tailwind-dark.css +8 -0
- package/styles/tailwind.css +8 -0
- package/styles/treegrid/_bds-definition.scss +28 -0
- package/styles/treegrid/_layout.scss +9 -1
- package/styles/treegrid/bootstrap-dark.css +8 -0
- package/styles/treegrid/bootstrap.css +8 -0
- package/styles/treegrid/bootstrap4.css +8 -0
- package/styles/treegrid/bootstrap5-dark.css +8 -0
- package/styles/treegrid/bootstrap5.css +8 -0
- package/styles/treegrid/fabric-dark.css +8 -0
- package/styles/treegrid/fabric.css +8 -0
- package/styles/treegrid/fluent-dark.css +8 -0
- package/styles/treegrid/fluent.css +8 -0
- package/styles/treegrid/highcontrast-light.css +8 -0
- package/styles/treegrid/highcontrast.css +8 -0
- package/styles/treegrid/icons/_bds.scss +37 -0
- package/styles/treegrid/material-dark.css +8 -0
- package/styles/treegrid/material.css +8 -0
- package/styles/treegrid/material3-dark.css +8 -0
- package/styles/treegrid/material3.css +8 -0
- package/styles/treegrid/tailwind-dark.css +8 -0
- package/styles/treegrid/tailwind.css +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,60 +6,9 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#F50891` - Fixed issue where react template disappears in tree grid column while using `useState()`.
|
|
10
10
|
|
|
11
|
-
##
|
|
12
|
-
|
|
13
|
-
### Tree Grid
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#F50469` - Fixed issue where excel export after sorting led to missing expand icons in the excel file.
|
|
18
|
-
|
|
19
|
-
## 24.2.5 (2024-02-13)
|
|
20
|
-
|
|
21
|
-
### Tree Grid
|
|
22
|
-
|
|
23
|
-
#### Bug Fixes
|
|
24
|
-
|
|
25
|
-
- `#F50215` - Filtering not working on navigating to another page when all records are collapsed.
|
|
26
|
-
- `#F50218` - Fixed the issue where the `RowSelecting` and `RowSelected` events were triggered twice when selecting a row using the keyboard down arrow.
|
|
27
|
-
- `#F50385` - Fixed the misalignment issue with column header text when filtering and using the row drag and drop feature.
|
|
28
|
-
- `#F50301` - Fixed an issue where the `AddRecord` method was not functioning correctly after reaching level 2.
|
|
29
|
-
|
|
30
|
-
## 24.2.4 (2024-02-06)
|
|
31
|
-
|
|
32
|
-
### Tree Grid
|
|
33
|
-
|
|
34
|
-
#### Bug Fixes
|
|
35
|
-
|
|
36
|
-
- `#I546807` - Fixed issue where filtering was not working when navigating to another page when all records were collapsed.
|
|
37
|
-
|
|
38
|
-
## 24.1.46 (2024-01-17)
|
|
39
|
-
|
|
40
|
-
### Tree Grid
|
|
41
|
-
|
|
42
|
-
#### Bug Fixes
|
|
43
|
-
|
|
44
|
-
- `#I538969` - Fixed an issue where the `ContextMenu` with indent/outdent items was being displayed when clicking in an empty space.
|
|
45
|
-
|
|
46
|
-
## 24.1.45 (2024-01-09)
|
|
47
|
-
|
|
48
|
-
### Tree Grid
|
|
49
|
-
|
|
50
|
-
#### Bug Fixes
|
|
51
|
-
|
|
52
|
-
- `#I534170` - Fixed an issue where indent/outdent option is not displayed in the context menu when in cell edit mode.
|
|
53
|
-
|
|
54
|
-
## 24.1.44 (2024-01-03)
|
|
55
|
-
|
|
56
|
-
### Tree Grid
|
|
57
|
-
|
|
58
|
-
#### Bug Fixes
|
|
59
|
-
|
|
60
|
-
- `#I531278` - Fixed an issue where the checkbox column behaviour was not working correctly when the `displayascheckbox` column was placed as the first column.
|
|
61
|
-
|
|
62
|
-
## 24.1.41 (2023-12-18)
|
|
11
|
+
## 23.1.36 (2022-09-15)
|
|
63
12
|
|
|
64
13
|
### Tree Grid
|
|
65
14
|
|