@syncfusion/ej2-react-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 +41 -0
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +8 -8
- 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
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,47 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I389542` - Filter records with hierarchy mode as both shows no record to display issue has been fixed.
|
|
10
|
+
|
|
11
|
+
## 20.2.44 (2022-08-16)
|
|
12
|
+
|
|
13
|
+
### Gantt
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#I394194` - Timeline changes when toggling critical path issue has been fixed.
|
|
18
|
+
- `#I388575` - Gantt chart disappears when searching is performed with tasks in collapsed state with virtualization issue has been fixed.
|
|
19
|
+
- `#I394195` - Week start day not working properly after perform Zooming actions issue has been fixed.
|
|
20
|
+
- `#I393709` - Baseline milestone not rendered in proper position .
|
|
21
|
+
- `#I394223` - Gantt Chart does not update data source when adding new record.
|
|
22
|
+
|
|
23
|
+
- `#I388575` - Gantt chart disappears when searching is performed with tasks in collapsed state with virtualization issue has been fixed.
|
|
24
|
+
|
|
25
|
+
## 20.2.43 (2022-08-08)
|
|
26
|
+
|
|
27
|
+
### Gantt
|
|
28
|
+
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
31
|
+
- `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
|
|
32
|
+
- `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
|
|
33
|
+
- `#I394407` - Script error occurs when we edit the baseline date issue has been fixed.
|
|
34
|
+
- `#I376455` - Unable to focus on chart element when editing is not enabled has been fixed.
|
|
35
|
+
- `#I393670`, `#I393633` - End date calculated wrongly for adding new task after zoom to fit is performed issue has been fixed.
|
|
36
|
+
- `#I391704`-Need to disable HTML encoding in tooltip has been fixed.
|
|
37
|
+
- `#F149986` - Unable to use drop down edit in progress column has been fixed.
|
|
38
|
+
|
|
39
|
+
- `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
|
|
40
|
+
- `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
|
|
41
|
+
- `#I394407` - Script error occurs when we edit the baseline date issue has been fixed.
|
|
42
|
+
- `#I393670`, `#I393633` - End date calculated wrongly for adding new task after zoom to fit is performed issue has been fixed.
|
|
43
|
+
|
|
44
|
+
## 20.2.39 (2022-07-19)
|
|
45
|
+
|
|
46
|
+
### Gantt
|
|
47
|
+
|
|
48
|
+
#### Bug Fixes
|
|
49
|
+
|
|
9
50
|
- `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
|
|
10
51
|
|
|
11
52
|
## 20.2.38 (2022-07-12)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.umd.min.js
|
|
3
|
-
* version : 20.2.
|
|
3
|
+
* version : 20.2.45
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-gantt@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-gantt@20.2.44",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-pvq4FXGjNuSVkzkWtGOeTGUHs02xuyIXn+ODw0klxHYV9XhzDXEYNLjoAyVdMpA8F2CR5Zc/DhaqN9QrNz8FLQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-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-react-gantt/-/ej2-react-gantt-20.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-20.2.44.tgz",
|
|
23
|
+
"_shasum": "1d5b1df9285a4ef162d61f1859910edef1c1eb4f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-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.
|
|
35
|
-
"@syncfusion/ej2-gantt": "20.2.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.45",
|
|
35
|
+
"@syncfusion/ej2-gantt": "20.2.45",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.2.45"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 Gantt Component for React",
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"type": "git",
|
|
64
64
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
65
65
|
},
|
|
66
|
-
"version": "20.2.
|
|
66
|
+
"version": "20.2.45",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|
|
@@ -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
|
|
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:
|
|
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:
|
|
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;
|
package/styles/bootstrap.css
CHANGED
|
@@ -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
|
|
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:
|
|
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:
|
|
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;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -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
|
|
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:
|
|
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:
|
|
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
|
|
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:
|
|
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:
|
|
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;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -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
|
|
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:
|
|
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:
|
|
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;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -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/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;
|
package/styles/fluent-dark.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;
|
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
|
|
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;
|
|
@@ -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
|
|
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:
|
|
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:
|
|
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
|
|
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:
|
|
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:
|
|
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
|
|
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:
|
|
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:
|
|
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
|
|
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:
|
|
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:
|
|
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
|
|
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:
|
|
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:
|
|
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;
|