@syncfusion/ej2-vue-gantt 19.4.40 → 19.4.47
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 +10 -0
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +9 -1
- package/styles/bootstrap.css +9 -1
- package/styles/bootstrap4.css +9 -1
- package/styles/bootstrap5-dark.css +9 -2
- package/styles/bootstrap5.css +9 -2
- package/styles/fabric-dark.css +9 -1
- package/styles/fabric.css +9 -1
- package/styles/gantt/bootstrap-dark.css +9 -1
- package/styles/gantt/bootstrap.css +9 -1
- package/styles/gantt/bootstrap4.css +9 -1
- package/styles/gantt/bootstrap5-dark.css +9 -2
- package/styles/gantt/bootstrap5.css +9 -2
- package/styles/gantt/fabric-dark.css +9 -1
- package/styles/gantt/fabric.css +9 -1
- package/styles/gantt/highcontrast-light.css +9 -1
- package/styles/gantt/highcontrast.css +9 -1
- package/styles/gantt/material-dark.css +9 -1
- package/styles/gantt/material.css +9 -1
- package/styles/gantt/tailwind-dark.css +9 -1
- package/styles/gantt/tailwind.css +9 -1
- package/styles/highcontrast-light.css +9 -1
- package/styles/highcontrast.css +9 -1
- package/styles/material-dark.css +9 -1
- package/styles/material.css +9 -1
- package/styles/tailwind-dark.css +9 -1
- package/styles/tailwind.css +9 -1
|
@@ -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;
|
|
@@ -1024,7 +1029,6 @@
|
|
|
1024
1029
|
.e-gantt-dialog .e-edit-form-row {
|
|
1025
1030
|
height: 241px;
|
|
1026
1031
|
overflow-y: auto;
|
|
1027
|
-
padding-bottom: 16px;
|
|
1028
1032
|
}
|
|
1029
1033
|
|
|
1030
1034
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1142,6 +1146,10 @@
|
|
|
1142
1146
|
opacity: 1;
|
|
1143
1147
|
}
|
|
1144
1148
|
|
|
1149
|
+
.e-gantt-tooltip {
|
|
1150
|
+
visibility: hidden;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1145
1153
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1146
1154
|
content: '';
|
|
1147
1155
|
}
|
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;
|
|
@@ -1138,7 +1143,6 @@
|
|
|
1138
1143
|
.e-gantt-dialog .e-edit-form-row {
|
|
1139
1144
|
height: 241px;
|
|
1140
1145
|
overflow-y: auto;
|
|
1141
|
-
padding-bottom: 16px;
|
|
1142
1146
|
}
|
|
1143
1147
|
|
|
1144
1148
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1256,6 +1260,10 @@
|
|
|
1256
1260
|
opacity: 1;
|
|
1257
1261
|
}
|
|
1258
1262
|
|
|
1263
|
+
.e-gantt-tooltip {
|
|
1264
|
+
visibility: hidden;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1259
1267
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1260
1268
|
content: '';
|
|
1261
1269
|
}
|
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;
|
|
@@ -1060,7 +1065,6 @@
|
|
|
1060
1065
|
.e-gantt-dialog .e-edit-form-row {
|
|
1061
1066
|
height: 241px;
|
|
1062
1067
|
overflow-y: auto;
|
|
1063
|
-
padding-bottom: 16px;
|
|
1064
1068
|
}
|
|
1065
1069
|
|
|
1066
1070
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1178,6 +1182,10 @@
|
|
|
1178
1182
|
opacity: 1;
|
|
1179
1183
|
}
|
|
1180
1184
|
|
|
1185
|
+
.e-gantt-tooltip {
|
|
1186
|
+
visibility: hidden;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1181
1189
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1182
1190
|
content: '';
|
|
1183
1191
|
}
|
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;
|
|
@@ -1101,7 +1106,6 @@
|
|
|
1101
1106
|
.e-gantt-dialog .e-edit-form-row {
|
|
1102
1107
|
height: 241px;
|
|
1103
1108
|
overflow-y: auto;
|
|
1104
|
-
padding-bottom: 16px;
|
|
1105
1109
|
}
|
|
1106
1110
|
|
|
1107
1111
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1219,6 +1223,10 @@
|
|
|
1219
1223
|
opacity: 1;
|
|
1220
1224
|
}
|
|
1221
1225
|
|
|
1226
|
+
.e-gantt-tooltip {
|
|
1227
|
+
visibility: hidden;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1222
1230
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1223
1231
|
content: '';
|
|
1224
1232
|
}
|
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;
|
|
@@ -1127,7 +1132,6 @@
|
|
|
1127
1132
|
.e-gantt-dialog .e-edit-form-row {
|
|
1128
1133
|
height: 240px;
|
|
1129
1134
|
overflow-y: auto;
|
|
1130
|
-
padding-bottom: 12px;
|
|
1131
1135
|
}
|
|
1132
1136
|
|
|
1133
1137
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1246,6 +1250,10 @@
|
|
|
1246
1250
|
opacity: 1;
|
|
1247
1251
|
}
|
|
1248
1252
|
|
|
1253
|
+
.e-gantt-tooltip {
|
|
1254
|
+
visibility: hidden;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1249
1257
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1250
1258
|
content: '';
|
|
1251
1259
|
}
|
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;
|
|
@@ -1127,7 +1132,6 @@
|
|
|
1127
1132
|
.e-gantt-dialog .e-edit-form-row {
|
|
1128
1133
|
height: 240px;
|
|
1129
1134
|
overflow-y: auto;
|
|
1130
|
-
padding-bottom: 12px;
|
|
1131
1135
|
}
|
|
1132
1136
|
|
|
1133
1137
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1246,6 +1250,10 @@
|
|
|
1246
1250
|
opacity: 1;
|
|
1247
1251
|
}
|
|
1248
1252
|
|
|
1253
|
+
.e-gantt-tooltip {
|
|
1254
|
+
visibility: hidden;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1249
1257
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1250
1258
|
content: '';
|
|
1251
1259
|
}
|