@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
@@ -381,9 +381,6 @@
381
381
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
382
382
  line-height: 28px;
383
383
  }
384
- .e-bigger .e-gantt .e-filter-popup.e-popup {
385
- width: 350px !important;
386
- }
387
384
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
388
385
  padding: 16px 0 0 !important;
389
386
  }
@@ -721,6 +718,9 @@
721
718
  line-height: 10px;
722
719
  vertical-align: middle;
723
720
  }
721
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
722
+ pointer-events: none;
723
+ }
724
724
  .e-gantt .e-gantt-chart {
725
725
  height: 100%;
726
726
  overflow: hidden;
@@ -1318,6 +1318,7 @@
1318
1318
  outline: 1px solid;
1319
1319
  outline-offset: 2px;
1320
1320
  }
1321
+
1321
1322
  .e-gantt-dialog .e-tab .e-tab-header {
1322
1323
  padding-left: 12px;
1323
1324
  }
@@ -1595,6 +1596,9 @@
1595
1596
  border-color: #444c54;
1596
1597
  border-radius: 0px;
1597
1598
  }
1599
+ .e-gantt .e-grid .e-spinner-pane {
1600
+ display: none;
1601
+ }
1598
1602
  .e-gantt .e-cloneproperties.e-draganddrop {
1599
1603
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1600
1604
  opacity: 0.95;
@@ -1639,6 +1643,9 @@
1639
1643
  background: #3c444b;
1640
1644
  opacity: 0.9;
1641
1645
  }
1646
+ .e-gantt .e-taskbar-resize-div {
1647
+ border-color: #0d6efd;
1648
+ }
1642
1649
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1643
1650
  background: #212529;
1644
1651
  border-bottom-color: #444c54;
@@ -1686,7 +1693,7 @@
1686
1693
  outline-color: #6c757d;
1687
1694
  }
1688
1695
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1689
- background-color: #86b7fe;
1696
+ background: #86b7fe;
1690
1697
  outline: 1px solid #0d6efd;
1691
1698
  border-radius: 4px;
1692
1699
  }
@@ -1723,7 +1730,7 @@
1723
1730
  border-radius: 3px;
1724
1731
  }
1725
1732
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1726
- background-color: #d3f0e2;
1733
+ background: #d3f0e2;
1727
1734
  outline: 1px solid #21b26f;
1728
1735
  }
1729
1736
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1891,23 +1898,16 @@
1891
1898
  .e-gantt .e-gantt-chart .e-icon {
1892
1899
  color: #fff;
1893
1900
  }
1894
- .e-gantt .e-gantt-chart .e-milestone-top {
1895
- border-bottom-color: #adb5bd;
1896
- }
1897
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1898
- border-top-color: #adb5bd;
1899
- }
1900
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1901
- border-bottom-color: #adb5bd;
1902
- }
1903
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1904
- border-top-color: #adb5bd;
1901
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1902
+ background-color: #adb5bd;
1903
+ border-color: #0d6efd;
1905
1904
  }
1906
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1907
- border-bottom-color: #adb5bd;
1905
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1906
+ background-color: #adb5bd;
1908
1907
  }
1909
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1910
- border-top-color: #adb5bd;
1908
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1909
+ background-color: #adb5bd;
1910
+ border-color: #0d6efd;
1911
1911
  }
1912
1912
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1913
1913
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1927,11 +1927,8 @@
1927
1927
  .e-gantt .e-gantt-chart .e-baseline-bar {
1928
1928
  background-color: #ffc107;
1929
1929
  }
1930
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1931
- border-bottom-color: #ffc107;
1932
- }
1933
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1934
- border-top-color: #ffc107;
1930
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1931
+ background-color: #ffc107;
1935
1932
  }
1936
1933
  .e-gantt .e-gantt-chart .e-uptail::before {
1937
1934
  border-bottom-color: #444c54;
@@ -1985,11 +1982,8 @@
1985
1982
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1986
1983
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1987
1984
  }
1988
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1989
- border-bottom-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
1990
- }
1991
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1992
- border-top-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
1985
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1986
+ background-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
1993
1987
  }
1994
1988
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1995
1989
  background-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
@@ -2003,21 +1997,15 @@
2003
1997
  background: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2004
1998
  border: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2005
1999
  }
2006
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
2007
- border-bottom-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2008
- }
2009
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
2010
- border-top-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2000
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
2001
+ background-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2011
2002
  }
2012
2003
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
2013
2004
  background: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2014
2005
  border: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2015
2006
  }
2016
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
2017
- border-bottom-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2018
- }
2019
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
2020
- border-top-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2007
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
2008
+ background-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2021
2009
  }
2022
2010
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
2023
2011
  border-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
@@ -2117,7 +2105,7 @@
2117
2105
  }
2118
2106
 
2119
2107
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2120
- background-color: #fadfe2;
2108
+ background: #fadfe2;
2121
2109
  outline: 1px solid #fadfe2;
2122
2110
  border-radius: 4px;
2123
2111
  }
@@ -2136,10 +2124,6 @@
2136
2124
  border-radius: 4px;
2137
2125
  }
2138
2126
 
2139
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2140
- border-bottom-color: #e4606d;
2141
- }
2142
-
2143
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2144
- border-top-color: #e4606d;
2127
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2128
+ background-color: #e4606d;
2145
2129
  }
@@ -381,9 +381,6 @@
381
381
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
382
382
  line-height: 28px;
383
383
  }
384
- .e-bigger .e-gantt .e-filter-popup.e-popup {
385
- width: 350px !important;
386
- }
387
384
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
388
385
  padding: 16px 0 0 !important;
389
386
  }
@@ -721,6 +718,9 @@
721
718
  line-height: 10px;
722
719
  vertical-align: middle;
723
720
  }
721
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
722
+ pointer-events: none;
723
+ }
724
724
  .e-gantt .e-gantt-chart {
725
725
  height: 100%;
726
726
  overflow: hidden;
@@ -1318,6 +1318,7 @@
1318
1318
  outline: 1px solid;
1319
1319
  outline-offset: 2px;
1320
1320
  }
1321
+
1321
1322
  .e-gantt-dialog .e-tab .e-tab-header {
1322
1323
  padding-left: 12px;
1323
1324
  }
@@ -1595,6 +1596,9 @@
1595
1596
  border-color: #dee2e6;
1596
1597
  border-radius: 0px;
1597
1598
  }
1599
+ .e-gantt .e-grid .e-spinner-pane {
1600
+ display: none;
1601
+ }
1598
1602
  .e-gantt .e-cloneproperties.e-draganddrop {
1599
1603
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1600
1604
  opacity: 0.95;
@@ -1639,6 +1643,9 @@
1639
1643
  background: #e6eaed;
1640
1644
  opacity: 0.9;
1641
1645
  }
1646
+ .e-gantt .e-taskbar-resize-div {
1647
+ border-color: #0d6efd;
1648
+ }
1642
1649
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1643
1650
  background: #fff;
1644
1651
  border-bottom-color: #dee2e6;
@@ -1686,7 +1693,7 @@
1686
1693
  outline-color: #ced4da;
1687
1694
  }
1688
1695
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1689
- background-color: #86b7fe;
1696
+ background: #86b7fe;
1690
1697
  outline: 1px solid #0d6efd;
1691
1698
  border-radius: 4px;
1692
1699
  }
@@ -1723,7 +1730,7 @@
1723
1730
  border-radius: 3px;
1724
1731
  }
1725
1732
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1726
- background-color: #d1e7dd;
1733
+ background: #d1e7dd;
1727
1734
  outline: 1px solid #198754;
1728
1735
  }
1729
1736
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1891,23 +1898,16 @@
1891
1898
  .e-gantt .e-gantt-chart .e-icon {
1892
1899
  color: #fff;
1893
1900
  }
1894
- .e-gantt .e-gantt-chart .e-milestone-top {
1895
- border-bottom-color: #adb5bd;
1896
- }
1897
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1898
- border-top-color: #adb5bd;
1899
- }
1900
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1901
- border-bottom-color: #adb5bd;
1902
- }
1903
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1904
- border-top-color: #adb5bd;
1901
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1902
+ background-color: #adb5bd;
1903
+ border-color: #0d6efd;
1905
1904
  }
1906
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1907
- border-bottom-color: #adb5bd;
1905
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1906
+ background-color: #adb5bd;
1908
1907
  }
1909
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1910
- border-top-color: #adb5bd;
1908
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1909
+ background-color: #adb5bd;
1910
+ border-color: #0d6efd;
1911
1911
  }
1912
1912
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1913
1913
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1927,11 +1927,8 @@
1927
1927
  .e-gantt .e-gantt-chart .e-baseline-bar {
1928
1928
  background-color: #ffc107;
1929
1929
  }
1930
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1931
- border-bottom-color: #ffc107;
1932
- }
1933
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1934
- border-top-color: #ffc107;
1930
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1931
+ background-color: #ffc107;
1935
1932
  }
1936
1933
  .e-gantt .e-gantt-chart .e-uptail::before {
1937
1934
  border-bottom-color: #dee2e6;
@@ -1985,11 +1982,8 @@
1985
1982
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1986
1983
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1987
1984
  }
1988
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1989
- border-bottom-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
1990
- }
1991
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1992
- border-top-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
1985
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1986
+ background-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
1993
1987
  }
1994
1988
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1995
1989
  background-color: #ced4da !important; /* stylelint-disable-line declaration-no-important */
@@ -2003,21 +1997,15 @@
2003
1997
  background: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2004
1998
  border: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2005
1999
  }
2006
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
2007
- border-bottom-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2008
- }
2009
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
2010
- border-top-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2000
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
2001
+ background-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2011
2002
  }
2012
2003
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
2013
2004
  background: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2014
2005
  border: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2015
2006
  }
2016
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
2017
- border-bottom-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2018
- }
2019
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
2020
- border-top-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2007
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
2008
+ background-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2021
2009
  }
2022
2010
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
2023
2011
  border-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
@@ -2117,7 +2105,7 @@
2117
2105
  }
2118
2106
 
2119
2107
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2120
- background-color: #f8d7da;
2108
+ background: #f8d7da;
2121
2109
  outline: 1px solid #f8d7da;
2122
2110
  border-radius: 4px;
2123
2111
  }
@@ -2136,10 +2124,6 @@
2136
2124
  border-radius: 4px;
2137
2125
  }
2138
2126
 
2139
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2140
- border-bottom-color: #dc3545;
2141
- }
2142
-
2143
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2144
- border-top-color: #dc3545;
2127
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2128
+ background-color: #dc3545;
2145
2129
  }
@@ -293,9 +293,6 @@
293
293
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
294
294
  line-height: 28px;
295
295
  }
296
- .e-bigger .e-gantt .e-filter-popup.e-popup {
297
- width: 350px !important;
298
- }
299
296
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
300
297
  padding: 16px 0 0 !important;
301
298
  }
@@ -633,6 +630,9 @@
633
630
  line-height: 10px;
634
631
  vertical-align: middle;
635
632
  }
633
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
634
+ pointer-events: none;
635
+ }
636
636
  .e-gantt .e-gantt-chart {
637
637
  height: 100%;
638
638
  overflow: hidden;
@@ -1230,6 +1230,7 @@
1230
1230
  outline: 1px solid;
1231
1231
  outline-offset: 2px;
1232
1232
  }
1233
+
1233
1234
  .e-gantt-dialog .e-tab .e-tab-header {
1234
1235
  padding-left: 13px;
1235
1236
  }
@@ -1507,6 +1508,9 @@
1507
1508
  border-color: #414040;
1508
1509
  border-radius: 0px;
1509
1510
  }
1511
+ .e-gantt .e-grid .e-spinner-pane {
1512
+ display: none;
1513
+ }
1510
1514
  .e-gantt .e-cloneproperties.e-draganddrop {
1511
1515
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
1512
1516
  opacity: 0.95;
@@ -1551,6 +1555,9 @@
1551
1555
  background: #514f4f;
1552
1556
  opacity: 1;
1553
1557
  }
1558
+ .e-gantt .e-taskbar-resize-div {
1559
+ border-color: #0074cc;
1560
+ }
1554
1561
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1555
1562
  background: #201f1f;
1556
1563
  border-bottom-color: #414040;
@@ -1598,7 +1605,7 @@
1598
1605
  outline-color: #dadada;
1599
1606
  }
1600
1607
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1601
- background-color: #0074cc;
1608
+ background: #0074cc;
1602
1609
  outline: 1px solid #0063ad;
1603
1610
  border-radius: 0px;
1604
1611
  }
@@ -1635,7 +1642,7 @@
1635
1642
  border-radius: 3px;
1636
1643
  }
1637
1644
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1638
- background-color: #8dd1c4;
1645
+ background: #8dd1c4;
1639
1646
  outline: #4fb29f;
1640
1647
  }
1641
1648
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1803,23 +1810,16 @@
1803
1810
  .e-gantt .e-gantt-chart .e-icon {
1804
1811
  color: #fff;
1805
1812
  }
1806
- .e-gantt .e-gantt-chart .e-milestone-top {
1807
- border-bottom-color: #dadada;
1808
- }
1809
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1810
- border-top-color: #dadada;
1811
- }
1812
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1813
- border-bottom-color: #4cc7ba;
1814
- }
1815
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1816
- border-top-color: #4cc7ba;
1813
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1814
+ background-color: #dadada;
1815
+ border-color: #0063ad;
1817
1816
  }
1818
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1819
- border-bottom-color: #989A9C;
1817
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1818
+ background-color: #4cc7ba;
1820
1819
  }
1821
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1822
- border-top-color: #989A9C;
1820
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1821
+ background-color: #989A9C;
1822
+ border-color: #0063ad;
1823
1823
  }
1824
1824
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1825
1825
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1839,11 +1839,8 @@
1839
1839
  .e-gantt .e-gantt-chart .e-baseline-bar {
1840
1840
  background-color: #ff9800;
1841
1841
  }
1842
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1843
- border-bottom-color: #ff9800;
1844
- }
1845
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1846
- border-top-color: #ff9800;
1842
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1843
+ background-color: #ff9800;
1847
1844
  }
1848
1845
  .e-gantt .e-gantt-chart .e-uptail::before {
1849
1846
  border-bottom-color: #e0e0e0;
@@ -1897,11 +1894,8 @@
1897
1894
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1898
1895
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1899
1896
  }
1900
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1901
- border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1902
- }
1903
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1904
- border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1897
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1898
+ background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1905
1899
  }
1906
1900
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1907
1901
  background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
@@ -1915,21 +1909,15 @@
1915
1909
  background: #0063ad !important; /* stylelint-disable-line declaration-no-important */
1916
1910
  border: #0063ad !important; /* stylelint-disable-line declaration-no-important */
1917
1911
  }
1918
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1919
- border-bottom-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
1920
- }
1921
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1922
- border-top-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
1912
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
1913
+ background-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
1923
1914
  }
1924
1915
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1925
1916
  background: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
1926
1917
  border: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
1927
1918
  }
1928
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1929
- border-bottom-color: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
1930
- }
1931
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1932
- border-top-color: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
1919
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
1920
+ background-color: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
1933
1921
  }
1934
1922
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1935
1923
  border-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
@@ -2029,7 +2017,7 @@
2029
2017
  }
2030
2018
 
2031
2019
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2032
- background-color: #f3d8da;
2020
+ background: #f3d8da;
2033
2021
  outline: 1px solid #f3d8da;
2034
2022
  border-radius: 0px;
2035
2023
  }
@@ -2048,10 +2036,6 @@
2048
2036
  border-radius: 0px;
2049
2037
  }
2050
2038
 
2051
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2052
- border-bottom-color: #d13438;
2053
- }
2054
-
2055
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2056
- border-top-color: #d13438;
2039
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2040
+ background-color: #d13438;
2057
2041
  }
package/styles/fabric.css CHANGED
@@ -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;
@@ -1228,6 +1228,7 @@
1228
1228
  outline: 1px solid;
1229
1229
  outline-offset: 2px;
1230
1230
  }
1231
+
1231
1232
  .e-gantt-dialog .e-tab .e-tab-header {
1232
1233
  padding-left: 13px;
1233
1234
  }
@@ -1505,6 +1506,9 @@
1505
1506
  border-color: #eaeaea;
1506
1507
  border-radius: 0px;
1507
1508
  }
1509
+ .e-gantt .e-grid .e-spinner-pane {
1510
+ display: none;
1511
+ }
1508
1512
  .e-gantt .e-cloneproperties.e-draganddrop {
1509
1513
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
1510
1514
  opacity: 0.95;
@@ -1549,6 +1553,9 @@
1549
1553
  background: rgb(209, 235, 255);
1550
1554
  opacity: 1;
1551
1555
  }
1556
+ .e-gantt .e-taskbar-resize-div {
1557
+ border-color: #0078d6;
1558
+ }
1552
1559
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1553
1560
  background: #fff;
1554
1561
  border-bottom-color: #eaeaea;
@@ -1596,7 +1603,7 @@
1596
1603
  outline-color: #666;
1597
1604
  }
1598
1605
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1599
- background-color: #0078d6;
1606
+ background: #0078d6;
1600
1607
  outline: 1px solid #005ba3;
1601
1608
  border-radius: 0px;
1602
1609
  }
@@ -1633,7 +1640,7 @@
1633
1640
  border-radius: 3px;
1634
1641
  }
1635
1642
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1636
- background-color: #9A38BA;
1643
+ background: #9A38BA;
1637
1644
  outline: 1px solid #6D1888;
1638
1645
  }
1639
1646
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1801,23 +1808,16 @@
1801
1808
  .e-gantt .e-gantt-chart .e-icon {
1802
1809
  color: #fff;
1803
1810
  }
1804
- .e-gantt .e-gantt-chart .e-milestone-top {
1805
- border-bottom-color: #505050;
1806
- }
1807
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1808
- border-top-color: #505050;
1809
- }
1810
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1811
- border-bottom-color: #505050;
1812
- }
1813
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1814
- border-top-color: #505050;
1811
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1812
+ background-color: #505050;
1813
+ border-color: #005ba3;
1815
1814
  }
1816
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1817
- border-bottom-color: #989A9C;
1815
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1816
+ background-color: #505050;
1818
1817
  }
1819
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1820
- border-top-color: #989A9C;
1818
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1819
+ background-color: #989A9C;
1820
+ border-color: #005ba3;
1821
1821
  }
1822
1822
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1823
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%);
@@ -1837,11 +1837,8 @@
1837
1837
  .e-gantt .e-gantt-chart .e-baseline-bar {
1838
1838
  background-color: #d83b01;
1839
1839
  }
1840
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1841
- border-bottom-color: #d83b01;
1842
- }
1843
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1844
- border-top-color: #d83b01;
1840
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1841
+ background-color: #d83b01;
1845
1842
  }
1846
1843
  .e-gantt .e-gantt-chart .e-uptail::before {
1847
1844
  border-bottom-color: #e0e0e0;
@@ -1895,11 +1892,8 @@
1895
1892
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1896
1893
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1897
1894
  }
1898
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1899
- border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1900
- }
1901
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1902
- 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 */
1903
1897
  }
1904
1898
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1905
1899
  background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
@@ -1913,21 +1907,15 @@
1913
1907
  background: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
1914
1908
  border: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
1915
1909
  }
1916
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1917
- border-bottom-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
1918
- }
1919
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1920
- 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 */
1921
1912
  }
1922
1913
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1923
1914
  background: #3daaff !important; /* stylelint-disable-line declaration-no-important */
1924
1915
  border: #3daaff !important; /* stylelint-disable-line declaration-no-important */
1925
1916
  }
1926
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1927
- border-bottom-color: #3daaff !important; /* stylelint-disable-line declaration-no-important */
1928
- }
1929
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1930
- 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 */
1931
1919
  }
1932
1920
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1933
1921
  border-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
@@ -2027,7 +2015,7 @@
2027
2015
  }
2028
2016
 
2029
2017
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2030
- background-color: #f3d8da;
2018
+ background: #f3d8da;
2031
2019
  outline: 1px solid #f3d8da;
2032
2020
  border-radius: 0px;
2033
2021
  }
@@ -2046,10 +2034,6 @@
2046
2034
  border-radius: 0px;
2047
2035
  }
2048
2036
 
2049
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2050
- border-bottom-color: #D13438;
2051
- }
2052
-
2053
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2054
- border-top-color: #D13438;
2037
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2038
+ background-color: #D13438;
2055
2039
  }