@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/material.css
CHANGED
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
}
|
|
165
165
|
/*! Material specific themes definition's */
|
|
166
166
|
/*! Vertical Tab */
|
|
167
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
168
167
|
@keyframes e-input-ripple {
|
|
169
168
|
100% {
|
|
170
169
|
opacity: 0;
|
|
@@ -179,7 +178,6 @@
|
|
|
179
178
|
transform: translate3d(0, 0, 0) scale(1);
|
|
180
179
|
}
|
|
181
180
|
}
|
|
182
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
183
181
|
@keyframes material-spinner-rotate {
|
|
184
182
|
0% {
|
|
185
183
|
transform: rotate(0deg);
|
|
@@ -197,7 +195,6 @@
|
|
|
197
195
|
}
|
|
198
196
|
}
|
|
199
197
|
/*! component's default definitions and variables */
|
|
200
|
-
/* stylelint-disable */
|
|
201
198
|
.e-gantt .e-add::before {
|
|
202
199
|
content: "\e7f9";
|
|
203
200
|
}
|
|
@@ -347,10 +344,10 @@
|
|
|
347
344
|
height: 241px !important;
|
|
348
345
|
}
|
|
349
346
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
350
|
-
height: 63px !important;
|
|
347
|
+
height: 63px !important;
|
|
351
348
|
}
|
|
352
349
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
353
|
-
padding: 16px 14px 17px 16px !important;
|
|
350
|
+
padding: 16px 14px 17px 16px !important;
|
|
354
351
|
}
|
|
355
352
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
356
353
|
left: 1px !important;
|
|
@@ -386,7 +383,7 @@
|
|
|
386
383
|
width: 550px !important;
|
|
387
384
|
}
|
|
388
385
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
389
|
-
padding: 0 16px !important;
|
|
386
|
+
padding: 0 16px !important;
|
|
390
387
|
}
|
|
391
388
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
392
389
|
padding: 16px 9px 0 16px;
|
|
@@ -404,10 +401,10 @@
|
|
|
404
401
|
height: 78px !important;
|
|
405
402
|
}
|
|
406
403
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
407
|
-
border-bottom: 0 !important;
|
|
404
|
+
border-bottom: 0 !important;
|
|
408
405
|
}
|
|
409
406
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
410
|
-
border-radius: 0 !important;
|
|
407
|
+
border-radius: 0 !important;
|
|
411
408
|
}
|
|
412
409
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
413
410
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -415,28 +412,28 @@
|
|
|
415
412
|
}
|
|
416
413
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
417
414
|
border-radius: 50%;
|
|
418
|
-
height: auto !important;
|
|
415
|
+
height: auto !important;
|
|
419
416
|
width: auto;
|
|
420
417
|
}
|
|
421
418
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
422
419
|
margin-left: 4px !important;
|
|
423
420
|
}
|
|
424
421
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
425
|
-
font-size: 16px !important;
|
|
422
|
+
font-size: 16px !important;
|
|
426
423
|
}
|
|
427
424
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
428
425
|
min-height: 26px !important;
|
|
429
|
-
min-width: 35.82px !important;
|
|
426
|
+
min-width: 35.82px !important;
|
|
430
427
|
}
|
|
431
428
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
432
429
|
line-height: 24px;
|
|
433
|
-
padding: 6px 16px 6px 15px !important;
|
|
430
|
+
padding: 6px 16px 6px 15px !important;
|
|
434
431
|
}
|
|
435
432
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
436
|
-
padding: 6px 21px 6px 23px !important;
|
|
433
|
+
padding: 6px 21px 6px 23px !important;
|
|
437
434
|
}
|
|
438
435
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
439
|
-
font-size: 16px !important;
|
|
436
|
+
font-size: 16px !important;
|
|
440
437
|
}
|
|
441
438
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
442
439
|
font-size: 14px;
|
|
@@ -448,27 +445,27 @@
|
|
|
448
445
|
}
|
|
449
446
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
450
447
|
height: 27px !important;
|
|
451
|
-
padding: 5px 0 11px !important;
|
|
448
|
+
padding: 5px 0 11px !important;
|
|
452
449
|
}
|
|
453
450
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
454
451
|
min-height: 26px !important;
|
|
455
|
-
min-width: 35.82px !important;
|
|
452
|
+
min-width: 35.82px !important;
|
|
456
453
|
}
|
|
457
454
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
458
455
|
min-height: 26px !important;
|
|
459
|
-
min-width: 35.82px !important;
|
|
456
|
+
min-width: 35.82px !important;
|
|
460
457
|
}
|
|
461
458
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
462
459
|
height: 44px;
|
|
463
460
|
}
|
|
464
461
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
465
|
-
min-width: 36px !important;
|
|
462
|
+
min-width: 36px !important;
|
|
466
463
|
}
|
|
467
464
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
468
|
-
margin: 5px 0 6px !important;
|
|
465
|
+
margin: 5px 0 6px !important;
|
|
469
466
|
}
|
|
470
467
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
471
|
-
margin-right: 0 !important;
|
|
468
|
+
margin-right: 0 !important;
|
|
472
469
|
}
|
|
473
470
|
.e-bigger .e-predecessor-tooltip {
|
|
474
471
|
background-color: #000;
|
|
@@ -480,7 +477,7 @@
|
|
|
480
477
|
color: #757575 !important;
|
|
481
478
|
}
|
|
482
479
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
483
|
-
padding: 3px !important;
|
|
480
|
+
padding: 3px !important;
|
|
484
481
|
}
|
|
485
482
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
486
483
|
background-color: #000;
|
|
@@ -582,7 +579,7 @@
|
|
|
582
579
|
margin: 0;
|
|
583
580
|
}
|
|
584
581
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
585
|
-
overflow: hidden !important;
|
|
582
|
+
overflow: hidden !important;
|
|
586
583
|
}
|
|
587
584
|
.e-gantt .e-temp-content {
|
|
588
585
|
border-left: 1px solid;
|
|
@@ -609,19 +606,19 @@
|
|
|
609
606
|
height: 45px;
|
|
610
607
|
}
|
|
611
608
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
612
|
-
border-right-width: 0 !important;
|
|
609
|
+
border-right-width: 0 !important;
|
|
613
610
|
}
|
|
614
611
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
615
612
|
border-top-style: none;
|
|
616
613
|
border-top-width: 0;
|
|
617
|
-
padding-right: 0 !important;
|
|
614
|
+
padding-right: 0 !important;
|
|
618
615
|
}
|
|
619
616
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
620
617
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
621
|
-
height: 63px !important;
|
|
618
|
+
height: 63px !important;
|
|
622
619
|
}
|
|
623
620
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
624
|
-
overflow-x: scroll !important;
|
|
621
|
+
overflow-x: scroll !important;
|
|
625
622
|
}
|
|
626
623
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
627
624
|
width: calc(100% + 17px);
|
|
@@ -646,7 +643,7 @@
|
|
|
646
643
|
border-right: 0 solid;
|
|
647
644
|
}
|
|
648
645
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
649
|
-
-webkit-overflow-scrolling: touch;
|
|
646
|
+
-webkit-overflow-scrolling: touch;
|
|
650
647
|
overflow-x: scroll;
|
|
651
648
|
overflow-y: auto;
|
|
652
649
|
position: relative;
|
|
@@ -667,14 +664,13 @@
|
|
|
667
664
|
}
|
|
668
665
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
669
666
|
border-bottom-style: solid;
|
|
670
|
-
border-right
|
|
667
|
+
border-right: 1px solid;
|
|
671
668
|
overflow: hidden;
|
|
672
669
|
position: relative;
|
|
673
670
|
z-index: 6;
|
|
674
671
|
}
|
|
675
672
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
676
673
|
border-left: 0;
|
|
677
|
-
padding: 0 3px;
|
|
678
674
|
}
|
|
679
675
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
680
676
|
border-collapse: collapse;
|
|
@@ -726,7 +722,7 @@
|
|
|
726
722
|
}
|
|
727
723
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
728
724
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
729
|
-
padding-left:
|
|
725
|
+
padding-left: 11px;
|
|
730
726
|
text-align: left;
|
|
731
727
|
}
|
|
732
728
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -1214,7 +1210,7 @@
|
|
|
1214
1210
|
}
|
|
1215
1211
|
.e-gantt-dialog .e-richtexteditor {
|
|
1216
1212
|
border-bottom-width: 1px;
|
|
1217
|
-
height: 241px !important;
|
|
1213
|
+
height: 241px !important;
|
|
1218
1214
|
overflow: hidden;
|
|
1219
1215
|
}
|
|
1220
1216
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1226,10 +1222,10 @@
|
|
|
1226
1222
|
overflow: hidden;
|
|
1227
1223
|
}
|
|
1228
1224
|
.e-gantt-dialog > .e-dlg-content {
|
|
1229
|
-
padding: 0 !important;
|
|
1225
|
+
padding: 0 !important;
|
|
1230
1226
|
}
|
|
1231
1227
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1232
|
-
border-bottom: 0 !important;
|
|
1228
|
+
border-bottom: 0 !important;
|
|
1233
1229
|
}
|
|
1234
1230
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1235
1231
|
border-radius: 0px;
|
|
@@ -1237,8 +1233,8 @@
|
|
|
1237
1233
|
}
|
|
1238
1234
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1239
1235
|
border-radius: 50%;
|
|
1240
|
-
height: auto !important;
|
|
1241
|
-
width: auto !important;
|
|
1236
|
+
height: auto !important;
|
|
1237
|
+
width: auto !important;
|
|
1242
1238
|
}
|
|
1243
1239
|
|
|
1244
1240
|
.e-icon-rowselect::before {
|
|
@@ -1246,9 +1242,9 @@
|
|
|
1246
1242
|
}
|
|
1247
1243
|
|
|
1248
1244
|
.e-ganttpopup {
|
|
1249
|
-
-moz-user-select: none;
|
|
1250
|
-
-ms-user-select: none;
|
|
1251
|
-
-webkit-user-select: none;
|
|
1245
|
+
-moz-user-select: none;
|
|
1246
|
+
-ms-user-select: none;
|
|
1247
|
+
-webkit-user-select: none;
|
|
1252
1248
|
font-weight: normal;
|
|
1253
1249
|
position: absolute;
|
|
1254
1250
|
user-select: none;
|
|
@@ -1402,7 +1398,7 @@
|
|
|
1402
1398
|
border-top-right-radius: 0px;
|
|
1403
1399
|
}
|
|
1404
1400
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1405
|
-
box-shadow: 0 0 0 1px #9e9e9e inset !important;
|
|
1401
|
+
box-shadow: 0 0 0 1px #9e9e9e inset !important;
|
|
1406
1402
|
}
|
|
1407
1403
|
.e-gantt .e-temp-content {
|
|
1408
1404
|
border-color: #e0e0e0;
|
|
@@ -1417,7 +1413,7 @@
|
|
|
1417
1413
|
border-color: #e0e0e0;
|
|
1418
1414
|
}
|
|
1419
1415
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1420
|
-
height: 45px !important;
|
|
1416
|
+
height: 45px !important;
|
|
1421
1417
|
}
|
|
1422
1418
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1423
1419
|
background: rgba(63, 81, 181, 0.15);
|
|
@@ -1441,7 +1437,7 @@
|
|
|
1441
1437
|
line-height: 46px;
|
|
1442
1438
|
}
|
|
1443
1439
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1444
|
-
height: 46px !important;
|
|
1440
|
+
height: 46px !important;
|
|
1445
1441
|
}
|
|
1446
1442
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1447
1443
|
height: 32px;
|
|
@@ -1731,73 +1727,73 @@
|
|
|
1731
1727
|
color: transparent;
|
|
1732
1728
|
}
|
|
1733
1729
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1734
|
-
color: transparent !important;
|
|
1730
|
+
color: transparent !important;
|
|
1735
1731
|
}
|
|
1736
1732
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1737
|
-
border-color: #8A8A8A !important;
|
|
1733
|
+
border-color: #8A8A8A !important;
|
|
1738
1734
|
}
|
|
1739
1735
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1740
|
-
border-left-color: #8A8A8A !important;
|
|
1736
|
+
border-left-color: #8A8A8A !important;
|
|
1741
1737
|
}
|
|
1742
1738
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1743
|
-
border-right-color: #8A8A8A !important;
|
|
1739
|
+
border-right-color: #8A8A8A !important;
|
|
1744
1740
|
}
|
|
1745
1741
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1746
|
-
background: #D5D5D5 !important;
|
|
1747
|
-
border: #D5D5D5 !important;
|
|
1742
|
+
background: #D5D5D5 !important;
|
|
1743
|
+
border: #D5D5D5 !important;
|
|
1748
1744
|
}
|
|
1749
1745
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1750
|
-
background-color: transparent !important;
|
|
1751
|
-
border: transparent !important;
|
|
1746
|
+
background-color: transparent !important;
|
|
1747
|
+
border: transparent !important;
|
|
1752
1748
|
}
|
|
1753
1749
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1754
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1750
|
+
border-bottom-color: #D5D5D5 !important;
|
|
1755
1751
|
}
|
|
1756
1752
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1757
|
-
border-top-color: #D5D5D5 !important;
|
|
1753
|
+
border-top-color: #D5D5D5 !important;
|
|
1758
1754
|
}
|
|
1759
1755
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1760
|
-
background-color: #8A8A8A !important;
|
|
1761
|
-
border: #8A8A8A !important;
|
|
1756
|
+
background-color: #8A8A8A !important;
|
|
1757
|
+
border: #8A8A8A !important;
|
|
1762
1758
|
}
|
|
1763
1759
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1764
|
-
background-color: transparent !important;
|
|
1765
|
-
border: transparent !important;
|
|
1760
|
+
background-color: transparent !important;
|
|
1761
|
+
border: transparent !important;
|
|
1766
1762
|
}
|
|
1767
1763
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1768
|
-
background: #3f51b5 !important;
|
|
1769
|
-
border: #3f51b5 !important;
|
|
1764
|
+
background: #3f51b5 !important;
|
|
1765
|
+
border: #3f51b5 !important;
|
|
1770
1766
|
}
|
|
1771
1767
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1772
|
-
border-bottom-color: #3f51b5 !important;
|
|
1768
|
+
border-bottom-color: #3f51b5 !important;
|
|
1773
1769
|
}
|
|
1774
1770
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1775
|
-
border-top-color: #3f51b5 !important;
|
|
1771
|
+
border-top-color: #3f51b5 !important;
|
|
1776
1772
|
}
|
|
1777
1773
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1778
|
-
background: #8591d5 !important;
|
|
1779
|
-
border: #8591d5 !important;
|
|
1774
|
+
background: #8591d5 !important;
|
|
1775
|
+
border: #8591d5 !important;
|
|
1780
1776
|
}
|
|
1781
1777
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1782
|
-
border-bottom-color: #8591d5 !important;
|
|
1778
|
+
border-bottom-color: #8591d5 !important;
|
|
1783
1779
|
}
|
|
1784
1780
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1785
|
-
border-top-color: #8591d5 !important;
|
|
1781
|
+
border-top-color: #8591d5 !important;
|
|
1786
1782
|
}
|
|
1787
1783
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1788
|
-
border-color: #3f51b5 !important;
|
|
1784
|
+
border-color: #3f51b5 !important;
|
|
1789
1785
|
}
|
|
1790
1786
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1791
|
-
border-left-color: #3f51b5 !important;
|
|
1787
|
+
border-left-color: #3f51b5 !important;
|
|
1792
1788
|
}
|
|
1793
1789
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1794
|
-
border-right-color: #3f51b5 !important;
|
|
1790
|
+
border-right-color: #3f51b5 !important;
|
|
1795
1791
|
}
|
|
1796
1792
|
.e-gantt .e-icons {
|
|
1797
1793
|
color: rgba(0, 0, 0, 0.87);
|
|
1798
1794
|
}
|
|
1799
1795
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1800
|
-
color: rgba(0, 0, 0, 0.54) !important;
|
|
1796
|
+
color: rgba(0, 0, 0, 0.54) !important;
|
|
1801
1797
|
}
|
|
1802
1798
|
|
|
1803
1799
|
.e-gantt-dialog .e-dlg-header {
|