@syncfusion/ej2-angular-gantt 20.2.39 → 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 +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 +61 -64
- package/styles/bootstrap.css +61 -64
- package/styles/bootstrap4.css +61 -64
- package/styles/bootstrap5-dark.css +62 -68
- package/styles/bootstrap5.css +62 -68
- package/styles/fabric-dark.css +61 -64
- package/styles/fabric.css +61 -64
- package/styles/fluent-dark.css +61 -64
- package/styles/fluent.css +61 -64
- package/styles/gantt/bootstrap-dark.css +61 -64
- package/styles/gantt/bootstrap-dark.scss +1 -22
- package/styles/gantt/bootstrap.css +61 -64
- package/styles/gantt/bootstrap.scss +1 -22
- package/styles/gantt/bootstrap4.css +61 -64
- package/styles/gantt/bootstrap4.scss +1 -22
- package/styles/gantt/bootstrap5-dark.css +62 -68
- package/styles/gantt/bootstrap5-dark.scss +1 -22
- package/styles/gantt/bootstrap5.css +62 -68
- package/styles/gantt/bootstrap5.scss +1 -22
- package/styles/gantt/fabric-dark.css +61 -64
- package/styles/gantt/fabric-dark.scss +1 -22
- package/styles/gantt/fabric.css +61 -64
- package/styles/gantt/fabric.scss +1 -22
- package/styles/gantt/fluent-dark.css +61 -64
- package/styles/gantt/fluent-dark.scss +1 -22
- package/styles/gantt/fluent.css +61 -64
- package/styles/gantt/fluent.scss +1 -22
- package/styles/gantt/highcontrast-light.css +61 -67
- package/styles/gantt/highcontrast-light.scss +1 -21
- package/styles/gantt/highcontrast.css +61 -67
- package/styles/gantt/highcontrast.scss +1 -22
- package/styles/gantt/material-dark.css +64 -67
- package/styles/gantt/material-dark.scss +1 -22
- package/styles/gantt/material.css +64 -67
- package/styles/gantt/material.scss +1 -22
- package/styles/gantt/tailwind-dark.css +63 -66
- package/styles/gantt/tailwind-dark.scss +1 -22
- package/styles/gantt/tailwind.css +63 -66
- package/styles/gantt/tailwind.scss +1 -22
- package/styles/highcontrast-light.css +61 -67
- package/styles/highcontrast.css +61 -67
- package/styles/material-dark.css +64 -67
- package/styles/material.css +64 -67
- package/styles/tailwind-dark.css +63 -66
- package/styles/tailwind.css +63 -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 -1354
- 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
|
@@ -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 {
|
|
@@ -1324,12 +1320,13 @@
|
|
|
1324
1320
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1325
1321
|
border-bottom-width: 0px;
|
|
1326
1322
|
height: 200px;
|
|
1323
|
+
overflow: hidden;
|
|
1327
1324
|
}
|
|
1328
1325
|
.e-gantt-dialog > .e-dlg-content {
|
|
1329
|
-
padding: 0 !important;
|
|
1326
|
+
padding: 0 !important;
|
|
1330
1327
|
}
|
|
1331
1328
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1332
|
-
border-bottom: 0 !important;
|
|
1329
|
+
border-bottom: 0 !important;
|
|
1333
1330
|
}
|
|
1334
1331
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1335
1332
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -1337,8 +1334,8 @@
|
|
|
1337
1334
|
}
|
|
1338
1335
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1339
1336
|
border-radius: 50%;
|
|
1340
|
-
height: auto !important;
|
|
1341
|
-
width: auto !important;
|
|
1337
|
+
height: auto !important;
|
|
1338
|
+
width: auto !important;
|
|
1342
1339
|
}
|
|
1343
1340
|
|
|
1344
1341
|
.e-icon-rowselect::before {
|
|
@@ -1346,9 +1343,9 @@
|
|
|
1346
1343
|
}
|
|
1347
1344
|
|
|
1348
1345
|
.e-ganttpopup {
|
|
1349
|
-
-moz-user-select: none;
|
|
1350
|
-
-ms-user-select: none;
|
|
1351
|
-
-webkit-user-select: none;
|
|
1346
|
+
-moz-user-select: none;
|
|
1347
|
+
-ms-user-select: none;
|
|
1348
|
+
-webkit-user-select: none;
|
|
1352
1349
|
font-weight: normal;
|
|
1353
1350
|
position: absolute;
|
|
1354
1351
|
user-select: none;
|
|
@@ -1502,7 +1499,7 @@
|
|
|
1502
1499
|
border-top-right-radius: 0px;
|
|
1503
1500
|
}
|
|
1504
1501
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1505
|
-
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1502
|
+
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1506
1503
|
}
|
|
1507
1504
|
.e-gantt .e-temp-content {
|
|
1508
1505
|
border-color: #ddd;
|
|
@@ -1517,7 +1514,7 @@
|
|
|
1517
1514
|
border-color: #ddd;
|
|
1518
1515
|
}
|
|
1519
1516
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1520
|
-
height: 45px !important;
|
|
1517
|
+
height: 45px !important;
|
|
1521
1518
|
}
|
|
1522
1519
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1523
1520
|
background: #c6ddf0;
|
|
@@ -1541,7 +1538,7 @@
|
|
|
1541
1538
|
line-height: 47px;
|
|
1542
1539
|
}
|
|
1543
1540
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1544
|
-
height: 47px !important;
|
|
1541
|
+
height: 47px !important;
|
|
1545
1542
|
}
|
|
1546
1543
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1547
1544
|
height: 32px;
|
|
@@ -1831,73 +1828,73 @@
|
|
|
1831
1828
|
color: transparent;
|
|
1832
1829
|
}
|
|
1833
1830
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1834
|
-
color: transparent !important;
|
|
1831
|
+
color: transparent !important;
|
|
1835
1832
|
}
|
|
1836
1833
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1837
|
-
border-color: #8A8A8A !important;
|
|
1834
|
+
border-color: #8A8A8A !important;
|
|
1838
1835
|
}
|
|
1839
1836
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1840
|
-
border-left-color: #8A8A8A !important;
|
|
1837
|
+
border-left-color: #8A8A8A !important;
|
|
1841
1838
|
}
|
|
1842
1839
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1843
|
-
border-right-color: #8A8A8A !important;
|
|
1840
|
+
border-right-color: #8A8A8A !important;
|
|
1844
1841
|
}
|
|
1845
1842
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1846
|
-
background: #D5D5D5 !important;
|
|
1847
|
-
border: #D5D5D5 !important;
|
|
1843
|
+
background: #D5D5D5 !important;
|
|
1844
|
+
border: #D5D5D5 !important;
|
|
1848
1845
|
}
|
|
1849
1846
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1850
|
-
background-color: transparent !important;
|
|
1851
|
-
border: transparent !important;
|
|
1847
|
+
background-color: transparent !important;
|
|
1848
|
+
border: transparent !important;
|
|
1852
1849
|
}
|
|
1853
1850
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1854
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1851
|
+
border-bottom-color: #D5D5D5 !important;
|
|
1855
1852
|
}
|
|
1856
1853
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1857
|
-
border-top-color: #D5D5D5 !important;
|
|
1854
|
+
border-top-color: #D5D5D5 !important;
|
|
1858
1855
|
}
|
|
1859
1856
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1860
|
-
background-color: #8A8A8A !important;
|
|
1861
|
-
border: #8A8A8A !important;
|
|
1857
|
+
background-color: #8A8A8A !important;
|
|
1858
|
+
border: #8A8A8A !important;
|
|
1862
1859
|
}
|
|
1863
1860
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1864
|
-
background-color: transparent !important;
|
|
1865
|
-
border: transparent !important;
|
|
1861
|
+
background-color: transparent !important;
|
|
1862
|
+
border: transparent !important;
|
|
1866
1863
|
}
|
|
1867
1864
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1868
|
-
background: #21527d !important;
|
|
1869
|
-
border: #21527d !important;
|
|
1865
|
+
background: #21527d !important;
|
|
1866
|
+
border: #21527d !important;
|
|
1870
1867
|
}
|
|
1871
1868
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1872
|
-
border-bottom-color: #21527d !important;
|
|
1869
|
+
border-bottom-color: #21527d !important;
|
|
1873
1870
|
}
|
|
1874
1871
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1875
|
-
border-top-color: #21527d !important;
|
|
1872
|
+
border-top-color: #21527d !important;
|
|
1876
1873
|
}
|
|
1877
1874
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1878
|
-
background: #75acdb !important;
|
|
1879
|
-
border: #75acdb !important;
|
|
1875
|
+
background: #75acdb !important;
|
|
1876
|
+
border: #75acdb !important;
|
|
1880
1877
|
}
|
|
1881
1878
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1882
|
-
border-bottom-color: #75acdb !important;
|
|
1879
|
+
border-bottom-color: #75acdb !important;
|
|
1883
1880
|
}
|
|
1884
1881
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1885
|
-
border-top-color: #75acdb !important;
|
|
1882
|
+
border-top-color: #75acdb !important;
|
|
1886
1883
|
}
|
|
1887
1884
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1888
|
-
border-color: #21527d !important;
|
|
1885
|
+
border-color: #21527d !important;
|
|
1889
1886
|
}
|
|
1890
1887
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1891
|
-
border-left-color: #21527d !important;
|
|
1888
|
+
border-left-color: #21527d !important;
|
|
1892
1889
|
}
|
|
1893
1890
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1894
|
-
border-right-color: #21527d !important;
|
|
1891
|
+
border-right-color: #21527d !important;
|
|
1895
1892
|
}
|
|
1896
1893
|
.e-gantt .e-icons {
|
|
1897
1894
|
color: rgba(0, 0, 0, 0.87);
|
|
1898
1895
|
}
|
|
1899
1896
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1900
|
-
color: #333 !important;
|
|
1897
|
+
color: #333 !important;
|
|
1901
1898
|
}
|
|
1902
1899
|
|
|
1903
1900
|
.e-gantt-dialog .e-dlg-header {
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-grids/styles/grid/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-treegrid/styles/treegrid/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
|
|
12
|
-
@import 'ej2-navigations/styles/tab/bootstrap-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
|
|
16
|
-
@import 'ej2-popups/styles/dialog/bootstrap-definition.scss';
|
|
17
|
-
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
18
|
-
@import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
|
|
19
|
-
@import 'ej2-layouts/styles/splitter/bootstrap-definition.scss';
|
|
20
|
-
@import 'bootstrap-definition.scss';
|
|
21
|
-
@import 'icons/bootstrap.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-gantt/styles/gantt/bootstrap.scss';
|