@syncfusion/ej2-react-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.
@@ -202,6 +202,9 @@
202
202
  .e-gantt .e-add::before {
203
203
  content: "\e805";
204
204
  }
205
+ .e-gantt .e-critical-path::before {
206
+ content: "\e88c";
207
+ }
205
208
  .e-gantt .e-edit::before {
206
209
  content: "\e730";
207
210
  }
@@ -296,12 +299,6 @@
296
299
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
297
300
  height: 32px;
298
301
  }
299
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
300
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
301
- padding-left: 10px;
302
- padding-right: 10px;
303
- width: 30px;
304
- }
305
302
  .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
306
303
  border-radius: 4px !important;
307
304
  font-size: 12px !important;
@@ -338,14 +335,14 @@
338
335
  }
339
336
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
340
337
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
341
- background-color: #0d6efd;
338
+ background-color: #0257d5;
342
339
  border-color: #212529;
343
340
  }
344
341
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
345
342
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
346
- background-color: #0d6efd;
343
+ background-color: #0257d5;
347
344
  border-color: #212529;
348
- outline: 2px solid #79a7f7;
345
+ outline: 2px solid #0d6efd;
349
346
  }
350
347
  .e-bigger .e-gantt .e-tab .e-content {
351
348
  height: 250px !important;
@@ -353,30 +350,34 @@
353
350
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
354
351
  height: 63px !important;
355
352
  }
356
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
357
- background-color: #000000;
358
- border-color: #000000;
359
- color: #fff;
360
- font-size: 12px;
361
- line-height: 18px;
362
- padding: 0 8px 0 0;
353
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
354
+ padding: 16px 4px 16px 16px !important;
363
355
  }
364
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
365
- background-color: #000000;
366
- border-color: #000000;
367
- color: #fff;
368
- font-size: 12px;
369
- line-height: 18px;
370
- padding: 0 0 0 8px;
356
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
357
+ left: 2px !important;
371
358
  }
372
- .e-bigger .e-tooltip-wrap .e-tip-content {
373
- padding: 3px !important;
359
+ .e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
360
+ font-size: 14px !important;
374
361
  }
375
- .e-bigger .e-grid .e-flmenu-valuediv {
362
+ .e-bigger .e-gantt .e-dialog .e-footer-content {
363
+ height: 70px !important;
364
+ padding: 16px !important;
365
+ }
366
+ .e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
367
+ margin-left: 12px;
368
+ }
369
+ .e-bigger .e-gantt .e-dialog .e-dlg-header {
370
+ line-height: 28px;
371
+ }
372
+ .e-bigger .e-gantt .e-filter-popup {
373
+ width: 350px !important;
374
+ }
375
+ .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
376
376
  padding: 16px 0 0 !important;
377
377
  }
378
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
379
- padding: 0 16px !important;
378
+ .e-bigger .e-gantt .e-filter-popup .e-dlg-content {
379
+ border-radius: 6px !important;
380
+ padding: 32px 16px 16px !important;
380
381
  }
381
382
  .e-bigger .e-columnmenu {
382
383
  top: 35px;
@@ -385,6 +386,9 @@
385
386
  border-radius: 6px;
386
387
  width: 556px !important;
387
388
  }
389
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
390
+ padding: 0 16px !important;
391
+ }
388
392
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
389
393
  padding: 16px 12px 0 16px;
390
394
  }
@@ -413,97 +417,87 @@
413
417
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
414
418
  border-radius: 50%;
415
419
  height: auto !important;
416
- width: auto !important;
420
+ width: auto;
417
421
  }
418
422
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
419
423
  margin-left: 5px !important;
420
424
  }
421
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
425
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
422
426
  font-size: 16px !important;
423
427
  }
424
- .e-bigger .e-float-input.e-control-wrapper {
425
- width: 250px !important;
426
- }
427
- .e-bigger .e-predecessor-tooltip {
428
- background-color: #000000;
429
- }
430
- .e-bigger .e-predecessor-dialog {
431
- background-color: #f8f8fa;
432
- }
433
- .e-bigger .e-predecessor-dialog .e-dlg-content {
434
- background-color: #f8f8fa;
435
- padding: 10px 9px 9px 14px !important;
436
- }
437
- .e-bigger .e-dialog .e-dlg-header-content {
438
- padding: 16px 4px 16px 16px !important;
439
- }
440
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
441
- left: 2px !important;
442
- }
443
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
444
- font-size: 14px !important;
445
- }
446
- .e-bigger .e-dialog .e-footer-content {
447
- height: 70px !important;
448
- padding: 16px !important;
449
- }
450
- .e-bigger .e-dialog .e-footer-content .e-btn {
451
- margin-left: 12px;
428
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
429
+ min-height: 36px !important;
430
+ min-width: 35.82px !important;
452
431
  }
453
- .e-bigger .e-dialog .e-dlg-header {
454
- line-height: 28px;
432
+ .e-bigger .e-gantt-dialog .e-btn.e-flat {
433
+ line-height: 24px;
434
+ padding: 6px 16px 6px 15px !important;
455
435
  }
456
- .e-bigger .e-filter-popup {
457
- width: 350px !important;
436
+ .e-bigger .e-gantt-dialog .e-btn.e-primary {
437
+ padding: 6px 21px 6px 23px !important;
458
438
  }
459
- .e-bigger .e-dlg-content {
460
- border-radius: 6px !important;
461
- padding: 32px 16px 16px !important;
439
+ .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
440
+ font-size: 16px !important;
462
441
  }
463
- .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
442
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
464
443
  font-size: 14px;
465
444
  line-height: 22px;
466
445
  }
467
- .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
446
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
468
447
  font-size: 14px;
469
448
  line-height: 22px;
470
449
  }
471
- .e-bigger .e-float-input.e-control-wrapper input {
450
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
472
451
  height: 36px !important;
473
452
  }
474
- .e-bigger .e-left-btn:disabled {
475
- color: #ADB5BD !important;
476
- }
477
- .e-bigger .e-right-btn:disabled {
478
- color: #ADB5BD !important;
479
- }
480
- .e-bigger .e-input-group-icon.e-date-icon {
481
- min-width: 36px !important;
482
- }
483
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
453
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
484
454
  min-height: 36px !important;
485
455
  min-width: 35.82px !important;
486
456
  }
487
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
457
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
488
458
  min-height: 36px !important;
489
459
  min-width: 35.82px !important;
490
460
  }
491
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
492
- min-height: 36px !important;
493
- min-width: 35.82px !important;
494
- }
495
- .e-bigger .e-input-group.e-control-wrapper {
461
+ .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
496
462
  height: 38px;
497
463
  }
498
- .e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
499
- font-size: 16px !important;
464
+ .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
465
+ min-width: 36px !important;
500
466
  }
501
- .e-bigger .e-btn.e-flat {
502
- line-height: 24px;
503
- padding: 6px 16px 6px 15px !important;
467
+ .e-bigger .e-predecessor-tooltip {
468
+ background-color: #000;
504
469
  }
505
- .e-bigger .e-btn.e-primary {
506
- padding: 6px 21px 6px 23px !important;
470
+ .e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
471
+ color: #adb5bd !important;
472
+ }
473
+ .e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
474
+ color: #adb5bd !important;
475
+ }
476
+ .e-bigger .e-predecessor-tooltip .e-tip-content {
477
+ padding: 3px !important;
478
+ }
479
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
480
+ background-color: #000;
481
+ border-color: #000;
482
+ color: #fff;
483
+ font-size: 12px;
484
+ line-height: 18px;
485
+ padding: 0 8px 0 0;
486
+ }
487
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
488
+ background-color: #000;
489
+ border-color: #000;
490
+ color: #fff;
491
+ font-size: 12px;
492
+ line-height: 18px;
493
+ padding: 0 0 0 8px;
494
+ }
495
+ .e-bigger .e-predecessor-dialog {
496
+ background-color: #212529;
497
+ }
498
+ .e-bigger .e-predecessor-dialog .e-dlg-content {
499
+ background-color: #212529;
500
+ padding: 10px 9px 9px 14px !important;
507
501
  }
508
502
 
509
503
  .e-gantt {
@@ -1074,6 +1068,9 @@
1074
1068
  .e-gantt .e-gantt-chart .e-connector-line-hover {
1075
1069
  outline: 1px solid;
1076
1070
  }
1071
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1072
+ outline: 1px solid;
1073
+ }
1077
1074
  .e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
1078
1075
  z-index: 100;
1079
1076
  }
@@ -1512,6 +1509,10 @@
1512
1509
  background-color: #21b26f;
1513
1510
  border: 0px;
1514
1511
  }
1512
+ .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1513
+ background-color: #21b26f;
1514
+ border: 0px;
1515
+ }
1515
1516
  .e-gantt .e-gantt-chart .e-holiday {
1516
1517
  background: #282d31;
1517
1518
  }
@@ -1543,7 +1544,6 @@
1543
1544
  }
1544
1545
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1545
1546
  background: linear-gradient(to right, #86b7fe, #0d6efd 30%, #0d6efd 70%, #0d6efd 70%, #86b7fe 100%);
1546
- background-color: rgba(63, 81, 181, 0.2);
1547
1547
  border: 0px;
1548
1548
  border-radius: 4px;
1549
1549
  }
@@ -1587,7 +1587,7 @@
1587
1587
  }
1588
1588
  .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
1589
1589
  .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
1590
- background-color: #0d6efd;
1590
+ background-color: #0257d5;
1591
1591
  border-color: #212529;
1592
1592
  }
1593
1593
  .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
@@ -1790,7 +1790,7 @@
1790
1790
  color: #adb5bd;
1791
1791
  }
1792
1792
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1793
- color: rgb(108, 117, 125) !important;
1793
+ color: #adb5bd !important;
1794
1794
  }
1795
1795
 
1796
1796
  .e-gantt-dialog .e-dlg-header {
@@ -1844,4 +1844,56 @@
1844
1844
  }
1845
1845
  .e-gantt.e-device .e-backarrowspan {
1846
1846
  color: #000;
1847
+ }
1848
+
1849
+ .e-gantt .e-gantt-chart .e-criticalconnector-line {
1850
+ border-color: #e4606d;
1851
+ }
1852
+
1853
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
1854
+ border-left-color: #e4606d;
1855
+ }
1856
+
1857
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
1858
+ border-right-color: #e4606d;
1859
+ }
1860
+
1861
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1862
+ border-color: #fadfe2;
1863
+ outline-color: #fadfe2;
1864
+ }
1865
+
1866
+ .e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
1867
+ border-left-color: #fadfe2;
1868
+ }
1869
+
1870
+ .e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
1871
+ border-right-color: #fadfe2;
1872
+ }
1873
+
1874
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
1875
+ background-color: #fadfe2;
1876
+ border: 1px solid #fadfe2;
1877
+ border-radius: 4px;
1878
+ }
1879
+
1880
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
1881
+ background-color: #e4606d;
1882
+ border: 0px;
1883
+ border-radius: 4px;
1884
+ }
1885
+
1886
+ .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
1887
+ background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #e4606d 30%, #e4606d 70%, #e4606d 70%, rgba(255, 85, 85, 0.2) 100%);
1888
+ background-color: rgba(255, 85, 85, 0.2);
1889
+ border: 0px;
1890
+ border-radius: 4px;
1891
+ }
1892
+
1893
+ .e-gantt .e-gantt-chart .e-critical-milestone-top {
1894
+ border-bottom-color: #e4606d;
1895
+ }
1896
+
1897
+ .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
1898
+ border-top-color: #e4606d;
1847
1899
  }