@mirai/ui 2.1.87 → 2.1.89
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/README.md +5 -1
- package/build/components/InputList/InputList.Option.js +10 -7
- package/build/components/InputList/InputList.Option.js.map +1 -1
- package/build/components/InputList/InputList.js +40 -27
- package/build/components/InputList/InputList.js.map +1 -1
- package/build/components/InputList/InputList.module.css +25 -6
- package/build/components/InputList/InputList.stories.js.map +1 -1
- package/build/components/Menu/Menu.js +10 -4
- package/build/components/Menu/Menu.js.map +1 -1
- package/build/components/Menu/Menu.module.css +15 -0
- package/build/components/Table/Table.constants.js +2 -1
- package/build/components/Table/Table.constants.js.map +1 -1
- package/build/components/Table/Table.js +23 -9
- package/build/components/Table/Table.js.map +1 -1
- package/build/components/Table/Table.module.css +10 -0
- package/build/components/Table/Table.stories.js +3 -1
- package/build/components/Table/Table.stories.js.map +1 -1
- package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +197 -0
- package/package.json +1 -1
|
@@ -3596,6 +3596,203 @@ exports[`component:<Table> prop:selected 1`] = `
|
|
|
3596
3596
|
</DocumentFragment>
|
|
3597
3597
|
`;
|
|
3598
3598
|
|
|
3599
|
+
exports[`component:<Table> prop:showEmpty 1`] = `
|
|
3600
|
+
<DocumentFragment>
|
|
3601
|
+
<ui-table-container
|
|
3602
|
+
class="scrollview snap vertical notIndicator container"
|
|
3603
|
+
>
|
|
3604
|
+
<table
|
|
3605
|
+
class="table"
|
|
3606
|
+
>
|
|
3607
|
+
<thead>
|
|
3608
|
+
<tr>
|
|
3609
|
+
<th>
|
|
3610
|
+
<ui-view
|
|
3611
|
+
class="view forceRow column"
|
|
3612
|
+
>
|
|
3613
|
+
User Name
|
|
3614
|
+
<ui-view
|
|
3615
|
+
class="view row icons"
|
|
3616
|
+
>
|
|
3617
|
+
<ui-icon
|
|
3618
|
+
class="icon headline-3 icon disabled"
|
|
3619
|
+
>
|
|
3620
|
+
<svg
|
|
3621
|
+
fill="currentColor"
|
|
3622
|
+
height="1em"
|
|
3623
|
+
stroke="currentColor"
|
|
3624
|
+
stroke-width="0"
|
|
3625
|
+
viewBox="0 0 24 24"
|
|
3626
|
+
width="1em"
|
|
3627
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3628
|
+
>
|
|
3629
|
+
<path
|
|
3630
|
+
d="M0 0h24v24H0V0z"
|
|
3631
|
+
fill="none"
|
|
3632
|
+
/>
|
|
3633
|
+
<path
|
|
3634
|
+
d="m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
3635
|
+
/>
|
|
3636
|
+
</svg>
|
|
3637
|
+
</ui-icon>
|
|
3638
|
+
</ui-view>
|
|
3639
|
+
</ui-view>
|
|
3640
|
+
</th>
|
|
3641
|
+
<th>
|
|
3642
|
+
<ui-view
|
|
3643
|
+
class="view forceRow column"
|
|
3644
|
+
>
|
|
3645
|
+
Email
|
|
3646
|
+
<ui-view
|
|
3647
|
+
class="view row icons"
|
|
3648
|
+
>
|
|
3649
|
+
<ui-icon
|
|
3650
|
+
class="icon headline-3 icon disabled"
|
|
3651
|
+
>
|
|
3652
|
+
<svg
|
|
3653
|
+
fill="currentColor"
|
|
3654
|
+
height="1em"
|
|
3655
|
+
stroke="currentColor"
|
|
3656
|
+
stroke-width="0"
|
|
3657
|
+
viewBox="0 0 24 24"
|
|
3658
|
+
width="1em"
|
|
3659
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3660
|
+
>
|
|
3661
|
+
<path
|
|
3662
|
+
d="M0 0h24v24H0V0z"
|
|
3663
|
+
fill="none"
|
|
3664
|
+
/>
|
|
3665
|
+
<path
|
|
3666
|
+
d="m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
3667
|
+
/>
|
|
3668
|
+
</svg>
|
|
3669
|
+
</ui-icon>
|
|
3670
|
+
</ui-view>
|
|
3671
|
+
</ui-view>
|
|
3672
|
+
</th>
|
|
3673
|
+
<th>
|
|
3674
|
+
<ui-view
|
|
3675
|
+
class="view forceRow column"
|
|
3676
|
+
>
|
|
3677
|
+
Year
|
|
3678
|
+
<ui-view
|
|
3679
|
+
class="view row icons"
|
|
3680
|
+
>
|
|
3681
|
+
<ui-icon
|
|
3682
|
+
class="icon headline-3 icon disabled"
|
|
3683
|
+
>
|
|
3684
|
+
<svg
|
|
3685
|
+
fill="currentColor"
|
|
3686
|
+
height="1em"
|
|
3687
|
+
stroke="currentColor"
|
|
3688
|
+
stroke-width="0"
|
|
3689
|
+
viewBox="0 0 24 24"
|
|
3690
|
+
width="1em"
|
|
3691
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3692
|
+
>
|
|
3693
|
+
<path
|
|
3694
|
+
d="M0 0h24v24H0V0z"
|
|
3695
|
+
fill="none"
|
|
3696
|
+
/>
|
|
3697
|
+
<path
|
|
3698
|
+
d="m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
3699
|
+
/>
|
|
3700
|
+
</svg>
|
|
3701
|
+
</ui-icon>
|
|
3702
|
+
</ui-view>
|
|
3703
|
+
</ui-view>
|
|
3704
|
+
</th>
|
|
3705
|
+
<th>
|
|
3706
|
+
<ui-view
|
|
3707
|
+
class="view forceRow column"
|
|
3708
|
+
>
|
|
3709
|
+
<ui-tooltip
|
|
3710
|
+
class="container"
|
|
3711
|
+
>
|
|
3712
|
+
<ui-primitive
|
|
3713
|
+
class="dispatcher tooltip"
|
|
3714
|
+
>
|
|
3715
|
+
Twitter
|
|
3716
|
+
</ui-primitive>
|
|
3717
|
+
</ui-tooltip>
|
|
3718
|
+
<ui-view
|
|
3719
|
+
class="view row icons"
|
|
3720
|
+
>
|
|
3721
|
+
<ui-icon
|
|
3722
|
+
class="icon headline-3 icon disabled"
|
|
3723
|
+
>
|
|
3724
|
+
<svg
|
|
3725
|
+
fill="currentColor"
|
|
3726
|
+
height="1em"
|
|
3727
|
+
stroke="currentColor"
|
|
3728
|
+
stroke-width="0"
|
|
3729
|
+
viewBox="0 0 24 24"
|
|
3730
|
+
width="1em"
|
|
3731
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3732
|
+
>
|
|
3733
|
+
<path
|
|
3734
|
+
d="M0 0h24v24H0V0z"
|
|
3735
|
+
fill="none"
|
|
3736
|
+
/>
|
|
3737
|
+
<path
|
|
3738
|
+
d="m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
3739
|
+
/>
|
|
3740
|
+
</svg>
|
|
3741
|
+
</ui-icon>
|
|
3742
|
+
</ui-view>
|
|
3743
|
+
</ui-view>
|
|
3744
|
+
</th>
|
|
3745
|
+
<th>
|
|
3746
|
+
<ui-view
|
|
3747
|
+
class="view forceRow column"
|
|
3748
|
+
>
|
|
3749
|
+
Action
|
|
3750
|
+
<ui-view
|
|
3751
|
+
class="view row icons"
|
|
3752
|
+
>
|
|
3753
|
+
<ui-icon
|
|
3754
|
+
class="icon headline-3 icon disabled"
|
|
3755
|
+
>
|
|
3756
|
+
<svg
|
|
3757
|
+
fill="currentColor"
|
|
3758
|
+
height="1em"
|
|
3759
|
+
stroke="currentColor"
|
|
3760
|
+
stroke-width="0"
|
|
3761
|
+
viewBox="0 0 24 24"
|
|
3762
|
+
width="1em"
|
|
3763
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3764
|
+
>
|
|
3765
|
+
<path
|
|
3766
|
+
d="M0 0h24v24H0V0z"
|
|
3767
|
+
fill="none"
|
|
3768
|
+
/>
|
|
3769
|
+
<path
|
|
3770
|
+
d="m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
3771
|
+
/>
|
|
3772
|
+
</svg>
|
|
3773
|
+
</ui-icon>
|
|
3774
|
+
</ui-view>
|
|
3775
|
+
</ui-view>
|
|
3776
|
+
</th>
|
|
3777
|
+
</tr>
|
|
3778
|
+
</thead>
|
|
3779
|
+
<tbody>
|
|
3780
|
+
<tr
|
|
3781
|
+
class="emptyRow"
|
|
3782
|
+
>
|
|
3783
|
+
<td
|
|
3784
|
+
class="emptyCell"
|
|
3785
|
+
colspan="5"
|
|
3786
|
+
>
|
|
3787
|
+
No results Found
|
|
3788
|
+
</td>
|
|
3789
|
+
</tr>
|
|
3790
|
+
</tbody>
|
|
3791
|
+
</table>
|
|
3792
|
+
</ui-table-container>
|
|
3793
|
+
</DocumentFragment>
|
|
3794
|
+
`;
|
|
3795
|
+
|
|
3599
3796
|
exports[`component:<Table> prop:showTotals 1`] = `
|
|
3600
3797
|
<DocumentFragment>
|
|
3601
3798
|
<ui-table-container
|