@syncfusion/ej2-angular-gantt 20.2.43 → 20.2.44-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 +1326 -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 +13 -27
- 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/tailwind-dark.css
CHANGED
|
@@ -147,8 +147,6 @@
|
|
|
147
147
|
}
|
|
148
148
|
/*! Material specific themes definition's */
|
|
149
149
|
/*! Vertical Tab */
|
|
150
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
151
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
152
150
|
@keyframes material-spinner-rotate {
|
|
153
151
|
0% {
|
|
154
152
|
transform: rotate(0);
|
|
@@ -165,7 +163,6 @@
|
|
|
165
163
|
transform: rotate(360deg);
|
|
166
164
|
}
|
|
167
165
|
}
|
|
168
|
-
/* stylelint-disable */
|
|
169
166
|
.e-gantt .e-add::before {
|
|
170
167
|
content: "\e805";
|
|
171
168
|
}
|
|
@@ -315,16 +312,16 @@
|
|
|
315
312
|
height: 242px !important;
|
|
316
313
|
}
|
|
317
314
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
318
|
-
height: 63px !important;
|
|
315
|
+
height: 63px !important;
|
|
319
316
|
}
|
|
320
317
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
321
|
-
padding: 16px 4px 16px 24px !important;
|
|
318
|
+
padding: 16px 4px 16px 24px !important;
|
|
322
319
|
}
|
|
323
320
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
324
321
|
left: -2px !important;
|
|
325
322
|
}
|
|
326
323
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
327
|
-
height: 68px !important;
|
|
324
|
+
height: 68px !important;
|
|
328
325
|
}
|
|
329
326
|
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
330
327
|
font-size: 16px !important;
|
|
@@ -357,7 +354,7 @@
|
|
|
357
354
|
width: 564px !important;
|
|
358
355
|
}
|
|
359
356
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
360
|
-
padding: 0 16px !important;
|
|
357
|
+
padding: 0 16px !important;
|
|
361
358
|
}
|
|
362
359
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
363
360
|
padding: 16px 8px 0 24px;
|
|
@@ -375,10 +372,10 @@
|
|
|
375
372
|
height: 75px !important;
|
|
376
373
|
}
|
|
377
374
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
378
|
-
border-bottom: 0 !important;
|
|
375
|
+
border-bottom: 0 !important;
|
|
379
376
|
}
|
|
380
377
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
381
|
-
border-radius: 0 !important;
|
|
378
|
+
border-radius: 0 !important;
|
|
382
379
|
}
|
|
383
380
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
384
381
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -386,28 +383,28 @@
|
|
|
386
383
|
}
|
|
387
384
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
388
385
|
border-radius: 50%;
|
|
389
|
-
height: auto !important;
|
|
386
|
+
height: auto !important;
|
|
390
387
|
width: auto;
|
|
391
388
|
}
|
|
392
389
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
393
390
|
margin-left: 12px !important;
|
|
394
391
|
}
|
|
395
392
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
396
|
-
font-size: 16px !important;
|
|
393
|
+
font-size: 16px !important;
|
|
397
394
|
}
|
|
398
395
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
399
396
|
min-height: 18px !important;
|
|
400
|
-
min-width: 35.82px !important;
|
|
397
|
+
min-width: 35.82px !important;
|
|
401
398
|
}
|
|
402
399
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
403
400
|
line-height: 24px;
|
|
404
|
-
padding: 6px 16px 6px 15px !important;
|
|
401
|
+
padding: 6px 16px 6px 15px !important;
|
|
405
402
|
}
|
|
406
403
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
407
|
-
padding: 6px 21px 6px 23px !important;
|
|
404
|
+
padding: 6px 21px 6px 23px !important;
|
|
408
405
|
}
|
|
409
406
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
410
|
-
font-size: 16px !important;
|
|
407
|
+
font-size: 16px !important;
|
|
411
408
|
}
|
|
412
409
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
413
410
|
font-size: 14px;
|
|
@@ -422,20 +419,20 @@
|
|
|
422
419
|
}
|
|
423
420
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
424
421
|
min-height: 18px !important;
|
|
425
|
-
min-width: 35.82px !important;
|
|
422
|
+
min-width: 35.82px !important;
|
|
426
423
|
}
|
|
427
424
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
428
425
|
min-height: 18px !important;
|
|
429
|
-
min-width: 35.82px !important;
|
|
426
|
+
min-width: 35.82px !important;
|
|
430
427
|
}
|
|
431
428
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
432
429
|
height: 38px;
|
|
433
430
|
}
|
|
434
431
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
435
|
-
min-width: 36px !important;
|
|
432
|
+
min-width: 36px !important;
|
|
436
433
|
}
|
|
437
434
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
438
|
-
padding: 7px 0 !important;
|
|
435
|
+
padding: 7px 0 !important;
|
|
439
436
|
}
|
|
440
437
|
.e-bigger .e-predecessor-tooltip {
|
|
441
438
|
background-color: #000;
|
|
@@ -447,7 +444,7 @@
|
|
|
447
444
|
color: #9ca3af !important;
|
|
448
445
|
}
|
|
449
446
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
450
|
-
padding: 3px !important;
|
|
447
|
+
padding: 3px !important;
|
|
451
448
|
}
|
|
452
449
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
453
450
|
background-color: #000;
|
|
@@ -549,7 +546,7 @@
|
|
|
549
546
|
margin: 0;
|
|
550
547
|
}
|
|
551
548
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
552
|
-
overflow: hidden !important;
|
|
549
|
+
overflow: hidden !important;
|
|
553
550
|
}
|
|
554
551
|
.e-gantt .e-temp-content {
|
|
555
552
|
border-left: 1px solid;
|
|
@@ -576,19 +573,19 @@
|
|
|
576
573
|
height: 45px;
|
|
577
574
|
}
|
|
578
575
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
579
|
-
border-right-width: 0 !important;
|
|
576
|
+
border-right-width: 0 !important;
|
|
580
577
|
}
|
|
581
578
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
582
579
|
border-top-style: none;
|
|
583
580
|
border-top-width: 0;
|
|
584
|
-
padding-right: 0 !important;
|
|
581
|
+
padding-right: 0 !important;
|
|
585
582
|
}
|
|
586
583
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
587
584
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
588
|
-
height: 48px !important;
|
|
585
|
+
height: 48px !important;
|
|
589
586
|
}
|
|
590
587
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
591
|
-
overflow-x: scroll !important;
|
|
588
|
+
overflow-x: scroll !important;
|
|
592
589
|
}
|
|
593
590
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
594
591
|
width: calc(100% + 17px);
|
|
@@ -613,7 +610,7 @@
|
|
|
613
610
|
border-right: 0 solid;
|
|
614
611
|
}
|
|
615
612
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
616
|
-
-webkit-overflow-scrolling: touch;
|
|
613
|
+
-webkit-overflow-scrolling: touch;
|
|
617
614
|
overflow-x: scroll;
|
|
618
615
|
overflow-y: auto;
|
|
619
616
|
position: relative;
|
|
@@ -634,14 +631,13 @@
|
|
|
634
631
|
}
|
|
635
632
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
636
633
|
border-bottom-style: solid;
|
|
637
|
-
border-right
|
|
634
|
+
border-right: 1px solid;
|
|
638
635
|
overflow: hidden;
|
|
639
636
|
position: relative;
|
|
640
637
|
z-index: 6;
|
|
641
638
|
}
|
|
642
639
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
643
640
|
border-left: 0;
|
|
644
|
-
padding: 0 3px;
|
|
645
641
|
}
|
|
646
642
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
647
643
|
border-collapse: collapse;
|
|
@@ -693,7 +689,7 @@
|
|
|
693
689
|
}
|
|
694
690
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
695
691
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
696
|
-
padding-left:
|
|
692
|
+
padding-left: 11px;
|
|
697
693
|
text-align: left;
|
|
698
694
|
}
|
|
699
695
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -1184,7 +1180,7 @@
|
|
|
1184
1180
|
}
|
|
1185
1181
|
.e-gantt-dialog .e-richtexteditor {
|
|
1186
1182
|
border-bottom-width: 1px;
|
|
1187
|
-
height: 259px !important;
|
|
1183
|
+
height: 259px !important;
|
|
1188
1184
|
overflow: hidden;
|
|
1189
1185
|
}
|
|
1190
1186
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1196,11 +1192,11 @@
|
|
|
1196
1192
|
overflow: hidden;
|
|
1197
1193
|
}
|
|
1198
1194
|
.e-gantt-dialog > .e-dlg-content {
|
|
1199
|
-
padding: 0 !important;
|
|
1195
|
+
padding: 0 !important;
|
|
1200
1196
|
height: 291px;
|
|
1201
1197
|
}
|
|
1202
1198
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1203
|
-
border-bottom: 0 !important;
|
|
1199
|
+
border-bottom: 0 !important;
|
|
1204
1200
|
}
|
|
1205
1201
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1206
1202
|
border-radius: 6px;
|
|
@@ -1208,8 +1204,8 @@
|
|
|
1208
1204
|
}
|
|
1209
1205
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1210
1206
|
border-radius: 50%;
|
|
1211
|
-
height: auto !important;
|
|
1212
|
-
width: auto !important;
|
|
1207
|
+
height: auto !important;
|
|
1208
|
+
width: auto !important;
|
|
1213
1209
|
}
|
|
1214
1210
|
|
|
1215
1211
|
.e-icon-rowselect::before {
|
|
@@ -1217,9 +1213,9 @@
|
|
|
1217
1213
|
}
|
|
1218
1214
|
|
|
1219
1215
|
.e-ganttpopup {
|
|
1220
|
-
-moz-user-select: none;
|
|
1221
|
-
-ms-user-select: none;
|
|
1222
|
-
-webkit-user-select: none;
|
|
1216
|
+
-moz-user-select: none;
|
|
1217
|
+
-ms-user-select: none;
|
|
1218
|
+
-webkit-user-select: none;
|
|
1223
1219
|
font-weight: normal;
|
|
1224
1220
|
position: absolute;
|
|
1225
1221
|
user-select: none;
|
|
@@ -1373,7 +1369,7 @@
|
|
|
1373
1369
|
border-top-right-radius: 0px;
|
|
1374
1370
|
}
|
|
1375
1371
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1376
|
-
box-shadow: 0 0 0 1px #6b7280 inset !important;
|
|
1372
|
+
box-shadow: 0 0 0 1px #6b7280 inset !important;
|
|
1377
1373
|
}
|
|
1378
1374
|
.e-gantt .e-temp-content {
|
|
1379
1375
|
border-color: #4b5563;
|
|
@@ -1388,7 +1384,7 @@
|
|
|
1388
1384
|
border-color: #4b5563;
|
|
1389
1385
|
}
|
|
1390
1386
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1391
|
-
height: 45px !important;
|
|
1387
|
+
height: 45px !important;
|
|
1392
1388
|
}
|
|
1393
1389
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1394
1390
|
background: #6b7280;
|
|
@@ -1412,7 +1408,7 @@
|
|
|
1412
1408
|
line-height: 46px;
|
|
1413
1409
|
}
|
|
1414
1410
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1415
|
-
height: 46px !important;
|
|
1411
|
+
height: 46px !important;
|
|
1416
1412
|
}
|
|
1417
1413
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1418
1414
|
height: 24px;
|
|
@@ -1702,73 +1698,73 @@
|
|
|
1702
1698
|
color: transparent;
|
|
1703
1699
|
}
|
|
1704
1700
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1705
|
-
color: transparent !important;
|
|
1701
|
+
color: transparent !important;
|
|
1706
1702
|
}
|
|
1707
1703
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1708
|
-
border-color: #6b7280 !important;
|
|
1704
|
+
border-color: #6b7280 !important;
|
|
1709
1705
|
}
|
|
1710
1706
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1711
|
-
border-left-color: #6b7280 !important;
|
|
1707
|
+
border-left-color: #6b7280 !important;
|
|
1712
1708
|
}
|
|
1713
1709
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1714
|
-
border-right-color: #6b7280 !important;
|
|
1710
|
+
border-right-color: #6b7280 !important;
|
|
1715
1711
|
}
|
|
1716
1712
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1717
|
-
background: #0891b2 !important;
|
|
1718
|
-
border: #0891b2 !important;
|
|
1713
|
+
background: #0891b2 !important;
|
|
1714
|
+
border: #0891b2 !important;
|
|
1719
1715
|
}
|
|
1720
1716
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1721
|
-
background-color: transparent !important;
|
|
1722
|
-
border: transparent !important;
|
|
1717
|
+
background-color: transparent !important;
|
|
1718
|
+
border: transparent !important;
|
|
1723
1719
|
}
|
|
1724
1720
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1725
|
-
border-bottom-color: #0891b2 !important;
|
|
1721
|
+
border-bottom-color: #0891b2 !important;
|
|
1726
1722
|
}
|
|
1727
1723
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1728
|
-
border-top-color: #0891b2 !important;
|
|
1724
|
+
border-top-color: #0891b2 !important;
|
|
1729
1725
|
}
|
|
1730
1726
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1731
|
-
background-color: #6b7280 !important;
|
|
1732
|
-
border: #6b7280 !important;
|
|
1727
|
+
background-color: #6b7280 !important;
|
|
1728
|
+
border: #6b7280 !important;
|
|
1733
1729
|
}
|
|
1734
1730
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1735
|
-
background-color: transparent !important;
|
|
1736
|
-
border: transparent !important;
|
|
1731
|
+
background-color: transparent !important;
|
|
1732
|
+
border: transparent !important;
|
|
1737
1733
|
}
|
|
1738
1734
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1739
|
-
background: #22d3ee !important;
|
|
1740
|
-
border: #22d3ee !important;
|
|
1735
|
+
background: #22d3ee !important;
|
|
1736
|
+
border: #22d3ee !important;
|
|
1741
1737
|
}
|
|
1742
1738
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1743
|
-
border-bottom-color: #22d3ee !important;
|
|
1739
|
+
border-bottom-color: #22d3ee !important;
|
|
1744
1740
|
}
|
|
1745
1741
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1746
|
-
border-top-color: #22d3ee !important;
|
|
1742
|
+
border-top-color: #22d3ee !important;
|
|
1747
1743
|
}
|
|
1748
1744
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1749
|
-
background: #81e6f5 !important;
|
|
1750
|
-
border: #81e6f5 !important;
|
|
1745
|
+
background: #81e6f5 !important;
|
|
1746
|
+
border: #81e6f5 !important;
|
|
1751
1747
|
}
|
|
1752
1748
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1753
|
-
border-bottom-color: #81e6f5 !important;
|
|
1749
|
+
border-bottom-color: #81e6f5 !important;
|
|
1754
1750
|
}
|
|
1755
1751
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1756
|
-
border-top-color: #81e6f5 !important;
|
|
1752
|
+
border-top-color: #81e6f5 !important;
|
|
1757
1753
|
}
|
|
1758
1754
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1759
|
-
border-color: #22d3ee !important;
|
|
1755
|
+
border-color: #22d3ee !important;
|
|
1760
1756
|
}
|
|
1761
1757
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1762
|
-
border-left-color: #22d3ee !important;
|
|
1758
|
+
border-left-color: #22d3ee !important;
|
|
1763
1759
|
}
|
|
1764
1760
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1765
|
-
border-right-color: #22d3ee !important;
|
|
1761
|
+
border-right-color: #22d3ee !important;
|
|
1766
1762
|
}
|
|
1767
1763
|
.e-gantt .e-icons {
|
|
1768
1764
|
color: #d1d5db;
|
|
1769
1765
|
}
|
|
1770
1766
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1771
|
-
color: #9ca3af !important;
|
|
1767
|
+
color: #9ca3af !important;
|
|
1772
1768
|
}
|
|
1773
1769
|
|
|
1774
1770
|
.e-gantt-dialog .e-dlg-header {
|