@mirai/core 0.3.362 → 0.3.364
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/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +24 -24
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +30 -30
- package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +9 -9
- package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +17 -17
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +30 -24
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +8 -8
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +6 -6
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +95 -70
- package/build/components/Finder/Finder.compact.js +1 -1
- package/build/components/Finder/Finder.compact.js.map +1 -1
- package/build/components/Finder/Finder.js +1 -0
- package/build/components/Finder/Finder.js.map +1 -1
- package/build/components/Finder/Finder.module.css +21 -10
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +294 -210
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +18 -18
- package/build/components/Rates/Rates.js +3 -3
- package/build/components/Rates/Rates.js.map +1 -1
- package/build/components/Rates/components/Filters/Filters.module.css +4 -0
- package/build/components/Rates/components/ModalExtras/ModalExtras.js +0 -1
- package/build/components/Rates/components/ModalExtras/ModalExtras.js.map +1 -1
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +33 -33
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +9 -6
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +10 -10
- package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +8 -8
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +6 -6
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +17 -17
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +9 -9
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +3 -2
- package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +32 -32
- package/build/components/__shared__/FieldOccupation/FieldOccupation.js +3 -0
- package/build/components/__shared__/FieldOccupation/FieldOccupation.js.map +1 -1
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +150 -96
- package/build/components/__shared__/Occupation/Occupation.Group.js +4 -2
- package/build/components/__shared__/Occupation/Occupation.Group.js.map +1 -1
- package/build/components/__shared__/Occupation/Occupation.js +2 -1
- package/build/components/__shared__/Occupation/Occupation.js.map +1 -1
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +258 -168
- package/build/theme.css +2 -0
- package/package.json +1 -1
|
@@ -13,7 +13,7 @@ exports[`component:<Deals> inherit:className 1`] = `
|
|
|
13
13
|
>
|
|
14
14
|
finder.label.select_dates_persons
|
|
15
15
|
</ui-text>
|
|
16
|
-
<button
|
|
16
|
+
<ui-button
|
|
17
17
|
class="pressable button transparent"
|
|
18
18
|
tabindex="0"
|
|
19
19
|
>
|
|
@@ -39,7 +39,7 @@ exports[`component:<Deals> inherit:className 1`] = `
|
|
|
39
39
|
</svg>
|
|
40
40
|
</ui-icon>
|
|
41
41
|
finder.action.clear
|
|
42
|
-
</button>
|
|
42
|
+
</ui-button>
|
|
43
43
|
</ui-view>
|
|
44
44
|
<ui-calendar
|
|
45
45
|
class="view calendar"
|
|
@@ -809,7 +809,7 @@ exports[`component:<Deals> inherit:className 1`] = `
|
|
|
809
809
|
>
|
|
810
810
|
septiembre 2022
|
|
811
811
|
</ui-text>
|
|
812
|
-
<button
|
|
812
|
+
<ui-button
|
|
813
813
|
class="pressable button small squared transparent"
|
|
814
814
|
tabindex="0"
|
|
815
815
|
>
|
|
@@ -834,7 +834,7 @@ exports[`component:<Deals> inherit:className 1`] = `
|
|
|
834
834
|
/>
|
|
835
835
|
</svg>
|
|
836
836
|
</ui-icon>
|
|
837
|
-
</button>
|
|
837
|
+
</ui-button>
|
|
838
838
|
</ui-view>
|
|
839
839
|
<ui-calendar-weekdays
|
|
840
840
|
class="view forceRow weekdays"
|
|
@@ -1666,6 +1666,7 @@ exports[`component:<Deals> inherit:className 1`] = `
|
|
|
1666
1666
|
</ui-view>
|
|
1667
1667
|
<ui-input-number
|
|
1668
1668
|
class="view row inputNumber"
|
|
1669
|
+
data-testid="group-0"
|
|
1669
1670
|
>
|
|
1670
1671
|
<ui-view
|
|
1671
1672
|
class="view texts"
|
|
@@ -1681,8 +1682,9 @@ exports[`component:<Deals> inherit:className 1`] = `
|
|
|
1681
1682
|
common.label.age_from
|
|
1682
1683
|
</ui-text>
|
|
1683
1684
|
</ui-view>
|
|
1684
|
-
<button
|
|
1685
|
+
<ui-button
|
|
1685
1686
|
class="pressable button small squared secondary"
|
|
1687
|
+
data-testid="group-0-button-min"
|
|
1686
1688
|
tabindex="0"
|
|
1687
1689
|
>
|
|
1688
1690
|
<ui-icon
|
|
@@ -1706,14 +1708,15 @@ exports[`component:<Deals> inherit:className 1`] = `
|
|
|
1706
1708
|
/>
|
|
1707
1709
|
</svg>
|
|
1708
1710
|
</ui-icon>
|
|
1709
|
-
</button>
|
|
1711
|
+
</ui-button>
|
|
1710
1712
|
<ui-text
|
|
1711
1713
|
class="text paragraph value"
|
|
1712
1714
|
>
|
|
1713
1715
|
2
|
|
1714
1716
|
</ui-text>
|
|
1715
|
-
<button
|
|
1717
|
+
<ui-button
|
|
1716
1718
|
class="pressable button small squared secondary"
|
|
1719
|
+
data-testid="group-0-button-max"
|
|
1717
1720
|
tabindex="0"
|
|
1718
1721
|
>
|
|
1719
1722
|
<ui-icon
|
|
@@ -1737,10 +1740,11 @@ exports[`component:<Deals> inherit:className 1`] = `
|
|
|
1737
1740
|
/>
|
|
1738
1741
|
</svg>
|
|
1739
1742
|
</ui-icon>
|
|
1740
|
-
</button>
|
|
1743
|
+
</ui-button>
|
|
1741
1744
|
</ui-input-number>
|
|
1742
1745
|
<ui-input-number
|
|
1743
1746
|
class="view row inputNumber"
|
|
1747
|
+
data-testid="group-1"
|
|
1744
1748
|
>
|
|
1745
1749
|
<ui-view
|
|
1746
1750
|
class="view texts"
|
|
@@ -1762,9 +1766,10 @@ exports[`component:<Deals> inherit:className 1`] = `
|
|
|
1762
1766
|
to
|
|
1763
1767
|
</ui-text>
|
|
1764
1768
|
</ui-view>
|
|
1765
|
-
<button
|
|
1769
|
+
<ui-button
|
|
1766
1770
|
class="pressable disabled button small squared disabled"
|
|
1767
|
-
|
|
1771
|
+
data-testid="group-1-button-min"
|
|
1772
|
+
disabled="true"
|
|
1768
1773
|
>
|
|
1769
1774
|
<ui-icon
|
|
1770
1775
|
class="icon headline-3"
|
|
@@ -1787,14 +1792,15 @@ exports[`component:<Deals> inherit:className 1`] = `
|
|
|
1787
1792
|
/>
|
|
1788
1793
|
</svg>
|
|
1789
1794
|
</ui-icon>
|
|
1790
|
-
</button>
|
|
1795
|
+
</ui-button>
|
|
1791
1796
|
<ui-text
|
|
1792
1797
|
class="text paragraph value"
|
|
1793
1798
|
>
|
|
1794
1799
|
0
|
|
1795
1800
|
</ui-text>
|
|
1796
|
-
<button
|
|
1801
|
+
<ui-button
|
|
1797
1802
|
class="pressable button small squared secondary"
|
|
1803
|
+
data-testid="group-1-button-max"
|
|
1798
1804
|
tabindex="0"
|
|
1799
1805
|
>
|
|
1800
1806
|
<ui-icon
|
|
@@ -1818,19 +1824,19 @@ exports[`component:<Deals> inherit:className 1`] = `
|
|
|
1818
1824
|
/>
|
|
1819
1825
|
</svg>
|
|
1820
1826
|
</ui-icon>
|
|
1821
|
-
</button>
|
|
1827
|
+
</ui-button>
|
|
1822
1828
|
</ui-input-number>
|
|
1823
1829
|
</ui-view>
|
|
1824
1830
|
</ui-scrollview>
|
|
1825
1831
|
<ui-view
|
|
1826
1832
|
class="view row"
|
|
1827
1833
|
>
|
|
1828
|
-
<button
|
|
1834
|
+
<ui-button
|
|
1829
1835
|
class="pressable button secondary"
|
|
1830
1836
|
tabindex="0"
|
|
1831
1837
|
>
|
|
1832
1838
|
finder.action.add_place_type.room
|
|
1833
|
-
</button>
|
|
1839
|
+
</ui-button>
|
|
1834
1840
|
</ui-view>
|
|
1835
1841
|
</ui-view>
|
|
1836
1842
|
</ui-layer-content>
|
|
@@ -1909,9 +1915,9 @@ exports[`component:<Deals> inherit:className 1`] = `
|
|
|
1909
1915
|
<ui-view
|
|
1910
1916
|
class="view"
|
|
1911
1917
|
/>
|
|
1912
|
-
<button
|
|
1918
|
+
<ui-button
|
|
1913
1919
|
class="pressable disabled button large disabled"
|
|
1914
|
-
disabled=""
|
|
1920
|
+
disabled="true"
|
|
1915
1921
|
>
|
|
1916
1922
|
<ui-view
|
|
1917
1923
|
class="view busyContainer"
|
|
@@ -1925,7 +1931,7 @@ exports[`component:<Deals> inherit:className 1`] = `
|
|
|
1925
1931
|
>
|
|
1926
1932
|
common.action.search
|
|
1927
1933
|
</ui-view>
|
|
1928
|
-
</button>
|
|
1934
|
+
</ui-button>
|
|
1929
1935
|
</ui-view>
|
|
1930
1936
|
</ui-view>
|
|
1931
1937
|
</DocumentFragment>
|
|
@@ -1944,7 +1950,7 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
1944
1950
|
>
|
|
1945
1951
|
finder.label.select_dates_persons
|
|
1946
1952
|
</ui-text>
|
|
1947
|
-
<button
|
|
1953
|
+
<ui-button
|
|
1948
1954
|
class="pressable button transparent"
|
|
1949
1955
|
tabindex="0"
|
|
1950
1956
|
>
|
|
@@ -1970,7 +1976,7 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
1970
1976
|
</svg>
|
|
1971
1977
|
</ui-icon>
|
|
1972
1978
|
finder.action.clear
|
|
1973
|
-
</button>
|
|
1979
|
+
</ui-button>
|
|
1974
1980
|
</ui-view>
|
|
1975
1981
|
<ui-calendar
|
|
1976
1982
|
class="view calendar"
|
|
@@ -2762,7 +2768,7 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
2762
2768
|
>
|
|
2763
2769
|
septiembre 2022
|
|
2764
2770
|
</ui-text>
|
|
2765
|
-
<button
|
|
2771
|
+
<ui-button
|
|
2766
2772
|
class="pressable button small squared transparent"
|
|
2767
2773
|
tabindex="0"
|
|
2768
2774
|
>
|
|
@@ -2787,7 +2793,7 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
2787
2793
|
/>
|
|
2788
2794
|
</svg>
|
|
2789
2795
|
</ui-icon>
|
|
2790
|
-
</button>
|
|
2796
|
+
</ui-button>
|
|
2791
2797
|
</ui-view>
|
|
2792
2798
|
<ui-calendar-weekdays
|
|
2793
2799
|
class="view forceRow weekdays"
|
|
@@ -3666,6 +3672,7 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
3666
3672
|
</ui-view>
|
|
3667
3673
|
<ui-input-number
|
|
3668
3674
|
class="view row inputNumber"
|
|
3675
|
+
data-testid="group-0"
|
|
3669
3676
|
>
|
|
3670
3677
|
<ui-view
|
|
3671
3678
|
class="view texts"
|
|
@@ -3681,8 +3688,9 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
3681
3688
|
common.label.age_from
|
|
3682
3689
|
</ui-text>
|
|
3683
3690
|
</ui-view>
|
|
3684
|
-
<button
|
|
3691
|
+
<ui-button
|
|
3685
3692
|
class="pressable button small squared secondary"
|
|
3693
|
+
data-testid="group-0-button-min"
|
|
3686
3694
|
tabindex="0"
|
|
3687
3695
|
>
|
|
3688
3696
|
<ui-icon
|
|
@@ -3706,14 +3714,15 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
3706
3714
|
/>
|
|
3707
3715
|
</svg>
|
|
3708
3716
|
</ui-icon>
|
|
3709
|
-
</button>
|
|
3717
|
+
</ui-button>
|
|
3710
3718
|
<ui-text
|
|
3711
3719
|
class="text paragraph value"
|
|
3712
3720
|
>
|
|
3713
3721
|
2
|
|
3714
3722
|
</ui-text>
|
|
3715
|
-
<button
|
|
3723
|
+
<ui-button
|
|
3716
3724
|
class="pressable button small squared secondary"
|
|
3725
|
+
data-testid="group-0-button-max"
|
|
3717
3726
|
tabindex="0"
|
|
3718
3727
|
>
|
|
3719
3728
|
<ui-icon
|
|
@@ -3737,10 +3746,11 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
3737
3746
|
/>
|
|
3738
3747
|
</svg>
|
|
3739
3748
|
</ui-icon>
|
|
3740
|
-
</button>
|
|
3749
|
+
</ui-button>
|
|
3741
3750
|
</ui-input-number>
|
|
3742
3751
|
<ui-input-number
|
|
3743
3752
|
class="view row inputNumber"
|
|
3753
|
+
data-testid="group-1"
|
|
3744
3754
|
>
|
|
3745
3755
|
<ui-view
|
|
3746
3756
|
class="view texts"
|
|
@@ -3762,8 +3772,9 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
3762
3772
|
to
|
|
3763
3773
|
</ui-text>
|
|
3764
3774
|
</ui-view>
|
|
3765
|
-
<button
|
|
3775
|
+
<ui-button
|
|
3766
3776
|
class="pressable button small squared secondary"
|
|
3777
|
+
data-testid="group-1-button-min"
|
|
3767
3778
|
tabindex="0"
|
|
3768
3779
|
>
|
|
3769
3780
|
<ui-icon
|
|
@@ -3787,14 +3798,15 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
3787
3798
|
/>
|
|
3788
3799
|
</svg>
|
|
3789
3800
|
</ui-icon>
|
|
3790
|
-
</button>
|
|
3801
|
+
</ui-button>
|
|
3791
3802
|
<ui-text
|
|
3792
3803
|
class="text paragraph value"
|
|
3793
3804
|
>
|
|
3794
3805
|
1
|
|
3795
3806
|
</ui-text>
|
|
3796
|
-
<button
|
|
3807
|
+
<ui-button
|
|
3797
3808
|
class="pressable button small squared secondary"
|
|
3809
|
+
data-testid="group-1-button-max"
|
|
3798
3810
|
tabindex="0"
|
|
3799
3811
|
>
|
|
3800
3812
|
<ui-icon
|
|
@@ -3818,7 +3830,7 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
3818
3830
|
/>
|
|
3819
3831
|
</svg>
|
|
3820
3832
|
</ui-icon>
|
|
3821
|
-
</button>
|
|
3833
|
+
</ui-button>
|
|
3822
3834
|
</ui-input-number>
|
|
3823
3835
|
<ui-view
|
|
3824
3836
|
class="view"
|
|
@@ -3972,12 +3984,12 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
3972
3984
|
<ui-view
|
|
3973
3985
|
class="view row"
|
|
3974
3986
|
>
|
|
3975
|
-
<button
|
|
3987
|
+
<ui-button
|
|
3976
3988
|
class="pressable button secondary"
|
|
3977
3989
|
tabindex="0"
|
|
3978
3990
|
>
|
|
3979
3991
|
finder.action.add_place_type.room
|
|
3980
|
-
</button>
|
|
3992
|
+
</ui-button>
|
|
3981
3993
|
</ui-view>
|
|
3982
3994
|
</ui-view>
|
|
3983
3995
|
</ui-layer-content>
|
|
@@ -4056,8 +4068,9 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
4056
4068
|
<ui-view
|
|
4057
4069
|
class="view"
|
|
4058
4070
|
/>
|
|
4059
|
-
<button
|
|
4071
|
+
<ui-button
|
|
4060
4072
|
class="pressable button large"
|
|
4073
|
+
disabled="false"
|
|
4061
4074
|
tabindex="0"
|
|
4062
4075
|
>
|
|
4063
4076
|
<ui-view
|
|
@@ -4072,7 +4085,7 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
4072
4085
|
>
|
|
4073
4086
|
common.action.search
|
|
4074
4087
|
</ui-view>
|
|
4075
|
-
</button>
|
|
4088
|
+
</ui-button>
|
|
4076
4089
|
</ui-view>
|
|
4077
4090
|
</ui-view>
|
|
4078
4091
|
</DocumentFragment>
|
|
@@ -4091,7 +4104,7 @@ exports[`component:<Deals> renders 1`] = `
|
|
|
4091
4104
|
>
|
|
4092
4105
|
finder.label.select_dates_persons
|
|
4093
4106
|
</ui-text>
|
|
4094
|
-
<button
|
|
4107
|
+
<ui-button
|
|
4095
4108
|
class="pressable button transparent"
|
|
4096
4109
|
tabindex="0"
|
|
4097
4110
|
>
|
|
@@ -4117,7 +4130,7 @@ exports[`component:<Deals> renders 1`] = `
|
|
|
4117
4130
|
</svg>
|
|
4118
4131
|
</ui-icon>
|
|
4119
4132
|
finder.action.clear
|
|
4120
|
-
</button>
|
|
4133
|
+
</ui-button>
|
|
4121
4134
|
</ui-view>
|
|
4122
4135
|
<ui-calendar
|
|
4123
4136
|
class="view calendar"
|
|
@@ -4887,7 +4900,7 @@ exports[`component:<Deals> renders 1`] = `
|
|
|
4887
4900
|
>
|
|
4888
4901
|
septiembre 2022
|
|
4889
4902
|
</ui-text>
|
|
4890
|
-
<button
|
|
4903
|
+
<ui-button
|
|
4891
4904
|
class="pressable button small squared transparent"
|
|
4892
4905
|
tabindex="0"
|
|
4893
4906
|
>
|
|
@@ -4912,7 +4925,7 @@ exports[`component:<Deals> renders 1`] = `
|
|
|
4912
4925
|
/>
|
|
4913
4926
|
</svg>
|
|
4914
4927
|
</ui-icon>
|
|
4915
|
-
</button>
|
|
4928
|
+
</ui-button>
|
|
4916
4929
|
</ui-view>
|
|
4917
4930
|
<ui-calendar-weekdays
|
|
4918
4931
|
class="view forceRow weekdays"
|
|
@@ -5744,6 +5757,7 @@ exports[`component:<Deals> renders 1`] = `
|
|
|
5744
5757
|
</ui-view>
|
|
5745
5758
|
<ui-input-number
|
|
5746
5759
|
class="view row inputNumber"
|
|
5760
|
+
data-testid="group-0"
|
|
5747
5761
|
>
|
|
5748
5762
|
<ui-view
|
|
5749
5763
|
class="view texts"
|
|
@@ -5759,8 +5773,9 @@ exports[`component:<Deals> renders 1`] = `
|
|
|
5759
5773
|
common.label.age_from
|
|
5760
5774
|
</ui-text>
|
|
5761
5775
|
</ui-view>
|
|
5762
|
-
<button
|
|
5776
|
+
<ui-button
|
|
5763
5777
|
class="pressable button small squared secondary"
|
|
5778
|
+
data-testid="group-0-button-min"
|
|
5764
5779
|
tabindex="0"
|
|
5765
5780
|
>
|
|
5766
5781
|
<ui-icon
|
|
@@ -5784,14 +5799,15 @@ exports[`component:<Deals> renders 1`] = `
|
|
|
5784
5799
|
/>
|
|
5785
5800
|
</svg>
|
|
5786
5801
|
</ui-icon>
|
|
5787
|
-
</button>
|
|
5802
|
+
</ui-button>
|
|
5788
5803
|
<ui-text
|
|
5789
5804
|
class="text paragraph value"
|
|
5790
5805
|
>
|
|
5791
5806
|
2
|
|
5792
5807
|
</ui-text>
|
|
5793
|
-
<button
|
|
5808
|
+
<ui-button
|
|
5794
5809
|
class="pressable button small squared secondary"
|
|
5810
|
+
data-testid="group-0-button-max"
|
|
5795
5811
|
tabindex="0"
|
|
5796
5812
|
>
|
|
5797
5813
|
<ui-icon
|
|
@@ -5815,10 +5831,11 @@ exports[`component:<Deals> renders 1`] = `
|
|
|
5815
5831
|
/>
|
|
5816
5832
|
</svg>
|
|
5817
5833
|
</ui-icon>
|
|
5818
|
-
</button>
|
|
5834
|
+
</ui-button>
|
|
5819
5835
|
</ui-input-number>
|
|
5820
5836
|
<ui-input-number
|
|
5821
5837
|
class="view row inputNumber"
|
|
5838
|
+
data-testid="group-1"
|
|
5822
5839
|
>
|
|
5823
5840
|
<ui-view
|
|
5824
5841
|
class="view texts"
|
|
@@ -5840,9 +5857,10 @@ exports[`component:<Deals> renders 1`] = `
|
|
|
5840
5857
|
to
|
|
5841
5858
|
</ui-text>
|
|
5842
5859
|
</ui-view>
|
|
5843
|
-
<button
|
|
5860
|
+
<ui-button
|
|
5844
5861
|
class="pressable disabled button small squared disabled"
|
|
5845
|
-
|
|
5862
|
+
data-testid="group-1-button-min"
|
|
5863
|
+
disabled="true"
|
|
5846
5864
|
>
|
|
5847
5865
|
<ui-icon
|
|
5848
5866
|
class="icon headline-3"
|
|
@@ -5865,14 +5883,15 @@ exports[`component:<Deals> renders 1`] = `
|
|
|
5865
5883
|
/>
|
|
5866
5884
|
</svg>
|
|
5867
5885
|
</ui-icon>
|
|
5868
|
-
</button>
|
|
5886
|
+
</ui-button>
|
|
5869
5887
|
<ui-text
|
|
5870
5888
|
class="text paragraph value"
|
|
5871
5889
|
>
|
|
5872
5890
|
0
|
|
5873
5891
|
</ui-text>
|
|
5874
|
-
<button
|
|
5892
|
+
<ui-button
|
|
5875
5893
|
class="pressable button small squared secondary"
|
|
5894
|
+
data-testid="group-1-button-max"
|
|
5876
5895
|
tabindex="0"
|
|
5877
5896
|
>
|
|
5878
5897
|
<ui-icon
|
|
@@ -5896,19 +5915,19 @@ exports[`component:<Deals> renders 1`] = `
|
|
|
5896
5915
|
/>
|
|
5897
5916
|
</svg>
|
|
5898
5917
|
</ui-icon>
|
|
5899
|
-
</button>
|
|
5918
|
+
</ui-button>
|
|
5900
5919
|
</ui-input-number>
|
|
5901
5920
|
</ui-view>
|
|
5902
5921
|
</ui-scrollview>
|
|
5903
5922
|
<ui-view
|
|
5904
5923
|
class="view row"
|
|
5905
5924
|
>
|
|
5906
|
-
<button
|
|
5925
|
+
<ui-button
|
|
5907
5926
|
class="pressable button secondary"
|
|
5908
5927
|
tabindex="0"
|
|
5909
5928
|
>
|
|
5910
5929
|
finder.action.add_place_type.room
|
|
5911
|
-
</button>
|
|
5930
|
+
</ui-button>
|
|
5912
5931
|
</ui-view>
|
|
5913
5932
|
</ui-view>
|
|
5914
5933
|
</ui-layer-content>
|
|
@@ -5987,9 +6006,9 @@ exports[`component:<Deals> renders 1`] = `
|
|
|
5987
6006
|
<ui-view
|
|
5988
6007
|
class="view"
|
|
5989
6008
|
/>
|
|
5990
|
-
<button
|
|
6009
|
+
<ui-button
|
|
5991
6010
|
class="pressable disabled button large disabled"
|
|
5992
|
-
disabled=""
|
|
6011
|
+
disabled="true"
|
|
5993
6012
|
>
|
|
5994
6013
|
<ui-view
|
|
5995
6014
|
class="view busyContainer"
|
|
@@ -6003,7 +6022,7 @@ exports[`component:<Deals> renders 1`] = `
|
|
|
6003
6022
|
>
|
|
6004
6023
|
common.action.search
|
|
6005
6024
|
</ui-view>
|
|
6006
|
-
</button>
|
|
6025
|
+
</ui-button>
|
|
6007
6026
|
</ui-view>
|
|
6008
6027
|
</ui-view>
|
|
6009
6028
|
</DocumentFragment>
|
|
@@ -6023,7 +6042,7 @@ exports[`component:<Deals> testID 1`] = `
|
|
|
6023
6042
|
>
|
|
6024
6043
|
finder.label.select_dates_persons
|
|
6025
6044
|
</ui-text>
|
|
6026
|
-
<button
|
|
6045
|
+
<ui-button
|
|
6027
6046
|
class="pressable button transparent"
|
|
6028
6047
|
tabindex="0"
|
|
6029
6048
|
>
|
|
@@ -6049,7 +6068,7 @@ exports[`component:<Deals> testID 1`] = `
|
|
|
6049
6068
|
</svg>
|
|
6050
6069
|
</ui-icon>
|
|
6051
6070
|
finder.action.clear
|
|
6052
|
-
</button>
|
|
6071
|
+
</ui-button>
|
|
6053
6072
|
</ui-view>
|
|
6054
6073
|
<ui-calendar
|
|
6055
6074
|
class="view calendar"
|
|
@@ -6820,7 +6839,7 @@ exports[`component:<Deals> testID 1`] = `
|
|
|
6820
6839
|
>
|
|
6821
6840
|
septiembre 2022
|
|
6822
6841
|
</ui-text>
|
|
6823
|
-
<button
|
|
6842
|
+
<ui-button
|
|
6824
6843
|
class="pressable button small squared transparent"
|
|
6825
6844
|
data-testid="mirai-calendar-next"
|
|
6826
6845
|
tabindex="0"
|
|
@@ -6846,7 +6865,7 @@ exports[`component:<Deals> testID 1`] = `
|
|
|
6846
6865
|
/>
|
|
6847
6866
|
</svg>
|
|
6848
6867
|
</ui-icon>
|
|
6849
|
-
</button>
|
|
6868
|
+
</ui-button>
|
|
6850
6869
|
</ui-view>
|
|
6851
6870
|
<ui-calendar-weekdays
|
|
6852
6871
|
class="view forceRow weekdays"
|
|
@@ -7680,6 +7699,7 @@ exports[`component:<Deals> testID 1`] = `
|
|
|
7680
7699
|
</ui-view>
|
|
7681
7700
|
<ui-input-number
|
|
7682
7701
|
class="view row inputNumber"
|
|
7702
|
+
data-testid="group-0"
|
|
7683
7703
|
>
|
|
7684
7704
|
<ui-view
|
|
7685
7705
|
class="view texts"
|
|
@@ -7695,8 +7715,9 @@ exports[`component:<Deals> testID 1`] = `
|
|
|
7695
7715
|
common.label.age_from
|
|
7696
7716
|
</ui-text>
|
|
7697
7717
|
</ui-view>
|
|
7698
|
-
<button
|
|
7718
|
+
<ui-button
|
|
7699
7719
|
class="pressable button small squared secondary"
|
|
7720
|
+
data-testid="group-0-button-min"
|
|
7700
7721
|
tabindex="0"
|
|
7701
7722
|
>
|
|
7702
7723
|
<ui-icon
|
|
@@ -7720,14 +7741,15 @@ exports[`component:<Deals> testID 1`] = `
|
|
|
7720
7741
|
/>
|
|
7721
7742
|
</svg>
|
|
7722
7743
|
</ui-icon>
|
|
7723
|
-
</button>
|
|
7744
|
+
</ui-button>
|
|
7724
7745
|
<ui-text
|
|
7725
7746
|
class="text paragraph value"
|
|
7726
7747
|
>
|
|
7727
7748
|
2
|
|
7728
7749
|
</ui-text>
|
|
7729
|
-
<button
|
|
7750
|
+
<ui-button
|
|
7730
7751
|
class="pressable button small squared secondary"
|
|
7752
|
+
data-testid="group-0-button-max"
|
|
7731
7753
|
tabindex="0"
|
|
7732
7754
|
>
|
|
7733
7755
|
<ui-icon
|
|
@@ -7751,10 +7773,11 @@ exports[`component:<Deals> testID 1`] = `
|
|
|
7751
7773
|
/>
|
|
7752
7774
|
</svg>
|
|
7753
7775
|
</ui-icon>
|
|
7754
|
-
</button>
|
|
7776
|
+
</ui-button>
|
|
7755
7777
|
</ui-input-number>
|
|
7756
7778
|
<ui-input-number
|
|
7757
7779
|
class="view row inputNumber"
|
|
7780
|
+
data-testid="group-1"
|
|
7758
7781
|
>
|
|
7759
7782
|
<ui-view
|
|
7760
7783
|
class="view texts"
|
|
@@ -7776,9 +7799,10 @@ exports[`component:<Deals> testID 1`] = `
|
|
|
7776
7799
|
to
|
|
7777
7800
|
</ui-text>
|
|
7778
7801
|
</ui-view>
|
|
7779
|
-
<button
|
|
7802
|
+
<ui-button
|
|
7780
7803
|
class="pressable disabled button small squared disabled"
|
|
7781
|
-
|
|
7804
|
+
data-testid="group-1-button-min"
|
|
7805
|
+
disabled="true"
|
|
7782
7806
|
>
|
|
7783
7807
|
<ui-icon
|
|
7784
7808
|
class="icon headline-3"
|
|
@@ -7801,14 +7825,15 @@ exports[`component:<Deals> testID 1`] = `
|
|
|
7801
7825
|
/>
|
|
7802
7826
|
</svg>
|
|
7803
7827
|
</ui-icon>
|
|
7804
|
-
</button>
|
|
7828
|
+
</ui-button>
|
|
7805
7829
|
<ui-text
|
|
7806
7830
|
class="text paragraph value"
|
|
7807
7831
|
>
|
|
7808
7832
|
0
|
|
7809
7833
|
</ui-text>
|
|
7810
|
-
<button
|
|
7834
|
+
<ui-button
|
|
7811
7835
|
class="pressable button small squared secondary"
|
|
7836
|
+
data-testid="group-1-button-max"
|
|
7812
7837
|
tabindex="0"
|
|
7813
7838
|
>
|
|
7814
7839
|
<ui-icon
|
|
@@ -7832,20 +7857,20 @@ exports[`component:<Deals> testID 1`] = `
|
|
|
7832
7857
|
/>
|
|
7833
7858
|
</svg>
|
|
7834
7859
|
</ui-icon>
|
|
7835
|
-
</button>
|
|
7860
|
+
</ui-button>
|
|
7836
7861
|
</ui-input-number>
|
|
7837
7862
|
</ui-view>
|
|
7838
7863
|
</ui-scrollview>
|
|
7839
7864
|
<ui-view
|
|
7840
7865
|
class="view row"
|
|
7841
7866
|
>
|
|
7842
|
-
<button
|
|
7867
|
+
<ui-button
|
|
7843
7868
|
class="pressable button secondary"
|
|
7844
7869
|
data-testid="mirai-occupation-add-room"
|
|
7845
7870
|
tabindex="0"
|
|
7846
7871
|
>
|
|
7847
7872
|
finder.action.add_place_type.room
|
|
7848
|
-
</button>
|
|
7873
|
+
</ui-button>
|
|
7849
7874
|
</ui-view>
|
|
7850
7875
|
</ui-view>
|
|
7851
7876
|
</ui-layer-content>
|
|
@@ -7925,10 +7950,10 @@ exports[`component:<Deals> testID 1`] = `
|
|
|
7925
7950
|
<ui-view
|
|
7926
7951
|
class="view"
|
|
7927
7952
|
/>
|
|
7928
|
-
<button
|
|
7953
|
+
<ui-button
|
|
7929
7954
|
class="pressable disabled button large disabled"
|
|
7930
7955
|
data-testid="mirai-submit"
|
|
7931
|
-
disabled=""
|
|
7956
|
+
disabled="true"
|
|
7932
7957
|
>
|
|
7933
7958
|
<ui-view
|
|
7934
7959
|
class="view busyContainer"
|
|
@@ -7942,7 +7967,7 @@ exports[`component:<Deals> testID 1`] = `
|
|
|
7942
7967
|
>
|
|
7943
7968
|
common.action.search
|
|
7944
7969
|
</ui-view>
|
|
7945
|
-
</button>
|
|
7970
|
+
</ui-button>
|
|
7946
7971
|
</ui-view>
|
|
7947
7972
|
</ui-view>
|
|
7948
7973
|
</DocumentFragment>
|
|
@@ -82,7 +82,7 @@ const Compact = function () {
|
|
|
82
82
|
}), (0, _helpers.getPlaceCaption)(place, places.options))), /*#__PURE__*/_react.default.createElement(_ui.Pressable, {
|
|
83
83
|
onPress: () => onExpand(_Finder.VIEW.CALENDAR),
|
|
84
84
|
className: [style.calendar, style.pressable]
|
|
85
|
-
}, !isMobile || isMobile && !hasPlaces && /*#__PURE__*/_react.default.createElement(_ui.Icon, _extends({}, icon, {
|
|
85
|
+
}, (!isMobile || isMobile && !hasPlaces) && /*#__PURE__*/_react.default.createElement(_ui.Icon, _extends({}, icon, {
|
|
86
86
|
value: _Finder.FIELD.CALENDAR.icon
|
|
87
87
|
})), /*#__PURE__*/_react.default.createElement(_ui.Text, text, "".concat(from ? dateFormat(from, {
|
|
88
88
|
locale,
|