@syncfusion/ej2-vue-gantt 20.3.60 → 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 +17 -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
package/styles/gantt/fabric.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
.e-ddl.e-popup {
|
|
3
2
|
border: 0;
|
|
4
3
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -144,7 +143,7 @@
|
|
|
144
143
|
content: "\e953";
|
|
145
144
|
}
|
|
146
145
|
.e-gantt .e-notes-info::before {
|
|
147
|
-
content: "
|
|
146
|
+
content: "\e607";
|
|
148
147
|
}
|
|
149
148
|
.e-gantt .e-expandall::before {
|
|
150
149
|
content: "\e555";
|
|
@@ -296,7 +295,7 @@
|
|
|
296
295
|
border-radius: 6px !important;
|
|
297
296
|
padding: 32px 16px 16px !important;
|
|
298
297
|
}
|
|
299
|
-
.e-bigger .e-columnmenu {
|
|
298
|
+
.e-bigger .e-grid .e-columnmenu {
|
|
300
299
|
top: 45px;
|
|
301
300
|
}
|
|
302
301
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -421,6 +420,75 @@
|
|
|
421
420
|
font-size: 12px;
|
|
422
421
|
font-weight: 400;
|
|
423
422
|
line-height: 1.8;
|
|
423
|
+
color: #000;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.e-blazor-gantt-tooltip .e-tip-content {
|
|
427
|
+
overflow-wrap: unset !important; /* stylelint-disable-line declaration-no-important */
|
|
428
|
+
white-space: nowrap !important; /* stylelint-disable-line declaration-no-important */
|
|
429
|
+
word-break: unset !important; /* stylelint-disable-line declaration-no-important */
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.e-gantt-tooltip .e-tip-content {
|
|
433
|
+
text-align: left !important; /* stylelint-disable-line declaration-no-important */
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.e-gantt.e-gantt-rtl .e-connector-line-right-arrow {
|
|
437
|
+
border-left: none !important; /* stylelint-disable-line declaration-no-important */
|
|
438
|
+
border-right-color: #005ba3;
|
|
439
|
+
}
|
|
440
|
+
.e-gantt.e-gantt-rtl .e-connector-line-left-arrow {
|
|
441
|
+
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
442
|
+
border-left-color: #005ba3;
|
|
443
|
+
}
|
|
444
|
+
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
445
|
+
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
446
|
+
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
447
|
+
}
|
|
448
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
449
|
+
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
450
|
+
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
451
|
+
border-left-color: #eaeaea !important; /* stylelint-disable-line declaration-no-important */
|
|
452
|
+
}
|
|
453
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text {
|
|
454
|
+
padding-right: 11px !important; /* stylelint-disable-line declaration-no-important */
|
|
455
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
456
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
457
|
+
}
|
|
458
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
459
|
+
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
460
|
+
}
|
|
461
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
462
|
+
right: 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
463
|
+
}
|
|
464
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-connectorpoint-right {
|
|
465
|
+
margin-right: 2px !important; /* stylelint-disable-line declaration-no-important */
|
|
466
|
+
}
|
|
467
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
468
|
+
border-left: 5px solid;
|
|
469
|
+
border-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
470
|
+
}
|
|
471
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-holiday .e-span {
|
|
472
|
+
transform: rotate(90deg) !important; /* stylelint-disable-line declaration-no-important */
|
|
473
|
+
}
|
|
474
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-left-label-container {
|
|
475
|
+
padding-left: 25px !important; /* stylelint-disable-line declaration-no-important */
|
|
476
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
477
|
+
}
|
|
478
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-right-label-container {
|
|
479
|
+
margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
|
|
480
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.e-gantt-rtl .e-gantt-tooltip-label {
|
|
484
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
485
|
+
}
|
|
486
|
+
.e-gantt-rtl .e-tip-content {
|
|
487
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.e-gantt-dialog.e-rtl .e-dlg-closeicon-btn {
|
|
491
|
+
padding: 4px 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
424
492
|
}
|
|
425
493
|
|
|
426
494
|
.e-gantt {
|
|
@@ -532,6 +600,7 @@
|
|
|
532
600
|
border-top-style: none;
|
|
533
601
|
border-top-width: 0;
|
|
534
602
|
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
603
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
535
604
|
}
|
|
536
605
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
537
606
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
@@ -540,6 +609,9 @@
|
|
|
540
609
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
541
610
|
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
542
611
|
}
|
|
612
|
+
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-gantt-frozen {
|
|
613
|
+
overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
614
|
+
}
|
|
543
615
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
544
616
|
width: calc(100% + 17px);
|
|
545
617
|
}
|
|
@@ -559,6 +631,12 @@
|
|
|
559
631
|
position: relative;
|
|
560
632
|
width: 100%;
|
|
561
633
|
}
|
|
634
|
+
.e-gantt .e-gantt-chart .e-chart-empty-row {
|
|
635
|
+
border: 0.5px solid;
|
|
636
|
+
position: absolute;
|
|
637
|
+
background-color: rgba(0, 120, 222, 0.15);
|
|
638
|
+
border-color: rgba(0, 120, 222, 0.65) !important;
|
|
639
|
+
}
|
|
562
640
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
563
641
|
border-right: 0 solid;
|
|
564
642
|
}
|
|
@@ -807,6 +885,88 @@
|
|
|
807
885
|
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
808
886
|
line-height: initial;
|
|
809
887
|
}
|
|
888
|
+
.e-gantt .e-gantt-chart .e-masked-tbody {
|
|
889
|
+
table-layout: fixed;
|
|
890
|
+
width: 100%;
|
|
891
|
+
}
|
|
892
|
+
.e-gantt .e-gantt-chart .e-div-background {
|
|
893
|
+
border-color: #e1dfdd;
|
|
894
|
+
border-right-style: solid;
|
|
895
|
+
border-right-width: 1px;
|
|
896
|
+
height: 100%;
|
|
897
|
+
position: absolute;
|
|
898
|
+
}
|
|
899
|
+
.e-gantt .e-gantt-chart .e-innerHTML {
|
|
900
|
+
height: 16px;
|
|
901
|
+
width: 16px;
|
|
902
|
+
left: 14px;
|
|
903
|
+
background: #e1dfdd;
|
|
904
|
+
}
|
|
905
|
+
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
906
|
+
height: 16px;
|
|
907
|
+
width: 16px;
|
|
908
|
+
left: 30px;
|
|
909
|
+
background: #e1dfdd;
|
|
910
|
+
}
|
|
911
|
+
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
912
|
+
height: 16px;
|
|
913
|
+
width: 16px;
|
|
914
|
+
left: 60px;
|
|
915
|
+
background: #e1dfdd;
|
|
916
|
+
}
|
|
917
|
+
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
918
|
+
height: 16px;
|
|
919
|
+
width: 82px;
|
|
920
|
+
left: 20px;
|
|
921
|
+
background: #e1dfdd;
|
|
922
|
+
}
|
|
923
|
+
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
924
|
+
height: 12px;
|
|
925
|
+
width: 88px;
|
|
926
|
+
left: 14px;
|
|
927
|
+
border-radius: 0;
|
|
928
|
+
background: #e1dfdd;
|
|
929
|
+
}
|
|
930
|
+
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
931
|
+
height: 18px;
|
|
932
|
+
width: 410px;
|
|
933
|
+
border-radius: 0;
|
|
934
|
+
background: #e1dfdd;
|
|
935
|
+
}
|
|
936
|
+
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
937
|
+
height: 12px;
|
|
938
|
+
width: 88px;
|
|
939
|
+
left: 14px;
|
|
940
|
+
border-radius: 0;
|
|
941
|
+
background: #e1dfdd;
|
|
942
|
+
}
|
|
943
|
+
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
944
|
+
height: 18px;
|
|
945
|
+
width: 208px;
|
|
946
|
+
border-radius: 0;
|
|
947
|
+
background: #e1dfdd;
|
|
948
|
+
}
|
|
949
|
+
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
950
|
+
height: 12px;
|
|
951
|
+
width: 108px;
|
|
952
|
+
left: 64px;
|
|
953
|
+
border-radius: 0;
|
|
954
|
+
background: #e1dfdd;
|
|
955
|
+
}
|
|
956
|
+
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
957
|
+
height: 18px;
|
|
958
|
+
width: 195px;
|
|
959
|
+
left: 192px;
|
|
960
|
+
border-radius: 0;
|
|
961
|
+
background: #e1dfdd;
|
|
962
|
+
}
|
|
963
|
+
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
964
|
+
height: 18px;
|
|
965
|
+
width: 156px;
|
|
966
|
+
left: 388px;
|
|
967
|
+
border-radius: 0;
|
|
968
|
+
background: #e1dfdd;
|
|
969
|
+
}
|
|
810
970
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
811
971
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
812
972
|
display: inline-block;
|
|
@@ -841,7 +1001,7 @@
|
|
|
841
1001
|
border-right: 7px solid transparent;
|
|
842
1002
|
cursor: col-resize;
|
|
843
1003
|
height: 0;
|
|
844
|
-
left:
|
|
1004
|
+
left: 1px;
|
|
845
1005
|
position: absolute;
|
|
846
1006
|
top: -7px;
|
|
847
1007
|
width: 0;
|
|
@@ -853,7 +1013,7 @@
|
|
|
853
1013
|
border-right: 6px solid transparent;
|
|
854
1014
|
cursor: col-resize;
|
|
855
1015
|
height: 0;
|
|
856
|
-
left:
|
|
1016
|
+
left: 2px;
|
|
857
1017
|
position: absolute;
|
|
858
1018
|
top: -7px;
|
|
859
1019
|
width: 0;
|
|
@@ -946,7 +1106,6 @@
|
|
|
946
1106
|
border-radius: 3px;
|
|
947
1107
|
font-weight: 500;
|
|
948
1108
|
height: 30px;
|
|
949
|
-
left: 5px;
|
|
950
1109
|
line-height: 1.2;
|
|
951
1110
|
padding: 7px 12px;
|
|
952
1111
|
position: absolute;
|
|
@@ -1155,7 +1314,7 @@
|
|
|
1155
1314
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1156
1315
|
border-radius: 50%;
|
|
1157
1316
|
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1158
|
-
width: auto
|
|
1317
|
+
width: auto;
|
|
1159
1318
|
}
|
|
1160
1319
|
|
|
1161
1320
|
.e-icon-rowselect::before {
|
|
@@ -1333,6 +1492,7 @@
|
|
|
1333
1492
|
font-size: 12px;
|
|
1334
1493
|
font-weight: 400;
|
|
1335
1494
|
line-height: 1.8;
|
|
1495
|
+
color: #000;
|
|
1336
1496
|
}
|
|
1337
1497
|
|
|
1338
1498
|
/*! Gantt theme */
|
|
@@ -1389,6 +1549,7 @@
|
|
|
1389
1549
|
border-bottom-color: #eaeaea;
|
|
1390
1550
|
border-bottom-width: 1px;
|
|
1391
1551
|
border-right-color: #eaeaea;
|
|
1552
|
+
border-left-color: #eaeaea;
|
|
1392
1553
|
color: #666;
|
|
1393
1554
|
height: 64px;
|
|
1394
1555
|
}
|
|
@@ -1431,7 +1592,7 @@
|
|
|
1431
1592
|
}
|
|
1432
1593
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1433
1594
|
background-color: #0078d6;
|
|
1434
|
-
|
|
1595
|
+
outline: 1px solid #005ba3;
|
|
1435
1596
|
border-radius: 0px;
|
|
1436
1597
|
}
|
|
1437
1598
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
|
|
@@ -1453,7 +1614,7 @@
|
|
|
1453
1614
|
}
|
|
1454
1615
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
1455
1616
|
background-color: #767676;
|
|
1456
|
-
|
|
1617
|
+
outline: 1px solid #505050;
|
|
1457
1618
|
border-radius: 0px;
|
|
1458
1619
|
}
|
|
1459
1620
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
@@ -1509,6 +1670,7 @@
|
|
|
1509
1670
|
}
|
|
1510
1671
|
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
1511
1672
|
border-right-color: #cae8ff;
|
|
1673
|
+
border-left-color: #cae8ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1512
1674
|
}
|
|
1513
1675
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1514
1676
|
background: linear-gradient(to right, rgba(0, 91, 163, 0.2), #005ba3 30%, #005ba3 70%, #005ba3 70%, rgba(0, 91, 163, 0.2) 100%);
|
|
@@ -1601,14 +1763,16 @@
|
|
|
1601
1763
|
border-width: 3px;
|
|
1602
1764
|
}
|
|
1603
1765
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
|
|
1604
|
-
border-
|
|
1605
|
-
border-bottom-
|
|
1606
|
-
border-top-left-radius: 0px;
|
|
1766
|
+
border-top-left-radius: 0;
|
|
1767
|
+
border-bottom-left-radius: 0;
|
|
1607
1768
|
border-top-right-radius: 2px;
|
|
1769
|
+
border-bottom-right-radius: 2px;
|
|
1608
1770
|
}
|
|
1609
1771
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
|
|
1610
1772
|
border-bottom-left-radius: 2px;
|
|
1611
1773
|
border-top-left-radius: 2px;
|
|
1774
|
+
border-bottom-right-radius: 0;
|
|
1775
|
+
border-top-right-radius: 0;
|
|
1612
1776
|
}
|
|
1613
1777
|
.e-gantt .e-gantt-chart .e-task-label {
|
|
1614
1778
|
color: #fff;
|
|
@@ -1761,6 +1925,9 @@
|
|
|
1761
1925
|
color: #666 !important; /* stylelint-disable-line declaration-no-important */
|
|
1762
1926
|
}
|
|
1763
1927
|
|
|
1928
|
+
.e-gantt-dialog .e-dlg-content .e-rte-quick-popup.e-hide {
|
|
1929
|
+
border: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1930
|
+
}
|
|
1764
1931
|
.e-gantt-dialog .e-dlg-header {
|
|
1765
1932
|
color: #fff;
|
|
1766
1933
|
}
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
border-radius: 2px !important;
|
|
365
365
|
padding: 28px 28px 0px 28px !important;
|
|
366
366
|
}
|
|
367
|
-
.e-bigger .e-columnmenu {
|
|
367
|
+
.e-bigger .e-grid .e-columnmenu {
|
|
368
368
|
top: 38px;
|
|
369
369
|
}
|
|
370
370
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -490,9 +490,78 @@
|
|
|
490
490
|
font-size: 12px;
|
|
491
491
|
font-weight: 400;
|
|
492
492
|
line-height: 1.8;
|
|
493
|
+
color: #f3f2f1;
|
|
493
494
|
margin-bottom: 0;
|
|
494
495
|
}
|
|
495
496
|
|
|
497
|
+
.e-blazor-gantt-tooltip .e-tip-content {
|
|
498
|
+
overflow-wrap: unset !important; /* stylelint-disable-line declaration-no-important */
|
|
499
|
+
white-space: nowrap !important; /* stylelint-disable-line declaration-no-important */
|
|
500
|
+
word-break: unset !important; /* stylelint-disable-line declaration-no-important */
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.e-gantt-tooltip .e-tip-content {
|
|
504
|
+
text-align: left !important; /* stylelint-disable-line declaration-no-important */
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.e-gantt.e-gantt-rtl .e-connector-line-right-arrow {
|
|
508
|
+
border-left: none !important; /* stylelint-disable-line declaration-no-important */
|
|
509
|
+
border-right-color: #0078d4;
|
|
510
|
+
}
|
|
511
|
+
.e-gantt.e-gantt-rtl .e-connector-line-left-arrow {
|
|
512
|
+
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
513
|
+
border-left-color: #0078d4;
|
|
514
|
+
}
|
|
515
|
+
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
516
|
+
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
517
|
+
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
518
|
+
}
|
|
519
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
520
|
+
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
521
|
+
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
522
|
+
border-left-color: #292827 !important; /* stylelint-disable-line declaration-no-important */
|
|
523
|
+
}
|
|
524
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text {
|
|
525
|
+
padding-right: 11px !important; /* stylelint-disable-line declaration-no-important */
|
|
526
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
527
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
528
|
+
}
|
|
529
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
530
|
+
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
531
|
+
}
|
|
532
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
533
|
+
right: 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
534
|
+
}
|
|
535
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-connectorpoint-right {
|
|
536
|
+
margin-right: 2px !important; /* stylelint-disable-line declaration-no-important */
|
|
537
|
+
}
|
|
538
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
539
|
+
border-left: 5px solid;
|
|
540
|
+
border-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
541
|
+
}
|
|
542
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-holiday .e-span {
|
|
543
|
+
transform: rotate(90deg) !important; /* stylelint-disable-line declaration-no-important */
|
|
544
|
+
}
|
|
545
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-left-label-container {
|
|
546
|
+
padding-left: 25px !important; /* stylelint-disable-line declaration-no-important */
|
|
547
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
548
|
+
}
|
|
549
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-right-label-container {
|
|
550
|
+
margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
|
|
551
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.e-gantt-rtl .e-gantt-tooltip-label {
|
|
555
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
556
|
+
}
|
|
557
|
+
.e-gantt-rtl .e-tip-content {
|
|
558
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.e-gantt-dialog.e-rtl .e-dlg-closeicon-btn {
|
|
562
|
+
padding: 4px 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
563
|
+
}
|
|
564
|
+
|
|
496
565
|
.e-gantt {
|
|
497
566
|
display: block;
|
|
498
567
|
width: 100%;
|
|
@@ -602,6 +671,7 @@
|
|
|
602
671
|
border-top-style: none;
|
|
603
672
|
border-top-width: 0;
|
|
604
673
|
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
674
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
605
675
|
}
|
|
606
676
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
607
677
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
@@ -610,6 +680,9 @@
|
|
|
610
680
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
611
681
|
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
612
682
|
}
|
|
683
|
+
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-gantt-frozen {
|
|
684
|
+
overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
685
|
+
}
|
|
613
686
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
614
687
|
width: calc(100% + 17px);
|
|
615
688
|
}
|
|
@@ -629,6 +702,12 @@
|
|
|
629
702
|
position: relative;
|
|
630
703
|
width: 100%;
|
|
631
704
|
}
|
|
705
|
+
.e-gantt .e-gantt-chart .e-chart-empty-row {
|
|
706
|
+
border: 0.5px solid;
|
|
707
|
+
position: absolute;
|
|
708
|
+
background-color: rgba(0, 120, 222, 0.15);
|
|
709
|
+
border-color: rgba(0, 120, 222, 0.65) !important;
|
|
710
|
+
}
|
|
632
711
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
633
712
|
border-right: 0 solid;
|
|
634
713
|
}
|
|
@@ -877,6 +956,88 @@
|
|
|
877
956
|
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
878
957
|
line-height: initial;
|
|
879
958
|
}
|
|
959
|
+
.e-gantt .e-gantt-chart .e-masked-tbody {
|
|
960
|
+
table-layout: fixed;
|
|
961
|
+
width: 100%;
|
|
962
|
+
}
|
|
963
|
+
.e-gantt .e-gantt-chart .e-div-background {
|
|
964
|
+
border-color: rgb(225, 223, 221);
|
|
965
|
+
border-right-style: solid;
|
|
966
|
+
border-right-width: 1px;
|
|
967
|
+
height: 100%;
|
|
968
|
+
position: absolute;
|
|
969
|
+
}
|
|
970
|
+
.e-gantt .e-gantt-chart .e-innerHTML {
|
|
971
|
+
height: 16px;
|
|
972
|
+
width: 16px;
|
|
973
|
+
left: 14px;
|
|
974
|
+
background: rgb(225, 223, 221);
|
|
975
|
+
}
|
|
976
|
+
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
977
|
+
height: 16px;
|
|
978
|
+
width: 16px;
|
|
979
|
+
left: 30px;
|
|
980
|
+
background: rgb(225, 223, 221);
|
|
981
|
+
}
|
|
982
|
+
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
983
|
+
height: 16px;
|
|
984
|
+
width: 16px;
|
|
985
|
+
left: 60px;
|
|
986
|
+
background: rgb(225, 223, 221);
|
|
987
|
+
}
|
|
988
|
+
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
989
|
+
height: 16px;
|
|
990
|
+
width: 82px;
|
|
991
|
+
left: 20px;
|
|
992
|
+
background: rgb(225, 223, 221);
|
|
993
|
+
}
|
|
994
|
+
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
995
|
+
height: 12px;
|
|
996
|
+
width: 88px;
|
|
997
|
+
left: 14px;
|
|
998
|
+
border-radius: 0;
|
|
999
|
+
background: rgb(225, 223, 221);
|
|
1000
|
+
}
|
|
1001
|
+
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
1002
|
+
height: 18px;
|
|
1003
|
+
width: 410px;
|
|
1004
|
+
border-radius: 0;
|
|
1005
|
+
background: rgb(225, 223, 221);
|
|
1006
|
+
}
|
|
1007
|
+
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
1008
|
+
height: 12px;
|
|
1009
|
+
width: 88px;
|
|
1010
|
+
left: 14px;
|
|
1011
|
+
border-radius: 0;
|
|
1012
|
+
background: rgb(225, 223, 221);
|
|
1013
|
+
}
|
|
1014
|
+
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
1015
|
+
height: 18px;
|
|
1016
|
+
width: 208px;
|
|
1017
|
+
border-radius: 0;
|
|
1018
|
+
background: rgb(225, 223, 221);
|
|
1019
|
+
}
|
|
1020
|
+
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
1021
|
+
height: 12px;
|
|
1022
|
+
width: 108px;
|
|
1023
|
+
left: 64px;
|
|
1024
|
+
border-radius: 0;
|
|
1025
|
+
background: rgb(225, 223, 221);
|
|
1026
|
+
}
|
|
1027
|
+
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
1028
|
+
height: 18px;
|
|
1029
|
+
width: 195px;
|
|
1030
|
+
left: 192px;
|
|
1031
|
+
border-radius: 0;
|
|
1032
|
+
background: rgb(225, 223, 221);
|
|
1033
|
+
}
|
|
1034
|
+
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
1035
|
+
height: 18px;
|
|
1036
|
+
width: 156px;
|
|
1037
|
+
left: 388px;
|
|
1038
|
+
border-radius: 0;
|
|
1039
|
+
background: rgb(225, 223, 221);
|
|
1040
|
+
}
|
|
880
1041
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
881
1042
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
882
1043
|
display: inline-block;
|
|
@@ -911,7 +1072,7 @@
|
|
|
911
1072
|
border-right: 7px solid transparent;
|
|
912
1073
|
cursor: col-resize;
|
|
913
1074
|
height: 0;
|
|
914
|
-
left:
|
|
1075
|
+
left: 1px;
|
|
915
1076
|
position: absolute;
|
|
916
1077
|
top: -7px;
|
|
917
1078
|
width: 0;
|
|
@@ -923,7 +1084,7 @@
|
|
|
923
1084
|
border-right: 6px solid transparent;
|
|
924
1085
|
cursor: col-resize;
|
|
925
1086
|
height: 0;
|
|
926
|
-
left:
|
|
1087
|
+
left: 2px;
|
|
927
1088
|
position: absolute;
|
|
928
1089
|
top: -7px;
|
|
929
1090
|
width: 0;
|
|
@@ -1016,7 +1177,6 @@
|
|
|
1016
1177
|
border-radius: 3px;
|
|
1017
1178
|
font-weight: 500;
|
|
1018
1179
|
height: 28px;
|
|
1019
|
-
left: 5px;
|
|
1020
1180
|
line-height: 1.5;
|
|
1021
1181
|
padding: 3px 12px;
|
|
1022
1182
|
position: absolute;
|
|
@@ -1139,6 +1299,8 @@
|
|
|
1139
1299
|
}
|
|
1140
1300
|
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1141
1301
|
display: block;
|
|
1302
|
+
bottom: 1px;
|
|
1303
|
+
height: 3px;
|
|
1142
1304
|
}
|
|
1143
1305
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1144
1306
|
border-style: solid;
|
|
@@ -1225,7 +1387,7 @@
|
|
|
1225
1387
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1226
1388
|
border-radius: 50%;
|
|
1227
1389
|
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1228
|
-
width: auto
|
|
1390
|
+
width: auto;
|
|
1229
1391
|
}
|
|
1230
1392
|
|
|
1231
1393
|
.e-icon-rowselect::before {
|
|
@@ -1404,6 +1566,7 @@
|
|
|
1404
1566
|
font-size: 12px;
|
|
1405
1567
|
font-weight: 400;
|
|
1406
1568
|
line-height: 1.8;
|
|
1569
|
+
color: #f3f2f1;
|
|
1407
1570
|
margin-bottom: 0;
|
|
1408
1571
|
}
|
|
1409
1572
|
|
|
@@ -1461,6 +1624,7 @@
|
|
|
1461
1624
|
border-bottom-color: #292827;
|
|
1462
1625
|
border-bottom-width: 1px;
|
|
1463
1626
|
border-right-color: #292827;
|
|
1627
|
+
border-left-color: #292827;
|
|
1464
1628
|
color: #f3f2f1;
|
|
1465
1629
|
height: 52px;
|
|
1466
1630
|
}
|
|
@@ -1503,7 +1667,7 @@
|
|
|
1503
1667
|
}
|
|
1504
1668
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1505
1669
|
background-color: #6ec0ff;
|
|
1506
|
-
|
|
1670
|
+
outline: 1px solid #0078d4;
|
|
1507
1671
|
border-radius: 4px;
|
|
1508
1672
|
}
|
|
1509
1673
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
|
|
@@ -1525,7 +1689,7 @@
|
|
|
1525
1689
|
}
|
|
1526
1690
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
1527
1691
|
background-color: #323130;
|
|
1528
|
-
|
|
1692
|
+
outline: 1px solid #797775;
|
|
1529
1693
|
border-radius: 4px;
|
|
1530
1694
|
}
|
|
1531
1695
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
@@ -1581,6 +1745,7 @@
|
|
|
1581
1745
|
}
|
|
1582
1746
|
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
1583
1747
|
border-right-color: #fff4ce;
|
|
1748
|
+
border-left-color: #fff4ce !important; /* stylelint-disable-line declaration-no-important */
|
|
1584
1749
|
}
|
|
1585
1750
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1586
1751
|
background: linear-gradient(to right, #005a9e, #0078d4 30%, #0078d4 70%, #0078d4 70%, #005a9e 100%);
|
|
@@ -1673,14 +1838,16 @@
|
|
|
1673
1838
|
border-width: 3px;
|
|
1674
1839
|
}
|
|
1675
1840
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
|
|
1676
|
-
border-
|
|
1677
|
-
border-bottom-
|
|
1678
|
-
border-top-left-radius: 0px;
|
|
1841
|
+
border-top-left-radius: 0;
|
|
1842
|
+
border-bottom-left-radius: 0;
|
|
1679
1843
|
border-top-right-radius: 2px;
|
|
1844
|
+
border-bottom-right-radius: 2px;
|
|
1680
1845
|
}
|
|
1681
1846
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
|
|
1682
1847
|
border-bottom-left-radius: 2px;
|
|
1683
1848
|
border-top-left-radius: 2px;
|
|
1849
|
+
border-bottom-right-radius: 0;
|
|
1850
|
+
border-top-right-radius: 0;
|
|
1684
1851
|
}
|
|
1685
1852
|
.e-gantt .e-gantt-chart .e-task-label {
|
|
1686
1853
|
color: #fff;
|
|
@@ -1833,6 +2000,9 @@
|
|
|
1833
2000
|
color: #a19f9d !important; /* stylelint-disable-line declaration-no-important */
|
|
1834
2001
|
}
|
|
1835
2002
|
|
|
2003
|
+
.e-gantt-dialog .e-dlg-content .e-rte-quick-popup.e-hide {
|
|
2004
|
+
border: none !important; /* stylelint-disable-line declaration-no-important */
|
|
2005
|
+
}
|
|
1836
2006
|
.e-gantt-dialog .e-dlg-header {
|
|
1837
2007
|
color: #f3f2f1;
|
|
1838
2008
|
}
|