@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
|
@@ -179,15 +179,10 @@
|
|
|
179
179
|
border-left-width: 0;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
183
|
-
/* stylelint-disable */
|
|
184
|
-
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
185
|
-
/* stylelint-disable */
|
|
182
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */ /*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
186
183
|
/*! Horizontal Tab */
|
|
187
184
|
/*! Bootstrap specific themes definition's */
|
|
188
185
|
/*! Vertical Tab */
|
|
189
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
190
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
191
186
|
@keyframes material-spinner-rotate {
|
|
192
187
|
0% {
|
|
193
188
|
transform: rotate(0);
|
|
@@ -204,7 +199,6 @@
|
|
|
204
199
|
transform: rotate(360deg);
|
|
205
200
|
}
|
|
206
201
|
}
|
|
207
|
-
/* stylelint-disable */
|
|
208
202
|
.e-gantt .e-add::before {
|
|
209
203
|
content: "\e805";
|
|
210
204
|
}
|
|
@@ -354,10 +348,10 @@
|
|
|
354
348
|
height: 250px !important;
|
|
355
349
|
}
|
|
356
350
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
357
|
-
height: 63px !important;
|
|
351
|
+
height: 63px !important;
|
|
358
352
|
}
|
|
359
353
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
360
|
-
padding: 16px 4px 16px 16px !important;
|
|
354
|
+
padding: 16px 4px 16px 16px !important;
|
|
361
355
|
}
|
|
362
356
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
363
357
|
left: 2px !important;
|
|
@@ -393,7 +387,7 @@
|
|
|
393
387
|
width: 556px !important;
|
|
394
388
|
}
|
|
395
389
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
396
|
-
padding: 0 16px !important;
|
|
390
|
+
padding: 0 16px !important;
|
|
397
391
|
}
|
|
398
392
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
399
393
|
padding: 16px 12px 0 16px;
|
|
@@ -411,10 +405,10 @@
|
|
|
411
405
|
height: 78px !important;
|
|
412
406
|
}
|
|
413
407
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
414
|
-
border-bottom: 0 !important;
|
|
408
|
+
border-bottom: 0 !important;
|
|
415
409
|
}
|
|
416
410
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
417
|
-
border-radius: 0 !important;
|
|
411
|
+
border-radius: 0 !important;
|
|
418
412
|
}
|
|
419
413
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
420
414
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -422,28 +416,28 @@
|
|
|
422
416
|
}
|
|
423
417
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
424
418
|
border-radius: 50%;
|
|
425
|
-
height: auto !important;
|
|
419
|
+
height: auto !important;
|
|
426
420
|
width: auto;
|
|
427
421
|
}
|
|
428
422
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
429
423
|
margin-left: 5px !important;
|
|
430
424
|
}
|
|
431
425
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
432
|
-
font-size: 16px !important;
|
|
426
|
+
font-size: 16px !important;
|
|
433
427
|
}
|
|
434
428
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
435
429
|
min-height: 36px !important;
|
|
436
|
-
min-width: 35.82px !important;
|
|
430
|
+
min-width: 35.82px !important;
|
|
437
431
|
}
|
|
438
432
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
439
433
|
line-height: 24px;
|
|
440
|
-
padding: 6px 16px 6px 15px !important;
|
|
434
|
+
padding: 6px 16px 6px 15px !important;
|
|
441
435
|
}
|
|
442
436
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
443
|
-
padding: 6px 21px 6px 23px !important;
|
|
437
|
+
padding: 6px 21px 6px 23px !important;
|
|
444
438
|
}
|
|
445
439
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
446
|
-
font-size: 16px !important;
|
|
440
|
+
font-size: 16px !important;
|
|
447
441
|
}
|
|
448
442
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
449
443
|
font-size: 14px;
|
|
@@ -458,17 +452,17 @@
|
|
|
458
452
|
}
|
|
459
453
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
460
454
|
min-height: 36px !important;
|
|
461
|
-
min-width: 35.82px !important;
|
|
455
|
+
min-width: 35.82px !important;
|
|
462
456
|
}
|
|
463
457
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
464
458
|
min-height: 36px !important;
|
|
465
|
-
min-width: 35.82px !important;
|
|
459
|
+
min-width: 35.82px !important;
|
|
466
460
|
}
|
|
467
461
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
468
462
|
height: 38px;
|
|
469
463
|
}
|
|
470
464
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
471
|
-
min-width: 36px !important;
|
|
465
|
+
min-width: 36px !important;
|
|
472
466
|
}
|
|
473
467
|
.e-bigger .e-predecessor-tooltip {
|
|
474
468
|
background-color: #000;
|
|
@@ -480,7 +474,7 @@
|
|
|
480
474
|
color: #adb5bd !important;
|
|
481
475
|
}
|
|
482
476
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
483
|
-
padding: 3px !important;
|
|
477
|
+
padding: 3px !important;
|
|
484
478
|
}
|
|
485
479
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
486
480
|
background-color: #000;
|
|
@@ -582,7 +576,7 @@
|
|
|
582
576
|
margin: 0;
|
|
583
577
|
}
|
|
584
578
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
585
|
-
overflow: hidden !important;
|
|
579
|
+
overflow: hidden !important;
|
|
586
580
|
}
|
|
587
581
|
.e-gantt .e-temp-content {
|
|
588
582
|
border-left: 1px solid;
|
|
@@ -609,19 +603,19 @@
|
|
|
609
603
|
height: 45px;
|
|
610
604
|
}
|
|
611
605
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
612
|
-
border-right-width: 0 !important;
|
|
606
|
+
border-right-width: 0 !important;
|
|
613
607
|
}
|
|
614
608
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
615
609
|
border-top-style: none;
|
|
616
610
|
border-top-width: 0;
|
|
617
|
-
padding-right: 0 !important;
|
|
611
|
+
padding-right: 0 !important;
|
|
618
612
|
}
|
|
619
613
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
620
614
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
621
|
-
height: 51px !important;
|
|
615
|
+
height: 51px !important;
|
|
622
616
|
}
|
|
623
617
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
624
|
-
overflow-x: scroll !important;
|
|
618
|
+
overflow-x: scroll !important;
|
|
625
619
|
}
|
|
626
620
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
627
621
|
width: calc(100% + 17px);
|
|
@@ -646,7 +640,7 @@
|
|
|
646
640
|
border-right: 0 solid;
|
|
647
641
|
}
|
|
648
642
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
649
|
-
-webkit-overflow-scrolling: touch;
|
|
643
|
+
-webkit-overflow-scrolling: touch;
|
|
650
644
|
overflow-x: scroll;
|
|
651
645
|
overflow-y: auto;
|
|
652
646
|
position: relative;
|
|
@@ -667,14 +661,13 @@
|
|
|
667
661
|
}
|
|
668
662
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
669
663
|
border-bottom-style: solid;
|
|
670
|
-
border-right
|
|
664
|
+
border-right: 1px solid;
|
|
671
665
|
overflow: hidden;
|
|
672
666
|
position: relative;
|
|
673
667
|
z-index: 6;
|
|
674
668
|
}
|
|
675
669
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
676
670
|
border-left: 0;
|
|
677
|
-
padding: 0 3px;
|
|
678
671
|
}
|
|
679
672
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
680
673
|
border-collapse: collapse;
|
|
@@ -726,7 +719,7 @@
|
|
|
726
719
|
}
|
|
727
720
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
728
721
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
729
|
-
padding-left:
|
|
722
|
+
padding-left: 11px;
|
|
730
723
|
text-align: left;
|
|
731
724
|
}
|
|
732
725
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -1214,7 +1207,7 @@
|
|
|
1214
1207
|
}
|
|
1215
1208
|
.e-gantt-dialog .e-richtexteditor {
|
|
1216
1209
|
border-bottom-width: 0px;
|
|
1217
|
-
height: 241px !important;
|
|
1210
|
+
height: 241px !important;
|
|
1218
1211
|
overflow: hidden;
|
|
1219
1212
|
}
|
|
1220
1213
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1226,10 +1219,10 @@
|
|
|
1226
1219
|
overflow: hidden;
|
|
1227
1220
|
}
|
|
1228
1221
|
.e-gantt-dialog > .e-dlg-content {
|
|
1229
|
-
padding: 0 !important;
|
|
1222
|
+
padding: 0 !important;
|
|
1230
1223
|
}
|
|
1231
1224
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1232
|
-
border-bottom: 0 !important;
|
|
1225
|
+
border-bottom: 0 !important;
|
|
1233
1226
|
}
|
|
1234
1227
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1235
1228
|
border-radius: 3px 3px 0px 0px;
|
|
@@ -1237,8 +1230,8 @@
|
|
|
1237
1230
|
}
|
|
1238
1231
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1239
1232
|
border-radius: 50%;
|
|
1240
|
-
height: auto !important;
|
|
1241
|
-
width: auto !important;
|
|
1233
|
+
height: auto !important;
|
|
1234
|
+
width: auto !important;
|
|
1242
1235
|
}
|
|
1243
1236
|
|
|
1244
1237
|
.e-icon-rowselect::before {
|
|
@@ -1246,9 +1239,9 @@
|
|
|
1246
1239
|
}
|
|
1247
1240
|
|
|
1248
1241
|
.e-ganttpopup {
|
|
1249
|
-
-moz-user-select: none;
|
|
1250
|
-
-ms-user-select: none;
|
|
1251
|
-
-webkit-user-select: none;
|
|
1242
|
+
-moz-user-select: none;
|
|
1243
|
+
-ms-user-select: none;
|
|
1244
|
+
-webkit-user-select: none;
|
|
1252
1245
|
font-weight: normal;
|
|
1253
1246
|
position: absolute;
|
|
1254
1247
|
user-select: none;
|
|
@@ -1402,7 +1395,7 @@
|
|
|
1402
1395
|
border-top-right-radius: 0px;
|
|
1403
1396
|
}
|
|
1404
1397
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1405
|
-
box-shadow: 0 0 0 1px #6c757d inset !important;
|
|
1398
|
+
box-shadow: 0 0 0 1px #6c757d inset !important;
|
|
1406
1399
|
}
|
|
1407
1400
|
.e-gantt .e-temp-content {
|
|
1408
1401
|
border-color: #444c54;
|
|
@@ -1417,7 +1410,7 @@
|
|
|
1417
1410
|
border-color: #444c54;
|
|
1418
1411
|
}
|
|
1419
1412
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1420
|
-
height: 45px !important;
|
|
1413
|
+
height: 45px !important;
|
|
1421
1414
|
}
|
|
1422
1415
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1423
1416
|
background: #3c444b;
|
|
@@ -1441,7 +1434,7 @@
|
|
|
1441
1434
|
line-height: 46px;
|
|
1442
1435
|
}
|
|
1443
1436
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1444
|
-
height: 46px !important;
|
|
1437
|
+
height: 46px !important;
|
|
1445
1438
|
}
|
|
1446
1439
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1447
1440
|
height: 26px;
|
|
@@ -1731,73 +1724,73 @@
|
|
|
1731
1724
|
color: transparent;
|
|
1732
1725
|
}
|
|
1733
1726
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1734
|
-
color: transparent !important;
|
|
1727
|
+
color: transparent !important;
|
|
1735
1728
|
}
|
|
1736
1729
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1737
|
-
border-color: #6c757d !important;
|
|
1730
|
+
border-color: #6c757d !important;
|
|
1738
1731
|
}
|
|
1739
1732
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1740
|
-
border-left-color: #6c757d !important;
|
|
1733
|
+
border-left-color: #6c757d !important;
|
|
1741
1734
|
}
|
|
1742
1735
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1743
|
-
border-right-color: #6c757d !important;
|
|
1736
|
+
border-right-color: #6c757d !important;
|
|
1744
1737
|
}
|
|
1745
1738
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1746
|
-
background: #86b7fe !important;
|
|
1747
|
-
border: #86b7fe !important;
|
|
1739
|
+
background: #86b7fe !important;
|
|
1740
|
+
border: #86b7fe !important;
|
|
1748
1741
|
}
|
|
1749
1742
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1750
|
-
background-color: transparent !important;
|
|
1751
|
-
border: transparent !important;
|
|
1743
|
+
background-color: transparent !important;
|
|
1744
|
+
border: transparent !important;
|
|
1752
1745
|
}
|
|
1753
1746
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1754
|
-
border-bottom-color: #86b7fe !important;
|
|
1747
|
+
border-bottom-color: #86b7fe !important;
|
|
1755
1748
|
}
|
|
1756
1749
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1757
|
-
border-top-color: #86b7fe !important;
|
|
1750
|
+
border-top-color: #86b7fe !important;
|
|
1758
1751
|
}
|
|
1759
1752
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1760
|
-
background-color: #6c757d !important;
|
|
1761
|
-
border: #6c757d !important;
|
|
1753
|
+
background-color: #6c757d !important;
|
|
1754
|
+
border: #6c757d !important;
|
|
1762
1755
|
}
|
|
1763
1756
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1764
|
-
background-color: transparent !important;
|
|
1765
|
-
border: transparent !important;
|
|
1757
|
+
background-color: transparent !important;
|
|
1758
|
+
border: transparent !important;
|
|
1766
1759
|
}
|
|
1767
1760
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1768
|
-
background: #0d6efd !important;
|
|
1769
|
-
border: #0d6efd !important;
|
|
1761
|
+
background: #0d6efd !important;
|
|
1762
|
+
border: #0d6efd !important;
|
|
1770
1763
|
}
|
|
1771
1764
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1772
|
-
border-bottom-color: #0d6efd !important;
|
|
1765
|
+
border-bottom-color: #0d6efd !important;
|
|
1773
1766
|
}
|
|
1774
1767
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1775
|
-
border-top-color: #0d6efd !important;
|
|
1768
|
+
border-top-color: #0d6efd !important;
|
|
1776
1769
|
}
|
|
1777
1770
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1778
|
-
background: #72abfe !important;
|
|
1779
|
-
border: #72abfe !important;
|
|
1771
|
+
background: #72abfe !important;
|
|
1772
|
+
border: #72abfe !important;
|
|
1780
1773
|
}
|
|
1781
1774
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1782
|
-
border-bottom-color: #72abfe !important;
|
|
1775
|
+
border-bottom-color: #72abfe !important;
|
|
1783
1776
|
}
|
|
1784
1777
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1785
|
-
border-top-color: #72abfe !important;
|
|
1778
|
+
border-top-color: #72abfe !important;
|
|
1786
1779
|
}
|
|
1787
1780
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1788
|
-
border-color: #0d6efd !important;
|
|
1781
|
+
border-color: #0d6efd !important;
|
|
1789
1782
|
}
|
|
1790
1783
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1791
|
-
border-left-color: #0d6efd !important;
|
|
1784
|
+
border-left-color: #0d6efd !important;
|
|
1792
1785
|
}
|
|
1793
1786
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1794
|
-
border-right-color: #0d6efd !important;
|
|
1787
|
+
border-right-color: #0d6efd !important;
|
|
1795
1788
|
}
|
|
1796
1789
|
.e-gantt .e-icons {
|
|
1797
1790
|
color: #adb5bd;
|
|
1798
1791
|
}
|
|
1799
1792
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1800
|
-
color: #adb5bd !important;
|
|
1793
|
+
color: #adb5bd !important;
|
|
1801
1794
|
}
|
|
1802
1795
|
|
|
1803
1796
|
.e-gantt-dialog .e-dlg-header {
|