@syncfusion/ej2-vue-gantt 20.1.59 → 20.2.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 +41 -0
- package/dist/ej2-vue-gantt.umd.min.js +2 -11
- 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 +147 -95
- package/styles/bootstrap.css +144 -92
- package/styles/bootstrap4.css +145 -93
- package/styles/bootstrap5-dark.css +149 -97
- package/styles/bootstrap5.css +149 -97
- package/styles/fabric-dark.css +146 -94
- package/styles/fabric.css +151 -99
- package/styles/fluent-dark.css +155 -103
- package/styles/fluent.css +149 -97
- package/styles/gantt/bootstrap-dark.css +147 -95
- package/styles/gantt/bootstrap.css +144 -92
- package/styles/gantt/bootstrap4.css +145 -93
- package/styles/gantt/bootstrap5-dark.css +149 -97
- package/styles/gantt/bootstrap5.css +149 -97
- package/styles/gantt/fabric-dark.css +146 -94
- package/styles/gantt/fabric.css +151 -99
- package/styles/gantt/fluent-dark.css +155 -103
- package/styles/gantt/fluent.css +149 -97
- package/styles/gantt/highcontrast-light.css +143 -94
- package/styles/gantt/highcontrast.css +146 -94
- package/styles/gantt/material-dark.css +150 -98
- package/styles/gantt/material.css +152 -100
- package/styles/gantt/tailwind-dark.css +157 -105
- package/styles/gantt/tailwind.css +153 -101
- package/styles/highcontrast-light.css +143 -94
- package/styles/highcontrast.css +146 -94
- package/styles/material-dark.css +150 -98
- package/styles/material.css +152 -100
- package/styles/tailwind-dark.css +157 -105
- package/styles/tailwind.css +153 -101
|
@@ -198,6 +198,9 @@
|
|
|
198
198
|
.e-gantt .e-add::before {
|
|
199
199
|
content: "\e7f9";
|
|
200
200
|
}
|
|
201
|
+
.e-gantt .e-critical-path::before {
|
|
202
|
+
content: "\e93a";
|
|
203
|
+
}
|
|
201
204
|
.e-gantt .e-edit::before {
|
|
202
205
|
content: "\e81e";
|
|
203
206
|
}
|
|
@@ -292,12 +295,6 @@
|
|
|
292
295
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
293
296
|
height: 32px;
|
|
294
297
|
}
|
|
295
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
296
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
297
|
-
padding-left: 10px;
|
|
298
|
-
padding-right: 10px;
|
|
299
|
-
width: 30px;
|
|
300
|
-
}
|
|
301
298
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
302
299
|
border-radius: 4px !important;
|
|
303
300
|
font-size: 12px !important;
|
|
@@ -343,33 +340,40 @@
|
|
|
343
340
|
border-color: #fff;
|
|
344
341
|
outline: 2px solid #9fa8da;
|
|
345
342
|
}
|
|
343
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
344
|
+
height: 241px !important;
|
|
345
|
+
}
|
|
346
346
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
347
347
|
height: 63px !important;
|
|
348
348
|
}
|
|
349
|
-
.e-bigger .e-
|
|
350
|
-
|
|
351
|
-
border-color: #000000;
|
|
352
|
-
color: #FFFFFF;
|
|
353
|
-
font-size: 12px;
|
|
354
|
-
line-height: 18px;
|
|
355
|
-
padding: 0 8px 0 0;
|
|
349
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
350
|
+
padding: 16px 14px 17px 16px !important;
|
|
356
351
|
}
|
|
357
|
-
.e-bigger .e-
|
|
358
|
-
|
|
359
|
-
border-color: #000000;
|
|
360
|
-
color: #FFFFFF;
|
|
361
|
-
font-size: 12px;
|
|
362
|
-
line-height: 18px;
|
|
363
|
-
padding: 0 0 0 8px;
|
|
352
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
353
|
+
left: 1px !important;
|
|
364
354
|
}
|
|
365
|
-
.e-bigger .e-
|
|
366
|
-
|
|
355
|
+
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
356
|
+
font-size: 12px !important;
|
|
357
|
+
}
|
|
358
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content {
|
|
359
|
+
height: 70px !important;
|
|
360
|
+
padding: 16px !important;
|
|
367
361
|
}
|
|
368
|
-
.e-bigger .e-
|
|
362
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
|
|
363
|
+
margin-left: 12px;
|
|
364
|
+
}
|
|
365
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
366
|
+
line-height: 28px;
|
|
367
|
+
}
|
|
368
|
+
.e-bigger .e-gantt .e-filter-popup {
|
|
369
|
+
width: 350px !important;
|
|
370
|
+
}
|
|
371
|
+
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
369
372
|
padding: 14px 0 0 !important;
|
|
370
373
|
}
|
|
371
|
-
.e-bigger .e-
|
|
372
|
-
|
|
374
|
+
.e-bigger .e-gantt .e-filter-popup .e-dlg-content {
|
|
375
|
+
border-radius: 6px !important;
|
|
376
|
+
padding: 20px 16px 6px 16px !important;
|
|
373
377
|
}
|
|
374
378
|
.e-bigger .e-columnmenu {
|
|
375
379
|
top: 38px;
|
|
@@ -378,6 +382,9 @@
|
|
|
378
382
|
border-radius: 6px;
|
|
379
383
|
width: 550px !important;
|
|
380
384
|
}
|
|
385
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
386
|
+
padding: 0 16px !important;
|
|
387
|
+
}
|
|
381
388
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
382
389
|
padding: 16px 9px 0 16px;
|
|
383
390
|
}
|
|
@@ -406,107 +413,94 @@
|
|
|
406
413
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
407
414
|
border-radius: 50%;
|
|
408
415
|
height: auto !important;
|
|
409
|
-
width: auto
|
|
416
|
+
width: auto;
|
|
410
417
|
}
|
|
411
418
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
412
419
|
margin-left: 4px !important;
|
|
413
420
|
}
|
|
414
|
-
.e-bigger .e-
|
|
415
|
-
margin: 5px 0 6px !important;
|
|
416
|
-
}
|
|
417
|
-
.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
418
|
-
margin-right: 0 !important;
|
|
419
|
-
}
|
|
420
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
421
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
421
422
|
font-size: 16px !important;
|
|
422
423
|
}
|
|
423
|
-
.e-bigger .e-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
.e-bigger .e-predecessor-tooltip {
|
|
427
|
-
background-color: #000000;
|
|
428
|
-
}
|
|
429
|
-
.e-bigger .e-predecessor-dialog {
|
|
430
|
-
background-color: #f3f3f3;
|
|
431
|
-
}
|
|
432
|
-
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
433
|
-
background-color: #f3f3f3;
|
|
434
|
-
padding: 10px 9px 9px 14px !important;
|
|
435
|
-
}
|
|
436
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
437
|
-
padding: 16px 14px 17px 16px !important;
|
|
438
|
-
}
|
|
439
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
440
|
-
left: 1px !important;
|
|
441
|
-
}
|
|
442
|
-
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
443
|
-
font-size: 12px !important;
|
|
444
|
-
}
|
|
445
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
446
|
-
height: 70px !important;
|
|
447
|
-
padding: 16px !important;
|
|
448
|
-
}
|
|
449
|
-
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
450
|
-
margin-left: 12px;
|
|
451
|
-
}
|
|
452
|
-
.e-bigger .e-dialog .e-dlg-header {
|
|
453
|
-
line-height: 28px;
|
|
424
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
425
|
+
min-height: 26px !important;
|
|
426
|
+
min-width: 35.82px !important;
|
|
454
427
|
}
|
|
455
|
-
.e-bigger .e-
|
|
456
|
-
height:
|
|
428
|
+
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
429
|
+
line-height: 24px;
|
|
430
|
+
padding: 6px 16px 6px 15px !important;
|
|
457
431
|
}
|
|
458
|
-
.e-bigger .e-
|
|
459
|
-
|
|
432
|
+
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
433
|
+
padding: 6px 21px 6px 23px !important;
|
|
460
434
|
}
|
|
461
|
-
.e-bigger .e-
|
|
462
|
-
|
|
463
|
-
padding: 20px 16px 6px 16px !important;
|
|
435
|
+
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
436
|
+
font-size: 16px !important;
|
|
464
437
|
}
|
|
465
|
-
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
438
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
466
439
|
font-size: 14px;
|
|
467
440
|
line-height: 22px;
|
|
468
441
|
}
|
|
469
|
-
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
442
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
470
443
|
font-size: 14px;
|
|
471
444
|
line-height: 22px;
|
|
472
445
|
}
|
|
473
|
-
.e-bigger .e-float-input.e-control-wrapper input {
|
|
446
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
474
447
|
height: 27px !important;
|
|
475
448
|
padding: 5px 0 11px !important;
|
|
476
449
|
}
|
|
477
|
-
.e-bigger .e-
|
|
478
|
-
color: #757575 !important;
|
|
479
|
-
}
|
|
480
|
-
.e-bigger .e-right-btn:disabled {
|
|
481
|
-
color: #757575 !important;
|
|
482
|
-
}
|
|
483
|
-
.e-bigger .e-input-group-icon.e-date-icon {
|
|
484
|
-
min-width: 36px !important;
|
|
485
|
-
}
|
|
486
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
450
|
+
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
487
451
|
min-height: 26px !important;
|
|
488
452
|
min-width: 35.82px !important;
|
|
489
453
|
}
|
|
490
|
-
.e-bigger .e-
|
|
454
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
491
455
|
min-height: 26px !important;
|
|
492
456
|
min-width: 35.82px !important;
|
|
493
457
|
}
|
|
494
|
-
.e-bigger .e-
|
|
495
|
-
min-height: 26px !important;
|
|
496
|
-
min-width: 35.82px !important;
|
|
497
|
-
}
|
|
498
|
-
.e-bigger .e-input-group.e-control-wrapper {
|
|
458
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
499
459
|
height: 44px;
|
|
500
460
|
}
|
|
501
|
-
.e-bigger .e-
|
|
502
|
-
|
|
461
|
+
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
462
|
+
min-width: 36px !important;
|
|
503
463
|
}
|
|
504
|
-
.e-bigger .e-
|
|
505
|
-
|
|
506
|
-
padding: 6px 16px 6px 15px !important;
|
|
464
|
+
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
465
|
+
margin: 5px 0 6px !important;
|
|
507
466
|
}
|
|
508
|
-
.e-bigger .e-
|
|
509
|
-
|
|
467
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
468
|
+
margin-right: 0 !important;
|
|
469
|
+
}
|
|
470
|
+
.e-bigger .e-predecessor-tooltip {
|
|
471
|
+
background-color: #000;
|
|
472
|
+
}
|
|
473
|
+
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
474
|
+
color: #757575 !important;
|
|
475
|
+
}
|
|
476
|
+
.e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
|
|
477
|
+
color: #757575 !important;
|
|
478
|
+
}
|
|
479
|
+
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
480
|
+
padding: 3px !important;
|
|
481
|
+
}
|
|
482
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
483
|
+
background-color: #000;
|
|
484
|
+
border-color: #000;
|
|
485
|
+
color: #fff;
|
|
486
|
+
font-size: 12px;
|
|
487
|
+
line-height: 18px;
|
|
488
|
+
padding: 0 8px 0 0;
|
|
489
|
+
}
|
|
490
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
491
|
+
background-color: #000;
|
|
492
|
+
border-color: #000;
|
|
493
|
+
color: #fff;
|
|
494
|
+
font-size: 12px;
|
|
495
|
+
line-height: 18px;
|
|
496
|
+
padding: 0 0 0 8px;
|
|
497
|
+
}
|
|
498
|
+
.e-bigger .e-predecessor-dialog {
|
|
499
|
+
background-color: #f3f3f3;
|
|
500
|
+
}
|
|
501
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
502
|
+
background-color: #f3f3f3;
|
|
503
|
+
padding: 10px 9px 9px 14px !important;
|
|
510
504
|
}
|
|
511
505
|
|
|
512
506
|
.e-gantt {
|
|
@@ -1077,6 +1071,9 @@
|
|
|
1077
1071
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1078
1072
|
outline: 1px solid;
|
|
1079
1073
|
}
|
|
1074
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1075
|
+
outline: 1px solid;
|
|
1076
|
+
}
|
|
1080
1077
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
1081
1078
|
z-index: 100;
|
|
1082
1079
|
}
|
|
@@ -1456,7 +1453,7 @@
|
|
|
1456
1453
|
border-top-color: #e0e0e0;
|
|
1457
1454
|
}
|
|
1458
1455
|
.e-gantt .e-gantt-chart .e-chart-row-cell {
|
|
1459
|
-
color:
|
|
1456
|
+
color: #000;
|
|
1460
1457
|
}
|
|
1461
1458
|
.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
|
|
1462
1459
|
border-bottom-color: #e0e0e0;
|
|
@@ -1515,6 +1512,10 @@
|
|
|
1515
1512
|
background-color: #008786;
|
|
1516
1513
|
border: 0px;
|
|
1517
1514
|
}
|
|
1515
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1516
|
+
background-color: #008786;
|
|
1517
|
+
border: 0px;
|
|
1518
|
+
}
|
|
1518
1519
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1519
1520
|
background: #eee;
|
|
1520
1521
|
}
|
|
@@ -1546,7 +1547,6 @@
|
|
|
1546
1547
|
}
|
|
1547
1548
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1548
1549
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #3f51b5 30%, #3f51b5 70%, #3f51b5 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
1549
|
-
background-color: rgba(63, 81, 181, 0.2);
|
|
1550
1550
|
border: 0px;
|
|
1551
1551
|
border-radius: 2px;
|
|
1552
1552
|
}
|
|
@@ -1809,7 +1809,7 @@
|
|
|
1809
1809
|
background-color: rgba(255, 255, 255, 0.15);
|
|
1810
1810
|
}
|
|
1811
1811
|
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1812
|
-
color:
|
|
1812
|
+
color: #000;
|
|
1813
1813
|
}
|
|
1814
1814
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1815
1815
|
background: #3f51b5;
|
|
@@ -1847,4 +1847,56 @@
|
|
|
1847
1847
|
}
|
|
1848
1848
|
.e-gantt.e-device .e-backarrowspan {
|
|
1849
1849
|
color: #000;
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line {
|
|
1853
|
+
border-color: #d13438;
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
|
|
1857
|
+
border-left-color: #d13438;
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
|
|
1861
|
+
border-right-color: #d13438;
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1865
|
+
border-color: #f3d8da;
|
|
1866
|
+
outline-color: #f3d8da;
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
|
|
1870
|
+
border-left-color: #f3d8da;
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
|
|
1874
|
+
border-right-color: #f3d8da;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
1878
|
+
background-color: #F3D8DA;
|
|
1879
|
+
border: 1px solid #F3D8DA;
|
|
1880
|
+
border-radius: 4px;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
1884
|
+
background-color: #D13438;
|
|
1885
|
+
border: 0px;
|
|
1886
|
+
border-radius: 4px;
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
1890
|
+
background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(255, 85, 85, 0.2) 100%);
|
|
1891
|
+
background-color: rgba(255, 85, 85, 0.2);
|
|
1892
|
+
border: 0px;
|
|
1893
|
+
border-radius: 2px;
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-top {
|
|
1897
|
+
border-bottom-color: #D13438;
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
1901
|
+
border-top-color: #D13438;
|
|
1850
1902
|
}
|