@syncfusion/ej2-gantt 20.1.56 → 20.1.60
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/CHANGELOG.md +30 -0
- package/dist/ej2-gantt.umd.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-gantt.es2015.js +31 -18
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +31 -18
- package/dist/es6/ej2-gantt.es5.js.map +1 -1
- package/dist/global/ej2-gantt.min.js +2 -2
- package/dist/global/ej2-gantt.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +15 -15
- package/src/gantt/actions/dialog-edit.js +1 -1
- package/src/gantt/actions/edit.js +5 -1
- package/src/gantt/actions/taskbar-edit.js +1 -3
- package/src/gantt/actions/toolbar.js +2 -0
- package/src/gantt/base/gantt-chart.js +6 -1
- package/src/gantt/base/gantt.js +2 -5
- package/src/gantt/base/task-processor.js +7 -3
- package/src/gantt/export/export-helper.js +3 -3
- package/src/gantt/renderer/connector-line.js +1 -1
- package/src/gantt/renderer/timeline.js +3 -0
- package/styles/bootstrap-dark.css +217 -11
- package/styles/bootstrap.css +218 -13
- package/styles/bootstrap4.css +220 -11
- package/styles/bootstrap5-dark.css +218 -13
- package/styles/bootstrap5.css +218 -13
- package/styles/fabric-dark.css +216 -10
- package/styles/fabric.css +217 -11
- package/styles/fluent-dark.css +217 -11
- package/styles/fluent.css +217 -11
- package/styles/gantt/_bootstrap-dark-definition.scss +41 -4
- package/styles/gantt/_bootstrap-definition.scss +41 -4
- package/styles/gantt/_bootstrap4-definition.scss +42 -4
- package/styles/gantt/_bootstrap5-definition.scss +41 -4
- package/styles/gantt/_fabric-dark-definition.scss +40 -3
- package/styles/gantt/_fabric-definition.scss +41 -4
- package/styles/gantt/_fluent-definition.scss +41 -4
- package/styles/gantt/_highcontrast-definition.scss +41 -4
- package/styles/gantt/_highcontrast-light-definition.scss +41 -4
- package/styles/gantt/_layout.scss +298 -7
- package/styles/gantt/_material-dark-definition.scss +42 -4
- package/styles/gantt/_material-definition.scss +42 -4
- package/styles/gantt/_tailwind-definition.scss +42 -4
- package/styles/gantt/bootstrap-dark.css +217 -11
- package/styles/gantt/bootstrap.css +218 -13
- package/styles/gantt/bootstrap4.css +220 -11
- package/styles/gantt/bootstrap5-dark.css +218 -13
- package/styles/gantt/bootstrap5.css +218 -13
- package/styles/gantt/fabric-dark.css +216 -10
- package/styles/gantt/fabric.css +217 -11
- package/styles/gantt/fluent-dark.css +217 -11
- package/styles/gantt/fluent.css +217 -11
- package/styles/gantt/highcontrast-light.css +209 -11
- package/styles/gantt/highcontrast.css +217 -11
- package/styles/gantt/icons/_bootstrap-dark.scss +8 -0
- package/styles/gantt/icons/_bootstrap.scss +8 -0
- package/styles/gantt/icons/_bootstrap4.scss +8 -0
- package/styles/gantt/icons/_bootstrap5.scss +8 -0
- package/styles/gantt/icons/_fabric-dark.scss +8 -0
- package/styles/gantt/icons/_fabric.scss +8 -0
- package/styles/gantt/icons/_fluent.scss +8 -0
- package/styles/gantt/icons/_highcontrast.scss +8 -0
- package/styles/gantt/icons/_material-dark.scss +8 -0
- package/styles/gantt/icons/_material.scss +8 -0
- package/styles/gantt/icons/_tailwind-dark.scss +8 -0
- package/styles/gantt/icons/_tailwind.scss +8 -0
- package/styles/gantt/material-dark.css +224 -11
- package/styles/gantt/material.css +224 -11
- package/styles/gantt/tailwind-dark.css +223 -11
- package/styles/gantt/tailwind.css +223 -11
- package/styles/highcontrast-light.css +209 -11
- package/styles/highcontrast.css +217 -11
- package/styles/material-dark.css +224 -11
- package/styles/material.css +224 -11
- package/styles/tailwind-dark.css +223 -11
- package/styles/tailwind.css +223 -11
package/styles/bootstrap.css
CHANGED
|
@@ -282,8 +282,7 @@
|
|
|
282
282
|
width: 40px;
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
/*! component's theme wise override definitions and variables */
|
|
286
|
-
/*! Bootstrap theme definition's */
|
|
285
|
+
/*! component's theme wise override definitions and variables */ /*! Bootstrap theme definition's */
|
|
287
286
|
/*! component's theme wise override definitions and variables */
|
|
288
287
|
/*! Horizontal Tab */
|
|
289
288
|
/*! Bootstrap specific themes definition's */
|
|
@@ -387,26 +386,228 @@
|
|
|
387
386
|
content: "\e903";
|
|
388
387
|
}
|
|
389
388
|
|
|
389
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
390
|
+
content: "\e85b";
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
394
|
+
content: "\e85f";
|
|
395
|
+
}
|
|
396
|
+
|
|
390
397
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
391
398
|
height: 64px;
|
|
392
399
|
}
|
|
393
400
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
394
401
|
height: 32px;
|
|
395
402
|
}
|
|
403
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
404
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
405
|
+
padding-left: 10px;
|
|
406
|
+
padding-right: 10px;
|
|
407
|
+
width: 30px;
|
|
408
|
+
}
|
|
409
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
410
|
+
border-radius: 4px !important;
|
|
411
|
+
font-size: 12px !important;
|
|
412
|
+
height: 26px !important;
|
|
413
|
+
padding: 4px 11px 4px 9px !important;
|
|
414
|
+
top: 65px !important;
|
|
415
|
+
}
|
|
416
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
417
|
+
border-bottom: 6px solid transparent;
|
|
418
|
+
border-right: 6px solid transparent;
|
|
419
|
+
border-right-color: #8a6d3b;
|
|
420
|
+
border-top: 6px solid transparent;
|
|
421
|
+
top: 73px !important;
|
|
422
|
+
}
|
|
423
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
424
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
425
|
+
content: "\e92c";
|
|
426
|
+
}
|
|
427
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
428
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
429
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
430
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
431
|
+
border-radius: 50%;
|
|
432
|
+
display: inline-block;
|
|
433
|
+
position: absolute;
|
|
434
|
+
}
|
|
435
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
436
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
437
|
+
border-style: solid;
|
|
438
|
+
border-width: 1px;
|
|
439
|
+
box-sizing: content-box;
|
|
440
|
+
cursor: pointer;
|
|
441
|
+
display: inline-block;
|
|
442
|
+
}
|
|
443
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
444
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
445
|
+
background-color: #21527d;
|
|
446
|
+
border-color: #fff;
|
|
447
|
+
}
|
|
448
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
449
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
450
|
+
background-color: #21527d;
|
|
451
|
+
border-color: #fff;
|
|
452
|
+
outline: 2px solid #75acdb;
|
|
453
|
+
}
|
|
454
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
455
|
+
height: 242px !important;
|
|
456
|
+
}
|
|
396
457
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
397
458
|
height: 63px !important;
|
|
398
459
|
}
|
|
460
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
461
|
+
background-color: #000000;
|
|
462
|
+
border-color: #000000;
|
|
463
|
+
color: #F9FAFB;
|
|
464
|
+
font-size: 12px;
|
|
465
|
+
line-height: 18px;
|
|
466
|
+
padding: 0 8px 0 0;
|
|
467
|
+
}
|
|
468
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
469
|
+
background-color: #000000;
|
|
470
|
+
border-color: #000000;
|
|
471
|
+
color: #F9FAFB;
|
|
472
|
+
font-size: 12px;
|
|
473
|
+
line-height: 18px;
|
|
474
|
+
padding: 0 0 0 8px;
|
|
475
|
+
}
|
|
476
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
477
|
+
padding: 3px !important;
|
|
478
|
+
}
|
|
479
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
480
|
+
padding: 16px 0 0 !important;
|
|
481
|
+
}
|
|
482
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
483
|
+
padding: 0 16px !important;
|
|
484
|
+
}
|
|
399
485
|
.e-bigger .e-columnmenu {
|
|
400
486
|
top: 40px;
|
|
401
487
|
}
|
|
488
|
+
.e-bigger .e-gantt-dialog {
|
|
489
|
+
border-radius: 6px;
|
|
490
|
+
width: 556px !important;
|
|
491
|
+
}
|
|
402
492
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
403
|
-
padding: 16px
|
|
493
|
+
padding: 16px 12px 0 16px;
|
|
404
494
|
}
|
|
405
495
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
406
|
-
padding: 16px
|
|
496
|
+
padding: 16px 16px 0 12px;
|
|
407
497
|
}
|
|
408
498
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
409
|
-
padding: 16px 18px 0
|
|
499
|
+
padding: 16px 18px 0 9px;
|
|
500
|
+
}
|
|
501
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
502
|
+
height: 242px !important;
|
|
503
|
+
}
|
|
504
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
505
|
+
height: 76px !important;
|
|
506
|
+
}
|
|
507
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
508
|
+
border-bottom: 0 !important;
|
|
509
|
+
}
|
|
510
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
511
|
+
border-radius: 0 !important;
|
|
512
|
+
}
|
|
513
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
514
|
+
border-radius: 6px 6px 0px 0px;
|
|
515
|
+
padding-bottom: 20px;
|
|
516
|
+
}
|
|
517
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
518
|
+
border-radius: 50%;
|
|
519
|
+
height: auto !important;
|
|
520
|
+
width: auto !important;
|
|
521
|
+
}
|
|
522
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
523
|
+
margin-left: 5px !important;
|
|
524
|
+
}
|
|
525
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
526
|
+
font-size: 16px !important;
|
|
527
|
+
}
|
|
528
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
529
|
+
width: 250px !important;
|
|
530
|
+
}
|
|
531
|
+
.e-bigger .e-predecessor-tooltip {
|
|
532
|
+
background-color: #000000;
|
|
533
|
+
}
|
|
534
|
+
.e-bigger .e-predecessor-dialog {
|
|
535
|
+
background-color: #f5f5f5;
|
|
536
|
+
}
|
|
537
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
538
|
+
background-color: #f5f5f5;
|
|
539
|
+
padding: 10px 9px 9px 14px !important;
|
|
540
|
+
}
|
|
541
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
542
|
+
padding: 16px 4px 16px 16px !important;
|
|
543
|
+
}
|
|
544
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
545
|
+
left: 0 !important;
|
|
546
|
+
}
|
|
547
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
548
|
+
font-size: 12px !important;
|
|
549
|
+
}
|
|
550
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
551
|
+
height: 70px !important;
|
|
552
|
+
padding: 16px !important;
|
|
553
|
+
}
|
|
554
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
555
|
+
margin-left: 12px;
|
|
556
|
+
}
|
|
557
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
558
|
+
line-height: 28px;
|
|
559
|
+
}
|
|
560
|
+
.e-bigger .e-filter-popup {
|
|
561
|
+
width: 350px !important;
|
|
562
|
+
}
|
|
563
|
+
.e-bigger .e-dlg-content {
|
|
564
|
+
border-radius: 6px !important;
|
|
565
|
+
padding: 32px 16px 16px !important;
|
|
566
|
+
}
|
|
567
|
+
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
568
|
+
font-size: 14px;
|
|
569
|
+
line-height: 22px;
|
|
570
|
+
}
|
|
571
|
+
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
572
|
+
font-size: 14px;
|
|
573
|
+
line-height: 22px;
|
|
574
|
+
}
|
|
575
|
+
.e-bigger .e-float-input.e-control-wrapper input {
|
|
576
|
+
height: 34px !important;
|
|
577
|
+
}
|
|
578
|
+
.e-bigger .e-left-btn:disabled {
|
|
579
|
+
color: #ADADAD !important;
|
|
580
|
+
}
|
|
581
|
+
.e-bigger .e-right-btn:disabled {
|
|
582
|
+
color: #ADADAD !important;
|
|
583
|
+
}
|
|
584
|
+
.e-bigger .e-input-group-icon.e-date-icon {
|
|
585
|
+
min-width: 36px !important;
|
|
586
|
+
}
|
|
587
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
588
|
+
min-height: 35px !important;
|
|
589
|
+
min-width: 35.82px !important;
|
|
590
|
+
}
|
|
591
|
+
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
592
|
+
min-height: 35px !important;
|
|
593
|
+
min-width: 35.82px !important;
|
|
594
|
+
}
|
|
595
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
596
|
+
min-height: 35px !important;
|
|
597
|
+
min-width: 35.82px !important;
|
|
598
|
+
}
|
|
599
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
600
|
+
height: 36px;
|
|
601
|
+
}
|
|
602
|
+
.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
603
|
+
font-size: 16px !important;
|
|
604
|
+
}
|
|
605
|
+
.e-bigger .e-btn.e-flat {
|
|
606
|
+
line-height: 24px;
|
|
607
|
+
padding: 6px 16px 6px 15px !important;
|
|
608
|
+
}
|
|
609
|
+
.e-bigger .e-btn.e-primary {
|
|
610
|
+
padding: 6px 21px 6px 23px !important;
|
|
410
611
|
}
|
|
411
612
|
|
|
412
613
|
.e-gantt {
|
|
@@ -561,9 +762,11 @@
|
|
|
561
762
|
position: absolute;
|
|
562
763
|
}
|
|
563
764
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
765
|
+
height: 100%;
|
|
564
766
|
position: absolute;
|
|
565
767
|
}
|
|
566
768
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
769
|
+
height: 100%;
|
|
567
770
|
position: absolute;
|
|
568
771
|
}
|
|
569
772
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -812,37 +1015,35 @@
|
|
|
812
1015
|
cursor: col-resize;
|
|
813
1016
|
}
|
|
814
1017
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
815
|
-
border-style: solid;
|
|
816
1018
|
border-width: 1px;
|
|
817
1019
|
box-sizing: content-box;
|
|
818
1020
|
cursor: col-resize;
|
|
819
1021
|
height: 2px;
|
|
820
1022
|
position: absolute;
|
|
821
1023
|
top: 7px;
|
|
822
|
-
width: 12px;
|
|
823
1024
|
}
|
|
824
1025
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
825
1026
|
border-bottom-style: solid;
|
|
826
|
-
border-bottom-width:
|
|
1027
|
+
border-bottom-width: 8px;
|
|
827
1028
|
border-left: 7px solid transparent;
|
|
828
1029
|
border-right: 7px solid transparent;
|
|
829
1030
|
cursor: col-resize;
|
|
830
1031
|
height: 0;
|
|
831
|
-
left:
|
|
1032
|
+
left: 0;
|
|
832
1033
|
position: absolute;
|
|
833
1034
|
top: -7px;
|
|
834
1035
|
width: 0;
|
|
835
1036
|
}
|
|
836
1037
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
837
1038
|
border-bottom-style: solid;
|
|
838
|
-
border-bottom-width:
|
|
1039
|
+
border-bottom-width: 8px;
|
|
839
1040
|
border-left: 6px solid transparent;
|
|
840
1041
|
border-right: 6px solid transparent;
|
|
841
1042
|
cursor: col-resize;
|
|
842
1043
|
height: 0;
|
|
843
|
-
left:
|
|
1044
|
+
left: 1px;
|
|
844
1045
|
position: absolute;
|
|
845
|
-
top: -
|
|
1046
|
+
top: -7px;
|
|
846
1047
|
width: 0;
|
|
847
1048
|
}
|
|
848
1049
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
@@ -1269,6 +1470,10 @@
|
|
|
1269
1470
|
height: 100%;
|
|
1270
1471
|
}
|
|
1271
1472
|
|
|
1473
|
+
.e-predecessor-tooltip {
|
|
1474
|
+
visibility: hidden;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1272
1477
|
/*! Gantt theme */
|
|
1273
1478
|
.e-gantt .e-gantt-splitter {
|
|
1274
1479
|
border-color: #ddd;
|
|
@@ -1486,7 +1691,7 @@
|
|
|
1486
1691
|
}
|
|
1487
1692
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1488
1693
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1489
|
-
background-color: #
|
|
1694
|
+
background-color: #21527d;
|
|
1490
1695
|
border-color: #fff;
|
|
1491
1696
|
}
|
|
1492
1697
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -566,26 +566,231 @@
|
|
|
566
566
|
content: "\e903";
|
|
567
567
|
}
|
|
568
568
|
|
|
569
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
570
|
+
content: "\e7c1";
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
574
|
+
content: "\e7ce";
|
|
575
|
+
}
|
|
576
|
+
|
|
569
577
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
570
578
|
height: 64px;
|
|
571
579
|
}
|
|
572
580
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
573
581
|
height: 32px;
|
|
574
582
|
}
|
|
583
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
584
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
585
|
+
padding-left: 10px;
|
|
586
|
+
padding-right: 10px;
|
|
587
|
+
width: 30px;
|
|
588
|
+
}
|
|
589
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
590
|
+
border-radius: 4px !important;
|
|
591
|
+
font-size: 12px !important;
|
|
592
|
+
height: 26px !important;
|
|
593
|
+
padding: 4px 11px 4px 9px !important;
|
|
594
|
+
top: 65px !important;
|
|
595
|
+
}
|
|
596
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
597
|
+
border-bottom: 6px solid transparent;
|
|
598
|
+
border-right: 6px solid transparent;
|
|
599
|
+
border-right-color: #ffc107;
|
|
600
|
+
border-top: 6px solid transparent;
|
|
601
|
+
top: 73px !important;
|
|
602
|
+
}
|
|
603
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
604
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
605
|
+
content: "\e92c";
|
|
606
|
+
}
|
|
607
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
608
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
609
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
610
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
611
|
+
border-radius: 50%;
|
|
612
|
+
display: inline-block;
|
|
613
|
+
position: absolute;
|
|
614
|
+
}
|
|
615
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
616
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
617
|
+
border-style: solid;
|
|
618
|
+
border-width: 1px;
|
|
619
|
+
box-sizing: content-box;
|
|
620
|
+
cursor: pointer;
|
|
621
|
+
display: inline-block;
|
|
622
|
+
}
|
|
623
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
624
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
625
|
+
background-color: #0056b3;
|
|
626
|
+
border-color: #fff;
|
|
627
|
+
}
|
|
628
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
629
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
630
|
+
background-color: #0056b3;
|
|
631
|
+
border-color: #fff;
|
|
632
|
+
outline: 2px solid #007bff;
|
|
633
|
+
}
|
|
634
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
635
|
+
height: 250px !important;
|
|
636
|
+
}
|
|
575
637
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
576
638
|
height: 63px !important;
|
|
577
639
|
}
|
|
640
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
641
|
+
background-color: #000000;
|
|
642
|
+
border-color: #000000;
|
|
643
|
+
color: #F9FAFB;
|
|
644
|
+
font-size: 12px;
|
|
645
|
+
line-height: 18px;
|
|
646
|
+
padding: 0 8px 0 0;
|
|
647
|
+
}
|
|
648
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
649
|
+
background-color: #000000;
|
|
650
|
+
border-color: #000000;
|
|
651
|
+
color: #F9FAFB;
|
|
652
|
+
font-size: 12px;
|
|
653
|
+
line-height: 18px;
|
|
654
|
+
padding: 0 0 0 8px;
|
|
655
|
+
}
|
|
656
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
657
|
+
padding: 3px !important;
|
|
658
|
+
}
|
|
659
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
660
|
+
padding: 16px 0 0 !important;
|
|
661
|
+
}
|
|
662
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
663
|
+
padding: 0 16px !important;
|
|
664
|
+
}
|
|
578
665
|
.e-bigger .e-columnmenu {
|
|
579
666
|
top: 38px;
|
|
580
667
|
}
|
|
668
|
+
.e-bigger .e-gantt-dialog {
|
|
669
|
+
border-radius: 6px;
|
|
670
|
+
width: 556px !important;
|
|
671
|
+
}
|
|
581
672
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
582
|
-
padding: 16px
|
|
673
|
+
padding: 16px 12px 0 16px;
|
|
583
674
|
}
|
|
584
675
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
585
|
-
padding: 16px
|
|
676
|
+
padding: 16px 16px 0 12px;
|
|
586
677
|
}
|
|
587
678
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
588
|
-
padding: 16px 18px 0
|
|
679
|
+
padding: 16px 18px 0 9px;
|
|
680
|
+
}
|
|
681
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
682
|
+
height: 250px !important;
|
|
683
|
+
}
|
|
684
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
685
|
+
height: 76px !important;
|
|
686
|
+
}
|
|
687
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
688
|
+
border-bottom: 0 !important;
|
|
689
|
+
}
|
|
690
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
691
|
+
border-radius: 0 !important;
|
|
692
|
+
}
|
|
693
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
694
|
+
border-radius: 6px 6px 0px 0px;
|
|
695
|
+
padding-bottom: 20px;
|
|
696
|
+
}
|
|
697
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
698
|
+
border-radius: 50%;
|
|
699
|
+
height: auto !important;
|
|
700
|
+
width: auto !important;
|
|
701
|
+
}
|
|
702
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
703
|
+
margin-left: 5px !important;
|
|
704
|
+
}
|
|
705
|
+
.e-bigger .e-gantt-dialog .e-icon-dlg-close {
|
|
706
|
+
color: #FFFFFF;
|
|
707
|
+
}
|
|
708
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
709
|
+
font-size: 16px !important;
|
|
710
|
+
}
|
|
711
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
712
|
+
width: 250px !important;
|
|
713
|
+
}
|
|
714
|
+
.e-bigger .e-predecessor-tooltip {
|
|
715
|
+
background-color: #000000;
|
|
716
|
+
}
|
|
717
|
+
.e-bigger .e-predecessor-dialog {
|
|
718
|
+
background-color: #f8f8fa;
|
|
719
|
+
}
|
|
720
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
721
|
+
background-color: #f8f8fa;
|
|
722
|
+
padding: 10px 9px 9px 14px !important;
|
|
723
|
+
}
|
|
724
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
725
|
+
padding: 16px 4px 16px 16px !important;
|
|
726
|
+
}
|
|
727
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
728
|
+
left: 1px !important;
|
|
729
|
+
}
|
|
730
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
731
|
+
font-size: 14px !important;
|
|
732
|
+
}
|
|
733
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
734
|
+
height: 70px !important;
|
|
735
|
+
padding: 16px !important;
|
|
736
|
+
}
|
|
737
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
738
|
+
margin-left: 12px;
|
|
739
|
+
}
|
|
740
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
741
|
+
line-height: 28px;
|
|
742
|
+
}
|
|
743
|
+
.e-bigger .e-filter-popup {
|
|
744
|
+
width: 350px !important;
|
|
745
|
+
}
|
|
746
|
+
.e-bigger .e-dlg-content {
|
|
747
|
+
border-radius: 6px !important;
|
|
748
|
+
padding: 32px 16px 16px !important;
|
|
749
|
+
}
|
|
750
|
+
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
751
|
+
font-size: 14px;
|
|
752
|
+
line-height: 22px;
|
|
753
|
+
}
|
|
754
|
+
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
755
|
+
font-size: 14px;
|
|
756
|
+
line-height: 22px;
|
|
757
|
+
}
|
|
758
|
+
.e-bigger .e-float-input.e-control-wrapper input {
|
|
759
|
+
height: 34px !important;
|
|
760
|
+
}
|
|
761
|
+
.e-bigger .e-left-btn:disabled {
|
|
762
|
+
color: #ADB5BD !important;
|
|
763
|
+
}
|
|
764
|
+
.e-bigger .e-right-btn:disabled {
|
|
765
|
+
color: #ADB5BD !important;
|
|
766
|
+
}
|
|
767
|
+
.e-bigger .e-input-group-icon.e-date-icon {
|
|
768
|
+
min-width: 36px !important;
|
|
769
|
+
}
|
|
770
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
771
|
+
min-height: 35px !important;
|
|
772
|
+
min-width: 35.82px !important;
|
|
773
|
+
}
|
|
774
|
+
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
775
|
+
min-height: 35px !important;
|
|
776
|
+
min-width: 35.82px !important;
|
|
777
|
+
}
|
|
778
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
779
|
+
min-height: 35px !important;
|
|
780
|
+
min-width: 35.82px !important;
|
|
781
|
+
}
|
|
782
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
783
|
+
height: 36px;
|
|
784
|
+
}
|
|
785
|
+
.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
786
|
+
font-size: 16px !important;
|
|
787
|
+
}
|
|
788
|
+
.e-bigger .e-btn.e-flat {
|
|
789
|
+
line-height: 24px;
|
|
790
|
+
padding: 6px 16px 6px 15px !important;
|
|
791
|
+
}
|
|
792
|
+
.e-bigger .e-btn.e-primary {
|
|
793
|
+
padding: 6px 21px 6px 23px !important;
|
|
589
794
|
}
|
|
590
795
|
|
|
591
796
|
.e-gantt {
|
|
@@ -740,9 +945,11 @@
|
|
|
740
945
|
position: absolute;
|
|
741
946
|
}
|
|
742
947
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
948
|
+
height: 100%;
|
|
743
949
|
position: absolute;
|
|
744
950
|
}
|
|
745
951
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
952
|
+
height: 100%;
|
|
746
953
|
position: absolute;
|
|
747
954
|
}
|
|
748
955
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -991,37 +1198,35 @@
|
|
|
991
1198
|
cursor: col-resize;
|
|
992
1199
|
}
|
|
993
1200
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
994
|
-
border-style: solid;
|
|
995
1201
|
border-width: 1px;
|
|
996
1202
|
box-sizing: content-box;
|
|
997
1203
|
cursor: col-resize;
|
|
998
1204
|
height: 2px;
|
|
999
1205
|
position: absolute;
|
|
1000
1206
|
top: 7px;
|
|
1001
|
-
width: 12px;
|
|
1002
1207
|
}
|
|
1003
1208
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1004
1209
|
border-bottom-style: solid;
|
|
1005
|
-
border-bottom-width:
|
|
1210
|
+
border-bottom-width: 8px;
|
|
1006
1211
|
border-left: 7px solid transparent;
|
|
1007
1212
|
border-right: 7px solid transparent;
|
|
1008
1213
|
cursor: col-resize;
|
|
1009
1214
|
height: 0;
|
|
1010
|
-
left:
|
|
1215
|
+
left: 0;
|
|
1011
1216
|
position: absolute;
|
|
1012
1217
|
top: -7px;
|
|
1013
1218
|
width: 0;
|
|
1014
1219
|
}
|
|
1015
1220
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
1016
1221
|
border-bottom-style: solid;
|
|
1017
|
-
border-bottom-width:
|
|
1222
|
+
border-bottom-width: 8px;
|
|
1018
1223
|
border-left: 6px solid transparent;
|
|
1019
1224
|
border-right: 6px solid transparent;
|
|
1020
1225
|
cursor: col-resize;
|
|
1021
1226
|
height: 0;
|
|
1022
|
-
left:
|
|
1227
|
+
left: 1px;
|
|
1023
1228
|
position: absolute;
|
|
1024
|
-
top: -
|
|
1229
|
+
top: -7px;
|
|
1025
1230
|
width: 0;
|
|
1026
1231
|
}
|
|
1027
1232
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
@@ -1448,6 +1653,10 @@
|
|
|
1448
1653
|
height: 100%;
|
|
1449
1654
|
}
|
|
1450
1655
|
|
|
1656
|
+
.e-predecessor-tooltip {
|
|
1657
|
+
visibility: hidden;
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1451
1660
|
/*! Gantt theme */
|
|
1452
1661
|
.e-gantt .e-gantt-splitter {
|
|
1453
1662
|
border-color: #dee2e6;
|
|
@@ -1665,7 +1874,7 @@
|
|
|
1665
1874
|
}
|
|
1666
1875
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1667
1876
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1668
|
-
background-color: #
|
|
1877
|
+
background-color: #0056b3;
|
|
1669
1878
|
border-color: #fff;
|
|
1670
1879
|
}
|
|
1671
1880
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|