@syncfusion/ej2-angular-gantt 20.1.59 → 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 (165) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
  3. package/esm2020/src/gantt/columns.directive.mjs +72 -0
  4. package/esm2020/src/gantt/dayworkingtime.directive.mjs +58 -0
  5. package/esm2020/src/gantt/editdialogfields.directive.mjs +58 -0
  6. package/esm2020/src/gantt/eventmarkers.directive.mjs +57 -0
  7. package/esm2020/src/gantt/gantt-all.module.mjs +68 -0
  8. package/esm2020/src/gantt/gantt.component.mjs +248 -0
  9. package/esm2020/src/gantt/gantt.module.mjs +79 -0
  10. package/esm2020/src/gantt/holidays.directive.mjs +58 -0
  11. package/esm2020/src/index.mjs +11 -0
  12. package/esm2020/syncfusion-ej2-angular-gantt.mjs +5 -0
  13. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +724 -0
  14. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +724 -0
  16. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  17. package/package.json +29 -15
  18. package/schematics/utils/lib-details.ts +2 -2
  19. package/src/gantt/adddialogfields.directive.d.ts +5 -0
  20. package/src/gantt/columns.directive.d.ts +5 -0
  21. package/src/gantt/dayworkingtime.directive.d.ts +5 -0
  22. package/src/gantt/editdialogfields.directive.d.ts +5 -0
  23. package/src/gantt/eventmarkers.directive.d.ts +5 -0
  24. package/src/gantt/gantt-all.module.d.ts +6 -0
  25. package/src/gantt/gantt.component.d.ts +3 -0
  26. package/src/gantt/gantt.module.d.ts +12 -0
  27. package/src/gantt/holidays.directive.d.ts +5 -0
  28. package/styles/bootstrap-dark.css +154 -91
  29. package/styles/bootstrap.css +151 -88
  30. package/styles/bootstrap4.css +152 -89
  31. package/styles/bootstrap5-dark.css +156 -93
  32. package/styles/bootstrap5.css +156 -93
  33. package/styles/fabric-dark.css +153 -90
  34. package/styles/fabric.css +158 -95
  35. package/styles/fluent-dark.css +156 -93
  36. package/styles/fluent.css +156 -93
  37. package/styles/gantt/_all.scss +2 -0
  38. package/styles/gantt/_bootstrap-dark-definition.scss +207 -0
  39. package/styles/gantt/_bootstrap-definition.scss +208 -0
  40. package/styles/gantt/_bootstrap4-definition.scss +210 -0
  41. package/styles/gantt/_bootstrap5-dark-definition.scss +1 -0
  42. package/styles/gantt/_bootstrap5-definition.scss +213 -0
  43. package/styles/gantt/_fabric-dark-definition.scss +208 -0
  44. package/styles/gantt/_fabric-definition.scss +208 -0
  45. package/styles/gantt/_fluent-dark-definition.scss +1 -0
  46. package/styles/gantt/_fluent-definition.scss +213 -0
  47. package/styles/gantt/_fusionnew-definition.scss +212 -0
  48. package/styles/gantt/_highcontrast-definition.scss +208 -0
  49. package/styles/gantt/_highcontrast-light-definition.scss +208 -0
  50. package/styles/gantt/_layout.scss +1378 -0
  51. package/styles/gantt/_material-dark-definition.scss +209 -0
  52. package/styles/gantt/_material-definition.scss +209 -0
  53. package/styles/gantt/_material3-definition.scss +213 -0
  54. package/styles/gantt/_tailwind-dark-definition.scss +1 -0
  55. package/styles/gantt/_tailwind-definition.scss +213 -0
  56. package/styles/gantt/_theme.scss +720 -0
  57. package/styles/gantt/bootstrap-dark.css +154 -91
  58. package/styles/gantt/bootstrap-dark.scss +22 -1
  59. package/styles/gantt/bootstrap.css +151 -88
  60. package/styles/gantt/bootstrap.scss +22 -1
  61. package/styles/gantt/bootstrap4.css +152 -89
  62. package/styles/gantt/bootstrap4.scss +22 -1
  63. package/styles/gantt/bootstrap5-dark.css +156 -93
  64. package/styles/gantt/bootstrap5-dark.scss +22 -1
  65. package/styles/gantt/bootstrap5.css +156 -93
  66. package/styles/gantt/bootstrap5.scss +22 -1
  67. package/styles/gantt/fabric-dark.css +153 -90
  68. package/styles/gantt/fabric-dark.scss +22 -1
  69. package/styles/gantt/fabric.css +158 -95
  70. package/styles/gantt/fabric.scss +22 -1
  71. package/styles/gantt/fluent-dark.css +156 -93
  72. package/styles/gantt/fluent-dark.scss +22 -1
  73. package/styles/gantt/fluent.css +156 -93
  74. package/styles/gantt/fluent.scss +22 -1
  75. package/styles/gantt/highcontrast-light.css +150 -90
  76. package/styles/gantt/highcontrast-light.scss +21 -1
  77. package/styles/gantt/highcontrast.css +153 -90
  78. package/styles/gantt/highcontrast.scss +22 -1
  79. package/styles/gantt/icons/_bootstrap-dark.scss +124 -0
  80. package/styles/gantt/icons/_bootstrap.scss +124 -0
  81. package/styles/gantt/icons/_bootstrap4.scss +124 -0
  82. package/styles/gantt/icons/_bootstrap5-dark.scss +1 -0
  83. package/styles/gantt/icons/_bootstrap5.scss +124 -0
  84. package/styles/gantt/icons/_fabric-dark.scss +124 -0
  85. package/styles/gantt/icons/_fabric.scss +124 -0
  86. package/styles/gantt/icons/_fluent-dark.scss +1 -0
  87. package/styles/gantt/icons/_fluent.scss +124 -0
  88. package/styles/gantt/icons/_fusionnew.scss +120 -0
  89. package/styles/gantt/icons/_highcontrast.scss +124 -0
  90. package/styles/gantt/icons/_material-dark.scss +124 -0
  91. package/styles/gantt/icons/_material.scss +124 -0
  92. package/styles/gantt/icons/_material3.scss +124 -0
  93. package/styles/gantt/icons/_tailwind-dark.scss +124 -0
  94. package/styles/gantt/icons/_tailwind.scss +124 -0
  95. package/styles/gantt/material-dark.css +157 -94
  96. package/styles/gantt/material-dark.scss +22 -1
  97. package/styles/gantt/material.css +159 -96
  98. package/styles/gantt/material.scss +22 -1
  99. package/styles/gantt/tailwind-dark.css +164 -101
  100. package/styles/gantt/tailwind-dark.scss +22 -1
  101. package/styles/gantt/tailwind.css +160 -97
  102. package/styles/gantt/tailwind.scss +22 -1
  103. package/styles/highcontrast-light.css +150 -90
  104. package/styles/highcontrast.css +153 -90
  105. package/styles/material-dark.css +157 -94
  106. package/styles/material.css +159 -96
  107. package/styles/tailwind-dark.css +164 -101
  108. package/styles/tailwind.css +160 -97
  109. package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
  110. package/@syncfusion/ej2-angular-gantt.es5.js +0 -803
  111. package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
  112. package/@syncfusion/ej2-angular-gantt.js +0 -755
  113. package/@syncfusion/ej2-angular-gantt.js.map +0 -1
  114. package/CHANGELOG.md +0 -1243
  115. package/dist/ej2-angular-gantt.umd.js +0 -897
  116. package/dist/ej2-angular-gantt.umd.js.map +0 -1
  117. package/dist/ej2-angular-gantt.umd.min.js +0 -11
  118. package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
  119. package/ej2-angular-gantt.metadata.json +0 -1
  120. package/postinstall/tagchange.js +0 -18
  121. package/schematics/collection.json +0 -30
  122. package/schematics/generators/gantt-daymarkers/index.d.ts +0 -3
  123. package/schematics/generators/gantt-daymarkers/index.js +0 -8
  124. package/schematics/generators/gantt-daymarkers/sample-details.d.ts +0 -5
  125. package/schematics/generators/gantt-daymarkers/sample-details.js +0 -7
  126. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
  127. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
  128. package/schematics/generators/gantt-daymarkers/schema.d.ts +0 -3
  129. package/schematics/generators/gantt-daymarkers/schema.js +0 -2
  130. package/schematics/generators/gantt-daymarkers/schema.json +0 -124
  131. package/schematics/generators/gantt-default/index.d.ts +0 -3
  132. package/schematics/generators/gantt-default/index.js +0 -8
  133. package/schematics/generators/gantt-default/sample-details.d.ts +0 -5
  134. package/schematics/generators/gantt-default/sample-details.js +0 -7
  135. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  136. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  137. package/schematics/generators/gantt-default/schema.d.ts +0 -3
  138. package/schematics/generators/gantt-default/schema.js +0 -2
  139. package/schematics/generators/gantt-default/schema.json +0 -124
  140. package/schematics/generators/gantt-editing/index.d.ts +0 -3
  141. package/schematics/generators/gantt-editing/index.js +0 -8
  142. package/schematics/generators/gantt-editing/sample-details.d.ts +0 -5
  143. package/schematics/generators/gantt-editing/sample-details.js +0 -7
  144. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  145. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  146. package/schematics/generators/gantt-editing/schema.d.ts +0 -3
  147. package/schematics/generators/gantt-editing/schema.js +0 -2
  148. package/schematics/generators/gantt-editing/schema.json +0 -124
  149. package/schematics/generators/gantt-localdata/index.d.ts +0 -3
  150. package/schematics/generators/gantt-localdata/index.js +0 -8
  151. package/schematics/generators/gantt-localdata/sample-details.d.ts +0 -5
  152. package/schematics/generators/gantt-localdata/sample-details.js +0 -7
  153. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  154. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  155. package/schematics/generators/gantt-localdata/schema.d.ts +0 -3
  156. package/schematics/generators/gantt-localdata/schema.js +0 -2
  157. package/schematics/generators/gantt-localdata/schema.json +0 -124
  158. package/schematics/ng-add/index.d.ts +0 -3
  159. package/schematics/ng-add/index.js +0 -9
  160. package/schematics/ng-add/schema.d.ts +0 -13
  161. package/schematics/ng-add/schema.js +0 -2
  162. package/schematics/ng-add/schema.json +0 -34
  163. package/schematics/tsconfig.json +0 -25
  164. package/schematics/utils/lib-details.d.ts +0 -4
  165. package/schematics/utils/lib-details.js +0 -6
@@ -158,6 +158,9 @@
158
158
  .e-gantt .e-add::before {
159
159
  content: "\e7f9";
160
160
  }
161
+ .e-gantt .e-critical-path::before {
162
+ content: "\e93a";
163
+ }
161
164
  .e-gantt .e-edit::before {
162
165
  content: "\e81e";
163
166
  }
@@ -252,11 +255,13 @@
252
255
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
253
256
  height: 32px;
254
257
  }
255
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
258
+ .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer {
259
+ padding-right: 10px;
260
+ width: 25px;
261
+ }
256
262
  .e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
257
263
  padding-left: 10px;
258
- padding-right: 10px;
259
- width: 30px;
264
+ width: 25px;
260
265
  }
261
266
  .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
262
267
  border-radius: 4px !important;
@@ -303,33 +308,40 @@
303
308
  border-color: #303030;
304
309
  outline: 2px solid #9fa8da;
305
310
  }
311
+ .e-bigger .e-gantt .e-tab .e-content {
312
+ height: 241px !important;
313
+ }
306
314
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
307
315
  height: 63px !important;
308
316
  }
309
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
310
- background-color: #000000;
311
- border-color: #000000;
312
- color: #FFFFFF;
313
- font-size: 12px;
314
- line-height: 18px;
315
- padding: 0 8px 0 0;
317
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
318
+ padding: 16px 4px 17px 16px !important;
316
319
  }
317
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
318
- background-color: #000000;
319
- border-color: #000000;
320
- color: #FFFFFF;
321
- font-size: 12px;
322
- line-height: 18px;
323
- padding: 0 0 0 8px;
320
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
321
+ left: 1px !important;
324
322
  }
325
- .e-bigger .e-tooltip-wrap .e-tip-content {
326
- padding: 3px !important;
323
+ .e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
324
+ font-size: 12px !important;
325
+ }
326
+ .e-bigger .e-gantt .e-dialog .e-footer-content {
327
+ height: 70px !important;
328
+ padding: 16px !important;
329
+ }
330
+ .e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
331
+ margin-left: 12px;
332
+ }
333
+ .e-bigger .e-gantt .e-dialog .e-dlg-header {
334
+ line-height: 28px;
327
335
  }
328
- .e-bigger .e-grid .e-flmenu-valuediv {
336
+ .e-bigger .e-gantt .e-filter-popup {
337
+ width: 350px !important;
338
+ }
339
+ .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
329
340
  padding: 14px 0 0 !important;
330
341
  }
331
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
332
- padding: 0 16px !important;
342
+ .e-bigger .e-gantt .e-filter-popup .e-dlg-content {
343
+ border-radius: 6px !important;
344
+ padding: 20px 16px 6px 16px !important;
333
345
  }
334
346
  .e-bigger .e-columnmenu {
335
347
  top: 38px;
@@ -338,6 +350,9 @@
338
350
  border-radius: 6px;
339
351
  width: 550px !important;
340
352
  }
353
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
354
+ padding: 0 16px !important;
355
+ }
341
356
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
342
357
  padding: 16px 9px 0 16px;
343
358
  }
@@ -366,107 +381,97 @@
366
381
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
367
382
  border-radius: 50%;
368
383
  height: auto !important;
369
- width: auto !important;
384
+ width: auto;
370
385
  }
371
386
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
372
387
  margin-left: 4px !important;
373
388
  }
374
- .e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
375
- margin: 5px 0 6px !important;
376
- }
377
- .e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
378
- margin-right: 0 !important;
379
- }
380
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
381
- font-size: 16px !important;
382
- }
383
- .e-bigger .e-float-input.e-control-wrapper {
389
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper {
384
390
  width: 250px !important;
385
391
  }
386
- .e-bigger .e-predecessor-tooltip {
387
- background-color: #000000;
388
- }
389
- .e-bigger .e-predecessor-dialog {
390
- background-color: #f3f3f3;
391
- }
392
- .e-bigger .e-predecessor-dialog .e-dlg-content {
393
- background-color: #f3f3f3;
394
- padding: 10px 9px 9px 14px !important;
395
- }
396
- .e-bigger .e-dialog .e-dlg-header-content {
397
- padding: 16px 4px 17px 16px !important;
398
- }
399
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
400
- left: 1px !important;
401
- }
402
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
403
- font-size: 12px !important;
404
- }
405
- .e-bigger .e-dialog .e-footer-content {
406
- height: 70px !important;
407
- padding: 16px !important;
408
- }
409
- .e-bigger .e-dialog .e-footer-content .e-btn {
410
- margin-left: 12px;
392
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
393
+ font-size: 16px !important;
411
394
  }
412
- .e-bigger .e-dialog .e-dlg-header {
413
- line-height: 28px;
395
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
396
+ min-height: 26px !important;
397
+ min-width: 35.82px !important;
414
398
  }
415
- .e-bigger .e-tab .e-content {
416
- height: 241px !important;
399
+ .e-bigger .e-gantt-dialog .e-btn.e-flat {
400
+ line-height: 24px;
401
+ padding: 6px 16px 6px 15px !important;
417
402
  }
418
- .e-bigger .e-filter-popup {
419
- width: 350px !important;
403
+ .e-bigger .e-gantt-dialog .e-btn.e-primary {
404
+ padding: 6px 21px 6px 23px !important;
420
405
  }
421
- .e-bigger .e-dlg-content {
422
- border-radius: 6px !important;
423
- padding: 20px 16px 6px 16px !important;
406
+ .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
407
+ font-size: 16px !important;
424
408
  }
425
- .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
409
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
426
410
  font-size: 14px;
427
411
  line-height: 22px;
428
412
  }
429
- .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
413
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
430
414
  font-size: 14px;
431
415
  line-height: 22px;
432
416
  }
433
- .e-bigger .e-float-input.e-control-wrapper input {
417
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
434
418
  height: 27px !important;
435
419
  padding: 5px 0 11px !important;
436
420
  }
437
- .e-bigger .e-left-btn:disabled {
438
- color: #757575 !important;
439
- }
440
- .e-bigger .e-right-btn:disabled {
441
- color: #757575 !important;
442
- }
443
- .e-bigger .e-input-group-icon.e-date-icon {
444
- min-width: 36px !important;
445
- }
446
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
421
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
447
422
  min-height: 26px !important;
448
423
  min-width: 35.82px !important;
449
424
  }
450
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
425
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
451
426
  min-height: 26px !important;
452
427
  min-width: 35.82px !important;
453
428
  }
454
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
455
- min-height: 26px !important;
456
- min-width: 35.82px !important;
457
- }
458
- .e-bigger .e-input-group.e-control-wrapper {
429
+ .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
459
430
  height: 44px;
460
431
  }
461
- .e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
462
- font-size: 16px !important;
432
+ .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
433
+ min-width: 36px !important;
463
434
  }
464
- .e-bigger .e-btn.e-flat {
465
- line-height: 24px;
466
- padding: 6px 16px 6px 15px !important;
435
+ .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-input-group-icon.e-time-icon {
436
+ margin: 5px 0 6px !important;
467
437
  }
468
- .e-bigger .e-btn.e-primary {
469
- padding: 6px 21px 6px 23px !important;
438
+ .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
439
+ margin-right: 0 !important;
440
+ }
441
+ .e-bigger .e-predecessor-tooltip {
442
+ background-color: #000;
443
+ }
444
+ .e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
445
+ color: #757575 !important;
446
+ }
447
+ .e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
448
+ color: #757575 !important;
449
+ }
450
+ .e-bigger .e-predecessor-tooltip .e-tip-content {
451
+ padding: 3px !important;
452
+ }
453
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
454
+ background-color: #000;
455
+ border-color: #000;
456
+ color: #fff;
457
+ font-size: 12px;
458
+ line-height: 18px;
459
+ padding: 0 8px 0 0;
460
+ }
461
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
462
+ background-color: #000;
463
+ border-color: #000;
464
+ color: #fff;
465
+ font-size: 12px;
466
+ line-height: 18px;
467
+ padding: 0 0 0 8px;
468
+ }
469
+ .e-bigger .e-predecessor-dialog {
470
+ background-color: #f3f3f3;
471
+ }
472
+ .e-bigger .e-predecessor-dialog .e-dlg-content {
473
+ background-color: #f3f3f3;
474
+ padding: 10px 9px 9px 14px !important;
470
475
  }
471
476
 
472
477
  .e-gantt {
@@ -1037,6 +1042,9 @@
1037
1042
  .e-gantt .e-gantt-chart .e-connector-line-hover {
1038
1043
  outline: 1px solid;
1039
1044
  }
1045
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1046
+ outline: 1px solid;
1047
+ }
1040
1048
  .e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
1041
1049
  z-index: 100;
1042
1050
  }
@@ -1475,6 +1483,10 @@
1475
1483
  background-color: #67c1b2;
1476
1484
  border: #4fb29f;
1477
1485
  }
1486
+ .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1487
+ background-color: #67c1b2;
1488
+ border: #4fb29f;
1489
+ }
1478
1490
  .e-gantt .e-gantt-chart .e-holiday {
1479
1491
  background: #616161;
1480
1492
  }
@@ -1506,7 +1518,6 @@
1506
1518
  }
1507
1519
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1508
1520
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #3f51b5 30%, #3f51b5 70%, #3f51b5 70%, rgba(63, 81, 181, 0.2) 100%);
1509
- background-color: rgba(63, 81, 181, 0.2);
1510
1521
  border: 0px;
1511
1522
  border-radius: 0px;
1512
1523
  }
@@ -1807,4 +1818,56 @@
1807
1818
  }
1808
1819
  .e-gantt.e-device .e-backarrowspan {
1809
1820
  color: #000;
1821
+ }
1822
+
1823
+ .e-gantt .e-gantt-chart .e-criticalconnector-line {
1824
+ border-color: #d13438;
1825
+ }
1826
+
1827
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
1828
+ border-left-color: #d13438;
1829
+ }
1830
+
1831
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
1832
+ border-right-color: #d13438;
1833
+ }
1834
+
1835
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1836
+ border-color: #f3d8da;
1837
+ outline-color: #f3d8da;
1838
+ }
1839
+
1840
+ .e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
1841
+ border-left-color: #f3d8da;
1842
+ }
1843
+
1844
+ .e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
1845
+ border-right-color: #f3d8da;
1846
+ }
1847
+
1848
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
1849
+ background-color: #F3D8DA;
1850
+ border: 1px solid #F3D8DA;
1851
+ border-radius: 4px;
1852
+ }
1853
+
1854
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
1855
+ background-color: #D13438;
1856
+ border: 0px;
1857
+ border-radius: 4px;
1858
+ }
1859
+
1860
+ .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
1861
+ background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(255, 85, 85, 0.2) 100%);
1862
+ background-color: rgba(255, 85, 85, 0.2);
1863
+ border: 0px;
1864
+ border-radius: 0px;
1865
+ }
1866
+
1867
+ .e-gantt .e-gantt-chart .e-critical-milestone-top {
1868
+ border-bottom-color: #d13438;
1869
+ }
1870
+
1871
+ .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
1872
+ border-top-color: #d13438;
1810
1873
  }