@syncfusion/ej2-vue-gantt 21.1.35 → 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 (48) hide show
  1. package/CHANGELOG.md +164 -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 +2 -2
  5. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-gantt.es5.js +2 -2
  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 +10 -9
  10. package/src/gantt/gantt.component.js +2 -2
  11. package/styles/bootstrap-dark.css +31 -47
  12. package/styles/bootstrap.css +33 -49
  13. package/styles/bootstrap4.css +33 -49
  14. package/styles/bootstrap5-dark.css +31 -47
  15. package/styles/bootstrap5.css +31 -47
  16. package/styles/fabric-dark.css +31 -47
  17. package/styles/fabric.css +31 -47
  18. package/styles/fluent-dark.css +31 -50
  19. package/styles/fluent.css +31 -50
  20. package/styles/gantt/bootstrap-dark.css +31 -47
  21. package/styles/gantt/bootstrap.css +33 -49
  22. package/styles/gantt/bootstrap4.css +33 -49
  23. package/styles/gantt/bootstrap5-dark.css +31 -47
  24. package/styles/gantt/bootstrap5.css +31 -47
  25. package/styles/gantt/fabric-dark.css +31 -47
  26. package/styles/gantt/fabric.css +31 -47
  27. package/styles/gantt/fluent-dark.css +31 -50
  28. package/styles/gantt/fluent.css +31 -50
  29. package/styles/gantt/highcontrast-light.css +31 -47
  30. package/styles/gantt/highcontrast.css +31 -47
  31. package/styles/gantt/material-dark.css +31 -47
  32. package/styles/gantt/material.css +31 -47
  33. package/styles/gantt/material3-dark.css +2193 -0
  34. package/styles/gantt/material3-dark.scss +2 -0
  35. package/styles/gantt/material3.css +2249 -0
  36. package/styles/gantt/material3.scss +2 -0
  37. package/styles/gantt/tailwind-dark.css +31 -47
  38. package/styles/gantt/tailwind.css +31 -47
  39. package/styles/highcontrast-light.css +31 -47
  40. package/styles/highcontrast.css +31 -47
  41. package/styles/material-dark.css +31 -47
  42. package/styles/material.css +31 -47
  43. package/styles/material3-dark.css +2193 -0
  44. package/styles/material3-dark.scss +2 -0
  45. package/styles/material3.css +2249 -0
  46. package/styles/material3.scss +2 -0
  47. package/styles/tailwind-dark.css +31 -47
  48. package/styles/tailwind.css +31 -47
@@ -362,9 +362,6 @@
362
362
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
363
363
  line-height: 28px;
364
364
  }
365
- .e-bigger .e-gantt .e-filter-popup.e-popup {
366
- width: 392px !important;
367
- }
368
365
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
369
366
  padding: 28px 0 0 !important;
370
367
  }
@@ -411,6 +408,7 @@
411
408
  border-radius: 50%;
412
409
  height: auto !important; /* stylelint-disable-line declaration-no-important */
413
410
  width: auto;
411
+ margin-right: 6px;
414
412
  }
415
413
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
416
414
  margin-left: 16px !important;
@@ -704,6 +702,9 @@
704
702
  line-height: 10px;
705
703
  vertical-align: middle;
706
704
  }
705
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
706
+ pointer-events: none;
707
+ }
707
708
  .e-gantt .e-gantt-chart {
708
709
  height: 100%;
709
710
  overflow: hidden;
@@ -1301,9 +1302,6 @@
1301
1302
  outline: 1px solid;
1302
1303
  outline-offset: 2px;
1303
1304
  }
1304
- .e-gantt .e-dialog.e-filter-popup .e-footer-content {
1305
- padding-top: 0;
1306
- }
1307
1305
 
1308
1306
  .e-gantt-dialog .e-tab .e-tab-header {
1309
1307
  padding-left: 0px;
@@ -1586,6 +1584,9 @@
1586
1584
  border-color: #edebe9;
1587
1585
  border-radius: 0px;
1588
1586
  }
1587
+ .e-gantt .e-grid .e-spinner-pane {
1588
+ display: none;
1589
+ }
1589
1590
  .e-gantt .e-cloneproperties.e-draganddrop {
1590
1591
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1591
1592
  opacity: 0.95;
@@ -1630,6 +1631,9 @@
1630
1631
  background: #edebe9;
1631
1632
  opacity: 0.9;
1632
1633
  }
1634
+ .e-gantt .e-taskbar-resize-div {
1635
+ border-color: #0078d4;
1636
+ }
1633
1637
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1634
1638
  background: #fff;
1635
1639
  border-bottom-color: #edebe9;
@@ -1677,7 +1681,7 @@
1677
1681
  outline-color: #605e5c;
1678
1682
  }
1679
1683
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1680
- background-color: #6ec0ff;
1684
+ background: #6ec0ff;
1681
1685
  outline: 1px solid #0078d4;
1682
1686
  border-radius: 4px;
1683
1687
  }
@@ -1714,7 +1718,7 @@
1714
1718
  border-radius: 3px;
1715
1719
  }
1716
1720
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1717
- background-color: #dff6dd;
1721
+ background: #dff6dd;
1718
1722
  outline: 1px solid #0b6a0b;
1719
1723
  }
1720
1724
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1882,23 +1886,16 @@
1882
1886
  .e-gantt .e-gantt-chart .e-icon {
1883
1887
  color: #fff;
1884
1888
  }
1885
- .e-gantt .e-gantt-chart .e-milestone-top {
1886
- border-bottom-color: #d2d0ce;
1887
- }
1888
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1889
- border-top-color: #d2d0ce;
1890
- }
1891
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1892
- border-bottom-color: #d2d0ce;
1893
- }
1894
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1895
- border-top-color: #d2d0ce;
1889
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1890
+ background-color: #d2d0ce;
1891
+ border-color: #0078d4;
1896
1892
  }
1897
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1898
- border-bottom-color: #d2d0ce;
1893
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1894
+ background-color: #d2d0ce;
1899
1895
  }
1900
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1901
- border-top-color: #d2d0ce;
1896
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1897
+ background-color: #d2d0ce;
1898
+ border-color: #0078d4;
1902
1899
  }
1903
1900
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1904
1901
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1918,11 +1915,8 @@
1918
1915
  .e-gantt .e-gantt-chart .e-baseline-bar {
1919
1916
  background-color: #ca5010;
1920
1917
  }
1921
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1922
- border-bottom-color: #ca5010;
1923
- }
1924
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1925
- border-top-color: #ca5010;
1918
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1919
+ background-color: #ca5010;
1926
1920
  }
1927
1921
  .e-gantt .e-gantt-chart .e-uptail::before {
1928
1922
  border-bottom-color: #edebe9;
@@ -1976,11 +1970,8 @@
1976
1970
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1977
1971
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1978
1972
  }
1979
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1980
- border-bottom-color: #c7e0f4 !important; /* stylelint-disable-line declaration-no-important */
1981
- }
1982
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1983
- border-top-color: #c7e0f4 !important; /* stylelint-disable-line declaration-no-important */
1973
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1974
+ background-color: #c7e0f4 !important; /* stylelint-disable-line declaration-no-important */
1984
1975
  }
1985
1976
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1986
1977
  background-color: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
@@ -1994,21 +1985,15 @@
1994
1985
  background: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1995
1986
  border: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1996
1987
  }
1997
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1998
- border-bottom-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1999
- }
2000
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
2001
- border-top-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1988
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
1989
+ background-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
2002
1990
  }
2003
1991
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
2004
1992
  background: #3baaff !important; /* stylelint-disable-line declaration-no-important */
2005
1993
  border: #3baaff !important; /* stylelint-disable-line declaration-no-important */
2006
1994
  }
2007
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
2008
- border-bottom-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
2009
- }
2010
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
2011
- border-top-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
1995
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
1996
+ background-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
2012
1997
  }
2013
1998
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
2014
1999
  border-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
@@ -2108,7 +2093,7 @@
2108
2093
  }
2109
2094
 
2110
2095
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2111
- background-color: #fed9cc;
2096
+ background: #fed9cc;
2112
2097
  outline: 1px solid #fed9cc;
2113
2098
  border-radius: 4px;
2114
2099
  }
@@ -2127,10 +2112,6 @@
2127
2112
  border-radius: 4px;
2128
2113
  }
2129
2114
 
2130
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2131
- border-bottom-color: #d13438;
2132
- }
2133
-
2134
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2135
- border-top-color: #d13438;
2115
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2116
+ background-color: #d13438;
2136
2117
  }
@@ -276,9 +276,6 @@
276
276
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
277
277
  line-height: 28px;
278
278
  }
279
- .e-bigger .e-gantt .e-filter-popup.e-popup {
280
- width: 307px !important;
281
- }
282
279
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
283
280
  padding: 20px 0 0 !important;
284
281
  }
@@ -616,6 +613,9 @@
616
613
  line-height: 10px;
617
614
  vertical-align: middle;
618
615
  }
616
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
617
+ pointer-events: none;
618
+ }
619
619
  .e-gantt .e-gantt-chart {
620
620
  height: 100%;
621
621
  overflow: hidden;
@@ -1213,6 +1213,7 @@
1213
1213
  outline: 1px solid;
1214
1214
  outline-offset: 2px;
1215
1215
  }
1216
+
1216
1217
  .e-gantt-dialog .e-tab .e-tab-header {
1217
1218
  padding-left: 0px;
1218
1219
  }
@@ -1490,6 +1491,9 @@
1490
1491
  border-color: #757575;
1491
1492
  border-radius: 0px;
1492
1493
  }
1494
+ .e-gantt .e-grid .e-spinner-pane {
1495
+ display: none;
1496
+ }
1493
1497
  .e-gantt .e-cloneproperties.e-draganddrop {
1494
1498
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
1495
1499
  opacity: 0.95;
@@ -1534,6 +1538,9 @@
1534
1538
  background: #400074;
1535
1539
  opacity: 1;
1536
1540
  }
1541
+ .e-gantt .e-taskbar-resize-div {
1542
+ border-color: #29c400;
1543
+ }
1537
1544
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1538
1545
  background: #fff;
1539
1546
  border-bottom-color: #757575;
@@ -1581,7 +1588,7 @@
1581
1588
  outline-color: #757575;
1582
1589
  }
1583
1590
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1584
- background-color: #3e047d;
1591
+ background: #3e047d;
1585
1592
  outline: 1px solid #000;
1586
1593
  border-radius: 0px;
1587
1594
  }
@@ -1618,7 +1625,7 @@
1618
1625
  border-radius: 3px;
1619
1626
  }
1620
1627
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1621
- background-color: #8dd1c4;
1628
+ background: #8dd1c4;
1622
1629
  outline: #4fb29f;
1623
1630
  }
1624
1631
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1786,23 +1793,16 @@
1786
1793
  .e-gantt .e-gantt-chart .e-icon {
1787
1794
  color: #000;
1788
1795
  }
1789
- .e-gantt .e-gantt-chart .e-milestone-top {
1790
- border-bottom-color: #000;
1791
- }
1792
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1793
- border-top-color: #000;
1794
- }
1795
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1796
- border-bottom-color: #005201;
1797
- }
1798
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1799
- border-top-color: #005201;
1796
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1797
+ background-color: #000;
1798
+ border-color: #6e06f1;
1800
1799
  }
1801
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1802
- border-bottom-color: #989A9C;
1800
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1801
+ background-color: #005201;
1803
1802
  }
1804
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1805
- border-top-color: #989A9C;
1803
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1804
+ background-color: #989A9C;
1805
+ border-color: #6e06f1;
1806
1806
  }
1807
1807
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1808
1808
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1822,11 +1822,8 @@
1822
1822
  .e-gantt .e-gantt-chart .e-baseline-bar {
1823
1823
  background-color: #ff7d1a;
1824
1824
  }
1825
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1826
- border-bottom-color: #ff7d1a;
1827
- }
1828
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1829
- border-top-color: #ff7d1a;
1825
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1826
+ background-color: #ff7d1a;
1830
1827
  }
1831
1828
  .e-gantt .e-gantt-chart .e-uptail::before {
1832
1829
  border-bottom-color: #e0e0e0;
@@ -1880,11 +1877,8 @@
1880
1877
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1881
1878
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1882
1879
  }
1883
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1884
- border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1885
- }
1886
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1887
- border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1880
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1881
+ background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1888
1882
  }
1889
1883
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1890
1884
  background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
@@ -1898,21 +1892,15 @@
1898
1892
  background: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
1899
1893
  border: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
1900
1894
  }
1901
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1902
- border-bottom-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
1903
- }
1904
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1905
- border-top-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
1895
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
1896
+ background-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
1906
1897
  }
1907
1898
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1908
1899
  background: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
1909
1900
  border: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
1910
1901
  }
1911
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1912
- border-bottom-color: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
1913
- }
1914
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1915
- border-top-color: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
1902
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
1903
+ background-color: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
1916
1904
  }
1917
1905
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1918
1906
  border-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
@@ -2012,7 +2000,7 @@
2012
2000
  }
2013
2001
 
2014
2002
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2015
- background-color: #F3D8DA;
2003
+ background: #F3D8DA;
2016
2004
  outline: 1px solid #F3D8DA;
2017
2005
  border-radius: 0px;
2018
2006
  }
@@ -2031,10 +2019,6 @@
2031
2019
  border-radius: 0px;
2032
2020
  }
2033
2021
 
2034
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2035
- border-bottom-color: #D13438;
2036
- }
2037
-
2038
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2039
- border-top-color: #D13438;
2022
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2023
+ background-color: #D13438;
2040
2024
  }
@@ -377,9 +377,6 @@
377
377
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
378
378
  line-height: 28px;
379
379
  }
380
- .e-bigger .e-gantt .e-filter-popup.e-popup {
381
- width: 307px !important;
382
- }
383
380
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
384
381
  padding: 20px 0 0 !important;
385
382
  }
@@ -718,6 +715,9 @@
718
715
  line-height: 10px;
719
716
  vertical-align: middle;
720
717
  }
718
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
719
+ pointer-events: none;
720
+ }
721
721
  .e-gantt .e-gantt-chart {
722
722
  height: 100%;
723
723
  overflow: hidden;
@@ -1315,6 +1315,7 @@
1315
1315
  outline: 1px solid;
1316
1316
  outline-offset: 2px;
1317
1317
  }
1318
+
1318
1319
  .e-gantt-dialog .e-tab .e-tab-header {
1319
1320
  padding-left: 13px;
1320
1321
  }
@@ -1593,6 +1594,9 @@
1593
1594
  border-color: #969696;
1594
1595
  border-radius: 0px;
1595
1596
  }
1597
+ .e-gantt .e-grid .e-spinner-pane {
1598
+ display: none;
1599
+ }
1596
1600
  .e-gantt .e-cloneproperties.e-draganddrop {
1597
1601
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
1598
1602
  opacity: 0.95;
@@ -1637,6 +1641,9 @@
1637
1641
  background: rgba(255, 217, 57, 0.7);
1638
1642
  opacity: 1;
1639
1643
  }
1644
+ .e-gantt .e-taskbar-resize-div {
1645
+ border-color: #29c400;
1646
+ }
1640
1647
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1641
1648
  background: #000;
1642
1649
  border-bottom-color: #969696;
@@ -1684,7 +1691,7 @@
1684
1691
  outline-color: #969696;
1685
1692
  }
1686
1693
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1687
- background-color: #6e06f1;
1694
+ background: #6e06f1;
1688
1695
  outline: 1px solid #fff;
1689
1696
  border-radius: 0px;
1690
1697
  }
@@ -1721,7 +1728,7 @@
1721
1728
  border-radius: 3px;
1722
1729
  }
1723
1730
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1724
- background-color: #4731FE;
1731
+ background: #4731FE;
1725
1732
  outline: 1px solid #FFFFFF;
1726
1733
  }
1727
1734
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1889,23 +1896,16 @@
1889
1896
  .e-gantt .e-gantt-chart .e-icon {
1890
1897
  color: #fff;
1891
1898
  }
1892
- .e-gantt .e-gantt-chart .e-milestone-top {
1893
- border-bottom-color: #fff;
1894
- }
1895
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1896
- border-top-color: #fff;
1897
- }
1898
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1899
- border-bottom-color: #005201;
1900
- }
1901
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1902
- border-top-color: #005201;
1899
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1900
+ background-color: #fff;
1901
+ border-color: #3e047d;
1903
1902
  }
1904
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1905
- border-bottom-color: #989A9C;
1903
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1904
+ background-color: #005201;
1906
1905
  }
1907
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1908
- border-top-color: #989A9C;
1906
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1907
+ background-color: #989A9C;
1908
+ border-color: #3e047d;
1909
1909
  }
1910
1910
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1911
1911
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1925,11 +1925,8 @@
1925
1925
  .e-gantt .e-gantt-chart .e-baseline-bar {
1926
1926
  background-color: #ff7d1a;
1927
1927
  }
1928
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1929
- border-bottom-color: #ff7d1a;
1930
- }
1931
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1932
- border-top-color: #ff7d1a;
1928
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1929
+ background-color: #ff7d1a;
1933
1930
  }
1934
1931
  .e-gantt .e-gantt-chart .e-uptail::before {
1935
1932
  border-bottom-color: #e0e0e0;
@@ -1983,11 +1980,8 @@
1983
1980
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1984
1981
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1985
1982
  }
1986
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1987
- border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1988
- }
1989
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1990
- border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1983
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1984
+ background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1991
1985
  }
1992
1986
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1993
1987
  background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
@@ -2001,21 +1995,15 @@
2001
1995
  background: #3e047d !important; /* stylelint-disable-line declaration-no-important */
2002
1996
  border: #3e047d !important; /* stylelint-disable-line declaration-no-important */
2003
1997
  }
2004
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
2005
- border-bottom-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
2006
- }
2007
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
2008
- border-top-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
1998
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
1999
+ background-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
2009
2000
  }
2010
2001
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
2011
2002
  background: #a662fb !important; /* stylelint-disable-line declaration-no-important */
2012
2003
  border: #a662fb !important; /* stylelint-disable-line declaration-no-important */
2013
2004
  }
2014
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
2015
- border-bottom-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
2016
- }
2017
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
2018
- border-top-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
2005
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
2006
+ background-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
2019
2007
  }
2020
2008
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
2021
2009
  border-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
@@ -2115,7 +2103,7 @@
2115
2103
  }
2116
2104
 
2117
2105
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2118
- background-color: #F3D8DA;
2106
+ background: #F3D8DA;
2119
2107
  outline: 1px solid #F3D8DA;
2120
2108
  border-radius: 0px;
2121
2109
  }
@@ -2134,10 +2122,6 @@
2134
2122
  border-radius: 0px;
2135
2123
  }
2136
2124
 
2137
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2138
- border-bottom-color: #D13438;
2139
- }
2140
-
2141
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2142
- border-top-color: #D13438;
2125
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2126
+ background-color: #D13438;
2143
2127
  }
@@ -336,9 +336,6 @@
336
336
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
337
337
  line-height: 28px;
338
338
  }
339
- .e-bigger .e-gantt .e-filter-popup.e-popup {
340
- width: 350px !important;
341
- }
342
339
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
343
340
  padding: 14px 0 0 !important;
344
341
  }
@@ -676,6 +673,9 @@
676
673
  line-height: 10px;
677
674
  vertical-align: middle;
678
675
  }
676
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
677
+ pointer-events: none;
678
+ }
679
679
  .e-gantt .e-gantt-chart {
680
680
  height: 100%;
681
681
  overflow: hidden;
@@ -1273,6 +1273,7 @@
1273
1273
  outline: 1px solid;
1274
1274
  outline-offset: 2px;
1275
1275
  }
1276
+
1276
1277
  .e-gantt-dialog .e-tab .e-tab-header {
1277
1278
  padding-left: 0px;
1278
1279
  }
@@ -1550,6 +1551,9 @@
1550
1551
  border-color: #616161;
1551
1552
  border-radius: 0px;
1552
1553
  }
1554
+ .e-gantt .e-grid .e-spinner-pane {
1555
+ display: none;
1556
+ }
1553
1557
  .e-gantt .e-cloneproperties.e-draganddrop {
1554
1558
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1555
1559
  opacity: 0.95;
@@ -1594,6 +1598,9 @@
1594
1598
  background: rgba(255, 255, 255, 0.28);
1595
1599
  opacity: 0.87;
1596
1600
  }
1601
+ .e-gantt .e-taskbar-resize-div {
1602
+ border-color: #00b0ff;
1603
+ }
1597
1604
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1598
1605
  background: #303030;
1599
1606
  border-bottom-color: #616161;
@@ -1641,7 +1648,7 @@
1641
1648
  outline-color: rgba(255, 255, 255, 0.5);
1642
1649
  }
1643
1650
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1644
- background-color: #3f51b5;
1651
+ background: #3f51b5;
1645
1652
  outline: 1px solid #7280ce;
1646
1653
  border-radius: 4px;
1647
1654
  }
@@ -1678,7 +1685,7 @@
1678
1685
  border-radius: 3px;
1679
1686
  }
1680
1687
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1681
- background-color: #8dd1c4;
1688
+ background: #8dd1c4;
1682
1689
  outline: #4fb29f;
1683
1690
  }
1684
1691
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1846,23 +1853,16 @@
1846
1853
  .e-gantt .e-gantt-chart .e-icon {
1847
1854
  color: #fff;
1848
1855
  }
1849
- .e-gantt .e-gantt-chart .e-milestone-top {
1850
- border-bottom-color: #dadada;
1851
- }
1852
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1853
- border-top-color: #dadada;
1854
- }
1855
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1856
- border-bottom-color: #4cc7ba;
1857
- }
1858
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1859
- border-top-color: #4cc7ba;
1856
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1857
+ background-color: #dadada;
1858
+ border-color: #7280ce;
1860
1859
  }
1861
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1862
- border-bottom-color: #989A9C;
1860
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1861
+ background-color: #4cc7ba;
1863
1862
  }
1864
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1865
- border-top-color: #989A9C;
1863
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1864
+ background-color: #989A9C;
1865
+ border-color: #7280ce;
1866
1866
  }
1867
1867
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1868
1868
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1882,11 +1882,8 @@
1882
1882
  .e-gantt .e-gantt-chart .e-baseline-bar {
1883
1883
  background-color: #ff9800;
1884
1884
  }
1885
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1886
- border-bottom-color: #ff9800;
1887
- }
1888
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1889
- border-top-color: #ff9800;
1885
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1886
+ background-color: #ff9800;
1890
1887
  }
1891
1888
  .e-gantt .e-gantt-chart .e-uptail::before {
1892
1889
  border-bottom-color: #e0e0e0;
@@ -1940,11 +1937,8 @@
1940
1937
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1941
1938
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1942
1939
  }
1943
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1944
- border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1945
- }
1946
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1947
- border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1940
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1941
+ background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1948
1942
  }
1949
1943
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1950
1944
  background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
@@ -1958,21 +1952,15 @@
1958
1952
  background: #7280ce !important; /* stylelint-disable-line declaration-no-important */
1959
1953
  border: #7280ce !important; /* stylelint-disable-line declaration-no-important */
1960
1954
  }
1961
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1962
- border-bottom-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
1963
- }
1964
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1965
- border-top-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
1955
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
1956
+ background-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
1966
1957
  }
1967
1958
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1968
1959
  background: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
1969
1960
  border: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
1970
1961
  }
1971
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1972
- border-bottom-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
1973
- }
1974
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1975
- border-top-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
1962
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
1963
+ background-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
1976
1964
  }
1977
1965
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1978
1966
  border-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
@@ -2072,7 +2060,7 @@
2072
2060
  }
2073
2061
 
2074
2062
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2075
- background-color: #F3D8DA;
2063
+ background: #F3D8DA;
2076
2064
  outline: 1px solid #F3D8DA;
2077
2065
  border-radius: 4px;
2078
2066
  }
@@ -2091,10 +2079,6 @@
2091
2079
  border-radius: 0px;
2092
2080
  }
2093
2081
 
2094
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2095
- border-bottom-color: #d13438;
2096
- }
2097
-
2098
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2099
- border-top-color: #d13438;
2082
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2083
+ background-color: #d13438;
2100
2084
  }