@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
|
@@ -352,6 +352,12 @@
|
|
|
352
352
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
353
353
|
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
354
354
|
}
|
|
355
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
356
|
+
padding-left: 13px;
|
|
357
|
+
}
|
|
358
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
359
|
+
display: block;
|
|
360
|
+
}
|
|
355
361
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
356
362
|
padding: 16px 4px 12px 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
357
363
|
}
|
|
@@ -371,9 +377,6 @@
|
|
|
371
377
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
372
378
|
line-height: 28px;
|
|
373
379
|
}
|
|
374
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
375
|
-
width: 307px !important;
|
|
376
|
-
}
|
|
377
380
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
378
381
|
padding: 20px 0 0 !important;
|
|
379
382
|
}
|
|
@@ -381,7 +384,7 @@
|
|
|
381
384
|
border-radius: 0px !important;
|
|
382
385
|
padding: 20px 18px 0px 18px !important;
|
|
383
386
|
}
|
|
384
|
-
.e-bigger .e-grid .e-columnmenu {
|
|
387
|
+
.e-bigger .e-gantt .e-grid .e-columnmenu {
|
|
385
388
|
top: 45px;
|
|
386
389
|
}
|
|
387
390
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -712,6 +715,9 @@
|
|
|
712
715
|
line-height: 10px;
|
|
713
716
|
vertical-align: middle;
|
|
714
717
|
}
|
|
718
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
719
|
+
pointer-events: none;
|
|
720
|
+
}
|
|
715
721
|
.e-gantt .e-gantt-chart {
|
|
716
722
|
height: 100%;
|
|
717
723
|
overflow: hidden;
|
|
@@ -1588,6 +1594,9 @@
|
|
|
1588
1594
|
border-color: #969696;
|
|
1589
1595
|
border-radius: 0px;
|
|
1590
1596
|
}
|
|
1597
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1598
|
+
display: none;
|
|
1599
|
+
}
|
|
1591
1600
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1592
1601
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
1593
1602
|
opacity: 0.95;
|
|
@@ -1632,6 +1641,9 @@
|
|
|
1632
1641
|
background: rgba(255, 217, 57, 0.7);
|
|
1633
1642
|
opacity: 1;
|
|
1634
1643
|
}
|
|
1644
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1645
|
+
border-color: #29c400;
|
|
1646
|
+
}
|
|
1635
1647
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1636
1648
|
background: #000;
|
|
1637
1649
|
border-bottom-color: #969696;
|
|
@@ -1679,7 +1691,7 @@
|
|
|
1679
1691
|
outline-color: #969696;
|
|
1680
1692
|
}
|
|
1681
1693
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1682
|
-
background
|
|
1694
|
+
background: #6e06f1;
|
|
1683
1695
|
outline: 1px solid #fff;
|
|
1684
1696
|
border-radius: 0px;
|
|
1685
1697
|
}
|
|
@@ -1713,10 +1725,10 @@
|
|
|
1713
1725
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1714
1726
|
background-color: #3e047d;
|
|
1715
1727
|
border: 0px;
|
|
1716
|
-
border-radius:
|
|
1728
|
+
border-radius: 3px;
|
|
1717
1729
|
}
|
|
1718
1730
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1719
|
-
background
|
|
1731
|
+
background: #4731FE;
|
|
1720
1732
|
outline: 1px solid #FFFFFF;
|
|
1721
1733
|
}
|
|
1722
1734
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1724,7 +1736,7 @@
|
|
|
1724
1736
|
}
|
|
1725
1737
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1726
1738
|
background-color: #1B00F7;
|
|
1727
|
-
|
|
1739
|
+
outline: 0px;
|
|
1728
1740
|
}
|
|
1729
1741
|
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1730
1742
|
background-color: #1B00F7;
|
|
@@ -1784,6 +1796,18 @@
|
|
|
1784
1796
|
.e-gantt .e-gantt-chart .e-line {
|
|
1785
1797
|
border-color: #29c400;
|
|
1786
1798
|
}
|
|
1799
|
+
.e-gantt .e-gantt-chart .e-connector-line {
|
|
1800
|
+
stroke: #29c400;
|
|
1801
|
+
}
|
|
1802
|
+
.e-gantt .e-gantt-chart .e-critical-line {
|
|
1803
|
+
stroke: #d13438;
|
|
1804
|
+
}
|
|
1805
|
+
.e-gantt .e-gantt-chart .e-connector-line-arrow {
|
|
1806
|
+
fill: #29c400;
|
|
1807
|
+
}
|
|
1808
|
+
.e-gantt .e-gantt-chart .e-critical-line-arrow {
|
|
1809
|
+
fill: #d13438;
|
|
1810
|
+
}
|
|
1787
1811
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1788
1812
|
border-left-color: #29c400;
|
|
1789
1813
|
}
|
|
@@ -1835,7 +1859,10 @@
|
|
|
1835
1859
|
padding-right: 25px;
|
|
1836
1860
|
}
|
|
1837
1861
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
1838
|
-
margin-left:
|
|
1862
|
+
margin-left: 3px;
|
|
1863
|
+
}
|
|
1864
|
+
.e-gantt .e-gantt-chart .e-connectorpoint-left {
|
|
1865
|
+
margin-right: 3px;
|
|
1839
1866
|
}
|
|
1840
1867
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
1841
1868
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
@@ -1869,23 +1896,16 @@
|
|
|
1869
1896
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1870
1897
|
color: #fff;
|
|
1871
1898
|
}
|
|
1872
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1876
|
-
border-top-color: #fff;
|
|
1877
|
-
}
|
|
1878
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1879
|
-
border-bottom-color: #005201;
|
|
1880
|
-
}
|
|
1881
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1882
|
-
border-top-color: #005201;
|
|
1899
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1900
|
+
background-color: #fff;
|
|
1901
|
+
border-color: #3e047d;
|
|
1883
1902
|
}
|
|
1884
|
-
.e-gantt .e-gantt-chart .e-
|
|
1885
|
-
|
|
1903
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1904
|
+
background-color: #005201;
|
|
1886
1905
|
}
|
|
1887
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1888
|
-
|
|
1906
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1907
|
+
background-color: #989A9C;
|
|
1908
|
+
border-color: #3e047d;
|
|
1889
1909
|
}
|
|
1890
1910
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1891
1911
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -1905,11 +1925,8 @@
|
|
|
1905
1925
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1906
1926
|
background-color: #ff7d1a;
|
|
1907
1927
|
}
|
|
1908
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1909
|
-
|
|
1910
|
-
}
|
|
1911
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1912
|
-
border-top-color: #ff7d1a;
|
|
1928
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1929
|
+
background-color: #ff7d1a;
|
|
1913
1930
|
}
|
|
1914
1931
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1915
1932
|
border-bottom-color: #e0e0e0;
|
|
@@ -1963,11 +1980,8 @@
|
|
|
1963
1980
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1964
1981
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1965
1982
|
}
|
|
1966
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1967
|
-
|
|
1968
|
-
}
|
|
1969
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1970
|
-
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1983
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1984
|
+
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1971
1985
|
}
|
|
1972
1986
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1973
1987
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1981,21 +1995,15 @@
|
|
|
1981
1995
|
background: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1982
1996
|
border: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1983
1997
|
}
|
|
1984
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1985
|
-
|
|
1986
|
-
}
|
|
1987
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1988
|
-
border-top-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1998
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
1999
|
+
background-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1989
2000
|
}
|
|
1990
2001
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1991
2002
|
background: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
1992
2003
|
border: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
1993
2004
|
}
|
|
1994
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
1995
|
-
|
|
1996
|
-
}
|
|
1997
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1998
|
-
border-top-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
2005
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
2006
|
+
background-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
1999
2007
|
}
|
|
2000
2008
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2001
2009
|
border-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2095,15 +2103,16 @@
|
|
|
2095
2103
|
}
|
|
2096
2104
|
|
|
2097
2105
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2098
|
-
background
|
|
2099
|
-
|
|
2106
|
+
background: #F3D8DA;
|
|
2107
|
+
outline: 1px solid #F3D8DA;
|
|
2100
2108
|
border-radius: 0px;
|
|
2101
2109
|
}
|
|
2102
2110
|
|
|
2103
2111
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2104
2112
|
background-color: #D13438;
|
|
2105
2113
|
border: 0px;
|
|
2106
|
-
|
|
2114
|
+
position: absolute;
|
|
2115
|
+
border-radius: 3px;
|
|
2107
2116
|
}
|
|
2108
2117
|
|
|
2109
2118
|
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
@@ -2113,10 +2122,6 @@
|
|
|
2113
2122
|
border-radius: 0px;
|
|
2114
2123
|
}
|
|
2115
2124
|
|
|
2116
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2117
|
-
|
|
2118
|
-
}
|
|
2119
|
-
|
|
2120
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2121
|
-
border-top-color: #D13438;
|
|
2125
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2126
|
+
background-color: #D13438;
|
|
2122
2127
|
}
|
|
@@ -251,6 +251,9 @@
|
|
|
251
251
|
content: "\e85f";
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
+
.e-bigger .e-gantt .e-grid .e-row .e-input-group {
|
|
255
|
+
margin: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
256
|
+
}
|
|
254
257
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
255
258
|
height: 64px;
|
|
256
259
|
}
|
|
@@ -308,6 +311,12 @@
|
|
|
308
311
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
309
312
|
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
310
313
|
}
|
|
314
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
315
|
+
padding-left: 0px;
|
|
316
|
+
}
|
|
317
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
318
|
+
display: block;
|
|
319
|
+
}
|
|
311
320
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
312
321
|
padding: 16px 4px 17px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
313
322
|
}
|
|
@@ -327,9 +336,6 @@
|
|
|
327
336
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
328
337
|
line-height: 28px;
|
|
329
338
|
}
|
|
330
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
331
|
-
width: 350px !important;
|
|
332
|
-
}
|
|
333
339
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
334
340
|
padding: 14px 0 0 !important;
|
|
335
341
|
}
|
|
@@ -337,7 +343,7 @@
|
|
|
337
343
|
border-radius: 6px !important;
|
|
338
344
|
padding: 20px 16px 6px 16px !important;
|
|
339
345
|
}
|
|
340
|
-
.e-bigger .e-grid .e-columnmenu {
|
|
346
|
+
.e-bigger .e-gantt .e-grid .e-columnmenu {
|
|
341
347
|
top: 38px;
|
|
342
348
|
}
|
|
343
349
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -407,7 +413,6 @@
|
|
|
407
413
|
}
|
|
408
414
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
409
415
|
height: 27px !important;
|
|
410
|
-
padding: 5px 0 11px !important; /* stylelint-disable-line declaration-no-important */
|
|
411
416
|
}
|
|
412
417
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
413
418
|
min-height: 26px !important;
|
|
@@ -423,12 +428,6 @@
|
|
|
423
428
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
424
429
|
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
425
430
|
}
|
|
426
|
-
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
427
|
-
margin: 5px 0 6px !important; /* stylelint-disable-line declaration-no-important */
|
|
428
|
-
}
|
|
429
|
-
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
430
|
-
margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
431
|
-
}
|
|
432
431
|
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
433
432
|
border-top: 8px solid #000;
|
|
434
433
|
}
|
|
@@ -674,6 +673,9 @@
|
|
|
674
673
|
line-height: 10px;
|
|
675
674
|
vertical-align: middle;
|
|
676
675
|
}
|
|
676
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
677
|
+
pointer-events: none;
|
|
678
|
+
}
|
|
677
679
|
.e-gantt .e-gantt-chart {
|
|
678
680
|
height: 100%;
|
|
679
681
|
overflow: hidden;
|
|
@@ -1549,6 +1551,9 @@
|
|
|
1549
1551
|
border-color: #616161;
|
|
1550
1552
|
border-radius: 0px;
|
|
1551
1553
|
}
|
|
1554
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1555
|
+
display: none;
|
|
1556
|
+
}
|
|
1552
1557
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1553
1558
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1554
1559
|
opacity: 0.95;
|
|
@@ -1593,6 +1598,9 @@
|
|
|
1593
1598
|
background: rgba(255, 255, 255, 0.28);
|
|
1594
1599
|
opacity: 0.87;
|
|
1595
1600
|
}
|
|
1601
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1602
|
+
border-color: #00b0ff;
|
|
1603
|
+
}
|
|
1596
1604
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1597
1605
|
background: #303030;
|
|
1598
1606
|
border-bottom-color: #616161;
|
|
@@ -1640,7 +1648,7 @@
|
|
|
1640
1648
|
outline-color: rgba(255, 255, 255, 0.5);
|
|
1641
1649
|
}
|
|
1642
1650
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1643
|
-
background
|
|
1651
|
+
background: #3f51b5;
|
|
1644
1652
|
outline: 1px solid #7280ce;
|
|
1645
1653
|
border-radius: 4px;
|
|
1646
1654
|
}
|
|
@@ -1674,10 +1682,10 @@
|
|
|
1674
1682
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1675
1683
|
background-color: #7280ce;
|
|
1676
1684
|
border: 0px;
|
|
1677
|
-
border-radius:
|
|
1685
|
+
border-radius: 3px;
|
|
1678
1686
|
}
|
|
1679
1687
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1680
|
-
background
|
|
1688
|
+
background: #8dd1c4;
|
|
1681
1689
|
outline: #4fb29f;
|
|
1682
1690
|
}
|
|
1683
1691
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1685,7 +1693,7 @@
|
|
|
1685
1693
|
}
|
|
1686
1694
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1687
1695
|
background-color: #67c1b2;
|
|
1688
|
-
|
|
1696
|
+
outline: #4fb29f;
|
|
1689
1697
|
}
|
|
1690
1698
|
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1691
1699
|
background-color: #67c1b2;
|
|
@@ -1745,6 +1753,18 @@
|
|
|
1745
1753
|
.e-gantt .e-gantt-chart .e-line {
|
|
1746
1754
|
border-color: #7280ce;
|
|
1747
1755
|
}
|
|
1756
|
+
.e-gantt .e-gantt-chart .e-connector-line {
|
|
1757
|
+
stroke: #7280ce;
|
|
1758
|
+
}
|
|
1759
|
+
.e-gantt .e-gantt-chart .e-critical-line {
|
|
1760
|
+
stroke: #d13438;
|
|
1761
|
+
}
|
|
1762
|
+
.e-gantt .e-gantt-chart .e-connector-line-arrow {
|
|
1763
|
+
fill: #7280ce;
|
|
1764
|
+
}
|
|
1765
|
+
.e-gantt .e-gantt-chart .e-critical-line-arrow {
|
|
1766
|
+
fill: #d13438;
|
|
1767
|
+
}
|
|
1748
1768
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1749
1769
|
border-left-color: #7280ce;
|
|
1750
1770
|
}
|
|
@@ -1796,7 +1816,10 @@
|
|
|
1796
1816
|
padding-right: 25px;
|
|
1797
1817
|
}
|
|
1798
1818
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
1799
|
-
margin-left:
|
|
1819
|
+
margin-left: 3px;
|
|
1820
|
+
}
|
|
1821
|
+
.e-gantt .e-gantt-chart .e-connectorpoint-left {
|
|
1822
|
+
margin-right: 3px;
|
|
1800
1823
|
}
|
|
1801
1824
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
1802
1825
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
@@ -1830,23 +1853,16 @@
|
|
|
1830
1853
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1831
1854
|
color: #fff;
|
|
1832
1855
|
}
|
|
1833
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1837
|
-
border-top-color: #dadada;
|
|
1838
|
-
}
|
|
1839
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1840
|
-
border-bottom-color: #4cc7ba;
|
|
1841
|
-
}
|
|
1842
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1843
|
-
border-top-color: #4cc7ba;
|
|
1856
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1857
|
+
background-color: #dadada;
|
|
1858
|
+
border-color: #7280ce;
|
|
1844
1859
|
}
|
|
1845
|
-
.e-gantt .e-gantt-chart .e-
|
|
1846
|
-
|
|
1860
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1861
|
+
background-color: #4cc7ba;
|
|
1847
1862
|
}
|
|
1848
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1849
|
-
|
|
1863
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1864
|
+
background-color: #989A9C;
|
|
1865
|
+
border-color: #7280ce;
|
|
1850
1866
|
}
|
|
1851
1867
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1852
1868
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -1866,11 +1882,8 @@
|
|
|
1866
1882
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1867
1883
|
background-color: #ff9800;
|
|
1868
1884
|
}
|
|
1869
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1870
|
-
|
|
1871
|
-
}
|
|
1872
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1873
|
-
border-top-color: #ff9800;
|
|
1885
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1886
|
+
background-color: #ff9800;
|
|
1874
1887
|
}
|
|
1875
1888
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1876
1889
|
border-bottom-color: #e0e0e0;
|
|
@@ -1924,11 +1937,8 @@
|
|
|
1924
1937
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1925
1938
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1926
1939
|
}
|
|
1927
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1928
|
-
|
|
1929
|
-
}
|
|
1930
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1931
|
-
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1940
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1941
|
+
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1932
1942
|
}
|
|
1933
1943
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1934
1944
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1942,21 +1952,15 @@
|
|
|
1942
1952
|
background: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1943
1953
|
border: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1944
1954
|
}
|
|
1945
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1946
|
-
|
|
1947
|
-
}
|
|
1948
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1949
|
-
border-top-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1955
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
1956
|
+
background-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1950
1957
|
}
|
|
1951
1958
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1952
1959
|
background: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1953
1960
|
border: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1954
1961
|
}
|
|
1955
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
1956
|
-
|
|
1957
|
-
}
|
|
1958
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1959
|
-
border-top-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1962
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
1963
|
+
background-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1960
1964
|
}
|
|
1961
1965
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1962
1966
|
border-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2056,15 +2060,16 @@
|
|
|
2056
2060
|
}
|
|
2057
2061
|
|
|
2058
2062
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2059
|
-
background
|
|
2060
|
-
|
|
2063
|
+
background: #F3D8DA;
|
|
2064
|
+
outline: 1px solid #F3D8DA;
|
|
2061
2065
|
border-radius: 4px;
|
|
2062
2066
|
}
|
|
2063
2067
|
|
|
2064
2068
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2065
2069
|
background-color: #D13438;
|
|
2066
2070
|
border: 0px;
|
|
2067
|
-
|
|
2071
|
+
position: absolute;
|
|
2072
|
+
border-radius: 3px;
|
|
2068
2073
|
}
|
|
2069
2074
|
|
|
2070
2075
|
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
@@ -2074,10 +2079,6 @@
|
|
|
2074
2079
|
border-radius: 0px;
|
|
2075
2080
|
}
|
|
2076
2081
|
|
|
2077
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2078
|
-
|
|
2079
|
-
}
|
|
2080
|
-
|
|
2081
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2082
|
-
border-top-color: #d13438;
|
|
2082
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2083
|
+
background-color: #d13438;
|
|
2083
2084
|
}
|