@syncfusion/ej2-react-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 +41 -0
- package/README.md +1 -1
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- 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
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 {
|