@syncfusion/ej2-gantt 20.1.56 → 20.1.60
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 +30 -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 +31 -18
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +31 -18
- 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 +15 -15
- package/src/gantt/actions/dialog-edit.js +1 -1
- package/src/gantt/actions/edit.js +5 -1
- package/src/gantt/actions/taskbar-edit.js +1 -3
- package/src/gantt/actions/toolbar.js +2 -0
- package/src/gantt/base/gantt-chart.js +6 -1
- package/src/gantt/base/gantt.js +2 -5
- package/src/gantt/base/task-processor.js +7 -3
- package/src/gantt/export/export-helper.js +3 -3
- package/src/gantt/renderer/connector-line.js +1 -1
- package/src/gantt/renderer/timeline.js +3 -0
- package/styles/bootstrap-dark.css +217 -11
- package/styles/bootstrap.css +218 -13
- package/styles/bootstrap4.css +220 -11
- package/styles/bootstrap5-dark.css +218 -13
- package/styles/bootstrap5.css +218 -13
- package/styles/fabric-dark.css +216 -10
- package/styles/fabric.css +217 -11
- package/styles/fluent-dark.css +217 -11
- package/styles/fluent.css +217 -11
- package/styles/gantt/_bootstrap-dark-definition.scss +41 -4
- package/styles/gantt/_bootstrap-definition.scss +41 -4
- package/styles/gantt/_bootstrap4-definition.scss +42 -4
- package/styles/gantt/_bootstrap5-definition.scss +41 -4
- package/styles/gantt/_fabric-dark-definition.scss +40 -3
- package/styles/gantt/_fabric-definition.scss +41 -4
- package/styles/gantt/_fluent-definition.scss +41 -4
- package/styles/gantt/_highcontrast-definition.scss +41 -4
- package/styles/gantt/_highcontrast-light-definition.scss +41 -4
- package/styles/gantt/_layout.scss +298 -7
- package/styles/gantt/_material-dark-definition.scss +42 -4
- package/styles/gantt/_material-definition.scss +42 -4
- package/styles/gantt/_tailwind-definition.scss +42 -4
- package/styles/gantt/bootstrap-dark.css +217 -11
- package/styles/gantt/bootstrap.css +218 -13
- package/styles/gantt/bootstrap4.css +220 -11
- package/styles/gantt/bootstrap5-dark.css +218 -13
- package/styles/gantt/bootstrap5.css +218 -13
- package/styles/gantt/fabric-dark.css +216 -10
- package/styles/gantt/fabric.css +217 -11
- package/styles/gantt/fluent-dark.css +217 -11
- package/styles/gantt/fluent.css +217 -11
- package/styles/gantt/highcontrast-light.css +209 -11
- package/styles/gantt/highcontrast.css +217 -11
- package/styles/gantt/icons/_bootstrap-dark.scss +8 -0
- package/styles/gantt/icons/_bootstrap.scss +8 -0
- package/styles/gantt/icons/_bootstrap4.scss +8 -0
- package/styles/gantt/icons/_bootstrap5.scss +8 -0
- package/styles/gantt/icons/_fabric-dark.scss +8 -0
- package/styles/gantt/icons/_fabric.scss +8 -0
- package/styles/gantt/icons/_fluent.scss +8 -0
- package/styles/gantt/icons/_highcontrast.scss +8 -0
- package/styles/gantt/icons/_material-dark.scss +8 -0
- package/styles/gantt/icons/_material.scss +8 -0
- package/styles/gantt/icons/_tailwind-dark.scss +8 -0
- package/styles/gantt/icons/_tailwind.scss +8 -0
- package/styles/gantt/material-dark.css +224 -11
- package/styles/gantt/material.css +224 -11
- package/styles/gantt/tailwind-dark.css +223 -11
- package/styles/gantt/tailwind.css +223 -11
- package/styles/highcontrast-light.css +209 -11
- package/styles/highcontrast.css +217 -11
- package/styles/material-dark.css +224 -11
- package/styles/material.css +224 -11
- package/styles/tailwind-dark.css +223 -11
- package/styles/tailwind.css +223 -11
|
@@ -179,8 +179,7 @@
|
|
|
179
179
|
border-left-width: 0;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
183
|
-
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
182
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */ /*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
184
183
|
/*! Horizontal Tab */
|
|
185
184
|
/*! Bootstrap specific themes definition's */
|
|
186
185
|
/*! Vertical Tab */
|
|
@@ -283,26 +282,228 @@
|
|
|
283
282
|
content: "\e770";
|
|
284
283
|
}
|
|
285
284
|
|
|
285
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
286
|
+
content: "\e773";
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
290
|
+
content: "\e7f9";
|
|
291
|
+
}
|
|
292
|
+
|
|
286
293
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
287
294
|
height: 64px;
|
|
288
295
|
}
|
|
289
296
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
290
297
|
height: 32px;
|
|
291
298
|
}
|
|
299
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
300
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
301
|
+
padding-left: 10px;
|
|
302
|
+
padding-right: 10px;
|
|
303
|
+
width: 30px;
|
|
304
|
+
}
|
|
305
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
306
|
+
border-radius: 4px !important;
|
|
307
|
+
font-size: 12px !important;
|
|
308
|
+
height: 26px !important;
|
|
309
|
+
padding: 4px 11px 4px 9px !important;
|
|
310
|
+
top: 65px !important;
|
|
311
|
+
}
|
|
312
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
313
|
+
border-bottom: 6px solid transparent;
|
|
314
|
+
border-right: 6px solid transparent;
|
|
315
|
+
border-right-color: #fff3cd;
|
|
316
|
+
border-top: 6px solid transparent;
|
|
317
|
+
top: 73px !important;
|
|
318
|
+
}
|
|
319
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
320
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
321
|
+
content: "\e888";
|
|
322
|
+
}
|
|
323
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
324
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
325
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
326
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
327
|
+
border-radius: 50%;
|
|
328
|
+
display: inline-block;
|
|
329
|
+
position: absolute;
|
|
330
|
+
}
|
|
331
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
332
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
333
|
+
border-style: solid;
|
|
334
|
+
border-width: 1px;
|
|
335
|
+
box-sizing: content-box;
|
|
336
|
+
cursor: pointer;
|
|
337
|
+
display: inline-block;
|
|
338
|
+
}
|
|
339
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
340
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
341
|
+
background-color: #0d6efd;
|
|
342
|
+
border-color: #fff;
|
|
343
|
+
}
|
|
344
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
345
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
346
|
+
background-color: #0d6efd;
|
|
347
|
+
border-color: #fff;
|
|
348
|
+
outline: 2px solid #79a7f7;
|
|
349
|
+
}
|
|
350
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
351
|
+
height: 250px !important;
|
|
352
|
+
}
|
|
292
353
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
293
354
|
height: 63px !important;
|
|
294
355
|
}
|
|
356
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
357
|
+
background-color: #000000;
|
|
358
|
+
border-color: #000000;
|
|
359
|
+
color: #fff;
|
|
360
|
+
font-size: 12px;
|
|
361
|
+
line-height: 18px;
|
|
362
|
+
padding: 0 8px 0 0;
|
|
363
|
+
}
|
|
364
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
365
|
+
background-color: #000000;
|
|
366
|
+
border-color: #000000;
|
|
367
|
+
color: #fff;
|
|
368
|
+
font-size: 12px;
|
|
369
|
+
line-height: 18px;
|
|
370
|
+
padding: 0 0 0 8px;
|
|
371
|
+
}
|
|
372
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
373
|
+
padding: 3px !important;
|
|
374
|
+
}
|
|
375
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
376
|
+
padding: 16px 0 0 !important;
|
|
377
|
+
}
|
|
378
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
379
|
+
padding: 0 16px !important;
|
|
380
|
+
}
|
|
295
381
|
.e-bigger .e-columnmenu {
|
|
296
382
|
top: 35px;
|
|
297
383
|
}
|
|
384
|
+
.e-bigger .e-gantt-dialog {
|
|
385
|
+
border-radius: 6px;
|
|
386
|
+
width: 556px !important;
|
|
387
|
+
}
|
|
298
388
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
299
|
-
padding: 16px
|
|
389
|
+
padding: 16px 12px 0 16px;
|
|
300
390
|
}
|
|
301
391
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
302
|
-
padding: 16px
|
|
392
|
+
padding: 16px 16px 0 12px;
|
|
303
393
|
}
|
|
304
394
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
305
|
-
padding: 16px 18px 0
|
|
395
|
+
padding: 16px 18px 0 9px;
|
|
396
|
+
}
|
|
397
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
398
|
+
height: 250px !important;
|
|
399
|
+
}
|
|
400
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
401
|
+
height: 78px !important;
|
|
402
|
+
}
|
|
403
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
404
|
+
border-bottom: 0 !important;
|
|
405
|
+
}
|
|
406
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
407
|
+
border-radius: 0 !important;
|
|
408
|
+
}
|
|
409
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
410
|
+
border-radius: 6px 6px 0px 0px;
|
|
411
|
+
padding-bottom: 12px;
|
|
412
|
+
}
|
|
413
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
414
|
+
border-radius: 50%;
|
|
415
|
+
height: auto !important;
|
|
416
|
+
width: auto !important;
|
|
417
|
+
}
|
|
418
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
419
|
+
margin-left: 5px !important;
|
|
420
|
+
}
|
|
421
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
422
|
+
font-size: 16px !important;
|
|
423
|
+
}
|
|
424
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
425
|
+
width: 250px !important;
|
|
426
|
+
}
|
|
427
|
+
.e-bigger .e-predecessor-tooltip {
|
|
428
|
+
background-color: #000000;
|
|
429
|
+
}
|
|
430
|
+
.e-bigger .e-predecessor-dialog {
|
|
431
|
+
background-color: #f8f8fa;
|
|
432
|
+
}
|
|
433
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
434
|
+
background-color: #f8f8fa;
|
|
435
|
+
padding: 10px 9px 9px 14px !important;
|
|
436
|
+
}
|
|
437
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
438
|
+
padding: 16px 4px 16px 16px !important;
|
|
439
|
+
}
|
|
440
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
441
|
+
left: 2px !important;
|
|
442
|
+
}
|
|
443
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
444
|
+
font-size: 14px !important;
|
|
445
|
+
}
|
|
446
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
447
|
+
height: 70px !important;
|
|
448
|
+
padding: 16px !important;
|
|
449
|
+
}
|
|
450
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
451
|
+
margin-left: 12px;
|
|
452
|
+
}
|
|
453
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
454
|
+
line-height: 28px;
|
|
455
|
+
}
|
|
456
|
+
.e-bigger .e-filter-popup {
|
|
457
|
+
width: 350px !important;
|
|
458
|
+
}
|
|
459
|
+
.e-bigger .e-dlg-content {
|
|
460
|
+
border-radius: 6px !important;
|
|
461
|
+
padding: 32px 16px 16px !important;
|
|
462
|
+
}
|
|
463
|
+
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
464
|
+
font-size: 14px;
|
|
465
|
+
line-height: 22px;
|
|
466
|
+
}
|
|
467
|
+
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
468
|
+
font-size: 14px;
|
|
469
|
+
line-height: 22px;
|
|
470
|
+
}
|
|
471
|
+
.e-bigger .e-float-input.e-control-wrapper input {
|
|
472
|
+
height: 36px !important;
|
|
473
|
+
}
|
|
474
|
+
.e-bigger .e-left-btn:disabled {
|
|
475
|
+
color: #ADB5BD !important;
|
|
476
|
+
}
|
|
477
|
+
.e-bigger .e-right-btn:disabled {
|
|
478
|
+
color: #ADB5BD !important;
|
|
479
|
+
}
|
|
480
|
+
.e-bigger .e-input-group-icon.e-date-icon {
|
|
481
|
+
min-width: 36px !important;
|
|
482
|
+
}
|
|
483
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
484
|
+
min-height: 36px !important;
|
|
485
|
+
min-width: 35.82px !important;
|
|
486
|
+
}
|
|
487
|
+
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
488
|
+
min-height: 36px !important;
|
|
489
|
+
min-width: 35.82px !important;
|
|
490
|
+
}
|
|
491
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
492
|
+
min-height: 36px !important;
|
|
493
|
+
min-width: 35.82px !important;
|
|
494
|
+
}
|
|
495
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
496
|
+
height: 38px;
|
|
497
|
+
}
|
|
498
|
+
.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
499
|
+
font-size: 16px !important;
|
|
500
|
+
}
|
|
501
|
+
.e-bigger .e-btn.e-flat {
|
|
502
|
+
line-height: 24px;
|
|
503
|
+
padding: 6px 16px 6px 15px !important;
|
|
504
|
+
}
|
|
505
|
+
.e-bigger .e-btn.e-primary {
|
|
506
|
+
padding: 6px 21px 6px 23px !important;
|
|
306
507
|
}
|
|
307
508
|
|
|
308
509
|
.e-gantt {
|
|
@@ -457,9 +658,11 @@
|
|
|
457
658
|
position: absolute;
|
|
458
659
|
}
|
|
459
660
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
661
|
+
height: 100%;
|
|
460
662
|
position: absolute;
|
|
461
663
|
}
|
|
462
664
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
665
|
+
height: 100%;
|
|
463
666
|
position: absolute;
|
|
464
667
|
}
|
|
465
668
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -708,37 +911,35 @@
|
|
|
708
911
|
cursor: col-resize;
|
|
709
912
|
}
|
|
710
913
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
711
|
-
border-style: solid;
|
|
712
914
|
border-width: 1px;
|
|
713
915
|
box-sizing: content-box;
|
|
714
916
|
cursor: col-resize;
|
|
715
917
|
height: 2px;
|
|
716
918
|
position: absolute;
|
|
717
919
|
top: 7px;
|
|
718
|
-
width: 12px;
|
|
719
920
|
}
|
|
720
921
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
721
922
|
border-bottom-style: solid;
|
|
722
|
-
border-bottom-width:
|
|
923
|
+
border-bottom-width: 8px;
|
|
723
924
|
border-left: 7px solid transparent;
|
|
724
925
|
border-right: 7px solid transparent;
|
|
725
926
|
cursor: col-resize;
|
|
726
927
|
height: 0;
|
|
727
|
-
left:
|
|
928
|
+
left: 0;
|
|
728
929
|
position: absolute;
|
|
729
930
|
top: -7px;
|
|
730
931
|
width: 0;
|
|
731
932
|
}
|
|
732
933
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
733
934
|
border-bottom-style: solid;
|
|
734
|
-
border-bottom-width:
|
|
935
|
+
border-bottom-width: 8px;
|
|
735
936
|
border-left: 6px solid transparent;
|
|
736
937
|
border-right: 6px solid transparent;
|
|
737
938
|
cursor: col-resize;
|
|
738
939
|
height: 0;
|
|
739
|
-
left:
|
|
940
|
+
left: 1px;
|
|
740
941
|
position: absolute;
|
|
741
|
-
top: -
|
|
942
|
+
top: -7px;
|
|
742
943
|
width: 0;
|
|
743
944
|
}
|
|
744
945
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
@@ -1165,6 +1366,10 @@
|
|
|
1165
1366
|
height: 100%;
|
|
1166
1367
|
}
|
|
1167
1368
|
|
|
1369
|
+
.e-predecessor-tooltip {
|
|
1370
|
+
visibility: hidden;
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1168
1373
|
/*! Gantt theme */
|
|
1169
1374
|
.e-gantt .e-gantt-splitter {
|
|
1170
1375
|
border-color: #dee2e6;
|
|
@@ -1382,7 +1587,7 @@
|
|
|
1382
1587
|
}
|
|
1383
1588
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1384
1589
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1385
|
-
background-color: #
|
|
1590
|
+
background-color: #0d6efd;
|
|
1386
1591
|
border-color: #fff;
|
|
1387
1592
|
}
|
|
1388
1593
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
@@ -198,27 +198,229 @@
|
|
|
198
198
|
content: "\e903";
|
|
199
199
|
}
|
|
200
200
|
|
|
201
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
202
|
+
content: "\e85b";
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
206
|
+
content: "\e85f";
|
|
207
|
+
}
|
|
208
|
+
|
|
201
209
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
202
210
|
height: 64px;
|
|
203
211
|
}
|
|
204
212
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
205
213
|
height: 32px;
|
|
206
214
|
}
|
|
215
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
216
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
217
|
+
padding-left: 10px;
|
|
218
|
+
padding-right: 10px;
|
|
219
|
+
width: 30px;
|
|
220
|
+
}
|
|
221
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
222
|
+
border-radius: 4px !important;
|
|
223
|
+
font-size: 12px !important;
|
|
224
|
+
height: 26px !important;
|
|
225
|
+
padding: 4px 11px 4px 9px !important;
|
|
226
|
+
top: 65px !important;
|
|
227
|
+
}
|
|
228
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
229
|
+
border-bottom: 6px solid transparent;
|
|
230
|
+
border-right: 6px solid transparent;
|
|
231
|
+
border-right-color: #cae8ff;
|
|
232
|
+
border-top: 6px solid transparent;
|
|
233
|
+
top: 73px !important;
|
|
234
|
+
}
|
|
235
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
236
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
237
|
+
content: "\e92c";
|
|
238
|
+
}
|
|
239
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
240
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
241
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
242
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
243
|
+
border-radius: 50%;
|
|
244
|
+
display: inline-block;
|
|
245
|
+
position: absolute;
|
|
246
|
+
}
|
|
247
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
248
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
249
|
+
border-style: solid;
|
|
250
|
+
border-width: 1px;
|
|
251
|
+
box-sizing: content-box;
|
|
252
|
+
cursor: pointer;
|
|
253
|
+
display: inline-block;
|
|
254
|
+
}
|
|
255
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
256
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
257
|
+
background-color: #0d6efd;
|
|
258
|
+
border-color: #201f1f;
|
|
259
|
+
}
|
|
260
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
261
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
262
|
+
background-color: #0d6efd;
|
|
263
|
+
border-color: #201f1f;
|
|
264
|
+
outline: 2px solid #b7e0ff;
|
|
265
|
+
}
|
|
266
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
267
|
+
height: 242px !important;
|
|
268
|
+
}
|
|
207
269
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
208
270
|
height: 63px !important;
|
|
209
271
|
}
|
|
272
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
273
|
+
background-color: #000000;
|
|
274
|
+
border-color: #000000;
|
|
275
|
+
color: #F9FAFB;
|
|
276
|
+
font-size: 12px;
|
|
277
|
+
line-height: 18px;
|
|
278
|
+
padding: 0 8px 0 0;
|
|
279
|
+
}
|
|
280
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
281
|
+
background-color: #000000;
|
|
282
|
+
border-color: #000000;
|
|
283
|
+
color: #F9FAFB;
|
|
284
|
+
font-size: 12px;
|
|
285
|
+
line-height: 18px;
|
|
286
|
+
padding: 0 0 0 8px;
|
|
287
|
+
}
|
|
288
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
289
|
+
padding: 3px !important;
|
|
290
|
+
}
|
|
291
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
292
|
+
padding: 16px 0 0 !important;
|
|
293
|
+
}
|
|
294
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
295
|
+
padding: 0 16px !important;
|
|
296
|
+
}
|
|
210
297
|
.e-bigger .e-columnmenu {
|
|
211
298
|
top: 45px;
|
|
212
299
|
}
|
|
300
|
+
.e-bigger .e-gantt-dialog {
|
|
301
|
+
border-radius: 6px;
|
|
302
|
+
width: 556px !important;
|
|
303
|
+
}
|
|
213
304
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
214
|
-
padding: 16px
|
|
305
|
+
padding: 16px 12px 0 16px;
|
|
215
306
|
}
|
|
216
307
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
217
|
-
padding: 16px
|
|
308
|
+
padding: 16px 16px 0 12px;
|
|
218
309
|
}
|
|
219
310
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
220
311
|
padding: 16px 18px 0 0;
|
|
221
312
|
}
|
|
313
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
314
|
+
height: 242px !important;
|
|
315
|
+
}
|
|
316
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
317
|
+
height: 76px !important;
|
|
318
|
+
}
|
|
319
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
320
|
+
border-bottom: 0 !important;
|
|
321
|
+
}
|
|
322
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
323
|
+
border-radius: 0 !important;
|
|
324
|
+
}
|
|
325
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
326
|
+
border-radius: 6px 6px 0px 0px;
|
|
327
|
+
padding-bottom: 4px;
|
|
328
|
+
}
|
|
329
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
330
|
+
border-radius: 50%;
|
|
331
|
+
height: auto !important;
|
|
332
|
+
width: auto !important;
|
|
333
|
+
}
|
|
334
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
335
|
+
margin-left: 5px !important;
|
|
336
|
+
}
|
|
337
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
338
|
+
font-size: 16px !important;
|
|
339
|
+
}
|
|
340
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
341
|
+
width: 250px !important;
|
|
342
|
+
}
|
|
343
|
+
.e-bigger .e-predecessor-tooltip {
|
|
344
|
+
background-color: #000000;
|
|
345
|
+
}
|
|
346
|
+
.e-bigger .e-predecessor-dialog {
|
|
347
|
+
background-color: #f8f8f8;
|
|
348
|
+
}
|
|
349
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
350
|
+
background-color: #f8f8f8;
|
|
351
|
+
padding: 10px 9px 9px 14px !important;
|
|
352
|
+
}
|
|
353
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
354
|
+
padding: 16px 4px 16px 16px !important;
|
|
355
|
+
}
|
|
356
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
357
|
+
left: 0 !important;
|
|
358
|
+
}
|
|
359
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
360
|
+
font-size: 12px !important;
|
|
361
|
+
}
|
|
362
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
363
|
+
height: 70px !important;
|
|
364
|
+
padding: 16px !important;
|
|
365
|
+
}
|
|
366
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
367
|
+
margin-left: 12px;
|
|
368
|
+
}
|
|
369
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
370
|
+
line-height: 28px;
|
|
371
|
+
}
|
|
372
|
+
.e-bigger .e-filter-popup {
|
|
373
|
+
width: 350px !important;
|
|
374
|
+
}
|
|
375
|
+
.e-bigger .e-dlg-content {
|
|
376
|
+
border-radius: 6px !important;
|
|
377
|
+
padding: 32px 16px 16px !important;
|
|
378
|
+
}
|
|
379
|
+
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
380
|
+
font-size: 14px;
|
|
381
|
+
line-height: 22px;
|
|
382
|
+
}
|
|
383
|
+
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
384
|
+
font-size: 14px;
|
|
385
|
+
line-height: 22px;
|
|
386
|
+
}
|
|
387
|
+
.e-bigger .e-float-input.e-control-wrapper input {
|
|
388
|
+
height: 34px !important;
|
|
389
|
+
}
|
|
390
|
+
.e-bigger .e-left-btn:disabled {
|
|
391
|
+
color: #A6A6A6 !important;
|
|
392
|
+
}
|
|
393
|
+
.e-bigger .e-right-btn:disabled {
|
|
394
|
+
color: #A6A6A6 !important;
|
|
395
|
+
}
|
|
396
|
+
.e-bigger .e-input-group-icon.e-date-icon {
|
|
397
|
+
min-width: 36px !important;
|
|
398
|
+
}
|
|
399
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
400
|
+
min-height: 35px !important;
|
|
401
|
+
min-width: 35.82px !important;
|
|
402
|
+
}
|
|
403
|
+
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
404
|
+
min-height: 35px !important;
|
|
405
|
+
min-width: 35.82px !important;
|
|
406
|
+
}
|
|
407
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
408
|
+
min-height: 35px !important;
|
|
409
|
+
min-width: 35.82px !important;
|
|
410
|
+
}
|
|
411
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
412
|
+
height: 36px;
|
|
413
|
+
}
|
|
414
|
+
.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
415
|
+
font-size: 16px !important;
|
|
416
|
+
}
|
|
417
|
+
.e-bigger .e-btn.e-flat {
|
|
418
|
+
line-height: 24px;
|
|
419
|
+
padding: 6px 16px 6px 15px !important;
|
|
420
|
+
}
|
|
421
|
+
.e-bigger .e-btn.e-primary {
|
|
422
|
+
padding: 6px 21px 6px 23px !important;
|
|
423
|
+
}
|
|
222
424
|
|
|
223
425
|
.e-gantt {
|
|
224
426
|
display: block;
|
|
@@ -372,9 +574,11 @@
|
|
|
372
574
|
position: absolute;
|
|
373
575
|
}
|
|
374
576
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
577
|
+
height: 100%;
|
|
375
578
|
position: absolute;
|
|
376
579
|
}
|
|
377
580
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
581
|
+
height: 100%;
|
|
378
582
|
position: absolute;
|
|
379
583
|
}
|
|
380
584
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -623,37 +827,35 @@
|
|
|
623
827
|
cursor: col-resize;
|
|
624
828
|
}
|
|
625
829
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
626
|
-
border-style: solid;
|
|
627
830
|
border-width: 1px;
|
|
628
831
|
box-sizing: content-box;
|
|
629
832
|
cursor: col-resize;
|
|
630
833
|
height: 2px;
|
|
631
834
|
position: absolute;
|
|
632
835
|
top: 7px;
|
|
633
|
-
width: 12px;
|
|
634
836
|
}
|
|
635
837
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
636
838
|
border-bottom-style: solid;
|
|
637
|
-
border-bottom-width:
|
|
839
|
+
border-bottom-width: 8px;
|
|
638
840
|
border-left: 7px solid transparent;
|
|
639
841
|
border-right: 7px solid transparent;
|
|
640
842
|
cursor: col-resize;
|
|
641
843
|
height: 0;
|
|
642
|
-
left:
|
|
844
|
+
left: 0;
|
|
643
845
|
position: absolute;
|
|
644
846
|
top: -7px;
|
|
645
847
|
width: 0;
|
|
646
848
|
}
|
|
647
849
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
648
850
|
border-bottom-style: solid;
|
|
649
|
-
border-bottom-width:
|
|
851
|
+
border-bottom-width: 8px;
|
|
650
852
|
border-left: 6px solid transparent;
|
|
651
853
|
border-right: 6px solid transparent;
|
|
652
854
|
cursor: col-resize;
|
|
653
855
|
height: 0;
|
|
654
|
-
left:
|
|
856
|
+
left: 1px;
|
|
655
857
|
position: absolute;
|
|
656
|
-
top: -
|
|
858
|
+
top: -7px;
|
|
657
859
|
width: 0;
|
|
658
860
|
}
|
|
659
861
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
@@ -1080,6 +1282,10 @@
|
|
|
1080
1282
|
height: 100%;
|
|
1081
1283
|
}
|
|
1082
1284
|
|
|
1285
|
+
.e-predecessor-tooltip {
|
|
1286
|
+
visibility: hidden;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1083
1289
|
/*! Gantt theme */
|
|
1084
1290
|
.e-gantt .e-gantt-splitter {
|
|
1085
1291
|
border-color: #414040;
|
|
@@ -1297,7 +1503,7 @@
|
|
|
1297
1503
|
}
|
|
1298
1504
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1299
1505
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1300
|
-
background-color: #
|
|
1506
|
+
background-color: #0d6efd;
|
|
1301
1507
|
border-color: #201f1f;
|
|
1302
1508
|
}
|
|
1303
1509
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|