@syncfusion/ej2-gantt 19.3.44 → 19.3.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.
Files changed (63) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/dist/ej2-gantt.umd.min.js +2 -2
  3. package/dist/ej2-gantt.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-gantt.es2015.js +93 -28
  5. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-gantt.es5.js +146 -71
  7. package/dist/es6/ej2-gantt.es5.js.map +1 -1
  8. package/dist/global/ej2-gantt.min.js +2 -2
  9. package/dist/global/ej2-gantt.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +17 -17
  12. package/src/gantt/actions/cell-edit.js +1 -0
  13. package/src/gantt/actions/context-menu.js +5 -0
  14. package/src/gantt/actions/dialog-edit.js +6 -6
  15. package/src/gantt/actions/edit.js +7 -3
  16. package/src/gantt/actions/rowdragdrop.js +74 -41
  17. package/src/gantt/actions/taskbar-edit.js +3 -1
  18. package/src/gantt/base/date-processor.js +4 -1
  19. package/src/gantt/base/gantt.js +20 -0
  20. package/src/gantt/base/task-processor.js +11 -2
  21. package/src/gantt/base/utils.js +3 -3
  22. package/src/gantt/export/export-helper.js +12 -14
  23. package/styles/bootstrap-dark.css +99 -99
  24. package/styles/bootstrap.css +99 -99
  25. package/styles/bootstrap4.css +104 -99
  26. package/styles/bootstrap5-dark.css +104 -99
  27. package/styles/bootstrap5.css +104 -99
  28. package/styles/fabric-dark.css +99 -99
  29. package/styles/fabric.css +99 -99
  30. package/styles/gantt/_bootstrap-dark-definition.scss +0 -1
  31. package/styles/gantt/_bootstrap-definition.scss +0 -1
  32. package/styles/gantt/_bootstrap4-definition.scss +0 -1
  33. package/styles/gantt/_bootstrap5-definition.scss +0 -1
  34. package/styles/gantt/_fabric-dark-definition.scss +0 -1
  35. package/styles/gantt/_fabric-definition.scss +0 -1
  36. package/styles/gantt/_highcontrast-definition.scss +0 -1
  37. package/styles/gantt/_highcontrast-light-definition.scss +0 -1
  38. package/styles/gantt/_layout.scss +100 -95
  39. package/styles/gantt/_material-dark-definition.scss +0 -1
  40. package/styles/gantt/_material-definition.scss +0 -1
  41. package/styles/gantt/_tailwind-definition.scss +0 -1
  42. package/styles/gantt/_theme.scss +76 -81
  43. package/styles/gantt/bootstrap-dark.css +99 -99
  44. package/styles/gantt/bootstrap.css +99 -99
  45. package/styles/gantt/bootstrap4.css +104 -99
  46. package/styles/gantt/bootstrap5-dark.css +104 -99
  47. package/styles/gantt/bootstrap5-dark.scss +1 -0
  48. package/styles/gantt/bootstrap5.css +104 -99
  49. package/styles/gantt/bootstrap5.scss +1 -0
  50. package/styles/gantt/fabric-dark.css +99 -99
  51. package/styles/gantt/fabric.css +99 -99
  52. package/styles/gantt/highcontrast-light.css +99 -99
  53. package/styles/gantt/highcontrast.css +99 -99
  54. package/styles/gantt/material-dark.css +99 -99
  55. package/styles/gantt/material.css +99 -99
  56. package/styles/gantt/tailwind-dark.css +99 -99
  57. package/styles/gantt/tailwind.css +99 -99
  58. package/styles/highcontrast-light.css +99 -99
  59. package/styles/highcontrast.css +99 -99
  60. package/styles/material-dark.css +99 -99
  61. package/styles/material.css +99 -99
  62. package/styles/tailwind-dark.css +99 -99
  63. package/styles/tailwind.css +99 -99
@@ -64,6 +64,11 @@
64
64
  background: transparent;
65
65
  }
66
66
 
67
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
68
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
69
+ background: #343a40;
70
+ }
71
+
67
72
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
68
73
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
69
74
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -410,23 +415,6 @@
410
415
  border-color: transparent;
411
416
  }
412
417
 
413
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
414
- padding-left: 12px;
415
- }
416
-
417
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
418
- display: block;
419
- }
420
-
421
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
422
- border-style: solid;
423
- border-width: 1px;
424
- }
425
-
426
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
427
- border: 0;
428
- }
429
-
430
418
  .e-gantt .e-gantt-tree-grid-pane .e-grid {
431
419
  border-width: 0;
432
420
  }
@@ -765,6 +753,10 @@
765
753
  user-select: none;
766
754
  }
767
755
 
756
+ .e-gantt .e-gantt-chart .e-chart-rows-container {
757
+ line-height: initial;
758
+ }
759
+
768
760
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
769
761
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
770
762
  display: inline-block;
@@ -1057,101 +1049,118 @@
1057
1049
  outline-offset: 2px;
1058
1050
  }
1059
1051
 
1060
- .e-gantt .e-gantt-dialog {
1052
+ .e-gantt-dialog .e-tab .e-tab-header {
1053
+ padding-left: 12px;
1054
+ }
1055
+
1056
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1057
+ display: block;
1058
+ }
1059
+
1060
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1061
+ border-style: solid;
1062
+ border-width: 1px;
1063
+ }
1064
+
1065
+ .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
1066
+ border: 0;
1067
+ }
1068
+
1069
+ .e-gantt-dialog {
1061
1070
  border: 0;
1062
1071
  }
1063
1072
 
1064
- .e-gantt .e-gantt-dialog .e-gridform .e-table {
1073
+ .e-gantt-dialog .e-gridform .e-table {
1065
1074
  border-spacing: 0;
1066
1075
  }
1067
1076
 
1068
- .e-gantt .e-gantt-dialog .e-item {
1077
+ .e-gantt-dialog .e-item {
1069
1078
  height: 241px;
1070
1079
  }
1071
1080
 
1072
- .e-gantt .e-gantt-dialog .e-dependent-div {
1081
+ .e-gantt-dialog .e-dependent-div {
1073
1082
  border-bottom-width: 0px;
1074
1083
  }
1075
1084
 
1076
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1085
+ .e-gantt-dialog .e-icon-dlg-close {
1077
1086
  opacity: initial;
1078
1087
  }
1079
1088
 
1080
- .e-gantt .e-gantt-dialog .e-toolbar {
1089
+ .e-gantt-dialog .e-toolbar {
1081
1090
  border-top-width: 0;
1082
1091
  }
1083
1092
 
1084
- .e-gantt .e-gantt-dialog .e-resource-div {
1093
+ .e-gantt-dialog .e-resource-div {
1085
1094
  border-bottom-width: 0px;
1086
1095
  }
1087
1096
 
1088
- .e-gantt .e-gantt-dialog .e-resource-div .e-gridheader {
1097
+ .e-gantt-dialog .e-resource-div .e-gridheader {
1089
1098
  border-top-width: 0;
1090
1099
  }
1091
1100
 
1092
- .e-gantt .e-gantt-dialog .e-edit-form-row {
1101
+ .e-gantt-dialog .e-edit-form-row {
1093
1102
  height: 241px;
1094
1103
  overflow-y: auto;
1095
1104
  padding-bottom: 12px;
1096
1105
  }
1097
1106
 
1098
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1107
+ .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1099
1108
  float: left;
1100
1109
  padding: 16px 18px 0 18px;
1101
1110
  width: 50%;
1102
1111
  }
1103
1112
 
1104
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1113
+ .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1105
1114
  float: left;
1106
1115
  padding: 16px 16px 0 0;
1107
1116
  width: 50%;
1108
1117
  }
1109
1118
 
1110
- .e-gantt .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1119
+ .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1111
1120
  padding: 16px 16px 0 0;
1112
1121
  }
1113
1122
 
1114
- .e-gantt .e-gantt-dialog .e-edit-form-column {
1123
+ .e-gantt-dialog .e-edit-form-column {
1115
1124
  height: 75px;
1116
1125
  }
1117
1126
 
1118
- .e-gantt .e-gantt-dialog .e-dependent-div .e-content {
1127
+ .e-gantt-dialog .e-dependent-div .e-content {
1119
1128
  height: 161px;
1120
1129
  }
1121
1130
 
1122
- .e-gantt .e-gantt-dialog .e-resource-div .e-content {
1131
+ .e-gantt-dialog .e-resource-div .e-content {
1123
1132
  height: 202px;
1124
1133
  }
1125
1134
 
1126
- .e-gantt .e-gantt-dialog .e-richtexteditor {
1135
+ .e-gantt-dialog .e-richtexteditor {
1127
1136
  border-bottom-width: 0px;
1128
1137
  height: 241px !important;
1129
1138
  overflow: hidden;
1130
1139
  }
1131
1140
 
1132
- .e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1141
+ .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1133
1142
  border-top: 0;
1134
1143
  }
1135
1144
 
1136
- .e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content {
1145
+ .e-gantt-dialog .e-richtexteditor .e-rte-content {
1137
1146
  border-bottom-width: 0px;
1138
1147
  height: 200px;
1139
1148
  }
1140
1149
 
1141
- .e-gantt .e-gantt-dialog > .e-dlg-content {
1150
+ .e-gantt-dialog > .e-dlg-content {
1142
1151
  padding: 0 !important;
1143
1152
  }
1144
1153
 
1145
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1154
+ .e-gantt-dialog .e-dlg-header-content {
1146
1155
  border-bottom: 0 !important;
1147
1156
  }
1148
1157
 
1149
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1158
+ .e-gantt-dialog .e-dlg-header-content {
1150
1159
  border-radius: 3px 3px 0px 0px;
1151
1160
  padding-bottom: 20px;
1152
1161
  }
1153
1162
 
1154
- .e-gantt .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1163
+ .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1155
1164
  border-radius: 50%;
1156
1165
  }
1157
1166
 
@@ -1307,10 +1316,6 @@
1307
1316
  border-radius: 0px;
1308
1317
  }
1309
1318
 
1310
- .e-gantt .e-gantt-splitter-height {
1311
- height: calc(100% - 37px) !important;
1312
- }
1313
-
1314
1319
  .e-gantt .e-cloneproperties.e-draganddrop {
1315
1320
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1316
1321
  opacity: .95;
@@ -1342,62 +1347,6 @@
1342
1347
  box-shadow: 0 0 0 1px #6c757d inset !important;
1343
1348
  }
1344
1349
 
1345
- .e-gantt .e-gantt-dialog .e-dlg-header {
1346
- color: #fff;
1347
- }
1348
-
1349
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1350
- background: #282d31;
1351
- }
1352
-
1353
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1354
- color: #adb5bd;
1355
- }
1356
-
1357
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1358
- background-color: #282d31;
1359
- }
1360
-
1361
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1362
- color: #adb5bd;
1363
- }
1364
-
1365
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
1366
- background: #282d31;
1367
- }
1368
-
1369
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1370
- background: #0d6efd;
1371
- }
1372
-
1373
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1374
- background-color: transparent;
1375
- }
1376
-
1377
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1378
- color: #0d6efd;
1379
- }
1380
-
1381
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1382
- border-color: transparent;
1383
- }
1384
-
1385
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1386
- color: #ced4da;
1387
- }
1388
-
1389
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1390
- background: transparent;
1391
- border-bottom: 0px;
1392
- border-bottom-left-radius: 0px;
1393
- border-bottom-right-radius: 0px;
1394
- border-color: transparent;
1395
- }
1396
-
1397
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1398
- color: #ced4da;
1399
- }
1400
-
1401
1350
  .e-gantt .e-temp-content {
1402
1351
  border-color: #444c54;
1403
1352
  }
@@ -1902,6 +1851,62 @@
1902
1851
  color: #6c757d !important;
1903
1852
  }
1904
1853
 
1854
+ .e-gantt-dialog .e-dlg-header {
1855
+ color: #fff;
1856
+ }
1857
+
1858
+ .e-gantt-dialog .e-dlg-header-content {
1859
+ background: #282d31;
1860
+ }
1861
+
1862
+ .e-gantt-dialog .e-icon-dlg-close {
1863
+ color: #adb5bd;
1864
+ }
1865
+
1866
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1867
+ background-color: #282d31;
1868
+ }
1869
+
1870
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1871
+ color: #adb5bd;
1872
+ }
1873
+
1874
+ .e-gantt-dialog .e-tab .e-tab-header {
1875
+ background: #282d31;
1876
+ }
1877
+
1878
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1879
+ background: #0d6efd;
1880
+ }
1881
+
1882
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1883
+ background-color: transparent;
1884
+ }
1885
+
1886
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1887
+ color: #0d6efd;
1888
+ }
1889
+
1890
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1891
+ border-color: transparent;
1892
+ }
1893
+
1894
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1895
+ color: #ced4da;
1896
+ }
1897
+
1898
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1899
+ background: transparent;
1900
+ border-bottom: 0px;
1901
+ border-bottom-left-radius: 0px;
1902
+ border-bottom-right-radius: 0px;
1903
+ border-color: transparent;
1904
+ }
1905
+
1906
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1907
+ color: #ced4da;
1908
+ }
1909
+
1905
1910
  .e-gantt.e-device .e-left-resize-gripper,
1906
1911
  .e-gantt.e-device .e-right-resize-gripper {
1907
1912
  border-color: #6c757d;
@@ -1,5 +1,6 @@
1
1
  @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
2
  @import 'ej2-grids/styles/grid/bootstrap5-dark-definition.scss';
3
+ @import 'ej2-treegrid/styles/treegrid/bootstrap5-dark-definition.scss';
3
4
  @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5-dark-definition.scss';
4
5
  @import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
5
6
  @import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
@@ -64,6 +64,11 @@
64
64
  background: transparent;
65
65
  }
66
66
 
67
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
68
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
69
+ background: #e9ecef;
70
+ }
71
+
67
72
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
68
73
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
69
74
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -410,23 +415,6 @@
410
415
  border-color: transparent;
411
416
  }
412
417
 
413
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
414
- padding-left: 12px;
415
- }
416
-
417
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
418
- display: block;
419
- }
420
-
421
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
422
- border-style: solid;
423
- border-width: 1px;
424
- }
425
-
426
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
427
- border: 0;
428
- }
429
-
430
418
  .e-gantt .e-gantt-tree-grid-pane .e-grid {
431
419
  border-width: 0;
432
420
  }
@@ -765,6 +753,10 @@
765
753
  user-select: none;
766
754
  }
767
755
 
756
+ .e-gantt .e-gantt-chart .e-chart-rows-container {
757
+ line-height: initial;
758
+ }
759
+
768
760
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
769
761
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
770
762
  display: inline-block;
@@ -1057,101 +1049,118 @@
1057
1049
  outline-offset: 2px;
1058
1050
  }
1059
1051
 
1060
- .e-gantt .e-gantt-dialog {
1052
+ .e-gantt-dialog .e-tab .e-tab-header {
1053
+ padding-left: 12px;
1054
+ }
1055
+
1056
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1057
+ display: block;
1058
+ }
1059
+
1060
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1061
+ border-style: solid;
1062
+ border-width: 1px;
1063
+ }
1064
+
1065
+ .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
1066
+ border: 0;
1067
+ }
1068
+
1069
+ .e-gantt-dialog {
1061
1070
  border: 0;
1062
1071
  }
1063
1072
 
1064
- .e-gantt .e-gantt-dialog .e-gridform .e-table {
1073
+ .e-gantt-dialog .e-gridform .e-table {
1065
1074
  border-spacing: 0;
1066
1075
  }
1067
1076
 
1068
- .e-gantt .e-gantt-dialog .e-item {
1077
+ .e-gantt-dialog .e-item {
1069
1078
  height: 241px;
1070
1079
  }
1071
1080
 
1072
- .e-gantt .e-gantt-dialog .e-dependent-div {
1081
+ .e-gantt-dialog .e-dependent-div {
1073
1082
  border-bottom-width: 0px;
1074
1083
  }
1075
1084
 
1076
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1085
+ .e-gantt-dialog .e-icon-dlg-close {
1077
1086
  opacity: initial;
1078
1087
  }
1079
1088
 
1080
- .e-gantt .e-gantt-dialog .e-toolbar {
1089
+ .e-gantt-dialog .e-toolbar {
1081
1090
  border-top-width: 0;
1082
1091
  }
1083
1092
 
1084
- .e-gantt .e-gantt-dialog .e-resource-div {
1093
+ .e-gantt-dialog .e-resource-div {
1085
1094
  border-bottom-width: 0px;
1086
1095
  }
1087
1096
 
1088
- .e-gantt .e-gantt-dialog .e-resource-div .e-gridheader {
1097
+ .e-gantt-dialog .e-resource-div .e-gridheader {
1089
1098
  border-top-width: 0;
1090
1099
  }
1091
1100
 
1092
- .e-gantt .e-gantt-dialog .e-edit-form-row {
1101
+ .e-gantt-dialog .e-edit-form-row {
1093
1102
  height: 241px;
1094
1103
  overflow-y: auto;
1095
1104
  padding-bottom: 12px;
1096
1105
  }
1097
1106
 
1098
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1107
+ .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1099
1108
  float: left;
1100
1109
  padding: 16px 18px 0 18px;
1101
1110
  width: 50%;
1102
1111
  }
1103
1112
 
1104
- .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1113
+ .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1105
1114
  float: left;
1106
1115
  padding: 16px 16px 0 0;
1107
1116
  width: 50%;
1108
1117
  }
1109
1118
 
1110
- .e-gantt .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1119
+ .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1111
1120
  padding: 16px 16px 0 0;
1112
1121
  }
1113
1122
 
1114
- .e-gantt .e-gantt-dialog .e-edit-form-column {
1123
+ .e-gantt-dialog .e-edit-form-column {
1115
1124
  height: 75px;
1116
1125
  }
1117
1126
 
1118
- .e-gantt .e-gantt-dialog .e-dependent-div .e-content {
1127
+ .e-gantt-dialog .e-dependent-div .e-content {
1119
1128
  height: 161px;
1120
1129
  }
1121
1130
 
1122
- .e-gantt .e-gantt-dialog .e-resource-div .e-content {
1131
+ .e-gantt-dialog .e-resource-div .e-content {
1123
1132
  height: 202px;
1124
1133
  }
1125
1134
 
1126
- .e-gantt .e-gantt-dialog .e-richtexteditor {
1135
+ .e-gantt-dialog .e-richtexteditor {
1127
1136
  border-bottom-width: 0px;
1128
1137
  height: 241px !important;
1129
1138
  overflow: hidden;
1130
1139
  }
1131
1140
 
1132
- .e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1141
+ .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1133
1142
  border-top: 0;
1134
1143
  }
1135
1144
 
1136
- .e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content {
1145
+ .e-gantt-dialog .e-richtexteditor .e-rte-content {
1137
1146
  border-bottom-width: 0px;
1138
1147
  height: 200px;
1139
1148
  }
1140
1149
 
1141
- .e-gantt .e-gantt-dialog > .e-dlg-content {
1150
+ .e-gantt-dialog > .e-dlg-content {
1142
1151
  padding: 0 !important;
1143
1152
  }
1144
1153
 
1145
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1154
+ .e-gantt-dialog .e-dlg-header-content {
1146
1155
  border-bottom: 0 !important;
1147
1156
  }
1148
1157
 
1149
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1158
+ .e-gantt-dialog .e-dlg-header-content {
1150
1159
  border-radius: 3px 3px 0px 0px;
1151
1160
  padding-bottom: 20px;
1152
1161
  }
1153
1162
 
1154
- .e-gantt .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1163
+ .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1155
1164
  border-radius: 50%;
1156
1165
  }
1157
1166
 
@@ -1307,10 +1316,6 @@
1307
1316
  border-radius: 0px;
1308
1317
  }
1309
1318
 
1310
- .e-gantt .e-gantt-splitter-height {
1311
- height: calc(100% - 37px) !important;
1312
- }
1313
-
1314
1319
  .e-gantt .e-cloneproperties.e-draganddrop {
1315
1320
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1316
1321
  opacity: .95;
@@ -1342,62 +1347,6 @@
1342
1347
  box-shadow: 0 0 0 1px #ced4da inset !important;
1343
1348
  }
1344
1349
 
1345
- .e-gantt .e-gantt-dialog .e-dlg-header {
1346
- color: #212529;
1347
- }
1348
-
1349
- .e-gantt .e-gantt-dialog .e-dlg-header-content {
1350
- background: #f8f9fa;
1351
- }
1352
-
1353
- .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1354
- color: #6c757d;
1355
- }
1356
-
1357
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1358
- background-color: #f8f9fa;
1359
- }
1360
-
1361
- .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1362
- color: #6c757d;
1363
- }
1364
-
1365
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
1366
- background: #f8f9fa;
1367
- }
1368
-
1369
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1370
- background: #0d6efd;
1371
- }
1372
-
1373
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1374
- background-color: transparent;
1375
- }
1376
-
1377
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1378
- color: #0d6efd;
1379
- }
1380
-
1381
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1382
- border-color: transparent;
1383
- }
1384
-
1385
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1386
- color: #495057;
1387
- }
1388
-
1389
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1390
- background: transparent;
1391
- border-bottom: 0px;
1392
- border-bottom-left-radius: 0px;
1393
- border-bottom-right-radius: 0px;
1394
- border-color: transparent;
1395
- }
1396
-
1397
- .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1398
- color: #495057;
1399
- }
1400
-
1401
1350
  .e-gantt .e-temp-content {
1402
1351
  border-color: #dee2e6;
1403
1352
  }
@@ -1902,6 +1851,62 @@
1902
1851
  color: #6c757d !important;
1903
1852
  }
1904
1853
 
1854
+ .e-gantt-dialog .e-dlg-header {
1855
+ color: #212529;
1856
+ }
1857
+
1858
+ .e-gantt-dialog .e-dlg-header-content {
1859
+ background: #f8f9fa;
1860
+ }
1861
+
1862
+ .e-gantt-dialog .e-icon-dlg-close {
1863
+ color: #6c757d;
1864
+ }
1865
+
1866
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1867
+ background-color: #f8f9fa;
1868
+ }
1869
+
1870
+ .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1871
+ color: #6c757d;
1872
+ }
1873
+
1874
+ .e-gantt-dialog .e-tab .e-tab-header {
1875
+ background: #f8f9fa;
1876
+ }
1877
+
1878
+ .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1879
+ background: #0d6efd;
1880
+ }
1881
+
1882
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1883
+ background-color: transparent;
1884
+ }
1885
+
1886
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1887
+ color: #0d6efd;
1888
+ }
1889
+
1890
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1891
+ border-color: transparent;
1892
+ }
1893
+
1894
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1895
+ color: #495057;
1896
+ }
1897
+
1898
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1899
+ background: transparent;
1900
+ border-bottom: 0px;
1901
+ border-bottom-left-radius: 0px;
1902
+ border-bottom-right-radius: 0px;
1903
+ border-color: transparent;
1904
+ }
1905
+
1906
+ .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1907
+ color: #495057;
1908
+ }
1909
+
1905
1910
  .e-gantt.e-device .e-left-resize-gripper,
1906
1911
  .e-gantt.e-device .e-right-resize-gripper {
1907
1912
  border-color: #ced4da;
@@ -1,5 +1,6 @@
1
1
  @import 'ej2-base/styles/bootstrap5-definition.scss';
2
2
  @import 'ej2-grids/styles/grid/bootstrap5-definition.scss';
3
+ @import 'ej2-treegrid/styles/treegrid/bootstrap5-definition.scss';
3
4
  @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5-definition.scss';
4
5
  @import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
5
6
  @import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';