@syncfusion/ej2-vue-gantt 22.2.12 → 23.1.38
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 +202 -164
- package/dist/ej2-vue-gantt.umd.min.js +3 -3
- 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 +3 -3
- 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
package/styles/material.css
CHANGED
|
@@ -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;
|
|
@@ -283,6 +282,10 @@
|
|
|
283
282
|
content: "\e903";
|
|
284
283
|
}
|
|
285
284
|
|
|
285
|
+
.e-icon-rowselect::before {
|
|
286
|
+
content: "\e930";
|
|
287
|
+
}
|
|
288
|
+
|
|
286
289
|
.e-gantt-tooltip-arrow-left::before {
|
|
287
290
|
content: "\e977";
|
|
288
291
|
}
|
|
@@ -335,6 +338,7 @@
|
|
|
335
338
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
336
339
|
background-color: #005a9e;
|
|
337
340
|
border-color: #fff;
|
|
341
|
+
position: relative;
|
|
338
342
|
}
|
|
339
343
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
340
344
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
@@ -342,6 +346,17 @@
|
|
|
342
346
|
border-color: #fff;
|
|
343
347
|
outline: 2px solid #9fa8da;
|
|
344
348
|
}
|
|
349
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
|
|
350
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
|
|
351
|
+
content: "";
|
|
352
|
+
position: absolute;
|
|
353
|
+
width: 30px;
|
|
354
|
+
height: 40px;
|
|
355
|
+
top: -10px;
|
|
356
|
+
}
|
|
357
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
|
|
358
|
+
cursor: no-drop;
|
|
359
|
+
}
|
|
345
360
|
.e-bigger .e-gantt .e-tab .e-content {
|
|
346
361
|
height: 241px !important;
|
|
347
362
|
}
|
|
@@ -385,7 +400,6 @@
|
|
|
385
400
|
}
|
|
386
401
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
387
402
|
border-radius: 6px;
|
|
388
|
-
width: 550px !important;
|
|
389
403
|
}
|
|
390
404
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
391
405
|
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -533,10 +547,6 @@
|
|
|
533
547
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
534
548
|
border-left-color: #3f51b5;
|
|
535
549
|
}
|
|
536
|
-
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
537
|
-
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
538
|
-
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
539
|
-
}
|
|
540
550
|
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
541
551
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
542
552
|
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -856,6 +866,12 @@
|
|
|
856
866
|
vertical-align: middle;
|
|
857
867
|
z-index: 3;
|
|
858
868
|
}
|
|
869
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
|
|
870
|
+
z-index: 4;
|
|
871
|
+
}
|
|
872
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
|
|
873
|
+
z-index: 4;
|
|
874
|
+
}
|
|
859
875
|
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
|
|
860
876
|
-ms-flex-align: center;
|
|
861
877
|
align-items: center;
|
|
@@ -995,72 +1011,61 @@
|
|
|
995
1011
|
height: 16px;
|
|
996
1012
|
width: 16px;
|
|
997
1013
|
left: 14px;
|
|
998
|
-
background: #e1dfdd;
|
|
999
1014
|
}
|
|
1000
1015
|
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
1001
1016
|
height: 16px;
|
|
1002
1017
|
width: 16px;
|
|
1003
1018
|
left: 30px;
|
|
1004
|
-
background: #e1dfdd;
|
|
1005
1019
|
}
|
|
1006
1020
|
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
1007
1021
|
height: 16px;
|
|
1008
1022
|
width: 16px;
|
|
1009
1023
|
left: 60px;
|
|
1010
|
-
background: #e1dfdd;
|
|
1011
1024
|
}
|
|
1012
1025
|
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
1013
1026
|
height: 16px;
|
|
1014
1027
|
width: 82px;
|
|
1015
1028
|
left: 20px;
|
|
1016
|
-
background: #e1dfdd;
|
|
1017
1029
|
}
|
|
1018
1030
|
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
1019
1031
|
height: 12px;
|
|
1020
1032
|
width: 88px;
|
|
1021
1033
|
left: 14px;
|
|
1022
1034
|
border-radius: 0;
|
|
1023
|
-
background: #e1dfdd;
|
|
1024
1035
|
}
|
|
1025
1036
|
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
1026
1037
|
height: 18px;
|
|
1027
1038
|
width: 410px;
|
|
1028
1039
|
border-radius: 0;
|
|
1029
|
-
background: #e1dfdd;
|
|
1030
1040
|
}
|
|
1031
1041
|
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
1032
1042
|
height: 12px;
|
|
1033
1043
|
width: 88px;
|
|
1034
1044
|
left: 14px;
|
|
1035
1045
|
border-radius: 0;
|
|
1036
|
-
background: #e1dfdd;
|
|
1037
1046
|
}
|
|
1038
1047
|
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
1039
1048
|
height: 18px;
|
|
1040
1049
|
width: 208px;
|
|
1041
1050
|
border-radius: 0;
|
|
1042
|
-
background: #e1dfdd;
|
|
1043
1051
|
}
|
|
1044
1052
|
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
1045
1053
|
height: 12px;
|
|
1046
1054
|
width: 108px;
|
|
1047
1055
|
left: 64px;
|
|
1048
1056
|
border-radius: 0;
|
|
1049
|
-
background: #e1dfdd;
|
|
1050
1057
|
}
|
|
1051
1058
|
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
1052
1059
|
height: 18px;
|
|
1053
1060
|
width: 195px;
|
|
1054
1061
|
left: 192px;
|
|
1055
1062
|
border-radius: 0;
|
|
1056
|
-
background: #e1dfdd;
|
|
1057
1063
|
}
|
|
1058
1064
|
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
1059
1065
|
height: 18px;
|
|
1060
1066
|
width: 156px;
|
|
1061
1067
|
left: 388px;
|
|
1062
1068
|
border-radius: 0;
|
|
1063
|
-
background: #e1dfdd;
|
|
1064
1069
|
}
|
|
1065
1070
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
1066
1071
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
@@ -1195,7 +1200,7 @@
|
|
|
1195
1200
|
border-left: 1px dashed;
|
|
1196
1201
|
position: absolute;
|
|
1197
1202
|
width: 1px;
|
|
1198
|
-
z-index:
|
|
1203
|
+
z-index: 4;
|
|
1199
1204
|
}
|
|
1200
1205
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1201
1206
|
border-radius: 3px;
|
|
@@ -1412,10 +1417,6 @@
|
|
|
1412
1417
|
width: auto;
|
|
1413
1418
|
}
|
|
1414
1419
|
|
|
1415
|
-
.e-icon-rowselect::before {
|
|
1416
|
-
content: "\e930";
|
|
1417
|
-
}
|
|
1418
|
-
|
|
1419
1420
|
.e-ganttpopup {
|
|
1420
1421
|
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1421
1422
|
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
@@ -1474,6 +1475,15 @@
|
|
|
1474
1475
|
font-size: 14px;
|
|
1475
1476
|
}
|
|
1476
1477
|
|
|
1478
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1479
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
.e-bigger .e-timeline-single-header-cell {
|
|
1483
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1484
|
+
line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1477
1487
|
.e-gantt-tooltip-label {
|
|
1478
1488
|
padding-bottom: 2px;
|
|
1479
1489
|
padding-right: 2px;
|
|
@@ -1518,16 +1528,6 @@
|
|
|
1518
1528
|
.e-gantt.e-device .e-gridheader .e-icons {
|
|
1519
1529
|
font-size: 12px;
|
|
1520
1530
|
}
|
|
1521
|
-
.e-gantt.e-device .e-right-resize-gripper,
|
|
1522
|
-
.e-gantt.e-device .e-left-resize-gripper {
|
|
1523
|
-
border: 7px solid;
|
|
1524
|
-
z-index: -1;
|
|
1525
|
-
}
|
|
1526
|
-
.e-gantt.e-device .e-right-resize-gripper::before,
|
|
1527
|
-
.e-gantt.e-device .e-left-resize-gripper::before {
|
|
1528
|
-
font-size: 14px;
|
|
1529
|
-
margin-left: -7px;
|
|
1530
|
-
}
|
|
1531
1531
|
.e-gantt.e-device .e-dependent-div .e-content {
|
|
1532
1532
|
height: 100%;
|
|
1533
1533
|
}
|
|
@@ -1590,6 +1590,12 @@
|
|
|
1590
1590
|
color: #000;
|
|
1591
1591
|
}
|
|
1592
1592
|
|
|
1593
|
+
.e-gantt-chart-resize-indicator {
|
|
1594
|
+
height: 100%;
|
|
1595
|
+
position: absolute;
|
|
1596
|
+
z-index: 1;
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1593
1599
|
/*! Gantt theme */
|
|
1594
1600
|
.e-gantt .e-gantt-splitter {
|
|
1595
1601
|
border-color: #e0e0e0;
|
|
@@ -1946,75 +1952,6 @@
|
|
|
1946
1952
|
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
|
|
1947
1953
|
border-color: #000;
|
|
1948
1954
|
}
|
|
1949
|
-
.e-gantt .e-gantt-chart .e-active-parent-task {
|
|
1950
|
-
border-radius: 4px;
|
|
1951
|
-
box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
|
|
1952
|
-
}
|
|
1953
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
|
|
1954
|
-
background: #1a1a1a;
|
|
1955
|
-
border: #1a1a1a;
|
|
1956
|
-
}
|
|
1957
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
|
|
1958
|
-
background-color: transparent;
|
|
1959
|
-
border: transparent;
|
|
1960
|
-
}
|
|
1961
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
|
|
1962
|
-
color: transparent;
|
|
1963
|
-
}
|
|
1964
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1965
|
-
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1966
|
-
}
|
|
1967
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1968
|
-
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1969
|
-
}
|
|
1970
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1971
|
-
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1972
|
-
}
|
|
1973
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1974
|
-
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1975
|
-
}
|
|
1976
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1977
|
-
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1978
|
-
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1979
|
-
}
|
|
1980
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1981
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1982
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1983
|
-
}
|
|
1984
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1985
|
-
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1986
|
-
}
|
|
1987
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1988
|
-
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1989
|
-
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1990
|
-
}
|
|
1991
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1992
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1993
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1994
|
-
}
|
|
1995
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1996
|
-
background: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1997
|
-
border: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1998
|
-
}
|
|
1999
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
2000
|
-
background-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2001
|
-
}
|
|
2002
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2003
|
-
background: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2004
|
-
border: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2005
|
-
}
|
|
2006
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
2007
|
-
background-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2008
|
-
}
|
|
2009
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2010
|
-
border-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2011
|
-
}
|
|
2012
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
2013
|
-
border-left-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2014
|
-
}
|
|
2015
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
2016
|
-
border-right-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2017
|
-
}
|
|
2018
1955
|
.e-gantt .e-icons {
|
|
2019
1956
|
color: rgba(0, 0, 0, 0.87);
|
|
2020
1957
|
}
|
|
@@ -2124,4 +2061,10 @@
|
|
|
2124
2061
|
|
|
2125
2062
|
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2126
2063
|
background-color: #D13438;
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
.e-gantt-chart-resize-indicator {
|
|
2067
|
+
border: 1px dashed #5869c5;
|
|
2068
|
+
border-bottom: none;
|
|
2069
|
+
border-top: none;
|
|
2127
2070
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -321,6 +320,10 @@
|
|
|
321
320
|
content: "\e770";
|
|
322
321
|
}
|
|
323
322
|
|
|
323
|
+
.e-icon-rowselect::before {
|
|
324
|
+
content: "\e7d4";
|
|
325
|
+
}
|
|
326
|
+
|
|
324
327
|
.e-gantt-tooltip-arrow-left::before {
|
|
325
328
|
content: "\e773";
|
|
326
329
|
}
|
|
@@ -354,7 +357,7 @@
|
|
|
354
357
|
}
|
|
355
358
|
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
356
359
|
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
357
|
-
content: "\
|
|
360
|
+
content: "\e888";
|
|
358
361
|
}
|
|
359
362
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
360
363
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
@@ -376,6 +379,7 @@
|
|
|
376
379
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
377
380
|
background-color: rgba(var(--color-sf-on-surface-variant));
|
|
378
381
|
border-color: rgba(var(--color-sf-surface));
|
|
382
|
+
position: relative;
|
|
379
383
|
}
|
|
380
384
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
381
385
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
@@ -383,6 +387,17 @@
|
|
|
383
387
|
border-color: rgba(var(--color-sf-surface));
|
|
384
388
|
outline: 2px solid rgba(var(--color-sf-surface));
|
|
385
389
|
}
|
|
390
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
|
|
391
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
|
|
392
|
+
content: "";
|
|
393
|
+
position: absolute;
|
|
394
|
+
width: 30px;
|
|
395
|
+
height: 40px;
|
|
396
|
+
top: -10px;
|
|
397
|
+
}
|
|
398
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
|
|
399
|
+
cursor: no-drop;
|
|
400
|
+
}
|
|
386
401
|
.e-bigger .e-gantt .e-tab .e-content {
|
|
387
402
|
height: 250px !important;
|
|
388
403
|
}
|
|
@@ -429,7 +444,6 @@
|
|
|
429
444
|
}
|
|
430
445
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
431
446
|
border-radius: 6px;
|
|
432
|
-
width: 556px !important;
|
|
433
447
|
}
|
|
434
448
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
435
449
|
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -576,10 +590,6 @@
|
|
|
576
590
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
577
591
|
border-left-color: rgba(var(--color-sf-primary));
|
|
578
592
|
}
|
|
579
|
-
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
580
|
-
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
581
|
-
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
582
|
-
}
|
|
583
593
|
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
584
594
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
585
595
|
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -899,6 +909,12 @@
|
|
|
899
909
|
vertical-align: middle;
|
|
900
910
|
z-index: 3;
|
|
901
911
|
}
|
|
912
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
|
|
913
|
+
z-index: 4;
|
|
914
|
+
}
|
|
915
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
|
|
916
|
+
z-index: 4;
|
|
917
|
+
}
|
|
902
918
|
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
|
|
903
919
|
-ms-flex-align: center;
|
|
904
920
|
align-items: center;
|
|
@@ -1042,72 +1058,61 @@
|
|
|
1042
1058
|
height: 16px;
|
|
1043
1059
|
width: 16px;
|
|
1044
1060
|
left: 14px;
|
|
1045
|
-
background: rgb(225, 223, 221);
|
|
1046
1061
|
}
|
|
1047
1062
|
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
1048
1063
|
height: 16px;
|
|
1049
1064
|
width: 16px;
|
|
1050
1065
|
left: 30px;
|
|
1051
|
-
background: rgb(225, 223, 221);
|
|
1052
1066
|
}
|
|
1053
1067
|
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
1054
1068
|
height: 16px;
|
|
1055
1069
|
width: 16px;
|
|
1056
1070
|
left: 60px;
|
|
1057
|
-
background: rgb(225, 223, 221);
|
|
1058
1071
|
}
|
|
1059
1072
|
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
1060
1073
|
height: 16px;
|
|
1061
1074
|
width: 82px;
|
|
1062
1075
|
left: 20px;
|
|
1063
|
-
background: rgb(225, 223, 221);
|
|
1064
1076
|
}
|
|
1065
1077
|
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
1066
1078
|
height: 12px;
|
|
1067
1079
|
width: 88px;
|
|
1068
1080
|
left: 14px;
|
|
1069
1081
|
border-radius: 0;
|
|
1070
|
-
background: rgb(225, 223, 221);
|
|
1071
1082
|
}
|
|
1072
1083
|
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
1073
1084
|
height: 18px;
|
|
1074
1085
|
width: 410px;
|
|
1075
1086
|
border-radius: 0;
|
|
1076
|
-
background: rgb(225, 223, 221);
|
|
1077
1087
|
}
|
|
1078
1088
|
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
1079
1089
|
height: 12px;
|
|
1080
1090
|
width: 88px;
|
|
1081
1091
|
left: 14px;
|
|
1082
1092
|
border-radius: 0;
|
|
1083
|
-
background: rgb(225, 223, 221);
|
|
1084
1093
|
}
|
|
1085
1094
|
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
1086
1095
|
height: 18px;
|
|
1087
1096
|
width: 208px;
|
|
1088
1097
|
border-radius: 0;
|
|
1089
|
-
background: rgb(225, 223, 221);
|
|
1090
1098
|
}
|
|
1091
1099
|
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
1092
1100
|
height: 12px;
|
|
1093
1101
|
width: 108px;
|
|
1094
1102
|
left: 64px;
|
|
1095
1103
|
border-radius: 0;
|
|
1096
|
-
background: rgb(225, 223, 221);
|
|
1097
1104
|
}
|
|
1098
1105
|
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
1099
1106
|
height: 18px;
|
|
1100
1107
|
width: 195px;
|
|
1101
1108
|
left: 192px;
|
|
1102
1109
|
border-radius: 0;
|
|
1103
|
-
background: rgb(225, 223, 221);
|
|
1104
1110
|
}
|
|
1105
1111
|
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
1106
1112
|
height: 18px;
|
|
1107
1113
|
width: 156px;
|
|
1108
1114
|
left: 388px;
|
|
1109
1115
|
border-radius: 0;
|
|
1110
|
-
background: rgb(225, 223, 221);
|
|
1111
1116
|
}
|
|
1112
1117
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
1113
1118
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
@@ -1245,7 +1250,7 @@
|
|
|
1245
1250
|
border-left: 1px dashed;
|
|
1246
1251
|
position: absolute;
|
|
1247
1252
|
width: 1px;
|
|
1248
|
-
z-index:
|
|
1253
|
+
z-index: 4;
|
|
1249
1254
|
}
|
|
1250
1255
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1251
1256
|
border-radius: 3px;
|
|
@@ -1462,10 +1467,6 @@
|
|
|
1462
1467
|
width: auto;
|
|
1463
1468
|
}
|
|
1464
1469
|
|
|
1465
|
-
.e-icon-rowselect::before {
|
|
1466
|
-
content: "\e930";
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
1470
|
.e-ganttpopup {
|
|
1470
1471
|
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1471
1472
|
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
@@ -1524,6 +1525,15 @@
|
|
|
1524
1525
|
font-size: 16px;
|
|
1525
1526
|
}
|
|
1526
1527
|
|
|
1528
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1529
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
.e-bigger .e-timeline-single-header-cell {
|
|
1533
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1534
|
+
line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1527
1537
|
.e-gantt-tooltip-label {
|
|
1528
1538
|
padding-bottom: 2px;
|
|
1529
1539
|
padding-right: 2px;
|
|
@@ -1568,16 +1578,6 @@
|
|
|
1568
1578
|
.e-gantt.e-device .e-gridheader .e-icons {
|
|
1569
1579
|
font-size: 12px;
|
|
1570
1580
|
}
|
|
1571
|
-
.e-gantt.e-device .e-right-resize-gripper,
|
|
1572
|
-
.e-gantt.e-device .e-left-resize-gripper {
|
|
1573
|
-
border: 7px solid;
|
|
1574
|
-
z-index: -1;
|
|
1575
|
-
}
|
|
1576
|
-
.e-gantt.e-device .e-right-resize-gripper::before,
|
|
1577
|
-
.e-gantt.e-device .e-left-resize-gripper::before {
|
|
1578
|
-
font-size: 14px;
|
|
1579
|
-
margin-left: -7px;
|
|
1580
|
-
}
|
|
1581
1581
|
.e-gantt.e-device .e-dependent-div .e-content {
|
|
1582
1582
|
height: 100%;
|
|
1583
1583
|
}
|
|
@@ -1640,6 +1640,12 @@
|
|
|
1640
1640
|
color: rgba(var(--color-sf-inverse-on-surface));
|
|
1641
1641
|
}
|
|
1642
1642
|
|
|
1643
|
+
.e-gantt-chart-resize-indicator {
|
|
1644
|
+
height: 100%;
|
|
1645
|
+
position: absolute;
|
|
1646
|
+
z-index: 1;
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1643
1649
|
/*! Gantt theme */
|
|
1644
1650
|
.e-gantt .e-gantt-splitter {
|
|
1645
1651
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
@@ -2006,75 +2012,6 @@
|
|
|
2006
2012
|
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
|
|
2007
2013
|
border-color: rgba(var(--color-sf-warning-text));
|
|
2008
2014
|
}
|
|
2009
|
-
.e-gantt .e-gantt-chart .e-active-parent-task {
|
|
2010
|
-
border-radius: 4px;
|
|
2011
|
-
box-shadow: 4px 4px 3px 0 rgba(var(--color-sf-warning-text)), 0.5;
|
|
2012
|
-
}
|
|
2013
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
|
|
2014
|
-
background: lighten-color(rgba(var(--color-sf-warning-text)), 10%);
|
|
2015
|
-
border: lighten-color(rgba(var(--color-sf-warning-text)), 10%);
|
|
2016
|
-
}
|
|
2017
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
|
|
2018
|
-
background-color: transparent;
|
|
2019
|
-
border: transparent;
|
|
2020
|
-
}
|
|
2021
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
|
|
2022
|
-
color: transparent;
|
|
2023
|
-
}
|
|
2024
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
2025
|
-
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2026
|
-
}
|
|
2027
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
2028
|
-
border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
|
|
2029
|
-
}
|
|
2030
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
2031
|
-
border-left-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
|
|
2032
|
-
}
|
|
2033
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
2034
|
-
border-right-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
|
|
2035
|
-
}
|
|
2036
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
2037
|
-
background: rgba(var(--color-sf-primary-container)) !important; /* stylelint-disable-line declaration-no-important */
|
|
2038
|
-
border: rgba(var(--color-sf-primary-container)) !important; /* stylelint-disable-line declaration-no-important */
|
|
2039
|
-
}
|
|
2040
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
2041
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2042
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2043
|
-
}
|
|
2044
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
2045
|
-
background-color: rgba(var(--color-sf-primary-container)) !important; /* stylelint-disable-line declaration-no-important */
|
|
2046
|
-
}
|
|
2047
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
2048
|
-
background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
|
|
2049
|
-
border: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
|
|
2050
|
-
}
|
|
2051
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
2052
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2053
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2054
|
-
}
|
|
2055
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
2056
|
-
background: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
|
|
2057
|
-
border: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
|
|
2058
|
-
}
|
|
2059
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
2060
|
-
background-color: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
|
|
2061
|
-
}
|
|
2062
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2063
|
-
background: lighten-color(rgba(var(--color-sf-primary)), 20%) !important; /* stylelint-disable-line declaration-no-important */
|
|
2064
|
-
border: lighten-color(rgba(var(--color-sf-primary)), 20%) !important; /* stylelint-disable-line declaration-no-important */
|
|
2065
|
-
}
|
|
2066
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
2067
|
-
background-color: lighten-color(rgba(var(--color-sf-primary)), 20%) !important; /* stylelint-disable-line declaration-no-important */
|
|
2068
|
-
}
|
|
2069
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2070
|
-
border-color: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
|
|
2071
|
-
}
|
|
2072
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
2073
|
-
border-left-color: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
|
|
2074
|
-
}
|
|
2075
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
2076
|
-
border-right-color: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
|
|
2077
|
-
}
|
|
2078
2015
|
.e-gantt .e-icons {
|
|
2079
2016
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
2080
2017
|
}
|
|
@@ -2189,4 +2126,10 @@
|
|
|
2189
2126
|
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2190
2127
|
background-color: rgba(var(--color-sf-surface));
|
|
2191
2128
|
border: 1px solid rgba(var(--color-sf-warning));
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
.e-gantt-chart-resize-indicator {
|
|
2132
|
+
border: 1px dashed linear-gradient(0deg, rgba(var(--color-sf-primary), 0.75), rgba(var(--color-sf-primary), 0.75)), rgba(var(--color-sf-surface));
|
|
2133
|
+
border-bottom: none;
|
|
2134
|
+
border-top: none;
|
|
2192
2135
|
}
|