@syncfusion/ej2-vue-gantt 20.4.54 → 21.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +186 -0
- package/dist/ej2-vue-gantt.umd.min.js +2 -2
- package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js +462 -685
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +507 -807
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +11 -10
- package/src/gantt/adddialogfields.directive.d.ts +2 -12
- package/src/gantt/adddialogfields.directive.js +22 -71
- package/src/gantt/columns.directive.d.ts +2 -12
- package/src/gantt/columns.directive.js +22 -71
- package/src/gantt/dayworkingtime.directive.d.ts +2 -12
- package/src/gantt/dayworkingtime.directive.js +22 -71
- package/src/gantt/editdialogfields.directive.d.ts +2 -12
- package/src/gantt/editdialogfields.directive.js +22 -71
- package/src/gantt/eventmarkers.directive.d.ts +2 -12
- package/src/gantt/eventmarkers.directive.js +22 -71
- package/src/gantt/gantt.component.d.ts +3 -100
- package/src/gantt/gantt.component.js +345 -376
- package/src/gantt/holidays.directive.d.ts +2 -12
- package/src/gantt/holidays.directive.js +22 -71
- package/styles/bootstrap-dark.css +63 -56
- package/styles/bootstrap.css +63 -58
- package/styles/bootstrap4.css +60 -55
- package/styles/bootstrap5-dark.css +60 -55
- package/styles/bootstrap5.css +60 -55
- package/styles/fabric-dark.css +58 -53
- package/styles/fabric.css +58 -53
- package/styles/fluent-dark.css +84 -76
- package/styles/fluent.css +84 -76
- package/styles/gantt/bootstrap-dark.css +63 -56
- package/styles/gantt/bootstrap.css +63 -58
- package/styles/gantt/bootstrap4.css +60 -55
- package/styles/gantt/bootstrap5-dark.css +60 -55
- package/styles/gantt/bootstrap5.css +60 -55
- package/styles/gantt/fabric-dark.css +58 -53
- package/styles/gantt/fabric.css +58 -53
- package/styles/gantt/fluent-dark.css +84 -76
- package/styles/gantt/fluent.css +84 -76
- package/styles/gantt/highcontrast-light.css +58 -55
- package/styles/gantt/highcontrast.css +58 -53
- package/styles/gantt/material-dark.css +61 -60
- package/styles/gantt/material.css +58 -53
- package/styles/gantt/material3-dark.css +2193 -0
- package/styles/gantt/material3-dark.scss +2 -0
- package/styles/gantt/material3.css +2249 -0
- package/styles/gantt/material3.scss +2 -0
- package/styles/gantt/tailwind-dark.css +58 -53
- package/styles/gantt/tailwind.css +58 -53
- package/styles/highcontrast-light.css +58 -55
- package/styles/highcontrast.css +58 -53
- package/styles/material-dark.css +61 -60
- package/styles/material.css +58 -53
- package/styles/material3-dark.css +2193 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3.css +2249 -0
- package/styles/material3.scss +2 -0
- package/styles/tailwind-dark.css +58 -53
- package/styles/tailwind.css +58 -53
|
@@ -356,6 +356,12 @@
|
|
|
356
356
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
357
357
|
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
358
358
|
}
|
|
359
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
360
|
+
padding-left: 12px;
|
|
361
|
+
}
|
|
362
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
363
|
+
display: block;
|
|
364
|
+
}
|
|
359
365
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
360
366
|
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
361
367
|
}
|
|
@@ -375,9 +381,6 @@
|
|
|
375
381
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
376
382
|
line-height: 28px;
|
|
377
383
|
}
|
|
378
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
379
|
-
width: 350px !important;
|
|
380
|
-
}
|
|
381
384
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
382
385
|
padding: 16px 0 0 !important;
|
|
383
386
|
}
|
|
@@ -385,7 +388,7 @@
|
|
|
385
388
|
border-radius: 6px !important;
|
|
386
389
|
padding: 32px 16px 16px !important;
|
|
387
390
|
}
|
|
388
|
-
.e-bigger .e-grid .e-columnmenu {
|
|
391
|
+
.e-bigger .e-gantt .e-grid .e-columnmenu {
|
|
389
392
|
top: 35px;
|
|
390
393
|
}
|
|
391
394
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -597,7 +600,7 @@
|
|
|
597
600
|
border-width: 1px;
|
|
598
601
|
box-shadow: 0 0;
|
|
599
602
|
font-size: 12px;
|
|
600
|
-
font-weight:
|
|
603
|
+
font-weight: 700;
|
|
601
604
|
opacity: 1;
|
|
602
605
|
overflow: hidden;
|
|
603
606
|
padding: 2px 8px 1px;
|
|
@@ -715,6 +718,9 @@
|
|
|
715
718
|
line-height: 10px;
|
|
716
719
|
vertical-align: middle;
|
|
717
720
|
}
|
|
721
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
722
|
+
pointer-events: none;
|
|
723
|
+
}
|
|
718
724
|
.e-gantt .e-gantt-chart {
|
|
719
725
|
height: 100%;
|
|
720
726
|
overflow: hidden;
|
|
@@ -789,7 +795,7 @@
|
|
|
789
795
|
display: -ms-inline-flexbox;
|
|
790
796
|
display: inline-flex;
|
|
791
797
|
font-size: 14px;
|
|
792
|
-
font-weight:
|
|
798
|
+
font-weight: 700;
|
|
793
799
|
margin: 0;
|
|
794
800
|
padding: 0;
|
|
795
801
|
position: static;
|
|
@@ -1590,6 +1596,9 @@
|
|
|
1590
1596
|
border-color: #444c54;
|
|
1591
1597
|
border-radius: 0px;
|
|
1592
1598
|
}
|
|
1599
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1600
|
+
display: none;
|
|
1601
|
+
}
|
|
1593
1602
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1594
1603
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1595
1604
|
opacity: 0.95;
|
|
@@ -1634,6 +1643,9 @@
|
|
|
1634
1643
|
background: #3c444b;
|
|
1635
1644
|
opacity: 0.9;
|
|
1636
1645
|
}
|
|
1646
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1647
|
+
border-color: #0d6efd;
|
|
1648
|
+
}
|
|
1637
1649
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1638
1650
|
background: #212529;
|
|
1639
1651
|
border-bottom-color: #444c54;
|
|
@@ -1681,7 +1693,7 @@
|
|
|
1681
1693
|
outline-color: #6c757d;
|
|
1682
1694
|
}
|
|
1683
1695
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1684
|
-
background
|
|
1696
|
+
background: #86b7fe;
|
|
1685
1697
|
outline: 1px solid #0d6efd;
|
|
1686
1698
|
border-radius: 4px;
|
|
1687
1699
|
}
|
|
@@ -1715,10 +1727,10 @@
|
|
|
1715
1727
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1716
1728
|
background-color: #0d6efd;
|
|
1717
1729
|
border: 0px;
|
|
1718
|
-
border-radius:
|
|
1730
|
+
border-radius: 3px;
|
|
1719
1731
|
}
|
|
1720
1732
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1721
|
-
background
|
|
1733
|
+
background: #d3f0e2;
|
|
1722
1734
|
outline: 1px solid #21b26f;
|
|
1723
1735
|
}
|
|
1724
1736
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1726,7 +1738,7 @@
|
|
|
1726
1738
|
}
|
|
1727
1739
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1728
1740
|
background-color: #21b26f;
|
|
1729
|
-
|
|
1741
|
+
outline: 0px;
|
|
1730
1742
|
}
|
|
1731
1743
|
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1732
1744
|
background-color: #21b26f;
|
|
@@ -1786,6 +1798,18 @@
|
|
|
1786
1798
|
.e-gantt .e-gantt-chart .e-line {
|
|
1787
1799
|
border-color: #0d6efd;
|
|
1788
1800
|
}
|
|
1801
|
+
.e-gantt .e-gantt-chart .e-connector-line {
|
|
1802
|
+
stroke: #0d6efd;
|
|
1803
|
+
}
|
|
1804
|
+
.e-gantt .e-gantt-chart .e-critical-line {
|
|
1805
|
+
stroke: #e4606d;
|
|
1806
|
+
}
|
|
1807
|
+
.e-gantt .e-gantt-chart .e-connector-line-arrow {
|
|
1808
|
+
fill: #0d6efd;
|
|
1809
|
+
}
|
|
1810
|
+
.e-gantt .e-gantt-chart .e-critical-line-arrow {
|
|
1811
|
+
fill: #e4606d;
|
|
1812
|
+
}
|
|
1789
1813
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1790
1814
|
border-left-color: #0d6efd;
|
|
1791
1815
|
}
|
|
@@ -1837,7 +1861,10 @@
|
|
|
1837
1861
|
padding-right: 25px;
|
|
1838
1862
|
}
|
|
1839
1863
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
1840
|
-
margin-left:
|
|
1864
|
+
margin-left: 3px;
|
|
1865
|
+
}
|
|
1866
|
+
.e-gantt .e-gantt-chart .e-connectorpoint-left {
|
|
1867
|
+
margin-right: 3px;
|
|
1841
1868
|
}
|
|
1842
1869
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
1843
1870
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
@@ -1871,23 +1898,16 @@
|
|
|
1871
1898
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1872
1899
|
color: #fff;
|
|
1873
1900
|
}
|
|
1874
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1878
|
-
border-top-color: #adb5bd;
|
|
1879
|
-
}
|
|
1880
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1881
|
-
border-bottom-color: #adb5bd;
|
|
1882
|
-
}
|
|
1883
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1884
|
-
border-top-color: #adb5bd;
|
|
1901
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1902
|
+
background-color: #adb5bd;
|
|
1903
|
+
border-color: #0d6efd;
|
|
1885
1904
|
}
|
|
1886
|
-
.e-gantt .e-gantt-chart .e-
|
|
1887
|
-
|
|
1905
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1906
|
+
background-color: #adb5bd;
|
|
1888
1907
|
}
|
|
1889
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1890
|
-
|
|
1908
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1909
|
+
background-color: #adb5bd;
|
|
1910
|
+
border-color: #0d6efd;
|
|
1891
1911
|
}
|
|
1892
1912
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1893
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%);
|
|
@@ -1907,11 +1927,8 @@
|
|
|
1907
1927
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1908
1928
|
background-color: #ffc107;
|
|
1909
1929
|
}
|
|
1910
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1911
|
-
|
|
1912
|
-
}
|
|
1913
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1914
|
-
border-top-color: #ffc107;
|
|
1930
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1931
|
+
background-color: #ffc107;
|
|
1915
1932
|
}
|
|
1916
1933
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1917
1934
|
border-bottom-color: #444c54;
|
|
@@ -1965,11 +1982,8 @@
|
|
|
1965
1982
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1966
1983
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1967
1984
|
}
|
|
1968
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1969
|
-
|
|
1970
|
-
}
|
|
1971
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1972
|
-
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 */
|
|
1973
1987
|
}
|
|
1974
1988
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1975
1989
|
background-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1983,21 +1997,15 @@
|
|
|
1983
1997
|
background: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1984
1998
|
border: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1985
1999
|
}
|
|
1986
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1987
|
-
|
|
1988
|
-
}
|
|
1989
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1990
|
-
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 */
|
|
1991
2002
|
}
|
|
1992
2003
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1993
2004
|
background: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1994
2005
|
border: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1995
2006
|
}
|
|
1996
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
1997
|
-
|
|
1998
|
-
}
|
|
1999
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2000
|
-
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 */
|
|
2001
2009
|
}
|
|
2002
2010
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2003
2011
|
border-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2097,15 +2105,16 @@
|
|
|
2097
2105
|
}
|
|
2098
2106
|
|
|
2099
2107
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2100
|
-
background
|
|
2101
|
-
|
|
2108
|
+
background: #fadfe2;
|
|
2109
|
+
outline: 1px solid #fadfe2;
|
|
2102
2110
|
border-radius: 4px;
|
|
2103
2111
|
}
|
|
2104
2112
|
|
|
2105
2113
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2106
2114
|
background-color: #e4606d;
|
|
2107
2115
|
border: 0px;
|
|
2108
|
-
|
|
2116
|
+
position: absolute;
|
|
2117
|
+
border-radius: 3px;
|
|
2109
2118
|
}
|
|
2110
2119
|
|
|
2111
2120
|
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
@@ -2115,10 +2124,6 @@
|
|
|
2115
2124
|
border-radius: 4px;
|
|
2116
2125
|
}
|
|
2117
2126
|
|
|
2118
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2119
|
-
|
|
2120
|
-
}
|
|
2121
|
-
|
|
2122
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2123
|
-
border-top-color: #e4606d;
|
|
2127
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2128
|
+
background-color: #e4606d;
|
|
2124
2129
|
}
|
|
@@ -356,6 +356,12 @@
|
|
|
356
356
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
357
357
|
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
358
358
|
}
|
|
359
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
360
|
+
padding-left: 12px;
|
|
361
|
+
}
|
|
362
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
363
|
+
display: block;
|
|
364
|
+
}
|
|
359
365
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
360
366
|
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
361
367
|
}
|
|
@@ -375,9 +381,6 @@
|
|
|
375
381
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
376
382
|
line-height: 28px;
|
|
377
383
|
}
|
|
378
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
379
|
-
width: 350px !important;
|
|
380
|
-
}
|
|
381
384
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
382
385
|
padding: 16px 0 0 !important;
|
|
383
386
|
}
|
|
@@ -385,7 +388,7 @@
|
|
|
385
388
|
border-radius: 6px !important;
|
|
386
389
|
padding: 32px 16px 16px !important;
|
|
387
390
|
}
|
|
388
|
-
.e-bigger .e-grid .e-columnmenu {
|
|
391
|
+
.e-bigger .e-gantt .e-grid .e-columnmenu {
|
|
389
392
|
top: 35px;
|
|
390
393
|
}
|
|
391
394
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -597,7 +600,7 @@
|
|
|
597
600
|
border-width: 1px;
|
|
598
601
|
box-shadow: 0 0;
|
|
599
602
|
font-size: 12px;
|
|
600
|
-
font-weight:
|
|
603
|
+
font-weight: 700;
|
|
601
604
|
opacity: 1;
|
|
602
605
|
overflow: hidden;
|
|
603
606
|
padding: 2px 8px 1px;
|
|
@@ -715,6 +718,9 @@
|
|
|
715
718
|
line-height: 10px;
|
|
716
719
|
vertical-align: middle;
|
|
717
720
|
}
|
|
721
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
722
|
+
pointer-events: none;
|
|
723
|
+
}
|
|
718
724
|
.e-gantt .e-gantt-chart {
|
|
719
725
|
height: 100%;
|
|
720
726
|
overflow: hidden;
|
|
@@ -789,7 +795,7 @@
|
|
|
789
795
|
display: -ms-inline-flexbox;
|
|
790
796
|
display: inline-flex;
|
|
791
797
|
font-size: 14px;
|
|
792
|
-
font-weight:
|
|
798
|
+
font-weight: 700;
|
|
793
799
|
margin: 0;
|
|
794
800
|
padding: 0;
|
|
795
801
|
position: static;
|
|
@@ -1590,6 +1596,9 @@
|
|
|
1590
1596
|
border-color: #dee2e6;
|
|
1591
1597
|
border-radius: 0px;
|
|
1592
1598
|
}
|
|
1599
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1600
|
+
display: none;
|
|
1601
|
+
}
|
|
1593
1602
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1594
1603
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1595
1604
|
opacity: 0.95;
|
|
@@ -1634,6 +1643,9 @@
|
|
|
1634
1643
|
background: #e6eaed;
|
|
1635
1644
|
opacity: 0.9;
|
|
1636
1645
|
}
|
|
1646
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1647
|
+
border-color: #0d6efd;
|
|
1648
|
+
}
|
|
1637
1649
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1638
1650
|
background: #fff;
|
|
1639
1651
|
border-bottom-color: #dee2e6;
|
|
@@ -1681,7 +1693,7 @@
|
|
|
1681
1693
|
outline-color: #ced4da;
|
|
1682
1694
|
}
|
|
1683
1695
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1684
|
-
background
|
|
1696
|
+
background: #86b7fe;
|
|
1685
1697
|
outline: 1px solid #0d6efd;
|
|
1686
1698
|
border-radius: 4px;
|
|
1687
1699
|
}
|
|
@@ -1715,10 +1727,10 @@
|
|
|
1715
1727
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1716
1728
|
background-color: #0d6efd;
|
|
1717
1729
|
border: 0px;
|
|
1718
|
-
border-radius:
|
|
1730
|
+
border-radius: 3px;
|
|
1719
1731
|
}
|
|
1720
1732
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1721
|
-
background
|
|
1733
|
+
background: #d1e7dd;
|
|
1722
1734
|
outline: 1px solid #198754;
|
|
1723
1735
|
}
|
|
1724
1736
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1726,7 +1738,7 @@
|
|
|
1726
1738
|
}
|
|
1727
1739
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1728
1740
|
background-color: #198754;
|
|
1729
|
-
|
|
1741
|
+
outline: 0px;
|
|
1730
1742
|
}
|
|
1731
1743
|
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1732
1744
|
background-color: #198754;
|
|
@@ -1786,6 +1798,18 @@
|
|
|
1786
1798
|
.e-gantt .e-gantt-chart .e-line {
|
|
1787
1799
|
border-color: #0d6efd;
|
|
1788
1800
|
}
|
|
1801
|
+
.e-gantt .e-gantt-chart .e-connector-line {
|
|
1802
|
+
stroke: #0d6efd;
|
|
1803
|
+
}
|
|
1804
|
+
.e-gantt .e-gantt-chart .e-critical-line {
|
|
1805
|
+
stroke: #dc3545;
|
|
1806
|
+
}
|
|
1807
|
+
.e-gantt .e-gantt-chart .e-connector-line-arrow {
|
|
1808
|
+
fill: #0d6efd;
|
|
1809
|
+
}
|
|
1810
|
+
.e-gantt .e-gantt-chart .e-critical-line-arrow {
|
|
1811
|
+
fill: #dc3545;
|
|
1812
|
+
}
|
|
1789
1813
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1790
1814
|
border-left-color: #0d6efd;
|
|
1791
1815
|
}
|
|
@@ -1837,7 +1861,10 @@
|
|
|
1837
1861
|
padding-right: 25px;
|
|
1838
1862
|
}
|
|
1839
1863
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
1840
|
-
margin-left:
|
|
1864
|
+
margin-left: 3px;
|
|
1865
|
+
}
|
|
1866
|
+
.e-gantt .e-gantt-chart .e-connectorpoint-left {
|
|
1867
|
+
margin-right: 3px;
|
|
1841
1868
|
}
|
|
1842
1869
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
1843
1870
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
@@ -1871,23 +1898,16 @@
|
|
|
1871
1898
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1872
1899
|
color: #fff;
|
|
1873
1900
|
}
|
|
1874
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1878
|
-
border-top-color: #adb5bd;
|
|
1879
|
-
}
|
|
1880
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1881
|
-
border-bottom-color: #adb5bd;
|
|
1882
|
-
}
|
|
1883
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1884
|
-
border-top-color: #adb5bd;
|
|
1901
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1902
|
+
background-color: #adb5bd;
|
|
1903
|
+
border-color: #0d6efd;
|
|
1885
1904
|
}
|
|
1886
|
-
.e-gantt .e-gantt-chart .e-
|
|
1887
|
-
|
|
1905
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1906
|
+
background-color: #adb5bd;
|
|
1888
1907
|
}
|
|
1889
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1890
|
-
|
|
1908
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1909
|
+
background-color: #adb5bd;
|
|
1910
|
+
border-color: #0d6efd;
|
|
1891
1911
|
}
|
|
1892
1912
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1893
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%);
|
|
@@ -1907,11 +1927,8 @@
|
|
|
1907
1927
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1908
1928
|
background-color: #ffc107;
|
|
1909
1929
|
}
|
|
1910
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1911
|
-
|
|
1912
|
-
}
|
|
1913
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1914
|
-
border-top-color: #ffc107;
|
|
1930
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1931
|
+
background-color: #ffc107;
|
|
1915
1932
|
}
|
|
1916
1933
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1917
1934
|
border-bottom-color: #dee2e6;
|
|
@@ -1965,11 +1982,8 @@
|
|
|
1965
1982
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1966
1983
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1967
1984
|
}
|
|
1968
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1969
|
-
|
|
1970
|
-
}
|
|
1971
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1972
|
-
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 */
|
|
1973
1987
|
}
|
|
1974
1988
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1975
1989
|
background-color: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1983,21 +1997,15 @@
|
|
|
1983
1997
|
background: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1984
1998
|
border: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1985
1999
|
}
|
|
1986
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1987
|
-
|
|
1988
|
-
}
|
|
1989
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1990
|
-
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 */
|
|
1991
2002
|
}
|
|
1992
2003
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1993
2004
|
background: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1994
2005
|
border: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1995
2006
|
}
|
|
1996
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
1997
|
-
|
|
1998
|
-
}
|
|
1999
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2000
|
-
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 */
|
|
2001
2009
|
}
|
|
2002
2010
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2003
2011
|
border-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2097,15 +2105,16 @@
|
|
|
2097
2105
|
}
|
|
2098
2106
|
|
|
2099
2107
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2100
|
-
background
|
|
2101
|
-
|
|
2108
|
+
background: #f8d7da;
|
|
2109
|
+
outline: 1px solid #f8d7da;
|
|
2102
2110
|
border-radius: 4px;
|
|
2103
2111
|
}
|
|
2104
2112
|
|
|
2105
2113
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2106
2114
|
background-color: #dc3545;
|
|
2107
2115
|
border: 0px;
|
|
2108
|
-
|
|
2116
|
+
position: absolute;
|
|
2117
|
+
border-radius: 3px;
|
|
2109
2118
|
}
|
|
2110
2119
|
|
|
2111
2120
|
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
@@ -2115,10 +2124,6 @@
|
|
|
2115
2124
|
border-radius: 4px;
|
|
2116
2125
|
}
|
|
2117
2126
|
|
|
2118
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2119
|
-
|
|
2120
|
-
}
|
|
2121
|
-
|
|
2122
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2123
|
-
border-top-color: #dc3545;
|
|
2127
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2128
|
+
background-color: #dc3545;
|
|
2124
2129
|
}
|