@syncfusion/ej2-vue-gantt 19.4.43 → 19.4.52
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 +47 -0
- package/README.md +1 -1
- package/dist/ej2-vue-gantt.umd.min.js +2 -2
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +15 -4
- package/styles/bootstrap.css +15 -4
- package/styles/bootstrap4.css +15 -4
- package/styles/bootstrap5-dark.css +13 -2
- package/styles/bootstrap5.css +13 -2
- package/styles/fabric-dark.css +12 -1
- package/styles/fabric.css +12 -1
- package/styles/gantt/bootstrap-dark.css +15 -4
- package/styles/gantt/bootstrap.css +15 -4
- package/styles/gantt/bootstrap4.css +15 -4
- package/styles/gantt/bootstrap5-dark.css +13 -2
- package/styles/gantt/bootstrap5.css +13 -2
- package/styles/gantt/fabric-dark.css +12 -1
- package/styles/gantt/fabric.css +12 -1
- package/styles/gantt/highcontrast-light.css +12 -1
- package/styles/gantt/highcontrast.css +12 -1
- package/styles/gantt/material-dark.css +12 -1
- package/styles/gantt/material.css +12 -1
- package/styles/gantt/tailwind-dark.css +15 -4
- package/styles/gantt/tailwind.css +15 -4
- package/styles/highcontrast-light.css +12 -1
- package/styles/highcontrast.css +12 -1
- package/styles/material-dark.css +12 -1
- package/styles/material.css +12 -1
- package/styles/tailwind-dark.css +15 -4
- package/styles/tailwind.css +15 -4
|
@@ -454,6 +454,11 @@
|
|
|
454
454
|
white-space: nowrap;
|
|
455
455
|
}
|
|
456
456
|
|
|
457
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
458
|
+
display: -ms-inline-flexbox;
|
|
459
|
+
display: inline-flex;
|
|
460
|
+
}
|
|
461
|
+
|
|
457
462
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
458
463
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
459
464
|
border-spacing: 0;
|
|
@@ -778,7 +783,10 @@
|
|
|
778
783
|
font-weight: normal;
|
|
779
784
|
margin-left: 8px;
|
|
780
785
|
margin-right: 15px;
|
|
786
|
+
overflow: hidden;
|
|
787
|
+
text-overflow: ellipsis;
|
|
781
788
|
vertical-align: middle;
|
|
789
|
+
white-space: nowrap;
|
|
782
790
|
}
|
|
783
791
|
|
|
784
792
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1023,7 +1031,6 @@
|
|
|
1023
1031
|
.e-gantt-dialog .e-edit-form-row {
|
|
1024
1032
|
height: 241px;
|
|
1025
1033
|
overflow-y: auto;
|
|
1026
|
-
padding-bottom: 16px;
|
|
1027
1034
|
}
|
|
1028
1035
|
|
|
1029
1036
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1141,6 +1148,10 @@
|
|
|
1141
1148
|
opacity: 1;
|
|
1142
1149
|
}
|
|
1143
1150
|
|
|
1151
|
+
.e-gantt-tooltip {
|
|
1152
|
+
visibility: hidden;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1144
1155
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1145
1156
|
content: '';
|
|
1146
1157
|
}
|
package/styles/gantt/fabric.css
CHANGED
|
@@ -452,6 +452,11 @@
|
|
|
452
452
|
white-space: nowrap;
|
|
453
453
|
}
|
|
454
454
|
|
|
455
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
456
|
+
display: -ms-inline-flexbox;
|
|
457
|
+
display: inline-flex;
|
|
458
|
+
}
|
|
459
|
+
|
|
455
460
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
456
461
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
457
462
|
border-spacing: 0;
|
|
@@ -776,7 +781,10 @@
|
|
|
776
781
|
font-weight: normal;
|
|
777
782
|
margin-left: 8px;
|
|
778
783
|
margin-right: 15px;
|
|
784
|
+
overflow: hidden;
|
|
785
|
+
text-overflow: ellipsis;
|
|
779
786
|
vertical-align: middle;
|
|
787
|
+
white-space: nowrap;
|
|
780
788
|
}
|
|
781
789
|
|
|
782
790
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1021,7 +1029,6 @@
|
|
|
1021
1029
|
.e-gantt-dialog .e-edit-form-row {
|
|
1022
1030
|
height: 241px;
|
|
1023
1031
|
overflow-y: auto;
|
|
1024
|
-
padding-bottom: 16px;
|
|
1025
1032
|
}
|
|
1026
1033
|
|
|
1027
1034
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1139,6 +1146,10 @@
|
|
|
1139
1146
|
opacity: 1;
|
|
1140
1147
|
}
|
|
1141
1148
|
|
|
1149
|
+
.e-gantt-tooltip {
|
|
1150
|
+
visibility: hidden;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1142
1153
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1143
1154
|
content: '';
|
|
1144
1155
|
}
|
|
@@ -455,6 +455,11 @@
|
|
|
455
455
|
white-space: nowrap;
|
|
456
456
|
}
|
|
457
457
|
|
|
458
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
459
|
+
display: -ms-inline-flexbox;
|
|
460
|
+
display: inline-flex;
|
|
461
|
+
}
|
|
462
|
+
|
|
458
463
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
459
464
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
460
465
|
border-spacing: 0;
|
|
@@ -779,7 +784,10 @@
|
|
|
779
784
|
font-weight: normal;
|
|
780
785
|
margin-left: 8px;
|
|
781
786
|
margin-right: 15px;
|
|
787
|
+
overflow: hidden;
|
|
788
|
+
text-overflow: ellipsis;
|
|
782
789
|
vertical-align: middle;
|
|
790
|
+
white-space: nowrap;
|
|
783
791
|
}
|
|
784
792
|
|
|
785
793
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1024,7 +1032,6 @@
|
|
|
1024
1032
|
.e-gantt-dialog .e-edit-form-row {
|
|
1025
1033
|
height: 241px;
|
|
1026
1034
|
overflow-y: auto;
|
|
1027
|
-
padding-bottom: 16px;
|
|
1028
1035
|
}
|
|
1029
1036
|
|
|
1030
1037
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1142,6 +1149,10 @@
|
|
|
1142
1149
|
opacity: 1;
|
|
1143
1150
|
}
|
|
1144
1151
|
|
|
1152
|
+
.e-gantt-tooltip {
|
|
1153
|
+
visibility: hidden;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1145
1156
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1146
1157
|
content: '';
|
|
1147
1158
|
}
|
|
@@ -569,6 +569,11 @@
|
|
|
569
569
|
white-space: nowrap;
|
|
570
570
|
}
|
|
571
571
|
|
|
572
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
573
|
+
display: -ms-inline-flexbox;
|
|
574
|
+
display: inline-flex;
|
|
575
|
+
}
|
|
576
|
+
|
|
572
577
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
573
578
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
574
579
|
border-spacing: 0;
|
|
@@ -893,7 +898,10 @@
|
|
|
893
898
|
font-weight: normal;
|
|
894
899
|
margin-left: 8px;
|
|
895
900
|
margin-right: 15px;
|
|
901
|
+
overflow: hidden;
|
|
902
|
+
text-overflow: ellipsis;
|
|
896
903
|
vertical-align: middle;
|
|
904
|
+
white-space: nowrap;
|
|
897
905
|
}
|
|
898
906
|
|
|
899
907
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1138,7 +1146,6 @@
|
|
|
1138
1146
|
.e-gantt-dialog .e-edit-form-row {
|
|
1139
1147
|
height: 241px;
|
|
1140
1148
|
overflow-y: auto;
|
|
1141
|
-
padding-bottom: 16px;
|
|
1142
1149
|
}
|
|
1143
1150
|
|
|
1144
1151
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1256,6 +1263,10 @@
|
|
|
1256
1263
|
opacity: 1;
|
|
1257
1264
|
}
|
|
1258
1265
|
|
|
1266
|
+
.e-gantt-tooltip {
|
|
1267
|
+
visibility: hidden;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1259
1270
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1260
1271
|
content: '';
|
|
1261
1272
|
}
|
|
@@ -491,6 +491,11 @@
|
|
|
491
491
|
white-space: nowrap;
|
|
492
492
|
}
|
|
493
493
|
|
|
494
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
495
|
+
display: -ms-inline-flexbox;
|
|
496
|
+
display: inline-flex;
|
|
497
|
+
}
|
|
498
|
+
|
|
494
499
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
495
500
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
496
501
|
border-spacing: 0;
|
|
@@ -815,7 +820,10 @@
|
|
|
815
820
|
font-weight: normal;
|
|
816
821
|
margin-left: 8px;
|
|
817
822
|
margin-right: 15px;
|
|
823
|
+
overflow: hidden;
|
|
824
|
+
text-overflow: ellipsis;
|
|
818
825
|
vertical-align: middle;
|
|
826
|
+
white-space: nowrap;
|
|
819
827
|
}
|
|
820
828
|
|
|
821
829
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1060,7 +1068,6 @@
|
|
|
1060
1068
|
.e-gantt-dialog .e-edit-form-row {
|
|
1061
1069
|
height: 241px;
|
|
1062
1070
|
overflow-y: auto;
|
|
1063
|
-
padding-bottom: 16px;
|
|
1064
1071
|
}
|
|
1065
1072
|
|
|
1066
1073
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1178,6 +1185,10 @@
|
|
|
1178
1185
|
opacity: 1;
|
|
1179
1186
|
}
|
|
1180
1187
|
|
|
1188
|
+
.e-gantt-tooltip {
|
|
1189
|
+
visibility: hidden;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1181
1192
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1182
1193
|
content: '';
|
|
1183
1194
|
}
|
|
@@ -532,6 +532,11 @@
|
|
|
532
532
|
white-space: nowrap;
|
|
533
533
|
}
|
|
534
534
|
|
|
535
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
536
|
+
display: -ms-inline-flexbox;
|
|
537
|
+
display: inline-flex;
|
|
538
|
+
}
|
|
539
|
+
|
|
535
540
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
536
541
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
537
542
|
border-spacing: 0;
|
|
@@ -856,7 +861,10 @@
|
|
|
856
861
|
font-weight: normal;
|
|
857
862
|
margin-left: 8px;
|
|
858
863
|
margin-right: 15px;
|
|
864
|
+
overflow: hidden;
|
|
865
|
+
text-overflow: ellipsis;
|
|
859
866
|
vertical-align: middle;
|
|
867
|
+
white-space: nowrap;
|
|
860
868
|
}
|
|
861
869
|
|
|
862
870
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1101,7 +1109,6 @@
|
|
|
1101
1109
|
.e-gantt-dialog .e-edit-form-row {
|
|
1102
1110
|
height: 241px;
|
|
1103
1111
|
overflow-y: auto;
|
|
1104
|
-
padding-bottom: 16px;
|
|
1105
1112
|
}
|
|
1106
1113
|
|
|
1107
1114
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1219,6 +1226,10 @@
|
|
|
1219
1226
|
opacity: 1;
|
|
1220
1227
|
}
|
|
1221
1228
|
|
|
1229
|
+
.e-gantt-tooltip {
|
|
1230
|
+
visibility: hidden;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1222
1233
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1223
1234
|
content: '';
|
|
1224
1235
|
}
|
|
@@ -554,6 +554,11 @@
|
|
|
554
554
|
white-space: nowrap;
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
558
|
+
display: -ms-inline-flexbox;
|
|
559
|
+
display: inline-flex;
|
|
560
|
+
}
|
|
561
|
+
|
|
557
562
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
558
563
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
559
564
|
border-spacing: 0;
|
|
@@ -882,7 +887,10 @@
|
|
|
882
887
|
font-weight: normal;
|
|
883
888
|
margin-left: 8px;
|
|
884
889
|
margin-right: 15px;
|
|
890
|
+
overflow: hidden;
|
|
891
|
+
text-overflow: ellipsis;
|
|
885
892
|
vertical-align: middle;
|
|
893
|
+
white-space: nowrap;
|
|
886
894
|
}
|
|
887
895
|
|
|
888
896
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1127,7 +1135,6 @@
|
|
|
1127
1135
|
.e-gantt-dialog .e-edit-form-row {
|
|
1128
1136
|
height: 240px;
|
|
1129
1137
|
overflow-y: auto;
|
|
1130
|
-
padding-bottom: 12px;
|
|
1131
1138
|
}
|
|
1132
1139
|
|
|
1133
1140
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1246,6 +1253,10 @@
|
|
|
1246
1253
|
opacity: 1;
|
|
1247
1254
|
}
|
|
1248
1255
|
|
|
1256
|
+
.e-gantt-tooltip {
|
|
1257
|
+
visibility: hidden;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1249
1260
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1250
1261
|
content: '';
|
|
1251
1262
|
}
|
|
@@ -1402,10 +1413,10 @@
|
|
|
1402
1413
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1403
1414
|
background: #232e3e;
|
|
1404
1415
|
border-bottom-color: #4b5563;
|
|
1405
|
-
border-bottom-width:
|
|
1416
|
+
border-bottom-width: 0px;
|
|
1406
1417
|
border-right-color: #4b5563;
|
|
1407
1418
|
color: #9ca3af;
|
|
1408
|
-
height:
|
|
1419
|
+
height: 49px;
|
|
1409
1420
|
}
|
|
1410
1421
|
|
|
1411
1422
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1424,7 +1435,7 @@
|
|
|
1424
1435
|
}
|
|
1425
1436
|
|
|
1426
1437
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1427
|
-
height:
|
|
1438
|
+
height: 24.5px;
|
|
1428
1439
|
}
|
|
1429
1440
|
|
|
1430
1441
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -554,6 +554,11 @@
|
|
|
554
554
|
white-space: nowrap;
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
558
|
+
display: -ms-inline-flexbox;
|
|
559
|
+
display: inline-flex;
|
|
560
|
+
}
|
|
561
|
+
|
|
557
562
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
558
563
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
559
564
|
border-spacing: 0;
|
|
@@ -882,7 +887,10 @@
|
|
|
882
887
|
font-weight: normal;
|
|
883
888
|
margin-left: 8px;
|
|
884
889
|
margin-right: 15px;
|
|
890
|
+
overflow: hidden;
|
|
891
|
+
text-overflow: ellipsis;
|
|
885
892
|
vertical-align: middle;
|
|
893
|
+
white-space: nowrap;
|
|
886
894
|
}
|
|
887
895
|
|
|
888
896
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1127,7 +1135,6 @@
|
|
|
1127
1135
|
.e-gantt-dialog .e-edit-form-row {
|
|
1128
1136
|
height: 240px;
|
|
1129
1137
|
overflow-y: auto;
|
|
1130
|
-
padding-bottom: 12px;
|
|
1131
1138
|
}
|
|
1132
1139
|
|
|
1133
1140
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1246,6 +1253,10 @@
|
|
|
1246
1253
|
opacity: 1;
|
|
1247
1254
|
}
|
|
1248
1255
|
|
|
1256
|
+
.e-gantt-tooltip {
|
|
1257
|
+
visibility: hidden;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1249
1260
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1250
1261
|
content: '';
|
|
1251
1262
|
}
|
|
@@ -1402,10 +1413,10 @@
|
|
|
1402
1413
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1403
1414
|
background: #f9fafb;
|
|
1404
1415
|
border-bottom-color: #e5e7eb;
|
|
1405
|
-
border-bottom-width:
|
|
1416
|
+
border-bottom-width: 0px;
|
|
1406
1417
|
border-right-color: #e5e7eb;
|
|
1407
1418
|
color: #6b7280;
|
|
1408
|
-
height:
|
|
1419
|
+
height: 49px;
|
|
1409
1420
|
}
|
|
1410
1421
|
|
|
1411
1422
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1424,7 +1435,7 @@
|
|
|
1424
1435
|
}
|
|
1425
1436
|
|
|
1426
1437
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1427
|
-
height:
|
|
1438
|
+
height: 24.5px;
|
|
1428
1439
|
}
|
|
1429
1440
|
|
|
1430
1441
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -455,6 +455,11 @@
|
|
|
455
455
|
white-space: nowrap;
|
|
456
456
|
}
|
|
457
457
|
|
|
458
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
459
|
+
display: -ms-inline-flexbox;
|
|
460
|
+
display: inline-flex;
|
|
461
|
+
}
|
|
462
|
+
|
|
458
463
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
459
464
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
460
465
|
border-spacing: 0;
|
|
@@ -779,7 +784,10 @@
|
|
|
779
784
|
font-weight: normal;
|
|
780
785
|
margin-left: 8px;
|
|
781
786
|
margin-right: 15px;
|
|
787
|
+
overflow: hidden;
|
|
788
|
+
text-overflow: ellipsis;
|
|
782
789
|
vertical-align: middle;
|
|
790
|
+
white-space: nowrap;
|
|
783
791
|
}
|
|
784
792
|
|
|
785
793
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1024,7 +1032,6 @@
|
|
|
1024
1032
|
.e-gantt-dialog .e-edit-form-row {
|
|
1025
1033
|
height: 241px;
|
|
1026
1034
|
overflow-y: auto;
|
|
1027
|
-
padding-bottom: 16px;
|
|
1028
1035
|
}
|
|
1029
1036
|
|
|
1030
1037
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1142,6 +1149,10 @@
|
|
|
1142
1149
|
opacity: 1;
|
|
1143
1150
|
}
|
|
1144
1151
|
|
|
1152
|
+
.e-gantt-tooltip {
|
|
1153
|
+
visibility: hidden;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1145
1156
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1146
1157
|
content: '';
|
|
1147
1158
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -569,6 +569,11 @@
|
|
|
569
569
|
white-space: nowrap;
|
|
570
570
|
}
|
|
571
571
|
|
|
572
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
573
|
+
display: -ms-inline-flexbox;
|
|
574
|
+
display: inline-flex;
|
|
575
|
+
}
|
|
576
|
+
|
|
572
577
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
573
578
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
574
579
|
border-spacing: 0;
|
|
@@ -893,7 +898,10 @@
|
|
|
893
898
|
font-weight: normal;
|
|
894
899
|
margin-left: 8px;
|
|
895
900
|
margin-right: 15px;
|
|
901
|
+
overflow: hidden;
|
|
902
|
+
text-overflow: ellipsis;
|
|
896
903
|
vertical-align: middle;
|
|
904
|
+
white-space: nowrap;
|
|
897
905
|
}
|
|
898
906
|
|
|
899
907
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1138,7 +1146,6 @@
|
|
|
1138
1146
|
.e-gantt-dialog .e-edit-form-row {
|
|
1139
1147
|
height: 241px;
|
|
1140
1148
|
overflow-y: auto;
|
|
1141
|
-
padding-bottom: 16px;
|
|
1142
1149
|
}
|
|
1143
1150
|
|
|
1144
1151
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1256,6 +1263,10 @@
|
|
|
1256
1263
|
opacity: 1;
|
|
1257
1264
|
}
|
|
1258
1265
|
|
|
1266
|
+
.e-gantt-tooltip {
|
|
1267
|
+
visibility: hidden;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1259
1270
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1260
1271
|
content: '';
|
|
1261
1272
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -491,6 +491,11 @@
|
|
|
491
491
|
white-space: nowrap;
|
|
492
492
|
}
|
|
493
493
|
|
|
494
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
495
|
+
display: -ms-inline-flexbox;
|
|
496
|
+
display: inline-flex;
|
|
497
|
+
}
|
|
498
|
+
|
|
494
499
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
495
500
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
496
501
|
border-spacing: 0;
|
|
@@ -815,7 +820,10 @@
|
|
|
815
820
|
font-weight: normal;
|
|
816
821
|
margin-left: 8px;
|
|
817
822
|
margin-right: 15px;
|
|
823
|
+
overflow: hidden;
|
|
824
|
+
text-overflow: ellipsis;
|
|
818
825
|
vertical-align: middle;
|
|
826
|
+
white-space: nowrap;
|
|
819
827
|
}
|
|
820
828
|
|
|
821
829
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1060,7 +1068,6 @@
|
|
|
1060
1068
|
.e-gantt-dialog .e-edit-form-row {
|
|
1061
1069
|
height: 241px;
|
|
1062
1070
|
overflow-y: auto;
|
|
1063
|
-
padding-bottom: 16px;
|
|
1064
1071
|
}
|
|
1065
1072
|
|
|
1066
1073
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1178,6 +1185,10 @@
|
|
|
1178
1185
|
opacity: 1;
|
|
1179
1186
|
}
|
|
1180
1187
|
|
|
1188
|
+
.e-gantt-tooltip {
|
|
1189
|
+
visibility: hidden;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1181
1192
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1182
1193
|
content: '';
|
|
1183
1194
|
}
|
package/styles/material.css
CHANGED
|
@@ -532,6 +532,11 @@
|
|
|
532
532
|
white-space: nowrap;
|
|
533
533
|
}
|
|
534
534
|
|
|
535
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
536
|
+
display: -ms-inline-flexbox;
|
|
537
|
+
display: inline-flex;
|
|
538
|
+
}
|
|
539
|
+
|
|
535
540
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
536
541
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
537
542
|
border-spacing: 0;
|
|
@@ -856,7 +861,10 @@
|
|
|
856
861
|
font-weight: normal;
|
|
857
862
|
margin-left: 8px;
|
|
858
863
|
margin-right: 15px;
|
|
864
|
+
overflow: hidden;
|
|
865
|
+
text-overflow: ellipsis;
|
|
859
866
|
vertical-align: middle;
|
|
867
|
+
white-space: nowrap;
|
|
860
868
|
}
|
|
861
869
|
|
|
862
870
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1101,7 +1109,6 @@
|
|
|
1101
1109
|
.e-gantt-dialog .e-edit-form-row {
|
|
1102
1110
|
height: 241px;
|
|
1103
1111
|
overflow-y: auto;
|
|
1104
|
-
padding-bottom: 16px;
|
|
1105
1112
|
}
|
|
1106
1113
|
|
|
1107
1114
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1219,6 +1226,10 @@
|
|
|
1219
1226
|
opacity: 1;
|
|
1220
1227
|
}
|
|
1221
1228
|
|
|
1229
|
+
.e-gantt-tooltip {
|
|
1230
|
+
visibility: hidden;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1222
1233
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1223
1234
|
content: '';
|
|
1224
1235
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -554,6 +554,11 @@
|
|
|
554
554
|
white-space: nowrap;
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
558
|
+
display: -ms-inline-flexbox;
|
|
559
|
+
display: inline-flex;
|
|
560
|
+
}
|
|
561
|
+
|
|
557
562
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
558
563
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
559
564
|
border-spacing: 0;
|
|
@@ -882,7 +887,10 @@
|
|
|
882
887
|
font-weight: normal;
|
|
883
888
|
margin-left: 8px;
|
|
884
889
|
margin-right: 15px;
|
|
890
|
+
overflow: hidden;
|
|
891
|
+
text-overflow: ellipsis;
|
|
885
892
|
vertical-align: middle;
|
|
893
|
+
white-space: nowrap;
|
|
886
894
|
}
|
|
887
895
|
|
|
888
896
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1127,7 +1135,6 @@
|
|
|
1127
1135
|
.e-gantt-dialog .e-edit-form-row {
|
|
1128
1136
|
height: 240px;
|
|
1129
1137
|
overflow-y: auto;
|
|
1130
|
-
padding-bottom: 12px;
|
|
1131
1138
|
}
|
|
1132
1139
|
|
|
1133
1140
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1246,6 +1253,10 @@
|
|
|
1246
1253
|
opacity: 1;
|
|
1247
1254
|
}
|
|
1248
1255
|
|
|
1256
|
+
.e-gantt-tooltip {
|
|
1257
|
+
visibility: hidden;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1249
1260
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1250
1261
|
content: '';
|
|
1251
1262
|
}
|
|
@@ -1402,10 +1413,10 @@
|
|
|
1402
1413
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1403
1414
|
background: #232e3e;
|
|
1404
1415
|
border-bottom-color: #4b5563;
|
|
1405
|
-
border-bottom-width:
|
|
1416
|
+
border-bottom-width: 0px;
|
|
1406
1417
|
border-right-color: #4b5563;
|
|
1407
1418
|
color: #9ca3af;
|
|
1408
|
-
height:
|
|
1419
|
+
height: 49px;
|
|
1409
1420
|
}
|
|
1410
1421
|
|
|
1411
1422
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1424,7 +1435,7 @@
|
|
|
1424
1435
|
}
|
|
1425
1436
|
|
|
1426
1437
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1427
|
-
height:
|
|
1438
|
+
height: 24.5px;
|
|
1428
1439
|
}
|
|
1429
1440
|
|
|
1430
1441
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/tailwind.css
CHANGED
|
@@ -554,6 +554,11 @@
|
|
|
554
554
|
white-space: nowrap;
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
558
|
+
display: -ms-inline-flexbox;
|
|
559
|
+
display: inline-flex;
|
|
560
|
+
}
|
|
561
|
+
|
|
557
562
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
558
563
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
559
564
|
border-spacing: 0;
|
|
@@ -882,7 +887,10 @@
|
|
|
882
887
|
font-weight: normal;
|
|
883
888
|
margin-left: 8px;
|
|
884
889
|
margin-right: 15px;
|
|
890
|
+
overflow: hidden;
|
|
891
|
+
text-overflow: ellipsis;
|
|
885
892
|
vertical-align: middle;
|
|
893
|
+
white-space: nowrap;
|
|
886
894
|
}
|
|
887
895
|
|
|
888
896
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1127,7 +1135,6 @@
|
|
|
1127
1135
|
.e-gantt-dialog .e-edit-form-row {
|
|
1128
1136
|
height: 240px;
|
|
1129
1137
|
overflow-y: auto;
|
|
1130
|
-
padding-bottom: 12px;
|
|
1131
1138
|
}
|
|
1132
1139
|
|
|
1133
1140
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1246,6 +1253,10 @@
|
|
|
1246
1253
|
opacity: 1;
|
|
1247
1254
|
}
|
|
1248
1255
|
|
|
1256
|
+
.e-gantt-tooltip {
|
|
1257
|
+
visibility: hidden;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1249
1260
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1250
1261
|
content: '';
|
|
1251
1262
|
}
|
|
@@ -1402,10 +1413,10 @@
|
|
|
1402
1413
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1403
1414
|
background: #f9fafb;
|
|
1404
1415
|
border-bottom-color: #e5e7eb;
|
|
1405
|
-
border-bottom-width:
|
|
1416
|
+
border-bottom-width: 0px;
|
|
1406
1417
|
border-right-color: #e5e7eb;
|
|
1407
1418
|
color: #6b7280;
|
|
1408
|
-
height:
|
|
1419
|
+
height: 49px;
|
|
1409
1420
|
}
|
|
1410
1421
|
|
|
1411
1422
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1424,7 +1435,7 @@
|
|
|
1424
1435
|
}
|
|
1425
1436
|
|
|
1426
1437
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1427
|
-
height:
|
|
1438
|
+
height: 24.5px;
|
|
1428
1439
|
}
|
|
1429
1440
|
|
|
1430
1441
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|