@syncfusion/ej2-gantt 19.3.44 → 19.3.48
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 +45 -0
- package/dist/ej2-gantt.umd.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-gantt.es2015.js +93 -28
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +146 -71
- package/dist/es6/ej2-gantt.es5.js.map +1 -1
- package/dist/global/ej2-gantt.min.js +2 -2
- package/dist/global/ej2-gantt.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +17 -17
- package/src/gantt/actions/cell-edit.js +1 -0
- package/src/gantt/actions/context-menu.js +5 -0
- package/src/gantt/actions/dialog-edit.js +6 -6
- package/src/gantt/actions/edit.js +7 -3
- package/src/gantt/actions/rowdragdrop.js +74 -41
- package/src/gantt/actions/taskbar-edit.js +3 -1
- package/src/gantt/base/date-processor.js +4 -1
- package/src/gantt/base/gantt.js +20 -0
- package/src/gantt/base/task-processor.js +11 -2
- package/src/gantt/base/utils.js +3 -3
- package/src/gantt/export/export-helper.js +12 -14
- package/styles/bootstrap-dark.css +99 -99
- package/styles/bootstrap.css +99 -99
- package/styles/bootstrap4.css +104 -99
- package/styles/bootstrap5-dark.css +104 -99
- package/styles/bootstrap5.css +104 -99
- package/styles/fabric-dark.css +99 -99
- package/styles/fabric.css +99 -99
- package/styles/gantt/_bootstrap-dark-definition.scss +0 -1
- package/styles/gantt/_bootstrap-definition.scss +0 -1
- package/styles/gantt/_bootstrap4-definition.scss +0 -1
- package/styles/gantt/_bootstrap5-definition.scss +0 -1
- package/styles/gantt/_fabric-dark-definition.scss +0 -1
- package/styles/gantt/_fabric-definition.scss +0 -1
- package/styles/gantt/_highcontrast-definition.scss +0 -1
- package/styles/gantt/_highcontrast-light-definition.scss +0 -1
- package/styles/gantt/_layout.scss +100 -95
- package/styles/gantt/_material-dark-definition.scss +0 -1
- package/styles/gantt/_material-definition.scss +0 -1
- package/styles/gantt/_tailwind-definition.scss +0 -1
- package/styles/gantt/_theme.scss +76 -81
- package/styles/gantt/bootstrap-dark.css +99 -99
- package/styles/gantt/bootstrap.css +99 -99
- package/styles/gantt/bootstrap4.css +104 -99
- package/styles/gantt/bootstrap5-dark.css +104 -99
- package/styles/gantt/bootstrap5-dark.scss +1 -0
- package/styles/gantt/bootstrap5.css +104 -99
- package/styles/gantt/bootstrap5.scss +1 -0
- package/styles/gantt/fabric-dark.css +99 -99
- package/styles/gantt/fabric.css +99 -99
- package/styles/gantt/highcontrast-light.css +99 -99
- package/styles/gantt/highcontrast.css +99 -99
- package/styles/gantt/material-dark.css +99 -99
- package/styles/gantt/material.css +99 -99
- package/styles/gantt/tailwind-dark.css +99 -99
- package/styles/gantt/tailwind.css +99 -99
- package/styles/highcontrast-light.css +99 -99
- package/styles/highcontrast.css +99 -99
- package/styles/material-dark.css +99 -99
- package/styles/material.css +99 -99
- package/styles/tailwind-dark.css +99 -99
- package/styles/tailwind.css +99 -99
package/styles/bootstrap4.css
CHANGED
|
@@ -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,
|
|
@@ -745,23 +750,6 @@
|
|
|
745
750
|
border-color: transparent;
|
|
746
751
|
}
|
|
747
752
|
|
|
748
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
749
|
-
padding-left: 12px;
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
753
|
-
display: block;
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
757
|
-
border-style: solid;
|
|
758
|
-
border-width: 1px;
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
762
|
-
border: 0;
|
|
763
|
-
}
|
|
764
|
-
|
|
765
753
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
766
754
|
border-width: 0;
|
|
767
755
|
}
|
|
@@ -1100,6 +1088,10 @@
|
|
|
1100
1088
|
user-select: none;
|
|
1101
1089
|
}
|
|
1102
1090
|
|
|
1091
|
+
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
1092
|
+
line-height: initial;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1103
1095
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
1104
1096
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
1105
1097
|
display: inline-block;
|
|
@@ -1392,101 +1384,118 @@
|
|
|
1392
1384
|
outline-offset: 2px;
|
|
1393
1385
|
}
|
|
1394
1386
|
|
|
1395
|
-
.e-gantt .e-
|
|
1387
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1388
|
+
padding-left: 12px;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1392
|
+
display: block;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1396
|
+
border-style: solid;
|
|
1397
|
+
border-width: 1px;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
.e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
1401
|
+
border: 0;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
.e-gantt-dialog {
|
|
1396
1405
|
border: 0;
|
|
1397
1406
|
}
|
|
1398
1407
|
|
|
1399
|
-
.e-gantt
|
|
1408
|
+
.e-gantt-dialog .e-gridform .e-table {
|
|
1400
1409
|
border-spacing: 0;
|
|
1401
1410
|
}
|
|
1402
1411
|
|
|
1403
|
-
.e-gantt
|
|
1412
|
+
.e-gantt-dialog .e-item {
|
|
1404
1413
|
height: 241px;
|
|
1405
1414
|
}
|
|
1406
1415
|
|
|
1407
|
-
.e-gantt
|
|
1416
|
+
.e-gantt-dialog .e-dependent-div {
|
|
1408
1417
|
border-bottom-width: 0px;
|
|
1409
1418
|
}
|
|
1410
1419
|
|
|
1411
|
-
.e-gantt
|
|
1420
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1412
1421
|
opacity: initial;
|
|
1413
1422
|
}
|
|
1414
1423
|
|
|
1415
|
-
.e-gantt
|
|
1424
|
+
.e-gantt-dialog .e-toolbar {
|
|
1416
1425
|
border-top-width: 0;
|
|
1417
1426
|
}
|
|
1418
1427
|
|
|
1419
|
-
.e-gantt
|
|
1428
|
+
.e-gantt-dialog .e-resource-div {
|
|
1420
1429
|
border-bottom-width: 0px;
|
|
1421
1430
|
}
|
|
1422
1431
|
|
|
1423
|
-
.e-gantt
|
|
1432
|
+
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1424
1433
|
border-top-width: 0;
|
|
1425
1434
|
}
|
|
1426
1435
|
|
|
1427
|
-
.e-gantt
|
|
1436
|
+
.e-gantt-dialog .e-edit-form-row {
|
|
1428
1437
|
height: 241px;
|
|
1429
1438
|
overflow-y: auto;
|
|
1430
1439
|
padding-bottom: 12px;
|
|
1431
1440
|
}
|
|
1432
1441
|
|
|
1433
|
-
.e-gantt
|
|
1442
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1434
1443
|
float: left;
|
|
1435
1444
|
padding: 16px 18px 0 18px;
|
|
1436
1445
|
width: 50%;
|
|
1437
1446
|
}
|
|
1438
1447
|
|
|
1439
|
-
.e-gantt
|
|
1448
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1440
1449
|
float: left;
|
|
1441
1450
|
padding: 16px 16px 0 0;
|
|
1442
1451
|
width: 50%;
|
|
1443
1452
|
}
|
|
1444
1453
|
|
|
1445
|
-
.e-gantt
|
|
1454
|
+
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1446
1455
|
padding: 16px 16px 0 0;
|
|
1447
1456
|
}
|
|
1448
1457
|
|
|
1449
|
-
.e-gantt
|
|
1458
|
+
.e-gantt-dialog .e-edit-form-column {
|
|
1450
1459
|
height: 75px;
|
|
1451
1460
|
}
|
|
1452
1461
|
|
|
1453
|
-
.e-gantt
|
|
1462
|
+
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1454
1463
|
height: 161px;
|
|
1455
1464
|
}
|
|
1456
1465
|
|
|
1457
|
-
.e-gantt
|
|
1466
|
+
.e-gantt-dialog .e-resource-div .e-content {
|
|
1458
1467
|
height: 202px;
|
|
1459
1468
|
}
|
|
1460
1469
|
|
|
1461
|
-
.e-gantt
|
|
1470
|
+
.e-gantt-dialog .e-richtexteditor {
|
|
1462
1471
|
border-bottom-width: 0px;
|
|
1463
1472
|
height: 241px !important;
|
|
1464
1473
|
overflow: hidden;
|
|
1465
1474
|
}
|
|
1466
1475
|
|
|
1467
|
-
.e-gantt
|
|
1476
|
+
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1468
1477
|
border-top: 0;
|
|
1469
1478
|
}
|
|
1470
1479
|
|
|
1471
|
-
.e-gantt
|
|
1480
|
+
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1472
1481
|
border-bottom-width: 0px;
|
|
1473
1482
|
height: 200px;
|
|
1474
1483
|
}
|
|
1475
1484
|
|
|
1476
|
-
.e-gantt
|
|
1485
|
+
.e-gantt-dialog > .e-dlg-content {
|
|
1477
1486
|
padding: 0 !important;
|
|
1478
1487
|
}
|
|
1479
1488
|
|
|
1480
|
-
.e-gantt
|
|
1489
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1481
1490
|
border-bottom: 0 !important;
|
|
1482
1491
|
}
|
|
1483
1492
|
|
|
1484
|
-
.e-gantt
|
|
1493
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1485
1494
|
border-radius: 3px 3px 0px 0px;
|
|
1486
1495
|
padding-bottom: 20px;
|
|
1487
1496
|
}
|
|
1488
1497
|
|
|
1489
|
-
.e-gantt
|
|
1498
|
+
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1490
1499
|
border-radius: 50%;
|
|
1491
1500
|
}
|
|
1492
1501
|
|
|
@@ -1642,10 +1651,6 @@
|
|
|
1642
1651
|
border-radius: 0px;
|
|
1643
1652
|
}
|
|
1644
1653
|
|
|
1645
|
-
.e-gantt .e-gantt-splitter-height {
|
|
1646
|
-
height: calc(100% - 38px) !important;
|
|
1647
|
-
}
|
|
1648
|
-
|
|
1649
1654
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1650
1655
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1651
1656
|
opacity: .95;
|
|
@@ -1677,62 +1682,6 @@
|
|
|
1677
1682
|
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1678
1683
|
}
|
|
1679
1684
|
|
|
1680
|
-
.e-gantt .e-gantt-dialog .e-dlg-header {
|
|
1681
|
-
color: #fff;
|
|
1682
|
-
}
|
|
1683
|
-
|
|
1684
|
-
.e-gantt .e-gantt-dialog .e-dlg-header-content {
|
|
1685
|
-
background: #007bff;
|
|
1686
|
-
}
|
|
1687
|
-
|
|
1688
|
-
.e-gantt .e-gantt-dialog .e-icon-dlg-close {
|
|
1689
|
-
color: rgba(255, 255, 255, 0.75);
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1693
|
-
background-color: transparent;
|
|
1694
|
-
}
|
|
1695
|
-
|
|
1696
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1697
|
-
color: white;
|
|
1698
|
-
}
|
|
1699
|
-
|
|
1700
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
1701
|
-
background: #007bff;
|
|
1702
|
-
}
|
|
1703
|
-
|
|
1704
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1705
|
-
background: transparent;
|
|
1706
|
-
}
|
|
1707
|
-
|
|
1708
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1709
|
-
background-color: #fff;
|
|
1710
|
-
}
|
|
1711
|
-
|
|
1712
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1713
|
-
color: #495057;
|
|
1714
|
-
}
|
|
1715
|
-
|
|
1716
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1717
|
-
border-color: transparent;
|
|
1718
|
-
}
|
|
1719
|
-
|
|
1720
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1721
|
-
color: #fff;
|
|
1722
|
-
}
|
|
1723
|
-
|
|
1724
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1725
|
-
background: transparent;
|
|
1726
|
-
border-bottom: 0px;
|
|
1727
|
-
border-bottom-left-radius: 0px;
|
|
1728
|
-
border-bottom-right-radius: 0px;
|
|
1729
|
-
border-color: #dee2e6;
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1733
|
-
color: #fff;
|
|
1734
|
-
}
|
|
1735
|
-
|
|
1736
1685
|
.e-gantt .e-temp-content {
|
|
1737
1686
|
border-color: #dee2e6;
|
|
1738
1687
|
}
|
|
@@ -2237,6 +2186,62 @@
|
|
|
2237
2186
|
color: #212529 !important;
|
|
2238
2187
|
}
|
|
2239
2188
|
|
|
2189
|
+
.e-gantt-dialog .e-dlg-header {
|
|
2190
|
+
color: #fff;
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
2194
|
+
background: #007bff;
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2197
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
2198
|
+
color: rgba(255, 255, 255, 0.75);
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
2202
|
+
background-color: transparent;
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2205
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
2206
|
+
color: white;
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2209
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
2210
|
+
background: #007bff;
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
2214
|
+
background: transparent;
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
2218
|
+
background-color: #fff;
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2221
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
2222
|
+
color: #495057;
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2225
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2226
|
+
border-color: transparent;
|
|
2227
|
+
}
|
|
2228
|
+
|
|
2229
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
2230
|
+
color: #fff;
|
|
2231
|
+
}
|
|
2232
|
+
|
|
2233
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
2234
|
+
background: transparent;
|
|
2235
|
+
border-bottom: 0px;
|
|
2236
|
+
border-bottom-left-radius: 0px;
|
|
2237
|
+
border-bottom-right-radius: 0px;
|
|
2238
|
+
border-color: #dee2e6;
|
|
2239
|
+
}
|
|
2240
|
+
|
|
2241
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
2242
|
+
color: #fff;
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2240
2245
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
2241
2246
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
2242
2247
|
border-color: #9e9e9e;
|
|
@@ -64,6 +64,11 @@
|
|
|
64
64
|
background: transparent;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
68
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
69
|
+
background: #343a40;
|
|
70
|
+
}
|
|
71
|
+
|
|
67
72
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
68
73
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
69
74
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
@@ -410,23 +415,6 @@
|
|
|
410
415
|
border-color: transparent;
|
|
411
416
|
}
|
|
412
417
|
|
|
413
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
414
|
-
padding-left: 12px;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
418
|
-
display: block;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
422
|
-
border-style: solid;
|
|
423
|
-
border-width: 1px;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
427
|
-
border: 0;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
418
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
431
419
|
border-width: 0;
|
|
432
420
|
}
|
|
@@ -765,6 +753,10 @@
|
|
|
765
753
|
user-select: none;
|
|
766
754
|
}
|
|
767
755
|
|
|
756
|
+
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
757
|
+
line-height: initial;
|
|
758
|
+
}
|
|
759
|
+
|
|
768
760
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
769
761
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
770
762
|
display: inline-block;
|
|
@@ -1057,101 +1049,118 @@
|
|
|
1057
1049
|
outline-offset: 2px;
|
|
1058
1050
|
}
|
|
1059
1051
|
|
|
1060
|
-
.e-gantt .e-
|
|
1052
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1053
|
+
padding-left: 12px;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1057
|
+
display: block;
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1061
|
+
border-style: solid;
|
|
1062
|
+
border-width: 1px;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
.e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
|
|
1066
|
+
border: 0;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
.e-gantt-dialog {
|
|
1061
1070
|
border: 0;
|
|
1062
1071
|
}
|
|
1063
1072
|
|
|
1064
|
-
.e-gantt
|
|
1073
|
+
.e-gantt-dialog .e-gridform .e-table {
|
|
1065
1074
|
border-spacing: 0;
|
|
1066
1075
|
}
|
|
1067
1076
|
|
|
1068
|
-
.e-gantt
|
|
1077
|
+
.e-gantt-dialog .e-item {
|
|
1069
1078
|
height: 241px;
|
|
1070
1079
|
}
|
|
1071
1080
|
|
|
1072
|
-
.e-gantt
|
|
1081
|
+
.e-gantt-dialog .e-dependent-div {
|
|
1073
1082
|
border-bottom-width: 0px;
|
|
1074
1083
|
}
|
|
1075
1084
|
|
|
1076
|
-
.e-gantt
|
|
1085
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1077
1086
|
opacity: initial;
|
|
1078
1087
|
}
|
|
1079
1088
|
|
|
1080
|
-
.e-gantt
|
|
1089
|
+
.e-gantt-dialog .e-toolbar {
|
|
1081
1090
|
border-top-width: 0;
|
|
1082
1091
|
}
|
|
1083
1092
|
|
|
1084
|
-
.e-gantt
|
|
1093
|
+
.e-gantt-dialog .e-resource-div {
|
|
1085
1094
|
border-bottom-width: 0px;
|
|
1086
1095
|
}
|
|
1087
1096
|
|
|
1088
|
-
.e-gantt
|
|
1097
|
+
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1089
1098
|
border-top-width: 0;
|
|
1090
1099
|
}
|
|
1091
1100
|
|
|
1092
|
-
.e-gantt
|
|
1101
|
+
.e-gantt-dialog .e-edit-form-row {
|
|
1093
1102
|
height: 241px;
|
|
1094
1103
|
overflow-y: auto;
|
|
1095
1104
|
padding-bottom: 12px;
|
|
1096
1105
|
}
|
|
1097
1106
|
|
|
1098
|
-
.e-gantt
|
|
1107
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1099
1108
|
float: left;
|
|
1100
1109
|
padding: 16px 18px 0 18px;
|
|
1101
1110
|
width: 50%;
|
|
1102
1111
|
}
|
|
1103
1112
|
|
|
1104
|
-
.e-gantt
|
|
1113
|
+
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1105
1114
|
float: left;
|
|
1106
1115
|
padding: 16px 16px 0 0;
|
|
1107
1116
|
width: 50%;
|
|
1108
1117
|
}
|
|
1109
1118
|
|
|
1110
|
-
.e-gantt
|
|
1119
|
+
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1111
1120
|
padding: 16px 16px 0 0;
|
|
1112
1121
|
}
|
|
1113
1122
|
|
|
1114
|
-
.e-gantt
|
|
1123
|
+
.e-gantt-dialog .e-edit-form-column {
|
|
1115
1124
|
height: 75px;
|
|
1116
1125
|
}
|
|
1117
1126
|
|
|
1118
|
-
.e-gantt
|
|
1127
|
+
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1119
1128
|
height: 161px;
|
|
1120
1129
|
}
|
|
1121
1130
|
|
|
1122
|
-
.e-gantt
|
|
1131
|
+
.e-gantt-dialog .e-resource-div .e-content {
|
|
1123
1132
|
height: 202px;
|
|
1124
1133
|
}
|
|
1125
1134
|
|
|
1126
|
-
.e-gantt
|
|
1135
|
+
.e-gantt-dialog .e-richtexteditor {
|
|
1127
1136
|
border-bottom-width: 0px;
|
|
1128
1137
|
height: 241px !important;
|
|
1129
1138
|
overflow: hidden;
|
|
1130
1139
|
}
|
|
1131
1140
|
|
|
1132
|
-
.e-gantt
|
|
1141
|
+
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1133
1142
|
border-top: 0;
|
|
1134
1143
|
}
|
|
1135
1144
|
|
|
1136
|
-
.e-gantt
|
|
1145
|
+
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1137
1146
|
border-bottom-width: 0px;
|
|
1138
1147
|
height: 200px;
|
|
1139
1148
|
}
|
|
1140
1149
|
|
|
1141
|
-
.e-gantt
|
|
1150
|
+
.e-gantt-dialog > .e-dlg-content {
|
|
1142
1151
|
padding: 0 !important;
|
|
1143
1152
|
}
|
|
1144
1153
|
|
|
1145
|
-
.e-gantt
|
|
1154
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1146
1155
|
border-bottom: 0 !important;
|
|
1147
1156
|
}
|
|
1148
1157
|
|
|
1149
|
-
.e-gantt
|
|
1158
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1150
1159
|
border-radius: 3px 3px 0px 0px;
|
|
1151
1160
|
padding-bottom: 20px;
|
|
1152
1161
|
}
|
|
1153
1162
|
|
|
1154
|
-
.e-gantt
|
|
1163
|
+
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1155
1164
|
border-radius: 50%;
|
|
1156
1165
|
}
|
|
1157
1166
|
|
|
@@ -1307,10 +1316,6 @@
|
|
|
1307
1316
|
border-radius: 0px;
|
|
1308
1317
|
}
|
|
1309
1318
|
|
|
1310
|
-
.e-gantt .e-gantt-splitter-height {
|
|
1311
|
-
height: calc(100% - 37px) !important;
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
1319
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1315
1320
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1316
1321
|
opacity: .95;
|
|
@@ -1342,62 +1347,6 @@
|
|
|
1342
1347
|
box-shadow: 0 0 0 1px #6c757d inset !important;
|
|
1343
1348
|
}
|
|
1344
1349
|
|
|
1345
|
-
.e-gantt .e-gantt-dialog .e-dlg-header {
|
|
1346
|
-
color: #fff;
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
.e-gantt .e-gantt-dialog .e-dlg-header-content {
|
|
1350
|
-
background: #282d31;
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
.e-gantt .e-gantt-dialog .e-icon-dlg-close {
|
|
1354
|
-
color: #adb5bd;
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1358
|
-
background-color: #282d31;
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
|
-
.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1362
|
-
color: #adb5bd;
|
|
1363
|
-
}
|
|
1364
|
-
|
|
1365
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
1366
|
-
background: #282d31;
|
|
1367
|
-
}
|
|
1368
|
-
|
|
1369
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1370
|
-
background: #0d6efd;
|
|
1371
|
-
}
|
|
1372
|
-
|
|
1373
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1374
|
-
background-color: transparent;
|
|
1375
|
-
}
|
|
1376
|
-
|
|
1377
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1378
|
-
color: #0d6efd;
|
|
1379
|
-
}
|
|
1380
|
-
|
|
1381
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1382
|
-
border-color: transparent;
|
|
1383
|
-
}
|
|
1384
|
-
|
|
1385
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1386
|
-
color: #ced4da;
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1390
|
-
background: transparent;
|
|
1391
|
-
border-bottom: 0px;
|
|
1392
|
-
border-bottom-left-radius: 0px;
|
|
1393
|
-
border-bottom-right-radius: 0px;
|
|
1394
|
-
border-color: transparent;
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1398
|
-
color: #ced4da;
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
1350
|
.e-gantt .e-temp-content {
|
|
1402
1351
|
border-color: #444c54;
|
|
1403
1352
|
}
|
|
@@ -1902,6 +1851,62 @@
|
|
|
1902
1851
|
color: #6c757d !important;
|
|
1903
1852
|
}
|
|
1904
1853
|
|
|
1854
|
+
.e-gantt-dialog .e-dlg-header {
|
|
1855
|
+
color: #fff;
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
.e-gantt-dialog .e-dlg-header-content {
|
|
1859
|
+
background: #282d31;
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1862
|
+
.e-gantt-dialog .e-icon-dlg-close {
|
|
1863
|
+
color: #adb5bd;
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1867
|
+
background-color: #282d31;
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1870
|
+
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1871
|
+
color: #adb5bd;
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1874
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1875
|
+
background: #282d31;
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1878
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1879
|
+
background: #0d6efd;
|
|
1880
|
+
}
|
|
1881
|
+
|
|
1882
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1883
|
+
background-color: transparent;
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1887
|
+
color: #0d6efd;
|
|
1888
|
+
}
|
|
1889
|
+
|
|
1890
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1891
|
+
border-color: transparent;
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1895
|
+
color: #ced4da;
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1899
|
+
background: transparent;
|
|
1900
|
+
border-bottom: 0px;
|
|
1901
|
+
border-bottom-left-radius: 0px;
|
|
1902
|
+
border-bottom-right-radius: 0px;
|
|
1903
|
+
border-color: transparent;
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1907
|
+
color: #ced4da;
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1905
1910
|
.e-gantt.e-device .e-left-resize-gripper,
|
|
1906
1911
|
.e-gantt.e-device .e-right-resize-gripper {
|
|
1907
1912
|
border-color: #6c757d;
|