@syncfusion/ej2-vue-gantt 19.4.54 → 20.1.47
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 +35 -0
- package/dist/ej2-vue-gantt.umd.min.js +2 -2
- package/dist/es6/ej2-vue-gantt.es2015.js +221 -15
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +150 -15
- 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/adddialogfields.directive.d.ts +3 -1
- package/src/gantt/adddialogfields.directive.js +24 -2
- package/src/gantt/columns.directive.d.ts +3 -1
- package/src/gantt/columns.directive.js +24 -2
- package/src/gantt/dayworkingtime.directive.d.ts +3 -1
- package/src/gantt/dayworkingtime.directive.js +24 -2
- package/src/gantt/editdialogfields.directive.d.ts +3 -1
- package/src/gantt/editdialogfields.directive.js +24 -2
- package/src/gantt/eventmarkers.directive.d.ts +3 -1
- package/src/gantt/eventmarkers.directive.js +24 -2
- package/src/gantt/gantt.component.d.ts +1 -0
- package/src/gantt/gantt.component.js +10 -1
- package/src/gantt/holidays.directive.d.ts +3 -1
- package/src/gantt/holidays.directive.js +24 -2
- package/styles/bootstrap-dark.css +37 -10
- package/styles/bootstrap.css +37 -10
- package/styles/bootstrap4.css +37 -10
- package/styles/bootstrap5-dark.css +53 -19
- package/styles/bootstrap5.css +53 -19
- package/styles/fabric-dark.css +34 -7
- package/styles/fabric.css +37 -10
- package/styles/fluent-dark.css +1942 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +1942 -0
- package/styles/fluent.scss +1 -0
- package/styles/gantt/bootstrap-dark.css +37 -10
- package/styles/gantt/bootstrap.css +37 -10
- package/styles/gantt/bootstrap4.css +37 -10
- package/styles/gantt/bootstrap5-dark.css +53 -19
- package/styles/gantt/bootstrap5.css +53 -19
- package/styles/gantt/fabric-dark.css +34 -7
- package/styles/gantt/fabric.css +37 -10
- package/styles/gantt/fluent-dark.css +1942 -0
- package/styles/gantt/fluent-dark.scss +1 -0
- package/styles/gantt/fluent.css +1942 -0
- package/styles/gantt/fluent.scss +1 -0
- package/styles/gantt/highcontrast-light.css +34 -7
- package/styles/gantt/highcontrast.css +34 -7
- package/styles/gantt/material-dark.css +37 -10
- package/styles/gantt/material.css +37 -10
- package/styles/gantt/tailwind-dark.css +70 -99
- package/styles/gantt/tailwind.css +70 -99
- package/styles/highcontrast-light.css +34 -7
- package/styles/highcontrast.css +34 -7
- package/styles/material-dark.css +37 -10
- package/styles/material.css +37 -10
- package/styles/tailwind-dark.css +70 -99
- package/styles/tailwind.css +70 -99
|
@@ -231,6 +231,34 @@
|
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
233
|
|
|
234
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
235
|
+
height: 64px;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
239
|
+
height: 32px;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
243
|
+
height: 63px !important;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.e-bigger .e-columnmenu {
|
|
247
|
+
top: 45px;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
251
|
+
padding: 16px 18px 0 18px;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
255
|
+
padding: 16px 18px 0 0;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
259
|
+
padding: 16px 18px 0 0;
|
|
260
|
+
}
|
|
261
|
+
|
|
234
262
|
.e-gantt {
|
|
235
263
|
display: block;
|
|
236
264
|
width: 100%;
|
|
@@ -745,9 +773,10 @@
|
|
|
745
773
|
}
|
|
746
774
|
|
|
747
775
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
776
|
+
border-radius: 2px;
|
|
748
777
|
box-sizing: border-box;
|
|
749
778
|
position: absolute;
|
|
750
|
-
z-index:
|
|
779
|
+
z-index: 2;
|
|
751
780
|
}
|
|
752
781
|
|
|
753
782
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -809,7 +838,6 @@
|
|
|
809
838
|
}
|
|
810
839
|
|
|
811
840
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
812
|
-
font-size: 13px;
|
|
813
841
|
position: absolute;
|
|
814
842
|
transform: rotate(-90deg);
|
|
815
843
|
white-space: nowrap;
|
|
@@ -1092,6 +1120,8 @@
|
|
|
1092
1120
|
|
|
1093
1121
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1094
1122
|
border-radius: 50%;
|
|
1123
|
+
height: auto !important;
|
|
1124
|
+
width: auto !important;
|
|
1095
1125
|
}
|
|
1096
1126
|
|
|
1097
1127
|
.e-icon-rowselect::before {
|
|
@@ -1400,11 +1430,13 @@
|
|
|
1400
1430
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1401
1431
|
background-color: #005201;
|
|
1402
1432
|
border: 0px;
|
|
1433
|
+
border-radius: 0px;
|
|
1403
1434
|
}
|
|
1404
1435
|
|
|
1405
1436
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1406
1437
|
background-color: #6e06f1;
|
|
1407
1438
|
border: 0px;
|
|
1439
|
+
border-radius: 4px;
|
|
1408
1440
|
}
|
|
1409
1441
|
|
|
1410
1442
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1475,11 +1507,6 @@
|
|
|
1475
1507
|
|
|
1476
1508
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1477
1509
|
background: #222;
|
|
1478
|
-
border-color: #fff;
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
|
-
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1482
|
-
border-bottom-color: #fff;
|
|
1483
1510
|
}
|
|
1484
1511
|
|
|
1485
1512
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
package/styles/highcontrast.css
CHANGED
|
@@ -345,6 +345,34 @@
|
|
|
345
345
|
content: '\e903';
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
349
|
+
height: 64px;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
353
|
+
height: 32px;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
357
|
+
height: 63px !important;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.e-bigger .e-columnmenu {
|
|
361
|
+
top: 45px;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
365
|
+
padding: 16px 18px 0 18px;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
369
|
+
padding: 16px 18px 0 0;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
373
|
+
padding: 16px 18px 0 0;
|
|
374
|
+
}
|
|
375
|
+
|
|
348
376
|
.e-gantt {
|
|
349
377
|
display: block;
|
|
350
378
|
width: 100%;
|
|
@@ -859,9 +887,10 @@
|
|
|
859
887
|
}
|
|
860
888
|
|
|
861
889
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
890
|
+
border-radius: 2px;
|
|
862
891
|
box-sizing: border-box;
|
|
863
892
|
position: absolute;
|
|
864
|
-
z-index:
|
|
893
|
+
z-index: 2;
|
|
865
894
|
}
|
|
866
895
|
|
|
867
896
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -923,7 +952,6 @@
|
|
|
923
952
|
}
|
|
924
953
|
|
|
925
954
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
926
|
-
font-size: 13px;
|
|
927
955
|
position: absolute;
|
|
928
956
|
transform: rotate(-90deg);
|
|
929
957
|
white-space: nowrap;
|
|
@@ -1206,6 +1234,8 @@
|
|
|
1206
1234
|
|
|
1207
1235
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1208
1236
|
border-radius: 50%;
|
|
1237
|
+
height: auto !important;
|
|
1238
|
+
width: auto !important;
|
|
1209
1239
|
}
|
|
1210
1240
|
|
|
1211
1241
|
.e-icon-rowselect::before {
|
|
@@ -1514,11 +1544,13 @@
|
|
|
1514
1544
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1515
1545
|
background-color: #005201;
|
|
1516
1546
|
border: 0px;
|
|
1547
|
+
border-radius: 0px;
|
|
1517
1548
|
}
|
|
1518
1549
|
|
|
1519
1550
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1520
1551
|
background-color: #3e047d;
|
|
1521
1552
|
border: 0px;
|
|
1553
|
+
border-radius: 4px;
|
|
1522
1554
|
}
|
|
1523
1555
|
|
|
1524
1556
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1589,11 +1621,6 @@
|
|
|
1589
1621
|
|
|
1590
1622
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1591
1623
|
background: #222;
|
|
1592
|
-
border-color: #fff;
|
|
1593
|
-
}
|
|
1594
|
-
|
|
1595
|
-
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1596
|
-
border-bottom-color: #fff;
|
|
1597
1624
|
}
|
|
1598
1625
|
|
|
1599
1626
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
package/styles/material-dark.css
CHANGED
|
@@ -267,6 +267,34 @@
|
|
|
267
267
|
content: '\e903';
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
271
|
+
height: 64px;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
275
|
+
height: 32px;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
279
|
+
height: 63px !important;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.e-bigger .e-columnmenu {
|
|
283
|
+
top: 38px;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
287
|
+
padding: 16px 18px 0 18px;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
291
|
+
padding: 16px 18px 0 0;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
295
|
+
padding: 16px 18px 0 0;
|
|
296
|
+
}
|
|
297
|
+
|
|
270
298
|
.e-gantt {
|
|
271
299
|
display: block;
|
|
272
300
|
width: 100%;
|
|
@@ -781,9 +809,10 @@
|
|
|
781
809
|
}
|
|
782
810
|
|
|
783
811
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
812
|
+
border-radius: 2px;
|
|
784
813
|
box-sizing: border-box;
|
|
785
814
|
position: absolute;
|
|
786
|
-
z-index:
|
|
815
|
+
z-index: 2;
|
|
787
816
|
}
|
|
788
817
|
|
|
789
818
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -845,7 +874,6 @@
|
|
|
845
874
|
}
|
|
846
875
|
|
|
847
876
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
848
|
-
font-size: 13px;
|
|
849
877
|
position: absolute;
|
|
850
878
|
transform: rotate(-90deg);
|
|
851
879
|
white-space: nowrap;
|
|
@@ -1128,6 +1156,8 @@
|
|
|
1128
1156
|
|
|
1129
1157
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1130
1158
|
border-radius: 50%;
|
|
1159
|
+
height: auto !important;
|
|
1160
|
+
width: auto !important;
|
|
1131
1161
|
}
|
|
1132
1162
|
|
|
1133
1163
|
.e-icon-rowselect::before {
|
|
@@ -1436,11 +1466,13 @@
|
|
|
1436
1466
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1437
1467
|
background-color: #4cc7ba;
|
|
1438
1468
|
border: 0px;
|
|
1469
|
+
border-radius: 4px;
|
|
1439
1470
|
}
|
|
1440
1471
|
|
|
1441
1472
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1442
1473
|
background-color: #7280ce;
|
|
1443
1474
|
border: 0px;
|
|
1475
|
+
border-radius: 4px;
|
|
1444
1476
|
}
|
|
1445
1477
|
|
|
1446
1478
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1511,11 +1543,6 @@
|
|
|
1511
1543
|
|
|
1512
1544
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1513
1545
|
background: #222;
|
|
1514
|
-
border-color: #fff;
|
|
1515
|
-
}
|
|
1516
|
-
|
|
1517
|
-
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1518
|
-
border-bottom-color: #fff;
|
|
1519
1546
|
}
|
|
1520
1547
|
|
|
1521
1548
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
@@ -1679,15 +1706,15 @@
|
|
|
1679
1706
|
}
|
|
1680
1707
|
|
|
1681
1708
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1682
|
-
background-color: #
|
|
1709
|
+
background-color: #ff9800;
|
|
1683
1710
|
}
|
|
1684
1711
|
|
|
1685
1712
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
1686
|
-
border-bottom-color: #
|
|
1713
|
+
border-bottom-color: #ff9800;
|
|
1687
1714
|
}
|
|
1688
1715
|
|
|
1689
1716
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1690
|
-
border-top-color: #
|
|
1717
|
+
border-top-color: #ff9800;
|
|
1691
1718
|
}
|
|
1692
1719
|
|
|
1693
1720
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
package/styles/material.css
CHANGED
|
@@ -308,6 +308,34 @@
|
|
|
308
308
|
content: '\e903';
|
|
309
309
|
}
|
|
310
310
|
|
|
311
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
312
|
+
height: 64px;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
316
|
+
height: 32px;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
320
|
+
height: 63px !important;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.e-bigger .e-columnmenu {
|
|
324
|
+
top: 38px;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
328
|
+
padding: 16px 18px 0 18px;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
332
|
+
padding: 16px 18px 0 0;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
336
|
+
padding: 16px 18px 0 0;
|
|
337
|
+
}
|
|
338
|
+
|
|
311
339
|
.e-gantt {
|
|
312
340
|
display: block;
|
|
313
341
|
width: 100%;
|
|
@@ -822,9 +850,10 @@
|
|
|
822
850
|
}
|
|
823
851
|
|
|
824
852
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
853
|
+
border-radius: 2px;
|
|
825
854
|
box-sizing: border-box;
|
|
826
855
|
position: absolute;
|
|
827
|
-
z-index:
|
|
856
|
+
z-index: 2;
|
|
828
857
|
}
|
|
829
858
|
|
|
830
859
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -886,7 +915,6 @@
|
|
|
886
915
|
}
|
|
887
916
|
|
|
888
917
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
889
|
-
font-size: 13px;
|
|
890
918
|
position: absolute;
|
|
891
919
|
transform: rotate(-90deg);
|
|
892
920
|
white-space: nowrap;
|
|
@@ -1169,6 +1197,8 @@
|
|
|
1169
1197
|
|
|
1170
1198
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1171
1199
|
border-radius: 50%;
|
|
1200
|
+
height: auto !important;
|
|
1201
|
+
width: auto !important;
|
|
1172
1202
|
}
|
|
1173
1203
|
|
|
1174
1204
|
.e-icon-rowselect::before {
|
|
@@ -1477,11 +1507,13 @@
|
|
|
1477
1507
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1478
1508
|
background-color: #616161;
|
|
1479
1509
|
border: 0px;
|
|
1510
|
+
border-radius: 4px;
|
|
1480
1511
|
}
|
|
1481
1512
|
|
|
1482
1513
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1483
1514
|
background-color: #3f51b5;
|
|
1484
1515
|
border: 0px;
|
|
1516
|
+
border-radius: 4px;
|
|
1485
1517
|
}
|
|
1486
1518
|
|
|
1487
1519
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1552,11 +1584,6 @@
|
|
|
1552
1584
|
|
|
1553
1585
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1554
1586
|
background: #222;
|
|
1555
|
-
border-color: #fff;
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
|
-
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1559
|
-
border-bottom-color: #fff;
|
|
1560
1587
|
}
|
|
1561
1588
|
|
|
1562
1589
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
@@ -1720,15 +1747,15 @@
|
|
|
1720
1747
|
}
|
|
1721
1748
|
|
|
1722
1749
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1723
|
-
background-color: #
|
|
1750
|
+
background-color: #C15700;
|
|
1724
1751
|
}
|
|
1725
1752
|
|
|
1726
1753
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
1727
|
-
border-bottom-color: #
|
|
1754
|
+
border-bottom-color: #C15700;
|
|
1728
1755
|
}
|
|
1729
1756
|
|
|
1730
1757
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1731
|
-
border-top-color: #
|
|
1758
|
+
border-top-color: #C15700;
|
|
1732
1759
|
}
|
|
1733
1760
|
|
|
1734
1761
|
.e-gantt .e-gantt-chart .e-uptail::before {
|