@syncfusion/ej2-gantt 19.4.55 → 20.1.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 +34 -1
- 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 +242 -138
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +264 -146
- 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 +18 -18
- package/src/gantt/actions/cell-edit.js +2 -1
- package/src/gantt/actions/dialog-edit.js +2 -1
- package/src/gantt/actions/edit.js +36 -9
- package/src/gantt/actions/filter.js +4 -2
- package/src/gantt/actions/rowdragdrop.js +41 -17
- package/src/gantt/actions/selection.js +3 -2
- package/src/gantt/base/date-processor.js +0 -1
- package/src/gantt/base/gantt-chart.js +36 -5
- package/src/gantt/base/gantt.js +15 -56
- package/src/gantt/base/splitter.js +1 -0
- package/src/gantt/base/tree-grid.js +3 -1
- package/src/gantt/renderer/chart-rows.js +36 -24
- package/src/gantt/renderer/connector-line.js +22 -18
- package/src/gantt/renderer/event-marker.js +1 -0
- package/src/gantt/renderer/nonworking-day.js +13 -6
- package/src/gantt/renderer/timeline.d.ts +1 -0
- package/src/gantt/renderer/timeline.js +40 -1
- package/src/gantt/renderer/tooltip.js +10 -3
- package/styles/bootstrap-dark.css +37 -10
- package/styles/bootstrap.css +37 -10
- package/styles/bootstrap4.css +37 -10
- package/styles/bootstrap5-dark.css +53 -19
- package/styles/bootstrap5.css +53 -19
- package/styles/fabric-dark.css +34 -7
- package/styles/fabric.css +37 -10
- package/styles/fluent-dark.css +1942 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +1942 -0
- package/styles/fluent.scss +1 -0
- package/styles/gantt/_bootstrap-dark-definition.scss +10 -2
- package/styles/gantt/_bootstrap-definition.scss +11 -3
- package/styles/gantt/_bootstrap4-definition.scss +10 -2
- package/styles/gantt/_bootstrap5-definition.scss +17 -9
- package/styles/gantt/_fabric-dark-definition.scss +8 -0
- package/styles/gantt/_fabric-definition.scss +10 -2
- package/styles/gantt/_fluent-dark-definition.scss +1 -0
- package/styles/gantt/_fluent-definition.scss +21 -13
- package/styles/gantt/_highcontrast-definition.scss +9 -1
- package/styles/gantt/_highcontrast-light-definition.scss +9 -1
- package/styles/gantt/_layout.scss +53 -2
- package/styles/gantt/_material-dark-definition.scss +9 -1
- package/styles/gantt/_material-definition.scss +10 -2
- package/styles/gantt/_tailwind-definition.scss +13 -5
- package/styles/gantt/_theme.scss +2 -5
- package/styles/gantt/bootstrap-dark.css +37 -10
- package/styles/gantt/bootstrap.css +37 -10
- package/styles/gantt/bootstrap4.css +37 -10
- package/styles/gantt/bootstrap5-dark.css +53 -19
- package/styles/gantt/bootstrap5.css +53 -19
- package/styles/gantt/fabric-dark.css +34 -7
- package/styles/gantt/fabric.css +37 -10
- package/styles/gantt/fluent-dark.css +1942 -0
- package/styles/gantt/fluent-dark.scss +22 -0
- package/styles/gantt/fluent.css +1942 -0
- package/styles/gantt/fluent.scss +22 -0
- package/styles/gantt/highcontrast-light.css +34 -7
- package/styles/gantt/highcontrast.css +34 -7
- package/styles/gantt/icons/_fluent-dark.scss +1 -0
- package/styles/gantt/icons/_fluent.scss +1 -1
- package/styles/gantt/icons/_tailwind-dark.scss +28 -29
- package/styles/gantt/icons/_tailwind.scss +26 -27
- package/styles/gantt/material-dark.css +37 -10
- package/styles/gantt/material.css +37 -10
- package/styles/gantt/tailwind-dark.css +70 -99
- package/styles/gantt/tailwind.css +70 -99
- package/styles/highcontrast-light.css +34 -7
- package/styles/highcontrast.css +34 -7
- package/styles/material-dark.css +37 -10
- package/styles/material.css +37 -10
- package/styles/tailwind-dark.css +70 -99
- package/styles/tailwind.css +70 -99
package/styles/fabric.css
CHANGED
|
@@ -228,6 +228,34 @@
|
|
|
228
228
|
content: '\e903';
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
232
|
+
height: 64px;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
236
|
+
height: 32px;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
240
|
+
height: 63px !important;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.e-bigger .e-columnmenu {
|
|
244
|
+
top: 45px;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
248
|
+
padding: 16px 18px 0 18px;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
252
|
+
padding: 16px 18px 0 0;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
256
|
+
padding: 16px 18px 0 0;
|
|
257
|
+
}
|
|
258
|
+
|
|
231
259
|
.e-gantt {
|
|
232
260
|
display: block;
|
|
233
261
|
width: 100%;
|
|
@@ -742,9 +770,10 @@
|
|
|
742
770
|
}
|
|
743
771
|
|
|
744
772
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
773
|
+
border-radius: 2px;
|
|
745
774
|
box-sizing: border-box;
|
|
746
775
|
position: absolute;
|
|
747
|
-
z-index:
|
|
776
|
+
z-index: 2;
|
|
748
777
|
}
|
|
749
778
|
|
|
750
779
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -806,7 +835,6 @@
|
|
|
806
835
|
}
|
|
807
836
|
|
|
808
837
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
809
|
-
font-size: 13px;
|
|
810
838
|
position: absolute;
|
|
811
839
|
transform: rotate(-90deg);
|
|
812
840
|
white-space: nowrap;
|
|
@@ -1089,6 +1117,8 @@
|
|
|
1089
1117
|
|
|
1090
1118
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1091
1119
|
border-radius: 50%;
|
|
1120
|
+
height: auto !important;
|
|
1121
|
+
width: auto !important;
|
|
1092
1122
|
}
|
|
1093
1123
|
|
|
1094
1124
|
.e-icon-rowselect::before {
|
|
@@ -1397,11 +1427,13 @@
|
|
|
1397
1427
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1398
1428
|
background-color: #505050;
|
|
1399
1429
|
border: 0px;
|
|
1430
|
+
border-radius: 0px;
|
|
1400
1431
|
}
|
|
1401
1432
|
|
|
1402
1433
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1403
1434
|
background-color: #005ba3;
|
|
1404
1435
|
border: 0px;
|
|
1436
|
+
border-radius: 4px;
|
|
1405
1437
|
}
|
|
1406
1438
|
|
|
1407
1439
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1472,11 +1504,6 @@
|
|
|
1472
1504
|
|
|
1473
1505
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1474
1506
|
background: #222;
|
|
1475
|
-
border-color: #fff;
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1479
|
-
border-bottom-color: #fff;
|
|
1480
1507
|
}
|
|
1481
1508
|
|
|
1482
1509
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
@@ -1640,15 +1667,15 @@
|
|
|
1640
1667
|
}
|
|
1641
1668
|
|
|
1642
1669
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1643
|
-
background-color: #
|
|
1670
|
+
background-color: #D83B01;
|
|
1644
1671
|
}
|
|
1645
1672
|
|
|
1646
1673
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
1647
|
-
border-bottom-color: #
|
|
1674
|
+
border-bottom-color: #D83B01;
|
|
1648
1675
|
}
|
|
1649
1676
|
|
|
1650
1677
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1651
|
-
border-top-color: #
|
|
1678
|
+
border-top-color: #D83B01;
|
|
1652
1679
|
}
|
|
1653
1680
|
|
|
1654
1681
|
.e-gantt .e-gantt-chart .e-uptail::before {
|