@syncfusion/ej2-react-gantt 19.4.47 → 19.4.53
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 +30 -0
- package/README.md +1 -1
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +6 -3
- package/styles/bootstrap.css +6 -3
- package/styles/bootstrap4.css +6 -3
- package/styles/bootstrap5-dark.css +4 -1
- package/styles/bootstrap5.css +4 -1
- package/styles/fabric-dark.css +3 -0
- package/styles/fabric.css +3 -0
- package/styles/gantt/bootstrap-dark.css +6 -3
- package/styles/gantt/bootstrap.css +6 -3
- package/styles/gantt/bootstrap4.css +6 -3
- package/styles/gantt/bootstrap5-dark.css +4 -1
- package/styles/gantt/bootstrap5.css +4 -1
- package/styles/gantt/fabric-dark.css +3 -0
- package/styles/gantt/fabric.css +3 -0
- package/styles/gantt/highcontrast-light.css +3 -0
- package/styles/gantt/highcontrast.css +3 -0
- package/styles/gantt/material-dark.css +3 -0
- package/styles/gantt/material.css +3 -0
- package/styles/gantt/tailwind-dark.css +6 -3
- package/styles/gantt/tailwind.css +6 -3
- package/styles/highcontrast-light.css +3 -0
- package/styles/highcontrast.css +3 -0
- package/styles/material-dark.css +3 -0
- package/styles/material.css +3 -0
- package/styles/tailwind-dark.css +6 -3
- package/styles/tailwind.css +6 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,12 +6,42 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#365463` - Gantt timeline view gets changed when resize the task to left side has been fixed.
|
|
10
|
+
|
|
11
|
+
## 19.4.52 (2022-02-15)
|
|
12
|
+
|
|
13
|
+
### Gantt
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#360085` - Issue in deleting a task after performing expand collapse action for multiple times has been fixed.
|
|
18
|
+
- `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
|
|
19
|
+
|
|
20
|
+
## 19.4.50 (2022-02-08)
|
|
21
|
+
|
|
22
|
+
### Gantt
|
|
23
|
+
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- `#362011` - Date alignment issue with Gantt Zoom to fit top tier and bottom tier has been fixed.
|
|
27
|
+
- `#364643` - Extra fields are added in `dataSource` property for bottom position issue has been fixed.
|
|
28
|
+
- `#363210` - Issue in performing edit dialog when we map only segments tab in `editDialogFields` has been fixed.
|
|
29
|
+
- `#364723` - Issue in updating `dataSource` property using insert key has been fixed.
|
|
30
|
+
- `#364643` - New record added in the top of datasource when row position is set as Bottom has been fixed.
|
|
31
|
+
|
|
32
|
+
## 19.4.47 (2022-01-25)
|
|
33
|
+
|
|
34
|
+
### Gantt
|
|
35
|
+
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
9
38
|
- `#356978` - Issue in disable the initial move of taskbar drag has been fixed.
|
|
10
39
|
- `#357647` - Issue in enabling scroll top during load time has been fixed.
|
|
11
40
|
- `#360893` - Issue in data source not updating when dragging and dropping child record has been fixed.
|
|
12
41
|
- `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
|
|
13
42
|
- `#361492` - Dragged row does not disappear when the row dropped outside the Gantt issue has been fixed.
|
|
14
43
|
- `#360381` - Issue in clicking on date picker while filtering has been fixed.
|
|
44
|
+
- `#362566` - Child records do not indent properly when immutable mode is enabled issue has been fixed
|
|
15
45
|
|
|
16
46
|
- `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
|
|
17
47
|
- `#361492` - Dragged row does not disappear when the row dropped outside the Gantt issue has been fixed.
|
package/README.md
CHANGED
|
@@ -82,4 +82,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
|
|
|
82
82
|
|
|
83
83
|
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/gantt/CHANGELOG.md)
|
|
84
84
|
|
|
85
|
-
© Copyright
|
|
85
|
+
© Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.53
|
|
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@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-gantt@19.4.52",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-9uaoEhG/+dulSdq6+zVH2enUu7l5G/HLyYf3B9d8g1ixs2zc0ZF0b6qhIc3Mr6DPVLpb0cTZ9Lrp64EXKBFJkQ==",
|
|
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-19.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-19.4.52.tgz",
|
|
23
|
+
"_shasum": "645d9ab8923250fea750ebfa5263959dd1fc7732",
|
|
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": "~19.4.
|
|
35
|
-
"@syncfusion/ej2-gantt": "19.4.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.52",
|
|
35
|
+
"@syncfusion/ej2-gantt": "19.4.53",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.4.53"
|
|
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": "19.4.
|
|
66
|
+
"version": "19.4.53",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|
|
@@ -829,7 +829,10 @@
|
|
|
829
829
|
font-weight: normal;
|
|
830
830
|
margin-left: 8px;
|
|
831
831
|
margin-right: 15px;
|
|
832
|
+
overflow: hidden;
|
|
833
|
+
text-overflow: ellipsis;
|
|
832
834
|
vertical-align: middle;
|
|
835
|
+
white-space: nowrap;
|
|
833
836
|
}
|
|
834
837
|
|
|
835
838
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1351,10 +1354,10 @@
|
|
|
1351
1354
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1352
1355
|
background: #1a1a1a;
|
|
1353
1356
|
border-bottom-color: #484848;
|
|
1354
|
-
border-bottom-width:
|
|
1357
|
+
border-bottom-width: 0px;
|
|
1355
1358
|
border-right-color: #484848;
|
|
1356
1359
|
color: #f0f0f0;
|
|
1357
|
-
height:
|
|
1360
|
+
height: 64px;
|
|
1358
1361
|
}
|
|
1359
1362
|
|
|
1360
1363
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1373,7 +1376,7 @@
|
|
|
1373
1376
|
}
|
|
1374
1377
|
|
|
1375
1378
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1376
|
-
height:
|
|
1379
|
+
height: 32px;
|
|
1377
1380
|
}
|
|
1378
1381
|
|
|
1379
1382
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/bootstrap.css
CHANGED
|
@@ -979,7 +979,10 @@
|
|
|
979
979
|
font-weight: normal;
|
|
980
980
|
margin-left: 8px;
|
|
981
981
|
margin-right: 15px;
|
|
982
|
+
overflow: hidden;
|
|
983
|
+
text-overflow: ellipsis;
|
|
982
984
|
vertical-align: middle;
|
|
985
|
+
white-space: nowrap;
|
|
983
986
|
}
|
|
984
987
|
|
|
985
988
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1501,10 +1504,10 @@
|
|
|
1501
1504
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1502
1505
|
background: #fff;
|
|
1503
1506
|
border-bottom-color: #ddd;
|
|
1504
|
-
border-bottom-width:
|
|
1507
|
+
border-bottom-width: 0px;
|
|
1505
1508
|
border-right-color: #ddd;
|
|
1506
1509
|
color: #333;
|
|
1507
|
-
height:
|
|
1510
|
+
height: 64px;
|
|
1508
1511
|
}
|
|
1509
1512
|
|
|
1510
1513
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1523,7 +1526,7 @@
|
|
|
1523
1526
|
}
|
|
1524
1527
|
|
|
1525
1528
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1526
|
-
height:
|
|
1529
|
+
height: 32px;
|
|
1527
1530
|
}
|
|
1528
1531
|
|
|
1529
1532
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1196,7 +1196,10 @@
|
|
|
1196
1196
|
font-weight: normal;
|
|
1197
1197
|
margin-left: 8px;
|
|
1198
1198
|
margin-right: 15px;
|
|
1199
|
+
overflow: hidden;
|
|
1200
|
+
text-overflow: ellipsis;
|
|
1199
1201
|
vertical-align: middle;
|
|
1202
|
+
white-space: nowrap;
|
|
1200
1203
|
}
|
|
1201
1204
|
|
|
1202
1205
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1718,10 +1721,10 @@
|
|
|
1718
1721
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1719
1722
|
background: #fff;
|
|
1720
1723
|
border-bottom-color: #dee2e6;
|
|
1721
|
-
border-bottom-width:
|
|
1724
|
+
border-bottom-width: 0px;
|
|
1722
1725
|
border-right-color: #dee2e6;
|
|
1723
1726
|
color: #212529;
|
|
1724
|
-
height:
|
|
1727
|
+
height: 64px;
|
|
1725
1728
|
}
|
|
1726
1729
|
|
|
1727
1730
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1740,7 +1743,7 @@
|
|
|
1740
1743
|
}
|
|
1741
1744
|
|
|
1742
1745
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1743
|
-
height:
|
|
1746
|
+
height: 32px;
|
|
1744
1747
|
}
|
|
1745
1748
|
|
|
1746
1749
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -863,7 +863,10 @@
|
|
|
863
863
|
font-weight: normal;
|
|
864
864
|
margin-left: 8px;
|
|
865
865
|
margin-right: 15px;
|
|
866
|
+
overflow: hidden;
|
|
867
|
+
text-overflow: ellipsis;
|
|
866
868
|
vertical-align: middle;
|
|
869
|
+
white-space: nowrap;
|
|
867
870
|
}
|
|
868
871
|
|
|
869
872
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1407,7 +1410,7 @@
|
|
|
1407
1410
|
}
|
|
1408
1411
|
|
|
1409
1412
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1410
|
-
height:
|
|
1413
|
+
height: 32px;
|
|
1411
1414
|
}
|
|
1412
1415
|
|
|
1413
1416
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -863,7 +863,10 @@
|
|
|
863
863
|
font-weight: normal;
|
|
864
864
|
margin-left: 8px;
|
|
865
865
|
margin-right: 15px;
|
|
866
|
+
overflow: hidden;
|
|
867
|
+
text-overflow: ellipsis;
|
|
866
868
|
vertical-align: middle;
|
|
869
|
+
white-space: nowrap;
|
|
867
870
|
}
|
|
868
871
|
|
|
869
872
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1407,7 +1410,7 @@
|
|
|
1407
1410
|
}
|
|
1408
1411
|
|
|
1409
1412
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1410
|
-
height:
|
|
1413
|
+
height: 32px;
|
|
1411
1414
|
}
|
|
1412
1415
|
|
|
1413
1416
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
|
@@ -829,7 +829,10 @@
|
|
|
829
829
|
font-weight: normal;
|
|
830
830
|
margin-left: 8px;
|
|
831
831
|
margin-right: 15px;
|
|
832
|
+
overflow: hidden;
|
|
833
|
+
text-overflow: ellipsis;
|
|
832
834
|
vertical-align: middle;
|
|
835
|
+
white-space: nowrap;
|
|
833
836
|
}
|
|
834
837
|
|
|
835
838
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1351,10 +1354,10 @@
|
|
|
1351
1354
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1352
1355
|
background: #1a1a1a;
|
|
1353
1356
|
border-bottom-color: #484848;
|
|
1354
|
-
border-bottom-width:
|
|
1357
|
+
border-bottom-width: 0px;
|
|
1355
1358
|
border-right-color: #484848;
|
|
1356
1359
|
color: #f0f0f0;
|
|
1357
|
-
height:
|
|
1360
|
+
height: 64px;
|
|
1358
1361
|
}
|
|
1359
1362
|
|
|
1360
1363
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1373,7 +1376,7 @@
|
|
|
1373
1376
|
}
|
|
1374
1377
|
|
|
1375
1378
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1376
|
-
height:
|
|
1379
|
+
height: 32px;
|
|
1377
1380
|
}
|
|
1378
1381
|
|
|
1379
1382
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -979,7 +979,10 @@
|
|
|
979
979
|
font-weight: normal;
|
|
980
980
|
margin-left: 8px;
|
|
981
981
|
margin-right: 15px;
|
|
982
|
+
overflow: hidden;
|
|
983
|
+
text-overflow: ellipsis;
|
|
982
984
|
vertical-align: middle;
|
|
985
|
+
white-space: nowrap;
|
|
983
986
|
}
|
|
984
987
|
|
|
985
988
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1501,10 +1504,10 @@
|
|
|
1501
1504
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1502
1505
|
background: #fff;
|
|
1503
1506
|
border-bottom-color: #ddd;
|
|
1504
|
-
border-bottom-width:
|
|
1507
|
+
border-bottom-width: 0px;
|
|
1505
1508
|
border-right-color: #ddd;
|
|
1506
1509
|
color: #333;
|
|
1507
|
-
height:
|
|
1510
|
+
height: 64px;
|
|
1508
1511
|
}
|
|
1509
1512
|
|
|
1510
1513
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1523,7 +1526,7 @@
|
|
|
1523
1526
|
}
|
|
1524
1527
|
|
|
1525
1528
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1526
|
-
height:
|
|
1529
|
+
height: 32px;
|
|
1527
1530
|
}
|
|
1528
1531
|
|
|
1529
1532
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -1196,7 +1196,10 @@
|
|
|
1196
1196
|
font-weight: normal;
|
|
1197
1197
|
margin-left: 8px;
|
|
1198
1198
|
margin-right: 15px;
|
|
1199
|
+
overflow: hidden;
|
|
1200
|
+
text-overflow: ellipsis;
|
|
1199
1201
|
vertical-align: middle;
|
|
1202
|
+
white-space: nowrap;
|
|
1200
1203
|
}
|
|
1201
1204
|
|
|
1202
1205
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1718,10 +1721,10 @@
|
|
|
1718
1721
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1719
1722
|
background: #fff;
|
|
1720
1723
|
border-bottom-color: #dee2e6;
|
|
1721
|
-
border-bottom-width:
|
|
1724
|
+
border-bottom-width: 0px;
|
|
1722
1725
|
border-right-color: #dee2e6;
|
|
1723
1726
|
color: #212529;
|
|
1724
|
-
height:
|
|
1727
|
+
height: 64px;
|
|
1725
1728
|
}
|
|
1726
1729
|
|
|
1727
1730
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1740,7 +1743,7 @@
|
|
|
1740
1743
|
}
|
|
1741
1744
|
|
|
1742
1745
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1743
|
-
height:
|
|
1746
|
+
height: 32px;
|
|
1744
1747
|
}
|
|
1745
1748
|
|
|
1746
1749
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -863,7 +863,10 @@
|
|
|
863
863
|
font-weight: normal;
|
|
864
864
|
margin-left: 8px;
|
|
865
865
|
margin-right: 15px;
|
|
866
|
+
overflow: hidden;
|
|
867
|
+
text-overflow: ellipsis;
|
|
866
868
|
vertical-align: middle;
|
|
869
|
+
white-space: nowrap;
|
|
867
870
|
}
|
|
868
871
|
|
|
869
872
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1407,7 +1410,7 @@
|
|
|
1407
1410
|
}
|
|
1408
1411
|
|
|
1409
1412
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1410
|
-
height:
|
|
1413
|
+
height: 32px;
|
|
1411
1414
|
}
|
|
1412
1415
|
|
|
1413
1416
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -863,7 +863,10 @@
|
|
|
863
863
|
font-weight: normal;
|
|
864
864
|
margin-left: 8px;
|
|
865
865
|
margin-right: 15px;
|
|
866
|
+
overflow: hidden;
|
|
867
|
+
text-overflow: ellipsis;
|
|
866
868
|
vertical-align: middle;
|
|
869
|
+
white-space: nowrap;
|
|
867
870
|
}
|
|
868
871
|
|
|
869
872
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1407,7 +1410,7 @@
|
|
|
1407
1410
|
}
|
|
1408
1411
|
|
|
1409
1412
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1410
|
-
height:
|
|
1413
|
+
height: 32px;
|
|
1411
1414
|
}
|
|
1412
1415
|
|
|
1413
1416
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/gantt/fabric.css
CHANGED
|
@@ -887,7 +887,10 @@
|
|
|
887
887
|
font-weight: normal;
|
|
888
888
|
margin-left: 8px;
|
|
889
889
|
margin-right: 15px;
|
|
890
|
+
overflow: hidden;
|
|
891
|
+
text-overflow: ellipsis;
|
|
890
892
|
vertical-align: middle;
|
|
893
|
+
white-space: nowrap;
|
|
891
894
|
}
|
|
892
895
|
|
|
893
896
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1410,10 +1413,10 @@
|
|
|
1410
1413
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1414
|
background: #232e3e;
|
|
1412
1415
|
border-bottom-color: #4b5563;
|
|
1413
|
-
border-bottom-width:
|
|
1416
|
+
border-bottom-width: 0px;
|
|
1414
1417
|
border-right-color: #4b5563;
|
|
1415
1418
|
color: #9ca3af;
|
|
1416
|
-
height:
|
|
1419
|
+
height: 49px;
|
|
1417
1420
|
}
|
|
1418
1421
|
|
|
1419
1422
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1435,7 @@
|
|
|
1432
1435
|
}
|
|
1433
1436
|
|
|
1434
1437
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1438
|
+
height: 24.5px;
|
|
1436
1439
|
}
|
|
1437
1440
|
|
|
1438
1441
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -887,7 +887,10 @@
|
|
|
887
887
|
font-weight: normal;
|
|
888
888
|
margin-left: 8px;
|
|
889
889
|
margin-right: 15px;
|
|
890
|
+
overflow: hidden;
|
|
891
|
+
text-overflow: ellipsis;
|
|
890
892
|
vertical-align: middle;
|
|
893
|
+
white-space: nowrap;
|
|
891
894
|
}
|
|
892
895
|
|
|
893
896
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1410,10 +1413,10 @@
|
|
|
1410
1413
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1414
|
background: #f9fafb;
|
|
1412
1415
|
border-bottom-color: #e5e7eb;
|
|
1413
|
-
border-bottom-width:
|
|
1416
|
+
border-bottom-width: 0px;
|
|
1414
1417
|
border-right-color: #e5e7eb;
|
|
1415
1418
|
color: #6b7280;
|
|
1416
|
-
height:
|
|
1419
|
+
height: 49px;
|
|
1417
1420
|
}
|
|
1418
1421
|
|
|
1419
1422
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1435,7 @@
|
|
|
1432
1435
|
}
|
|
1433
1436
|
|
|
1434
1437
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1438
|
+
height: 24.5px;
|
|
1436
1439
|
}
|
|
1437
1440
|
|
|
1438
1441
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/tailwind-dark.css
CHANGED
|
@@ -887,7 +887,10 @@
|
|
|
887
887
|
font-weight: normal;
|
|
888
888
|
margin-left: 8px;
|
|
889
889
|
margin-right: 15px;
|
|
890
|
+
overflow: hidden;
|
|
891
|
+
text-overflow: ellipsis;
|
|
890
892
|
vertical-align: middle;
|
|
893
|
+
white-space: nowrap;
|
|
891
894
|
}
|
|
892
895
|
|
|
893
896
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1410,10 +1413,10 @@
|
|
|
1410
1413
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1414
|
background: #232e3e;
|
|
1412
1415
|
border-bottom-color: #4b5563;
|
|
1413
|
-
border-bottom-width:
|
|
1416
|
+
border-bottom-width: 0px;
|
|
1414
1417
|
border-right-color: #4b5563;
|
|
1415
1418
|
color: #9ca3af;
|
|
1416
|
-
height:
|
|
1419
|
+
height: 49px;
|
|
1417
1420
|
}
|
|
1418
1421
|
|
|
1419
1422
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1435,7 @@
|
|
|
1432
1435
|
}
|
|
1433
1436
|
|
|
1434
1437
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1438
|
+
height: 24.5px;
|
|
1436
1439
|
}
|
|
1437
1440
|
|
|
1438
1441
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/tailwind.css
CHANGED
|
@@ -887,7 +887,10 @@
|
|
|
887
887
|
font-weight: normal;
|
|
888
888
|
margin-left: 8px;
|
|
889
889
|
margin-right: 15px;
|
|
890
|
+
overflow: hidden;
|
|
891
|
+
text-overflow: ellipsis;
|
|
890
892
|
vertical-align: middle;
|
|
893
|
+
white-space: nowrap;
|
|
891
894
|
}
|
|
892
895
|
|
|
893
896
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1410,10 +1413,10 @@
|
|
|
1410
1413
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1414
|
background: #f9fafb;
|
|
1412
1415
|
border-bottom-color: #e5e7eb;
|
|
1413
|
-
border-bottom-width:
|
|
1416
|
+
border-bottom-width: 0px;
|
|
1414
1417
|
border-right-color: #e5e7eb;
|
|
1415
1418
|
color: #6b7280;
|
|
1416
|
-
height:
|
|
1419
|
+
height: 49px;
|
|
1417
1420
|
}
|
|
1418
1421
|
|
|
1419
1422
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1435,7 @@
|
|
|
1432
1435
|
}
|
|
1433
1436
|
|
|
1434
1437
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1438
|
+
height: 24.5px;
|
|
1436
1439
|
}
|
|
1437
1440
|
|
|
1438
1441
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|