@syncfusion/ej2-react-gantt 22.2.11 → 23.1.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 +209 -162
  2. package/dist/ej2-react-gantt.min.js +1 -1
  3. package/dist/ej2-react-gantt.umd.min.js +1 -1
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark.css +44 -100
  6. package/styles/bootstrap.css +44 -100
  7. package/styles/bootstrap4.css +44 -100
  8. package/styles/bootstrap5-dark.css +44 -100
  9. package/styles/bootstrap5.css +44 -100
  10. package/styles/fabric-dark.css +44 -100
  11. package/styles/fabric.css +44 -100
  12. package/styles/fluent-dark.css +44 -100
  13. package/styles/fluent.css +44 -100
  14. package/styles/gantt/bootstrap-dark.css +44 -100
  15. package/styles/gantt/bootstrap.css +44 -100
  16. package/styles/gantt/bootstrap4.css +44 -100
  17. package/styles/gantt/bootstrap5-dark.css +44 -100
  18. package/styles/gantt/bootstrap5.css +44 -100
  19. package/styles/gantt/fabric-dark.css +44 -100
  20. package/styles/gantt/fabric.css +44 -100
  21. package/styles/gantt/fluent-dark.css +44 -100
  22. package/styles/gantt/fluent.css +44 -100
  23. package/styles/gantt/highcontrast-light.css +40 -100
  24. package/styles/gantt/highcontrast.css +44 -100
  25. package/styles/gantt/material-dark.css +44 -101
  26. package/styles/gantt/material.css +44 -101
  27. package/styles/gantt/material3-dark.css +45 -102
  28. package/styles/gantt/material3-dark.scss +1 -1
  29. package/styles/gantt/material3.css +45 -102
  30. package/styles/gantt/material3.scss +1 -1
  31. package/styles/gantt/tailwind-dark.css +44 -101
  32. package/styles/gantt/tailwind.css +44 -101
  33. package/styles/highcontrast-light.css +40 -100
  34. package/styles/highcontrast.css +44 -100
  35. package/styles/material-dark.css +44 -101
  36. package/styles/material.css +44 -101
  37. package/styles/material3-dark.css +45 -102
  38. package/styles/material3.css +45 -102
  39. package/styles/tailwind-dark.css +44 -101
  40. package/styles/tailwind.css +44 -101
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -321,6 +320,10 @@
321
320
  content: "\e770";
322
321
  }
323
322
 
323
+ .e-icon-rowselect::before {
324
+ content: "\e7d4";
325
+ }
326
+
324
327
  .e-gantt-tooltip-arrow-left::before {
325
328
  content: "\e773";
326
329
  }
@@ -354,7 +357,7 @@
354
357
  }
355
358
  .e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
356
359
  .e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
357
- content: "\e92c";
360
+ content: "\e888";
358
361
  }
359
362
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
360
363
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
@@ -376,6 +379,7 @@
376
379
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
377
380
  background-color: rgba(var(--color-sf-on-surface-variant));
378
381
  border-color: rgba(var(--color-sf-surface));
382
+ position: relative;
379
383
  }
380
384
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
381
385
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
@@ -383,6 +387,17 @@
383
387
  border-color: rgba(var(--color-sf-surface));
384
388
  outline: 2px solid rgba(var(--color-sf-surface));
385
389
  }
390
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
391
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
392
+ content: "";
393
+ position: absolute;
394
+ width: 30px;
395
+ height: 40px;
396
+ top: -10px;
397
+ }
398
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
399
+ cursor: no-drop;
400
+ }
386
401
  .e-bigger .e-gantt .e-tab .e-content {
387
402
  height: 250px !important;
388
403
  }
@@ -429,7 +444,6 @@
429
444
  }
430
445
  .e-bigger .e-gantt-dialog .e-dialog {
431
446
  border-radius: 6px;
432
- width: 556px !important;
433
447
  }
434
448
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
435
449
  padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
@@ -576,10 +590,6 @@
576
590
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
577
591
  border-left-color: rgba(var(--color-sf-primary));
578
592
  }
579
- .e-gantt.e-gantt-rtl .e-toolbar-right {
580
- left: auto !important; /* stylelint-disable-line declaration-no-important */
581
- right: 0 !important; /* stylelint-disable-line declaration-no-important */
582
- }
583
593
  .e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
584
594
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
585
595
  border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
@@ -899,6 +909,12 @@
899
909
  vertical-align: middle;
900
910
  z-index: 3;
901
911
  }
912
+ .e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
913
+ z-index: 4;
914
+ }
915
+ .e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
916
+ z-index: 4;
917
+ }
902
918
  .e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
903
919
  -ms-flex-align: center;
904
920
  align-items: center;
@@ -1042,72 +1058,61 @@
1042
1058
  height: 16px;
1043
1059
  width: 16px;
1044
1060
  left: 14px;
1045
- background: rgb(225, 223, 221);
1046
1061
  }
1047
1062
  .e-gantt .e-gantt-chart .e-innerHTML1 {
1048
1063
  height: 16px;
1049
1064
  width: 16px;
1050
1065
  left: 30px;
1051
- background: rgb(225, 223, 221);
1052
1066
  }
1053
1067
  .e-gantt .e-gantt-chart .e-innerHTML2 {
1054
1068
  height: 16px;
1055
1069
  width: 16px;
1056
1070
  left: 60px;
1057
- background: rgb(225, 223, 221);
1058
1071
  }
1059
1072
  .e-gantt .e-gantt-chart .e-timelineHeader {
1060
1073
  height: 16px;
1061
1074
  width: 82px;
1062
1075
  left: 20px;
1063
- background: rgb(225, 223, 221);
1064
1076
  }
1065
1077
  .e-gantt .e-gantt-chart .e-maskcell01 {
1066
1078
  height: 12px;
1067
1079
  width: 88px;
1068
1080
  left: 14px;
1069
1081
  border-radius: 0;
1070
- background: rgb(225, 223, 221);
1071
1082
  }
1072
1083
  .e-gantt .e-gantt-chart .e-maskcell02 {
1073
1084
  height: 18px;
1074
1085
  width: 410px;
1075
1086
  border-radius: 0;
1076
- background: rgb(225, 223, 221);
1077
1087
  }
1078
1088
  .e-gantt .e-gantt-chart .e-maskcell03 {
1079
1089
  height: 12px;
1080
1090
  width: 88px;
1081
1091
  left: 14px;
1082
1092
  border-radius: 0;
1083
- background: rgb(225, 223, 221);
1084
1093
  }
1085
1094
  .e-gantt .e-gantt-chart .e-maskcell04 {
1086
1095
  height: 18px;
1087
1096
  width: 208px;
1088
1097
  border-radius: 0;
1089
- background: rgb(225, 223, 221);
1090
1098
  }
1091
1099
  .e-gantt .e-gantt-chart .e-maskcell05 {
1092
1100
  height: 12px;
1093
1101
  width: 108px;
1094
1102
  left: 64px;
1095
1103
  border-radius: 0;
1096
- background: rgb(225, 223, 221);
1097
1104
  }
1098
1105
  .e-gantt .e-gantt-chart .e-maskcell06 {
1099
1106
  height: 18px;
1100
1107
  width: 195px;
1101
1108
  left: 192px;
1102
1109
  border-radius: 0;
1103
- background: rgb(225, 223, 221);
1104
1110
  }
1105
1111
  .e-gantt .e-gantt-chart .e-maskcell07 {
1106
1112
  height: 18px;
1107
1113
  width: 156px;
1108
1114
  left: 388px;
1109
1115
  border-radius: 0;
1110
- background: rgb(225, 223, 221);
1111
1116
  }
1112
1117
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
1113
1118
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
@@ -1245,7 +1250,7 @@
1245
1250
  border-left: 1px dashed;
1246
1251
  position: absolute;
1247
1252
  width: 1px;
1248
- z-index: 2;
1253
+ z-index: 4;
1249
1254
  }
1250
1255
  .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
1251
1256
  border-radius: 3px;
@@ -1462,10 +1467,6 @@
1462
1467
  width: auto;
1463
1468
  }
1464
1469
 
1465
- .e-icon-rowselect::before {
1466
- content: "\e930";
1467
- }
1468
-
1469
1470
  .e-ganttpopup {
1470
1471
  -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1471
1472
  -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
@@ -1524,6 +1525,15 @@
1524
1525
  font-size: 16px;
1525
1526
  }
1526
1527
 
1528
+ .e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1529
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1530
+ }
1531
+
1532
+ .e-bigger .e-timeline-single-header-cell {
1533
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1534
+ line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
1535
+ }
1536
+
1527
1537
  .e-gantt-tooltip-label {
1528
1538
  padding-bottom: 2px;
1529
1539
  padding-right: 2px;
@@ -1568,16 +1578,6 @@
1568
1578
  .e-gantt.e-device .e-gridheader .e-icons {
1569
1579
  font-size: 12px;
1570
1580
  }
1571
- .e-gantt.e-device .e-right-resize-gripper,
1572
- .e-gantt.e-device .e-left-resize-gripper {
1573
- border: 7px solid;
1574
- z-index: -1;
1575
- }
1576
- .e-gantt.e-device .e-right-resize-gripper::before,
1577
- .e-gantt.e-device .e-left-resize-gripper::before {
1578
- font-size: 14px;
1579
- margin-left: -7px;
1580
- }
1581
1581
  .e-gantt.e-device .e-dependent-div .e-content {
1582
1582
  height: 100%;
1583
1583
  }
@@ -1640,6 +1640,12 @@
1640
1640
  color: rgba(var(--color-sf-inverse-on-surface));
1641
1641
  }
1642
1642
 
1643
+ .e-gantt-chart-resize-indicator {
1644
+ height: 100%;
1645
+ position: absolute;
1646
+ z-index: 1;
1647
+ }
1648
+
1643
1649
  /*! Gantt theme */
1644
1650
  .e-gantt .e-gantt-splitter {
1645
1651
  border-color: rgba(var(--color-sf-outline-variant));
@@ -2006,75 +2012,6 @@
2006
2012
  .e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
2007
2013
  border-color: rgba(var(--color-sf-warning-text));
2008
2014
  }
2009
- .e-gantt .e-gantt-chart .e-active-parent-task {
2010
- border-radius: 4px;
2011
- box-shadow: 4px 4px 3px 0 rgba(var(--color-sf-warning-text)), 0.5;
2012
- }
2013
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
2014
- background: lighten-color(rgba(var(--color-sf-warning-text)), 10%);
2015
- border: lighten-color(rgba(var(--color-sf-warning-text)), 10%);
2016
- }
2017
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
2018
- background-color: transparent;
2019
- border: transparent;
2020
- }
2021
- .e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
2022
- color: transparent;
2023
- }
2024
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
2025
- color: transparent !important; /* stylelint-disable-line declaration-no-important */
2026
- }
2027
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
2028
- border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
2029
- }
2030
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
2031
- border-left-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
2032
- }
2033
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
2034
- border-right-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
2035
- }
2036
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
2037
- background: rgba(var(--color-sf-primary-container)) !important; /* stylelint-disable-line declaration-no-important */
2038
- border: rgba(var(--color-sf-primary-container)) !important; /* stylelint-disable-line declaration-no-important */
2039
- }
2040
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
2041
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
2042
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
2043
- }
2044
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
2045
- background-color: rgba(var(--color-sf-primary-container)) !important; /* stylelint-disable-line declaration-no-important */
2046
- }
2047
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
2048
- background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
2049
- border: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
2050
- }
2051
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
2052
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
2053
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
2054
- }
2055
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
2056
- background: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
2057
- border: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
2058
- }
2059
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
2060
- background-color: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
2061
- }
2062
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
2063
- background: lighten-color(rgba(var(--color-sf-primary)), 20%) !important; /* stylelint-disable-line declaration-no-important */
2064
- border: lighten-color(rgba(var(--color-sf-primary)), 20%) !important; /* stylelint-disable-line declaration-no-important */
2065
- }
2066
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
2067
- background-color: lighten-color(rgba(var(--color-sf-primary)), 20%) !important; /* stylelint-disable-line declaration-no-important */
2068
- }
2069
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
2070
- border-color: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
2071
- }
2072
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
2073
- border-left-color: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
2074
- }
2075
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
2076
- border-right-color: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
2077
- }
2078
2015
  .e-gantt .e-icons {
2079
2016
  color: rgba(var(--color-sf-on-surface-variant));
2080
2017
  }
@@ -2189,4 +2126,10 @@
2189
2126
  .e-gantt .e-gantt-chart .e-critical-milestone {
2190
2127
  background-color: rgba(var(--color-sf-surface));
2191
2128
  border: 1px solid rgba(var(--color-sf-warning));
2129
+ }
2130
+
2131
+ .e-gantt-chart-resize-indicator {
2132
+ border: 1px dashed linear-gradient(0deg, rgba(var(--color-sf-primary), 0.75), rgba(var(--color-sf-primary), 0.75)), rgba(var(--color-sf-surface));
2133
+ border-bottom: none;
2134
+ border-top: none;
2192
2135
  }
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -377,6 +376,10 @@
377
376
  content: "\e770";
378
377
  }
379
378
 
379
+ .e-icon-rowselect::before {
380
+ content: "\e7d4";
381
+ }
382
+
380
383
  .e-gantt-tooltip-arrow-left::before {
381
384
  content: "\e773";
382
385
  }
@@ -410,7 +413,7 @@
410
413
  }
411
414
  .e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
412
415
  .e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
413
- content: "\e92c";
416
+ content: "\e888";
414
417
  }
415
418
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
416
419
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
@@ -432,6 +435,7 @@
432
435
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
433
436
  background-color: rgba(var(--color-sf-on-surface-variant));
434
437
  border-color: rgba(var(--color-sf-surface));
438
+ position: relative;
435
439
  }
436
440
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
437
441
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
@@ -439,6 +443,17 @@
439
443
  border-color: rgba(var(--color-sf-surface));
440
444
  outline: 2px solid rgba(var(--color-sf-surface));
441
445
  }
446
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
447
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
448
+ content: "";
449
+ position: absolute;
450
+ width: 30px;
451
+ height: 40px;
452
+ top: -10px;
453
+ }
454
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
455
+ cursor: no-drop;
456
+ }
442
457
  .e-bigger .e-gantt .e-tab .e-content {
443
458
  height: 250px !important;
444
459
  }
@@ -485,7 +500,6 @@
485
500
  }
486
501
  .e-bigger .e-gantt-dialog .e-dialog {
487
502
  border-radius: 6px;
488
- width: 556px !important;
489
503
  }
490
504
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
491
505
  padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
@@ -632,10 +646,6 @@
632
646
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
633
647
  border-left-color: rgba(var(--color-sf-primary));
634
648
  }
635
- .e-gantt.e-gantt-rtl .e-toolbar-right {
636
- left: auto !important; /* stylelint-disable-line declaration-no-important */
637
- right: 0 !important; /* stylelint-disable-line declaration-no-important */
638
- }
639
649
  .e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
640
650
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
641
651
  border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
@@ -955,6 +965,12 @@
955
965
  vertical-align: middle;
956
966
  z-index: 3;
957
967
  }
968
+ .e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
969
+ z-index: 4;
970
+ }
971
+ .e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
972
+ z-index: 4;
973
+ }
958
974
  .e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
959
975
  -ms-flex-align: center;
960
976
  align-items: center;
@@ -1098,72 +1114,61 @@
1098
1114
  height: 16px;
1099
1115
  width: 16px;
1100
1116
  left: 14px;
1101
- background: rgb(225, 223, 221);
1102
1117
  }
1103
1118
  .e-gantt .e-gantt-chart .e-innerHTML1 {
1104
1119
  height: 16px;
1105
1120
  width: 16px;
1106
1121
  left: 30px;
1107
- background: rgb(225, 223, 221);
1108
1122
  }
1109
1123
  .e-gantt .e-gantt-chart .e-innerHTML2 {
1110
1124
  height: 16px;
1111
1125
  width: 16px;
1112
1126
  left: 60px;
1113
- background: rgb(225, 223, 221);
1114
1127
  }
1115
1128
  .e-gantt .e-gantt-chart .e-timelineHeader {
1116
1129
  height: 16px;
1117
1130
  width: 82px;
1118
1131
  left: 20px;
1119
- background: rgb(225, 223, 221);
1120
1132
  }
1121
1133
  .e-gantt .e-gantt-chart .e-maskcell01 {
1122
1134
  height: 12px;
1123
1135
  width: 88px;
1124
1136
  left: 14px;
1125
1137
  border-radius: 0;
1126
- background: rgb(225, 223, 221);
1127
1138
  }
1128
1139
  .e-gantt .e-gantt-chart .e-maskcell02 {
1129
1140
  height: 18px;
1130
1141
  width: 410px;
1131
1142
  border-radius: 0;
1132
- background: rgb(225, 223, 221);
1133
1143
  }
1134
1144
  .e-gantt .e-gantt-chart .e-maskcell03 {
1135
1145
  height: 12px;
1136
1146
  width: 88px;
1137
1147
  left: 14px;
1138
1148
  border-radius: 0;
1139
- background: rgb(225, 223, 221);
1140
1149
  }
1141
1150
  .e-gantt .e-gantt-chart .e-maskcell04 {
1142
1151
  height: 18px;
1143
1152
  width: 208px;
1144
1153
  border-radius: 0;
1145
- background: rgb(225, 223, 221);
1146
1154
  }
1147
1155
  .e-gantt .e-gantt-chart .e-maskcell05 {
1148
1156
  height: 12px;
1149
1157
  width: 108px;
1150
1158
  left: 64px;
1151
1159
  border-radius: 0;
1152
- background: rgb(225, 223, 221);
1153
1160
  }
1154
1161
  .e-gantt .e-gantt-chart .e-maskcell06 {
1155
1162
  height: 18px;
1156
1163
  width: 195px;
1157
1164
  left: 192px;
1158
1165
  border-radius: 0;
1159
- background: rgb(225, 223, 221);
1160
1166
  }
1161
1167
  .e-gantt .e-gantt-chart .e-maskcell07 {
1162
1168
  height: 18px;
1163
1169
  width: 156px;
1164
1170
  left: 388px;
1165
1171
  border-radius: 0;
1166
- background: rgb(225, 223, 221);
1167
1172
  }
1168
1173
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
1169
1174
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
@@ -1301,7 +1306,7 @@
1301
1306
  border-left: 1px dashed;
1302
1307
  position: absolute;
1303
1308
  width: 1px;
1304
- z-index: 2;
1309
+ z-index: 4;
1305
1310
  }
1306
1311
  .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
1307
1312
  border-radius: 3px;
@@ -1518,10 +1523,6 @@
1518
1523
  width: auto;
1519
1524
  }
1520
1525
 
1521
- .e-icon-rowselect::before {
1522
- content: "\e930";
1523
- }
1524
-
1525
1526
  .e-ganttpopup {
1526
1527
  -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1527
1528
  -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
@@ -1580,6 +1581,15 @@
1580
1581
  font-size: 16px;
1581
1582
  }
1582
1583
 
1584
+ .e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1585
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1586
+ }
1587
+
1588
+ .e-bigger .e-timeline-single-header-cell {
1589
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1590
+ line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
1591
+ }
1592
+
1583
1593
  .e-gantt-tooltip-label {
1584
1594
  padding-bottom: 2px;
1585
1595
  padding-right: 2px;
@@ -1624,16 +1634,6 @@
1624
1634
  .e-gantt.e-device .e-gridheader .e-icons {
1625
1635
  font-size: 12px;
1626
1636
  }
1627
- .e-gantt.e-device .e-right-resize-gripper,
1628
- .e-gantt.e-device .e-left-resize-gripper {
1629
- border: 7px solid;
1630
- z-index: -1;
1631
- }
1632
- .e-gantt.e-device .e-right-resize-gripper::before,
1633
- .e-gantt.e-device .e-left-resize-gripper::before {
1634
- font-size: 14px;
1635
- margin-left: -7px;
1636
- }
1637
1637
  .e-gantt.e-device .e-dependent-div .e-content {
1638
1638
  height: 100%;
1639
1639
  }
@@ -1696,6 +1696,12 @@
1696
1696
  color: rgba(var(--color-sf-inverse-on-surface));
1697
1697
  }
1698
1698
 
1699
+ .e-gantt-chart-resize-indicator {
1700
+ height: 100%;
1701
+ position: absolute;
1702
+ z-index: 1;
1703
+ }
1704
+
1699
1705
  /*! Gantt theme */
1700
1706
  .e-gantt .e-gantt-splitter {
1701
1707
  border-color: rgba(var(--color-sf-outline-variant));
@@ -2062,75 +2068,6 @@
2062
2068
  .e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
2063
2069
  border-color: rgba(var(--color-sf-warning-text));
2064
2070
  }
2065
- .e-gantt .e-gantt-chart .e-active-parent-task {
2066
- border-radius: 4px;
2067
- box-shadow: 4px 4px 3px 0 rgba(var(--color-sf-warning-text)), 0.5;
2068
- }
2069
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
2070
- background: lighten-color(rgba(var(--color-sf-warning-text)), 10%);
2071
- border: lighten-color(rgba(var(--color-sf-warning-text)), 10%);
2072
- }
2073
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
2074
- background-color: transparent;
2075
- border: transparent;
2076
- }
2077
- .e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
2078
- color: transparent;
2079
- }
2080
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
2081
- color: transparent !important; /* stylelint-disable-line declaration-no-important */
2082
- }
2083
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
2084
- border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
2085
- }
2086
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
2087
- border-left-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
2088
- }
2089
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
2090
- border-right-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
2091
- }
2092
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
2093
- background: rgba(var(--color-sf-primary-container)) !important; /* stylelint-disable-line declaration-no-important */
2094
- border: rgba(var(--color-sf-primary-container)) !important; /* stylelint-disable-line declaration-no-important */
2095
- }
2096
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
2097
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
2098
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
2099
- }
2100
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
2101
- background-color: rgba(var(--color-sf-primary-container)) !important; /* stylelint-disable-line declaration-no-important */
2102
- }
2103
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
2104
- background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
2105
- border: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
2106
- }
2107
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
2108
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
2109
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
2110
- }
2111
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
2112
- background: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
2113
- border: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
2114
- }
2115
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
2116
- background-color: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
2117
- }
2118
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
2119
- background: lighten-color(rgba(var(--color-sf-primary)), 20%) !important; /* stylelint-disable-line declaration-no-important */
2120
- border: lighten-color(rgba(var(--color-sf-primary)), 20%) !important; /* stylelint-disable-line declaration-no-important */
2121
- }
2122
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
2123
- background-color: lighten-color(rgba(var(--color-sf-primary)), 20%) !important; /* stylelint-disable-line declaration-no-important */
2124
- }
2125
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
2126
- border-color: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
2127
- }
2128
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
2129
- border-left-color: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
2130
- }
2131
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
2132
- border-right-color: rgba(var(--color-sf-primary)) !important; /* stylelint-disable-line declaration-no-important */
2133
- }
2134
2071
  .e-gantt .e-icons {
2135
2072
  color: rgba(var(--color-sf-on-surface-variant));
2136
2073
  }
@@ -2245,4 +2182,10 @@
2245
2182
  .e-gantt .e-gantt-chart .e-critical-milestone {
2246
2183
  background-color: rgba(var(--color-sf-surface));
2247
2184
  border: 1px solid rgba(var(--color-sf-warning));
2185
+ }
2186
+
2187
+ .e-gantt-chart-resize-indicator {
2188
+ border: 1px dashed linear-gradient(0deg, rgba(var(--color-sf-primary), 0.75), rgba(var(--color-sf-primary), 0.75)), rgba(var(--color-sf-surface));
2189
+ border-bottom: none;
2190
+ border-top: none;
2248
2191
  }