@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
@@ -118,6 +118,9 @@
118
118
  .e-gantt .e-add::before {
119
119
  content: "\e823";
120
120
  }
121
+ .e-gantt .e-critical-path::before {
122
+ content: "\e931";
123
+ }
121
124
  .e-gantt .e-edit::before {
122
125
  content: "\e944";
123
126
  }
@@ -212,11 +215,13 @@
212
215
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
213
216
  height: 32px;
214
217
  }
215
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
218
+ .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer {
219
+ padding-right: 10px;
220
+ width: 25px;
221
+ }
216
222
  .e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
217
223
  padding-left: 10px;
218
- padding-right: 10px;
219
- width: 30px;
224
+ width: 25px;
220
225
  }
221
226
  .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
222
227
  border-radius: 4px !important;
@@ -228,7 +233,7 @@
228
233
  .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
229
234
  border-bottom: 6px solid transparent;
230
235
  border-right: 6px solid transparent;
231
- border-right-color: #cae8ff;
236
+ border-right-color: #62cfff;
232
237
  border-top: 6px solid transparent;
233
238
  top: 73px !important;
234
239
  }
@@ -263,33 +268,40 @@
263
268
  border-color: #201f1f;
264
269
  outline: 2px solid #b7e0ff;
265
270
  }
271
+ .e-bigger .e-gantt .e-tab .e-content {
272
+ height: 242px !important;
273
+ }
266
274
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
267
275
  height: 63px !important;
268
276
  }
269
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
270
- background-color: #000000;
271
- border-color: #000000;
272
- color: #F9FAFB;
273
- font-size: 12px;
274
- line-height: 18px;
275
- padding: 0 8px 0 0;
277
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
278
+ padding: 16px 4px 16px 16px !important;
276
279
  }
277
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
278
- background-color: #000000;
279
- border-color: #000000;
280
- color: #F9FAFB;
281
- font-size: 12px;
282
- line-height: 18px;
283
- padding: 0 0 0 8px;
280
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
281
+ left: 0 !important;
284
282
  }
285
- .e-bigger .e-tooltip-wrap .e-tip-content {
286
- padding: 3px !important;
283
+ .e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
284
+ font-size: 12px !important;
287
285
  }
288
- .e-bigger .e-grid .e-flmenu-valuediv {
286
+ .e-bigger .e-gantt .e-dialog .e-footer-content {
287
+ height: 70px !important;
288
+ padding: 16px !important;
289
+ }
290
+ .e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
291
+ margin-left: 12px;
292
+ }
293
+ .e-bigger .e-gantt .e-dialog .e-dlg-header {
294
+ line-height: 28px;
295
+ }
296
+ .e-bigger .e-gantt .e-filter-popup {
297
+ width: 350px !important;
298
+ }
299
+ .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
289
300
  padding: 16px 0 0 !important;
290
301
  }
291
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
292
- padding: 0 16px !important;
302
+ .e-bigger .e-gantt .e-filter-popup .e-dlg-content {
303
+ border-radius: 6px !important;
304
+ padding: 32px 16px 16px !important;
293
305
  }
294
306
  .e-bigger .e-columnmenu {
295
307
  top: 45px;
@@ -298,6 +310,9 @@
298
310
  border-radius: 6px;
299
311
  width: 556px !important;
300
312
  }
313
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
314
+ padding: 0 16px !important;
315
+ }
301
316
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
302
317
  padding: 16px 12px 0 16px;
303
318
  }
@@ -326,100 +341,90 @@
326
341
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
327
342
  border-radius: 50%;
328
343
  height: auto !important;
329
- width: auto !important;
344
+ width: auto;
330
345
  }
331
346
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
332
347
  margin-left: 5px !important;
333
348
  }
334
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
335
- font-size: 16px !important;
336
- }
337
- .e-bigger .e-float-input.e-control-wrapper {
349
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper {
338
350
  width: 250px !important;
339
351
  }
340
- .e-bigger .e-predecessor-tooltip {
341
- background-color: #000000;
342
- }
343
- .e-bigger .e-predecessor-dialog {
344
- background-color: #f8f8f8;
345
- }
346
- .e-bigger .e-predecessor-dialog .e-dlg-content {
347
- background-color: #f8f8f8;
348
- padding: 10px 9px 9px 14px !important;
349
- }
350
- .e-bigger .e-dialog .e-dlg-header-content {
351
- padding: 16px 4px 16px 16px !important;
352
- }
353
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
354
- left: 0 !important;
355
- }
356
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
357
- font-size: 12px !important;
358
- }
359
- .e-bigger .e-dialog .e-footer-content {
360
- height: 70px !important;
361
- padding: 16px !important;
362
- }
363
- .e-bigger .e-dialog .e-footer-content .e-btn {
364
- margin-left: 12px;
352
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
353
+ font-size: 16px !important;
365
354
  }
366
- .e-bigger .e-dialog .e-dlg-header {
367
- line-height: 28px;
355
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
356
+ min-height: 35px !important;
357
+ min-width: 35.82px !important;
368
358
  }
369
- .e-bigger .e-tab .e-content {
370
- height: 242px !important;
359
+ .e-bigger .e-gantt-dialog .e-btn.e-flat {
360
+ line-height: 24px;
361
+ padding: 6px 16px 6px 15px !important;
371
362
  }
372
- .e-bigger .e-filter-popup {
373
- width: 350px !important;
363
+ .e-bigger .e-gantt-dialog .e-btn.e-primary {
364
+ padding: 6px 21px 6px 23px !important;
374
365
  }
375
- .e-bigger .e-dlg-content {
376
- border-radius: 6px !important;
377
- padding: 32px 16px 16px !important;
366
+ .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
367
+ font-size: 16px !important;
378
368
  }
379
- .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
369
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
380
370
  font-size: 14px;
381
371
  line-height: 22px;
382
372
  }
383
- .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
373
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
384
374
  font-size: 14px;
385
375
  line-height: 22px;
386
376
  }
387
- .e-bigger .e-float-input.e-control-wrapper input {
377
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
388
378
  height: 34px !important;
389
379
  }
390
- .e-bigger .e-left-btn:disabled {
391
- color: #A6A6A6 !important;
392
- }
393
- .e-bigger .e-right-btn:disabled {
394
- color: #A6A6A6 !important;
395
- }
396
- .e-bigger .e-input-group-icon.e-date-icon {
397
- min-width: 36px !important;
398
- }
399
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
380
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
400
381
  min-height: 35px !important;
401
382
  min-width: 35.82px !important;
402
383
  }
403
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
384
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
404
385
  min-height: 35px !important;
405
386
  min-width: 35.82px !important;
406
387
  }
407
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
408
- min-height: 35px !important;
409
- min-width: 35.82px !important;
410
- }
411
- .e-bigger .e-input-group.e-control-wrapper {
388
+ .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
412
389
  height: 36px;
413
390
  }
414
- .e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
415
- font-size: 16px !important;
391
+ .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
392
+ min-width: 36px !important;
416
393
  }
417
- .e-bigger .e-btn.e-flat {
418
- line-height: 24px;
419
- padding: 6px 16px 6px 15px !important;
394
+ .e-bigger .e-predecessor-tooltip {
395
+ background-color: #000;
420
396
  }
421
- .e-bigger .e-btn.e-primary {
422
- padding: 6px 21px 6px 23px !important;
397
+ .e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
398
+ color: #A6A6A6 !important;
399
+ }
400
+ .e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
401
+ color: #A6A6A6 !important;
402
+ }
403
+ .e-bigger .e-predecessor-tooltip .e-tip-content {
404
+ padding: 3px !important;
405
+ }
406
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
407
+ background-color: #000;
408
+ border-color: #000;
409
+ color: #fff;
410
+ font-size: 12px;
411
+ line-height: 18px;
412
+ padding: 0 8px 0 0;
413
+ }
414
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
415
+ background-color: #000;
416
+ border-color: #000;
417
+ color: #fff;
418
+ font-size: 12px;
419
+ line-height: 18px;
420
+ padding: 0 0 0 8px;
421
+ }
422
+ .e-bigger .e-predecessor-dialog {
423
+ background-color: #f8f8f8;
424
+ }
425
+ .e-bigger .e-predecessor-dialog .e-dlg-content {
426
+ background-color: #f8f8f8;
427
+ padding: 10px 9px 9px 14px !important;
423
428
  }
424
429
 
425
430
  .e-gantt {
@@ -990,6 +995,9 @@
990
995
  .e-gantt .e-gantt-chart .e-connector-line-hover {
991
996
  outline: 1px solid;
992
997
  }
998
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
999
+ outline: 1px solid;
1000
+ }
993
1001
  .e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
994
1002
  z-index: 100;
995
1003
  }
@@ -1369,7 +1377,7 @@
1369
1377
  border-top-color: #414040;
1370
1378
  }
1371
1379
  .e-gantt .e-gantt-chart .e-chart-row-cell {
1372
- color: rgb(0, 0, 0);
1380
+ color: #000;
1373
1381
  }
1374
1382
  .e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
1375
1383
  border-bottom-color: #414040;
@@ -1428,6 +1436,10 @@
1428
1436
  background-color: #67c1b2;
1429
1437
  border: #4fb29f;
1430
1438
  }
1439
+ .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1440
+ background-color: #67c1b2;
1441
+ border: #4fb29f;
1442
+ }
1431
1443
  .e-gantt .e-gantt-chart .e-holiday {
1432
1444
  background: #333232;
1433
1445
  }
@@ -1459,7 +1471,6 @@
1459
1471
  }
1460
1472
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1461
1473
  background: linear-gradient(to right, rgba(0, 87, 153, 0.2), #005799 30%, #005799 70%, #005799 70%, rgba(0, 87, 153, 0.2) 100%);
1462
- background-color: rgba(0, 87, 153, 0.2);
1463
1474
  border: 0px;
1464
1475
  border-radius: 0px;
1465
1476
  }
@@ -1760,4 +1771,56 @@
1760
1771
  }
1761
1772
  .e-gantt.e-device .e-backarrowspan {
1762
1773
  color: #000;
1774
+ }
1775
+
1776
+ .e-gantt .e-gantt-chart .e-criticalconnector-line {
1777
+ border-color: #d13438;
1778
+ }
1779
+
1780
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
1781
+ border-left-color: #d13438;
1782
+ }
1783
+
1784
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
1785
+ border-right-color: #d13438;
1786
+ }
1787
+
1788
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1789
+ border-color: #f3d8da;
1790
+ outline-color: #f3d8da;
1791
+ }
1792
+
1793
+ .e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
1794
+ border-left-color: #f3d8da;
1795
+ }
1796
+
1797
+ .e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
1798
+ border-right-color: #f3d8da;
1799
+ }
1800
+
1801
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
1802
+ background-color: #f3d8da;
1803
+ border: 1px solid #f3d8da;
1804
+ border-radius: 0px;
1805
+ }
1806
+
1807
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
1808
+ background-color: #d13438;
1809
+ border: 0px;
1810
+ border-radius: 4px;
1811
+ }
1812
+
1813
+ .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
1814
+ background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #d13438 30%, #d13438 70%, #d13438 70%, rgba(255, 85, 85, 0.2) 100%);
1815
+ background-color: rgba(255, 85, 85, 0.2);
1816
+ border: 0px;
1817
+ border-radius: 0px;
1818
+ }
1819
+
1820
+ .e-gantt .e-gantt-chart .e-critical-milestone-top {
1821
+ border-bottom-color: #d13438;
1822
+ }
1823
+
1824
+ .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
1825
+ border-top-color: #d13438;
1763
1826
  }