@syncfusion/ej2-vue-gantt 20.1.60 → 20.2.36

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.
Files changed (40) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/ej2-vue-gantt.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-gantt.es2015.js +7 -1
  4. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-gantt.es5.js +7 -1
  6. package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-gantt.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/gantt/gantt.component.d.ts +2 -0
  10. package/src/gantt/gantt.component.js +7 -1
  11. package/styles/bootstrap-dark.css +144 -92
  12. package/styles/bootstrap.css +141 -89
  13. package/styles/bootstrap4.css +142 -90
  14. package/styles/bootstrap5-dark.css +146 -94
  15. package/styles/bootstrap5.css +146 -94
  16. package/styles/fabric-dark.css +143 -91
  17. package/styles/fabric.css +148 -96
  18. package/styles/fluent-dark.css +146 -94
  19. package/styles/fluent.css +146 -94
  20. package/styles/gantt/bootstrap-dark.css +144 -92
  21. package/styles/gantt/bootstrap.css +141 -89
  22. package/styles/gantt/bootstrap4.css +142 -90
  23. package/styles/gantt/bootstrap5-dark.css +146 -94
  24. package/styles/gantt/bootstrap5.css +146 -94
  25. package/styles/gantt/fabric-dark.css +143 -91
  26. package/styles/gantt/fabric.css +148 -96
  27. package/styles/gantt/fluent-dark.css +146 -94
  28. package/styles/gantt/fluent.css +146 -94
  29. package/styles/gantt/highcontrast-light.css +140 -91
  30. package/styles/gantt/highcontrast.css +143 -91
  31. package/styles/gantt/material-dark.css +147 -95
  32. package/styles/gantt/material.css +149 -97
  33. package/styles/gantt/tailwind-dark.css +154 -102
  34. package/styles/gantt/tailwind.css +150 -98
  35. package/styles/highcontrast-light.css +140 -91
  36. package/styles/highcontrast.css +143 -91
  37. package/styles/material-dark.css +147 -95
  38. package/styles/material.css +149 -97
  39. package/styles/tailwind-dark.css +154 -102
  40. package/styles/tailwind.css +150 -98
@@ -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;
@@ -349,30 +346,34 @@
349
346
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
350
347
  height: 63px !important;
351
348
  }
352
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
353
- background-color: #000000;
354
- border-color: #000000;
355
- color: #FFFFFF;
356
- font-size: 12px;
357
- line-height: 18px;
358
- padding: 0 8px 0 0;
349
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
350
+ padding: 16px 14px 17px 16px !important;
359
351
  }
360
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
361
- background-color: #000000;
362
- border-color: #000000;
363
- color: #FFFFFF;
364
- font-size: 12px;
365
- line-height: 18px;
366
- 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;
367
354
  }
368
- .e-bigger .e-tooltip-wrap .e-tip-content {
369
- padding: 3px !important;
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;
361
+ }
362
+ .e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
363
+ margin-left: 12px;
370
364
  }
371
- .e-bigger .e-grid .e-flmenu-valuediv {
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 {
372
372
  padding: 14px 0 0 !important;
373
373
  }
374
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
375
- padding: 0 16px !important;
374
+ .e-bigger .e-gantt .e-filter-popup .e-dlg-content {
375
+ border-radius: 6px !important;
376
+ padding: 20px 16px 6px 16px !important;
376
377
  }
377
378
  .e-bigger .e-columnmenu {
378
379
  top: 38px;
@@ -381,6 +382,9 @@
381
382
  border-radius: 6px;
382
383
  width: 550px !important;
383
384
  }
385
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
386
+ padding: 0 16px !important;
387
+ }
384
388
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
385
389
  padding: 16px 9px 0 16px;
386
390
  }
@@ -409,104 +413,94 @@
409
413
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
410
414
  border-radius: 50%;
411
415
  height: auto !important;
412
- width: auto !important;
416
+ width: auto;
413
417
  }
414
418
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
415
419
  margin-left: 4px !important;
416
420
  }
417
- .e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
418
- margin: 5px 0 6px !important;
419
- }
420
- .e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
421
- margin-right: 0 !important;
422
- }
423
- .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 {
424
422
  font-size: 16px !important;
425
423
  }
426
- .e-bigger .e-float-input.e-control-wrapper {
427
- width: 250px !important;
428
- }
429
- .e-bigger .e-predecessor-tooltip {
430
- background-color: #000000;
431
- }
432
- .e-bigger .e-predecessor-dialog {
433
- background-color: #f3f3f3;
434
- }
435
- .e-bigger .e-predecessor-dialog .e-dlg-content {
436
- background-color: #f3f3f3;
437
- padding: 10px 9px 9px 14px !important;
438
- }
439
- .e-bigger .e-dialog .e-dlg-header-content {
440
- padding: 16px 14px 17px 16px !important;
441
- }
442
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
443
- left: 1px !important;
444
- }
445
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
446
- font-size: 12px !important;
447
- }
448
- .e-bigger .e-dialog .e-footer-content {
449
- height: 70px !important;
450
- padding: 16px !important;
451
- }
452
- .e-bigger .e-dialog .e-footer-content .e-btn {
453
- margin-left: 12px;
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-dialog .e-dlg-header {
456
- line-height: 28px;
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-filter-popup {
459
- width: 350px !important;
432
+ .e-bigger .e-gantt-dialog .e-btn.e-primary {
433
+ padding: 6px 21px 6px 23px !important;
460
434
  }
461
- .e-bigger .e-dlg-content {
462
- border-radius: 6px !important;
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-left-btn:disabled {
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 {
487
- min-height: 26px !important;
488
- min-width: 35.82px !important;
489
- }
490
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
450
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
491
451
  min-height: 26px !important;
492
452
  min-width: 35.82px !important;
493
453
  }
494
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
454
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
495
455
  min-height: 26px !important;
496
456
  min-width: 35.82px !important;
497
457
  }
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-datetime-wrapper .e-time-icon.e-icons::before {
502
- font-size: 16px !important;
461
+ .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
462
+ min-width: 36px !important;
503
463
  }
504
- .e-bigger .e-btn.e-flat {
505
- line-height: 24px;
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-btn.e-primary {
509
- padding: 6px 21px 6px 23px !important;
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: rgb(0, 0, 0);
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: rgb(0, 0, 0);
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
  }