@syncfusion/ej2-angular-gantt 20.4.38 → 20.4.39
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/README.md +131 -61
- package/esm2020/src/gantt/gantt.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -1
- package/package.json +1 -1
- package/src/gantt/gantt.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +182 -14
- package/styles/bootstrap.css +182 -14
- package/styles/bootstrap4.css +182 -13
- package/styles/bootstrap5-dark.css +181 -12
- package/styles/bootstrap5.css +181 -12
- package/styles/fabric-dark.css +182 -14
- package/styles/fabric.css +182 -14
- package/styles/fluent-dark.css +183 -12
- package/styles/fluent.css +183 -12
- package/styles/gantt/_bootstrap-dark-definition.scss +6 -2
- package/styles/gantt/_bootstrap-definition.scss +6 -3
- package/styles/gantt/_bootstrap4-definition.scss +6 -3
- package/styles/gantt/_bootstrap5-definition.scss +6 -3
- package/styles/gantt/_fabric-dark-definition.scss +6 -3
- package/styles/gantt/_fabric-definition.scss +6 -3
- package/styles/gantt/_fluent-definition.scss +6 -3
- package/styles/gantt/_fusionnew-definition.scss +6 -3
- package/styles/gantt/_highcontrast-definition.scss +7 -4
- package/styles/gantt/_highcontrast-light-definition.scss +6 -3
- package/styles/gantt/_layout.scss +237 -23
- package/styles/gantt/_material-dark-definition.scss +6 -3
- package/styles/gantt/_material-definition.scss +6 -3
- package/styles/gantt/_material3-definition.scss +6 -3
- package/styles/gantt/_tailwind-definition.scss +6 -3
- package/styles/gantt/_theme.scss +17 -8
- package/styles/gantt/bootstrap-dark.css +182 -14
- package/styles/gantt/bootstrap.css +182 -14
- package/styles/gantt/bootstrap4.css +182 -13
- package/styles/gantt/bootstrap5-dark.css +181 -12
- package/styles/gantt/bootstrap5.css +181 -12
- package/styles/gantt/fabric-dark.css +182 -14
- package/styles/gantt/fabric.css +182 -14
- package/styles/gantt/fluent-dark.css +183 -12
- package/styles/gantt/fluent.css +183 -12
- package/styles/gantt/highcontrast-light.css +181 -12
- package/styles/gantt/highcontrast.css +182 -14
- package/styles/gantt/icons/_bootstrap-dark.scss +1 -1
- package/styles/gantt/icons/_bootstrap.scss +1 -1
- package/styles/gantt/icons/_fabric-dark.scss +1 -1
- package/styles/gantt/icons/_fabric.scss +1 -1
- package/styles/gantt/icons/_highcontrast.scss +1 -1
- package/styles/gantt/icons/_material-dark.scss +1 -1
- package/styles/gantt/icons/_material.scss +1 -1
- package/styles/gantt/material-dark.css +180 -14
- package/styles/gantt/material.css +182 -14
- package/styles/gantt/tailwind-dark.css +181 -12
- package/styles/gantt/tailwind.css +181 -12
- package/styles/highcontrast-light.css +181 -12
- package/styles/highcontrast.css +182 -14
- package/styles/material-dark.css +180 -14
- package/styles/material.css +182 -14
- package/styles/tailwind-dark.css +181 -12
- package/styles/tailwind.css +181 -12
- package/schematics/collection.json +0 -30
- package/schematics/generators/gantt-daymarkers/index.d.ts +0 -3
- package/schematics/generators/gantt-daymarkers/index.js +0 -8
- package/schematics/generators/gantt-daymarkers/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-daymarkers/sample-details.js +0 -7
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
- package/schematics/generators/gantt-daymarkers/schema.d.ts +0 -3
- package/schematics/generators/gantt-daymarkers/schema.js +0 -2
- package/schematics/generators/gantt-daymarkers/schema.json +0 -125
- package/schematics/generators/gantt-default/index.d.ts +0 -3
- package/schematics/generators/gantt-default/index.js +0 -8
- package/schematics/generators/gantt-default/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-default/sample-details.js +0 -7
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/gantt-default/schema.d.ts +0 -3
- package/schematics/generators/gantt-default/schema.js +0 -2
- package/schematics/generators/gantt-default/schema.json +0 -125
- package/schematics/generators/gantt-editing/index.d.ts +0 -3
- package/schematics/generators/gantt-editing/index.js +0 -8
- package/schematics/generators/gantt-editing/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-editing/sample-details.js +0 -7
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/gantt-editing/schema.d.ts +0 -3
- package/schematics/generators/gantt-editing/schema.js +0 -2
- package/schematics/generators/gantt-editing/schema.json +0 -125
- package/schematics/generators/gantt-localdata/index.d.ts +0 -3
- package/schematics/generators/gantt-localdata/index.js +0 -8
- package/schematics/generators/gantt-localdata/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-localdata/sample-details.js +0 -7
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/gantt-localdata/schema.d.ts +0 -3
- package/schematics/generators/gantt-localdata/schema.js +0 -2
- package/schematics/generators/gantt-localdata/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
.e-rte-toolbar .e-toolbar-popup .e-rte-backgroundcolor-dropdown.e-active,
|
|
3
2
|
.e-rte-toolbar .e-toolbar-popup .e-rte-fontcolor-dropdown.e-active,
|
|
4
3
|
.e-rte-toolbar .e-toolbar-popup .e-rte-numberformatlist-dropdown.e-active,
|
|
@@ -190,7 +189,7 @@
|
|
|
190
189
|
content: "\e842";
|
|
191
190
|
}
|
|
192
191
|
.e-gantt .e-notes-info::before {
|
|
193
|
-
content: "
|
|
192
|
+
content: "\e607";
|
|
194
193
|
}
|
|
195
194
|
.e-gantt .e-left-resize-gripper::before,
|
|
196
195
|
.e-gantt .e-right-resize-gripper::before {
|
|
@@ -342,7 +341,7 @@
|
|
|
342
341
|
border-radius: 6px !important;
|
|
343
342
|
padding: 32px 16px 16px !important;
|
|
344
343
|
}
|
|
345
|
-
.e-bigger .e-columnmenu {
|
|
344
|
+
.e-bigger .e-grid .e-columnmenu {
|
|
346
345
|
top: 40px;
|
|
347
346
|
}
|
|
348
347
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -467,6 +466,75 @@
|
|
|
467
466
|
font-size: 12px;
|
|
468
467
|
font-weight: 400;
|
|
469
468
|
line-height: 1.8;
|
|
469
|
+
color: #000;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.e-blazor-gantt-tooltip .e-tip-content {
|
|
473
|
+
overflow-wrap: unset !important; /* stylelint-disable-line declaration-no-important */
|
|
474
|
+
white-space: nowrap !important; /* stylelint-disable-line declaration-no-important */
|
|
475
|
+
word-break: unset !important; /* stylelint-disable-line declaration-no-important */
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.e-gantt-tooltip .e-tip-content {
|
|
479
|
+
text-align: left !important; /* stylelint-disable-line declaration-no-important */
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.e-gantt.e-gantt-rtl .e-connector-line-right-arrow {
|
|
483
|
+
border-left: none !important; /* stylelint-disable-line declaration-no-important */
|
|
484
|
+
border-right-color: #0070f0;
|
|
485
|
+
}
|
|
486
|
+
.e-gantt.e-gantt-rtl .e-connector-line-left-arrow {
|
|
487
|
+
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
488
|
+
border-left-color: #0070f0;
|
|
489
|
+
}
|
|
490
|
+
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
491
|
+
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
492
|
+
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
493
|
+
}
|
|
494
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
495
|
+
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
496
|
+
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
497
|
+
border-left-color: #484848 !important; /* stylelint-disable-line declaration-no-important */
|
|
498
|
+
}
|
|
499
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text {
|
|
500
|
+
padding-right: 11px !important; /* stylelint-disable-line declaration-no-important */
|
|
501
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
502
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
503
|
+
}
|
|
504
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
505
|
+
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
506
|
+
}
|
|
507
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
508
|
+
right: 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
509
|
+
}
|
|
510
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-connectorpoint-right {
|
|
511
|
+
margin-right: 2px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
|
+
}
|
|
513
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
514
|
+
border-left: 5px solid;
|
|
515
|
+
border-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
516
|
+
}
|
|
517
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-holiday .e-span {
|
|
518
|
+
transform: rotate(90deg) !important; /* stylelint-disable-line declaration-no-important */
|
|
519
|
+
}
|
|
520
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-left-label-container {
|
|
521
|
+
padding-left: 25px !important; /* stylelint-disable-line declaration-no-important */
|
|
522
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
523
|
+
}
|
|
524
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-right-label-container {
|
|
525
|
+
margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
|
|
526
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.e-gantt-rtl .e-gantt-tooltip-label {
|
|
530
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
531
|
+
}
|
|
532
|
+
.e-gantt-rtl .e-tip-content {
|
|
533
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.e-gantt-dialog.e-rtl .e-dlg-closeicon-btn {
|
|
537
|
+
padding: 4px 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
470
538
|
}
|
|
471
539
|
|
|
472
540
|
.e-gantt {
|
|
@@ -578,6 +646,7 @@
|
|
|
578
646
|
border-top-style: none;
|
|
579
647
|
border-top-width: 0;
|
|
580
648
|
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
649
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
581
650
|
}
|
|
582
651
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
583
652
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
@@ -586,6 +655,9 @@
|
|
|
586
655
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
587
656
|
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
588
657
|
}
|
|
658
|
+
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-gantt-frozen {
|
|
659
|
+
overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
660
|
+
}
|
|
589
661
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
590
662
|
width: calc(100% + 17px);
|
|
591
663
|
}
|
|
@@ -605,6 +677,12 @@
|
|
|
605
677
|
position: relative;
|
|
606
678
|
width: 100%;
|
|
607
679
|
}
|
|
680
|
+
.e-gantt .e-gantt-chart .e-chart-empty-row {
|
|
681
|
+
border: 0.5px solid;
|
|
682
|
+
position: absolute;
|
|
683
|
+
background-color: rgba(0, 112, 240, 0.15);
|
|
684
|
+
border-color: rgba(0, 112, 240, 0.65) !important;
|
|
685
|
+
}
|
|
608
686
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
609
687
|
border-right: 0 solid;
|
|
610
688
|
}
|
|
@@ -699,10 +777,10 @@
|
|
|
699
777
|
box-sizing: border-box;
|
|
700
778
|
}
|
|
701
779
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
702
|
-
border-spacing: 0;
|
|
780
|
+
border-spacing: 0.25px;
|
|
703
781
|
}
|
|
704
782
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
705
|
-
border-top
|
|
783
|
+
border-top: 0;
|
|
706
784
|
}
|
|
707
785
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
708
786
|
border-collapse: separate;
|
|
@@ -853,6 +931,88 @@
|
|
|
853
931
|
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
854
932
|
line-height: initial;
|
|
855
933
|
}
|
|
934
|
+
.e-gantt .e-gantt-chart .e-masked-tbody {
|
|
935
|
+
table-layout: fixed;
|
|
936
|
+
width: 100%;
|
|
937
|
+
}
|
|
938
|
+
.e-gantt .e-gantt-chart .e-div-background {
|
|
939
|
+
border-color: #e1dfdd;
|
|
940
|
+
border-right-style: solid;
|
|
941
|
+
border-right-width: 1px;
|
|
942
|
+
height: 100%;
|
|
943
|
+
position: absolute;
|
|
944
|
+
}
|
|
945
|
+
.e-gantt .e-gantt-chart .e-innerHTML {
|
|
946
|
+
height: 16px;
|
|
947
|
+
width: 16px;
|
|
948
|
+
left: 14px;
|
|
949
|
+
background: #e1dfdd;
|
|
950
|
+
}
|
|
951
|
+
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
952
|
+
height: 16px;
|
|
953
|
+
width: 16px;
|
|
954
|
+
left: 30px;
|
|
955
|
+
background: #e1dfdd;
|
|
956
|
+
}
|
|
957
|
+
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
958
|
+
height: 16px;
|
|
959
|
+
width: 16px;
|
|
960
|
+
left: 60px;
|
|
961
|
+
background: #e1dfdd;
|
|
962
|
+
}
|
|
963
|
+
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
964
|
+
height: 16px;
|
|
965
|
+
width: 82px;
|
|
966
|
+
left: 20px;
|
|
967
|
+
background: #e1dfdd;
|
|
968
|
+
}
|
|
969
|
+
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
970
|
+
height: 12px;
|
|
971
|
+
width: 88px;
|
|
972
|
+
left: 14px;
|
|
973
|
+
border-radius: 0;
|
|
974
|
+
background: #e1dfdd;
|
|
975
|
+
}
|
|
976
|
+
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
977
|
+
height: 18px;
|
|
978
|
+
width: 410px;
|
|
979
|
+
border-radius: 0;
|
|
980
|
+
background: #e1dfdd;
|
|
981
|
+
}
|
|
982
|
+
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
983
|
+
height: 12px;
|
|
984
|
+
width: 88px;
|
|
985
|
+
left: 14px;
|
|
986
|
+
border-radius: 0;
|
|
987
|
+
background: #e1dfdd;
|
|
988
|
+
}
|
|
989
|
+
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
990
|
+
height: 18px;
|
|
991
|
+
width: 208px;
|
|
992
|
+
border-radius: 0;
|
|
993
|
+
background: #e1dfdd;
|
|
994
|
+
}
|
|
995
|
+
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
996
|
+
height: 12px;
|
|
997
|
+
width: 108px;
|
|
998
|
+
left: 64px;
|
|
999
|
+
border-radius: 0;
|
|
1000
|
+
background: #e1dfdd;
|
|
1001
|
+
}
|
|
1002
|
+
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
1003
|
+
height: 18px;
|
|
1004
|
+
width: 195px;
|
|
1005
|
+
left: 192px;
|
|
1006
|
+
border-radius: 0;
|
|
1007
|
+
background: #e1dfdd;
|
|
1008
|
+
}
|
|
1009
|
+
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
1010
|
+
height: 18px;
|
|
1011
|
+
width: 156px;
|
|
1012
|
+
left: 388px;
|
|
1013
|
+
border-radius: 0;
|
|
1014
|
+
background: #e1dfdd;
|
|
1015
|
+
}
|
|
856
1016
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
857
1017
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
858
1018
|
display: inline-block;
|
|
@@ -887,7 +1047,7 @@
|
|
|
887
1047
|
border-right: 7px solid transparent;
|
|
888
1048
|
cursor: col-resize;
|
|
889
1049
|
height: 0;
|
|
890
|
-
left:
|
|
1050
|
+
left: 1px;
|
|
891
1051
|
position: absolute;
|
|
892
1052
|
top: -7px;
|
|
893
1053
|
width: 0;
|
|
@@ -899,7 +1059,7 @@
|
|
|
899
1059
|
border-right: 6px solid transparent;
|
|
900
1060
|
cursor: col-resize;
|
|
901
1061
|
height: 0;
|
|
902
|
-
left:
|
|
1062
|
+
left: 2px;
|
|
903
1063
|
position: absolute;
|
|
904
1064
|
top: -7px;
|
|
905
1065
|
width: 0;
|
|
@@ -947,6 +1107,7 @@
|
|
|
947
1107
|
}
|
|
948
1108
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
949
1109
|
overflow: hidden;
|
|
1110
|
+
border-collapse: separate;
|
|
950
1111
|
}
|
|
951
1112
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
952
1113
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
@@ -991,7 +1152,6 @@
|
|
|
991
1152
|
border-radius: 3px;
|
|
992
1153
|
font-weight: 500;
|
|
993
1154
|
height: 30px;
|
|
994
|
-
left: 5px;
|
|
995
1155
|
line-height: 1.5;
|
|
996
1156
|
padding: 7px 12px;
|
|
997
1157
|
position: absolute;
|
|
@@ -1200,7 +1360,7 @@
|
|
|
1200
1360
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1201
1361
|
border-radius: 50%;
|
|
1202
1362
|
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1203
|
-
width: auto
|
|
1363
|
+
width: auto;
|
|
1204
1364
|
}
|
|
1205
1365
|
|
|
1206
1366
|
.e-icon-rowselect::before {
|
|
@@ -1378,6 +1538,7 @@
|
|
|
1378
1538
|
font-size: 12px;
|
|
1379
1539
|
font-weight: 400;
|
|
1380
1540
|
line-height: 1.8;
|
|
1541
|
+
color: #000;
|
|
1381
1542
|
}
|
|
1382
1543
|
|
|
1383
1544
|
/*! Gantt theme */
|
|
@@ -1434,6 +1595,7 @@
|
|
|
1434
1595
|
border-bottom-color: #484848;
|
|
1435
1596
|
border-bottom-width: 0px;
|
|
1436
1597
|
border-right-color: #484848;
|
|
1598
|
+
border-left-color: #484848;
|
|
1437
1599
|
color: #f0f0f0;
|
|
1438
1600
|
height: 64px;
|
|
1439
1601
|
}
|
|
@@ -1476,7 +1638,7 @@
|
|
|
1476
1638
|
}
|
|
1477
1639
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1478
1640
|
background-color: #248aff;
|
|
1479
|
-
|
|
1641
|
+
outline: 1px solid #0070f0;
|
|
1480
1642
|
border-radius: 4px;
|
|
1481
1643
|
}
|
|
1482
1644
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
|
|
@@ -1498,7 +1660,7 @@
|
|
|
1498
1660
|
}
|
|
1499
1661
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
1500
1662
|
background-color: #029f90;
|
|
1501
|
-
|
|
1663
|
+
outline: 1px solid #4cc7ba;
|
|
1502
1664
|
border-radius: 4px;
|
|
1503
1665
|
}
|
|
1504
1666
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
@@ -1554,6 +1716,7 @@
|
|
|
1554
1716
|
}
|
|
1555
1717
|
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
1556
1718
|
border-right-color: #cae8ff;
|
|
1719
|
+
border-left-color: #cae8ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1557
1720
|
}
|
|
1558
1721
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1559
1722
|
background: linear-gradient(to right, rgba(0, 112, 240, 0.2), #0070f0 30%, #0070f0 70%, #0070f0 70%, rgba(0, 112, 240, 0.2) 100%);
|
|
@@ -1646,14 +1809,16 @@
|
|
|
1646
1809
|
border-width: 3px;
|
|
1647
1810
|
}
|
|
1648
1811
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
|
|
1649
|
-
border-
|
|
1650
|
-
border-bottom-
|
|
1651
|
-
border-top-left-radius: 0px;
|
|
1812
|
+
border-top-left-radius: 0;
|
|
1813
|
+
border-bottom-left-radius: 0;
|
|
1652
1814
|
border-top-right-radius: 2px;
|
|
1815
|
+
border-bottom-right-radius: 2px;
|
|
1653
1816
|
}
|
|
1654
1817
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
|
|
1655
1818
|
border-bottom-left-radius: 2px;
|
|
1656
1819
|
border-top-left-radius: 2px;
|
|
1820
|
+
border-bottom-right-radius: 0;
|
|
1821
|
+
border-top-right-radius: 0;
|
|
1657
1822
|
}
|
|
1658
1823
|
.e-gantt .e-gantt-chart .e-task-label {
|
|
1659
1824
|
color: #fff;
|
|
@@ -1806,6 +1971,9 @@
|
|
|
1806
1971
|
color: #f0f0f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1807
1972
|
}
|
|
1808
1973
|
|
|
1974
|
+
.e-gantt-dialog .e-dlg-content .e-rte-quick-popup.e-hide {
|
|
1975
|
+
border: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1976
|
+
}
|
|
1809
1977
|
.e-gantt-dialog .e-dlg-header {
|
|
1810
1978
|
color: #fff;
|
|
1811
1979
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-dropdown-btn.e-active.e-tbar-btn {
|
|
3
2
|
background: #e6e6e6;
|
|
4
3
|
border: 1px solid #8c8c8c;
|
|
@@ -334,7 +333,7 @@
|
|
|
334
333
|
content: "\e842";
|
|
335
334
|
}
|
|
336
335
|
.e-gantt .e-notes-info::before {
|
|
337
|
-
content: "
|
|
336
|
+
content: "\e607";
|
|
338
337
|
}
|
|
339
338
|
.e-gantt .e-left-resize-gripper::before,
|
|
340
339
|
.e-gantt .e-right-resize-gripper::before {
|
|
@@ -486,7 +485,7 @@
|
|
|
486
485
|
border-radius: 6px !important;
|
|
487
486
|
padding: 32px 16px 16px !important;
|
|
488
487
|
}
|
|
489
|
-
.e-bigger .e-columnmenu {
|
|
488
|
+
.e-bigger .e-grid .e-columnmenu {
|
|
490
489
|
top: 40px;
|
|
491
490
|
}
|
|
492
491
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -611,6 +610,75 @@
|
|
|
611
610
|
font-size: 12px;
|
|
612
611
|
font-weight: 400;
|
|
613
612
|
line-height: 1.8;
|
|
613
|
+
color: #000;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.e-blazor-gantt-tooltip .e-tip-content {
|
|
617
|
+
overflow-wrap: unset !important; /* stylelint-disable-line declaration-no-important */
|
|
618
|
+
white-space: nowrap !important; /* stylelint-disable-line declaration-no-important */
|
|
619
|
+
word-break: unset !important; /* stylelint-disable-line declaration-no-important */
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
.e-gantt-tooltip .e-tip-content {
|
|
623
|
+
text-align: left !important; /* stylelint-disable-line declaration-no-important */
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.e-gantt.e-gantt-rtl .e-connector-line-right-arrow {
|
|
627
|
+
border-left: none !important; /* stylelint-disable-line declaration-no-important */
|
|
628
|
+
border-right-color: #21527d;
|
|
629
|
+
}
|
|
630
|
+
.e-gantt.e-gantt-rtl .e-connector-line-left-arrow {
|
|
631
|
+
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
632
|
+
border-left-color: #21527d;
|
|
633
|
+
}
|
|
634
|
+
.e-gantt.e-gantt-rtl .e-toolbar-right {
|
|
635
|
+
left: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
636
|
+
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
637
|
+
}
|
|
638
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
|
|
639
|
+
border-right: none !important; /* stylelint-disable-line declaration-no-important */
|
|
640
|
+
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
|
|
641
|
+
border-left-color: #ddd !important; /* stylelint-disable-line declaration-no-important */
|
|
642
|
+
}
|
|
643
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text {
|
|
644
|
+
padding-right: 11px !important; /* stylelint-disable-line declaration-no-important */
|
|
645
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
646
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
647
|
+
}
|
|
648
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
649
|
+
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
650
|
+
}
|
|
651
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
652
|
+
right: 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
653
|
+
}
|
|
654
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-connectorpoint-right {
|
|
655
|
+
margin-right: 2px !important; /* stylelint-disable-line declaration-no-important */
|
|
656
|
+
}
|
|
657
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
658
|
+
border-left: 5px solid;
|
|
659
|
+
border-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
660
|
+
}
|
|
661
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-holiday .e-span {
|
|
662
|
+
transform: rotate(90deg) !important; /* stylelint-disable-line declaration-no-important */
|
|
663
|
+
}
|
|
664
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-left-label-container {
|
|
665
|
+
padding-left: 25px !important; /* stylelint-disable-line declaration-no-important */
|
|
666
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
667
|
+
}
|
|
668
|
+
.e-gantt.e-gantt-rtl .e-gantt-chart .e-right-label-container {
|
|
669
|
+
margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
|
|
670
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.e-gantt-rtl .e-gantt-tooltip-label {
|
|
674
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
675
|
+
}
|
|
676
|
+
.e-gantt-rtl .e-tip-content {
|
|
677
|
+
text-align: right !important; /* stylelint-disable-line declaration-no-important */
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
.e-gantt-dialog.e-rtl .e-dlg-closeicon-btn {
|
|
681
|
+
padding: 4px 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
614
682
|
}
|
|
615
683
|
|
|
616
684
|
.e-gantt {
|
|
@@ -722,6 +790,7 @@
|
|
|
722
790
|
border-top-style: none;
|
|
723
791
|
border-top-width: 0;
|
|
724
792
|
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
793
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
725
794
|
}
|
|
726
795
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
727
796
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
@@ -730,6 +799,9 @@
|
|
|
730
799
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
731
800
|
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
732
801
|
}
|
|
802
|
+
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-gantt-frozen {
|
|
803
|
+
overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
804
|
+
}
|
|
733
805
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
734
806
|
width: calc(100% + 17px);
|
|
735
807
|
}
|
|
@@ -749,6 +821,12 @@
|
|
|
749
821
|
position: relative;
|
|
750
822
|
width: 100%;
|
|
751
823
|
}
|
|
824
|
+
.e-gantt .e-gantt-chart .e-chart-empty-row {
|
|
825
|
+
border: 0.5px solid;
|
|
826
|
+
position: absolute;
|
|
827
|
+
background-color: rgba(33, 82, 125, 0.15);
|
|
828
|
+
border-color: rgba(33, 82, 125, 0.65) !important;
|
|
829
|
+
}
|
|
752
830
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
753
831
|
border-right: 0 solid;
|
|
754
832
|
}
|
|
@@ -843,10 +921,10 @@
|
|
|
843
921
|
box-sizing: border-box;
|
|
844
922
|
}
|
|
845
923
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
846
|
-
border-spacing: 0;
|
|
924
|
+
border-spacing: 0.25px;
|
|
847
925
|
}
|
|
848
926
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
849
|
-
border-top
|
|
927
|
+
border-top: 0;
|
|
850
928
|
}
|
|
851
929
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
852
930
|
border-collapse: separate;
|
|
@@ -997,6 +1075,88 @@
|
|
|
997
1075
|
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
998
1076
|
line-height: initial;
|
|
999
1077
|
}
|
|
1078
|
+
.e-gantt .e-gantt-chart .e-masked-tbody {
|
|
1079
|
+
table-layout: fixed;
|
|
1080
|
+
width: 100%;
|
|
1081
|
+
}
|
|
1082
|
+
.e-gantt .e-gantt-chart .e-div-background {
|
|
1083
|
+
border-color: #e1dfdd;
|
|
1084
|
+
border-right-style: solid;
|
|
1085
|
+
border-right-width: 1px;
|
|
1086
|
+
height: 100%;
|
|
1087
|
+
position: absolute;
|
|
1088
|
+
}
|
|
1089
|
+
.e-gantt .e-gantt-chart .e-innerHTML {
|
|
1090
|
+
height: 16px;
|
|
1091
|
+
width: 16px;
|
|
1092
|
+
left: 14px;
|
|
1093
|
+
background: #e1dfdd;
|
|
1094
|
+
}
|
|
1095
|
+
.e-gantt .e-gantt-chart .e-innerHTML1 {
|
|
1096
|
+
height: 16px;
|
|
1097
|
+
width: 16px;
|
|
1098
|
+
left: 30px;
|
|
1099
|
+
background: #e1dfdd;
|
|
1100
|
+
}
|
|
1101
|
+
.e-gantt .e-gantt-chart .e-innerHTML2 {
|
|
1102
|
+
height: 16px;
|
|
1103
|
+
width: 16px;
|
|
1104
|
+
left: 60px;
|
|
1105
|
+
background: #e1dfdd;
|
|
1106
|
+
}
|
|
1107
|
+
.e-gantt .e-gantt-chart .e-timelineHeader {
|
|
1108
|
+
height: 16px;
|
|
1109
|
+
width: 82px;
|
|
1110
|
+
left: 20px;
|
|
1111
|
+
background: #e1dfdd;
|
|
1112
|
+
}
|
|
1113
|
+
.e-gantt .e-gantt-chart .e-maskcell01 {
|
|
1114
|
+
height: 12px;
|
|
1115
|
+
width: 88px;
|
|
1116
|
+
left: 14px;
|
|
1117
|
+
border-radius: 0;
|
|
1118
|
+
background: #e1dfdd;
|
|
1119
|
+
}
|
|
1120
|
+
.e-gantt .e-gantt-chart .e-maskcell02 {
|
|
1121
|
+
height: 18px;
|
|
1122
|
+
width: 410px;
|
|
1123
|
+
border-radius: 0;
|
|
1124
|
+
background: #e1dfdd;
|
|
1125
|
+
}
|
|
1126
|
+
.e-gantt .e-gantt-chart .e-maskcell03 {
|
|
1127
|
+
height: 12px;
|
|
1128
|
+
width: 88px;
|
|
1129
|
+
left: 14px;
|
|
1130
|
+
border-radius: 0;
|
|
1131
|
+
background: #e1dfdd;
|
|
1132
|
+
}
|
|
1133
|
+
.e-gantt .e-gantt-chart .e-maskcell04 {
|
|
1134
|
+
height: 18px;
|
|
1135
|
+
width: 208px;
|
|
1136
|
+
border-radius: 0;
|
|
1137
|
+
background: #e1dfdd;
|
|
1138
|
+
}
|
|
1139
|
+
.e-gantt .e-gantt-chart .e-maskcell05 {
|
|
1140
|
+
height: 12px;
|
|
1141
|
+
width: 108px;
|
|
1142
|
+
left: 64px;
|
|
1143
|
+
border-radius: 0;
|
|
1144
|
+
background: #e1dfdd;
|
|
1145
|
+
}
|
|
1146
|
+
.e-gantt .e-gantt-chart .e-maskcell06 {
|
|
1147
|
+
height: 18px;
|
|
1148
|
+
width: 195px;
|
|
1149
|
+
left: 192px;
|
|
1150
|
+
border-radius: 0;
|
|
1151
|
+
background: #e1dfdd;
|
|
1152
|
+
}
|
|
1153
|
+
.e-gantt .e-gantt-chart .e-maskcell07 {
|
|
1154
|
+
height: 18px;
|
|
1155
|
+
width: 156px;
|
|
1156
|
+
left: 388px;
|
|
1157
|
+
border-radius: 0;
|
|
1158
|
+
background: #e1dfdd;
|
|
1159
|
+
}
|
|
1000
1160
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
1001
1161
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
1002
1162
|
display: inline-block;
|
|
@@ -1031,7 +1191,7 @@
|
|
|
1031
1191
|
border-right: 7px solid transparent;
|
|
1032
1192
|
cursor: col-resize;
|
|
1033
1193
|
height: 0;
|
|
1034
|
-
left:
|
|
1194
|
+
left: 1px;
|
|
1035
1195
|
position: absolute;
|
|
1036
1196
|
top: -7px;
|
|
1037
1197
|
width: 0;
|
|
@@ -1043,7 +1203,7 @@
|
|
|
1043
1203
|
border-right: 6px solid transparent;
|
|
1044
1204
|
cursor: col-resize;
|
|
1045
1205
|
height: 0;
|
|
1046
|
-
left:
|
|
1206
|
+
left: 2px;
|
|
1047
1207
|
position: absolute;
|
|
1048
1208
|
top: -7px;
|
|
1049
1209
|
width: 0;
|
|
@@ -1091,6 +1251,7 @@
|
|
|
1091
1251
|
}
|
|
1092
1252
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
1093
1253
|
overflow: hidden;
|
|
1254
|
+
border-collapse: separate;
|
|
1094
1255
|
}
|
|
1095
1256
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
1096
1257
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
@@ -1135,7 +1296,6 @@
|
|
|
1135
1296
|
border-radius: 3px;
|
|
1136
1297
|
font-weight: 500;
|
|
1137
1298
|
height: 30px;
|
|
1138
|
-
left: 5px;
|
|
1139
1299
|
line-height: 1.5;
|
|
1140
1300
|
padding: 7px 12px;
|
|
1141
1301
|
position: absolute;
|
|
@@ -1344,7 +1504,7 @@
|
|
|
1344
1504
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1345
1505
|
border-radius: 50%;
|
|
1346
1506
|
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1347
|
-
width: auto
|
|
1507
|
+
width: auto;
|
|
1348
1508
|
}
|
|
1349
1509
|
|
|
1350
1510
|
.e-icon-rowselect::before {
|
|
@@ -1522,6 +1682,7 @@
|
|
|
1522
1682
|
font-size: 12px;
|
|
1523
1683
|
font-weight: 400;
|
|
1524
1684
|
line-height: 1.8;
|
|
1685
|
+
color: #000;
|
|
1525
1686
|
}
|
|
1526
1687
|
|
|
1527
1688
|
/*! Gantt theme */
|
|
@@ -1578,6 +1739,7 @@
|
|
|
1578
1739
|
border-bottom-color: #ddd;
|
|
1579
1740
|
border-bottom-width: 0px;
|
|
1580
1741
|
border-right-color: #ddd;
|
|
1742
|
+
border-left-color: #ddd;
|
|
1581
1743
|
color: #333;
|
|
1582
1744
|
height: 64px;
|
|
1583
1745
|
}
|
|
@@ -1620,7 +1782,7 @@
|
|
|
1620
1782
|
}
|
|
1621
1783
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1622
1784
|
background-color: #317ab9;
|
|
1623
|
-
|
|
1785
|
+
outline: 1px solid #21527d;
|
|
1624
1786
|
border-radius: 4px;
|
|
1625
1787
|
}
|
|
1626
1788
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
|
|
@@ -1642,7 +1804,7 @@
|
|
|
1642
1804
|
}
|
|
1643
1805
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
1644
1806
|
background-color: #777;
|
|
1645
|
-
|
|
1807
|
+
outline: 1px solid #555;
|
|
1646
1808
|
border-radius: 4px;
|
|
1647
1809
|
}
|
|
1648
1810
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
@@ -1698,6 +1860,7 @@
|
|
|
1698
1860
|
}
|
|
1699
1861
|
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
1700
1862
|
border-right-color: #8a6d3b;
|
|
1863
|
+
border-left-color: #8a6d3b !important; /* stylelint-disable-line declaration-no-important */
|
|
1701
1864
|
}
|
|
1702
1865
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1703
1866
|
background: linear-gradient(to right, rgba(49, 122, 185, 0.2), #317ab9 30%, #317ab9 70%, #317ab9 70%, rgba(49, 122, 185, 0.2) 100%);
|
|
@@ -1790,14 +1953,16 @@
|
|
|
1790
1953
|
border-width: 3px;
|
|
1791
1954
|
}
|
|
1792
1955
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
|
|
1793
|
-
border-
|
|
1794
|
-
border-bottom-
|
|
1795
|
-
border-top-left-radius: 0px;
|
|
1956
|
+
border-top-left-radius: 0;
|
|
1957
|
+
border-bottom-left-radius: 0;
|
|
1796
1958
|
border-top-right-radius: 2px;
|
|
1959
|
+
border-bottom-right-radius: 2px;
|
|
1797
1960
|
}
|
|
1798
1961
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
|
|
1799
1962
|
border-bottom-left-radius: 2px;
|
|
1800
1963
|
border-top-left-radius: 2px;
|
|
1964
|
+
border-bottom-right-radius: 0;
|
|
1965
|
+
border-top-right-radius: 0;
|
|
1801
1966
|
}
|
|
1802
1967
|
.e-gantt .e-gantt-chart .e-task-label {
|
|
1803
1968
|
color: #fff;
|
|
@@ -1950,6 +2115,9 @@
|
|
|
1950
2115
|
color: #333 !important; /* stylelint-disable-line declaration-no-important */
|
|
1951
2116
|
}
|
|
1952
2117
|
|
|
2118
|
+
.e-gantt-dialog .e-dlg-content .e-rte-quick-popup.e-hide {
|
|
2119
|
+
border: none !important; /* stylelint-disable-line declaration-no-important */
|
|
2120
|
+
}
|
|
1953
2121
|
.e-gantt-dialog .e-dlg-header {
|
|
1954
2122
|
color: #fff;
|
|
1955
2123
|
}
|