gantt-task-react-v 1.0.24 → 1.0.26
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/gantt-task-react.es.js +16 -16
- package/dist/gantt-task-react.umd.js +16 -16
- package/dist/style.css +30 -31
- package/package.json +1 -1
|
@@ -10657,14 +10657,14 @@ const TaskListTableDefaultInner = ({
|
|
|
10657
10657
|
);
|
|
10658
10658
|
};
|
|
10659
10659
|
const TaskListTable = memo(TaskListTableDefaultInner);
|
|
10660
|
-
const taskListRoot = "
|
|
10661
|
-
const taskListHorizontalScroll = "
|
|
10662
|
-
const taskListResizer = "
|
|
10663
|
-
const horizontalContainer$1 = "
|
|
10664
|
-
const tableWrapper = "
|
|
10665
|
-
const scrollToTop = "
|
|
10666
|
-
const scrollToBottom = "
|
|
10667
|
-
const hidden = "
|
|
10660
|
+
const taskListRoot = "_taskListRoot_1x5nq_1";
|
|
10661
|
+
const taskListHorizontalScroll = "_taskListHorizontalScroll_1x5nq_25";
|
|
10662
|
+
const taskListResizer = "_taskListResizer_1x5nq_89";
|
|
10663
|
+
const horizontalContainer$1 = "_horizontalContainer_1x5nq_153";
|
|
10664
|
+
const tableWrapper = "_tableWrapper_1x5nq_171";
|
|
10665
|
+
const scrollToTop = "_scrollToTop_1x5nq_183";
|
|
10666
|
+
const scrollToBottom = "_scrollToBottom_1x5nq_199";
|
|
10667
|
+
const hidden = "_hidden_1x5nq_215";
|
|
10668
10668
|
const styles$d = {
|
|
10669
10669
|
taskListRoot,
|
|
10670
10670
|
taskListHorizontalScroll,
|
|
@@ -13147,12 +13147,12 @@ const TaskGanttContentInner = (props) => {
|
|
|
13147
13147
|
] });
|
|
13148
13148
|
};
|
|
13149
13149
|
const TaskGanttContent = memo(TaskGanttContentInner);
|
|
13150
|
-
const ganttVerticalContainer = "
|
|
13151
|
-
const horizontalContainer = "
|
|
13152
|
-
const ganttHeader = "
|
|
13153
|
-
const ganttBodyScroll = "
|
|
13154
|
-
const wrapper = "
|
|
13155
|
-
const calendarDragging = "
|
|
13150
|
+
const ganttVerticalContainer = "_ganttVerticalContainer_1xboz_1";
|
|
13151
|
+
const horizontalContainer = "_horizontalContainer_1xboz_81";
|
|
13152
|
+
const ganttHeader = "_ganttHeader_1xboz_97";
|
|
13153
|
+
const ganttBodyScroll = "_ganttBodyScroll_1xboz_107";
|
|
13154
|
+
const wrapper = "_wrapper_1xboz_123";
|
|
13155
|
+
const calendarDragging = "_calendarDragging_1xboz_153";
|
|
13156
13156
|
const styles$2 = {
|
|
13157
13157
|
ganttVerticalContainer,
|
|
13158
13158
|
horizontalContainer,
|
|
@@ -13186,9 +13186,9 @@ const TaskGanttInner = (props) => {
|
|
|
13186
13186
|
const containerStyle = useMemo(
|
|
13187
13187
|
() => ({
|
|
13188
13188
|
height: "100%",
|
|
13189
|
-
width:
|
|
13189
|
+
width: "100%"
|
|
13190
13190
|
}),
|
|
13191
|
-
[
|
|
13191
|
+
[]
|
|
13192
13192
|
);
|
|
13193
13193
|
const gridStyle = useMemo(
|
|
13194
13194
|
() => ({
|
|
@@ -10674,14 +10674,14 @@
|
|
|
10674
10674
|
);
|
|
10675
10675
|
};
|
|
10676
10676
|
const TaskListTable = React.memo(TaskListTableDefaultInner);
|
|
10677
|
-
const taskListRoot = "
|
|
10678
|
-
const taskListHorizontalScroll = "
|
|
10679
|
-
const taskListResizer = "
|
|
10680
|
-
const horizontalContainer$1 = "
|
|
10681
|
-
const tableWrapper = "
|
|
10682
|
-
const scrollToTop = "
|
|
10683
|
-
const scrollToBottom = "
|
|
10684
|
-
const hidden = "
|
|
10677
|
+
const taskListRoot = "_taskListRoot_1x5nq_1";
|
|
10678
|
+
const taskListHorizontalScroll = "_taskListHorizontalScroll_1x5nq_25";
|
|
10679
|
+
const taskListResizer = "_taskListResizer_1x5nq_89";
|
|
10680
|
+
const horizontalContainer$1 = "_horizontalContainer_1x5nq_153";
|
|
10681
|
+
const tableWrapper = "_tableWrapper_1x5nq_171";
|
|
10682
|
+
const scrollToTop = "_scrollToTop_1x5nq_183";
|
|
10683
|
+
const scrollToBottom = "_scrollToBottom_1x5nq_199";
|
|
10684
|
+
const hidden = "_hidden_1x5nq_215";
|
|
10685
10685
|
const styles$d = {
|
|
10686
10686
|
taskListRoot,
|
|
10687
10687
|
taskListHorizontalScroll,
|
|
@@ -13164,12 +13164,12 @@
|
|
|
13164
13164
|
] });
|
|
13165
13165
|
};
|
|
13166
13166
|
const TaskGanttContent = React.memo(TaskGanttContentInner);
|
|
13167
|
-
const ganttVerticalContainer = "
|
|
13168
|
-
const horizontalContainer = "
|
|
13169
|
-
const ganttHeader = "
|
|
13170
|
-
const ganttBodyScroll = "
|
|
13171
|
-
const wrapper = "
|
|
13172
|
-
const calendarDragging = "
|
|
13167
|
+
const ganttVerticalContainer = "_ganttVerticalContainer_1xboz_1";
|
|
13168
|
+
const horizontalContainer = "_horizontalContainer_1xboz_81";
|
|
13169
|
+
const ganttHeader = "_ganttHeader_1xboz_97";
|
|
13170
|
+
const ganttBodyScroll = "_ganttBodyScroll_1xboz_107";
|
|
13171
|
+
const wrapper = "_wrapper_1xboz_123";
|
|
13172
|
+
const calendarDragging = "_calendarDragging_1xboz_153";
|
|
13173
13173
|
const styles$2 = {
|
|
13174
13174
|
ganttVerticalContainer,
|
|
13175
13175
|
horizontalContainer,
|
|
@@ -13203,9 +13203,9 @@
|
|
|
13203
13203
|
const containerStyle = React.useMemo(
|
|
13204
13204
|
() => ({
|
|
13205
13205
|
height: "100%",
|
|
13206
|
-
width:
|
|
13206
|
+
width: "100%"
|
|
13207
13207
|
}),
|
|
13208
|
-
[
|
|
13208
|
+
[]
|
|
13209
13209
|
);
|
|
13210
13210
|
const gridStyle = React.useMemo(
|
|
13211
13211
|
() => ({
|
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_1x5nq_1 {
|
|
286
286
|
position: relative;
|
|
287
287
|
/*noinspection CssUnresolvedCustomProperty*/
|
|
288
288
|
border-left: 1px solid var(--gantt-table-divider-color, var(--gantt-divider-color));
|
|
@@ -290,9 +290,11 @@
|
|
|
290
290
|
display: flex;
|
|
291
291
|
flex-direction: column;
|
|
292
292
|
overflow: hidden;
|
|
293
|
+
max-width: 100%;
|
|
294
|
+
flex-shrink: 0;
|
|
293
295
|
}
|
|
294
296
|
|
|
295
|
-
.
|
|
297
|
+
._taskListHorizontalScroll_1x5nq_25 {
|
|
296
298
|
overflow-x: auto;
|
|
297
299
|
overflow-y: hidden;
|
|
298
300
|
flex: 1;
|
|
@@ -300,16 +302,16 @@
|
|
|
300
302
|
flex-direction: column;
|
|
301
303
|
}
|
|
302
304
|
|
|
303
|
-
.
|
|
305
|
+
._taskListHorizontalScroll_1x5nq_25::-webkit-scrollbar {
|
|
304
306
|
width: 1rem;
|
|
305
307
|
height: 1rem;
|
|
306
308
|
}
|
|
307
309
|
|
|
308
|
-
.
|
|
310
|
+
._taskListHorizontalScroll_1x5nq_25::-webkit-scrollbar-corner {
|
|
309
311
|
background: transparent;
|
|
310
312
|
}
|
|
311
313
|
|
|
312
|
-
.
|
|
314
|
+
._taskListHorizontalScroll_1x5nq_25::-webkit-scrollbar-thumb {
|
|
313
315
|
border: 4px solid transparent;
|
|
314
316
|
/*noinspection CssUnresolvedCustomProperty*/
|
|
315
317
|
background: var(--gantt-scrollbar-thumb-color);
|
|
@@ -317,14 +319,14 @@
|
|
|
317
319
|
background-clip: padding-box;
|
|
318
320
|
}
|
|
319
321
|
|
|
320
|
-
.
|
|
322
|
+
._taskListHorizontalScroll_1x5nq_25::-webkit-scrollbar-thumb:hover {
|
|
321
323
|
border: 2px solid transparent;
|
|
322
324
|
/*noinspection CssUnresolvedCustomProperty*/
|
|
323
325
|
background: var(--gantt-scrollbar-thumb-color);
|
|
324
326
|
background-clip: padding-box;
|
|
325
327
|
}
|
|
326
328
|
|
|
327
|
-
.
|
|
329
|
+
._taskListResizer_1x5nq_89 {
|
|
328
330
|
position: absolute;
|
|
329
331
|
top: 0;
|
|
330
332
|
right: -3px;
|
|
@@ -336,16 +338,16 @@
|
|
|
336
338
|
}
|
|
337
339
|
|
|
338
340
|
/*noinspection CssUnresolvedCustomProperty*/
|
|
339
|
-
.
|
|
341
|
+
._taskListResizer_1x5nq_89:hover {
|
|
340
342
|
background-color: var(--gantt-table-hover-action-color);
|
|
341
343
|
filter: var(--gantt-hover-filter);
|
|
342
344
|
}
|
|
343
345
|
|
|
344
|
-
.
|
|
346
|
+
._taskListResizer_1x5nq_89:hover::before {
|
|
345
347
|
display: none;
|
|
346
348
|
}
|
|
347
349
|
|
|
348
|
-
.
|
|
350
|
+
._taskListResizer_1x5nq_89::before {
|
|
349
351
|
content: "";
|
|
350
352
|
position: absolute;
|
|
351
353
|
top: 0;
|
|
@@ -356,7 +358,7 @@
|
|
|
356
358
|
background-color: var(--gantt-table-resize-color, var(--gantt-divider-color));
|
|
357
359
|
}
|
|
358
360
|
|
|
359
|
-
.
|
|
361
|
+
._horizontalContainer_1x5nq_153 {
|
|
360
362
|
margin: 0;
|
|
361
363
|
padding: 0;
|
|
362
364
|
overflow-y: auto;
|
|
@@ -365,13 +367,13 @@
|
|
|
365
367
|
min-height: 0;
|
|
366
368
|
}
|
|
367
369
|
|
|
368
|
-
.
|
|
370
|
+
._tableWrapper_1x5nq_171 {
|
|
369
371
|
position: relative;
|
|
370
372
|
flex: 1;
|
|
371
373
|
min-height: 0;
|
|
372
374
|
}
|
|
373
375
|
|
|
374
|
-
.
|
|
376
|
+
._scrollToTop_1x5nq_183 {
|
|
375
377
|
position: absolute;
|
|
376
378
|
top: 0;
|
|
377
379
|
left: 0;
|
|
@@ -379,7 +381,7 @@
|
|
|
379
381
|
height: 20px;
|
|
380
382
|
}
|
|
381
383
|
|
|
382
|
-
.
|
|
384
|
+
._scrollToBottom_1x5nq_199 {
|
|
383
385
|
position: absolute;
|
|
384
386
|
bottom: 0;
|
|
385
387
|
left: 0;
|
|
@@ -387,7 +389,7 @@
|
|
|
387
389
|
height: 20px;
|
|
388
390
|
}
|
|
389
391
|
|
|
390
|
-
.
|
|
392
|
+
._hidden_1x5nq_215 {
|
|
391
393
|
display: none;
|
|
392
394
|
}
|
|
393
395
|
._ganttToday_1oyhk_1 {
|
|
@@ -581,10 +583,10 @@
|
|
|
581
583
|
user-select: none;
|
|
582
584
|
stroke-width: 0;
|
|
583
585
|
}
|
|
584
|
-
.
|
|
586
|
+
._ganttVerticalContainer_1xboz_1 {
|
|
585
587
|
display: flex;
|
|
586
588
|
flex-direction: column;
|
|
587
|
-
overflow-x:
|
|
589
|
+
overflow-x: auto;
|
|
588
590
|
overflow-y: hidden;
|
|
589
591
|
font-size: 0;
|
|
590
592
|
margin: 0;
|
|
@@ -592,23 +594,21 @@
|
|
|
592
594
|
/*noinspection CssUnresolvedCustomProperty*/
|
|
593
595
|
border-right: 1px solid var(--gantt-calendar-divider-color, var(--gantt-divider-color));
|
|
594
596
|
flex-grow: 1;
|
|
595
|
-
flex-shrink: 1;
|
|
596
|
-
flex-basis: 0;
|
|
597
597
|
height: 100%;
|
|
598
598
|
min-height: 0;
|
|
599
|
-
|
|
599
|
+
max-width: 100%;
|
|
600
600
|
}
|
|
601
601
|
|
|
602
|
-
.
|
|
602
|
+
._ganttVerticalContainer_1xboz_1::-webkit-scrollbar {
|
|
603
603
|
width: 1rem;
|
|
604
604
|
height: 1rem;
|
|
605
605
|
}
|
|
606
606
|
|
|
607
|
-
.
|
|
607
|
+
._ganttVerticalContainer_1xboz_1::-webkit-scrollbar-corner {
|
|
608
608
|
background: transparent;
|
|
609
609
|
}
|
|
610
610
|
|
|
611
|
-
.
|
|
611
|
+
._ganttVerticalContainer_1xboz_1::-webkit-scrollbar-thumb {
|
|
612
612
|
border: 4px solid transparent;
|
|
613
613
|
/*noinspection CssUnresolvedCustomProperty*/
|
|
614
614
|
background: var(--gantt-scrollbar-thumb-color);
|
|
@@ -616,14 +616,14 @@
|
|
|
616
616
|
background-clip: padding-box;
|
|
617
617
|
}
|
|
618
618
|
|
|
619
|
-
.
|
|
619
|
+
._ganttVerticalContainer_1xboz_1::-webkit-scrollbar-thumb:hover {
|
|
620
620
|
border: 2px solid transparent;
|
|
621
621
|
/*noinspection CssUnresolvedCustomProperty*/
|
|
622
622
|
background: var(--gantt-scrollbar-thumb-color);
|
|
623
623
|
background-clip: padding-box;
|
|
624
624
|
}
|
|
625
625
|
|
|
626
|
-
.
|
|
626
|
+
._horizontalContainer_1xboz_81 {
|
|
627
627
|
margin: 0;
|
|
628
628
|
padding: 0;
|
|
629
629
|
overflow: hidden;
|
|
@@ -631,12 +631,12 @@
|
|
|
631
631
|
min-height: 0;
|
|
632
632
|
}
|
|
633
633
|
|
|
634
|
-
.
|
|
634
|
+
._ganttHeader_1xboz_97 {
|
|
635
635
|
flex: 0 0 auto;
|
|
636
636
|
z-index: 3;
|
|
637
637
|
}
|
|
638
638
|
|
|
639
|
-
.
|
|
639
|
+
._ganttBodyScroll_1xboz_107 {
|
|
640
640
|
flex: 1 1 auto;
|
|
641
641
|
overflow-y: auto;
|
|
642
642
|
overflow-x: hidden;
|
|
@@ -644,7 +644,7 @@
|
|
|
644
644
|
height: 100%;
|
|
645
645
|
}
|
|
646
646
|
|
|
647
|
-
.
|
|
647
|
+
._wrapper_1xboz_123 {
|
|
648
648
|
display: flex;
|
|
649
649
|
padding: 0;
|
|
650
650
|
margin: 0;
|
|
@@ -655,12 +655,11 @@
|
|
|
655
655
|
border-bottom: 1px solid var(--gantt-divider-color);
|
|
656
656
|
height: 100%;
|
|
657
657
|
min-height: 0;
|
|
658
|
-
width: 100%;
|
|
658
|
+
max-width: 100%;
|
|
659
659
|
overflow: hidden;
|
|
660
|
-
contain: layout;
|
|
661
660
|
}
|
|
662
661
|
|
|
663
|
-
.
|
|
662
|
+
._calendarDragging_1xboz_153 {
|
|
664
663
|
cursor: grabbing;
|
|
665
664
|
}
|
|
666
665
|
/*noinspection CssUnresolvedCustomProperty*/
|
package/package.json
CHANGED