@syncfusion/ej2-vue-gantt 20.1.60 → 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 (40) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/ej2-vue-gantt.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-gantt.es2015.js +7 -1
  4. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-gantt.es5.js +7 -1
  6. package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-gantt.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/gantt/gantt.component.d.ts +2 -0
  10. package/src/gantt/gantt.component.js +7 -1
  11. package/styles/bootstrap-dark.css +144 -92
  12. package/styles/bootstrap.css +141 -89
  13. package/styles/bootstrap4.css +142 -90
  14. package/styles/bootstrap5-dark.css +146 -94
  15. package/styles/bootstrap5.css +146 -94
  16. package/styles/fabric-dark.css +143 -91
  17. package/styles/fabric.css +148 -96
  18. package/styles/fluent-dark.css +146 -94
  19. package/styles/fluent.css +146 -94
  20. package/styles/gantt/bootstrap-dark.css +144 -92
  21. package/styles/gantt/bootstrap.css +141 -89
  22. package/styles/gantt/bootstrap4.css +142 -90
  23. package/styles/gantt/bootstrap5-dark.css +146 -94
  24. package/styles/gantt/bootstrap5.css +146 -94
  25. package/styles/gantt/fabric-dark.css +143 -91
  26. package/styles/gantt/fabric.css +148 -96
  27. package/styles/gantt/fluent-dark.css +146 -94
  28. package/styles/gantt/fluent.css +146 -94
  29. package/styles/gantt/highcontrast-light.css +140 -91
  30. package/styles/gantt/highcontrast.css +143 -91
  31. package/styles/gantt/material-dark.css +147 -95
  32. package/styles/gantt/material.css +149 -97
  33. package/styles/gantt/tailwind-dark.css +154 -102
  34. package/styles/gantt/tailwind.css +150 -98
  35. package/styles/highcontrast-light.css +140 -91
  36. package/styles/highcontrast.css +143 -91
  37. package/styles/material-dark.css +147 -95
  38. package/styles/material.css +149 -97
  39. package/styles/tailwind-dark.css +154 -102
  40. package/styles/tailwind.css +150 -98
package/styles/fabric.css CHANGED
@@ -116,6 +116,9 @@
116
116
  .e-gantt .e-add::before {
117
117
  content: "\e7d5";
118
118
  }
119
+ .e-gantt .e-critical-path::before {
120
+ content: "\e931";
121
+ }
119
122
  .e-gantt .e-edit::before {
120
123
  content: "\e97c";
121
124
  }
@@ -210,12 +213,6 @@
210
213
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
211
214
  height: 32px;
212
215
  }
213
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
214
- .e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
215
- padding-left: 10px;
216
- padding-right: 10px;
217
- width: 30px;
218
- }
219
216
  .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
220
217
  border-radius: 4px !important;
221
218
  font-size: 12px !important;
@@ -226,7 +223,7 @@
226
223
  .e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
227
224
  border-bottom: 6px solid transparent;
228
225
  border-right: 6px solid transparent;
229
- border-right-color: #cae8ff;
226
+ border-right-color: #deecf9;
230
227
  border-top: 6px solid transparent;
231
228
  top: 73px !important;
232
229
  }
@@ -267,30 +264,34 @@
267
264
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
268
265
  height: 63px !important;
269
266
  }
270
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
271
- background-color: #000000;
272
- border-color: #000000;
273
- color: #F9FAFB;
274
- font-size: 12px;
275
- line-height: 18px;
276
- padding: 0 8px 0 0;
267
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
268
+ padding: 16px 4px 16px 16px !important;
277
269
  }
278
- .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
279
- background-color: #000000;
280
- border-color: #000000;
281
- color: #F9FAFB;
282
- font-size: 12px;
283
- line-height: 18px;
284
- padding: 0 0 0 8px;
270
+ .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
271
+ left: 0 !important;
285
272
  }
286
- .e-bigger .e-tooltip-wrap .e-tip-content {
287
- padding: 3px !important;
273
+ .e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
274
+ font-size: 12px !important;
288
275
  }
289
- .e-bigger .e-grid .e-flmenu-valuediv {
276
+ .e-bigger .e-gantt .e-dialog .e-footer-content {
277
+ height: 70px !important;
278
+ padding: 16px !important;
279
+ }
280
+ .e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
281
+ margin-left: 12px;
282
+ }
283
+ .e-bigger .e-gantt .e-dialog .e-dlg-header {
284
+ line-height: 28px;
285
+ }
286
+ .e-bigger .e-gantt .e-filter-popup {
287
+ width: 350px !important;
288
+ }
289
+ .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
290
290
  padding: 16px 0 0 !important;
291
291
  }
292
- .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
293
- padding: 0 16px !important;
292
+ .e-bigger .e-gantt .e-filter-popup .e-dlg-content {
293
+ border-radius: 6px !important;
294
+ padding: 32px 16px 16px !important;
294
295
  }
295
296
  .e-bigger .e-columnmenu {
296
297
  top: 45px;
@@ -299,6 +300,9 @@
299
300
  border-radius: 6px;
300
301
  width: 556px !important;
301
302
  }
303
+ .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
304
+ padding: 0 16px !important;
305
+ }
302
306
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
303
307
  padding: 16px 12px 0 16px;
304
308
  }
@@ -327,97 +331,87 @@
327
331
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
328
332
  border-radius: 50%;
329
333
  height: auto !important;
330
- width: auto !important;
334
+ width: auto;
331
335
  }
332
336
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
333
337
  margin-left: 5px !important;
334
338
  }
335
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
339
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
336
340
  font-size: 16px !important;
337
341
  }
338
- .e-bigger .e-float-input.e-control-wrapper {
339
- width: 250px !important;
340
- }
341
- .e-bigger .e-predecessor-tooltip {
342
- background-color: #000000;
343
- }
344
- .e-bigger .e-predecessor-dialog {
345
- background-color: #f8f8f8;
346
- }
347
- .e-bigger .e-predecessor-dialog .e-dlg-content {
348
- background-color: #f8f8f8;
349
- padding: 10px 9px 9px 14px !important;
350
- }
351
- .e-bigger .e-dialog .e-dlg-header-content {
352
- padding: 16px 4px 16px 16px !important;
353
- }
354
- .e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
355
- left: 0 !important;
356
- }
357
- .e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
358
- font-size: 12px !important;
359
- }
360
- .e-bigger .e-dialog .e-footer-content {
361
- height: 70px !important;
362
- padding: 16px !important;
363
- }
364
- .e-bigger .e-dialog .e-footer-content .e-btn {
365
- margin-left: 12px;
342
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
343
+ min-height: 35px !important;
344
+ min-width: 35.82px !important;
366
345
  }
367
- .e-bigger .e-dialog .e-dlg-header {
368
- line-height: 28px;
346
+ .e-bigger .e-gantt-dialog .e-btn.e-flat {
347
+ line-height: 24px;
348
+ padding: 6px 16px 6px 15px !important;
369
349
  }
370
- .e-bigger .e-filter-popup {
371
- width: 350px !important;
350
+ .e-bigger .e-gantt-dialog .e-btn.e-primary {
351
+ padding: 6px 21px 6px 23px !important;
372
352
  }
373
- .e-bigger .e-dlg-content {
374
- border-radius: 6px !important;
375
- padding: 32px 16px 16px !important;
353
+ .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
354
+ font-size: 16px !important;
376
355
  }
377
- .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
356
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
378
357
  font-size: 14px;
379
358
  line-height: 22px;
380
359
  }
381
- .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
360
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
382
361
  font-size: 14px;
383
362
  line-height: 22px;
384
363
  }
385
- .e-bigger .e-float-input.e-control-wrapper input {
364
+ .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
386
365
  height: 34px !important;
387
366
  }
388
- .e-bigger .e-left-btn:disabled {
389
- color: #A6A6A6 !important;
390
- }
391
- .e-bigger .e-right-btn:disabled {
392
- color: #A6A6A6 !important;
393
- }
394
- .e-bigger .e-input-group-icon.e-date-icon {
395
- min-width: 36px !important;
396
- }
397
- .e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
398
- min-height: 35px !important;
399
- min-width: 35.82px !important;
400
- }
401
- .e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
367
+ .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
402
368
  min-height: 35px !important;
403
369
  min-width: 35.82px !important;
404
370
  }
405
- .e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
371
+ .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
406
372
  min-height: 35px !important;
407
373
  min-width: 35.82px !important;
408
374
  }
409
- .e-bigger .e-input-group.e-control-wrapper {
375
+ .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
410
376
  height: 36px;
411
377
  }
412
- .e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
413
- font-size: 16px !important;
378
+ .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
379
+ min-width: 36px !important;
414
380
  }
415
- .e-bigger .e-btn.e-flat {
416
- line-height: 24px;
417
- padding: 6px 16px 6px 15px !important;
381
+ .e-bigger .e-predecessor-tooltip {
382
+ background-color: #000;
418
383
  }
419
- .e-bigger .e-btn.e-primary {
420
- padding: 6px 21px 6px 23px !important;
384
+ .e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
385
+ color: #a6a6a6 !important;
386
+ }
387
+ .e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
388
+ color: #a6a6a6 !important;
389
+ }
390
+ .e-bigger .e-predecessor-tooltip .e-tip-content {
391
+ padding: 3px !important;
392
+ }
393
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
394
+ background-color: #000;
395
+ border-color: #000;
396
+ color: #fff;
397
+ font-size: 12px;
398
+ line-height: 18px;
399
+ padding: 0 8px 0 0;
400
+ }
401
+ .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
402
+ background-color: #000;
403
+ border-color: #000;
404
+ color: #fff;
405
+ font-size: 12px;
406
+ line-height: 18px;
407
+ padding: 0 0 0 8px;
408
+ }
409
+ .e-bigger .e-predecessor-dialog {
410
+ background-color: #f8f8f8;
411
+ }
412
+ .e-bigger .e-predecessor-dialog .e-dlg-content {
413
+ background-color: #f8f8f8;
414
+ padding: 10px 9px 9px 14px !important;
421
415
  }
422
416
 
423
417
  .e-gantt {
@@ -988,6 +982,9 @@
988
982
  .e-gantt .e-gantt-chart .e-connector-line-hover {
989
983
  outline: 1px solid;
990
984
  }
985
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
986
+ outline: 1px solid;
987
+ }
991
988
  .e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
992
989
  z-index: 100;
993
990
  }
@@ -1364,13 +1361,13 @@
1364
1361
  border-spacing: 0;
1365
1362
  }
1366
1363
  .e-gantt .e-gantt-chart .e-chart-row-border {
1367
- border-top-color: #e0e0e0;
1364
+ border-top-color: #eaeaea;
1368
1365
  }
1369
1366
  .e-gantt .e-gantt-chart .e-chart-row-cell {
1370
- color: rgb(0, 0, 0);
1367
+ color: #000;
1371
1368
  }
1372
1369
  .e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
1373
- border-bottom-color: #e0e0e0;
1370
+ border-bottom-color: #eaeaea;
1374
1371
  }
1375
1372
  .e-gantt .e-gantt-chart .e-line-container-cell {
1376
1373
  border-color: #e0e0e0;
@@ -1426,6 +1423,10 @@
1426
1423
  background-color: #6D1888;
1427
1424
  border: 0px;
1428
1425
  }
1426
+ .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1427
+ background-color: #6D1888;
1428
+ border: 0px;
1429
+ }
1429
1430
  .e-gantt .e-gantt-chart .e-holiday {
1430
1431
  background: #f4f4f4;
1431
1432
  }
@@ -1457,7 +1458,6 @@
1457
1458
  }
1458
1459
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1459
1460
  background: linear-gradient(to right, rgba(0, 91, 163, 0.2), #005ba3 30%, #005ba3 70%, #005ba3 70%, rgba(0, 91, 163, 0.2) 100%);
1460
- background-color: rgba(0, 91, 163, 0.2);
1461
1461
  border: 0px;
1462
1462
  border-radius: 0px;
1463
1463
  }
@@ -1597,13 +1597,13 @@
1597
1597
  color: #333;
1598
1598
  }
1599
1599
  .e-gantt .e-gantt-chart .e-baseline-bar {
1600
- background-color: #D83B01;
1600
+ background-color: #d83b01;
1601
1601
  }
1602
1602
  .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1603
- border-bottom-color: #D83B01;
1603
+ border-bottom-color: #d83b01;
1604
1604
  }
1605
1605
  .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1606
- border-top-color: #D83B01;
1606
+ border-top-color: #d83b01;
1607
1607
  }
1608
1608
  .e-gantt .e-gantt-chart .e-uptail::before {
1609
1609
  border-bottom-color: #e0e0e0;
@@ -1758,4 +1758,56 @@
1758
1758
  }
1759
1759
  .e-gantt.e-device .e-backarrowspan {
1760
1760
  color: #000;
1761
+ }
1762
+
1763
+ .e-gantt .e-gantt-chart .e-criticalconnector-line {
1764
+ border-color: #d13438;
1765
+ }
1766
+
1767
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
1768
+ border-left-color: #d13438;
1769
+ }
1770
+
1771
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
1772
+ border-right-color: #d13438;
1773
+ }
1774
+
1775
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
1776
+ border-color: #f3d8da;
1777
+ outline-color: #f3d8da;
1778
+ }
1779
+
1780
+ .e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
1781
+ border-left-color: #f3d8da;
1782
+ }
1783
+
1784
+ .e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
1785
+ border-right-color: #f3d8da;
1786
+ }
1787
+
1788
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
1789
+ background-color: #f3d8da;
1790
+ border: 1px solid #f3d8da;
1791
+ border-radius: 0px;
1792
+ }
1793
+
1794
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
1795
+ background-color: #d13438;
1796
+ border: 0px;
1797
+ border-radius: 4px;
1798
+ }
1799
+
1800
+ .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
1801
+ background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #d13438 30%, #d13438 70%, #d13438 70%, rgba(255, 85, 85, 0.2) 100%);
1802
+ background-color: rgba(255, 85, 85, 0.2);
1803
+ border: 0px;
1804
+ border-radius: 0px;
1805
+ }
1806
+
1807
+ .e-gantt .e-gantt-chart .e-critical-milestone-top {
1808
+ border-bottom-color: #D13438;
1809
+ }
1810
+
1811
+ .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
1812
+ border-top-color: #D13438;
1761
1813
  }