@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
package/styles/fluent.css
CHANGED
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
325
325
|
background-color: #005ba1;
|
|
326
326
|
border-color: #fff;
|
|
327
|
-
outline: 2px solid #
|
|
327
|
+
outline: 2px solid #fff;
|
|
328
328
|
}
|
|
329
329
|
.e-bigger .e-gantt .e-tab .e-content {
|
|
330
330
|
height: 254px !important;
|
|
@@ -332,6 +332,14 @@
|
|
|
332
332
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
333
333
|
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
334
334
|
}
|
|
335
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
336
|
+
padding-left: 0px;
|
|
337
|
+
}
|
|
338
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
339
|
+
display: block;
|
|
340
|
+
bottom: 0;
|
|
341
|
+
height: 3px;
|
|
342
|
+
}
|
|
335
343
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
336
344
|
padding: 16px 4px 16px 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
337
345
|
}
|
|
@@ -354,9 +362,6 @@
|
|
|
354
362
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
355
363
|
line-height: 28px;
|
|
356
364
|
}
|
|
357
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
358
|
-
width: 392px !important;
|
|
359
|
-
}
|
|
360
365
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
361
366
|
padding: 28px 0 0 !important;
|
|
362
367
|
}
|
|
@@ -364,7 +369,7 @@
|
|
|
364
369
|
border-radius: 2px !important;
|
|
365
370
|
padding: 28px 28px 0px 28px !important;
|
|
366
371
|
}
|
|
367
|
-
.e-bigger .e-grid .e-columnmenu {
|
|
372
|
+
.e-bigger .e-gantt .e-grid .e-columnmenu {
|
|
368
373
|
top: 38px;
|
|
369
374
|
}
|
|
370
375
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -403,6 +408,7 @@
|
|
|
403
408
|
border-radius: 50%;
|
|
404
409
|
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
405
410
|
width: auto;
|
|
411
|
+
margin-right: 6px;
|
|
406
412
|
}
|
|
407
413
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
408
414
|
margin-left: 16px !important;
|
|
@@ -450,11 +456,11 @@
|
|
|
450
456
|
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
451
457
|
}
|
|
452
458
|
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
453
|
-
border-top: 8px solid #
|
|
454
|
-
border-top: 12.5px solid #
|
|
459
|
+
border-top: 8px solid #323130;
|
|
460
|
+
border-top: 12.5px solid #323130;
|
|
455
461
|
}
|
|
456
462
|
.e-bigger .e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
|
|
457
|
-
color: #
|
|
463
|
+
color: #323130;
|
|
458
464
|
}
|
|
459
465
|
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
460
466
|
color: #a19f9d !important;
|
|
@@ -466,17 +472,17 @@
|
|
|
466
472
|
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
467
473
|
}
|
|
468
474
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
469
|
-
background-color: #
|
|
470
|
-
border-color: #
|
|
471
|
-
color: #
|
|
475
|
+
background-color: #323130;
|
|
476
|
+
border-color: #323130;
|
|
477
|
+
color: #fff;
|
|
472
478
|
font-size: 12px;
|
|
473
479
|
line-height: 18px;
|
|
474
480
|
padding: 0 8px 0 0;
|
|
475
481
|
}
|
|
476
482
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
477
|
-
background-color: #
|
|
478
|
-
border-color: #
|
|
479
|
-
color: #
|
|
483
|
+
background-color: #323130;
|
|
484
|
+
border-color: #323130;
|
|
485
|
+
color: #fff;
|
|
480
486
|
font-size: 12px;
|
|
481
487
|
line-height: 18px;
|
|
482
488
|
padding: 0 0 0 8px;
|
|
@@ -578,7 +584,7 @@
|
|
|
578
584
|
border-width: 1px;
|
|
579
585
|
box-shadow: 0 0;
|
|
580
586
|
font-size: 12px;
|
|
581
|
-
font-weight:
|
|
587
|
+
font-weight: 700;
|
|
582
588
|
opacity: 1;
|
|
583
589
|
overflow: hidden;
|
|
584
590
|
padding: 2px 8px 1px;
|
|
@@ -696,6 +702,9 @@
|
|
|
696
702
|
line-height: 10px;
|
|
697
703
|
vertical-align: middle;
|
|
698
704
|
}
|
|
705
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
706
|
+
pointer-events: none;
|
|
707
|
+
}
|
|
699
708
|
.e-gantt .e-gantt-chart {
|
|
700
709
|
height: 100%;
|
|
701
710
|
overflow: hidden;
|
|
@@ -770,7 +779,7 @@
|
|
|
770
779
|
display: -ms-inline-flexbox;
|
|
771
780
|
display: inline-flex;
|
|
772
781
|
font-size: 14px;
|
|
773
|
-
font-weight:
|
|
782
|
+
font-weight: 700;
|
|
774
783
|
margin: 0;
|
|
775
784
|
padding: 0;
|
|
776
785
|
position: static;
|
|
@@ -1520,16 +1529,16 @@
|
|
|
1520
1529
|
}
|
|
1521
1530
|
|
|
1522
1531
|
.e-predecessor-tooltip {
|
|
1523
|
-
background-color: #
|
|
1524
|
-
border-color: #
|
|
1532
|
+
background-color: #323130 !important; /* stylelint-disable-line declaration-no-important */
|
|
1533
|
+
border-color: #323130 !important; /* stylelint-disable-line declaration-no-important */
|
|
1525
1534
|
visibility: hidden;
|
|
1526
1535
|
}
|
|
1527
1536
|
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
1528
|
-
border-top: 8px solid #
|
|
1529
|
-
border-top: 12.5px solid #
|
|
1537
|
+
border-top: 8px solid #323130;
|
|
1538
|
+
border-top: 12.5px solid #323130;
|
|
1530
1539
|
}
|
|
1531
1540
|
.e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
|
|
1532
|
-
color: #
|
|
1541
|
+
color: #323130;
|
|
1533
1542
|
}
|
|
1534
1543
|
.e-predecessor-tooltip .e-left-btn:disabled {
|
|
1535
1544
|
color: #a19f9d !important;
|
|
@@ -1541,17 +1550,17 @@
|
|
|
1541
1550
|
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1542
1551
|
}
|
|
1543
1552
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1544
|
-
background-color: #
|
|
1545
|
-
border-color: #
|
|
1546
|
-
color: #
|
|
1553
|
+
background-color: #323130;
|
|
1554
|
+
border-color: #323130;
|
|
1555
|
+
color: #fff;
|
|
1547
1556
|
font-size: 12px;
|
|
1548
1557
|
line-height: 18px;
|
|
1549
1558
|
padding: 0 8px 0 0;
|
|
1550
1559
|
}
|
|
1551
1560
|
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
1552
|
-
background-color: #
|
|
1553
|
-
border-color: #
|
|
1554
|
-
color: #
|
|
1561
|
+
background-color: #323130;
|
|
1562
|
+
border-color: #323130;
|
|
1563
|
+
color: #fff;
|
|
1555
1564
|
font-size: 12px;
|
|
1556
1565
|
line-height: 18px;
|
|
1557
1566
|
padding: 0 0 0 8px;
|
|
@@ -1575,6 +1584,9 @@
|
|
|
1575
1584
|
border-color: #edebe9;
|
|
1576
1585
|
border-radius: 0px;
|
|
1577
1586
|
}
|
|
1587
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1588
|
+
display: none;
|
|
1589
|
+
}
|
|
1578
1590
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1579
1591
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1580
1592
|
opacity: 0.95;
|
|
@@ -1619,6 +1631,9 @@
|
|
|
1619
1631
|
background: #edebe9;
|
|
1620
1632
|
opacity: 0.9;
|
|
1621
1633
|
}
|
|
1634
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1635
|
+
border-color: #0078d4;
|
|
1636
|
+
}
|
|
1622
1637
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1623
1638
|
background: #fff;
|
|
1624
1639
|
border-bottom-color: #edebe9;
|
|
@@ -1666,7 +1681,7 @@
|
|
|
1666
1681
|
outline-color: #605e5c;
|
|
1667
1682
|
}
|
|
1668
1683
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1669
|
-
background
|
|
1684
|
+
background: #6ec0ff;
|
|
1670
1685
|
outline: 1px solid #0078d4;
|
|
1671
1686
|
border-radius: 4px;
|
|
1672
1687
|
}
|
|
@@ -1700,10 +1715,10 @@
|
|
|
1700
1715
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1701
1716
|
background-color: #0078d4;
|
|
1702
1717
|
border: 0px;
|
|
1703
|
-
border-radius:
|
|
1718
|
+
border-radius: 3px;
|
|
1704
1719
|
}
|
|
1705
1720
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1706
|
-
background
|
|
1721
|
+
background: #dff6dd;
|
|
1707
1722
|
outline: 1px solid #0b6a0b;
|
|
1708
1723
|
}
|
|
1709
1724
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1711,7 +1726,7 @@
|
|
|
1711
1726
|
}
|
|
1712
1727
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1713
1728
|
background-color: #0b6a0b;
|
|
1714
|
-
|
|
1729
|
+
outline: 0px;
|
|
1715
1730
|
}
|
|
1716
1731
|
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1717
1732
|
background-color: #0b6a0b;
|
|
@@ -1771,6 +1786,18 @@
|
|
|
1771
1786
|
.e-gantt .e-gantt-chart .e-line {
|
|
1772
1787
|
border-color: #0078d4;
|
|
1773
1788
|
}
|
|
1789
|
+
.e-gantt .e-gantt-chart .e-connector-line {
|
|
1790
|
+
stroke: #0078d4;
|
|
1791
|
+
}
|
|
1792
|
+
.e-gantt .e-gantt-chart .e-critical-line {
|
|
1793
|
+
stroke: #d13438;
|
|
1794
|
+
}
|
|
1795
|
+
.e-gantt .e-gantt-chart .e-connector-line-arrow {
|
|
1796
|
+
fill: #0078d4;
|
|
1797
|
+
}
|
|
1798
|
+
.e-gantt .e-gantt-chart .e-critical-line-arrow {
|
|
1799
|
+
fill: #d13438;
|
|
1800
|
+
}
|
|
1774
1801
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1775
1802
|
border-left-color: #0078d4;
|
|
1776
1803
|
}
|
|
@@ -1822,7 +1849,10 @@
|
|
|
1822
1849
|
padding-right: 25px;
|
|
1823
1850
|
}
|
|
1824
1851
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
1825
|
-
margin-left:
|
|
1852
|
+
margin-left: 3px;
|
|
1853
|
+
}
|
|
1854
|
+
.e-gantt .e-gantt-chart .e-connectorpoint-left {
|
|
1855
|
+
margin-right: 3px;
|
|
1826
1856
|
}
|
|
1827
1857
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
1828
1858
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
@@ -1856,23 +1886,16 @@
|
|
|
1856
1886
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1857
1887
|
color: #fff;
|
|
1858
1888
|
}
|
|
1859
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1863
|
-
border-top-color: #d2d0ce;
|
|
1864
|
-
}
|
|
1865
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1866
|
-
border-bottom-color: #d2d0ce;
|
|
1867
|
-
}
|
|
1868
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1869
|
-
border-top-color: #d2d0ce;
|
|
1889
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1890
|
+
background-color: #d2d0ce;
|
|
1891
|
+
border-color: #0078d4;
|
|
1870
1892
|
}
|
|
1871
|
-
.e-gantt .e-gantt-chart .e-
|
|
1872
|
-
|
|
1893
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1894
|
+
background-color: #d2d0ce;
|
|
1873
1895
|
}
|
|
1874
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1875
|
-
|
|
1896
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1897
|
+
background-color: #d2d0ce;
|
|
1898
|
+
border-color: #0078d4;
|
|
1876
1899
|
}
|
|
1877
1900
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1878
1901
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -1892,11 +1915,8 @@
|
|
|
1892
1915
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1893
1916
|
background-color: #ca5010;
|
|
1894
1917
|
}
|
|
1895
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1896
|
-
|
|
1897
|
-
}
|
|
1898
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1899
|
-
border-top-color: #ca5010;
|
|
1918
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1919
|
+
background-color: #ca5010;
|
|
1900
1920
|
}
|
|
1901
1921
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1902
1922
|
border-bottom-color: #edebe9;
|
|
@@ -1950,11 +1970,8 @@
|
|
|
1950
1970
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1951
1971
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1952
1972
|
}
|
|
1953
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1954
|
-
|
|
1955
|
-
}
|
|
1956
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1957
|
-
border-top-color: #c7e0f4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1973
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1974
|
+
background-color: #c7e0f4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1958
1975
|
}
|
|
1959
1976
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1960
1977
|
background-color: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1968,21 +1985,15 @@
|
|
|
1968
1985
|
background: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1969
1986
|
border: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1970
1987
|
}
|
|
1971
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1972
|
-
|
|
1973
|
-
}
|
|
1974
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1975
|
-
border-top-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1988
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
1989
|
+
background-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
1976
1990
|
}
|
|
1977
1991
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1978
1992
|
background: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1979
1993
|
border: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1980
1994
|
}
|
|
1981
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
1982
|
-
|
|
1983
|
-
}
|
|
1984
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1985
|
-
border-top-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1995
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
1996
|
+
background-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1986
1997
|
}
|
|
1987
1998
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1988
1999
|
border-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2082,15 +2093,16 @@
|
|
|
2082
2093
|
}
|
|
2083
2094
|
|
|
2084
2095
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2085
|
-
background
|
|
2086
|
-
|
|
2096
|
+
background: #fed9cc;
|
|
2097
|
+
outline: 1px solid #fed9cc;
|
|
2087
2098
|
border-radius: 4px;
|
|
2088
2099
|
}
|
|
2089
2100
|
|
|
2090
2101
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2091
2102
|
background-color: #d13438;
|
|
2092
2103
|
border: 0px;
|
|
2093
|
-
|
|
2104
|
+
position: absolute;
|
|
2105
|
+
border-radius: 3px;
|
|
2094
2106
|
}
|
|
2095
2107
|
|
|
2096
2108
|
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
@@ -2100,10 +2112,6 @@
|
|
|
2100
2112
|
border-radius: 4px;
|
|
2101
2113
|
}
|
|
2102
2114
|
|
|
2103
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2104
|
-
|
|
2105
|
-
}
|
|
2106
|
-
|
|
2107
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2108
|
-
border-top-color: #d13438;
|
|
2115
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2116
|
+
background-color: #d13438;
|
|
2109
2117
|
}
|
|
@@ -312,6 +312,12 @@
|
|
|
312
312
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
313
313
|
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
314
314
|
}
|
|
315
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
316
|
+
padding-left: 12px;
|
|
317
|
+
}
|
|
318
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
319
|
+
display: block;
|
|
320
|
+
}
|
|
315
321
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
316
322
|
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
317
323
|
}
|
|
@@ -331,9 +337,6 @@
|
|
|
331
337
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
332
338
|
line-height: 28px;
|
|
333
339
|
}
|
|
334
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
335
|
-
width: 350px !important;
|
|
336
|
-
}
|
|
337
340
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
338
341
|
padding: 16px 0 0 !important;
|
|
339
342
|
}
|
|
@@ -341,7 +344,7 @@
|
|
|
341
344
|
border-radius: 6px !important;
|
|
342
345
|
padding: 32px 16px 16px !important;
|
|
343
346
|
}
|
|
344
|
-
.e-bigger .e-grid .e-columnmenu {
|
|
347
|
+
.e-bigger .e-gantt .e-grid .e-columnmenu {
|
|
345
348
|
top: 40px;
|
|
346
349
|
}
|
|
347
350
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -380,6 +383,7 @@
|
|
|
380
383
|
border-radius: 50%;
|
|
381
384
|
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
382
385
|
width: auto;
|
|
386
|
+
box-shadow: none;
|
|
383
387
|
}
|
|
384
388
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
385
389
|
margin-left: 5px !important;
|
|
@@ -671,6 +675,9 @@
|
|
|
671
675
|
line-height: 10px;
|
|
672
676
|
vertical-align: middle;
|
|
673
677
|
}
|
|
678
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
679
|
+
pointer-events: none;
|
|
680
|
+
}
|
|
674
681
|
.e-gantt .e-gantt-chart {
|
|
675
682
|
height: 100%;
|
|
676
683
|
overflow: hidden;
|
|
@@ -1361,6 +1368,7 @@
|
|
|
1361
1368
|
border-radius: 50%;
|
|
1362
1369
|
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1363
1370
|
width: auto;
|
|
1371
|
+
box-shadow: none;
|
|
1364
1372
|
}
|
|
1365
1373
|
|
|
1366
1374
|
.e-icon-rowselect::before {
|
|
@@ -1546,6 +1554,9 @@
|
|
|
1546
1554
|
border-color: #484848;
|
|
1547
1555
|
border-radius: 4px;
|
|
1548
1556
|
}
|
|
1557
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1558
|
+
display: none;
|
|
1559
|
+
}
|
|
1549
1560
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1550
1561
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
1551
1562
|
opacity: 0.95;
|
|
@@ -1590,6 +1601,9 @@
|
|
|
1590
1601
|
background: #484848;
|
|
1591
1602
|
opacity: 1;
|
|
1592
1603
|
}
|
|
1604
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1605
|
+
border-color: #0070f0;
|
|
1606
|
+
}
|
|
1593
1607
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1594
1608
|
background: #1a1a1a;
|
|
1595
1609
|
border-bottom-color: #484848;
|
|
@@ -1637,7 +1651,7 @@
|
|
|
1637
1651
|
outline-color: #248aff;
|
|
1638
1652
|
}
|
|
1639
1653
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1640
|
-
background
|
|
1654
|
+
background: #248aff;
|
|
1641
1655
|
outline: 1px solid #0070f0;
|
|
1642
1656
|
border-radius: 4px;
|
|
1643
1657
|
}
|
|
@@ -1665,16 +1679,16 @@
|
|
|
1665
1679
|
}
|
|
1666
1680
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1667
1681
|
background-color: #4cc7ba;
|
|
1668
|
-
border:
|
|
1682
|
+
border: 0px solid #4cc7ba;
|
|
1669
1683
|
border-radius: 4px;
|
|
1670
1684
|
}
|
|
1671
1685
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1672
1686
|
background-color: #0070f0;
|
|
1673
|
-
border:
|
|
1674
|
-
border-radius:
|
|
1687
|
+
border: 0px solid #0070f0;
|
|
1688
|
+
border-radius: 3px;
|
|
1675
1689
|
}
|
|
1676
1690
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1677
|
-
background
|
|
1691
|
+
background: #8dd1c4;
|
|
1678
1692
|
outline: #4fb29f;
|
|
1679
1693
|
}
|
|
1680
1694
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1682,7 +1696,7 @@
|
|
|
1682
1696
|
}
|
|
1683
1697
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1684
1698
|
background-color: #67c1b2;
|
|
1685
|
-
|
|
1699
|
+
outline: #4fb29f;
|
|
1686
1700
|
}
|
|
1687
1701
|
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1688
1702
|
background-color: #67c1b2;
|
|
@@ -1742,6 +1756,18 @@
|
|
|
1742
1756
|
.e-gantt .e-gantt-chart .e-line {
|
|
1743
1757
|
border-color: #0070f0;
|
|
1744
1758
|
}
|
|
1759
|
+
.e-gantt .e-gantt-chart .e-connector-line {
|
|
1760
|
+
stroke: #0070f0;
|
|
1761
|
+
}
|
|
1762
|
+
.e-gantt .e-gantt-chart .e-critical-line {
|
|
1763
|
+
stroke: #d13438;
|
|
1764
|
+
}
|
|
1765
|
+
.e-gantt .e-gantt-chart .e-connector-line-arrow {
|
|
1766
|
+
fill: #0070f0;
|
|
1767
|
+
}
|
|
1768
|
+
.e-gantt .e-gantt-chart .e-critical-line-arrow {
|
|
1769
|
+
fill: #d13438;
|
|
1770
|
+
}
|
|
1745
1771
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1746
1772
|
border-left-color: #0070f0;
|
|
1747
1773
|
}
|
|
@@ -1793,7 +1819,10 @@
|
|
|
1793
1819
|
padding-right: 25px;
|
|
1794
1820
|
}
|
|
1795
1821
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
1796
|
-
margin-left:
|
|
1822
|
+
margin-left: 3px;
|
|
1823
|
+
}
|
|
1824
|
+
.e-gantt .e-gantt-chart .e-connectorpoint-left {
|
|
1825
|
+
margin-right: 3px;
|
|
1797
1826
|
}
|
|
1798
1827
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
1799
1828
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
@@ -1827,23 +1856,16 @@
|
|
|
1827
1856
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1828
1857
|
color: #fff;
|
|
1829
1858
|
}
|
|
1830
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1834
|
-
border-top-color: #dadada;
|
|
1835
|
-
}
|
|
1836
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1837
|
-
border-bottom-color: #4cc7ba;
|
|
1838
|
-
}
|
|
1839
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1840
|
-
border-top-color: #4cc7ba;
|
|
1859
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1860
|
+
background-color: #dadada;
|
|
1861
|
+
border-color: #0070f0;
|
|
1841
1862
|
}
|
|
1842
|
-
.e-gantt .e-gantt-chart .e-
|
|
1843
|
-
|
|
1863
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1864
|
+
background-color: #4cc7ba;
|
|
1844
1865
|
}
|
|
1845
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1846
|
-
|
|
1866
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1867
|
+
background-color: #989A9C;
|
|
1868
|
+
border-color: #0070f0;
|
|
1847
1869
|
}
|
|
1848
1870
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1849
1871
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -1863,11 +1885,8 @@
|
|
|
1863
1885
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1864
1886
|
background-color: #fac168;
|
|
1865
1887
|
}
|
|
1866
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1867
|
-
|
|
1868
|
-
}
|
|
1869
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1870
|
-
border-top-color: #fac168;
|
|
1888
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1889
|
+
background-color: #fac168;
|
|
1871
1890
|
}
|
|
1872
1891
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1873
1892
|
border-bottom-color: #e0e0e0;
|
|
@@ -1921,11 +1940,8 @@
|
|
|
1921
1940
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1922
1941
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1923
1942
|
}
|
|
1924
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1925
|
-
|
|
1926
|
-
}
|
|
1927
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1928
|
-
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1943
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1944
|
+
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1929
1945
|
}
|
|
1930
1946
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1931
1947
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1939,21 +1955,15 @@
|
|
|
1939
1955
|
background: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1940
1956
|
border: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1941
1957
|
}
|
|
1942
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1943
|
-
|
|
1944
|
-
}
|
|
1945
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1946
|
-
border-top-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1958
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
1959
|
+
background-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1947
1960
|
}
|
|
1948
1961
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1949
1962
|
background: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1950
1963
|
border: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1951
1964
|
}
|
|
1952
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
1953
|
-
|
|
1954
|
-
}
|
|
1955
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1956
|
-
border-top-color: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1965
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
1966
|
+
background-color: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1957
1967
|
}
|
|
1958
1968
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1959
1969
|
border-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2053,15 +2063,16 @@
|
|
|
2053
2063
|
}
|
|
2054
2064
|
|
|
2055
2065
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2056
|
-
background
|
|
2057
|
-
|
|
2066
|
+
background: #F3D8DA;
|
|
2067
|
+
outline: 1px solid #F3D8DA;
|
|
2058
2068
|
border-radius: 4px;
|
|
2059
2069
|
}
|
|
2060
2070
|
|
|
2061
2071
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2062
2072
|
background-color: #D13438;
|
|
2063
|
-
border:
|
|
2064
|
-
|
|
2073
|
+
border: 0px solid #0070f0;
|
|
2074
|
+
position: absolute;
|
|
2075
|
+
border-radius: 3px;
|
|
2065
2076
|
}
|
|
2066
2077
|
|
|
2067
2078
|
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
@@ -2071,10 +2082,6 @@
|
|
|
2071
2082
|
border-radius: 4px;
|
|
2072
2083
|
}
|
|
2073
2084
|
|
|
2074
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2075
|
-
|
|
2076
|
-
}
|
|
2077
|
-
|
|
2078
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2079
|
-
border-top-color: #D13438;
|
|
2085
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2086
|
+
background-color: #D13438;
|
|
2080
2087
|
}
|