@syncfusion/ej2-react-gantt 19.4.40 → 19.4.47
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 +51 -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 +9 -1
- package/styles/bootstrap.css +9 -1
- package/styles/bootstrap4.css +9 -1
- package/styles/bootstrap5-dark.css +9 -2
- package/styles/bootstrap5.css +9 -2
- package/styles/fabric-dark.css +9 -1
- package/styles/fabric.css +9 -1
- package/styles/gantt/bootstrap-dark.css +9 -1
- package/styles/gantt/bootstrap.css +9 -1
- package/styles/gantt/bootstrap4.css +9 -1
- package/styles/gantt/bootstrap5-dark.css +9 -2
- package/styles/gantt/bootstrap5.css +9 -2
- package/styles/gantt/fabric-dark.css +9 -1
- package/styles/gantt/fabric.css +9 -1
- package/styles/gantt/highcontrast-light.css +9 -1
- package/styles/gantt/highcontrast.css +9 -1
- package/styles/gantt/material-dark.css +9 -1
- package/styles/gantt/material.css +9 -1
- package/styles/gantt/tailwind-dark.css +9 -1
- package/styles/gantt/tailwind.css +9 -1
- package/styles/highcontrast-light.css +9 -1
- package/styles/highcontrast.css +9 -1
- package/styles/material-dark.css +9 -1
- package/styles/material.css +9 -1
- package/styles/tailwind-dark.css +9 -1
- package/styles/tailwind.css +9 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,57 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#356978` - Issue in disable the initial move of taskbar drag has been fixed.
|
|
10
|
+
- `#357647` - Issue in enabling scroll top during load time has been fixed.
|
|
11
|
+
- `#360893` - Issue in data source not updating when dragging and dropping child record has been fixed.
|
|
12
|
+
- `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
|
|
13
|
+
- `#361492` - Dragged row does not disappear when the row dropped outside the Gantt issue has been fixed.
|
|
14
|
+
- `#360381` - Issue in clicking on date picker while filtering has been fixed.
|
|
15
|
+
|
|
16
|
+
- `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
|
|
17
|
+
- `#361492` - Dragged row does not disappear when the row dropped outside the Gantt issue has been fixed.
|
|
18
|
+
- `#360381` - Issue in clicking on date picker while filtering has been fixed.
|
|
19
|
+
|
|
20
|
+
## 19.4.43 (2022-01-18)
|
|
21
|
+
|
|
22
|
+
### Gantt
|
|
23
|
+
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
|
|
27
|
+
- `#360424` - Issue in performing drag and drop when resource is set to null has been fixed.
|
|
28
|
+
- `#360085` - Issue in adding new record after performing expand collapse action for multiple times has been fixed.
|
|
29
|
+
- `#360081` - Console error thrown when we assign resources to parent tasks has been fixed.
|
|
30
|
+
|
|
31
|
+
- `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
|
|
32
|
+
|
|
33
|
+
## 19.4.42 (2022-01-11)
|
|
34
|
+
|
|
35
|
+
### Gantt
|
|
36
|
+
|
|
37
|
+
#### Bug Fixes
|
|
38
|
+
|
|
39
|
+
- `#354721` - Issue in rendering milestone based on the milestone mapping in datasource has been fixed.
|
|
40
|
+
- `#358683` - Toolbar gets hide after `expandAll` and `collapseAll` is performed issue has been fixed.
|
|
41
|
+
|
|
42
|
+
## 19.4.41 (2022-01-04)
|
|
43
|
+
|
|
44
|
+
### Gantt
|
|
45
|
+
|
|
46
|
+
#### Bug Fixes
|
|
47
|
+
|
|
48
|
+
- `#355824, #360027` - Gantt Chart display issue with misalign in dates on which DST change happens has been fixed.
|
|
49
|
+
- `#F171256` - Issue in Localization for the word New Task has been fixed.
|
|
50
|
+
|
|
51
|
+
- `#359120` - Issue with Gantt Context menu operation after release the connector line outside the Gantt.
|
|
52
|
+
- `#359104, #359163` - Issue while Gantt loaded with taskbar Template and `queryTaskbarInfo` for segmented Tasks has been fixed.
|
|
53
|
+
|
|
54
|
+
## 19.4.40 (2021-12-28)
|
|
55
|
+
|
|
56
|
+
### Gantt
|
|
57
|
+
|
|
58
|
+
#### Bug Fixes
|
|
59
|
+
|
|
9
60
|
- `#357340` - Issue with Gantt `selectedRowIndex` property when deleted the selected item in last row.
|
|
10
61
|
|
|
11
62
|
## 19.4.38 (2021-12-17)
|
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 2022 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.47
|
|
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.43",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-cN/cV6OdKw6iKqF/QoPDBug0AkEuXQ8u0d0/oUZHoxFN8HoJwa+iWY83T9f2Tx2087KASeoUTojrdHFpEdpd1g==",
|
|
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.43.tgz",
|
|
23
|
+
"_shasum": "0f8574ab158296ead303104fd892a09297a1fdf7",
|
|
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.42",
|
|
35
|
+
"@syncfusion/ej2-gantt": "19.4.47",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.4.47"
|
|
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.47",
|
|
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;
|
|
@@ -1069,7 +1074,6 @@
|
|
|
1069
1074
|
.e-gantt-dialog .e-edit-form-row {
|
|
1070
1075
|
height: 241px;
|
|
1071
1076
|
overflow-y: auto;
|
|
1072
|
-
padding-bottom: 16px;
|
|
1073
1077
|
}
|
|
1074
1078
|
|
|
1075
1079
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1187,6 +1191,10 @@
|
|
|
1187
1191
|
opacity: 1;
|
|
1188
1192
|
}
|
|
1189
1193
|
|
|
1194
|
+
.e-gantt-tooltip {
|
|
1195
|
+
visibility: hidden;
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1190
1198
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1191
1199
|
content: '';
|
|
1192
1200
|
}
|
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;
|
|
@@ -1219,7 +1224,6 @@
|
|
|
1219
1224
|
.e-gantt-dialog .e-edit-form-row {
|
|
1220
1225
|
height: 241px;
|
|
1221
1226
|
overflow-y: auto;
|
|
1222
|
-
padding-bottom: 16px;
|
|
1223
1227
|
}
|
|
1224
1228
|
|
|
1225
1229
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1337,6 +1341,10 @@
|
|
|
1337
1341
|
opacity: 1;
|
|
1338
1342
|
}
|
|
1339
1343
|
|
|
1344
|
+
.e-gantt-tooltip {
|
|
1345
|
+
visibility: hidden;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1340
1348
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1341
1349
|
content: '';
|
|
1342
1350
|
}
|
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;
|
|
@@ -1436,7 +1441,6 @@
|
|
|
1436
1441
|
.e-gantt-dialog .e-edit-form-row {
|
|
1437
1442
|
height: 241px;
|
|
1438
1443
|
overflow-y: auto;
|
|
1439
|
-
padding-bottom: 12px;
|
|
1440
1444
|
}
|
|
1441
1445
|
|
|
1442
1446
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1554,6 +1558,10 @@
|
|
|
1554
1558
|
opacity: 1;
|
|
1555
1559
|
}
|
|
1556
1560
|
|
|
1561
|
+
.e-gantt-tooltip {
|
|
1562
|
+
visibility: hidden;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1557
1565
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1558
1566
|
content: '';
|
|
1559
1567
|
}
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
63
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
64
|
background: transparent;
|
|
65
|
-
color: inherit;
|
|
66
65
|
}
|
|
67
66
|
|
|
68
67
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -535,6 +534,11 @@
|
|
|
535
534
|
white-space: nowrap;
|
|
536
535
|
}
|
|
537
536
|
|
|
537
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
538
|
+
display: -ms-inline-flexbox;
|
|
539
|
+
display: inline-flex;
|
|
540
|
+
}
|
|
541
|
+
|
|
538
542
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
539
543
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
540
544
|
border-spacing: 0;
|
|
@@ -1104,7 +1108,6 @@
|
|
|
1104
1108
|
.e-gantt-dialog .e-edit-form-row {
|
|
1105
1109
|
height: 241px;
|
|
1106
1110
|
overflow-y: auto;
|
|
1107
|
-
padding-bottom: 12px;
|
|
1108
1111
|
}
|
|
1109
1112
|
|
|
1110
1113
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1222,6 +1225,10 @@
|
|
|
1222
1225
|
opacity: 1;
|
|
1223
1226
|
}
|
|
1224
1227
|
|
|
1228
|
+
.e-gantt-tooltip {
|
|
1229
|
+
visibility: hidden;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1225
1232
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1226
1233
|
content: '';
|
|
1227
1234
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
63
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
64
|
background: transparent;
|
|
65
|
-
color: inherit;
|
|
66
65
|
}
|
|
67
66
|
|
|
68
67
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -535,6 +534,11 @@
|
|
|
535
534
|
white-space: nowrap;
|
|
536
535
|
}
|
|
537
536
|
|
|
537
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
538
|
+
display: -ms-inline-flexbox;
|
|
539
|
+
display: inline-flex;
|
|
540
|
+
}
|
|
541
|
+
|
|
538
542
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
539
543
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
540
544
|
border-spacing: 0;
|
|
@@ -1104,7 +1108,6 @@
|
|
|
1104
1108
|
.e-gantt-dialog .e-edit-form-row {
|
|
1105
1109
|
height: 241px;
|
|
1106
1110
|
overflow-y: auto;
|
|
1107
|
-
padding-bottom: 12px;
|
|
1108
1111
|
}
|
|
1109
1112
|
|
|
1110
1113
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1222,6 +1225,10 @@
|
|
|
1222
1225
|
opacity: 1;
|
|
1223
1226
|
}
|
|
1224
1227
|
|
|
1228
|
+
.e-gantt-tooltip {
|
|
1229
|
+
visibility: hidden;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1225
1232
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1226
1233
|
content: '';
|
|
1227
1234
|
}
|
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;
|
|
@@ -1023,7 +1028,6 @@
|
|
|
1023
1028
|
.e-gantt-dialog .e-edit-form-row {
|
|
1024
1029
|
height: 241px;
|
|
1025
1030
|
overflow-y: auto;
|
|
1026
|
-
padding-bottom: 16px;
|
|
1027
1031
|
}
|
|
1028
1032
|
|
|
1029
1033
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1141,6 +1145,10 @@
|
|
|
1141
1145
|
opacity: 1;
|
|
1142
1146
|
}
|
|
1143
1147
|
|
|
1148
|
+
.e-gantt-tooltip {
|
|
1149
|
+
visibility: hidden;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1144
1152
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1145
1153
|
content: '';
|
|
1146
1154
|
}
|
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;
|
|
@@ -1021,7 +1026,6 @@
|
|
|
1021
1026
|
.e-gantt-dialog .e-edit-form-row {
|
|
1022
1027
|
height: 241px;
|
|
1023
1028
|
overflow-y: auto;
|
|
1024
|
-
padding-bottom: 16px;
|
|
1025
1029
|
}
|
|
1026
1030
|
|
|
1027
1031
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1139,6 +1143,10 @@
|
|
|
1139
1143
|
opacity: 1;
|
|
1140
1144
|
}
|
|
1141
1145
|
|
|
1146
|
+
.e-gantt-tooltip {
|
|
1147
|
+
visibility: hidden;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1142
1150
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1143
1151
|
content: '';
|
|
1144
1152
|
}
|
|
@@ -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;
|
|
@@ -1069,7 +1074,6 @@
|
|
|
1069
1074
|
.e-gantt-dialog .e-edit-form-row {
|
|
1070
1075
|
height: 241px;
|
|
1071
1076
|
overflow-y: auto;
|
|
1072
|
-
padding-bottom: 16px;
|
|
1073
1077
|
}
|
|
1074
1078
|
|
|
1075
1079
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1187,6 +1191,10 @@
|
|
|
1187
1191
|
opacity: 1;
|
|
1188
1192
|
}
|
|
1189
1193
|
|
|
1194
|
+
.e-gantt-tooltip {
|
|
1195
|
+
visibility: hidden;
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1190
1198
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1191
1199
|
content: '';
|
|
1192
1200
|
}
|
|
@@ -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;
|
|
@@ -1219,7 +1224,6 @@
|
|
|
1219
1224
|
.e-gantt-dialog .e-edit-form-row {
|
|
1220
1225
|
height: 241px;
|
|
1221
1226
|
overflow-y: auto;
|
|
1222
|
-
padding-bottom: 16px;
|
|
1223
1227
|
}
|
|
1224
1228
|
|
|
1225
1229
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1337,6 +1341,10 @@
|
|
|
1337
1341
|
opacity: 1;
|
|
1338
1342
|
}
|
|
1339
1343
|
|
|
1344
|
+
.e-gantt-tooltip {
|
|
1345
|
+
visibility: hidden;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1340
1348
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1341
1349
|
content: '';
|
|
1342
1350
|
}
|
|
@@ -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;
|
|
@@ -1436,7 +1441,6 @@
|
|
|
1436
1441
|
.e-gantt-dialog .e-edit-form-row {
|
|
1437
1442
|
height: 241px;
|
|
1438
1443
|
overflow-y: auto;
|
|
1439
|
-
padding-bottom: 12px;
|
|
1440
1444
|
}
|
|
1441
1445
|
|
|
1442
1446
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1554,6 +1558,10 @@
|
|
|
1554
1558
|
opacity: 1;
|
|
1555
1559
|
}
|
|
1556
1560
|
|
|
1561
|
+
.e-gantt-tooltip {
|
|
1562
|
+
visibility: hidden;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1557
1565
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1558
1566
|
content: '';
|
|
1559
1567
|
}
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
63
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
64
|
background: transparent;
|
|
65
|
-
color: inherit;
|
|
66
65
|
}
|
|
67
66
|
|
|
68
67
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -535,6 +534,11 @@
|
|
|
535
534
|
white-space: nowrap;
|
|
536
535
|
}
|
|
537
536
|
|
|
537
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
538
|
+
display: -ms-inline-flexbox;
|
|
539
|
+
display: inline-flex;
|
|
540
|
+
}
|
|
541
|
+
|
|
538
542
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
539
543
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
540
544
|
border-spacing: 0;
|
|
@@ -1104,7 +1108,6 @@
|
|
|
1104
1108
|
.e-gantt-dialog .e-edit-form-row {
|
|
1105
1109
|
height: 241px;
|
|
1106
1110
|
overflow-y: auto;
|
|
1107
|
-
padding-bottom: 12px;
|
|
1108
1111
|
}
|
|
1109
1112
|
|
|
1110
1113
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1222,6 +1225,10 @@
|
|
|
1222
1225
|
opacity: 1;
|
|
1223
1226
|
}
|
|
1224
1227
|
|
|
1228
|
+
.e-gantt-tooltip {
|
|
1229
|
+
visibility: hidden;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1225
1232
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1226
1233
|
content: '';
|
|
1227
1234
|
}
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
63
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
64
|
background: transparent;
|
|
65
|
-
color: inherit;
|
|
66
65
|
}
|
|
67
66
|
|
|
68
67
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -535,6 +534,11 @@
|
|
|
535
534
|
white-space: nowrap;
|
|
536
535
|
}
|
|
537
536
|
|
|
537
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
538
|
+
display: -ms-inline-flexbox;
|
|
539
|
+
display: inline-flex;
|
|
540
|
+
}
|
|
541
|
+
|
|
538
542
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
539
543
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
540
544
|
border-spacing: 0;
|
|
@@ -1104,7 +1108,6 @@
|
|
|
1104
1108
|
.e-gantt-dialog .e-edit-form-row {
|
|
1105
1109
|
height: 241px;
|
|
1106
1110
|
overflow-y: auto;
|
|
1107
|
-
padding-bottom: 12px;
|
|
1108
1111
|
}
|
|
1109
1112
|
|
|
1110
1113
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1222,6 +1225,10 @@
|
|
|
1222
1225
|
opacity: 1;
|
|
1223
1226
|
}
|
|
1224
1227
|
|
|
1228
|
+
.e-gantt-tooltip {
|
|
1229
|
+
visibility: hidden;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1225
1232
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1226
1233
|
content: '';
|
|
1227
1234
|
}
|
|
@@ -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;
|
|
@@ -1023,7 +1028,6 @@
|
|
|
1023
1028
|
.e-gantt-dialog .e-edit-form-row {
|
|
1024
1029
|
height: 241px;
|
|
1025
1030
|
overflow-y: auto;
|
|
1026
|
-
padding-bottom: 16px;
|
|
1027
1031
|
}
|
|
1028
1032
|
|
|
1029
1033
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1141,6 +1145,10 @@
|
|
|
1141
1145
|
opacity: 1;
|
|
1142
1146
|
}
|
|
1143
1147
|
|
|
1148
|
+
.e-gantt-tooltip {
|
|
1149
|
+
visibility: hidden;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1144
1152
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1145
1153
|
content: '';
|
|
1146
1154
|
}
|
package/styles/gantt/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;
|
|
@@ -1021,7 +1026,6 @@
|
|
|
1021
1026
|
.e-gantt-dialog .e-edit-form-row {
|
|
1022
1027
|
height: 241px;
|
|
1023
1028
|
overflow-y: auto;
|
|
1024
|
-
padding-bottom: 16px;
|
|
1025
1029
|
}
|
|
1026
1030
|
|
|
1027
1031
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1139,6 +1143,10 @@
|
|
|
1139
1143
|
opacity: 1;
|
|
1140
1144
|
}
|
|
1141
1145
|
|
|
1146
|
+
.e-gantt-tooltip {
|
|
1147
|
+
visibility: hidden;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1142
1150
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1143
1151
|
content: '';
|
|
1144
1152
|
}
|
|
@@ -455,6 +455,11 @@
|
|
|
455
455
|
white-space: nowrap;
|
|
456
456
|
}
|
|
457
457
|
|
|
458
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
459
|
+
display: -ms-inline-flexbox;
|
|
460
|
+
display: inline-flex;
|
|
461
|
+
}
|
|
462
|
+
|
|
458
463
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
459
464
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
460
465
|
border-spacing: 0;
|
|
@@ -1024,7 +1029,6 @@
|
|
|
1024
1029
|
.e-gantt-dialog .e-edit-form-row {
|
|
1025
1030
|
height: 241px;
|
|
1026
1031
|
overflow-y: auto;
|
|
1027
|
-
padding-bottom: 16px;
|
|
1028
1032
|
}
|
|
1029
1033
|
|
|
1030
1034
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1142,6 +1146,10 @@
|
|
|
1142
1146
|
opacity: 1;
|
|
1143
1147
|
}
|
|
1144
1148
|
|
|
1149
|
+
.e-gantt-tooltip {
|
|
1150
|
+
visibility: hidden;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1145
1153
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1146
1154
|
content: '';
|
|
1147
1155
|
}
|
|
@@ -569,6 +569,11 @@
|
|
|
569
569
|
white-space: nowrap;
|
|
570
570
|
}
|
|
571
571
|
|
|
572
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
573
|
+
display: -ms-inline-flexbox;
|
|
574
|
+
display: inline-flex;
|
|
575
|
+
}
|
|
576
|
+
|
|
572
577
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
573
578
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
574
579
|
border-spacing: 0;
|
|
@@ -1138,7 +1143,6 @@
|
|
|
1138
1143
|
.e-gantt-dialog .e-edit-form-row {
|
|
1139
1144
|
height: 241px;
|
|
1140
1145
|
overflow-y: auto;
|
|
1141
|
-
padding-bottom: 16px;
|
|
1142
1146
|
}
|
|
1143
1147
|
|
|
1144
1148
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1256,6 +1260,10 @@
|
|
|
1256
1260
|
opacity: 1;
|
|
1257
1261
|
}
|
|
1258
1262
|
|
|
1263
|
+
.e-gantt-tooltip {
|
|
1264
|
+
visibility: hidden;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1259
1267
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1260
1268
|
content: '';
|
|
1261
1269
|
}
|
|
@@ -491,6 +491,11 @@
|
|
|
491
491
|
white-space: nowrap;
|
|
492
492
|
}
|
|
493
493
|
|
|
494
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
495
|
+
display: -ms-inline-flexbox;
|
|
496
|
+
display: inline-flex;
|
|
497
|
+
}
|
|
498
|
+
|
|
494
499
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
495
500
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
496
501
|
border-spacing: 0;
|
|
@@ -1060,7 +1065,6 @@
|
|
|
1060
1065
|
.e-gantt-dialog .e-edit-form-row {
|
|
1061
1066
|
height: 241px;
|
|
1062
1067
|
overflow-y: auto;
|
|
1063
|
-
padding-bottom: 16px;
|
|
1064
1068
|
}
|
|
1065
1069
|
|
|
1066
1070
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1178,6 +1182,10 @@
|
|
|
1178
1182
|
opacity: 1;
|
|
1179
1183
|
}
|
|
1180
1184
|
|
|
1185
|
+
.e-gantt-tooltip {
|
|
1186
|
+
visibility: hidden;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1181
1189
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1182
1190
|
content: '';
|
|
1183
1191
|
}
|
|
@@ -532,6 +532,11 @@
|
|
|
532
532
|
white-space: nowrap;
|
|
533
533
|
}
|
|
534
534
|
|
|
535
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
536
|
+
display: -ms-inline-flexbox;
|
|
537
|
+
display: inline-flex;
|
|
538
|
+
}
|
|
539
|
+
|
|
535
540
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
536
541
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
537
542
|
border-spacing: 0;
|
|
@@ -1101,7 +1106,6 @@
|
|
|
1101
1106
|
.e-gantt-dialog .e-edit-form-row {
|
|
1102
1107
|
height: 241px;
|
|
1103
1108
|
overflow-y: auto;
|
|
1104
|
-
padding-bottom: 16px;
|
|
1105
1109
|
}
|
|
1106
1110
|
|
|
1107
1111
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1219,6 +1223,10 @@
|
|
|
1219
1223
|
opacity: 1;
|
|
1220
1224
|
}
|
|
1221
1225
|
|
|
1226
|
+
.e-gantt-tooltip {
|
|
1227
|
+
visibility: hidden;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1222
1230
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1223
1231
|
content: '';
|
|
1224
1232
|
}
|
|
@@ -554,6 +554,11 @@
|
|
|
554
554
|
white-space: nowrap;
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
558
|
+
display: -ms-inline-flexbox;
|
|
559
|
+
display: inline-flex;
|
|
560
|
+
}
|
|
561
|
+
|
|
557
562
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
558
563
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
559
564
|
border-spacing: 0;
|
|
@@ -1127,7 +1132,6 @@
|
|
|
1127
1132
|
.e-gantt-dialog .e-edit-form-row {
|
|
1128
1133
|
height: 240px;
|
|
1129
1134
|
overflow-y: auto;
|
|
1130
|
-
padding-bottom: 12px;
|
|
1131
1135
|
}
|
|
1132
1136
|
|
|
1133
1137
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1246,6 +1250,10 @@
|
|
|
1246
1250
|
opacity: 1;
|
|
1247
1251
|
}
|
|
1248
1252
|
|
|
1253
|
+
.e-gantt-tooltip {
|
|
1254
|
+
visibility: hidden;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1249
1257
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1250
1258
|
content: '';
|
|
1251
1259
|
}
|
|
@@ -554,6 +554,11 @@
|
|
|
554
554
|
white-space: nowrap;
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
558
|
+
display: -ms-inline-flexbox;
|
|
559
|
+
display: inline-flex;
|
|
560
|
+
}
|
|
561
|
+
|
|
557
562
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
558
563
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
559
564
|
border-spacing: 0;
|
|
@@ -1127,7 +1132,6 @@
|
|
|
1127
1132
|
.e-gantt-dialog .e-edit-form-row {
|
|
1128
1133
|
height: 240px;
|
|
1129
1134
|
overflow-y: auto;
|
|
1130
|
-
padding-bottom: 12px;
|
|
1131
1135
|
}
|
|
1132
1136
|
|
|
1133
1137
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1246,6 +1250,10 @@
|
|
|
1246
1250
|
opacity: 1;
|
|
1247
1251
|
}
|
|
1248
1252
|
|
|
1253
|
+
.e-gantt-tooltip {
|
|
1254
|
+
visibility: hidden;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1249
1257
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1250
1258
|
content: '';
|
|
1251
1259
|
}
|
|
@@ -455,6 +455,11 @@
|
|
|
455
455
|
white-space: nowrap;
|
|
456
456
|
}
|
|
457
457
|
|
|
458
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
459
|
+
display: -ms-inline-flexbox;
|
|
460
|
+
display: inline-flex;
|
|
461
|
+
}
|
|
462
|
+
|
|
458
463
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
459
464
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
460
465
|
border-spacing: 0;
|
|
@@ -1024,7 +1029,6 @@
|
|
|
1024
1029
|
.e-gantt-dialog .e-edit-form-row {
|
|
1025
1030
|
height: 241px;
|
|
1026
1031
|
overflow-y: auto;
|
|
1027
|
-
padding-bottom: 16px;
|
|
1028
1032
|
}
|
|
1029
1033
|
|
|
1030
1034
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1142,6 +1146,10 @@
|
|
|
1142
1146
|
opacity: 1;
|
|
1143
1147
|
}
|
|
1144
1148
|
|
|
1149
|
+
.e-gantt-tooltip {
|
|
1150
|
+
visibility: hidden;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1145
1153
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1146
1154
|
content: '';
|
|
1147
1155
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -569,6 +569,11 @@
|
|
|
569
569
|
white-space: nowrap;
|
|
570
570
|
}
|
|
571
571
|
|
|
572
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
573
|
+
display: -ms-inline-flexbox;
|
|
574
|
+
display: inline-flex;
|
|
575
|
+
}
|
|
576
|
+
|
|
572
577
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
573
578
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
574
579
|
border-spacing: 0;
|
|
@@ -1138,7 +1143,6 @@
|
|
|
1138
1143
|
.e-gantt-dialog .e-edit-form-row {
|
|
1139
1144
|
height: 241px;
|
|
1140
1145
|
overflow-y: auto;
|
|
1141
|
-
padding-bottom: 16px;
|
|
1142
1146
|
}
|
|
1143
1147
|
|
|
1144
1148
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1256,6 +1260,10 @@
|
|
|
1256
1260
|
opacity: 1;
|
|
1257
1261
|
}
|
|
1258
1262
|
|
|
1263
|
+
.e-gantt-tooltip {
|
|
1264
|
+
visibility: hidden;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1259
1267
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1260
1268
|
content: '';
|
|
1261
1269
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -491,6 +491,11 @@
|
|
|
491
491
|
white-space: nowrap;
|
|
492
492
|
}
|
|
493
493
|
|
|
494
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
495
|
+
display: -ms-inline-flexbox;
|
|
496
|
+
display: inline-flex;
|
|
497
|
+
}
|
|
498
|
+
|
|
494
499
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
495
500
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
496
501
|
border-spacing: 0;
|
|
@@ -1060,7 +1065,6 @@
|
|
|
1060
1065
|
.e-gantt-dialog .e-edit-form-row {
|
|
1061
1066
|
height: 241px;
|
|
1062
1067
|
overflow-y: auto;
|
|
1063
|
-
padding-bottom: 16px;
|
|
1064
1068
|
}
|
|
1065
1069
|
|
|
1066
1070
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1178,6 +1182,10 @@
|
|
|
1178
1182
|
opacity: 1;
|
|
1179
1183
|
}
|
|
1180
1184
|
|
|
1185
|
+
.e-gantt-tooltip {
|
|
1186
|
+
visibility: hidden;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1181
1189
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1182
1190
|
content: '';
|
|
1183
1191
|
}
|
package/styles/material.css
CHANGED
|
@@ -532,6 +532,11 @@
|
|
|
532
532
|
white-space: nowrap;
|
|
533
533
|
}
|
|
534
534
|
|
|
535
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
536
|
+
display: -ms-inline-flexbox;
|
|
537
|
+
display: inline-flex;
|
|
538
|
+
}
|
|
539
|
+
|
|
535
540
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
536
541
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
537
542
|
border-spacing: 0;
|
|
@@ -1101,7 +1106,6 @@
|
|
|
1101
1106
|
.e-gantt-dialog .e-edit-form-row {
|
|
1102
1107
|
height: 241px;
|
|
1103
1108
|
overflow-y: auto;
|
|
1104
|
-
padding-bottom: 16px;
|
|
1105
1109
|
}
|
|
1106
1110
|
|
|
1107
1111
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1219,6 +1223,10 @@
|
|
|
1219
1223
|
opacity: 1;
|
|
1220
1224
|
}
|
|
1221
1225
|
|
|
1226
|
+
.e-gantt-tooltip {
|
|
1227
|
+
visibility: hidden;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1222
1230
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1223
1231
|
content: '';
|
|
1224
1232
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -554,6 +554,11 @@
|
|
|
554
554
|
white-space: nowrap;
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
558
|
+
display: -ms-inline-flexbox;
|
|
559
|
+
display: inline-flex;
|
|
560
|
+
}
|
|
561
|
+
|
|
557
562
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
558
563
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
559
564
|
border-spacing: 0;
|
|
@@ -1127,7 +1132,6 @@
|
|
|
1127
1132
|
.e-gantt-dialog .e-edit-form-row {
|
|
1128
1133
|
height: 240px;
|
|
1129
1134
|
overflow-y: auto;
|
|
1130
|
-
padding-bottom: 12px;
|
|
1131
1135
|
}
|
|
1132
1136
|
|
|
1133
1137
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1246,6 +1250,10 @@
|
|
|
1246
1250
|
opacity: 1;
|
|
1247
1251
|
}
|
|
1248
1252
|
|
|
1253
|
+
.e-gantt-tooltip {
|
|
1254
|
+
visibility: hidden;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1249
1257
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1250
1258
|
content: '';
|
|
1251
1259
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -554,6 +554,11 @@
|
|
|
554
554
|
white-space: nowrap;
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
+
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
558
|
+
display: -ms-inline-flexbox;
|
|
559
|
+
display: inline-flex;
|
|
560
|
+
}
|
|
561
|
+
|
|
557
562
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
558
563
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
559
564
|
border-spacing: 0;
|
|
@@ -1127,7 +1132,6 @@
|
|
|
1127
1132
|
.e-gantt-dialog .e-edit-form-row {
|
|
1128
1133
|
height: 240px;
|
|
1129
1134
|
overflow-y: auto;
|
|
1130
|
-
padding-bottom: 12px;
|
|
1131
1135
|
}
|
|
1132
1136
|
|
|
1133
1137
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
@@ -1246,6 +1250,10 @@
|
|
|
1246
1250
|
opacity: 1;
|
|
1247
1251
|
}
|
|
1248
1252
|
|
|
1253
|
+
.e-gantt-tooltip {
|
|
1254
|
+
visibility: hidden;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1249
1257
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1250
1258
|
content: '';
|
|
1251
1259
|
}
|