@syncfusion/ej2-react-gantt 19.4.41 → 19.4.48

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 CHANGED
@@ -2,6 +2,48 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.4.47 (2022-01-25)
6
+
7
+ ### Gantt
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#356978` - Issue in disable the initial move of taskbar drag has been fixed.
12
+ - `#357647` - Issue in enabling scroll top during load time has been fixed.
13
+ - `#360893` - Issue in data source not updating when dragging and dropping child record has been fixed.
14
+ - `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
15
+ - `#361492` - Dragged row does not disappear when the row dropped outside the Gantt issue has been fixed.
16
+ - `#360381` - Issue in clicking on date picker while filtering has been fixed.
17
+ - `#362566` - Child records do not indent properly when immutable mode is enabled issue has been fixed
18
+
19
+ - `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
20
+ - `#361492` - Dragged row does not disappear when the row dropped outside the Gantt issue has been fixed.
21
+ - `#360381` - Issue in clicking on date picker while filtering has been fixed.
22
+
23
+ ## 19.4.43 (2022-01-18)
24
+
25
+ ### Gantt
26
+
27
+ #### Bug Fixes
28
+
29
+ - `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
30
+ - `#360424` - Issue in performing drag and drop when resource is set to null has been fixed.
31
+ - `#360085` - Issue in adding new record after performing expand collapse action for multiple times has been fixed.
32
+ - `#360081` - Console error thrown when we assign resources to parent tasks has been fixed.
33
+
34
+ - `#359455` - Issue in rendering Gantt when parent container height is set in percentage has been fixed.
35
+
36
+ ## 19.4.42 (2022-01-11)
37
+
38
+ ### Gantt
39
+
40
+ #### Bug Fixes
41
+
42
+ - `#354721` - Issue in rendering milestone based on the milestone mapping in datasource has been fixed.
43
+ - `#358683` - Toolbar gets hide after `expandAll` and `collapseAll` is performed issue has been fixed.
44
+
45
+ ## 19.4.41 (2022-01-04)
46
+
5
47
  ### Gantt
6
48
 
7
49
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-gantt.umd.min.js
3
- * version : 19.4.41
3
+ * version : 19.4.48
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.40",
3
+ "_id": "@syncfusion/ej2-react-gantt@19.4.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-b3+sPpekmCwIu2HC2KCSEte7t571m70C925rt38UkSCuoWkNCg7iPQGt4lK32IqZFuWoySHYJLjpTHj4m5s1/A==",
5
+ "_integrity": "sha512-rG9tF1tWoHKVeLJeK6syRglL9fHwNSfVWE/XNVBHqQzfzby4xUz53h6wOOOBQXu/TTP7FNku0hspnunc4t2tCg==",
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.40.tgz",
23
- "_shasum": "37723582394b23fac9a162984d0602c1f5111b08",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-19.4.47.tgz",
23
+ "_shasum": "cba434776bfa4e1090d5dae583d412ad55d48fb7",
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.38",
35
- "@syncfusion/ej2-gantt": "19.4.41",
36
- "@syncfusion/ej2-react-base": "~19.4.38"
34
+ "@syncfusion/ej2-base": "~19.4.48",
35
+ "@syncfusion/ej2-gantt": "19.4.48",
36
+ "@syncfusion/ej2-react-base": "~19.4.48"
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.41",
66
+ "version": "19.4.48",
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
  }
@@ -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
  }
@@ -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;
@@ -1103,7 +1108,6 @@
1103
1108
  .e-gantt-dialog .e-edit-form-row {
1104
1109
  height: 241px;
1105
1110
  overflow-y: auto;
1106
- padding-bottom: 12px;
1107
1111
  }
1108
1112
 
1109
1113
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1221,6 +1225,10 @@
1221
1225
  opacity: 1;
1222
1226
  }
1223
1227
 
1228
+ .e-gantt-tooltip {
1229
+ visibility: hidden;
1230
+ }
1231
+
1224
1232
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1225
1233
  content: '';
1226
1234
  }
@@ -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;
@@ -1103,7 +1108,6 @@
1103
1108
  .e-gantt-dialog .e-edit-form-row {
1104
1109
  height: 241px;
1105
1110
  overflow-y: auto;
1106
- padding-bottom: 12px;
1107
1111
  }
1108
1112
 
1109
1113
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1221,6 +1225,10 @@
1221
1225
  opacity: 1;
1222
1226
  }
1223
1227
 
1228
+ .e-gantt-tooltip {
1229
+ visibility: hidden;
1230
+ }
1231
+
1224
1232
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1225
1233
  content: '';
1226
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/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
  }
@@ -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;
@@ -1103,7 +1108,6 @@
1103
1108
  .e-gantt-dialog .e-edit-form-row {
1104
1109
  height: 241px;
1105
1110
  overflow-y: auto;
1106
- padding-bottom: 12px;
1107
1111
  }
1108
1112
 
1109
1113
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1221,6 +1225,10 @@
1221
1225
  opacity: 1;
1222
1226
  }
1223
1227
 
1228
+ .e-gantt-tooltip {
1229
+ visibility: hidden;
1230
+ }
1231
+
1224
1232
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1225
1233
  content: '';
1226
1234
  }
@@ -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;
@@ -1103,7 +1108,6 @@
1103
1108
  .e-gantt-dialog .e-edit-form-row {
1104
1109
  height: 241px;
1105
1110
  overflow-y: auto;
1106
- padding-bottom: 12px;
1107
1111
  }
1108
1112
 
1109
1113
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1221,6 +1225,10 @@
1221
1225
  opacity: 1;
1222
1226
  }
1223
1227
 
1228
+ .e-gantt-tooltip {
1229
+ visibility: hidden;
1230
+ }
1231
+
1224
1232
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1225
1233
  content: '';
1226
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
  }
@@ -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
  }
@@ -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
  }