@syncfusion/ej2-gantt 22.2.7 → 22.2.9

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 (58) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/ej2-gantt.min.js +2 -2
  3. package/dist/ej2-gantt.umd.min.js +2 -2
  4. package/dist/ej2-gantt.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-gantt.es2015.js +102 -51
  6. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  7. package/dist/es6/ej2-gantt.es5.js +102 -51
  8. package/dist/es6/ej2-gantt.es5.js.map +1 -1
  9. package/dist/global/ej2-gantt.min.js +2 -2
  10. package/dist/global/ej2-gantt.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +18 -18
  13. package/src/gantt/actions/context-menu.js +8 -2
  14. package/src/gantt/actions/dependency.js +1 -1
  15. package/src/gantt/actions/taskbar-edit.js +19 -1
  16. package/src/gantt/base/css-constants.d.ts +1 -0
  17. package/src/gantt/base/css-constants.js +1 -0
  18. package/src/gantt/base/gantt.js +10 -3
  19. package/src/gantt/base/task-processor.js +5 -4
  20. package/src/gantt/renderer/chart-rows.js +13 -1
  21. package/src/gantt/renderer/edit-tooltip.js +7 -7
  22. package/src/gantt/renderer/timeline.js +8 -1
  23. package/src/gantt/renderer/tooltip.js +28 -29
  24. package/styles/bootstrap-dark.css +1 -1
  25. package/styles/bootstrap.css +1 -1
  26. package/styles/bootstrap4.css +1 -1
  27. package/styles/bootstrap5-dark.css +1 -1
  28. package/styles/bootstrap5.css +1 -1
  29. package/styles/fabric-dark.css +1 -1
  30. package/styles/fabric.css +1 -1
  31. package/styles/fluent-dark.css +1 -1
  32. package/styles/fluent.css +1 -1
  33. package/styles/gantt/_layout.scss +1 -1
  34. package/styles/gantt/bootstrap-dark.css +1 -1
  35. package/styles/gantt/bootstrap.css +1 -1
  36. package/styles/gantt/bootstrap4.css +1 -1
  37. package/styles/gantt/bootstrap5-dark.css +1 -1
  38. package/styles/gantt/bootstrap5.css +1 -1
  39. package/styles/gantt/fabric-dark.css +1 -1
  40. package/styles/gantt/fabric.css +1 -1
  41. package/styles/gantt/fluent-dark.css +1 -1
  42. package/styles/gantt/fluent.css +1 -1
  43. package/styles/gantt/highcontrast-light.css +1 -1
  44. package/styles/gantt/highcontrast.css +1 -1
  45. package/styles/gantt/material-dark.css +1 -1
  46. package/styles/gantt/material.css +1 -1
  47. package/styles/gantt/material3-dark.css +1 -1
  48. package/styles/gantt/material3.css +1 -1
  49. package/styles/gantt/tailwind-dark.css +1 -1
  50. package/styles/gantt/tailwind.css +1 -1
  51. package/styles/highcontrast-light.css +1 -1
  52. package/styles/highcontrast.css +1 -1
  53. package/styles/material-dark.css +1 -1
  54. package/styles/material.css +1 -1
  55. package/styles/material3-dark.css +1 -1
  56. package/styles/material3.css +1 -1
  57. package/styles/tailwind-dark.css +1 -1
  58. package/styles/tailwind.css +1 -1
@@ -1055,7 +1055,7 @@
1055
1055
  pointer-events: none;
1056
1056
  position: absolute;
1057
1057
  top: 50%;
1058
- width: 99%;
1058
+ width: 99.5%;
1059
1059
  }
1060
1060
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1061
1061
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -923,7 +923,7 @@
923
923
  pointer-events: none;
924
924
  position: absolute;
925
925
  top: 50%;
926
- width: 99%;
926
+ width: 99.5%;
927
927
  }
928
928
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
929
929
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -923,7 +923,7 @@
923
923
  pointer-events: none;
924
924
  position: absolute;
925
925
  top: 50%;
926
- width: 99%;
926
+ width: 99.5%;
927
927
  }
928
928
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
929
929
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -848,7 +848,7 @@
848
848
  pointer-events: none;
849
849
  position: absolute;
850
850
  top: 50%;
851
- width: 99%;
851
+ width: 99.5%;
852
852
  }
853
853
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
854
854
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -950,7 +950,7 @@
950
950
  pointer-events: none;
951
951
  position: absolute;
952
952
  top: 50%;
953
- width: 99%;
953
+ width: 99.5%;
954
954
  }
955
955
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
956
956
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -908,7 +908,7 @@
908
908
  pointer-events: none;
909
909
  position: absolute;
910
910
  top: 50%;
911
- width: 99%;
911
+ width: 99.5%;
912
912
  }
913
913
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
914
914
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -952,7 +952,7 @@
952
952
  pointer-events: none;
953
953
  position: absolute;
954
954
  top: 50%;
955
- width: 99%;
955
+ width: 99.5%;
956
956
  }
957
957
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
958
958
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -999,7 +999,7 @@
999
999
  pointer-events: none;
1000
1000
  position: absolute;
1001
1001
  top: 50%;
1002
- width: 99%;
1002
+ width: 99.5%;
1003
1003
  }
1004
1004
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1005
1005
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -1055,7 +1055,7 @@
1055
1055
  pointer-events: none;
1056
1056
  position: absolute;
1057
1057
  top: 50%;
1058
- width: 99%;
1058
+ width: 99.5%;
1059
1059
  }
1060
1060
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1061
1061
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -923,7 +923,7 @@
923
923
  pointer-events: none;
924
924
  position: absolute;
925
925
  top: 50%;
926
- width: 99%;
926
+ width: 99.5%;
927
927
  }
928
928
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
929
929
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -923,7 +923,7 @@
923
923
  pointer-events: none;
924
924
  position: absolute;
925
925
  top: 50%;
926
- width: 99%;
926
+ width: 99.5%;
927
927
  }
928
928
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
929
929
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {