@syncfusion/ej2-vue-gantt 20.2.39 → 20.2.45

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 (41) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/ej2-vue-gantt.umd.min.js +2 -20
  3. package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-gantt.es2015.js +4 -1
  5. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-gantt.es5.js +4 -1
  7. package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-gantt.min.js +2 -2
  9. package/package.json +11 -8
  10. package/src/gantt/gantt.component.d.ts +1 -0
  11. package/src/gantt/gantt.component.js +4 -1
  12. package/styles/bootstrap-dark.css +4 -4
  13. package/styles/bootstrap.css +4 -4
  14. package/styles/bootstrap4.css +4 -4
  15. package/styles/bootstrap5-dark.css +4 -4
  16. package/styles/bootstrap5.css +4 -4
  17. package/styles/fabric-dark.css +4 -4
  18. package/styles/fabric.css +4 -4
  19. package/styles/fluent-dark.css +4 -4
  20. package/styles/fluent.css +4 -4
  21. package/styles/gantt/bootstrap-dark.css +4 -4
  22. package/styles/gantt/bootstrap.css +4 -4
  23. package/styles/gantt/bootstrap4.css +4 -4
  24. package/styles/gantt/bootstrap5-dark.css +4 -4
  25. package/styles/gantt/bootstrap5.css +4 -4
  26. package/styles/gantt/fabric-dark.css +4 -4
  27. package/styles/gantt/fabric.css +4 -4
  28. package/styles/gantt/fluent-dark.css +4 -4
  29. package/styles/gantt/fluent.css +4 -4
  30. package/styles/gantt/highcontrast-light.css +4 -4
  31. package/styles/gantt/highcontrast.css +4 -4
  32. package/styles/gantt/material-dark.css +4 -4
  33. package/styles/gantt/material.css +4 -4
  34. package/styles/gantt/tailwind-dark.css +4 -4
  35. package/styles/gantt/tailwind.css +4 -4
  36. package/styles/highcontrast-light.css +4 -4
  37. package/styles/highcontrast.css +4 -4
  38. package/styles/material-dark.css +4 -4
  39. package/styles/material.css +4 -4
  40. package/styles/tailwind-dark.css +4 -4
  41. package/styles/tailwind.css +4 -4
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-gantt@*",
3
- "_id": "@syncfusion/ej2-vue-gantt@20.2.38",
3
+ "_id": "@syncfusion/ej2-vue-gantt@20.2.44",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-CtrdwUy+0YKbgoXEU2KEmGpN7zJTNzmDBMr5Hr57dttMUHlONLSoHJCWLGDbWO1/jnhpRyvILBVXIQzLugfydA==",
5
+ "_integrity": "sha512-U2ghEm+gSi4Ro3PtbyoBt6qeL/vcYkr9XH0m7Kz+2AVVmAnziaDkKFDRXzDU/EGv1PEIVLF5gDwUOAgZARk7Tw==",
6
6
  "_location": "/@syncfusion/ej2-vue-gantt",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-20.2.38.tgz",
23
- "_shasum": "67d50ba5899e905b91adf00e74f29f54a5b86547",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-20.2.44.tgz",
23
+ "_shasum": "e16fd13b55418d51753b2bfaee0f0ac728c0e3c7",
24
24
  "_spec": "@syncfusion/ej2-vue-gantt@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.2.38",
35
- "@syncfusion/ej2-gantt": "20.2.39",
36
- "@syncfusion/ej2-vue-base": "~20.2.38"
34
+ "@syncfusion/ej2-base": "~20.2.45",
35
+ "@syncfusion/ej2-gantt": "20.2.45",
36
+ "@syncfusion/ej2-vue-base": "~20.2.45"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 Gantt Component for Vue",
@@ -63,6 +63,9 @@
63
63
  "type": "git",
64
64
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
65
65
  },
66
- "version": "20.2.39",
66
+ "scripts": {
67
+ "postinstall": "node ../ej2-vue-base/postinstall.js"
68
+ },
69
+ "version": "20.2.45",
67
70
  "sideEffects": false
68
71
  }
@@ -75,6 +75,7 @@ export declare class GanttComponent extends ComponentBase {
75
75
  outdent(): void;
76
76
  pdfExport(pdfExportProperties?: Object, isMultipleExport?: boolean, pdfDoc?: Object): Object;
77
77
  previousTimeSpan(mode?: string): void;
78
+ removeCriticalPathStyles(): void;
78
79
  removePredecessor(id: number): void;
79
80
  removeSortColumn(columnName: string): void;
80
81
  renderTemplates(): void;
@@ -34,7 +34,7 @@ export var testProp = getProps({ props: properties });
34
34
  export var props = testProp[0];
35
35
  export var watch = testProp[1];
36
36
  export var emitProbs = Object.keys(watch);
37
- emitProbs.push('modelchanged');
37
+ emitProbs.push('modelchanged', 'update:modelValue');
38
38
  for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
39
39
  var props_1 = modelProps_1[_i];
40
40
  emitProbs.push('update:' + props_1);
@@ -294,6 +294,9 @@ var GanttComponent = /** @class */ (function (_super) {
294
294
  GanttComponent.prototype.previousTimeSpan = function (mode) {
295
295
  return this.ej2Instances.previousTimeSpan(mode);
296
296
  };
297
+ GanttComponent.prototype.removeCriticalPathStyles = function () {
298
+ return this.ej2Instances.removeCriticalPathStyles();
299
+ };
297
300
  GanttComponent.prototype.removePredecessor = function (id) {
298
301
  return this.ej2Instances.removePredecessor(id);
299
302
  };
@@ -621,14 +621,13 @@
621
621
  }
622
622
  .e-gantt .e-gantt-chart .e-timeline-header-container {
623
623
  border-bottom-style: solid;
624
- border-right-width: 0;
624
+ border-right: 1px solid;
625
625
  overflow: hidden;
626
626
  position: relative;
627
627
  z-index: 6;
628
628
  }
629
629
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
630
630
  border-left: 0;
631
- padding: 0 3px;
632
631
  }
633
632
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
634
633
  border-collapse: collapse;
@@ -680,7 +679,7 @@
680
679
  }
681
680
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
682
681
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
683
- padding-left: 8px;
682
+ padding-left: 11px;
684
683
  text-align: left;
685
684
  }
686
685
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -784,7 +783,7 @@
784
783
  .e-gantt .e-gantt-chart .e-indicator-span {
785
784
  display: inline-block;
786
785
  font-size: 13px;
787
- font-weight: 400;
786
+ font-weight: normal;
788
787
  overflow: hidden;
789
788
  position: absolute;
790
789
  text-overflow: ellipsis;
@@ -1177,6 +1176,7 @@
1177
1176
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1178
1177
  border-bottom-width: 0px;
1179
1178
  height: 200px;
1179
+ overflow: hidden;
1180
1180
  }
1181
1181
  .e-gantt-dialog > .e-dlg-content {
1182
1182
  padding: 0 !important;
@@ -765,14 +765,13 @@
765
765
  }
766
766
  .e-gantt .e-gantt-chart .e-timeline-header-container {
767
767
  border-bottom-style: solid;
768
- border-right-width: 0;
768
+ border-right: 1px solid;
769
769
  overflow: hidden;
770
770
  position: relative;
771
771
  z-index: 6;
772
772
  }
773
773
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
774
774
  border-left: 0;
775
- padding: 0 3px;
776
775
  }
777
776
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
778
777
  border-collapse: collapse;
@@ -824,7 +823,7 @@
824
823
  }
825
824
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
826
825
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
827
- padding-left: 8px;
826
+ padding-left: 11px;
828
827
  text-align: left;
829
828
  }
830
829
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -928,7 +927,7 @@
928
927
  .e-gantt .e-gantt-chart .e-indicator-span {
929
928
  display: inline-block;
930
929
  font-size: 13px;
931
- font-weight: 400;
930
+ font-weight: normal;
932
931
  overflow: hidden;
933
932
  position: absolute;
934
933
  text-overflow: ellipsis;
@@ -1321,6 +1320,7 @@
1321
1320
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1322
1321
  border-bottom-width: 0px;
1323
1322
  height: 200px;
1323
+ overflow: hidden;
1324
1324
  }
1325
1325
  .e-gantt-dialog > .e-dlg-content {
1326
1326
  padding: 0 !important;
@@ -948,14 +948,13 @@
948
948
  }
949
949
  .e-gantt .e-gantt-chart .e-timeline-header-container {
950
950
  border-bottom-style: solid;
951
- border-right-width: 0;
951
+ border-right: 1px solid;
952
952
  overflow: hidden;
953
953
  position: relative;
954
954
  z-index: 6;
955
955
  }
956
956
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
957
957
  border-left: 0;
958
- padding: 0 3px;
959
958
  }
960
959
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
961
960
  border-collapse: collapse;
@@ -1007,7 +1006,7 @@
1007
1006
  }
1008
1007
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
1009
1008
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
1010
- padding-left: 8px;
1009
+ padding-left: 11px;
1011
1010
  text-align: left;
1012
1011
  }
1013
1012
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -1111,7 +1110,7 @@
1111
1110
  .e-gantt .e-gantt-chart .e-indicator-span {
1112
1111
  display: inline-block;
1113
1112
  font-size: 13px;
1114
- font-weight: 400;
1113
+ font-weight: normal;
1115
1114
  overflow: hidden;
1116
1115
  position: absolute;
1117
1116
  text-overflow: ellipsis;
@@ -1504,6 +1503,7 @@
1504
1503
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1505
1504
  border-bottom-width: 0px;
1506
1505
  height: 200px;
1506
+ overflow: hidden;
1507
1507
  }
1508
1508
  .e-gantt-dialog > .e-dlg-content {
1509
1509
  padding: 0 !important;
@@ -661,14 +661,13 @@
661
661
  }
662
662
  .e-gantt .e-gantt-chart .e-timeline-header-container {
663
663
  border-bottom-style: solid;
664
- border-right-width: 0;
664
+ border-right: 1px solid;
665
665
  overflow: hidden;
666
666
  position: relative;
667
667
  z-index: 6;
668
668
  }
669
669
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
670
670
  border-left: 0;
671
- padding: 0 3px;
672
671
  }
673
672
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
674
673
  border-collapse: collapse;
@@ -720,7 +719,7 @@
720
719
  }
721
720
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
722
721
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
723
- padding-left: 8px;
722
+ padding-left: 11px;
724
723
  text-align: left;
725
724
  }
726
725
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -824,7 +823,7 @@
824
823
  .e-gantt .e-gantt-chart .e-indicator-span {
825
824
  display: inline-block;
826
825
  font-size: 13px;
827
- font-weight: 400;
826
+ font-weight: normal;
828
827
  overflow: hidden;
829
828
  position: absolute;
830
829
  text-overflow: ellipsis;
@@ -1217,6 +1216,7 @@
1217
1216
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1218
1217
  border-bottom-width: 0px;
1219
1218
  height: 200px;
1219
+ overflow: hidden;
1220
1220
  }
1221
1221
  .e-gantt-dialog > .e-dlg-content {
1222
1222
  padding: 0 !important;
@@ -661,14 +661,13 @@
661
661
  }
662
662
  .e-gantt .e-gantt-chart .e-timeline-header-container {
663
663
  border-bottom-style: solid;
664
- border-right-width: 0;
664
+ border-right: 1px solid;
665
665
  overflow: hidden;
666
666
  position: relative;
667
667
  z-index: 6;
668
668
  }
669
669
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
670
670
  border-left: 0;
671
- padding: 0 3px;
672
671
  }
673
672
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
674
673
  border-collapse: collapse;
@@ -720,7 +719,7 @@
720
719
  }
721
720
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
722
721
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
723
- padding-left: 8px;
722
+ padding-left: 11px;
724
723
  text-align: left;
725
724
  }
726
725
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -824,7 +823,7 @@
824
823
  .e-gantt .e-gantt-chart .e-indicator-span {
825
824
  display: inline-block;
826
825
  font-size: 13px;
827
- font-weight: 400;
826
+ font-weight: normal;
828
827
  overflow: hidden;
829
828
  position: absolute;
830
829
  text-overflow: ellipsis;
@@ -1217,6 +1216,7 @@
1217
1216
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1218
1217
  border-bottom-width: 0px;
1219
1218
  height: 200px;
1219
+ overflow: hidden;
1220
1220
  }
1221
1221
  .e-gantt-dialog > .e-dlg-content {
1222
1222
  padding: 0 !important;
@@ -577,14 +577,13 @@
577
577
  }
578
578
  .e-gantt .e-gantt-chart .e-timeline-header-container {
579
579
  border-bottom-style: solid;
580
- border-right-width: 0;
580
+ border-right: 1px solid;
581
581
  overflow: hidden;
582
582
  position: relative;
583
583
  z-index: 6;
584
584
  }
585
585
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
586
586
  border-left: 0;
587
- padding: 0 3px;
588
587
  }
589
588
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
590
589
  border-collapse: collapse;
@@ -636,7 +635,7 @@
636
635
  }
637
636
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
638
637
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
639
- padding-left: 8px;
638
+ padding-left: 11px;
640
639
  text-align: left;
641
640
  }
642
641
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -740,7 +739,7 @@
740
739
  .e-gantt .e-gantt-chart .e-indicator-span {
741
740
  display: inline-block;
742
741
  font-size: 13px;
743
- font-weight: 400;
742
+ font-weight: normal;
744
743
  overflow: hidden;
745
744
  position: absolute;
746
745
  text-overflow: ellipsis;
@@ -1133,6 +1132,7 @@
1133
1132
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1134
1133
  border-bottom-width: 0px;
1135
1134
  height: 200px;
1135
+ overflow: hidden;
1136
1136
  }
1137
1137
  .e-gantt-dialog > .e-dlg-content {
1138
1138
  padding: 0 !important;
package/styles/fabric.css CHANGED
@@ -575,14 +575,13 @@
575
575
  }
576
576
  .e-gantt .e-gantt-chart .e-timeline-header-container {
577
577
  border-bottom-style: solid;
578
- border-right-width: 0;
578
+ border-right: 1px solid;
579
579
  overflow: hidden;
580
580
  position: relative;
581
581
  z-index: 6;
582
582
  }
583
583
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
584
584
  border-left: 0;
585
- padding: 0 3px;
586
585
  }
587
586
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
588
587
  border-collapse: collapse;
@@ -634,7 +633,7 @@
634
633
  }
635
634
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
636
635
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
637
- padding-left: 8px;
636
+ padding-left: 11px;
638
637
  text-align: left;
639
638
  }
640
639
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -738,7 +737,7 @@
738
737
  .e-gantt .e-gantt-chart .e-indicator-span {
739
738
  display: inline-block;
740
739
  font-size: 13px;
741
- font-weight: 400;
740
+ font-weight: normal;
742
741
  overflow: hidden;
743
742
  position: absolute;
744
743
  text-overflow: ellipsis;
@@ -1131,6 +1130,7 @@
1131
1130
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1132
1131
  border-bottom-width: 0px;
1133
1132
  height: 200px;
1133
+ overflow: hidden;
1134
1134
  }
1135
1135
  .e-gantt-dialog > .e-dlg-content {
1136
1136
  padding: 0 !important;
@@ -640,14 +640,13 @@
640
640
  }
641
641
  .e-gantt .e-gantt-chart .e-timeline-header-container {
642
642
  border-bottom-style: solid;
643
- border-right-width: 0;
643
+ border-right: 1px solid;
644
644
  overflow: hidden;
645
645
  position: relative;
646
646
  z-index: 6;
647
647
  }
648
648
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
649
649
  border-left: 0;
650
- padding: 0 3px;
651
650
  }
652
651
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
653
652
  border-collapse: collapse;
@@ -699,7 +698,7 @@
699
698
  }
700
699
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
701
700
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
702
- padding-left: 8px;
701
+ padding-left: 11px;
703
702
  text-align: left;
704
703
  }
705
704
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -803,7 +802,7 @@
803
802
  .e-gantt .e-gantt-chart .e-indicator-span {
804
803
  display: inline-block;
805
804
  font-size: 13px;
806
- font-weight: 400;
805
+ font-weight: normal;
807
806
  overflow: hidden;
808
807
  position: absolute;
809
808
  text-overflow: ellipsis;
@@ -1196,6 +1195,7 @@
1196
1195
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1197
1196
  border-bottom-width: 0px;
1198
1197
  height: 200px;
1198
+ overflow: hidden;
1199
1199
  }
1200
1200
  .e-gantt-dialog > .e-dlg-content {
1201
1201
  padding: 0 !important;
package/styles/fluent.css CHANGED
@@ -640,14 +640,13 @@
640
640
  }
641
641
  .e-gantt .e-gantt-chart .e-timeline-header-container {
642
642
  border-bottom-style: solid;
643
- border-right-width: 0;
643
+ border-right: 1px solid;
644
644
  overflow: hidden;
645
645
  position: relative;
646
646
  z-index: 6;
647
647
  }
648
648
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
649
649
  border-left: 0;
650
- padding: 0 3px;
651
650
  }
652
651
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
653
652
  border-collapse: collapse;
@@ -699,7 +698,7 @@
699
698
  }
700
699
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
701
700
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
702
- padding-left: 8px;
701
+ padding-left: 11px;
703
702
  text-align: left;
704
703
  }
705
704
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -803,7 +802,7 @@
803
802
  .e-gantt .e-gantt-chart .e-indicator-span {
804
803
  display: inline-block;
805
804
  font-size: 13px;
806
- font-weight: 400;
805
+ font-weight: normal;
807
806
  overflow: hidden;
808
807
  position: absolute;
809
808
  text-overflow: ellipsis;
@@ -1196,6 +1195,7 @@
1196
1195
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1197
1196
  border-bottom-width: 0px;
1198
1197
  height: 200px;
1198
+ overflow: hidden;
1199
1199
  }
1200
1200
  .e-gantt-dialog > .e-dlg-content {
1201
1201
  padding: 0 !important;
@@ -621,14 +621,13 @@
621
621
  }
622
622
  .e-gantt .e-gantt-chart .e-timeline-header-container {
623
623
  border-bottom-style: solid;
624
- border-right-width: 0;
624
+ border-right: 1px solid;
625
625
  overflow: hidden;
626
626
  position: relative;
627
627
  z-index: 6;
628
628
  }
629
629
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
630
630
  border-left: 0;
631
- padding: 0 3px;
632
631
  }
633
632
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
634
633
  border-collapse: collapse;
@@ -680,7 +679,7 @@
680
679
  }
681
680
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
682
681
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
683
- padding-left: 8px;
682
+ padding-left: 11px;
684
683
  text-align: left;
685
684
  }
686
685
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -784,7 +783,7 @@
784
783
  .e-gantt .e-gantt-chart .e-indicator-span {
785
784
  display: inline-block;
786
785
  font-size: 13px;
787
- font-weight: 400;
786
+ font-weight: normal;
788
787
  overflow: hidden;
789
788
  position: absolute;
790
789
  text-overflow: ellipsis;
@@ -1177,6 +1176,7 @@
1177
1176
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1178
1177
  border-bottom-width: 0px;
1179
1178
  height: 200px;
1179
+ overflow: hidden;
1180
1180
  }
1181
1181
  .e-gantt-dialog > .e-dlg-content {
1182
1182
  padding: 0 !important;
@@ -765,14 +765,13 @@
765
765
  }
766
766
  .e-gantt .e-gantt-chart .e-timeline-header-container {
767
767
  border-bottom-style: solid;
768
- border-right-width: 0;
768
+ border-right: 1px solid;
769
769
  overflow: hidden;
770
770
  position: relative;
771
771
  z-index: 6;
772
772
  }
773
773
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
774
774
  border-left: 0;
775
- padding: 0 3px;
776
775
  }
777
776
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
778
777
  border-collapse: collapse;
@@ -824,7 +823,7 @@
824
823
  }
825
824
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
826
825
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
827
- padding-left: 8px;
826
+ padding-left: 11px;
828
827
  text-align: left;
829
828
  }
830
829
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -928,7 +927,7 @@
928
927
  .e-gantt .e-gantt-chart .e-indicator-span {
929
928
  display: inline-block;
930
929
  font-size: 13px;
931
- font-weight: 400;
930
+ font-weight: normal;
932
931
  overflow: hidden;
933
932
  position: absolute;
934
933
  text-overflow: ellipsis;
@@ -1321,6 +1320,7 @@
1321
1320
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1322
1321
  border-bottom-width: 0px;
1323
1322
  height: 200px;
1323
+ overflow: hidden;
1324
1324
  }
1325
1325
  .e-gantt-dialog > .e-dlg-content {
1326
1326
  padding: 0 !important;
@@ -948,14 +948,13 @@
948
948
  }
949
949
  .e-gantt .e-gantt-chart .e-timeline-header-container {
950
950
  border-bottom-style: solid;
951
- border-right-width: 0;
951
+ border-right: 1px solid;
952
952
  overflow: hidden;
953
953
  position: relative;
954
954
  z-index: 6;
955
955
  }
956
956
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
957
957
  border-left: 0;
958
- padding: 0 3px;
959
958
  }
960
959
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
961
960
  border-collapse: collapse;
@@ -1007,7 +1006,7 @@
1007
1006
  }
1008
1007
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
1009
1008
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
1010
- padding-left: 8px;
1009
+ padding-left: 11px;
1011
1010
  text-align: left;
1012
1011
  }
1013
1012
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -1111,7 +1110,7 @@
1111
1110
  .e-gantt .e-gantt-chart .e-indicator-span {
1112
1111
  display: inline-block;
1113
1112
  font-size: 13px;
1114
- font-weight: 400;
1113
+ font-weight: normal;
1115
1114
  overflow: hidden;
1116
1115
  position: absolute;
1117
1116
  text-overflow: ellipsis;
@@ -1504,6 +1503,7 @@
1504
1503
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1505
1504
  border-bottom-width: 0px;
1506
1505
  height: 200px;
1506
+ overflow: hidden;
1507
1507
  }
1508
1508
  .e-gantt-dialog > .e-dlg-content {
1509
1509
  padding: 0 !important;
@@ -661,14 +661,13 @@
661
661
  }
662
662
  .e-gantt .e-gantt-chart .e-timeline-header-container {
663
663
  border-bottom-style: solid;
664
- border-right-width: 0;
664
+ border-right: 1px solid;
665
665
  overflow: hidden;
666
666
  position: relative;
667
667
  z-index: 6;
668
668
  }
669
669
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
670
670
  border-left: 0;
671
- padding: 0 3px;
672
671
  }
673
672
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
674
673
  border-collapse: collapse;
@@ -720,7 +719,7 @@
720
719
  }
721
720
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
722
721
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
723
- padding-left: 8px;
722
+ padding-left: 11px;
724
723
  text-align: left;
725
724
  }
726
725
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -824,7 +823,7 @@
824
823
  .e-gantt .e-gantt-chart .e-indicator-span {
825
824
  display: inline-block;
826
825
  font-size: 13px;
827
- font-weight: 400;
826
+ font-weight: normal;
828
827
  overflow: hidden;
829
828
  position: absolute;
830
829
  text-overflow: ellipsis;
@@ -1217,6 +1216,7 @@
1217
1216
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1218
1217
  border-bottom-width: 0px;
1219
1218
  height: 200px;
1219
+ overflow: hidden;
1220
1220
  }
1221
1221
  .e-gantt-dialog > .e-dlg-content {
1222
1222
  padding: 0 !important;
@@ -661,14 +661,13 @@
661
661
  }
662
662
  .e-gantt .e-gantt-chart .e-timeline-header-container {
663
663
  border-bottom-style: solid;
664
- border-right-width: 0;
664
+ border-right: 1px solid;
665
665
  overflow: hidden;
666
666
  position: relative;
667
667
  z-index: 6;
668
668
  }
669
669
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
670
670
  border-left: 0;
671
- padding: 0 3px;
672
671
  }
673
672
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
674
673
  border-collapse: collapse;
@@ -720,7 +719,7 @@
720
719
  }
721
720
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
722
721
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
723
- padding-left: 8px;
722
+ padding-left: 11px;
724
723
  text-align: left;
725
724
  }
726
725
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -824,7 +823,7 @@
824
823
  .e-gantt .e-gantt-chart .e-indicator-span {
825
824
  display: inline-block;
826
825
  font-size: 13px;
827
- font-weight: 400;
826
+ font-weight: normal;
828
827
  overflow: hidden;
829
828
  position: absolute;
830
829
  text-overflow: ellipsis;
@@ -1217,6 +1216,7 @@
1217
1216
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1218
1217
  border-bottom-width: 0px;
1219
1218
  height: 200px;
1219
+ overflow: hidden;
1220
1220
  }
1221
1221
  .e-gantt-dialog > .e-dlg-content {
1222
1222
  padding: 0 !important;