@syncfusion/ej2-gantt 20.1.59 → 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 +11 -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 +11 -7
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +11 -7
- 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 +11 -11
- package/src/gantt/actions/dialog-edit.js +1 -1
- package/src/gantt/actions/taskbar-edit.js +1 -3
- package/src/gantt/actions/toolbar.js +2 -0
- package/src/gantt/base/task-processor.js +7 -3
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap4.css +3 -3
- package/styles/bootstrap5-dark.css +5 -5
- package/styles/bootstrap5.css +5 -5
- package/styles/fabric-dark.css +3 -3
- package/styles/fabric.css +3 -3
- package/styles/fluent-dark.css +3 -3
- package/styles/fluent.css +3 -3
- package/styles/gantt/_bootstrap5-definition.scss +1 -1
- package/styles/gantt/_layout.scss +4 -4
- package/styles/gantt/_tailwind-definition.scss +1 -1
- package/styles/gantt/bootstrap-dark.css +3 -3
- package/styles/gantt/bootstrap.css +3 -3
- package/styles/gantt/bootstrap4.css +3 -3
- package/styles/gantt/bootstrap5-dark.css +5 -5
- package/styles/gantt/bootstrap5.css +5 -5
- package/styles/gantt/fabric-dark.css +3 -3
- package/styles/gantt/fabric.css +3 -3
- package/styles/gantt/fluent-dark.css +3 -3
- package/styles/gantt/fluent.css +3 -3
- package/styles/gantt/highcontrast-light.css +3 -3
- package/styles/gantt/highcontrast.css +3 -3
- package/styles/gantt/material-dark.css +3 -3
- package/styles/gantt/material.css +3 -3
- package/styles/gantt/tailwind-dark.css +5 -5
- package/styles/gantt/tailwind.css +5 -5
- package/styles/highcontrast-light.css +3 -3
- package/styles/highcontrast.css +3 -3
- package/styles/material-dark.css +3 -3
- package/styles/material.css +3 -3
- package/styles/tailwind-dark.css +5 -5
- package/styles/tailwind.css +5 -5
|
@@ -343,6 +343,9 @@
|
|
|
343
343
|
border-color: #fff;
|
|
344
344
|
outline: 2px solid #9fa8da;
|
|
345
345
|
}
|
|
346
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
347
|
+
height: 241px !important;
|
|
348
|
+
}
|
|
346
349
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
347
350
|
height: 63px !important;
|
|
348
351
|
}
|
|
@@ -452,9 +455,6 @@
|
|
|
452
455
|
.e-bigger .e-dialog .e-dlg-header {
|
|
453
456
|
line-height: 28px;
|
|
454
457
|
}
|
|
455
|
-
.e-bigger .e-tab .e-content {
|
|
456
|
-
height: 241px !important;
|
|
457
|
-
}
|
|
458
458
|
.e-bigger .e-filter-popup {
|
|
459
459
|
width: 350px !important;
|
|
460
460
|
}
|
|
@@ -311,13 +311,16 @@
|
|
|
311
311
|
border-color: #1f2937;
|
|
312
312
|
outline: 2px solid #818cf8;
|
|
313
313
|
}
|
|
314
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
315
|
+
height: 242px !important;
|
|
316
|
+
}
|
|
314
317
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
315
318
|
height: 63px !important;
|
|
316
319
|
}
|
|
317
320
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
318
321
|
background-color: #000000;
|
|
319
322
|
border-color: #000000;
|
|
320
|
-
color: #
|
|
323
|
+
color: #fff;
|
|
321
324
|
font-size: 12px;
|
|
322
325
|
line-height: 18px;
|
|
323
326
|
padding: 0 8px 0 0;
|
|
@@ -325,7 +328,7 @@
|
|
|
325
328
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
326
329
|
background-color: #000000;
|
|
327
330
|
border-color: #000000;
|
|
328
|
-
color: #
|
|
331
|
+
color: #fff;
|
|
329
332
|
font-size: 12px;
|
|
330
333
|
line-height: 18px;
|
|
331
334
|
padding: 0 0 0 8px;
|
|
@@ -420,9 +423,6 @@
|
|
|
420
423
|
.e-bigger .e-dialog .e-dlg-header {
|
|
421
424
|
line-height: 28px;
|
|
422
425
|
}
|
|
423
|
-
.e-bigger .e-tab .e-content {
|
|
424
|
-
height: 242px !important;
|
|
425
|
-
}
|
|
426
426
|
.e-bigger .e-filter-popup {
|
|
427
427
|
width: 319px !important;
|
|
428
428
|
}
|
|
@@ -311,13 +311,16 @@
|
|
|
311
311
|
border-color: #fff;
|
|
312
312
|
outline: 2px solid #818cf8;
|
|
313
313
|
}
|
|
314
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
315
|
+
height: 242px !important;
|
|
316
|
+
}
|
|
314
317
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
315
318
|
height: 63px !important;
|
|
316
319
|
}
|
|
317
320
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
318
321
|
background-color: #000000;
|
|
319
322
|
border-color: #000000;
|
|
320
|
-
color: #
|
|
323
|
+
color: #fff;
|
|
321
324
|
font-size: 12px;
|
|
322
325
|
line-height: 18px;
|
|
323
326
|
padding: 0 8px 0 0;
|
|
@@ -325,7 +328,7 @@
|
|
|
325
328
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
326
329
|
background-color: #000000;
|
|
327
330
|
border-color: #000000;
|
|
328
|
-
color: #
|
|
331
|
+
color: #fff;
|
|
329
332
|
font-size: 12px;
|
|
330
333
|
line-height: 18px;
|
|
331
334
|
padding: 0 0 0 8px;
|
|
@@ -420,9 +423,6 @@
|
|
|
420
423
|
.e-bigger .e-dialog .e-dlg-header {
|
|
421
424
|
line-height: 28px;
|
|
422
425
|
}
|
|
423
|
-
.e-bigger .e-tab .e-content {
|
|
424
|
-
height: 242px !important;
|
|
425
|
-
}
|
|
426
426
|
.e-bigger .e-filter-popup {
|
|
427
427
|
width: 319px !important;
|
|
428
428
|
}
|
|
@@ -245,6 +245,9 @@
|
|
|
245
245
|
border-color: #000;
|
|
246
246
|
outline: 2px solid #e7f1ff;
|
|
247
247
|
}
|
|
248
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
249
|
+
height: 241px !important;
|
|
250
|
+
}
|
|
248
251
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
249
252
|
height: 63px !important;
|
|
250
253
|
}
|
|
@@ -348,9 +351,6 @@
|
|
|
348
351
|
.e-bigger .e-dialog .e-dlg-header {
|
|
349
352
|
line-height: 28px;
|
|
350
353
|
}
|
|
351
|
-
.e-bigger .e-tab .e-content {
|
|
352
|
-
height: 241px !important;
|
|
353
|
-
}
|
|
354
354
|
.e-bigger .e-filter-popup {
|
|
355
355
|
width: 307px !important;
|
|
356
356
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -344,6 +344,9 @@
|
|
|
344
344
|
border-color: #000;
|
|
345
345
|
outline: 2px solid #685708;
|
|
346
346
|
}
|
|
347
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
348
|
+
height: 241px !important;
|
|
349
|
+
}
|
|
347
350
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
348
351
|
height: 63px !important;
|
|
349
352
|
}
|
|
@@ -447,9 +450,6 @@
|
|
|
447
450
|
.e-bigger .e-dialog .e-dlg-header {
|
|
448
451
|
line-height: 28px;
|
|
449
452
|
}
|
|
450
|
-
.e-bigger .e-tab .e-content {
|
|
451
|
-
height: 241px !important;
|
|
452
|
-
}
|
|
453
453
|
.e-bigger .e-filter-popup {
|
|
454
454
|
width: 307px !important;
|
|
455
455
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -303,6 +303,9 @@
|
|
|
303
303
|
border-color: #303030;
|
|
304
304
|
outline: 2px solid #9fa8da;
|
|
305
305
|
}
|
|
306
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
307
|
+
height: 241px !important;
|
|
308
|
+
}
|
|
306
309
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
307
310
|
height: 63px !important;
|
|
308
311
|
}
|
|
@@ -412,9 +415,6 @@
|
|
|
412
415
|
.e-bigger .e-dialog .e-dlg-header {
|
|
413
416
|
line-height: 28px;
|
|
414
417
|
}
|
|
415
|
-
.e-bigger .e-tab .e-content {
|
|
416
|
-
height: 241px !important;
|
|
417
|
-
}
|
|
418
418
|
.e-bigger .e-filter-popup {
|
|
419
419
|
width: 350px !important;
|
|
420
420
|
}
|
package/styles/material.css
CHANGED
|
@@ -343,6 +343,9 @@
|
|
|
343
343
|
border-color: #fff;
|
|
344
344
|
outline: 2px solid #9fa8da;
|
|
345
345
|
}
|
|
346
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
347
|
+
height: 241px !important;
|
|
348
|
+
}
|
|
346
349
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
347
350
|
height: 63px !important;
|
|
348
351
|
}
|
|
@@ -452,9 +455,6 @@
|
|
|
452
455
|
.e-bigger .e-dialog .e-dlg-header {
|
|
453
456
|
line-height: 28px;
|
|
454
457
|
}
|
|
455
|
-
.e-bigger .e-tab .e-content {
|
|
456
|
-
height: 241px !important;
|
|
457
|
-
}
|
|
458
458
|
.e-bigger .e-filter-popup {
|
|
459
459
|
width: 350px !important;
|
|
460
460
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -311,13 +311,16 @@
|
|
|
311
311
|
border-color: #1f2937;
|
|
312
312
|
outline: 2px solid #818cf8;
|
|
313
313
|
}
|
|
314
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
315
|
+
height: 242px !important;
|
|
316
|
+
}
|
|
314
317
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
315
318
|
height: 63px !important;
|
|
316
319
|
}
|
|
317
320
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
318
321
|
background-color: #000000;
|
|
319
322
|
border-color: #000000;
|
|
320
|
-
color: #
|
|
323
|
+
color: #fff;
|
|
321
324
|
font-size: 12px;
|
|
322
325
|
line-height: 18px;
|
|
323
326
|
padding: 0 8px 0 0;
|
|
@@ -325,7 +328,7 @@
|
|
|
325
328
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
326
329
|
background-color: #000000;
|
|
327
330
|
border-color: #000000;
|
|
328
|
-
color: #
|
|
331
|
+
color: #fff;
|
|
329
332
|
font-size: 12px;
|
|
330
333
|
line-height: 18px;
|
|
331
334
|
padding: 0 0 0 8px;
|
|
@@ -420,9 +423,6 @@
|
|
|
420
423
|
.e-bigger .e-dialog .e-dlg-header {
|
|
421
424
|
line-height: 28px;
|
|
422
425
|
}
|
|
423
|
-
.e-bigger .e-tab .e-content {
|
|
424
|
-
height: 242px !important;
|
|
425
|
-
}
|
|
426
426
|
.e-bigger .e-filter-popup {
|
|
427
427
|
width: 319px !important;
|
|
428
428
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -311,13 +311,16 @@
|
|
|
311
311
|
border-color: #fff;
|
|
312
312
|
outline: 2px solid #818cf8;
|
|
313
313
|
}
|
|
314
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
315
|
+
height: 242px !important;
|
|
316
|
+
}
|
|
314
317
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
315
318
|
height: 63px !important;
|
|
316
319
|
}
|
|
317
320
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
318
321
|
background-color: #000000;
|
|
319
322
|
border-color: #000000;
|
|
320
|
-
color: #
|
|
323
|
+
color: #fff;
|
|
321
324
|
font-size: 12px;
|
|
322
325
|
line-height: 18px;
|
|
323
326
|
padding: 0 8px 0 0;
|
|
@@ -325,7 +328,7 @@
|
|
|
325
328
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
326
329
|
background-color: #000000;
|
|
327
330
|
border-color: #000000;
|
|
328
|
-
color: #
|
|
331
|
+
color: #fff;
|
|
329
332
|
font-size: 12px;
|
|
330
333
|
line-height: 18px;
|
|
331
334
|
padding: 0 0 0 8px;
|
|
@@ -420,9 +423,6 @@
|
|
|
420
423
|
.e-bigger .e-dialog .e-dlg-header {
|
|
421
424
|
line-height: 28px;
|
|
422
425
|
}
|
|
423
|
-
.e-bigger .e-tab .e-content {
|
|
424
|
-
height: 242px !important;
|
|
425
|
-
}
|
|
426
426
|
.e-bigger .e-filter-popup {
|
|
427
427
|
width: 319px !important;
|
|
428
428
|
}
|