@syncfusion/ej2-vue-gantt 20.1.47 → 20.1.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 +0 -10
- package/dist/ej2-vue-gantt.umd.min.js +2 -2
- package/dist/es6/ej2-vue-gantt.es2015.js +15 -221
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +15 -150
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +14 -8
- package/src/gantt/adddialogfields.directive.d.ts +1 -3
- package/src/gantt/adddialogfields.directive.js +2 -24
- package/src/gantt/columns.directive.d.ts +1 -3
- package/src/gantt/columns.directive.js +2 -24
- package/src/gantt/dayworkingtime.directive.d.ts +1 -3
- package/src/gantt/dayworkingtime.directive.js +2 -24
- package/src/gantt/editdialogfields.directive.d.ts +1 -3
- package/src/gantt/editdialogfields.directive.js +2 -24
- package/src/gantt/eventmarkers.directive.d.ts +1 -3
- package/src/gantt/eventmarkers.directive.js +2 -24
- package/src/gantt/gantt.component.d.ts +0 -1
- package/src/gantt/gantt.component.js +1 -10
- package/src/gantt/holidays.directive.d.ts +1 -3
- package/src/gantt/holidays.directive.js +2 -24
- package/styles/bootstrap-dark.css +10 -37
- package/styles/bootstrap.css +10 -37
- package/styles/bootstrap4.css +10 -37
- package/styles/bootstrap5-dark.css +19 -53
- package/styles/bootstrap5.css +19 -53
- package/styles/fabric-dark.css +7 -34
- package/styles/fabric.css +10 -37
- package/styles/gantt/bootstrap-dark.css +10 -37
- package/styles/gantt/bootstrap.css +10 -37
- package/styles/gantt/bootstrap4.css +10 -37
- package/styles/gantt/bootstrap5-dark.css +19 -53
- package/styles/gantt/bootstrap5.css +19 -53
- package/styles/gantt/fabric-dark.css +7 -34
- package/styles/gantt/fabric.css +10 -37
- package/styles/gantt/highcontrast-light.css +7 -34
- package/styles/gantt/highcontrast.css +7 -34
- package/styles/gantt/material-dark.css +10 -37
- package/styles/gantt/material.css +10 -37
- package/styles/gantt/tailwind-dark.css +99 -70
- package/styles/gantt/tailwind.css +99 -70
- package/styles/highcontrast-light.css +7 -34
- package/styles/highcontrast.css +7 -34
- package/styles/material-dark.css +10 -37
- package/styles/material.css +10 -37
- package/styles/tailwind-dark.css +99 -70
- package/styles/tailwind.css +99 -70
- package/styles/fluent-dark.css +0 -1942
- package/styles/fluent-dark.scss +0 -1
- package/styles/fluent.css +0 -1942
- package/styles/fluent.scss +0 -1
- package/styles/gantt/fluent-dark.css +0 -1942
- package/styles/gantt/fluent-dark.scss +0 -1
- package/styles/gantt/fluent.css +0 -1942
- package/styles/gantt/fluent.scss +0 -1
package/styles/bootstrap4.css
CHANGED
|
@@ -643,34 +643,6 @@
|
|
|
643
643
|
content: '\e903';
|
|
644
644
|
}
|
|
645
645
|
|
|
646
|
-
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
647
|
-
height: 64px;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
651
|
-
height: 32px;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
655
|
-
height: 63px !important;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
.e-bigger .e-columnmenu {
|
|
659
|
-
top: 38px;
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
663
|
-
padding: 16px 18px 0 18px;
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
667
|
-
padding: 16px 18px 0 0;
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
671
|
-
padding: 16px 18px 0 0;
|
|
672
|
-
}
|
|
673
|
-
|
|
674
646
|
.e-gantt {
|
|
675
647
|
display: block;
|
|
676
648
|
width: 100%;
|
|
@@ -1185,10 +1157,9 @@
|
|
|
1185
1157
|
}
|
|
1186
1158
|
|
|
1187
1159
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1188
|
-
border-radius: 2px;
|
|
1189
1160
|
box-sizing: border-box;
|
|
1190
1161
|
position: absolute;
|
|
1191
|
-
z-index:
|
|
1162
|
+
z-index: 3;
|
|
1192
1163
|
}
|
|
1193
1164
|
|
|
1194
1165
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -1250,6 +1221,7 @@
|
|
|
1250
1221
|
}
|
|
1251
1222
|
|
|
1252
1223
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
1224
|
+
font-size: 13px;
|
|
1253
1225
|
position: absolute;
|
|
1254
1226
|
transform: rotate(-90deg);
|
|
1255
1227
|
white-space: nowrap;
|
|
@@ -1532,8 +1504,6 @@
|
|
|
1532
1504
|
|
|
1533
1505
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1534
1506
|
border-radius: 50%;
|
|
1535
|
-
height: auto !important;
|
|
1536
|
-
width: auto !important;
|
|
1537
1507
|
}
|
|
1538
1508
|
|
|
1539
1509
|
.e-icon-rowselect::before {
|
|
@@ -1842,13 +1812,11 @@
|
|
|
1842
1812
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1843
1813
|
background-color: #495057;
|
|
1844
1814
|
border: 0px;
|
|
1845
|
-
border-radius: 4px;
|
|
1846
1815
|
}
|
|
1847
1816
|
|
|
1848
1817
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1849
1818
|
background-color: #0056b3;
|
|
1850
1819
|
border: 0px;
|
|
1851
|
-
border-radius: 4px;
|
|
1852
1820
|
}
|
|
1853
1821
|
|
|
1854
1822
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1919,6 +1887,11 @@
|
|
|
1919
1887
|
|
|
1920
1888
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1921
1889
|
background: #222;
|
|
1890
|
+
border-color: #fff;
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1894
|
+
border-bottom-color: #fff;
|
|
1922
1895
|
}
|
|
1923
1896
|
|
|
1924
1897
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
@@ -2082,15 +2055,15 @@
|
|
|
2082
2055
|
}
|
|
2083
2056
|
|
|
2084
2057
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
2085
|
-
background-color: #
|
|
2058
|
+
background-color: #fd7e14;
|
|
2086
2059
|
}
|
|
2087
2060
|
|
|
2088
2061
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
2089
|
-
border-bottom-color: #
|
|
2062
|
+
border-bottom-color: #fd7e14;
|
|
2090
2063
|
}
|
|
2091
2064
|
|
|
2092
2065
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
2093
|
-
border-top-color: #
|
|
2066
|
+
border-top-color: #fd7e14;
|
|
2094
2067
|
}
|
|
2095
2068
|
|
|
2096
2069
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
@@ -89,13 +89,6 @@
|
|
|
89
89
|
color: #adb5bd;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
93
|
-
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
94
|
-
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
95
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
96
|
-
background: #343a40;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
92
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
100
93
|
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
101
94
|
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
@@ -158,7 +151,7 @@
|
|
|
158
151
|
}
|
|
159
152
|
|
|
160
153
|
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
161
|
-
border-radius: 0
|
|
154
|
+
border-radius: 0 4px 4px 0;
|
|
162
155
|
border-right-width: 0;
|
|
163
156
|
}
|
|
164
157
|
|
|
@@ -317,34 +310,6 @@
|
|
|
317
310
|
content: '\e770';
|
|
318
311
|
}
|
|
319
312
|
|
|
320
|
-
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
321
|
-
height: 64px;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
325
|
-
height: 32px;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
329
|
-
height: 63px !important;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
.e-bigger .e-columnmenu {
|
|
333
|
-
top: 35px;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
337
|
-
padding: 16px 18px 0 18px;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
341
|
-
padding: 16px 18px 0 0;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
345
|
-
padding: 16px 18px 0 0;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
313
|
.e-gantt {
|
|
349
314
|
display: block;
|
|
350
315
|
width: 100%;
|
|
@@ -482,7 +447,7 @@
|
|
|
482
447
|
|
|
483
448
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
484
449
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
485
|
-
height:
|
|
450
|
+
height: 63px !important;
|
|
486
451
|
}
|
|
487
452
|
|
|
488
453
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
@@ -859,10 +824,9 @@
|
|
|
859
824
|
}
|
|
860
825
|
|
|
861
826
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
862
|
-
border-radius: 2px;
|
|
863
827
|
box-sizing: border-box;
|
|
864
828
|
position: absolute;
|
|
865
|
-
z-index:
|
|
829
|
+
z-index: 3;
|
|
866
830
|
}
|
|
867
831
|
|
|
868
832
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -924,6 +888,7 @@
|
|
|
924
888
|
}
|
|
925
889
|
|
|
926
890
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
891
|
+
font-size: 13px;
|
|
927
892
|
position: absolute;
|
|
928
893
|
transform: rotate(-90deg);
|
|
929
894
|
white-space: nowrap;
|
|
@@ -1150,18 +1115,18 @@
|
|
|
1150
1115
|
|
|
1151
1116
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1152
1117
|
float: left;
|
|
1153
|
-
padding:
|
|
1118
|
+
padding: 16px 18px 0 18px;
|
|
1154
1119
|
width: 50%;
|
|
1155
1120
|
}
|
|
1156
1121
|
|
|
1157
1122
|
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1158
1123
|
float: left;
|
|
1159
|
-
padding:
|
|
1124
|
+
padding: 16px 16px 0 0;
|
|
1160
1125
|
width: 50%;
|
|
1161
1126
|
}
|
|
1162
1127
|
|
|
1163
1128
|
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1164
|
-
padding:
|
|
1129
|
+
padding: 16px 16px 0 0;
|
|
1165
1130
|
}
|
|
1166
1131
|
|
|
1167
1132
|
.e-gantt-dialog .e-edit-form-column {
|
|
@@ -1201,13 +1166,11 @@
|
|
|
1201
1166
|
|
|
1202
1167
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1203
1168
|
border-radius: 3px 3px 0px 0px;
|
|
1204
|
-
padding-bottom:
|
|
1169
|
+
padding-bottom: 20px;
|
|
1205
1170
|
}
|
|
1206
1171
|
|
|
1207
1172
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1208
1173
|
border-radius: 50%;
|
|
1209
|
-
height: auto !important;
|
|
1210
|
-
width: auto !important;
|
|
1211
1174
|
}
|
|
1212
1175
|
|
|
1213
1176
|
.e-icon-rowselect::before {
|
|
@@ -1285,7 +1248,7 @@
|
|
|
1285
1248
|
|
|
1286
1249
|
.e-gantt.e-device .e-edit-form-column:nth-child(odd), .e-gantt.e-device .e-edit-form-column:nth-child(even) {
|
|
1287
1250
|
float: none;
|
|
1288
|
-
padding:
|
|
1251
|
+
padding: 16px 18px 0 18px;
|
|
1289
1252
|
width: 100%;
|
|
1290
1253
|
}
|
|
1291
1254
|
|
|
@@ -1428,7 +1391,7 @@
|
|
|
1428
1391
|
border-bottom-width: 1px;
|
|
1429
1392
|
border-right-color: #444c54;
|
|
1430
1393
|
color: #fff;
|
|
1431
|
-
height:
|
|
1394
|
+
height: 64px;
|
|
1432
1395
|
}
|
|
1433
1396
|
|
|
1434
1397
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1447,7 +1410,7 @@
|
|
|
1447
1410
|
}
|
|
1448
1411
|
|
|
1449
1412
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1450
|
-
height:
|
|
1413
|
+
height: 32px;
|
|
1451
1414
|
}
|
|
1452
1415
|
|
|
1453
1416
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -1516,13 +1479,11 @@
|
|
|
1516
1479
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1517
1480
|
background-color: #adb5bd;
|
|
1518
1481
|
border: 0px;
|
|
1519
|
-
border-radius: 4px;
|
|
1520
1482
|
}
|
|
1521
1483
|
|
|
1522
1484
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1523
1485
|
background-color: #0d6efd;
|
|
1524
1486
|
border: 0px;
|
|
1525
|
-
border-radius: 4px;
|
|
1526
1487
|
}
|
|
1527
1488
|
|
|
1528
1489
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1593,6 +1554,11 @@
|
|
|
1593
1554
|
|
|
1594
1555
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1595
1556
|
background: #fff;
|
|
1557
|
+
border-color: #fff;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1561
|
+
border-bottom-color: #fff;
|
|
1596
1562
|
}
|
|
1597
1563
|
|
|
1598
1564
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
@@ -1756,15 +1722,15 @@
|
|
|
1756
1722
|
}
|
|
1757
1723
|
|
|
1758
1724
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1759
|
-
background-color: #
|
|
1725
|
+
background-color: #adb5bd;
|
|
1760
1726
|
}
|
|
1761
1727
|
|
|
1762
1728
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
1763
|
-
border-bottom-color: #
|
|
1729
|
+
border-bottom-color: #adb5bd;
|
|
1764
1730
|
}
|
|
1765
1731
|
|
|
1766
1732
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1767
|
-
border-top-color: #
|
|
1733
|
+
border-top-color: #adb5bd;
|
|
1768
1734
|
}
|
|
1769
1735
|
|
|
1770
1736
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -89,13 +89,6 @@
|
|
|
89
89
|
color: #6c757d;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
93
|
-
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
94
|
-
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
95
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
96
|
-
background: #e9ecef;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
92
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
100
93
|
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
101
94
|
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
@@ -158,7 +151,7 @@
|
|
|
158
151
|
}
|
|
159
152
|
|
|
160
153
|
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
161
|
-
border-radius: 0
|
|
154
|
+
border-radius: 0 4px 4px 0;
|
|
162
155
|
border-right-width: 0;
|
|
163
156
|
}
|
|
164
157
|
|
|
@@ -317,34 +310,6 @@
|
|
|
317
310
|
content: '\e770';
|
|
318
311
|
}
|
|
319
312
|
|
|
320
|
-
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
321
|
-
height: 64px;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
325
|
-
height: 32px;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
329
|
-
height: 63px !important;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
.e-bigger .e-columnmenu {
|
|
333
|
-
top: 35px;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
337
|
-
padding: 16px 18px 0 18px;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
341
|
-
padding: 16px 18px 0 0;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
345
|
-
padding: 16px 18px 0 0;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
313
|
.e-gantt {
|
|
349
314
|
display: block;
|
|
350
315
|
width: 100%;
|
|
@@ -482,7 +447,7 @@
|
|
|
482
447
|
|
|
483
448
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
484
449
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
485
|
-
height:
|
|
450
|
+
height: 63px !important;
|
|
486
451
|
}
|
|
487
452
|
|
|
488
453
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
@@ -859,10 +824,9 @@
|
|
|
859
824
|
}
|
|
860
825
|
|
|
861
826
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
862
|
-
border-radius: 2px;
|
|
863
827
|
box-sizing: border-box;
|
|
864
828
|
position: absolute;
|
|
865
|
-
z-index:
|
|
829
|
+
z-index: 3;
|
|
866
830
|
}
|
|
867
831
|
|
|
868
832
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -924,6 +888,7 @@
|
|
|
924
888
|
}
|
|
925
889
|
|
|
926
890
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
891
|
+
font-size: 13px;
|
|
927
892
|
position: absolute;
|
|
928
893
|
transform: rotate(-90deg);
|
|
929
894
|
white-space: nowrap;
|
|
@@ -1150,18 +1115,18 @@
|
|
|
1150
1115
|
|
|
1151
1116
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1152
1117
|
float: left;
|
|
1153
|
-
padding:
|
|
1118
|
+
padding: 16px 18px 0 18px;
|
|
1154
1119
|
width: 50%;
|
|
1155
1120
|
}
|
|
1156
1121
|
|
|
1157
1122
|
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1158
1123
|
float: left;
|
|
1159
|
-
padding:
|
|
1124
|
+
padding: 16px 16px 0 0;
|
|
1160
1125
|
width: 50%;
|
|
1161
1126
|
}
|
|
1162
1127
|
|
|
1163
1128
|
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1164
|
-
padding:
|
|
1129
|
+
padding: 16px 16px 0 0;
|
|
1165
1130
|
}
|
|
1166
1131
|
|
|
1167
1132
|
.e-gantt-dialog .e-edit-form-column {
|
|
@@ -1201,13 +1166,11 @@
|
|
|
1201
1166
|
|
|
1202
1167
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1203
1168
|
border-radius: 3px 3px 0px 0px;
|
|
1204
|
-
padding-bottom:
|
|
1169
|
+
padding-bottom: 20px;
|
|
1205
1170
|
}
|
|
1206
1171
|
|
|
1207
1172
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1208
1173
|
border-radius: 50%;
|
|
1209
|
-
height: auto !important;
|
|
1210
|
-
width: auto !important;
|
|
1211
1174
|
}
|
|
1212
1175
|
|
|
1213
1176
|
.e-icon-rowselect::before {
|
|
@@ -1285,7 +1248,7 @@
|
|
|
1285
1248
|
|
|
1286
1249
|
.e-gantt.e-device .e-edit-form-column:nth-child(odd), .e-gantt.e-device .e-edit-form-column:nth-child(even) {
|
|
1287
1250
|
float: none;
|
|
1288
|
-
padding:
|
|
1251
|
+
padding: 16px 18px 0 18px;
|
|
1289
1252
|
width: 100%;
|
|
1290
1253
|
}
|
|
1291
1254
|
|
|
@@ -1428,7 +1391,7 @@
|
|
|
1428
1391
|
border-bottom-width: 1px;
|
|
1429
1392
|
border-right-color: #dee2e6;
|
|
1430
1393
|
color: #212529;
|
|
1431
|
-
height:
|
|
1394
|
+
height: 64px;
|
|
1432
1395
|
}
|
|
1433
1396
|
|
|
1434
1397
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1447,7 +1410,7 @@
|
|
|
1447
1410
|
}
|
|
1448
1411
|
|
|
1449
1412
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1450
|
-
height:
|
|
1413
|
+
height: 32px;
|
|
1451
1414
|
}
|
|
1452
1415
|
|
|
1453
1416
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -1516,13 +1479,11 @@
|
|
|
1516
1479
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1517
1480
|
background-color: #adb5bd;
|
|
1518
1481
|
border: 0px;
|
|
1519
|
-
border-radius: 4px;
|
|
1520
1482
|
}
|
|
1521
1483
|
|
|
1522
1484
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1523
1485
|
background-color: #0d6efd;
|
|
1524
1486
|
border: 0px;
|
|
1525
|
-
border-radius: 4px;
|
|
1526
1487
|
}
|
|
1527
1488
|
|
|
1528
1489
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1593,6 +1554,11 @@
|
|
|
1593
1554
|
|
|
1594
1555
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1595
1556
|
background: #212529;
|
|
1557
|
+
border-color: #fff;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1561
|
+
border-bottom-color: #fff;
|
|
1596
1562
|
}
|
|
1597
1563
|
|
|
1598
1564
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
@@ -1756,15 +1722,15 @@
|
|
|
1756
1722
|
}
|
|
1757
1723
|
|
|
1758
1724
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1759
|
-
background-color: #
|
|
1725
|
+
background-color: #adb5bd;
|
|
1760
1726
|
}
|
|
1761
1727
|
|
|
1762
1728
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
1763
|
-
border-bottom-color: #
|
|
1729
|
+
border-bottom-color: #adb5bd;
|
|
1764
1730
|
}
|
|
1765
1731
|
|
|
1766
1732
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1767
|
-
border-top-color: #
|
|
1733
|
+
border-top-color: #adb5bd;
|
|
1768
1734
|
}
|
|
1769
1735
|
|
|
1770
1736
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -230,34 +230,6 @@
|
|
|
230
230
|
content: '\e903';
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
234
|
-
height: 64px;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
238
|
-
height: 32px;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
242
|
-
height: 63px !important;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.e-bigger .e-columnmenu {
|
|
246
|
-
top: 45px;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
250
|
-
padding: 16px 18px 0 18px;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
254
|
-
padding: 16px 18px 0 0;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
258
|
-
padding: 16px 18px 0 0;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
233
|
.e-gantt {
|
|
262
234
|
display: block;
|
|
263
235
|
width: 100%;
|
|
@@ -772,10 +744,9 @@
|
|
|
772
744
|
}
|
|
773
745
|
|
|
774
746
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
775
|
-
border-radius: 2px;
|
|
776
747
|
box-sizing: border-box;
|
|
777
748
|
position: absolute;
|
|
778
|
-
z-index:
|
|
749
|
+
z-index: 3;
|
|
779
750
|
}
|
|
780
751
|
|
|
781
752
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -837,6 +808,7 @@
|
|
|
837
808
|
}
|
|
838
809
|
|
|
839
810
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
811
|
+
font-size: 13px;
|
|
840
812
|
position: absolute;
|
|
841
813
|
transform: rotate(-90deg);
|
|
842
814
|
white-space: nowrap;
|
|
@@ -1119,8 +1091,6 @@
|
|
|
1119
1091
|
|
|
1120
1092
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1121
1093
|
border-radius: 50%;
|
|
1122
|
-
height: auto !important;
|
|
1123
|
-
width: auto !important;
|
|
1124
1094
|
}
|
|
1125
1095
|
|
|
1126
1096
|
.e-icon-rowselect::before {
|
|
@@ -1429,13 +1399,11 @@
|
|
|
1429
1399
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1430
1400
|
background-color: #4cc7ba;
|
|
1431
1401
|
border: 0px;
|
|
1432
|
-
border-radius: 0px;
|
|
1433
1402
|
}
|
|
1434
1403
|
|
|
1435
1404
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1436
1405
|
background-color: #0063ad;
|
|
1437
1406
|
border: 0px;
|
|
1438
|
-
border-radius: 4px;
|
|
1439
1407
|
}
|
|
1440
1408
|
|
|
1441
1409
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1506,6 +1474,11 @@
|
|
|
1506
1474
|
|
|
1507
1475
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1508
1476
|
background: #222;
|
|
1477
|
+
border-color: #fff;
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1481
|
+
border-bottom-color: #fff;
|
|
1509
1482
|
}
|
|
1510
1483
|
|
|
1511
1484
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
package/styles/fabric.css
CHANGED
|
@@ -228,34 +228,6 @@
|
|
|
228
228
|
content: '\e903';
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
232
|
-
height: 64px;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
236
|
-
height: 32px;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
240
|
-
height: 63px !important;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.e-bigger .e-columnmenu {
|
|
244
|
-
top: 45px;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
248
|
-
padding: 16px 18px 0 18px;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
252
|
-
padding: 16px 18px 0 0;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
256
|
-
padding: 16px 18px 0 0;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
231
|
.e-gantt {
|
|
260
232
|
display: block;
|
|
261
233
|
width: 100%;
|
|
@@ -770,10 +742,9 @@
|
|
|
770
742
|
}
|
|
771
743
|
|
|
772
744
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
773
|
-
border-radius: 2px;
|
|
774
745
|
box-sizing: border-box;
|
|
775
746
|
position: absolute;
|
|
776
|
-
z-index:
|
|
747
|
+
z-index: 3;
|
|
777
748
|
}
|
|
778
749
|
|
|
779
750
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -835,6 +806,7 @@
|
|
|
835
806
|
}
|
|
836
807
|
|
|
837
808
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
809
|
+
font-size: 13px;
|
|
838
810
|
position: absolute;
|
|
839
811
|
transform: rotate(-90deg);
|
|
840
812
|
white-space: nowrap;
|
|
@@ -1117,8 +1089,6 @@
|
|
|
1117
1089
|
|
|
1118
1090
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1119
1091
|
border-radius: 50%;
|
|
1120
|
-
height: auto !important;
|
|
1121
|
-
width: auto !important;
|
|
1122
1092
|
}
|
|
1123
1093
|
|
|
1124
1094
|
.e-icon-rowselect::before {
|
|
@@ -1427,13 +1397,11 @@
|
|
|
1427
1397
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1428
1398
|
background-color: #505050;
|
|
1429
1399
|
border: 0px;
|
|
1430
|
-
border-radius: 0px;
|
|
1431
1400
|
}
|
|
1432
1401
|
|
|
1433
1402
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1434
1403
|
background-color: #005ba3;
|
|
1435
1404
|
border: 0px;
|
|
1436
|
-
border-radius: 4px;
|
|
1437
1405
|
}
|
|
1438
1406
|
|
|
1439
1407
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1504,6 +1472,11 @@
|
|
|
1504
1472
|
|
|
1505
1473
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1506
1474
|
background: #222;
|
|
1475
|
+
border-color: #fff;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1479
|
+
border-bottom-color: #fff;
|
|
1507
1480
|
}
|
|
1508
1481
|
|
|
1509
1482
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
@@ -1667,15 +1640,15 @@
|
|
|
1667
1640
|
}
|
|
1668
1641
|
|
|
1669
1642
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1670
|
-
background-color: #
|
|
1643
|
+
background-color: #FF9800;
|
|
1671
1644
|
}
|
|
1672
1645
|
|
|
1673
1646
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
1674
|
-
border-bottom-color: #
|
|
1647
|
+
border-bottom-color: #FF9800;
|
|
1675
1648
|
}
|
|
1676
1649
|
|
|
1677
1650
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1678
|
-
border-top-color: #
|
|
1651
|
+
border-top-color: #FF9800;
|
|
1679
1652
|
}
|
|
1680
1653
|
|
|
1681
1654
|
.e-gantt .e-gantt-chart .e-uptail::before {
|