@syncfusion/ej2-gantt 20.2.43 → 20.2.44
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 +12 -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 +69 -38
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +69 -38
- 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 +11 -11
- package/src/gantt/actions/cell-edit.js +3 -0
- package/src/gantt/actions/critical-path.js +2 -8
- package/src/gantt/actions/edit.js +1 -1
- package/src/gantt/base/date-processor.js +1 -1
- package/src/gantt/base/gantt-chart.js +17 -3
- package/src/gantt/base/gantt.d.ts +1 -0
- package/src/gantt/base/gantt.js +46 -26
- package/styles/bootstrap-dark.css +4 -4
- package/styles/bootstrap.css +4 -4
- package/styles/bootstrap4.css +4 -4
- package/styles/bootstrap5-dark.css +4 -4
- package/styles/bootstrap5.css +4 -4
- package/styles/fabric-dark.css +4 -4
- package/styles/fabric.css +4 -4
- package/styles/fluent-dark.css +4 -4
- package/styles/fluent.css +4 -4
- package/styles/gantt/_layout.scss +9 -19
- package/styles/gantt/_theme.scss +1 -19
- package/styles/gantt/bootstrap-dark.css +4 -4
- package/styles/gantt/bootstrap.css +4 -4
- package/styles/gantt/bootstrap4.css +4 -4
- package/styles/gantt/bootstrap5-dark.css +4 -4
- package/styles/gantt/bootstrap5.css +4 -4
- package/styles/gantt/fabric-dark.css +4 -4
- package/styles/gantt/fabric.css +4 -4
- package/styles/gantt/fluent-dark.css +4 -4
- package/styles/gantt/fluent.css +4 -4
- package/styles/gantt/highcontrast-light.css +4 -4
- package/styles/gantt/highcontrast.css +4 -4
- package/styles/gantt/icons/_bootstrap-dark.scss +3 -3
- package/styles/gantt/icons/_bootstrap.scss +3 -3
- package/styles/gantt/icons/_bootstrap4.scss +5 -5
- package/styles/gantt/icons/_bootstrap5.scss +3 -3
- package/styles/gantt/icons/_fabric-dark.scss +3 -3
- package/styles/gantt/icons/_fabric.scss +3 -3
- package/styles/gantt/icons/_fluent.scss +3 -3
- package/styles/gantt/icons/_fusionnew.scss +3 -3
- package/styles/gantt/icons/_highcontrast.scss +3 -3
- package/styles/gantt/icons/_material-dark.scss +3 -3
- package/styles/gantt/icons/_material.scss +3 -3
- package/styles/gantt/icons/_material3.scss +3 -3
- package/styles/gantt/icons/_tailwind-dark.scss +3 -3
- package/styles/gantt/icons/_tailwind.scss +3 -3
- package/styles/gantt/material-dark.css +4 -4
- package/styles/gantt/material.css +4 -4
- package/styles/gantt/tailwind-dark.css +4 -4
- package/styles/gantt/tailwind.css +4 -4
- package/styles/highcontrast-light.css +4 -4
- package/styles/highcontrast.css +4 -4
- package/styles/material-dark.css +4 -4
- package/styles/material.css +4 -4
- package/styles/tailwind-dark.css +4 -4
- package/styles/tailwind.css +4 -4
package/styles/material.css
CHANGED
|
@@ -664,14 +664,13 @@
|
|
|
664
664
|
}
|
|
665
665
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
666
666
|
border-bottom-style: solid;
|
|
667
|
-
border-right
|
|
667
|
+
border-right: 1px solid;
|
|
668
668
|
overflow: hidden;
|
|
669
669
|
position: relative;
|
|
670
670
|
z-index: 6;
|
|
671
671
|
}
|
|
672
672
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
673
673
|
border-left: 0;
|
|
674
|
-
padding: 0 3px;
|
|
675
674
|
}
|
|
676
675
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
677
676
|
border-collapse: collapse;
|
|
@@ -723,7 +722,7 @@
|
|
|
723
722
|
}
|
|
724
723
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
725
724
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
726
|
-
padding-left:
|
|
725
|
+
padding-left: 11px;
|
|
727
726
|
text-align: left;
|
|
728
727
|
}
|
|
729
728
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -827,7 +826,7 @@
|
|
|
827
826
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
828
827
|
display: inline-block;
|
|
829
828
|
font-size: 13px;
|
|
830
|
-
font-weight:
|
|
829
|
+
font-weight: normal;
|
|
831
830
|
overflow: hidden;
|
|
832
831
|
position: absolute;
|
|
833
832
|
text-overflow: ellipsis;
|
|
@@ -1220,6 +1219,7 @@
|
|
|
1220
1219
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1221
1220
|
border-bottom-width: 0px;
|
|
1222
1221
|
height: 198px;
|
|
1222
|
+
overflow: hidden;
|
|
1223
1223
|
}
|
|
1224
1224
|
.e-gantt-dialog > .e-dlg-content {
|
|
1225
1225
|
padding: 0 !important;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -631,14 +631,13 @@
|
|
|
631
631
|
}
|
|
632
632
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
633
633
|
border-bottom-style: solid;
|
|
634
|
-
border-right
|
|
634
|
+
border-right: 1px solid;
|
|
635
635
|
overflow: hidden;
|
|
636
636
|
position: relative;
|
|
637
637
|
z-index: 6;
|
|
638
638
|
}
|
|
639
639
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
640
640
|
border-left: 0;
|
|
641
|
-
padding: 0 3px;
|
|
642
641
|
}
|
|
643
642
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
644
643
|
border-collapse: collapse;
|
|
@@ -690,7 +689,7 @@
|
|
|
690
689
|
}
|
|
691
690
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
692
691
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
693
|
-
padding-left:
|
|
692
|
+
padding-left: 11px;
|
|
694
693
|
text-align: left;
|
|
695
694
|
}
|
|
696
695
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -797,7 +796,7 @@
|
|
|
797
796
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
798
797
|
display: inline-block;
|
|
799
798
|
font-size: 13px;
|
|
800
|
-
font-weight:
|
|
799
|
+
font-weight: normal;
|
|
801
800
|
overflow: hidden;
|
|
802
801
|
position: absolute;
|
|
803
802
|
text-overflow: ellipsis;
|
|
@@ -1190,6 +1189,7 @@
|
|
|
1190
1189
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1191
1190
|
border-bottom-width: 0px;
|
|
1192
1191
|
height: 210px;
|
|
1192
|
+
overflow: hidden;
|
|
1193
1193
|
}
|
|
1194
1194
|
.e-gantt-dialog > .e-dlg-content {
|
|
1195
1195
|
padding: 0 !important;
|
package/styles/tailwind.css
CHANGED
|
@@ -631,14 +631,13 @@
|
|
|
631
631
|
}
|
|
632
632
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
633
633
|
border-bottom-style: solid;
|
|
634
|
-
border-right
|
|
634
|
+
border-right: 1px solid;
|
|
635
635
|
overflow: hidden;
|
|
636
636
|
position: relative;
|
|
637
637
|
z-index: 6;
|
|
638
638
|
}
|
|
639
639
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
640
640
|
border-left: 0;
|
|
641
|
-
padding: 0 3px;
|
|
642
641
|
}
|
|
643
642
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
644
643
|
border-collapse: collapse;
|
|
@@ -690,7 +689,7 @@
|
|
|
690
689
|
}
|
|
691
690
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
692
691
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
693
|
-
padding-left:
|
|
692
|
+
padding-left: 11px;
|
|
694
693
|
text-align: left;
|
|
695
694
|
}
|
|
696
695
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -797,7 +796,7 @@
|
|
|
797
796
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
798
797
|
display: inline-block;
|
|
799
798
|
font-size: 13px;
|
|
800
|
-
font-weight:
|
|
799
|
+
font-weight: normal;
|
|
801
800
|
overflow: hidden;
|
|
802
801
|
position: absolute;
|
|
803
802
|
text-overflow: ellipsis;
|
|
@@ -1190,6 +1189,7 @@
|
|
|
1190
1189
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1191
1190
|
border-bottom-width: 0px;
|
|
1192
1191
|
height: 210px;
|
|
1192
|
+
overflow: hidden;
|
|
1193
1193
|
}
|
|
1194
1194
|
.e-gantt-dialog > .e-dlg-content {
|
|
1195
1195
|
padding: 0 !important;
|