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