@syncfusion/ej2-vue-gantt 20.3.61 → 20.4.38
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 +8 -0
- package/dist/ej2-vue-gantt.umd.min.js +2 -2
- package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js +7 -1
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +7 -1
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +8 -8
- package/src/gantt/gantt.component.d.ts +2 -0
- package/src/gantt/gantt.component.js +7 -1
- package/styles/bootstrap-dark.css +179 -12
- package/styles/bootstrap.css +179 -12
- package/styles/bootstrap4.css +178 -10
- package/styles/bootstrap5-dark.css +178 -10
- package/styles/bootstrap5.css +178 -10
- package/styles/fabric-dark.css +179 -12
- package/styles/fabric.css +179 -12
- package/styles/fluent-dark.css +180 -10
- package/styles/fluent.css +180 -10
- package/styles/gantt/bootstrap-dark.css +179 -12
- package/styles/gantt/bootstrap.css +179 -12
- package/styles/gantt/bootstrap4.css +178 -10
- package/styles/gantt/bootstrap5-dark.css +178 -10
- package/styles/gantt/bootstrap5.css +178 -10
- package/styles/gantt/fabric-dark.css +179 -12
- package/styles/gantt/fabric.css +179 -12
- package/styles/gantt/fluent-dark.css +180 -10
- package/styles/gantt/fluent.css +180 -10
- package/styles/gantt/highcontrast-light.css +178 -10
- package/styles/gantt/highcontrast.css +179 -12
- package/styles/gantt/material-dark.css +177 -12
- package/styles/gantt/material.css +179 -12
- package/styles/gantt/tailwind-dark.css +178 -10
- package/styles/gantt/tailwind.css +178 -10
- package/styles/highcontrast-light.css +178 -10
- package/styles/highcontrast.css +179 -12
- package/styles/material-dark.css +177 -12
- package/styles/material.css +179 -12
- package/styles/tailwind-dark.css +178 -10
- package/styles/tailwind.css +178 -10
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
border-radius: 6px !important;
|
|
667
667
|
padding: 32px 16px 16px !important;
|
|
668
668
|
}
|
|
669
|
-
.e-bigger .e-columnmenu {
|
|
669
|
+
.e-bigger .e-grid .e-columnmenu {
|
|
670
670
|
top: 38px;
|
|
671
671
|
}
|
|
672
672
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -794,6 +794,75 @@
|
|
|
794
794
|
font-size: 12px;
|
|
795
795
|
font-weight: 400;
|
|
796
796
|
line-height: 1.8;
|
|
797
|
+
color: #000;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
.e-blazor-gantt-tooltip .e-tip-content {
|
|
801
|
+
overflow-wrap: unset !important; /* stylelint-disable-line declaration-no-important */
|
|
802
|
+
white-space: nowrap !important; /* stylelint-disable-line declaration-no-important */
|
|
803
|
+
word-break: unset !important; /* stylelint-disable-line declaration-no-important */
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
.e-gantt-tooltip .e-tip-content {
|
|
807
|
+
text-align: left !important; /* stylelint-disable-line declaration-no-important */
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
.e-gantt.e-gantt-rtl .e-connector-line-right-arrow {
|
|
811
|
+
border-left: none !important; /* stylelint-disable-line declaration-no-important */
|
|
812
|
+
border-right-color: #0056b3;
|
|
813
|
+
}
|
|
814
|
+
.e-gantt.e-gantt-rtl .e-connector-line-left-arrow {
|
|
815
|
+
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
816
|
+
border-left-color: #0056b3;
|
|
817
|
+
}
|
|
818
|
+
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
819
|
+
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
820
|
+
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
821
|
+
}
|
|
822
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
823
|
+
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
824
|
+
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
825
|
+
border-left-color: #dee2e6 !important; /* stylelint-disable-line declaration-no-important */
|
|
826
|
+
}
|
|
827
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text {
|
|
828
|
+
padding-right: 11px !important; /* stylelint-disable-line declaration-no-important */
|
|
829
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
830
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
831
|
+
}
|
|
832
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
833
|
+
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
834
|
+
}
|
|
835
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
836
|
+
right: 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
837
|
+
}
|
|
838
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-connectorpoint-right {
|
|
839
|
+
margin-right: 2px !important; /* stylelint-disable-line declaration-no-important */
|
|
840
|
+
}
|
|
841
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
842
|
+
border-left: 5px solid;
|
|
843
|
+
border-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
844
|
+
}
|
|
845
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-holiday .e-span {
|
|
846
|
+
transform: rotate(90deg) !important; /* stylelint-disable-line declaration-no-important */
|
|
847
|
+
}
|
|
848
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-left-label-container {
|
|
849
|
+
padding-left: 25px !important; /* stylelint-disable-line declaration-no-important */
|
|
850
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
851
|
+
}
|
|
852
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-right-label-container {
|
|
853
|
+
margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
|
|
854
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
.e-gantt-rtl .e-gantt-tooltip-label {
|
|
858
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
859
|
+
}
|
|
860
|
+
.e-gantt-rtl .e-tip-content {
|
|
861
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
.e-gantt-dialog.e-rtl .e-dlg-closeicon-btn {
|
|
865
|
+
padding: 4px 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
797
866
|
}
|
|
798
867
|
|
|
799
868
|
.e-gantt {
|
|
@@ -905,6 +974,7 @@
|
|
|
905
974
|
border-top-style: none;
|
|
906
975
|
border-top-width: 0;
|
|
907
976
|
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
977
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
908
978
|
}
|
|
909
979
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
910
980
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
@@ -913,6 +983,9 @@
|
|
|
913
983
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
914
984
|
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
915
985
|
}
|
|
986
|
+
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-gantt-frozen {
|
|
987
|
+
overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
988
|
+
}
|
|
916
989
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
917
990
|
width: calc(100% + 17px);
|
|
918
991
|
}
|
|
@@ -932,6 +1005,12 @@
|
|
|
932
1005
|
position: relative;
|
|
933
1006
|
width: 100%;
|
|
934
1007
|
}
|
|
1008
|
+
.e-gantt .e-gantt-chart .e-chart-empty-row {
|
|
1009
|
+
border: 0.5px solid;
|
|
1010
|
+
position: absolute;
|
|
1011
|
+
background-color: rgba(0, 120, 222, 0.15);
|
|
1012
|
+
border-color: rgba(0, 120, 222, 0.65) !important;
|
|
1013
|
+
}
|
|
935
1014
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
936
1015
|
border-right: 0 solid;
|
|
937
1016
|
}
|
|
@@ -1180,6 +1259,88 @@
|
|
|
1180
1259
|
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
1181
1260
|
line-height: initial;
|
|
1182
1261
|
}
|
|
1262
|
+
.e-gantt .e-gantt-chart .e-masked-tbody {
|
|
1263
|
+
table-layout: fixed;
|
|
1264
|
+
width: 100%;
|
|
1265
|
+
}
|
|
1266
|
+
.e-gantt .e-gantt-chart .e-div-background {
|
|
1267
|
+
border-color: #e1dfdd;
|
|
1268
|
+
border-right-style: solid;
|
|
1269
|
+
border-right-width: 1px;
|
|
1270
|
+
height: 100%;
|
|
1271
|
+
position: absolute;
|
|
1272
|
+
}
|
|
1273
|
+
.e-gantt .e-gantt-chart .e-innerHTML {
|
|
1274
|
+
height: 16px;
|
|
1275
|
+
width: 16px;
|
|
1276
|
+
left: 14px;
|
|
1277
|
+
background: #e1dfdd;
|
|
1278
|
+
}
|
|
1279
|
+
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
1280
|
+
height: 16px;
|
|
1281
|
+
width: 16px;
|
|
1282
|
+
left: 30px;
|
|
1283
|
+
background: #e1dfdd;
|
|
1284
|
+
}
|
|
1285
|
+
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
1286
|
+
height: 16px;
|
|
1287
|
+
width: 16px;
|
|
1288
|
+
left: 60px;
|
|
1289
|
+
background: #e1dfdd;
|
|
1290
|
+
}
|
|
1291
|
+
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
1292
|
+
height: 16px;
|
|
1293
|
+
width: 82px;
|
|
1294
|
+
left: 20px;
|
|
1295
|
+
background: #e1dfdd;
|
|
1296
|
+
}
|
|
1297
|
+
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
1298
|
+
height: 12px;
|
|
1299
|
+
width: 88px;
|
|
1300
|
+
left: 14px;
|
|
1301
|
+
border-radius: 0;
|
|
1302
|
+
background: #e1dfdd;
|
|
1303
|
+
}
|
|
1304
|
+
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
1305
|
+
height: 18px;
|
|
1306
|
+
width: 410px;
|
|
1307
|
+
border-radius: 0;
|
|
1308
|
+
background: #e1dfdd;
|
|
1309
|
+
}
|
|
1310
|
+
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
1311
|
+
height: 12px;
|
|
1312
|
+
width: 88px;
|
|
1313
|
+
left: 14px;
|
|
1314
|
+
border-radius: 0;
|
|
1315
|
+
background: #e1dfdd;
|
|
1316
|
+
}
|
|
1317
|
+
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
1318
|
+
height: 18px;
|
|
1319
|
+
width: 208px;
|
|
1320
|
+
border-radius: 0;
|
|
1321
|
+
background: #e1dfdd;
|
|
1322
|
+
}
|
|
1323
|
+
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
1324
|
+
height: 12px;
|
|
1325
|
+
width: 108px;
|
|
1326
|
+
left: 64px;
|
|
1327
|
+
border-radius: 0;
|
|
1328
|
+
background: #e1dfdd;
|
|
1329
|
+
}
|
|
1330
|
+
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
1331
|
+
height: 18px;
|
|
1332
|
+
width: 195px;
|
|
1333
|
+
left: 192px;
|
|
1334
|
+
border-radius: 0;
|
|
1335
|
+
background: #e1dfdd;
|
|
1336
|
+
}
|
|
1337
|
+
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
1338
|
+
height: 18px;
|
|
1339
|
+
width: 156px;
|
|
1340
|
+
left: 388px;
|
|
1341
|
+
border-radius: 0;
|
|
1342
|
+
background: #e1dfdd;
|
|
1343
|
+
}
|
|
1183
1344
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
1184
1345
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
1185
1346
|
display: inline-block;
|
|
@@ -1214,7 +1375,7 @@
|
|
|
1214
1375
|
border-right: 7px solid transparent;
|
|
1215
1376
|
cursor: col-resize;
|
|
1216
1377
|
height: 0;
|
|
1217
|
-
left:
|
|
1378
|
+
left: 1px;
|
|
1218
1379
|
position: absolute;
|
|
1219
1380
|
top: -7px;
|
|
1220
1381
|
width: 0;
|
|
@@ -1226,7 +1387,7 @@
|
|
|
1226
1387
|
border-right: 6px solid transparent;
|
|
1227
1388
|
cursor: col-resize;
|
|
1228
1389
|
height: 0;
|
|
1229
|
-
left:
|
|
1390
|
+
left: 2px;
|
|
1230
1391
|
position: absolute;
|
|
1231
1392
|
top: -7px;
|
|
1232
1393
|
width: 0;
|
|
@@ -1319,7 +1480,6 @@
|
|
|
1319
1480
|
border-radius: 3px;
|
|
1320
1481
|
font-weight: 500;
|
|
1321
1482
|
height: 28px;
|
|
1322
|
-
left: 5px;
|
|
1323
1483
|
line-height: 1.5;
|
|
1324
1484
|
padding: 4px 12px;
|
|
1325
1485
|
position: absolute;
|
|
@@ -1528,7 +1688,7 @@
|
|
|
1528
1688
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1529
1689
|
border-radius: 50%;
|
|
1530
1690
|
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1531
|
-
width: auto
|
|
1691
|
+
width: auto;
|
|
1532
1692
|
}
|
|
1533
1693
|
|
|
1534
1694
|
.e-icon-rowselect::before {
|
|
@@ -1706,6 +1866,7 @@
|
|
|
1706
1866
|
font-size: 12px;
|
|
1707
1867
|
font-weight: 400;
|
|
1708
1868
|
line-height: 1.8;
|
|
1869
|
+
color: #000;
|
|
1709
1870
|
}
|
|
1710
1871
|
|
|
1711
1872
|
/*! Gantt theme */
|
|
@@ -1762,6 +1923,7 @@
|
|
|
1762
1923
|
border-bottom-color: #dee2e6;
|
|
1763
1924
|
border-bottom-width: 0px;
|
|
1764
1925
|
border-right-color: #dee2e6;
|
|
1926
|
+
border-left-color: #dee2e6;
|
|
1765
1927
|
color: #212529;
|
|
1766
1928
|
height: 64px;
|
|
1767
1929
|
}
|
|
@@ -1804,7 +1966,7 @@
|
|
|
1804
1966
|
}
|
|
1805
1967
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1806
1968
|
background-color: #007bff;
|
|
1807
|
-
|
|
1969
|
+
outline: 1px solid #0056b3;
|
|
1808
1970
|
border-radius: 4px;
|
|
1809
1971
|
}
|
|
1810
1972
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
|
|
@@ -1826,7 +1988,7 @@
|
|
|
1826
1988
|
}
|
|
1827
1989
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
1828
1990
|
background-color: #6c757d;
|
|
1829
|
-
|
|
1991
|
+
outline: 1px solid #495057;
|
|
1830
1992
|
border-radius: 4px;
|
|
1831
1993
|
}
|
|
1832
1994
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
@@ -1882,6 +2044,7 @@
|
|
|
1882
2044
|
}
|
|
1883
2045
|
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
1884
2046
|
border-right-color: #ffc107;
|
|
2047
|
+
border-left-color: #ffc107 !important; /* stylelint-disable-line declaration-no-important */
|
|
1885
2048
|
}
|
|
1886
2049
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1887
2050
|
background: linear-gradient(to right, rgba(0, 123, 255, 0.2), #007bff 30%, #007bff 70%, #007bff 70%, rgba(0, 123, 255, 0.2) 100%);
|
|
@@ -1974,14 +2137,16 @@
|
|
|
1974
2137
|
border-width: 3px;
|
|
1975
2138
|
}
|
|
1976
2139
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
|
|
1977
|
-
border-
|
|
1978
|
-
border-bottom-
|
|
1979
|
-
border-top-left-radius: 0px;
|
|
2140
|
+
border-top-left-radius: 0;
|
|
2141
|
+
border-bottom-left-radius: 0;
|
|
1980
2142
|
border-top-right-radius: 2px;
|
|
2143
|
+
border-bottom-right-radius: 2px;
|
|
1981
2144
|
}
|
|
1982
2145
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
|
|
1983
2146
|
border-bottom-left-radius: 2px;
|
|
1984
2147
|
border-top-left-radius: 2px;
|
|
2148
|
+
border-bottom-right-radius: 0;
|
|
2149
|
+
border-top-right-radius: 0;
|
|
1985
2150
|
}
|
|
1986
2151
|
.e-gantt .e-gantt-chart .e-task-label {
|
|
1987
2152
|
color: #fff;
|
|
@@ -2134,6 +2299,9 @@
|
|
|
2134
2299
|
color: #212529 !important; /* stylelint-disable-line declaration-no-important */
|
|
2135
2300
|
}
|
|
2136
2301
|
|
|
2302
|
+
.e-gantt-dialog .e-dlg-content .e-rte-quick-popup.e-hide {
|
|
2303
|
+
border: none !important; /* stylelint-disable-line declaration-no-important */
|
|
2304
|
+
}
|
|
2137
2305
|
.e-gantt-dialog .e-dlg-header {
|
|
2138
2306
|
color: #fff;
|
|
2139
2307
|
}
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
border-radius: 6px !important;
|
|
386
386
|
padding: 32px 16px 16px !important;
|
|
387
387
|
}
|
|
388
|
-
.e-bigger .e-columnmenu {
|
|
388
|
+
.e-bigger .e-grid .e-columnmenu {
|
|
389
389
|
top: 35px;
|
|
390
390
|
}
|
|
391
391
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -510,6 +510,75 @@
|
|
|
510
510
|
font-size: 12px;
|
|
511
511
|
font-weight: 400;
|
|
512
512
|
line-height: 1.8;
|
|
513
|
+
color: #fff;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.e-blazor-gantt-tooltip .e-tip-content {
|
|
517
|
+
overflow-wrap: unset !important; /* stylelint-disable-line declaration-no-important */
|
|
518
|
+
white-space: nowrap !important; /* stylelint-disable-line declaration-no-important */
|
|
519
|
+
word-break: unset !important; /* stylelint-disable-line declaration-no-important */
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
.e-gantt-tooltip .e-tip-content {
|
|
523
|
+
text-align: left !important; /* stylelint-disable-line declaration-no-important */
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.e-gantt.e-gantt-rtl .e-connector-line-right-arrow {
|
|
527
|
+
border-left: none !important; /* stylelint-disable-line declaration-no-important */
|
|
528
|
+
border-right-color: #0d6efd;
|
|
529
|
+
}
|
|
530
|
+
.e-gantt.e-gantt-rtl .e-connector-line-left-arrow {
|
|
531
|
+
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
532
|
+
border-left-color: #0d6efd;
|
|
533
|
+
}
|
|
534
|
+
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
535
|
+
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
536
|
+
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
537
|
+
}
|
|
538
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
539
|
+
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
+
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
541
|
+
border-left-color: #444c54 !important; /* stylelint-disable-line declaration-no-important */
|
|
542
|
+
}
|
|
543
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text {
|
|
544
|
+
padding-right: 11px !important; /* stylelint-disable-line declaration-no-important */
|
|
545
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
546
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
547
|
+
}
|
|
548
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
549
|
+
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
550
|
+
}
|
|
551
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
552
|
+
right: 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
553
|
+
}
|
|
554
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-connectorpoint-right {
|
|
555
|
+
margin-right: 2px !important; /* stylelint-disable-line declaration-no-important */
|
|
556
|
+
}
|
|
557
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
558
|
+
border-left: 5px solid;
|
|
559
|
+
border-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
560
|
+
}
|
|
561
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-holiday .e-span {
|
|
562
|
+
transform: rotate(90deg) !important; /* stylelint-disable-line declaration-no-important */
|
|
563
|
+
}
|
|
564
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-left-label-container {
|
|
565
|
+
padding-left: 25px !important; /* stylelint-disable-line declaration-no-important */
|
|
566
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
567
|
+
}
|
|
568
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-right-label-container {
|
|
569
|
+
margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
|
|
570
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.e-gantt-rtl .e-gantt-tooltip-label {
|
|
574
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
575
|
+
}
|
|
576
|
+
.e-gantt-rtl .e-tip-content {
|
|
577
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.e-gantt-dialog.e-rtl .e-dlg-closeicon-btn {
|
|
581
|
+
padding: 4px 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
513
582
|
}
|
|
514
583
|
|
|
515
584
|
.e-gantt {
|
|
@@ -621,6 +690,7 @@
|
|
|
621
690
|
border-top-style: none;
|
|
622
691
|
border-top-width: 0;
|
|
623
692
|
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
693
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
624
694
|
}
|
|
625
695
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
626
696
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
@@ -629,6 +699,9 @@
|
|
|
629
699
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
630
700
|
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
631
701
|
}
|
|
702
|
+
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-gantt-frozen {
|
|
703
|
+
overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
704
|
+
}
|
|
632
705
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
633
706
|
width: calc(100% + 17px);
|
|
634
707
|
}
|
|
@@ -648,6 +721,12 @@
|
|
|
648
721
|
position: relative;
|
|
649
722
|
width: 100%;
|
|
650
723
|
}
|
|
724
|
+
.e-gantt .e-gantt-chart .e-chart-empty-row {
|
|
725
|
+
border: 0.5px solid;
|
|
726
|
+
position: absolute;
|
|
727
|
+
background-color: rgba(0, 120, 222, 0.15);
|
|
728
|
+
border-color: rgba(0, 120, 222, 0.65) !important;
|
|
729
|
+
}
|
|
651
730
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
652
731
|
border-right: 0 solid;
|
|
653
732
|
}
|
|
@@ -896,6 +975,88 @@
|
|
|
896
975
|
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
897
976
|
line-height: initial;
|
|
898
977
|
}
|
|
978
|
+
.e-gantt .e-gantt-chart .e-masked-tbody {
|
|
979
|
+
table-layout: fixed;
|
|
980
|
+
width: 100%;
|
|
981
|
+
}
|
|
982
|
+
.e-gantt .e-gantt-chart .e-div-background {
|
|
983
|
+
border-color: rgb(225, 223, 221);
|
|
984
|
+
border-right-style: solid;
|
|
985
|
+
border-right-width: 1px;
|
|
986
|
+
height: 100%;
|
|
987
|
+
position: absolute;
|
|
988
|
+
}
|
|
989
|
+
.e-gantt .e-gantt-chart .e-innerHTML {
|
|
990
|
+
height: 16px;
|
|
991
|
+
width: 16px;
|
|
992
|
+
left: 14px;
|
|
993
|
+
background: rgb(225, 223, 221);
|
|
994
|
+
}
|
|
995
|
+
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
996
|
+
height: 16px;
|
|
997
|
+
width: 16px;
|
|
998
|
+
left: 30px;
|
|
999
|
+
background: rgb(225, 223, 221);
|
|
1000
|
+
}
|
|
1001
|
+
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
1002
|
+
height: 16px;
|
|
1003
|
+
width: 16px;
|
|
1004
|
+
left: 60px;
|
|
1005
|
+
background: rgb(225, 223, 221);
|
|
1006
|
+
}
|
|
1007
|
+
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
1008
|
+
height: 16px;
|
|
1009
|
+
width: 82px;
|
|
1010
|
+
left: 20px;
|
|
1011
|
+
background: rgb(225, 223, 221);
|
|
1012
|
+
}
|
|
1013
|
+
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
1014
|
+
height: 12px;
|
|
1015
|
+
width: 88px;
|
|
1016
|
+
left: 14px;
|
|
1017
|
+
border-radius: 0;
|
|
1018
|
+
background: rgb(225, 223, 221);
|
|
1019
|
+
}
|
|
1020
|
+
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
1021
|
+
height: 18px;
|
|
1022
|
+
width: 410px;
|
|
1023
|
+
border-radius: 0;
|
|
1024
|
+
background: rgb(225, 223, 221);
|
|
1025
|
+
}
|
|
1026
|
+
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
1027
|
+
height: 12px;
|
|
1028
|
+
width: 88px;
|
|
1029
|
+
left: 14px;
|
|
1030
|
+
border-radius: 0;
|
|
1031
|
+
background: rgb(225, 223, 221);
|
|
1032
|
+
}
|
|
1033
|
+
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
1034
|
+
height: 18px;
|
|
1035
|
+
width: 208px;
|
|
1036
|
+
border-radius: 0;
|
|
1037
|
+
background: rgb(225, 223, 221);
|
|
1038
|
+
}
|
|
1039
|
+
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
1040
|
+
height: 12px;
|
|
1041
|
+
width: 108px;
|
|
1042
|
+
left: 64px;
|
|
1043
|
+
border-radius: 0;
|
|
1044
|
+
background: rgb(225, 223, 221);
|
|
1045
|
+
}
|
|
1046
|
+
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
1047
|
+
height: 18px;
|
|
1048
|
+
width: 195px;
|
|
1049
|
+
left: 192px;
|
|
1050
|
+
border-radius: 0;
|
|
1051
|
+
background: rgb(225, 223, 221);
|
|
1052
|
+
}
|
|
1053
|
+
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
1054
|
+
height: 18px;
|
|
1055
|
+
width: 156px;
|
|
1056
|
+
left: 388px;
|
|
1057
|
+
border-radius: 0;
|
|
1058
|
+
background: rgb(225, 223, 221);
|
|
1059
|
+
}
|
|
899
1060
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
900
1061
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
901
1062
|
display: inline-block;
|
|
@@ -930,7 +1091,7 @@
|
|
|
930
1091
|
border-right: 7px solid transparent;
|
|
931
1092
|
cursor: col-resize;
|
|
932
1093
|
height: 0;
|
|
933
|
-
left:
|
|
1094
|
+
left: 1px;
|
|
934
1095
|
position: absolute;
|
|
935
1096
|
top: -7px;
|
|
936
1097
|
width: 0;
|
|
@@ -942,7 +1103,7 @@
|
|
|
942
1103
|
border-right: 6px solid transparent;
|
|
943
1104
|
cursor: col-resize;
|
|
944
1105
|
height: 0;
|
|
945
|
-
left:
|
|
1106
|
+
left: 2px;
|
|
946
1107
|
position: absolute;
|
|
947
1108
|
top: -7px;
|
|
948
1109
|
width: 0;
|
|
@@ -1035,7 +1196,6 @@
|
|
|
1035
1196
|
border-radius: 3px;
|
|
1036
1197
|
font-weight: 500;
|
|
1037
1198
|
height: 28px;
|
|
1038
|
-
left: 5px;
|
|
1039
1199
|
line-height: 1.5;
|
|
1040
1200
|
padding: 3px 12px;
|
|
1041
1201
|
position: absolute;
|
|
@@ -1244,7 +1404,7 @@
|
|
|
1244
1404
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1245
1405
|
border-radius: 50%;
|
|
1246
1406
|
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1247
|
-
width: auto
|
|
1407
|
+
width: auto;
|
|
1248
1408
|
}
|
|
1249
1409
|
|
|
1250
1410
|
.e-icon-rowselect::before {
|
|
@@ -1422,6 +1582,7 @@
|
|
|
1422
1582
|
font-size: 12px;
|
|
1423
1583
|
font-weight: 400;
|
|
1424
1584
|
line-height: 1.8;
|
|
1585
|
+
color: #fff;
|
|
1425
1586
|
}
|
|
1426
1587
|
|
|
1427
1588
|
/*! Gantt theme */
|
|
@@ -1478,6 +1639,7 @@
|
|
|
1478
1639
|
border-bottom-color: #444c54;
|
|
1479
1640
|
border-bottom-width: 1px;
|
|
1480
1641
|
border-right-color: #444c54;
|
|
1642
|
+
border-left-color: #444c54;
|
|
1481
1643
|
color: #fff;
|
|
1482
1644
|
height: 52px;
|
|
1483
1645
|
}
|
|
@@ -1520,7 +1682,7 @@
|
|
|
1520
1682
|
}
|
|
1521
1683
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1522
1684
|
background-color: #86b7fe;
|
|
1523
|
-
|
|
1685
|
+
outline: 1px solid #0d6efd;
|
|
1524
1686
|
border-radius: 4px;
|
|
1525
1687
|
}
|
|
1526
1688
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
|
|
@@ -1542,7 +1704,7 @@
|
|
|
1542
1704
|
}
|
|
1543
1705
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
1544
1706
|
background-color: #6c757d;
|
|
1545
|
-
|
|
1707
|
+
outline: 1px solid #adb5bd;
|
|
1546
1708
|
border-radius: 4px;
|
|
1547
1709
|
}
|
|
1548
1710
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
@@ -1598,6 +1760,7 @@
|
|
|
1598
1760
|
}
|
|
1599
1761
|
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
1600
1762
|
border-right-color: #fff3cd;
|
|
1763
|
+
border-left-color: #fff3cd !important; /* stylelint-disable-line declaration-no-important */
|
|
1601
1764
|
}
|
|
1602
1765
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1603
1766
|
background: linear-gradient(to right, #86b7fe, #0d6efd 30%, #0d6efd 70%, #0d6efd 70%, #86b7fe 100%);
|
|
@@ -1690,14 +1853,16 @@
|
|
|
1690
1853
|
border-width: 3px;
|
|
1691
1854
|
}
|
|
1692
1855
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
|
|
1693
|
-
border-
|
|
1694
|
-
border-bottom-
|
|
1695
|
-
border-top-left-radius: 0px;
|
|
1856
|
+
border-top-left-radius: 0;
|
|
1857
|
+
border-bottom-left-radius: 0;
|
|
1696
1858
|
border-top-right-radius: 2px;
|
|
1859
|
+
border-bottom-right-radius: 2px;
|
|
1697
1860
|
}
|
|
1698
1861
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
|
|
1699
1862
|
border-bottom-left-radius: 2px;
|
|
1700
1863
|
border-top-left-radius: 2px;
|
|
1864
|
+
border-bottom-right-radius: 0;
|
|
1865
|
+
border-top-right-radius: 0;
|
|
1701
1866
|
}
|
|
1702
1867
|
.e-gantt .e-gantt-chart .e-task-label {
|
|
1703
1868
|
color: #fff;
|
|
@@ -1850,6 +2015,9 @@
|
|
|
1850
2015
|
color: #adb5bd !important; /* stylelint-disable-line declaration-no-important */
|
|
1851
2016
|
}
|
|
1852
2017
|
|
|
2018
|
+
.e-gantt-dialog .e-dlg-content .e-rte-quick-popup.e-hide {
|
|
2019
|
+
border: none !important; /* stylelint-disable-line declaration-no-important */
|
|
2020
|
+
}
|
|
1853
2021
|
.e-gantt-dialog .e-dlg-header {
|
|
1854
2022
|
color: #fff;
|
|
1855
2023
|
}
|