@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
|
@@ -268,6 +268,12 @@
|
|
|
268
268
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
269
269
|
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
270
270
|
}
|
|
271
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
272
|
+
padding-left: 13px;
|
|
273
|
+
}
|
|
274
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
275
|
+
display: block;
|
|
276
|
+
}
|
|
271
277
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
272
278
|
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
273
279
|
}
|
|
@@ -287,9 +293,6 @@
|
|
|
287
293
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
288
294
|
line-height: 28px;
|
|
289
295
|
}
|
|
290
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
291
|
-
width: 350px !important;
|
|
292
|
-
}
|
|
293
296
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
294
297
|
padding: 16px 0 0 !important;
|
|
295
298
|
}
|
|
@@ -297,7 +300,7 @@
|
|
|
297
300
|
border-radius: 6px !important;
|
|
298
301
|
padding: 32px 16px 16px !important;
|
|
299
302
|
}
|
|
300
|
-
.e-bigger .e-grid .e-columnmenu {
|
|
303
|
+
.e-bigger .e-gantt .e-grid .e-columnmenu {
|
|
301
304
|
top: 45px;
|
|
302
305
|
}
|
|
303
306
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -627,6 +630,9 @@
|
|
|
627
630
|
line-height: 10px;
|
|
628
631
|
vertical-align: middle;
|
|
629
632
|
}
|
|
633
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
634
|
+
pointer-events: none;
|
|
635
|
+
}
|
|
630
636
|
.e-gantt .e-gantt-chart {
|
|
631
637
|
height: 100%;
|
|
632
638
|
overflow: hidden;
|
|
@@ -1502,6 +1508,9 @@
|
|
|
1502
1508
|
border-color: #414040;
|
|
1503
1509
|
border-radius: 0px;
|
|
1504
1510
|
}
|
|
1511
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1512
|
+
display: none;
|
|
1513
|
+
}
|
|
1505
1514
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1506
1515
|
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
|
|
1507
1516
|
opacity: 0.95;
|
|
@@ -1546,6 +1555,9 @@
|
|
|
1546
1555
|
background: #514f4f;
|
|
1547
1556
|
opacity: 1;
|
|
1548
1557
|
}
|
|
1558
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1559
|
+
border-color: #0074cc;
|
|
1560
|
+
}
|
|
1549
1561
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1550
1562
|
background: #201f1f;
|
|
1551
1563
|
border-bottom-color: #414040;
|
|
@@ -1593,7 +1605,7 @@
|
|
|
1593
1605
|
outline-color: #dadada;
|
|
1594
1606
|
}
|
|
1595
1607
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1596
|
-
background
|
|
1608
|
+
background: #0074cc;
|
|
1597
1609
|
outline: 1px solid #0063ad;
|
|
1598
1610
|
border-radius: 0px;
|
|
1599
1611
|
}
|
|
@@ -1627,10 +1639,10 @@
|
|
|
1627
1639
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1628
1640
|
background-color: #0063ad;
|
|
1629
1641
|
border: 0px;
|
|
1630
|
-
border-radius:
|
|
1642
|
+
border-radius: 3px;
|
|
1631
1643
|
}
|
|
1632
1644
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1633
|
-
background
|
|
1645
|
+
background: #8dd1c4;
|
|
1634
1646
|
outline: #4fb29f;
|
|
1635
1647
|
}
|
|
1636
1648
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1638,7 +1650,7 @@
|
|
|
1638
1650
|
}
|
|
1639
1651
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1640
1652
|
background-color: #67c1b2;
|
|
1641
|
-
|
|
1653
|
+
outline: #4fb29f;
|
|
1642
1654
|
}
|
|
1643
1655
|
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1644
1656
|
background-color: #67c1b2;
|
|
@@ -1698,6 +1710,18 @@
|
|
|
1698
1710
|
.e-gantt .e-gantt-chart .e-line {
|
|
1699
1711
|
border-color: #005799;
|
|
1700
1712
|
}
|
|
1713
|
+
.e-gantt .e-gantt-chart .e-connector-line {
|
|
1714
|
+
stroke: #005799;
|
|
1715
|
+
}
|
|
1716
|
+
.e-gantt .e-gantt-chart .e-critical-line {
|
|
1717
|
+
stroke: #d13438;
|
|
1718
|
+
}
|
|
1719
|
+
.e-gantt .e-gantt-chart .e-connector-line-arrow {
|
|
1720
|
+
fill: #005799;
|
|
1721
|
+
}
|
|
1722
|
+
.e-gantt .e-gantt-chart .e-critical-line-arrow {
|
|
1723
|
+
fill: #d13438;
|
|
1724
|
+
}
|
|
1701
1725
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1702
1726
|
border-left-color: #005799;
|
|
1703
1727
|
}
|
|
@@ -1749,7 +1773,10 @@
|
|
|
1749
1773
|
padding-right: 25px;
|
|
1750
1774
|
}
|
|
1751
1775
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
1752
|
-
margin-left:
|
|
1776
|
+
margin-left: 3px;
|
|
1777
|
+
}
|
|
1778
|
+
.e-gantt .e-gantt-chart .e-connectorpoint-left {
|
|
1779
|
+
margin-right: 3px;
|
|
1753
1780
|
}
|
|
1754
1781
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
1755
1782
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
@@ -1783,23 +1810,16 @@
|
|
|
1783
1810
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1784
1811
|
color: #fff;
|
|
1785
1812
|
}
|
|
1786
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1790
|
-
border-top-color: #dadada;
|
|
1791
|
-
}
|
|
1792
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1793
|
-
border-bottom-color: #4cc7ba;
|
|
1794
|
-
}
|
|
1795
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1796
|
-
border-top-color: #4cc7ba;
|
|
1813
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1814
|
+
background-color: #dadada;
|
|
1815
|
+
border-color: #0063ad;
|
|
1797
1816
|
}
|
|
1798
|
-
.e-gantt .e-gantt-chart .e-
|
|
1799
|
-
|
|
1817
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1818
|
+
background-color: #4cc7ba;
|
|
1800
1819
|
}
|
|
1801
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1802
|
-
|
|
1820
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1821
|
+
background-color: #989A9C;
|
|
1822
|
+
border-color: #0063ad;
|
|
1803
1823
|
}
|
|
1804
1824
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1805
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%);
|
|
@@ -1819,11 +1839,8 @@
|
|
|
1819
1839
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1820
1840
|
background-color: #ff9800;
|
|
1821
1841
|
}
|
|
1822
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1823
|
-
|
|
1824
|
-
}
|
|
1825
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1826
|
-
border-top-color: #ff9800;
|
|
1842
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1843
|
+
background-color: #ff9800;
|
|
1827
1844
|
}
|
|
1828
1845
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1829
1846
|
border-bottom-color: #e0e0e0;
|
|
@@ -1877,11 +1894,8 @@
|
|
|
1877
1894
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1878
1895
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1879
1896
|
}
|
|
1880
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1881
|
-
|
|
1882
|
-
}
|
|
1883
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1884
|
-
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 */
|
|
1885
1899
|
}
|
|
1886
1900
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1887
1901
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1895,21 +1909,15 @@
|
|
|
1895
1909
|
background: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1896
1910
|
border: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1897
1911
|
}
|
|
1898
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1899
|
-
|
|
1900
|
-
}
|
|
1901
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1902
|
-
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 */
|
|
1903
1914
|
}
|
|
1904
1915
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1905
1916
|
background: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1906
1917
|
border: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1907
1918
|
}
|
|
1908
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
1909
|
-
|
|
1910
|
-
}
|
|
1911
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1912
|
-
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 */
|
|
1913
1921
|
}
|
|
1914
1922
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1915
1923
|
border-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2009,15 +2017,16 @@
|
|
|
2009
2017
|
}
|
|
2010
2018
|
|
|
2011
2019
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2012
|
-
background
|
|
2013
|
-
|
|
2020
|
+
background: #f3d8da;
|
|
2021
|
+
outline: 1px solid #f3d8da;
|
|
2014
2022
|
border-radius: 0px;
|
|
2015
2023
|
}
|
|
2016
2024
|
|
|
2017
2025
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2018
2026
|
background-color: #d13438;
|
|
2019
2027
|
border: 0px;
|
|
2020
|
-
|
|
2028
|
+
position: absolute;
|
|
2029
|
+
border-radius: 3px;
|
|
2021
2030
|
}
|
|
2022
2031
|
|
|
2023
2032
|
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
@@ -2027,10 +2036,6 @@
|
|
|
2027
2036
|
border-radius: 0px;
|
|
2028
2037
|
}
|
|
2029
2038
|
|
|
2030
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2031
|
-
|
|
2032
|
-
}
|
|
2033
|
-
|
|
2034
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2035
|
-
border-top-color: #d13438;
|
|
2039
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2040
|
+
background-color: #d13438;
|
|
2036
2041
|
}
|
package/styles/gantt/fabric.css
CHANGED
|
@@ -266,6 +266,12 @@
|
|
|
266
266
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
267
267
|
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
268
268
|
}
|
|
269
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
270
|
+
padding-left: 13px;
|
|
271
|
+
}
|
|
272
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
273
|
+
display: block;
|
|
274
|
+
}
|
|
269
275
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
270
276
|
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
271
277
|
}
|
|
@@ -285,9 +291,6 @@
|
|
|
285
291
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
286
292
|
line-height: 28px;
|
|
287
293
|
}
|
|
288
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
289
|
-
width: 350px !important;
|
|
290
|
-
}
|
|
291
294
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
292
295
|
padding: 16px 0 0 !important;
|
|
293
296
|
}
|
|
@@ -295,7 +298,7 @@
|
|
|
295
298
|
border-radius: 6px !important;
|
|
296
299
|
padding: 32px 16px 16px !important;
|
|
297
300
|
}
|
|
298
|
-
.e-bigger .e-grid .e-columnmenu {
|
|
301
|
+
.e-bigger .e-gantt .e-grid .e-columnmenu {
|
|
299
302
|
top: 45px;
|
|
300
303
|
}
|
|
301
304
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -625,6 +628,9 @@
|
|
|
625
628
|
line-height: 10px;
|
|
626
629
|
vertical-align: middle;
|
|
627
630
|
}
|
|
631
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
632
|
+
pointer-events: none;
|
|
633
|
+
}
|
|
628
634
|
.e-gantt .e-gantt-chart {
|
|
629
635
|
height: 100%;
|
|
630
636
|
overflow: hidden;
|
|
@@ -1500,6 +1506,9 @@
|
|
|
1500
1506
|
border-color: #eaeaea;
|
|
1501
1507
|
border-radius: 0px;
|
|
1502
1508
|
}
|
|
1509
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1510
|
+
display: none;
|
|
1511
|
+
}
|
|
1503
1512
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1504
1513
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
1505
1514
|
opacity: 0.95;
|
|
@@ -1544,6 +1553,9 @@
|
|
|
1544
1553
|
background: rgb(209, 235, 255);
|
|
1545
1554
|
opacity: 1;
|
|
1546
1555
|
}
|
|
1556
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1557
|
+
border-color: #0078d6;
|
|
1558
|
+
}
|
|
1547
1559
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1548
1560
|
background: #fff;
|
|
1549
1561
|
border-bottom-color: #eaeaea;
|
|
@@ -1591,7 +1603,7 @@
|
|
|
1591
1603
|
outline-color: #666;
|
|
1592
1604
|
}
|
|
1593
1605
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1594
|
-
background
|
|
1606
|
+
background: #0078d6;
|
|
1595
1607
|
outline: 1px solid #005ba3;
|
|
1596
1608
|
border-radius: 0px;
|
|
1597
1609
|
}
|
|
@@ -1625,10 +1637,10 @@
|
|
|
1625
1637
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1626
1638
|
background-color: #005ba3;
|
|
1627
1639
|
border: 0px;
|
|
1628
|
-
border-radius:
|
|
1640
|
+
border-radius: 3px;
|
|
1629
1641
|
}
|
|
1630
1642
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1631
|
-
background
|
|
1643
|
+
background: #9A38BA;
|
|
1632
1644
|
outline: 1px solid #6D1888;
|
|
1633
1645
|
}
|
|
1634
1646
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1636,7 +1648,7 @@
|
|
|
1636
1648
|
}
|
|
1637
1649
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1638
1650
|
background-color: #6D1888;
|
|
1639
|
-
|
|
1651
|
+
outline: 0px;
|
|
1640
1652
|
}
|
|
1641
1653
|
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1642
1654
|
background-color: #6D1888;
|
|
@@ -1696,6 +1708,18 @@
|
|
|
1696
1708
|
.e-gantt .e-gantt-chart .e-line {
|
|
1697
1709
|
border-color: #00457a;
|
|
1698
1710
|
}
|
|
1711
|
+
.e-gantt .e-gantt-chart .e-connector-line {
|
|
1712
|
+
stroke: #00457a;
|
|
1713
|
+
}
|
|
1714
|
+
.e-gantt .e-gantt-chart .e-critical-line {
|
|
1715
|
+
stroke: #d13438;
|
|
1716
|
+
}
|
|
1717
|
+
.e-gantt .e-gantt-chart .e-connector-line-arrow {
|
|
1718
|
+
fill: #00457a;
|
|
1719
|
+
}
|
|
1720
|
+
.e-gantt .e-gantt-chart .e-critical-line-arrow {
|
|
1721
|
+
fill: #d13438;
|
|
1722
|
+
}
|
|
1699
1723
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1700
1724
|
border-left-color: #00457a;
|
|
1701
1725
|
}
|
|
@@ -1747,7 +1771,10 @@
|
|
|
1747
1771
|
padding-right: 25px;
|
|
1748
1772
|
}
|
|
1749
1773
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
1750
|
-
margin-left:
|
|
1774
|
+
margin-left: 3px;
|
|
1775
|
+
}
|
|
1776
|
+
.e-gantt .e-gantt-chart .e-connectorpoint-left {
|
|
1777
|
+
margin-right: 3px;
|
|
1751
1778
|
}
|
|
1752
1779
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
1753
1780
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
@@ -1781,23 +1808,16 @@
|
|
|
1781
1808
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1782
1809
|
color: #fff;
|
|
1783
1810
|
}
|
|
1784
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1788
|
-
border-top-color: #505050;
|
|
1789
|
-
}
|
|
1790
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1791
|
-
border-bottom-color: #505050;
|
|
1792
|
-
}
|
|
1793
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1794
|
-
border-top-color: #505050;
|
|
1811
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1812
|
+
background-color: #505050;
|
|
1813
|
+
border-color: #005ba3;
|
|
1795
1814
|
}
|
|
1796
|
-
.e-gantt .e-gantt-chart .e-
|
|
1797
|
-
|
|
1815
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1816
|
+
background-color: #505050;
|
|
1798
1817
|
}
|
|
1799
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1800
|
-
|
|
1818
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1819
|
+
background-color: #989A9C;
|
|
1820
|
+
border-color: #005ba3;
|
|
1801
1821
|
}
|
|
1802
1822
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1803
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%);
|
|
@@ -1817,11 +1837,8 @@
|
|
|
1817
1837
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1818
1838
|
background-color: #d83b01;
|
|
1819
1839
|
}
|
|
1820
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1821
|
-
|
|
1822
|
-
}
|
|
1823
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1824
|
-
border-top-color: #d83b01;
|
|
1840
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1841
|
+
background-color: #d83b01;
|
|
1825
1842
|
}
|
|
1826
1843
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1827
1844
|
border-bottom-color: #e0e0e0;
|
|
@@ -1875,11 +1892,8 @@
|
|
|
1875
1892
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1876
1893
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1877
1894
|
}
|
|
1878
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1879
|
-
|
|
1880
|
-
}
|
|
1881
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1882
|
-
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 */
|
|
1883
1897
|
}
|
|
1884
1898
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1885
1899
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1893,21 +1907,15 @@
|
|
|
1893
1907
|
background: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1894
1908
|
border: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1895
1909
|
}
|
|
1896
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1897
|
-
|
|
1898
|
-
}
|
|
1899
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1900
|
-
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 */
|
|
1901
1912
|
}
|
|
1902
1913
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1903
1914
|
background: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1904
1915
|
border: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1905
1916
|
}
|
|
1906
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
1907
|
-
|
|
1908
|
-
}
|
|
1909
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1910
|
-
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 */
|
|
1911
1919
|
}
|
|
1912
1920
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1913
1921
|
border-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2007,15 +2015,16 @@
|
|
|
2007
2015
|
}
|
|
2008
2016
|
|
|
2009
2017
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2010
|
-
background
|
|
2011
|
-
|
|
2018
|
+
background: #f3d8da;
|
|
2019
|
+
outline: 1px solid #f3d8da;
|
|
2012
2020
|
border-radius: 0px;
|
|
2013
2021
|
}
|
|
2014
2022
|
|
|
2015
2023
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2016
2024
|
background-color: #d13438;
|
|
2017
2025
|
border: 0px;
|
|
2018
|
-
|
|
2026
|
+
position: absolute;
|
|
2027
|
+
border-radius: 3px;
|
|
2019
2028
|
}
|
|
2020
2029
|
|
|
2021
2030
|
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
@@ -2025,10 +2034,6 @@
|
|
|
2025
2034
|
border-radius: 0px;
|
|
2026
2035
|
}
|
|
2027
2036
|
|
|
2028
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2029
|
-
|
|
2030
|
-
}
|
|
2031
|
-
|
|
2032
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2033
|
-
border-top-color: #D13438;
|
|
2037
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2038
|
+
background-color: #D13438;
|
|
2034
2039
|
}
|