@oliasoft-open-source/react-ui-library 4.14.1-beta-1 → 4.14.1-beta-2
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/global.css +80 -69
- package/dist/index.js +103 -94
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -2442,123 +2442,135 @@ html[data-theme='dark'] {
|
|
|
2442
2442
|
border-top-left-radius: 0 !important;
|
|
2443
2443
|
border-bottom-left-radius: 0 !important;
|
|
2444
2444
|
}
|
|
2445
|
-
.
|
|
2445
|
+
._inputInTable_7fzf8_1 {
|
|
2446
2446
|
background-color: transparent;
|
|
2447
2447
|
border-radius: inherit !important;
|
|
2448
2448
|
height: var(--size);
|
|
2449
2449
|
min-height: 100%;
|
|
2450
2450
|
}
|
|
2451
|
-
.
|
|
2451
|
+
._inputInTable_7fzf8_1:not(:hover):not([data-error]):not([data-warning]) {
|
|
2452
2452
|
border-color: transparent;
|
|
2453
2453
|
}
|
|
2454
|
-
.
|
|
2454
|
+
._inputInTable_7fzf8_1:not(:focus) {
|
|
2455
2455
|
box-shadow: none;
|
|
2456
2456
|
}
|
|
2457
|
-
.
|
|
2457
|
+
._inputHover_7fzf8_13 {
|
|
2458
2458
|
position: relative;
|
|
2459
2459
|
border-color: var(--color-border-hover);
|
|
2460
2460
|
z-index: 2;
|
|
2461
2461
|
}
|
|
2462
|
-
.
|
|
2462
|
+
._inputFocus_7fzf8_18 {
|
|
2463
2463
|
position: relative;
|
|
2464
2464
|
outline: none !important;
|
|
2465
2465
|
border-color: var(--color-border-focus) !important;
|
|
2466
2466
|
box-shadow: var(--shadow-focus);
|
|
2467
2467
|
z-index: 3;
|
|
2468
2468
|
}
|
|
2469
|
-
.
|
|
2470
|
-
.
|
|
2469
|
+
._inputError_7fzf8_25,
|
|
2470
|
+
._inputWarning_7fzf8_26 {
|
|
2471
2471
|
position: relative;
|
|
2472
2472
|
}
|
|
2473
|
-
.
|
|
2473
|
+
._inputError_7fzf8_25 {
|
|
2474
2474
|
z-index: 2;
|
|
2475
2475
|
border-color: var(--color-border-error);
|
|
2476
2476
|
color: var(--color-text-error) !important;
|
|
2477
2477
|
background-color: var(--color-background-error-muted);
|
|
2478
2478
|
}
|
|
2479
|
-
.
|
|
2479
|
+
._inputError_7fzf8_25:hover {
|
|
2480
2480
|
border-color: var(--color-border-error-hover) !important;
|
|
2481
2481
|
}
|
|
2482
|
-
.
|
|
2482
|
+
._inputError_7fzf8_25:focus {
|
|
2483
2483
|
position: relative;
|
|
2484
2484
|
outline: none !important;
|
|
2485
2485
|
border-color: var(--color-border-focus) !important;
|
|
2486
2486
|
box-shadow: var(--shadow-focus);
|
|
2487
2487
|
z-index: 3;
|
|
2488
2488
|
}
|
|
2489
|
-
.
|
|
2489
|
+
._inputWarning_7fzf8_26 {
|
|
2490
2490
|
z-index: 1;
|
|
2491
2491
|
border-color: var(--color-border-warning);
|
|
2492
2492
|
color: var(--color-text-warning) !important;
|
|
2493
2493
|
background-color: var(--color-background-warning-muted);
|
|
2494
2494
|
}
|
|
2495
|
-
.
|
|
2495
|
+
._inputWarning_7fzf8_26:hover {
|
|
2496
2496
|
border-color: var(--color-border-warning-hover) !important;
|
|
2497
2497
|
}
|
|
2498
|
-
.
|
|
2498
|
+
._inputWarning_7fzf8_26:focus {
|
|
2499
2499
|
position: relative;
|
|
2500
2500
|
outline: none !important;
|
|
2501
2501
|
border-color: var(--color-border-focus) !important;
|
|
2502
2502
|
box-shadow: var(--shadow-focus);
|
|
2503
2503
|
z-index: 3;
|
|
2504
2504
|
}
|
|
2505
|
-
.
|
|
2505
|
+
._inputDisabled_7fzf8_61 {
|
|
2506
2506
|
pointer-events: none;
|
|
2507
2507
|
background-color: var(--color-background-disabled);
|
|
2508
2508
|
color: var(--color-text-muted);
|
|
2509
2509
|
box-shadow: none;
|
|
2510
2510
|
}
|
|
2511
|
-
.
|
|
2511
|
+
._hideScrollbars_7fzf8_67 {
|
|
2512
2512
|
/* Firefox */
|
|
2513
2513
|
scrollbar-width: none;
|
|
2514
2514
|
/* IE 10+ */
|
|
2515
2515
|
-ms-overflow-style: none;
|
|
2516
2516
|
/* Chrome, Safari and Opera */
|
|
2517
2517
|
}
|
|
2518
|
-
.
|
|
2518
|
+
._hideScrollbars_7fzf8_67::-webkit-scrollbar {
|
|
2519
2519
|
display: none;
|
|
2520
2520
|
}
|
|
2521
|
-
.
|
|
2522
|
-
|
|
2521
|
+
._listWrapper_7fzf8_77 {
|
|
2522
|
+
max-height: 100%;
|
|
2523
|
+
display: flex;
|
|
2524
|
+
flex-direction: column;
|
|
2525
|
+
}
|
|
2526
|
+
._listWrapperBordered_7fzf8_82 {
|
|
2527
|
+
background: var(--color-background-raised);
|
|
2528
|
+
border: 1px solid var(--color-border);
|
|
2529
|
+
box-shadow: var(--shadow-card);
|
|
2530
|
+
border-radius: var(--border-radius);
|
|
2531
|
+
overflow: hidden;
|
|
2532
|
+
}
|
|
2533
|
+
._header_7fzf8_89 ._headerTitle_7fzf8_89,
|
|
2534
|
+
._heading_7fzf8_90 ._itemHeader_7fzf8_90 {
|
|
2523
2535
|
transition: opacity 0.3s;
|
|
2524
2536
|
}
|
|
2525
|
-
.
|
|
2526
|
-
.
|
|
2537
|
+
._narrow_7fzf8_93 ._header_7fzf8_89 ._headerTitle_7fzf8_89,
|
|
2538
|
+
._narrow_7fzf8_93 ._heading_7fzf8_90 ._itemHeader_7fzf8_90 {
|
|
2527
2539
|
opacity: 0;
|
|
2528
2540
|
}
|
|
2529
|
-
.
|
|
2541
|
+
._stickyHeader_7fzf8_97 {
|
|
2530
2542
|
position: sticky;
|
|
2531
2543
|
top: 0;
|
|
2532
2544
|
background-color: var(--color-background);
|
|
2533
2545
|
z-index: 10;
|
|
2534
2546
|
}
|
|
2535
|
-
.
|
|
2547
|
+
._itemHeader_7fzf8_90 {
|
|
2536
2548
|
padding: var(--padding-xs) var(--padding);
|
|
2537
2549
|
display: flex;
|
|
2538
2550
|
align-items: flex-start;
|
|
2539
2551
|
}
|
|
2540
|
-
.
|
|
2552
|
+
._itemHeader_7fzf8_90 ._title_7fzf8_108 {
|
|
2541
2553
|
margin: 0;
|
|
2542
2554
|
padding: 0;
|
|
2543
2555
|
flex-grow: 1;
|
|
2544
2556
|
min-width: 0;
|
|
2545
2557
|
}
|
|
2546
|
-
.
|
|
2558
|
+
._itemHeader_7fzf8_90 ._name_7fzf8_114 {
|
|
2547
2559
|
font-weight: 400;
|
|
2548
2560
|
}
|
|
2549
|
-
.
|
|
2561
|
+
._itemHeader_7fzf8_90 ._iconTooltipMargin_7fzf8_117 {
|
|
2550
2562
|
margin-left: var(--padding-xs);
|
|
2551
2563
|
}
|
|
2552
|
-
.
|
|
2564
|
+
._itemHeader_7fzf8_90 ._bold_7fzf8_120 {
|
|
2553
2565
|
font-weight: bold;
|
|
2554
2566
|
}
|
|
2555
|
-
.
|
|
2567
|
+
._header_7fzf8_89 {
|
|
2556
2568
|
padding: var(--padding);
|
|
2557
2569
|
display: flex;
|
|
2558
2570
|
align-items: center;
|
|
2559
2571
|
border-bottom: 1px solid var(--color-border);
|
|
2560
2572
|
}
|
|
2561
|
-
.
|
|
2573
|
+
._toggleNarrow_7fzf8_129 {
|
|
2562
2574
|
margin-right: 16px;
|
|
2563
2575
|
margin-left: -5px;
|
|
2564
2576
|
color: #c8c8c8;
|
|
@@ -2567,16 +2579,16 @@ html[data-theme='dark'] {
|
|
|
2567
2579
|
width: 22px;
|
|
2568
2580
|
justify-content: center;
|
|
2569
2581
|
}
|
|
2570
|
-
.
|
|
2582
|
+
._toggleNarrow_7fzf8_129:hover {
|
|
2571
2583
|
color: var(--color-text-primary-hover);
|
|
2572
2584
|
}
|
|
2573
|
-
.
|
|
2585
|
+
._toggleNarrow_7fzf8_129:active {
|
|
2574
2586
|
color: var(--color-text-primary-active);
|
|
2575
2587
|
}
|
|
2576
|
-
.
|
|
2588
|
+
._narrow_7fzf8_93 ._toggleNarrow_7fzf8_129 {
|
|
2577
2589
|
transform: scaleX(-1);
|
|
2578
2590
|
}
|
|
2579
|
-
.
|
|
2591
|
+
._drag_7fzf8_147 {
|
|
2580
2592
|
color: var(--color-text-faint);
|
|
2581
2593
|
display: flex;
|
|
2582
2594
|
align-items: center;
|
|
@@ -2590,28 +2602,29 @@ html[data-theme='dark'] {
|
|
|
2590
2602
|
width: var(--size-sm);
|
|
2591
2603
|
flex-shrink: 0;
|
|
2592
2604
|
}
|
|
2593
|
-
.
|
|
2605
|
+
._drag_7fzf8_147:hover {
|
|
2594
2606
|
color: var(--color-text-primary-hover);
|
|
2595
2607
|
}
|
|
2596
|
-
.
|
|
2608
|
+
._drag_7fzf8_147:active {
|
|
2597
2609
|
color: var(--color-text-primary-active);
|
|
2598
2610
|
}
|
|
2599
|
-
.
|
|
2611
|
+
._list_7fzf8_77 {
|
|
2600
2612
|
flex-shrink: 0;
|
|
2601
2613
|
background: var(--color-background);
|
|
2614
|
+
position: relative;
|
|
2602
2615
|
}
|
|
2603
|
-
.
|
|
2604
|
-
.
|
|
2616
|
+
._list_7fzf8_77._bordered_7fzf8_172:first-child,
|
|
2617
|
+
._list_7fzf8_77._bordered_7fzf8_172:first-child > :first-child {
|
|
2605
2618
|
border-top-left-radius: inherit;
|
|
2606
2619
|
border-top-right-radius: inherit;
|
|
2607
2620
|
}
|
|
2608
|
-
.
|
|
2609
|
-
.
|
|
2621
|
+
._list_7fzf8_77._bordered_7fzf8_172:last-child,
|
|
2622
|
+
._list_7fzf8_77._bordered_7fzf8_172:last-child > :last-child {
|
|
2610
2623
|
border-bottom-left-radius: inherit;
|
|
2611
2624
|
border-bottom-right-radius: inherit;
|
|
2612
2625
|
border-bottom: 0;
|
|
2613
2626
|
}
|
|
2614
|
-
.
|
|
2627
|
+
._item_7fzf8_90 {
|
|
2615
2628
|
color: inherit;
|
|
2616
2629
|
display: block;
|
|
2617
2630
|
transition: background-color 0.2s;
|
|
@@ -2622,7 +2635,7 @@ html[data-theme='dark'] {
|
|
|
2622
2635
|
overflow-wrap: break-word;
|
|
2623
2636
|
hyphens: auto;
|
|
2624
2637
|
}
|
|
2625
|
-
.
|
|
2638
|
+
._item_7fzf8_90:not(._heading_7fzf8_90):after {
|
|
2626
2639
|
content: '';
|
|
2627
2640
|
position: absolute;
|
|
2628
2641
|
left: 0;
|
|
@@ -2633,41 +2646,41 @@ html[data-theme='dark'] {
|
|
|
2633
2646
|
border-bottom-left-radius: inherit;
|
|
2634
2647
|
transition: background 0.3s, width 0.3s;
|
|
2635
2648
|
}
|
|
2636
|
-
.
|
|
2649
|
+
._item_7fzf8_90._action_7fzf8_205 {
|
|
2637
2650
|
cursor: pointer;
|
|
2638
2651
|
}
|
|
2639
|
-
.
|
|
2652
|
+
._item_7fzf8_90._action_7fzf8_205:not(._active_7fzf8_208):hover {
|
|
2640
2653
|
background: var(--color-background-listitem-hover);
|
|
2641
2654
|
}
|
|
2642
|
-
.
|
|
2655
|
+
._item_7fzf8_90._action_7fzf8_205:not(._active_7fzf8_208):hover:after {
|
|
2643
2656
|
width: 5px;
|
|
2644
2657
|
background: rgba(0, 0, 0, 0.1);
|
|
2645
2658
|
}
|
|
2646
|
-
.
|
|
2659
|
+
._item_7fzf8_90._indented_7fzf8_215:after {
|
|
2647
2660
|
width: 3px;
|
|
2648
2661
|
background: rgba(0, 0, 0, 0.1);
|
|
2649
2662
|
}
|
|
2650
|
-
.
|
|
2663
|
+
._item_7fzf8_90._active_7fzf8_208 {
|
|
2651
2664
|
cursor: default;
|
|
2652
2665
|
position: relative;
|
|
2653
2666
|
z-index: 1;
|
|
2654
2667
|
background: var(--color-background-listitem-active);
|
|
2655
2668
|
}
|
|
2656
|
-
.
|
|
2669
|
+
._item_7fzf8_90._active_7fzf8_208:after {
|
|
2657
2670
|
background: var(--color-background-primary) !important;
|
|
2658
2671
|
}
|
|
2659
|
-
.
|
|
2672
|
+
._item_7fzf8_90._disabled_7fzf8_228 {
|
|
2660
2673
|
color: var(--color-text-faint);
|
|
2661
2674
|
pointer-events: none;
|
|
2662
2675
|
}
|
|
2663
|
-
.
|
|
2676
|
+
._item_7fzf8_90._heading_7fzf8_90 {
|
|
2664
2677
|
color: var(--color-text-muted);
|
|
2665
2678
|
background-color: var(--color-background-cardheader);
|
|
2666
2679
|
}
|
|
2667
|
-
.
|
|
2680
|
+
._item_7fzf8_90._heading_7fzf8_90._action_7fzf8_205:hover {
|
|
2668
2681
|
color: var(--color-text-primary-hover);
|
|
2669
2682
|
}
|
|
2670
|
-
.
|
|
2683
|
+
._item_7fzf8_90 ._label_7fzf8_239 {
|
|
2671
2684
|
margin-right: var(--padding-xs);
|
|
2672
2685
|
flex-shrink: 0;
|
|
2673
2686
|
width: var(--size-sm);
|
|
@@ -2678,38 +2691,38 @@ html[data-theme='dark'] {
|
|
|
2678
2691
|
align-items: center;
|
|
2679
2692
|
justify-content: center;
|
|
2680
2693
|
}
|
|
2681
|
-
.
|
|
2682
|
-
.
|
|
2694
|
+
._item_7fzf8_90 ._details_7fzf8_250,
|
|
2695
|
+
._item_7fzf8_90 ._metadata_7fzf8_251 {
|
|
2683
2696
|
display: block;
|
|
2684
2697
|
width: 100%;
|
|
2685
2698
|
font-weight: normal;
|
|
2686
2699
|
}
|
|
2687
|
-
.
|
|
2700
|
+
._item_7fzf8_90 ._metadata_7fzf8_251 {
|
|
2688
2701
|
color: var(--color-text-muted);
|
|
2689
2702
|
}
|
|
2690
|
-
.
|
|
2703
|
+
._item_7fzf8_90 ._itemContent_7fzf8_259 {
|
|
2691
2704
|
padding: 0 var(--padding) var(--padding-sm);
|
|
2692
2705
|
cursor: auto;
|
|
2693
2706
|
}
|
|
2694
|
-
.
|
|
2707
|
+
._item_7fzf8_90 ._itemContent_7fzf8_259:empty {
|
|
2695
2708
|
padding: inherit;
|
|
2696
2709
|
}
|
|
2697
|
-
.
|
|
2710
|
+
._indentIcon_7fzf8_266 {
|
|
2698
2711
|
color: var(--color-text-faint);
|
|
2699
2712
|
flex-shrink: 0;
|
|
2700
2713
|
margin-right: var(--padding-xxs);
|
|
2701
2714
|
}
|
|
2702
|
-
.
|
|
2715
|
+
._expandIcon_7fzf8_271 {
|
|
2703
2716
|
flex-shrink: 0;
|
|
2704
2717
|
position: relative;
|
|
2705
2718
|
display: flex;
|
|
2706
2719
|
height: var(--line-height);
|
|
2707
2720
|
margin-right: var(--padding-xs);
|
|
2708
2721
|
}
|
|
2709
|
-
.
|
|
2722
|
+
._expandIcon_7fzf8_271._expanded_7fzf8_278 svg {
|
|
2710
2723
|
transform: rotate(90deg);
|
|
2711
2724
|
}
|
|
2712
|
-
.
|
|
2725
|
+
._right_7fzf8_281 {
|
|
2713
2726
|
margin-left: auto;
|
|
2714
2727
|
display: flex;
|
|
2715
2728
|
align-items: center;
|
|
@@ -2717,34 +2730,32 @@ html[data-theme='dark'] {
|
|
|
2717
2730
|
margin-bottom: calc((var(--line-height) - var(--size-sm)) / 2);
|
|
2718
2731
|
min-height: var(--size-sm);
|
|
2719
2732
|
}
|
|
2720
|
-
.
|
|
2733
|
+
._actions_7fzf8_289 {
|
|
2721
2734
|
margin-left: var(--padding-xs);
|
|
2722
2735
|
display: flex;
|
|
2723
2736
|
align-items: center;
|
|
2724
2737
|
}
|
|
2725
|
-
.
|
|
2738
|
+
._scrollableList_7fzf8_294 {
|
|
2726
2739
|
height: 100%;
|
|
2727
2740
|
overflow-y: auto;
|
|
2741
|
+
overflow-x: hidden;
|
|
2728
2742
|
scroll-behavior: smooth;
|
|
2729
2743
|
}
|
|
2730
|
-
.
|
|
2731
|
-
overflow: hidden !important;
|
|
2732
|
-
}
|
|
2733
|
-
._hideScrollbar_1llou_67 {
|
|
2744
|
+
._hideScrollbar_7fzf8_67 {
|
|
2734
2745
|
/* Firefox */
|
|
2735
2746
|
scrollbar-width: none;
|
|
2736
2747
|
/* IE 10+ */
|
|
2737
2748
|
-ms-overflow-style: none;
|
|
2738
2749
|
/* Chrome, Safari and Opera */
|
|
2739
2750
|
}
|
|
2740
|
-
.
|
|
2751
|
+
._hideScrollbar_7fzf8_67::-webkit-scrollbar {
|
|
2741
2752
|
display: none;
|
|
2742
2753
|
}
|
|
2743
|
-
.
|
|
2754
|
+
._bordered_7fzf8_172 {
|
|
2744
2755
|
box-shadow: inset 0px 0px 0px 2px var(--color-background-primary);
|
|
2745
2756
|
background: var(--color-background-listitem-active);
|
|
2746
2757
|
}
|
|
2747
|
-
.
|
|
2758
|
+
._noPointerEvents_7fzf8_314 {
|
|
2748
2759
|
pointer-events: none;
|
|
2749
2760
|
}
|
|
2750
2761
|
._loader_477i5_1 {
|
package/dist/index.js
CHANGED
|
@@ -19089,45 +19089,46 @@ function useVirtualizer(options) {
|
|
|
19089
19089
|
...options
|
|
19090
19090
|
});
|
|
19091
19091
|
}
|
|
19092
|
-
const inputInTable$8 = "
|
|
19093
|
-
const inputHover$8 = "
|
|
19094
|
-
const inputFocus$8 = "
|
|
19095
|
-
const inputError$8 = "
|
|
19096
|
-
const inputWarning$8 = "
|
|
19097
|
-
const inputDisabled$8 = "
|
|
19098
|
-
const hideScrollbars$8 = "
|
|
19099
|
-
const
|
|
19100
|
-
const
|
|
19101
|
-
const
|
|
19102
|
-
const
|
|
19103
|
-
const
|
|
19104
|
-
const
|
|
19105
|
-
const
|
|
19106
|
-
const
|
|
19107
|
-
const
|
|
19108
|
-
const
|
|
19109
|
-
const
|
|
19110
|
-
const
|
|
19111
|
-
const
|
|
19112
|
-
const
|
|
19113
|
-
const
|
|
19114
|
-
const
|
|
19115
|
-
const
|
|
19116
|
-
const
|
|
19117
|
-
const
|
|
19118
|
-
const
|
|
19119
|
-
const
|
|
19120
|
-
const
|
|
19121
|
-
const
|
|
19122
|
-
const
|
|
19123
|
-
const
|
|
19124
|
-
const
|
|
19125
|
-
const
|
|
19126
|
-
const
|
|
19127
|
-
const
|
|
19128
|
-
const
|
|
19129
|
-
const
|
|
19130
|
-
const
|
|
19092
|
+
const inputInTable$8 = "_inputInTable_7fzf8_1";
|
|
19093
|
+
const inputHover$8 = "_inputHover_7fzf8_13";
|
|
19094
|
+
const inputFocus$8 = "_inputFocus_7fzf8_18";
|
|
19095
|
+
const inputError$8 = "_inputError_7fzf8_25";
|
|
19096
|
+
const inputWarning$8 = "_inputWarning_7fzf8_26";
|
|
19097
|
+
const inputDisabled$8 = "_inputDisabled_7fzf8_61";
|
|
19098
|
+
const hideScrollbars$8 = "_hideScrollbars_7fzf8_67";
|
|
19099
|
+
const listWrapper = "_listWrapper_7fzf8_77";
|
|
19100
|
+
const listWrapperBordered = "_listWrapperBordered_7fzf8_82";
|
|
19101
|
+
const header$1 = "_header_7fzf8_89";
|
|
19102
|
+
const headerTitle = "_headerTitle_7fzf8_89";
|
|
19103
|
+
const heading$3 = "_heading_7fzf8_90";
|
|
19104
|
+
const itemHeader = "_itemHeader_7fzf8_90";
|
|
19105
|
+
const narrow = "_narrow_7fzf8_93";
|
|
19106
|
+
const stickyHeader = "_stickyHeader_7fzf8_97";
|
|
19107
|
+
const title$3 = "_title_7fzf8_108";
|
|
19108
|
+
const name = "_name_7fzf8_114";
|
|
19109
|
+
const iconTooltipMargin = "_iconTooltipMargin_7fzf8_117";
|
|
19110
|
+
const bold = "_bold_7fzf8_120";
|
|
19111
|
+
const toggleNarrow = "_toggleNarrow_7fzf8_129";
|
|
19112
|
+
const drag$1 = "_drag_7fzf8_147";
|
|
19113
|
+
const list$1 = "_list_7fzf8_77";
|
|
19114
|
+
const bordered$1 = "_bordered_7fzf8_172";
|
|
19115
|
+
const item$4 = "_item_7fzf8_90";
|
|
19116
|
+
const action = "_action_7fzf8_205";
|
|
19117
|
+
const active$3 = "_active_7fzf8_208";
|
|
19118
|
+
const indented = "_indented_7fzf8_215";
|
|
19119
|
+
const disabled$5 = "_disabled_7fzf8_228";
|
|
19120
|
+
const label$6 = "_label_7fzf8_239";
|
|
19121
|
+
const details$2 = "_details_7fzf8_250";
|
|
19122
|
+
const metadata = "_metadata_7fzf8_251";
|
|
19123
|
+
const itemContent = "_itemContent_7fzf8_259";
|
|
19124
|
+
const indentIcon = "_indentIcon_7fzf8_266";
|
|
19125
|
+
const expandIcon = "_expandIcon_7fzf8_271";
|
|
19126
|
+
const expanded = "_expanded_7fzf8_278";
|
|
19127
|
+
const right$4 = "_right_7fzf8_281";
|
|
19128
|
+
const actions = "_actions_7fzf8_289";
|
|
19129
|
+
const scrollableList = "_scrollableList_7fzf8_294";
|
|
19130
|
+
const hideScrollbar = "_hideScrollbar_7fzf8_67";
|
|
19131
|
+
const noPointerEvents = "_noPointerEvents_7fzf8_314";
|
|
19131
19132
|
const listStyles = {
|
|
19132
19133
|
inputInTable: inputInTable$8,
|
|
19133
19134
|
inputHover: inputHover$8,
|
|
@@ -19136,6 +19137,8 @@ const listStyles = {
|
|
|
19136
19137
|
inputWarning: inputWarning$8,
|
|
19137
19138
|
inputDisabled: inputDisabled$8,
|
|
19138
19139
|
hideScrollbars: hideScrollbars$8,
|
|
19140
|
+
listWrapper,
|
|
19141
|
+
listWrapperBordered,
|
|
19139
19142
|
header: header$1,
|
|
19140
19143
|
headerTitle,
|
|
19141
19144
|
heading: heading$3,
|
|
@@ -19165,7 +19168,6 @@ const listStyles = {
|
|
|
19165
19168
|
right: right$4,
|
|
19166
19169
|
actions,
|
|
19167
19170
|
scrollableList,
|
|
19168
|
-
infiniteScrollContainer,
|
|
19169
19171
|
hideScrollbar,
|
|
19170
19172
|
noPointerEvents
|
|
19171
19173
|
};
|
|
@@ -19446,7 +19448,7 @@ const List = ({
|
|
|
19446
19448
|
const virtualizer = useVirtualizer({
|
|
19447
19449
|
count: list2.items.length,
|
|
19448
19450
|
getScrollElement: () => listContainerRef.current,
|
|
19449
|
-
estimateSize: () =>
|
|
19451
|
+
estimateSize: () => 37,
|
|
19450
19452
|
overscan: 5
|
|
19451
19453
|
});
|
|
19452
19454
|
useEffect(() => {
|
|
@@ -19490,66 +19492,73 @@ const List = ({
|
|
|
19490
19492
|
}
|
|
19491
19493
|
);
|
|
19492
19494
|
};
|
|
19493
|
-
return /* @__PURE__ */ jsx(
|
|
19495
|
+
return /* @__PURE__ */ jsx(
|
|
19494
19496
|
"div",
|
|
19495
19497
|
{
|
|
19496
19498
|
className: cx$2(
|
|
19497
|
-
listStyles.
|
|
19498
|
-
|
|
19499
|
-
hideScrollbar2 ? listStyles.hideScrollbar : ""
|
|
19499
|
+
listStyles.listWrapper,
|
|
19500
|
+
bordered2 ? listStyles.listWrapperBordered : ""
|
|
19500
19501
|
),
|
|
19501
|
-
|
|
19502
|
-
|
|
19503
|
-
|
|
19504
|
-
|
|
19505
|
-
|
|
19506
|
-
|
|
19507
|
-
|
|
19508
|
-
|
|
19509
|
-
|
|
19510
|
-
|
|
19511
|
-
|
|
19512
|
-
|
|
19513
|
-
|
|
19514
|
-
|
|
19515
|
-
|
|
19516
|
-
|
|
19517
|
-
|
|
19518
|
-
|
|
19519
|
-
|
|
19520
|
-
|
|
19521
|
-
|
|
19522
|
-
|
|
19523
|
-
|
|
19524
|
-
|
|
19525
|
-
|
|
19526
|
-
|
|
19527
|
-
|
|
19528
|
-
|
|
19529
|
-
|
|
19530
|
-
|
|
19531
|
-
|
|
19532
|
-
|
|
19533
|
-
|
|
19534
|
-
|
|
19535
|
-
|
|
19536
|
-
|
|
19537
|
-
{
|
|
19538
|
-
draggableId: virtualRow.index.toString(),
|
|
19539
|
-
index: virtualRow.index,
|
|
19540
|
-
children: (dragProvided, dragSnapshot) => renderItem(virtualRow, dragProvided)
|
|
19502
|
+
children: /* @__PURE__ */ jsxs(
|
|
19503
|
+
"div",
|
|
19504
|
+
{
|
|
19505
|
+
className: cx$2(
|
|
19506
|
+
listStyles.scrollableList,
|
|
19507
|
+
narrow2 ? listStyles.narrow : "",
|
|
19508
|
+
hideScrollbar2 ? listStyles.hideScrollbar : ""
|
|
19509
|
+
),
|
|
19510
|
+
"data-testid": testId,
|
|
19511
|
+
style: { height: height2, marginBottom },
|
|
19512
|
+
ref: listContainerRef,
|
|
19513
|
+
children: [
|
|
19514
|
+
!noHeader && /* @__PURE__ */ jsx(
|
|
19515
|
+
ListHeading,
|
|
19516
|
+
{
|
|
19517
|
+
name: list2.name,
|
|
19518
|
+
actions: list2.actions,
|
|
19519
|
+
toggleNarrow: toggleNarrow2,
|
|
19520
|
+
onToggleNarrow,
|
|
19521
|
+
stickyHeader: stickyHeader2
|
|
19522
|
+
}
|
|
19523
|
+
),
|
|
19524
|
+
/* @__PURE__ */ jsx(
|
|
19525
|
+
ListDroppableWrapper,
|
|
19526
|
+
{
|
|
19527
|
+
onListReorder,
|
|
19528
|
+
list: list2,
|
|
19529
|
+
draggable: draggable2,
|
|
19530
|
+
expanding,
|
|
19531
|
+
children: (provided, snapshot) => {
|
|
19532
|
+
return /* @__PURE__ */ jsx(
|
|
19533
|
+
"div",
|
|
19534
|
+
{
|
|
19535
|
+
className: cx$2(listStyles.list, bordered2 ? listStyles.bordered : ""),
|
|
19536
|
+
style: {
|
|
19537
|
+
height: `${virtualizer.getTotalSize()}px`
|
|
19541
19538
|
},
|
|
19542
|
-
|
|
19543
|
-
|
|
19544
|
-
|
|
19539
|
+
ref: provided == null ? void 0 : provided.innerRef,
|
|
19540
|
+
...provided == null ? void 0 : provided.droppableProps,
|
|
19541
|
+
children: virtualizer.getVirtualItems().map(
|
|
19542
|
+
(virtualRow) => draggable2 ? /* @__PURE__ */ jsx(
|
|
19543
|
+
PublicDraggable,
|
|
19544
|
+
{
|
|
19545
|
+
draggableId: virtualRow.index.toString(),
|
|
19546
|
+
index: virtualRow.index,
|
|
19547
|
+
children: (dragProvided, dragSnapshot) => renderItem(virtualRow, dragProvided)
|
|
19548
|
+
},
|
|
19549
|
+
virtualRow.index
|
|
19550
|
+
) : /* @__PURE__ */ jsx(Fragment$2, { children: renderItem(virtualRow) }, virtualRow.index)
|
|
19551
|
+
)
|
|
19552
|
+
}
|
|
19553
|
+
);
|
|
19545
19554
|
}
|
|
19546
|
-
|
|
19547
|
-
|
|
19548
|
-
|
|
19549
|
-
|
|
19550
|
-
|
|
19555
|
+
}
|
|
19556
|
+
)
|
|
19557
|
+
]
|
|
19558
|
+
}
|
|
19559
|
+
)
|
|
19551
19560
|
}
|
|
19552
|
-
)
|
|
19561
|
+
);
|
|
19553
19562
|
};
|
|
19554
19563
|
const loader = "_loader_477i5_1";
|
|
19555
19564
|
const fullViewPortSize = "_fullViewPortSize_477i5_7";
|