@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
|
@@ -199,6 +199,9 @@
|
|
|
199
199
|
.e-gantt .e-add::before {
|
|
200
200
|
content: "\e7d5";
|
|
201
201
|
}
|
|
202
|
+
.e-gantt .e-critical-path::before {
|
|
203
|
+
content: "\e931";
|
|
204
|
+
}
|
|
202
205
|
.e-gantt .e-edit::before {
|
|
203
206
|
content: "\e97c";
|
|
204
207
|
}
|
|
@@ -293,12 +296,6 @@
|
|
|
293
296
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
294
297
|
height: 32px;
|
|
295
298
|
}
|
|
296
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
297
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
298
|
-
padding-left: 10px;
|
|
299
|
-
padding-right: 10px;
|
|
300
|
-
width: 30px;
|
|
301
|
-
}
|
|
302
299
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
303
300
|
border-radius: 4px !important;
|
|
304
301
|
font-size: 12px !important;
|
|
@@ -309,7 +306,7 @@
|
|
|
309
306
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
310
307
|
border-bottom: 6px solid transparent;
|
|
311
308
|
border-right: 6px solid transparent;
|
|
312
|
-
border-right-color: #
|
|
309
|
+
border-right-color: #fff;
|
|
313
310
|
border-top: 6px solid transparent;
|
|
314
311
|
top: 43px !important;
|
|
315
312
|
}
|
|
@@ -350,30 +347,34 @@
|
|
|
350
347
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
351
348
|
height: 63px !important;
|
|
352
349
|
}
|
|
353
|
-
.e-bigger .e-
|
|
354
|
-
|
|
355
|
-
border-color: #000000;
|
|
356
|
-
color: #F9FAFB;
|
|
357
|
-
font-size: 12px;
|
|
358
|
-
line-height: 18px;
|
|
359
|
-
padding: 0 8px 0 0;
|
|
350
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
351
|
+
padding: 16px 4px 12px 18px !important;
|
|
360
352
|
}
|
|
361
|
-
.e-bigger .e-
|
|
362
|
-
|
|
363
|
-
border-color: #000000;
|
|
364
|
-
color: #F9FAFB;
|
|
365
|
-
font-size: 12px;
|
|
366
|
-
line-height: 18px;
|
|
367
|
-
padding: 0 0 0 8px;
|
|
353
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
354
|
+
left: 2px !important;
|
|
368
355
|
}
|
|
369
|
-
.e-bigger .e-
|
|
370
|
-
|
|
356
|
+
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
357
|
+
font-size: 12px !important;
|
|
371
358
|
}
|
|
372
|
-
.e-bigger .e-
|
|
359
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content {
|
|
360
|
+
height: 76px !important;
|
|
361
|
+
padding: 19px 18px 19px 16px !important;
|
|
362
|
+
}
|
|
363
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
|
|
364
|
+
margin-left: 12px;
|
|
365
|
+
}
|
|
366
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
367
|
+
line-height: 28px;
|
|
368
|
+
}
|
|
369
|
+
.e-bigger .e-gantt .e-filter-popup {
|
|
370
|
+
width: 307px !important;
|
|
371
|
+
}
|
|
372
|
+
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
373
373
|
padding: 20px 0 0 !important;
|
|
374
374
|
}
|
|
375
|
-
.e-bigger .e-
|
|
376
|
-
|
|
375
|
+
.e-bigger .e-gantt .e-filter-popup .e-dlg-content {
|
|
376
|
+
border-radius: 0px !important;
|
|
377
|
+
padding: 20px 18px 0px 18px !important;
|
|
377
378
|
}
|
|
378
379
|
.e-bigger .e-columnmenu {
|
|
379
380
|
top: 45px;
|
|
@@ -382,6 +383,9 @@
|
|
|
382
383
|
border-radius: 6px;
|
|
383
384
|
width: 554px !important;
|
|
384
385
|
}
|
|
386
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
387
|
+
padding: 0 16px !important;
|
|
388
|
+
}
|
|
385
389
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
386
390
|
padding: 16px 9px 0 18px;
|
|
387
391
|
}
|
|
@@ -410,97 +414,87 @@
|
|
|
410
414
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
411
415
|
border-radius: 50%;
|
|
412
416
|
height: auto !important;
|
|
413
|
-
width: auto
|
|
417
|
+
width: auto;
|
|
414
418
|
}
|
|
415
419
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
416
420
|
margin-left: 6px !important;
|
|
417
421
|
}
|
|
418
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
422
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
419
423
|
font-size: 16px !important;
|
|
420
424
|
}
|
|
421
|
-
.e-bigger .e-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
.e-bigger .e-predecessor-tooltip {
|
|
425
|
-
background-color: #000000;
|
|
426
|
-
}
|
|
427
|
-
.e-bigger .e-predecessor-dialog {
|
|
428
|
-
background-color: #1a1a1a;
|
|
429
|
-
}
|
|
430
|
-
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
431
|
-
background-color: #1a1a1a;
|
|
432
|
-
padding: 10px 9px 9px 14px !important;
|
|
433
|
-
}
|
|
434
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
435
|
-
padding: 16px 4px 12px 18px !important;
|
|
436
|
-
}
|
|
437
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
438
|
-
left: 2px !important;
|
|
439
|
-
}
|
|
440
|
-
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
441
|
-
font-size: 12px !important;
|
|
442
|
-
}
|
|
443
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
444
|
-
height: 76px !important;
|
|
445
|
-
padding: 19px 18px 19px 16px !important;
|
|
446
|
-
}
|
|
447
|
-
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
448
|
-
margin-left: 12px;
|
|
425
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
426
|
+
min-height: 38px !important;
|
|
427
|
+
min-width: 35.82px !important;
|
|
449
428
|
}
|
|
450
|
-
.e-bigger .e-dialog .e-
|
|
451
|
-
line-height:
|
|
429
|
+
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
430
|
+
line-height: 24px;
|
|
431
|
+
padding: 6px 16px 6px 15px !important;
|
|
452
432
|
}
|
|
453
|
-
.e-bigger .e-
|
|
454
|
-
|
|
433
|
+
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
434
|
+
padding: 6px 21px 6px 23px !important;
|
|
455
435
|
}
|
|
456
|
-
.e-bigger .e-
|
|
457
|
-
|
|
458
|
-
padding: 20px 18px 0px 18px !important;
|
|
436
|
+
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
437
|
+
font-size: 16px !important;
|
|
459
438
|
}
|
|
460
|
-
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
439
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
461
440
|
font-size: 14px;
|
|
462
441
|
line-height: 22px;
|
|
463
442
|
}
|
|
464
|
-
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
443
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
465
444
|
font-size: 14px;
|
|
466
445
|
line-height: 22px;
|
|
467
446
|
}
|
|
468
|
-
.e-bigger .e-float-input.e-control-wrapper input {
|
|
447
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
469
448
|
height: 38px !important;
|
|
470
449
|
}
|
|
471
|
-
.e-bigger .e-
|
|
472
|
-
color: #757575 !important;
|
|
473
|
-
}
|
|
474
|
-
.e-bigger .e-right-btn:disabled {
|
|
475
|
-
color: #757575 !important;
|
|
476
|
-
}
|
|
477
|
-
.e-bigger .e-input-group-icon.e-date-icon {
|
|
478
|
-
min-width: 36px !important;
|
|
479
|
-
}
|
|
480
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
450
|
+
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
481
451
|
min-height: 38px !important;
|
|
482
452
|
min-width: 35.82px !important;
|
|
483
453
|
}
|
|
484
|
-
.e-bigger .e-
|
|
454
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
485
455
|
min-height: 38px !important;
|
|
486
456
|
min-width: 35.82px !important;
|
|
487
457
|
}
|
|
488
|
-
.e-bigger .e-
|
|
489
|
-
min-height: 38px !important;
|
|
490
|
-
min-width: 35.82px !important;
|
|
491
|
-
}
|
|
492
|
-
.e-bigger .e-input-group.e-control-wrapper {
|
|
458
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
493
459
|
height: 40px;
|
|
494
460
|
}
|
|
495
|
-
.e-bigger .e-
|
|
496
|
-
|
|
461
|
+
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
462
|
+
min-width: 36px !important;
|
|
497
463
|
}
|
|
498
|
-
.e-bigger .e-
|
|
499
|
-
|
|
500
|
-
padding: 6px 16px 6px 15px !important;
|
|
464
|
+
.e-bigger .e-predecessor-tooltip {
|
|
465
|
+
background-color: #000;
|
|
501
466
|
}
|
|
502
|
-
.e-bigger .e-
|
|
503
|
-
|
|
467
|
+
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
468
|
+
color: #757575 !important;
|
|
469
|
+
}
|
|
470
|
+
.e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
|
|
471
|
+
color: #757575 !important;
|
|
472
|
+
}
|
|
473
|
+
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
474
|
+
padding: 3px !important;
|
|
475
|
+
}
|
|
476
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
477
|
+
background-color: #000;
|
|
478
|
+
border-color: #000;
|
|
479
|
+
color: #F9FAFB;
|
|
480
|
+
font-size: 12px;
|
|
481
|
+
line-height: 18px;
|
|
482
|
+
padding: 0 8px 0 0;
|
|
483
|
+
}
|
|
484
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
485
|
+
background-color: #000;
|
|
486
|
+
border-color: #000;
|
|
487
|
+
color: #F9FAFB;
|
|
488
|
+
font-size: 12px;
|
|
489
|
+
line-height: 18px;
|
|
490
|
+
padding: 0 0 0 8px;
|
|
491
|
+
}
|
|
492
|
+
.e-bigger .e-predecessor-dialog {
|
|
493
|
+
background-color: #1a1a1a;
|
|
494
|
+
}
|
|
495
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
496
|
+
background-color: #1a1a1a;
|
|
497
|
+
padding: 10px 9px 9px 14px !important;
|
|
504
498
|
}
|
|
505
499
|
|
|
506
500
|
.e-gantt {
|
|
@@ -1071,6 +1065,9 @@
|
|
|
1071
1065
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1072
1066
|
outline: 1px solid;
|
|
1073
1067
|
}
|
|
1068
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1069
|
+
outline: 1px solid;
|
|
1070
|
+
}
|
|
1074
1071
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
1075
1072
|
z-index: 100;
|
|
1076
1073
|
}
|
|
@@ -1450,7 +1447,7 @@
|
|
|
1450
1447
|
border-top-color: #969696;
|
|
1451
1448
|
}
|
|
1452
1449
|
.e-gantt .e-gantt-chart .e-chart-row-cell {
|
|
1453
|
-
color:
|
|
1450
|
+
color: #fff;
|
|
1454
1451
|
}
|
|
1455
1452
|
.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
|
|
1456
1453
|
border-bottom-color: #969696;
|
|
@@ -1509,6 +1506,10 @@
|
|
|
1509
1506
|
background-color: #1B00F7;
|
|
1510
1507
|
border: 0px;
|
|
1511
1508
|
}
|
|
1509
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1510
|
+
background-color: #1B00F7;
|
|
1511
|
+
border: 0px;
|
|
1512
|
+
}
|
|
1512
1513
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1513
1514
|
background: #333;
|
|
1514
1515
|
}
|
|
@@ -1540,7 +1541,6 @@
|
|
|
1540
1541
|
}
|
|
1541
1542
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1542
1543
|
background: linear-gradient(to right, rgba(62, 4, 125, 0.2), #3e047d 30%, #3e047d 70%, #3e047d 70%, rgba(62, 4, 125, 0.2) 100%);
|
|
1543
|
-
background-color: rgba(255, 207, 6, 0.2);
|
|
1544
1544
|
border: 0px;
|
|
1545
1545
|
border-radius: 0px;
|
|
1546
1546
|
}
|
|
@@ -1841,4 +1841,56 @@
|
|
|
1841
1841
|
}
|
|
1842
1842
|
.e-gantt.e-device .e-backarrowspan {
|
|
1843
1843
|
color: #000;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line {
|
|
1847
|
+
border-color: #d13438;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
|
|
1851
|
+
border-left-color: #d13438;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
|
|
1855
|
+
border-right-color: #d13438;
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1859
|
+
border-color: #f3d8da;
|
|
1860
|
+
outline-color: #f3d8da;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
|
|
1864
|
+
border-left-color: #f3d8da;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
|
|
1868
|
+
border-right-color: #f3d8da;
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
1872
|
+
background-color: #F3D8DA;
|
|
1873
|
+
border: 1px solid #F3D8DA;
|
|
1874
|
+
border-radius: 0px;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
1878
|
+
background-color: #D13438;
|
|
1879
|
+
border: 0px;
|
|
1880
|
+
border-radius: 4px;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
1884
|
+
background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(255, 85, 85, 0.2) 100%);
|
|
1885
|
+
background-color: rgba(255, 85, 85, 0.2);
|
|
1886
|
+
border: 0px;
|
|
1887
|
+
border-radius: 0px;
|
|
1888
|
+
}
|
|
1889
|
+
|
|
1890
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-top {
|
|
1891
|
+
border-bottom-color: #D13438;
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
1895
|
+
border-top-color: #D13438;
|
|
1844
1896
|
}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
@include export-module('gantt-tailwind-icons') {
|
|
2
|
+
#{&}.e-gantt {
|
|
3
|
+
.e-add::before {
|
|
4
|
+
content: '\e805';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-edit::before {
|
|
8
|
+
content: '\e730';
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-delete::before {
|
|
12
|
+
content: '\e820';
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-cancel::before {
|
|
16
|
+
content: '\e7e7';
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-save::before {
|
|
20
|
+
content: '\e7c8';
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-update::before {
|
|
24
|
+
content: '\e7c8';
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-search-icon::before {
|
|
28
|
+
content: '\e754';
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-cancel-icon::before {
|
|
32
|
+
content: '\e7e7';
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.e-notes-info::before {
|
|
36
|
+
content: '\e72d';
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.e-left-resize-gripper::before,
|
|
40
|
+
.e-right-resize-gripper::before {
|
|
41
|
+
content: '\e770';
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.e-expandall::before {
|
|
45
|
+
content: '\e7c9';
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-collapseall::before {
|
|
49
|
+
content: '\e80f';
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-prevtimespan::before {
|
|
53
|
+
content: '\e773';
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.e-nexttimespan::before {
|
|
57
|
+
content: '\e7f9';
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.e-zoomin::before {
|
|
61
|
+
content: '\e795';
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.e-zoomout::before {
|
|
65
|
+
content: '\e825';
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.e-zoomtofit::before {
|
|
69
|
+
content: '\e838';
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.e-csvexport::before {
|
|
73
|
+
content: '\e7ba';
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.e-excelexport::before {
|
|
77
|
+
content: '\e7c1';
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.e-pdfexport::before {
|
|
81
|
+
content: '\e700';
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.e-indent::before {
|
|
85
|
+
content: '\e810';
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.e-outdent::before {
|
|
89
|
+
content: '\e72a';
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.e-add-above::before {
|
|
93
|
+
content: '\e836';
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-add-below::before {
|
|
97
|
+
content: '\e801';
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
#{&}.e-gantt.e-device {
|
|
102
|
+
.e-backarrowspan::before,
|
|
103
|
+
.e-icon-dlg-close::before {
|
|
104
|
+
content: '\e773';
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.e-left-resize-gripper::before,
|
|
108
|
+
.e-right-resize-gripper::before {
|
|
109
|
+
content: '\e770';
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
114
|
+
content: '\e773';
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
118
|
+
content: '\e7f9';
|
|
119
|
+
}
|
|
120
|
+
}
|