@syncfusion/ej2-angular-gantt 20.2.43 → 20.2.45-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 +1336 -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 +15 -29
- 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/bootstrap.css
CHANGED
|
@@ -287,8 +287,6 @@
|
|
|
287
287
|
/*! Horizontal Tab */
|
|
288
288
|
/*! Bootstrap specific themes definition's */
|
|
289
289
|
/*! Vertical Tab */
|
|
290
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
291
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
292
290
|
@keyframes material-spinner-rotate {
|
|
293
291
|
0% {
|
|
294
292
|
transform: rotate(0);
|
|
@@ -305,7 +303,6 @@
|
|
|
305
303
|
transform: rotate(360deg);
|
|
306
304
|
}
|
|
307
305
|
}
|
|
308
|
-
/* stylelint-disable */
|
|
309
306
|
.e-gantt .e-add::before {
|
|
310
307
|
content: "\e823";
|
|
311
308
|
}
|
|
@@ -455,10 +452,10 @@
|
|
|
455
452
|
height: 242px !important;
|
|
456
453
|
}
|
|
457
454
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
458
|
-
height: 63px !important;
|
|
455
|
+
height: 63px !important;
|
|
459
456
|
}
|
|
460
457
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
461
|
-
padding: 16px 4px 16px 16px !important;
|
|
458
|
+
padding: 16px 4px 16px 16px !important;
|
|
462
459
|
}
|
|
463
460
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
464
461
|
left: 0 !important;
|
|
@@ -494,7 +491,7 @@
|
|
|
494
491
|
width: 556px !important;
|
|
495
492
|
}
|
|
496
493
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
497
|
-
padding: 0 16px !important;
|
|
494
|
+
padding: 0 16px !important;
|
|
498
495
|
}
|
|
499
496
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
500
497
|
padding: 16px 12px 0 16px;
|
|
@@ -512,10 +509,10 @@
|
|
|
512
509
|
height: 76px !important;
|
|
513
510
|
}
|
|
514
511
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
515
|
-
border-bottom: 0 !important;
|
|
512
|
+
border-bottom: 0 !important;
|
|
516
513
|
}
|
|
517
514
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
518
|
-
border-radius: 0 !important;
|
|
515
|
+
border-radius: 0 !important;
|
|
519
516
|
}
|
|
520
517
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
521
518
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -523,28 +520,28 @@
|
|
|
523
520
|
}
|
|
524
521
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
525
522
|
border-radius: 50%;
|
|
526
|
-
height: auto !important;
|
|
523
|
+
height: auto !important;
|
|
527
524
|
width: auto;
|
|
528
525
|
}
|
|
529
526
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
530
527
|
margin-left: 5px !important;
|
|
531
528
|
}
|
|
532
529
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
533
|
-
font-size: 16px !important;
|
|
530
|
+
font-size: 16px !important;
|
|
534
531
|
}
|
|
535
532
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
536
533
|
min-height: 35px !important;
|
|
537
|
-
min-width: 35.82px !important;
|
|
534
|
+
min-width: 35.82px !important;
|
|
538
535
|
}
|
|
539
536
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
540
537
|
line-height: 24px;
|
|
541
|
-
padding: 6px 16px 6px 15px !important;
|
|
538
|
+
padding: 6px 16px 6px 15px !important;
|
|
542
539
|
}
|
|
543
540
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
544
|
-
padding: 6px 21px 6px 23px !important;
|
|
541
|
+
padding: 6px 21px 6px 23px !important;
|
|
545
542
|
}
|
|
546
543
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
547
|
-
font-size: 16px !important;
|
|
544
|
+
font-size: 16px !important;
|
|
548
545
|
}
|
|
549
546
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
550
547
|
font-size: 14px;
|
|
@@ -559,17 +556,17 @@
|
|
|
559
556
|
}
|
|
560
557
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
561
558
|
min-height: 35px !important;
|
|
562
|
-
min-width: 35.82px !important;
|
|
559
|
+
min-width: 35.82px !important;
|
|
563
560
|
}
|
|
564
561
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
565
562
|
min-height: 35px !important;
|
|
566
|
-
min-width: 35.82px !important;
|
|
563
|
+
min-width: 35.82px !important;
|
|
567
564
|
}
|
|
568
565
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
569
566
|
height: 36px;
|
|
570
567
|
}
|
|
571
568
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
572
|
-
min-width: 36px !important;
|
|
569
|
+
min-width: 36px !important;
|
|
573
570
|
}
|
|
574
571
|
.e-bigger .e-predecessor-tooltip {
|
|
575
572
|
background-color: #000;
|
|
@@ -581,7 +578,7 @@
|
|
|
581
578
|
color: #adadad !important;
|
|
582
579
|
}
|
|
583
580
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
584
|
-
padding: 3px !important;
|
|
581
|
+
padding: 3px !important;
|
|
585
582
|
}
|
|
586
583
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
587
584
|
background-color: #000;
|
|
@@ -683,7 +680,7 @@
|
|
|
683
680
|
margin: 0;
|
|
684
681
|
}
|
|
685
682
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
686
|
-
overflow: hidden !important;
|
|
683
|
+
overflow: hidden !important;
|
|
687
684
|
}
|
|
688
685
|
.e-gantt .e-temp-content {
|
|
689
686
|
border-left: 1px solid;
|
|
@@ -710,19 +707,19 @@
|
|
|
710
707
|
height: 45px;
|
|
711
708
|
}
|
|
712
709
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
713
|
-
border-right-width: 0 !important;
|
|
710
|
+
border-right-width: 0 !important;
|
|
714
711
|
}
|
|
715
712
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
716
713
|
border-top-style: none;
|
|
717
714
|
border-top-width: 0;
|
|
718
|
-
padding-right: 0 !important;
|
|
715
|
+
padding-right: 0 !important;
|
|
719
716
|
}
|
|
720
717
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
721
718
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
722
|
-
height: 63px !important;
|
|
719
|
+
height: 63px !important;
|
|
723
720
|
}
|
|
724
721
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
725
|
-
overflow-x: scroll !important;
|
|
722
|
+
overflow-x: scroll !important;
|
|
726
723
|
}
|
|
727
724
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
728
725
|
width: calc(100% + 17px);
|
|
@@ -747,7 +744,7 @@
|
|
|
747
744
|
border-right: 0 solid;
|
|
748
745
|
}
|
|
749
746
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
750
|
-
-webkit-overflow-scrolling: touch;
|
|
747
|
+
-webkit-overflow-scrolling: touch;
|
|
751
748
|
overflow-x: scroll;
|
|
752
749
|
overflow-y: auto;
|
|
753
750
|
position: relative;
|
|
@@ -768,14 +765,13 @@
|
|
|
768
765
|
}
|
|
769
766
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
770
767
|
border-bottom-style: solid;
|
|
771
|
-
border-right
|
|
768
|
+
border-right: 1px solid;
|
|
772
769
|
overflow: hidden;
|
|
773
770
|
position: relative;
|
|
774
771
|
z-index: 6;
|
|
775
772
|
}
|
|
776
773
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
777
774
|
border-left: 0;
|
|
778
|
-
padding: 0 3px;
|
|
779
775
|
}
|
|
780
776
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
781
777
|
border-collapse: collapse;
|
|
@@ -827,7 +823,7 @@
|
|
|
827
823
|
}
|
|
828
824
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
829
825
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
830
|
-
padding-left:
|
|
826
|
+
padding-left: 11px;
|
|
831
827
|
text-align: left;
|
|
832
828
|
}
|
|
833
829
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -1315,7 +1311,7 @@
|
|
|
1315
1311
|
}
|
|
1316
1312
|
.e-gantt-dialog .e-richtexteditor {
|
|
1317
1313
|
border-bottom-width: 0px;
|
|
1318
|
-
height: 241px !important;
|
|
1314
|
+
height: 241px !important;
|
|
1319
1315
|
overflow: hidden;
|
|
1320
1316
|
}
|
|
1321
1317
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1327,10 +1323,10 @@
|
|
|
1327
1323
|
overflow: hidden;
|
|
1328
1324
|
}
|
|
1329
1325
|
.e-gantt-dialog > .e-dlg-content {
|
|
1330
|
-
padding: 0 !important;
|
|
1326
|
+
padding: 0 !important;
|
|
1331
1327
|
}
|
|
1332
1328
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1333
|
-
border-bottom: 0 !important;
|
|
1329
|
+
border-bottom: 0 !important;
|
|
1334
1330
|
}
|
|
1335
1331
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1336
1332
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -1338,8 +1334,8 @@
|
|
|
1338
1334
|
}
|
|
1339
1335
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1340
1336
|
border-radius: 50%;
|
|
1341
|
-
height: auto !important;
|
|
1342
|
-
width: auto !important;
|
|
1337
|
+
height: auto !important;
|
|
1338
|
+
width: auto !important;
|
|
1343
1339
|
}
|
|
1344
1340
|
|
|
1345
1341
|
.e-icon-rowselect::before {
|
|
@@ -1347,9 +1343,9 @@
|
|
|
1347
1343
|
}
|
|
1348
1344
|
|
|
1349
1345
|
.e-ganttpopup {
|
|
1350
|
-
-moz-user-select: none;
|
|
1351
|
-
-ms-user-select: none;
|
|
1352
|
-
-webkit-user-select: none;
|
|
1346
|
+
-moz-user-select: none;
|
|
1347
|
+
-ms-user-select: none;
|
|
1348
|
+
-webkit-user-select: none;
|
|
1353
1349
|
font-weight: normal;
|
|
1354
1350
|
position: absolute;
|
|
1355
1351
|
user-select: none;
|
|
@@ -1503,7 +1499,7 @@
|
|
|
1503
1499
|
border-top-right-radius: 0px;
|
|
1504
1500
|
}
|
|
1505
1501
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1506
|
-
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1502
|
+
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1507
1503
|
}
|
|
1508
1504
|
.e-gantt .e-temp-content {
|
|
1509
1505
|
border-color: #ddd;
|
|
@@ -1518,7 +1514,7 @@
|
|
|
1518
1514
|
border-color: #ddd;
|
|
1519
1515
|
}
|
|
1520
1516
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1521
|
-
height: 45px !important;
|
|
1517
|
+
height: 45px !important;
|
|
1522
1518
|
}
|
|
1523
1519
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1524
1520
|
background: #c6ddf0;
|
|
@@ -1542,7 +1538,7 @@
|
|
|
1542
1538
|
line-height: 47px;
|
|
1543
1539
|
}
|
|
1544
1540
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1545
|
-
height: 47px !important;
|
|
1541
|
+
height: 47px !important;
|
|
1546
1542
|
}
|
|
1547
1543
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1548
1544
|
height: 32px;
|
|
@@ -1832,73 +1828,73 @@
|
|
|
1832
1828
|
color: transparent;
|
|
1833
1829
|
}
|
|
1834
1830
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1835
|
-
color: transparent !important;
|
|
1831
|
+
color: transparent !important;
|
|
1836
1832
|
}
|
|
1837
1833
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1838
|
-
border-color: #8A8A8A !important;
|
|
1834
|
+
border-color: #8A8A8A !important;
|
|
1839
1835
|
}
|
|
1840
1836
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1841
|
-
border-left-color: #8A8A8A !important;
|
|
1837
|
+
border-left-color: #8A8A8A !important;
|
|
1842
1838
|
}
|
|
1843
1839
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1844
|
-
border-right-color: #8A8A8A !important;
|
|
1840
|
+
border-right-color: #8A8A8A !important;
|
|
1845
1841
|
}
|
|
1846
1842
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1847
|
-
background: #D5D5D5 !important;
|
|
1848
|
-
border: #D5D5D5 !important;
|
|
1843
|
+
background: #D5D5D5 !important;
|
|
1844
|
+
border: #D5D5D5 !important;
|
|
1849
1845
|
}
|
|
1850
1846
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1851
|
-
background-color: transparent !important;
|
|
1852
|
-
border: transparent !important;
|
|
1847
|
+
background-color: transparent !important;
|
|
1848
|
+
border: transparent !important;
|
|
1853
1849
|
}
|
|
1854
1850
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1855
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1851
|
+
border-bottom-color: #D5D5D5 !important;
|
|
1856
1852
|
}
|
|
1857
1853
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1858
|
-
border-top-color: #D5D5D5 !important;
|
|
1854
|
+
border-top-color: #D5D5D5 !important;
|
|
1859
1855
|
}
|
|
1860
1856
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1861
|
-
background-color: #8A8A8A !important;
|
|
1862
|
-
border: #8A8A8A !important;
|
|
1857
|
+
background-color: #8A8A8A !important;
|
|
1858
|
+
border: #8A8A8A !important;
|
|
1863
1859
|
}
|
|
1864
1860
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1865
|
-
background-color: transparent !important;
|
|
1866
|
-
border: transparent !important;
|
|
1861
|
+
background-color: transparent !important;
|
|
1862
|
+
border: transparent !important;
|
|
1867
1863
|
}
|
|
1868
1864
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1869
|
-
background: #21527d !important;
|
|
1870
|
-
border: #21527d !important;
|
|
1865
|
+
background: #21527d !important;
|
|
1866
|
+
border: #21527d !important;
|
|
1871
1867
|
}
|
|
1872
1868
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1873
|
-
border-bottom-color: #21527d !important;
|
|
1869
|
+
border-bottom-color: #21527d !important;
|
|
1874
1870
|
}
|
|
1875
1871
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1876
|
-
border-top-color: #21527d !important;
|
|
1872
|
+
border-top-color: #21527d !important;
|
|
1877
1873
|
}
|
|
1878
1874
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1879
|
-
background: #75acdb !important;
|
|
1880
|
-
border: #75acdb !important;
|
|
1875
|
+
background: #75acdb !important;
|
|
1876
|
+
border: #75acdb !important;
|
|
1881
1877
|
}
|
|
1882
1878
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1883
|
-
border-bottom-color: #75acdb !important;
|
|
1879
|
+
border-bottom-color: #75acdb !important;
|
|
1884
1880
|
}
|
|
1885
1881
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1886
|
-
border-top-color: #75acdb !important;
|
|
1882
|
+
border-top-color: #75acdb !important;
|
|
1887
1883
|
}
|
|
1888
1884
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1889
|
-
border-color: #21527d !important;
|
|
1885
|
+
border-color: #21527d !important;
|
|
1890
1886
|
}
|
|
1891
1887
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1892
|
-
border-left-color: #21527d !important;
|
|
1888
|
+
border-left-color: #21527d !important;
|
|
1893
1889
|
}
|
|
1894
1890
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1895
|
-
border-right-color: #21527d !important;
|
|
1891
|
+
border-right-color: #21527d !important;
|
|
1896
1892
|
}
|
|
1897
1893
|
.e-gantt .e-icons {
|
|
1898
1894
|
color: rgba(0, 0, 0, 0.87);
|
|
1899
1895
|
}
|
|
1900
1896
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1901
|
-
color: #333 !important;
|
|
1897
|
+
color: #333 !important;
|
|
1902
1898
|
}
|
|
1903
1899
|
|
|
1904
1900
|
.e-gantt-dialog .e-dlg-header {
|