@syncfusion/ej2-react-gantt 22.1.39 → 22.2.7
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 +45 -0
- package/dist/ej2-react-gantt.min.js +1 -1
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +8 -8
- package/src/gantt/gantt.component.d.ts +2 -7
- package/styles/bootstrap-dark.css +1 -2
- package/styles/bootstrap.css +1 -2
- package/styles/bootstrap4.css +1 -2
- package/styles/bootstrap5-dark.css +1 -2
- package/styles/bootstrap5.css +1 -2
- package/styles/fabric-dark.css +1 -2
- package/styles/fabric.css +1 -2
- package/styles/fluent-dark.css +1 -2
- package/styles/fluent.css +1 -2
- package/styles/gantt/bootstrap-dark.css +1 -2
- package/styles/gantt/bootstrap.css +1 -2
- package/styles/gantt/bootstrap4.css +1 -2
- package/styles/gantt/bootstrap5-dark.css +1 -2
- package/styles/gantt/bootstrap5.css +1 -2
- package/styles/gantt/fabric-dark.css +1 -2
- package/styles/gantt/fabric.css +1 -2
- package/styles/gantt/fluent-dark.css +1 -2
- package/styles/gantt/fluent.css +1 -2
- package/styles/gantt/highcontrast-light.css +1 -2
- package/styles/gantt/highcontrast.css +1 -2
- package/styles/gantt/material-dark.css +1 -2
- package/styles/gantt/material.css +1 -2
- package/styles/gantt/material3-dark.css +1 -2
- package/styles/gantt/material3.css +1 -2
- package/styles/gantt/tailwind-dark.css +1 -2
- package/styles/gantt/tailwind.css +1 -2
- package/styles/highcontrast-light.css +1 -2
- package/styles/highcontrast.css +1 -2
- package/styles/material-dark.css +1 -2
- package/styles/material.css +1 -2
- package/styles/material3-dark.css +1 -2
- package/styles/material3.css +1 -2
- package/styles/tailwind-dark.css +1 -2
- package/styles/tailwind.css +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,51 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I479591` - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
|
|
10
|
+
- `#F182867` - Edit parameters not working in date columns issue has been fixed.
|
|
11
|
+
- `#I479578` - Milestone get disappeared when we indent the record issue has been fixed.
|
|
12
|
+
- `#I481480` - Last segments resizing issue has been fixed.
|
|
13
|
+
- `#I481603` - Zoom To Fit while Search/Filtered then Clearing Search doesn't update Horizontal Scroll issue has been fixed.
|
|
14
|
+
- `#IF183168` - Record was not added in Gantt using `oDataV4Adaptor` issue has been fixed.
|
|
15
|
+
- `#I479607` - Search including extra results issue has been fixed.
|
|
16
|
+
- `#I481058` - Console error when we use RTL and taskbar template issue has been fixed.
|
|
17
|
+
- `#I482456` - Critical path not working properly issue has been fixed.
|
|
18
|
+
- `#I485219` - Selection is not working when we use react hook.
|
|
19
|
+
|
|
20
|
+
- `#I479591` - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
|
|
21
|
+
- `#F182867` - Edit parameters not working in date columns issue has been fixed.
|
|
22
|
+
- `#I479578` - Milestone get disappeared when we indent the record issue has been fixed.
|
|
23
|
+
- `#I481603` - Zoom To Fit while Search/Filtered then Clearing Search doesn't update Horizontal Scroll issue has been fixed.
|
|
24
|
+
- `#I479607` - Search including extra results issue has been fixed.
|
|
25
|
+
- `#I481058` - Console error when we use RTL and taskbar template issue has been fixed.
|
|
26
|
+
- `#I482456` - Critical path not working properly issue has been fixed.
|
|
27
|
+
- `#I485219` - Selection is not working when we use react hook.
|
|
28
|
+
|
|
29
|
+
## 22.2.5 (2023-07-27)
|
|
30
|
+
|
|
31
|
+
### Gantt Chart
|
|
32
|
+
|
|
33
|
+
#### Bug Fixes
|
|
34
|
+
|
|
35
|
+
-`#I472635`-Using insert key highlights top row has been fixed.
|
|
36
|
+
|
|
37
|
+
- `#I480002` - Can’t open task information in the context menu issue has been fixed.
|
|
38
|
+
- `#I479988` - Ghosting bars left on screen after cancelling task bar drag.
|
|
39
|
+
- `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
|
|
40
|
+
- `#I481999` - Page refresh when using validation rules for column issue has been fixed.
|
|
41
|
+
|
|
42
|
+
-`#I472635`-Using insert key highlights top row has been fixed
|
|
43
|
+
|
|
44
|
+
- `#I479988` - Ghosting bars left on screen after cancelling task bar drag.
|
|
45
|
+
- `#I479961` - Milestone baseline moves along with the milestone issue has been fixed.
|
|
46
|
+
- `#I481999` - Page refresh when using validation rules for column issue has been fixed.
|
|
47
|
+
|
|
48
|
+
## 22.1.39 (2023-07-18)
|
|
49
|
+
|
|
50
|
+
### Gantt Chart
|
|
51
|
+
|
|
52
|
+
#### Bug Fixes
|
|
53
|
+
|
|
9
54
|
- `#I45187` - Border is changed to outline in CSS issue has been fixed.
|
|
10
55
|
|
|
11
56
|
## 22.1.38 (2023-07-11)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.min.js
|
|
3
|
-
* version : 22.
|
|
3
|
+
* version : 22.2.7
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.umd.min.js
|
|
3
|
-
* version : 22.
|
|
3
|
+
* version : 22.2.7
|
|
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@22.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-gantt@22.2.5",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-b16plwXTDhOHTY411oxl4r7wiN7I/EdJ0FbOYKBqODLTT9bjgMbcHYYTrleWT6Q+IfN2OhOX7wK7L/jHSRXBvg==",
|
|
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-22.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-22.2.5.tgz",
|
|
23
|
+
"_shasum": "8a7edfd67b7d58ce08396a333bb05bc65ee32065",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~22.
|
|
35
|
-
"@syncfusion/ej2-gantt": "22.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~22.
|
|
34
|
+
"@syncfusion/ej2-base": "~22.2.5",
|
|
35
|
+
"@syncfusion/ej2-gantt": "22.2.7",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~22.2.5"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 Gantt Component for React",
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
"type": "git",
|
|
56
56
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
57
57
|
},
|
|
58
|
-
"version": "22.
|
|
58
|
+
"version": "22.2.7",
|
|
59
59
|
"sideEffects": false
|
|
60
60
|
}
|
|
@@ -5,13 +5,8 @@ export interface GanttTypecast {
|
|
|
5
5
|
parentTaskbarTemplate?: string | Function | any;
|
|
6
6
|
milestoneTemplate?: string | Function | any;
|
|
7
7
|
taskbarTemplate?: string | Function | any;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
labelSettingsTaskLabel?: string | Function | any;
|
|
11
|
-
tooltipSettingsTaskbar?: string | Function | any;
|
|
12
|
-
tooltipSettingsBaseline?: string | Function | any;
|
|
13
|
-
tooltipSettingsConnectorLine?: string | Function | any;
|
|
14
|
-
tooltipSettingsEditing?: string | Function | any;
|
|
8
|
+
labelSettings?: any;
|
|
9
|
+
tooltipSettings?: any;
|
|
15
10
|
}
|
|
16
11
|
/**
|
|
17
12
|
* `GanttComponent` represents the react Gantt.
|
|
@@ -910,7 +910,7 @@
|
|
|
910
910
|
pointer-events: none;
|
|
911
911
|
position: absolute;
|
|
912
912
|
top: 50%;
|
|
913
|
-
width:
|
|
913
|
+
width: 99%;
|
|
914
914
|
}
|
|
915
915
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
916
916
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2071,7 +2071,6 @@
|
|
|
2071
2071
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2072
2072
|
background-color: #D13438;
|
|
2073
2073
|
border: 0px solid #0070f0;
|
|
2074
|
-
position: absolute;
|
|
2075
2074
|
border-radius: 3px;
|
|
2076
2075
|
}
|
|
2077
2076
|
|
package/styles/bootstrap.css
CHANGED
|
@@ -1053,7 +1053,7 @@
|
|
|
1053
1053
|
pointer-events: none;
|
|
1054
1054
|
position: absolute;
|
|
1055
1055
|
top: 50%;
|
|
1056
|
-
width:
|
|
1056
|
+
width: 99%;
|
|
1057
1057
|
}
|
|
1058
1058
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
1059
1059
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2213,7 +2213,6 @@
|
|
|
2213
2213
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2214
2214
|
background-color: #D13438;
|
|
2215
2215
|
border: 0px solid #21527d;
|
|
2216
|
-
position: absolute;
|
|
2217
2216
|
border-radius: 3px;
|
|
2218
2217
|
}
|
|
2219
2218
|
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1237,7 +1237,7 @@
|
|
|
1237
1237
|
pointer-events: none;
|
|
1238
1238
|
position: absolute;
|
|
1239
1239
|
top: 50%;
|
|
1240
|
-
width:
|
|
1240
|
+
width: 99%;
|
|
1241
1241
|
}
|
|
1242
1242
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
1243
1243
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2397,7 +2397,6 @@
|
|
|
2397
2397
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2398
2398
|
background-color: #D13438;
|
|
2399
2399
|
border: 0px;
|
|
2400
|
-
position: absolute;
|
|
2401
2400
|
border-radius: 3px;
|
|
2402
2401
|
}
|
|
2403
2402
|
|
|
@@ -953,7 +953,7 @@
|
|
|
953
953
|
pointer-events: none;
|
|
954
954
|
position: absolute;
|
|
955
955
|
top: 50%;
|
|
956
|
-
width:
|
|
956
|
+
width: 99%;
|
|
957
957
|
}
|
|
958
958
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
959
959
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2113,7 +2113,6 @@
|
|
|
2113
2113
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2114
2114
|
background-color: #e4606d;
|
|
2115
2115
|
border: 0px;
|
|
2116
|
-
position: absolute;
|
|
2117
2116
|
border-radius: 3px;
|
|
2118
2117
|
}
|
|
2119
2118
|
|
package/styles/bootstrap5.css
CHANGED
|
@@ -953,7 +953,7 @@
|
|
|
953
953
|
pointer-events: none;
|
|
954
954
|
position: absolute;
|
|
955
955
|
top: 50%;
|
|
956
|
-
width:
|
|
956
|
+
width: 99%;
|
|
957
957
|
}
|
|
958
958
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
959
959
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2113,7 +2113,6 @@
|
|
|
2113
2113
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2114
2114
|
background-color: #dc3545;
|
|
2115
2115
|
border: 0px;
|
|
2116
|
-
position: absolute;
|
|
2117
2116
|
border-radius: 3px;
|
|
2118
2117
|
}
|
|
2119
2118
|
|
package/styles/fabric-dark.css
CHANGED
|
@@ -865,7 +865,7 @@
|
|
|
865
865
|
pointer-events: none;
|
|
866
866
|
position: absolute;
|
|
867
867
|
top: 50%;
|
|
868
|
-
width:
|
|
868
|
+
width: 99%;
|
|
869
869
|
}
|
|
870
870
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
871
871
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2025,7 +2025,6 @@
|
|
|
2025
2025
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2026
2026
|
background-color: #d13438;
|
|
2027
2027
|
border: 0px;
|
|
2028
|
-
position: absolute;
|
|
2029
2028
|
border-radius: 3px;
|
|
2030
2029
|
}
|
|
2031
2030
|
|
package/styles/fabric.css
CHANGED
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
pointer-events: none;
|
|
864
864
|
position: absolute;
|
|
865
865
|
top: 50%;
|
|
866
|
-
width:
|
|
866
|
+
width: 99%;
|
|
867
867
|
}
|
|
868
868
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
869
869
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2023,7 +2023,6 @@
|
|
|
2023
2023
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2024
2024
|
background-color: #d13438;
|
|
2025
2025
|
border: 0px;
|
|
2026
|
-
position: absolute;
|
|
2027
2026
|
border-radius: 3px;
|
|
2028
2027
|
}
|
|
2029
2028
|
|
package/styles/fluent-dark.css
CHANGED
|
@@ -937,7 +937,7 @@
|
|
|
937
937
|
pointer-events: none;
|
|
938
938
|
position: absolute;
|
|
939
939
|
top: 50%;
|
|
940
|
-
width:
|
|
940
|
+
width: 99%;
|
|
941
941
|
}
|
|
942
942
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
943
943
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2101,7 +2101,6 @@
|
|
|
2101
2101
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2102
2102
|
background-color: #d13438;
|
|
2103
2103
|
border: 0px;
|
|
2104
|
-
position: absolute;
|
|
2105
2104
|
border-radius: 3px;
|
|
2106
2105
|
}
|
|
2107
2106
|
|
package/styles/fluent.css
CHANGED
|
@@ -937,7 +937,7 @@
|
|
|
937
937
|
pointer-events: none;
|
|
938
938
|
position: absolute;
|
|
939
939
|
top: 50%;
|
|
940
|
-
width:
|
|
940
|
+
width: 99%;
|
|
941
941
|
}
|
|
942
942
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
943
943
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2101,7 +2101,6 @@
|
|
|
2101
2101
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2102
2102
|
background-color: #d13438;
|
|
2103
2103
|
border: 0px;
|
|
2104
|
-
position: absolute;
|
|
2105
2104
|
border-radius: 3px;
|
|
2106
2105
|
}
|
|
2107
2106
|
|
|
@@ -910,7 +910,7 @@
|
|
|
910
910
|
pointer-events: none;
|
|
911
911
|
position: absolute;
|
|
912
912
|
top: 50%;
|
|
913
|
-
width:
|
|
913
|
+
width: 99%;
|
|
914
914
|
}
|
|
915
915
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
916
916
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2071,7 +2071,6 @@
|
|
|
2071
2071
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2072
2072
|
background-color: #D13438;
|
|
2073
2073
|
border: 0px solid #0070f0;
|
|
2074
|
-
position: absolute;
|
|
2075
2074
|
border-radius: 3px;
|
|
2076
2075
|
}
|
|
2077
2076
|
|
|
@@ -1053,7 +1053,7 @@
|
|
|
1053
1053
|
pointer-events: none;
|
|
1054
1054
|
position: absolute;
|
|
1055
1055
|
top: 50%;
|
|
1056
|
-
width:
|
|
1056
|
+
width: 99%;
|
|
1057
1057
|
}
|
|
1058
1058
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
1059
1059
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2213,7 +2213,6 @@
|
|
|
2213
2213
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2214
2214
|
background-color: #D13438;
|
|
2215
2215
|
border: 0px solid #21527d;
|
|
2216
|
-
position: absolute;
|
|
2217
2216
|
border-radius: 3px;
|
|
2218
2217
|
}
|
|
2219
2218
|
|
|
@@ -1237,7 +1237,7 @@
|
|
|
1237
1237
|
pointer-events: none;
|
|
1238
1238
|
position: absolute;
|
|
1239
1239
|
top: 50%;
|
|
1240
|
-
width:
|
|
1240
|
+
width: 99%;
|
|
1241
1241
|
}
|
|
1242
1242
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
1243
1243
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2397,7 +2397,6 @@
|
|
|
2397
2397
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2398
2398
|
background-color: #D13438;
|
|
2399
2399
|
border: 0px;
|
|
2400
|
-
position: absolute;
|
|
2401
2400
|
border-radius: 3px;
|
|
2402
2401
|
}
|
|
2403
2402
|
|
|
@@ -953,7 +953,7 @@
|
|
|
953
953
|
pointer-events: none;
|
|
954
954
|
position: absolute;
|
|
955
955
|
top: 50%;
|
|
956
|
-
width:
|
|
956
|
+
width: 99%;
|
|
957
957
|
}
|
|
958
958
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
959
959
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2113,7 +2113,6 @@
|
|
|
2113
2113
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2114
2114
|
background-color: #e4606d;
|
|
2115
2115
|
border: 0px;
|
|
2116
|
-
position: absolute;
|
|
2117
2116
|
border-radius: 3px;
|
|
2118
2117
|
}
|
|
2119
2118
|
|
|
@@ -953,7 +953,7 @@
|
|
|
953
953
|
pointer-events: none;
|
|
954
954
|
position: absolute;
|
|
955
955
|
top: 50%;
|
|
956
|
-
width:
|
|
956
|
+
width: 99%;
|
|
957
957
|
}
|
|
958
958
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
959
959
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2113,7 +2113,6 @@
|
|
|
2113
2113
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2114
2114
|
background-color: #dc3545;
|
|
2115
2115
|
border: 0px;
|
|
2116
|
-
position: absolute;
|
|
2117
2116
|
border-radius: 3px;
|
|
2118
2117
|
}
|
|
2119
2118
|
|
|
@@ -865,7 +865,7 @@
|
|
|
865
865
|
pointer-events: none;
|
|
866
866
|
position: absolute;
|
|
867
867
|
top: 50%;
|
|
868
|
-
width:
|
|
868
|
+
width: 99%;
|
|
869
869
|
}
|
|
870
870
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
871
871
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2025,7 +2025,6 @@
|
|
|
2025
2025
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2026
2026
|
background-color: #d13438;
|
|
2027
2027
|
border: 0px;
|
|
2028
|
-
position: absolute;
|
|
2029
2028
|
border-radius: 3px;
|
|
2030
2029
|
}
|
|
2031
2030
|
|
package/styles/gantt/fabric.css
CHANGED
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
pointer-events: none;
|
|
864
864
|
position: absolute;
|
|
865
865
|
top: 50%;
|
|
866
|
-
width:
|
|
866
|
+
width: 99%;
|
|
867
867
|
}
|
|
868
868
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
869
869
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2023,7 +2023,6 @@
|
|
|
2023
2023
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2024
2024
|
background-color: #d13438;
|
|
2025
2025
|
border: 0px;
|
|
2026
|
-
position: absolute;
|
|
2027
2026
|
border-radius: 3px;
|
|
2028
2027
|
}
|
|
2029
2028
|
|
|
@@ -937,7 +937,7 @@
|
|
|
937
937
|
pointer-events: none;
|
|
938
938
|
position: absolute;
|
|
939
939
|
top: 50%;
|
|
940
|
-
width:
|
|
940
|
+
width: 99%;
|
|
941
941
|
}
|
|
942
942
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
943
943
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2101,7 +2101,6 @@
|
|
|
2101
2101
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2102
2102
|
background-color: #d13438;
|
|
2103
2103
|
border: 0px;
|
|
2104
|
-
position: absolute;
|
|
2105
2104
|
border-radius: 3px;
|
|
2106
2105
|
}
|
|
2107
2106
|
|
package/styles/gantt/fluent.css
CHANGED
|
@@ -937,7 +937,7 @@
|
|
|
937
937
|
pointer-events: none;
|
|
938
938
|
position: absolute;
|
|
939
939
|
top: 50%;
|
|
940
|
-
width:
|
|
940
|
+
width: 99%;
|
|
941
941
|
}
|
|
942
942
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
943
943
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2101,7 +2101,6 @@
|
|
|
2101
2101
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2102
2102
|
background-color: #d13438;
|
|
2103
2103
|
border: 0px;
|
|
2104
|
-
position: absolute;
|
|
2105
2104
|
border-radius: 3px;
|
|
2106
2105
|
}
|
|
2107
2106
|
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
pointer-events: none;
|
|
849
849
|
position: absolute;
|
|
850
850
|
top: 50%;
|
|
851
|
-
width:
|
|
851
|
+
width: 99%;
|
|
852
852
|
}
|
|
853
853
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
854
854
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2008,7 +2008,6 @@
|
|
|
2008
2008
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2009
2009
|
background-color: #D13438;
|
|
2010
2010
|
border: 0px;
|
|
2011
|
-
position: absolute;
|
|
2012
2011
|
border-radius: 3px;
|
|
2013
2012
|
}
|
|
2014
2013
|
|
|
@@ -950,7 +950,7 @@
|
|
|
950
950
|
pointer-events: none;
|
|
951
951
|
position: absolute;
|
|
952
952
|
top: 50%;
|
|
953
|
-
width:
|
|
953
|
+
width: 99%;
|
|
954
954
|
}
|
|
955
955
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
956
956
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2111,7 +2111,6 @@
|
|
|
2111
2111
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2112
2112
|
background-color: #D13438;
|
|
2113
2113
|
border: 0px;
|
|
2114
|
-
position: absolute;
|
|
2115
2114
|
border-radius: 3px;
|
|
2116
2115
|
}
|
|
2117
2116
|
|
|
@@ -908,7 +908,7 @@
|
|
|
908
908
|
pointer-events: none;
|
|
909
909
|
position: absolute;
|
|
910
910
|
top: 50%;
|
|
911
|
-
width:
|
|
911
|
+
width: 99%;
|
|
912
912
|
}
|
|
913
913
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
914
914
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2068,7 +2068,6 @@
|
|
|
2068
2068
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2069
2069
|
background-color: #D13438;
|
|
2070
2070
|
border: 0px;
|
|
2071
|
-
position: absolute;
|
|
2072
2071
|
border-radius: 3px;
|
|
2073
2072
|
}
|
|
2074
2073
|
|
|
@@ -952,7 +952,7 @@
|
|
|
952
952
|
pointer-events: none;
|
|
953
953
|
position: absolute;
|
|
954
954
|
top: 50%;
|
|
955
|
-
width:
|
|
955
|
+
width: 99%;
|
|
956
956
|
}
|
|
957
957
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
958
958
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2112,7 +2112,6 @@
|
|
|
2112
2112
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2113
2113
|
background-color: #D13438;
|
|
2114
2114
|
border: 0px;
|
|
2115
|
-
position: absolute;
|
|
2116
2115
|
border-radius: 3px;
|
|
2117
2116
|
}
|
|
2118
2117
|
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
pointer-events: none;
|
|
1000
1000
|
position: absolute;
|
|
1001
1001
|
top: 50%;
|
|
1002
|
-
width:
|
|
1002
|
+
width: 99%;
|
|
1003
1003
|
}
|
|
1004
1004
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
1005
1005
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2172,7 +2172,6 @@
|
|
|
2172
2172
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2173
2173
|
background-color: rgba(var(--color-sf-warning));
|
|
2174
2174
|
border: 0px;
|
|
2175
|
-
position: absolute;
|
|
2176
2175
|
border-radius: 3px;
|
|
2177
2176
|
}
|
|
2178
2177
|
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
pointer-events: none;
|
|
1056
1056
|
position: absolute;
|
|
1057
1057
|
top: 50%;
|
|
1058
|
-
width:
|
|
1058
|
+
width: 99%;
|
|
1059
1059
|
}
|
|
1060
1060
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
1061
1061
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2228,7 +2228,6 @@
|
|
|
2228
2228
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2229
2229
|
background-color: rgba(var(--color-sf-warning));
|
|
2230
2230
|
border: 0px;
|
|
2231
|
-
position: absolute;
|
|
2232
2231
|
border-radius: 3px;
|
|
2233
2232
|
}
|
|
2234
2233
|
|
|
@@ -923,7 +923,7 @@
|
|
|
923
923
|
pointer-events: none;
|
|
924
924
|
position: absolute;
|
|
925
925
|
top: 50%;
|
|
926
|
-
width:
|
|
926
|
+
width: 99%;
|
|
927
927
|
}
|
|
928
928
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
929
929
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2084,7 +2084,6 @@
|
|
|
2084
2084
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2085
2085
|
background-color: #f87171;
|
|
2086
2086
|
border: 0px;
|
|
2087
|
-
position: absolute;
|
|
2088
2087
|
border-radius: 3px;
|
|
2089
2088
|
}
|
|
2090
2089
|
|
|
@@ -923,7 +923,7 @@
|
|
|
923
923
|
pointer-events: none;
|
|
924
924
|
position: absolute;
|
|
925
925
|
top: 50%;
|
|
926
|
-
width:
|
|
926
|
+
width: 99%;
|
|
927
927
|
}
|
|
928
928
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
929
929
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2084,7 +2084,6 @@
|
|
|
2084
2084
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2085
2085
|
background-color: #dc2626;
|
|
2086
2086
|
border: 0px;
|
|
2087
|
-
position: absolute;
|
|
2088
2087
|
border-radius: 3px;
|
|
2089
2088
|
}
|
|
2090
2089
|
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
pointer-events: none;
|
|
849
849
|
position: absolute;
|
|
850
850
|
top: 50%;
|
|
851
|
-
width:
|
|
851
|
+
width: 99%;
|
|
852
852
|
}
|
|
853
853
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
854
854
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2008,7 +2008,6 @@
|
|
|
2008
2008
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2009
2009
|
background-color: #D13438;
|
|
2010
2010
|
border: 0px;
|
|
2011
|
-
position: absolute;
|
|
2012
2011
|
border-radius: 3px;
|
|
2013
2012
|
}
|
|
2014
2013
|
|
package/styles/highcontrast.css
CHANGED
|
@@ -950,7 +950,7 @@
|
|
|
950
950
|
pointer-events: none;
|
|
951
951
|
position: absolute;
|
|
952
952
|
top: 50%;
|
|
953
|
-
width:
|
|
953
|
+
width: 99%;
|
|
954
954
|
}
|
|
955
955
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
956
956
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2111,7 +2111,6 @@
|
|
|
2111
2111
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2112
2112
|
background-color: #D13438;
|
|
2113
2113
|
border: 0px;
|
|
2114
|
-
position: absolute;
|
|
2115
2114
|
border-radius: 3px;
|
|
2116
2115
|
}
|
|
2117
2116
|
|
package/styles/material-dark.css
CHANGED
|
@@ -908,7 +908,7 @@
|
|
|
908
908
|
pointer-events: none;
|
|
909
909
|
position: absolute;
|
|
910
910
|
top: 50%;
|
|
911
|
-
width:
|
|
911
|
+
width: 99%;
|
|
912
912
|
}
|
|
913
913
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
914
914
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2068,7 +2068,6 @@
|
|
|
2068
2068
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2069
2069
|
background-color: #D13438;
|
|
2070
2070
|
border: 0px;
|
|
2071
|
-
position: absolute;
|
|
2072
2071
|
border-radius: 3px;
|
|
2073
2072
|
}
|
|
2074
2073
|
|
package/styles/material.css
CHANGED
|
@@ -952,7 +952,7 @@
|
|
|
952
952
|
pointer-events: none;
|
|
953
953
|
position: absolute;
|
|
954
954
|
top: 50%;
|
|
955
|
-
width:
|
|
955
|
+
width: 99%;
|
|
956
956
|
}
|
|
957
957
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
958
958
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2112,7 +2112,6 @@
|
|
|
2112
2112
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2113
2113
|
background-color: #D13438;
|
|
2114
2114
|
border: 0px;
|
|
2115
|
-
position: absolute;
|
|
2116
2115
|
border-radius: 3px;
|
|
2117
2116
|
}
|
|
2118
2117
|
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
pointer-events: none;
|
|
1000
1000
|
position: absolute;
|
|
1001
1001
|
top: 50%;
|
|
1002
|
-
width:
|
|
1002
|
+
width: 99%;
|
|
1003
1003
|
}
|
|
1004
1004
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
1005
1005
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2172,7 +2172,6 @@
|
|
|
2172
2172
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2173
2173
|
background-color: rgba(var(--color-sf-warning));
|
|
2174
2174
|
border: 0px;
|
|
2175
|
-
position: absolute;
|
|
2176
2175
|
border-radius: 3px;
|
|
2177
2176
|
}
|
|
2178
2177
|
|
package/styles/material3.css
CHANGED
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
pointer-events: none;
|
|
1056
1056
|
position: absolute;
|
|
1057
1057
|
top: 50%;
|
|
1058
|
-
width:
|
|
1058
|
+
width: 99%;
|
|
1059
1059
|
}
|
|
1060
1060
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
1061
1061
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2228,7 +2228,6 @@
|
|
|
2228
2228
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2229
2229
|
background-color: rgba(var(--color-sf-warning));
|
|
2230
2230
|
border: 0px;
|
|
2231
|
-
position: absolute;
|
|
2232
2231
|
border-radius: 3px;
|
|
2233
2232
|
}
|
|
2234
2233
|
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -923,7 +923,7 @@
|
|
|
923
923
|
pointer-events: none;
|
|
924
924
|
position: absolute;
|
|
925
925
|
top: 50%;
|
|
926
|
-
width:
|
|
926
|
+
width: 99%;
|
|
927
927
|
}
|
|
928
928
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
929
929
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2084,7 +2084,6 @@
|
|
|
2084
2084
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2085
2085
|
background-color: #f87171;
|
|
2086
2086
|
border: 0px;
|
|
2087
|
-
position: absolute;
|
|
2088
2087
|
border-radius: 3px;
|
|
2089
2088
|
}
|
|
2090
2089
|
|
package/styles/tailwind.css
CHANGED
|
@@ -923,7 +923,7 @@
|
|
|
923
923
|
pointer-events: none;
|
|
924
924
|
position: absolute;
|
|
925
925
|
top: 50%;
|
|
926
|
-
width:
|
|
926
|
+
width: 99%;
|
|
927
927
|
}
|
|
928
928
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
929
929
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
@@ -2084,7 +2084,6 @@
|
|
|
2084
2084
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2085
2085
|
background-color: #dc2626;
|
|
2086
2086
|
border: 0px;
|
|
2087
|
-
position: absolute;
|
|
2088
2087
|
border-radius: 3px;
|
|
2089
2088
|
}
|
|
2090
2089
|
|