@syncfusion/ej2-gantt 20.1.60 → 20.2.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/dist/ej2-gantt.umd.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-gantt.es2015.js +1129 -82
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +1128 -79
- package/dist/es6/ej2-gantt.es5.js.map +1 -1
- package/dist/global/ej2-gantt.min.js +2 -2
- package/dist/global/ej2-gantt.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +18 -18
- package/src/gantt/actions/actions.d.ts +1 -0
- package/src/gantt/actions/actions.js +1 -0
- package/src/gantt/actions/cell-edit.js +5 -3
- package/src/gantt/actions/connector-line-edit.js +20 -6
- package/src/gantt/actions/context-menu.js +3 -4
- package/src/gantt/actions/critical-path.d.ts +26 -0
- package/src/gantt/actions/critical-path.js +735 -0
- package/src/gantt/actions/dependency.js +3 -0
- package/src/gantt/actions/edit.js +29 -3
- package/src/gantt/actions/filter.js +1 -1
- package/src/gantt/actions/keyboard.js +2 -2
- package/src/gantt/actions/rowdragdrop.js +7 -1
- package/src/gantt/actions/selection.js +3 -0
- package/src/gantt/actions/taskbar-edit.js +5 -1
- package/src/gantt/actions/toolbar.js +20 -4
- package/src/gantt/base/css-constants.d.ts +12 -0
- package/src/gantt/base/css-constants.js +12 -0
- package/src/gantt/base/date-processor.d.ts +1 -1
- package/src/gantt/base/date-processor.js +9 -3
- package/src/gantt/base/enum.d.ts +3 -1
- package/src/gantt/base/gantt-chart.js +9 -2
- package/src/gantt/base/gantt-model.d.ts +8 -1
- package/src/gantt/base/gantt.d.ts +32 -1
- package/src/gantt/base/gantt.js +133 -5
- package/src/gantt/base/interface.d.ts +16 -0
- package/src/gantt/base/splitter.js +4 -0
- package/src/gantt/base/task-processor.js +16 -7
- package/src/gantt/base/tree-grid.js +1 -1
- package/src/gantt/export/export-helper.js +16 -3
- package/src/gantt/export/pdf-base/pdf-style/gantt-theme.js +16 -0
- package/src/gantt/renderer/chart-rows.js +16 -5
- package/src/gantt/renderer/nonworking-day.js +5 -2
- package/src/gantt/renderer/timeline.d.ts +1 -0
- package/src/gantt/renderer/timeline.js +63 -26
- package/src/global.js +1 -1
- package/styles/bootstrap-dark.css +144 -92
- package/styles/bootstrap.css +141 -89
- package/styles/bootstrap4.css +142 -90
- package/styles/bootstrap5-dark.css +146 -94
- package/styles/bootstrap5.css +146 -94
- package/styles/fabric-dark.css +143 -91
- package/styles/fabric.css +148 -96
- package/styles/fluent-dark.css +152 -100
- package/styles/fluent.css +146 -94
- package/styles/gantt/_bootstrap-dark-definition.scss +22 -16
- package/styles/gantt/_bootstrap-definition.scss +21 -15
- package/styles/gantt/_bootstrap4-definition.scss +30 -24
- package/styles/gantt/_bootstrap5-definition.scss +20 -14
- package/styles/gantt/_fabric-dark-definition.scss +22 -16
- package/styles/gantt/_fabric-definition.scss +22 -16
- package/styles/gantt/_fluent-definition.scss +19 -13
- package/styles/gantt/_fusionnew-definition.scss +212 -0
- package/styles/gantt/_highcontrast-definition.scss +22 -16
- package/styles/gantt/_highcontrast-light-definition.scss +17 -11
- package/styles/gantt/_layout.scss +131 -136
- package/styles/gantt/_material-dark-definition.scss +22 -16
- package/styles/gantt/_material-definition.scss +27 -21
- package/styles/gantt/_material3-definition.scss +213 -0
- package/styles/gantt/_tailwind-definition.scss +16 -10
- package/styles/gantt/_theme.scss +56 -1
- package/styles/gantt/bootstrap-dark.css +144 -92
- package/styles/gantt/bootstrap.css +141 -89
- package/styles/gantt/bootstrap4.css +142 -90
- package/styles/gantt/bootstrap5-dark.css +146 -94
- package/styles/gantt/bootstrap5.css +146 -94
- package/styles/gantt/fabric-dark.css +143 -91
- package/styles/gantt/fabric.css +148 -96
- package/styles/gantt/fluent-dark.css +152 -100
- package/styles/gantt/fluent.css +146 -94
- package/styles/gantt/highcontrast-light.css +140 -91
- package/styles/gantt/highcontrast.css +143 -91
- package/styles/gantt/icons/_bootstrap-dark.scss +4 -1
- package/styles/gantt/icons/_bootstrap.scss +4 -1
- package/styles/gantt/icons/_bootstrap4.scss +4 -1
- package/styles/gantt/icons/_bootstrap5.scss +4 -0
- package/styles/gantt/icons/_fabric-dark.scss +4 -0
- package/styles/gantt/icons/_fabric.scss +4 -0
- package/styles/gantt/icons/_fluent.scss +4 -0
- package/styles/gantt/icons/_fusionnew.scss +120 -0
- package/styles/gantt/icons/_highcontrast.scss +4 -0
- package/styles/gantt/icons/_material-dark.scss +4 -0
- package/styles/gantt/icons/_material.scss +4 -0
- package/styles/gantt/icons/_material3.scss +124 -0
- package/styles/gantt/icons/_tailwind-dark.scss +4 -0
- package/styles/gantt/icons/_tailwind.scss +4 -0
- package/styles/gantt/material-dark.css +147 -95
- package/styles/gantt/material.css +149 -97
- package/styles/gantt/tailwind-dark.css +154 -102
- package/styles/gantt/tailwind.css +150 -98
- package/styles/highcontrast-light.css +140 -91
- package/styles/highcontrast.css +143 -91
- package/styles/material-dark.css +147 -95
- package/styles/material.css +149 -97
- package/styles/tailwind-dark.css +154 -102
- package/styles/tailwind.css +150 -98
package/styles/fluent.css
CHANGED
|
@@ -181,6 +181,9 @@
|
|
|
181
181
|
.e-gantt .e-add::before {
|
|
182
182
|
content: "\e805";
|
|
183
183
|
}
|
|
184
|
+
.e-gantt .e-critical-path::before {
|
|
185
|
+
content: "\e88c";
|
|
186
|
+
}
|
|
184
187
|
.e-gantt .e-edit::before {
|
|
185
188
|
content: "\e730";
|
|
186
189
|
}
|
|
@@ -275,12 +278,6 @@
|
|
|
275
278
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
276
279
|
height: 32px;
|
|
277
280
|
}
|
|
278
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
279
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
280
|
-
padding-left: 10px;
|
|
281
|
-
padding-right: 10px;
|
|
282
|
-
width: 30px;
|
|
283
|
-
}
|
|
284
281
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
285
282
|
border-radius: 4px !important;
|
|
286
283
|
font-size: 12px !important;
|
|
@@ -317,12 +314,12 @@
|
|
|
317
314
|
}
|
|
318
315
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
319
316
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
320
|
-
background-color: #
|
|
317
|
+
background-color: #005ba1;
|
|
321
318
|
border-color: #fff;
|
|
322
319
|
}
|
|
323
320
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
324
321
|
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
325
|
-
background-color: #
|
|
322
|
+
background-color: #005ba1;
|
|
326
323
|
border-color: #fff;
|
|
327
324
|
outline: 2px solid #c7e0f4;
|
|
328
325
|
}
|
|
@@ -332,30 +329,34 @@
|
|
|
332
329
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
333
330
|
height: 63px !important;
|
|
334
331
|
}
|
|
335
|
-
.e-bigger .e-
|
|
336
|
-
|
|
337
|
-
border-color: #000000;
|
|
338
|
-
color: #FFFFFF;
|
|
339
|
-
font-size: 12px;
|
|
340
|
-
line-height: 18px;
|
|
341
|
-
padding: 0 8px 0 0;
|
|
332
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
333
|
+
padding: 16px 4px 16px 28px !important;
|
|
342
334
|
}
|
|
343
|
-
.e-bigger .e-
|
|
344
|
-
|
|
345
|
-
border-color: #000000;
|
|
346
|
-
color: #FFFFFF;
|
|
347
|
-
font-size: 12px;
|
|
348
|
-
line-height: 18px;
|
|
349
|
-
padding: 0 0 0 8px;
|
|
335
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
336
|
+
left: 8px !important;
|
|
350
337
|
}
|
|
351
|
-
.e-bigger .e-
|
|
352
|
-
|
|
338
|
+
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
339
|
+
font-size: 14px !important;
|
|
340
|
+
}
|
|
341
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content {
|
|
342
|
+
height: 96px !important;
|
|
343
|
+
padding: 28px 28px 28px 28px !important;
|
|
353
344
|
}
|
|
354
|
-
.e-bigger .e-
|
|
345
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
|
|
346
|
+
margin-left: 12px;
|
|
347
|
+
}
|
|
348
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
349
|
+
line-height: 28px;
|
|
350
|
+
}
|
|
351
|
+
.e-bigger .e-gantt .e-filter-popup {
|
|
352
|
+
width: 392px !important;
|
|
353
|
+
}
|
|
354
|
+
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
355
355
|
padding: 28px 0 0 !important;
|
|
356
356
|
}
|
|
357
|
-
.e-bigger .e-
|
|
358
|
-
|
|
357
|
+
.e-bigger .e-gantt .e-filter-popup .e-dlg-content {
|
|
358
|
+
border-radius: 2px !important;
|
|
359
|
+
padding: 28px 28px 0px 28px !important;
|
|
359
360
|
}
|
|
360
361
|
.e-bigger .e-columnmenu {
|
|
361
362
|
top: 38px;
|
|
@@ -364,6 +365,9 @@
|
|
|
364
365
|
border-radius: 6px;
|
|
365
366
|
width: 580px !important;
|
|
366
367
|
}
|
|
368
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
369
|
+
padding: 0 16px !important;
|
|
370
|
+
}
|
|
367
371
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
368
372
|
padding: 16px 8px 0 28px;
|
|
369
373
|
}
|
|
@@ -392,97 +396,87 @@
|
|
|
392
396
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
393
397
|
border-radius: 50%;
|
|
394
398
|
height: auto !important;
|
|
395
|
-
width: auto
|
|
399
|
+
width: auto;
|
|
396
400
|
}
|
|
397
401
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
398
402
|
margin-left: 16px !important;
|
|
399
403
|
}
|
|
400
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
404
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
401
405
|
font-size: 16px !important;
|
|
402
406
|
}
|
|
403
|
-
.e-bigger .e-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
.e-bigger .e-predecessor-tooltip {
|
|
407
|
-
background-color: #000000;
|
|
408
|
-
}
|
|
409
|
-
.e-bigger .e-predecessor-dialog {
|
|
410
|
-
background-color: #faf9f8;
|
|
411
|
-
}
|
|
412
|
-
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
413
|
-
background-color: #faf9f8;
|
|
414
|
-
padding: 10px 9px 9px 14px !important;
|
|
415
|
-
}
|
|
416
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
417
|
-
padding: 16px 4px 16px 28px !important;
|
|
418
|
-
}
|
|
419
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
420
|
-
left: 8px !important;
|
|
421
|
-
}
|
|
422
|
-
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
423
|
-
font-size: 14px !important;
|
|
424
|
-
}
|
|
425
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
426
|
-
height: 96px !important;
|
|
427
|
-
padding: 28px 28px 28px 28px !important;
|
|
428
|
-
}
|
|
429
|
-
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
430
|
-
margin-left: 12px;
|
|
407
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
408
|
+
min-height: 35px !important;
|
|
409
|
+
min-width: 35.82px !important;
|
|
431
410
|
}
|
|
432
|
-
.e-bigger .e-dialog .e-
|
|
433
|
-
line-height:
|
|
411
|
+
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
412
|
+
line-height: 24px;
|
|
413
|
+
padding: 6px 16px 6px 15px !important;
|
|
434
414
|
}
|
|
435
|
-
.e-bigger .e-
|
|
436
|
-
|
|
415
|
+
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
416
|
+
padding: 6px 21px 6px 23px !important;
|
|
437
417
|
}
|
|
438
|
-
.e-bigger .e-
|
|
439
|
-
|
|
440
|
-
padding: 28px 28px 0px 28px !important;
|
|
418
|
+
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
419
|
+
font-size: 16px !important;
|
|
441
420
|
}
|
|
442
|
-
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
421
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
443
422
|
font-size: 14px;
|
|
444
423
|
line-height: 22px;
|
|
445
424
|
}
|
|
446
|
-
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
425
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
447
426
|
font-size: 14px;
|
|
448
427
|
line-height: 22px;
|
|
449
428
|
}
|
|
450
|
-
.e-bigger .e-float-input.e-control-wrapper input {
|
|
429
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
451
430
|
height: 38px !important;
|
|
452
431
|
}
|
|
453
|
-
.e-bigger .e-
|
|
454
|
-
color: #A19F9D !important;
|
|
455
|
-
}
|
|
456
|
-
.e-bigger .e-right-btn:disabled {
|
|
457
|
-
color: #A19F9D !important;
|
|
458
|
-
}
|
|
459
|
-
.e-bigger .e-input-group-icon.e-date-icon {
|
|
460
|
-
min-width: 36px !important;
|
|
461
|
-
}
|
|
462
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
432
|
+
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
463
433
|
min-height: 35px !important;
|
|
464
434
|
min-width: 35.82px !important;
|
|
465
435
|
}
|
|
466
|
-
.e-bigger .e-
|
|
436
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
467
437
|
min-height: 35px !important;
|
|
468
438
|
min-width: 35.82px !important;
|
|
469
439
|
}
|
|
470
|
-
.e-bigger .e-
|
|
471
|
-
min-height: 35px !important;
|
|
472
|
-
min-width: 35.82px !important;
|
|
473
|
-
}
|
|
474
|
-
.e-bigger .e-input-group.e-control-wrapper {
|
|
440
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
475
441
|
height: 40px;
|
|
476
442
|
}
|
|
477
|
-
.e-bigger .e-
|
|
478
|
-
|
|
443
|
+
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
444
|
+
min-width: 36px !important;
|
|
479
445
|
}
|
|
480
|
-
.e-bigger .e-
|
|
481
|
-
|
|
482
|
-
padding: 6px 16px 6px 15px !important;
|
|
446
|
+
.e-bigger .e-predecessor-tooltip {
|
|
447
|
+
background-color: #000;
|
|
483
448
|
}
|
|
484
|
-
.e-bigger .e-
|
|
485
|
-
|
|
449
|
+
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
450
|
+
color: #a19f9d !important;
|
|
451
|
+
}
|
|
452
|
+
.e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
|
|
453
|
+
color: #a19f9d !important;
|
|
454
|
+
}
|
|
455
|
+
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
456
|
+
padding: 3px !important;
|
|
457
|
+
}
|
|
458
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
459
|
+
background-color: #000;
|
|
460
|
+
border-color: #000;
|
|
461
|
+
color: #fff;
|
|
462
|
+
font-size: 12px;
|
|
463
|
+
line-height: 18px;
|
|
464
|
+
padding: 0 8px 0 0;
|
|
465
|
+
}
|
|
466
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
467
|
+
background-color: #000;
|
|
468
|
+
border-color: #000;
|
|
469
|
+
color: #fff;
|
|
470
|
+
font-size: 12px;
|
|
471
|
+
line-height: 18px;
|
|
472
|
+
padding: 0 0 0 8px;
|
|
473
|
+
}
|
|
474
|
+
.e-bigger .e-predecessor-dialog {
|
|
475
|
+
background-color: #faf9f8;
|
|
476
|
+
}
|
|
477
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
478
|
+
background-color: #faf9f8;
|
|
479
|
+
padding: 10px 9px 9px 14px !important;
|
|
486
480
|
}
|
|
487
481
|
|
|
488
482
|
.e-gantt {
|
|
@@ -1053,6 +1047,9 @@
|
|
|
1053
1047
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1054
1048
|
outline: 1px solid;
|
|
1055
1049
|
}
|
|
1050
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1051
|
+
outline: 1px solid;
|
|
1052
|
+
}
|
|
1056
1053
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
1057
1054
|
z-index: 100;
|
|
1058
1055
|
}
|
|
@@ -1444,7 +1441,7 @@
|
|
|
1444
1441
|
outline-color: #605e5c;
|
|
1445
1442
|
}
|
|
1446
1443
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1447
|
-
background-color: #
|
|
1444
|
+
background-color: #6ec0ff;
|
|
1448
1445
|
border: 1px solid #0078d4;
|
|
1449
1446
|
border-radius: 4px;
|
|
1450
1447
|
}
|
|
@@ -1491,6 +1488,10 @@
|
|
|
1491
1488
|
background-color: #0b6a0b;
|
|
1492
1489
|
border: 0px;
|
|
1493
1490
|
}
|
|
1491
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1492
|
+
background-color: #0b6a0b;
|
|
1493
|
+
border: 0px;
|
|
1494
|
+
}
|
|
1494
1495
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1495
1496
|
background: #faf9f8;
|
|
1496
1497
|
}
|
|
@@ -1522,7 +1523,6 @@
|
|
|
1522
1523
|
}
|
|
1523
1524
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1524
1525
|
background: linear-gradient(to right, #c7e0f4, #0078d4 30%, #0078d4 70%, #0078d4 70%, #c7e0f4 100%);
|
|
1525
|
-
background-color: rgba(63, 81, 181, 0.2);
|
|
1526
1526
|
border: 0px;
|
|
1527
1527
|
border-radius: 4px;
|
|
1528
1528
|
}
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
}
|
|
1567
1567
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1568
1568
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1569
|
-
background-color: #
|
|
1569
|
+
background-color: #005ba1;
|
|
1570
1570
|
border-color: #fff;
|
|
1571
1571
|
}
|
|
1572
1572
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
@@ -1769,7 +1769,7 @@
|
|
|
1769
1769
|
color: #605e5c;
|
|
1770
1770
|
}
|
|
1771
1771
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1772
|
-
color:
|
|
1772
|
+
color: #605e5c !important;
|
|
1773
1773
|
}
|
|
1774
1774
|
|
|
1775
1775
|
.e-gantt-dialog .e-dlg-header {
|
|
@@ -1823,4 +1823,56 @@
|
|
|
1823
1823
|
}
|
|
1824
1824
|
.e-gantt.e-device .e-backarrowspan {
|
|
1825
1825
|
color: #000;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line {
|
|
1829
|
+
border-color: #d13438;
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
|
|
1833
|
+
border-left-color: #d13438;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
|
|
1837
|
+
border-right-color: #d13438;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1841
|
+
border-color: #fed9cc;
|
|
1842
|
+
outline-color: #fed9cc;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
|
|
1846
|
+
border-left-color: #fed9cc;
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
|
|
1850
|
+
border-right-color: #fed9cc;
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
1854
|
+
background-color: #fed9cc;
|
|
1855
|
+
border: 1px solid #fed9cc;
|
|
1856
|
+
border-radius: 4px;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
1860
|
+
background-color: #d13438;
|
|
1861
|
+
border: 0px;
|
|
1862
|
+
border-radius: 2px;
|
|
1863
|
+
}
|
|
1864
|
+
|
|
1865
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
1866
|
+
background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #d13438 30%, #d13438 70%, #d13438 70%, rgba(255, 85, 85, 0.2) 100%);
|
|
1867
|
+
background-color: rgba(255, 85, 85, 0.2);
|
|
1868
|
+
border: 0px;
|
|
1869
|
+
border-radius: 4px;
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-top {
|
|
1873
|
+
border-bottom-color: #d13438;
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
1877
|
+
border-top-color: #d13438;
|
|
1826
1878
|
}
|
|
@@ -6,8 +6,8 @@ $gantt-grid-line-color: $grey-88 !default;
|
|
|
6
6
|
$gantt-label-color: rgba($grey-light-font, .87) !default;
|
|
7
7
|
$gantt-content-color: rgba($grey-light-font, .87) !default;
|
|
8
8
|
$holiday-background: $grey-light !default;
|
|
9
|
-
$progress-handler-outline:
|
|
10
|
-
$progress-handler-background:
|
|
9
|
+
$progress-handler-outline: $brand-primary-font !default;
|
|
10
|
+
$progress-handler-background: $gray-dark !default;
|
|
11
11
|
$holiday-label-color: $grey-dark-font !default;
|
|
12
12
|
$holiday-label-font-size: 13px !default;
|
|
13
13
|
$weekend-background: $grey-dark !default;
|
|
@@ -23,6 +23,8 @@ $connector-line-hover-color: $brand-primary !default;
|
|
|
23
23
|
$connector-point-border-color: $grey-base !default;
|
|
24
24
|
$connector-false-line-color: $brand-primary !default;
|
|
25
25
|
$connector-point-hover-color: #21527d !default;
|
|
26
|
+
$critical-connector-line-color: #d13438 !default;
|
|
27
|
+
$critical-connector-line-hover-color: #f3d8da !default;
|
|
26
28
|
$connector-point-hover-bg-color: $grey-e6 !default;
|
|
27
29
|
$connector-point-hover-border-color: $brand-primary !default;
|
|
28
30
|
$gantt-connector-point-margin-top: 7.5px !default;
|
|
@@ -35,10 +37,13 @@ $gantt-header-border-spacing: 0 !default;
|
|
|
35
37
|
$gantt-line-container-cell-border-color: $grey-88 !default;
|
|
36
38
|
// sass-lint:disable-all
|
|
37
39
|
$gantt-unscheduled-taskbar-background: linear-gradient(to right, rgba($brand-primary, 0.2 ), $brand-primary 30%, $brand-primary 70%, $brand-primary 70%, rgba($brand-primary, 0.2 ) 100%) !default;
|
|
38
|
-
$gantt-unscheduled-taskbar-background
|
|
40
|
+
$gantt-unscheduled-critical-taskbar-background: linear-gradient(to right, rgba(285,85,85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(285,85,85, 0.2) 100%) !default;
|
|
41
|
+
$gantt-unscheduled-critical-taskbar-background-color: rgba(285,85,85, .2) !default;
|
|
42
|
+
$gantt-critical-child-task-bar: #F3D8DA !default;
|
|
43
|
+
$gantt-critical-child-progress-bar: #D13438 !default;
|
|
44
|
+
$gantt-critical-child-task-bar-border: 1px solid #F3D8DA !default;
|
|
39
45
|
$gantt-unscheduled-milestone-top-border: #dadada !default;
|
|
40
46
|
$gantt-unscheduled-milestone-bottom-border: #dadada !default;
|
|
41
|
-
$gantt-resize-gripper: rgba(249, 146, 11, .2) !default;
|
|
42
47
|
$gantt-child-task-bar: lighten($brand-primary, 10%) !default;
|
|
43
48
|
$gantt-child-progress-bar: $brand-primary !default;
|
|
44
49
|
$gantt-child-progress-bar-border: 1px solid $brand-primary !default;
|
|
@@ -54,6 +59,7 @@ $gantt-unscheduled-manualtaskbar-background: linear-gradient(to right, rgba(63,8
|
|
|
54
59
|
$gantt-parent-task-bar: #029f90 !default;
|
|
55
60
|
$gantt-parent-progress-bar: #4cc7ba !default;
|
|
56
61
|
$gantt-milestone-border-color: #dadada !default;
|
|
62
|
+
$gantt-critical-milestone-border-color: #D13438 !default;
|
|
57
63
|
$gantt-parent-milestone-border-color: #4cc7ba !default;
|
|
58
64
|
$gantt-parent-progress-bar-border: 1px solid #4cc7ba !default;
|
|
59
65
|
$gantt-parent-task-bar-border: 1px solid #4cc7ba !default;
|
|
@@ -69,8 +75,8 @@ $gantt-label-font-color: $grey-dark-font !default;
|
|
|
69
75
|
$gantt-task-label-font-color: $brand-primary-font !default;
|
|
70
76
|
$gantt-tab-header-active-font-color: $grey-light-font !default;
|
|
71
77
|
$gantt-tab-header-font-color: $brand-primary-font !default;
|
|
72
|
-
$gantt-edit-icon-color:
|
|
73
|
-
$gantt-icons-color:
|
|
78
|
+
$gantt-edit-icon-color: $brand-primary-font !default;
|
|
79
|
+
$gantt-icons-color: $brand-primary-font;
|
|
74
80
|
$gantt-unscheduled-taskbar-border: 0px !default;
|
|
75
81
|
$gantt-timeline-top-headercell-font-size: 14px !default;
|
|
76
82
|
$gantt-timeline-top-headercell-font-weight: bold !default;
|
|
@@ -79,9 +85,9 @@ $gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
|
79
85
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
80
86
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
81
87
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
82
|
-
$gantt-bigger-tooltip-button-color:
|
|
83
|
-
$gantt-bigger-tooltip-dialog-color:
|
|
84
|
-
$gantt-bigger-tooltip-button-text-color:
|
|
88
|
+
$gantt-bigger-tooltip-button-color: $shadow;
|
|
89
|
+
$gantt-bigger-tooltip-dialog-color: $grey-light-font;
|
|
90
|
+
$gantt-bigger-tooltip-button-text-color: $grey-light-font;
|
|
85
91
|
$gantt-bigger-tooltip-disabled-button-color: #adadad !important;
|
|
86
92
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
87
93
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
|
|
@@ -90,7 +96,7 @@ $gantt-bigger-dialog-close-button-size: 12px !important;
|
|
|
90
96
|
$gantt-bigger-dialog-header-padding: 16px 4px 16px 16px !important;
|
|
91
97
|
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
|
|
92
98
|
$gantt-bigger-add-dialog-content-height: 242px !important;
|
|
93
|
-
$gantt-bigger-event-arrow-color:
|
|
99
|
+
$gantt-bigger-event-arrow-color: $brand-info-light;
|
|
94
100
|
$gantt-bigger-event-arrow-font-size: 12px !important;
|
|
95
101
|
$gantt-bigger-event-markers-border-radius: 4px !important;
|
|
96
102
|
$gantt-bigger-event-markers-height: 26px !important;
|
|
@@ -122,13 +128,13 @@ $gantt-dialog-resource-height: 202px !default;
|
|
|
122
128
|
$gantt-dialog-rte-height: 241px !default;
|
|
123
129
|
$gantt-dialog-rte-content-height: 200px !default;
|
|
124
130
|
$gantt-dialog-padding-bottom: 20px !default;
|
|
125
|
-
$gantt-dialog-active-tab-background:
|
|
131
|
+
$gantt-dialog-active-tab-background: $gray-base !default;
|
|
126
132
|
$gantt-dialog-tab-padding-left: 12px !default;
|
|
127
133
|
$gantt-dialog-tab-background: $brand-primary !default;
|
|
128
134
|
$gantt-dialog-header-font-color: $brand-primary-font !default;
|
|
129
135
|
$gantt-dialog-icon-color: $brand-primary-font !default;
|
|
130
136
|
$gantt-dialog-icon-hover-color: transparent !default;
|
|
131
|
-
$gantt-dialog-close-icon-hover-color:
|
|
137
|
+
$gantt-dialog-close-icon-hover-color: $grey-dark-font !default;
|
|
132
138
|
$gantt-dialog-tab-hover-border-color: transparent !default;
|
|
133
139
|
$gantt-dialog-tab-header-border-no-color: transparent !default;
|
|
134
140
|
$gantt-tab-header-border-width: 0px;
|
|
@@ -138,13 +144,13 @@ $gantt-richtext-border-bottom: 0px !default;
|
|
|
138
144
|
$gantt-richtext-content-border-bottom: 0px !default;
|
|
139
145
|
$gantt-tab-selection-indicator-color: transparent !default;
|
|
140
146
|
$gantt-tab-header-hover-color: $grey-dark !default;
|
|
141
|
-
$gantt-tab-header-hover-font-color:
|
|
147
|
+
$gantt-tab-header-hover-font-color: $grey-dark-font !default;
|
|
142
148
|
$gantt-connector-point-width: 12px !default;
|
|
143
149
|
$gantt-connector-point-height: 8px !default;
|
|
144
150
|
$gantt-connector-left-point-left: -12px !default;
|
|
145
151
|
$gantt-parent-progress-bar-border-radius: 4px !default;
|
|
146
|
-
$gantt-active-background:
|
|
147
|
-
$gantt-active-color:
|
|
152
|
+
$gantt-active-background: $grey-88 !default;
|
|
153
|
+
$gantt-active-color: $brand-primary-font !default;
|
|
148
154
|
$gantt-active-color-opacity: 1 !default;
|
|
149
155
|
$gantt-table-background: $grey-base !default;
|
|
150
156
|
$connector-point-hover-outerline-color: #75ACDB !default;
|
|
@@ -172,7 +178,7 @@ $gantt-inactive-child: #D5D5D5 !default;
|
|
|
172
178
|
$gantt-connected-task: lighten($brand-primary, 20%) !default;
|
|
173
179
|
$gantt-active-parent-task: lighten(#000000, 10%) !default;
|
|
174
180
|
$gantt-uptail-border: #e0e0e0 !default;
|
|
175
|
-
$gantt-gridpopup-span:
|
|
181
|
+
$gantt-gridpopup-span: $base-font !default;
|
|
176
182
|
$gantt-active-parent-shadow: rgba($gantt-gridpopup-span, 0.5) !default;
|
|
177
183
|
$gantt-left-resize-gripper-border: #9e9e9e !default;
|
|
178
184
|
$gantt-left-resize-gripper-color: #eee !default;
|
|
@@ -2,13 +2,13 @@ $gantt-header-bg-color: $grey-white !default;
|
|
|
2
2
|
$gantt-header-border-color: $grey-dd !default;
|
|
3
3
|
$gantt-header-color: $grey-light-font !default;
|
|
4
4
|
$gantt-context-menu-icon-color: $grey-light-font !default;
|
|
5
|
-
$gantt-grid-line-color:
|
|
5
|
+
$gantt-grid-line-color: $grey-dd !default;
|
|
6
6
|
$gantt-label-color: rgba($grey-light-font, .87) !default;
|
|
7
7
|
$gantt-content-color: rgba($grey-light-font, .87) !default;
|
|
8
8
|
$holiday-background: $grey-lighter !default;
|
|
9
|
-
$progress-handler-outline:
|
|
9
|
+
$progress-handler-outline: $brand-primary-font !default;
|
|
10
10
|
$connector-point-hover-outerline-color: #75acdb !default;
|
|
11
|
-
$progress-handler-background:
|
|
11
|
+
$progress-handler-background: $gray-darker !default;
|
|
12
12
|
$holiday-label-color: $grey-light-font !default;
|
|
13
13
|
$holiday-label-font-size: 13px !default;
|
|
14
14
|
$weekend-background: $grey-f8 !default;
|
|
@@ -23,7 +23,9 @@ $connector-line-color: darken($brand-primary, 15%) !default;
|
|
|
23
23
|
$connector-line-hover-color: darken($brand-primary, 15%) !default;
|
|
24
24
|
$connector-false-line-color: darken($brand-primary, 15%) !default;
|
|
25
25
|
$connector-point-hover-color: #21527d !default;
|
|
26
|
-
$connector-
|
|
26
|
+
$critical-connector-line-color: #d13438 !default;
|
|
27
|
+
$critical-connector-line-hover-color: #f3d8da !default;
|
|
28
|
+
$connector-point-border-color: $brand-primary-font !default;
|
|
27
29
|
$connector-point-hover-bg-color: $grey-d4 !default;
|
|
28
30
|
$connector-point-hover-border-color: darken($brand-primary, 15%) !default;
|
|
29
31
|
$gantt-connector-point-margin-top: 7.5px !default;
|
|
@@ -33,13 +35,16 @@ $gantt-unscheduled-taskbar-left: 3px !default;
|
|
|
33
35
|
$gantt-unscheduled-taskbar-right-radius: 2px !default;
|
|
34
36
|
$gantt-label-size: 13px !default;
|
|
35
37
|
$gantt-header-border-spacing: 0 !default;
|
|
36
|
-
$gantt-line-container-cell-border-color:
|
|
38
|
+
$gantt-line-container-cell-border-color: $grey-dd !default;
|
|
37
39
|
// sass-lint:disable-all
|
|
38
40
|
$gantt-unscheduled-taskbar-background: linear-gradient(to right, rgba($brand-primary, 0.2 ), $brand-primary 30%, $brand-primary 70%, $brand-primary 70%, rgba($brand-primary, 0.2 ) 100%) !default;
|
|
39
|
-
$gantt-unscheduled-taskbar-background
|
|
41
|
+
$gantt-unscheduled-critical-taskbar-background: linear-gradient(to right, rgba(285,85,85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(285,85,85, 0.2) 100%) !default;
|
|
42
|
+
$gantt-unscheduled-critical-taskbar-background-color: rgba(285,85,85, .2) !default;
|
|
43
|
+
$gantt-critical-child-task-bar: #F3D8DA !default;
|
|
44
|
+
$gantt-critical-child-progress-bar: #D13438 !default;
|
|
45
|
+
$gantt-critical-child-task-bar-border: 1px solid #F3D8DA !default;
|
|
40
46
|
$gantt-unscheduled-milestone-top-border: $grey !default;
|
|
41
47
|
$gantt-unscheduled-milestone-bottom-border: $grey !default;
|
|
42
|
-
$gantt-resize-gripper: rgba(249, 146, 11, .2) !default;
|
|
43
48
|
$gantt-child-task-bar: $brand-primary !default;
|
|
44
49
|
$gantt-child-progress-bar: darken($brand-primary, 15%) !default;
|
|
45
50
|
$gantt-child-progress-bar-border: 1px solid darken($brand-primary, 15%) !default;
|
|
@@ -55,6 +60,7 @@ $gantt-unscheduled-manualtaskbar-background: linear-gradient(to right, rgba(63,8
|
|
|
55
60
|
$gantt-parent-task-bar: $grey-light !default;
|
|
56
61
|
$gantt-parent-progress-bar: $grey !default;
|
|
57
62
|
$gantt-milestone-border-color: $gray !default;
|
|
63
|
+
$gantt-critical-milestone-border-color: #D13438 !default;
|
|
58
64
|
$gantt-parent-milestone-border-color: $grey !default;
|
|
59
65
|
$gantt-parent-progress-bar-border: 1px solid $grey !default;
|
|
60
66
|
$gantt-parent-task-bar-border: 1px solid $grey !default;
|
|
@@ -80,17 +86,17 @@ $gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
|
80
86
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
81
87
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
82
88
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
83
|
-
$gantt-bigger-tooltip-button-color:
|
|
84
|
-
$gantt-bigger-tooltip-dialog-color:
|
|
85
|
-
$gantt-bigger-tooltip-button-text-color:
|
|
86
|
-
$gantt-bigger-tooltip-disabled-button-color:
|
|
89
|
+
$gantt-bigger-tooltip-button-color: $grey-base;
|
|
90
|
+
$gantt-bigger-tooltip-dialog-color: $grey-f5;
|
|
91
|
+
$gantt-bigger-tooltip-button-text-color: $grey-white;
|
|
92
|
+
$gantt-bigger-tooltip-disabled-button-color: $grey-ad !important;
|
|
87
93
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
|
|
88
94
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
|
|
89
95
|
$gantt-bigger-dialog-close-button-left: 0 !important;
|
|
90
96
|
$gantt-bigger-dialog-close-button-size: 12px !important;
|
|
91
97
|
$gantt-bigger-dialog-header-padding: 16px 4px 16px 16px !important;
|
|
92
98
|
$gantt-bigger-add-dialog-content-height: 242px !important;
|
|
93
|
-
$gantt-bigger-event-arrow-color:
|
|
99
|
+
$gantt-bigger-event-arrow-color: $brand-warning-dark;
|
|
94
100
|
$gantt-bigger-event-arrow-font-size: 12px !important;
|
|
95
101
|
$gantt-bigger-event-markers-border-radius: 4px !important;
|
|
96
102
|
$gantt-bigger-event-markers-height: 26px !important;
|
|
@@ -147,7 +153,7 @@ $gantt-parent-progress-bar-border-radius: 4px !default;
|
|
|
147
153
|
$gantt-active-background: lighten($brand-primary, 40%) !default;
|
|
148
154
|
$gantt-active-color: #000 !default;
|
|
149
155
|
$gantt-active-color-opacity: 1 !default;
|
|
150
|
-
$gantt-table-background:
|
|
156
|
+
$gantt-table-background: $brand-primary-font !default;
|
|
151
157
|
$gantt-baseline-color: $brand-warning !default;
|
|
152
158
|
$gantt-child-progress-margin-left: 0.5px !default;
|
|
153
159
|
$gantt-timeline-single-header-outer-div: 45px !default;
|
|
@@ -172,10 +178,10 @@ $gantt-inactive-child: #D5D5D5 !default;
|
|
|
172
178
|
$gantt-connected-task: lighten($brand-primary, 20%) !default;
|
|
173
179
|
$gantt-active-parent-task: lighten(#000000, 10%) !default;
|
|
174
180
|
$gantt-uptail-border: #e0e0e0 !default;
|
|
175
|
-
$gantt-gridpopup-span:
|
|
181
|
+
$gantt-gridpopup-span: $gray-base !default;
|
|
176
182
|
$gantt-active-parent-shadow: rgba($gantt-gridpopup-span, 0.5) !default;
|
|
177
183
|
$gantt-left-resize-gripper-border: #9e9e9e !default;
|
|
178
|
-
$gantt-left-resize-gripper-color:
|
|
184
|
+
$gantt-left-resize-gripper-color: $grey-lighter !default;
|
|
179
185
|
$gantt-clone-padding: 4px 5px !default;
|
|
180
186
|
$gantt-bigger-clone-padding: $gantt-clone-padding !default;
|
|
181
187
|
$gantt-cell-border-color: $grey-88 !default;
|