@syncfusion/ej2-vue-gantt 22.2.12 → 23.1.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.
Files changed (53) hide show
  1. package/CHANGELOG.md +202 -164
  2. package/dist/ej2-vue-gantt.umd.min.js +3 -3
  3. package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-gantt.es2015.js +1 -1
  5. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-gantt.es5.js +1 -1
  7. package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-gantt.min.js +3 -3
  9. package/package.json +9 -9
  10. package/src/gantt/adddialogfields.directive.d.ts +3 -1
  11. package/src/gantt/columns.directive.d.ts +3 -1
  12. package/src/gantt/dayworkingtime.directive.d.ts +3 -1
  13. package/src/gantt/editdialogfields.directive.d.ts +3 -1
  14. package/src/gantt/eventmarkers.directive.d.ts +3 -1
  15. package/src/gantt/gantt.component.d.ts +3 -1
  16. package/src/gantt/gantt.component.js +1 -1
  17. package/src/gantt/holidays.directive.d.ts +3 -1
  18. package/styles/bootstrap-dark.css +44 -100
  19. package/styles/bootstrap.css +44 -100
  20. package/styles/bootstrap4.css +44 -100
  21. package/styles/bootstrap5-dark.css +44 -100
  22. package/styles/bootstrap5.css +44 -100
  23. package/styles/fabric-dark.css +44 -100
  24. package/styles/fabric.css +44 -100
  25. package/styles/fluent-dark.css +44 -100
  26. package/styles/fluent.css +44 -100
  27. package/styles/gantt/bootstrap-dark.css +44 -100
  28. package/styles/gantt/bootstrap.css +44 -100
  29. package/styles/gantt/bootstrap4.css +44 -100
  30. package/styles/gantt/bootstrap5-dark.css +44 -100
  31. package/styles/gantt/bootstrap5.css +44 -100
  32. package/styles/gantt/fabric-dark.css +44 -100
  33. package/styles/gantt/fabric.css +44 -100
  34. package/styles/gantt/fluent-dark.css +44 -100
  35. package/styles/gantt/fluent.css +44 -100
  36. package/styles/gantt/highcontrast-light.css +40 -100
  37. package/styles/gantt/highcontrast.css +44 -100
  38. package/styles/gantt/material-dark.css +44 -101
  39. package/styles/gantt/material.css +44 -101
  40. package/styles/gantt/material3-dark.css +45 -102
  41. package/styles/gantt/material3-dark.scss +1 -1
  42. package/styles/gantt/material3.css +45 -102
  43. package/styles/gantt/material3.scss +1 -1
  44. package/styles/gantt/tailwind-dark.css +44 -101
  45. package/styles/gantt/tailwind.css +44 -101
  46. package/styles/highcontrast-light.css +40 -100
  47. package/styles/highcontrast.css +44 -100
  48. package/styles/material-dark.css +44 -101
  49. package/styles/material.css +44 -101
  50. package/styles/material3-dark.css +45 -102
  51. package/styles/material3.css +45 -102
  52. package/styles/tailwind-dark.css +44 -101
  53. 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;
@@ -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
  }
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-definition.scss';
1
+
2
2
  @import 'ej2-gantt/styles/gantt/material3.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
3
2
  transform: rotate(0deg);
4
3
  transition: transform 300ms ease;
@@ -252,6 +251,10 @@
252
251
  content: "\e770";
253
252
  }
254
253
 
254
+ .e-icon-rowselect::before {
255
+ content: "\e7d4";
256
+ }
257
+
255
258
  .e-gantt-tooltip-arrow-left::before {
256
259
  content: "\e773";
257
260
  }
@@ -304,6 +307,7 @@
304
307
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
305
308
  background-color: #10b4cd;
306
309
  border-color: #1f2937;
310
+ position: relative;
307
311
  }
308
312
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
309
313
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
@@ -311,6 +315,17 @@
311
315
  border-color: #1f2937;
312
316
  outline: 2px solid #0891b2;
313
317
  }
318
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
319
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
320
+ content: "";
321
+ position: absolute;
322
+ width: 30px;
323
+ height: 40px;
324
+ top: -10px;
325
+ }
326
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
327
+ cursor: no-drop;
328
+ }
314
329
  .e-bigger .e-gantt .e-tab .e-content {
315
330
  height: 242px !important;
316
331
  }
@@ -357,7 +372,6 @@
357
372
  }
358
373
  .e-bigger .e-gantt-dialog .e-dialog {
359
374
  border-radius: 6px;
360
- width: 564px !important;
361
375
  }
362
376
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
363
377
  padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
@@ -501,10 +515,6 @@
501
515
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
502
516
  border-left-color: #22d3ee;
503
517
  }
504
- .e-gantt.e-gantt-rtl .e-toolbar-right {
505
- left: auto !important; /* stylelint-disable-line declaration-no-important */
506
- right: 0 !important; /* stylelint-disable-line declaration-no-important */
507
- }
508
518
  .e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
509
519
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
510
520
  border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
@@ -827,6 +837,12 @@
827
837
  vertical-align: middle;
828
838
  z-index: 3;
829
839
  }
840
+ .e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
841
+ z-index: 4;
842
+ }
843
+ .e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
844
+ z-index: 4;
845
+ }
830
846
  .e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
831
847
  -ms-flex-align: center;
832
848
  align-items: center;
@@ -966,72 +982,61 @@
966
982
  height: 16px;
967
983
  width: 16px;
968
984
  left: 14px;
969
- background: rgb(225, 223, 221);
970
985
  }
971
986
  .e-gantt .e-gantt-chart .e-innerHTML1 {
972
987
  height: 16px;
973
988
  width: 16px;
974
989
  left: 30px;
975
- background: rgb(225, 223, 221);
976
990
  }
977
991
  .e-gantt .e-gantt-chart .e-innerHTML2 {
978
992
  height: 16px;
979
993
  width: 16px;
980
994
  left: 60px;
981
- background: rgb(225, 223, 221);
982
995
  }
983
996
  .e-gantt .e-gantt-chart .e-timelineHeader {
984
997
  height: 16px;
985
998
  width: 82px;
986
999
  left: 20px;
987
- background: rgb(225, 223, 221);
988
1000
  }
989
1001
  .e-gantt .e-gantt-chart .e-maskcell01 {
990
1002
  height: 12px;
991
1003
  width: 88px;
992
1004
  left: 14px;
993
1005
  border-radius: 0;
994
- background: rgb(225, 223, 221);
995
1006
  }
996
1007
  .e-gantt .e-gantt-chart .e-maskcell02 {
997
1008
  height: 18px;
998
1009
  width: 410px;
999
1010
  border-radius: 0;
1000
- background: rgb(225, 223, 221);
1001
1011
  }
1002
1012
  .e-gantt .e-gantt-chart .e-maskcell03 {
1003
1013
  height: 12px;
1004
1014
  width: 88px;
1005
1015
  left: 14px;
1006
1016
  border-radius: 0;
1007
- background: rgb(225, 223, 221);
1008
1017
  }
1009
1018
  .e-gantt .e-gantt-chart .e-maskcell04 {
1010
1019
  height: 18px;
1011
1020
  width: 208px;
1012
1021
  border-radius: 0;
1013
- background: rgb(225, 223, 221);
1014
1022
  }
1015
1023
  .e-gantt .e-gantt-chart .e-maskcell05 {
1016
1024
  height: 12px;
1017
1025
  width: 108px;
1018
1026
  left: 64px;
1019
1027
  border-radius: 0;
1020
- background: rgb(225, 223, 221);
1021
1028
  }
1022
1029
  .e-gantt .e-gantt-chart .e-maskcell06 {
1023
1030
  height: 18px;
1024
1031
  width: 195px;
1025
1032
  left: 192px;
1026
1033
  border-radius: 0;
1027
- background: rgb(225, 223, 221);
1028
1034
  }
1029
1035
  .e-gantt .e-gantt-chart .e-maskcell07 {
1030
1036
  height: 18px;
1031
1037
  width: 156px;
1032
1038
  left: 388px;
1033
1039
  border-radius: 0;
1034
- background: rgb(225, 223, 221);
1035
1040
  }
1036
1041
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
1037
1042
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
@@ -1166,7 +1171,7 @@
1166
1171
  border-left: 1px dashed;
1167
1172
  position: absolute;
1168
1173
  width: 1px;
1169
- z-index: 2;
1174
+ z-index: 4;
1170
1175
  }
1171
1176
  .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
1172
1177
  border-radius: 3px;
@@ -1384,10 +1389,6 @@
1384
1389
  width: auto;
1385
1390
  }
1386
1391
 
1387
- .e-icon-rowselect::before {
1388
- content: "\e930";
1389
- }
1390
-
1391
1392
  .e-ganttpopup {
1392
1393
  -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1393
1394
  -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
@@ -1446,6 +1447,15 @@
1446
1447
  font-size: 16px;
1447
1448
  }
1448
1449
 
1450
+ .e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1451
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1452
+ }
1453
+
1454
+ .e-bigger .e-timeline-single-header-cell {
1455
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1456
+ line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
1457
+ }
1458
+
1449
1459
  .e-gantt-tooltip-label {
1450
1460
  padding-bottom: 2px;
1451
1461
  padding-right: 2px;
@@ -1490,16 +1500,6 @@
1490
1500
  .e-gantt.e-device .e-gridheader .e-icons {
1491
1501
  font-size: 12px;
1492
1502
  }
1493
- .e-gantt.e-device .e-right-resize-gripper,
1494
- .e-gantt.e-device .e-left-resize-gripper {
1495
- border: 7px solid;
1496
- z-index: -1;
1497
- }
1498
- .e-gantt.e-device .e-right-resize-gripper::before,
1499
- .e-gantt.e-device .e-left-resize-gripper::before {
1500
- font-size: 14px;
1501
- margin-left: -7px;
1502
- }
1503
1503
  .e-gantt.e-device .e-dependent-div .e-content {
1504
1504
  height: 100%;
1505
1505
  }
@@ -1562,6 +1562,12 @@
1562
1562
  color: #fff;
1563
1563
  }
1564
1564
 
1565
+ .e-gantt-chart-resize-indicator {
1566
+ height: 100%;
1567
+ position: absolute;
1568
+ z-index: 1;
1569
+ }
1570
+
1565
1571
  /*! Gantt theme */
1566
1572
  .e-gantt .e-gantt-splitter {
1567
1573
  border-color: #4b5563;
@@ -1918,75 +1924,6 @@
1918
1924
  .e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
1919
1925
  border-color: #000;
1920
1926
  }
1921
- .e-gantt .e-gantt-chart .e-active-parent-task {
1922
- border-radius: 4px;
1923
- box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
1924
- }
1925
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
1926
- background: #1a1a1a;
1927
- border: #1a1a1a;
1928
- }
1929
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
1930
- background-color: transparent;
1931
- border: transparent;
1932
- }
1933
- .e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
1934
- color: transparent;
1935
- }
1936
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1937
- color: transparent !important; /* stylelint-disable-line declaration-no-important */
1938
- }
1939
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1940
- border-color: #6b7280 !important; /* stylelint-disable-line declaration-no-important */
1941
- }
1942
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1943
- border-left-color: #6b7280 !important; /* stylelint-disable-line declaration-no-important */
1944
- }
1945
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1946
- border-right-color: #6b7280 !important; /* stylelint-disable-line declaration-no-important */
1947
- }
1948
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1949
- background: #0891b2 !important; /* stylelint-disable-line declaration-no-important */
1950
- border: #0891b2 !important; /* stylelint-disable-line declaration-no-important */
1951
- }
1952
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1953
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1954
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1955
- }
1956
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1957
- background-color: #0891b2 !important; /* stylelint-disable-line declaration-no-important */
1958
- }
1959
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1960
- background-color: #6b7280 !important; /* stylelint-disable-line declaration-no-important */
1961
- border: #6b7280 !important; /* stylelint-disable-line declaration-no-important */
1962
- }
1963
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1964
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1965
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1966
- }
1967
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1968
- background: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1969
- border: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1970
- }
1971
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
1972
- background-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1973
- }
1974
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1975
- background: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
1976
- border: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
1977
- }
1978
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
1979
- background-color: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
1980
- }
1981
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1982
- border-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1983
- }
1984
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1985
- border-left-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1986
- }
1987
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1988
- border-right-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1989
- }
1990
1927
  .e-gantt .e-icons {
1991
1928
  color: #d1d5db;
1992
1929
  }
@@ -2096,4 +2033,10 @@
2096
2033
 
2097
2034
  .e-gantt .e-gantt-chart .e-critical-milestone {
2098
2035
  background-color: #f87171;
2036
+ }
2037
+
2038
+ .e-gantt-chart-resize-indicator {
2039
+ border: 1px dashed #0891b2;
2040
+ border-bottom: none;
2041
+ border-top: none;
2099
2042
  }