@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/fluent-dark.css
CHANGED
|
@@ -162,8 +162,6 @@
|
|
|
162
162
|
/*! Horizontal Tab */
|
|
163
163
|
/*! Bootstrap specific themes definition's */
|
|
164
164
|
/*! Vertical Tab */
|
|
165
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
166
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
167
165
|
@keyframes material-spinner-rotate {
|
|
168
166
|
0% {
|
|
169
167
|
transform: rotate(0);
|
|
@@ -180,7 +178,6 @@
|
|
|
180
178
|
transform: rotate(360deg);
|
|
181
179
|
}
|
|
182
180
|
}
|
|
183
|
-
/* stylelint-disable */
|
|
184
181
|
.e-gantt .e-add::before {
|
|
185
182
|
content: "\e805";
|
|
186
183
|
}
|
|
@@ -330,10 +327,10 @@
|
|
|
330
327
|
height: 254px !important;
|
|
331
328
|
}
|
|
332
329
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
333
|
-
height: 63px !important;
|
|
330
|
+
height: 63px !important;
|
|
334
331
|
}
|
|
335
332
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
336
|
-
padding: 16px 4px 16px 28px !important;
|
|
333
|
+
padding: 16px 4px 16px 28px !important;
|
|
337
334
|
}
|
|
338
335
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
339
336
|
left: 8px !important;
|
|
@@ -369,7 +366,7 @@
|
|
|
369
366
|
width: 580px !important;
|
|
370
367
|
}
|
|
371
368
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
372
|
-
padding: 0 16px !important;
|
|
369
|
+
padding: 0 16px !important;
|
|
373
370
|
}
|
|
374
371
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
375
372
|
padding: 16px 8px 0 28px;
|
|
@@ -387,10 +384,10 @@
|
|
|
387
384
|
height: 84px !important;
|
|
388
385
|
}
|
|
389
386
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
390
|
-
border-bottom: 0 !important;
|
|
387
|
+
border-bottom: 0 !important;
|
|
391
388
|
}
|
|
392
389
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
393
|
-
border-radius: 0 !important;
|
|
390
|
+
border-radius: 0 !important;
|
|
394
391
|
}
|
|
395
392
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
396
393
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -398,28 +395,28 @@
|
|
|
398
395
|
}
|
|
399
396
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
400
397
|
border-radius: 50%;
|
|
401
|
-
height: auto !important;
|
|
398
|
+
height: auto !important;
|
|
402
399
|
width: auto;
|
|
403
400
|
}
|
|
404
401
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
405
402
|
margin-left: 16px !important;
|
|
406
403
|
}
|
|
407
404
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
408
|
-
font-size: 16px !important;
|
|
405
|
+
font-size: 16px !important;
|
|
409
406
|
}
|
|
410
407
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
411
408
|
min-height: 35px !important;
|
|
412
|
-
min-width: 35.82px !important;
|
|
409
|
+
min-width: 35.82px !important;
|
|
413
410
|
}
|
|
414
411
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
415
412
|
line-height: 24px;
|
|
416
|
-
padding: 6px 16px 6px 15px !important;
|
|
413
|
+
padding: 6px 16px 6px 15px !important;
|
|
417
414
|
}
|
|
418
415
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
419
|
-
padding: 6px 21px 6px 23px !important;
|
|
416
|
+
padding: 6px 21px 6px 23px !important;
|
|
420
417
|
}
|
|
421
418
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
422
|
-
font-size: 16px !important;
|
|
419
|
+
font-size: 16px !important;
|
|
423
420
|
}
|
|
424
421
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
425
422
|
font-size: 14px;
|
|
@@ -434,17 +431,17 @@
|
|
|
434
431
|
}
|
|
435
432
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
436
433
|
min-height: 35px !important;
|
|
437
|
-
min-width: 35.82px !important;
|
|
434
|
+
min-width: 35.82px !important;
|
|
438
435
|
}
|
|
439
436
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
440
437
|
min-height: 35px !important;
|
|
441
|
-
min-width: 35.82px !important;
|
|
438
|
+
min-width: 35.82px !important;
|
|
442
439
|
}
|
|
443
440
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
444
441
|
height: 40px;
|
|
445
442
|
}
|
|
446
443
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
447
|
-
min-width: 36px !important;
|
|
444
|
+
min-width: 36px !important;
|
|
448
445
|
}
|
|
449
446
|
.e-bigger .e-predecessor-tooltip {
|
|
450
447
|
background-color: #000;
|
|
@@ -456,7 +453,7 @@
|
|
|
456
453
|
color: #484644 !important;
|
|
457
454
|
}
|
|
458
455
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
459
|
-
padding: 3px !important;
|
|
456
|
+
padding: 3px !important;
|
|
460
457
|
}
|
|
461
458
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
462
459
|
background-color: #000;
|
|
@@ -558,7 +555,7 @@
|
|
|
558
555
|
margin: 0;
|
|
559
556
|
}
|
|
560
557
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
561
|
-
overflow: hidden !important;
|
|
558
|
+
overflow: hidden !important;
|
|
562
559
|
}
|
|
563
560
|
.e-gantt .e-temp-content {
|
|
564
561
|
border-left: 1px solid;
|
|
@@ -585,19 +582,19 @@
|
|
|
585
582
|
height: 45px;
|
|
586
583
|
}
|
|
587
584
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
588
|
-
border-right-width: 0 !important;
|
|
585
|
+
border-right-width: 0 !important;
|
|
589
586
|
}
|
|
590
587
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
591
588
|
border-top-style: none;
|
|
592
589
|
border-top-width: 0;
|
|
593
|
-
padding-right: 0 !important;
|
|
590
|
+
padding-right: 0 !important;
|
|
594
591
|
}
|
|
595
592
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
596
593
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
597
|
-
height: 51px !important;
|
|
594
|
+
height: 51px !important;
|
|
598
595
|
}
|
|
599
596
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
600
|
-
overflow-x: scroll !important;
|
|
597
|
+
overflow-x: scroll !important;
|
|
601
598
|
}
|
|
602
599
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
603
600
|
width: calc(100% + 17px);
|
|
@@ -622,7 +619,7 @@
|
|
|
622
619
|
border-right: 0 solid;
|
|
623
620
|
}
|
|
624
621
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
625
|
-
-webkit-overflow-scrolling: touch;
|
|
622
|
+
-webkit-overflow-scrolling: touch;
|
|
626
623
|
overflow-x: scroll;
|
|
627
624
|
overflow-y: auto;
|
|
628
625
|
position: relative;
|
|
@@ -643,14 +640,13 @@
|
|
|
643
640
|
}
|
|
644
641
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
645
642
|
border-bottom-style: solid;
|
|
646
|
-
border-right
|
|
643
|
+
border-right: 1px solid;
|
|
647
644
|
overflow: hidden;
|
|
648
645
|
position: relative;
|
|
649
646
|
z-index: 6;
|
|
650
647
|
}
|
|
651
648
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
652
649
|
border-left: 0;
|
|
653
|
-
padding: 0 3px;
|
|
654
650
|
}
|
|
655
651
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
656
652
|
border-collapse: collapse;
|
|
@@ -702,7 +698,7 @@
|
|
|
702
698
|
}
|
|
703
699
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
704
700
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
705
|
-
padding-left:
|
|
701
|
+
padding-left: 11px;
|
|
706
702
|
text-align: left;
|
|
707
703
|
}
|
|
708
704
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -1190,7 +1186,7 @@
|
|
|
1190
1186
|
}
|
|
1191
1187
|
.e-gantt-dialog .e-richtexteditor {
|
|
1192
1188
|
border-bottom-width: 0px;
|
|
1193
|
-
height: 241px !important;
|
|
1189
|
+
height: 241px !important;
|
|
1194
1190
|
overflow: hidden;
|
|
1195
1191
|
}
|
|
1196
1192
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1202,10 +1198,10 @@
|
|
|
1202
1198
|
overflow: hidden;
|
|
1203
1199
|
}
|
|
1204
1200
|
.e-gantt-dialog > .e-dlg-content {
|
|
1205
|
-
padding: 0 !important;
|
|
1201
|
+
padding: 0 !important;
|
|
1206
1202
|
}
|
|
1207
1203
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1208
|
-
border-bottom: 0 !important;
|
|
1204
|
+
border-bottom: 0 !important;
|
|
1209
1205
|
}
|
|
1210
1206
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1211
1207
|
border-radius: 3px 3px 0px 0px;
|
|
@@ -1213,8 +1209,8 @@
|
|
|
1213
1209
|
}
|
|
1214
1210
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1215
1211
|
border-radius: 50%;
|
|
1216
|
-
height: auto !important;
|
|
1217
|
-
width: auto !important;
|
|
1212
|
+
height: auto !important;
|
|
1213
|
+
width: auto !important;
|
|
1218
1214
|
}
|
|
1219
1215
|
|
|
1220
1216
|
.e-icon-rowselect::before {
|
|
@@ -1222,9 +1218,9 @@
|
|
|
1222
1218
|
}
|
|
1223
1219
|
|
|
1224
1220
|
.e-ganttpopup {
|
|
1225
|
-
-moz-user-select: none;
|
|
1226
|
-
-ms-user-select: none;
|
|
1227
|
-
-webkit-user-select: none;
|
|
1221
|
+
-moz-user-select: none;
|
|
1222
|
+
-ms-user-select: none;
|
|
1223
|
+
-webkit-user-select: none;
|
|
1228
1224
|
font-weight: normal;
|
|
1229
1225
|
position: absolute;
|
|
1230
1226
|
user-select: none;
|
|
@@ -1378,7 +1374,7 @@
|
|
|
1378
1374
|
border-top-right-radius: 0px;
|
|
1379
1375
|
}
|
|
1380
1376
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1381
|
-
box-shadow: 0 0 0 1px #a19f9d inset !important;
|
|
1377
|
+
box-shadow: 0 0 0 1px #a19f9d inset !important;
|
|
1382
1378
|
}
|
|
1383
1379
|
.e-gantt .e-temp-content {
|
|
1384
1380
|
border-color: #292827;
|
|
@@ -1393,7 +1389,7 @@
|
|
|
1393
1389
|
border-color: #292827;
|
|
1394
1390
|
}
|
|
1395
1391
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1396
|
-
height: 45px !important;
|
|
1392
|
+
height: 45px !important;
|
|
1397
1393
|
}
|
|
1398
1394
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1399
1395
|
background: #292827;
|
|
@@ -1417,7 +1413,7 @@
|
|
|
1417
1413
|
line-height: 46px;
|
|
1418
1414
|
}
|
|
1419
1415
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1420
|
-
height: 46px !important;
|
|
1416
|
+
height: 46px !important;
|
|
1421
1417
|
}
|
|
1422
1418
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1423
1419
|
height: 26px;
|
|
@@ -1707,73 +1703,73 @@
|
|
|
1707
1703
|
color: transparent;
|
|
1708
1704
|
}
|
|
1709
1705
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1710
|
-
color: transparent !important;
|
|
1706
|
+
color: transparent !important;
|
|
1711
1707
|
}
|
|
1712
1708
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1713
|
-
border-color: #323130 !important;
|
|
1709
|
+
border-color: #323130 !important;
|
|
1714
1710
|
}
|
|
1715
1711
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1716
|
-
border-left-color: #323130 !important;
|
|
1712
|
+
border-left-color: #323130 !important;
|
|
1717
1713
|
}
|
|
1718
1714
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1719
|
-
border-right-color: #323130 !important;
|
|
1715
|
+
border-right-color: #323130 !important;
|
|
1720
1716
|
}
|
|
1721
1717
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1722
|
-
background: #005a9e !important;
|
|
1723
|
-
border: #005a9e !important;
|
|
1718
|
+
background: #005a9e !important;
|
|
1719
|
+
border: #005a9e !important;
|
|
1724
1720
|
}
|
|
1725
1721
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1726
|
-
background-color: transparent !important;
|
|
1727
|
-
border: transparent !important;
|
|
1722
|
+
background-color: transparent !important;
|
|
1723
|
+
border: transparent !important;
|
|
1728
1724
|
}
|
|
1729
1725
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1730
|
-
border-bottom-color: #005a9e !important;
|
|
1726
|
+
border-bottom-color: #005a9e !important;
|
|
1731
1727
|
}
|
|
1732
1728
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1733
|
-
border-top-color: #005a9e !important;
|
|
1729
|
+
border-top-color: #005a9e !important;
|
|
1734
1730
|
}
|
|
1735
1731
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1736
|
-
background-color: #323130 !important;
|
|
1737
|
-
border: #323130 !important;
|
|
1732
|
+
background-color: #323130 !important;
|
|
1733
|
+
border: #323130 !important;
|
|
1738
1734
|
}
|
|
1739
1735
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1740
|
-
background-color: transparent !important;
|
|
1741
|
-
border: transparent !important;
|
|
1736
|
+
background-color: transparent !important;
|
|
1737
|
+
border: transparent !important;
|
|
1742
1738
|
}
|
|
1743
1739
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1744
|
-
background: #0078d4 !important;
|
|
1745
|
-
border: #0078d4 !important;
|
|
1740
|
+
background: #0078d4 !important;
|
|
1741
|
+
border: #0078d4 !important;
|
|
1746
1742
|
}
|
|
1747
1743
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1748
|
-
border-bottom-color: #0078d4 !important;
|
|
1744
|
+
border-bottom-color: #0078d4 !important;
|
|
1749
1745
|
}
|
|
1750
1746
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1751
|
-
border-top-color: #0078d4 !important;
|
|
1747
|
+
border-top-color: #0078d4 !important;
|
|
1752
1748
|
}
|
|
1753
1749
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1754
|
-
background: #3baaff !important;
|
|
1755
|
-
border: #3baaff !important;
|
|
1750
|
+
background: #3baaff !important;
|
|
1751
|
+
border: #3baaff !important;
|
|
1756
1752
|
}
|
|
1757
1753
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1758
|
-
border-bottom-color: #3baaff !important;
|
|
1754
|
+
border-bottom-color: #3baaff !important;
|
|
1759
1755
|
}
|
|
1760
1756
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1761
|
-
border-top-color: #3baaff !important;
|
|
1757
|
+
border-top-color: #3baaff !important;
|
|
1762
1758
|
}
|
|
1763
1759
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1764
|
-
border-color: #0078d4 !important;
|
|
1760
|
+
border-color: #0078d4 !important;
|
|
1765
1761
|
}
|
|
1766
1762
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1767
|
-
border-left-color: #0078d4 !important;
|
|
1763
|
+
border-left-color: #0078d4 !important;
|
|
1768
1764
|
}
|
|
1769
1765
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1770
|
-
border-right-color: #0078d4 !important;
|
|
1766
|
+
border-right-color: #0078d4 !important;
|
|
1771
1767
|
}
|
|
1772
1768
|
.e-gantt .e-icons {
|
|
1773
1769
|
color: #a19f9d;
|
|
1774
1770
|
}
|
|
1775
1771
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1776
|
-
color: #a19f9d !important;
|
|
1772
|
+
color: #a19f9d !important;
|
|
1777
1773
|
}
|
|
1778
1774
|
|
|
1779
1775
|
.e-gantt-dialog .e-dlg-header {
|