@syncfusion/ej2-gantt 19.4.48 → 19.4.50
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 +10 -0
- package/dist/ej2-gantt.umd.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-gantt.es2015.js +125 -18
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +125 -18
- package/dist/es6/ej2-gantt.es5.js.map +1 -1
- package/dist/global/ej2-gantt.min.js +2 -2
- package/dist/global/ej2-gantt.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +14 -14
- package/src/gantt/actions/cell-edit.d.ts +1 -0
- package/src/gantt/actions/cell-edit.js +2 -0
- package/src/gantt/actions/dialog-edit.js +18 -2
- package/src/gantt/actions/edit.d.ts +1 -0
- package/src/gantt/actions/edit.js +74 -10
- package/src/gantt/actions/keyboard.js +1 -1
- package/src/gantt/renderer/timeline.d.ts +1 -0
- package/src/gantt/renderer/timeline.js +30 -5
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap4.css +3 -3
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/gantt/_bootstrap-dark-definition.scss +3 -3
- package/styles/gantt/_bootstrap-definition.scss +3 -3
- package/styles/gantt/_bootstrap4-definition.scss +3 -3
- package/styles/gantt/_bootstrap5-definition.scss +1 -1
- package/styles/gantt/_fluent-definition.scss +1 -1
- package/styles/gantt/_tailwind-definition.scss +3 -3
- package/styles/gantt/bootstrap-dark.css +3 -3
- package/styles/gantt/bootstrap.css +3 -3
- package/styles/gantt/bootstrap4.css +3 -3
- package/styles/gantt/bootstrap5-dark.css +1 -1
- package/styles/gantt/bootstrap5.css +1 -1
- package/styles/gantt/tailwind-dark.css +3 -3
- package/styles/gantt/tailwind.css +3 -3
- package/styles/tailwind-dark.css +3 -3
- package/styles/tailwind.css +3 -3
|
@@ -1410,10 +1410,10 @@
|
|
|
1410
1410
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1411
|
background: #232e3e;
|
|
1412
1412
|
border-bottom-color: #4b5563;
|
|
1413
|
-
border-bottom-width:
|
|
1413
|
+
border-bottom-width: 0px;
|
|
1414
1414
|
border-right-color: #4b5563;
|
|
1415
1415
|
color: #9ca3af;
|
|
1416
|
-
height:
|
|
1416
|
+
height: 49px;
|
|
1417
1417
|
}
|
|
1418
1418
|
|
|
1419
1419
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
1434
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1435
|
+
height: 24.5px;
|
|
1436
1436
|
}
|
|
1437
1437
|
|
|
1438
1438
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -1410,10 +1410,10 @@
|
|
|
1410
1410
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1411
|
background: #f9fafb;
|
|
1412
1412
|
border-bottom-color: #e5e7eb;
|
|
1413
|
-
border-bottom-width:
|
|
1413
|
+
border-bottom-width: 0px;
|
|
1414
1414
|
border-right-color: #e5e7eb;
|
|
1415
1415
|
color: #6b7280;
|
|
1416
|
-
height:
|
|
1416
|
+
height: 49px;
|
|
1417
1417
|
}
|
|
1418
1418
|
|
|
1419
1419
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
1434
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1435
|
+
height: 24.5px;
|
|
1436
1436
|
}
|
|
1437
1437
|
|
|
1438
1438
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1410,10 +1410,10 @@
|
|
|
1410
1410
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1411
|
background: #232e3e;
|
|
1412
1412
|
border-bottom-color: #4b5563;
|
|
1413
|
-
border-bottom-width:
|
|
1413
|
+
border-bottom-width: 0px;
|
|
1414
1414
|
border-right-color: #4b5563;
|
|
1415
1415
|
color: #9ca3af;
|
|
1416
|
-
height:
|
|
1416
|
+
height: 49px;
|
|
1417
1417
|
}
|
|
1418
1418
|
|
|
1419
1419
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
1434
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1435
|
+
height: 24.5px;
|
|
1436
1436
|
}
|
|
1437
1437
|
|
|
1438
1438
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/tailwind.css
CHANGED
|
@@ -1410,10 +1410,10 @@
|
|
|
1410
1410
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1411
|
background: #f9fafb;
|
|
1412
1412
|
border-bottom-color: #e5e7eb;
|
|
1413
|
-
border-bottom-width:
|
|
1413
|
+
border-bottom-width: 0px;
|
|
1414
1414
|
border-right-color: #e5e7eb;
|
|
1415
1415
|
color: #6b7280;
|
|
1416
|
-
height:
|
|
1416
|
+
height: 49px;
|
|
1417
1417
|
}
|
|
1418
1418
|
|
|
1419
1419
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
1434
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1435
|
+
height: 24.5px;
|
|
1436
1436
|
}
|
|
1437
1437
|
|
|
1438
1438
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|