@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
package/styles/fluent.css CHANGED
@@ -181,6 +181,9 @@
181
181
  .e-gantt .e-add::before {
182
182
  content: "\e805";
183
183
  }
184
+ .e-gantt .e-critical-path::before {
185
+ content: "\e88c";
186
+ }
184
187
  .e-gantt .e-edit::before {
185
188
  content: "\e730";
186
189
  }
@@ -275,11 +278,13 @@
275
278
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
276
279
  height: 32px;
277
280
  }
278
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
281
+ .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer {
282
+ padding-right: 10px;
283
+ width: 25px;
284
+ }
279
285
  .e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
280
286
  padding-left: 10px;
281
- padding-right: 10px;
282
- width: 30px;
287
+ width: 25px;
283
288
  }
284
289
  .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
285
290
  border-radius: 4px !important;
@@ -317,42 +322,49 @@
317
322
  }
318
323
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
319
324
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
320
- background-color: #0078de;
325
+ background-color: #005ba1;
321
326
  border-color: #fff;
322
327
  }
323
328
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
324
329
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
325
- background-color: #0078de;
330
+ background-color: #005ba1;
326
331
  border-color: #fff;
327
332
  outline: 2px solid #c7e0f4;
328
333
  }
334
+ .e-bigger .e-gantt .e-tab .e-content {
335
+ height: 254px !important;
336
+ }
329
337
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
330
338
  height: 63px !important;
331
339
  }
332
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
333
- background-color: #000000;
334
- border-color: #000000;
335
- color: #FFFFFF;
336
- font-size: 12px;
337
- line-height: 18px;
338
- padding: 0 8px 0 0;
340
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
341
+ padding: 16px 4px 16px 28px !important;
339
342
  }
340
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
341
- background-color: #000000;
342
- border-color: #000000;
343
- color: #FFFFFF;
344
- font-size: 12px;
345
- line-height: 18px;
346
- padding: 0 0 0 8px;
343
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
344
+ left: 8px !important;
347
345
  }
348
- .e-bigger .e-tooltip-wrap .e-tip-content {
349
- padding: 3px !important;
346
+ .e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
347
+ font-size: 14px !important;
350
348
  }
351
- .e-bigger .e-grid .e-flmenu-valuediv {
349
+ .e-bigger .e-gantt .e-dialog .e-footer-content {
350
+ height: 96px !important;
351
+ padding: 28px 28px 28px 28px !important;
352
+ }
353
+ .e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
354
+ margin-left: 12px;
355
+ }
356
+ .e-bigger .e-gantt .e-dialog .e-dlg-header {
357
+ line-height: 28px;
358
+ }
359
+ .e-bigger .e-gantt .e-filter-popup {
360
+ width: 392px !important;
361
+ }
362
+ .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
352
363
  padding: 28px 0 0 !important;
353
364
  }
354
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
355
- padding: 0 16px !important;
365
+ .e-bigger .e-gantt .e-filter-popup .e-dlg-content {
366
+ border-radius: 2px !important;
367
+ padding: 28px 28px 0px 28px !important;
356
368
  }
357
369
  .e-bigger .e-columnmenu {
358
370
  top: 38px;
@@ -361,6 +373,9 @@
361
373
  border-radius: 6px;
362
374
  width: 580px !important;
363
375
  }
376
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
377
+ padding: 0 16px !important;
378
+ }
364
379
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
365
380
  padding: 16px 8px 0 28px;
366
381
  }
@@ -389,100 +404,90 @@
389
404
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
390
405
  border-radius: 50%;
391
406
  height: auto !important;
392
- width: auto !important;
407
+ width: auto;
393
408
  }
394
409
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
395
410
  margin-left: 16px !important;
396
411
  }
397
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
398
- font-size: 16px !important;
399
- }
400
- .e-bigger .e-float-input.e-control-wrapper {
412
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper {
401
413
  width: 254px !important;
402
414
  }
403
- .e-bigger .e-predecessor-tooltip {
404
- background-color: #000000;
405
- }
406
- .e-bigger .e-predecessor-dialog {
407
- background-color: #faf9f8;
408
- }
409
- .e-bigger .e-predecessor-dialog .e-dlg-content {
410
- background-color: #faf9f8;
411
- padding: 10px 9px 9px 14px !important;
412
- }
413
- .e-bigger .e-dialog .e-dlg-header-content {
414
- padding: 16px 4px 16px 28px !important;
415
- }
416
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
417
- left: 8px !important;
418
- }
419
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
420
- font-size: 14px !important;
421
- }
422
- .e-bigger .e-dialog .e-footer-content {
423
- height: 96px !important;
424
- padding: 28px 28px 28px 28px !important;
425
- }
426
- .e-bigger .e-dialog .e-footer-content .e-btn {
427
- margin-left: 12px;
415
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
416
+ font-size: 16px !important;
428
417
  }
429
- .e-bigger .e-dialog .e-dlg-header {
430
- line-height: 28px;
418
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
419
+ min-height: 35px !important;
420
+ min-width: 35.82px !important;
431
421
  }
432
- .e-bigger .e-tab .e-content {
433
- height: 254px !important;
422
+ .e-bigger .e-gantt-dialog .e-btn.e-flat {
423
+ line-height: 24px;
424
+ padding: 6px 16px 6px 15px !important;
434
425
  }
435
- .e-bigger .e-filter-popup {
436
- width: 392px !important;
426
+ .e-bigger .e-gantt-dialog .e-btn.e-primary {
427
+ padding: 6px 21px 6px 23px !important;
437
428
  }
438
- .e-bigger .e-dlg-content {
439
- border-radius: 2px !important;
440
- padding: 28px 28px 0px 28px !important;
429
+ .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
430
+ font-size: 16px !important;
441
431
  }
442
- .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
432
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
443
433
  font-size: 14px;
444
434
  line-height: 22px;
445
435
  }
446
- .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
436
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
447
437
  font-size: 14px;
448
438
  line-height: 22px;
449
439
  }
450
- .e-bigger .e-float-input.e-control-wrapper input {
440
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
451
441
  height: 38px !important;
452
442
  }
453
- .e-bigger .e-left-btn:disabled {
454
- color: #A19F9D !important;
455
- }
456
- .e-bigger .e-right-btn:disabled {
457
- color: #A19F9D !important;
458
- }
459
- .e-bigger .e-input-group-icon.e-date-icon {
460
- min-width: 36px !important;
461
- }
462
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
443
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
463
444
  min-height: 35px !important;
464
445
  min-width: 35.82px !important;
465
446
  }
466
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
447
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
467
448
  min-height: 35px !important;
468
449
  min-width: 35.82px !important;
469
450
  }
470
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
471
- min-height: 35px !important;
472
- min-width: 35.82px !important;
473
- }
474
- .e-bigger .e-input-group.e-control-wrapper {
451
+ .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
475
452
  height: 40px;
476
453
  }
477
- .e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
478
- font-size: 16px !important;
454
+ .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
455
+ min-width: 36px !important;
479
456
  }
480
- .e-bigger .e-btn.e-flat {
481
- line-height: 24px;
482
- padding: 6px 16px 6px 15px !important;
457
+ .e-bigger .e-predecessor-tooltip {
458
+ background-color: #000;
483
459
  }
484
- .e-bigger .e-btn.e-primary {
485
- padding: 6px 21px 6px 23px !important;
460
+ .e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
461
+ color: #a19f9d !important;
462
+ }
463
+ .e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
464
+ color: #a19f9d !important;
465
+ }
466
+ .e-bigger .e-predecessor-tooltip .e-tip-content {
467
+ padding: 3px !important;
468
+ }
469
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
470
+ background-color: #000;
471
+ border-color: #000;
472
+ color: #fff;
473
+ font-size: 12px;
474
+ line-height: 18px;
475
+ padding: 0 8px 0 0;
476
+ }
477
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
478
+ background-color: #000;
479
+ border-color: #000;
480
+ color: #fff;
481
+ font-size: 12px;
482
+ line-height: 18px;
483
+ padding: 0 0 0 8px;
484
+ }
485
+ .e-bigger .e-predecessor-dialog {
486
+ background-color: #faf9f8;
487
+ }
488
+ .e-bigger .e-predecessor-dialog .e-dlg-content {
489
+ background-color: #faf9f8;
490
+ padding: 10px 9px 9px 14px !important;
486
491
  }
487
492
 
488
493
  .e-gantt {
@@ -1053,6 +1058,9 @@
1053
1058
  .e-gantt .e-gantt-chart .e-connector-line-hover {
1054
1059
  outline: 1px solid;
1055
1060
  }
1061
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1062
+ outline: 1px solid;
1063
+ }
1056
1064
  .e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
1057
1065
  z-index: 100;
1058
1066
  }
@@ -1444,7 +1452,7 @@
1444
1452
  outline-color: #605e5c;
1445
1453
  }
1446
1454
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1447
- background-color: #5EB5FF;
1455
+ background-color: #6ec0ff;
1448
1456
  border: 1px solid #0078d4;
1449
1457
  border-radius: 4px;
1450
1458
  }
@@ -1491,6 +1499,10 @@
1491
1499
  background-color: #0b6a0b;
1492
1500
  border: 0px;
1493
1501
  }
1502
+ .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1503
+ background-color: #0b6a0b;
1504
+ border: 0px;
1505
+ }
1494
1506
  .e-gantt .e-gantt-chart .e-holiday {
1495
1507
  background: #faf9f8;
1496
1508
  }
@@ -1522,7 +1534,6 @@
1522
1534
  }
1523
1535
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1524
1536
  background: linear-gradient(to right, #c7e0f4, #0078d4 30%, #0078d4 70%, #0078d4 70%, #c7e0f4 100%);
1525
- background-color: rgba(63, 81, 181, 0.2);
1526
1537
  border: 0px;
1527
1538
  border-radius: 4px;
1528
1539
  }
@@ -1566,7 +1577,7 @@
1566
1577
  }
1567
1578
  .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
1568
1579
  .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
1569
- background-color: #0078de;
1580
+ background-color: #005ba1;
1570
1581
  border-color: #fff;
1571
1582
  }
1572
1583
  .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
@@ -1769,7 +1780,7 @@
1769
1780
  color: #605e5c;
1770
1781
  }
1771
1782
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1772
- color: rgb(108, 117, 125) !important;
1783
+ color: #605e5c !important;
1773
1784
  }
1774
1785
 
1775
1786
  .e-gantt-dialog .e-dlg-header {
@@ -1823,4 +1834,56 @@
1823
1834
  }
1824
1835
  .e-gantt.e-device .e-backarrowspan {
1825
1836
  color: #000;
1837
+ }
1838
+
1839
+ .e-gantt .e-gantt-chart .e-criticalconnector-line {
1840
+ border-color: #d13438;
1841
+ }
1842
+
1843
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
1844
+ border-left-color: #d13438;
1845
+ }
1846
+
1847
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
1848
+ border-right-color: #d13438;
1849
+ }
1850
+
1851
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1852
+ border-color: #fed9cc;
1853
+ outline-color: #fed9cc;
1854
+ }
1855
+
1856
+ .e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
1857
+ border-left-color: #fed9cc;
1858
+ }
1859
+
1860
+ .e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
1861
+ border-right-color: #fed9cc;
1862
+ }
1863
+
1864
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
1865
+ background-color: #fed9cc;
1866
+ border: 1px solid #fed9cc;
1867
+ border-radius: 4px;
1868
+ }
1869
+
1870
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
1871
+ background-color: #d13438;
1872
+ border: 0px;
1873
+ border-radius: 2px;
1874
+ }
1875
+
1876
+ .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
1877
+ background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #d13438 30%, #d13438 70%, #d13438 70%, rgba(255, 85, 85, 0.2) 100%);
1878
+ background-color: rgba(255, 85, 85, 0.2);
1879
+ border: 0px;
1880
+ border-radius: 4px;
1881
+ }
1882
+
1883
+ .e-gantt .e-gantt-chart .e-critical-milestone-top {
1884
+ border-bottom-color: #d13438;
1885
+ }
1886
+
1887
+ .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
1888
+ border-top-color: #d13438;
1826
1889
  }
@@ -0,0 +1,2 @@
1
+ @import 'layout.scss';
2
+ @import 'theme.scss';
@@ -0,0 +1,207 @@
1
+ $gantt-header-bg-color: $grey-base !default;
2
+ $gantt-header-border-color: $grey-88 !default;
3
+ $gantt-header-color: $grey-dark-font !default;
4
+ $gantt-context-menu-icon-color: $grey-dark-font !default;
5
+ $gantt-grid-line-color: $grey-88 !default;
6
+ $gantt-label-color: rgba($grey-light-font, .87) !default;
7
+ $gantt-content-color: rgba($grey-light-font, .87) !default;
8
+ $holiday-background: $grey-light !default;
9
+ $progress-handler-outline: $brand-primary-font !default;
10
+ $progress-handler-background: $gray-dark !default;
11
+ $holiday-label-color: $grey-dark-font !default;
12
+ $holiday-label-font-size: 13px !default;
13
+ $weekend-background: $grey-dark !default;
14
+ $event-marker-line-color: $brand-primary !default;
15
+ $event-marker-label-color: #cae8ff !default;
16
+ $event-marker-label-font-color: #004a8c !default;
17
+ $event-marker-label-font-size: 12px !default;
18
+ $event-marker-label-padding: 7px 12px !default;
19
+ $event-marker-label-height: 30px !default;
20
+ $event-marker-label-arrow-top: 60px !default;
21
+ $connector-line-color: $brand-primary !default;
22
+ $connector-line-hover-color: $brand-primary !default;
23
+ $connector-point-border-color: $grey-base !default;
24
+ $connector-false-line-color: $brand-primary !default;
25
+ $connector-point-hover-color: #21527d !default;
26
+ $critical-connector-line-color: #d13438 !default;
27
+ $critical-connector-line-hover-color: #f3d8da !default;
28
+ $connector-point-hover-bg-color: $grey-e6 !default;
29
+ $connector-point-hover-border-color: $brand-primary !default;
30
+ $gantt-connector-point-margin-top: 7.5px !default;
31
+ $gantt-connector-point-margin-radius: 4px !default;
32
+ $gantt-connector-point-left: 8px !default;
33
+ $gantt-unscheduled-taskbar-left: 3px !default;
34
+ $gantt-unscheduled-taskbar-right-radius: 2px !default;
35
+ $gantt-label-size: 13px !default;
36
+ $gantt-header-border-spacing: 0 !default;
37
+ $gantt-line-container-cell-border-color: $grey-88 !default;
38
+ // sass-lint:disable-all
39
+ $gantt-unscheduled-taskbar-background: linear-gradient(to right, rgba($brand-primary, 0.2 ), $brand-primary 30%, $brand-primary 70%, $brand-primary 70%, rgba($brand-primary, 0.2 ) 100%) !default;
40
+ $gantt-unscheduled-critical-taskbar-background: linear-gradient(to right, rgba(285,85,85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(285,85,85, 0.2) 100%) !default;
41
+ $gantt-unscheduled-critical-taskbar-background-color: rgba(285,85,85, .2) !default;
42
+ $gantt-critical-child-task-bar: #F3D8DA !default;
43
+ $gantt-critical-child-progress-bar: #D13438 !default;
44
+ $gantt-critical-child-task-bar-border: 1px solid #F3D8DA !default;
45
+ $gantt-unscheduled-milestone-top-border: #dadada !default;
46
+ $gantt-unscheduled-milestone-bottom-border: #dadada !default;
47
+ $gantt-child-task-bar: lighten($brand-primary, 10%) !default;
48
+ $gantt-child-progress-bar: $brand-primary !default;
49
+ $gantt-child-progress-bar-border: 1px solid $brand-primary !default;
50
+ $gantt-child-progress-bar-border-radious:4px;
51
+ $gantt-child-task-bar-border: 1px solid $brand-primary !default;
52
+ $gantt-manualchild-task-bar: #8dd1c4;
53
+ $gantt-manualchild-progress-bar: #67c1b2;
54
+ $gantt-manualchild-progress-bar-border: #4fb29f;
55
+ $gantt-manualchild-task-bar-border: #4fb29f;
56
+ $gantt-manualparent-background-color: #989A9C;
57
+ $gantt-unscheduledmanualparent-background-color: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%) !default;
58
+ $gantt-unscheduled-manualtaskbar-background: linear-gradient(to right, rgba(63,81,181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63,81,181, 0.2) 100%) !default;
59
+ $gantt-parent-task-bar: #029f90 !default;
60
+ $gantt-parent-progress-bar: #4cc7ba !default;
61
+ $gantt-milestone-border-color: #dadada !default;
62
+ $gantt-critical-milestone-border-color: #D13438 !default;
63
+ $gantt-parent-milestone-border-color: #4cc7ba !default;
64
+ $gantt-parent-progress-bar-border: 1px solid #4cc7ba !default;
65
+ $gantt-parent-task-bar-border: 1px solid #4cc7ba !default;
66
+ $gantt-progress-bar-left-radius: 2px !default;
67
+ $gantt-unscheduled-taskbar-left-radius: 0px !default;
68
+ $gantt-unscheduled-taskbar-border-radius: 4px !default;
69
+ $gantt-connector-point-right-margin-left: 2px !default;
70
+ $gantt-right-label-container-margin-left: 25px !default;
71
+ $gantt-task-label-font-size: 12px !default;
72
+ $gantt-label-font-size: 14px !default;
73
+ $gantt-bigger-label-font-size: 14px !default;
74
+ $gantt-label-font-color: $grey-dark-font !default;
75
+ $gantt-task-label-font-color: $brand-primary-font !default;
76
+ $gantt-tab-header-active-font-color: $grey-light-font !default;
77
+ $gantt-tab-header-font-color: $brand-primary-font !default;
78
+ $gantt-edit-icon-color: $brand-primary-font !default;
79
+ $gantt-icons-color: $brand-primary-font;
80
+ $gantt-unscheduled-taskbar-border: 0px !default;
81
+ $gantt-timeline-top-headercell-font-size: 14px !default;
82
+ $gantt-timeline-top-headercell-font-weight: bold !default;
83
+ $gantt-dialog-general-height: 241px !default;
84
+ $gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
85
+ $gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
86
+ $gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
87
+ $gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
88
+ $gantt-bigger-tooltip-button-color: $shadow;
89
+ $gantt-bigger-tooltip-dialog-color: $grey-light-font;
90
+ $gantt-bigger-tooltip-button-text-color: $grey-light-font;
91
+ $gantt-bigger-tooltip-disabled-button-color: #adadad !important;
92
+ $gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
93
+ $gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
94
+ $gantt-bigger-dialog-close-button-left: 0 !important;
95
+ $gantt-bigger-dialog-close-button-size: 12px !important;
96
+ $gantt-bigger-dialog-header-padding: 16px 4px 16px 16px !important;
97
+ $gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
98
+ $gantt-bigger-add-dialog-content-height: 242px !important;
99
+ $gantt-bigger-event-arrow-color: $brand-info-light;
100
+ $gantt-bigger-event-arrow-font-size: 12px !important;
101
+ $gantt-bigger-event-markers-border-radius: 4px !important;
102
+ $gantt-bigger-event-markers-height: 26px !important;
103
+ $gantt-bigger-event-arrow-bottom: 6px solid transparent;
104
+ $gantt-bigger-event-arrow-right: 6px solid transparent;
105
+ $gantt-bigger-event-arrow-top: 6px solid transparent;
106
+ $gantt-bigger-event-arrow-top-value: 73px !important;
107
+ $gantt-bigger-event-markers-top: 65px !important;
108
+ $gantt-bigger-event-markers-padding: 4px 11px 4px 9px !important;
109
+ $gantt-bigger-add-dialog-input-height: 76px !important;
110
+ $gantt-bigger-add-dialog-input-width: 250px !important;
111
+ $gantt-bigger-add-dialog-input-field-width: 175px !default;
112
+ $gantt-bigger-filter-dialog-footer-padding: 16px !important;
113
+ $gantt-bigger-add-dialog-footer-padding: 16px !important;
114
+ $gantt-bigger-filter-dialog-input-padding: 16px 0 0 !important;
115
+ $gantt-bigger-filter-dialog-footer-height: 70px !important;
116
+ $gantt-bigger-add-dialog-footer-height: 70px !important;
117
+ $gantt-bigger-dialog-width: 556px !important;
118
+ $gantt-bigger-filter-dialog-width: 350px !important;
119
+ $gantt-dialog-bigger-input-field: 36px !default;
120
+ $gantt-dialog-bigger-input-padding-field: 32px 16px 16px !important;
121
+ $gantt-bigger-dialog-input-field-height: 34px !important;
122
+ $gantt-bigger-dialog-input-icon: 35px !important;
123
+ $gantt-dialog-bigger-border-radius: 6px !important;
124
+ $gantt-bigger-dialog-tab-padding-left: 5px !important;
125
+ $gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
126
+ $gantt-dialog-dependent-height: 161px !default;
127
+ $gantt-dialog-resource-height: 202px !default;
128
+ $gantt-dialog-rte-height: 241px !default;
129
+ $gantt-dialog-rte-content-height: 200px !default;
130
+ $gantt-dialog-padding-bottom: 20px !default;
131
+ $gantt-dialog-active-tab-background: $gray-base !default;
132
+ $gantt-dialog-tab-padding-left: 12px !default;
133
+ $gantt-dialog-tab-background: $brand-primary !default;
134
+ $gantt-dialog-header-font-color: $brand-primary-font !default;
135
+ $gantt-dialog-icon-color: $brand-primary-font !default;
136
+ $gantt-dialog-icon-hover-color: transparent !default;
137
+ $gantt-dialog-close-icon-hover-color: $grey-dark-font !default;
138
+ $gantt-dialog-tab-hover-border-color: transparent !default;
139
+ $gantt-dialog-tab-header-border-no-color: transparent !default;
140
+ $gantt-tab-header-border-width: 0px;
141
+ $gantt-depedent-div-border-bottom: 0px !default;
142
+ $gantt-resource-div-border-bottom: 0px !default;
143
+ $gantt-richtext-border-bottom: 0px !default;
144
+ $gantt-richtext-content-border-bottom: 0px !default;
145
+ $gantt-tab-selection-indicator-color: transparent !default;
146
+ $gantt-tab-header-hover-color: $grey-dark !default;
147
+ $gantt-tab-header-hover-font-color: $grey-dark-font !default;
148
+ $gantt-connector-point-width: 12px !default;
149
+ $gantt-connector-point-height: 8px !default;
150
+ $gantt-connector-left-point-left: -12px !default;
151
+ $gantt-parent-progress-bar-border-radius: 4px !default;
152
+ $gantt-active-background: $grey-88 !default;
153
+ $gantt-active-color: $brand-primary-font !default;
154
+ $gantt-active-color-opacity: 1 !default;
155
+ $gantt-table-background: $grey-base !default;
156
+ $connector-point-hover-outerline-color: #75ACDB !default;
157
+ $gantt-baseline-color: $brand-warning !default;
158
+ $gantt-child-progress-margin-left: 0.5px !default;
159
+ $gantt-timeline-single-header-outer-div: 45px !default;
160
+ $gantt-chart-timeline-single-header-outer-div: 47px !default;
161
+ $gantt-header-border-height: 64px !default;
162
+ $gantt-bigger-header-border-height: 64px !default;
163
+ $gantt-treegrid-header-border-height: 63px !default;
164
+ $gantt-bigger-treegrid-header-border-height: 63px !default;
165
+ $gantt-header-border-bottom-width: 0px !default;
166
+ $gantt-timeline-top-header-cell-height: 32px !default;
167
+ $gantt-bigger-timeline-top-header-cell-height: 32px !default;
168
+ $gantt-header-border-radius: 4px !default;
169
+ $gantt-splitter-border-top-right-radius: 0px !default;
170
+ $gantt-splitter-border-top-left-radius: 0px !default;
171
+ $gantt-filter-menu-value-div-padding: 24px !default;
172
+ $gantt-dialog-tab-hover-border-bottom: 0px !default;
173
+ $gantt-dialog-tab-hover-border-bottom-radius: 0px !default;
174
+ $gantt-dialog-border-radius: 6px 6px 0px 0px !default;
175
+ $event-marker-line-height: 1.5 !default;
176
+ $gantt-inactive-parent: #8A8A8A !default;
177
+ $gantt-inactive-child: #D5D5D5 !default;
178
+ $gantt-connected-task: lighten($brand-primary, 20%) !default;
179
+ $gantt-active-parent-task: lighten(#000000, 10%) !default;
180
+ $gantt-uptail-border: #e0e0e0 !default;
181
+ $gantt-gridpopup-span: $base-font !default;
182
+ $gantt-active-parent-shadow: rgba($gantt-gridpopup-span, 0.5) !default;
183
+ $gantt-left-resize-gripper-border: #9e9e9e !default;
184
+ $gantt-left-resize-gripper-color: #eee !default;
185
+ $gantt-clone-padding: 4px 5px !default;
186
+ $gantt-bigger-clone-padding: $gantt-clone-padding !default;
187
+ $gantt-cell-border-color: $grey-88 !default;
188
+ $gantt-group-clone-box-shadow: 0 0 !default;
189
+ $gantt-header-font-size: 12px !default;
190
+ $gantt-header-font-weight: 500 !default;
191
+ $gantt-drag-clone-font-weight: $gantt-header-font-weight !default;
192
+ $gantt-drag-clone-opacity: 1 !default;
193
+ $gantt-group-clone-text-align: center !default;
194
+ $gantt-clone-prop-box-shadow: 0 5px 15px rgba($base-font, .5) !default;
195
+ $gantt-drag-clone-bg-color: $grey-base !default;
196
+ $gantt-drag-clone-border-color: $grey-44 !default;
197
+ $gantt-drag-clone-color: $header-font-color !default;
198
+ $gantt-content-font-color: $grey-dark-font !default;
199
+ $gantt-clone-dragdrop-bg-color: $grey !default;
200
+ $error-elem-color: #e3165b;
201
+ $gantt-border-size: 1px !default;
202
+ $gantt-active-container-border: lighten($brand-primary, 10%) !default;
203
+ $grid-active-container-border: 0 0 0 1px lighten($brand-primary, 10%) inset !default;
204
+ $gantt-collapse-progress-width: 0px !important;
205
+ $rangecontainer-border-color: #FC7A05;
206
+ $gantt-range-container-arc-radius: 2px !default;
207
+ $bigger-column-menu-size: 40px !default;