@syncfusion/ej2-react-gantt 19.2.62 → 19.3.46
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 +38 -4
- package/diConfig.json +4 -0
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +17 -0
- package/styles/bootstrap.css +17 -0
- package/styles/bootstrap4.css +22 -0
- package/styles/bootstrap5-dark.css +1922 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +1922 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +17 -0
- package/styles/fabric.css +17 -0
- package/styles/gantt/bootstrap-dark.css +17 -0
- package/styles/gantt/bootstrap.css +17 -0
- package/styles/gantt/bootstrap4.css +22 -0
- package/styles/gantt/bootstrap5-dark.css +1922 -0
- package/styles/gantt/bootstrap5-dark.scss +1 -0
- package/styles/gantt/bootstrap5.css +1922 -0
- package/styles/gantt/bootstrap5.scss +1 -0
- package/styles/gantt/fabric-dark.css +17 -0
- package/styles/gantt/fabric.css +17 -0
- package/styles/gantt/highcontrast-light.css +17 -0
- package/styles/gantt/highcontrast.css +17 -0
- package/styles/gantt/material-dark.css +19 -2
- package/styles/gantt/material.css +17 -0
- package/styles/gantt/tailwind-dark.css +41 -25
- package/styles/gantt/tailwind.css +39 -23
- package/styles/highcontrast-light.css +17 -0
- package/styles/highcontrast.css +17 -0
- package/styles/material-dark.css +19 -2
- package/styles/material.css +17 -0
- package/styles/tailwind-dark.css +41 -25
- package/styles/tailwind.css +39 -23
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'gantt/bootstrap5.scss';
|
package/styles/fabric-dark.css
CHANGED
|
@@ -692,6 +692,10 @@
|
|
|
692
692
|
user-select: none;
|
|
693
693
|
}
|
|
694
694
|
|
|
695
|
+
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
696
|
+
line-height: initial;
|
|
697
|
+
}
|
|
698
|
+
|
|
695
699
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
696
700
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
697
701
|
display: inline-block;
|
|
@@ -1137,6 +1141,14 @@
|
|
|
1137
1141
|
opacity: 1;
|
|
1138
1142
|
}
|
|
1139
1143
|
|
|
1144
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1145
|
+
content: '';
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1149
|
+
font-size: 14px;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1140
1152
|
.e-gantt-tooltip-label {
|
|
1141
1153
|
padding-bottom: 2px;
|
|
1142
1154
|
padding-right: 2px;
|
|
@@ -1226,6 +1238,10 @@
|
|
|
1226
1238
|
border-radius: 0px;
|
|
1227
1239
|
}
|
|
1228
1240
|
|
|
1241
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1242
|
+
height: calc(100% - 40px) !important;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1229
1245
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1230
1246
|
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
|
|
1231
1247
|
opacity: .95;
|
|
@@ -1335,6 +1351,7 @@
|
|
|
1335
1351
|
|
|
1336
1352
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1337
1353
|
background: #514f4f;
|
|
1354
|
+
opacity: 1;
|
|
1338
1355
|
}
|
|
1339
1356
|
|
|
1340
1357
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
package/styles/fabric.css
CHANGED
|
@@ -690,6 +690,10 @@
|
|
|
690
690
|
user-select: none;
|
|
691
691
|
}
|
|
692
692
|
|
|
693
|
+
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
694
|
+
line-height: initial;
|
|
695
|
+
}
|
|
696
|
+
|
|
693
697
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
694
698
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
695
699
|
display: inline-block;
|
|
@@ -1135,6 +1139,14 @@
|
|
|
1135
1139
|
opacity: 1;
|
|
1136
1140
|
}
|
|
1137
1141
|
|
|
1142
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1143
|
+
content: '';
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1147
|
+
font-size: 14px;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1138
1150
|
.e-gantt-tooltip-label {
|
|
1139
1151
|
padding-bottom: 2px;
|
|
1140
1152
|
padding-right: 2px;
|
|
@@ -1224,6 +1236,10 @@
|
|
|
1224
1236
|
border-radius: 0px;
|
|
1225
1237
|
}
|
|
1226
1238
|
|
|
1239
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1240
|
+
height: calc(100% - 40px) !important;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1227
1243
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1228
1244
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
1229
1245
|
opacity: .95;
|
|
@@ -1333,6 +1349,7 @@
|
|
|
1333
1349
|
|
|
1334
1350
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1335
1351
|
background: #d1ebff;
|
|
1352
|
+
opacity: 1;
|
|
1336
1353
|
}
|
|
1337
1354
|
|
|
1338
1355
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -738,6 +738,10 @@
|
|
|
738
738
|
user-select: none;
|
|
739
739
|
}
|
|
740
740
|
|
|
741
|
+
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
742
|
+
line-height: initial;
|
|
743
|
+
}
|
|
744
|
+
|
|
741
745
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
742
746
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
743
747
|
display: inline-block;
|
|
@@ -1183,6 +1187,14 @@
|
|
|
1183
1187
|
opacity: 1;
|
|
1184
1188
|
}
|
|
1185
1189
|
|
|
1190
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1191
|
+
content: '';
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1195
|
+
font-size: 14px;
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1186
1198
|
.e-gantt-tooltip-label {
|
|
1187
1199
|
padding-bottom: 2px;
|
|
1188
1200
|
padding-right: 2px;
|
|
@@ -1272,6 +1284,10 @@
|
|
|
1272
1284
|
border-radius: 4px;
|
|
1273
1285
|
}
|
|
1274
1286
|
|
|
1287
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1288
|
+
height: calc(100% - 41px) !important;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1275
1291
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1276
1292
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
1277
1293
|
opacity: .95;
|
|
@@ -1381,6 +1397,7 @@
|
|
|
1381
1397
|
|
|
1382
1398
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1383
1399
|
background: #484848;
|
|
1400
|
+
opacity: 1;
|
|
1384
1401
|
}
|
|
1385
1402
|
|
|
1386
1403
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -888,6 +888,10 @@
|
|
|
888
888
|
user-select: none;
|
|
889
889
|
}
|
|
890
890
|
|
|
891
|
+
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
892
|
+
line-height: initial;
|
|
893
|
+
}
|
|
894
|
+
|
|
891
895
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
892
896
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
893
897
|
display: inline-block;
|
|
@@ -1333,6 +1337,14 @@
|
|
|
1333
1337
|
opacity: 1;
|
|
1334
1338
|
}
|
|
1335
1339
|
|
|
1340
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1341
|
+
content: '';
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1345
|
+
font-size: 14px;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1336
1348
|
.e-gantt-tooltip-label {
|
|
1337
1349
|
padding-bottom: 2px;
|
|
1338
1350
|
padding-right: 2px;
|
|
@@ -1422,6 +1434,10 @@
|
|
|
1422
1434
|
border-radius: 4px;
|
|
1423
1435
|
}
|
|
1424
1436
|
|
|
1437
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1438
|
+
height: calc(100% - 41px) !important;
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1425
1441
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1426
1442
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1427
1443
|
opacity: .95;
|
|
@@ -1531,6 +1547,7 @@
|
|
|
1531
1547
|
|
|
1532
1548
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1533
1549
|
background: #c6ddf0;
|
|
1550
|
+
opacity: 1;
|
|
1534
1551
|
}
|
|
1535
1552
|
|
|
1536
1553
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -358,6 +358,11 @@
|
|
|
358
358
|
background: transparent;
|
|
359
359
|
}
|
|
360
360
|
|
|
361
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
362
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
363
|
+
background: #e9ecef;
|
|
364
|
+
}
|
|
365
|
+
|
|
361
366
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
362
367
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
363
368
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
@@ -1100,6 +1105,10 @@
|
|
|
1100
1105
|
user-select: none;
|
|
1101
1106
|
}
|
|
1102
1107
|
|
|
1108
|
+
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
1109
|
+
line-height: initial;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1103
1112
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
1104
1113
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
1105
1114
|
display: inline-block;
|
|
@@ -1545,6 +1554,14 @@
|
|
|
1545
1554
|
opacity: 1;
|
|
1546
1555
|
}
|
|
1547
1556
|
|
|
1557
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1558
|
+
content: '';
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1562
|
+
font-size: 16px;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1548
1565
|
.e-gantt-tooltip-label {
|
|
1549
1566
|
padding-bottom: 2px;
|
|
1550
1567
|
padding-right: 2px;
|
|
@@ -1634,6 +1651,10 @@
|
|
|
1634
1651
|
border-radius: 0px;
|
|
1635
1652
|
}
|
|
1636
1653
|
|
|
1654
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1655
|
+
height: calc(100% - 38px) !important;
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1637
1658
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1638
1659
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1639
1660
|
opacity: .95;
|
|
@@ -1743,6 +1764,7 @@
|
|
|
1743
1764
|
|
|
1744
1765
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1745
1766
|
background: rgba(0, 123, 255, 0.16);
|
|
1767
|
+
opacity: 1;
|
|
1746
1768
|
}
|
|
1747
1769
|
|
|
1748
1770
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|