@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
@@ -306,6 +306,9 @@
306
306
  .e-gantt .e-add::before {
307
307
  content: "\e823";
308
308
  }
309
+ .e-gantt .e-critical-path::before {
310
+ content: "\e93a";
311
+ }
309
312
  .e-gantt .e-edit::before {
310
313
  content: "\e944";
311
314
  }
@@ -400,11 +403,13 @@
400
403
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
401
404
  height: 32px;
402
405
  }
403
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
406
+ .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer {
407
+ padding-right: 10px;
408
+ width: 25px;
409
+ }
404
410
  .e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
405
411
  padding-left: 10px;
406
- padding-right: 10px;
407
- width: 30px;
412
+ width: 25px;
408
413
  }
409
414
  .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
410
415
  border-radius: 4px !important;
@@ -451,33 +456,40 @@
451
456
  border-color: #fff;
452
457
  outline: 2px solid #75acdb;
453
458
  }
459
+ .e-bigger .e-gantt .e-tab .e-content {
460
+ height: 242px !important;
461
+ }
454
462
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
455
463
  height: 63px !important;
456
464
  }
457
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
458
- background-color: #000000;
459
- border-color: #000000;
460
- color: #F9FAFB;
461
- font-size: 12px;
462
- line-height: 18px;
463
- padding: 0 8px 0 0;
465
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
466
+ padding: 16px 4px 16px 16px !important;
464
467
  }
465
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
466
- background-color: #000000;
467
- border-color: #000000;
468
- color: #F9FAFB;
469
- font-size: 12px;
470
- line-height: 18px;
471
- padding: 0 0 0 8px;
468
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
469
+ left: 0 !important;
472
470
  }
473
- .e-bigger .e-tooltip-wrap .e-tip-content {
474
- padding: 3px !important;
471
+ .e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
472
+ font-size: 12px !important;
475
473
  }
476
- .e-bigger .e-grid .e-flmenu-valuediv {
474
+ .e-bigger .e-gantt .e-dialog .e-footer-content {
475
+ height: 70px !important;
476
+ padding: 16px !important;
477
+ }
478
+ .e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
479
+ margin-left: 12px;
480
+ }
481
+ .e-bigger .e-gantt .e-dialog .e-dlg-header {
482
+ line-height: 28px;
483
+ }
484
+ .e-bigger .e-gantt .e-filter-popup {
485
+ width: 350px !important;
486
+ }
487
+ .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
477
488
  padding: 16px 0 0 !important;
478
489
  }
479
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
480
- padding: 0 16px !important;
490
+ .e-bigger .e-gantt .e-filter-popup .e-dlg-content {
491
+ border-radius: 6px !important;
492
+ padding: 32px 16px 16px !important;
481
493
  }
482
494
  .e-bigger .e-columnmenu {
483
495
  top: 40px;
@@ -486,6 +498,9 @@
486
498
  border-radius: 6px;
487
499
  width: 556px !important;
488
500
  }
501
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
502
+ padding: 0 16px !important;
503
+ }
489
504
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
490
505
  padding: 16px 12px 0 16px;
491
506
  }
@@ -514,100 +529,90 @@
514
529
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
515
530
  border-radius: 50%;
516
531
  height: auto !important;
517
- width: auto !important;
532
+ width: auto;
518
533
  }
519
534
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
520
535
  margin-left: 5px !important;
521
536
  }
522
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
523
- font-size: 16px !important;
524
- }
525
- .e-bigger .e-float-input.e-control-wrapper {
537
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper {
526
538
  width: 250px !important;
527
539
  }
528
- .e-bigger .e-predecessor-tooltip {
529
- background-color: #000000;
530
- }
531
- .e-bigger .e-predecessor-dialog {
532
- background-color: #f5f5f5;
533
- }
534
- .e-bigger .e-predecessor-dialog .e-dlg-content {
535
- background-color: #f5f5f5;
536
- padding: 10px 9px 9px 14px !important;
537
- }
538
- .e-bigger .e-dialog .e-dlg-header-content {
539
- padding: 16px 4px 16px 16px !important;
540
- }
541
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
542
- left: 0 !important;
543
- }
544
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
545
- font-size: 12px !important;
546
- }
547
- .e-bigger .e-dialog .e-footer-content {
548
- height: 70px !important;
549
- padding: 16px !important;
550
- }
551
- .e-bigger .e-dialog .e-footer-content .e-btn {
552
- margin-left: 12px;
540
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
541
+ font-size: 16px !important;
553
542
  }
554
- .e-bigger .e-dialog .e-dlg-header {
555
- line-height: 28px;
543
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
544
+ min-height: 35px !important;
545
+ min-width: 35.82px !important;
556
546
  }
557
- .e-bigger .e-tab .e-content {
558
- height: 242px !important;
547
+ .e-bigger .e-gantt-dialog .e-btn.e-flat {
548
+ line-height: 24px;
549
+ padding: 6px 16px 6px 15px !important;
559
550
  }
560
- .e-bigger .e-filter-popup {
561
- width: 350px !important;
551
+ .e-bigger .e-gantt-dialog .e-btn.e-primary {
552
+ padding: 6px 21px 6px 23px !important;
562
553
  }
563
- .e-bigger .e-dlg-content {
564
- border-radius: 6px !important;
565
- padding: 32px 16px 16px !important;
554
+ .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
555
+ font-size: 16px !important;
566
556
  }
567
- .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
557
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
568
558
  font-size: 14px;
569
559
  line-height: 22px;
570
560
  }
571
- .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
561
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
572
562
  font-size: 14px;
573
563
  line-height: 22px;
574
564
  }
575
- .e-bigger .e-float-input.e-control-wrapper input {
565
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
576
566
  height: 34px !important;
577
567
  }
578
- .e-bigger .e-left-btn:disabled {
579
- color: #ADADAD !important;
580
- }
581
- .e-bigger .e-right-btn:disabled {
582
- color: #ADADAD !important;
583
- }
584
- .e-bigger .e-input-group-icon.e-date-icon {
585
- min-width: 36px !important;
586
- }
587
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
568
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
588
569
  min-height: 35px !important;
589
570
  min-width: 35.82px !important;
590
571
  }
591
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
572
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
592
573
  min-height: 35px !important;
593
574
  min-width: 35.82px !important;
594
575
  }
595
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
596
- min-height: 35px !important;
597
- min-width: 35.82px !important;
598
- }
599
- .e-bigger .e-input-group.e-control-wrapper {
576
+ .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
600
577
  height: 36px;
601
578
  }
602
- .e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
603
- font-size: 16px !important;
579
+ .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
580
+ min-width: 36px !important;
604
581
  }
605
- .e-bigger .e-btn.e-flat {
606
- line-height: 24px;
607
- padding: 6px 16px 6px 15px !important;
582
+ .e-bigger .e-predecessor-tooltip {
583
+ background-color: #000;
608
584
  }
609
- .e-bigger .e-btn.e-primary {
610
- padding: 6px 21px 6px 23px !important;
585
+ .e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
586
+ color: #adadad !important;
587
+ }
588
+ .e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
589
+ color: #adadad !important;
590
+ }
591
+ .e-bigger .e-predecessor-tooltip .e-tip-content {
592
+ padding: 3px !important;
593
+ }
594
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
595
+ background-color: #000;
596
+ border-color: #000;
597
+ color: #fff;
598
+ font-size: 12px;
599
+ line-height: 18px;
600
+ padding: 0 8px 0 0;
601
+ }
602
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
603
+ background-color: #000;
604
+ border-color: #000;
605
+ color: #fff;
606
+ font-size: 12px;
607
+ line-height: 18px;
608
+ padding: 0 0 0 8px;
609
+ }
610
+ .e-bigger .e-predecessor-dialog {
611
+ background-color: #f5f5f5;
612
+ }
613
+ .e-bigger .e-predecessor-dialog .e-dlg-content {
614
+ background-color: #f5f5f5;
615
+ padding: 10px 9px 9px 14px !important;
611
616
  }
612
617
 
613
618
  .e-gantt {
@@ -1178,6 +1183,9 @@
1178
1183
  .e-gantt .e-gantt-chart .e-connector-line-hover {
1179
1184
  outline: 1px solid;
1180
1185
  }
1186
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1187
+ outline: 1px solid;
1188
+ }
1181
1189
  .e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
1182
1190
  z-index: 100;
1183
1191
  }
@@ -1616,6 +1624,10 @@
1616
1624
  background-color: #572A96;
1617
1625
  border: 0px;
1618
1626
  }
1627
+ .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1628
+ background-color: #572A96;
1629
+ border: 0px;
1630
+ }
1619
1631
  .e-gantt .e-gantt-chart .e-holiday {
1620
1632
  background: #eee;
1621
1633
  }
@@ -1647,7 +1659,6 @@
1647
1659
  }
1648
1660
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1649
1661
  background: linear-gradient(to right, rgba(49, 122, 185, 0.2), #317ab9 30%, #317ab9 70%, #317ab9 70%, rgba(49, 122, 185, 0.2) 100%);
1650
- background-color: rgba(49, 122, 185, 0.2);
1651
1662
  border: 0px;
1652
1663
  border-radius: 4px;
1653
1664
  }
@@ -1948,4 +1959,56 @@
1948
1959
  }
1949
1960
  .e-gantt.e-device .e-backarrowspan {
1950
1961
  color: #000;
1962
+ }
1963
+
1964
+ .e-gantt .e-gantt-chart .e-criticalconnector-line {
1965
+ border-color: #d13438;
1966
+ }
1967
+
1968
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
1969
+ border-left-color: #d13438;
1970
+ }
1971
+
1972
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
1973
+ border-right-color: #d13438;
1974
+ }
1975
+
1976
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1977
+ border-color: #f3d8da;
1978
+ outline-color: #f3d8da;
1979
+ }
1980
+
1981
+ .e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
1982
+ border-left-color: #f3d8da;
1983
+ }
1984
+
1985
+ .e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
1986
+ border-right-color: #f3d8da;
1987
+ }
1988
+
1989
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
1990
+ background-color: #F3D8DA;
1991
+ border: 1px solid #F3D8DA;
1992
+ border-radius: 4px;
1993
+ }
1994
+
1995
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
1996
+ background-color: #D13438;
1997
+ border: 1px solid #21527d;
1998
+ border-radius: 4px;
1999
+ }
2000
+
2001
+ .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
2002
+ background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(255, 85, 85, 0.2) 100%);
2003
+ background-color: rgba(255, 85, 85, 0.2);
2004
+ border: 0px;
2005
+ border-radius: 4px;
2006
+ }
2007
+
2008
+ .e-gantt .e-gantt-chart .e-critical-milestone-top {
2009
+ border-bottom-color: #D13438;
2010
+ }
2011
+
2012
+ .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2013
+ border-top-color: #D13438;
1951
2014
  }
@@ -1 +1,22 @@
1
- @import 'ej2-gantt/styles/gantt/bootstrap.scss';
1
+ @import 'ej2-base/styles/bootstrap-definition.scss';
2
+ @import 'ej2-grids/styles/grid/bootstrap-definition.scss';
3
+ @import 'ej2-treegrid/styles/treegrid/bootstrap-definition.scss';
4
+ @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-definition.scss';
5
+ @import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
6
+ @import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
7
+ @import 'ej2-buttons/styles/button/bootstrap-definition.scss';
8
+ @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
9
+ @import 'ej2-dropdowns/styles/combo-box/bootstrap-definition.scss';
10
+ @import 'ej2-dropdowns/styles/multi-select/bootstrap-definition.scss';
11
+ @import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
12
+ @import 'ej2-navigations/styles/tab/bootstrap-definition.scss';
13
+ @import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
14
+ @import 'ej2-inputs/styles/input/bootstrap-definition.scss';
15
+ @import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
16
+ @import 'ej2-popups/styles/dialog/bootstrap-definition.scss';
17
+ @import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
18
+ @import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
19
+ @import 'ej2-layouts/styles/splitter/bootstrap-definition.scss';
20
+ @import 'bootstrap-definition.scss';
21
+ @import 'icons/bootstrap.scss';
22
+ @import 'all.scss';
@@ -486,6 +486,9 @@
486
486
  .e-gantt .e-add::before {
487
487
  content: "\e759";
488
488
  }
489
+ .e-gantt .e-critical-path::before {
490
+ content: "\e93a";
491
+ }
489
492
  .e-gantt .e-edit::before {
490
493
  content: "\e78f";
491
494
  }
@@ -580,11 +583,13 @@
580
583
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
581
584
  height: 32px;
582
585
  }
583
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
586
+ .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer {
587
+ padding-right: 10px;
588
+ width: 25px;
589
+ }
584
590
  .e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
585
591
  padding-left: 10px;
586
- padding-right: 10px;
587
- width: 30px;
592
+ width: 25px;
588
593
  }
589
594
  .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
590
595
  border-radius: 4px !important;
@@ -631,33 +636,40 @@
631
636
  border-color: #fff;
632
637
  outline: 2px solid #007bff;
633
638
  }
639
+ .e-bigger .e-gantt .e-tab .e-content {
640
+ height: 250px !important;
641
+ }
634
642
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
635
643
  height: 63px !important;
636
644
  }
637
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
638
- background-color: #000000;
639
- border-color: #000000;
640
- color: #F9FAFB;
641
- font-size: 12px;
642
- line-height: 18px;
643
- padding: 0 8px 0 0;
645
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
646
+ padding: 16px 4px 16px 16px !important;
644
647
  }
645
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
646
- background-color: #000000;
647
- border-color: #000000;
648
- color: #F9FAFB;
649
- font-size: 12px;
650
- line-height: 18px;
651
- padding: 0 0 0 8px;
648
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
649
+ left: 1px !important;
652
650
  }
653
- .e-bigger .e-tooltip-wrap .e-tip-content {
654
- padding: 3px !important;
651
+ .e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
652
+ font-size: 14px !important;
653
+ }
654
+ .e-bigger .e-gantt .e-dialog .e-footer-content {
655
+ height: 70px !important;
656
+ padding: 16px !important;
657
+ }
658
+ .e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
659
+ margin-left: 12px;
660
+ }
661
+ .e-bigger .e-gantt .e-dialog .e-dlg-header {
662
+ line-height: 28px;
655
663
  }
656
- .e-bigger .e-grid .e-flmenu-valuediv {
664
+ .e-bigger .e-gantt .e-filter-popup {
665
+ width: 350px !important;
666
+ }
667
+ .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
657
668
  padding: 16px 0 0 !important;
658
669
  }
659
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
660
- padding: 0 16px !important;
670
+ .e-bigger .e-gantt .e-filter-popup .e-dlg-content {
671
+ border-radius: 6px !important;
672
+ padding: 32px 16px 16px !important;
661
673
  }
662
674
  .e-bigger .e-columnmenu {
663
675
  top: 38px;
@@ -666,6 +678,9 @@
666
678
  border-radius: 6px;
667
679
  width: 556px !important;
668
680
  }
681
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
682
+ padding: 0 16px !important;
683
+ }
669
684
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
670
685
  padding: 16px 12px 0 16px;
671
686
  }
@@ -694,103 +709,93 @@
694
709
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
695
710
  border-radius: 50%;
696
711
  height: auto !important;
697
- width: auto !important;
712
+ width: auto;
698
713
  }
699
714
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
700
715
  margin-left: 5px !important;
701
716
  }
702
717
  .e-bigger .e-gantt-dialog .e-icon-dlg-close {
703
- color: #FFFFFF;
704
- }
705
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
706
- font-size: 16px !important;
718
+ color: #fff;
707
719
  }
708
- .e-bigger .e-float-input.e-control-wrapper {
720
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper {
709
721
  width: 250px !important;
710
722
  }
711
- .e-bigger .e-predecessor-tooltip {
712
- background-color: #000000;
713
- }
714
- .e-bigger .e-predecessor-dialog {
715
- background-color: #f8f8fa;
716
- }
717
- .e-bigger .e-predecessor-dialog .e-dlg-content {
718
- background-color: #f8f8fa;
719
- padding: 10px 9px 9px 14px !important;
720
- }
721
- .e-bigger .e-dialog .e-dlg-header-content {
722
- padding: 16px 4px 16px 16px !important;
723
- }
724
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
725
- left: 1px !important;
726
- }
727
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
728
- font-size: 14px !important;
729
- }
730
- .e-bigger .e-dialog .e-footer-content {
731
- height: 70px !important;
732
- padding: 16px !important;
733
- }
734
- .e-bigger .e-dialog .e-footer-content .e-btn {
735
- margin-left: 12px;
723
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
724
+ font-size: 16px !important;
736
725
  }
737
- .e-bigger .e-dialog .e-dlg-header {
738
- line-height: 28px;
726
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
727
+ min-height: 35px !important;
728
+ min-width: 35.82px !important;
739
729
  }
740
- .e-bigger .e-tab .e-content {
741
- height: 250px !important;
730
+ .e-bigger .e-gantt-dialog .e-btn.e-flat {
731
+ line-height: 24px;
732
+ padding: 6px 16px 6px 15px !important;
742
733
  }
743
- .e-bigger .e-filter-popup {
744
- width: 350px !important;
734
+ .e-bigger .e-gantt-dialog .e-btn.e-primary {
735
+ padding: 6px 21px 6px 23px !important;
745
736
  }
746
- .e-bigger .e-dlg-content {
747
- border-radius: 6px !important;
748
- padding: 32px 16px 16px !important;
737
+ .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
738
+ font-size: 16px !important;
749
739
  }
750
- .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
740
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
751
741
  font-size: 14px;
752
742
  line-height: 22px;
753
743
  }
754
- .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
744
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
755
745
  font-size: 14px;
756
746
  line-height: 22px;
757
747
  }
758
- .e-bigger .e-float-input.e-control-wrapper input {
748
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
759
749
  height: 34px !important;
760
750
  }
761
- .e-bigger .e-left-btn:disabled {
762
- color: #ADB5BD !important;
763
- }
764
- .e-bigger .e-right-btn:disabled {
765
- color: #ADB5BD !important;
766
- }
767
- .e-bigger .e-input-group-icon.e-date-icon {
768
- min-width: 36px !important;
769
- }
770
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
771
- min-height: 35px !important;
772
- min-width: 35.82px !important;
773
- }
774
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
751
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
775
752
  min-height: 35px !important;
776
753
  min-width: 35.82px !important;
777
754
  }
778
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
755
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
779
756
  min-height: 35px !important;
780
757
  min-width: 35.82px !important;
781
758
  }
782
- .e-bigger .e-input-group.e-control-wrapper {
759
+ .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
783
760
  height: 36px;
784
761
  }
785
- .e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
786
- font-size: 16px !important;
762
+ .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
763
+ min-width: 36px !important;
787
764
  }
788
- .e-bigger .e-btn.e-flat {
789
- line-height: 24px;
790
- padding: 6px 16px 6px 15px !important;
765
+ .e-bigger .e-predecessor-tooltip {
766
+ background-color: #000;
791
767
  }
792
- .e-bigger .e-btn.e-primary {
793
- padding: 6px 21px 6px 23px !important;
768
+ .e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
769
+ color: #adb5bd !important;
770
+ }
771
+ .e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
772
+ color: #adb5bd !important;
773
+ }
774
+ .e-bigger .e-predecessor-tooltip .e-tip-content {
775
+ padding: 3px !important;
776
+ }
777
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
778
+ background-color: #000;
779
+ border-color: #000;
780
+ color: #f8f9fa;
781
+ font-size: 12px;
782
+ line-height: 18px;
783
+ padding: 0 8px 0 0;
784
+ }
785
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
786
+ background-color: #000;
787
+ border-color: #000;
788
+ color: #f8f9fa;
789
+ font-size: 12px;
790
+ line-height: 18px;
791
+ padding: 0 0 0 8px;
792
+ }
793
+ .e-bigger .e-predecessor-dialog {
794
+ background-color: #f8f9fa;
795
+ }
796
+ .e-bigger .e-predecessor-dialog .e-dlg-content {
797
+ background-color: #f8f9fa;
798
+ padding: 10px 9px 9px 14px !important;
794
799
  }
795
800
 
796
801
  .e-gantt {
@@ -1361,6 +1366,9 @@
1361
1366
  .e-gantt .e-gantt-chart .e-connector-line-hover {
1362
1367
  outline: 1px solid;
1363
1368
  }
1369
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1370
+ outline: 1px solid;
1371
+ }
1364
1372
  .e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
1365
1373
  z-index: 100;
1366
1374
  }
@@ -1799,6 +1807,10 @@
1799
1807
  background-color: #6628EE;
1800
1808
  border: 0px;
1801
1809
  }
1810
+ .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1811
+ background-color: #6628EE;
1812
+ border: 0px;
1813
+ }
1802
1814
  .e-gantt .e-gantt-chart .e-holiday {
1803
1815
  background: #e9ecef;
1804
1816
  }
@@ -1830,7 +1842,6 @@
1830
1842
  }
1831
1843
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1832
1844
  background: linear-gradient(to right, rgba(0, 123, 255, 0.2), #007bff 30%, #007bff 70%, #007bff 70%, rgba(0, 123, 255, 0.2) 100%);
1833
- background-color: rgba(0, 123, 255, 0.2);
1834
1845
  border: 0px;
1835
1846
  border-radius: 4px;
1836
1847
  }
@@ -2131,4 +2142,56 @@
2131
2142
  }
2132
2143
  .e-gantt.e-device .e-backarrowspan {
2133
2144
  color: #000;
2145
+ }
2146
+
2147
+ .e-gantt .e-gantt-chart .e-criticalconnector-line {
2148
+ border-color: #d13438;
2149
+ }
2150
+
2151
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
2152
+ border-left-color: #d13438;
2153
+ }
2154
+
2155
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
2156
+ border-right-color: #d13438;
2157
+ }
2158
+
2159
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
2160
+ border-color: #f3d8da;
2161
+ outline-color: #f3d8da;
2162
+ }
2163
+
2164
+ .e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
2165
+ border-left-color: #f3d8da;
2166
+ }
2167
+
2168
+ .e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
2169
+ border-right-color: #f3d8da;
2170
+ }
2171
+
2172
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2173
+ background-color: #F3D8DA;
2174
+ border: 1px solid #F3D8DA;
2175
+ border-radius: 4px;
2176
+ }
2177
+
2178
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2179
+ background-color: #D13438;
2180
+ border: 0px;
2181
+ border-radius: 4px;
2182
+ }
2183
+
2184
+ .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
2185
+ background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(255, 85, 85, 0.2) 100%);
2186
+ background-color: rgba(255, 85, 85, 0.2);
2187
+ border: 0px;
2188
+ border-radius: 4px;
2189
+ }
2190
+
2191
+ .e-gantt .e-gantt-chart .e-critical-milestone-top {
2192
+ border-bottom-color: #D13438;
2193
+ }
2194
+
2195
+ .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2196
+ border-top-color: #D13438;
2134
2197
  }