@syncfusion/ej2-vue-gantt 22.2.11 → 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 +200 -163
- 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
|
@@ -291,6 +291,10 @@
|
|
|
291
291
|
content: "\e770";
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
+
.e-icon-rowselect::before {
|
|
295
|
+
content: "\e7d4";
|
|
296
|
+
}
|
|
297
|
+
|
|
294
298
|
.e-gantt-tooltip-arrow-left::before {
|
|
295
299
|
content: "\e773";
|
|
296
300
|
}
|
|
@@ -343,6 +347,7 @@
|
|
|
343
347
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
344
348
|
background-color: #0257d5;
|
|
345
349
|
border-color: #212529;
|
|
350
|
+
position: relative;
|
|
346
351
|
}
|
|
347
352
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
348
353
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
@@ -350,6 +355,17 @@
|
|
|
350
355
|
border-color: #212529;
|
|
351
356
|
outline: 2px solid #0d6efd;
|
|
352
357
|
}
|
|
358
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
|
|
359
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
|
|
360
|
+
content: "";
|
|
361
|
+
position: absolute;
|
|
362
|
+
width: 30px;
|
|
363
|
+
height: 40px;
|
|
364
|
+
top: -10px;
|
|
365
|
+
}
|
|
366
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
|
|
367
|
+
cursor: no-drop;
|
|
368
|
+
}
|
|
353
369
|
.e-bigger .e-gantt .e-tab .e-content {
|
|
354
370
|
height: 250px !important;
|
|
355
371
|
}
|
|
@@ -393,7 +409,6 @@
|
|
|
393
409
|
}
|
|
394
410
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
395
411
|
border-radius: 6px;
|
|
396
|
-
width: 556px !important;
|
|
397
412
|
}
|
|
398
413
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
399
414
|
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -534,10 +549,6 @@
|
|
|
534
549
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
535
550
|
border-left-color: #0d6efd;
|
|
536
551
|
}
|
|
537
|
-
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
538
|
-
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
539
|
-
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
-
}
|
|
541
552
|
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
542
553
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
543
554
|
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -857,6 +868,12 @@
|
|
|
857
868
|
vertical-align: middle;
|
|
858
869
|
z-index: 3;
|
|
859
870
|
}
|
|
871
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
|
|
872
|
+
z-index: 4;
|
|
873
|
+
}
|
|
874
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
|
|
875
|
+
z-index: 4;
|
|
876
|
+
}
|
|
860
877
|
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
|
|
861
878
|
-ms-flex-align: center;
|
|
862
879
|
align-items: center;
|
|
@@ -996,72 +1013,61 @@
|
|
|
996
1013
|
height: 16px;
|
|
997
1014
|
width: 16px;
|
|
998
1015
|
left: 14px;
|
|
999
|
-
background: rgb(225, 223, 221);
|
|
1000
1016
|
}
|
|
1001
1017
|
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
1002
1018
|
height: 16px;
|
|
1003
1019
|
width: 16px;
|
|
1004
1020
|
left: 30px;
|
|
1005
|
-
background: rgb(225, 223, 221);
|
|
1006
1021
|
}
|
|
1007
1022
|
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
1008
1023
|
height: 16px;
|
|
1009
1024
|
width: 16px;
|
|
1010
1025
|
left: 60px;
|
|
1011
|
-
background: rgb(225, 223, 221);
|
|
1012
1026
|
}
|
|
1013
1027
|
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
1014
1028
|
height: 16px;
|
|
1015
1029
|
width: 82px;
|
|
1016
1030
|
left: 20px;
|
|
1017
|
-
background: rgb(225, 223, 221);
|
|
1018
1031
|
}
|
|
1019
1032
|
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
1020
1033
|
height: 12px;
|
|
1021
1034
|
width: 88px;
|
|
1022
1035
|
left: 14px;
|
|
1023
1036
|
border-radius: 0;
|
|
1024
|
-
background: rgb(225, 223, 221);
|
|
1025
1037
|
}
|
|
1026
1038
|
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
1027
1039
|
height: 18px;
|
|
1028
1040
|
width: 410px;
|
|
1029
1041
|
border-radius: 0;
|
|
1030
|
-
background: rgb(225, 223, 221);
|
|
1031
1042
|
}
|
|
1032
1043
|
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
1033
1044
|
height: 12px;
|
|
1034
1045
|
width: 88px;
|
|
1035
1046
|
left: 14px;
|
|
1036
1047
|
border-radius: 0;
|
|
1037
|
-
background: rgb(225, 223, 221);
|
|
1038
1048
|
}
|
|
1039
1049
|
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
1040
1050
|
height: 18px;
|
|
1041
1051
|
width: 208px;
|
|
1042
1052
|
border-radius: 0;
|
|
1043
|
-
background: rgb(225, 223, 221);
|
|
1044
1053
|
}
|
|
1045
1054
|
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
1046
1055
|
height: 12px;
|
|
1047
1056
|
width: 108px;
|
|
1048
1057
|
left: 64px;
|
|
1049
1058
|
border-radius: 0;
|
|
1050
|
-
background: rgb(225, 223, 221);
|
|
1051
1059
|
}
|
|
1052
1060
|
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
1053
1061
|
height: 18px;
|
|
1054
1062
|
width: 195px;
|
|
1055
1063
|
left: 192px;
|
|
1056
1064
|
border-radius: 0;
|
|
1057
|
-
background: rgb(225, 223, 221);
|
|
1058
1065
|
}
|
|
1059
1066
|
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
1060
1067
|
height: 18px;
|
|
1061
1068
|
width: 156px;
|
|
1062
1069
|
left: 388px;
|
|
1063
1070
|
border-radius: 0;
|
|
1064
|
-
background: rgb(225, 223, 221);
|
|
1065
1071
|
}
|
|
1066
1072
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
1067
1073
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
@@ -1196,7 +1202,7 @@
|
|
|
1196
1202
|
border-left: 1px dashed;
|
|
1197
1203
|
position: absolute;
|
|
1198
1204
|
width: 1px;
|
|
1199
|
-
z-index:
|
|
1205
|
+
z-index: 4;
|
|
1200
1206
|
}
|
|
1201
1207
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1202
1208
|
border-radius: 3px;
|
|
@@ -1413,10 +1419,6 @@
|
|
|
1413
1419
|
width: auto;
|
|
1414
1420
|
}
|
|
1415
1421
|
|
|
1416
|
-
.e-icon-rowselect::before {
|
|
1417
|
-
content: "\e930";
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
1422
|
.e-ganttpopup {
|
|
1421
1423
|
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1422
1424
|
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
@@ -1475,6 +1477,15 @@
|
|
|
1475
1477
|
font-size: 16px;
|
|
1476
1478
|
}
|
|
1477
1479
|
|
|
1480
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1481
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
.e-bigger .e-timeline-single-header-cell {
|
|
1485
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1486
|
+
line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1478
1489
|
.e-gantt-tooltip-label {
|
|
1479
1490
|
padding-bottom: 2px;
|
|
1480
1491
|
padding-right: 2px;
|
|
@@ -1519,16 +1530,6 @@
|
|
|
1519
1530
|
.e-gantt.e-device .e-gridheader .e-icons {
|
|
1520
1531
|
font-size: 12px;
|
|
1521
1532
|
}
|
|
1522
|
-
.e-gantt.e-device .e-right-resize-gripper,
|
|
1523
|
-
.e-gantt.e-device .e-left-resize-gripper {
|
|
1524
|
-
border: 7px solid;
|
|
1525
|
-
z-index: -1;
|
|
1526
|
-
}
|
|
1527
|
-
.e-gantt.e-device .e-right-resize-gripper::before,
|
|
1528
|
-
.e-gantt.e-device .e-left-resize-gripper::before {
|
|
1529
|
-
font-size: 14px;
|
|
1530
|
-
margin-left: -7px;
|
|
1531
|
-
}
|
|
1532
1533
|
.e-gantt.e-device .e-dependent-div .e-content {
|
|
1533
1534
|
height: 100%;
|
|
1534
1535
|
}
|
|
@@ -1591,6 +1592,12 @@
|
|
|
1591
1592
|
color: #fff;
|
|
1592
1593
|
}
|
|
1593
1594
|
|
|
1595
|
+
.e-gantt-chart-resize-indicator {
|
|
1596
|
+
height: 100%;
|
|
1597
|
+
position: absolute;
|
|
1598
|
+
z-index: 1;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1594
1601
|
/*! Gantt theme */
|
|
1595
1602
|
.e-gantt .e-gantt-splitter {
|
|
1596
1603
|
border-color: #444c54;
|
|
@@ -1947,75 +1954,6 @@
|
|
|
1947
1954
|
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
|
|
1948
1955
|
border-color: #000;
|
|
1949
1956
|
}
|
|
1950
|
-
.e-gantt .e-gantt-chart .e-active-parent-task {
|
|
1951
|
-
border-radius: 4px;
|
|
1952
|
-
box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
|
|
1953
|
-
}
|
|
1954
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
|
|
1955
|
-
background: #1a1a1a;
|
|
1956
|
-
border: #1a1a1a;
|
|
1957
|
-
}
|
|
1958
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
|
|
1959
|
-
background-color: transparent;
|
|
1960
|
-
border: transparent;
|
|
1961
|
-
}
|
|
1962
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
|
|
1963
|
-
color: transparent;
|
|
1964
|
-
}
|
|
1965
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1966
|
-
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1967
|
-
}
|
|
1968
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1969
|
-
border-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1970
|
-
}
|
|
1971
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1972
|
-
border-left-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1973
|
-
}
|
|
1974
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1975
|
-
border-right-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1976
|
-
}
|
|
1977
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1978
|
-
background: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1979
|
-
border: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1980
|
-
}
|
|
1981
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1982
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1983
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1984
|
-
}
|
|
1985
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1986
|
-
background-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1987
|
-
}
|
|
1988
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1989
|
-
background-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1990
|
-
border: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1991
|
-
}
|
|
1992
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1993
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1994
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1995
|
-
}
|
|
1996
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1997
|
-
background: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1998
|
-
border: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1999
|
-
}
|
|
2000
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
2001
|
-
background-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2002
|
-
}
|
|
2003
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2004
|
-
background: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
2005
|
-
border: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
2006
|
-
}
|
|
2007
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
2008
|
-
background-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
2009
|
-
}
|
|
2010
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2011
|
-
border-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2012
|
-
}
|
|
2013
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
2014
|
-
border-left-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2015
|
-
}
|
|
2016
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
2017
|
-
border-right-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2018
|
-
}
|
|
2019
1957
|
.e-gantt .e-icons {
|
|
2020
1958
|
color: #adb5bd;
|
|
2021
1959
|
}
|
|
@@ -2125,4 +2063,10 @@
|
|
|
2125
2063
|
|
|
2126
2064
|
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2127
2065
|
background-color: #e4606d;
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
.e-gantt-chart-resize-indicator {
|
|
2069
|
+
border: 1px dashed #86b7fe;
|
|
2070
|
+
border-bottom: none;
|
|
2071
|
+
border-top: none;
|
|
2128
2072
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -291,6 +291,10 @@
|
|
|
291
291
|
content: "\e770";
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
+
.e-icon-rowselect::before {
|
|
295
|
+
content: "\e7d4";
|
|
296
|
+
}
|
|
297
|
+
|
|
294
298
|
.e-gantt-tooltip-arrow-left::before {
|
|
295
299
|
content: "\e773";
|
|
296
300
|
}
|
|
@@ -343,6 +347,7 @@
|
|
|
343
347
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
344
348
|
background-color: #0257d5;
|
|
345
349
|
border-color: #fff;
|
|
350
|
+
position: relative;
|
|
346
351
|
}
|
|
347
352
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
348
353
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
@@ -350,6 +355,17 @@
|
|
|
350
355
|
border-color: #fff;
|
|
351
356
|
outline: 2px solid #0d6efd;
|
|
352
357
|
}
|
|
358
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
|
|
359
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
|
|
360
|
+
content: "";
|
|
361
|
+
position: absolute;
|
|
362
|
+
width: 30px;
|
|
363
|
+
height: 40px;
|
|
364
|
+
top: -10px;
|
|
365
|
+
}
|
|
366
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
|
|
367
|
+
cursor: no-drop;
|
|
368
|
+
}
|
|
353
369
|
.e-bigger .e-gantt .e-tab .e-content {
|
|
354
370
|
height: 250px !important;
|
|
355
371
|
}
|
|
@@ -393,7 +409,6 @@
|
|
|
393
409
|
}
|
|
394
410
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
395
411
|
border-radius: 6px;
|
|
396
|
-
width: 556px !important;
|
|
397
412
|
}
|
|
398
413
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
399
414
|
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -534,10 +549,6 @@
|
|
|
534
549
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
535
550
|
border-left-color: #0d6efd;
|
|
536
551
|
}
|
|
537
|
-
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
538
|
-
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
539
|
-
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
-
}
|
|
541
552
|
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
542
553
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
543
554
|
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -857,6 +868,12 @@
|
|
|
857
868
|
vertical-align: middle;
|
|
858
869
|
z-index: 3;
|
|
859
870
|
}
|
|
871
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
|
|
872
|
+
z-index: 4;
|
|
873
|
+
}
|
|
874
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
|
|
875
|
+
z-index: 4;
|
|
876
|
+
}
|
|
860
877
|
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
|
|
861
878
|
-ms-flex-align: center;
|
|
862
879
|
align-items: center;
|
|
@@ -996,72 +1013,61 @@
|
|
|
996
1013
|
height: 16px;
|
|
997
1014
|
width: 16px;
|
|
998
1015
|
left: 14px;
|
|
999
|
-
background: rgb(225, 223, 221);
|
|
1000
1016
|
}
|
|
1001
1017
|
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
1002
1018
|
height: 16px;
|
|
1003
1019
|
width: 16px;
|
|
1004
1020
|
left: 30px;
|
|
1005
|
-
background: rgb(225, 223, 221);
|
|
1006
1021
|
}
|
|
1007
1022
|
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
1008
1023
|
height: 16px;
|
|
1009
1024
|
width: 16px;
|
|
1010
1025
|
left: 60px;
|
|
1011
|
-
background: rgb(225, 223, 221);
|
|
1012
1026
|
}
|
|
1013
1027
|
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
1014
1028
|
height: 16px;
|
|
1015
1029
|
width: 82px;
|
|
1016
1030
|
left: 20px;
|
|
1017
|
-
background: rgb(225, 223, 221);
|
|
1018
1031
|
}
|
|
1019
1032
|
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
1020
1033
|
height: 12px;
|
|
1021
1034
|
width: 88px;
|
|
1022
1035
|
left: 14px;
|
|
1023
1036
|
border-radius: 0;
|
|
1024
|
-
background: rgb(225, 223, 221);
|
|
1025
1037
|
}
|
|
1026
1038
|
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
1027
1039
|
height: 18px;
|
|
1028
1040
|
width: 410px;
|
|
1029
1041
|
border-radius: 0;
|
|
1030
|
-
background: rgb(225, 223, 221);
|
|
1031
1042
|
}
|
|
1032
1043
|
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
1033
1044
|
height: 12px;
|
|
1034
1045
|
width: 88px;
|
|
1035
1046
|
left: 14px;
|
|
1036
1047
|
border-radius: 0;
|
|
1037
|
-
background: rgb(225, 223, 221);
|
|
1038
1048
|
}
|
|
1039
1049
|
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
1040
1050
|
height: 18px;
|
|
1041
1051
|
width: 208px;
|
|
1042
1052
|
border-radius: 0;
|
|
1043
|
-
background: rgb(225, 223, 221);
|
|
1044
1053
|
}
|
|
1045
1054
|
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
1046
1055
|
height: 12px;
|
|
1047
1056
|
width: 108px;
|
|
1048
1057
|
left: 64px;
|
|
1049
1058
|
border-radius: 0;
|
|
1050
|
-
background: rgb(225, 223, 221);
|
|
1051
1059
|
}
|
|
1052
1060
|
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
1053
1061
|
height: 18px;
|
|
1054
1062
|
width: 195px;
|
|
1055
1063
|
left: 192px;
|
|
1056
1064
|
border-radius: 0;
|
|
1057
|
-
background: rgb(225, 223, 221);
|
|
1058
1065
|
}
|
|
1059
1066
|
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
1060
1067
|
height: 18px;
|
|
1061
1068
|
width: 156px;
|
|
1062
1069
|
left: 388px;
|
|
1063
1070
|
border-radius: 0;
|
|
1064
|
-
background: rgb(225, 223, 221);
|
|
1065
1071
|
}
|
|
1066
1072
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
1067
1073
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
@@ -1196,7 +1202,7 @@
|
|
|
1196
1202
|
border-left: 1px dashed;
|
|
1197
1203
|
position: absolute;
|
|
1198
1204
|
width: 1px;
|
|
1199
|
-
z-index:
|
|
1205
|
+
z-index: 4;
|
|
1200
1206
|
}
|
|
1201
1207
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1202
1208
|
border-radius: 3px;
|
|
@@ -1413,10 +1419,6 @@
|
|
|
1413
1419
|
width: auto;
|
|
1414
1420
|
}
|
|
1415
1421
|
|
|
1416
|
-
.e-icon-rowselect::before {
|
|
1417
|
-
content: "\e930";
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
1422
|
.e-ganttpopup {
|
|
1421
1423
|
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1422
1424
|
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
@@ -1475,6 +1477,15 @@
|
|
|
1475
1477
|
font-size: 16px;
|
|
1476
1478
|
}
|
|
1477
1479
|
|
|
1480
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1481
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
.e-bigger .e-timeline-single-header-cell {
|
|
1485
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1486
|
+
line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1478
1489
|
.e-gantt-tooltip-label {
|
|
1479
1490
|
padding-bottom: 2px;
|
|
1480
1491
|
padding-right: 2px;
|
|
@@ -1519,16 +1530,6 @@
|
|
|
1519
1530
|
.e-gantt.e-device .e-gridheader .e-icons {
|
|
1520
1531
|
font-size: 12px;
|
|
1521
1532
|
}
|
|
1522
|
-
.e-gantt.e-device .e-right-resize-gripper,
|
|
1523
|
-
.e-gantt.e-device .e-left-resize-gripper {
|
|
1524
|
-
border: 7px solid;
|
|
1525
|
-
z-index: -1;
|
|
1526
|
-
}
|
|
1527
|
-
.e-gantt.e-device .e-right-resize-gripper::before,
|
|
1528
|
-
.e-gantt.e-device .e-left-resize-gripper::before {
|
|
1529
|
-
font-size: 14px;
|
|
1530
|
-
margin-left: -7px;
|
|
1531
|
-
}
|
|
1532
1533
|
.e-gantt.e-device .e-dependent-div .e-content {
|
|
1533
1534
|
height: 100%;
|
|
1534
1535
|
}
|
|
@@ -1591,6 +1592,12 @@
|
|
|
1591
1592
|
color: #212529;
|
|
1592
1593
|
}
|
|
1593
1594
|
|
|
1595
|
+
.e-gantt-chart-resize-indicator {
|
|
1596
|
+
height: 100%;
|
|
1597
|
+
position: absolute;
|
|
1598
|
+
z-index: 1;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1594
1601
|
/*! Gantt theme */
|
|
1595
1602
|
.e-gantt .e-gantt-splitter {
|
|
1596
1603
|
border-color: #dee2e6;
|
|
@@ -1947,75 +1954,6 @@
|
|
|
1947
1954
|
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
|
|
1948
1955
|
border-color: #000;
|
|
1949
1956
|
}
|
|
1950
|
-
.e-gantt .e-gantt-chart .e-active-parent-task {
|
|
1951
|
-
border-radius: 4px;
|
|
1952
|
-
box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
|
|
1953
|
-
}
|
|
1954
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
|
|
1955
|
-
background: #1a1a1a;
|
|
1956
|
-
border: #1a1a1a;
|
|
1957
|
-
}
|
|
1958
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
|
|
1959
|
-
background-color: transparent;
|
|
1960
|
-
border: transparent;
|
|
1961
|
-
}
|
|
1962
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
|
|
1963
|
-
color: transparent;
|
|
1964
|
-
}
|
|
1965
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1966
|
-
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1967
|
-
}
|
|
1968
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1969
|
-
border-color: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
1970
|
-
}
|
|
1971
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1972
|
-
border-left-color: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
1973
|
-
}
|
|
1974
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1975
|
-
border-right-color: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
1976
|
-
}
|
|
1977
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1978
|
-
background: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1979
|
-
border: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1980
|
-
}
|
|
1981
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1982
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1983
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1984
|
-
}
|
|
1985
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1986
|
-
background-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1987
|
-
}
|
|
1988
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1989
|
-
background-color: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
1990
|
-
border: #ced4da !important; /* stylelint-disable-line declaration-no-important */
|
|
1991
|
-
}
|
|
1992
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1993
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1994
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1995
|
-
}
|
|
1996
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1997
|
-
background: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1998
|
-
border: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1999
|
-
}
|
|
2000
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
2001
|
-
background-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2002
|
-
}
|
|
2003
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2004
|
-
background: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
2005
|
-
border: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
2006
|
-
}
|
|
2007
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
2008
|
-
background-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
2009
|
-
}
|
|
2010
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2011
|
-
border-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2012
|
-
}
|
|
2013
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
2014
|
-
border-left-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2015
|
-
}
|
|
2016
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
2017
|
-
border-right-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
2018
|
-
}
|
|
2019
1957
|
.e-gantt .e-icons {
|
|
2020
1958
|
color: #6c757d;
|
|
2021
1959
|
}
|
|
@@ -2125,4 +2063,10 @@
|
|
|
2125
2063
|
|
|
2126
2064
|
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2127
2065
|
background-color: #dc3545;
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
.e-gantt-chart-resize-indicator {
|
|
2069
|
+
border: 1px dashed #86b7fe;
|
|
2070
|
+
border-bottom: none;
|
|
2071
|
+
border-top: none;
|
|
2128
2072
|
}
|