@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
@@ -373,9 +373,6 @@
373
373
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
374
374
  line-height: 28px;
375
375
  }
376
- .e-bigger .e-gantt .e-filter-popup.e-popup {
377
- width: 350px !important;
378
- }
379
376
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
380
377
  padding: 14px 0 0 !important;
381
378
  }
@@ -720,6 +717,9 @@
720
717
  line-height: 10px;
721
718
  vertical-align: middle;
722
719
  }
720
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
721
+ pointer-events: none;
722
+ }
723
723
  .e-gantt .e-gantt-chart {
724
724
  height: 100%;
725
725
  overflow: hidden;
@@ -1317,6 +1317,7 @@
1317
1317
  outline: 1px solid;
1318
1318
  outline-offset: 2px;
1319
1319
  }
1320
+
1320
1321
  .e-gantt-dialog .e-tab .e-tab-header {
1321
1322
  padding-left: 0px;
1322
1323
  }
@@ -1594,6 +1595,9 @@
1594
1595
  border-color: #e0e0e0;
1595
1596
  border-radius: 0px;
1596
1597
  }
1598
+ .e-gantt .e-grid .e-spinner-pane {
1599
+ display: none;
1600
+ }
1597
1601
  .e-gantt .e-cloneproperties.e-draganddrop {
1598
1602
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1599
1603
  opacity: 0.95;
@@ -1638,6 +1642,9 @@
1638
1642
  background: rgba(63, 81, 181, 0.15);
1639
1643
  opacity: 1;
1640
1644
  }
1645
+ .e-gantt .e-taskbar-resize-div {
1646
+ border-color: #e3165b;
1647
+ }
1641
1648
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1642
1649
  background: #fff;
1643
1650
  border-bottom-color: #e0e0e0;
@@ -1685,7 +1692,7 @@
1685
1692
  outline-color: #9e9e9e;
1686
1693
  }
1687
1694
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1688
- background-color: #5869c5;
1695
+ background: #5869c5;
1689
1696
  outline: 1px solid #3f51b5;
1690
1697
  border-radius: 4px;
1691
1698
  }
@@ -1722,7 +1729,7 @@
1722
1729
  border-radius: 3px;
1723
1730
  }
1724
1731
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1725
- background-color: rgba(0, 135, 134, 0.85);
1732
+ background: rgba(0, 135, 134, 0.85);
1726
1733
  outline: 1px solid #008786;
1727
1734
  }
1728
1735
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1890,23 +1897,16 @@
1890
1897
  .e-gantt .e-gantt-chart .e-icon {
1891
1898
  color: #fff;
1892
1899
  }
1893
- .e-gantt .e-gantt-chart .e-milestone-top {
1894
- border-bottom-color: #616161;
1895
- }
1896
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1897
- border-top-color: #616161;
1898
- }
1899
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1900
- border-bottom-color: #616161;
1901
- }
1902
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1903
- border-top-color: #616161;
1900
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1901
+ background-color: #616161;
1902
+ border-color: #3f51b5;
1904
1903
  }
1905
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1906
- border-bottom-color: #989A9C;
1904
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1905
+ background-color: #616161;
1907
1906
  }
1908
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1909
- border-top-color: #989A9C;
1907
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1908
+ background-color: #989A9C;
1909
+ border-color: #3f51b5;
1910
1910
  }
1911
1911
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1912
1912
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1926,11 +1926,8 @@
1926
1926
  .e-gantt .e-gantt-chart .e-baseline-bar {
1927
1927
  background-color: #C15700;
1928
1928
  }
1929
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1930
- border-bottom-color: #C15700;
1931
- }
1932
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1933
- border-top-color: #C15700;
1929
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1930
+ background-color: #C15700;
1934
1931
  }
1935
1932
  .e-gantt .e-gantt-chart .e-uptail::before {
1936
1933
  border-bottom-color: #e0e0e0;
@@ -1984,11 +1981,8 @@
1984
1981
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1985
1982
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1986
1983
  }
1987
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1988
- border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1989
- }
1990
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1991
- border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1984
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1985
+ background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1992
1986
  }
1993
1987
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1994
1988
  background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
@@ -2002,21 +1996,15 @@
2002
1996
  background: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
2003
1997
  border: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
2004
1998
  }
2005
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
2006
- border-bottom-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
2007
- }
2008
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
2009
- border-top-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
1999
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
2000
+ background-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
2010
2001
  }
2011
2002
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
2012
2003
  background: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
2013
2004
  border: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
2014
2005
  }
2015
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
2016
- border-bottom-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
2017
- }
2018
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
2019
- border-top-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
2006
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
2007
+ background-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
2020
2008
  }
2021
2009
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
2022
2010
  border-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
@@ -2116,7 +2104,7 @@
2116
2104
  }
2117
2105
 
2118
2106
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2119
- background-color: #F3D8DA;
2107
+ background: #F3D8DA;
2120
2108
  outline: 1px solid #F3D8DA;
2121
2109
  border-radius: 4px;
2122
2110
  }
@@ -2135,10 +2123,6 @@
2135
2123
  border-radius: 2px;
2136
2124
  }
2137
2125
 
2138
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2139
- border-bottom-color: #D13438;
2140
- }
2141
-
2142
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2143
- border-top-color: #D13438;
2126
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2127
+ background-color: #D13438;
2144
2128
  }