@syncfusion/ej2-angular-gantt 20.2.43 → 20.2.45-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-gantt.es5.js +812 -0
- package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-gantt.js +764 -0
- package/@syncfusion/ej2-angular-gantt.js.map +1 -0
- package/CHANGELOG.md +1336 -0
- package/dist/ej2-angular-gantt.umd.js +908 -0
- package/dist/ej2-angular-gantt.umd.js.map +1 -0
- package/dist/ej2-angular-gantt.umd.min.js +11 -0
- package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
- package/{syncfusion-ej2-angular-gantt.d.ts → ej2-angular-gantt.d.ts} +1 -1
- package/ej2-angular-gantt.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +30 -0
- package/schematics/generators/gantt-daymarkers/index.d.ts +3 -0
- package/schematics/generators/gantt-daymarkers/index.js +8 -0
- package/schematics/generators/gantt-daymarkers/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-daymarkers/sample-details.js +7 -0
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
- package/schematics/generators/gantt-daymarkers/schema.d.ts +3 -0
- package/schematics/generators/gantt-daymarkers/schema.js +2 -0
- package/schematics/generators/gantt-daymarkers/schema.json +125 -0
- package/schematics/generators/gantt-default/index.d.ts +3 -0
- package/schematics/generators/gantt-default/index.js +8 -0
- package/schematics/generators/gantt-default/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-default/sample-details.js +7 -0
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/gantt-default/schema.d.ts +3 -0
- package/schematics/generators/gantt-default/schema.js +2 -0
- package/schematics/generators/gantt-default/schema.json +125 -0
- package/schematics/generators/gantt-editing/index.d.ts +3 -0
- package/schematics/generators/gantt-editing/index.js +8 -0
- package/schematics/generators/gantt-editing/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-editing/sample-details.js +7 -0
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/gantt-editing/schema.d.ts +3 -0
- package/schematics/generators/gantt-editing/schema.js +2 -0
- package/schematics/generators/gantt-editing/schema.json +125 -0
- package/schematics/generators/gantt-localdata/index.d.ts +3 -0
- package/schematics/generators/gantt-localdata/index.js +8 -0
- package/schematics/generators/gantt-localdata/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-localdata/sample-details.js +7 -0
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/gantt-localdata/schema.d.ts +3 -0
- package/schematics/generators/gantt-localdata/schema.js +2 -0
- package/schematics/generators/gantt-localdata/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/gantt/adddialogfields.directive.d.ts +0 -5
- package/src/gantt/columns.directive.d.ts +0 -5
- package/src/gantt/dayworkingtime.directive.d.ts +0 -5
- package/src/gantt/editdialogfields.directive.d.ts +0 -5
- package/src/gantt/eventmarkers.directive.d.ts +0 -5
- package/src/gantt/gantt-all.module.d.ts +1 -6
- package/src/gantt/gantt.component.d.ts +0 -3
- package/src/gantt/gantt.module.d.ts +0 -12
- package/src/gantt/holidays.directive.d.ts +0 -5
- package/src/index.d.ts +1 -1
- package/styles/bootstrap-dark.css +60 -64
- package/styles/bootstrap.css +60 -64
- package/styles/bootstrap4.css +60 -64
- package/styles/bootstrap5-dark.css +61 -68
- package/styles/bootstrap5.css +61 -68
- package/styles/fabric-dark.css +60 -64
- package/styles/fabric.css +60 -64
- package/styles/fluent-dark.css +60 -64
- package/styles/fluent.css +60 -64
- package/styles/gantt/bootstrap-dark.css +60 -64
- package/styles/gantt/bootstrap-dark.scss +1 -22
- package/styles/gantt/bootstrap.css +60 -64
- package/styles/gantt/bootstrap.scss +1 -22
- package/styles/gantt/bootstrap4.css +60 -64
- package/styles/gantt/bootstrap4.scss +1 -22
- package/styles/gantt/bootstrap5-dark.css +61 -68
- package/styles/gantt/bootstrap5-dark.scss +1 -22
- package/styles/gantt/bootstrap5.css +61 -68
- package/styles/gantt/bootstrap5.scss +1 -22
- package/styles/gantt/fabric-dark.css +60 -64
- package/styles/gantt/fabric-dark.scss +1 -22
- package/styles/gantt/fabric.css +60 -64
- package/styles/gantt/fabric.scss +1 -22
- package/styles/gantt/fluent-dark.css +60 -64
- package/styles/gantt/fluent-dark.scss +1 -22
- package/styles/gantt/fluent.css +60 -64
- package/styles/gantt/fluent.scss +1 -22
- package/styles/gantt/highcontrast-light.css +60 -67
- package/styles/gantt/highcontrast-light.scss +1 -21
- package/styles/gantt/highcontrast.css +60 -67
- package/styles/gantt/highcontrast.scss +1 -22
- package/styles/gantt/material-dark.css +63 -67
- package/styles/gantt/material-dark.scss +1 -22
- package/styles/gantt/material.css +63 -67
- package/styles/gantt/material.scss +1 -22
- package/styles/gantt/tailwind-dark.css +62 -66
- package/styles/gantt/tailwind-dark.scss +1 -22
- package/styles/gantt/tailwind.css +62 -66
- package/styles/gantt/tailwind.scss +1 -22
- package/styles/highcontrast-light.css +60 -67
- package/styles/highcontrast.css +60 -67
- package/styles/material-dark.css +63 -67
- package/styles/material.css +63 -67
- package/styles/tailwind-dark.css +62 -66
- package/styles/tailwind.css +62 -66
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
- package/esm2020/src/gantt/columns.directive.mjs +0 -72
- package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
- package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
- package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
- package/esm2020/src/gantt/gantt-all.module.mjs +0 -68
- package/esm2020/src/gantt/gantt.component.mjs +0 -248
- package/esm2020/src/gantt/gantt.module.mjs +0 -79
- package/esm2020/src/gantt/holidays.directive.mjs +0 -58
- package/esm2020/src/index.mjs +0 -11
- package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -724
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -724
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
- package/styles/gantt/_all.scss +0 -2
- package/styles/gantt/_bootstrap-dark-definition.scss +0 -207
- package/styles/gantt/_bootstrap-definition.scss +0 -208
- package/styles/gantt/_bootstrap4-definition.scss +0 -210
- package/styles/gantt/_bootstrap5-dark-definition.scss +0 -1
- package/styles/gantt/_bootstrap5-definition.scss +0 -212
- package/styles/gantt/_fabric-dark-definition.scss +0 -208
- package/styles/gantt/_fabric-definition.scss +0 -208
- package/styles/gantt/_fluent-dark-definition.scss +0 -1
- package/styles/gantt/_fluent-definition.scss +0 -212
- package/styles/gantt/_fusionnew-definition.scss +0 -211
- package/styles/gantt/_highcontrast-definition.scss +0 -208
- package/styles/gantt/_highcontrast-light-definition.scss +0 -208
- package/styles/gantt/_layout.scss +0 -1355
- package/styles/gantt/_material-dark-definition.scss +0 -209
- package/styles/gantt/_material-definition.scss +0 -209
- package/styles/gantt/_material3-definition.scss +0 -212
- package/styles/gantt/_tailwind-dark-definition.scss +0 -1
- package/styles/gantt/_tailwind-definition.scss +0 -212
- package/styles/gantt/_theme.scss +0 -702
- package/styles/gantt/icons/_bootstrap-dark.scss +0 -124
- package/styles/gantt/icons/_bootstrap.scss +0 -124
- package/styles/gantt/icons/_bootstrap4.scss +0 -124
- package/styles/gantt/icons/_bootstrap5-dark.scss +0 -1
- package/styles/gantt/icons/_bootstrap5.scss +0 -124
- package/styles/gantt/icons/_fabric-dark.scss +0 -124
- package/styles/gantt/icons/_fabric.scss +0 -124
- package/styles/gantt/icons/_fluent-dark.scss +0 -1
- package/styles/gantt/icons/_fluent.scss +0 -124
- package/styles/gantt/icons/_fusionnew.scss +0 -120
- package/styles/gantt/icons/_highcontrast.scss +0 -124
- package/styles/gantt/icons/_material-dark.scss +0 -124
- package/styles/gantt/icons/_material.scss +0 -124
- package/styles/gantt/icons/_material3.scss +0 -124
- package/styles/gantt/icons/_tailwind-dark.scss +0 -124
- package/styles/gantt/icons/_tailwind.scss +0 -124
package/styles/highcontrast.css
CHANGED
|
@@ -81,9 +81,6 @@
|
|
|
81
81
|
color: #fff;
|
|
82
82
|
top: 12px;
|
|
83
83
|
}
|
|
84
|
-
.e-multiselect .e-multi-select-wrapper input {
|
|
85
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
86
|
-
}
|
|
87
84
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
88
85
|
color: #969696;
|
|
89
86
|
font-family: inherit;
|
|
@@ -183,8 +180,6 @@
|
|
|
183
180
|
/*! Horizontal Tab */
|
|
184
181
|
/*! HighContrast specific themes definition's */
|
|
185
182
|
/*! Vertical Tab */
|
|
186
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
187
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
188
183
|
@keyframes material-spinner-rotate {
|
|
189
184
|
0% {
|
|
190
185
|
transform: rotate(0);
|
|
@@ -201,7 +196,6 @@
|
|
|
201
196
|
transform: rotate(360deg);
|
|
202
197
|
}
|
|
203
198
|
}
|
|
204
|
-
/* stylelint-disable */
|
|
205
199
|
.e-gantt .e-add::before {
|
|
206
200
|
content: "\e7d5";
|
|
207
201
|
}
|
|
@@ -351,10 +345,10 @@
|
|
|
351
345
|
height: 241px !important;
|
|
352
346
|
}
|
|
353
347
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
354
|
-
height: 63px !important;
|
|
348
|
+
height: 63px !important;
|
|
355
349
|
}
|
|
356
350
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
357
|
-
padding: 16px 4px 12px 18px !important;
|
|
351
|
+
padding: 16px 4px 12px 18px !important;
|
|
358
352
|
}
|
|
359
353
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
360
354
|
left: 2px !important;
|
|
@@ -390,7 +384,7 @@
|
|
|
390
384
|
width: 554px !important;
|
|
391
385
|
}
|
|
392
386
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
393
|
-
padding: 0 16px !important;
|
|
387
|
+
padding: 0 16px !important;
|
|
394
388
|
}
|
|
395
389
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
396
390
|
padding: 16px 9px 0 18px;
|
|
@@ -408,10 +402,10 @@
|
|
|
408
402
|
height: 78px !important;
|
|
409
403
|
}
|
|
410
404
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
411
|
-
border-bottom: 0 !important;
|
|
405
|
+
border-bottom: 0 !important;
|
|
412
406
|
}
|
|
413
407
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
414
|
-
border-radius: 0 !important;
|
|
408
|
+
border-radius: 0 !important;
|
|
415
409
|
}
|
|
416
410
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
417
411
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -419,28 +413,28 @@
|
|
|
419
413
|
}
|
|
420
414
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
421
415
|
border-radius: 50%;
|
|
422
|
-
height: auto !important;
|
|
416
|
+
height: auto !important;
|
|
423
417
|
width: auto;
|
|
424
418
|
}
|
|
425
419
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
426
420
|
margin-left: 6px !important;
|
|
427
421
|
}
|
|
428
422
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
429
|
-
font-size: 16px !important;
|
|
423
|
+
font-size: 16px !important;
|
|
430
424
|
}
|
|
431
425
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
432
426
|
min-height: 38px !important;
|
|
433
|
-
min-width: 35.82px !important;
|
|
427
|
+
min-width: 35.82px !important;
|
|
434
428
|
}
|
|
435
429
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
436
430
|
line-height: 24px;
|
|
437
|
-
padding: 6px 16px 6px 15px !important;
|
|
431
|
+
padding: 6px 16px 6px 15px !important;
|
|
438
432
|
}
|
|
439
433
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
440
|
-
padding: 6px 21px 6px 23px !important;
|
|
434
|
+
padding: 6px 21px 6px 23px !important;
|
|
441
435
|
}
|
|
442
436
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
443
|
-
font-size: 16px !important;
|
|
437
|
+
font-size: 16px !important;
|
|
444
438
|
}
|
|
445
439
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
446
440
|
font-size: 14px;
|
|
@@ -455,17 +449,17 @@
|
|
|
455
449
|
}
|
|
456
450
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
457
451
|
min-height: 38px !important;
|
|
458
|
-
min-width: 35.82px !important;
|
|
452
|
+
min-width: 35.82px !important;
|
|
459
453
|
}
|
|
460
454
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
461
455
|
min-height: 38px !important;
|
|
462
|
-
min-width: 35.82px !important;
|
|
456
|
+
min-width: 35.82px !important;
|
|
463
457
|
}
|
|
464
458
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
465
459
|
height: 40px;
|
|
466
460
|
}
|
|
467
461
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
468
|
-
min-width: 36px !important;
|
|
462
|
+
min-width: 36px !important;
|
|
469
463
|
}
|
|
470
464
|
.e-bigger .e-predecessor-tooltip {
|
|
471
465
|
background-color: #000;
|
|
@@ -477,7 +471,7 @@
|
|
|
477
471
|
color: #757575 !important;
|
|
478
472
|
}
|
|
479
473
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
480
|
-
padding: 3px !important;
|
|
474
|
+
padding: 3px !important;
|
|
481
475
|
}
|
|
482
476
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
483
477
|
background-color: #000;
|
|
@@ -579,7 +573,7 @@
|
|
|
579
573
|
margin: 0;
|
|
580
574
|
}
|
|
581
575
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
582
|
-
overflow: hidden !important;
|
|
576
|
+
overflow: hidden !important;
|
|
583
577
|
}
|
|
584
578
|
.e-gantt .e-temp-content {
|
|
585
579
|
border-left: 1px solid;
|
|
@@ -606,19 +600,19 @@
|
|
|
606
600
|
height: 45px;
|
|
607
601
|
}
|
|
608
602
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
609
|
-
border-right-width: 0 !important;
|
|
603
|
+
border-right-width: 0 !important;
|
|
610
604
|
}
|
|
611
605
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
612
606
|
border-top-style: none;
|
|
613
607
|
border-top-width: 0;
|
|
614
|
-
padding-right: 0 !important;
|
|
608
|
+
padding-right: 0 !important;
|
|
615
609
|
}
|
|
616
610
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
617
611
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
618
|
-
height: 63px !important;
|
|
612
|
+
height: 63px !important;
|
|
619
613
|
}
|
|
620
614
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
621
|
-
overflow-x: scroll !important;
|
|
615
|
+
overflow-x: scroll !important;
|
|
622
616
|
}
|
|
623
617
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
624
618
|
width: calc(100% + 17px);
|
|
@@ -643,7 +637,7 @@
|
|
|
643
637
|
border-right: 0 solid;
|
|
644
638
|
}
|
|
645
639
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
646
|
-
-webkit-overflow-scrolling: touch;
|
|
640
|
+
-webkit-overflow-scrolling: touch;
|
|
647
641
|
overflow-x: scroll;
|
|
648
642
|
overflow-y: auto;
|
|
649
643
|
position: relative;
|
|
@@ -664,14 +658,13 @@
|
|
|
664
658
|
}
|
|
665
659
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
666
660
|
border-bottom-style: solid;
|
|
667
|
-
border-right
|
|
661
|
+
border-right: 1px solid;
|
|
668
662
|
overflow: hidden;
|
|
669
663
|
position: relative;
|
|
670
664
|
z-index: 6;
|
|
671
665
|
}
|
|
672
666
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
673
667
|
border-left: 0;
|
|
674
|
-
padding: 0 3px;
|
|
675
668
|
}
|
|
676
669
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
677
670
|
border-collapse: collapse;
|
|
@@ -723,7 +716,7 @@
|
|
|
723
716
|
}
|
|
724
717
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
725
718
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
726
|
-
padding-left:
|
|
719
|
+
padding-left: 11px;
|
|
727
720
|
text-align: left;
|
|
728
721
|
}
|
|
729
722
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -1211,7 +1204,7 @@
|
|
|
1211
1204
|
}
|
|
1212
1205
|
.e-gantt-dialog .e-richtexteditor {
|
|
1213
1206
|
border-bottom-width: 1px;
|
|
1214
|
-
height: 241px !important;
|
|
1207
|
+
height: 241px !important;
|
|
1215
1208
|
overflow: hidden;
|
|
1216
1209
|
}
|
|
1217
1210
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1223,10 +1216,10 @@
|
|
|
1223
1216
|
overflow: hidden;
|
|
1224
1217
|
}
|
|
1225
1218
|
.e-gantt-dialog > .e-dlg-content {
|
|
1226
|
-
padding: 0 !important;
|
|
1219
|
+
padding: 0 !important;
|
|
1227
1220
|
}
|
|
1228
1221
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1229
|
-
border-bottom: 0 !important;
|
|
1222
|
+
border-bottom: 0 !important;
|
|
1230
1223
|
}
|
|
1231
1224
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1232
1225
|
border-radius: 0px;
|
|
@@ -1234,8 +1227,8 @@
|
|
|
1234
1227
|
}
|
|
1235
1228
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1236
1229
|
border-radius: 50%;
|
|
1237
|
-
height: auto !important;
|
|
1238
|
-
width: auto !important;
|
|
1230
|
+
height: auto !important;
|
|
1231
|
+
width: auto !important;
|
|
1239
1232
|
}
|
|
1240
1233
|
|
|
1241
1234
|
.e-icon-rowselect::before {
|
|
@@ -1243,9 +1236,9 @@
|
|
|
1243
1236
|
}
|
|
1244
1237
|
|
|
1245
1238
|
.e-ganttpopup {
|
|
1246
|
-
-moz-user-select: none;
|
|
1247
|
-
-ms-user-select: none;
|
|
1248
|
-
-webkit-user-select: none;
|
|
1239
|
+
-moz-user-select: none;
|
|
1240
|
+
-ms-user-select: none;
|
|
1241
|
+
-webkit-user-select: none;
|
|
1249
1242
|
font-weight: normal;
|
|
1250
1243
|
position: absolute;
|
|
1251
1244
|
user-select: none;
|
|
@@ -1399,7 +1392,7 @@
|
|
|
1399
1392
|
border-top-right-radius: 0px;
|
|
1400
1393
|
}
|
|
1401
1394
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1402
|
-
box-shadow: 0 0 0 1px white inset !important;
|
|
1395
|
+
box-shadow: 0 0 0 1px white inset !important;
|
|
1403
1396
|
}
|
|
1404
1397
|
.e-gantt .e-temp-content {
|
|
1405
1398
|
border-color: #969696;
|
|
@@ -1414,7 +1407,7 @@
|
|
|
1414
1407
|
border-color: #969696;
|
|
1415
1408
|
}
|
|
1416
1409
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1417
|
-
height: 45px !important;
|
|
1410
|
+
height: 45px !important;
|
|
1418
1411
|
}
|
|
1419
1412
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1420
1413
|
background: rgba(255, 217, 57, 0.7);
|
|
@@ -1438,7 +1431,7 @@
|
|
|
1438
1431
|
line-height: 46px;
|
|
1439
1432
|
}
|
|
1440
1433
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1441
|
-
height: 46px !important;
|
|
1434
|
+
height: 46px !important;
|
|
1442
1435
|
}
|
|
1443
1436
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1444
1437
|
height: 32px;
|
|
@@ -1728,73 +1721,73 @@
|
|
|
1728
1721
|
color: transparent;
|
|
1729
1722
|
}
|
|
1730
1723
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1731
|
-
color: transparent !important;
|
|
1724
|
+
color: transparent !important;
|
|
1732
1725
|
}
|
|
1733
1726
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1734
|
-
border-color: #8A8A8A !important;
|
|
1727
|
+
border-color: #8A8A8A !important;
|
|
1735
1728
|
}
|
|
1736
1729
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1737
|
-
border-left-color: #8A8A8A !important;
|
|
1730
|
+
border-left-color: #8A8A8A !important;
|
|
1738
1731
|
}
|
|
1739
1732
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1740
|
-
border-right-color: #8A8A8A !important;
|
|
1733
|
+
border-right-color: #8A8A8A !important;
|
|
1741
1734
|
}
|
|
1742
1735
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1743
|
-
background: #D5D5D5 !important;
|
|
1744
|
-
border: #D5D5D5 !important;
|
|
1736
|
+
background: #D5D5D5 !important;
|
|
1737
|
+
border: #D5D5D5 !important;
|
|
1745
1738
|
}
|
|
1746
1739
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1747
|
-
background-color: transparent !important;
|
|
1748
|
-
border: transparent !important;
|
|
1740
|
+
background-color: transparent !important;
|
|
1741
|
+
border: transparent !important;
|
|
1749
1742
|
}
|
|
1750
1743
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1751
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1744
|
+
border-bottom-color: #D5D5D5 !important;
|
|
1752
1745
|
}
|
|
1753
1746
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1754
|
-
border-top-color: #D5D5D5 !important;
|
|
1747
|
+
border-top-color: #D5D5D5 !important;
|
|
1755
1748
|
}
|
|
1756
1749
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1757
|
-
background-color: #8A8A8A !important;
|
|
1758
|
-
border: #8A8A8A !important;
|
|
1750
|
+
background-color: #8A8A8A !important;
|
|
1751
|
+
border: #8A8A8A !important;
|
|
1759
1752
|
}
|
|
1760
1753
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1761
|
-
background-color: transparent !important;
|
|
1762
|
-
border: transparent !important;
|
|
1754
|
+
background-color: transparent !important;
|
|
1755
|
+
border: transparent !important;
|
|
1763
1756
|
}
|
|
1764
1757
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1765
|
-
background: #3e047d !important;
|
|
1766
|
-
border: #3e047d !important;
|
|
1758
|
+
background: #3e047d !important;
|
|
1759
|
+
border: #3e047d !important;
|
|
1767
1760
|
}
|
|
1768
1761
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1769
|
-
border-bottom-color: #3e047d !important;
|
|
1762
|
+
border-bottom-color: #3e047d !important;
|
|
1770
1763
|
}
|
|
1771
1764
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1772
|
-
border-top-color: #3e047d !important;
|
|
1765
|
+
border-top-color: #3e047d !important;
|
|
1773
1766
|
}
|
|
1774
1767
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1775
|
-
background: #a662fb !important;
|
|
1776
|
-
border: #a662fb !important;
|
|
1768
|
+
background: #a662fb !important;
|
|
1769
|
+
border: #a662fb !important;
|
|
1777
1770
|
}
|
|
1778
1771
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1779
|
-
border-bottom-color: #a662fb !important;
|
|
1772
|
+
border-bottom-color: #a662fb !important;
|
|
1780
1773
|
}
|
|
1781
1774
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1782
|
-
border-top-color: #a662fb !important;
|
|
1775
|
+
border-top-color: #a662fb !important;
|
|
1783
1776
|
}
|
|
1784
1777
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1785
|
-
border-color: #3e047d !important;
|
|
1778
|
+
border-color: #3e047d !important;
|
|
1786
1779
|
}
|
|
1787
1780
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1788
|
-
border-left-color: #3e047d !important;
|
|
1781
|
+
border-left-color: #3e047d !important;
|
|
1789
1782
|
}
|
|
1790
1783
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1791
|
-
border-right-color: #3e047d !important;
|
|
1784
|
+
border-right-color: #3e047d !important;
|
|
1792
1785
|
}
|
|
1793
1786
|
.e-gantt .e-icons {
|
|
1794
1787
|
color: #fff;
|
|
1795
1788
|
}
|
|
1796
1789
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1797
|
-
color: #fff !important;
|
|
1790
|
+
color: #fff !important;
|
|
1798
1791
|
}
|
|
1799
1792
|
|
|
1800
1793
|
.e-gantt-dialog .e-dlg-header {
|