@syncfusion/ej2-react-gantt 19.4.43 → 19.4.52
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/README.md +1 -1
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +15 -4
- package/styles/bootstrap.css +15 -4
- package/styles/bootstrap4.css +15 -4
- package/styles/bootstrap5-dark.css +13 -2
- package/styles/bootstrap5.css +13 -2
- package/styles/fabric-dark.css +12 -1
- package/styles/fabric.css +12 -1
- package/styles/gantt/bootstrap-dark.css +15 -4
- package/styles/gantt/bootstrap.css +15 -4
- package/styles/gantt/bootstrap4.css +15 -4
- package/styles/gantt/bootstrap5-dark.css +13 -2
- package/styles/gantt/bootstrap5.css +13 -2
- package/styles/gantt/fabric-dark.css +12 -1
- package/styles/gantt/fabric.css +12 -1
- package/styles/gantt/highcontrast-light.css +12 -1
- package/styles/gantt/highcontrast.css +12 -1
- package/styles/gantt/material-dark.css +12 -1
- package/styles/gantt/material.css +12 -1
- package/styles/gantt/tailwind-dark.css +15 -4
- package/styles/gantt/tailwind.css +15 -4
- package/styles/highcontrast-light.css +12 -1
- package/styles/highcontrast.css +12 -1
- package/styles/material-dark.css +12 -1
- package/styles/material.css +12 -1
- package/styles/tailwind-dark.css +15 -4
- package/styles/tailwind.css +15 -4
package/CHANGELOG.md
CHANGED
|
@@ -6,8 +6,49 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#360085` - Issue in deleting a task after performing expand collapse action for multiple times has been fixed.
|
|
10
|
+
- `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
|
|
11
|
+
|
|
12
|
+
## 19.4.50 (2022-02-08)
|
|
13
|
+
|
|
14
|
+
### Gantt
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#362011` - Date alignment issue with Gantt Zoom to fit top tier and bottom tier has been fixed.
|
|
19
|
+
- `#364643` - Extra fields are added in `dataSource` property for bottom position issue has been fixed.
|
|
20
|
+
- `#363210` - Issue in performing edit dialog when we map only segments tab in `editDialogFields` has been fixed.
|
|
21
|
+
- `#364723` - Issue in updating `dataSource` property using insert key has been fixed.
|
|
22
|
+
- `#364643` - New record added in the top of datasource when row position is set as Bottom has been fixed.
|
|
23
|
+
|
|
24
|
+
## 19.4.47 (2022-01-25)
|
|
25
|
+
|
|
26
|
+
### Gantt
|
|
27
|
+
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
30
|
+
- `#356978` - Issue in disable the initial move of taskbar drag has been fixed.
|
|
31
|
+
- `#357647` - Issue in enabling scroll top during load time has been fixed.
|
|
32
|
+
- `#360893` - Issue in data source not updating when dragging and dropping child record has been fixed.
|
|
33
|
+
- `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
|
|
34
|
+
- `#361492` - Dragged row does not disappear when the row dropped outside the Gantt issue has been fixed.
|
|
35
|
+
- `#360381` - Issue in clicking on date picker while filtering has been fixed.
|
|
36
|
+
- `#362566` - Child records do not indent properly when immutable mode is enabled issue has been fixed
|
|
37
|
+
|
|
38
|
+
- `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
|
|
39
|
+
- `#361492` - Dragged row does not disappear when the row dropped outside the Gantt issue has been fixed.
|
|
40
|
+
- `#360381` - Issue in clicking on date picker while filtering has been fixed.
|
|
41
|
+
|
|
42
|
+
## 19.4.43 (2022-01-18)
|
|
43
|
+
|
|
44
|
+
### Gantt
|
|
45
|
+
|
|
46
|
+
#### Bug Fixes
|
|
47
|
+
|
|
9
48
|
- `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
|
|
10
49
|
- `#360424` - Issue in performing drag and drop when resource is set to null has been fixed.
|
|
50
|
+
- `#360085` - Issue in adding new record after performing expand collapse action for multiple times has been fixed.
|
|
51
|
+
- `#360081` - Console error thrown when we assign resources to parent tasks has been fixed.
|
|
11
52
|
|
|
12
53
|
- `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
|
|
13
54
|
|
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.52
|
|
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.50",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-JGPZGQRwUx/KSP9U4arUz1jI76KI7T82mQ5c3whBK9YKTERAhNq94J6g4krrFQ0kOc5FytZJWKjXNgBlunmDOg==",
|
|
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.50.tgz",
|
|
23
|
+
"_shasum": "bc9eb3f8703a78eac604df6504acc9d69f867327",
|
|
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.52",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.4.52"
|
|
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.52",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|
|
@@ -500,6 +500,11 @@
|
|
|
500
500
|
white-space: nowrap;
|
|
501
501
|
}
|
|
502
502
|
|
|
503
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
504
|
+
display: -ms-inline-flexbox;
|
|
505
|
+
display: inline-flex;
|
|
506
|
+
}
|
|
507
|
+
|
|
503
508
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
504
509
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
505
510
|
border-spacing: 0;
|
|
@@ -824,7 +829,10 @@
|
|
|
824
829
|
font-weight: normal;
|
|
825
830
|
margin-left: 8px;
|
|
826
831
|
margin-right: 15px;
|
|
832
|
+
overflow: hidden;
|
|
833
|
+
text-overflow: ellipsis;
|
|
827
834
|
vertical-align: middle;
|
|
835
|
+
white-space: nowrap;
|
|
828
836
|
}
|
|
829
837
|
|
|
830
838
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1069,7 +1077,6 @@
|
|
|
1069
1077
|
.e-gantt-dialog .e-edit-form-row {
|
|
1070
1078
|
height: 241px;
|
|
1071
1079
|
overflow-y: auto;
|
|
1072
|
-
padding-bottom: 16px;
|
|
1073
1080
|
}
|
|
1074
1081
|
|
|
1075
1082
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1187,6 +1194,10 @@
|
|
|
1187
1194
|
opacity: 1;
|
|
1188
1195
|
}
|
|
1189
1196
|
|
|
1197
|
+
.e-gantt-tooltip {
|
|
1198
|
+
visibility: hidden;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1190
1201
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1191
1202
|
content: '';
|
|
1192
1203
|
}
|
|
@@ -1343,10 +1354,10 @@
|
|
|
1343
1354
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1344
1355
|
background: #1a1a1a;
|
|
1345
1356
|
border-bottom-color: #484848;
|
|
1346
|
-
border-bottom-width:
|
|
1357
|
+
border-bottom-width: 0px;
|
|
1347
1358
|
border-right-color: #484848;
|
|
1348
1359
|
color: #f0f0f0;
|
|
1349
|
-
height:
|
|
1360
|
+
height: 64px;
|
|
1350
1361
|
}
|
|
1351
1362
|
|
|
1352
1363
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1365,7 +1376,7 @@
|
|
|
1365
1376
|
}
|
|
1366
1377
|
|
|
1367
1378
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1368
|
-
height:
|
|
1379
|
+
height: 32px;
|
|
1369
1380
|
}
|
|
1370
1381
|
|
|
1371
1382
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/bootstrap.css
CHANGED
|
@@ -650,6 +650,11 @@
|
|
|
650
650
|
white-space: nowrap;
|
|
651
651
|
}
|
|
652
652
|
|
|
653
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
654
|
+
display: -ms-inline-flexbox;
|
|
655
|
+
display: inline-flex;
|
|
656
|
+
}
|
|
657
|
+
|
|
653
658
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
654
659
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
655
660
|
border-spacing: 0;
|
|
@@ -974,7 +979,10 @@
|
|
|
974
979
|
font-weight: normal;
|
|
975
980
|
margin-left: 8px;
|
|
976
981
|
margin-right: 15px;
|
|
982
|
+
overflow: hidden;
|
|
983
|
+
text-overflow: ellipsis;
|
|
977
984
|
vertical-align: middle;
|
|
985
|
+
white-space: nowrap;
|
|
978
986
|
}
|
|
979
987
|
|
|
980
988
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1219,7 +1227,6 @@
|
|
|
1219
1227
|
.e-gantt-dialog .e-edit-form-row {
|
|
1220
1228
|
height: 241px;
|
|
1221
1229
|
overflow-y: auto;
|
|
1222
|
-
padding-bottom: 16px;
|
|
1223
1230
|
}
|
|
1224
1231
|
|
|
1225
1232
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1337,6 +1344,10 @@
|
|
|
1337
1344
|
opacity: 1;
|
|
1338
1345
|
}
|
|
1339
1346
|
|
|
1347
|
+
.e-gantt-tooltip {
|
|
1348
|
+
visibility: hidden;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1340
1351
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1341
1352
|
content: '';
|
|
1342
1353
|
}
|
|
@@ -1493,10 +1504,10 @@
|
|
|
1493
1504
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1494
1505
|
background: #fff;
|
|
1495
1506
|
border-bottom-color: #ddd;
|
|
1496
|
-
border-bottom-width:
|
|
1507
|
+
border-bottom-width: 0px;
|
|
1497
1508
|
border-right-color: #ddd;
|
|
1498
1509
|
color: #333;
|
|
1499
|
-
height:
|
|
1510
|
+
height: 64px;
|
|
1500
1511
|
}
|
|
1501
1512
|
|
|
1502
1513
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1515,7 +1526,7 @@
|
|
|
1515
1526
|
}
|
|
1516
1527
|
|
|
1517
1528
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1518
|
-
height:
|
|
1529
|
+
height: 32px;
|
|
1519
1530
|
}
|
|
1520
1531
|
|
|
1521
1532
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -867,6 +867,11 @@
|
|
|
867
867
|
white-space: nowrap;
|
|
868
868
|
}
|
|
869
869
|
|
|
870
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
871
|
+
display: -ms-inline-flexbox;
|
|
872
|
+
display: inline-flex;
|
|
873
|
+
}
|
|
874
|
+
|
|
870
875
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
871
876
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
872
877
|
border-spacing: 0;
|
|
@@ -1191,7 +1196,10 @@
|
|
|
1191
1196
|
font-weight: normal;
|
|
1192
1197
|
margin-left: 8px;
|
|
1193
1198
|
margin-right: 15px;
|
|
1199
|
+
overflow: hidden;
|
|
1200
|
+
text-overflow: ellipsis;
|
|
1194
1201
|
vertical-align: middle;
|
|
1202
|
+
white-space: nowrap;
|
|
1195
1203
|
}
|
|
1196
1204
|
|
|
1197
1205
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1436,7 +1444,6 @@
|
|
|
1436
1444
|
.e-gantt-dialog .e-edit-form-row {
|
|
1437
1445
|
height: 241px;
|
|
1438
1446
|
overflow-y: auto;
|
|
1439
|
-
padding-bottom: 12px;
|
|
1440
1447
|
}
|
|
1441
1448
|
|
|
1442
1449
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1554,6 +1561,10 @@
|
|
|
1554
1561
|
opacity: 1;
|
|
1555
1562
|
}
|
|
1556
1563
|
|
|
1564
|
+
.e-gantt-tooltip {
|
|
1565
|
+
visibility: hidden;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1557
1568
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1558
1569
|
content: '';
|
|
1559
1570
|
}
|
|
@@ -1710,10 +1721,10 @@
|
|
|
1710
1721
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1711
1722
|
background: #fff;
|
|
1712
1723
|
border-bottom-color: #dee2e6;
|
|
1713
|
-
border-bottom-width:
|
|
1724
|
+
border-bottom-width: 0px;
|
|
1714
1725
|
border-right-color: #dee2e6;
|
|
1715
1726
|
color: #212529;
|
|
1716
|
-
height:
|
|
1727
|
+
height: 64px;
|
|
1717
1728
|
}
|
|
1718
1729
|
|
|
1719
1730
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1732,7 +1743,7 @@
|
|
|
1732
1743
|
}
|
|
1733
1744
|
|
|
1734
1745
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1735
|
-
height:
|
|
1746
|
+
height: 32px;
|
|
1736
1747
|
}
|
|
1737
1748
|
|
|
1738
1749
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -534,6 +534,11 @@
|
|
|
534
534
|
white-space: nowrap;
|
|
535
535
|
}
|
|
536
536
|
|
|
537
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
538
|
+
display: -ms-inline-flexbox;
|
|
539
|
+
display: inline-flex;
|
|
540
|
+
}
|
|
541
|
+
|
|
537
542
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
538
543
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
539
544
|
border-spacing: 0;
|
|
@@ -858,7 +863,10 @@
|
|
|
858
863
|
font-weight: normal;
|
|
859
864
|
margin-left: 8px;
|
|
860
865
|
margin-right: 15px;
|
|
866
|
+
overflow: hidden;
|
|
867
|
+
text-overflow: ellipsis;
|
|
861
868
|
vertical-align: middle;
|
|
869
|
+
white-space: nowrap;
|
|
862
870
|
}
|
|
863
871
|
|
|
864
872
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1103,7 +1111,6 @@
|
|
|
1103
1111
|
.e-gantt-dialog .e-edit-form-row {
|
|
1104
1112
|
height: 241px;
|
|
1105
1113
|
overflow-y: auto;
|
|
1106
|
-
padding-bottom: 12px;
|
|
1107
1114
|
}
|
|
1108
1115
|
|
|
1109
1116
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1221,6 +1228,10 @@
|
|
|
1221
1228
|
opacity: 1;
|
|
1222
1229
|
}
|
|
1223
1230
|
|
|
1231
|
+
.e-gantt-tooltip {
|
|
1232
|
+
visibility: hidden;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1224
1235
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1225
1236
|
content: '';
|
|
1226
1237
|
}
|
|
@@ -1399,7 +1410,7 @@
|
|
|
1399
1410
|
}
|
|
1400
1411
|
|
|
1401
1412
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1402
|
-
height:
|
|
1413
|
+
height: 32px;
|
|
1403
1414
|
}
|
|
1404
1415
|
|
|
1405
1416
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -534,6 +534,11 @@
|
|
|
534
534
|
white-space: nowrap;
|
|
535
535
|
}
|
|
536
536
|
|
|
537
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
538
|
+
display: -ms-inline-flexbox;
|
|
539
|
+
display: inline-flex;
|
|
540
|
+
}
|
|
541
|
+
|
|
537
542
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
538
543
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
539
544
|
border-spacing: 0;
|
|
@@ -858,7 +863,10 @@
|
|
|
858
863
|
font-weight: normal;
|
|
859
864
|
margin-left: 8px;
|
|
860
865
|
margin-right: 15px;
|
|
866
|
+
overflow: hidden;
|
|
867
|
+
text-overflow: ellipsis;
|
|
861
868
|
vertical-align: middle;
|
|
869
|
+
white-space: nowrap;
|
|
862
870
|
}
|
|
863
871
|
|
|
864
872
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1103,7 +1111,6 @@
|
|
|
1103
1111
|
.e-gantt-dialog .e-edit-form-row {
|
|
1104
1112
|
height: 241px;
|
|
1105
1113
|
overflow-y: auto;
|
|
1106
|
-
padding-bottom: 12px;
|
|
1107
1114
|
}
|
|
1108
1115
|
|
|
1109
1116
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1221,6 +1228,10 @@
|
|
|
1221
1228
|
opacity: 1;
|
|
1222
1229
|
}
|
|
1223
1230
|
|
|
1231
|
+
.e-gantt-tooltip {
|
|
1232
|
+
visibility: hidden;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1224
1235
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1225
1236
|
content: '';
|
|
1226
1237
|
}
|
|
@@ -1399,7 +1410,7 @@
|
|
|
1399
1410
|
}
|
|
1400
1411
|
|
|
1401
1412
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1402
|
-
height:
|
|
1413
|
+
height: 32px;
|
|
1403
1414
|
}
|
|
1404
1415
|
|
|
1405
1416
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -454,6 +454,11 @@
|
|
|
454
454
|
white-space: nowrap;
|
|
455
455
|
}
|
|
456
456
|
|
|
457
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
458
|
+
display: -ms-inline-flexbox;
|
|
459
|
+
display: inline-flex;
|
|
460
|
+
}
|
|
461
|
+
|
|
457
462
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
458
463
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
459
464
|
border-spacing: 0;
|
|
@@ -778,7 +783,10 @@
|
|
|
778
783
|
font-weight: normal;
|
|
779
784
|
margin-left: 8px;
|
|
780
785
|
margin-right: 15px;
|
|
786
|
+
overflow: hidden;
|
|
787
|
+
text-overflow: ellipsis;
|
|
781
788
|
vertical-align: middle;
|
|
789
|
+
white-space: nowrap;
|
|
782
790
|
}
|
|
783
791
|
|
|
784
792
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1023,7 +1031,6 @@
|
|
|
1023
1031
|
.e-gantt-dialog .e-edit-form-row {
|
|
1024
1032
|
height: 241px;
|
|
1025
1033
|
overflow-y: auto;
|
|
1026
|
-
padding-bottom: 16px;
|
|
1027
1034
|
}
|
|
1028
1035
|
|
|
1029
1036
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1141,6 +1148,10 @@
|
|
|
1141
1148
|
opacity: 1;
|
|
1142
1149
|
}
|
|
1143
1150
|
|
|
1151
|
+
.e-gantt-tooltip {
|
|
1152
|
+
visibility: hidden;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1144
1155
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1145
1156
|
content: '';
|
|
1146
1157
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -452,6 +452,11 @@
|
|
|
452
452
|
white-space: nowrap;
|
|
453
453
|
}
|
|
454
454
|
|
|
455
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
456
|
+
display: -ms-inline-flexbox;
|
|
457
|
+
display: inline-flex;
|
|
458
|
+
}
|
|
459
|
+
|
|
455
460
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
456
461
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
457
462
|
border-spacing: 0;
|
|
@@ -776,7 +781,10 @@
|
|
|
776
781
|
font-weight: normal;
|
|
777
782
|
margin-left: 8px;
|
|
778
783
|
margin-right: 15px;
|
|
784
|
+
overflow: hidden;
|
|
785
|
+
text-overflow: ellipsis;
|
|
779
786
|
vertical-align: middle;
|
|
787
|
+
white-space: nowrap;
|
|
780
788
|
}
|
|
781
789
|
|
|
782
790
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1021,7 +1029,6 @@
|
|
|
1021
1029
|
.e-gantt-dialog .e-edit-form-row {
|
|
1022
1030
|
height: 241px;
|
|
1023
1031
|
overflow-y: auto;
|
|
1024
|
-
padding-bottom: 16px;
|
|
1025
1032
|
}
|
|
1026
1033
|
|
|
1027
1034
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1139,6 +1146,10 @@
|
|
|
1139
1146
|
opacity: 1;
|
|
1140
1147
|
}
|
|
1141
1148
|
|
|
1149
|
+
.e-gantt-tooltip {
|
|
1150
|
+
visibility: hidden;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1142
1153
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1143
1154
|
content: '';
|
|
1144
1155
|
}
|
|
@@ -500,6 +500,11 @@
|
|
|
500
500
|
white-space: nowrap;
|
|
501
501
|
}
|
|
502
502
|
|
|
503
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
504
|
+
display: -ms-inline-flexbox;
|
|
505
|
+
display: inline-flex;
|
|
506
|
+
}
|
|
507
|
+
|
|
503
508
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
504
509
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
505
510
|
border-spacing: 0;
|
|
@@ -824,7 +829,10 @@
|
|
|
824
829
|
font-weight: normal;
|
|
825
830
|
margin-left: 8px;
|
|
826
831
|
margin-right: 15px;
|
|
832
|
+
overflow: hidden;
|
|
833
|
+
text-overflow: ellipsis;
|
|
827
834
|
vertical-align: middle;
|
|
835
|
+
white-space: nowrap;
|
|
828
836
|
}
|
|
829
837
|
|
|
830
838
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1069,7 +1077,6 @@
|
|
|
1069
1077
|
.e-gantt-dialog .e-edit-form-row {
|
|
1070
1078
|
height: 241px;
|
|
1071
1079
|
overflow-y: auto;
|
|
1072
|
-
padding-bottom: 16px;
|
|
1073
1080
|
}
|
|
1074
1081
|
|
|
1075
1082
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1187,6 +1194,10 @@
|
|
|
1187
1194
|
opacity: 1;
|
|
1188
1195
|
}
|
|
1189
1196
|
|
|
1197
|
+
.e-gantt-tooltip {
|
|
1198
|
+
visibility: hidden;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1190
1201
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1191
1202
|
content: '';
|
|
1192
1203
|
}
|
|
@@ -1343,10 +1354,10 @@
|
|
|
1343
1354
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1344
1355
|
background: #1a1a1a;
|
|
1345
1356
|
border-bottom-color: #484848;
|
|
1346
|
-
border-bottom-width:
|
|
1357
|
+
border-bottom-width: 0px;
|
|
1347
1358
|
border-right-color: #484848;
|
|
1348
1359
|
color: #f0f0f0;
|
|
1349
|
-
height:
|
|
1360
|
+
height: 64px;
|
|
1350
1361
|
}
|
|
1351
1362
|
|
|
1352
1363
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1365,7 +1376,7 @@
|
|
|
1365
1376
|
}
|
|
1366
1377
|
|
|
1367
1378
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1368
|
-
height:
|
|
1379
|
+
height: 32px;
|
|
1369
1380
|
}
|
|
1370
1381
|
|
|
1371
1382
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -650,6 +650,11 @@
|
|
|
650
650
|
white-space: nowrap;
|
|
651
651
|
}
|
|
652
652
|
|
|
653
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
654
|
+
display: -ms-inline-flexbox;
|
|
655
|
+
display: inline-flex;
|
|
656
|
+
}
|
|
657
|
+
|
|
653
658
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
654
659
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
655
660
|
border-spacing: 0;
|
|
@@ -974,7 +979,10 @@
|
|
|
974
979
|
font-weight: normal;
|
|
975
980
|
margin-left: 8px;
|
|
976
981
|
margin-right: 15px;
|
|
982
|
+
overflow: hidden;
|
|
983
|
+
text-overflow: ellipsis;
|
|
977
984
|
vertical-align: middle;
|
|
985
|
+
white-space: nowrap;
|
|
978
986
|
}
|
|
979
987
|
|
|
980
988
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1219,7 +1227,6 @@
|
|
|
1219
1227
|
.e-gantt-dialog .e-edit-form-row {
|
|
1220
1228
|
height: 241px;
|
|
1221
1229
|
overflow-y: auto;
|
|
1222
|
-
padding-bottom: 16px;
|
|
1223
1230
|
}
|
|
1224
1231
|
|
|
1225
1232
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1337,6 +1344,10 @@
|
|
|
1337
1344
|
opacity: 1;
|
|
1338
1345
|
}
|
|
1339
1346
|
|
|
1347
|
+
.e-gantt-tooltip {
|
|
1348
|
+
visibility: hidden;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1340
1351
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1341
1352
|
content: '';
|
|
1342
1353
|
}
|
|
@@ -1493,10 +1504,10 @@
|
|
|
1493
1504
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1494
1505
|
background: #fff;
|
|
1495
1506
|
border-bottom-color: #ddd;
|
|
1496
|
-
border-bottom-width:
|
|
1507
|
+
border-bottom-width: 0px;
|
|
1497
1508
|
border-right-color: #ddd;
|
|
1498
1509
|
color: #333;
|
|
1499
|
-
height:
|
|
1510
|
+
height: 64px;
|
|
1500
1511
|
}
|
|
1501
1512
|
|
|
1502
1513
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1515,7 +1526,7 @@
|
|
|
1515
1526
|
}
|
|
1516
1527
|
|
|
1517
1528
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1518
|
-
height:
|
|
1529
|
+
height: 32px;
|
|
1519
1530
|
}
|
|
1520
1531
|
|
|
1521
1532
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -867,6 +867,11 @@
|
|
|
867
867
|
white-space: nowrap;
|
|
868
868
|
}
|
|
869
869
|
|
|
870
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
871
|
+
display: -ms-inline-flexbox;
|
|
872
|
+
display: inline-flex;
|
|
873
|
+
}
|
|
874
|
+
|
|
870
875
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
871
876
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
872
877
|
border-spacing: 0;
|
|
@@ -1191,7 +1196,10 @@
|
|
|
1191
1196
|
font-weight: normal;
|
|
1192
1197
|
margin-left: 8px;
|
|
1193
1198
|
margin-right: 15px;
|
|
1199
|
+
overflow: hidden;
|
|
1200
|
+
text-overflow: ellipsis;
|
|
1194
1201
|
vertical-align: middle;
|
|
1202
|
+
white-space: nowrap;
|
|
1195
1203
|
}
|
|
1196
1204
|
|
|
1197
1205
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1436,7 +1444,6 @@
|
|
|
1436
1444
|
.e-gantt-dialog .e-edit-form-row {
|
|
1437
1445
|
height: 241px;
|
|
1438
1446
|
overflow-y: auto;
|
|
1439
|
-
padding-bottom: 12px;
|
|
1440
1447
|
}
|
|
1441
1448
|
|
|
1442
1449
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1554,6 +1561,10 @@
|
|
|
1554
1561
|
opacity: 1;
|
|
1555
1562
|
}
|
|
1556
1563
|
|
|
1564
|
+
.e-gantt-tooltip {
|
|
1565
|
+
visibility: hidden;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1557
1568
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1558
1569
|
content: '';
|
|
1559
1570
|
}
|
|
@@ -1710,10 +1721,10 @@
|
|
|
1710
1721
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1711
1722
|
background: #fff;
|
|
1712
1723
|
border-bottom-color: #dee2e6;
|
|
1713
|
-
border-bottom-width:
|
|
1724
|
+
border-bottom-width: 0px;
|
|
1714
1725
|
border-right-color: #dee2e6;
|
|
1715
1726
|
color: #212529;
|
|
1716
|
-
height:
|
|
1727
|
+
height: 64px;
|
|
1717
1728
|
}
|
|
1718
1729
|
|
|
1719
1730
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1732,7 +1743,7 @@
|
|
|
1732
1743
|
}
|
|
1733
1744
|
|
|
1734
1745
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1735
|
-
height:
|
|
1746
|
+
height: 32px;
|
|
1736
1747
|
}
|
|
1737
1748
|
|
|
1738
1749
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|