gantt-task-react-v 1.2.1 → 1.2.3
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/dist/style.css
CHANGED
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
border-bottom: 1px solid var(--gantt-divider-color);
|
|
283
283
|
table-layout: fixed;
|
|
284
284
|
}
|
|
285
|
-
.
|
|
285
|
+
._taskListRoot_yoz76_1 {
|
|
286
286
|
position: relative;
|
|
287
287
|
height: 100%;
|
|
288
288
|
display: flex;
|
|
@@ -291,23 +291,23 @@
|
|
|
291
291
|
border-left: 1px solid var(--gantt-table-divider-color, var(--gantt-divider-color));
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
-
.
|
|
294
|
+
._taskListHorizontalScroll_yoz76_19 {
|
|
295
295
|
overflow-x: scroll;
|
|
296
296
|
height: 100%;
|
|
297
297
|
display: flex;
|
|
298
298
|
flex-direction: column;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
|
-
.
|
|
301
|
+
._taskListHorizontalScroll_yoz76_19::-webkit-scrollbar {
|
|
302
302
|
width: 1rem;
|
|
303
303
|
height: 1rem;
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
.
|
|
306
|
+
._taskListHorizontalScroll_yoz76_19::-webkit-scrollbar-corner {
|
|
307
307
|
background: transparent;
|
|
308
308
|
}
|
|
309
309
|
|
|
310
|
-
.
|
|
310
|
+
._taskListHorizontalScroll_yoz76_19::-webkit-scrollbar-thumb {
|
|
311
311
|
border: 4px solid transparent;
|
|
312
312
|
/*noinspection CssUnresolvedCustomProperty*/
|
|
313
313
|
background: var(--gantt-scrollbar-thumb-color);
|
|
@@ -315,14 +315,14 @@
|
|
|
315
315
|
background-clip: padding-box;
|
|
316
316
|
}
|
|
317
317
|
|
|
318
|
-
.
|
|
318
|
+
._taskListHorizontalScroll_yoz76_19::-webkit-scrollbar-thumb:hover {
|
|
319
319
|
border: 2px solid transparent;
|
|
320
320
|
/*noinspection CssUnresolvedCustomProperty*/
|
|
321
321
|
background: var(--gantt-scrollbar-thumb-color);
|
|
322
322
|
background-clip: padding-box;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
-
.
|
|
325
|
+
._taskListResizer_yoz76_81 {
|
|
326
326
|
position: absolute;
|
|
327
327
|
top: 0;
|
|
328
328
|
right: -3px;
|
|
@@ -334,16 +334,16 @@
|
|
|
334
334
|
}
|
|
335
335
|
|
|
336
336
|
/*noinspection CssUnresolvedCustomProperty*/
|
|
337
|
-
.
|
|
337
|
+
._taskListResizer_yoz76_81:hover {
|
|
338
338
|
background-color: var(--gantt-table-hover-action-color);
|
|
339
339
|
filter: var(--gantt-hover-filter);
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
.
|
|
342
|
+
._taskListResizer_yoz76_81:hover::before {
|
|
343
343
|
display: none;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
-
.
|
|
346
|
+
._taskListResizer_yoz76_81::before {
|
|
347
347
|
content: "";
|
|
348
348
|
position: absolute;
|
|
349
349
|
top: 0;
|
|
@@ -354,21 +354,21 @@
|
|
|
354
354
|
background-color: var(--gantt-table-resize-color, var(--gantt-divider-color));
|
|
355
355
|
}
|
|
356
356
|
|
|
357
|
-
.
|
|
357
|
+
._horizontalContainer_yoz76_145 {
|
|
358
358
|
margin: 0;
|
|
359
359
|
padding: 0;
|
|
360
360
|
overflow: hidden;
|
|
361
361
|
flex-grow: 1;
|
|
362
362
|
}
|
|
363
363
|
|
|
364
|
-
.
|
|
364
|
+
._tableWrapper_yoz76_159 {
|
|
365
365
|
position: relative;
|
|
366
366
|
flex-grow: 1;
|
|
367
367
|
display: flex;
|
|
368
368
|
flex-direction: column;
|
|
369
369
|
}
|
|
370
370
|
|
|
371
|
-
.
|
|
371
|
+
._scrollToTop_yoz76_173 {
|
|
372
372
|
position: absolute;
|
|
373
373
|
top: 0;
|
|
374
374
|
left: 0;
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
height: 20px;
|
|
377
377
|
}
|
|
378
378
|
|
|
379
|
-
.
|
|
379
|
+
._scrollToBottom_yoz76_189 {
|
|
380
380
|
position: absolute;
|
|
381
381
|
bottom: 0;
|
|
382
382
|
left: 0;
|
|
@@ -384,14 +384,9 @@
|
|
|
384
384
|
height: 20px;
|
|
385
385
|
}
|
|
386
386
|
|
|
387
|
-
.
|
|
387
|
+
._hidden_yoz76_205 {
|
|
388
388
|
display: none;
|
|
389
389
|
}
|
|
390
|
-
|
|
391
|
-
._disabled_yadug_213 {
|
|
392
|
-
opacity: 0.6;
|
|
393
|
-
pointer-events: none;
|
|
394
|
-
}
|
|
395
390
|
._ganttToday_1oyhk_1 {
|
|
396
391
|
z-index: 1;
|
|
397
392
|
}
|
|
@@ -583,7 +578,7 @@
|
|
|
583
578
|
user-select: none;
|
|
584
579
|
stroke-width: 0;
|
|
585
580
|
}
|
|
586
|
-
.
|
|
581
|
+
._ganttVerticalContainer_1wr55_1 {
|
|
587
582
|
overflow-x: scroll;
|
|
588
583
|
overflow-y: hidden;
|
|
589
584
|
font-size: 0;
|
|
@@ -595,16 +590,16 @@
|
|
|
595
590
|
height: 100%;
|
|
596
591
|
}
|
|
597
592
|
|
|
598
|
-
.
|
|
593
|
+
._ganttVerticalContainer_1wr55_1::-webkit-scrollbar {
|
|
599
594
|
width: 1rem;
|
|
600
595
|
height: 1rem;
|
|
601
596
|
}
|
|
602
597
|
|
|
603
|
-
.
|
|
598
|
+
._ganttVerticalContainer_1wr55_1::-webkit-scrollbar-corner {
|
|
604
599
|
background: transparent;
|
|
605
600
|
}
|
|
606
601
|
|
|
607
|
-
.
|
|
602
|
+
._ganttVerticalContainer_1wr55_1::-webkit-scrollbar-thumb {
|
|
608
603
|
border: 4px solid transparent;
|
|
609
604
|
/*noinspection CssUnresolvedCustomProperty*/
|
|
610
605
|
background: var(--gantt-scrollbar-thumb-color);
|
|
@@ -612,20 +607,20 @@
|
|
|
612
607
|
background-clip: padding-box;
|
|
613
608
|
}
|
|
614
609
|
|
|
615
|
-
.
|
|
610
|
+
._ganttVerticalContainer_1wr55_1::-webkit-scrollbar-thumb:hover {
|
|
616
611
|
border: 2px solid transparent;
|
|
617
612
|
/*noinspection CssUnresolvedCustomProperty*/
|
|
618
613
|
background: var(--gantt-scrollbar-thumb-color);
|
|
619
614
|
background-clip: padding-box;
|
|
620
615
|
}
|
|
621
616
|
|
|
622
|
-
.
|
|
617
|
+
._horizontalContainer_1wr55_73 {
|
|
623
618
|
margin: 0;
|
|
624
619
|
padding: 0;
|
|
625
620
|
overflow: hidden;
|
|
626
621
|
}
|
|
627
622
|
|
|
628
|
-
.
|
|
623
|
+
._wrapper_1wr55_85 {
|
|
629
624
|
display: flex;
|
|
630
625
|
padding: 0;
|
|
631
626
|
margin: 0;
|
|
@@ -637,14 +632,9 @@
|
|
|
637
632
|
border-bottom: 1px solid var(--gantt-divider-color);
|
|
638
633
|
}
|
|
639
634
|
|
|
640
|
-
.
|
|
635
|
+
._calendarDragging_1wr55_109 {
|
|
641
636
|
cursor: grabbing;
|
|
642
637
|
}
|
|
643
|
-
|
|
644
|
-
._disabled_1czjq_117 {
|
|
645
|
-
opacity: 0.6;
|
|
646
|
-
pointer-events: none;
|
|
647
|
-
}
|
|
648
638
|
/*noinspection CssUnresolvedCustomProperty*/
|
|
649
639
|
._menuOption_1c3e3_3 {
|
|
650
640
|
display: flex;
|
|
@@ -368,11 +368,6 @@ export interface GanttProps {
|
|
|
368
368
|
* Custom color for progress bars. If not provided, theme progress colors are used.
|
|
369
369
|
*/
|
|
370
370
|
progressColor?: string;
|
|
371
|
-
/**
|
|
372
|
-
* When true, disables all interactions in the task list and gantt chart while data is processing.
|
|
373
|
-
* Headers remain interactive for consistency.
|
|
374
|
-
*/
|
|
375
|
-
isLoading?: boolean;
|
|
376
371
|
}
|
|
377
372
|
export interface GanttTaskBarActions {
|
|
378
373
|
allowMoveTaskBar?: (action: TaskBarMoveAction, task: RenderTask) => boolean;
|
package/package.json
CHANGED