@syncfusion/ej2-vue-gantt 20.4.54 → 21.1.36

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 (61) hide show
  1. package/CHANGELOG.md +186 -0
  2. package/dist/ej2-vue-gantt.umd.min.js +2 -2
  3. package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-gantt.es2015.js +462 -685
  5. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-gantt.es5.js +507 -807
  7. package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-gantt.min.js +2 -2
  9. package/package.json +11 -10
  10. package/src/gantt/adddialogfields.directive.d.ts +2 -12
  11. package/src/gantt/adddialogfields.directive.js +22 -71
  12. package/src/gantt/columns.directive.d.ts +2 -12
  13. package/src/gantt/columns.directive.js +22 -71
  14. package/src/gantt/dayworkingtime.directive.d.ts +2 -12
  15. package/src/gantt/dayworkingtime.directive.js +22 -71
  16. package/src/gantt/editdialogfields.directive.d.ts +2 -12
  17. package/src/gantt/editdialogfields.directive.js +22 -71
  18. package/src/gantt/eventmarkers.directive.d.ts +2 -12
  19. package/src/gantt/eventmarkers.directive.js +22 -71
  20. package/src/gantt/gantt.component.d.ts +3 -100
  21. package/src/gantt/gantt.component.js +345 -376
  22. package/src/gantt/holidays.directive.d.ts +2 -12
  23. package/src/gantt/holidays.directive.js +22 -71
  24. package/styles/bootstrap-dark.css +63 -56
  25. package/styles/bootstrap.css +63 -58
  26. package/styles/bootstrap4.css +60 -55
  27. package/styles/bootstrap5-dark.css +60 -55
  28. package/styles/bootstrap5.css +60 -55
  29. package/styles/fabric-dark.css +58 -53
  30. package/styles/fabric.css +58 -53
  31. package/styles/fluent-dark.css +84 -76
  32. package/styles/fluent.css +84 -76
  33. package/styles/gantt/bootstrap-dark.css +63 -56
  34. package/styles/gantt/bootstrap.css +63 -58
  35. package/styles/gantt/bootstrap4.css +60 -55
  36. package/styles/gantt/bootstrap5-dark.css +60 -55
  37. package/styles/gantt/bootstrap5.css +60 -55
  38. package/styles/gantt/fabric-dark.css +58 -53
  39. package/styles/gantt/fabric.css +58 -53
  40. package/styles/gantt/fluent-dark.css +84 -76
  41. package/styles/gantt/fluent.css +84 -76
  42. package/styles/gantt/highcontrast-light.css +58 -55
  43. package/styles/gantt/highcontrast.css +58 -53
  44. package/styles/gantt/material-dark.css +61 -60
  45. package/styles/gantt/material.css +58 -53
  46. package/styles/gantt/material3-dark.css +2193 -0
  47. package/styles/gantt/material3-dark.scss +2 -0
  48. package/styles/gantt/material3.css +2249 -0
  49. package/styles/gantt/material3.scss +2 -0
  50. package/styles/gantt/tailwind-dark.css +58 -53
  51. package/styles/gantt/tailwind.css +58 -53
  52. package/styles/highcontrast-light.css +58 -55
  53. package/styles/highcontrast.css +58 -53
  54. package/styles/material-dark.css +61 -60
  55. package/styles/material.css +58 -53
  56. package/styles/material3-dark.css +2193 -0
  57. package/styles/material3-dark.scss +2 -0
  58. package/styles/material3.css +2249 -0
  59. package/styles/material3.scss +2 -0
  60. package/styles/tailwind-dark.css +58 -53
  61. package/styles/tailwind.css +58 -53
@@ -0,0 +1,2 @@
1
+
2
+ @import 'gantt/material3.scss';
@@ -317,6 +317,12 @@
317
317
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
318
318
  height: 63px !important; /* stylelint-disable-line declaration-no-important */
319
319
  }
320
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
321
+ padding-left: 0px;
322
+ }
323
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
324
+ display: block;
325
+ }
320
326
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
321
327
  padding: 16px 4px 16px 24px !important; /* stylelint-disable-line declaration-no-important */
322
328
  }
@@ -339,9 +345,6 @@
339
345
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
340
346
  line-height: 28px;
341
347
  }
342
- .e-bigger .e-gantt .e-filter-popup.e-popup {
343
- width: 319px !important;
344
- }
345
348
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
346
349
  padding: 24px 0 0 !important;
347
350
  }
@@ -349,7 +352,7 @@
349
352
  border-radius: 6px !important;
350
353
  padding: 23px 24px 15px 24px !important;
351
354
  }
352
- .e-bigger .e-grid .e-columnmenu {
355
+ .e-bigger .e-gantt .e-grid .e-columnmenu {
353
356
  top: 35px;
354
357
  }
355
358
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -682,6 +685,9 @@
682
685
  line-height: 10px;
683
686
  vertical-align: middle;
684
687
  }
688
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
689
+ pointer-events: none;
690
+ }
685
691
  .e-gantt .e-gantt-chart {
686
692
  height: 100%;
687
693
  overflow: hidden;
@@ -1561,6 +1567,9 @@
1561
1567
  border-color: #4b5563;
1562
1568
  border-radius: 0px;
1563
1569
  }
1570
+ .e-gantt .e-grid .e-spinner-pane {
1571
+ display: none;
1572
+ }
1564
1573
  .e-gantt .e-cloneproperties.e-draganddrop {
1565
1574
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1566
1575
  opacity: 0.95;
@@ -1605,6 +1614,9 @@
1605
1614
  background: #6b7280;
1606
1615
  opacity: 0.9;
1607
1616
  }
1617
+ .e-gantt .e-taskbar-resize-div {
1618
+ border-color: #22d3ee;
1619
+ }
1608
1620
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1609
1621
  background: #232e3e;
1610
1622
  border-bottom-color: #4b5563;
@@ -1652,7 +1664,7 @@
1652
1664
  outline-color: #6b7280;
1653
1665
  }
1654
1666
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1655
- background-color: #0891b2;
1667
+ background: #0891b2;
1656
1668
  outline: 1px solid #22d3ee;
1657
1669
  border-radius: 4px;
1658
1670
  }
@@ -1686,10 +1698,10 @@
1686
1698
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1687
1699
  background-color: #22d3ee;
1688
1700
  border: 0px;
1689
- border-radius: 4px;
1701
+ border-radius: 3px;
1690
1702
  }
1691
1703
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1692
- background-color: #dcfce7;
1704
+ background: #dcfce7;
1693
1705
  outline: 1px solid #22c55e;
1694
1706
  }
1695
1707
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1697,7 +1709,7 @@
1697
1709
  }
1698
1710
  .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
1699
1711
  background-color: #22c55e;
1700
- border: 0px;
1712
+ outline: 0px;
1701
1713
  }
1702
1714
  .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1703
1715
  background-color: #22c55e;
@@ -1757,6 +1769,18 @@
1757
1769
  .e-gantt .e-gantt-chart .e-line {
1758
1770
  border-color: #22d3ee;
1759
1771
  }
1772
+ .e-gantt .e-gantt-chart .e-connector-line {
1773
+ stroke: #22d3ee;
1774
+ }
1775
+ .e-gantt .e-gantt-chart .e-critical-line {
1776
+ stroke: #f87171;
1777
+ }
1778
+ .e-gantt .e-gantt-chart .e-connector-line-arrow {
1779
+ fill: #22d3ee;
1780
+ }
1781
+ .e-gantt .e-gantt-chart .e-critical-line-arrow {
1782
+ fill: #f87171;
1783
+ }
1760
1784
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1761
1785
  border-left-color: #22d3ee;
1762
1786
  }
@@ -1808,7 +1832,10 @@
1808
1832
  padding-right: 25px;
1809
1833
  }
1810
1834
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
1811
- margin-left: 2px;
1835
+ margin-left: 3px;
1836
+ }
1837
+ .e-gantt .e-gantt-chart .e-connectorpoint-left {
1838
+ margin-right: 3px;
1812
1839
  }
1813
1840
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1814
1841
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
@@ -1842,23 +1869,16 @@
1842
1869
  .e-gantt .e-gantt-chart .e-icon {
1843
1870
  color: #000;
1844
1871
  }
1845
- .e-gantt .e-gantt-chart .e-milestone-top {
1846
- border-bottom-color: #9ca3af;
1847
- }
1848
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1849
- border-top-color: #9ca3af;
1850
- }
1851
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1852
- border-bottom-color: #9ca3af;
1853
- }
1854
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1855
- border-top-color: #9ca3af;
1872
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1873
+ background-color: #9ca3af;
1874
+ border-color: #22d3ee;
1856
1875
  }
1857
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1858
- border-bottom-color: #9ca3af;
1876
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1877
+ background-color: #9ca3af;
1859
1878
  }
1860
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1861
- border-top-color: #9ca3af;
1879
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1880
+ background-color: #9ca3af;
1881
+ border-color: #22d3ee;
1862
1882
  }
1863
1883
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1864
1884
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1878,11 +1898,8 @@
1878
1898
  .e-gantt .e-gantt-chart .e-baseline-bar {
1879
1899
  background-color: #f97316;
1880
1900
  }
1881
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1882
- border-bottom-color: #f97316;
1883
- }
1884
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1885
- border-top-color: #f97316;
1901
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1902
+ background-color: #f97316;
1886
1903
  }
1887
1904
  .e-gantt .e-gantt-chart .e-uptail::before {
1888
1905
  border-bottom-color: #4b5563;
@@ -1936,11 +1953,8 @@
1936
1953
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1937
1954
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1938
1955
  }
1939
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1940
- border-bottom-color: #0891b2 !important; /* stylelint-disable-line declaration-no-important */
1941
- }
1942
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1943
- border-top-color: #0891b2 !important; /* stylelint-disable-line declaration-no-important */
1956
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1957
+ background-color: #0891b2 !important; /* stylelint-disable-line declaration-no-important */
1944
1958
  }
1945
1959
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1946
1960
  background-color: #6b7280 !important; /* stylelint-disable-line declaration-no-important */
@@ -1954,21 +1968,15 @@
1954
1968
  background: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1955
1969
  border: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1956
1970
  }
1957
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1958
- border-bottom-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1959
- }
1960
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1961
- border-top-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1971
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
1972
+ background-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1962
1973
  }
1963
1974
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1964
1975
  background: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
1965
1976
  border: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
1966
1977
  }
1967
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1968
- border-bottom-color: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
1969
- }
1970
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1971
- border-top-color: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
1978
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
1979
+ background-color: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
1972
1980
  }
1973
1981
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1974
1982
  border-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
@@ -2068,15 +2076,16 @@
2068
2076
  }
2069
2077
 
2070
2078
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2071
- background-color: #fee2e2;
2072
- border: 1px solid #fee2e2;
2079
+ background: #fee2e2;
2080
+ outline: 1px solid #fee2e2;
2073
2081
  border-radius: 4px;
2074
2082
  }
2075
2083
 
2076
2084
  .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2077
2085
  background-color: #f87171;
2078
2086
  border: 0px;
2079
- border-radius: 4px;
2087
+ position: absolute;
2088
+ border-radius: 3px;
2080
2089
  }
2081
2090
 
2082
2091
  .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
@@ -2086,10 +2095,6 @@
2086
2095
  border-radius: 2px;
2087
2096
  }
2088
2097
 
2089
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2090
- border-bottom-color: #f87171;
2091
- }
2092
-
2093
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2094
- border-top-color: #f87171;
2098
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2099
+ background-color: #f87171;
2095
2100
  }
@@ -317,6 +317,12 @@
317
317
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
318
318
  height: 63px !important; /* stylelint-disable-line declaration-no-important */
319
319
  }
320
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
321
+ padding-left: 0px;
322
+ }
323
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
324
+ display: block;
325
+ }
320
326
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
321
327
  padding: 16px 4px 16px 24px !important; /* stylelint-disable-line declaration-no-important */
322
328
  }
@@ -339,9 +345,6 @@
339
345
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
340
346
  line-height: 28px;
341
347
  }
342
- .e-bigger .e-gantt .e-filter-popup.e-popup {
343
- width: 319px !important;
344
- }
345
348
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
346
349
  padding: 24px 0 0 !important;
347
350
  }
@@ -349,7 +352,7 @@
349
352
  border-radius: 6px !important;
350
353
  padding: 23px 24px 15px 24px !important;
351
354
  }
352
- .e-bigger .e-grid .e-columnmenu {
355
+ .e-bigger .e-gantt .e-grid .e-columnmenu {
353
356
  top: 35px;
354
357
  }
355
358
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -682,6 +685,9 @@
682
685
  line-height: 10px;
683
686
  vertical-align: middle;
684
687
  }
688
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
689
+ pointer-events: none;
690
+ }
685
691
  .e-gantt .e-gantt-chart {
686
692
  height: 100%;
687
693
  overflow: hidden;
@@ -1561,6 +1567,9 @@
1561
1567
  border-color: #e5e7eb;
1562
1568
  border-radius: 0px;
1563
1569
  }
1570
+ .e-gantt .e-grid .e-spinner-pane {
1571
+ display: none;
1572
+ }
1564
1573
  .e-gantt .e-cloneproperties.e-draganddrop {
1565
1574
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1566
1575
  opacity: 0.95;
@@ -1605,6 +1614,9 @@
1605
1614
  background: #e5e7eb;
1606
1615
  opacity: 0.9;
1607
1616
  }
1617
+ .e-gantt .e-taskbar-resize-div {
1618
+ border-color: #4f46e5;
1619
+ }
1608
1620
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1609
1621
  background: #f9fafb;
1610
1622
  border-bottom-color: #e5e7eb;
@@ -1652,7 +1664,7 @@
1652
1664
  outline-color: #d1d5db;
1653
1665
  }
1654
1666
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1655
- background-color: #818cf8;
1667
+ background: #818cf8;
1656
1668
  outline: 1px solid #4f46e5;
1657
1669
  border-radius: 4px;
1658
1670
  }
@@ -1686,10 +1698,10 @@
1686
1698
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1687
1699
  background-color: #4f46e5;
1688
1700
  border: 0px;
1689
- border-radius: 4px;
1701
+ border-radius: 3px;
1690
1702
  }
1691
1703
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1692
- background-color: #dcfce7;
1704
+ background: #dcfce7;
1693
1705
  outline: 1px solid #15803d;
1694
1706
  }
1695
1707
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1697,7 +1709,7 @@
1697
1709
  }
1698
1710
  .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
1699
1711
  background-color: #15803d;
1700
- border: 0px;
1712
+ outline: 0px;
1701
1713
  }
1702
1714
  .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1703
1715
  background-color: #15803d;
@@ -1757,6 +1769,18 @@
1757
1769
  .e-gantt .e-gantt-chart .e-line {
1758
1770
  border-color: #4f46e5;
1759
1771
  }
1772
+ .e-gantt .e-gantt-chart .e-connector-line {
1773
+ stroke: #4f46e5;
1774
+ }
1775
+ .e-gantt .e-gantt-chart .e-critical-line {
1776
+ stroke: #dc2626;
1777
+ }
1778
+ .e-gantt .e-gantt-chart .e-connector-line-arrow {
1779
+ fill: #4f46e5;
1780
+ }
1781
+ .e-gantt .e-gantt-chart .e-critical-line-arrow {
1782
+ fill: #dc2626;
1783
+ }
1760
1784
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1761
1785
  border-left-color: #4f46e5;
1762
1786
  }
@@ -1808,7 +1832,10 @@
1808
1832
  padding-right: 25px;
1809
1833
  }
1810
1834
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
1811
- margin-left: 2px;
1835
+ margin-left: 3px;
1836
+ }
1837
+ .e-gantt .e-gantt-chart .e-connectorpoint-left {
1838
+ margin-right: 3px;
1812
1839
  }
1813
1840
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1814
1841
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
@@ -1842,23 +1869,16 @@
1842
1869
  .e-gantt .e-gantt-chart .e-icon {
1843
1870
  color: #fff;
1844
1871
  }
1845
- .e-gantt .e-gantt-chart .e-milestone-top {
1846
- border-bottom-color: #9ca3af;
1847
- }
1848
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1849
- border-top-color: #9ca3af;
1850
- }
1851
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1852
- border-bottom-color: #9ca3af;
1853
- }
1854
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1855
- border-top-color: #9ca3af;
1872
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1873
+ background-color: #9ca3af;
1874
+ border-color: #4f46e5;
1856
1875
  }
1857
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1858
- border-bottom-color: #9ca3af;
1876
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1877
+ background-color: #9ca3af;
1859
1878
  }
1860
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1861
- border-top-color: #9ca3af;
1879
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1880
+ background-color: #9ca3af;
1881
+ border-color: #4f46e5;
1862
1882
  }
1863
1883
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1864
1884
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1878,11 +1898,8 @@
1878
1898
  .e-gantt .e-gantt-chart .e-baseline-bar {
1879
1899
  background-color: #c2410c;
1880
1900
  }
1881
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1882
- border-bottom-color: #c2410c;
1883
- }
1884
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1885
- border-top-color: #c2410c;
1901
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1902
+ background-color: #c2410c;
1886
1903
  }
1887
1904
  .e-gantt .e-gantt-chart .e-uptail::before {
1888
1905
  border-bottom-color: #e5e7eb;
@@ -1936,11 +1953,8 @@
1936
1953
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1937
1954
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1938
1955
  }
1939
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1940
- border-bottom-color: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
1941
- }
1942
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1943
- border-top-color: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
1956
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1957
+ background-color: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
1944
1958
  }
1945
1959
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1946
1960
  background-color: #d1d5db !important; /* stylelint-disable-line declaration-no-important */
@@ -1954,21 +1968,15 @@
1954
1968
  background: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
1955
1969
  border: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
1956
1970
  }
1957
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1958
- border-bottom-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
1959
- }
1960
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1961
- border-top-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
1971
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
1972
+ background-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
1962
1973
  }
1963
1974
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1964
1975
  background: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
1965
1976
  border: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
1966
1977
  }
1967
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1968
- border-bottom-color: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
1969
- }
1970
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1971
- border-top-color: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
1978
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
1979
+ background-color: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
1972
1980
  }
1973
1981
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1974
1982
  border-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
@@ -2068,15 +2076,16 @@
2068
2076
  }
2069
2077
 
2070
2078
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2071
- background-color: #fee2e2;
2072
- border: 1px solid #fee2e2;
2079
+ background: #fee2e2;
2080
+ outline: 1px solid #fee2e2;
2073
2081
  border-radius: 4px;
2074
2082
  }
2075
2083
 
2076
2084
  .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2077
2085
  background-color: #dc2626;
2078
2086
  border: 0px;
2079
- border-radius: 4px;
2087
+ position: absolute;
2088
+ border-radius: 3px;
2080
2089
  }
2081
2090
 
2082
2091
  .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
@@ -2086,10 +2095,6 @@
2086
2095
  border-radius: 2px;
2087
2096
  }
2088
2097
 
2089
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2090
- border-bottom-color: #dc2626;
2091
- }
2092
-
2093
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2094
- border-top-color: #dc2626;
2098
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2099
+ background-color: #dc2626;
2095
2100
  }