@syncfusion/ej2-vue-gantt 21.2.9 → 22.1.34

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 +26 -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 +1 -1
  5. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-gantt.es5.js +1 -1
  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 +7 -7
  10. package/src/gantt/gantt.component.js +1 -1
  11. package/styles/bootstrap-dark.css +27 -47
  12. package/styles/bootstrap.css +29 -49
  13. package/styles/bootstrap4.css +29 -49
  14. package/styles/bootstrap5-dark.css +27 -47
  15. package/styles/bootstrap5.css +27 -47
  16. package/styles/fabric-dark.css +27 -47
  17. package/styles/fabric.css +27 -47
  18. package/styles/fluent-dark.css +28 -47
  19. package/styles/fluent.css +28 -47
  20. package/styles/gantt/bootstrap-dark.css +27 -47
  21. package/styles/gantt/bootstrap.css +29 -49
  22. package/styles/gantt/bootstrap4.css +29 -49
  23. package/styles/gantt/bootstrap5-dark.css +27 -47
  24. package/styles/gantt/bootstrap5.css +27 -47
  25. package/styles/gantt/fabric-dark.css +27 -47
  26. package/styles/gantt/fabric.css +27 -47
  27. package/styles/gantt/fluent-dark.css +28 -47
  28. package/styles/gantt/fluent.css +28 -47
  29. package/styles/gantt/highcontrast-light.css +27 -47
  30. package/styles/gantt/highcontrast.css +27 -47
  31. package/styles/gantt/material-dark.css +27 -47
  32. package/styles/gantt/material.css +27 -47
  33. package/styles/gantt/material3-dark.css +2184 -0
  34. package/styles/gantt/material3-dark.scss +2 -0
  35. package/styles/gantt/material3.css +2240 -0
  36. package/styles/gantt/material3.scss +2 -0
  37. package/styles/gantt/tailwind-dark.css +27 -47
  38. package/styles/gantt/tailwind.css +27 -47
  39. package/styles/highcontrast-light.css +27 -47
  40. package/styles/highcontrast.css +27 -47
  41. package/styles/material-dark.css +27 -47
  42. package/styles/material.css +27 -47
  43. package/styles/material3-dark.css +2184 -0
  44. package/styles/material3-dark.scss +2 -0
  45. package/styles/material3.css +2240 -0
  46. package/styles/material3.scss +2 -0
  47. package/styles/tailwind-dark.css +27 -47
  48. package/styles/tailwind.css +27 -47
@@ -291,9 +291,6 @@
291
291
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
292
292
  line-height: 28px;
293
293
  }
294
- .e-bigger .e-gantt .e-filter-popup.e-popup {
295
- width: 350px !important;
296
- }
297
294
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
298
295
  padding: 16px 0 0 !important;
299
296
  }
@@ -631,6 +628,9 @@
631
628
  line-height: 10px;
632
629
  vertical-align: middle;
633
630
  }
631
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
632
+ pointer-events: none;
633
+ }
634
634
  .e-gantt .e-gantt-chart {
635
635
  height: 100%;
636
636
  overflow: hidden;
@@ -1553,6 +1553,9 @@
1553
1553
  background: rgb(209, 235, 255);
1554
1554
  opacity: 1;
1555
1555
  }
1556
+ .e-gantt .e-taskbar-resize-div {
1557
+ border-color: #0078d6;
1558
+ }
1556
1559
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1557
1560
  background: #fff;
1558
1561
  border-bottom-color: #eaeaea;
@@ -1600,7 +1603,7 @@
1600
1603
  outline-color: #666;
1601
1604
  }
1602
1605
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1603
- background-color: #0078d6;
1606
+ background: #0078d6;
1604
1607
  outline: 1px solid #005ba3;
1605
1608
  border-radius: 0px;
1606
1609
  }
@@ -1637,7 +1640,7 @@
1637
1640
  border-radius: 3px;
1638
1641
  }
1639
1642
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1640
- background-color: #9A38BA;
1643
+ background: #9A38BA;
1641
1644
  outline: 1px solid #6D1888;
1642
1645
  }
1643
1646
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1805,23 +1808,16 @@
1805
1808
  .e-gantt .e-gantt-chart .e-icon {
1806
1809
  color: #fff;
1807
1810
  }
1808
- .e-gantt .e-gantt-chart .e-milestone-top {
1809
- border-bottom-color: #505050;
1810
- }
1811
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1812
- border-top-color: #505050;
1813
- }
1814
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1815
- border-bottom-color: #505050;
1816
- }
1817
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1818
- border-top-color: #505050;
1811
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1812
+ background-color: #505050;
1813
+ border-color: #005ba3;
1819
1814
  }
1820
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1821
- border-bottom-color: #989A9C;
1815
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1816
+ background-color: #505050;
1822
1817
  }
1823
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1824
- border-top-color: #989A9C;
1818
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1819
+ background-color: #989A9C;
1820
+ border-color: #005ba3;
1825
1821
  }
1826
1822
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1827
1823
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1841,11 +1837,8 @@
1841
1837
  .e-gantt .e-gantt-chart .e-baseline-bar {
1842
1838
  background-color: #d83b01;
1843
1839
  }
1844
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1845
- border-bottom-color: #d83b01;
1846
- }
1847
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1848
- border-top-color: #d83b01;
1840
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1841
+ background-color: #d83b01;
1849
1842
  }
1850
1843
  .e-gantt .e-gantt-chart .e-uptail::before {
1851
1844
  border-bottom-color: #e0e0e0;
@@ -1899,11 +1892,8 @@
1899
1892
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1900
1893
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1901
1894
  }
1902
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1903
- border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1904
- }
1905
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1906
- border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1895
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1896
+ background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1907
1897
  }
1908
1898
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1909
1899
  background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
@@ -1917,21 +1907,15 @@
1917
1907
  background: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
1918
1908
  border: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
1919
1909
  }
1920
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1921
- border-bottom-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
1922
- }
1923
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1924
- border-top-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
1910
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
1911
+ background-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
1925
1912
  }
1926
1913
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1927
1914
  background: #3daaff !important; /* stylelint-disable-line declaration-no-important */
1928
1915
  border: #3daaff !important; /* stylelint-disable-line declaration-no-important */
1929
1916
  }
1930
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1931
- border-bottom-color: #3daaff !important; /* stylelint-disable-line declaration-no-important */
1932
- }
1933
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1934
- border-top-color: #3daaff !important; /* stylelint-disable-line declaration-no-important */
1917
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
1918
+ background-color: #3daaff !important; /* stylelint-disable-line declaration-no-important */
1935
1919
  }
1936
1920
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1937
1921
  border-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
@@ -2031,7 +2015,7 @@
2031
2015
  }
2032
2016
 
2033
2017
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2034
- background-color: #f3d8da;
2018
+ background: #f3d8da;
2035
2019
  outline: 1px solid #f3d8da;
2036
2020
  border-radius: 0px;
2037
2021
  }
@@ -2050,10 +2034,6 @@
2050
2034
  border-radius: 0px;
2051
2035
  }
2052
2036
 
2053
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2054
- border-bottom-color: #D13438;
2055
- }
2056
-
2057
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2058
- border-top-color: #D13438;
2037
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2038
+ background-color: #D13438;
2059
2039
  }
@@ -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;
@@ -1630,6 +1631,9 @@
1630
1631
  background: #292827;
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: #1b1a19;
1635
1639
  border-bottom-color: #292827;
@@ -1677,7 +1681,7 @@
1677
1681
  outline-color: #a19f9d;
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: #1b1a19;
1884
1888
  }
1885
- .e-gantt .e-gantt-chart .e-milestone-top {
1886
- border-bottom-color: #3b3a39;
1887
- }
1888
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1889
- border-top-color: #3b3a39;
1890
- }
1891
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1892
- border-bottom-color: #3b3a39;
1893
- }
1894
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1895
- border-top-color: #3b3a39;
1889
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1890
+ background-color: #3b3a39;
1891
+ border-color: #0078d4;
1896
1892
  }
1897
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1898
- border-bottom-color: #3b3a39;
1893
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1894
+ background-color: #3b3a39;
1899
1895
  }
1900
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1901
- border-top-color: #3b3a39;
1896
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1897
+ background-color: #3b3a39;
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: #292827;
@@ -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: #005a9e !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: #005a9e !important; /* stylelint-disable-line declaration-no-important */
1973
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1974
+ background-color: #005a9e !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: #323130 !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
  }
@@ -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;
@@ -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;
@@ -1538,6 +1538,9 @@
1538
1538
  background: #400074;
1539
1539
  opacity: 1;
1540
1540
  }
1541
+ .e-gantt .e-taskbar-resize-div {
1542
+ border-color: #29c400;
1543
+ }
1541
1544
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1542
1545
  background: #fff;
1543
1546
  border-bottom-color: #757575;
@@ -1585,7 +1588,7 @@
1585
1588
  outline-color: #757575;
1586
1589
  }
1587
1590
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1588
- background-color: #3e047d;
1591
+ background: #3e047d;
1589
1592
  outline: 1px solid #000;
1590
1593
  border-radius: 0px;
1591
1594
  }
@@ -1622,7 +1625,7 @@
1622
1625
  border-radius: 3px;
1623
1626
  }
1624
1627
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1625
- background-color: #8dd1c4;
1628
+ background: #8dd1c4;
1626
1629
  outline: #4fb29f;
1627
1630
  }
1628
1631
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1790,23 +1793,16 @@
1790
1793
  .e-gantt .e-gantt-chart .e-icon {
1791
1794
  color: #000;
1792
1795
  }
1793
- .e-gantt .e-gantt-chart .e-milestone-top {
1794
- border-bottom-color: #000;
1795
- }
1796
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1797
- border-top-color: #000;
1798
- }
1799
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1800
- border-bottom-color: #005201;
1801
- }
1802
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1803
- border-top-color: #005201;
1796
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1797
+ background-color: #000;
1798
+ border-color: #6e06f1;
1804
1799
  }
1805
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1806
- border-bottom-color: #989A9C;
1800
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1801
+ background-color: #005201;
1807
1802
  }
1808
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1809
- border-top-color: #989A9C;
1803
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1804
+ background-color: #989A9C;
1805
+ border-color: #6e06f1;
1810
1806
  }
1811
1807
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1812
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%);
@@ -1826,11 +1822,8 @@
1826
1822
  .e-gantt .e-gantt-chart .e-baseline-bar {
1827
1823
  background-color: #ff7d1a;
1828
1824
  }
1829
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1830
- border-bottom-color: #ff7d1a;
1831
- }
1832
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1833
- border-top-color: #ff7d1a;
1825
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1826
+ background-color: #ff7d1a;
1834
1827
  }
1835
1828
  .e-gantt .e-gantt-chart .e-uptail::before {
1836
1829
  border-bottom-color: #e0e0e0;
@@ -1884,11 +1877,8 @@
1884
1877
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1885
1878
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1886
1879
  }
1887
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1888
- border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1889
- }
1890
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1891
- 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 */
1892
1882
  }
1893
1883
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1894
1884
  background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
@@ -1902,21 +1892,15 @@
1902
1892
  background: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
1903
1893
  border: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
1904
1894
  }
1905
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1906
- border-bottom-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
1907
- }
1908
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1909
- 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 */
1910
1897
  }
1911
1898
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1912
1899
  background: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
1913
1900
  border: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
1914
1901
  }
1915
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1916
- border-bottom-color: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
1917
- }
1918
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1919
- 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 */
1920
1904
  }
1921
1905
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1922
1906
  border-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
@@ -2016,7 +2000,7 @@
2016
2000
  }
2017
2001
 
2018
2002
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2019
- background-color: #F3D8DA;
2003
+ background: #F3D8DA;
2020
2004
  outline: 1px solid #F3D8DA;
2021
2005
  border-radius: 0px;
2022
2006
  }
@@ -2035,10 +2019,6 @@
2035
2019
  border-radius: 0px;
2036
2020
  }
2037
2021
 
2038
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2039
- border-bottom-color: #D13438;
2040
- }
2041
-
2042
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2043
- border-top-color: #D13438;
2022
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2023
+ background-color: #D13438;
2044
2024
  }