@syncfusion/ej2-vue-gantt 22.2.12 → 23.1.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 +202 -164
- package/dist/ej2-vue-gantt.umd.min.js +3 -3
- package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +3 -3
- package/package.json +9 -9
- package/src/gantt/adddialogfields.directive.d.ts +3 -1
- package/src/gantt/columns.directive.d.ts +3 -1
- package/src/gantt/dayworkingtime.directive.d.ts +3 -1
- package/src/gantt/editdialogfields.directive.d.ts +3 -1
- package/src/gantt/eventmarkers.directive.d.ts +3 -1
- package/src/gantt/gantt.component.d.ts +3 -1
- package/src/gantt/gantt.component.js +1 -1
- package/src/gantt/holidays.directive.d.ts +3 -1
- package/styles/bootstrap-dark.css +44 -100
- package/styles/bootstrap.css +44 -100
- package/styles/bootstrap4.css +44 -100
- package/styles/bootstrap5-dark.css +44 -100
- package/styles/bootstrap5.css +44 -100
- package/styles/fabric-dark.css +44 -100
- package/styles/fabric.css +44 -100
- package/styles/fluent-dark.css +44 -100
- package/styles/fluent.css +44 -100
- package/styles/gantt/bootstrap-dark.css +44 -100
- package/styles/gantt/bootstrap.css +44 -100
- package/styles/gantt/bootstrap4.css +44 -100
- package/styles/gantt/bootstrap5-dark.css +44 -100
- package/styles/gantt/bootstrap5.css +44 -100
- package/styles/gantt/fabric-dark.css +44 -100
- package/styles/gantt/fabric.css +44 -100
- package/styles/gantt/fluent-dark.css +44 -100
- package/styles/gantt/fluent.css +44 -100
- package/styles/gantt/highcontrast-light.css +40 -100
- package/styles/gantt/highcontrast.css +44 -100
- package/styles/gantt/material-dark.css +44 -101
- package/styles/gantt/material.css +44 -101
- package/styles/gantt/material3-dark.css +45 -102
- package/styles/gantt/material3-dark.scss +1 -1
- package/styles/gantt/material3.css +45 -102
- package/styles/gantt/material3.scss +1 -1
- package/styles/gantt/tailwind-dark.css +44 -101
- package/styles/gantt/tailwind.css +44 -101
- package/styles/highcontrast-light.css +40 -100
- package/styles/highcontrast.css +44 -100
- package/styles/material-dark.css +44 -101
- package/styles/material.css +44 -101
- package/styles/material3-dark.css +45 -102
- package/styles/material3.css +45 -102
- package/styles/tailwind-dark.css +44 -101
- package/styles/tailwind.css +44 -101
package/styles/fabric-dark.css
CHANGED
|
@@ -203,6 +203,10 @@
|
|
|
203
203
|
content: "\e903";
|
|
204
204
|
}
|
|
205
205
|
|
|
206
|
+
.e-icon-rowselect::before {
|
|
207
|
+
content: "\e930";
|
|
208
|
+
}
|
|
209
|
+
|
|
206
210
|
.e-gantt-tooltip-arrow-left::before {
|
|
207
211
|
content: "\e85b";
|
|
208
212
|
}
|
|
@@ -255,6 +259,7 @@
|
|
|
255
259
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
256
260
|
background-color: #0d6efd;
|
|
257
261
|
border-color: #201f1f;
|
|
262
|
+
position: relative;
|
|
258
263
|
}
|
|
259
264
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
260
265
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
@@ -262,6 +267,17 @@
|
|
|
262
267
|
border-color: #201f1f;
|
|
263
268
|
outline: 2px solid #b7e0ff;
|
|
264
269
|
}
|
|
270
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
|
|
271
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
|
|
272
|
+
content: "";
|
|
273
|
+
position: absolute;
|
|
274
|
+
width: 30px;
|
|
275
|
+
height: 40px;
|
|
276
|
+
top: -10px;
|
|
277
|
+
}
|
|
278
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
|
|
279
|
+
cursor: no-drop;
|
|
280
|
+
}
|
|
265
281
|
.e-bigger .e-gantt .e-tab .e-content {
|
|
266
282
|
height: 242px !important;
|
|
267
283
|
}
|
|
@@ -305,7 +321,6 @@
|
|
|
305
321
|
}
|
|
306
322
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
307
323
|
border-radius: 6px;
|
|
308
|
-
width: 556px !important;
|
|
309
324
|
}
|
|
310
325
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
311
326
|
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -446,10 +461,6 @@
|
|
|
446
461
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
447
462
|
border-left-color: #0063ad;
|
|
448
463
|
}
|
|
449
|
-
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
450
|
-
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
451
|
-
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
452
|
-
}
|
|
453
464
|
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
454
465
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
455
466
|
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -769,6 +780,12 @@
|
|
|
769
780
|
vertical-align: middle;
|
|
770
781
|
z-index: 3;
|
|
771
782
|
}
|
|
783
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
|
|
784
|
+
z-index: 4;
|
|
785
|
+
}
|
|
786
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
|
|
787
|
+
z-index: 4;
|
|
788
|
+
}
|
|
772
789
|
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
|
|
773
790
|
-ms-flex-align: center;
|
|
774
791
|
align-items: center;
|
|
@@ -908,72 +925,61 @@
|
|
|
908
925
|
height: 16px;
|
|
909
926
|
width: 16px;
|
|
910
927
|
left: 14px;
|
|
911
|
-
background: #e1dfdd;
|
|
912
928
|
}
|
|
913
929
|
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
914
930
|
height: 16px;
|
|
915
931
|
width: 16px;
|
|
916
932
|
left: 30px;
|
|
917
|
-
background: #e1dfdd;
|
|
918
933
|
}
|
|
919
934
|
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
920
935
|
height: 16px;
|
|
921
936
|
width: 16px;
|
|
922
937
|
left: 60px;
|
|
923
|
-
background: #e1dfdd;
|
|
924
938
|
}
|
|
925
939
|
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
926
940
|
height: 16px;
|
|
927
941
|
width: 82px;
|
|
928
942
|
left: 20px;
|
|
929
|
-
background: #e1dfdd;
|
|
930
943
|
}
|
|
931
944
|
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
932
945
|
height: 12px;
|
|
933
946
|
width: 88px;
|
|
934
947
|
left: 14px;
|
|
935
948
|
border-radius: 0;
|
|
936
|
-
background: #e1dfdd;
|
|
937
949
|
}
|
|
938
950
|
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
939
951
|
height: 18px;
|
|
940
952
|
width: 410px;
|
|
941
953
|
border-radius: 0;
|
|
942
|
-
background: #e1dfdd;
|
|
943
954
|
}
|
|
944
955
|
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
945
956
|
height: 12px;
|
|
946
957
|
width: 88px;
|
|
947
958
|
left: 14px;
|
|
948
959
|
border-radius: 0;
|
|
949
|
-
background: #e1dfdd;
|
|
950
960
|
}
|
|
951
961
|
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
952
962
|
height: 18px;
|
|
953
963
|
width: 208px;
|
|
954
964
|
border-radius: 0;
|
|
955
|
-
background: #e1dfdd;
|
|
956
965
|
}
|
|
957
966
|
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
958
967
|
height: 12px;
|
|
959
968
|
width: 108px;
|
|
960
969
|
left: 64px;
|
|
961
970
|
border-radius: 0;
|
|
962
|
-
background: #e1dfdd;
|
|
963
971
|
}
|
|
964
972
|
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
965
973
|
height: 18px;
|
|
966
974
|
width: 195px;
|
|
967
975
|
left: 192px;
|
|
968
976
|
border-radius: 0;
|
|
969
|
-
background: #e1dfdd;
|
|
970
977
|
}
|
|
971
978
|
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
972
979
|
height: 18px;
|
|
973
980
|
width: 156px;
|
|
974
981
|
left: 388px;
|
|
975
982
|
border-radius: 0;
|
|
976
|
-
background: #e1dfdd;
|
|
977
983
|
}
|
|
978
984
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
979
985
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
@@ -1108,7 +1114,7 @@
|
|
|
1108
1114
|
border-left: 1px dashed;
|
|
1109
1115
|
position: absolute;
|
|
1110
1116
|
width: 1px;
|
|
1111
|
-
z-index:
|
|
1117
|
+
z-index: 4;
|
|
1112
1118
|
}
|
|
1113
1119
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1114
1120
|
border-radius: 3px;
|
|
@@ -1325,10 +1331,6 @@
|
|
|
1325
1331
|
width: auto;
|
|
1326
1332
|
}
|
|
1327
1333
|
|
|
1328
|
-
.e-icon-rowselect::before {
|
|
1329
|
-
content: "\e930";
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
1334
|
.e-ganttpopup {
|
|
1333
1335
|
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1334
1336
|
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
@@ -1387,6 +1389,15 @@
|
|
|
1387
1389
|
font-size: 14px;
|
|
1388
1390
|
}
|
|
1389
1391
|
|
|
1392
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1393
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
.e-bigger .e-timeline-single-header-cell {
|
|
1397
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1398
|
+
line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1390
1401
|
.e-gantt-tooltip-label {
|
|
1391
1402
|
padding-bottom: 2px;
|
|
1392
1403
|
padding-right: 2px;
|
|
@@ -1431,16 +1442,6 @@
|
|
|
1431
1442
|
.e-gantt.e-device .e-gridheader .e-icons {
|
|
1432
1443
|
font-size: 12px;
|
|
1433
1444
|
}
|
|
1434
|
-
.e-gantt.e-device .e-right-resize-gripper,
|
|
1435
|
-
.e-gantt.e-device .e-left-resize-gripper {
|
|
1436
|
-
border: 7px solid;
|
|
1437
|
-
z-index: -1;
|
|
1438
|
-
}
|
|
1439
|
-
.e-gantt.e-device .e-right-resize-gripper::before,
|
|
1440
|
-
.e-gantt.e-device .e-left-resize-gripper::before {
|
|
1441
|
-
font-size: 14px;
|
|
1442
|
-
margin-left: -7px;
|
|
1443
|
-
}
|
|
1444
1445
|
.e-gantt.e-device .e-dependent-div .e-content {
|
|
1445
1446
|
height: 100%;
|
|
1446
1447
|
}
|
|
@@ -1503,6 +1504,12 @@
|
|
|
1503
1504
|
color: #000;
|
|
1504
1505
|
}
|
|
1505
1506
|
|
|
1507
|
+
.e-gantt-chart-resize-indicator {
|
|
1508
|
+
height: 100%;
|
|
1509
|
+
position: absolute;
|
|
1510
|
+
z-index: 1;
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1506
1513
|
/*! Gantt theme */
|
|
1507
1514
|
.e-gantt .e-gantt-splitter {
|
|
1508
1515
|
border-color: #414040;
|
|
@@ -1859,75 +1866,6 @@
|
|
|
1859
1866
|
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
|
|
1860
1867
|
border-color: #000;
|
|
1861
1868
|
}
|
|
1862
|
-
.e-gantt .e-gantt-chart .e-active-parent-task {
|
|
1863
|
-
border-radius: 4px;
|
|
1864
|
-
box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
|
|
1865
|
-
}
|
|
1866
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
|
|
1867
|
-
background: #1a1a1a;
|
|
1868
|
-
border: #1a1a1a;
|
|
1869
|
-
}
|
|
1870
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
|
|
1871
|
-
background-color: transparent;
|
|
1872
|
-
border: transparent;
|
|
1873
|
-
}
|
|
1874
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
|
|
1875
|
-
color: transparent;
|
|
1876
|
-
}
|
|
1877
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1878
|
-
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1879
|
-
}
|
|
1880
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1881
|
-
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1882
|
-
}
|
|
1883
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1884
|
-
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1885
|
-
}
|
|
1886
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1887
|
-
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1888
|
-
}
|
|
1889
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1890
|
-
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1891
|
-
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1892
|
-
}
|
|
1893
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1894
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1895
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1896
|
-
}
|
|
1897
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1898
|
-
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1899
|
-
}
|
|
1900
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1901
|
-
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1902
|
-
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1903
|
-
}
|
|
1904
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1905
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1906
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1907
|
-
}
|
|
1908
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1909
|
-
background: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1910
|
-
border: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1911
|
-
}
|
|
1912
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
1913
|
-
background-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1914
|
-
}
|
|
1915
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1916
|
-
background: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1917
|
-
border: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1918
|
-
}
|
|
1919
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
1920
|
-
background-color: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1921
|
-
}
|
|
1922
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1923
|
-
border-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1924
|
-
}
|
|
1925
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1926
|
-
border-left-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1927
|
-
}
|
|
1928
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1929
|
-
border-right-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
|
|
1930
|
-
}
|
|
1931
1869
|
.e-gantt .e-icons {
|
|
1932
1870
|
color: #dadada;
|
|
1933
1871
|
}
|
|
@@ -2037,4 +1975,10 @@
|
|
|
2037
1975
|
|
|
2038
1976
|
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2039
1977
|
background-color: #d13438;
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
.e-gantt-chart-resize-indicator {
|
|
1981
|
+
border: 1px dashed #0074cc;
|
|
1982
|
+
border-bottom: none;
|
|
1983
|
+
border-top: none;
|
|
2040
1984
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -201,6 +201,10 @@
|
|
|
201
201
|
content: "\e903";
|
|
202
202
|
}
|
|
203
203
|
|
|
204
|
+
.e-icon-rowselect::before {
|
|
205
|
+
content: "\e930";
|
|
206
|
+
}
|
|
207
|
+
|
|
204
208
|
.e-gantt-tooltip-arrow-left::before {
|
|
205
209
|
content: "\e85b";
|
|
206
210
|
}
|
|
@@ -253,6 +257,7 @@
|
|
|
253
257
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
254
258
|
background-color: #0d6efd;
|
|
255
259
|
border-color: #fff;
|
|
260
|
+
position: relative;
|
|
256
261
|
}
|
|
257
262
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
258
263
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
@@ -260,6 +265,17 @@
|
|
|
260
265
|
border-color: #fff;
|
|
261
266
|
outline: 2px solid #b7e0ff;
|
|
262
267
|
}
|
|
268
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
|
|
269
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
|
|
270
|
+
content: "";
|
|
271
|
+
position: absolute;
|
|
272
|
+
width: 30px;
|
|
273
|
+
height: 40px;
|
|
274
|
+
top: -10px;
|
|
275
|
+
}
|
|
276
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
|
|
277
|
+
cursor: no-drop;
|
|
278
|
+
}
|
|
263
279
|
.e-bigger .e-gantt .e-tab .e-content {
|
|
264
280
|
height: 242px !important;
|
|
265
281
|
}
|
|
@@ -303,7 +319,6 @@
|
|
|
303
319
|
}
|
|
304
320
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
305
321
|
border-radius: 6px;
|
|
306
|
-
width: 556px !important;
|
|
307
322
|
}
|
|
308
323
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
309
324
|
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -444,10 +459,6 @@
|
|
|
444
459
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
445
460
|
border-left-color: #005ba3;
|
|
446
461
|
}
|
|
447
|
-
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
448
|
-
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
449
|
-
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
450
|
-
}
|
|
451
462
|
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
452
463
|
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
453
464
|
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -767,6 +778,12 @@
|
|
|
767
778
|
vertical-align: middle;
|
|
768
779
|
z-index: 3;
|
|
769
780
|
}
|
|
781
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
|
|
782
|
+
z-index: 4;
|
|
783
|
+
}
|
|
784
|
+
.e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
|
|
785
|
+
z-index: 4;
|
|
786
|
+
}
|
|
770
787
|
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
|
|
771
788
|
-ms-flex-align: center;
|
|
772
789
|
align-items: center;
|
|
@@ -906,72 +923,61 @@
|
|
|
906
923
|
height: 16px;
|
|
907
924
|
width: 16px;
|
|
908
925
|
left: 14px;
|
|
909
|
-
background: #e1dfdd;
|
|
910
926
|
}
|
|
911
927
|
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
912
928
|
height: 16px;
|
|
913
929
|
width: 16px;
|
|
914
930
|
left: 30px;
|
|
915
|
-
background: #e1dfdd;
|
|
916
931
|
}
|
|
917
932
|
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
918
933
|
height: 16px;
|
|
919
934
|
width: 16px;
|
|
920
935
|
left: 60px;
|
|
921
|
-
background: #e1dfdd;
|
|
922
936
|
}
|
|
923
937
|
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
924
938
|
height: 16px;
|
|
925
939
|
width: 82px;
|
|
926
940
|
left: 20px;
|
|
927
|
-
background: #e1dfdd;
|
|
928
941
|
}
|
|
929
942
|
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
930
943
|
height: 12px;
|
|
931
944
|
width: 88px;
|
|
932
945
|
left: 14px;
|
|
933
946
|
border-radius: 0;
|
|
934
|
-
background: #e1dfdd;
|
|
935
947
|
}
|
|
936
948
|
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
937
949
|
height: 18px;
|
|
938
950
|
width: 410px;
|
|
939
951
|
border-radius: 0;
|
|
940
|
-
background: #e1dfdd;
|
|
941
952
|
}
|
|
942
953
|
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
943
954
|
height: 12px;
|
|
944
955
|
width: 88px;
|
|
945
956
|
left: 14px;
|
|
946
957
|
border-radius: 0;
|
|
947
|
-
background: #e1dfdd;
|
|
948
958
|
}
|
|
949
959
|
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
950
960
|
height: 18px;
|
|
951
961
|
width: 208px;
|
|
952
962
|
border-radius: 0;
|
|
953
|
-
background: #e1dfdd;
|
|
954
963
|
}
|
|
955
964
|
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
956
965
|
height: 12px;
|
|
957
966
|
width: 108px;
|
|
958
967
|
left: 64px;
|
|
959
968
|
border-radius: 0;
|
|
960
|
-
background: #e1dfdd;
|
|
961
969
|
}
|
|
962
970
|
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
963
971
|
height: 18px;
|
|
964
972
|
width: 195px;
|
|
965
973
|
left: 192px;
|
|
966
974
|
border-radius: 0;
|
|
967
|
-
background: #e1dfdd;
|
|
968
975
|
}
|
|
969
976
|
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
970
977
|
height: 18px;
|
|
971
978
|
width: 156px;
|
|
972
979
|
left: 388px;
|
|
973
980
|
border-radius: 0;
|
|
974
|
-
background: #e1dfdd;
|
|
975
981
|
}
|
|
976
982
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
977
983
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
@@ -1106,7 +1112,7 @@
|
|
|
1106
1112
|
border-left: 1px dashed;
|
|
1107
1113
|
position: absolute;
|
|
1108
1114
|
width: 1px;
|
|
1109
|
-
z-index:
|
|
1115
|
+
z-index: 4;
|
|
1110
1116
|
}
|
|
1111
1117
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1112
1118
|
border-radius: 3px;
|
|
@@ -1323,10 +1329,6 @@
|
|
|
1323
1329
|
width: auto;
|
|
1324
1330
|
}
|
|
1325
1331
|
|
|
1326
|
-
.e-icon-rowselect::before {
|
|
1327
|
-
content: "\e930";
|
|
1328
|
-
}
|
|
1329
|
-
|
|
1330
1332
|
.e-ganttpopup {
|
|
1331
1333
|
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1332
1334
|
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
@@ -1385,6 +1387,15 @@
|
|
|
1385
1387
|
font-size: 14px;
|
|
1386
1388
|
}
|
|
1387
1389
|
|
|
1390
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1391
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
.e-bigger .e-timeline-single-header-cell {
|
|
1395
|
+
height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1396
|
+
line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1388
1399
|
.e-gantt-tooltip-label {
|
|
1389
1400
|
padding-bottom: 2px;
|
|
1390
1401
|
padding-right: 2px;
|
|
@@ -1429,16 +1440,6 @@
|
|
|
1429
1440
|
.e-gantt.e-device .e-gridheader .e-icons {
|
|
1430
1441
|
font-size: 12px;
|
|
1431
1442
|
}
|
|
1432
|
-
.e-gantt.e-device .e-right-resize-gripper,
|
|
1433
|
-
.e-gantt.e-device .e-left-resize-gripper {
|
|
1434
|
-
border: 7px solid;
|
|
1435
|
-
z-index: -1;
|
|
1436
|
-
}
|
|
1437
|
-
.e-gantt.e-device .e-right-resize-gripper::before,
|
|
1438
|
-
.e-gantt.e-device .e-left-resize-gripper::before {
|
|
1439
|
-
font-size: 14px;
|
|
1440
|
-
margin-left: -7px;
|
|
1441
|
-
}
|
|
1442
1443
|
.e-gantt.e-device .e-dependent-div .e-content {
|
|
1443
1444
|
height: 100%;
|
|
1444
1445
|
}
|
|
@@ -1501,6 +1502,12 @@
|
|
|
1501
1502
|
color: #000;
|
|
1502
1503
|
}
|
|
1503
1504
|
|
|
1505
|
+
.e-gantt-chart-resize-indicator {
|
|
1506
|
+
height: 100%;
|
|
1507
|
+
position: absolute;
|
|
1508
|
+
z-index: 1;
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1504
1511
|
/*! Gantt theme */
|
|
1505
1512
|
.e-gantt .e-gantt-splitter {
|
|
1506
1513
|
border-color: #eaeaea;
|
|
@@ -1857,75 +1864,6 @@
|
|
|
1857
1864
|
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
|
|
1858
1865
|
border-color: #000;
|
|
1859
1866
|
}
|
|
1860
|
-
.e-gantt .e-gantt-chart .e-active-parent-task {
|
|
1861
|
-
border-radius: 4px;
|
|
1862
|
-
box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
|
|
1863
|
-
}
|
|
1864
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
|
|
1865
|
-
background: #1a1a1a;
|
|
1866
|
-
border: #1a1a1a;
|
|
1867
|
-
}
|
|
1868
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
|
|
1869
|
-
background-color: transparent;
|
|
1870
|
-
border: transparent;
|
|
1871
|
-
}
|
|
1872
|
-
.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
|
|
1873
|
-
color: transparent;
|
|
1874
|
-
}
|
|
1875
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1876
|
-
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1877
|
-
}
|
|
1878
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1879
|
-
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1880
|
-
}
|
|
1881
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1882
|
-
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1883
|
-
}
|
|
1884
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1885
|
-
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1886
|
-
}
|
|
1887
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1888
|
-
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1889
|
-
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1890
|
-
}
|
|
1891
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1892
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1893
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1894
|
-
}
|
|
1895
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1896
|
-
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1897
|
-
}
|
|
1898
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1899
|
-
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1900
|
-
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1901
|
-
}
|
|
1902
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1903
|
-
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1904
|
-
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1905
|
-
}
|
|
1906
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1907
|
-
background: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1908
|
-
border: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1909
|
-
}
|
|
1910
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
1911
|
-
background-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1912
|
-
}
|
|
1913
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1914
|
-
background: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1915
|
-
border: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1916
|
-
}
|
|
1917
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
1918
|
-
background-color: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1919
|
-
}
|
|
1920
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1921
|
-
border-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1922
|
-
}
|
|
1923
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1924
|
-
border-left-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1925
|
-
}
|
|
1926
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1927
|
-
border-right-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1928
|
-
}
|
|
1929
1867
|
.e-gantt .e-icons {
|
|
1930
1868
|
color: rgba(0, 0, 0, 0.87);
|
|
1931
1869
|
}
|
|
@@ -2035,4 +1973,10 @@
|
|
|
2035
1973
|
|
|
2036
1974
|
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2037
1975
|
background-color: #D13438;
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
.e-gantt-chart-resize-indicator {
|
|
1979
|
+
border: 1px dashed #0078d6;
|
|
1980
|
+
border-bottom: none;
|
|
1981
|
+
border-top: none;
|
|
2038
1982
|
}
|