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