@mirai/core 0.3.47 → 0.3.48
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/Finder/Finder.js +3 -0
- package/build/components/Finder/Finder.js.map +1 -1
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +3478 -208
- package/build/components/Rates/Rates.js +9 -3
- package/build/components/Rates/Rates.js.map +1 -1
- package/build/components/Rates/components/Item/Item.js +14 -1
- package/build/components/Rates/components/Item/Item.js.map +1 -1
- package/build/components/Rates/components/Item/Item.l10n.js +6 -0
- package/build/components/Rates/components/Item/Item.l10n.js.map +1 -1
- package/build/components/Rates/components/Item/Item.module.css +4 -0
- package/build/components/Rates/components/Item/components/Discount/Discount.js +2 -2
- package/build/components/Rates/components/Item/components/Discount/Discount.js.map +1 -1
- package/build/components/Rates/components/Item/components/Discount/Discount.module.css +0 -7
- package/build/services/Rates/get.js +2 -2
- package/build/services/Rates/get.js.map +1 -1
- package/package.json +1 -1
|
@@ -1636,117 +1636,10 @@ exports[`component:<Finder> type:chain inherit:className 1`] = `
|
|
|
1636
1636
|
</DocumentFragment>
|
|
1637
1637
|
`;
|
|
1638
1638
|
|
|
1639
|
-
exports[`component:<Finder> type:chain prop:
|
|
1640
|
-
<DocumentFragment>
|
|
1641
|
-
<div
|
|
1642
|
-
class="view row"
|
|
1643
|
-
>
|
|
1644
|
-
<div
|
|
1645
|
-
class="pressable"
|
|
1646
|
-
>
|
|
1647
|
-
<span
|
|
1648
|
-
class="icon headline-3"
|
|
1649
|
-
>
|
|
1650
|
-
<svg
|
|
1651
|
-
fill="currentColor"
|
|
1652
|
-
height="1em"
|
|
1653
|
-
stroke="currentColor"
|
|
1654
|
-
stroke-width="0"
|
|
1655
|
-
viewBox="0 0 24 24"
|
|
1656
|
-
width="1em"
|
|
1657
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
1658
|
-
>
|
|
1659
|
-
<path
|
|
1660
|
-
d="M0 0h24v24H0V0z"
|
|
1661
|
-
fill="none"
|
|
1662
|
-
/>
|
|
1663
|
-
<path
|
|
1664
|
-
d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z"
|
|
1665
|
-
/>
|
|
1666
|
-
</svg>
|
|
1667
|
-
</span>
|
|
1668
|
-
<span
|
|
1669
|
-
class="text action"
|
|
1670
|
-
>
|
|
1671
|
-
common.label.check
|
|
1672
|
-
<span
|
|
1673
|
-
style="text-decoration: underline;"
|
|
1674
|
-
>
|
|
1675
|
-
in ─ common.label.check
|
|
1676
|
-
</span>
|
|
1677
|
-
out
|
|
1678
|
-
</span>
|
|
1679
|
-
</div>
|
|
1680
|
-
<div
|
|
1681
|
-
class="pressable"
|
|
1682
|
-
>
|
|
1683
|
-
<span
|
|
1684
|
-
class="icon headline-3"
|
|
1685
|
-
>
|
|
1686
|
-
<svg
|
|
1687
|
-
fill="currentColor"
|
|
1688
|
-
height="1em"
|
|
1689
|
-
stroke="currentColor"
|
|
1690
|
-
stroke-width="0"
|
|
1691
|
-
viewBox="0 0 24 24"
|
|
1692
|
-
width="1em"
|
|
1693
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
1694
|
-
>
|
|
1695
|
-
<path
|
|
1696
|
-
d="M0 0h24v24H0z"
|
|
1697
|
-
fill="none"
|
|
1698
|
-
/>
|
|
1699
|
-
<path
|
|
1700
|
-
d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM9 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"
|
|
1701
|
-
/>
|
|
1702
|
-
</svg>
|
|
1703
|
-
</span>
|
|
1704
|
-
<span
|
|
1705
|
-
class="text action"
|
|
1706
|
-
>
|
|
1707
|
-
finder.label.occupation
|
|
1708
|
-
<span
|
|
1709
|
-
style="text-decoration: underline;"
|
|
1710
|
-
>
|
|
1711
|
-
type
|
|
1712
|
-
</span>
|
|
1713
|
-
guest · finder.label.place_type.room
|
|
1714
|
-
</span>
|
|
1715
|
-
</div>
|
|
1716
|
-
<button
|
|
1717
|
-
class="pressable button small squared"
|
|
1718
|
-
>
|
|
1719
|
-
<span
|
|
1720
|
-
class="icon headline-3"
|
|
1721
|
-
>
|
|
1722
|
-
<svg
|
|
1723
|
-
fill="currentColor"
|
|
1724
|
-
height="1em"
|
|
1725
|
-
stroke="currentColor"
|
|
1726
|
-
stroke-width="0"
|
|
1727
|
-
viewBox="0 0 24 24"
|
|
1728
|
-
width="1em"
|
|
1729
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
1730
|
-
>
|
|
1731
|
-
<path
|
|
1732
|
-
d="M0 0h24v24H0V0z"
|
|
1733
|
-
fill="none"
|
|
1734
|
-
/>
|
|
1735
|
-
<path
|
|
1736
|
-
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
1737
|
-
/>
|
|
1738
|
-
</svg>
|
|
1739
|
-
</span>
|
|
1740
|
-
</button>
|
|
1741
|
-
</div>
|
|
1742
|
-
</DocumentFragment>
|
|
1743
|
-
`;
|
|
1744
|
-
|
|
1745
|
-
exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
1639
|
+
exports[`component:<Finder> type:chain prop:assisted 1`] = `
|
|
1746
1640
|
<DocumentFragment>
|
|
1747
1641
|
<div
|
|
1748
1642
|
class="view row"
|
|
1749
|
-
datasource="[object Object]"
|
|
1750
1643
|
>
|
|
1751
1644
|
<span>
|
|
1752
1645
|
<div
|
|
@@ -3378,10 +3271,117 @@ exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
|
3378
3271
|
</DocumentFragment>
|
|
3379
3272
|
`;
|
|
3380
3273
|
|
|
3381
|
-
exports[`component:<Finder> type:chain prop:
|
|
3274
|
+
exports[`component:<Finder> type:chain prop:compact 1`] = `
|
|
3275
|
+
<DocumentFragment>
|
|
3276
|
+
<div
|
|
3277
|
+
class="view row"
|
|
3278
|
+
>
|
|
3279
|
+
<div
|
|
3280
|
+
class="pressable"
|
|
3281
|
+
>
|
|
3282
|
+
<span
|
|
3283
|
+
class="icon headline-3"
|
|
3284
|
+
>
|
|
3285
|
+
<svg
|
|
3286
|
+
fill="currentColor"
|
|
3287
|
+
height="1em"
|
|
3288
|
+
stroke="currentColor"
|
|
3289
|
+
stroke-width="0"
|
|
3290
|
+
viewBox="0 0 24 24"
|
|
3291
|
+
width="1em"
|
|
3292
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3293
|
+
>
|
|
3294
|
+
<path
|
|
3295
|
+
d="M0 0h24v24H0V0z"
|
|
3296
|
+
fill="none"
|
|
3297
|
+
/>
|
|
3298
|
+
<path
|
|
3299
|
+
d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z"
|
|
3300
|
+
/>
|
|
3301
|
+
</svg>
|
|
3302
|
+
</span>
|
|
3303
|
+
<span
|
|
3304
|
+
class="text action"
|
|
3305
|
+
>
|
|
3306
|
+
common.label.check
|
|
3307
|
+
<span
|
|
3308
|
+
style="text-decoration: underline;"
|
|
3309
|
+
>
|
|
3310
|
+
in ─ common.label.check
|
|
3311
|
+
</span>
|
|
3312
|
+
out
|
|
3313
|
+
</span>
|
|
3314
|
+
</div>
|
|
3315
|
+
<div
|
|
3316
|
+
class="pressable"
|
|
3317
|
+
>
|
|
3318
|
+
<span
|
|
3319
|
+
class="icon headline-3"
|
|
3320
|
+
>
|
|
3321
|
+
<svg
|
|
3322
|
+
fill="currentColor"
|
|
3323
|
+
height="1em"
|
|
3324
|
+
stroke="currentColor"
|
|
3325
|
+
stroke-width="0"
|
|
3326
|
+
viewBox="0 0 24 24"
|
|
3327
|
+
width="1em"
|
|
3328
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3329
|
+
>
|
|
3330
|
+
<path
|
|
3331
|
+
d="M0 0h24v24H0z"
|
|
3332
|
+
fill="none"
|
|
3333
|
+
/>
|
|
3334
|
+
<path
|
|
3335
|
+
d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM9 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"
|
|
3336
|
+
/>
|
|
3337
|
+
</svg>
|
|
3338
|
+
</span>
|
|
3339
|
+
<span
|
|
3340
|
+
class="text action"
|
|
3341
|
+
>
|
|
3342
|
+
finder.label.occupation
|
|
3343
|
+
<span
|
|
3344
|
+
style="text-decoration: underline;"
|
|
3345
|
+
>
|
|
3346
|
+
type
|
|
3347
|
+
</span>
|
|
3348
|
+
guest · finder.label.place_type.room
|
|
3349
|
+
</span>
|
|
3350
|
+
</div>
|
|
3351
|
+
<button
|
|
3352
|
+
class="pressable button small squared"
|
|
3353
|
+
>
|
|
3354
|
+
<span
|
|
3355
|
+
class="icon headline-3"
|
|
3356
|
+
>
|
|
3357
|
+
<svg
|
|
3358
|
+
fill="currentColor"
|
|
3359
|
+
height="1em"
|
|
3360
|
+
stroke="currentColor"
|
|
3361
|
+
stroke-width="0"
|
|
3362
|
+
viewBox="0 0 24 24"
|
|
3363
|
+
width="1em"
|
|
3364
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3365
|
+
>
|
|
3366
|
+
<path
|
|
3367
|
+
d="M0 0h24v24H0V0z"
|
|
3368
|
+
fill="none"
|
|
3369
|
+
/>
|
|
3370
|
+
<path
|
|
3371
|
+
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
3372
|
+
/>
|
|
3373
|
+
</svg>
|
|
3374
|
+
</span>
|
|
3375
|
+
</button>
|
|
3376
|
+
</div>
|
|
3377
|
+
</DocumentFragment>
|
|
3378
|
+
`;
|
|
3379
|
+
|
|
3380
|
+
exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
3382
3381
|
<DocumentFragment>
|
|
3383
3382
|
<div
|
|
3384
3383
|
class="view row"
|
|
3384
|
+
datasource="[object Object]"
|
|
3385
3385
|
>
|
|
3386
3386
|
<span>
|
|
3387
3387
|
<div
|
|
@@ -5007,17 +5007,16 @@ exports[`component:<Finder> type:chain prop:text 1`] = `
|
|
|
5007
5007
|
<button
|
|
5008
5008
|
class="pressable button large"
|
|
5009
5009
|
>
|
|
5010
|
-
|
|
5010
|
+
finder.place.cta
|
|
5011
5011
|
</button>
|
|
5012
5012
|
</div>
|
|
5013
5013
|
</DocumentFragment>
|
|
5014
5014
|
`;
|
|
5015
5015
|
|
|
5016
|
-
exports[`component:<Finder> type:chain
|
|
5016
|
+
exports[`component:<Finder> type:chain prop:text 1`] = `
|
|
5017
5017
|
<DocumentFragment>
|
|
5018
5018
|
<div
|
|
5019
5019
|
class="view row"
|
|
5020
|
-
datasource="[object Object]"
|
|
5021
5020
|
>
|
|
5022
5021
|
<span>
|
|
5023
5022
|
<div
|
|
@@ -6643,17 +6642,16 @@ exports[`component:<Finder> type:chain renders 1`] = `
|
|
|
6643
6642
|
<button
|
|
6644
6643
|
class="pressable button large"
|
|
6645
6644
|
>
|
|
6646
|
-
|
|
6645
|
+
Mirai
|
|
6647
6646
|
</button>
|
|
6648
6647
|
</div>
|
|
6649
6648
|
</DocumentFragment>
|
|
6650
6649
|
`;
|
|
6651
6650
|
|
|
6652
|
-
exports[`component:<Finder> type:chain
|
|
6651
|
+
exports[`component:<Finder> type:chain renders 1`] = `
|
|
6653
6652
|
<DocumentFragment>
|
|
6654
6653
|
<div
|
|
6655
6654
|
class="view row"
|
|
6656
|
-
data-testid="mirai"
|
|
6657
6655
|
datasource="[object Object]"
|
|
6658
6656
|
>
|
|
6659
6657
|
<span>
|
|
@@ -6729,7 +6727,6 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
6729
6727
|
>
|
|
6730
6728
|
<div
|
|
6731
6729
|
class="view container"
|
|
6732
|
-
data-testid="mirai-calendar"
|
|
6733
6730
|
>
|
|
6734
6731
|
<div
|
|
6735
6732
|
class="scrollview snap horizontal notIndicator scrollview"
|
|
@@ -6790,12 +6787,12 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
6790
6787
|
>
|
|
6791
6788
|
<div
|
|
6792
6789
|
class="pressable disabled cell"
|
|
6793
|
-
data-testid="
|
|
6790
|
+
data-testid="calendar-31-0"
|
|
6794
6791
|
disabled=""
|
|
6795
6792
|
/>
|
|
6796
6793
|
<div
|
|
6797
6794
|
class="pressable disabled cell"
|
|
6798
|
-
data-testid="
|
|
6795
|
+
data-testid="calendar-31-1"
|
|
6799
6796
|
disabled=""
|
|
6800
6797
|
>
|
|
6801
6798
|
<div
|
|
@@ -6810,7 +6807,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
6810
6807
|
</div>
|
|
6811
6808
|
<div
|
|
6812
6809
|
class="pressable disabled cell"
|
|
6813
|
-
data-testid="
|
|
6810
|
+
data-testid="calendar-31-2"
|
|
6814
6811
|
disabled=""
|
|
6815
6812
|
>
|
|
6816
6813
|
<div
|
|
@@ -6825,7 +6822,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
6825
6822
|
</div>
|
|
6826
6823
|
<div
|
|
6827
6824
|
class="pressable disabled cell"
|
|
6828
|
-
data-testid="
|
|
6825
|
+
data-testid="calendar-31-3"
|
|
6829
6826
|
disabled=""
|
|
6830
6827
|
>
|
|
6831
6828
|
<div
|
|
@@ -6840,7 +6837,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
6840
6837
|
</div>
|
|
6841
6838
|
<div
|
|
6842
6839
|
class="pressable disabled cell"
|
|
6843
|
-
data-testid="
|
|
6840
|
+
data-testid="calendar-31-4"
|
|
6844
6841
|
disabled=""
|
|
6845
6842
|
>
|
|
6846
6843
|
<div
|
|
@@ -6855,7 +6852,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
6855
6852
|
</div>
|
|
6856
6853
|
<div
|
|
6857
6854
|
class="pressable disabled cell"
|
|
6858
|
-
data-testid="
|
|
6855
|
+
data-testid="calendar-31-5"
|
|
6859
6856
|
disabled=""
|
|
6860
6857
|
>
|
|
6861
6858
|
<div
|
|
@@ -6870,7 +6867,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
6870
6867
|
</div>
|
|
6871
6868
|
<div
|
|
6872
6869
|
class="pressable disabled cell"
|
|
6873
|
-
data-testid="
|
|
6870
|
+
data-testid="calendar-31-6"
|
|
6874
6871
|
disabled=""
|
|
6875
6872
|
>
|
|
6876
6873
|
<div
|
|
@@ -6889,7 +6886,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
6889
6886
|
>
|
|
6890
6887
|
<div
|
|
6891
6888
|
class="pressable disabled cell"
|
|
6892
|
-
data-testid="
|
|
6889
|
+
data-testid="calendar-32-0"
|
|
6893
6890
|
disabled=""
|
|
6894
6891
|
>
|
|
6895
6892
|
<div
|
|
@@ -6904,7 +6901,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
6904
6901
|
</div>
|
|
6905
6902
|
<div
|
|
6906
6903
|
class="pressable disabled cell"
|
|
6907
|
-
data-testid="
|
|
6904
|
+
data-testid="calendar-32-1"
|
|
6908
6905
|
disabled=""
|
|
6909
6906
|
>
|
|
6910
6907
|
<div
|
|
@@ -6919,7 +6916,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
6919
6916
|
</div>
|
|
6920
6917
|
<div
|
|
6921
6918
|
class="pressable disabled cell"
|
|
6922
|
-
data-testid="
|
|
6919
|
+
data-testid="calendar-32-2"
|
|
6923
6920
|
disabled=""
|
|
6924
6921
|
>
|
|
6925
6922
|
<div
|
|
@@ -6934,7 +6931,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
6934
6931
|
</div>
|
|
6935
6932
|
<div
|
|
6936
6933
|
class="pressable cell"
|
|
6937
|
-
data-testid="
|
|
6934
|
+
data-testid="calendar-32-3"
|
|
6938
6935
|
tabindex="7-10"
|
|
6939
6936
|
>
|
|
6940
6937
|
<div
|
|
@@ -6949,7 +6946,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
6949
6946
|
</div>
|
|
6950
6947
|
<div
|
|
6951
6948
|
class="pressable cell"
|
|
6952
|
-
data-testid="
|
|
6949
|
+
data-testid="calendar-32-4"
|
|
6953
6950
|
tabindex="7-11"
|
|
6954
6951
|
>
|
|
6955
6952
|
<div
|
|
@@ -6964,7 +6961,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
6964
6961
|
</div>
|
|
6965
6962
|
<div
|
|
6966
6963
|
class="pressable cell"
|
|
6967
|
-
data-testid="
|
|
6964
|
+
data-testid="calendar-32-5"
|
|
6968
6965
|
tabindex="7-12"
|
|
6969
6966
|
>
|
|
6970
6967
|
<div
|
|
@@ -6979,7 +6976,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
6979
6976
|
</div>
|
|
6980
6977
|
<div
|
|
6981
6978
|
class="pressable cell"
|
|
6982
|
-
data-testid="
|
|
6979
|
+
data-testid="calendar-32-6"
|
|
6983
6980
|
tabindex="7-13"
|
|
6984
6981
|
>
|
|
6985
6982
|
<div
|
|
@@ -6998,7 +6995,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
6998
6995
|
>
|
|
6999
6996
|
<div
|
|
7000
6997
|
class="pressable cell"
|
|
7001
|
-
data-testid="
|
|
6998
|
+
data-testid="calendar-33-0"
|
|
7002
6999
|
tabindex="7-14"
|
|
7003
7000
|
>
|
|
7004
7001
|
<div
|
|
@@ -7013,7 +7010,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7013
7010
|
</div>
|
|
7014
7011
|
<div
|
|
7015
7012
|
class="pressable cell"
|
|
7016
|
-
data-testid="
|
|
7013
|
+
data-testid="calendar-33-1"
|
|
7017
7014
|
tabindex="7-15"
|
|
7018
7015
|
>
|
|
7019
7016
|
<div
|
|
@@ -7028,7 +7025,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7028
7025
|
</div>
|
|
7029
7026
|
<div
|
|
7030
7027
|
class="pressable cell"
|
|
7031
|
-
data-testid="
|
|
7028
|
+
data-testid="calendar-33-2"
|
|
7032
7029
|
tabindex="7-16"
|
|
7033
7030
|
>
|
|
7034
7031
|
<div
|
|
@@ -7043,7 +7040,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7043
7040
|
</div>
|
|
7044
7041
|
<div
|
|
7045
7042
|
class="pressable cell"
|
|
7046
|
-
data-testid="
|
|
7043
|
+
data-testid="calendar-33-3"
|
|
7047
7044
|
tabindex="7-17"
|
|
7048
7045
|
>
|
|
7049
7046
|
<div
|
|
@@ -7058,7 +7055,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7058
7055
|
</div>
|
|
7059
7056
|
<div
|
|
7060
7057
|
class="pressable cell"
|
|
7061
|
-
data-testid="
|
|
7058
|
+
data-testid="calendar-33-4"
|
|
7062
7059
|
tabindex="7-18"
|
|
7063
7060
|
>
|
|
7064
7061
|
<div
|
|
@@ -7073,7 +7070,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7073
7070
|
</div>
|
|
7074
7071
|
<div
|
|
7075
7072
|
class="pressable cell"
|
|
7076
|
-
data-testid="
|
|
7073
|
+
data-testid="calendar-33-5"
|
|
7077
7074
|
tabindex="7-19"
|
|
7078
7075
|
>
|
|
7079
7076
|
<div
|
|
@@ -7088,7 +7085,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7088
7085
|
</div>
|
|
7089
7086
|
<div
|
|
7090
7087
|
class="pressable cell"
|
|
7091
|
-
data-testid="
|
|
7088
|
+
data-testid="calendar-33-6"
|
|
7092
7089
|
tabindex="7-20"
|
|
7093
7090
|
>
|
|
7094
7091
|
<div
|
|
@@ -7107,7 +7104,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7107
7104
|
>
|
|
7108
7105
|
<div
|
|
7109
7106
|
class="pressable cell"
|
|
7110
|
-
data-testid="
|
|
7107
|
+
data-testid="calendar-34-0"
|
|
7111
7108
|
tabindex="7-21"
|
|
7112
7109
|
>
|
|
7113
7110
|
<div
|
|
@@ -7122,7 +7119,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7122
7119
|
</div>
|
|
7123
7120
|
<div
|
|
7124
7121
|
class="pressable cell"
|
|
7125
|
-
data-testid="
|
|
7122
|
+
data-testid="calendar-34-1"
|
|
7126
7123
|
tabindex="7-22"
|
|
7127
7124
|
>
|
|
7128
7125
|
<div
|
|
@@ -7137,7 +7134,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7137
7134
|
</div>
|
|
7138
7135
|
<div
|
|
7139
7136
|
class="pressable cell"
|
|
7140
|
-
data-testid="
|
|
7137
|
+
data-testid="calendar-34-2"
|
|
7141
7138
|
tabindex="7-23"
|
|
7142
7139
|
>
|
|
7143
7140
|
<div
|
|
@@ -7152,7 +7149,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7152
7149
|
</div>
|
|
7153
7150
|
<div
|
|
7154
7151
|
class="pressable cell"
|
|
7155
|
-
data-testid="
|
|
7152
|
+
data-testid="calendar-34-3"
|
|
7156
7153
|
tabindex="7-24"
|
|
7157
7154
|
>
|
|
7158
7155
|
<div
|
|
@@ -7167,7 +7164,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7167
7164
|
</div>
|
|
7168
7165
|
<div
|
|
7169
7166
|
class="pressable cell"
|
|
7170
|
-
data-testid="
|
|
7167
|
+
data-testid="calendar-34-4"
|
|
7171
7168
|
tabindex="7-25"
|
|
7172
7169
|
>
|
|
7173
7170
|
<div
|
|
@@ -7182,7 +7179,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7182
7179
|
</div>
|
|
7183
7180
|
<div
|
|
7184
7181
|
class="pressable cell"
|
|
7185
|
-
data-testid="
|
|
7182
|
+
data-testid="calendar-34-5"
|
|
7186
7183
|
tabindex="7-26"
|
|
7187
7184
|
>
|
|
7188
7185
|
<div
|
|
@@ -7197,7 +7194,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7197
7194
|
</div>
|
|
7198
7195
|
<div
|
|
7199
7196
|
class="pressable cell"
|
|
7200
|
-
data-testid="
|
|
7197
|
+
data-testid="calendar-34-6"
|
|
7201
7198
|
tabindex="7-27"
|
|
7202
7199
|
>
|
|
7203
7200
|
<div
|
|
@@ -7216,7 +7213,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7216
7213
|
>
|
|
7217
7214
|
<div
|
|
7218
7215
|
class="pressable cell"
|
|
7219
|
-
data-testid="
|
|
7216
|
+
data-testid="calendar-35-0"
|
|
7220
7217
|
tabindex="7-28"
|
|
7221
7218
|
>
|
|
7222
7219
|
<div
|
|
@@ -7231,7 +7228,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7231
7228
|
</div>
|
|
7232
7229
|
<div
|
|
7233
7230
|
class="pressable cell"
|
|
7234
|
-
data-testid="
|
|
7231
|
+
data-testid="calendar-35-1"
|
|
7235
7232
|
tabindex="7-29"
|
|
7236
7233
|
>
|
|
7237
7234
|
<div
|
|
@@ -7246,7 +7243,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7246
7243
|
</div>
|
|
7247
7244
|
<div
|
|
7248
7245
|
class="pressable cell"
|
|
7249
|
-
data-testid="
|
|
7246
|
+
data-testid="calendar-35-2"
|
|
7250
7247
|
tabindex="7-30"
|
|
7251
7248
|
>
|
|
7252
7249
|
<div
|
|
@@ -7261,7 +7258,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7261
7258
|
</div>
|
|
7262
7259
|
<div
|
|
7263
7260
|
class="pressable cell"
|
|
7264
|
-
data-testid="
|
|
7261
|
+
data-testid="calendar-35-3"
|
|
7265
7262
|
tabindex="7-31"
|
|
7266
7263
|
>
|
|
7267
7264
|
<div
|
|
@@ -7276,17 +7273,17 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7276
7273
|
</div>
|
|
7277
7274
|
<div
|
|
7278
7275
|
class="pressable disabled cell"
|
|
7279
|
-
data-testid="
|
|
7276
|
+
data-testid="calendar-35-4"
|
|
7280
7277
|
disabled=""
|
|
7281
7278
|
/>
|
|
7282
7279
|
<div
|
|
7283
7280
|
class="pressable disabled cell"
|
|
7284
|
-
data-testid="
|
|
7281
|
+
data-testid="calendar-35-5"
|
|
7285
7282
|
disabled=""
|
|
7286
7283
|
/>
|
|
7287
7284
|
<div
|
|
7288
7285
|
class="pressable disabled cell"
|
|
7289
|
-
data-testid="
|
|
7286
|
+
data-testid="calendar-35-6"
|
|
7290
7287
|
disabled=""
|
|
7291
7288
|
/>
|
|
7292
7289
|
</div>
|
|
@@ -7295,37 +7292,37 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7295
7292
|
>
|
|
7296
7293
|
<div
|
|
7297
7294
|
class="pressable disabled cell"
|
|
7298
|
-
data-testid="
|
|
7295
|
+
data-testid="calendar-36-0"
|
|
7299
7296
|
disabled=""
|
|
7300
7297
|
/>
|
|
7301
7298
|
<div
|
|
7302
7299
|
class="pressable disabled cell"
|
|
7303
|
-
data-testid="
|
|
7300
|
+
data-testid="calendar-36-1"
|
|
7304
7301
|
disabled=""
|
|
7305
7302
|
/>
|
|
7306
7303
|
<div
|
|
7307
7304
|
class="pressable disabled cell"
|
|
7308
|
-
data-testid="
|
|
7305
|
+
data-testid="calendar-36-2"
|
|
7309
7306
|
disabled=""
|
|
7310
7307
|
/>
|
|
7311
7308
|
<div
|
|
7312
7309
|
class="pressable disabled cell"
|
|
7313
|
-
data-testid="
|
|
7310
|
+
data-testid="calendar-36-3"
|
|
7314
7311
|
disabled=""
|
|
7315
7312
|
/>
|
|
7316
7313
|
<div
|
|
7317
7314
|
class="pressable disabled cell"
|
|
7318
|
-
data-testid="
|
|
7315
|
+
data-testid="calendar-36-4"
|
|
7319
7316
|
disabled=""
|
|
7320
7317
|
/>
|
|
7321
7318
|
<div
|
|
7322
7319
|
class="pressable disabled cell"
|
|
7323
|
-
data-testid="
|
|
7320
|
+
data-testid="calendar-36-5"
|
|
7324
7321
|
disabled=""
|
|
7325
7322
|
/>
|
|
7326
7323
|
<div
|
|
7327
7324
|
class="pressable disabled cell"
|
|
7328
|
-
data-testid="
|
|
7325
|
+
data-testid="calendar-36-6"
|
|
7329
7326
|
disabled=""
|
|
7330
7327
|
/>
|
|
7331
7328
|
</div>
|
|
@@ -7343,7 +7340,6 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7343
7340
|
</h4>
|
|
7344
7341
|
<div
|
|
7345
7342
|
class="pressable"
|
|
7346
|
-
data-testid="mirai-calendar-next"
|
|
7347
7343
|
>
|
|
7348
7344
|
<span
|
|
7349
7345
|
class="icon headline-3"
|
|
@@ -7412,27 +7408,27 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7412
7408
|
>
|
|
7413
7409
|
<div
|
|
7414
7410
|
class="pressable disabled cell"
|
|
7415
|
-
data-testid="
|
|
7411
|
+
data-testid="calendar-35-0"
|
|
7416
7412
|
disabled=""
|
|
7417
7413
|
/>
|
|
7418
7414
|
<div
|
|
7419
7415
|
class="pressable disabled cell"
|
|
7420
|
-
data-testid="
|
|
7416
|
+
data-testid="calendar-35-1"
|
|
7421
7417
|
disabled=""
|
|
7422
7418
|
/>
|
|
7423
7419
|
<div
|
|
7424
7420
|
class="pressable disabled cell"
|
|
7425
|
-
data-testid="
|
|
7421
|
+
data-testid="calendar-35-2"
|
|
7426
7422
|
disabled=""
|
|
7427
7423
|
/>
|
|
7428
7424
|
<div
|
|
7429
7425
|
class="pressable disabled cell"
|
|
7430
|
-
data-testid="
|
|
7426
|
+
data-testid="calendar-35-3"
|
|
7431
7427
|
disabled=""
|
|
7432
7428
|
/>
|
|
7433
7429
|
<div
|
|
7434
7430
|
class="pressable cell"
|
|
7435
|
-
data-testid="
|
|
7431
|
+
data-testid="calendar-35-4"
|
|
7436
7432
|
tabindex="8-1"
|
|
7437
7433
|
>
|
|
7438
7434
|
<div
|
|
@@ -7447,7 +7443,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7447
7443
|
</div>
|
|
7448
7444
|
<div
|
|
7449
7445
|
class="pressable cell"
|
|
7450
|
-
data-testid="
|
|
7446
|
+
data-testid="calendar-35-5"
|
|
7451
7447
|
tabindex="8-2"
|
|
7452
7448
|
>
|
|
7453
7449
|
<div
|
|
@@ -7462,7 +7458,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7462
7458
|
</div>
|
|
7463
7459
|
<div
|
|
7464
7460
|
class="pressable cell"
|
|
7465
|
-
data-testid="
|
|
7461
|
+
data-testid="calendar-35-6"
|
|
7466
7462
|
tabindex="8-3"
|
|
7467
7463
|
>
|
|
7468
7464
|
<div
|
|
@@ -7481,7 +7477,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7481
7477
|
>
|
|
7482
7478
|
<div
|
|
7483
7479
|
class="pressable cell"
|
|
7484
|
-
data-testid="
|
|
7480
|
+
data-testid="calendar-36-0"
|
|
7485
7481
|
tabindex="8-4"
|
|
7486
7482
|
>
|
|
7487
7483
|
<div
|
|
@@ -7496,7 +7492,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7496
7492
|
</div>
|
|
7497
7493
|
<div
|
|
7498
7494
|
class="pressable cell"
|
|
7499
|
-
data-testid="
|
|
7495
|
+
data-testid="calendar-36-1"
|
|
7500
7496
|
tabindex="8-5"
|
|
7501
7497
|
>
|
|
7502
7498
|
<div
|
|
@@ -7511,7 +7507,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7511
7507
|
</div>
|
|
7512
7508
|
<div
|
|
7513
7509
|
class="pressable cell"
|
|
7514
|
-
data-testid="
|
|
7510
|
+
data-testid="calendar-36-2"
|
|
7515
7511
|
tabindex="8-6"
|
|
7516
7512
|
>
|
|
7517
7513
|
<div
|
|
@@ -7526,7 +7522,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7526
7522
|
</div>
|
|
7527
7523
|
<div
|
|
7528
7524
|
class="pressable cell"
|
|
7529
|
-
data-testid="
|
|
7525
|
+
data-testid="calendar-36-3"
|
|
7530
7526
|
tabindex="8-7"
|
|
7531
7527
|
>
|
|
7532
7528
|
<div
|
|
@@ -7541,7 +7537,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7541
7537
|
</div>
|
|
7542
7538
|
<div
|
|
7543
7539
|
class="pressable cell"
|
|
7544
|
-
data-testid="
|
|
7540
|
+
data-testid="calendar-36-4"
|
|
7545
7541
|
tabindex="8-8"
|
|
7546
7542
|
>
|
|
7547
7543
|
<div
|
|
@@ -7556,7 +7552,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7556
7552
|
</div>
|
|
7557
7553
|
<div
|
|
7558
7554
|
class="pressable cell"
|
|
7559
|
-
data-testid="
|
|
7555
|
+
data-testid="calendar-36-5"
|
|
7560
7556
|
tabindex="8-9"
|
|
7561
7557
|
>
|
|
7562
7558
|
<div
|
|
@@ -7571,7 +7567,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7571
7567
|
</div>
|
|
7572
7568
|
<div
|
|
7573
7569
|
class="pressable cell"
|
|
7574
|
-
data-testid="
|
|
7570
|
+
data-testid="calendar-36-6"
|
|
7575
7571
|
tabindex="8-10"
|
|
7576
7572
|
>
|
|
7577
7573
|
<div
|
|
@@ -7590,7 +7586,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7590
7586
|
>
|
|
7591
7587
|
<div
|
|
7592
7588
|
class="pressable cell"
|
|
7593
|
-
data-testid="
|
|
7589
|
+
data-testid="calendar-37-0"
|
|
7594
7590
|
tabindex="8-11"
|
|
7595
7591
|
>
|
|
7596
7592
|
<div
|
|
@@ -7605,7 +7601,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7605
7601
|
</div>
|
|
7606
7602
|
<div
|
|
7607
7603
|
class="pressable cell"
|
|
7608
|
-
data-testid="
|
|
7604
|
+
data-testid="calendar-37-1"
|
|
7609
7605
|
tabindex="8-12"
|
|
7610
7606
|
>
|
|
7611
7607
|
<div
|
|
@@ -7620,7 +7616,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7620
7616
|
</div>
|
|
7621
7617
|
<div
|
|
7622
7618
|
class="pressable cell"
|
|
7623
|
-
data-testid="
|
|
7619
|
+
data-testid="calendar-37-2"
|
|
7624
7620
|
tabindex="8-13"
|
|
7625
7621
|
>
|
|
7626
7622
|
<div
|
|
@@ -7635,7 +7631,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7635
7631
|
</div>
|
|
7636
7632
|
<div
|
|
7637
7633
|
class="pressable cell"
|
|
7638
|
-
data-testid="
|
|
7634
|
+
data-testid="calendar-37-3"
|
|
7639
7635
|
tabindex="8-14"
|
|
7640
7636
|
>
|
|
7641
7637
|
<div
|
|
@@ -7650,7 +7646,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7650
7646
|
</div>
|
|
7651
7647
|
<div
|
|
7652
7648
|
class="pressable cell"
|
|
7653
|
-
data-testid="
|
|
7649
|
+
data-testid="calendar-37-4"
|
|
7654
7650
|
tabindex="8-15"
|
|
7655
7651
|
>
|
|
7656
7652
|
<div
|
|
@@ -7665,7 +7661,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7665
7661
|
</div>
|
|
7666
7662
|
<div
|
|
7667
7663
|
class="pressable cell"
|
|
7668
|
-
data-testid="
|
|
7664
|
+
data-testid="calendar-37-5"
|
|
7669
7665
|
tabindex="8-16"
|
|
7670
7666
|
>
|
|
7671
7667
|
<div
|
|
@@ -7680,7 +7676,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7680
7676
|
</div>
|
|
7681
7677
|
<div
|
|
7682
7678
|
class="pressable cell"
|
|
7683
|
-
data-testid="
|
|
7679
|
+
data-testid="calendar-37-6"
|
|
7684
7680
|
tabindex="8-17"
|
|
7685
7681
|
>
|
|
7686
7682
|
<div
|
|
@@ -7699,7 +7695,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7699
7695
|
>
|
|
7700
7696
|
<div
|
|
7701
7697
|
class="pressable cell"
|
|
7702
|
-
data-testid="
|
|
7698
|
+
data-testid="calendar-38-0"
|
|
7703
7699
|
tabindex="8-18"
|
|
7704
7700
|
>
|
|
7705
7701
|
<div
|
|
@@ -7714,7 +7710,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7714
7710
|
</div>
|
|
7715
7711
|
<div
|
|
7716
7712
|
class="pressable cell"
|
|
7717
|
-
data-testid="
|
|
7713
|
+
data-testid="calendar-38-1"
|
|
7718
7714
|
tabindex="8-19"
|
|
7719
7715
|
>
|
|
7720
7716
|
<div
|
|
@@ -7729,7 +7725,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7729
7725
|
</div>
|
|
7730
7726
|
<div
|
|
7731
7727
|
class="pressable cell"
|
|
7732
|
-
data-testid="
|
|
7728
|
+
data-testid="calendar-38-2"
|
|
7733
7729
|
tabindex="8-20"
|
|
7734
7730
|
>
|
|
7735
7731
|
<div
|
|
@@ -7744,7 +7740,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7744
7740
|
</div>
|
|
7745
7741
|
<div
|
|
7746
7742
|
class="pressable cell"
|
|
7747
|
-
data-testid="
|
|
7743
|
+
data-testid="calendar-38-3"
|
|
7748
7744
|
tabindex="8-21"
|
|
7749
7745
|
>
|
|
7750
7746
|
<div
|
|
@@ -7759,7 +7755,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7759
7755
|
</div>
|
|
7760
7756
|
<div
|
|
7761
7757
|
class="pressable cell"
|
|
7762
|
-
data-testid="
|
|
7758
|
+
data-testid="calendar-38-4"
|
|
7763
7759
|
tabindex="8-22"
|
|
7764
7760
|
>
|
|
7765
7761
|
<div
|
|
@@ -7774,7 +7770,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7774
7770
|
</div>
|
|
7775
7771
|
<div
|
|
7776
7772
|
class="pressable cell"
|
|
7777
|
-
data-testid="
|
|
7773
|
+
data-testid="calendar-38-5"
|
|
7778
7774
|
tabindex="8-23"
|
|
7779
7775
|
>
|
|
7780
7776
|
<div
|
|
@@ -7789,7 +7785,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7789
7785
|
</div>
|
|
7790
7786
|
<div
|
|
7791
7787
|
class="pressable cell"
|
|
7792
|
-
data-testid="
|
|
7788
|
+
data-testid="calendar-38-6"
|
|
7793
7789
|
tabindex="8-24"
|
|
7794
7790
|
>
|
|
7795
7791
|
<div
|
|
@@ -7808,7 +7804,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7808
7804
|
>
|
|
7809
7805
|
<div
|
|
7810
7806
|
class="pressable cell"
|
|
7811
|
-
data-testid="
|
|
7807
|
+
data-testid="calendar-39-0"
|
|
7812
7808
|
tabindex="8-25"
|
|
7813
7809
|
>
|
|
7814
7810
|
<div
|
|
@@ -7823,7 +7819,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7823
7819
|
</div>
|
|
7824
7820
|
<div
|
|
7825
7821
|
class="pressable cell"
|
|
7826
|
-
data-testid="
|
|
7822
|
+
data-testid="calendar-39-1"
|
|
7827
7823
|
tabindex="8-26"
|
|
7828
7824
|
>
|
|
7829
7825
|
<div
|
|
@@ -7838,7 +7834,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7838
7834
|
</div>
|
|
7839
7835
|
<div
|
|
7840
7836
|
class="pressable cell"
|
|
7841
|
-
data-testid="
|
|
7837
|
+
data-testid="calendar-39-2"
|
|
7842
7838
|
tabindex="8-27"
|
|
7843
7839
|
>
|
|
7844
7840
|
<div
|
|
@@ -7853,7 +7849,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7853
7849
|
</div>
|
|
7854
7850
|
<div
|
|
7855
7851
|
class="pressable cell"
|
|
7856
|
-
data-testid="
|
|
7852
|
+
data-testid="calendar-39-3"
|
|
7857
7853
|
tabindex="8-28"
|
|
7858
7854
|
>
|
|
7859
7855
|
<div
|
|
@@ -7868,7 +7864,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7868
7864
|
</div>
|
|
7869
7865
|
<div
|
|
7870
7866
|
class="pressable cell"
|
|
7871
|
-
data-testid="
|
|
7867
|
+
data-testid="calendar-39-4"
|
|
7872
7868
|
tabindex="8-29"
|
|
7873
7869
|
>
|
|
7874
7870
|
<div
|
|
@@ -7883,7 +7879,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7883
7879
|
</div>
|
|
7884
7880
|
<div
|
|
7885
7881
|
class="pressable cell"
|
|
7886
|
-
data-testid="
|
|
7882
|
+
data-testid="calendar-39-5"
|
|
7887
7883
|
tabindex="8-30"
|
|
7888
7884
|
>
|
|
7889
7885
|
<div
|
|
@@ -7898,7 +7894,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7898
7894
|
</div>
|
|
7899
7895
|
<div
|
|
7900
7896
|
class="pressable disabled cell"
|
|
7901
|
-
data-testid="
|
|
7897
|
+
data-testid="calendar-39-6"
|
|
7902
7898
|
disabled=""
|
|
7903
7899
|
/>
|
|
7904
7900
|
</div>
|
|
@@ -7907,37 +7903,37 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7907
7903
|
>
|
|
7908
7904
|
<div
|
|
7909
7905
|
class="pressable disabled cell"
|
|
7910
|
-
data-testid="
|
|
7906
|
+
data-testid="calendar-40-0"
|
|
7911
7907
|
disabled=""
|
|
7912
7908
|
/>
|
|
7913
7909
|
<div
|
|
7914
7910
|
class="pressable disabled cell"
|
|
7915
|
-
data-testid="
|
|
7911
|
+
data-testid="calendar-40-1"
|
|
7916
7912
|
disabled=""
|
|
7917
7913
|
/>
|
|
7918
7914
|
<div
|
|
7919
7915
|
class="pressable disabled cell"
|
|
7920
|
-
data-testid="
|
|
7916
|
+
data-testid="calendar-40-2"
|
|
7921
7917
|
disabled=""
|
|
7922
7918
|
/>
|
|
7923
7919
|
<div
|
|
7924
7920
|
class="pressable disabled cell"
|
|
7925
|
-
data-testid="
|
|
7921
|
+
data-testid="calendar-40-3"
|
|
7926
7922
|
disabled=""
|
|
7927
7923
|
/>
|
|
7928
7924
|
<div
|
|
7929
7925
|
class="pressable disabled cell"
|
|
7930
|
-
data-testid="
|
|
7926
|
+
data-testid="calendar-40-4"
|
|
7931
7927
|
disabled=""
|
|
7932
7928
|
/>
|
|
7933
7929
|
<div
|
|
7934
7930
|
class="pressable disabled cell"
|
|
7935
|
-
data-testid="
|
|
7931
|
+
data-testid="calendar-40-5"
|
|
7936
7932
|
disabled=""
|
|
7937
7933
|
/>
|
|
7938
7934
|
<div
|
|
7939
7935
|
class="pressable disabled cell"
|
|
7940
|
-
data-testid="
|
|
7936
|
+
data-testid="calendar-40-6"
|
|
7941
7937
|
disabled=""
|
|
7942
7938
|
/>
|
|
7943
7939
|
</div>
|
|
@@ -7976,7 +7972,6 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
7976
7972
|
<span>
|
|
7977
7973
|
<div
|
|
7978
7974
|
class="pressable"
|
|
7979
|
-
data-testid="mirai-occupation-field"
|
|
7980
7975
|
>
|
|
7981
7976
|
<span
|
|
7982
7977
|
class="icon headline-3"
|
|
@@ -8043,7 +8038,6 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
8043
8038
|
>
|
|
8044
8039
|
<div
|
|
8045
8040
|
class="view"
|
|
8046
|
-
data-testid="mirai-occupation"
|
|
8047
8041
|
>
|
|
8048
8042
|
<div
|
|
8049
8043
|
class="scrollview vertical notIndicator"
|
|
@@ -8226,7 +8220,6 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
8226
8220
|
>
|
|
8227
8221
|
<button
|
|
8228
8222
|
class="pressable button secondary"
|
|
8229
|
-
data-testid="mirai-occupation-add-room"
|
|
8230
8223
|
>
|
|
8231
8224
|
finder.action.add_place_type.room
|
|
8232
8225
|
</button>
|
|
@@ -8270,7 +8263,6 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
8270
8263
|
>
|
|
8271
8264
|
<input
|
|
8272
8265
|
class="input"
|
|
8273
|
-
data-testid="mirai-promocode"
|
|
8274
8266
|
name="mirai:finder:promocode"
|
|
8275
8267
|
placeholder="common.label.promo_code"
|
|
8276
8268
|
type="text"
|
|
@@ -8285,7 +8277,6 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
8285
8277
|
/>
|
|
8286
8278
|
<button
|
|
8287
8279
|
class="pressable button large"
|
|
8288
|
-
data-testid="mirai-submit"
|
|
8289
8280
|
>
|
|
8290
8281
|
finder.place.cta
|
|
8291
8282
|
</button>
|
|
@@ -8293,11 +8284,3290 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
8293
8284
|
</DocumentFragment>
|
|
8294
8285
|
`;
|
|
8295
8286
|
|
|
8296
|
-
exports[`component:<Finder> type:
|
|
8287
|
+
exports[`component:<Finder> type:chain testID 1`] = `
|
|
8297
8288
|
<DocumentFragment>
|
|
8298
8289
|
<div
|
|
8299
|
-
class="view row
|
|
8290
|
+
class="view row"
|
|
8291
|
+
data-testid="mirai"
|
|
8300
8292
|
datasource="[object Object]"
|
|
8293
|
+
>
|
|
8294
|
+
<span>
|
|
8295
|
+
<div
|
|
8296
|
+
class="pressable"
|
|
8297
|
+
tabindex="1"
|
|
8298
|
+
>
|
|
8299
|
+
<span
|
|
8300
|
+
class="icon headline-3"
|
|
8301
|
+
>
|
|
8302
|
+
<svg
|
|
8303
|
+
fill="currentColor"
|
|
8304
|
+
height="1em"
|
|
8305
|
+
stroke="currentColor"
|
|
8306
|
+
stroke-width="0"
|
|
8307
|
+
viewBox="0 0 24 24"
|
|
8308
|
+
width="1em"
|
|
8309
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8310
|
+
>
|
|
8311
|
+
<path
|
|
8312
|
+
d="M0 0h24v24H0V0z"
|
|
8313
|
+
fill="none"
|
|
8314
|
+
/>
|
|
8315
|
+
<path
|
|
8316
|
+
d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z"
|
|
8317
|
+
/>
|
|
8318
|
+
</svg>
|
|
8319
|
+
</span>
|
|
8320
|
+
<div
|
|
8321
|
+
class="view"
|
|
8322
|
+
>
|
|
8323
|
+
<span
|
|
8324
|
+
class="text action"
|
|
8325
|
+
>
|
|
8326
|
+
common.label.check
|
|
8327
|
+
<span
|
|
8328
|
+
style="text-decoration: underline;"
|
|
8329
|
+
>
|
|
8330
|
+
in ─ common.label.check
|
|
8331
|
+
</span>
|
|
8332
|
+
out
|
|
8333
|
+
</span>
|
|
8334
|
+
</div>
|
|
8335
|
+
<span
|
|
8336
|
+
class="icon headline-3"
|
|
8337
|
+
>
|
|
8338
|
+
<svg
|
|
8339
|
+
fill="currentColor"
|
|
8340
|
+
height="1em"
|
|
8341
|
+
stroke="currentColor"
|
|
8342
|
+
stroke-width="0"
|
|
8343
|
+
viewBox="0 0 24 24"
|
|
8344
|
+
width="1em"
|
|
8345
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8346
|
+
>
|
|
8347
|
+
<path
|
|
8348
|
+
d="M0 0h24v24H0z"
|
|
8349
|
+
fill="none"
|
|
8350
|
+
/>
|
|
8351
|
+
<path
|
|
8352
|
+
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
8353
|
+
/>
|
|
8354
|
+
</svg>
|
|
8355
|
+
</span>
|
|
8356
|
+
</div>
|
|
8357
|
+
</span>
|
|
8358
|
+
<div
|
|
8359
|
+
class="layer hidden"
|
|
8360
|
+
style="left: 0px; top: 0px;"
|
|
8361
|
+
>
|
|
8362
|
+
<div
|
|
8363
|
+
class="view"
|
|
8364
|
+
>
|
|
8365
|
+
<div
|
|
8366
|
+
class="view container"
|
|
8367
|
+
data-testid="mirai-calendar"
|
|
8368
|
+
>
|
|
8369
|
+
<div
|
|
8370
|
+
class="scrollview snap horizontal notIndicator scrollview"
|
|
8371
|
+
>
|
|
8372
|
+
<div
|
|
8373
|
+
class="view month"
|
|
8374
|
+
>
|
|
8375
|
+
<div
|
|
8376
|
+
class="view forceRow header"
|
|
8377
|
+
>
|
|
8378
|
+
<h4
|
|
8379
|
+
class="text bold headline-4 title"
|
|
8380
|
+
>
|
|
8381
|
+
agosto 2023
|
|
8382
|
+
</h4>
|
|
8383
|
+
</div>
|
|
8384
|
+
<div
|
|
8385
|
+
class="view forceRow weekdays"
|
|
8386
|
+
>
|
|
8387
|
+
<span
|
|
8388
|
+
class="text small cell weekday"
|
|
8389
|
+
>
|
|
8390
|
+
lun
|
|
8391
|
+
</span>
|
|
8392
|
+
<span
|
|
8393
|
+
class="text small cell weekday"
|
|
8394
|
+
>
|
|
8395
|
+
mar
|
|
8396
|
+
</span>
|
|
8397
|
+
<span
|
|
8398
|
+
class="text small cell weekday"
|
|
8399
|
+
>
|
|
8400
|
+
mié
|
|
8401
|
+
</span>
|
|
8402
|
+
<span
|
|
8403
|
+
class="text small cell weekday"
|
|
8404
|
+
>
|
|
8405
|
+
jue
|
|
8406
|
+
</span>
|
|
8407
|
+
<span
|
|
8408
|
+
class="text small cell weekday"
|
|
8409
|
+
>
|
|
8410
|
+
vie
|
|
8411
|
+
</span>
|
|
8412
|
+
<span
|
|
8413
|
+
class="text small cell weekday"
|
|
8414
|
+
>
|
|
8415
|
+
sáb
|
|
8416
|
+
</span>
|
|
8417
|
+
<span
|
|
8418
|
+
class="text small cell weekday"
|
|
8419
|
+
>
|
|
8420
|
+
dom
|
|
8421
|
+
</span>
|
|
8422
|
+
</div>
|
|
8423
|
+
<div
|
|
8424
|
+
class="view forceRow"
|
|
8425
|
+
>
|
|
8426
|
+
<div
|
|
8427
|
+
class="pressable disabled cell"
|
|
8428
|
+
data-testid="mirai-calendar-31-0"
|
|
8429
|
+
disabled=""
|
|
8430
|
+
/>
|
|
8431
|
+
<div
|
|
8432
|
+
class="pressable disabled cell"
|
|
8433
|
+
data-testid="mirai-calendar-31-1"
|
|
8434
|
+
disabled=""
|
|
8435
|
+
>
|
|
8436
|
+
<div
|
|
8437
|
+
class="view day"
|
|
8438
|
+
>
|
|
8439
|
+
<span
|
|
8440
|
+
class="text paragraph textDisabled"
|
|
8441
|
+
>
|
|
8442
|
+
1
|
|
8443
|
+
</span>
|
|
8444
|
+
</div>
|
|
8445
|
+
</div>
|
|
8446
|
+
<div
|
|
8447
|
+
class="pressable disabled cell"
|
|
8448
|
+
data-testid="mirai-calendar-31-2"
|
|
8449
|
+
disabled=""
|
|
8450
|
+
>
|
|
8451
|
+
<div
|
|
8452
|
+
class="view day"
|
|
8453
|
+
>
|
|
8454
|
+
<span
|
|
8455
|
+
class="text paragraph textDisabled"
|
|
8456
|
+
>
|
|
8457
|
+
2
|
|
8458
|
+
</span>
|
|
8459
|
+
</div>
|
|
8460
|
+
</div>
|
|
8461
|
+
<div
|
|
8462
|
+
class="pressable disabled cell"
|
|
8463
|
+
data-testid="mirai-calendar-31-3"
|
|
8464
|
+
disabled=""
|
|
8465
|
+
>
|
|
8466
|
+
<div
|
|
8467
|
+
class="view day"
|
|
8468
|
+
>
|
|
8469
|
+
<span
|
|
8470
|
+
class="text paragraph textDisabled"
|
|
8471
|
+
>
|
|
8472
|
+
3
|
|
8473
|
+
</span>
|
|
8474
|
+
</div>
|
|
8475
|
+
</div>
|
|
8476
|
+
<div
|
|
8477
|
+
class="pressable disabled cell"
|
|
8478
|
+
data-testid="mirai-calendar-31-4"
|
|
8479
|
+
disabled=""
|
|
8480
|
+
>
|
|
8481
|
+
<div
|
|
8482
|
+
class="view day"
|
|
8483
|
+
>
|
|
8484
|
+
<span
|
|
8485
|
+
class="text paragraph textDisabled"
|
|
8486
|
+
>
|
|
8487
|
+
4
|
|
8488
|
+
</span>
|
|
8489
|
+
</div>
|
|
8490
|
+
</div>
|
|
8491
|
+
<div
|
|
8492
|
+
class="pressable disabled cell"
|
|
8493
|
+
data-testid="mirai-calendar-31-5"
|
|
8494
|
+
disabled=""
|
|
8495
|
+
>
|
|
8496
|
+
<div
|
|
8497
|
+
class="view day"
|
|
8498
|
+
>
|
|
8499
|
+
<span
|
|
8500
|
+
class="text paragraph textDisabled"
|
|
8501
|
+
>
|
|
8502
|
+
5
|
|
8503
|
+
</span>
|
|
8504
|
+
</div>
|
|
8505
|
+
</div>
|
|
8506
|
+
<div
|
|
8507
|
+
class="pressable disabled cell"
|
|
8508
|
+
data-testid="mirai-calendar-31-6"
|
|
8509
|
+
disabled=""
|
|
8510
|
+
>
|
|
8511
|
+
<div
|
|
8512
|
+
class="view day"
|
|
8513
|
+
>
|
|
8514
|
+
<span
|
|
8515
|
+
class="text paragraph textDisabled"
|
|
8516
|
+
>
|
|
8517
|
+
6
|
|
8518
|
+
</span>
|
|
8519
|
+
</div>
|
|
8520
|
+
</div>
|
|
8521
|
+
</div>
|
|
8522
|
+
<div
|
|
8523
|
+
class="view forceRow"
|
|
8524
|
+
>
|
|
8525
|
+
<div
|
|
8526
|
+
class="pressable disabled cell"
|
|
8527
|
+
data-testid="mirai-calendar-32-0"
|
|
8528
|
+
disabled=""
|
|
8529
|
+
>
|
|
8530
|
+
<div
|
|
8531
|
+
class="view day"
|
|
8532
|
+
>
|
|
8533
|
+
<span
|
|
8534
|
+
class="text paragraph textDisabled"
|
|
8535
|
+
>
|
|
8536
|
+
7
|
|
8537
|
+
</span>
|
|
8538
|
+
</div>
|
|
8539
|
+
</div>
|
|
8540
|
+
<div
|
|
8541
|
+
class="pressable disabled cell"
|
|
8542
|
+
data-testid="mirai-calendar-32-1"
|
|
8543
|
+
disabled=""
|
|
8544
|
+
>
|
|
8545
|
+
<div
|
|
8546
|
+
class="view day"
|
|
8547
|
+
>
|
|
8548
|
+
<span
|
|
8549
|
+
class="text paragraph textDisabled"
|
|
8550
|
+
>
|
|
8551
|
+
8
|
|
8552
|
+
</span>
|
|
8553
|
+
</div>
|
|
8554
|
+
</div>
|
|
8555
|
+
<div
|
|
8556
|
+
class="pressable disabled cell"
|
|
8557
|
+
data-testid="mirai-calendar-32-2"
|
|
8558
|
+
disabled=""
|
|
8559
|
+
>
|
|
8560
|
+
<div
|
|
8561
|
+
class="view day"
|
|
8562
|
+
>
|
|
8563
|
+
<span
|
|
8564
|
+
class="text paragraph textDisabled"
|
|
8565
|
+
>
|
|
8566
|
+
9
|
|
8567
|
+
</span>
|
|
8568
|
+
</div>
|
|
8569
|
+
</div>
|
|
8570
|
+
<div
|
|
8571
|
+
class="pressable cell"
|
|
8572
|
+
data-testid="mirai-calendar-32-3"
|
|
8573
|
+
tabindex="7-10"
|
|
8574
|
+
>
|
|
8575
|
+
<div
|
|
8576
|
+
class="view day dayTouchable"
|
|
8577
|
+
>
|
|
8578
|
+
<span
|
|
8579
|
+
class="text bold paragraph"
|
|
8580
|
+
>
|
|
8581
|
+
10
|
|
8582
|
+
</span>
|
|
8583
|
+
</div>
|
|
8584
|
+
</div>
|
|
8585
|
+
<div
|
|
8586
|
+
class="pressable cell"
|
|
8587
|
+
data-testid="mirai-calendar-32-4"
|
|
8588
|
+
tabindex="7-11"
|
|
8589
|
+
>
|
|
8590
|
+
<div
|
|
8591
|
+
class="view day dayTouchable"
|
|
8592
|
+
>
|
|
8593
|
+
<span
|
|
8594
|
+
class="text paragraph"
|
|
8595
|
+
>
|
|
8596
|
+
11
|
|
8597
|
+
</span>
|
|
8598
|
+
</div>
|
|
8599
|
+
</div>
|
|
8600
|
+
<div
|
|
8601
|
+
class="pressable cell"
|
|
8602
|
+
data-testid="mirai-calendar-32-5"
|
|
8603
|
+
tabindex="7-12"
|
|
8604
|
+
>
|
|
8605
|
+
<div
|
|
8606
|
+
class="view day dayTouchable"
|
|
8607
|
+
>
|
|
8608
|
+
<span
|
|
8609
|
+
class="text paragraph"
|
|
8610
|
+
>
|
|
8611
|
+
12
|
|
8612
|
+
</span>
|
|
8613
|
+
</div>
|
|
8614
|
+
</div>
|
|
8615
|
+
<div
|
|
8616
|
+
class="pressable cell"
|
|
8617
|
+
data-testid="mirai-calendar-32-6"
|
|
8618
|
+
tabindex="7-13"
|
|
8619
|
+
>
|
|
8620
|
+
<div
|
|
8621
|
+
class="view day dayTouchable"
|
|
8622
|
+
>
|
|
8623
|
+
<span
|
|
8624
|
+
class="text paragraph"
|
|
8625
|
+
>
|
|
8626
|
+
13
|
|
8627
|
+
</span>
|
|
8628
|
+
</div>
|
|
8629
|
+
</div>
|
|
8630
|
+
</div>
|
|
8631
|
+
<div
|
|
8632
|
+
class="view forceRow"
|
|
8633
|
+
>
|
|
8634
|
+
<div
|
|
8635
|
+
class="pressable cell"
|
|
8636
|
+
data-testid="mirai-calendar-33-0"
|
|
8637
|
+
tabindex="7-14"
|
|
8638
|
+
>
|
|
8639
|
+
<div
|
|
8640
|
+
class="view day dayTouchable"
|
|
8641
|
+
>
|
|
8642
|
+
<span
|
|
8643
|
+
class="text paragraph"
|
|
8644
|
+
>
|
|
8645
|
+
14
|
|
8646
|
+
</span>
|
|
8647
|
+
</div>
|
|
8648
|
+
</div>
|
|
8649
|
+
<div
|
|
8650
|
+
class="pressable cell"
|
|
8651
|
+
data-testid="mirai-calendar-33-1"
|
|
8652
|
+
tabindex="7-15"
|
|
8653
|
+
>
|
|
8654
|
+
<div
|
|
8655
|
+
class="view day dayTouchable"
|
|
8656
|
+
>
|
|
8657
|
+
<span
|
|
8658
|
+
class="text paragraph"
|
|
8659
|
+
>
|
|
8660
|
+
15
|
|
8661
|
+
</span>
|
|
8662
|
+
</div>
|
|
8663
|
+
</div>
|
|
8664
|
+
<div
|
|
8665
|
+
class="pressable cell"
|
|
8666
|
+
data-testid="mirai-calendar-33-2"
|
|
8667
|
+
tabindex="7-16"
|
|
8668
|
+
>
|
|
8669
|
+
<div
|
|
8670
|
+
class="view day dayTouchable"
|
|
8671
|
+
>
|
|
8672
|
+
<span
|
|
8673
|
+
class="text paragraph"
|
|
8674
|
+
>
|
|
8675
|
+
16
|
|
8676
|
+
</span>
|
|
8677
|
+
</div>
|
|
8678
|
+
</div>
|
|
8679
|
+
<div
|
|
8680
|
+
class="pressable cell"
|
|
8681
|
+
data-testid="mirai-calendar-33-3"
|
|
8682
|
+
tabindex="7-17"
|
|
8683
|
+
>
|
|
8684
|
+
<div
|
|
8685
|
+
class="view day dayTouchable"
|
|
8686
|
+
>
|
|
8687
|
+
<span
|
|
8688
|
+
class="text paragraph"
|
|
8689
|
+
>
|
|
8690
|
+
17
|
|
8691
|
+
</span>
|
|
8692
|
+
</div>
|
|
8693
|
+
</div>
|
|
8694
|
+
<div
|
|
8695
|
+
class="pressable cell"
|
|
8696
|
+
data-testid="mirai-calendar-33-4"
|
|
8697
|
+
tabindex="7-18"
|
|
8698
|
+
>
|
|
8699
|
+
<div
|
|
8700
|
+
class="view day dayTouchable"
|
|
8701
|
+
>
|
|
8702
|
+
<span
|
|
8703
|
+
class="text paragraph"
|
|
8704
|
+
>
|
|
8705
|
+
18
|
|
8706
|
+
</span>
|
|
8707
|
+
</div>
|
|
8708
|
+
</div>
|
|
8709
|
+
<div
|
|
8710
|
+
class="pressable cell"
|
|
8711
|
+
data-testid="mirai-calendar-33-5"
|
|
8712
|
+
tabindex="7-19"
|
|
8713
|
+
>
|
|
8714
|
+
<div
|
|
8715
|
+
class="view day dayTouchable"
|
|
8716
|
+
>
|
|
8717
|
+
<span
|
|
8718
|
+
class="text paragraph"
|
|
8719
|
+
>
|
|
8720
|
+
19
|
|
8721
|
+
</span>
|
|
8722
|
+
</div>
|
|
8723
|
+
</div>
|
|
8724
|
+
<div
|
|
8725
|
+
class="pressable cell"
|
|
8726
|
+
data-testid="mirai-calendar-33-6"
|
|
8727
|
+
tabindex="7-20"
|
|
8728
|
+
>
|
|
8729
|
+
<div
|
|
8730
|
+
class="view day dayTouchable"
|
|
8731
|
+
>
|
|
8732
|
+
<span
|
|
8733
|
+
class="text paragraph"
|
|
8734
|
+
>
|
|
8735
|
+
20
|
|
8736
|
+
</span>
|
|
8737
|
+
</div>
|
|
8738
|
+
</div>
|
|
8739
|
+
</div>
|
|
8740
|
+
<div
|
|
8741
|
+
class="view forceRow"
|
|
8742
|
+
>
|
|
8743
|
+
<div
|
|
8744
|
+
class="pressable cell"
|
|
8745
|
+
data-testid="mirai-calendar-34-0"
|
|
8746
|
+
tabindex="7-21"
|
|
8747
|
+
>
|
|
8748
|
+
<div
|
|
8749
|
+
class="view day dayTouchable"
|
|
8750
|
+
>
|
|
8751
|
+
<span
|
|
8752
|
+
class="text paragraph"
|
|
8753
|
+
>
|
|
8754
|
+
21
|
|
8755
|
+
</span>
|
|
8756
|
+
</div>
|
|
8757
|
+
</div>
|
|
8758
|
+
<div
|
|
8759
|
+
class="pressable cell"
|
|
8760
|
+
data-testid="mirai-calendar-34-1"
|
|
8761
|
+
tabindex="7-22"
|
|
8762
|
+
>
|
|
8763
|
+
<div
|
|
8764
|
+
class="view day dayTouchable"
|
|
8765
|
+
>
|
|
8766
|
+
<span
|
|
8767
|
+
class="text paragraph"
|
|
8768
|
+
>
|
|
8769
|
+
22
|
|
8770
|
+
</span>
|
|
8771
|
+
</div>
|
|
8772
|
+
</div>
|
|
8773
|
+
<div
|
|
8774
|
+
class="pressable cell"
|
|
8775
|
+
data-testid="mirai-calendar-34-2"
|
|
8776
|
+
tabindex="7-23"
|
|
8777
|
+
>
|
|
8778
|
+
<div
|
|
8779
|
+
class="view day dayTouchable"
|
|
8780
|
+
>
|
|
8781
|
+
<span
|
|
8782
|
+
class="text paragraph"
|
|
8783
|
+
>
|
|
8784
|
+
23
|
|
8785
|
+
</span>
|
|
8786
|
+
</div>
|
|
8787
|
+
</div>
|
|
8788
|
+
<div
|
|
8789
|
+
class="pressable cell"
|
|
8790
|
+
data-testid="mirai-calendar-34-3"
|
|
8791
|
+
tabindex="7-24"
|
|
8792
|
+
>
|
|
8793
|
+
<div
|
|
8794
|
+
class="view day dayTouchable"
|
|
8795
|
+
>
|
|
8796
|
+
<span
|
|
8797
|
+
class="text paragraph"
|
|
8798
|
+
>
|
|
8799
|
+
24
|
|
8800
|
+
</span>
|
|
8801
|
+
</div>
|
|
8802
|
+
</div>
|
|
8803
|
+
<div
|
|
8804
|
+
class="pressable cell"
|
|
8805
|
+
data-testid="mirai-calendar-34-4"
|
|
8806
|
+
tabindex="7-25"
|
|
8807
|
+
>
|
|
8808
|
+
<div
|
|
8809
|
+
class="view day dayTouchable"
|
|
8810
|
+
>
|
|
8811
|
+
<span
|
|
8812
|
+
class="text paragraph"
|
|
8813
|
+
>
|
|
8814
|
+
25
|
|
8815
|
+
</span>
|
|
8816
|
+
</div>
|
|
8817
|
+
</div>
|
|
8818
|
+
<div
|
|
8819
|
+
class="pressable cell"
|
|
8820
|
+
data-testid="mirai-calendar-34-5"
|
|
8821
|
+
tabindex="7-26"
|
|
8822
|
+
>
|
|
8823
|
+
<div
|
|
8824
|
+
class="view day dayTouchable"
|
|
8825
|
+
>
|
|
8826
|
+
<span
|
|
8827
|
+
class="text paragraph"
|
|
8828
|
+
>
|
|
8829
|
+
26
|
|
8830
|
+
</span>
|
|
8831
|
+
</div>
|
|
8832
|
+
</div>
|
|
8833
|
+
<div
|
|
8834
|
+
class="pressable cell"
|
|
8835
|
+
data-testid="mirai-calendar-34-6"
|
|
8836
|
+
tabindex="7-27"
|
|
8837
|
+
>
|
|
8838
|
+
<div
|
|
8839
|
+
class="view day dayTouchable"
|
|
8840
|
+
>
|
|
8841
|
+
<span
|
|
8842
|
+
class="text paragraph"
|
|
8843
|
+
>
|
|
8844
|
+
27
|
|
8845
|
+
</span>
|
|
8846
|
+
</div>
|
|
8847
|
+
</div>
|
|
8848
|
+
</div>
|
|
8849
|
+
<div
|
|
8850
|
+
class="view forceRow"
|
|
8851
|
+
>
|
|
8852
|
+
<div
|
|
8853
|
+
class="pressable cell"
|
|
8854
|
+
data-testid="mirai-calendar-35-0"
|
|
8855
|
+
tabindex="7-28"
|
|
8856
|
+
>
|
|
8857
|
+
<div
|
|
8858
|
+
class="view day dayTouchable"
|
|
8859
|
+
>
|
|
8860
|
+
<span
|
|
8861
|
+
class="text paragraph"
|
|
8862
|
+
>
|
|
8863
|
+
28
|
|
8864
|
+
</span>
|
|
8865
|
+
</div>
|
|
8866
|
+
</div>
|
|
8867
|
+
<div
|
|
8868
|
+
class="pressable cell"
|
|
8869
|
+
data-testid="mirai-calendar-35-1"
|
|
8870
|
+
tabindex="7-29"
|
|
8871
|
+
>
|
|
8872
|
+
<div
|
|
8873
|
+
class="view day dayTouchable"
|
|
8874
|
+
>
|
|
8875
|
+
<span
|
|
8876
|
+
class="text paragraph"
|
|
8877
|
+
>
|
|
8878
|
+
29
|
|
8879
|
+
</span>
|
|
8880
|
+
</div>
|
|
8881
|
+
</div>
|
|
8882
|
+
<div
|
|
8883
|
+
class="pressable cell"
|
|
8884
|
+
data-testid="mirai-calendar-35-2"
|
|
8885
|
+
tabindex="7-30"
|
|
8886
|
+
>
|
|
8887
|
+
<div
|
|
8888
|
+
class="view day dayTouchable"
|
|
8889
|
+
>
|
|
8890
|
+
<span
|
|
8891
|
+
class="text paragraph"
|
|
8892
|
+
>
|
|
8893
|
+
30
|
|
8894
|
+
</span>
|
|
8895
|
+
</div>
|
|
8896
|
+
</div>
|
|
8897
|
+
<div
|
|
8898
|
+
class="pressable cell"
|
|
8899
|
+
data-testid="mirai-calendar-35-3"
|
|
8900
|
+
tabindex="7-31"
|
|
8901
|
+
>
|
|
8902
|
+
<div
|
|
8903
|
+
class="view day dayTouchable"
|
|
8904
|
+
>
|
|
8905
|
+
<span
|
|
8906
|
+
class="text paragraph"
|
|
8907
|
+
>
|
|
8908
|
+
31
|
|
8909
|
+
</span>
|
|
8910
|
+
</div>
|
|
8911
|
+
</div>
|
|
8912
|
+
<div
|
|
8913
|
+
class="pressable disabled cell"
|
|
8914
|
+
data-testid="mirai-calendar-35-4"
|
|
8915
|
+
disabled=""
|
|
8916
|
+
/>
|
|
8917
|
+
<div
|
|
8918
|
+
class="pressable disabled cell"
|
|
8919
|
+
data-testid="mirai-calendar-35-5"
|
|
8920
|
+
disabled=""
|
|
8921
|
+
/>
|
|
8922
|
+
<div
|
|
8923
|
+
class="pressable disabled cell"
|
|
8924
|
+
data-testid="mirai-calendar-35-6"
|
|
8925
|
+
disabled=""
|
|
8926
|
+
/>
|
|
8927
|
+
</div>
|
|
8928
|
+
<div
|
|
8929
|
+
class="view forceRow"
|
|
8930
|
+
>
|
|
8931
|
+
<div
|
|
8932
|
+
class="pressable disabled cell"
|
|
8933
|
+
data-testid="mirai-calendar-36-0"
|
|
8934
|
+
disabled=""
|
|
8935
|
+
/>
|
|
8936
|
+
<div
|
|
8937
|
+
class="pressable disabled cell"
|
|
8938
|
+
data-testid="mirai-calendar-36-1"
|
|
8939
|
+
disabled=""
|
|
8940
|
+
/>
|
|
8941
|
+
<div
|
|
8942
|
+
class="pressable disabled cell"
|
|
8943
|
+
data-testid="mirai-calendar-36-2"
|
|
8944
|
+
disabled=""
|
|
8945
|
+
/>
|
|
8946
|
+
<div
|
|
8947
|
+
class="pressable disabled cell"
|
|
8948
|
+
data-testid="mirai-calendar-36-3"
|
|
8949
|
+
disabled=""
|
|
8950
|
+
/>
|
|
8951
|
+
<div
|
|
8952
|
+
class="pressable disabled cell"
|
|
8953
|
+
data-testid="mirai-calendar-36-4"
|
|
8954
|
+
disabled=""
|
|
8955
|
+
/>
|
|
8956
|
+
<div
|
|
8957
|
+
class="pressable disabled cell"
|
|
8958
|
+
data-testid="mirai-calendar-36-5"
|
|
8959
|
+
disabled=""
|
|
8960
|
+
/>
|
|
8961
|
+
<div
|
|
8962
|
+
class="pressable disabled cell"
|
|
8963
|
+
data-testid="mirai-calendar-36-6"
|
|
8964
|
+
disabled=""
|
|
8965
|
+
/>
|
|
8966
|
+
</div>
|
|
8967
|
+
</div>
|
|
8968
|
+
<div
|
|
8969
|
+
class="view month"
|
|
8970
|
+
>
|
|
8971
|
+
<div
|
|
8972
|
+
class="view forceRow header"
|
|
8973
|
+
>
|
|
8974
|
+
<h4
|
|
8975
|
+
class="text bold headline-4 title"
|
|
8976
|
+
>
|
|
8977
|
+
septiembre 2023
|
|
8978
|
+
</h4>
|
|
8979
|
+
<div
|
|
8980
|
+
class="pressable"
|
|
8981
|
+
data-testid="mirai-calendar-next"
|
|
8982
|
+
>
|
|
8983
|
+
<span
|
|
8984
|
+
class="icon headline-3"
|
|
8985
|
+
>
|
|
8986
|
+
<svg
|
|
8987
|
+
fill="currentColor"
|
|
8988
|
+
height="1em"
|
|
8989
|
+
stroke="currentColor"
|
|
8990
|
+
stroke-width="0"
|
|
8991
|
+
viewBox="0 0 24 24"
|
|
8992
|
+
width="1em"
|
|
8993
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8994
|
+
>
|
|
8995
|
+
<path
|
|
8996
|
+
d="M0 0h24v24H0V0z"
|
|
8997
|
+
fill="none"
|
|
8998
|
+
/>
|
|
8999
|
+
<path
|
|
9000
|
+
d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
9001
|
+
/>
|
|
9002
|
+
</svg>
|
|
9003
|
+
</span>
|
|
9004
|
+
</div>
|
|
9005
|
+
</div>
|
|
9006
|
+
<div
|
|
9007
|
+
class="view forceRow weekdays"
|
|
9008
|
+
>
|
|
9009
|
+
<span
|
|
9010
|
+
class="text small cell weekday"
|
|
9011
|
+
>
|
|
9012
|
+
lun
|
|
9013
|
+
</span>
|
|
9014
|
+
<span
|
|
9015
|
+
class="text small cell weekday"
|
|
9016
|
+
>
|
|
9017
|
+
mar
|
|
9018
|
+
</span>
|
|
9019
|
+
<span
|
|
9020
|
+
class="text small cell weekday"
|
|
9021
|
+
>
|
|
9022
|
+
mié
|
|
9023
|
+
</span>
|
|
9024
|
+
<span
|
|
9025
|
+
class="text small cell weekday"
|
|
9026
|
+
>
|
|
9027
|
+
jue
|
|
9028
|
+
</span>
|
|
9029
|
+
<span
|
|
9030
|
+
class="text small cell weekday"
|
|
9031
|
+
>
|
|
9032
|
+
vie
|
|
9033
|
+
</span>
|
|
9034
|
+
<span
|
|
9035
|
+
class="text small cell weekday"
|
|
9036
|
+
>
|
|
9037
|
+
sáb
|
|
9038
|
+
</span>
|
|
9039
|
+
<span
|
|
9040
|
+
class="text small cell weekday"
|
|
9041
|
+
>
|
|
9042
|
+
dom
|
|
9043
|
+
</span>
|
|
9044
|
+
</div>
|
|
9045
|
+
<div
|
|
9046
|
+
class="view forceRow"
|
|
9047
|
+
>
|
|
9048
|
+
<div
|
|
9049
|
+
class="pressable disabled cell"
|
|
9050
|
+
data-testid="mirai-calendar-35-0"
|
|
9051
|
+
disabled=""
|
|
9052
|
+
/>
|
|
9053
|
+
<div
|
|
9054
|
+
class="pressable disabled cell"
|
|
9055
|
+
data-testid="mirai-calendar-35-1"
|
|
9056
|
+
disabled=""
|
|
9057
|
+
/>
|
|
9058
|
+
<div
|
|
9059
|
+
class="pressable disabled cell"
|
|
9060
|
+
data-testid="mirai-calendar-35-2"
|
|
9061
|
+
disabled=""
|
|
9062
|
+
/>
|
|
9063
|
+
<div
|
|
9064
|
+
class="pressable disabled cell"
|
|
9065
|
+
data-testid="mirai-calendar-35-3"
|
|
9066
|
+
disabled=""
|
|
9067
|
+
/>
|
|
9068
|
+
<div
|
|
9069
|
+
class="pressable cell"
|
|
9070
|
+
data-testid="mirai-calendar-35-4"
|
|
9071
|
+
tabindex="8-1"
|
|
9072
|
+
>
|
|
9073
|
+
<div
|
|
9074
|
+
class="view day dayTouchable"
|
|
9075
|
+
>
|
|
9076
|
+
<span
|
|
9077
|
+
class="text paragraph"
|
|
9078
|
+
>
|
|
9079
|
+
1
|
|
9080
|
+
</span>
|
|
9081
|
+
</div>
|
|
9082
|
+
</div>
|
|
9083
|
+
<div
|
|
9084
|
+
class="pressable cell"
|
|
9085
|
+
data-testid="mirai-calendar-35-5"
|
|
9086
|
+
tabindex="8-2"
|
|
9087
|
+
>
|
|
9088
|
+
<div
|
|
9089
|
+
class="view day dayTouchable"
|
|
9090
|
+
>
|
|
9091
|
+
<span
|
|
9092
|
+
class="text paragraph"
|
|
9093
|
+
>
|
|
9094
|
+
2
|
|
9095
|
+
</span>
|
|
9096
|
+
</div>
|
|
9097
|
+
</div>
|
|
9098
|
+
<div
|
|
9099
|
+
class="pressable cell"
|
|
9100
|
+
data-testid="mirai-calendar-35-6"
|
|
9101
|
+
tabindex="8-3"
|
|
9102
|
+
>
|
|
9103
|
+
<div
|
|
9104
|
+
class="view day dayTouchable"
|
|
9105
|
+
>
|
|
9106
|
+
<span
|
|
9107
|
+
class="text paragraph"
|
|
9108
|
+
>
|
|
9109
|
+
3
|
|
9110
|
+
</span>
|
|
9111
|
+
</div>
|
|
9112
|
+
</div>
|
|
9113
|
+
</div>
|
|
9114
|
+
<div
|
|
9115
|
+
class="view forceRow"
|
|
9116
|
+
>
|
|
9117
|
+
<div
|
|
9118
|
+
class="pressable cell"
|
|
9119
|
+
data-testid="mirai-calendar-36-0"
|
|
9120
|
+
tabindex="8-4"
|
|
9121
|
+
>
|
|
9122
|
+
<div
|
|
9123
|
+
class="view day dayTouchable"
|
|
9124
|
+
>
|
|
9125
|
+
<span
|
|
9126
|
+
class="text paragraph"
|
|
9127
|
+
>
|
|
9128
|
+
4
|
|
9129
|
+
</span>
|
|
9130
|
+
</div>
|
|
9131
|
+
</div>
|
|
9132
|
+
<div
|
|
9133
|
+
class="pressable cell"
|
|
9134
|
+
data-testid="mirai-calendar-36-1"
|
|
9135
|
+
tabindex="8-5"
|
|
9136
|
+
>
|
|
9137
|
+
<div
|
|
9138
|
+
class="view day dayTouchable"
|
|
9139
|
+
>
|
|
9140
|
+
<span
|
|
9141
|
+
class="text paragraph"
|
|
9142
|
+
>
|
|
9143
|
+
5
|
|
9144
|
+
</span>
|
|
9145
|
+
</div>
|
|
9146
|
+
</div>
|
|
9147
|
+
<div
|
|
9148
|
+
class="pressable cell"
|
|
9149
|
+
data-testid="mirai-calendar-36-2"
|
|
9150
|
+
tabindex="8-6"
|
|
9151
|
+
>
|
|
9152
|
+
<div
|
|
9153
|
+
class="view day dayTouchable"
|
|
9154
|
+
>
|
|
9155
|
+
<span
|
|
9156
|
+
class="text paragraph"
|
|
9157
|
+
>
|
|
9158
|
+
6
|
|
9159
|
+
</span>
|
|
9160
|
+
</div>
|
|
9161
|
+
</div>
|
|
9162
|
+
<div
|
|
9163
|
+
class="pressable cell"
|
|
9164
|
+
data-testid="mirai-calendar-36-3"
|
|
9165
|
+
tabindex="8-7"
|
|
9166
|
+
>
|
|
9167
|
+
<div
|
|
9168
|
+
class="view day dayTouchable"
|
|
9169
|
+
>
|
|
9170
|
+
<span
|
|
9171
|
+
class="text paragraph"
|
|
9172
|
+
>
|
|
9173
|
+
7
|
|
9174
|
+
</span>
|
|
9175
|
+
</div>
|
|
9176
|
+
</div>
|
|
9177
|
+
<div
|
|
9178
|
+
class="pressable cell"
|
|
9179
|
+
data-testid="mirai-calendar-36-4"
|
|
9180
|
+
tabindex="8-8"
|
|
9181
|
+
>
|
|
9182
|
+
<div
|
|
9183
|
+
class="view day dayTouchable"
|
|
9184
|
+
>
|
|
9185
|
+
<span
|
|
9186
|
+
class="text paragraph"
|
|
9187
|
+
>
|
|
9188
|
+
8
|
|
9189
|
+
</span>
|
|
9190
|
+
</div>
|
|
9191
|
+
</div>
|
|
9192
|
+
<div
|
|
9193
|
+
class="pressable cell"
|
|
9194
|
+
data-testid="mirai-calendar-36-5"
|
|
9195
|
+
tabindex="8-9"
|
|
9196
|
+
>
|
|
9197
|
+
<div
|
|
9198
|
+
class="view day dayTouchable"
|
|
9199
|
+
>
|
|
9200
|
+
<span
|
|
9201
|
+
class="text paragraph"
|
|
9202
|
+
>
|
|
9203
|
+
9
|
|
9204
|
+
</span>
|
|
9205
|
+
</div>
|
|
9206
|
+
</div>
|
|
9207
|
+
<div
|
|
9208
|
+
class="pressable cell"
|
|
9209
|
+
data-testid="mirai-calendar-36-6"
|
|
9210
|
+
tabindex="8-10"
|
|
9211
|
+
>
|
|
9212
|
+
<div
|
|
9213
|
+
class="view day dayTouchable"
|
|
9214
|
+
>
|
|
9215
|
+
<span
|
|
9216
|
+
class="text paragraph"
|
|
9217
|
+
>
|
|
9218
|
+
10
|
|
9219
|
+
</span>
|
|
9220
|
+
</div>
|
|
9221
|
+
</div>
|
|
9222
|
+
</div>
|
|
9223
|
+
<div
|
|
9224
|
+
class="view forceRow"
|
|
9225
|
+
>
|
|
9226
|
+
<div
|
|
9227
|
+
class="pressable cell"
|
|
9228
|
+
data-testid="mirai-calendar-37-0"
|
|
9229
|
+
tabindex="8-11"
|
|
9230
|
+
>
|
|
9231
|
+
<div
|
|
9232
|
+
class="view day dayTouchable"
|
|
9233
|
+
>
|
|
9234
|
+
<span
|
|
9235
|
+
class="text paragraph"
|
|
9236
|
+
>
|
|
9237
|
+
11
|
|
9238
|
+
</span>
|
|
9239
|
+
</div>
|
|
9240
|
+
</div>
|
|
9241
|
+
<div
|
|
9242
|
+
class="pressable cell"
|
|
9243
|
+
data-testid="mirai-calendar-37-1"
|
|
9244
|
+
tabindex="8-12"
|
|
9245
|
+
>
|
|
9246
|
+
<div
|
|
9247
|
+
class="view day dayTouchable"
|
|
9248
|
+
>
|
|
9249
|
+
<span
|
|
9250
|
+
class="text paragraph"
|
|
9251
|
+
>
|
|
9252
|
+
12
|
|
9253
|
+
</span>
|
|
9254
|
+
</div>
|
|
9255
|
+
</div>
|
|
9256
|
+
<div
|
|
9257
|
+
class="pressable cell"
|
|
9258
|
+
data-testid="mirai-calendar-37-2"
|
|
9259
|
+
tabindex="8-13"
|
|
9260
|
+
>
|
|
9261
|
+
<div
|
|
9262
|
+
class="view day dayTouchable"
|
|
9263
|
+
>
|
|
9264
|
+
<span
|
|
9265
|
+
class="text paragraph"
|
|
9266
|
+
>
|
|
9267
|
+
13
|
|
9268
|
+
</span>
|
|
9269
|
+
</div>
|
|
9270
|
+
</div>
|
|
9271
|
+
<div
|
|
9272
|
+
class="pressable cell"
|
|
9273
|
+
data-testid="mirai-calendar-37-3"
|
|
9274
|
+
tabindex="8-14"
|
|
9275
|
+
>
|
|
9276
|
+
<div
|
|
9277
|
+
class="view day dayTouchable"
|
|
9278
|
+
>
|
|
9279
|
+
<span
|
|
9280
|
+
class="text paragraph"
|
|
9281
|
+
>
|
|
9282
|
+
14
|
|
9283
|
+
</span>
|
|
9284
|
+
</div>
|
|
9285
|
+
</div>
|
|
9286
|
+
<div
|
|
9287
|
+
class="pressable cell"
|
|
9288
|
+
data-testid="mirai-calendar-37-4"
|
|
9289
|
+
tabindex="8-15"
|
|
9290
|
+
>
|
|
9291
|
+
<div
|
|
9292
|
+
class="view day dayTouchable"
|
|
9293
|
+
>
|
|
9294
|
+
<span
|
|
9295
|
+
class="text paragraph"
|
|
9296
|
+
>
|
|
9297
|
+
15
|
|
9298
|
+
</span>
|
|
9299
|
+
</div>
|
|
9300
|
+
</div>
|
|
9301
|
+
<div
|
|
9302
|
+
class="pressable cell"
|
|
9303
|
+
data-testid="mirai-calendar-37-5"
|
|
9304
|
+
tabindex="8-16"
|
|
9305
|
+
>
|
|
9306
|
+
<div
|
|
9307
|
+
class="view day dayTouchable"
|
|
9308
|
+
>
|
|
9309
|
+
<span
|
|
9310
|
+
class="text paragraph"
|
|
9311
|
+
>
|
|
9312
|
+
16
|
|
9313
|
+
</span>
|
|
9314
|
+
</div>
|
|
9315
|
+
</div>
|
|
9316
|
+
<div
|
|
9317
|
+
class="pressable cell"
|
|
9318
|
+
data-testid="mirai-calendar-37-6"
|
|
9319
|
+
tabindex="8-17"
|
|
9320
|
+
>
|
|
9321
|
+
<div
|
|
9322
|
+
class="view day dayTouchable"
|
|
9323
|
+
>
|
|
9324
|
+
<span
|
|
9325
|
+
class="text paragraph"
|
|
9326
|
+
>
|
|
9327
|
+
17
|
|
9328
|
+
</span>
|
|
9329
|
+
</div>
|
|
9330
|
+
</div>
|
|
9331
|
+
</div>
|
|
9332
|
+
<div
|
|
9333
|
+
class="view forceRow"
|
|
9334
|
+
>
|
|
9335
|
+
<div
|
|
9336
|
+
class="pressable cell"
|
|
9337
|
+
data-testid="mirai-calendar-38-0"
|
|
9338
|
+
tabindex="8-18"
|
|
9339
|
+
>
|
|
9340
|
+
<div
|
|
9341
|
+
class="view day dayTouchable"
|
|
9342
|
+
>
|
|
9343
|
+
<span
|
|
9344
|
+
class="text paragraph"
|
|
9345
|
+
>
|
|
9346
|
+
18
|
|
9347
|
+
</span>
|
|
9348
|
+
</div>
|
|
9349
|
+
</div>
|
|
9350
|
+
<div
|
|
9351
|
+
class="pressable cell"
|
|
9352
|
+
data-testid="mirai-calendar-38-1"
|
|
9353
|
+
tabindex="8-19"
|
|
9354
|
+
>
|
|
9355
|
+
<div
|
|
9356
|
+
class="view day dayTouchable"
|
|
9357
|
+
>
|
|
9358
|
+
<span
|
|
9359
|
+
class="text paragraph"
|
|
9360
|
+
>
|
|
9361
|
+
19
|
|
9362
|
+
</span>
|
|
9363
|
+
</div>
|
|
9364
|
+
</div>
|
|
9365
|
+
<div
|
|
9366
|
+
class="pressable cell"
|
|
9367
|
+
data-testid="mirai-calendar-38-2"
|
|
9368
|
+
tabindex="8-20"
|
|
9369
|
+
>
|
|
9370
|
+
<div
|
|
9371
|
+
class="view day dayTouchable"
|
|
9372
|
+
>
|
|
9373
|
+
<span
|
|
9374
|
+
class="text paragraph"
|
|
9375
|
+
>
|
|
9376
|
+
20
|
|
9377
|
+
</span>
|
|
9378
|
+
</div>
|
|
9379
|
+
</div>
|
|
9380
|
+
<div
|
|
9381
|
+
class="pressable cell"
|
|
9382
|
+
data-testid="mirai-calendar-38-3"
|
|
9383
|
+
tabindex="8-21"
|
|
9384
|
+
>
|
|
9385
|
+
<div
|
|
9386
|
+
class="view day dayTouchable"
|
|
9387
|
+
>
|
|
9388
|
+
<span
|
|
9389
|
+
class="text paragraph"
|
|
9390
|
+
>
|
|
9391
|
+
21
|
|
9392
|
+
</span>
|
|
9393
|
+
</div>
|
|
9394
|
+
</div>
|
|
9395
|
+
<div
|
|
9396
|
+
class="pressable cell"
|
|
9397
|
+
data-testid="mirai-calendar-38-4"
|
|
9398
|
+
tabindex="8-22"
|
|
9399
|
+
>
|
|
9400
|
+
<div
|
|
9401
|
+
class="view day dayTouchable"
|
|
9402
|
+
>
|
|
9403
|
+
<span
|
|
9404
|
+
class="text paragraph"
|
|
9405
|
+
>
|
|
9406
|
+
22
|
|
9407
|
+
</span>
|
|
9408
|
+
</div>
|
|
9409
|
+
</div>
|
|
9410
|
+
<div
|
|
9411
|
+
class="pressable cell"
|
|
9412
|
+
data-testid="mirai-calendar-38-5"
|
|
9413
|
+
tabindex="8-23"
|
|
9414
|
+
>
|
|
9415
|
+
<div
|
|
9416
|
+
class="view day dayTouchable"
|
|
9417
|
+
>
|
|
9418
|
+
<span
|
|
9419
|
+
class="text paragraph"
|
|
9420
|
+
>
|
|
9421
|
+
23
|
|
9422
|
+
</span>
|
|
9423
|
+
</div>
|
|
9424
|
+
</div>
|
|
9425
|
+
<div
|
|
9426
|
+
class="pressable cell"
|
|
9427
|
+
data-testid="mirai-calendar-38-6"
|
|
9428
|
+
tabindex="8-24"
|
|
9429
|
+
>
|
|
9430
|
+
<div
|
|
9431
|
+
class="view day dayTouchable"
|
|
9432
|
+
>
|
|
9433
|
+
<span
|
|
9434
|
+
class="text paragraph"
|
|
9435
|
+
>
|
|
9436
|
+
24
|
|
9437
|
+
</span>
|
|
9438
|
+
</div>
|
|
9439
|
+
</div>
|
|
9440
|
+
</div>
|
|
9441
|
+
<div
|
|
9442
|
+
class="view forceRow"
|
|
9443
|
+
>
|
|
9444
|
+
<div
|
|
9445
|
+
class="pressable cell"
|
|
9446
|
+
data-testid="mirai-calendar-39-0"
|
|
9447
|
+
tabindex="8-25"
|
|
9448
|
+
>
|
|
9449
|
+
<div
|
|
9450
|
+
class="view day dayTouchable"
|
|
9451
|
+
>
|
|
9452
|
+
<span
|
|
9453
|
+
class="text paragraph"
|
|
9454
|
+
>
|
|
9455
|
+
25
|
|
9456
|
+
</span>
|
|
9457
|
+
</div>
|
|
9458
|
+
</div>
|
|
9459
|
+
<div
|
|
9460
|
+
class="pressable cell"
|
|
9461
|
+
data-testid="mirai-calendar-39-1"
|
|
9462
|
+
tabindex="8-26"
|
|
9463
|
+
>
|
|
9464
|
+
<div
|
|
9465
|
+
class="view day dayTouchable"
|
|
9466
|
+
>
|
|
9467
|
+
<span
|
|
9468
|
+
class="text paragraph"
|
|
9469
|
+
>
|
|
9470
|
+
26
|
|
9471
|
+
</span>
|
|
9472
|
+
</div>
|
|
9473
|
+
</div>
|
|
9474
|
+
<div
|
|
9475
|
+
class="pressable cell"
|
|
9476
|
+
data-testid="mirai-calendar-39-2"
|
|
9477
|
+
tabindex="8-27"
|
|
9478
|
+
>
|
|
9479
|
+
<div
|
|
9480
|
+
class="view day dayTouchable"
|
|
9481
|
+
>
|
|
9482
|
+
<span
|
|
9483
|
+
class="text paragraph"
|
|
9484
|
+
>
|
|
9485
|
+
27
|
|
9486
|
+
</span>
|
|
9487
|
+
</div>
|
|
9488
|
+
</div>
|
|
9489
|
+
<div
|
|
9490
|
+
class="pressable cell"
|
|
9491
|
+
data-testid="mirai-calendar-39-3"
|
|
9492
|
+
tabindex="8-28"
|
|
9493
|
+
>
|
|
9494
|
+
<div
|
|
9495
|
+
class="view day dayTouchable"
|
|
9496
|
+
>
|
|
9497
|
+
<span
|
|
9498
|
+
class="text paragraph"
|
|
9499
|
+
>
|
|
9500
|
+
28
|
|
9501
|
+
</span>
|
|
9502
|
+
</div>
|
|
9503
|
+
</div>
|
|
9504
|
+
<div
|
|
9505
|
+
class="pressable cell"
|
|
9506
|
+
data-testid="mirai-calendar-39-4"
|
|
9507
|
+
tabindex="8-29"
|
|
9508
|
+
>
|
|
9509
|
+
<div
|
|
9510
|
+
class="view day dayTouchable"
|
|
9511
|
+
>
|
|
9512
|
+
<span
|
|
9513
|
+
class="text paragraph"
|
|
9514
|
+
>
|
|
9515
|
+
29
|
|
9516
|
+
</span>
|
|
9517
|
+
</div>
|
|
9518
|
+
</div>
|
|
9519
|
+
<div
|
|
9520
|
+
class="pressable cell"
|
|
9521
|
+
data-testid="mirai-calendar-39-5"
|
|
9522
|
+
tabindex="8-30"
|
|
9523
|
+
>
|
|
9524
|
+
<div
|
|
9525
|
+
class="view day dayTouchable"
|
|
9526
|
+
>
|
|
9527
|
+
<span
|
|
9528
|
+
class="text paragraph"
|
|
9529
|
+
>
|
|
9530
|
+
30
|
|
9531
|
+
</span>
|
|
9532
|
+
</div>
|
|
9533
|
+
</div>
|
|
9534
|
+
<div
|
|
9535
|
+
class="pressable disabled cell"
|
|
9536
|
+
data-testid="mirai-calendar-39-6"
|
|
9537
|
+
disabled=""
|
|
9538
|
+
/>
|
|
9539
|
+
</div>
|
|
9540
|
+
<div
|
|
9541
|
+
class="view forceRow"
|
|
9542
|
+
>
|
|
9543
|
+
<div
|
|
9544
|
+
class="pressable disabled cell"
|
|
9545
|
+
data-testid="mirai-calendar-40-0"
|
|
9546
|
+
disabled=""
|
|
9547
|
+
/>
|
|
9548
|
+
<div
|
|
9549
|
+
class="pressable disabled cell"
|
|
9550
|
+
data-testid="mirai-calendar-40-1"
|
|
9551
|
+
disabled=""
|
|
9552
|
+
/>
|
|
9553
|
+
<div
|
|
9554
|
+
class="pressable disabled cell"
|
|
9555
|
+
data-testid="mirai-calendar-40-2"
|
|
9556
|
+
disabled=""
|
|
9557
|
+
/>
|
|
9558
|
+
<div
|
|
9559
|
+
class="pressable disabled cell"
|
|
9560
|
+
data-testid="mirai-calendar-40-3"
|
|
9561
|
+
disabled=""
|
|
9562
|
+
/>
|
|
9563
|
+
<div
|
|
9564
|
+
class="pressable disabled cell"
|
|
9565
|
+
data-testid="mirai-calendar-40-4"
|
|
9566
|
+
disabled=""
|
|
9567
|
+
/>
|
|
9568
|
+
<div
|
|
9569
|
+
class="pressable disabled cell"
|
|
9570
|
+
data-testid="mirai-calendar-40-5"
|
|
9571
|
+
disabled=""
|
|
9572
|
+
/>
|
|
9573
|
+
<div
|
|
9574
|
+
class="pressable disabled cell"
|
|
9575
|
+
data-testid="mirai-calendar-40-6"
|
|
9576
|
+
disabled=""
|
|
9577
|
+
/>
|
|
9578
|
+
</div>
|
|
9579
|
+
</div>
|
|
9580
|
+
</div>
|
|
9581
|
+
</div>
|
|
9582
|
+
<div
|
|
9583
|
+
class="view row"
|
|
9584
|
+
>
|
|
9585
|
+
<div
|
|
9586
|
+
class="view row"
|
|
9587
|
+
>
|
|
9588
|
+
<div
|
|
9589
|
+
class="view row"
|
|
9590
|
+
>
|
|
9591
|
+
<span
|
|
9592
|
+
class="text paragraph"
|
|
9593
|
+
>
|
|
9594
|
+
common.label.check_in
|
|
9595
|
+
</span>
|
|
9596
|
+
<span
|
|
9597
|
+
class="text paragraph"
|
|
9598
|
+
>
|
|
9599
|
+
─
|
|
9600
|
+
</span>
|
|
9601
|
+
<span
|
|
9602
|
+
class="text paragraph"
|
|
9603
|
+
>
|
|
9604
|
+
common.label.check_out
|
|
9605
|
+
</span>
|
|
9606
|
+
</div>
|
|
9607
|
+
</div>
|
|
9608
|
+
</div>
|
|
9609
|
+
</div>
|
|
9610
|
+
</div>
|
|
9611
|
+
<span>
|
|
9612
|
+
<div
|
|
9613
|
+
class="pressable"
|
|
9614
|
+
data-testid="mirai-occupation-field"
|
|
9615
|
+
>
|
|
9616
|
+
<span
|
|
9617
|
+
class="icon headline-3"
|
|
9618
|
+
>
|
|
9619
|
+
<svg
|
|
9620
|
+
fill="currentColor"
|
|
9621
|
+
height="1em"
|
|
9622
|
+
stroke="currentColor"
|
|
9623
|
+
stroke-width="0"
|
|
9624
|
+
viewBox="0 0 24 24"
|
|
9625
|
+
width="1em"
|
|
9626
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9627
|
+
>
|
|
9628
|
+
<path
|
|
9629
|
+
d="M0 0h24v24H0z"
|
|
9630
|
+
fill="none"
|
|
9631
|
+
/>
|
|
9632
|
+
<path
|
|
9633
|
+
d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM9 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"
|
|
9634
|
+
/>
|
|
9635
|
+
</svg>
|
|
9636
|
+
</span>
|
|
9637
|
+
<div
|
|
9638
|
+
class="view"
|
|
9639
|
+
>
|
|
9640
|
+
<span
|
|
9641
|
+
class="text action"
|
|
9642
|
+
>
|
|
9643
|
+
finder.label.occupation
|
|
9644
|
+
<span
|
|
9645
|
+
style="text-decoration: underline;"
|
|
9646
|
+
>
|
|
9647
|
+
type
|
|
9648
|
+
</span>
|
|
9649
|
+
adult · finder.label.place_type.room
|
|
9650
|
+
</span>
|
|
9651
|
+
</div>
|
|
9652
|
+
<span
|
|
9653
|
+
class="icon headline-3"
|
|
9654
|
+
>
|
|
9655
|
+
<svg
|
|
9656
|
+
fill="currentColor"
|
|
9657
|
+
height="1em"
|
|
9658
|
+
stroke="currentColor"
|
|
9659
|
+
stroke-width="0"
|
|
9660
|
+
viewBox="0 0 24 24"
|
|
9661
|
+
width="1em"
|
|
9662
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9663
|
+
>
|
|
9664
|
+
<path
|
|
9665
|
+
d="M0 0h24v24H0z"
|
|
9666
|
+
fill="none"
|
|
9667
|
+
/>
|
|
9668
|
+
<path
|
|
9669
|
+
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
9670
|
+
/>
|
|
9671
|
+
</svg>
|
|
9672
|
+
</span>
|
|
9673
|
+
</div>
|
|
9674
|
+
</span>
|
|
9675
|
+
<div
|
|
9676
|
+
class="layer hidden"
|
|
9677
|
+
style="left: 0px; top: 0px;"
|
|
9678
|
+
>
|
|
9679
|
+
<div
|
|
9680
|
+
class="view"
|
|
9681
|
+
data-testid="mirai-occupation"
|
|
9682
|
+
>
|
|
9683
|
+
<div
|
|
9684
|
+
class="scrollview vertical notIndicator"
|
|
9685
|
+
>
|
|
9686
|
+
<div
|
|
9687
|
+
class="view wide"
|
|
9688
|
+
>
|
|
9689
|
+
<div
|
|
9690
|
+
class="view row"
|
|
9691
|
+
>
|
|
9692
|
+
<span
|
|
9693
|
+
class="text action"
|
|
9694
|
+
>
|
|
9695
|
+
finder.label.place
|
|
9696
|
+
<span
|
|
9697
|
+
style="text-decoration: underline;"
|
|
9698
|
+
>
|
|
9699
|
+
type
|
|
9700
|
+
</span>
|
|
9701
|
+
count.room
|
|
9702
|
+
</span>
|
|
9703
|
+
</div>
|
|
9704
|
+
<div
|
|
9705
|
+
class="view row inputNumber"
|
|
9706
|
+
>
|
|
9707
|
+
<div
|
|
9708
|
+
class="view texts"
|
|
9709
|
+
>
|
|
9710
|
+
<span
|
|
9711
|
+
class="text paragraph text label"
|
|
9712
|
+
>
|
|
9713
|
+
finder.label.occupation_type_adult
|
|
9714
|
+
</span>
|
|
9715
|
+
<span
|
|
9716
|
+
class="text small text hint hint"
|
|
9717
|
+
>
|
|
9718
|
+
common.label.age_from
|
|
9719
|
+
</span>
|
|
9720
|
+
</div>
|
|
9721
|
+
<button
|
|
9722
|
+
class="pressable button rounded squared secondary"
|
|
9723
|
+
>
|
|
9724
|
+
<span
|
|
9725
|
+
class="icon headline-3"
|
|
9726
|
+
>
|
|
9727
|
+
<svg
|
|
9728
|
+
fill="currentColor"
|
|
9729
|
+
height="1em"
|
|
9730
|
+
stroke="currentColor"
|
|
9731
|
+
stroke-width="0"
|
|
9732
|
+
viewBox="0 0 24 24"
|
|
9733
|
+
width="1em"
|
|
9734
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9735
|
+
>
|
|
9736
|
+
<path
|
|
9737
|
+
d="M0 0h24v24H0V0z"
|
|
9738
|
+
fill="none"
|
|
9739
|
+
/>
|
|
9740
|
+
<path
|
|
9741
|
+
d="M19 13H5v-2h14v2z"
|
|
9742
|
+
/>
|
|
9743
|
+
</svg>
|
|
9744
|
+
</span>
|
|
9745
|
+
</button>
|
|
9746
|
+
<span
|
|
9747
|
+
class="text headline-3 value"
|
|
9748
|
+
>
|
|
9749
|
+
2
|
|
9750
|
+
</span>
|
|
9751
|
+
<button
|
|
9752
|
+
class="pressable button rounded squared secondary"
|
|
9753
|
+
>
|
|
9754
|
+
<span
|
|
9755
|
+
class="icon headline-3"
|
|
9756
|
+
>
|
|
9757
|
+
<svg
|
|
9758
|
+
fill="currentColor"
|
|
9759
|
+
height="1em"
|
|
9760
|
+
stroke="currentColor"
|
|
9761
|
+
stroke-width="0"
|
|
9762
|
+
viewBox="0 0 24 24"
|
|
9763
|
+
width="1em"
|
|
9764
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9765
|
+
>
|
|
9766
|
+
<path
|
|
9767
|
+
d="M0 0h24v24H0V0z"
|
|
9768
|
+
fill="none"
|
|
9769
|
+
/>
|
|
9770
|
+
<path
|
|
9771
|
+
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
9772
|
+
/>
|
|
9773
|
+
</svg>
|
|
9774
|
+
</span>
|
|
9775
|
+
</button>
|
|
9776
|
+
</div>
|
|
9777
|
+
<div
|
|
9778
|
+
class="view row inputNumber"
|
|
9779
|
+
>
|
|
9780
|
+
<div
|
|
9781
|
+
class="view texts"
|
|
9782
|
+
>
|
|
9783
|
+
<span
|
|
9784
|
+
class="text paragraph text label"
|
|
9785
|
+
>
|
|
9786
|
+
finder.label.occupation_type_child
|
|
9787
|
+
</span>
|
|
9788
|
+
<span
|
|
9789
|
+
class="text small text hint hint"
|
|
9790
|
+
>
|
|
9791
|
+
common.label.age
|
|
9792
|
+
<span
|
|
9793
|
+
style="text-decoration: underline;"
|
|
9794
|
+
>
|
|
9795
|
+
up
|
|
9796
|
+
</span>
|
|
9797
|
+
to
|
|
9798
|
+
</span>
|
|
9799
|
+
</div>
|
|
9800
|
+
<button
|
|
9801
|
+
class="pressable disabled button rounded squared disabled"
|
|
9802
|
+
disabled=""
|
|
9803
|
+
>
|
|
9804
|
+
<span
|
|
9805
|
+
class="icon headline-3"
|
|
9806
|
+
>
|
|
9807
|
+
<svg
|
|
9808
|
+
fill="currentColor"
|
|
9809
|
+
height="1em"
|
|
9810
|
+
stroke="currentColor"
|
|
9811
|
+
stroke-width="0"
|
|
9812
|
+
viewBox="0 0 24 24"
|
|
9813
|
+
width="1em"
|
|
9814
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9815
|
+
>
|
|
9816
|
+
<path
|
|
9817
|
+
d="M0 0h24v24H0V0z"
|
|
9818
|
+
fill="none"
|
|
9819
|
+
/>
|
|
9820
|
+
<path
|
|
9821
|
+
d="M19 13H5v-2h14v2z"
|
|
9822
|
+
/>
|
|
9823
|
+
</svg>
|
|
9824
|
+
</span>
|
|
9825
|
+
</button>
|
|
9826
|
+
<span
|
|
9827
|
+
class="text headline-3 value"
|
|
9828
|
+
>
|
|
9829
|
+
0
|
|
9830
|
+
</span>
|
|
9831
|
+
<button
|
|
9832
|
+
class="pressable button rounded squared secondary"
|
|
9833
|
+
>
|
|
9834
|
+
<span
|
|
9835
|
+
class="icon headline-3"
|
|
9836
|
+
>
|
|
9837
|
+
<svg
|
|
9838
|
+
fill="currentColor"
|
|
9839
|
+
height="1em"
|
|
9840
|
+
stroke="currentColor"
|
|
9841
|
+
stroke-width="0"
|
|
9842
|
+
viewBox="0 0 24 24"
|
|
9843
|
+
width="1em"
|
|
9844
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9845
|
+
>
|
|
9846
|
+
<path
|
|
9847
|
+
d="M0 0h24v24H0V0z"
|
|
9848
|
+
fill="none"
|
|
9849
|
+
/>
|
|
9850
|
+
<path
|
|
9851
|
+
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
9852
|
+
/>
|
|
9853
|
+
</svg>
|
|
9854
|
+
</span>
|
|
9855
|
+
</button>
|
|
9856
|
+
</div>
|
|
9857
|
+
</div>
|
|
9858
|
+
</div>
|
|
9859
|
+
<div
|
|
9860
|
+
class="view row"
|
|
9861
|
+
>
|
|
9862
|
+
<button
|
|
9863
|
+
class="pressable button secondary"
|
|
9864
|
+
data-testid="mirai-occupation-add-room"
|
|
9865
|
+
>
|
|
9866
|
+
finder.action.add_place_type.room
|
|
9867
|
+
</button>
|
|
9868
|
+
</div>
|
|
9869
|
+
</div>
|
|
9870
|
+
</div>
|
|
9871
|
+
<span>
|
|
9872
|
+
<div
|
|
9873
|
+
class="pressable"
|
|
9874
|
+
>
|
|
9875
|
+
<span
|
|
9876
|
+
class="icon headline-3"
|
|
9877
|
+
>
|
|
9878
|
+
<svg
|
|
9879
|
+
fill="currentColor"
|
|
9880
|
+
height="1em"
|
|
9881
|
+
stroke="currentColor"
|
|
9882
|
+
stroke-width="0"
|
|
9883
|
+
viewBox="0 0 24 24"
|
|
9884
|
+
width="1em"
|
|
9885
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9886
|
+
>
|
|
9887
|
+
<g
|
|
9888
|
+
fill="none"
|
|
9889
|
+
>
|
|
9890
|
+
<path
|
|
9891
|
+
d="M0 0h24v24H0V0z"
|
|
9892
|
+
/>
|
|
9893
|
+
<path
|
|
9894
|
+
d="M0 0h24v24H0V0z"
|
|
9895
|
+
opacity=".87"
|
|
9896
|
+
/>
|
|
9897
|
+
</g>
|
|
9898
|
+
<path
|
|
9899
|
+
d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"
|
|
9900
|
+
/>
|
|
9901
|
+
</svg>
|
|
9902
|
+
</span>
|
|
9903
|
+
<div
|
|
9904
|
+
class="view"
|
|
9905
|
+
>
|
|
9906
|
+
<input
|
|
9907
|
+
class="input"
|
|
9908
|
+
data-testid="mirai-promocode"
|
|
9909
|
+
name="mirai:finder:promocode"
|
|
9910
|
+
placeholder="common.label.promo_code"
|
|
9911
|
+
type="text"
|
|
9912
|
+
value=""
|
|
9913
|
+
/>
|
|
9914
|
+
</div>
|
|
9915
|
+
</div>
|
|
9916
|
+
</span>
|
|
9917
|
+
<div
|
|
9918
|
+
class="layer hidden"
|
|
9919
|
+
style="left: 0px; top: 0px;"
|
|
9920
|
+
/>
|
|
9921
|
+
<button
|
|
9922
|
+
class="pressable button large"
|
|
9923
|
+
data-testid="mirai-submit"
|
|
9924
|
+
>
|
|
9925
|
+
finder.place.cta
|
|
9926
|
+
</button>
|
|
9927
|
+
</div>
|
|
9928
|
+
</DocumentFragment>
|
|
9929
|
+
`;
|
|
9930
|
+
|
|
9931
|
+
exports[`component:<Finder> type:hotel inherit:className 1`] = `
|
|
9932
|
+
<DocumentFragment>
|
|
9933
|
+
<div
|
|
9934
|
+
class="view row mirai"
|
|
9935
|
+
datasource="[object Object]"
|
|
9936
|
+
>
|
|
9937
|
+
<span>
|
|
9938
|
+
<div
|
|
9939
|
+
class="pressable"
|
|
9940
|
+
tabindex="1"
|
|
9941
|
+
>
|
|
9942
|
+
<span
|
|
9943
|
+
class="icon headline-3"
|
|
9944
|
+
>
|
|
9945
|
+
<svg
|
|
9946
|
+
fill="currentColor"
|
|
9947
|
+
height="1em"
|
|
9948
|
+
stroke="currentColor"
|
|
9949
|
+
stroke-width="0"
|
|
9950
|
+
viewBox="0 0 24 24"
|
|
9951
|
+
width="1em"
|
|
9952
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9953
|
+
>
|
|
9954
|
+
<path
|
|
9955
|
+
d="M0 0h24v24H0V0z"
|
|
9956
|
+
fill="none"
|
|
9957
|
+
/>
|
|
9958
|
+
<path
|
|
9959
|
+
d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z"
|
|
9960
|
+
/>
|
|
9961
|
+
</svg>
|
|
9962
|
+
</span>
|
|
9963
|
+
<div
|
|
9964
|
+
class="view"
|
|
9965
|
+
>
|
|
9966
|
+
<span
|
|
9967
|
+
class="text action"
|
|
9968
|
+
>
|
|
9969
|
+
common.label.check
|
|
9970
|
+
<span
|
|
9971
|
+
style="text-decoration: underline;"
|
|
9972
|
+
>
|
|
9973
|
+
in ─ common.label.check
|
|
9974
|
+
</span>
|
|
9975
|
+
out
|
|
9976
|
+
</span>
|
|
9977
|
+
</div>
|
|
9978
|
+
<span
|
|
9979
|
+
class="icon headline-3"
|
|
9980
|
+
>
|
|
9981
|
+
<svg
|
|
9982
|
+
fill="currentColor"
|
|
9983
|
+
height="1em"
|
|
9984
|
+
stroke="currentColor"
|
|
9985
|
+
stroke-width="0"
|
|
9986
|
+
viewBox="0 0 24 24"
|
|
9987
|
+
width="1em"
|
|
9988
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9989
|
+
>
|
|
9990
|
+
<path
|
|
9991
|
+
d="M0 0h24v24H0z"
|
|
9992
|
+
fill="none"
|
|
9993
|
+
/>
|
|
9994
|
+
<path
|
|
9995
|
+
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
9996
|
+
/>
|
|
9997
|
+
</svg>
|
|
9998
|
+
</span>
|
|
9999
|
+
</div>
|
|
10000
|
+
</span>
|
|
10001
|
+
<div
|
|
10002
|
+
class="layer hidden"
|
|
10003
|
+
style="left: 0px; top: 0px;"
|
|
10004
|
+
>
|
|
10005
|
+
<div
|
|
10006
|
+
class="view"
|
|
10007
|
+
>
|
|
10008
|
+
<div
|
|
10009
|
+
class="view container"
|
|
10010
|
+
>
|
|
10011
|
+
<div
|
|
10012
|
+
class="scrollview snap horizontal notIndicator scrollview"
|
|
10013
|
+
>
|
|
10014
|
+
<div
|
|
10015
|
+
class="view month"
|
|
10016
|
+
>
|
|
10017
|
+
<div
|
|
10018
|
+
class="view forceRow header"
|
|
10019
|
+
>
|
|
10020
|
+
<h4
|
|
10021
|
+
class="text bold headline-4 title"
|
|
10022
|
+
>
|
|
10023
|
+
agosto 2023
|
|
10024
|
+
</h4>
|
|
10025
|
+
</div>
|
|
10026
|
+
<div
|
|
10027
|
+
class="view forceRow weekdays"
|
|
10028
|
+
>
|
|
10029
|
+
<span
|
|
10030
|
+
class="text small cell weekday"
|
|
10031
|
+
>
|
|
10032
|
+
lun
|
|
10033
|
+
</span>
|
|
10034
|
+
<span
|
|
10035
|
+
class="text small cell weekday"
|
|
10036
|
+
>
|
|
10037
|
+
mar
|
|
10038
|
+
</span>
|
|
10039
|
+
<span
|
|
10040
|
+
class="text small cell weekday"
|
|
10041
|
+
>
|
|
10042
|
+
mié
|
|
10043
|
+
</span>
|
|
10044
|
+
<span
|
|
10045
|
+
class="text small cell weekday"
|
|
10046
|
+
>
|
|
10047
|
+
jue
|
|
10048
|
+
</span>
|
|
10049
|
+
<span
|
|
10050
|
+
class="text small cell weekday"
|
|
10051
|
+
>
|
|
10052
|
+
vie
|
|
10053
|
+
</span>
|
|
10054
|
+
<span
|
|
10055
|
+
class="text small cell weekday"
|
|
10056
|
+
>
|
|
10057
|
+
sáb
|
|
10058
|
+
</span>
|
|
10059
|
+
<span
|
|
10060
|
+
class="text small cell weekday"
|
|
10061
|
+
>
|
|
10062
|
+
dom
|
|
10063
|
+
</span>
|
|
10064
|
+
</div>
|
|
10065
|
+
<div
|
|
10066
|
+
class="view forceRow"
|
|
10067
|
+
>
|
|
10068
|
+
<div
|
|
10069
|
+
class="pressable disabled cell"
|
|
10070
|
+
data-testid="calendar-31-0"
|
|
10071
|
+
disabled=""
|
|
10072
|
+
/>
|
|
10073
|
+
<div
|
|
10074
|
+
class="pressable disabled cell"
|
|
10075
|
+
data-testid="calendar-31-1"
|
|
10076
|
+
disabled=""
|
|
10077
|
+
>
|
|
10078
|
+
<div
|
|
10079
|
+
class="view day"
|
|
10080
|
+
>
|
|
10081
|
+
<span
|
|
10082
|
+
class="text paragraph textDisabled"
|
|
10083
|
+
>
|
|
10084
|
+
1
|
|
10085
|
+
</span>
|
|
10086
|
+
</div>
|
|
10087
|
+
</div>
|
|
10088
|
+
<div
|
|
10089
|
+
class="pressable disabled cell"
|
|
10090
|
+
data-testid="calendar-31-2"
|
|
10091
|
+
disabled=""
|
|
10092
|
+
>
|
|
10093
|
+
<div
|
|
10094
|
+
class="view day"
|
|
10095
|
+
>
|
|
10096
|
+
<span
|
|
10097
|
+
class="text paragraph textDisabled"
|
|
10098
|
+
>
|
|
10099
|
+
2
|
|
10100
|
+
</span>
|
|
10101
|
+
</div>
|
|
10102
|
+
</div>
|
|
10103
|
+
<div
|
|
10104
|
+
class="pressable disabled cell"
|
|
10105
|
+
data-testid="calendar-31-3"
|
|
10106
|
+
disabled=""
|
|
10107
|
+
>
|
|
10108
|
+
<div
|
|
10109
|
+
class="view day"
|
|
10110
|
+
>
|
|
10111
|
+
<span
|
|
10112
|
+
class="text paragraph textDisabled"
|
|
10113
|
+
>
|
|
10114
|
+
3
|
|
10115
|
+
</span>
|
|
10116
|
+
</div>
|
|
10117
|
+
</div>
|
|
10118
|
+
<div
|
|
10119
|
+
class="pressable disabled cell"
|
|
10120
|
+
data-testid="calendar-31-4"
|
|
10121
|
+
disabled=""
|
|
10122
|
+
>
|
|
10123
|
+
<div
|
|
10124
|
+
class="view day"
|
|
10125
|
+
>
|
|
10126
|
+
<span
|
|
10127
|
+
class="text paragraph textDisabled"
|
|
10128
|
+
>
|
|
10129
|
+
4
|
|
10130
|
+
</span>
|
|
10131
|
+
</div>
|
|
10132
|
+
</div>
|
|
10133
|
+
<div
|
|
10134
|
+
class="pressable disabled cell"
|
|
10135
|
+
data-testid="calendar-31-5"
|
|
10136
|
+
disabled=""
|
|
10137
|
+
>
|
|
10138
|
+
<div
|
|
10139
|
+
class="view day"
|
|
10140
|
+
>
|
|
10141
|
+
<span
|
|
10142
|
+
class="text paragraph textDisabled"
|
|
10143
|
+
>
|
|
10144
|
+
5
|
|
10145
|
+
</span>
|
|
10146
|
+
</div>
|
|
10147
|
+
</div>
|
|
10148
|
+
<div
|
|
10149
|
+
class="pressable disabled cell"
|
|
10150
|
+
data-testid="calendar-31-6"
|
|
10151
|
+
disabled=""
|
|
10152
|
+
>
|
|
10153
|
+
<div
|
|
10154
|
+
class="view day"
|
|
10155
|
+
>
|
|
10156
|
+
<span
|
|
10157
|
+
class="text paragraph textDisabled"
|
|
10158
|
+
>
|
|
10159
|
+
6
|
|
10160
|
+
</span>
|
|
10161
|
+
</div>
|
|
10162
|
+
</div>
|
|
10163
|
+
</div>
|
|
10164
|
+
<div
|
|
10165
|
+
class="view forceRow"
|
|
10166
|
+
>
|
|
10167
|
+
<div
|
|
10168
|
+
class="pressable disabled cell"
|
|
10169
|
+
data-testid="calendar-32-0"
|
|
10170
|
+
disabled=""
|
|
10171
|
+
>
|
|
10172
|
+
<div
|
|
10173
|
+
class="view day"
|
|
10174
|
+
>
|
|
10175
|
+
<span
|
|
10176
|
+
class="text paragraph textDisabled"
|
|
10177
|
+
>
|
|
10178
|
+
7
|
|
10179
|
+
</span>
|
|
10180
|
+
</div>
|
|
10181
|
+
</div>
|
|
10182
|
+
<div
|
|
10183
|
+
class="pressable disabled cell"
|
|
10184
|
+
data-testid="calendar-32-1"
|
|
10185
|
+
disabled=""
|
|
10186
|
+
>
|
|
10187
|
+
<div
|
|
10188
|
+
class="view day"
|
|
10189
|
+
>
|
|
10190
|
+
<span
|
|
10191
|
+
class="text paragraph textDisabled"
|
|
10192
|
+
>
|
|
10193
|
+
8
|
|
10194
|
+
</span>
|
|
10195
|
+
</div>
|
|
10196
|
+
</div>
|
|
10197
|
+
<div
|
|
10198
|
+
class="pressable disabled cell"
|
|
10199
|
+
data-testid="calendar-32-2"
|
|
10200
|
+
disabled=""
|
|
10201
|
+
>
|
|
10202
|
+
<div
|
|
10203
|
+
class="view day"
|
|
10204
|
+
>
|
|
10205
|
+
<span
|
|
10206
|
+
class="text paragraph textDisabled"
|
|
10207
|
+
>
|
|
10208
|
+
9
|
|
10209
|
+
</span>
|
|
10210
|
+
</div>
|
|
10211
|
+
</div>
|
|
10212
|
+
<div
|
|
10213
|
+
class="pressable cell"
|
|
10214
|
+
data-testid="calendar-32-3"
|
|
10215
|
+
tabindex="7-10"
|
|
10216
|
+
>
|
|
10217
|
+
<div
|
|
10218
|
+
class="view day dayTouchable"
|
|
10219
|
+
>
|
|
10220
|
+
<span
|
|
10221
|
+
class="text bold paragraph"
|
|
10222
|
+
>
|
|
10223
|
+
10
|
|
10224
|
+
</span>
|
|
10225
|
+
</div>
|
|
10226
|
+
</div>
|
|
10227
|
+
<div
|
|
10228
|
+
class="pressable cell"
|
|
10229
|
+
data-testid="calendar-32-4"
|
|
10230
|
+
tabindex="7-11"
|
|
10231
|
+
>
|
|
10232
|
+
<div
|
|
10233
|
+
class="view day dayTouchable"
|
|
10234
|
+
>
|
|
10235
|
+
<span
|
|
10236
|
+
class="text paragraph"
|
|
10237
|
+
>
|
|
10238
|
+
11
|
|
10239
|
+
</span>
|
|
10240
|
+
</div>
|
|
10241
|
+
</div>
|
|
10242
|
+
<div
|
|
10243
|
+
class="pressable cell"
|
|
10244
|
+
data-testid="calendar-32-5"
|
|
10245
|
+
tabindex="7-12"
|
|
10246
|
+
>
|
|
10247
|
+
<div
|
|
10248
|
+
class="view day dayTouchable"
|
|
10249
|
+
>
|
|
10250
|
+
<span
|
|
10251
|
+
class="text paragraph"
|
|
10252
|
+
>
|
|
10253
|
+
12
|
|
10254
|
+
</span>
|
|
10255
|
+
</div>
|
|
10256
|
+
</div>
|
|
10257
|
+
<div
|
|
10258
|
+
class="pressable cell"
|
|
10259
|
+
data-testid="calendar-32-6"
|
|
10260
|
+
tabindex="7-13"
|
|
10261
|
+
>
|
|
10262
|
+
<div
|
|
10263
|
+
class="view day dayTouchable"
|
|
10264
|
+
>
|
|
10265
|
+
<span
|
|
10266
|
+
class="text paragraph"
|
|
10267
|
+
>
|
|
10268
|
+
13
|
|
10269
|
+
</span>
|
|
10270
|
+
</div>
|
|
10271
|
+
</div>
|
|
10272
|
+
</div>
|
|
10273
|
+
<div
|
|
10274
|
+
class="view forceRow"
|
|
10275
|
+
>
|
|
10276
|
+
<div
|
|
10277
|
+
class="pressable cell"
|
|
10278
|
+
data-testid="calendar-33-0"
|
|
10279
|
+
tabindex="7-14"
|
|
10280
|
+
>
|
|
10281
|
+
<div
|
|
10282
|
+
class="view day dayTouchable"
|
|
10283
|
+
>
|
|
10284
|
+
<span
|
|
10285
|
+
class="text paragraph"
|
|
10286
|
+
>
|
|
10287
|
+
14
|
|
10288
|
+
</span>
|
|
10289
|
+
</div>
|
|
10290
|
+
</div>
|
|
10291
|
+
<div
|
|
10292
|
+
class="pressable cell"
|
|
10293
|
+
data-testid="calendar-33-1"
|
|
10294
|
+
tabindex="7-15"
|
|
10295
|
+
>
|
|
10296
|
+
<div
|
|
10297
|
+
class="view day dayTouchable"
|
|
10298
|
+
>
|
|
10299
|
+
<span
|
|
10300
|
+
class="text paragraph"
|
|
10301
|
+
>
|
|
10302
|
+
15
|
|
10303
|
+
</span>
|
|
10304
|
+
</div>
|
|
10305
|
+
</div>
|
|
10306
|
+
<div
|
|
10307
|
+
class="pressable cell"
|
|
10308
|
+
data-testid="calendar-33-2"
|
|
10309
|
+
tabindex="7-16"
|
|
10310
|
+
>
|
|
10311
|
+
<div
|
|
10312
|
+
class="view day dayTouchable"
|
|
10313
|
+
>
|
|
10314
|
+
<span
|
|
10315
|
+
class="text paragraph"
|
|
10316
|
+
>
|
|
10317
|
+
16
|
|
10318
|
+
</span>
|
|
10319
|
+
</div>
|
|
10320
|
+
</div>
|
|
10321
|
+
<div
|
|
10322
|
+
class="pressable cell"
|
|
10323
|
+
data-testid="calendar-33-3"
|
|
10324
|
+
tabindex="7-17"
|
|
10325
|
+
>
|
|
10326
|
+
<div
|
|
10327
|
+
class="view day dayTouchable"
|
|
10328
|
+
>
|
|
10329
|
+
<span
|
|
10330
|
+
class="text paragraph"
|
|
10331
|
+
>
|
|
10332
|
+
17
|
|
10333
|
+
</span>
|
|
10334
|
+
</div>
|
|
10335
|
+
</div>
|
|
10336
|
+
<div
|
|
10337
|
+
class="pressable cell"
|
|
10338
|
+
data-testid="calendar-33-4"
|
|
10339
|
+
tabindex="7-18"
|
|
10340
|
+
>
|
|
10341
|
+
<div
|
|
10342
|
+
class="view day dayTouchable"
|
|
10343
|
+
>
|
|
10344
|
+
<span
|
|
10345
|
+
class="text paragraph"
|
|
10346
|
+
>
|
|
10347
|
+
18
|
|
10348
|
+
</span>
|
|
10349
|
+
</div>
|
|
10350
|
+
</div>
|
|
10351
|
+
<div
|
|
10352
|
+
class="pressable cell"
|
|
10353
|
+
data-testid="calendar-33-5"
|
|
10354
|
+
tabindex="7-19"
|
|
10355
|
+
>
|
|
10356
|
+
<div
|
|
10357
|
+
class="view day dayTouchable"
|
|
10358
|
+
>
|
|
10359
|
+
<span
|
|
10360
|
+
class="text paragraph"
|
|
10361
|
+
>
|
|
10362
|
+
19
|
|
10363
|
+
</span>
|
|
10364
|
+
</div>
|
|
10365
|
+
</div>
|
|
10366
|
+
<div
|
|
10367
|
+
class="pressable cell"
|
|
10368
|
+
data-testid="calendar-33-6"
|
|
10369
|
+
tabindex="7-20"
|
|
10370
|
+
>
|
|
10371
|
+
<div
|
|
10372
|
+
class="view day dayTouchable"
|
|
10373
|
+
>
|
|
10374
|
+
<span
|
|
10375
|
+
class="text paragraph"
|
|
10376
|
+
>
|
|
10377
|
+
20
|
|
10378
|
+
</span>
|
|
10379
|
+
</div>
|
|
10380
|
+
</div>
|
|
10381
|
+
</div>
|
|
10382
|
+
<div
|
|
10383
|
+
class="view forceRow"
|
|
10384
|
+
>
|
|
10385
|
+
<div
|
|
10386
|
+
class="pressable cell"
|
|
10387
|
+
data-testid="calendar-34-0"
|
|
10388
|
+
tabindex="7-21"
|
|
10389
|
+
>
|
|
10390
|
+
<div
|
|
10391
|
+
class="view day dayTouchable"
|
|
10392
|
+
>
|
|
10393
|
+
<span
|
|
10394
|
+
class="text paragraph"
|
|
10395
|
+
>
|
|
10396
|
+
21
|
|
10397
|
+
</span>
|
|
10398
|
+
</div>
|
|
10399
|
+
</div>
|
|
10400
|
+
<div
|
|
10401
|
+
class="pressable cell"
|
|
10402
|
+
data-testid="calendar-34-1"
|
|
10403
|
+
tabindex="7-22"
|
|
10404
|
+
>
|
|
10405
|
+
<div
|
|
10406
|
+
class="view day dayTouchable"
|
|
10407
|
+
>
|
|
10408
|
+
<span
|
|
10409
|
+
class="text paragraph"
|
|
10410
|
+
>
|
|
10411
|
+
22
|
|
10412
|
+
</span>
|
|
10413
|
+
</div>
|
|
10414
|
+
</div>
|
|
10415
|
+
<div
|
|
10416
|
+
class="pressable cell"
|
|
10417
|
+
data-testid="calendar-34-2"
|
|
10418
|
+
tabindex="7-23"
|
|
10419
|
+
>
|
|
10420
|
+
<div
|
|
10421
|
+
class="view day dayTouchable"
|
|
10422
|
+
>
|
|
10423
|
+
<span
|
|
10424
|
+
class="text paragraph"
|
|
10425
|
+
>
|
|
10426
|
+
23
|
|
10427
|
+
</span>
|
|
10428
|
+
</div>
|
|
10429
|
+
</div>
|
|
10430
|
+
<div
|
|
10431
|
+
class="pressable cell"
|
|
10432
|
+
data-testid="calendar-34-3"
|
|
10433
|
+
tabindex="7-24"
|
|
10434
|
+
>
|
|
10435
|
+
<div
|
|
10436
|
+
class="view day dayTouchable"
|
|
10437
|
+
>
|
|
10438
|
+
<span
|
|
10439
|
+
class="text paragraph"
|
|
10440
|
+
>
|
|
10441
|
+
24
|
|
10442
|
+
</span>
|
|
10443
|
+
</div>
|
|
10444
|
+
</div>
|
|
10445
|
+
<div
|
|
10446
|
+
class="pressable cell"
|
|
10447
|
+
data-testid="calendar-34-4"
|
|
10448
|
+
tabindex="7-25"
|
|
10449
|
+
>
|
|
10450
|
+
<div
|
|
10451
|
+
class="view day dayTouchable"
|
|
10452
|
+
>
|
|
10453
|
+
<span
|
|
10454
|
+
class="text paragraph"
|
|
10455
|
+
>
|
|
10456
|
+
25
|
|
10457
|
+
</span>
|
|
10458
|
+
</div>
|
|
10459
|
+
</div>
|
|
10460
|
+
<div
|
|
10461
|
+
class="pressable cell"
|
|
10462
|
+
data-testid="calendar-34-5"
|
|
10463
|
+
tabindex="7-26"
|
|
10464
|
+
>
|
|
10465
|
+
<div
|
|
10466
|
+
class="view day dayTouchable"
|
|
10467
|
+
>
|
|
10468
|
+
<span
|
|
10469
|
+
class="text paragraph"
|
|
10470
|
+
>
|
|
10471
|
+
26
|
|
10472
|
+
</span>
|
|
10473
|
+
</div>
|
|
10474
|
+
</div>
|
|
10475
|
+
<div
|
|
10476
|
+
class="pressable cell"
|
|
10477
|
+
data-testid="calendar-34-6"
|
|
10478
|
+
tabindex="7-27"
|
|
10479
|
+
>
|
|
10480
|
+
<div
|
|
10481
|
+
class="view day dayTouchable"
|
|
10482
|
+
>
|
|
10483
|
+
<span
|
|
10484
|
+
class="text paragraph"
|
|
10485
|
+
>
|
|
10486
|
+
27
|
|
10487
|
+
</span>
|
|
10488
|
+
</div>
|
|
10489
|
+
</div>
|
|
10490
|
+
</div>
|
|
10491
|
+
<div
|
|
10492
|
+
class="view forceRow"
|
|
10493
|
+
>
|
|
10494
|
+
<div
|
|
10495
|
+
class="pressable cell"
|
|
10496
|
+
data-testid="calendar-35-0"
|
|
10497
|
+
tabindex="7-28"
|
|
10498
|
+
>
|
|
10499
|
+
<div
|
|
10500
|
+
class="view day dayTouchable"
|
|
10501
|
+
>
|
|
10502
|
+
<span
|
|
10503
|
+
class="text paragraph"
|
|
10504
|
+
>
|
|
10505
|
+
28
|
|
10506
|
+
</span>
|
|
10507
|
+
</div>
|
|
10508
|
+
</div>
|
|
10509
|
+
<div
|
|
10510
|
+
class="pressable cell"
|
|
10511
|
+
data-testid="calendar-35-1"
|
|
10512
|
+
tabindex="7-29"
|
|
10513
|
+
>
|
|
10514
|
+
<div
|
|
10515
|
+
class="view day dayTouchable"
|
|
10516
|
+
>
|
|
10517
|
+
<span
|
|
10518
|
+
class="text paragraph"
|
|
10519
|
+
>
|
|
10520
|
+
29
|
|
10521
|
+
</span>
|
|
10522
|
+
</div>
|
|
10523
|
+
</div>
|
|
10524
|
+
<div
|
|
10525
|
+
class="pressable cell"
|
|
10526
|
+
data-testid="calendar-35-2"
|
|
10527
|
+
tabindex="7-30"
|
|
10528
|
+
>
|
|
10529
|
+
<div
|
|
10530
|
+
class="view day dayTouchable"
|
|
10531
|
+
>
|
|
10532
|
+
<span
|
|
10533
|
+
class="text paragraph"
|
|
10534
|
+
>
|
|
10535
|
+
30
|
|
10536
|
+
</span>
|
|
10537
|
+
</div>
|
|
10538
|
+
</div>
|
|
10539
|
+
<div
|
|
10540
|
+
class="pressable cell"
|
|
10541
|
+
data-testid="calendar-35-3"
|
|
10542
|
+
tabindex="7-31"
|
|
10543
|
+
>
|
|
10544
|
+
<div
|
|
10545
|
+
class="view day dayTouchable"
|
|
10546
|
+
>
|
|
10547
|
+
<span
|
|
10548
|
+
class="text paragraph"
|
|
10549
|
+
>
|
|
10550
|
+
31
|
|
10551
|
+
</span>
|
|
10552
|
+
</div>
|
|
10553
|
+
</div>
|
|
10554
|
+
<div
|
|
10555
|
+
class="pressable disabled cell"
|
|
10556
|
+
data-testid="calendar-35-4"
|
|
10557
|
+
disabled=""
|
|
10558
|
+
/>
|
|
10559
|
+
<div
|
|
10560
|
+
class="pressable disabled cell"
|
|
10561
|
+
data-testid="calendar-35-5"
|
|
10562
|
+
disabled=""
|
|
10563
|
+
/>
|
|
10564
|
+
<div
|
|
10565
|
+
class="pressable disabled cell"
|
|
10566
|
+
data-testid="calendar-35-6"
|
|
10567
|
+
disabled=""
|
|
10568
|
+
/>
|
|
10569
|
+
</div>
|
|
10570
|
+
<div
|
|
10571
|
+
class="view forceRow"
|
|
10572
|
+
>
|
|
10573
|
+
<div
|
|
10574
|
+
class="pressable disabled cell"
|
|
10575
|
+
data-testid="calendar-36-0"
|
|
10576
|
+
disabled=""
|
|
10577
|
+
/>
|
|
10578
|
+
<div
|
|
10579
|
+
class="pressable disabled cell"
|
|
10580
|
+
data-testid="calendar-36-1"
|
|
10581
|
+
disabled=""
|
|
10582
|
+
/>
|
|
10583
|
+
<div
|
|
10584
|
+
class="pressable disabled cell"
|
|
10585
|
+
data-testid="calendar-36-2"
|
|
10586
|
+
disabled=""
|
|
10587
|
+
/>
|
|
10588
|
+
<div
|
|
10589
|
+
class="pressable disabled cell"
|
|
10590
|
+
data-testid="calendar-36-3"
|
|
10591
|
+
disabled=""
|
|
10592
|
+
/>
|
|
10593
|
+
<div
|
|
10594
|
+
class="pressable disabled cell"
|
|
10595
|
+
data-testid="calendar-36-4"
|
|
10596
|
+
disabled=""
|
|
10597
|
+
/>
|
|
10598
|
+
<div
|
|
10599
|
+
class="pressable disabled cell"
|
|
10600
|
+
data-testid="calendar-36-5"
|
|
10601
|
+
disabled=""
|
|
10602
|
+
/>
|
|
10603
|
+
<div
|
|
10604
|
+
class="pressable disabled cell"
|
|
10605
|
+
data-testid="calendar-36-6"
|
|
10606
|
+
disabled=""
|
|
10607
|
+
/>
|
|
10608
|
+
</div>
|
|
10609
|
+
</div>
|
|
10610
|
+
<div
|
|
10611
|
+
class="view month"
|
|
10612
|
+
>
|
|
10613
|
+
<div
|
|
10614
|
+
class="view forceRow header"
|
|
10615
|
+
>
|
|
10616
|
+
<h4
|
|
10617
|
+
class="text bold headline-4 title"
|
|
10618
|
+
>
|
|
10619
|
+
septiembre 2023
|
|
10620
|
+
</h4>
|
|
10621
|
+
<div
|
|
10622
|
+
class="pressable"
|
|
10623
|
+
>
|
|
10624
|
+
<span
|
|
10625
|
+
class="icon headline-3"
|
|
10626
|
+
>
|
|
10627
|
+
<svg
|
|
10628
|
+
fill="currentColor"
|
|
10629
|
+
height="1em"
|
|
10630
|
+
stroke="currentColor"
|
|
10631
|
+
stroke-width="0"
|
|
10632
|
+
viewBox="0 0 24 24"
|
|
10633
|
+
width="1em"
|
|
10634
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10635
|
+
>
|
|
10636
|
+
<path
|
|
10637
|
+
d="M0 0h24v24H0V0z"
|
|
10638
|
+
fill="none"
|
|
10639
|
+
/>
|
|
10640
|
+
<path
|
|
10641
|
+
d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
|
|
10642
|
+
/>
|
|
10643
|
+
</svg>
|
|
10644
|
+
</span>
|
|
10645
|
+
</div>
|
|
10646
|
+
</div>
|
|
10647
|
+
<div
|
|
10648
|
+
class="view forceRow weekdays"
|
|
10649
|
+
>
|
|
10650
|
+
<span
|
|
10651
|
+
class="text small cell weekday"
|
|
10652
|
+
>
|
|
10653
|
+
lun
|
|
10654
|
+
</span>
|
|
10655
|
+
<span
|
|
10656
|
+
class="text small cell weekday"
|
|
10657
|
+
>
|
|
10658
|
+
mar
|
|
10659
|
+
</span>
|
|
10660
|
+
<span
|
|
10661
|
+
class="text small cell weekday"
|
|
10662
|
+
>
|
|
10663
|
+
mié
|
|
10664
|
+
</span>
|
|
10665
|
+
<span
|
|
10666
|
+
class="text small cell weekday"
|
|
10667
|
+
>
|
|
10668
|
+
jue
|
|
10669
|
+
</span>
|
|
10670
|
+
<span
|
|
10671
|
+
class="text small cell weekday"
|
|
10672
|
+
>
|
|
10673
|
+
vie
|
|
10674
|
+
</span>
|
|
10675
|
+
<span
|
|
10676
|
+
class="text small cell weekday"
|
|
10677
|
+
>
|
|
10678
|
+
sáb
|
|
10679
|
+
</span>
|
|
10680
|
+
<span
|
|
10681
|
+
class="text small cell weekday"
|
|
10682
|
+
>
|
|
10683
|
+
dom
|
|
10684
|
+
</span>
|
|
10685
|
+
</div>
|
|
10686
|
+
<div
|
|
10687
|
+
class="view forceRow"
|
|
10688
|
+
>
|
|
10689
|
+
<div
|
|
10690
|
+
class="pressable disabled cell"
|
|
10691
|
+
data-testid="calendar-35-0"
|
|
10692
|
+
disabled=""
|
|
10693
|
+
/>
|
|
10694
|
+
<div
|
|
10695
|
+
class="pressable disabled cell"
|
|
10696
|
+
data-testid="calendar-35-1"
|
|
10697
|
+
disabled=""
|
|
10698
|
+
/>
|
|
10699
|
+
<div
|
|
10700
|
+
class="pressable disabled cell"
|
|
10701
|
+
data-testid="calendar-35-2"
|
|
10702
|
+
disabled=""
|
|
10703
|
+
/>
|
|
10704
|
+
<div
|
|
10705
|
+
class="pressable disabled cell"
|
|
10706
|
+
data-testid="calendar-35-3"
|
|
10707
|
+
disabled=""
|
|
10708
|
+
/>
|
|
10709
|
+
<div
|
|
10710
|
+
class="pressable cell"
|
|
10711
|
+
data-testid="calendar-35-4"
|
|
10712
|
+
tabindex="8-1"
|
|
10713
|
+
>
|
|
10714
|
+
<div
|
|
10715
|
+
class="view day dayTouchable"
|
|
10716
|
+
>
|
|
10717
|
+
<span
|
|
10718
|
+
class="text paragraph"
|
|
10719
|
+
>
|
|
10720
|
+
1
|
|
10721
|
+
</span>
|
|
10722
|
+
</div>
|
|
10723
|
+
</div>
|
|
10724
|
+
<div
|
|
10725
|
+
class="pressable cell"
|
|
10726
|
+
data-testid="calendar-35-5"
|
|
10727
|
+
tabindex="8-2"
|
|
10728
|
+
>
|
|
10729
|
+
<div
|
|
10730
|
+
class="view day dayTouchable"
|
|
10731
|
+
>
|
|
10732
|
+
<span
|
|
10733
|
+
class="text paragraph"
|
|
10734
|
+
>
|
|
10735
|
+
2
|
|
10736
|
+
</span>
|
|
10737
|
+
</div>
|
|
10738
|
+
</div>
|
|
10739
|
+
<div
|
|
10740
|
+
class="pressable cell"
|
|
10741
|
+
data-testid="calendar-35-6"
|
|
10742
|
+
tabindex="8-3"
|
|
10743
|
+
>
|
|
10744
|
+
<div
|
|
10745
|
+
class="view day dayTouchable"
|
|
10746
|
+
>
|
|
10747
|
+
<span
|
|
10748
|
+
class="text paragraph"
|
|
10749
|
+
>
|
|
10750
|
+
3
|
|
10751
|
+
</span>
|
|
10752
|
+
</div>
|
|
10753
|
+
</div>
|
|
10754
|
+
</div>
|
|
10755
|
+
<div
|
|
10756
|
+
class="view forceRow"
|
|
10757
|
+
>
|
|
10758
|
+
<div
|
|
10759
|
+
class="pressable cell"
|
|
10760
|
+
data-testid="calendar-36-0"
|
|
10761
|
+
tabindex="8-4"
|
|
10762
|
+
>
|
|
10763
|
+
<div
|
|
10764
|
+
class="view day dayTouchable"
|
|
10765
|
+
>
|
|
10766
|
+
<span
|
|
10767
|
+
class="text paragraph"
|
|
10768
|
+
>
|
|
10769
|
+
4
|
|
10770
|
+
</span>
|
|
10771
|
+
</div>
|
|
10772
|
+
</div>
|
|
10773
|
+
<div
|
|
10774
|
+
class="pressable cell"
|
|
10775
|
+
data-testid="calendar-36-1"
|
|
10776
|
+
tabindex="8-5"
|
|
10777
|
+
>
|
|
10778
|
+
<div
|
|
10779
|
+
class="view day dayTouchable"
|
|
10780
|
+
>
|
|
10781
|
+
<span
|
|
10782
|
+
class="text paragraph"
|
|
10783
|
+
>
|
|
10784
|
+
5
|
|
10785
|
+
</span>
|
|
10786
|
+
</div>
|
|
10787
|
+
</div>
|
|
10788
|
+
<div
|
|
10789
|
+
class="pressable cell"
|
|
10790
|
+
data-testid="calendar-36-2"
|
|
10791
|
+
tabindex="8-6"
|
|
10792
|
+
>
|
|
10793
|
+
<div
|
|
10794
|
+
class="view day dayTouchable"
|
|
10795
|
+
>
|
|
10796
|
+
<span
|
|
10797
|
+
class="text paragraph"
|
|
10798
|
+
>
|
|
10799
|
+
6
|
|
10800
|
+
</span>
|
|
10801
|
+
</div>
|
|
10802
|
+
</div>
|
|
10803
|
+
<div
|
|
10804
|
+
class="pressable cell"
|
|
10805
|
+
data-testid="calendar-36-3"
|
|
10806
|
+
tabindex="8-7"
|
|
10807
|
+
>
|
|
10808
|
+
<div
|
|
10809
|
+
class="view day dayTouchable"
|
|
10810
|
+
>
|
|
10811
|
+
<span
|
|
10812
|
+
class="text paragraph"
|
|
10813
|
+
>
|
|
10814
|
+
7
|
|
10815
|
+
</span>
|
|
10816
|
+
</div>
|
|
10817
|
+
</div>
|
|
10818
|
+
<div
|
|
10819
|
+
class="pressable cell"
|
|
10820
|
+
data-testid="calendar-36-4"
|
|
10821
|
+
tabindex="8-8"
|
|
10822
|
+
>
|
|
10823
|
+
<div
|
|
10824
|
+
class="view day dayTouchable"
|
|
10825
|
+
>
|
|
10826
|
+
<span
|
|
10827
|
+
class="text paragraph"
|
|
10828
|
+
>
|
|
10829
|
+
8
|
|
10830
|
+
</span>
|
|
10831
|
+
</div>
|
|
10832
|
+
</div>
|
|
10833
|
+
<div
|
|
10834
|
+
class="pressable cell"
|
|
10835
|
+
data-testid="calendar-36-5"
|
|
10836
|
+
tabindex="8-9"
|
|
10837
|
+
>
|
|
10838
|
+
<div
|
|
10839
|
+
class="view day dayTouchable"
|
|
10840
|
+
>
|
|
10841
|
+
<span
|
|
10842
|
+
class="text paragraph"
|
|
10843
|
+
>
|
|
10844
|
+
9
|
|
10845
|
+
</span>
|
|
10846
|
+
</div>
|
|
10847
|
+
</div>
|
|
10848
|
+
<div
|
|
10849
|
+
class="pressable cell"
|
|
10850
|
+
data-testid="calendar-36-6"
|
|
10851
|
+
tabindex="8-10"
|
|
10852
|
+
>
|
|
10853
|
+
<div
|
|
10854
|
+
class="view day dayTouchable"
|
|
10855
|
+
>
|
|
10856
|
+
<span
|
|
10857
|
+
class="text paragraph"
|
|
10858
|
+
>
|
|
10859
|
+
10
|
|
10860
|
+
</span>
|
|
10861
|
+
</div>
|
|
10862
|
+
</div>
|
|
10863
|
+
</div>
|
|
10864
|
+
<div
|
|
10865
|
+
class="view forceRow"
|
|
10866
|
+
>
|
|
10867
|
+
<div
|
|
10868
|
+
class="pressable cell"
|
|
10869
|
+
data-testid="calendar-37-0"
|
|
10870
|
+
tabindex="8-11"
|
|
10871
|
+
>
|
|
10872
|
+
<div
|
|
10873
|
+
class="view day dayTouchable"
|
|
10874
|
+
>
|
|
10875
|
+
<span
|
|
10876
|
+
class="text paragraph"
|
|
10877
|
+
>
|
|
10878
|
+
11
|
|
10879
|
+
</span>
|
|
10880
|
+
</div>
|
|
10881
|
+
</div>
|
|
10882
|
+
<div
|
|
10883
|
+
class="pressable cell"
|
|
10884
|
+
data-testid="calendar-37-1"
|
|
10885
|
+
tabindex="8-12"
|
|
10886
|
+
>
|
|
10887
|
+
<div
|
|
10888
|
+
class="view day dayTouchable"
|
|
10889
|
+
>
|
|
10890
|
+
<span
|
|
10891
|
+
class="text paragraph"
|
|
10892
|
+
>
|
|
10893
|
+
12
|
|
10894
|
+
</span>
|
|
10895
|
+
</div>
|
|
10896
|
+
</div>
|
|
10897
|
+
<div
|
|
10898
|
+
class="pressable cell"
|
|
10899
|
+
data-testid="calendar-37-2"
|
|
10900
|
+
tabindex="8-13"
|
|
10901
|
+
>
|
|
10902
|
+
<div
|
|
10903
|
+
class="view day dayTouchable"
|
|
10904
|
+
>
|
|
10905
|
+
<span
|
|
10906
|
+
class="text paragraph"
|
|
10907
|
+
>
|
|
10908
|
+
13
|
|
10909
|
+
</span>
|
|
10910
|
+
</div>
|
|
10911
|
+
</div>
|
|
10912
|
+
<div
|
|
10913
|
+
class="pressable cell"
|
|
10914
|
+
data-testid="calendar-37-3"
|
|
10915
|
+
tabindex="8-14"
|
|
10916
|
+
>
|
|
10917
|
+
<div
|
|
10918
|
+
class="view day dayTouchable"
|
|
10919
|
+
>
|
|
10920
|
+
<span
|
|
10921
|
+
class="text paragraph"
|
|
10922
|
+
>
|
|
10923
|
+
14
|
|
10924
|
+
</span>
|
|
10925
|
+
</div>
|
|
10926
|
+
</div>
|
|
10927
|
+
<div
|
|
10928
|
+
class="pressable cell"
|
|
10929
|
+
data-testid="calendar-37-4"
|
|
10930
|
+
tabindex="8-15"
|
|
10931
|
+
>
|
|
10932
|
+
<div
|
|
10933
|
+
class="view day dayTouchable"
|
|
10934
|
+
>
|
|
10935
|
+
<span
|
|
10936
|
+
class="text paragraph"
|
|
10937
|
+
>
|
|
10938
|
+
15
|
|
10939
|
+
</span>
|
|
10940
|
+
</div>
|
|
10941
|
+
</div>
|
|
10942
|
+
<div
|
|
10943
|
+
class="pressable cell"
|
|
10944
|
+
data-testid="calendar-37-5"
|
|
10945
|
+
tabindex="8-16"
|
|
10946
|
+
>
|
|
10947
|
+
<div
|
|
10948
|
+
class="view day dayTouchable"
|
|
10949
|
+
>
|
|
10950
|
+
<span
|
|
10951
|
+
class="text paragraph"
|
|
10952
|
+
>
|
|
10953
|
+
16
|
|
10954
|
+
</span>
|
|
10955
|
+
</div>
|
|
10956
|
+
</div>
|
|
10957
|
+
<div
|
|
10958
|
+
class="pressable cell"
|
|
10959
|
+
data-testid="calendar-37-6"
|
|
10960
|
+
tabindex="8-17"
|
|
10961
|
+
>
|
|
10962
|
+
<div
|
|
10963
|
+
class="view day dayTouchable"
|
|
10964
|
+
>
|
|
10965
|
+
<span
|
|
10966
|
+
class="text paragraph"
|
|
10967
|
+
>
|
|
10968
|
+
17
|
|
10969
|
+
</span>
|
|
10970
|
+
</div>
|
|
10971
|
+
</div>
|
|
10972
|
+
</div>
|
|
10973
|
+
<div
|
|
10974
|
+
class="view forceRow"
|
|
10975
|
+
>
|
|
10976
|
+
<div
|
|
10977
|
+
class="pressable cell"
|
|
10978
|
+
data-testid="calendar-38-0"
|
|
10979
|
+
tabindex="8-18"
|
|
10980
|
+
>
|
|
10981
|
+
<div
|
|
10982
|
+
class="view day dayTouchable"
|
|
10983
|
+
>
|
|
10984
|
+
<span
|
|
10985
|
+
class="text paragraph"
|
|
10986
|
+
>
|
|
10987
|
+
18
|
|
10988
|
+
</span>
|
|
10989
|
+
</div>
|
|
10990
|
+
</div>
|
|
10991
|
+
<div
|
|
10992
|
+
class="pressable cell"
|
|
10993
|
+
data-testid="calendar-38-1"
|
|
10994
|
+
tabindex="8-19"
|
|
10995
|
+
>
|
|
10996
|
+
<div
|
|
10997
|
+
class="view day dayTouchable"
|
|
10998
|
+
>
|
|
10999
|
+
<span
|
|
11000
|
+
class="text paragraph"
|
|
11001
|
+
>
|
|
11002
|
+
19
|
|
11003
|
+
</span>
|
|
11004
|
+
</div>
|
|
11005
|
+
</div>
|
|
11006
|
+
<div
|
|
11007
|
+
class="pressable cell"
|
|
11008
|
+
data-testid="calendar-38-2"
|
|
11009
|
+
tabindex="8-20"
|
|
11010
|
+
>
|
|
11011
|
+
<div
|
|
11012
|
+
class="view day dayTouchable"
|
|
11013
|
+
>
|
|
11014
|
+
<span
|
|
11015
|
+
class="text paragraph"
|
|
11016
|
+
>
|
|
11017
|
+
20
|
|
11018
|
+
</span>
|
|
11019
|
+
</div>
|
|
11020
|
+
</div>
|
|
11021
|
+
<div
|
|
11022
|
+
class="pressable cell"
|
|
11023
|
+
data-testid="calendar-38-3"
|
|
11024
|
+
tabindex="8-21"
|
|
11025
|
+
>
|
|
11026
|
+
<div
|
|
11027
|
+
class="view day dayTouchable"
|
|
11028
|
+
>
|
|
11029
|
+
<span
|
|
11030
|
+
class="text paragraph"
|
|
11031
|
+
>
|
|
11032
|
+
21
|
|
11033
|
+
</span>
|
|
11034
|
+
</div>
|
|
11035
|
+
</div>
|
|
11036
|
+
<div
|
|
11037
|
+
class="pressable cell"
|
|
11038
|
+
data-testid="calendar-38-4"
|
|
11039
|
+
tabindex="8-22"
|
|
11040
|
+
>
|
|
11041
|
+
<div
|
|
11042
|
+
class="view day dayTouchable"
|
|
11043
|
+
>
|
|
11044
|
+
<span
|
|
11045
|
+
class="text paragraph"
|
|
11046
|
+
>
|
|
11047
|
+
22
|
|
11048
|
+
</span>
|
|
11049
|
+
</div>
|
|
11050
|
+
</div>
|
|
11051
|
+
<div
|
|
11052
|
+
class="pressable cell"
|
|
11053
|
+
data-testid="calendar-38-5"
|
|
11054
|
+
tabindex="8-23"
|
|
11055
|
+
>
|
|
11056
|
+
<div
|
|
11057
|
+
class="view day dayTouchable"
|
|
11058
|
+
>
|
|
11059
|
+
<span
|
|
11060
|
+
class="text paragraph"
|
|
11061
|
+
>
|
|
11062
|
+
23
|
|
11063
|
+
</span>
|
|
11064
|
+
</div>
|
|
11065
|
+
</div>
|
|
11066
|
+
<div
|
|
11067
|
+
class="pressable cell"
|
|
11068
|
+
data-testid="calendar-38-6"
|
|
11069
|
+
tabindex="8-24"
|
|
11070
|
+
>
|
|
11071
|
+
<div
|
|
11072
|
+
class="view day dayTouchable"
|
|
11073
|
+
>
|
|
11074
|
+
<span
|
|
11075
|
+
class="text paragraph"
|
|
11076
|
+
>
|
|
11077
|
+
24
|
|
11078
|
+
</span>
|
|
11079
|
+
</div>
|
|
11080
|
+
</div>
|
|
11081
|
+
</div>
|
|
11082
|
+
<div
|
|
11083
|
+
class="view forceRow"
|
|
11084
|
+
>
|
|
11085
|
+
<div
|
|
11086
|
+
class="pressable cell"
|
|
11087
|
+
data-testid="calendar-39-0"
|
|
11088
|
+
tabindex="8-25"
|
|
11089
|
+
>
|
|
11090
|
+
<div
|
|
11091
|
+
class="view day dayTouchable"
|
|
11092
|
+
>
|
|
11093
|
+
<span
|
|
11094
|
+
class="text paragraph"
|
|
11095
|
+
>
|
|
11096
|
+
25
|
|
11097
|
+
</span>
|
|
11098
|
+
</div>
|
|
11099
|
+
</div>
|
|
11100
|
+
<div
|
|
11101
|
+
class="pressable cell"
|
|
11102
|
+
data-testid="calendar-39-1"
|
|
11103
|
+
tabindex="8-26"
|
|
11104
|
+
>
|
|
11105
|
+
<div
|
|
11106
|
+
class="view day dayTouchable"
|
|
11107
|
+
>
|
|
11108
|
+
<span
|
|
11109
|
+
class="text paragraph"
|
|
11110
|
+
>
|
|
11111
|
+
26
|
|
11112
|
+
</span>
|
|
11113
|
+
</div>
|
|
11114
|
+
</div>
|
|
11115
|
+
<div
|
|
11116
|
+
class="pressable cell"
|
|
11117
|
+
data-testid="calendar-39-2"
|
|
11118
|
+
tabindex="8-27"
|
|
11119
|
+
>
|
|
11120
|
+
<div
|
|
11121
|
+
class="view day dayTouchable"
|
|
11122
|
+
>
|
|
11123
|
+
<span
|
|
11124
|
+
class="text paragraph"
|
|
11125
|
+
>
|
|
11126
|
+
27
|
|
11127
|
+
</span>
|
|
11128
|
+
</div>
|
|
11129
|
+
</div>
|
|
11130
|
+
<div
|
|
11131
|
+
class="pressable cell"
|
|
11132
|
+
data-testid="calendar-39-3"
|
|
11133
|
+
tabindex="8-28"
|
|
11134
|
+
>
|
|
11135
|
+
<div
|
|
11136
|
+
class="view day dayTouchable"
|
|
11137
|
+
>
|
|
11138
|
+
<span
|
|
11139
|
+
class="text paragraph"
|
|
11140
|
+
>
|
|
11141
|
+
28
|
|
11142
|
+
</span>
|
|
11143
|
+
</div>
|
|
11144
|
+
</div>
|
|
11145
|
+
<div
|
|
11146
|
+
class="pressable cell"
|
|
11147
|
+
data-testid="calendar-39-4"
|
|
11148
|
+
tabindex="8-29"
|
|
11149
|
+
>
|
|
11150
|
+
<div
|
|
11151
|
+
class="view day dayTouchable"
|
|
11152
|
+
>
|
|
11153
|
+
<span
|
|
11154
|
+
class="text paragraph"
|
|
11155
|
+
>
|
|
11156
|
+
29
|
|
11157
|
+
</span>
|
|
11158
|
+
</div>
|
|
11159
|
+
</div>
|
|
11160
|
+
<div
|
|
11161
|
+
class="pressable cell"
|
|
11162
|
+
data-testid="calendar-39-5"
|
|
11163
|
+
tabindex="8-30"
|
|
11164
|
+
>
|
|
11165
|
+
<div
|
|
11166
|
+
class="view day dayTouchable"
|
|
11167
|
+
>
|
|
11168
|
+
<span
|
|
11169
|
+
class="text paragraph"
|
|
11170
|
+
>
|
|
11171
|
+
30
|
|
11172
|
+
</span>
|
|
11173
|
+
</div>
|
|
11174
|
+
</div>
|
|
11175
|
+
<div
|
|
11176
|
+
class="pressable disabled cell"
|
|
11177
|
+
data-testid="calendar-39-6"
|
|
11178
|
+
disabled=""
|
|
11179
|
+
/>
|
|
11180
|
+
</div>
|
|
11181
|
+
<div
|
|
11182
|
+
class="view forceRow"
|
|
11183
|
+
>
|
|
11184
|
+
<div
|
|
11185
|
+
class="pressable disabled cell"
|
|
11186
|
+
data-testid="calendar-40-0"
|
|
11187
|
+
disabled=""
|
|
11188
|
+
/>
|
|
11189
|
+
<div
|
|
11190
|
+
class="pressable disabled cell"
|
|
11191
|
+
data-testid="calendar-40-1"
|
|
11192
|
+
disabled=""
|
|
11193
|
+
/>
|
|
11194
|
+
<div
|
|
11195
|
+
class="pressable disabled cell"
|
|
11196
|
+
data-testid="calendar-40-2"
|
|
11197
|
+
disabled=""
|
|
11198
|
+
/>
|
|
11199
|
+
<div
|
|
11200
|
+
class="pressable disabled cell"
|
|
11201
|
+
data-testid="calendar-40-3"
|
|
11202
|
+
disabled=""
|
|
11203
|
+
/>
|
|
11204
|
+
<div
|
|
11205
|
+
class="pressable disabled cell"
|
|
11206
|
+
data-testid="calendar-40-4"
|
|
11207
|
+
disabled=""
|
|
11208
|
+
/>
|
|
11209
|
+
<div
|
|
11210
|
+
class="pressable disabled cell"
|
|
11211
|
+
data-testid="calendar-40-5"
|
|
11212
|
+
disabled=""
|
|
11213
|
+
/>
|
|
11214
|
+
<div
|
|
11215
|
+
class="pressable disabled cell"
|
|
11216
|
+
data-testid="calendar-40-6"
|
|
11217
|
+
disabled=""
|
|
11218
|
+
/>
|
|
11219
|
+
</div>
|
|
11220
|
+
</div>
|
|
11221
|
+
</div>
|
|
11222
|
+
</div>
|
|
11223
|
+
<div
|
|
11224
|
+
class="view row"
|
|
11225
|
+
>
|
|
11226
|
+
<div
|
|
11227
|
+
class="view row"
|
|
11228
|
+
>
|
|
11229
|
+
<div
|
|
11230
|
+
class="view row"
|
|
11231
|
+
>
|
|
11232
|
+
<span
|
|
11233
|
+
class="text paragraph"
|
|
11234
|
+
>
|
|
11235
|
+
common.label.check_in
|
|
11236
|
+
</span>
|
|
11237
|
+
<span
|
|
11238
|
+
class="text paragraph"
|
|
11239
|
+
>
|
|
11240
|
+
─
|
|
11241
|
+
</span>
|
|
11242
|
+
<span
|
|
11243
|
+
class="text paragraph"
|
|
11244
|
+
>
|
|
11245
|
+
common.label.check_out
|
|
11246
|
+
</span>
|
|
11247
|
+
</div>
|
|
11248
|
+
</div>
|
|
11249
|
+
</div>
|
|
11250
|
+
</div>
|
|
11251
|
+
</div>
|
|
11252
|
+
<span>
|
|
11253
|
+
<div
|
|
11254
|
+
class="pressable"
|
|
11255
|
+
>
|
|
11256
|
+
<span
|
|
11257
|
+
class="icon headline-3"
|
|
11258
|
+
>
|
|
11259
|
+
<svg
|
|
11260
|
+
fill="currentColor"
|
|
11261
|
+
height="1em"
|
|
11262
|
+
stroke="currentColor"
|
|
11263
|
+
stroke-width="0"
|
|
11264
|
+
viewBox="0 0 24 24"
|
|
11265
|
+
width="1em"
|
|
11266
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11267
|
+
>
|
|
11268
|
+
<path
|
|
11269
|
+
d="M0 0h24v24H0z"
|
|
11270
|
+
fill="none"
|
|
11271
|
+
/>
|
|
11272
|
+
<path
|
|
11273
|
+
d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM9 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"
|
|
11274
|
+
/>
|
|
11275
|
+
</svg>
|
|
11276
|
+
</span>
|
|
11277
|
+
<div
|
|
11278
|
+
class="view"
|
|
11279
|
+
>
|
|
11280
|
+
<span
|
|
11281
|
+
class="text action"
|
|
11282
|
+
>
|
|
11283
|
+
finder.label.occupation
|
|
11284
|
+
<span
|
|
11285
|
+
style="text-decoration: underline;"
|
|
11286
|
+
>
|
|
11287
|
+
type
|
|
11288
|
+
</span>
|
|
11289
|
+
adult · finder.label.place_type.room
|
|
11290
|
+
</span>
|
|
11291
|
+
</div>
|
|
11292
|
+
<span
|
|
11293
|
+
class="icon headline-3"
|
|
11294
|
+
>
|
|
11295
|
+
<svg
|
|
11296
|
+
fill="currentColor"
|
|
11297
|
+
height="1em"
|
|
11298
|
+
stroke="currentColor"
|
|
11299
|
+
stroke-width="0"
|
|
11300
|
+
viewBox="0 0 24 24"
|
|
11301
|
+
width="1em"
|
|
11302
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11303
|
+
>
|
|
11304
|
+
<path
|
|
11305
|
+
d="M0 0h24v24H0z"
|
|
11306
|
+
fill="none"
|
|
11307
|
+
/>
|
|
11308
|
+
<path
|
|
11309
|
+
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
11310
|
+
/>
|
|
11311
|
+
</svg>
|
|
11312
|
+
</span>
|
|
11313
|
+
</div>
|
|
11314
|
+
</span>
|
|
11315
|
+
<div
|
|
11316
|
+
class="layer hidden"
|
|
11317
|
+
style="left: 0px; top: 0px;"
|
|
11318
|
+
>
|
|
11319
|
+
<div
|
|
11320
|
+
class="view"
|
|
11321
|
+
>
|
|
11322
|
+
<div
|
|
11323
|
+
class="scrollview vertical notIndicator"
|
|
11324
|
+
>
|
|
11325
|
+
<div
|
|
11326
|
+
class="view wide"
|
|
11327
|
+
>
|
|
11328
|
+
<div
|
|
11329
|
+
class="view row"
|
|
11330
|
+
>
|
|
11331
|
+
<span
|
|
11332
|
+
class="text action"
|
|
11333
|
+
>
|
|
11334
|
+
finder.label.place
|
|
11335
|
+
<span
|
|
11336
|
+
style="text-decoration: underline;"
|
|
11337
|
+
>
|
|
11338
|
+
type
|
|
11339
|
+
</span>
|
|
11340
|
+
count.room
|
|
11341
|
+
</span>
|
|
11342
|
+
</div>
|
|
11343
|
+
<div
|
|
11344
|
+
class="view row inputNumber"
|
|
11345
|
+
>
|
|
11346
|
+
<div
|
|
11347
|
+
class="view texts"
|
|
11348
|
+
>
|
|
11349
|
+
<span
|
|
11350
|
+
class="text paragraph text label"
|
|
11351
|
+
>
|
|
11352
|
+
finder.label.occupation_type_adult
|
|
11353
|
+
</span>
|
|
11354
|
+
<span
|
|
11355
|
+
class="text small text hint hint"
|
|
11356
|
+
>
|
|
11357
|
+
common.label.age_from
|
|
11358
|
+
</span>
|
|
11359
|
+
</div>
|
|
11360
|
+
<button
|
|
11361
|
+
class="pressable button rounded squared secondary"
|
|
11362
|
+
>
|
|
11363
|
+
<span
|
|
11364
|
+
class="icon headline-3"
|
|
11365
|
+
>
|
|
11366
|
+
<svg
|
|
11367
|
+
fill="currentColor"
|
|
11368
|
+
height="1em"
|
|
11369
|
+
stroke="currentColor"
|
|
11370
|
+
stroke-width="0"
|
|
11371
|
+
viewBox="0 0 24 24"
|
|
11372
|
+
width="1em"
|
|
11373
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11374
|
+
>
|
|
11375
|
+
<path
|
|
11376
|
+
d="M0 0h24v24H0V0z"
|
|
11377
|
+
fill="none"
|
|
11378
|
+
/>
|
|
11379
|
+
<path
|
|
11380
|
+
d="M19 13H5v-2h14v2z"
|
|
11381
|
+
/>
|
|
11382
|
+
</svg>
|
|
11383
|
+
</span>
|
|
11384
|
+
</button>
|
|
11385
|
+
<span
|
|
11386
|
+
class="text headline-3 value"
|
|
11387
|
+
>
|
|
11388
|
+
2
|
|
11389
|
+
</span>
|
|
11390
|
+
<button
|
|
11391
|
+
class="pressable button rounded squared secondary"
|
|
11392
|
+
>
|
|
11393
|
+
<span
|
|
11394
|
+
class="icon headline-3"
|
|
11395
|
+
>
|
|
11396
|
+
<svg
|
|
11397
|
+
fill="currentColor"
|
|
11398
|
+
height="1em"
|
|
11399
|
+
stroke="currentColor"
|
|
11400
|
+
stroke-width="0"
|
|
11401
|
+
viewBox="0 0 24 24"
|
|
11402
|
+
width="1em"
|
|
11403
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11404
|
+
>
|
|
11405
|
+
<path
|
|
11406
|
+
d="M0 0h24v24H0V0z"
|
|
11407
|
+
fill="none"
|
|
11408
|
+
/>
|
|
11409
|
+
<path
|
|
11410
|
+
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
11411
|
+
/>
|
|
11412
|
+
</svg>
|
|
11413
|
+
</span>
|
|
11414
|
+
</button>
|
|
11415
|
+
</div>
|
|
11416
|
+
<div
|
|
11417
|
+
class="view row inputNumber"
|
|
11418
|
+
>
|
|
11419
|
+
<div
|
|
11420
|
+
class="view texts"
|
|
11421
|
+
>
|
|
11422
|
+
<span
|
|
11423
|
+
class="text paragraph text label"
|
|
11424
|
+
>
|
|
11425
|
+
finder.label.occupation_type_child
|
|
11426
|
+
</span>
|
|
11427
|
+
<span
|
|
11428
|
+
class="text small text hint hint"
|
|
11429
|
+
>
|
|
11430
|
+
common.label.age
|
|
11431
|
+
<span
|
|
11432
|
+
style="text-decoration: underline;"
|
|
11433
|
+
>
|
|
11434
|
+
up
|
|
11435
|
+
</span>
|
|
11436
|
+
to
|
|
11437
|
+
</span>
|
|
11438
|
+
</div>
|
|
11439
|
+
<button
|
|
11440
|
+
class="pressable disabled button rounded squared disabled"
|
|
11441
|
+
disabled=""
|
|
11442
|
+
>
|
|
11443
|
+
<span
|
|
11444
|
+
class="icon headline-3"
|
|
11445
|
+
>
|
|
11446
|
+
<svg
|
|
11447
|
+
fill="currentColor"
|
|
11448
|
+
height="1em"
|
|
11449
|
+
stroke="currentColor"
|
|
11450
|
+
stroke-width="0"
|
|
11451
|
+
viewBox="0 0 24 24"
|
|
11452
|
+
width="1em"
|
|
11453
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11454
|
+
>
|
|
11455
|
+
<path
|
|
11456
|
+
d="M0 0h24v24H0V0z"
|
|
11457
|
+
fill="none"
|
|
11458
|
+
/>
|
|
11459
|
+
<path
|
|
11460
|
+
d="M19 13H5v-2h14v2z"
|
|
11461
|
+
/>
|
|
11462
|
+
</svg>
|
|
11463
|
+
</span>
|
|
11464
|
+
</button>
|
|
11465
|
+
<span
|
|
11466
|
+
class="text headline-3 value"
|
|
11467
|
+
>
|
|
11468
|
+
0
|
|
11469
|
+
</span>
|
|
11470
|
+
<button
|
|
11471
|
+
class="pressable button rounded squared secondary"
|
|
11472
|
+
>
|
|
11473
|
+
<span
|
|
11474
|
+
class="icon headline-3"
|
|
11475
|
+
>
|
|
11476
|
+
<svg
|
|
11477
|
+
fill="currentColor"
|
|
11478
|
+
height="1em"
|
|
11479
|
+
stroke="currentColor"
|
|
11480
|
+
stroke-width="0"
|
|
11481
|
+
viewBox="0 0 24 24"
|
|
11482
|
+
width="1em"
|
|
11483
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11484
|
+
>
|
|
11485
|
+
<path
|
|
11486
|
+
d="M0 0h24v24H0V0z"
|
|
11487
|
+
fill="none"
|
|
11488
|
+
/>
|
|
11489
|
+
<path
|
|
11490
|
+
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
11491
|
+
/>
|
|
11492
|
+
</svg>
|
|
11493
|
+
</span>
|
|
11494
|
+
</button>
|
|
11495
|
+
</div>
|
|
11496
|
+
</div>
|
|
11497
|
+
</div>
|
|
11498
|
+
<div
|
|
11499
|
+
class="view row"
|
|
11500
|
+
>
|
|
11501
|
+
<button
|
|
11502
|
+
class="pressable button secondary"
|
|
11503
|
+
>
|
|
11504
|
+
finder.action.add_place_type.room
|
|
11505
|
+
</button>
|
|
11506
|
+
</div>
|
|
11507
|
+
</div>
|
|
11508
|
+
</div>
|
|
11509
|
+
<span>
|
|
11510
|
+
<div
|
|
11511
|
+
class="pressable"
|
|
11512
|
+
>
|
|
11513
|
+
<span
|
|
11514
|
+
class="icon headline-3"
|
|
11515
|
+
>
|
|
11516
|
+
<svg
|
|
11517
|
+
fill="currentColor"
|
|
11518
|
+
height="1em"
|
|
11519
|
+
stroke="currentColor"
|
|
11520
|
+
stroke-width="0"
|
|
11521
|
+
viewBox="0 0 24 24"
|
|
11522
|
+
width="1em"
|
|
11523
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11524
|
+
>
|
|
11525
|
+
<g
|
|
11526
|
+
fill="none"
|
|
11527
|
+
>
|
|
11528
|
+
<path
|
|
11529
|
+
d="M0 0h24v24H0V0z"
|
|
11530
|
+
/>
|
|
11531
|
+
<path
|
|
11532
|
+
d="M0 0h24v24H0V0z"
|
|
11533
|
+
opacity=".87"
|
|
11534
|
+
/>
|
|
11535
|
+
</g>
|
|
11536
|
+
<path
|
|
11537
|
+
d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"
|
|
11538
|
+
/>
|
|
11539
|
+
</svg>
|
|
11540
|
+
</span>
|
|
11541
|
+
<div
|
|
11542
|
+
class="view"
|
|
11543
|
+
>
|
|
11544
|
+
<input
|
|
11545
|
+
class="input"
|
|
11546
|
+
name="mirai:finder:promocode"
|
|
11547
|
+
placeholder="common.label.promo_code"
|
|
11548
|
+
type="text"
|
|
11549
|
+
value=""
|
|
11550
|
+
/>
|
|
11551
|
+
</div>
|
|
11552
|
+
</div>
|
|
11553
|
+
</span>
|
|
11554
|
+
<div
|
|
11555
|
+
class="layer hidden"
|
|
11556
|
+
style="left: 0px; top: 0px;"
|
|
11557
|
+
/>
|
|
11558
|
+
<button
|
|
11559
|
+
class="pressable button large"
|
|
11560
|
+
>
|
|
11561
|
+
finder.place.cta
|
|
11562
|
+
</button>
|
|
11563
|
+
</div>
|
|
11564
|
+
</DocumentFragment>
|
|
11565
|
+
`;
|
|
11566
|
+
|
|
11567
|
+
exports[`component:<Finder> type:hotel prop:assisted 1`] = `
|
|
11568
|
+
<DocumentFragment>
|
|
11569
|
+
<div
|
|
11570
|
+
class="view row"
|
|
8301
11571
|
>
|
|
8302
11572
|
<span>
|
|
8303
11573
|
<div
|