@syncfusion/ej2-react-gantt 20.1.59 → 20.2.38
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 +51 -0
- package/diConfig.json +5 -3
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +147 -95
- package/styles/bootstrap.css +144 -92
- package/styles/bootstrap4.css +145 -93
- package/styles/bootstrap5-dark.css +149 -97
- package/styles/bootstrap5.css +149 -97
- package/styles/fabric-dark.css +146 -94
- package/styles/fabric.css +151 -99
- package/styles/fluent-dark.css +155 -103
- package/styles/fluent.css +149 -97
- package/styles/gantt/bootstrap-dark.css +147 -95
- package/styles/gantt/bootstrap.css +144 -92
- package/styles/gantt/bootstrap4.css +145 -93
- package/styles/gantt/bootstrap5-dark.css +149 -97
- package/styles/gantt/bootstrap5.css +149 -97
- package/styles/gantt/fabric-dark.css +146 -94
- package/styles/gantt/fabric.css +151 -99
- package/styles/gantt/fluent-dark.css +155 -103
- package/styles/gantt/fluent.css +149 -97
- package/styles/gantt/highcontrast-light.css +143 -94
- package/styles/gantt/highcontrast.css +146 -94
- package/styles/gantt/material-dark.css +150 -98
- package/styles/gantt/material.css +152 -100
- package/styles/gantt/tailwind-dark.css +157 -105
- package/styles/gantt/tailwind.css +153 -101
- package/styles/highcontrast-light.css +143 -94
- package/styles/highcontrast.css +146 -94
- package/styles/material-dark.css +150 -98
- package/styles/material.css +152 -100
- package/styles/tailwind-dark.css +157 -105
- package/styles/tailwind.css +153 -101
package/styles/gantt/fabric.css
CHANGED
|
@@ -116,6 +116,9 @@
|
|
|
116
116
|
.e-gantt .e-add::before {
|
|
117
117
|
content: "\e7d5";
|
|
118
118
|
}
|
|
119
|
+
.e-gantt .e-critical-path::before {
|
|
120
|
+
content: "\e931";
|
|
121
|
+
}
|
|
119
122
|
.e-gantt .e-edit::before {
|
|
120
123
|
content: "\e97c";
|
|
121
124
|
}
|
|
@@ -210,12 +213,6 @@
|
|
|
210
213
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
211
214
|
height: 32px;
|
|
212
215
|
}
|
|
213
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
214
|
-
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
215
|
-
padding-left: 10px;
|
|
216
|
-
padding-right: 10px;
|
|
217
|
-
width: 30px;
|
|
218
|
-
}
|
|
219
216
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
220
217
|
border-radius: 4px !important;
|
|
221
218
|
font-size: 12px !important;
|
|
@@ -226,7 +223,7 @@
|
|
|
226
223
|
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
227
224
|
border-bottom: 6px solid transparent;
|
|
228
225
|
border-right: 6px solid transparent;
|
|
229
|
-
border-right-color: #
|
|
226
|
+
border-right-color: #deecf9;
|
|
230
227
|
border-top: 6px solid transparent;
|
|
231
228
|
top: 73px !important;
|
|
232
229
|
}
|
|
@@ -261,33 +258,40 @@
|
|
|
261
258
|
border-color: #fff;
|
|
262
259
|
outline: 2px solid #b7e0ff;
|
|
263
260
|
}
|
|
261
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
262
|
+
height: 242px !important;
|
|
263
|
+
}
|
|
264
264
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
265
265
|
height: 63px !important;
|
|
266
266
|
}
|
|
267
|
-
.e-bigger .e-
|
|
268
|
-
|
|
269
|
-
border-color: #000000;
|
|
270
|
-
color: #F9FAFB;
|
|
271
|
-
font-size: 12px;
|
|
272
|
-
line-height: 18px;
|
|
273
|
-
padding: 0 8px 0 0;
|
|
267
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
268
|
+
padding: 16px 4px 16px 16px !important;
|
|
274
269
|
}
|
|
275
|
-
.e-bigger .e-
|
|
276
|
-
|
|
277
|
-
border-color: #000000;
|
|
278
|
-
color: #F9FAFB;
|
|
279
|
-
font-size: 12px;
|
|
280
|
-
line-height: 18px;
|
|
281
|
-
padding: 0 0 0 8px;
|
|
270
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
271
|
+
left: 0 !important;
|
|
282
272
|
}
|
|
283
|
-
.e-bigger .e-
|
|
284
|
-
|
|
273
|
+
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
274
|
+
font-size: 12px !important;
|
|
285
275
|
}
|
|
286
|
-
.e-bigger .e-
|
|
276
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content {
|
|
277
|
+
height: 70px !important;
|
|
278
|
+
padding: 16px !important;
|
|
279
|
+
}
|
|
280
|
+
.e-bigger .e-gantt .e-dialog .e-footer-content .e-btn {
|
|
281
|
+
margin-left: 12px;
|
|
282
|
+
}
|
|
283
|
+
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
284
|
+
line-height: 28px;
|
|
285
|
+
}
|
|
286
|
+
.e-bigger .e-gantt .e-filter-popup {
|
|
287
|
+
width: 350px !important;
|
|
288
|
+
}
|
|
289
|
+
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
287
290
|
padding: 16px 0 0 !important;
|
|
288
291
|
}
|
|
289
|
-
.e-bigger .e-
|
|
290
|
-
|
|
292
|
+
.e-bigger .e-gantt .e-filter-popup .e-dlg-content {
|
|
293
|
+
border-radius: 6px !important;
|
|
294
|
+
padding: 32px 16px 16px !important;
|
|
291
295
|
}
|
|
292
296
|
.e-bigger .e-columnmenu {
|
|
293
297
|
top: 45px;
|
|
@@ -296,6 +300,9 @@
|
|
|
296
300
|
border-radius: 6px;
|
|
297
301
|
width: 556px !important;
|
|
298
302
|
}
|
|
303
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
304
|
+
padding: 0 16px !important;
|
|
305
|
+
}
|
|
299
306
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
300
307
|
padding: 16px 12px 0 16px;
|
|
301
308
|
}
|
|
@@ -324,100 +331,87 @@
|
|
|
324
331
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
325
332
|
border-radius: 50%;
|
|
326
333
|
height: auto !important;
|
|
327
|
-
width: auto
|
|
334
|
+
width: auto;
|
|
328
335
|
}
|
|
329
336
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
330
337
|
margin-left: 5px !important;
|
|
331
338
|
}
|
|
332
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
339
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
333
340
|
font-size: 16px !important;
|
|
334
341
|
}
|
|
335
|
-
.e-bigger .e-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
.e-bigger .e-predecessor-tooltip {
|
|
339
|
-
background-color: #000000;
|
|
340
|
-
}
|
|
341
|
-
.e-bigger .e-predecessor-dialog {
|
|
342
|
-
background-color: #f8f8f8;
|
|
343
|
-
}
|
|
344
|
-
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
345
|
-
background-color: #f8f8f8;
|
|
346
|
-
padding: 10px 9px 9px 14px !important;
|
|
347
|
-
}
|
|
348
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
349
|
-
padding: 16px 4px 16px 16px !important;
|
|
350
|
-
}
|
|
351
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
352
|
-
left: 0 !important;
|
|
353
|
-
}
|
|
354
|
-
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
355
|
-
font-size: 12px !important;
|
|
356
|
-
}
|
|
357
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
358
|
-
height: 70px !important;
|
|
359
|
-
padding: 16px !important;
|
|
360
|
-
}
|
|
361
|
-
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
362
|
-
margin-left: 12px;
|
|
363
|
-
}
|
|
364
|
-
.e-bigger .e-dialog .e-dlg-header {
|
|
365
|
-
line-height: 28px;
|
|
342
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
343
|
+
min-height: 35px !important;
|
|
344
|
+
min-width: 35.82px !important;
|
|
366
345
|
}
|
|
367
|
-
.e-bigger .e-
|
|
368
|
-
height:
|
|
346
|
+
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
347
|
+
line-height: 24px;
|
|
348
|
+
padding: 6px 16px 6px 15px !important;
|
|
369
349
|
}
|
|
370
|
-
.e-bigger .e-
|
|
371
|
-
|
|
350
|
+
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
351
|
+
padding: 6px 21px 6px 23px !important;
|
|
372
352
|
}
|
|
373
|
-
.e-bigger .e-
|
|
374
|
-
|
|
375
|
-
padding: 32px 16px 16px !important;
|
|
353
|
+
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
354
|
+
font-size: 16px !important;
|
|
376
355
|
}
|
|
377
|
-
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
356
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
378
357
|
font-size: 14px;
|
|
379
358
|
line-height: 22px;
|
|
380
359
|
}
|
|
381
|
-
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
360
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
382
361
|
font-size: 14px;
|
|
383
362
|
line-height: 22px;
|
|
384
363
|
}
|
|
385
|
-
.e-bigger .e-float-input.e-control-wrapper input {
|
|
364
|
+
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
386
365
|
height: 34px !important;
|
|
387
366
|
}
|
|
388
|
-
.e-bigger .e-
|
|
389
|
-
color: #A6A6A6 !important;
|
|
390
|
-
}
|
|
391
|
-
.e-bigger .e-right-btn:disabled {
|
|
392
|
-
color: #A6A6A6 !important;
|
|
393
|
-
}
|
|
394
|
-
.e-bigger .e-input-group-icon.e-date-icon {
|
|
395
|
-
min-width: 36px !important;
|
|
396
|
-
}
|
|
397
|
-
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
367
|
+
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
398
368
|
min-height: 35px !important;
|
|
399
369
|
min-width: 35.82px !important;
|
|
400
370
|
}
|
|
401
|
-
.e-bigger .e-
|
|
371
|
+
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
402
372
|
min-height: 35px !important;
|
|
403
373
|
min-width: 35.82px !important;
|
|
404
374
|
}
|
|
405
|
-
.e-bigger .e-
|
|
406
|
-
min-height: 35px !important;
|
|
407
|
-
min-width: 35.82px !important;
|
|
408
|
-
}
|
|
409
|
-
.e-bigger .e-input-group.e-control-wrapper {
|
|
375
|
+
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
410
376
|
height: 36px;
|
|
411
377
|
}
|
|
412
|
-
.e-bigger .e-
|
|
413
|
-
|
|
378
|
+
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
379
|
+
min-width: 36px !important;
|
|
414
380
|
}
|
|
415
|
-
.e-bigger .e-
|
|
416
|
-
|
|
417
|
-
padding: 6px 16px 6px 15px !important;
|
|
381
|
+
.e-bigger .e-predecessor-tooltip {
|
|
382
|
+
background-color: #000;
|
|
418
383
|
}
|
|
419
|
-
.e-bigger .e-
|
|
420
|
-
|
|
384
|
+
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
385
|
+
color: #a6a6a6 !important;
|
|
386
|
+
}
|
|
387
|
+
.e-bigger .e-predecessor-tooltip .e-right-btn:disabled {
|
|
388
|
+
color: #a6a6a6 !important;
|
|
389
|
+
}
|
|
390
|
+
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
391
|
+
padding: 3px !important;
|
|
392
|
+
}
|
|
393
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
394
|
+
background-color: #000;
|
|
395
|
+
border-color: #000;
|
|
396
|
+
color: #fff;
|
|
397
|
+
font-size: 12px;
|
|
398
|
+
line-height: 18px;
|
|
399
|
+
padding: 0 8px 0 0;
|
|
400
|
+
}
|
|
401
|
+
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
402
|
+
background-color: #000;
|
|
403
|
+
border-color: #000;
|
|
404
|
+
color: #fff;
|
|
405
|
+
font-size: 12px;
|
|
406
|
+
line-height: 18px;
|
|
407
|
+
padding: 0 0 0 8px;
|
|
408
|
+
}
|
|
409
|
+
.e-bigger .e-predecessor-dialog {
|
|
410
|
+
background-color: #f8f8f8;
|
|
411
|
+
}
|
|
412
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
413
|
+
background-color: #f8f8f8;
|
|
414
|
+
padding: 10px 9px 9px 14px !important;
|
|
421
415
|
}
|
|
422
416
|
|
|
423
417
|
.e-gantt {
|
|
@@ -988,6 +982,9 @@
|
|
|
988
982
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
989
983
|
outline: 1px solid;
|
|
990
984
|
}
|
|
985
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
986
|
+
outline: 1px solid;
|
|
987
|
+
}
|
|
991
988
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
992
989
|
z-index: 100;
|
|
993
990
|
}
|
|
@@ -1364,13 +1361,13 @@
|
|
|
1364
1361
|
border-spacing: 0;
|
|
1365
1362
|
}
|
|
1366
1363
|
.e-gantt .e-gantt-chart .e-chart-row-border {
|
|
1367
|
-
border-top-color: #
|
|
1364
|
+
border-top-color: #eaeaea;
|
|
1368
1365
|
}
|
|
1369
1366
|
.e-gantt .e-gantt-chart .e-chart-row-cell {
|
|
1370
|
-
color:
|
|
1367
|
+
color: #000;
|
|
1371
1368
|
}
|
|
1372
1369
|
.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
|
|
1373
|
-
border-bottom-color: #
|
|
1370
|
+
border-bottom-color: #eaeaea;
|
|
1374
1371
|
}
|
|
1375
1372
|
.e-gantt .e-gantt-chart .e-line-container-cell {
|
|
1376
1373
|
border-color: #e0e0e0;
|
|
@@ -1426,6 +1423,10 @@
|
|
|
1426
1423
|
background-color: #6D1888;
|
|
1427
1424
|
border: 0px;
|
|
1428
1425
|
}
|
|
1426
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1427
|
+
background-color: #6D1888;
|
|
1428
|
+
border: 0px;
|
|
1429
|
+
}
|
|
1429
1430
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1430
1431
|
background: #f4f4f4;
|
|
1431
1432
|
}
|
|
@@ -1457,7 +1458,6 @@
|
|
|
1457
1458
|
}
|
|
1458
1459
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1459
1460
|
background: linear-gradient(to right, rgba(0, 91, 163, 0.2), #005ba3 30%, #005ba3 70%, #005ba3 70%, rgba(0, 91, 163, 0.2) 100%);
|
|
1460
|
-
background-color: rgba(0, 91, 163, 0.2);
|
|
1461
1461
|
border: 0px;
|
|
1462
1462
|
border-radius: 0px;
|
|
1463
1463
|
}
|
|
@@ -1597,13 +1597,13 @@
|
|
|
1597
1597
|
color: #333;
|
|
1598
1598
|
}
|
|
1599
1599
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1600
|
-
background-color: #
|
|
1600
|
+
background-color: #d83b01;
|
|
1601
1601
|
}
|
|
1602
1602
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
1603
|
-
border-bottom-color: #
|
|
1603
|
+
border-bottom-color: #d83b01;
|
|
1604
1604
|
}
|
|
1605
1605
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1606
|
-
border-top-color: #
|
|
1606
|
+
border-top-color: #d83b01;
|
|
1607
1607
|
}
|
|
1608
1608
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1609
1609
|
border-bottom-color: #e0e0e0;
|
|
@@ -1758,4 +1758,56 @@
|
|
|
1758
1758
|
}
|
|
1759
1759
|
.e-gantt.e-device .e-backarrowspan {
|
|
1760
1760
|
color: #000;
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line {
|
|
1764
|
+
border-color: #d13438;
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1767
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
|
|
1768
|
+
border-left-color: #d13438;
|
|
1769
|
+
}
|
|
1770
|
+
|
|
1771
|
+
.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
|
|
1772
|
+
border-right-color: #d13438;
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1775
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
|
|
1776
|
+
border-color: #f3d8da;
|
|
1777
|
+
outline-color: #f3d8da;
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
|
|
1781
|
+
border-left-color: #f3d8da;
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
.e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
|
|
1785
|
+
border-right-color: #f3d8da;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
1789
|
+
background-color: #f3d8da;
|
|
1790
|
+
border: 1px solid #f3d8da;
|
|
1791
|
+
border-radius: 0px;
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1794
|
+
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
1795
|
+
background-color: #d13438;
|
|
1796
|
+
border: 0px;
|
|
1797
|
+
border-radius: 4px;
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
1801
|
+
background: linear-gradient(to right, rgba(255, 85, 85, 0.2), #d13438 30%, #d13438 70%, #d13438 70%, rgba(255, 85, 85, 0.2) 100%);
|
|
1802
|
+
background-color: rgba(255, 85, 85, 0.2);
|
|
1803
|
+
border: 0px;
|
|
1804
|
+
border-radius: 0px;
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-top {
|
|
1808
|
+
border-bottom-color: #D13438;
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
1812
|
+
border-top-color: #D13438;
|
|
1761
1813
|
}
|