@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.
- package/CHANGELOG.md +38 -0
- package/dist/ej2-vue-gantt.umd.min.js +2 -20
- package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js +4 -1
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +4 -1
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +11 -8
- package/src/gantt/gantt.component.d.ts +1 -0
- package/src/gantt/gantt.component.js +4 -1
- package/styles/bootstrap-dark.css +4 -4
- package/styles/bootstrap.css +4 -4
- package/styles/bootstrap4.css +4 -4
- package/styles/bootstrap5-dark.css +4 -4
- package/styles/bootstrap5.css +4 -4
- package/styles/fabric-dark.css +4 -4
- package/styles/fabric.css +4 -4
- package/styles/fluent-dark.css +4 -4
- package/styles/fluent.css +4 -4
- package/styles/gantt/bootstrap-dark.css +4 -4
- package/styles/gantt/bootstrap.css +4 -4
- package/styles/gantt/bootstrap4.css +4 -4
- package/styles/gantt/bootstrap5-dark.css +4 -4
- package/styles/gantt/bootstrap5.css +4 -4
- package/styles/gantt/fabric-dark.css +4 -4
- package/styles/gantt/fabric.css +4 -4
- package/styles/gantt/fluent-dark.css +4 -4
- package/styles/gantt/fluent.css +4 -4
- package/styles/gantt/highcontrast-light.css +4 -4
- package/styles/gantt/highcontrast.css +4 -4
- package/styles/gantt/material-dark.css +4 -4
- package/styles/gantt/material.css +4 -4
- package/styles/gantt/tailwind-dark.css +4 -4
- package/styles/gantt/tailwind.css +4 -4
- package/styles/highcontrast-light.css +4 -4
- package/styles/highcontrast.css +4 -4
- package/styles/material-dark.css +4 -4
- package/styles/material.css +4 -4
- package/styles/tailwind-dark.css +4 -4
- package/styles/tailwind.css +4 -4
|
@@ -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
|
|
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:
|
|
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:
|
|
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/gantt/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
|
|
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:
|
|
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:
|
|
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
|
|
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:
|
|
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:
|
|
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/gantt/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
|
|
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:
|
|
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:
|
|
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;
|
|
@@ -556,14 +556,13 @@
|
|
|
556
556
|
}
|
|
557
557
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
558
558
|
border-bottom-style: solid;
|
|
559
|
-
border-right
|
|
559
|
+
border-right: 1px solid;
|
|
560
560
|
overflow: hidden;
|
|
561
561
|
position: relative;
|
|
562
562
|
z-index: 6;
|
|
563
563
|
}
|
|
564
564
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
565
565
|
border-left: 0;
|
|
566
|
-
padding: 0 3px;
|
|
567
566
|
}
|
|
568
567
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
569
568
|
border-collapse: collapse;
|
|
@@ -615,7 +614,7 @@
|
|
|
615
614
|
}
|
|
616
615
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
617
616
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
618
|
-
padding-left:
|
|
617
|
+
padding-left: 11px;
|
|
619
618
|
text-align: left;
|
|
620
619
|
}
|
|
621
620
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -719,7 +718,7 @@
|
|
|
719
718
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
720
719
|
display: inline-block;
|
|
721
720
|
font-size: 13px;
|
|
722
|
-
font-weight:
|
|
721
|
+
font-weight: normal;
|
|
723
722
|
overflow: hidden;
|
|
724
723
|
position: absolute;
|
|
725
724
|
text-overflow: ellipsis;
|
|
@@ -1112,6 +1111,7 @@
|
|
|
1112
1111
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1113
1112
|
border-bottom-width: 0px;
|
|
1114
1113
|
height: 200px;
|
|
1114
|
+
overflow: hidden;
|
|
1115
1115
|
}
|
|
1116
1116
|
.e-gantt-dialog > .e-dlg-content {
|
|
1117
1117
|
padding: 0 !important;
|
|
@@ -658,14 +658,13 @@
|
|
|
658
658
|
}
|
|
659
659
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
660
660
|
border-bottom-style: solid;
|
|
661
|
-
border-right
|
|
661
|
+
border-right: 1px solid;
|
|
662
662
|
overflow: hidden;
|
|
663
663
|
position: relative;
|
|
664
664
|
z-index: 6;
|
|
665
665
|
}
|
|
666
666
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
667
667
|
border-left: 0;
|
|
668
|
-
padding: 0 3px;
|
|
669
668
|
}
|
|
670
669
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
671
670
|
border-collapse: collapse;
|
|
@@ -717,7 +716,7 @@
|
|
|
717
716
|
}
|
|
718
717
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
719
718
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
720
|
-
padding-left:
|
|
719
|
+
padding-left: 11px;
|
|
721
720
|
text-align: left;
|
|
722
721
|
}
|
|
723
722
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -821,7 +820,7 @@
|
|
|
821
820
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
822
821
|
display: inline-block;
|
|
823
822
|
font-size: 13px;
|
|
824
|
-
font-weight:
|
|
823
|
+
font-weight: normal;
|
|
825
824
|
overflow: hidden;
|
|
826
825
|
position: absolute;
|
|
827
826
|
text-overflow: ellipsis;
|
|
@@ -1214,6 +1213,7 @@
|
|
|
1214
1213
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1215
1214
|
border-bottom-width: 0px;
|
|
1216
1215
|
height: 200px;
|
|
1216
|
+
overflow: hidden;
|
|
1217
1217
|
}
|
|
1218
1218
|
.e-gantt-dialog > .e-dlg-content {
|
|
1219
1219
|
padding: 0 !important;
|
|
@@ -624,14 +624,13 @@
|
|
|
624
624
|
}
|
|
625
625
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
626
626
|
border-bottom-style: solid;
|
|
627
|
-
border-right
|
|
627
|
+
border-right: 1px solid;
|
|
628
628
|
overflow: hidden;
|
|
629
629
|
position: relative;
|
|
630
630
|
z-index: 6;
|
|
631
631
|
}
|
|
632
632
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
633
633
|
border-left: 0;
|
|
634
|
-
padding: 0 3px;
|
|
635
634
|
}
|
|
636
635
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
637
636
|
border-collapse: collapse;
|
|
@@ -683,7 +682,7 @@
|
|
|
683
682
|
}
|
|
684
683
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
685
684
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
686
|
-
padding-left:
|
|
685
|
+
padding-left: 11px;
|
|
687
686
|
text-align: left;
|
|
688
687
|
}
|
|
689
688
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -787,7 +786,7 @@
|
|
|
787
786
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
788
787
|
display: inline-block;
|
|
789
788
|
font-size: 13px;
|
|
790
|
-
font-weight:
|
|
789
|
+
font-weight: normal;
|
|
791
790
|
overflow: hidden;
|
|
792
791
|
position: absolute;
|
|
793
792
|
text-overflow: ellipsis;
|
|
@@ -1180,6 +1179,7 @@
|
|
|
1180
1179
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1181
1180
|
border-bottom-width: 0px;
|
|
1182
1181
|
height: 198px;
|
|
1182
|
+
overflow: hidden;
|
|
1183
1183
|
}
|
|
1184
1184
|
.e-gantt-dialog > .e-dlg-content {
|
|
1185
1185
|
padding: 0 !important;
|
|
@@ -664,14 +664,13 @@
|
|
|
664
664
|
}
|
|
665
665
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
666
666
|
border-bottom-style: solid;
|
|
667
|
-
border-right
|
|
667
|
+
border-right: 1px solid;
|
|
668
668
|
overflow: hidden;
|
|
669
669
|
position: relative;
|
|
670
670
|
z-index: 6;
|
|
671
671
|
}
|
|
672
672
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
673
673
|
border-left: 0;
|
|
674
|
-
padding: 0 3px;
|
|
675
674
|
}
|
|
676
675
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
677
676
|
border-collapse: collapse;
|
|
@@ -723,7 +722,7 @@
|
|
|
723
722
|
}
|
|
724
723
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
725
724
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
726
|
-
padding-left:
|
|
725
|
+
padding-left: 11px;
|
|
727
726
|
text-align: left;
|
|
728
727
|
}
|
|
729
728
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -827,7 +826,7 @@
|
|
|
827
826
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
828
827
|
display: inline-block;
|
|
829
828
|
font-size: 13px;
|
|
830
|
-
font-weight:
|
|
829
|
+
font-weight: normal;
|
|
831
830
|
overflow: hidden;
|
|
832
831
|
position: absolute;
|
|
833
832
|
text-overflow: ellipsis;
|
|
@@ -1220,6 +1219,7 @@
|
|
|
1220
1219
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1221
1220
|
border-bottom-width: 0px;
|
|
1222
1221
|
height: 198px;
|
|
1222
|
+
overflow: hidden;
|
|
1223
1223
|
}
|
|
1224
1224
|
.e-gantt-dialog > .e-dlg-content {
|
|
1225
1225
|
padding: 0 !important;
|
|
@@ -631,14 +631,13 @@
|
|
|
631
631
|
}
|
|
632
632
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
633
633
|
border-bottom-style: solid;
|
|
634
|
-
border-right
|
|
634
|
+
border-right: 1px solid;
|
|
635
635
|
overflow: hidden;
|
|
636
636
|
position: relative;
|
|
637
637
|
z-index: 6;
|
|
638
638
|
}
|
|
639
639
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
640
640
|
border-left: 0;
|
|
641
|
-
padding: 0 3px;
|
|
642
641
|
}
|
|
643
642
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
644
643
|
border-collapse: collapse;
|
|
@@ -690,7 +689,7 @@
|
|
|
690
689
|
}
|
|
691
690
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
692
691
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
693
|
-
padding-left:
|
|
692
|
+
padding-left: 11px;
|
|
694
693
|
text-align: left;
|
|
695
694
|
}
|
|
696
695
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -797,7 +796,7 @@
|
|
|
797
796
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
798
797
|
display: inline-block;
|
|
799
798
|
font-size: 13px;
|
|
800
|
-
font-weight:
|
|
799
|
+
font-weight: normal;
|
|
801
800
|
overflow: hidden;
|
|
802
801
|
position: absolute;
|
|
803
802
|
text-overflow: ellipsis;
|
|
@@ -1190,6 +1189,7 @@
|
|
|
1190
1189
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1191
1190
|
border-bottom-width: 0px;
|
|
1192
1191
|
height: 210px;
|
|
1192
|
+
overflow: hidden;
|
|
1193
1193
|
}
|
|
1194
1194
|
.e-gantt-dialog > .e-dlg-content {
|
|
1195
1195
|
padding: 0 !important;
|
|
@@ -631,14 +631,13 @@
|
|
|
631
631
|
}
|
|
632
632
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
633
633
|
border-bottom-style: solid;
|
|
634
|
-
border-right
|
|
634
|
+
border-right: 1px solid;
|
|
635
635
|
overflow: hidden;
|
|
636
636
|
position: relative;
|
|
637
637
|
z-index: 6;
|
|
638
638
|
}
|
|
639
639
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
640
640
|
border-left: 0;
|
|
641
|
-
padding: 0 3px;
|
|
642
641
|
}
|
|
643
642
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
644
643
|
border-collapse: collapse;
|
|
@@ -690,7 +689,7 @@
|
|
|
690
689
|
}
|
|
691
690
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
692
691
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
693
|
-
padding-left:
|
|
692
|
+
padding-left: 11px;
|
|
694
693
|
text-align: left;
|
|
695
694
|
}
|
|
696
695
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -797,7 +796,7 @@
|
|
|
797
796
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
798
797
|
display: inline-block;
|
|
799
798
|
font-size: 13px;
|
|
800
|
-
font-weight:
|
|
799
|
+
font-weight: normal;
|
|
801
800
|
overflow: hidden;
|
|
802
801
|
position: absolute;
|
|
803
802
|
text-overflow: ellipsis;
|
|
@@ -1190,6 +1189,7 @@
|
|
|
1190
1189
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1191
1190
|
border-bottom-width: 0px;
|
|
1192
1191
|
height: 210px;
|
|
1192
|
+
overflow: hidden;
|
|
1193
1193
|
}
|
|
1194
1194
|
.e-gantt-dialog > .e-dlg-content {
|
|
1195
1195
|
padding: 0 !important;
|
|
@@ -556,14 +556,13 @@
|
|
|
556
556
|
}
|
|
557
557
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
558
558
|
border-bottom-style: solid;
|
|
559
|
-
border-right
|
|
559
|
+
border-right: 1px solid;
|
|
560
560
|
overflow: hidden;
|
|
561
561
|
position: relative;
|
|
562
562
|
z-index: 6;
|
|
563
563
|
}
|
|
564
564
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
565
565
|
border-left: 0;
|
|
566
|
-
padding: 0 3px;
|
|
567
566
|
}
|
|
568
567
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
569
568
|
border-collapse: collapse;
|
|
@@ -615,7 +614,7 @@
|
|
|
615
614
|
}
|
|
616
615
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
617
616
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
618
|
-
padding-left:
|
|
617
|
+
padding-left: 11px;
|
|
619
618
|
text-align: left;
|
|
620
619
|
}
|
|
621
620
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -719,7 +718,7 @@
|
|
|
719
718
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
720
719
|
display: inline-block;
|
|
721
720
|
font-size: 13px;
|
|
722
|
-
font-weight:
|
|
721
|
+
font-weight: normal;
|
|
723
722
|
overflow: hidden;
|
|
724
723
|
position: absolute;
|
|
725
724
|
text-overflow: ellipsis;
|
|
@@ -1112,6 +1111,7 @@
|
|
|
1112
1111
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1113
1112
|
border-bottom-width: 0px;
|
|
1114
1113
|
height: 200px;
|
|
1114
|
+
overflow: hidden;
|
|
1115
1115
|
}
|
|
1116
1116
|
.e-gantt-dialog > .e-dlg-content {
|
|
1117
1117
|
padding: 0 !important;
|
package/styles/highcontrast.css
CHANGED
|
@@ -658,14 +658,13 @@
|
|
|
658
658
|
}
|
|
659
659
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
660
660
|
border-bottom-style: solid;
|
|
661
|
-
border-right
|
|
661
|
+
border-right: 1px solid;
|
|
662
662
|
overflow: hidden;
|
|
663
663
|
position: relative;
|
|
664
664
|
z-index: 6;
|
|
665
665
|
}
|
|
666
666
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
667
667
|
border-left: 0;
|
|
668
|
-
padding: 0 3px;
|
|
669
668
|
}
|
|
670
669
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
671
670
|
border-collapse: collapse;
|
|
@@ -717,7 +716,7 @@
|
|
|
717
716
|
}
|
|
718
717
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
719
718
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
720
|
-
padding-left:
|
|
719
|
+
padding-left: 11px;
|
|
721
720
|
text-align: left;
|
|
722
721
|
}
|
|
723
722
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -821,7 +820,7 @@
|
|
|
821
820
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
822
821
|
display: inline-block;
|
|
823
822
|
font-size: 13px;
|
|
824
|
-
font-weight:
|
|
823
|
+
font-weight: normal;
|
|
825
824
|
overflow: hidden;
|
|
826
825
|
position: absolute;
|
|
827
826
|
text-overflow: ellipsis;
|
|
@@ -1214,6 +1213,7 @@
|
|
|
1214
1213
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1215
1214
|
border-bottom-width: 0px;
|
|
1216
1215
|
height: 200px;
|
|
1216
|
+
overflow: hidden;
|
|
1217
1217
|
}
|
|
1218
1218
|
.e-gantt-dialog > .e-dlg-content {
|
|
1219
1219
|
padding: 0 !important;
|
package/styles/material-dark.css
CHANGED
|
@@ -624,14 +624,13 @@
|
|
|
624
624
|
}
|
|
625
625
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
626
626
|
border-bottom-style: solid;
|
|
627
|
-
border-right
|
|
627
|
+
border-right: 1px solid;
|
|
628
628
|
overflow: hidden;
|
|
629
629
|
position: relative;
|
|
630
630
|
z-index: 6;
|
|
631
631
|
}
|
|
632
632
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
633
633
|
border-left: 0;
|
|
634
|
-
padding: 0 3px;
|
|
635
634
|
}
|
|
636
635
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
637
636
|
border-collapse: collapse;
|
|
@@ -683,7 +682,7 @@
|
|
|
683
682
|
}
|
|
684
683
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
685
684
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
686
|
-
padding-left:
|
|
685
|
+
padding-left: 11px;
|
|
687
686
|
text-align: left;
|
|
688
687
|
}
|
|
689
688
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -787,7 +786,7 @@
|
|
|
787
786
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
788
787
|
display: inline-block;
|
|
789
788
|
font-size: 13px;
|
|
790
|
-
font-weight:
|
|
789
|
+
font-weight: normal;
|
|
791
790
|
overflow: hidden;
|
|
792
791
|
position: absolute;
|
|
793
792
|
text-overflow: ellipsis;
|
|
@@ -1180,6 +1179,7 @@
|
|
|
1180
1179
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1181
1180
|
border-bottom-width: 0px;
|
|
1182
1181
|
height: 198px;
|
|
1182
|
+
overflow: hidden;
|
|
1183
1183
|
}
|
|
1184
1184
|
.e-gantt-dialog > .e-dlg-content {
|
|
1185
1185
|
padding: 0 !important;
|
package/styles/material.css
CHANGED
|
@@ -664,14 +664,13 @@
|
|
|
664
664
|
}
|
|
665
665
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
666
666
|
border-bottom-style: solid;
|
|
667
|
-
border-right
|
|
667
|
+
border-right: 1px solid;
|
|
668
668
|
overflow: hidden;
|
|
669
669
|
position: relative;
|
|
670
670
|
z-index: 6;
|
|
671
671
|
}
|
|
672
672
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
673
673
|
border-left: 0;
|
|
674
|
-
padding: 0 3px;
|
|
675
674
|
}
|
|
676
675
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
677
676
|
border-collapse: collapse;
|
|
@@ -723,7 +722,7 @@
|
|
|
723
722
|
}
|
|
724
723
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
725
724
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
726
|
-
padding-left:
|
|
725
|
+
padding-left: 11px;
|
|
727
726
|
text-align: left;
|
|
728
727
|
}
|
|
729
728
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -827,7 +826,7 @@
|
|
|
827
826
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
828
827
|
display: inline-block;
|
|
829
828
|
font-size: 13px;
|
|
830
|
-
font-weight:
|
|
829
|
+
font-weight: normal;
|
|
831
830
|
overflow: hidden;
|
|
832
831
|
position: absolute;
|
|
833
832
|
text-overflow: ellipsis;
|
|
@@ -1220,6 +1219,7 @@
|
|
|
1220
1219
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1221
1220
|
border-bottom-width: 0px;
|
|
1222
1221
|
height: 198px;
|
|
1222
|
+
overflow: hidden;
|
|
1223
1223
|
}
|
|
1224
1224
|
.e-gantt-dialog > .e-dlg-content {
|
|
1225
1225
|
padding: 0 !important;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -631,14 +631,13 @@
|
|
|
631
631
|
}
|
|
632
632
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
633
633
|
border-bottom-style: solid;
|
|
634
|
-
border-right
|
|
634
|
+
border-right: 1px solid;
|
|
635
635
|
overflow: hidden;
|
|
636
636
|
position: relative;
|
|
637
637
|
z-index: 6;
|
|
638
638
|
}
|
|
639
639
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
640
640
|
border-left: 0;
|
|
641
|
-
padding: 0 3px;
|
|
642
641
|
}
|
|
643
642
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
644
643
|
border-collapse: collapse;
|
|
@@ -690,7 +689,7 @@
|
|
|
690
689
|
}
|
|
691
690
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
692
691
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
693
|
-
padding-left:
|
|
692
|
+
padding-left: 11px;
|
|
694
693
|
text-align: left;
|
|
695
694
|
}
|
|
696
695
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -797,7 +796,7 @@
|
|
|
797
796
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
798
797
|
display: inline-block;
|
|
799
798
|
font-size: 13px;
|
|
800
|
-
font-weight:
|
|
799
|
+
font-weight: normal;
|
|
801
800
|
overflow: hidden;
|
|
802
801
|
position: absolute;
|
|
803
802
|
text-overflow: ellipsis;
|
|
@@ -1190,6 +1189,7 @@
|
|
|
1190
1189
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1191
1190
|
border-bottom-width: 0px;
|
|
1192
1191
|
height: 210px;
|
|
1192
|
+
overflow: hidden;
|
|
1193
1193
|
}
|
|
1194
1194
|
.e-gantt-dialog > .e-dlg-content {
|
|
1195
1195
|
padding: 0 !important;
|
package/styles/tailwind.css
CHANGED
|
@@ -631,14 +631,13 @@
|
|
|
631
631
|
}
|
|
632
632
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
633
633
|
border-bottom-style: solid;
|
|
634
|
-
border-right
|
|
634
|
+
border-right: 1px solid;
|
|
635
635
|
overflow: hidden;
|
|
636
636
|
position: relative;
|
|
637
637
|
z-index: 6;
|
|
638
638
|
}
|
|
639
639
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
640
640
|
border-left: 0;
|
|
641
|
-
padding: 0 3px;
|
|
642
641
|
}
|
|
643
642
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
644
643
|
border-collapse: collapse;
|
|
@@ -690,7 +689,7 @@
|
|
|
690
689
|
}
|
|
691
690
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
692
691
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
693
|
-
padding-left:
|
|
692
|
+
padding-left: 11px;
|
|
694
693
|
text-align: left;
|
|
695
694
|
}
|
|
696
695
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -797,7 +796,7 @@
|
|
|
797
796
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
798
797
|
display: inline-block;
|
|
799
798
|
font-size: 13px;
|
|
800
|
-
font-weight:
|
|
799
|
+
font-weight: normal;
|
|
801
800
|
overflow: hidden;
|
|
802
801
|
position: absolute;
|
|
803
802
|
text-overflow: ellipsis;
|
|
@@ -1190,6 +1189,7 @@
|
|
|
1190
1189
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1191
1190
|
border-bottom-width: 0px;
|
|
1192
1191
|
height: 210px;
|
|
1192
|
+
overflow: hidden;
|
|
1193
1193
|
}
|
|
1194
1194
|
.e-gantt-dialog > .e-dlg-content {
|
|
1195
1195
|
padding: 0 !important;
|