@syncfusion/ej2-angular-gantt 20.2.43 → 20.2.44-ngcc
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/@syncfusion/ej2-angular-gantt.es5.js +812 -0
- package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-gantt.js +764 -0
- package/@syncfusion/ej2-angular-gantt.js.map +1 -0
- package/CHANGELOG.md +1326 -0
- package/dist/ej2-angular-gantt.umd.js +908 -0
- package/dist/ej2-angular-gantt.umd.js.map +1 -0
- package/dist/ej2-angular-gantt.umd.min.js +11 -0
- package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
- package/{syncfusion-ej2-angular-gantt.d.ts → ej2-angular-gantt.d.ts} +1 -1
- package/ej2-angular-gantt.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +30 -0
- package/schematics/generators/gantt-daymarkers/index.d.ts +3 -0
- package/schematics/generators/gantt-daymarkers/index.js +8 -0
- package/schematics/generators/gantt-daymarkers/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-daymarkers/sample-details.js +7 -0
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
- package/schematics/generators/gantt-daymarkers/schema.d.ts +3 -0
- package/schematics/generators/gantt-daymarkers/schema.js +2 -0
- package/schematics/generators/gantt-daymarkers/schema.json +125 -0
- package/schematics/generators/gantt-default/index.d.ts +3 -0
- package/schematics/generators/gantt-default/index.js +8 -0
- package/schematics/generators/gantt-default/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-default/sample-details.js +7 -0
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/gantt-default/schema.d.ts +3 -0
- package/schematics/generators/gantt-default/schema.js +2 -0
- package/schematics/generators/gantt-default/schema.json +125 -0
- package/schematics/generators/gantt-editing/index.d.ts +3 -0
- package/schematics/generators/gantt-editing/index.js +8 -0
- package/schematics/generators/gantt-editing/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-editing/sample-details.js +7 -0
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/gantt-editing/schema.d.ts +3 -0
- package/schematics/generators/gantt-editing/schema.js +2 -0
- package/schematics/generators/gantt-editing/schema.json +125 -0
- package/schematics/generators/gantt-localdata/index.d.ts +3 -0
- package/schematics/generators/gantt-localdata/index.js +8 -0
- package/schematics/generators/gantt-localdata/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-localdata/sample-details.js +7 -0
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/gantt-localdata/schema.d.ts +3 -0
- package/schematics/generators/gantt-localdata/schema.js +2 -0
- package/schematics/generators/gantt-localdata/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/gantt/adddialogfields.directive.d.ts +0 -5
- package/src/gantt/columns.directive.d.ts +0 -5
- package/src/gantt/dayworkingtime.directive.d.ts +0 -5
- package/src/gantt/editdialogfields.directive.d.ts +0 -5
- package/src/gantt/eventmarkers.directive.d.ts +0 -5
- package/src/gantt/gantt-all.module.d.ts +1 -6
- package/src/gantt/gantt.component.d.ts +0 -3
- package/src/gantt/gantt.module.d.ts +0 -12
- package/src/gantt/holidays.directive.d.ts +0 -5
- package/src/index.d.ts +1 -1
- package/styles/bootstrap-dark.css +60 -64
- package/styles/bootstrap.css +60 -64
- package/styles/bootstrap4.css +60 -64
- package/styles/bootstrap5-dark.css +61 -68
- package/styles/bootstrap5.css +61 -68
- package/styles/fabric-dark.css +60 -64
- package/styles/fabric.css +60 -64
- package/styles/fluent-dark.css +60 -64
- package/styles/fluent.css +60 -64
- package/styles/gantt/bootstrap-dark.css +60 -64
- package/styles/gantt/bootstrap-dark.scss +1 -22
- package/styles/gantt/bootstrap.css +60 -64
- package/styles/gantt/bootstrap.scss +1 -22
- package/styles/gantt/bootstrap4.css +60 -64
- package/styles/gantt/bootstrap4.scss +1 -22
- package/styles/gantt/bootstrap5-dark.css +61 -68
- package/styles/gantt/bootstrap5-dark.scss +1 -22
- package/styles/gantt/bootstrap5.css +61 -68
- package/styles/gantt/bootstrap5.scss +1 -22
- package/styles/gantt/fabric-dark.css +60 -64
- package/styles/gantt/fabric-dark.scss +1 -22
- package/styles/gantt/fabric.css +60 -64
- package/styles/gantt/fabric.scss +1 -22
- package/styles/gantt/fluent-dark.css +60 -64
- package/styles/gantt/fluent-dark.scss +1 -22
- package/styles/gantt/fluent.css +60 -64
- package/styles/gantt/fluent.scss +1 -22
- package/styles/gantt/highcontrast-light.css +60 -67
- package/styles/gantt/highcontrast-light.scss +1 -21
- package/styles/gantt/highcontrast.css +60 -67
- package/styles/gantt/highcontrast.scss +1 -22
- package/styles/gantt/material-dark.css +63 -67
- package/styles/gantt/material-dark.scss +1 -22
- package/styles/gantt/material.css +63 -67
- package/styles/gantt/material.scss +1 -22
- package/styles/gantt/tailwind-dark.css +62 -66
- package/styles/gantt/tailwind-dark.scss +1 -22
- package/styles/gantt/tailwind.css +62 -66
- package/styles/gantt/tailwind.scss +1 -22
- package/styles/highcontrast-light.css +60 -67
- package/styles/highcontrast.css +60 -67
- package/styles/material-dark.css +63 -67
- package/styles/material.css +63 -67
- package/styles/tailwind-dark.css +62 -66
- package/styles/tailwind.css +62 -66
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
- package/esm2020/src/gantt/columns.directive.mjs +0 -72
- package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
- package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
- package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
- package/esm2020/src/gantt/gantt-all.module.mjs +0 -68
- package/esm2020/src/gantt/gantt.component.mjs +0 -248
- package/esm2020/src/gantt/gantt.module.mjs +0 -79
- package/esm2020/src/gantt/holidays.directive.mjs +0 -58
- package/esm2020/src/index.mjs +0 -11
- package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -724
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -724
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
- package/styles/gantt/_all.scss +0 -2
- package/styles/gantt/_bootstrap-dark-definition.scss +0 -207
- package/styles/gantt/_bootstrap-definition.scss +0 -208
- package/styles/gantt/_bootstrap4-definition.scss +0 -210
- package/styles/gantt/_bootstrap5-dark-definition.scss +0 -1
- package/styles/gantt/_bootstrap5-definition.scss +0 -212
- package/styles/gantt/_fabric-dark-definition.scss +0 -208
- package/styles/gantt/_fabric-definition.scss +0 -208
- package/styles/gantt/_fluent-dark-definition.scss +0 -1
- package/styles/gantt/_fluent-definition.scss +0 -212
- package/styles/gantt/_fusionnew-definition.scss +0 -211
- package/styles/gantt/_highcontrast-definition.scss +0 -208
- package/styles/gantt/_highcontrast-light-definition.scss +0 -208
- package/styles/gantt/_layout.scss +0 -1355
- package/styles/gantt/_material-dark-definition.scss +0 -209
- package/styles/gantt/_material-definition.scss +0 -209
- package/styles/gantt/_material3-definition.scss +0 -212
- package/styles/gantt/_tailwind-dark-definition.scss +0 -1
- package/styles/gantt/_tailwind-definition.scss +0 -212
- package/styles/gantt/_theme.scss +0 -702
- package/styles/gantt/icons/_bootstrap-dark.scss +0 -124
- package/styles/gantt/icons/_bootstrap.scss +0 -124
- package/styles/gantt/icons/_bootstrap4.scss +0 -124
- package/styles/gantt/icons/_bootstrap5-dark.scss +0 -1
- package/styles/gantt/icons/_bootstrap5.scss +0 -124
- package/styles/gantt/icons/_fabric-dark.scss +0 -124
- package/styles/gantt/icons/_fabric.scss +0 -124
- package/styles/gantt/icons/_fluent-dark.scss +0 -1
- package/styles/gantt/icons/_fluent.scss +0 -124
- package/styles/gantt/icons/_fusionnew.scss +0 -120
- package/styles/gantt/icons/_highcontrast.scss +0 -124
- package/styles/gantt/icons/_material-dark.scss +0 -124
- package/styles/gantt/icons/_material.scss +0 -124
- package/styles/gantt/icons/_material3.scss +0 -124
- package/styles/gantt/icons/_tailwind-dark.scss +0 -124
- package/styles/gantt/icons/_tailwind.scss +0 -124
package/styles/bootstrap4.css
CHANGED
|
@@ -467,8 +467,6 @@
|
|
|
467
467
|
/*! Horizontal Tab */
|
|
468
468
|
/*! Bootstrap specific themes definition's */
|
|
469
469
|
/*! Vertical Tab */
|
|
470
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
471
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
472
470
|
@keyframes material-spinner-rotate {
|
|
473
471
|
0% {
|
|
474
472
|
transform: rotate(0);
|
|
@@ -485,7 +483,6 @@
|
|
|
485
483
|
transform: rotate(360deg);
|
|
486
484
|
}
|
|
487
485
|
}
|
|
488
|
-
/* stylelint-disable */
|
|
489
486
|
.e-gantt .e-add::before {
|
|
490
487
|
content: "\e759";
|
|
491
488
|
}
|
|
@@ -635,10 +632,10 @@
|
|
|
635
632
|
height: 250px !important;
|
|
636
633
|
}
|
|
637
634
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
638
|
-
height: 63px !important;
|
|
635
|
+
height: 63px !important;
|
|
639
636
|
}
|
|
640
637
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
641
|
-
padding: 16px 4px 16px 16px !important;
|
|
638
|
+
padding: 16px 4px 16px 16px !important;
|
|
642
639
|
}
|
|
643
640
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
644
641
|
left: 1px !important;
|
|
@@ -674,7 +671,7 @@
|
|
|
674
671
|
width: 556px !important;
|
|
675
672
|
}
|
|
676
673
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
677
|
-
padding: 0 16px !important;
|
|
674
|
+
padding: 0 16px !important;
|
|
678
675
|
}
|
|
679
676
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
680
677
|
padding: 16px 12px 0 16px;
|
|
@@ -692,10 +689,10 @@
|
|
|
692
689
|
height: 76px !important;
|
|
693
690
|
}
|
|
694
691
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
695
|
-
border-bottom: 0 !important;
|
|
692
|
+
border-bottom: 0 !important;
|
|
696
693
|
}
|
|
697
694
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
698
|
-
border-radius: 0 !important;
|
|
695
|
+
border-radius: 0 !important;
|
|
699
696
|
}
|
|
700
697
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
701
698
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -703,7 +700,7 @@
|
|
|
703
700
|
}
|
|
704
701
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
705
702
|
border-radius: 50%;
|
|
706
|
-
height: auto !important;
|
|
703
|
+
height: auto !important;
|
|
707
704
|
width: auto;
|
|
708
705
|
}
|
|
709
706
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -713,21 +710,21 @@
|
|
|
713
710
|
color: #fff;
|
|
714
711
|
}
|
|
715
712
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
716
|
-
font-size: 16px !important;
|
|
713
|
+
font-size: 16px !important;
|
|
717
714
|
}
|
|
718
715
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
719
716
|
min-height: 35px !important;
|
|
720
|
-
min-width: 35.82px !important;
|
|
717
|
+
min-width: 35.82px !important;
|
|
721
718
|
}
|
|
722
719
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
723
720
|
line-height: 24px;
|
|
724
|
-
padding: 6px 16px 6px 15px !important;
|
|
721
|
+
padding: 6px 16px 6px 15px !important;
|
|
725
722
|
}
|
|
726
723
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
727
|
-
padding: 6px 21px 6px 23px !important;
|
|
724
|
+
padding: 6px 21px 6px 23px !important;
|
|
728
725
|
}
|
|
729
726
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
730
|
-
font-size: 16px !important;
|
|
727
|
+
font-size: 16px !important;
|
|
731
728
|
}
|
|
732
729
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
733
730
|
font-size: 14px;
|
|
@@ -742,17 +739,17 @@
|
|
|
742
739
|
}
|
|
743
740
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
744
741
|
min-height: 35px !important;
|
|
745
|
-
min-width: 35.82px !important;
|
|
742
|
+
min-width: 35.82px !important;
|
|
746
743
|
}
|
|
747
744
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
748
745
|
min-height: 35px !important;
|
|
749
|
-
min-width: 35.82px !important;
|
|
746
|
+
min-width: 35.82px !important;
|
|
750
747
|
}
|
|
751
748
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
752
749
|
height: 36px;
|
|
753
750
|
}
|
|
754
751
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
755
|
-
min-width: 36px !important;
|
|
752
|
+
min-width: 36px !important;
|
|
756
753
|
}
|
|
757
754
|
.e-bigger .e-predecessor-tooltip {
|
|
758
755
|
background-color: #000;
|
|
@@ -764,7 +761,7 @@
|
|
|
764
761
|
color: #adb5bd !important;
|
|
765
762
|
}
|
|
766
763
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
767
|
-
padding: 3px !important;
|
|
764
|
+
padding: 3px !important;
|
|
768
765
|
}
|
|
769
766
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
770
767
|
background-color: #000;
|
|
@@ -866,7 +863,7 @@
|
|
|
866
863
|
margin: 0;
|
|
867
864
|
}
|
|
868
865
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
869
|
-
overflow: hidden !important;
|
|
866
|
+
overflow: hidden !important;
|
|
870
867
|
}
|
|
871
868
|
.e-gantt .e-temp-content {
|
|
872
869
|
border-left: 1px solid;
|
|
@@ -893,19 +890,19 @@
|
|
|
893
890
|
height: 45px;
|
|
894
891
|
}
|
|
895
892
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
896
|
-
border-right-width: 0 !important;
|
|
893
|
+
border-right-width: 0 !important;
|
|
897
894
|
}
|
|
898
895
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
899
896
|
border-top-style: none;
|
|
900
897
|
border-top-width: 0;
|
|
901
|
-
padding-right: 0 !important;
|
|
898
|
+
padding-right: 0 !important;
|
|
902
899
|
}
|
|
903
900
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
904
901
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
905
|
-
height: 63px !important;
|
|
902
|
+
height: 63px !important;
|
|
906
903
|
}
|
|
907
904
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
908
|
-
overflow-x: scroll !important;
|
|
905
|
+
overflow-x: scroll !important;
|
|
909
906
|
}
|
|
910
907
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
911
908
|
width: calc(100% + 17px);
|
|
@@ -930,7 +927,7 @@
|
|
|
930
927
|
border-right: 0 solid;
|
|
931
928
|
}
|
|
932
929
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
933
|
-
-webkit-overflow-scrolling: touch;
|
|
930
|
+
-webkit-overflow-scrolling: touch;
|
|
934
931
|
overflow-x: scroll;
|
|
935
932
|
overflow-y: auto;
|
|
936
933
|
position: relative;
|
|
@@ -951,14 +948,13 @@
|
|
|
951
948
|
}
|
|
952
949
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
953
950
|
border-bottom-style: solid;
|
|
954
|
-
border-right
|
|
951
|
+
border-right: 1px solid;
|
|
955
952
|
overflow: hidden;
|
|
956
953
|
position: relative;
|
|
957
954
|
z-index: 6;
|
|
958
955
|
}
|
|
959
956
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
960
957
|
border-left: 0;
|
|
961
|
-
padding: 0 3px;
|
|
962
958
|
}
|
|
963
959
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
964
960
|
border-collapse: collapse;
|
|
@@ -1010,7 +1006,7 @@
|
|
|
1010
1006
|
}
|
|
1011
1007
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
1012
1008
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
1013
|
-
padding-left:
|
|
1009
|
+
padding-left: 11px;
|
|
1014
1010
|
text-align: left;
|
|
1015
1011
|
}
|
|
1016
1012
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -1498,7 +1494,7 @@
|
|
|
1498
1494
|
}
|
|
1499
1495
|
.e-gantt-dialog .e-richtexteditor {
|
|
1500
1496
|
border-bottom-width: 0px;
|
|
1501
|
-
height: 241px !important;
|
|
1497
|
+
height: 241px !important;
|
|
1502
1498
|
overflow: hidden;
|
|
1503
1499
|
}
|
|
1504
1500
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1510,10 +1506,10 @@
|
|
|
1510
1506
|
overflow: hidden;
|
|
1511
1507
|
}
|
|
1512
1508
|
.e-gantt-dialog > .e-dlg-content {
|
|
1513
|
-
padding: 0 !important;
|
|
1509
|
+
padding: 0 !important;
|
|
1514
1510
|
}
|
|
1515
1511
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1516
|
-
border-bottom: 0 !important;
|
|
1512
|
+
border-bottom: 0 !important;
|
|
1517
1513
|
}
|
|
1518
1514
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1519
1515
|
border-radius: 3px 3px 0px 0px;
|
|
@@ -1521,8 +1517,8 @@
|
|
|
1521
1517
|
}
|
|
1522
1518
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1523
1519
|
border-radius: 50%;
|
|
1524
|
-
height: auto !important;
|
|
1525
|
-
width: auto !important;
|
|
1520
|
+
height: auto !important;
|
|
1521
|
+
width: auto !important;
|
|
1526
1522
|
}
|
|
1527
1523
|
|
|
1528
1524
|
.e-icon-rowselect::before {
|
|
@@ -1530,9 +1526,9 @@
|
|
|
1530
1526
|
}
|
|
1531
1527
|
|
|
1532
1528
|
.e-ganttpopup {
|
|
1533
|
-
-moz-user-select: none;
|
|
1534
|
-
-ms-user-select: none;
|
|
1535
|
-
-webkit-user-select: none;
|
|
1529
|
+
-moz-user-select: none;
|
|
1530
|
+
-ms-user-select: none;
|
|
1531
|
+
-webkit-user-select: none;
|
|
1536
1532
|
font-weight: normal;
|
|
1537
1533
|
position: absolute;
|
|
1538
1534
|
user-select: none;
|
|
@@ -1686,7 +1682,7 @@
|
|
|
1686
1682
|
border-top-right-radius: 0px;
|
|
1687
1683
|
}
|
|
1688
1684
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1689
|
-
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1685
|
+
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1690
1686
|
}
|
|
1691
1687
|
.e-gantt .e-temp-content {
|
|
1692
1688
|
border-color: #dee2e6;
|
|
@@ -1701,7 +1697,7 @@
|
|
|
1701
1697
|
border-color: #dee2e6;
|
|
1702
1698
|
}
|
|
1703
1699
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1704
|
-
height: 45px !important;
|
|
1700
|
+
height: 45px !important;
|
|
1705
1701
|
}
|
|
1706
1702
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1707
1703
|
background: rgba(0, 123, 255, 0.16);
|
|
@@ -1725,7 +1721,7 @@
|
|
|
1725
1721
|
line-height: 47px;
|
|
1726
1722
|
}
|
|
1727
1723
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1728
|
-
height: 47px !important;
|
|
1724
|
+
height: 47px !important;
|
|
1729
1725
|
}
|
|
1730
1726
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1731
1727
|
height: 32px;
|
|
@@ -2015,73 +2011,73 @@
|
|
|
2015
2011
|
color: transparent;
|
|
2016
2012
|
}
|
|
2017
2013
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
2018
|
-
color: transparent !important;
|
|
2014
|
+
color: transparent !important;
|
|
2019
2015
|
}
|
|
2020
2016
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
2021
|
-
border-color: #8A8A8A !important;
|
|
2017
|
+
border-color: #8A8A8A !important;
|
|
2022
2018
|
}
|
|
2023
2019
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
2024
|
-
border-left-color: #8A8A8A !important;
|
|
2020
|
+
border-left-color: #8A8A8A !important;
|
|
2025
2021
|
}
|
|
2026
2022
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
2027
|
-
border-right-color: #8A8A8A !important;
|
|
2023
|
+
border-right-color: #8A8A8A !important;
|
|
2028
2024
|
}
|
|
2029
2025
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
2030
|
-
background: #D5D5D5 !important;
|
|
2031
|
-
border: #D5D5D5 !important;
|
|
2026
|
+
background: #D5D5D5 !important;
|
|
2027
|
+
border: #D5D5D5 !important;
|
|
2032
2028
|
}
|
|
2033
2029
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
2034
|
-
background-color: transparent !important;
|
|
2035
|
-
border: transparent !important;
|
|
2030
|
+
background-color: transparent !important;
|
|
2031
|
+
border: transparent !important;
|
|
2036
2032
|
}
|
|
2037
2033
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
2038
|
-
border-bottom-color: #D5D5D5 !important;
|
|
2034
|
+
border-bottom-color: #D5D5D5 !important;
|
|
2039
2035
|
}
|
|
2040
2036
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
2041
|
-
border-top-color: #D5D5D5 !important;
|
|
2037
|
+
border-top-color: #D5D5D5 !important;
|
|
2042
2038
|
}
|
|
2043
2039
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
2044
|
-
background-color: #8A8A8A !important;
|
|
2045
|
-
border: #8A8A8A !important;
|
|
2040
|
+
background-color: #8A8A8A !important;
|
|
2041
|
+
border: #8A8A8A !important;
|
|
2046
2042
|
}
|
|
2047
2043
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
2048
|
-
background-color: transparent !important;
|
|
2049
|
-
border: transparent !important;
|
|
2044
|
+
background-color: transparent !important;
|
|
2045
|
+
border: transparent !important;
|
|
2050
2046
|
}
|
|
2051
2047
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
2052
|
-
background: #0056b3 !important;
|
|
2053
|
-
border: #0056b3 !important;
|
|
2048
|
+
background: #0056b3 !important;
|
|
2049
|
+
border: #0056b3 !important;
|
|
2054
2050
|
}
|
|
2055
2051
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
2056
|
-
border-bottom-color: #0056b3 !important;
|
|
2052
|
+
border-bottom-color: #0056b3 !important;
|
|
2057
2053
|
}
|
|
2058
2054
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
2059
|
-
border-top-color: #0056b3 !important;
|
|
2055
|
+
border-top-color: #0056b3 !important;
|
|
2060
2056
|
}
|
|
2061
2057
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2062
|
-
background: #66b0ff !important;
|
|
2063
|
-
border: #66b0ff !important;
|
|
2058
|
+
background: #66b0ff !important;
|
|
2059
|
+
border: #66b0ff !important;
|
|
2064
2060
|
}
|
|
2065
2061
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
2066
|
-
border-bottom-color: #66b0ff !important;
|
|
2062
|
+
border-bottom-color: #66b0ff !important;
|
|
2067
2063
|
}
|
|
2068
2064
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2069
|
-
border-top-color: #66b0ff !important;
|
|
2065
|
+
border-top-color: #66b0ff !important;
|
|
2070
2066
|
}
|
|
2071
2067
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2072
|
-
border-color: #0056b3 !important;
|
|
2068
|
+
border-color: #0056b3 !important;
|
|
2073
2069
|
}
|
|
2074
2070
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
2075
|
-
border-left-color: #0056b3 !important;
|
|
2071
|
+
border-left-color: #0056b3 !important;
|
|
2076
2072
|
}
|
|
2077
2073
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
2078
|
-
border-right-color: #0056b3 !important;
|
|
2074
|
+
border-right-color: #0056b3 !important;
|
|
2079
2075
|
}
|
|
2080
2076
|
.e-gantt .e-icons {
|
|
2081
2077
|
color: rgba(0, 0, 0, 0.87);
|
|
2082
2078
|
}
|
|
2083
2079
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
2084
|
-
color: #212529 !important;
|
|
2080
|
+
color: #212529 !important;
|
|
2085
2081
|
}
|
|
2086
2082
|
|
|
2087
2083
|
.e-gantt-dialog .e-dlg-header {
|