@syncfusion/ej2-vue-gantt 20.1.47 → 20.1.48

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 (56) hide show
  1. package/CHANGELOG.md +0 -10
  2. package/dist/ej2-vue-gantt.umd.min.js +2 -2
  3. package/dist/es6/ej2-vue-gantt.es2015.js +15 -221
  4. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-gantt.es5.js +15 -150
  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 +14 -8
  9. package/src/gantt/adddialogfields.directive.d.ts +1 -3
  10. package/src/gantt/adddialogfields.directive.js +2 -24
  11. package/src/gantt/columns.directive.d.ts +1 -3
  12. package/src/gantt/columns.directive.js +2 -24
  13. package/src/gantt/dayworkingtime.directive.d.ts +1 -3
  14. package/src/gantt/dayworkingtime.directive.js +2 -24
  15. package/src/gantt/editdialogfields.directive.d.ts +1 -3
  16. package/src/gantt/editdialogfields.directive.js +2 -24
  17. package/src/gantt/eventmarkers.directive.d.ts +1 -3
  18. package/src/gantt/eventmarkers.directive.js +2 -24
  19. package/src/gantt/gantt.component.d.ts +0 -1
  20. package/src/gantt/gantt.component.js +1 -10
  21. package/src/gantt/holidays.directive.d.ts +1 -3
  22. package/src/gantt/holidays.directive.js +2 -24
  23. package/styles/bootstrap-dark.css +10 -37
  24. package/styles/bootstrap.css +10 -37
  25. package/styles/bootstrap4.css +10 -37
  26. package/styles/bootstrap5-dark.css +19 -53
  27. package/styles/bootstrap5.css +19 -53
  28. package/styles/fabric-dark.css +7 -34
  29. package/styles/fabric.css +10 -37
  30. package/styles/gantt/bootstrap-dark.css +10 -37
  31. package/styles/gantt/bootstrap.css +10 -37
  32. package/styles/gantt/bootstrap4.css +10 -37
  33. package/styles/gantt/bootstrap5-dark.css +19 -53
  34. package/styles/gantt/bootstrap5.css +19 -53
  35. package/styles/gantt/fabric-dark.css +7 -34
  36. package/styles/gantt/fabric.css +10 -37
  37. package/styles/gantt/highcontrast-light.css +7 -34
  38. package/styles/gantt/highcontrast.css +7 -34
  39. package/styles/gantt/material-dark.css +10 -37
  40. package/styles/gantt/material.css +10 -37
  41. package/styles/gantt/tailwind-dark.css +99 -70
  42. package/styles/gantt/tailwind.css +99 -70
  43. package/styles/highcontrast-light.css +7 -34
  44. package/styles/highcontrast.css +7 -34
  45. package/styles/material-dark.css +10 -37
  46. package/styles/material.css +10 -37
  47. package/styles/tailwind-dark.css +99 -70
  48. package/styles/tailwind.css +99 -70
  49. package/styles/fluent-dark.css +0 -1942
  50. package/styles/fluent-dark.scss +0 -1
  51. package/styles/fluent.css +0 -1942
  52. package/styles/fluent.scss +0 -1
  53. package/styles/gantt/fluent-dark.css +0 -1942
  54. package/styles/gantt/fluent-dark.scss +0 -1
  55. package/styles/gantt/fluent.css +0 -1942
  56. package/styles/gantt/fluent.scss +0 -1
@@ -231,34 +231,6 @@
231
231
  }
232
232
  }
233
233
 
234
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
235
- height: 64px;
236
- }
237
-
238
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
239
- height: 32px;
240
- }
241
-
242
- .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
243
- height: 63px !important;
244
- }
245
-
246
- .e-bigger .e-columnmenu {
247
- top: 45px;
248
- }
249
-
250
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
251
- padding: 16px 18px 0 18px;
252
- }
253
-
254
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
255
- padding: 16px 18px 0 0;
256
- }
257
-
258
- .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
259
- padding: 16px 18px 0 0;
260
- }
261
-
262
234
  .e-gantt {
263
235
  display: block;
264
236
  width: 100%;
@@ -773,10 +745,9 @@
773
745
  }
774
746
 
775
747
  .e-gantt .e-gantt-chart .e-baseline-bar {
776
- border-radius: 2px;
777
748
  box-sizing: border-box;
778
749
  position: absolute;
779
- z-index: 2;
750
+ z-index: 3;
780
751
  }
781
752
 
782
753
  .e-gantt .e-gantt-chart .e-milestone-top,
@@ -838,6 +809,7 @@
838
809
  }
839
810
 
840
811
  .e-gantt .e-gantt-chart .e-holiday .e-span {
812
+ font-size: 13px;
841
813
  position: absolute;
842
814
  transform: rotate(-90deg);
843
815
  white-space: nowrap;
@@ -1120,8 +1092,6 @@
1120
1092
 
1121
1093
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1122
1094
  border-radius: 50%;
1123
- height: auto !important;
1124
- width: auto !important;
1125
1095
  }
1126
1096
 
1127
1097
  .e-icon-rowselect::before {
@@ -1430,13 +1400,11 @@
1430
1400
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1431
1401
  background-color: #005201;
1432
1402
  border: 0px;
1433
- border-radius: 0px;
1434
1403
  }
1435
1404
 
1436
1405
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1437
1406
  background-color: #6e06f1;
1438
1407
  border: 0px;
1439
- border-radius: 4px;
1440
1408
  }
1441
1409
 
1442
1410
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
@@ -1507,6 +1475,11 @@
1507
1475
 
1508
1476
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1509
1477
  background: #222;
1478
+ border-color: #fff;
1479
+ }
1480
+
1481
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
1482
+ border-bottom-color: #fff;
1510
1483
  }
1511
1484
 
1512
1485
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
@@ -345,34 +345,6 @@
345
345
  content: '\e903';
346
346
  }
347
347
 
348
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
349
- height: 64px;
350
- }
351
-
352
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
353
- height: 32px;
354
- }
355
-
356
- .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
357
- height: 63px !important;
358
- }
359
-
360
- .e-bigger .e-columnmenu {
361
- top: 45px;
362
- }
363
-
364
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
365
- padding: 16px 18px 0 18px;
366
- }
367
-
368
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
369
- padding: 16px 18px 0 0;
370
- }
371
-
372
- .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
373
- padding: 16px 18px 0 0;
374
- }
375
-
376
348
  .e-gantt {
377
349
  display: block;
378
350
  width: 100%;
@@ -887,10 +859,9 @@
887
859
  }
888
860
 
889
861
  .e-gantt .e-gantt-chart .e-baseline-bar {
890
- border-radius: 2px;
891
862
  box-sizing: border-box;
892
863
  position: absolute;
893
- z-index: 2;
864
+ z-index: 3;
894
865
  }
895
866
 
896
867
  .e-gantt .e-gantt-chart .e-milestone-top,
@@ -952,6 +923,7 @@
952
923
  }
953
924
 
954
925
  .e-gantt .e-gantt-chart .e-holiday .e-span {
926
+ font-size: 13px;
955
927
  position: absolute;
956
928
  transform: rotate(-90deg);
957
929
  white-space: nowrap;
@@ -1234,8 +1206,6 @@
1234
1206
 
1235
1207
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1236
1208
  border-radius: 50%;
1237
- height: auto !important;
1238
- width: auto !important;
1239
1209
  }
1240
1210
 
1241
1211
  .e-icon-rowselect::before {
@@ -1544,13 +1514,11 @@
1544
1514
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1545
1515
  background-color: #005201;
1546
1516
  border: 0px;
1547
- border-radius: 0px;
1548
1517
  }
1549
1518
 
1550
1519
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1551
1520
  background-color: #3e047d;
1552
1521
  border: 0px;
1553
- border-radius: 4px;
1554
1522
  }
1555
1523
 
1556
1524
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
@@ -1621,6 +1589,11 @@
1621
1589
 
1622
1590
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1623
1591
  background: #222;
1592
+ border-color: #fff;
1593
+ }
1594
+
1595
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
1596
+ border-bottom-color: #fff;
1624
1597
  }
1625
1598
 
1626
1599
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
@@ -267,34 +267,6 @@
267
267
  content: '\e903';
268
268
  }
269
269
 
270
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
271
- height: 64px;
272
- }
273
-
274
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
275
- height: 32px;
276
- }
277
-
278
- .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
279
- height: 63px !important;
280
- }
281
-
282
- .e-bigger .e-columnmenu {
283
- top: 38px;
284
- }
285
-
286
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
287
- padding: 16px 18px 0 18px;
288
- }
289
-
290
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
291
- padding: 16px 18px 0 0;
292
- }
293
-
294
- .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
295
- padding: 16px 18px 0 0;
296
- }
297
-
298
270
  .e-gantt {
299
271
  display: block;
300
272
  width: 100%;
@@ -809,10 +781,9 @@
809
781
  }
810
782
 
811
783
  .e-gantt .e-gantt-chart .e-baseline-bar {
812
- border-radius: 2px;
813
784
  box-sizing: border-box;
814
785
  position: absolute;
815
- z-index: 2;
786
+ z-index: 3;
816
787
  }
817
788
 
818
789
  .e-gantt .e-gantt-chart .e-milestone-top,
@@ -874,6 +845,7 @@
874
845
  }
875
846
 
876
847
  .e-gantt .e-gantt-chart .e-holiday .e-span {
848
+ font-size: 13px;
877
849
  position: absolute;
878
850
  transform: rotate(-90deg);
879
851
  white-space: nowrap;
@@ -1156,8 +1128,6 @@
1156
1128
 
1157
1129
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1158
1130
  border-radius: 50%;
1159
- height: auto !important;
1160
- width: auto !important;
1161
1131
  }
1162
1132
 
1163
1133
  .e-icon-rowselect::before {
@@ -1466,13 +1436,11 @@
1466
1436
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1467
1437
  background-color: #4cc7ba;
1468
1438
  border: 0px;
1469
- border-radius: 4px;
1470
1439
  }
1471
1440
 
1472
1441
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1473
1442
  background-color: #7280ce;
1474
1443
  border: 0px;
1475
- border-radius: 4px;
1476
1444
  }
1477
1445
 
1478
1446
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
@@ -1543,6 +1511,11 @@
1543
1511
 
1544
1512
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1545
1513
  background: #222;
1514
+ border-color: #fff;
1515
+ }
1516
+
1517
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
1518
+ border-bottom-color: #fff;
1546
1519
  }
1547
1520
 
1548
1521
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
@@ -1706,15 +1679,15 @@
1706
1679
  }
1707
1680
 
1708
1681
  .e-gantt .e-gantt-chart .e-baseline-bar {
1709
- background-color: #ff9800;
1682
+ background-color: #FF9800;
1710
1683
  }
1711
1684
 
1712
1685
  .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1713
- border-bottom-color: #ff9800;
1686
+ border-bottom-color: #FF9800;
1714
1687
  }
1715
1688
 
1716
1689
  .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1717
- border-top-color: #ff9800;
1690
+ border-top-color: #FF9800;
1718
1691
  }
1719
1692
 
1720
1693
  .e-gantt .e-gantt-chart .e-uptail::before {
@@ -308,34 +308,6 @@
308
308
  content: '\e903';
309
309
  }
310
310
 
311
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
312
- height: 64px;
313
- }
314
-
315
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
316
- height: 32px;
317
- }
318
-
319
- .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
320
- height: 63px !important;
321
- }
322
-
323
- .e-bigger .e-columnmenu {
324
- top: 38px;
325
- }
326
-
327
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
328
- padding: 16px 18px 0 18px;
329
- }
330
-
331
- .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
332
- padding: 16px 18px 0 0;
333
- }
334
-
335
- .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
336
- padding: 16px 18px 0 0;
337
- }
338
-
339
311
  .e-gantt {
340
312
  display: block;
341
313
  width: 100%;
@@ -850,10 +822,9 @@
850
822
  }
851
823
 
852
824
  .e-gantt .e-gantt-chart .e-baseline-bar {
853
- border-radius: 2px;
854
825
  box-sizing: border-box;
855
826
  position: absolute;
856
- z-index: 2;
827
+ z-index: 3;
857
828
  }
858
829
 
859
830
  .e-gantt .e-gantt-chart .e-milestone-top,
@@ -915,6 +886,7 @@
915
886
  }
916
887
 
917
888
  .e-gantt .e-gantt-chart .e-holiday .e-span {
889
+ font-size: 13px;
918
890
  position: absolute;
919
891
  transform: rotate(-90deg);
920
892
  white-space: nowrap;
@@ -1197,8 +1169,6 @@
1197
1169
 
1198
1170
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1199
1171
  border-radius: 50%;
1200
- height: auto !important;
1201
- width: auto !important;
1202
1172
  }
1203
1173
 
1204
1174
  .e-icon-rowselect::before {
@@ -1507,13 +1477,11 @@
1507
1477
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1508
1478
  background-color: #616161;
1509
1479
  border: 0px;
1510
- border-radius: 4px;
1511
1480
  }
1512
1481
 
1513
1482
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1514
1483
  background-color: #3f51b5;
1515
1484
  border: 0px;
1516
- border-radius: 4px;
1517
1485
  }
1518
1486
 
1519
1487
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
@@ -1584,6 +1552,11 @@
1584
1552
 
1585
1553
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1586
1554
  background: #222;
1555
+ border-color: #fff;
1556
+ }
1557
+
1558
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
1559
+ border-bottom-color: #fff;
1587
1560
  }
1588
1561
 
1589
1562
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
@@ -1747,15 +1720,15 @@
1747
1720
  }
1748
1721
 
1749
1722
  .e-gantt .e-gantt-chart .e-baseline-bar {
1750
- background-color: #C15700;
1723
+ background-color: #FF9800;
1751
1724
  }
1752
1725
 
1753
1726
  .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1754
- border-bottom-color: #C15700;
1727
+ border-bottom-color: #FF9800;
1755
1728
  }
1756
1729
 
1757
1730
  .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1758
- border-top-color: #C15700;
1731
+ border-top-color: #FF9800;
1759
1732
  }
1760
1733
 
1761
1734
  .e-gantt .e-gantt-chart .e-uptail::before {