@syncfusion/ej2-vue-gantt 22.2.12 → 23.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 +185 -164
- 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 +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +9 -9
- package/src/gantt/adddialogfields.directive.d.ts +3 -1
- package/src/gantt/columns.directive.d.ts +3 -1
- package/src/gantt/dayworkingtime.directive.d.ts +3 -1
- package/src/gantt/editdialogfields.directive.d.ts +3 -1
- package/src/gantt/eventmarkers.directive.d.ts +3 -1
- package/src/gantt/gantt.component.d.ts +3 -1
- package/src/gantt/gantt.component.js +1 -1
- package/src/gantt/holidays.directive.d.ts +3 -1
- package/styles/bootstrap-dark.css +44 -100
- package/styles/bootstrap.css +44 -100
- package/styles/bootstrap4.css +44 -100
- package/styles/bootstrap5-dark.css +44 -100
- package/styles/bootstrap5.css +44 -100
- package/styles/fabric-dark.css +44 -100
- package/styles/fabric.css +44 -100
- package/styles/fluent-dark.css +44 -100
- package/styles/fluent.css +44 -100
- package/styles/gantt/bootstrap-dark.css +44 -100
- package/styles/gantt/bootstrap.css +44 -100
- package/styles/gantt/bootstrap4.css +44 -100
- package/styles/gantt/bootstrap5-dark.css +44 -100
- package/styles/gantt/bootstrap5.css +44 -100
- package/styles/gantt/fabric-dark.css +44 -100
- package/styles/gantt/fabric.css +44 -100
- package/styles/gantt/fluent-dark.css +44 -100
- package/styles/gantt/fluent.css +44 -100
- package/styles/gantt/highcontrast-light.css +40 -100
- package/styles/gantt/highcontrast.css +44 -100
- package/styles/gantt/material-dark.css +44 -101
- package/styles/gantt/material.css +44 -101
- package/styles/gantt/material3-dark.css +45 -102
- package/styles/gantt/material3-dark.scss +1 -1
- package/styles/gantt/material3.css +45 -102
- package/styles/gantt/material3.scss +1 -1
- package/styles/gantt/tailwind-dark.css +44 -101
- package/styles/gantt/tailwind.css +44 -101
- package/styles/highcontrast-light.css +40 -100
- package/styles/highcontrast.css +44 -100
- package/styles/material-dark.css +44 -101
- package/styles/material.css +44 -101
- package/styles/material3-dark.css +45 -102
- package/styles/material3.css +45 -102
- package/styles/tailwind-dark.css +44 -101
- package/styles/tailwind.css +44 -101
|
@@ -287,6 +287,10 @@
|
|
|
287
287
|
content: "\e903";
|
|
288
288
|
}
|
|
289
289
|
|
|
290
|
+
.e-icon-rowselect::before {
|
|
291
|
+
content: "\e930";
|
|
292
|
+
}
|
|
293
|
+
|
|
290
294
|
.e-gantt-tooltip-arrow-left::before {
|
|
291
295
|
content: "\e85b";
|
|
292
296
|
}
|
|
@@ -339,6 +343,7 @@
|
|
|
339
343
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
340
344
|
background-color: #ffd939;
|
|
341
345
|
border-color: #000;
|
|
346
|
+
position: relative;
|
|
342
347
|
}
|
|
343
348
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
344
349
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
@@ -346,6 +351,17 @@
|
|
|
346
351
|
border-color: #000;
|
|
347
352
|
outline: 2px solid #685708;
|
|
348
353
|
}
|
|
354
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
|
|
355
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
|
|
356
|
+
content: "";
|
|
357
|
+
position: absolute;
|
|
358
|
+
width: 30px;
|
|
359
|
+
height: 40px;
|
|
360
|
+
top: -10px;
|
|
361
|
+
}
|
|
362
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
|
|
363
|
+
cursor: no-drop;
|
|
364
|
+
}
|
|
349
365
|
.e-bigger .e-gantt .e-tab .e-content {
|
|
350
366
|
height: 241px !important;
|
|
351
367
|
}
|
|
@@ -389,7 +405,6 @@
|
|
|
389
405
|
}
|
|
390
406
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
391
407
|
border-radius: 6px;
|
|
392
|
-
width: 554px !important;
|
|
393
408
|
}
|
|
394
409
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
395
410
|
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -531,10 +546,6 @@
|
|
|
531
546
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
532
547
|
border-left-color: #29c400;
|
|
533
548
|
}
|
|
534
|
-
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
535
|
-
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
536
|
-
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
537
|
-
}
|
|
538
549
|
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
539
550
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
540
551
|
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -854,6 +865,12 @@
|
|
|
854
865
|
vertical-align: middle;
|
|
855
866
|
z-index: 3;
|
|
856
867
|
}
|
|
868
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
|
|
869
|
+
z-index: 4;
|
|
870
|
+
}
|
|
871
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
|
|
872
|
+
z-index: 4;
|
|
873
|
+
}
|
|
857
874
|
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
|
|
858
875
|
-ms-flex-align: center;
|
|
859
876
|
align-items: center;
|
|
@@ -993,72 +1010,61 @@
|
|
|
993
1010
|
height: 16px;
|
|
994
1011
|
width: 16px;
|
|
995
1012
|
left: 14px;
|
|
996
|
-
background: #e1dfdd;
|
|
997
1013
|
}
|
|
998
1014
|
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
999
1015
|
height: 16px;
|
|
1000
1016
|
width: 16px;
|
|
1001
1017
|
left: 30px;
|
|
1002
|
-
background: #e1dfdd;
|
|
1003
1018
|
}
|
|
1004
1019
|
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
1005
1020
|
height: 16px;
|
|
1006
1021
|
width: 16px;
|
|
1007
1022
|
left: 60px;
|
|
1008
|
-
background: #e1dfdd;
|
|
1009
1023
|
}
|
|
1010
1024
|
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
1011
1025
|
height: 16px;
|
|
1012
1026
|
width: 82px;
|
|
1013
1027
|
left: 20px;
|
|
1014
|
-
background: #e1dfdd;
|
|
1015
1028
|
}
|
|
1016
1029
|
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
1017
1030
|
height: 12px;
|
|
1018
1031
|
width: 88px;
|
|
1019
1032
|
left: 14px;
|
|
1020
1033
|
border-radius: 0;
|
|
1021
|
-
background: #e1dfdd;
|
|
1022
1034
|
}
|
|
1023
1035
|
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
1024
1036
|
height: 18px;
|
|
1025
1037
|
width: 410px;
|
|
1026
1038
|
border-radius: 0;
|
|
1027
|
-
background: #e1dfdd;
|
|
1028
1039
|
}
|
|
1029
1040
|
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
1030
1041
|
height: 12px;
|
|
1031
1042
|
width: 88px;
|
|
1032
1043
|
left: 14px;
|
|
1033
1044
|
border-radius: 0;
|
|
1034
|
-
background: #e1dfdd;
|
|
1035
1045
|
}
|
|
1036
1046
|
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
1037
1047
|
height: 18px;
|
|
1038
1048
|
width: 208px;
|
|
1039
1049
|
border-radius: 0;
|
|
1040
|
-
background: #e1dfdd;
|
|
1041
1050
|
}
|
|
1042
1051
|
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
1043
1052
|
height: 12px;
|
|
1044
1053
|
width: 108px;
|
|
1045
1054
|
left: 64px;
|
|
1046
1055
|
border-radius: 0;
|
|
1047
|
-
background: #e1dfdd;
|
|
1048
1056
|
}
|
|
1049
1057
|
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
1050
1058
|
height: 18px;
|
|
1051
1059
|
width: 195px;
|
|
1052
1060
|
left: 192px;
|
|
1053
1061
|
border-radius: 0;
|
|
1054
|
-
background: #e1dfdd;
|
|
1055
1062
|
}
|
|
1056
1063
|
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
1057
1064
|
height: 18px;
|
|
1058
1065
|
width: 156px;
|
|
1059
1066
|
left: 388px;
|
|
1060
1067
|
border-radius: 0;
|
|
1061
|
-
background: #e1dfdd;
|
|
1062
1068
|
}
|
|
1063
1069
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
1064
1070
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
@@ -1193,7 +1199,7 @@
|
|
|
1193
1199
|
border-left: 1px dashed;
|
|
1194
1200
|
position: absolute;
|
|
1195
1201
|
width: 1px;
|
|
1196
|
-
z-index:
|
|
1202
|
+
z-index: 4;
|
|
1197
1203
|
}
|
|
1198
1204
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1199
1205
|
border-radius: 3px;
|
|
@@ -1410,10 +1416,6 @@
|
|
|
1410
1416
|
width: auto;
|
|
1411
1417
|
}
|
|
1412
1418
|
|
|
1413
|
-
.e-icon-rowselect::before {
|
|
1414
|
-
content: "\e930";
|
|
1415
|
-
}
|
|
1416
|
-
|
|
1417
1419
|
.e-ganttpopup {
|
|
1418
1420
|
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1419
1421
|
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
@@ -1472,6 +1474,15 @@
|
|
|
1472
1474
|
font-size: 13px;
|
|
1473
1475
|
}
|
|
1474
1476
|
|
|
1477
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1478
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
.e-bigger .e-timeline-single-header-cell {
|
|
1482
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1483
|
+
line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1475
1486
|
.e-gantt-tooltip-label {
|
|
1476
1487
|
padding-bottom: 2px;
|
|
1477
1488
|
padding-right: 2px;
|
|
@@ -1516,16 +1527,6 @@
|
|
|
1516
1527
|
.e-gantt.e-device .e-gridheader .e-icons {
|
|
1517
1528
|
font-size: 12px;
|
|
1518
1529
|
}
|
|
1519
|
-
.e-gantt.e-device .e-right-resize-gripper,
|
|
1520
|
-
.e-gantt.e-device .e-left-resize-gripper {
|
|
1521
|
-
border: 7px solid;
|
|
1522
|
-
z-index: -1;
|
|
1523
|
-
}
|
|
1524
|
-
.e-gantt.e-device .e-right-resize-gripper::before,
|
|
1525
|
-
.e-gantt.e-device .e-left-resize-gripper::before {
|
|
1526
|
-
font-size: 14px;
|
|
1527
|
-
margin-left: -7px;
|
|
1528
|
-
}
|
|
1529
1530
|
.e-gantt.e-device .e-dependent-div .e-content {
|
|
1530
1531
|
height: 100%;
|
|
1531
1532
|
}
|
|
@@ -1589,6 +1590,12 @@
|
|
|
1589
1590
|
color: #fff;
|
|
1590
1591
|
}
|
|
1591
1592
|
|
|
1593
|
+
.e-gantt-chart-resize-indicator {
|
|
1594
|
+
height: 100%;
|
|
1595
|
+
position: absolute;
|
|
1596
|
+
z-index: 1;
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1592
1599
|
/*! Gantt theme */
|
|
1593
1600
|
.e-gantt .e-gantt-splitter {
|
|
1594
1601
|
border-color: #969696;
|
|
@@ -1945,75 +1952,6 @@
|
|
|
1945
1952
|
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
|
|
1946
1953
|
border-color: #000;
|
|
1947
1954
|
}
|
|
1948
|
-
.e-gantt .e-gantt-chart .e-active-parent-task {
|
|
1949
|
-
border-radius: 4px;
|
|
1950
|
-
box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
|
|
1951
|
-
}
|
|
1952
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
|
|
1953
|
-
background: #1a1a1a;
|
|
1954
|
-
border: #1a1a1a;
|
|
1955
|
-
}
|
|
1956
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
|
|
1957
|
-
background-color: transparent;
|
|
1958
|
-
border: transparent;
|
|
1959
|
-
}
|
|
1960
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
|
|
1961
|
-
color: transparent;
|
|
1962
|
-
}
|
|
1963
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1964
|
-
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1965
|
-
}
|
|
1966
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1967
|
-
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1968
|
-
}
|
|
1969
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1970
|
-
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1971
|
-
}
|
|
1972
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1973
|
-
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1974
|
-
}
|
|
1975
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1976
|
-
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1977
|
-
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1978
|
-
}
|
|
1979
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1980
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1981
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1982
|
-
}
|
|
1983
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1984
|
-
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1985
|
-
}
|
|
1986
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1987
|
-
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1988
|
-
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1989
|
-
}
|
|
1990
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1991
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1992
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1993
|
-
}
|
|
1994
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1995
|
-
background: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1996
|
-
border: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
1997
|
-
}
|
|
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 */
|
|
2000
|
-
}
|
|
2001
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2002
|
-
background: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
2003
|
-
border: #a662fb !important; /* stylelint-disable-line declaration-no-important */
|
|
2004
|
-
}
|
|
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 */
|
|
2007
|
-
}
|
|
2008
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2009
|
-
border-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
2010
|
-
}
|
|
2011
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
2012
|
-
border-left-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
2013
|
-
}
|
|
2014
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
2015
|
-
border-right-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
|
|
2016
|
-
}
|
|
2017
1955
|
.e-gantt .e-icons {
|
|
2018
1956
|
color: #fff;
|
|
2019
1957
|
}
|
|
@@ -2123,4 +2061,10 @@
|
|
|
2123
2061
|
|
|
2124
2062
|
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2125
2063
|
background-color: #D13438;
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
.e-gantt-chart-resize-indicator {
|
|
2067
|
+
border: 1px dashed #6e06f1;
|
|
2068
|
+
border-bottom: none;
|
|
2069
|
+
border-top: none;
|
|
2126
2070
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
3
2
|
transform: rotate(0deg);
|
|
4
3
|
transition: transform 300ms ease;
|
|
@@ -243,6 +242,10 @@
|
|
|
243
242
|
content: "\e903";
|
|
244
243
|
}
|
|
245
244
|
|
|
245
|
+
.e-icon-rowselect::before {
|
|
246
|
+
content: "\e930";
|
|
247
|
+
}
|
|
248
|
+
|
|
246
249
|
.e-gantt-tooltip-arrow-left::before {
|
|
247
250
|
content: "\e977";
|
|
248
251
|
}
|
|
@@ -298,6 +301,7 @@
|
|
|
298
301
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
299
302
|
background-color: #005a9e;
|
|
300
303
|
border-color: #303030;
|
|
304
|
+
position: relative;
|
|
301
305
|
}
|
|
302
306
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
303
307
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
@@ -305,6 +309,17 @@
|
|
|
305
309
|
border-color: #303030;
|
|
306
310
|
outline: 2px solid #9fa8da;
|
|
307
311
|
}
|
|
312
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
|
|
313
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
|
|
314
|
+
content: "";
|
|
315
|
+
position: absolute;
|
|
316
|
+
width: 30px;
|
|
317
|
+
height: 40px;
|
|
318
|
+
top: -10px;
|
|
319
|
+
}
|
|
320
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
|
|
321
|
+
cursor: no-drop;
|
|
322
|
+
}
|
|
308
323
|
.e-bigger .e-gantt .e-tab .e-content {
|
|
309
324
|
height: 241px !important;
|
|
310
325
|
}
|
|
@@ -348,7 +363,6 @@
|
|
|
348
363
|
}
|
|
349
364
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
350
365
|
border-radius: 6px;
|
|
351
|
-
width: 550px !important;
|
|
352
366
|
}
|
|
353
367
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
354
368
|
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -489,10 +503,6 @@
|
|
|
489
503
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
490
504
|
border-left-color: #7280ce;
|
|
491
505
|
}
|
|
492
|
-
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
493
|
-
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
494
|
-
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
495
|
-
}
|
|
496
506
|
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
497
507
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
498
508
|
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -812,6 +822,12 @@
|
|
|
812
822
|
vertical-align: middle;
|
|
813
823
|
z-index: 3;
|
|
814
824
|
}
|
|
825
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
|
|
826
|
+
z-index: 4;
|
|
827
|
+
}
|
|
828
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
|
|
829
|
+
z-index: 4;
|
|
830
|
+
}
|
|
815
831
|
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
|
|
816
832
|
-ms-flex-align: center;
|
|
817
833
|
align-items: center;
|
|
@@ -951,72 +967,61 @@
|
|
|
951
967
|
height: 16px;
|
|
952
968
|
width: 16px;
|
|
953
969
|
left: 14px;
|
|
954
|
-
background: #e1dfdd;
|
|
955
970
|
}
|
|
956
971
|
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
957
972
|
height: 16px;
|
|
958
973
|
width: 16px;
|
|
959
974
|
left: 30px;
|
|
960
|
-
background: #e1dfdd;
|
|
961
975
|
}
|
|
962
976
|
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
963
977
|
height: 16px;
|
|
964
978
|
width: 16px;
|
|
965
979
|
left: 60px;
|
|
966
|
-
background: #e1dfdd;
|
|
967
980
|
}
|
|
968
981
|
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
969
982
|
height: 16px;
|
|
970
983
|
width: 82px;
|
|
971
984
|
left: 20px;
|
|
972
|
-
background: #e1dfdd;
|
|
973
985
|
}
|
|
974
986
|
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
975
987
|
height: 12px;
|
|
976
988
|
width: 88px;
|
|
977
989
|
left: 14px;
|
|
978
990
|
border-radius: 0;
|
|
979
|
-
background: #e1dfdd;
|
|
980
991
|
}
|
|
981
992
|
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
982
993
|
height: 18px;
|
|
983
994
|
width: 410px;
|
|
984
995
|
border-radius: 0;
|
|
985
|
-
background: #e1dfdd;
|
|
986
996
|
}
|
|
987
997
|
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
988
998
|
height: 12px;
|
|
989
999
|
width: 88px;
|
|
990
1000
|
left: 14px;
|
|
991
1001
|
border-radius: 0;
|
|
992
|
-
background: #e1dfdd;
|
|
993
1002
|
}
|
|
994
1003
|
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
995
1004
|
height: 18px;
|
|
996
1005
|
width: 208px;
|
|
997
1006
|
border-radius: 0;
|
|
998
|
-
background: #e1dfdd;
|
|
999
1007
|
}
|
|
1000
1008
|
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
1001
1009
|
height: 12px;
|
|
1002
1010
|
width: 108px;
|
|
1003
1011
|
left: 64px;
|
|
1004
1012
|
border-radius: 0;
|
|
1005
|
-
background: #e1dfdd;
|
|
1006
1013
|
}
|
|
1007
1014
|
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
1008
1015
|
height: 18px;
|
|
1009
1016
|
width: 195px;
|
|
1010
1017
|
left: 192px;
|
|
1011
1018
|
border-radius: 0;
|
|
1012
|
-
background: #e1dfdd;
|
|
1013
1019
|
}
|
|
1014
1020
|
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
1015
1021
|
height: 18px;
|
|
1016
1022
|
width: 156px;
|
|
1017
1023
|
left: 388px;
|
|
1018
1024
|
border-radius: 0;
|
|
1019
|
-
background: #e1dfdd;
|
|
1020
1025
|
}
|
|
1021
1026
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
1022
1027
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
@@ -1151,7 +1156,7 @@
|
|
|
1151
1156
|
border-left: 1px dashed;
|
|
1152
1157
|
position: absolute;
|
|
1153
1158
|
width: 1px;
|
|
1154
|
-
z-index:
|
|
1159
|
+
z-index: 4;
|
|
1155
1160
|
}
|
|
1156
1161
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1157
1162
|
border-radius: 3px;
|
|
@@ -1368,10 +1373,6 @@
|
|
|
1368
1373
|
width: auto;
|
|
1369
1374
|
}
|
|
1370
1375
|
|
|
1371
|
-
.e-icon-rowselect::before {
|
|
1372
|
-
content: "\e930";
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
1376
|
.e-ganttpopup {
|
|
1376
1377
|
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1377
1378
|
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
@@ -1430,6 +1431,15 @@
|
|
|
1430
1431
|
font-size: 14px;
|
|
1431
1432
|
}
|
|
1432
1433
|
|
|
1434
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1435
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
.e-bigger .e-timeline-single-header-cell {
|
|
1439
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1440
|
+
line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1433
1443
|
.e-gantt-tooltip-label {
|
|
1434
1444
|
padding-bottom: 2px;
|
|
1435
1445
|
padding-right: 2px;
|
|
@@ -1474,16 +1484,6 @@
|
|
|
1474
1484
|
.e-gantt.e-device .e-gridheader .e-icons {
|
|
1475
1485
|
font-size: 12px;
|
|
1476
1486
|
}
|
|
1477
|
-
.e-gantt.e-device .e-right-resize-gripper,
|
|
1478
|
-
.e-gantt.e-device .e-left-resize-gripper {
|
|
1479
|
-
border: 7px solid;
|
|
1480
|
-
z-index: -1;
|
|
1481
|
-
}
|
|
1482
|
-
.e-gantt.e-device .e-right-resize-gripper::before,
|
|
1483
|
-
.e-gantt.e-device .e-left-resize-gripper::before {
|
|
1484
|
-
font-size: 14px;
|
|
1485
|
-
margin-left: -7px;
|
|
1486
|
-
}
|
|
1487
1487
|
.e-gantt.e-device .e-dependent-div .e-content {
|
|
1488
1488
|
height: 100%;
|
|
1489
1489
|
}
|
|
@@ -1546,6 +1546,12 @@
|
|
|
1546
1546
|
color: #000;
|
|
1547
1547
|
}
|
|
1548
1548
|
|
|
1549
|
+
.e-gantt-chart-resize-indicator {
|
|
1550
|
+
height: 100%;
|
|
1551
|
+
position: absolute;
|
|
1552
|
+
z-index: 1;
|
|
1553
|
+
}
|
|
1554
|
+
|
|
1549
1555
|
/*! Gantt theme */
|
|
1550
1556
|
.e-gantt .e-gantt-splitter {
|
|
1551
1557
|
border-color: #616161;
|
|
@@ -1902,75 +1908,6 @@
|
|
|
1902
1908
|
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
|
|
1903
1909
|
border-color: #000;
|
|
1904
1910
|
}
|
|
1905
|
-
.e-gantt .e-gantt-chart .e-active-parent-task {
|
|
1906
|
-
border-radius: 4px;
|
|
1907
|
-
box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
|
|
1908
|
-
}
|
|
1909
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
|
|
1910
|
-
background: #1a1a1a;
|
|
1911
|
-
border: #1a1a1a;
|
|
1912
|
-
}
|
|
1913
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
|
|
1914
|
-
background-color: transparent;
|
|
1915
|
-
border: transparent;
|
|
1916
|
-
}
|
|
1917
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
|
|
1918
|
-
color: transparent;
|
|
1919
|
-
}
|
|
1920
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1921
|
-
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1922
|
-
}
|
|
1923
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1924
|
-
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1925
|
-
}
|
|
1926
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1927
|
-
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1928
|
-
}
|
|
1929
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1930
|
-
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1931
|
-
}
|
|
1932
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1933
|
-
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1934
|
-
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1935
|
-
}
|
|
1936
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1937
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1938
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1939
|
-
}
|
|
1940
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1941
|
-
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1942
|
-
}
|
|
1943
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1944
|
-
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1945
|
-
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1946
|
-
}
|
|
1947
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1948
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1949
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1950
|
-
}
|
|
1951
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1952
|
-
background: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1953
|
-
border: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1954
|
-
}
|
|
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 */
|
|
1957
|
-
}
|
|
1958
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1959
|
-
background: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1960
|
-
border: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1961
|
-
}
|
|
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 */
|
|
1964
|
-
}
|
|
1965
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1966
|
-
border-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1967
|
-
}
|
|
1968
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1969
|
-
border-left-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1970
|
-
}
|
|
1971
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1972
|
-
border-right-color: #7280ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1973
|
-
}
|
|
1974
1911
|
.e-gantt .e-icons {
|
|
1975
1912
|
color: #fff;
|
|
1976
1913
|
}
|
|
@@ -2080,4 +2017,10 @@
|
|
|
2080
2017
|
|
|
2081
2018
|
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2082
2019
|
background-color: #d13438;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
.e-gantt-chart-resize-indicator {
|
|
2023
|
+
border: 1px dashed #3f51b5;
|
|
2024
|
+
border-bottom: none;
|
|
2025
|
+
border-top: none;
|
|
2083
2026
|
}
|