@syncfusion/ej2-gantt 20.2.43 → 20.2.44

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 (64) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/ej2-gantt.umd.min.js +2 -2
  3. package/dist/ej2-gantt.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-gantt.es2015.js +69 -38
  5. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-gantt.es5.js +69 -38
  7. package/dist/es6/ej2-gantt.es5.js.map +1 -1
  8. package/dist/global/ej2-gantt.min.js +2 -2
  9. package/dist/global/ej2-gantt.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +11 -11
  12. package/src/gantt/actions/cell-edit.js +3 -0
  13. package/src/gantt/actions/critical-path.js +2 -8
  14. package/src/gantt/actions/edit.js +1 -1
  15. package/src/gantt/base/date-processor.js +1 -1
  16. package/src/gantt/base/gantt-chart.js +17 -3
  17. package/src/gantt/base/gantt.d.ts +1 -0
  18. package/src/gantt/base/gantt.js +46 -26
  19. package/styles/bootstrap-dark.css +4 -4
  20. package/styles/bootstrap.css +4 -4
  21. package/styles/bootstrap4.css +4 -4
  22. package/styles/bootstrap5-dark.css +4 -4
  23. package/styles/bootstrap5.css +4 -4
  24. package/styles/fabric-dark.css +4 -4
  25. package/styles/fabric.css +4 -4
  26. package/styles/fluent-dark.css +4 -4
  27. package/styles/fluent.css +4 -4
  28. package/styles/gantt/_layout.scss +9 -19
  29. package/styles/gantt/_theme.scss +1 -19
  30. package/styles/gantt/bootstrap-dark.css +4 -4
  31. package/styles/gantt/bootstrap.css +4 -4
  32. package/styles/gantt/bootstrap4.css +4 -4
  33. package/styles/gantt/bootstrap5-dark.css +4 -4
  34. package/styles/gantt/bootstrap5.css +4 -4
  35. package/styles/gantt/fabric-dark.css +4 -4
  36. package/styles/gantt/fabric.css +4 -4
  37. package/styles/gantt/fluent-dark.css +4 -4
  38. package/styles/gantt/fluent.css +4 -4
  39. package/styles/gantt/highcontrast-light.css +4 -4
  40. package/styles/gantt/highcontrast.css +4 -4
  41. package/styles/gantt/icons/_bootstrap-dark.scss +3 -3
  42. package/styles/gantt/icons/_bootstrap.scss +3 -3
  43. package/styles/gantt/icons/_bootstrap4.scss +5 -5
  44. package/styles/gantt/icons/_bootstrap5.scss +3 -3
  45. package/styles/gantt/icons/_fabric-dark.scss +3 -3
  46. package/styles/gantt/icons/_fabric.scss +3 -3
  47. package/styles/gantt/icons/_fluent.scss +3 -3
  48. package/styles/gantt/icons/_fusionnew.scss +3 -3
  49. package/styles/gantt/icons/_highcontrast.scss +3 -3
  50. package/styles/gantt/icons/_material-dark.scss +3 -3
  51. package/styles/gantt/icons/_material.scss +3 -3
  52. package/styles/gantt/icons/_material3.scss +3 -3
  53. package/styles/gantt/icons/_tailwind-dark.scss +3 -3
  54. package/styles/gantt/icons/_tailwind.scss +3 -3
  55. package/styles/gantt/material-dark.css +4 -4
  56. package/styles/gantt/material.css +4 -4
  57. package/styles/gantt/tailwind-dark.css +4 -4
  58. package/styles/gantt/tailwind.css +4 -4
  59. package/styles/highcontrast-light.css +4 -4
  60. package/styles/highcontrast.css +4 -4
  61. package/styles/material-dark.css +4 -4
  62. package/styles/material.css +4 -4
  63. package/styles/tailwind-dark.css +4 -4
  64. package/styles/tailwind.css +4 -4
@@ -664,14 +664,13 @@
664
664
  }
665
665
  .e-gantt .e-gantt-chart .e-timeline-header-container {
666
666
  border-bottom-style: solid;
667
- border-right-width: 0;
667
+ border-right: 1px solid;
668
668
  overflow: hidden;
669
669
  position: relative;
670
670
  z-index: 6;
671
671
  }
672
672
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
673
673
  border-left: 0;
674
- padding: 0 3px;
675
674
  }
676
675
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
677
676
  border-collapse: collapse;
@@ -723,7 +722,7 @@
723
722
  }
724
723
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
725
724
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
726
- padding-left: 8px;
725
+ padding-left: 11px;
727
726
  text-align: left;
728
727
  }
729
728
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -827,7 +826,7 @@
827
826
  .e-gantt .e-gantt-chart .e-indicator-span {
828
827
  display: inline-block;
829
828
  font-size: 13px;
830
- font-weight: 400;
829
+ font-weight: normal;
831
830
  overflow: hidden;
832
831
  position: absolute;
833
832
  text-overflow: ellipsis;
@@ -1220,6 +1219,7 @@
1220
1219
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1221
1220
  border-bottom-width: 0px;
1222
1221
  height: 198px;
1222
+ overflow: hidden;
1223
1223
  }
1224
1224
  .e-gantt-dialog > .e-dlg-content {
1225
1225
  padding: 0 !important;
@@ -631,14 +631,13 @@
631
631
  }
632
632
  .e-gantt .e-gantt-chart .e-timeline-header-container {
633
633
  border-bottom-style: solid;
634
- border-right-width: 0;
634
+ border-right: 1px solid;
635
635
  overflow: hidden;
636
636
  position: relative;
637
637
  z-index: 6;
638
638
  }
639
639
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
640
640
  border-left: 0;
641
- padding: 0 3px;
642
641
  }
643
642
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
644
643
  border-collapse: collapse;
@@ -690,7 +689,7 @@
690
689
  }
691
690
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
692
691
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
693
- padding-left: 8px;
692
+ padding-left: 11px;
694
693
  text-align: left;
695
694
  }
696
695
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -797,7 +796,7 @@
797
796
  .e-gantt .e-gantt-chart .e-indicator-span {
798
797
  display: inline-block;
799
798
  font-size: 13px;
800
- font-weight: 400;
799
+ font-weight: normal;
801
800
  overflow: hidden;
802
801
  position: absolute;
803
802
  text-overflow: ellipsis;
@@ -1190,6 +1189,7 @@
1190
1189
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1191
1190
  border-bottom-width: 0px;
1192
1191
  height: 210px;
1192
+ overflow: hidden;
1193
1193
  }
1194
1194
  .e-gantt-dialog > .e-dlg-content {
1195
1195
  padding: 0 !important;
@@ -631,14 +631,13 @@
631
631
  }
632
632
  .e-gantt .e-gantt-chart .e-timeline-header-container {
633
633
  border-bottom-style: solid;
634
- border-right-width: 0;
634
+ border-right: 1px solid;
635
635
  overflow: hidden;
636
636
  position: relative;
637
637
  z-index: 6;
638
638
  }
639
639
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
640
640
  border-left: 0;
641
- padding: 0 3px;
642
641
  }
643
642
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
644
643
  border-collapse: collapse;
@@ -690,7 +689,7 @@
690
689
  }
691
690
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
692
691
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
693
- padding-left: 8px;
692
+ padding-left: 11px;
694
693
  text-align: left;
695
694
  }
696
695
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -797,7 +796,7 @@
797
796
  .e-gantt .e-gantt-chart .e-indicator-span {
798
797
  display: inline-block;
799
798
  font-size: 13px;
800
- font-weight: 400;
799
+ font-weight: normal;
801
800
  overflow: hidden;
802
801
  position: absolute;
803
802
  text-overflow: ellipsis;
@@ -1190,6 +1189,7 @@
1190
1189
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1191
1190
  border-bottom-width: 0px;
1192
1191
  height: 210px;
1192
+ overflow: hidden;
1193
1193
  }
1194
1194
  .e-gantt-dialog > .e-dlg-content {
1195
1195
  padding: 0 !important;