@mirai/core 0.3.363 → 0.3.365
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/Core.js +3 -5
- package/build/Core.js.map +1 -1
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +24 -24
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +30 -30
- package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +9 -9
- package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +17 -17
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +30 -24
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +8 -8
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +6 -6
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +95 -70
- package/build/components/Finder/Finder.compact.js +1 -1
- package/build/components/Finder/Finder.compact.js.map +1 -1
- package/build/components/Finder/Finder.js +1 -0
- package/build/components/Finder/Finder.js.map +1 -1
- package/build/components/Finder/Finder.module.css +21 -10
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +294 -210
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +18 -18
- package/build/components/Rates/Rates.js +1 -1
- package/build/components/Rates/Rates.js.map +1 -1
- package/build/components/Rates/components/Filters/Filters.module.css +4 -0
- package/build/components/Rates/components/ModalExtras/ModalExtras.js +0 -1
- package/build/components/Rates/components/ModalExtras/ModalExtras.js.map +1 -1
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +33 -33
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +9 -6
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +10 -10
- package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +8 -8
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +6 -6
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +17 -17
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +9 -9
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +3 -2
- package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +32 -32
- package/build/components/__shared__/FieldOccupation/FieldOccupation.js +3 -0
- package/build/components/__shared__/FieldOccupation/FieldOccupation.js.map +1 -1
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +150 -96
- package/build/components/__shared__/Occupation/Occupation.Group.js +4 -2
- package/build/components/__shared__/Occupation/Occupation.Group.js.map +1 -1
- package/build/components/__shared__/Occupation/Occupation.js +2 -1
- package/build/components/__shared__/Occupation/Occupation.js.map +1 -1
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +258 -168
- package/build/helpers/getContents.js +16 -0
- package/build/helpers/getContents.js.map +1 -0
- package/build/helpers/index.js +22 -0
- package/build/helpers/index.js.map +1 -1
- package/build/theme.css +2 -0
- package/package.json +1 -1
- package/public/App.jsx +1 -1
|
@@ -675,7 +675,7 @@ exports[`component:<Finder> type:chain inherit:className 1`] = `
|
|
|
675
675
|
>
|
|
676
676
|
septiembre 2023
|
|
677
677
|
</ui-text>
|
|
678
|
-
<button
|
|
678
|
+
<ui-button
|
|
679
679
|
class="pressable button small squared transparent"
|
|
680
680
|
tabindex="0"
|
|
681
681
|
>
|
|
@@ -700,7 +700,7 @@ exports[`component:<Finder> type:chain inherit:className 1`] = `
|
|
|
700
700
|
/>
|
|
701
701
|
</svg>
|
|
702
702
|
</ui-icon>
|
|
703
|
-
</button>
|
|
703
|
+
</ui-button>
|
|
704
704
|
</ui-view>
|
|
705
705
|
<ui-calendar-weekdays
|
|
706
706
|
class="view forceRow weekdays"
|
|
@@ -1390,6 +1390,7 @@ exports[`component:<Finder> type:chain inherit:className 1`] = `
|
|
|
1390
1390
|
</ui-view>
|
|
1391
1391
|
<ui-input-number
|
|
1392
1392
|
class="view row inputNumber"
|
|
1393
|
+
data-testid="group-0"
|
|
1393
1394
|
>
|
|
1394
1395
|
<ui-view
|
|
1395
1396
|
class="view texts"
|
|
@@ -1405,8 +1406,9 @@ exports[`component:<Finder> type:chain inherit:className 1`] = `
|
|
|
1405
1406
|
common.label.age_from
|
|
1406
1407
|
</ui-text>
|
|
1407
1408
|
</ui-view>
|
|
1408
|
-
<button
|
|
1409
|
+
<ui-button
|
|
1409
1410
|
class="pressable button small squared secondary"
|
|
1411
|
+
data-testid="group-0-button-min"
|
|
1410
1412
|
tabindex="0"
|
|
1411
1413
|
>
|
|
1412
1414
|
<ui-icon
|
|
@@ -1430,14 +1432,15 @@ exports[`component:<Finder> type:chain inherit:className 1`] = `
|
|
|
1430
1432
|
/>
|
|
1431
1433
|
</svg>
|
|
1432
1434
|
</ui-icon>
|
|
1433
|
-
</button>
|
|
1435
|
+
</ui-button>
|
|
1434
1436
|
<ui-text
|
|
1435
1437
|
class="text paragraph value"
|
|
1436
1438
|
>
|
|
1437
1439
|
2
|
|
1438
1440
|
</ui-text>
|
|
1439
|
-
<button
|
|
1441
|
+
<ui-button
|
|
1440
1442
|
class="pressable button small squared secondary"
|
|
1443
|
+
data-testid="group-0-button-max"
|
|
1441
1444
|
tabindex="0"
|
|
1442
1445
|
>
|
|
1443
1446
|
<ui-icon
|
|
@@ -1461,10 +1464,11 @@ exports[`component:<Finder> type:chain inherit:className 1`] = `
|
|
|
1461
1464
|
/>
|
|
1462
1465
|
</svg>
|
|
1463
1466
|
</ui-icon>
|
|
1464
|
-
</button>
|
|
1467
|
+
</ui-button>
|
|
1465
1468
|
</ui-input-number>
|
|
1466
1469
|
<ui-input-number
|
|
1467
1470
|
class="view row inputNumber"
|
|
1471
|
+
data-testid="group-1"
|
|
1468
1472
|
>
|
|
1469
1473
|
<ui-view
|
|
1470
1474
|
class="view texts"
|
|
@@ -1486,9 +1490,10 @@ exports[`component:<Finder> type:chain inherit:className 1`] = `
|
|
|
1486
1490
|
to
|
|
1487
1491
|
</ui-text>
|
|
1488
1492
|
</ui-view>
|
|
1489
|
-
<button
|
|
1493
|
+
<ui-button
|
|
1490
1494
|
class="pressable disabled button small squared disabled"
|
|
1491
|
-
|
|
1495
|
+
data-testid="group-1-button-min"
|
|
1496
|
+
disabled="true"
|
|
1492
1497
|
>
|
|
1493
1498
|
<ui-icon
|
|
1494
1499
|
class="icon headline-3"
|
|
@@ -1511,14 +1516,15 @@ exports[`component:<Finder> type:chain inherit:className 1`] = `
|
|
|
1511
1516
|
/>
|
|
1512
1517
|
</svg>
|
|
1513
1518
|
</ui-icon>
|
|
1514
|
-
</button>
|
|
1519
|
+
</ui-button>
|
|
1515
1520
|
<ui-text
|
|
1516
1521
|
class="text paragraph value"
|
|
1517
1522
|
>
|
|
1518
1523
|
0
|
|
1519
1524
|
</ui-text>
|
|
1520
|
-
<button
|
|
1525
|
+
<ui-button
|
|
1521
1526
|
class="pressable button small squared secondary"
|
|
1527
|
+
data-testid="group-1-button-max"
|
|
1522
1528
|
tabindex="0"
|
|
1523
1529
|
>
|
|
1524
1530
|
<ui-icon
|
|
@@ -1542,19 +1548,19 @@ exports[`component:<Finder> type:chain inherit:className 1`] = `
|
|
|
1542
1548
|
/>
|
|
1543
1549
|
</svg>
|
|
1544
1550
|
</ui-icon>
|
|
1545
|
-
</button>
|
|
1551
|
+
</ui-button>
|
|
1546
1552
|
</ui-input-number>
|
|
1547
1553
|
</ui-view>
|
|
1548
1554
|
</ui-scrollview>
|
|
1549
1555
|
<ui-view
|
|
1550
1556
|
class="view row"
|
|
1551
1557
|
>
|
|
1552
|
-
<button
|
|
1558
|
+
<ui-button
|
|
1553
1559
|
class="pressable button secondary"
|
|
1554
1560
|
tabindex="0"
|
|
1555
1561
|
>
|
|
1556
1562
|
finder.action.add_place_type.room
|
|
1557
|
-
</button>
|
|
1563
|
+
</ui-button>
|
|
1558
1564
|
</ui-view>
|
|
1559
1565
|
</ui-view>
|
|
1560
1566
|
</ui-layer-content>
|
|
@@ -1633,12 +1639,12 @@ exports[`component:<Finder> type:chain inherit:className 1`] = `
|
|
|
1633
1639
|
class="layer hidden"
|
|
1634
1640
|
style="left: 0px; top: 0px;"
|
|
1635
1641
|
/>
|
|
1636
|
-
<button
|
|
1642
|
+
<ui-button
|
|
1637
1643
|
class="pressable button large"
|
|
1638
1644
|
tabindex="0"
|
|
1639
1645
|
>
|
|
1640
1646
|
common.action.search
|
|
1641
|
-
</button>
|
|
1647
|
+
</ui-button>
|
|
1642
1648
|
</ui-finder>
|
|
1643
1649
|
</DocumentFragment>
|
|
1644
1650
|
`;
|
|
@@ -2318,7 +2324,7 @@ exports[`component:<Finder> type:chain prop:assisted 1`] = `
|
|
|
2318
2324
|
>
|
|
2319
2325
|
septiembre 2023
|
|
2320
2326
|
</ui-text>
|
|
2321
|
-
<button
|
|
2327
|
+
<ui-button
|
|
2322
2328
|
class="pressable button small squared transparent"
|
|
2323
2329
|
tabindex="0"
|
|
2324
2330
|
>
|
|
@@ -2343,7 +2349,7 @@ exports[`component:<Finder> type:chain prop:assisted 1`] = `
|
|
|
2343
2349
|
/>
|
|
2344
2350
|
</svg>
|
|
2345
2351
|
</ui-icon>
|
|
2346
|
-
</button>
|
|
2352
|
+
</ui-button>
|
|
2347
2353
|
</ui-view>
|
|
2348
2354
|
<ui-calendar-weekdays
|
|
2349
2355
|
class="view forceRow weekdays"
|
|
@@ -3033,6 +3039,7 @@ exports[`component:<Finder> type:chain prop:assisted 1`] = `
|
|
|
3033
3039
|
</ui-view>
|
|
3034
3040
|
<ui-input-number
|
|
3035
3041
|
class="view row inputNumber"
|
|
3042
|
+
data-testid="group-0"
|
|
3036
3043
|
>
|
|
3037
3044
|
<ui-view
|
|
3038
3045
|
class="view texts"
|
|
@@ -3048,8 +3055,9 @@ exports[`component:<Finder> type:chain prop:assisted 1`] = `
|
|
|
3048
3055
|
common.label.age_from
|
|
3049
3056
|
</ui-text>
|
|
3050
3057
|
</ui-view>
|
|
3051
|
-
<button
|
|
3058
|
+
<ui-button
|
|
3052
3059
|
class="pressable button small squared secondary"
|
|
3060
|
+
data-testid="group-0-button-min"
|
|
3053
3061
|
tabindex="0"
|
|
3054
3062
|
>
|
|
3055
3063
|
<ui-icon
|
|
@@ -3073,14 +3081,15 @@ exports[`component:<Finder> type:chain prop:assisted 1`] = `
|
|
|
3073
3081
|
/>
|
|
3074
3082
|
</svg>
|
|
3075
3083
|
</ui-icon>
|
|
3076
|
-
</button>
|
|
3084
|
+
</ui-button>
|
|
3077
3085
|
<ui-text
|
|
3078
3086
|
class="text paragraph value"
|
|
3079
3087
|
>
|
|
3080
3088
|
2
|
|
3081
3089
|
</ui-text>
|
|
3082
|
-
<button
|
|
3090
|
+
<ui-button
|
|
3083
3091
|
class="pressable button small squared secondary"
|
|
3092
|
+
data-testid="group-0-button-max"
|
|
3084
3093
|
tabindex="0"
|
|
3085
3094
|
>
|
|
3086
3095
|
<ui-icon
|
|
@@ -3104,10 +3113,11 @@ exports[`component:<Finder> type:chain prop:assisted 1`] = `
|
|
|
3104
3113
|
/>
|
|
3105
3114
|
</svg>
|
|
3106
3115
|
</ui-icon>
|
|
3107
|
-
</button>
|
|
3116
|
+
</ui-button>
|
|
3108
3117
|
</ui-input-number>
|
|
3109
3118
|
<ui-input-number
|
|
3110
3119
|
class="view row inputNumber"
|
|
3120
|
+
data-testid="group-1"
|
|
3111
3121
|
>
|
|
3112
3122
|
<ui-view
|
|
3113
3123
|
class="view texts"
|
|
@@ -3129,9 +3139,10 @@ exports[`component:<Finder> type:chain prop:assisted 1`] = `
|
|
|
3129
3139
|
to
|
|
3130
3140
|
</ui-text>
|
|
3131
3141
|
</ui-view>
|
|
3132
|
-
<button
|
|
3142
|
+
<ui-button
|
|
3133
3143
|
class="pressable disabled button small squared disabled"
|
|
3134
|
-
|
|
3144
|
+
data-testid="group-1-button-min"
|
|
3145
|
+
disabled="true"
|
|
3135
3146
|
>
|
|
3136
3147
|
<ui-icon
|
|
3137
3148
|
class="icon headline-3"
|
|
@@ -3154,14 +3165,15 @@ exports[`component:<Finder> type:chain prop:assisted 1`] = `
|
|
|
3154
3165
|
/>
|
|
3155
3166
|
</svg>
|
|
3156
3167
|
</ui-icon>
|
|
3157
|
-
</button>
|
|
3168
|
+
</ui-button>
|
|
3158
3169
|
<ui-text
|
|
3159
3170
|
class="text paragraph value"
|
|
3160
3171
|
>
|
|
3161
3172
|
0
|
|
3162
3173
|
</ui-text>
|
|
3163
|
-
<button
|
|
3174
|
+
<ui-button
|
|
3164
3175
|
class="pressable button small squared secondary"
|
|
3176
|
+
data-testid="group-1-button-max"
|
|
3165
3177
|
tabindex="0"
|
|
3166
3178
|
>
|
|
3167
3179
|
<ui-icon
|
|
@@ -3185,19 +3197,19 @@ exports[`component:<Finder> type:chain prop:assisted 1`] = `
|
|
|
3185
3197
|
/>
|
|
3186
3198
|
</svg>
|
|
3187
3199
|
</ui-icon>
|
|
3188
|
-
</button>
|
|
3200
|
+
</ui-button>
|
|
3189
3201
|
</ui-input-number>
|
|
3190
3202
|
</ui-view>
|
|
3191
3203
|
</ui-scrollview>
|
|
3192
3204
|
<ui-view
|
|
3193
3205
|
class="view row"
|
|
3194
3206
|
>
|
|
3195
|
-
<button
|
|
3207
|
+
<ui-button
|
|
3196
3208
|
class="pressable button secondary"
|
|
3197
3209
|
tabindex="0"
|
|
3198
3210
|
>
|
|
3199
3211
|
finder.action.add_place_type.room
|
|
3200
|
-
</button>
|
|
3212
|
+
</ui-button>
|
|
3201
3213
|
</ui-view>
|
|
3202
3214
|
</ui-view>
|
|
3203
3215
|
</ui-layer-content>
|
|
@@ -3276,12 +3288,12 @@ exports[`component:<Finder> type:chain prop:assisted 1`] = `
|
|
|
3276
3288
|
class="layer hidden"
|
|
3277
3289
|
style="left: 0px; top: 0px;"
|
|
3278
3290
|
/>
|
|
3279
|
-
<button
|
|
3291
|
+
<ui-button
|
|
3280
3292
|
class="pressable button large"
|
|
3281
3293
|
tabindex="0"
|
|
3282
3294
|
>
|
|
3283
3295
|
common.action.search
|
|
3284
|
-
</button>
|
|
3296
|
+
</ui-button>
|
|
3285
3297
|
</ui-finder>
|
|
3286
3298
|
</DocumentFragment>
|
|
3287
3299
|
`;
|
|
@@ -3961,7 +3973,7 @@ exports[`component:<Finder> type:chain prop:compact 1`] = `
|
|
|
3961
3973
|
>
|
|
3962
3974
|
septiembre 2023
|
|
3963
3975
|
</ui-text>
|
|
3964
|
-
<button
|
|
3976
|
+
<ui-button
|
|
3965
3977
|
class="pressable button small squared transparent"
|
|
3966
3978
|
tabindex="0"
|
|
3967
3979
|
>
|
|
@@ -3986,7 +3998,7 @@ exports[`component:<Finder> type:chain prop:compact 1`] = `
|
|
|
3986
3998
|
/>
|
|
3987
3999
|
</svg>
|
|
3988
4000
|
</ui-icon>
|
|
3989
|
-
</button>
|
|
4001
|
+
</ui-button>
|
|
3990
4002
|
</ui-view>
|
|
3991
4003
|
<ui-calendar-weekdays
|
|
3992
4004
|
class="view forceRow weekdays"
|
|
@@ -4676,6 +4688,7 @@ exports[`component:<Finder> type:chain prop:compact 1`] = `
|
|
|
4676
4688
|
</ui-view>
|
|
4677
4689
|
<ui-input-number
|
|
4678
4690
|
class="view row inputNumber"
|
|
4691
|
+
data-testid="group-0"
|
|
4679
4692
|
>
|
|
4680
4693
|
<ui-view
|
|
4681
4694
|
class="view texts"
|
|
@@ -4691,8 +4704,9 @@ exports[`component:<Finder> type:chain prop:compact 1`] = `
|
|
|
4691
4704
|
common.label.age_from
|
|
4692
4705
|
</ui-text>
|
|
4693
4706
|
</ui-view>
|
|
4694
|
-
<button
|
|
4707
|
+
<ui-button
|
|
4695
4708
|
class="pressable button small squared secondary"
|
|
4709
|
+
data-testid="group-0-button-min"
|
|
4696
4710
|
tabindex="0"
|
|
4697
4711
|
>
|
|
4698
4712
|
<ui-icon
|
|
@@ -4716,14 +4730,15 @@ exports[`component:<Finder> type:chain prop:compact 1`] = `
|
|
|
4716
4730
|
/>
|
|
4717
4731
|
</svg>
|
|
4718
4732
|
</ui-icon>
|
|
4719
|
-
</button>
|
|
4733
|
+
</ui-button>
|
|
4720
4734
|
<ui-text
|
|
4721
4735
|
class="text paragraph value"
|
|
4722
4736
|
>
|
|
4723
4737
|
2
|
|
4724
4738
|
</ui-text>
|
|
4725
|
-
<button
|
|
4739
|
+
<ui-button
|
|
4726
4740
|
class="pressable button small squared secondary"
|
|
4741
|
+
data-testid="group-0-button-max"
|
|
4727
4742
|
tabindex="0"
|
|
4728
4743
|
>
|
|
4729
4744
|
<ui-icon
|
|
@@ -4747,10 +4762,11 @@ exports[`component:<Finder> type:chain prop:compact 1`] = `
|
|
|
4747
4762
|
/>
|
|
4748
4763
|
</svg>
|
|
4749
4764
|
</ui-icon>
|
|
4750
|
-
</button>
|
|
4765
|
+
</ui-button>
|
|
4751
4766
|
</ui-input-number>
|
|
4752
4767
|
<ui-input-number
|
|
4753
4768
|
class="view row inputNumber"
|
|
4769
|
+
data-testid="group-1"
|
|
4754
4770
|
>
|
|
4755
4771
|
<ui-view
|
|
4756
4772
|
class="view texts"
|
|
@@ -4772,9 +4788,10 @@ exports[`component:<Finder> type:chain prop:compact 1`] = `
|
|
|
4772
4788
|
to
|
|
4773
4789
|
</ui-text>
|
|
4774
4790
|
</ui-view>
|
|
4775
|
-
<button
|
|
4791
|
+
<ui-button
|
|
4776
4792
|
class="pressable disabled button small squared disabled"
|
|
4777
|
-
|
|
4793
|
+
data-testid="group-1-button-min"
|
|
4794
|
+
disabled="true"
|
|
4778
4795
|
>
|
|
4779
4796
|
<ui-icon
|
|
4780
4797
|
class="icon headline-3"
|
|
@@ -4797,14 +4814,15 @@ exports[`component:<Finder> type:chain prop:compact 1`] = `
|
|
|
4797
4814
|
/>
|
|
4798
4815
|
</svg>
|
|
4799
4816
|
</ui-icon>
|
|
4800
|
-
</button>
|
|
4817
|
+
</ui-button>
|
|
4801
4818
|
<ui-text
|
|
4802
4819
|
class="text paragraph value"
|
|
4803
4820
|
>
|
|
4804
4821
|
0
|
|
4805
4822
|
</ui-text>
|
|
4806
|
-
<button
|
|
4823
|
+
<ui-button
|
|
4807
4824
|
class="pressable button small squared secondary"
|
|
4825
|
+
data-testid="group-1-button-max"
|
|
4808
4826
|
tabindex="0"
|
|
4809
4827
|
>
|
|
4810
4828
|
<ui-icon
|
|
@@ -4828,19 +4846,19 @@ exports[`component:<Finder> type:chain prop:compact 1`] = `
|
|
|
4828
4846
|
/>
|
|
4829
4847
|
</svg>
|
|
4830
4848
|
</ui-icon>
|
|
4831
|
-
</button>
|
|
4849
|
+
</ui-button>
|
|
4832
4850
|
</ui-input-number>
|
|
4833
4851
|
</ui-view>
|
|
4834
4852
|
</ui-scrollview>
|
|
4835
4853
|
<ui-view
|
|
4836
4854
|
class="view row"
|
|
4837
4855
|
>
|
|
4838
|
-
<button
|
|
4856
|
+
<ui-button
|
|
4839
4857
|
class="pressable button secondary"
|
|
4840
4858
|
tabindex="0"
|
|
4841
4859
|
>
|
|
4842
4860
|
finder.action.add_place_type.room
|
|
4843
|
-
</button>
|
|
4861
|
+
</ui-button>
|
|
4844
4862
|
</ui-view>
|
|
4845
4863
|
</ui-view>
|
|
4846
4864
|
</ui-layer-content>
|
|
@@ -4919,12 +4937,12 @@ exports[`component:<Finder> type:chain prop:compact 1`] = `
|
|
|
4919
4937
|
class="layer hidden"
|
|
4920
4938
|
style="left: 0px; top: 0px;"
|
|
4921
4939
|
/>
|
|
4922
|
-
<button
|
|
4940
|
+
<ui-button
|
|
4923
4941
|
class="pressable button large"
|
|
4924
4942
|
tabindex="0"
|
|
4925
4943
|
>
|
|
4926
4944
|
common.action.search
|
|
4927
|
-
</button>
|
|
4945
|
+
</ui-button>
|
|
4928
4946
|
</ui-finder>
|
|
4929
4947
|
</DocumentFragment>
|
|
4930
4948
|
`;
|
|
@@ -5604,7 +5622,7 @@ exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
|
5604
5622
|
>
|
|
5605
5623
|
septiembre 2023
|
|
5606
5624
|
</ui-text>
|
|
5607
|
-
<button
|
|
5625
|
+
<ui-button
|
|
5608
5626
|
class="pressable button small squared transparent"
|
|
5609
5627
|
tabindex="0"
|
|
5610
5628
|
>
|
|
@@ -5629,7 +5647,7 @@ exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
|
5629
5647
|
/>
|
|
5630
5648
|
</svg>
|
|
5631
5649
|
</ui-icon>
|
|
5632
|
-
</button>
|
|
5650
|
+
</ui-button>
|
|
5633
5651
|
</ui-view>
|
|
5634
5652
|
<ui-calendar-weekdays
|
|
5635
5653
|
class="view forceRow weekdays"
|
|
@@ -6320,6 +6338,7 @@ exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
|
6320
6338
|
</ui-view>
|
|
6321
6339
|
<ui-input-number
|
|
6322
6340
|
class="view row inputNumber"
|
|
6341
|
+
data-testid="group-0"
|
|
6323
6342
|
>
|
|
6324
6343
|
<ui-view
|
|
6325
6344
|
class="view texts"
|
|
@@ -6335,8 +6354,9 @@ exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
|
6335
6354
|
common.label.age_from
|
|
6336
6355
|
</ui-text>
|
|
6337
6356
|
</ui-view>
|
|
6338
|
-
<button
|
|
6357
|
+
<ui-button
|
|
6339
6358
|
class="pressable button small squared secondary"
|
|
6359
|
+
data-testid="group-0-button-min"
|
|
6340
6360
|
tabindex="0"
|
|
6341
6361
|
>
|
|
6342
6362
|
<ui-icon
|
|
@@ -6360,14 +6380,15 @@ exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
|
6360
6380
|
/>
|
|
6361
6381
|
</svg>
|
|
6362
6382
|
</ui-icon>
|
|
6363
|
-
</button>
|
|
6383
|
+
</ui-button>
|
|
6364
6384
|
<ui-text
|
|
6365
6385
|
class="text paragraph value"
|
|
6366
6386
|
>
|
|
6367
6387
|
2
|
|
6368
6388
|
</ui-text>
|
|
6369
|
-
<button
|
|
6389
|
+
<ui-button
|
|
6370
6390
|
class="pressable button small squared secondary"
|
|
6391
|
+
data-testid="group-0-button-max"
|
|
6371
6392
|
tabindex="0"
|
|
6372
6393
|
>
|
|
6373
6394
|
<ui-icon
|
|
@@ -6391,10 +6412,11 @@ exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
|
6391
6412
|
/>
|
|
6392
6413
|
</svg>
|
|
6393
6414
|
</ui-icon>
|
|
6394
|
-
</button>
|
|
6415
|
+
</ui-button>
|
|
6395
6416
|
</ui-input-number>
|
|
6396
6417
|
<ui-input-number
|
|
6397
6418
|
class="view row inputNumber"
|
|
6419
|
+
data-testid="group-1"
|
|
6398
6420
|
>
|
|
6399
6421
|
<ui-view
|
|
6400
6422
|
class="view texts"
|
|
@@ -6416,9 +6438,10 @@ exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
|
6416
6438
|
to
|
|
6417
6439
|
</ui-text>
|
|
6418
6440
|
</ui-view>
|
|
6419
|
-
<button
|
|
6441
|
+
<ui-button
|
|
6420
6442
|
class="pressable disabled button small squared disabled"
|
|
6421
|
-
|
|
6443
|
+
data-testid="group-1-button-min"
|
|
6444
|
+
disabled="true"
|
|
6422
6445
|
>
|
|
6423
6446
|
<ui-icon
|
|
6424
6447
|
class="icon headline-3"
|
|
@@ -6441,14 +6464,15 @@ exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
|
6441
6464
|
/>
|
|
6442
6465
|
</svg>
|
|
6443
6466
|
</ui-icon>
|
|
6444
|
-
</button>
|
|
6467
|
+
</ui-button>
|
|
6445
6468
|
<ui-text
|
|
6446
6469
|
class="text paragraph value"
|
|
6447
6470
|
>
|
|
6448
6471
|
0
|
|
6449
6472
|
</ui-text>
|
|
6450
|
-
<button
|
|
6473
|
+
<ui-button
|
|
6451
6474
|
class="pressable button small squared secondary"
|
|
6475
|
+
data-testid="group-1-button-max"
|
|
6452
6476
|
tabindex="0"
|
|
6453
6477
|
>
|
|
6454
6478
|
<ui-icon
|
|
@@ -6472,19 +6496,19 @@ exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
|
6472
6496
|
/>
|
|
6473
6497
|
</svg>
|
|
6474
6498
|
</ui-icon>
|
|
6475
|
-
</button>
|
|
6499
|
+
</ui-button>
|
|
6476
6500
|
</ui-input-number>
|
|
6477
6501
|
</ui-view>
|
|
6478
6502
|
</ui-scrollview>
|
|
6479
6503
|
<ui-view
|
|
6480
6504
|
class="view row"
|
|
6481
6505
|
>
|
|
6482
|
-
<button
|
|
6506
|
+
<ui-button
|
|
6483
6507
|
class="pressable button secondary"
|
|
6484
6508
|
tabindex="0"
|
|
6485
6509
|
>
|
|
6486
6510
|
finder.action.add_place_type.room
|
|
6487
|
-
</button>
|
|
6511
|
+
</ui-button>
|
|
6488
6512
|
</ui-view>
|
|
6489
6513
|
</ui-view>
|
|
6490
6514
|
</ui-layer-content>
|
|
@@ -6563,12 +6587,12 @@ exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
|
6563
6587
|
class="layer hidden"
|
|
6564
6588
|
style="left: 0px; top: 0px;"
|
|
6565
6589
|
/>
|
|
6566
|
-
<button
|
|
6590
|
+
<ui-button
|
|
6567
6591
|
class="pressable button large wide"
|
|
6568
6592
|
tabindex="0"
|
|
6569
6593
|
>
|
|
6570
6594
|
common.action.search
|
|
6571
|
-
</button>
|
|
6595
|
+
</ui-button>
|
|
6572
6596
|
</ui-finder>
|
|
6573
6597
|
</DocumentFragment>
|
|
6574
6598
|
`;
|
|
@@ -7248,7 +7272,7 @@ exports[`component:<Finder> type:chain prop:text 1`] = `
|
|
|
7248
7272
|
>
|
|
7249
7273
|
septiembre 2023
|
|
7250
7274
|
</ui-text>
|
|
7251
|
-
<button
|
|
7275
|
+
<ui-button
|
|
7252
7276
|
class="pressable button small squared transparent"
|
|
7253
7277
|
tabindex="0"
|
|
7254
7278
|
>
|
|
@@ -7273,7 +7297,7 @@ exports[`component:<Finder> type:chain prop:text 1`] = `
|
|
|
7273
7297
|
/>
|
|
7274
7298
|
</svg>
|
|
7275
7299
|
</ui-icon>
|
|
7276
|
-
</button>
|
|
7300
|
+
</ui-button>
|
|
7277
7301
|
</ui-view>
|
|
7278
7302
|
<ui-calendar-weekdays
|
|
7279
7303
|
class="view forceRow weekdays"
|
|
@@ -7963,6 +7987,7 @@ exports[`component:<Finder> type:chain prop:text 1`] = `
|
|
|
7963
7987
|
</ui-view>
|
|
7964
7988
|
<ui-input-number
|
|
7965
7989
|
class="view row inputNumber"
|
|
7990
|
+
data-testid="group-0"
|
|
7966
7991
|
>
|
|
7967
7992
|
<ui-view
|
|
7968
7993
|
class="view texts"
|
|
@@ -7978,8 +8003,9 @@ exports[`component:<Finder> type:chain prop:text 1`] = `
|
|
|
7978
8003
|
common.label.age_from
|
|
7979
8004
|
</ui-text>
|
|
7980
8005
|
</ui-view>
|
|
7981
|
-
<button
|
|
8006
|
+
<ui-button
|
|
7982
8007
|
class="pressable button small squared secondary"
|
|
8008
|
+
data-testid="group-0-button-min"
|
|
7983
8009
|
tabindex="0"
|
|
7984
8010
|
>
|
|
7985
8011
|
<ui-icon
|
|
@@ -8003,14 +8029,15 @@ exports[`component:<Finder> type:chain prop:text 1`] = `
|
|
|
8003
8029
|
/>
|
|
8004
8030
|
</svg>
|
|
8005
8031
|
</ui-icon>
|
|
8006
|
-
</button>
|
|
8032
|
+
</ui-button>
|
|
8007
8033
|
<ui-text
|
|
8008
8034
|
class="text paragraph value"
|
|
8009
8035
|
>
|
|
8010
8036
|
2
|
|
8011
8037
|
</ui-text>
|
|
8012
|
-
<button
|
|
8038
|
+
<ui-button
|
|
8013
8039
|
class="pressable button small squared secondary"
|
|
8040
|
+
data-testid="group-0-button-max"
|
|
8014
8041
|
tabindex="0"
|
|
8015
8042
|
>
|
|
8016
8043
|
<ui-icon
|
|
@@ -8034,10 +8061,11 @@ exports[`component:<Finder> type:chain prop:text 1`] = `
|
|
|
8034
8061
|
/>
|
|
8035
8062
|
</svg>
|
|
8036
8063
|
</ui-icon>
|
|
8037
|
-
</button>
|
|
8064
|
+
</ui-button>
|
|
8038
8065
|
</ui-input-number>
|
|
8039
8066
|
<ui-input-number
|
|
8040
8067
|
class="view row inputNumber"
|
|
8068
|
+
data-testid="group-1"
|
|
8041
8069
|
>
|
|
8042
8070
|
<ui-view
|
|
8043
8071
|
class="view texts"
|
|
@@ -8059,9 +8087,10 @@ exports[`component:<Finder> type:chain prop:text 1`] = `
|
|
|
8059
8087
|
to
|
|
8060
8088
|
</ui-text>
|
|
8061
8089
|
</ui-view>
|
|
8062
|
-
<button
|
|
8090
|
+
<ui-button
|
|
8063
8091
|
class="pressable disabled button small squared disabled"
|
|
8064
|
-
|
|
8092
|
+
data-testid="group-1-button-min"
|
|
8093
|
+
disabled="true"
|
|
8065
8094
|
>
|
|
8066
8095
|
<ui-icon
|
|
8067
8096
|
class="icon headline-3"
|
|
@@ -8084,14 +8113,15 @@ exports[`component:<Finder> type:chain prop:text 1`] = `
|
|
|
8084
8113
|
/>
|
|
8085
8114
|
</svg>
|
|
8086
8115
|
</ui-icon>
|
|
8087
|
-
</button>
|
|
8116
|
+
</ui-button>
|
|
8088
8117
|
<ui-text
|
|
8089
8118
|
class="text paragraph value"
|
|
8090
8119
|
>
|
|
8091
8120
|
0
|
|
8092
8121
|
</ui-text>
|
|
8093
|
-
<button
|
|
8122
|
+
<ui-button
|
|
8094
8123
|
class="pressable button small squared secondary"
|
|
8124
|
+
data-testid="group-1-button-max"
|
|
8095
8125
|
tabindex="0"
|
|
8096
8126
|
>
|
|
8097
8127
|
<ui-icon
|
|
@@ -8115,19 +8145,19 @@ exports[`component:<Finder> type:chain prop:text 1`] = `
|
|
|
8115
8145
|
/>
|
|
8116
8146
|
</svg>
|
|
8117
8147
|
</ui-icon>
|
|
8118
|
-
</button>
|
|
8148
|
+
</ui-button>
|
|
8119
8149
|
</ui-input-number>
|
|
8120
8150
|
</ui-view>
|
|
8121
8151
|
</ui-scrollview>
|
|
8122
8152
|
<ui-view
|
|
8123
8153
|
class="view row"
|
|
8124
8154
|
>
|
|
8125
|
-
<button
|
|
8155
|
+
<ui-button
|
|
8126
8156
|
class="pressable button secondary"
|
|
8127
8157
|
tabindex="0"
|
|
8128
8158
|
>
|
|
8129
8159
|
finder.action.add_place_type.room
|
|
8130
|
-
</button>
|
|
8160
|
+
</ui-button>
|
|
8131
8161
|
</ui-view>
|
|
8132
8162
|
</ui-view>
|
|
8133
8163
|
</ui-layer-content>
|
|
@@ -8206,12 +8236,12 @@ exports[`component:<Finder> type:chain prop:text 1`] = `
|
|
|
8206
8236
|
class="layer hidden"
|
|
8207
8237
|
style="left: 0px; top: 0px;"
|
|
8208
8238
|
/>
|
|
8209
|
-
<button
|
|
8239
|
+
<ui-button
|
|
8210
8240
|
class="pressable button large"
|
|
8211
8241
|
tabindex="0"
|
|
8212
8242
|
>
|
|
8213
8243
|
Mirai
|
|
8214
|
-
</button>
|
|
8244
|
+
</ui-button>
|
|
8215
8245
|
</ui-finder>
|
|
8216
8246
|
</DocumentFragment>
|
|
8217
8247
|
`;
|
|
@@ -8891,7 +8921,7 @@ exports[`component:<Finder> type:chain renders 1`] = `
|
|
|
8891
8921
|
>
|
|
8892
8922
|
septiembre 2023
|
|
8893
8923
|
</ui-text>
|
|
8894
|
-
<button
|
|
8924
|
+
<ui-button
|
|
8895
8925
|
class="pressable button small squared transparent"
|
|
8896
8926
|
tabindex="0"
|
|
8897
8927
|
>
|
|
@@ -8916,7 +8946,7 @@ exports[`component:<Finder> type:chain renders 1`] = `
|
|
|
8916
8946
|
/>
|
|
8917
8947
|
</svg>
|
|
8918
8948
|
</ui-icon>
|
|
8919
|
-
</button>
|
|
8949
|
+
</ui-button>
|
|
8920
8950
|
</ui-view>
|
|
8921
8951
|
<ui-calendar-weekdays
|
|
8922
8952
|
class="view forceRow weekdays"
|
|
@@ -9606,6 +9636,7 @@ exports[`component:<Finder> type:chain renders 1`] = `
|
|
|
9606
9636
|
</ui-view>
|
|
9607
9637
|
<ui-input-number
|
|
9608
9638
|
class="view row inputNumber"
|
|
9639
|
+
data-testid="group-0"
|
|
9609
9640
|
>
|
|
9610
9641
|
<ui-view
|
|
9611
9642
|
class="view texts"
|
|
@@ -9621,8 +9652,9 @@ exports[`component:<Finder> type:chain renders 1`] = `
|
|
|
9621
9652
|
common.label.age_from
|
|
9622
9653
|
</ui-text>
|
|
9623
9654
|
</ui-view>
|
|
9624
|
-
<button
|
|
9655
|
+
<ui-button
|
|
9625
9656
|
class="pressable button small squared secondary"
|
|
9657
|
+
data-testid="group-0-button-min"
|
|
9626
9658
|
tabindex="0"
|
|
9627
9659
|
>
|
|
9628
9660
|
<ui-icon
|
|
@@ -9646,14 +9678,15 @@ exports[`component:<Finder> type:chain renders 1`] = `
|
|
|
9646
9678
|
/>
|
|
9647
9679
|
</svg>
|
|
9648
9680
|
</ui-icon>
|
|
9649
|
-
</button>
|
|
9681
|
+
</ui-button>
|
|
9650
9682
|
<ui-text
|
|
9651
9683
|
class="text paragraph value"
|
|
9652
9684
|
>
|
|
9653
9685
|
2
|
|
9654
9686
|
</ui-text>
|
|
9655
|
-
<button
|
|
9687
|
+
<ui-button
|
|
9656
9688
|
class="pressable button small squared secondary"
|
|
9689
|
+
data-testid="group-0-button-max"
|
|
9657
9690
|
tabindex="0"
|
|
9658
9691
|
>
|
|
9659
9692
|
<ui-icon
|
|
@@ -9677,10 +9710,11 @@ exports[`component:<Finder> type:chain renders 1`] = `
|
|
|
9677
9710
|
/>
|
|
9678
9711
|
</svg>
|
|
9679
9712
|
</ui-icon>
|
|
9680
|
-
</button>
|
|
9713
|
+
</ui-button>
|
|
9681
9714
|
</ui-input-number>
|
|
9682
9715
|
<ui-input-number
|
|
9683
9716
|
class="view row inputNumber"
|
|
9717
|
+
data-testid="group-1"
|
|
9684
9718
|
>
|
|
9685
9719
|
<ui-view
|
|
9686
9720
|
class="view texts"
|
|
@@ -9702,9 +9736,10 @@ exports[`component:<Finder> type:chain renders 1`] = `
|
|
|
9702
9736
|
to
|
|
9703
9737
|
</ui-text>
|
|
9704
9738
|
</ui-view>
|
|
9705
|
-
<button
|
|
9739
|
+
<ui-button
|
|
9706
9740
|
class="pressable disabled button small squared disabled"
|
|
9707
|
-
|
|
9741
|
+
data-testid="group-1-button-min"
|
|
9742
|
+
disabled="true"
|
|
9708
9743
|
>
|
|
9709
9744
|
<ui-icon
|
|
9710
9745
|
class="icon headline-3"
|
|
@@ -9727,14 +9762,15 @@ exports[`component:<Finder> type:chain renders 1`] = `
|
|
|
9727
9762
|
/>
|
|
9728
9763
|
</svg>
|
|
9729
9764
|
</ui-icon>
|
|
9730
|
-
</button>
|
|
9765
|
+
</ui-button>
|
|
9731
9766
|
<ui-text
|
|
9732
9767
|
class="text paragraph value"
|
|
9733
9768
|
>
|
|
9734
9769
|
0
|
|
9735
9770
|
</ui-text>
|
|
9736
|
-
<button
|
|
9771
|
+
<ui-button
|
|
9737
9772
|
class="pressable button small squared secondary"
|
|
9773
|
+
data-testid="group-1-button-max"
|
|
9738
9774
|
tabindex="0"
|
|
9739
9775
|
>
|
|
9740
9776
|
<ui-icon
|
|
@@ -9758,19 +9794,19 @@ exports[`component:<Finder> type:chain renders 1`] = `
|
|
|
9758
9794
|
/>
|
|
9759
9795
|
</svg>
|
|
9760
9796
|
</ui-icon>
|
|
9761
|
-
</button>
|
|
9797
|
+
</ui-button>
|
|
9762
9798
|
</ui-input-number>
|
|
9763
9799
|
</ui-view>
|
|
9764
9800
|
</ui-scrollview>
|
|
9765
9801
|
<ui-view
|
|
9766
9802
|
class="view row"
|
|
9767
9803
|
>
|
|
9768
|
-
<button
|
|
9804
|
+
<ui-button
|
|
9769
9805
|
class="pressable button secondary"
|
|
9770
9806
|
tabindex="0"
|
|
9771
9807
|
>
|
|
9772
9808
|
finder.action.add_place_type.room
|
|
9773
|
-
</button>
|
|
9809
|
+
</ui-button>
|
|
9774
9810
|
</ui-view>
|
|
9775
9811
|
</ui-view>
|
|
9776
9812
|
</ui-layer-content>
|
|
@@ -9849,12 +9885,12 @@ exports[`component:<Finder> type:chain renders 1`] = `
|
|
|
9849
9885
|
class="layer hidden"
|
|
9850
9886
|
style="left: 0px; top: 0px;"
|
|
9851
9887
|
/>
|
|
9852
|
-
<button
|
|
9888
|
+
<ui-button
|
|
9853
9889
|
class="pressable button large"
|
|
9854
9890
|
tabindex="0"
|
|
9855
9891
|
>
|
|
9856
9892
|
common.action.search
|
|
9857
|
-
</button>
|
|
9893
|
+
</ui-button>
|
|
9858
9894
|
</ui-finder>
|
|
9859
9895
|
</DocumentFragment>
|
|
9860
9896
|
`;
|
|
@@ -10536,7 +10572,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
10536
10572
|
>
|
|
10537
10573
|
septiembre 2023
|
|
10538
10574
|
</ui-text>
|
|
10539
|
-
<button
|
|
10575
|
+
<ui-button
|
|
10540
10576
|
class="pressable button small squared transparent"
|
|
10541
10577
|
data-testid="mirai-calendar-next"
|
|
10542
10578
|
tabindex="0"
|
|
@@ -10562,7 +10598,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
10562
10598
|
/>
|
|
10563
10599
|
</svg>
|
|
10564
10600
|
</ui-icon>
|
|
10565
|
-
</button>
|
|
10601
|
+
</ui-button>
|
|
10566
10602
|
</ui-view>
|
|
10567
10603
|
<ui-calendar-weekdays
|
|
10568
10604
|
class="view forceRow weekdays"
|
|
@@ -11254,6 +11290,7 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
11254
11290
|
</ui-view>
|
|
11255
11291
|
<ui-input-number
|
|
11256
11292
|
class="view row inputNumber"
|
|
11293
|
+
data-testid="group-0"
|
|
11257
11294
|
>
|
|
11258
11295
|
<ui-view
|
|
11259
11296
|
class="view texts"
|
|
@@ -11269,8 +11306,9 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
11269
11306
|
common.label.age_from
|
|
11270
11307
|
</ui-text>
|
|
11271
11308
|
</ui-view>
|
|
11272
|
-
<button
|
|
11309
|
+
<ui-button
|
|
11273
11310
|
class="pressable button small squared secondary"
|
|
11311
|
+
data-testid="group-0-button-min"
|
|
11274
11312
|
tabindex="0"
|
|
11275
11313
|
>
|
|
11276
11314
|
<ui-icon
|
|
@@ -11294,14 +11332,15 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
11294
11332
|
/>
|
|
11295
11333
|
</svg>
|
|
11296
11334
|
</ui-icon>
|
|
11297
|
-
</button>
|
|
11335
|
+
</ui-button>
|
|
11298
11336
|
<ui-text
|
|
11299
11337
|
class="text paragraph value"
|
|
11300
11338
|
>
|
|
11301
11339
|
2
|
|
11302
11340
|
</ui-text>
|
|
11303
|
-
<button
|
|
11341
|
+
<ui-button
|
|
11304
11342
|
class="pressable button small squared secondary"
|
|
11343
|
+
data-testid="group-0-button-max"
|
|
11305
11344
|
tabindex="0"
|
|
11306
11345
|
>
|
|
11307
11346
|
<ui-icon
|
|
@@ -11325,10 +11364,11 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
11325
11364
|
/>
|
|
11326
11365
|
</svg>
|
|
11327
11366
|
</ui-icon>
|
|
11328
|
-
</button>
|
|
11367
|
+
</ui-button>
|
|
11329
11368
|
</ui-input-number>
|
|
11330
11369
|
<ui-input-number
|
|
11331
11370
|
class="view row inputNumber"
|
|
11371
|
+
data-testid="group-1"
|
|
11332
11372
|
>
|
|
11333
11373
|
<ui-view
|
|
11334
11374
|
class="view texts"
|
|
@@ -11350,9 +11390,10 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
11350
11390
|
to
|
|
11351
11391
|
</ui-text>
|
|
11352
11392
|
</ui-view>
|
|
11353
|
-
<button
|
|
11393
|
+
<ui-button
|
|
11354
11394
|
class="pressable disabled button small squared disabled"
|
|
11355
|
-
|
|
11395
|
+
data-testid="group-1-button-min"
|
|
11396
|
+
disabled="true"
|
|
11356
11397
|
>
|
|
11357
11398
|
<ui-icon
|
|
11358
11399
|
class="icon headline-3"
|
|
@@ -11375,14 +11416,15 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
11375
11416
|
/>
|
|
11376
11417
|
</svg>
|
|
11377
11418
|
</ui-icon>
|
|
11378
|
-
</button>
|
|
11419
|
+
</ui-button>
|
|
11379
11420
|
<ui-text
|
|
11380
11421
|
class="text paragraph value"
|
|
11381
11422
|
>
|
|
11382
11423
|
0
|
|
11383
11424
|
</ui-text>
|
|
11384
|
-
<button
|
|
11425
|
+
<ui-button
|
|
11385
11426
|
class="pressable button small squared secondary"
|
|
11427
|
+
data-testid="group-1-button-max"
|
|
11386
11428
|
tabindex="0"
|
|
11387
11429
|
>
|
|
11388
11430
|
<ui-icon
|
|
@@ -11406,20 +11448,20 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
11406
11448
|
/>
|
|
11407
11449
|
</svg>
|
|
11408
11450
|
</ui-icon>
|
|
11409
|
-
</button>
|
|
11451
|
+
</ui-button>
|
|
11410
11452
|
</ui-input-number>
|
|
11411
11453
|
</ui-view>
|
|
11412
11454
|
</ui-scrollview>
|
|
11413
11455
|
<ui-view
|
|
11414
11456
|
class="view row"
|
|
11415
11457
|
>
|
|
11416
|
-
<button
|
|
11458
|
+
<ui-button
|
|
11417
11459
|
class="pressable button secondary"
|
|
11418
11460
|
data-testid="mirai-occupation-add-room"
|
|
11419
11461
|
tabindex="0"
|
|
11420
11462
|
>
|
|
11421
11463
|
finder.action.add_place_type.room
|
|
11422
|
-
</button>
|
|
11464
|
+
</ui-button>
|
|
11423
11465
|
</ui-view>
|
|
11424
11466
|
</ui-view>
|
|
11425
11467
|
</ui-layer-content>
|
|
@@ -11499,13 +11541,13 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
11499
11541
|
class="layer hidden"
|
|
11500
11542
|
style="left: 0px; top: 0px;"
|
|
11501
11543
|
/>
|
|
11502
|
-
<button
|
|
11544
|
+
<ui-button
|
|
11503
11545
|
class="pressable button large"
|
|
11504
11546
|
data-testid="mirai-submit"
|
|
11505
11547
|
tabindex="0"
|
|
11506
11548
|
>
|
|
11507
11549
|
common.action.search
|
|
11508
|
-
</button>
|
|
11550
|
+
</ui-button>
|
|
11509
11551
|
</ui-finder>
|
|
11510
11552
|
</DocumentFragment>
|
|
11511
11553
|
`;
|
|
@@ -12185,7 +12227,7 @@ exports[`component:<Finder> type:hotel inherit:className 1`] = `
|
|
|
12185
12227
|
>
|
|
12186
12228
|
septiembre 2023
|
|
12187
12229
|
</ui-text>
|
|
12188
|
-
<button
|
|
12230
|
+
<ui-button
|
|
12189
12231
|
class="pressable button small squared transparent"
|
|
12190
12232
|
tabindex="0"
|
|
12191
12233
|
>
|
|
@@ -12210,7 +12252,7 @@ exports[`component:<Finder> type:hotel inherit:className 1`] = `
|
|
|
12210
12252
|
/>
|
|
12211
12253
|
</svg>
|
|
12212
12254
|
</ui-icon>
|
|
12213
|
-
</button>
|
|
12255
|
+
</ui-button>
|
|
12214
12256
|
</ui-view>
|
|
12215
12257
|
<ui-calendar-weekdays
|
|
12216
12258
|
class="view forceRow weekdays"
|
|
@@ -12900,6 +12942,7 @@ exports[`component:<Finder> type:hotel inherit:className 1`] = `
|
|
|
12900
12942
|
</ui-view>
|
|
12901
12943
|
<ui-input-number
|
|
12902
12944
|
class="view row inputNumber"
|
|
12945
|
+
data-testid="group-0"
|
|
12903
12946
|
>
|
|
12904
12947
|
<ui-view
|
|
12905
12948
|
class="view texts"
|
|
@@ -12915,8 +12958,9 @@ exports[`component:<Finder> type:hotel inherit:className 1`] = `
|
|
|
12915
12958
|
common.label.age_from
|
|
12916
12959
|
</ui-text>
|
|
12917
12960
|
</ui-view>
|
|
12918
|
-
<button
|
|
12961
|
+
<ui-button
|
|
12919
12962
|
class="pressable button small squared secondary"
|
|
12963
|
+
data-testid="group-0-button-min"
|
|
12920
12964
|
tabindex="0"
|
|
12921
12965
|
>
|
|
12922
12966
|
<ui-icon
|
|
@@ -12940,14 +12984,15 @@ exports[`component:<Finder> type:hotel inherit:className 1`] = `
|
|
|
12940
12984
|
/>
|
|
12941
12985
|
</svg>
|
|
12942
12986
|
</ui-icon>
|
|
12943
|
-
</button>
|
|
12987
|
+
</ui-button>
|
|
12944
12988
|
<ui-text
|
|
12945
12989
|
class="text paragraph value"
|
|
12946
12990
|
>
|
|
12947
12991
|
2
|
|
12948
12992
|
</ui-text>
|
|
12949
|
-
<button
|
|
12993
|
+
<ui-button
|
|
12950
12994
|
class="pressable button small squared secondary"
|
|
12995
|
+
data-testid="group-0-button-max"
|
|
12951
12996
|
tabindex="0"
|
|
12952
12997
|
>
|
|
12953
12998
|
<ui-icon
|
|
@@ -12971,10 +13016,11 @@ exports[`component:<Finder> type:hotel inherit:className 1`] = `
|
|
|
12971
13016
|
/>
|
|
12972
13017
|
</svg>
|
|
12973
13018
|
</ui-icon>
|
|
12974
|
-
</button>
|
|
13019
|
+
</ui-button>
|
|
12975
13020
|
</ui-input-number>
|
|
12976
13021
|
<ui-input-number
|
|
12977
13022
|
class="view row inputNumber"
|
|
13023
|
+
data-testid="group-1"
|
|
12978
13024
|
>
|
|
12979
13025
|
<ui-view
|
|
12980
13026
|
class="view texts"
|
|
@@ -12996,9 +13042,10 @@ exports[`component:<Finder> type:hotel inherit:className 1`] = `
|
|
|
12996
13042
|
to
|
|
12997
13043
|
</ui-text>
|
|
12998
13044
|
</ui-view>
|
|
12999
|
-
<button
|
|
13045
|
+
<ui-button
|
|
13000
13046
|
class="pressable disabled button small squared disabled"
|
|
13001
|
-
|
|
13047
|
+
data-testid="group-1-button-min"
|
|
13048
|
+
disabled="true"
|
|
13002
13049
|
>
|
|
13003
13050
|
<ui-icon
|
|
13004
13051
|
class="icon headline-3"
|
|
@@ -13021,14 +13068,15 @@ exports[`component:<Finder> type:hotel inherit:className 1`] = `
|
|
|
13021
13068
|
/>
|
|
13022
13069
|
</svg>
|
|
13023
13070
|
</ui-icon>
|
|
13024
|
-
</button>
|
|
13071
|
+
</ui-button>
|
|
13025
13072
|
<ui-text
|
|
13026
13073
|
class="text paragraph value"
|
|
13027
13074
|
>
|
|
13028
13075
|
0
|
|
13029
13076
|
</ui-text>
|
|
13030
|
-
<button
|
|
13077
|
+
<ui-button
|
|
13031
13078
|
class="pressable button small squared secondary"
|
|
13079
|
+
data-testid="group-1-button-max"
|
|
13032
13080
|
tabindex="0"
|
|
13033
13081
|
>
|
|
13034
13082
|
<ui-icon
|
|
@@ -13052,19 +13100,19 @@ exports[`component:<Finder> type:hotel inherit:className 1`] = `
|
|
|
13052
13100
|
/>
|
|
13053
13101
|
</svg>
|
|
13054
13102
|
</ui-icon>
|
|
13055
|
-
</button>
|
|
13103
|
+
</ui-button>
|
|
13056
13104
|
</ui-input-number>
|
|
13057
13105
|
</ui-view>
|
|
13058
13106
|
</ui-scrollview>
|
|
13059
13107
|
<ui-view
|
|
13060
13108
|
class="view row"
|
|
13061
13109
|
>
|
|
13062
|
-
<button
|
|
13110
|
+
<ui-button
|
|
13063
13111
|
class="pressable button secondary"
|
|
13064
13112
|
tabindex="0"
|
|
13065
13113
|
>
|
|
13066
13114
|
finder.action.add_place_type.room
|
|
13067
|
-
</button>
|
|
13115
|
+
</ui-button>
|
|
13068
13116
|
</ui-view>
|
|
13069
13117
|
</ui-view>
|
|
13070
13118
|
</ui-layer-content>
|
|
@@ -13143,12 +13191,12 @@ exports[`component:<Finder> type:hotel inherit:className 1`] = `
|
|
|
13143
13191
|
class="layer hidden"
|
|
13144
13192
|
style="left: 0px; top: 0px;"
|
|
13145
13193
|
/>
|
|
13146
|
-
<button
|
|
13194
|
+
<ui-button
|
|
13147
13195
|
class="pressable button large"
|
|
13148
13196
|
tabindex="0"
|
|
13149
13197
|
>
|
|
13150
13198
|
common.action.search
|
|
13151
|
-
</button>
|
|
13199
|
+
</ui-button>
|
|
13152
13200
|
</ui-finder>
|
|
13153
13201
|
</DocumentFragment>
|
|
13154
13202
|
`;
|
|
@@ -13828,7 +13876,7 @@ exports[`component:<Finder> type:hotel prop:assisted 1`] = `
|
|
|
13828
13876
|
>
|
|
13829
13877
|
septiembre 2023
|
|
13830
13878
|
</ui-text>
|
|
13831
|
-
<button
|
|
13879
|
+
<ui-button
|
|
13832
13880
|
class="pressable button small squared transparent"
|
|
13833
13881
|
tabindex="0"
|
|
13834
13882
|
>
|
|
@@ -13853,7 +13901,7 @@ exports[`component:<Finder> type:hotel prop:assisted 1`] = `
|
|
|
13853
13901
|
/>
|
|
13854
13902
|
</svg>
|
|
13855
13903
|
</ui-icon>
|
|
13856
|
-
</button>
|
|
13904
|
+
</ui-button>
|
|
13857
13905
|
</ui-view>
|
|
13858
13906
|
<ui-calendar-weekdays
|
|
13859
13907
|
class="view forceRow weekdays"
|
|
@@ -14543,6 +14591,7 @@ exports[`component:<Finder> type:hotel prop:assisted 1`] = `
|
|
|
14543
14591
|
</ui-view>
|
|
14544
14592
|
<ui-input-number
|
|
14545
14593
|
class="view row inputNumber"
|
|
14594
|
+
data-testid="group-0"
|
|
14546
14595
|
>
|
|
14547
14596
|
<ui-view
|
|
14548
14597
|
class="view texts"
|
|
@@ -14558,8 +14607,9 @@ exports[`component:<Finder> type:hotel prop:assisted 1`] = `
|
|
|
14558
14607
|
common.label.age_from
|
|
14559
14608
|
</ui-text>
|
|
14560
14609
|
</ui-view>
|
|
14561
|
-
<button
|
|
14610
|
+
<ui-button
|
|
14562
14611
|
class="pressable button small squared secondary"
|
|
14612
|
+
data-testid="group-0-button-min"
|
|
14563
14613
|
tabindex="0"
|
|
14564
14614
|
>
|
|
14565
14615
|
<ui-icon
|
|
@@ -14583,14 +14633,15 @@ exports[`component:<Finder> type:hotel prop:assisted 1`] = `
|
|
|
14583
14633
|
/>
|
|
14584
14634
|
</svg>
|
|
14585
14635
|
</ui-icon>
|
|
14586
|
-
</button>
|
|
14636
|
+
</ui-button>
|
|
14587
14637
|
<ui-text
|
|
14588
14638
|
class="text paragraph value"
|
|
14589
14639
|
>
|
|
14590
14640
|
2
|
|
14591
14641
|
</ui-text>
|
|
14592
|
-
<button
|
|
14642
|
+
<ui-button
|
|
14593
14643
|
class="pressable button small squared secondary"
|
|
14644
|
+
data-testid="group-0-button-max"
|
|
14594
14645
|
tabindex="0"
|
|
14595
14646
|
>
|
|
14596
14647
|
<ui-icon
|
|
@@ -14614,10 +14665,11 @@ exports[`component:<Finder> type:hotel prop:assisted 1`] = `
|
|
|
14614
14665
|
/>
|
|
14615
14666
|
</svg>
|
|
14616
14667
|
</ui-icon>
|
|
14617
|
-
</button>
|
|
14668
|
+
</ui-button>
|
|
14618
14669
|
</ui-input-number>
|
|
14619
14670
|
<ui-input-number
|
|
14620
14671
|
class="view row inputNumber"
|
|
14672
|
+
data-testid="group-1"
|
|
14621
14673
|
>
|
|
14622
14674
|
<ui-view
|
|
14623
14675
|
class="view texts"
|
|
@@ -14639,9 +14691,10 @@ exports[`component:<Finder> type:hotel prop:assisted 1`] = `
|
|
|
14639
14691
|
to
|
|
14640
14692
|
</ui-text>
|
|
14641
14693
|
</ui-view>
|
|
14642
|
-
<button
|
|
14694
|
+
<ui-button
|
|
14643
14695
|
class="pressable disabled button small squared disabled"
|
|
14644
|
-
|
|
14696
|
+
data-testid="group-1-button-min"
|
|
14697
|
+
disabled="true"
|
|
14645
14698
|
>
|
|
14646
14699
|
<ui-icon
|
|
14647
14700
|
class="icon headline-3"
|
|
@@ -14664,14 +14717,15 @@ exports[`component:<Finder> type:hotel prop:assisted 1`] = `
|
|
|
14664
14717
|
/>
|
|
14665
14718
|
</svg>
|
|
14666
14719
|
</ui-icon>
|
|
14667
|
-
</button>
|
|
14720
|
+
</ui-button>
|
|
14668
14721
|
<ui-text
|
|
14669
14722
|
class="text paragraph value"
|
|
14670
14723
|
>
|
|
14671
14724
|
0
|
|
14672
14725
|
</ui-text>
|
|
14673
|
-
<button
|
|
14726
|
+
<ui-button
|
|
14674
14727
|
class="pressable button small squared secondary"
|
|
14728
|
+
data-testid="group-1-button-max"
|
|
14675
14729
|
tabindex="0"
|
|
14676
14730
|
>
|
|
14677
14731
|
<ui-icon
|
|
@@ -14695,19 +14749,19 @@ exports[`component:<Finder> type:hotel prop:assisted 1`] = `
|
|
|
14695
14749
|
/>
|
|
14696
14750
|
</svg>
|
|
14697
14751
|
</ui-icon>
|
|
14698
|
-
</button>
|
|
14752
|
+
</ui-button>
|
|
14699
14753
|
</ui-input-number>
|
|
14700
14754
|
</ui-view>
|
|
14701
14755
|
</ui-scrollview>
|
|
14702
14756
|
<ui-view
|
|
14703
14757
|
class="view row"
|
|
14704
14758
|
>
|
|
14705
|
-
<button
|
|
14759
|
+
<ui-button
|
|
14706
14760
|
class="pressable button secondary"
|
|
14707
14761
|
tabindex="0"
|
|
14708
14762
|
>
|
|
14709
14763
|
finder.action.add_place_type.room
|
|
14710
|
-
</button>
|
|
14764
|
+
</ui-button>
|
|
14711
14765
|
</ui-view>
|
|
14712
14766
|
</ui-view>
|
|
14713
14767
|
</ui-layer-content>
|
|
@@ -14786,12 +14840,12 @@ exports[`component:<Finder> type:hotel prop:assisted 1`] = `
|
|
|
14786
14840
|
class="layer hidden"
|
|
14787
14841
|
style="left: 0px; top: 0px;"
|
|
14788
14842
|
/>
|
|
14789
|
-
<button
|
|
14843
|
+
<ui-button
|
|
14790
14844
|
class="pressable button large"
|
|
14791
14845
|
tabindex="0"
|
|
14792
14846
|
>
|
|
14793
14847
|
common.action.search
|
|
14794
|
-
</button>
|
|
14848
|
+
</ui-button>
|
|
14795
14849
|
</ui-finder>
|
|
14796
14850
|
</DocumentFragment>
|
|
14797
14851
|
`;
|
|
@@ -15471,7 +15525,7 @@ exports[`component:<Finder> type:hotel prop:compact 1`] = `
|
|
|
15471
15525
|
>
|
|
15472
15526
|
septiembre 2023
|
|
15473
15527
|
</ui-text>
|
|
15474
|
-
<button
|
|
15528
|
+
<ui-button
|
|
15475
15529
|
class="pressable button small squared transparent"
|
|
15476
15530
|
tabindex="0"
|
|
15477
15531
|
>
|
|
@@ -15496,7 +15550,7 @@ exports[`component:<Finder> type:hotel prop:compact 1`] = `
|
|
|
15496
15550
|
/>
|
|
15497
15551
|
</svg>
|
|
15498
15552
|
</ui-icon>
|
|
15499
|
-
</button>
|
|
15553
|
+
</ui-button>
|
|
15500
15554
|
</ui-view>
|
|
15501
15555
|
<ui-calendar-weekdays
|
|
15502
15556
|
class="view forceRow weekdays"
|
|
@@ -16186,6 +16240,7 @@ exports[`component:<Finder> type:hotel prop:compact 1`] = `
|
|
|
16186
16240
|
</ui-view>
|
|
16187
16241
|
<ui-input-number
|
|
16188
16242
|
class="view row inputNumber"
|
|
16243
|
+
data-testid="group-0"
|
|
16189
16244
|
>
|
|
16190
16245
|
<ui-view
|
|
16191
16246
|
class="view texts"
|
|
@@ -16201,8 +16256,9 @@ exports[`component:<Finder> type:hotel prop:compact 1`] = `
|
|
|
16201
16256
|
common.label.age_from
|
|
16202
16257
|
</ui-text>
|
|
16203
16258
|
</ui-view>
|
|
16204
|
-
<button
|
|
16259
|
+
<ui-button
|
|
16205
16260
|
class="pressable button small squared secondary"
|
|
16261
|
+
data-testid="group-0-button-min"
|
|
16206
16262
|
tabindex="0"
|
|
16207
16263
|
>
|
|
16208
16264
|
<ui-icon
|
|
@@ -16226,14 +16282,15 @@ exports[`component:<Finder> type:hotel prop:compact 1`] = `
|
|
|
16226
16282
|
/>
|
|
16227
16283
|
</svg>
|
|
16228
16284
|
</ui-icon>
|
|
16229
|
-
</button>
|
|
16285
|
+
</ui-button>
|
|
16230
16286
|
<ui-text
|
|
16231
16287
|
class="text paragraph value"
|
|
16232
16288
|
>
|
|
16233
16289
|
2
|
|
16234
16290
|
</ui-text>
|
|
16235
|
-
<button
|
|
16291
|
+
<ui-button
|
|
16236
16292
|
class="pressable button small squared secondary"
|
|
16293
|
+
data-testid="group-0-button-max"
|
|
16237
16294
|
tabindex="0"
|
|
16238
16295
|
>
|
|
16239
16296
|
<ui-icon
|
|
@@ -16257,10 +16314,11 @@ exports[`component:<Finder> type:hotel prop:compact 1`] = `
|
|
|
16257
16314
|
/>
|
|
16258
16315
|
</svg>
|
|
16259
16316
|
</ui-icon>
|
|
16260
|
-
</button>
|
|
16317
|
+
</ui-button>
|
|
16261
16318
|
</ui-input-number>
|
|
16262
16319
|
<ui-input-number
|
|
16263
16320
|
class="view row inputNumber"
|
|
16321
|
+
data-testid="group-1"
|
|
16264
16322
|
>
|
|
16265
16323
|
<ui-view
|
|
16266
16324
|
class="view texts"
|
|
@@ -16282,9 +16340,10 @@ exports[`component:<Finder> type:hotel prop:compact 1`] = `
|
|
|
16282
16340
|
to
|
|
16283
16341
|
</ui-text>
|
|
16284
16342
|
</ui-view>
|
|
16285
|
-
<button
|
|
16343
|
+
<ui-button
|
|
16286
16344
|
class="pressable disabled button small squared disabled"
|
|
16287
|
-
|
|
16345
|
+
data-testid="group-1-button-min"
|
|
16346
|
+
disabled="true"
|
|
16288
16347
|
>
|
|
16289
16348
|
<ui-icon
|
|
16290
16349
|
class="icon headline-3"
|
|
@@ -16307,14 +16366,15 @@ exports[`component:<Finder> type:hotel prop:compact 1`] = `
|
|
|
16307
16366
|
/>
|
|
16308
16367
|
</svg>
|
|
16309
16368
|
</ui-icon>
|
|
16310
|
-
</button>
|
|
16369
|
+
</ui-button>
|
|
16311
16370
|
<ui-text
|
|
16312
16371
|
class="text paragraph value"
|
|
16313
16372
|
>
|
|
16314
16373
|
0
|
|
16315
16374
|
</ui-text>
|
|
16316
|
-
<button
|
|
16375
|
+
<ui-button
|
|
16317
16376
|
class="pressable button small squared secondary"
|
|
16377
|
+
data-testid="group-1-button-max"
|
|
16318
16378
|
tabindex="0"
|
|
16319
16379
|
>
|
|
16320
16380
|
<ui-icon
|
|
@@ -16338,19 +16398,19 @@ exports[`component:<Finder> type:hotel prop:compact 1`] = `
|
|
|
16338
16398
|
/>
|
|
16339
16399
|
</svg>
|
|
16340
16400
|
</ui-icon>
|
|
16341
|
-
</button>
|
|
16401
|
+
</ui-button>
|
|
16342
16402
|
</ui-input-number>
|
|
16343
16403
|
</ui-view>
|
|
16344
16404
|
</ui-scrollview>
|
|
16345
16405
|
<ui-view
|
|
16346
16406
|
class="view row"
|
|
16347
16407
|
>
|
|
16348
|
-
<button
|
|
16408
|
+
<ui-button
|
|
16349
16409
|
class="pressable button secondary"
|
|
16350
16410
|
tabindex="0"
|
|
16351
16411
|
>
|
|
16352
16412
|
finder.action.add_place_type.room
|
|
16353
|
-
</button>
|
|
16413
|
+
</ui-button>
|
|
16354
16414
|
</ui-view>
|
|
16355
16415
|
</ui-view>
|
|
16356
16416
|
</ui-layer-content>
|
|
@@ -16429,12 +16489,12 @@ exports[`component:<Finder> type:hotel prop:compact 1`] = `
|
|
|
16429
16489
|
class="layer hidden"
|
|
16430
16490
|
style="left: 0px; top: 0px;"
|
|
16431
16491
|
/>
|
|
16432
|
-
<button
|
|
16492
|
+
<ui-button
|
|
16433
16493
|
class="pressable button large"
|
|
16434
16494
|
tabindex="0"
|
|
16435
16495
|
>
|
|
16436
16496
|
common.action.search
|
|
16437
|
-
</button>
|
|
16497
|
+
</ui-button>
|
|
16438
16498
|
</ui-finder>
|
|
16439
16499
|
</DocumentFragment>
|
|
16440
16500
|
`;
|
|
@@ -17114,7 +17174,7 @@ exports[`component:<Finder> type:hotel prop:layout 1`] = `
|
|
|
17114
17174
|
>
|
|
17115
17175
|
septiembre 2023
|
|
17116
17176
|
</ui-text>
|
|
17117
|
-
<button
|
|
17177
|
+
<ui-button
|
|
17118
17178
|
class="pressable button small squared transparent"
|
|
17119
17179
|
tabindex="0"
|
|
17120
17180
|
>
|
|
@@ -17139,7 +17199,7 @@ exports[`component:<Finder> type:hotel prop:layout 1`] = `
|
|
|
17139
17199
|
/>
|
|
17140
17200
|
</svg>
|
|
17141
17201
|
</ui-icon>
|
|
17142
|
-
</button>
|
|
17202
|
+
</ui-button>
|
|
17143
17203
|
</ui-view>
|
|
17144
17204
|
<ui-calendar-weekdays
|
|
17145
17205
|
class="view forceRow weekdays"
|
|
@@ -17830,6 +17890,7 @@ exports[`component:<Finder> type:hotel prop:layout 1`] = `
|
|
|
17830
17890
|
</ui-view>
|
|
17831
17891
|
<ui-input-number
|
|
17832
17892
|
class="view row inputNumber"
|
|
17893
|
+
data-testid="group-0"
|
|
17833
17894
|
>
|
|
17834
17895
|
<ui-view
|
|
17835
17896
|
class="view texts"
|
|
@@ -17845,8 +17906,9 @@ exports[`component:<Finder> type:hotel prop:layout 1`] = `
|
|
|
17845
17906
|
common.label.age_from
|
|
17846
17907
|
</ui-text>
|
|
17847
17908
|
</ui-view>
|
|
17848
|
-
<button
|
|
17909
|
+
<ui-button
|
|
17849
17910
|
class="pressable button small squared secondary"
|
|
17911
|
+
data-testid="group-0-button-min"
|
|
17850
17912
|
tabindex="0"
|
|
17851
17913
|
>
|
|
17852
17914
|
<ui-icon
|
|
@@ -17870,14 +17932,15 @@ exports[`component:<Finder> type:hotel prop:layout 1`] = `
|
|
|
17870
17932
|
/>
|
|
17871
17933
|
</svg>
|
|
17872
17934
|
</ui-icon>
|
|
17873
|
-
</button>
|
|
17935
|
+
</ui-button>
|
|
17874
17936
|
<ui-text
|
|
17875
17937
|
class="text paragraph value"
|
|
17876
17938
|
>
|
|
17877
17939
|
2
|
|
17878
17940
|
</ui-text>
|
|
17879
|
-
<button
|
|
17941
|
+
<ui-button
|
|
17880
17942
|
class="pressable button small squared secondary"
|
|
17943
|
+
data-testid="group-0-button-max"
|
|
17881
17944
|
tabindex="0"
|
|
17882
17945
|
>
|
|
17883
17946
|
<ui-icon
|
|
@@ -17901,10 +17964,11 @@ exports[`component:<Finder> type:hotel prop:layout 1`] = `
|
|
|
17901
17964
|
/>
|
|
17902
17965
|
</svg>
|
|
17903
17966
|
</ui-icon>
|
|
17904
|
-
</button>
|
|
17967
|
+
</ui-button>
|
|
17905
17968
|
</ui-input-number>
|
|
17906
17969
|
<ui-input-number
|
|
17907
17970
|
class="view row inputNumber"
|
|
17971
|
+
data-testid="group-1"
|
|
17908
17972
|
>
|
|
17909
17973
|
<ui-view
|
|
17910
17974
|
class="view texts"
|
|
@@ -17926,9 +17990,10 @@ exports[`component:<Finder> type:hotel prop:layout 1`] = `
|
|
|
17926
17990
|
to
|
|
17927
17991
|
</ui-text>
|
|
17928
17992
|
</ui-view>
|
|
17929
|
-
<button
|
|
17993
|
+
<ui-button
|
|
17930
17994
|
class="pressable disabled button small squared disabled"
|
|
17931
|
-
|
|
17995
|
+
data-testid="group-1-button-min"
|
|
17996
|
+
disabled="true"
|
|
17932
17997
|
>
|
|
17933
17998
|
<ui-icon
|
|
17934
17999
|
class="icon headline-3"
|
|
@@ -17951,14 +18016,15 @@ exports[`component:<Finder> type:hotel prop:layout 1`] = `
|
|
|
17951
18016
|
/>
|
|
17952
18017
|
</svg>
|
|
17953
18018
|
</ui-icon>
|
|
17954
|
-
</button>
|
|
18019
|
+
</ui-button>
|
|
17955
18020
|
<ui-text
|
|
17956
18021
|
class="text paragraph value"
|
|
17957
18022
|
>
|
|
17958
18023
|
0
|
|
17959
18024
|
</ui-text>
|
|
17960
|
-
<button
|
|
18025
|
+
<ui-button
|
|
17961
18026
|
class="pressable button small squared secondary"
|
|
18027
|
+
data-testid="group-1-button-max"
|
|
17962
18028
|
tabindex="0"
|
|
17963
18029
|
>
|
|
17964
18030
|
<ui-icon
|
|
@@ -17982,19 +18048,19 @@ exports[`component:<Finder> type:hotel prop:layout 1`] = `
|
|
|
17982
18048
|
/>
|
|
17983
18049
|
</svg>
|
|
17984
18050
|
</ui-icon>
|
|
17985
|
-
</button>
|
|
18051
|
+
</ui-button>
|
|
17986
18052
|
</ui-input-number>
|
|
17987
18053
|
</ui-view>
|
|
17988
18054
|
</ui-scrollview>
|
|
17989
18055
|
<ui-view
|
|
17990
18056
|
class="view row"
|
|
17991
18057
|
>
|
|
17992
|
-
<button
|
|
18058
|
+
<ui-button
|
|
17993
18059
|
class="pressable button secondary"
|
|
17994
18060
|
tabindex="0"
|
|
17995
18061
|
>
|
|
17996
18062
|
finder.action.add_place_type.room
|
|
17997
|
-
</button>
|
|
18063
|
+
</ui-button>
|
|
17998
18064
|
</ui-view>
|
|
17999
18065
|
</ui-view>
|
|
18000
18066
|
</ui-layer-content>
|
|
@@ -18073,12 +18139,12 @@ exports[`component:<Finder> type:hotel prop:layout 1`] = `
|
|
|
18073
18139
|
class="layer hidden"
|
|
18074
18140
|
style="left: 0px; top: 0px;"
|
|
18075
18141
|
/>
|
|
18076
|
-
<button
|
|
18142
|
+
<ui-button
|
|
18077
18143
|
class="pressable button large wide"
|
|
18078
18144
|
tabindex="0"
|
|
18079
18145
|
>
|
|
18080
18146
|
common.action.search
|
|
18081
|
-
</button>
|
|
18147
|
+
</ui-button>
|
|
18082
18148
|
</ui-finder>
|
|
18083
18149
|
</DocumentFragment>
|
|
18084
18150
|
`;
|
|
@@ -18758,7 +18824,7 @@ exports[`component:<Finder> type:hotel prop:text 1`] = `
|
|
|
18758
18824
|
>
|
|
18759
18825
|
septiembre 2023
|
|
18760
18826
|
</ui-text>
|
|
18761
|
-
<button
|
|
18827
|
+
<ui-button
|
|
18762
18828
|
class="pressable button small squared transparent"
|
|
18763
18829
|
tabindex="0"
|
|
18764
18830
|
>
|
|
@@ -18783,7 +18849,7 @@ exports[`component:<Finder> type:hotel prop:text 1`] = `
|
|
|
18783
18849
|
/>
|
|
18784
18850
|
</svg>
|
|
18785
18851
|
</ui-icon>
|
|
18786
|
-
</button>
|
|
18852
|
+
</ui-button>
|
|
18787
18853
|
</ui-view>
|
|
18788
18854
|
<ui-calendar-weekdays
|
|
18789
18855
|
class="view forceRow weekdays"
|
|
@@ -19473,6 +19539,7 @@ exports[`component:<Finder> type:hotel prop:text 1`] = `
|
|
|
19473
19539
|
</ui-view>
|
|
19474
19540
|
<ui-input-number
|
|
19475
19541
|
class="view row inputNumber"
|
|
19542
|
+
data-testid="group-0"
|
|
19476
19543
|
>
|
|
19477
19544
|
<ui-view
|
|
19478
19545
|
class="view texts"
|
|
@@ -19488,8 +19555,9 @@ exports[`component:<Finder> type:hotel prop:text 1`] = `
|
|
|
19488
19555
|
common.label.age_from
|
|
19489
19556
|
</ui-text>
|
|
19490
19557
|
</ui-view>
|
|
19491
|
-
<button
|
|
19558
|
+
<ui-button
|
|
19492
19559
|
class="pressable button small squared secondary"
|
|
19560
|
+
data-testid="group-0-button-min"
|
|
19493
19561
|
tabindex="0"
|
|
19494
19562
|
>
|
|
19495
19563
|
<ui-icon
|
|
@@ -19513,14 +19581,15 @@ exports[`component:<Finder> type:hotel prop:text 1`] = `
|
|
|
19513
19581
|
/>
|
|
19514
19582
|
</svg>
|
|
19515
19583
|
</ui-icon>
|
|
19516
|
-
</button>
|
|
19584
|
+
</ui-button>
|
|
19517
19585
|
<ui-text
|
|
19518
19586
|
class="text paragraph value"
|
|
19519
19587
|
>
|
|
19520
19588
|
2
|
|
19521
19589
|
</ui-text>
|
|
19522
|
-
<button
|
|
19590
|
+
<ui-button
|
|
19523
19591
|
class="pressable button small squared secondary"
|
|
19592
|
+
data-testid="group-0-button-max"
|
|
19524
19593
|
tabindex="0"
|
|
19525
19594
|
>
|
|
19526
19595
|
<ui-icon
|
|
@@ -19544,10 +19613,11 @@ exports[`component:<Finder> type:hotel prop:text 1`] = `
|
|
|
19544
19613
|
/>
|
|
19545
19614
|
</svg>
|
|
19546
19615
|
</ui-icon>
|
|
19547
|
-
</button>
|
|
19616
|
+
</ui-button>
|
|
19548
19617
|
</ui-input-number>
|
|
19549
19618
|
<ui-input-number
|
|
19550
19619
|
class="view row inputNumber"
|
|
19620
|
+
data-testid="group-1"
|
|
19551
19621
|
>
|
|
19552
19622
|
<ui-view
|
|
19553
19623
|
class="view texts"
|
|
@@ -19569,9 +19639,10 @@ exports[`component:<Finder> type:hotel prop:text 1`] = `
|
|
|
19569
19639
|
to
|
|
19570
19640
|
</ui-text>
|
|
19571
19641
|
</ui-view>
|
|
19572
|
-
<button
|
|
19642
|
+
<ui-button
|
|
19573
19643
|
class="pressable disabled button small squared disabled"
|
|
19574
|
-
|
|
19644
|
+
data-testid="group-1-button-min"
|
|
19645
|
+
disabled="true"
|
|
19575
19646
|
>
|
|
19576
19647
|
<ui-icon
|
|
19577
19648
|
class="icon headline-3"
|
|
@@ -19594,14 +19665,15 @@ exports[`component:<Finder> type:hotel prop:text 1`] = `
|
|
|
19594
19665
|
/>
|
|
19595
19666
|
</svg>
|
|
19596
19667
|
</ui-icon>
|
|
19597
|
-
</button>
|
|
19668
|
+
</ui-button>
|
|
19598
19669
|
<ui-text
|
|
19599
19670
|
class="text paragraph value"
|
|
19600
19671
|
>
|
|
19601
19672
|
0
|
|
19602
19673
|
</ui-text>
|
|
19603
|
-
<button
|
|
19674
|
+
<ui-button
|
|
19604
19675
|
class="pressable button small squared secondary"
|
|
19676
|
+
data-testid="group-1-button-max"
|
|
19605
19677
|
tabindex="0"
|
|
19606
19678
|
>
|
|
19607
19679
|
<ui-icon
|
|
@@ -19625,19 +19697,19 @@ exports[`component:<Finder> type:hotel prop:text 1`] = `
|
|
|
19625
19697
|
/>
|
|
19626
19698
|
</svg>
|
|
19627
19699
|
</ui-icon>
|
|
19628
|
-
</button>
|
|
19700
|
+
</ui-button>
|
|
19629
19701
|
</ui-input-number>
|
|
19630
19702
|
</ui-view>
|
|
19631
19703
|
</ui-scrollview>
|
|
19632
19704
|
<ui-view
|
|
19633
19705
|
class="view row"
|
|
19634
19706
|
>
|
|
19635
|
-
<button
|
|
19707
|
+
<ui-button
|
|
19636
19708
|
class="pressable button secondary"
|
|
19637
19709
|
tabindex="0"
|
|
19638
19710
|
>
|
|
19639
19711
|
finder.action.add_place_type.room
|
|
19640
|
-
</button>
|
|
19712
|
+
</ui-button>
|
|
19641
19713
|
</ui-view>
|
|
19642
19714
|
</ui-view>
|
|
19643
19715
|
</ui-layer-content>
|
|
@@ -19716,12 +19788,12 @@ exports[`component:<Finder> type:hotel prop:text 1`] = `
|
|
|
19716
19788
|
class="layer hidden"
|
|
19717
19789
|
style="left: 0px; top: 0px;"
|
|
19718
19790
|
/>
|
|
19719
|
-
<button
|
|
19791
|
+
<ui-button
|
|
19720
19792
|
class="pressable button large"
|
|
19721
19793
|
tabindex="0"
|
|
19722
19794
|
>
|
|
19723
19795
|
Mirai
|
|
19724
|
-
</button>
|
|
19796
|
+
</ui-button>
|
|
19725
19797
|
</ui-finder>
|
|
19726
19798
|
</DocumentFragment>
|
|
19727
19799
|
`;
|
|
@@ -20401,7 +20473,7 @@ exports[`component:<Finder> type:hotel renders 1`] = `
|
|
|
20401
20473
|
>
|
|
20402
20474
|
septiembre 2023
|
|
20403
20475
|
</ui-text>
|
|
20404
|
-
<button
|
|
20476
|
+
<ui-button
|
|
20405
20477
|
class="pressable button small squared transparent"
|
|
20406
20478
|
tabindex="0"
|
|
20407
20479
|
>
|
|
@@ -20426,7 +20498,7 @@ exports[`component:<Finder> type:hotel renders 1`] = `
|
|
|
20426
20498
|
/>
|
|
20427
20499
|
</svg>
|
|
20428
20500
|
</ui-icon>
|
|
20429
|
-
</button>
|
|
20501
|
+
</ui-button>
|
|
20430
20502
|
</ui-view>
|
|
20431
20503
|
<ui-calendar-weekdays
|
|
20432
20504
|
class="view forceRow weekdays"
|
|
@@ -21116,6 +21188,7 @@ exports[`component:<Finder> type:hotel renders 1`] = `
|
|
|
21116
21188
|
</ui-view>
|
|
21117
21189
|
<ui-input-number
|
|
21118
21190
|
class="view row inputNumber"
|
|
21191
|
+
data-testid="group-0"
|
|
21119
21192
|
>
|
|
21120
21193
|
<ui-view
|
|
21121
21194
|
class="view texts"
|
|
@@ -21131,8 +21204,9 @@ exports[`component:<Finder> type:hotel renders 1`] = `
|
|
|
21131
21204
|
common.label.age_from
|
|
21132
21205
|
</ui-text>
|
|
21133
21206
|
</ui-view>
|
|
21134
|
-
<button
|
|
21207
|
+
<ui-button
|
|
21135
21208
|
class="pressable button small squared secondary"
|
|
21209
|
+
data-testid="group-0-button-min"
|
|
21136
21210
|
tabindex="0"
|
|
21137
21211
|
>
|
|
21138
21212
|
<ui-icon
|
|
@@ -21156,14 +21230,15 @@ exports[`component:<Finder> type:hotel renders 1`] = `
|
|
|
21156
21230
|
/>
|
|
21157
21231
|
</svg>
|
|
21158
21232
|
</ui-icon>
|
|
21159
|
-
</button>
|
|
21233
|
+
</ui-button>
|
|
21160
21234
|
<ui-text
|
|
21161
21235
|
class="text paragraph value"
|
|
21162
21236
|
>
|
|
21163
21237
|
2
|
|
21164
21238
|
</ui-text>
|
|
21165
|
-
<button
|
|
21239
|
+
<ui-button
|
|
21166
21240
|
class="pressable button small squared secondary"
|
|
21241
|
+
data-testid="group-0-button-max"
|
|
21167
21242
|
tabindex="0"
|
|
21168
21243
|
>
|
|
21169
21244
|
<ui-icon
|
|
@@ -21187,10 +21262,11 @@ exports[`component:<Finder> type:hotel renders 1`] = `
|
|
|
21187
21262
|
/>
|
|
21188
21263
|
</svg>
|
|
21189
21264
|
</ui-icon>
|
|
21190
|
-
</button>
|
|
21265
|
+
</ui-button>
|
|
21191
21266
|
</ui-input-number>
|
|
21192
21267
|
<ui-input-number
|
|
21193
21268
|
class="view row inputNumber"
|
|
21269
|
+
data-testid="group-1"
|
|
21194
21270
|
>
|
|
21195
21271
|
<ui-view
|
|
21196
21272
|
class="view texts"
|
|
@@ -21212,9 +21288,10 @@ exports[`component:<Finder> type:hotel renders 1`] = `
|
|
|
21212
21288
|
to
|
|
21213
21289
|
</ui-text>
|
|
21214
21290
|
</ui-view>
|
|
21215
|
-
<button
|
|
21291
|
+
<ui-button
|
|
21216
21292
|
class="pressable disabled button small squared disabled"
|
|
21217
|
-
|
|
21293
|
+
data-testid="group-1-button-min"
|
|
21294
|
+
disabled="true"
|
|
21218
21295
|
>
|
|
21219
21296
|
<ui-icon
|
|
21220
21297
|
class="icon headline-3"
|
|
@@ -21237,14 +21314,15 @@ exports[`component:<Finder> type:hotel renders 1`] = `
|
|
|
21237
21314
|
/>
|
|
21238
21315
|
</svg>
|
|
21239
21316
|
</ui-icon>
|
|
21240
|
-
</button>
|
|
21317
|
+
</ui-button>
|
|
21241
21318
|
<ui-text
|
|
21242
21319
|
class="text paragraph value"
|
|
21243
21320
|
>
|
|
21244
21321
|
0
|
|
21245
21322
|
</ui-text>
|
|
21246
|
-
<button
|
|
21323
|
+
<ui-button
|
|
21247
21324
|
class="pressable button small squared secondary"
|
|
21325
|
+
data-testid="group-1-button-max"
|
|
21248
21326
|
tabindex="0"
|
|
21249
21327
|
>
|
|
21250
21328
|
<ui-icon
|
|
@@ -21268,19 +21346,19 @@ exports[`component:<Finder> type:hotel renders 1`] = `
|
|
|
21268
21346
|
/>
|
|
21269
21347
|
</svg>
|
|
21270
21348
|
</ui-icon>
|
|
21271
|
-
</button>
|
|
21349
|
+
</ui-button>
|
|
21272
21350
|
</ui-input-number>
|
|
21273
21351
|
</ui-view>
|
|
21274
21352
|
</ui-scrollview>
|
|
21275
21353
|
<ui-view
|
|
21276
21354
|
class="view row"
|
|
21277
21355
|
>
|
|
21278
|
-
<button
|
|
21356
|
+
<ui-button
|
|
21279
21357
|
class="pressable button secondary"
|
|
21280
21358
|
tabindex="0"
|
|
21281
21359
|
>
|
|
21282
21360
|
finder.action.add_place_type.room
|
|
21283
|
-
</button>
|
|
21361
|
+
</ui-button>
|
|
21284
21362
|
</ui-view>
|
|
21285
21363
|
</ui-view>
|
|
21286
21364
|
</ui-layer-content>
|
|
@@ -21359,12 +21437,12 @@ exports[`component:<Finder> type:hotel renders 1`] = `
|
|
|
21359
21437
|
class="layer hidden"
|
|
21360
21438
|
style="left: 0px; top: 0px;"
|
|
21361
21439
|
/>
|
|
21362
|
-
<button
|
|
21440
|
+
<ui-button
|
|
21363
21441
|
class="pressable button large"
|
|
21364
21442
|
tabindex="0"
|
|
21365
21443
|
>
|
|
21366
21444
|
common.action.search
|
|
21367
|
-
</button>
|
|
21445
|
+
</ui-button>
|
|
21368
21446
|
</ui-finder>
|
|
21369
21447
|
</DocumentFragment>
|
|
21370
21448
|
`;
|
|
@@ -22046,7 +22124,7 @@ exports[`component:<Finder> type:hotel testID 1`] = `
|
|
|
22046
22124
|
>
|
|
22047
22125
|
septiembre 2023
|
|
22048
22126
|
</ui-text>
|
|
22049
|
-
<button
|
|
22127
|
+
<ui-button
|
|
22050
22128
|
class="pressable button small squared transparent"
|
|
22051
22129
|
data-testid="mirai-calendar-next"
|
|
22052
22130
|
tabindex="0"
|
|
@@ -22072,7 +22150,7 @@ exports[`component:<Finder> type:hotel testID 1`] = `
|
|
|
22072
22150
|
/>
|
|
22073
22151
|
</svg>
|
|
22074
22152
|
</ui-icon>
|
|
22075
|
-
</button>
|
|
22153
|
+
</ui-button>
|
|
22076
22154
|
</ui-view>
|
|
22077
22155
|
<ui-calendar-weekdays
|
|
22078
22156
|
class="view forceRow weekdays"
|
|
@@ -22764,6 +22842,7 @@ exports[`component:<Finder> type:hotel testID 1`] = `
|
|
|
22764
22842
|
</ui-view>
|
|
22765
22843
|
<ui-input-number
|
|
22766
22844
|
class="view row inputNumber"
|
|
22845
|
+
data-testid="group-0"
|
|
22767
22846
|
>
|
|
22768
22847
|
<ui-view
|
|
22769
22848
|
class="view texts"
|
|
@@ -22779,8 +22858,9 @@ exports[`component:<Finder> type:hotel testID 1`] = `
|
|
|
22779
22858
|
common.label.age_from
|
|
22780
22859
|
</ui-text>
|
|
22781
22860
|
</ui-view>
|
|
22782
|
-
<button
|
|
22861
|
+
<ui-button
|
|
22783
22862
|
class="pressable button small squared secondary"
|
|
22863
|
+
data-testid="group-0-button-min"
|
|
22784
22864
|
tabindex="0"
|
|
22785
22865
|
>
|
|
22786
22866
|
<ui-icon
|
|
@@ -22804,14 +22884,15 @@ exports[`component:<Finder> type:hotel testID 1`] = `
|
|
|
22804
22884
|
/>
|
|
22805
22885
|
</svg>
|
|
22806
22886
|
</ui-icon>
|
|
22807
|
-
</button>
|
|
22887
|
+
</ui-button>
|
|
22808
22888
|
<ui-text
|
|
22809
22889
|
class="text paragraph value"
|
|
22810
22890
|
>
|
|
22811
22891
|
2
|
|
22812
22892
|
</ui-text>
|
|
22813
|
-
<button
|
|
22893
|
+
<ui-button
|
|
22814
22894
|
class="pressable button small squared secondary"
|
|
22895
|
+
data-testid="group-0-button-max"
|
|
22815
22896
|
tabindex="0"
|
|
22816
22897
|
>
|
|
22817
22898
|
<ui-icon
|
|
@@ -22835,10 +22916,11 @@ exports[`component:<Finder> type:hotel testID 1`] = `
|
|
|
22835
22916
|
/>
|
|
22836
22917
|
</svg>
|
|
22837
22918
|
</ui-icon>
|
|
22838
|
-
</button>
|
|
22919
|
+
</ui-button>
|
|
22839
22920
|
</ui-input-number>
|
|
22840
22921
|
<ui-input-number
|
|
22841
22922
|
class="view row inputNumber"
|
|
22923
|
+
data-testid="group-1"
|
|
22842
22924
|
>
|
|
22843
22925
|
<ui-view
|
|
22844
22926
|
class="view texts"
|
|
@@ -22860,9 +22942,10 @@ exports[`component:<Finder> type:hotel testID 1`] = `
|
|
|
22860
22942
|
to
|
|
22861
22943
|
</ui-text>
|
|
22862
22944
|
</ui-view>
|
|
22863
|
-
<button
|
|
22945
|
+
<ui-button
|
|
22864
22946
|
class="pressable disabled button small squared disabled"
|
|
22865
|
-
|
|
22947
|
+
data-testid="group-1-button-min"
|
|
22948
|
+
disabled="true"
|
|
22866
22949
|
>
|
|
22867
22950
|
<ui-icon
|
|
22868
22951
|
class="icon headline-3"
|
|
@@ -22885,14 +22968,15 @@ exports[`component:<Finder> type:hotel testID 1`] = `
|
|
|
22885
22968
|
/>
|
|
22886
22969
|
</svg>
|
|
22887
22970
|
</ui-icon>
|
|
22888
|
-
</button>
|
|
22971
|
+
</ui-button>
|
|
22889
22972
|
<ui-text
|
|
22890
22973
|
class="text paragraph value"
|
|
22891
22974
|
>
|
|
22892
22975
|
0
|
|
22893
22976
|
</ui-text>
|
|
22894
|
-
<button
|
|
22977
|
+
<ui-button
|
|
22895
22978
|
class="pressable button small squared secondary"
|
|
22979
|
+
data-testid="group-1-button-max"
|
|
22896
22980
|
tabindex="0"
|
|
22897
22981
|
>
|
|
22898
22982
|
<ui-icon
|
|
@@ -22916,20 +23000,20 @@ exports[`component:<Finder> type:hotel testID 1`] = `
|
|
|
22916
23000
|
/>
|
|
22917
23001
|
</svg>
|
|
22918
23002
|
</ui-icon>
|
|
22919
|
-
</button>
|
|
23003
|
+
</ui-button>
|
|
22920
23004
|
</ui-input-number>
|
|
22921
23005
|
</ui-view>
|
|
22922
23006
|
</ui-scrollview>
|
|
22923
23007
|
<ui-view
|
|
22924
23008
|
class="view row"
|
|
22925
23009
|
>
|
|
22926
|
-
<button
|
|
23010
|
+
<ui-button
|
|
22927
23011
|
class="pressable button secondary"
|
|
22928
23012
|
data-testid="mirai-occupation-add-room"
|
|
22929
23013
|
tabindex="0"
|
|
22930
23014
|
>
|
|
22931
23015
|
finder.action.add_place_type.room
|
|
22932
|
-
</button>
|
|
23016
|
+
</ui-button>
|
|
22933
23017
|
</ui-view>
|
|
22934
23018
|
</ui-view>
|
|
22935
23019
|
</ui-layer-content>
|
|
@@ -23009,13 +23093,13 @@ exports[`component:<Finder> type:hotel testID 1`] = `
|
|
|
23009
23093
|
class="layer hidden"
|
|
23010
23094
|
style="left: 0px; top: 0px;"
|
|
23011
23095
|
/>
|
|
23012
|
-
<button
|
|
23096
|
+
<ui-button
|
|
23013
23097
|
class="pressable button large"
|
|
23014
23098
|
data-testid="mirai-submit"
|
|
23015
23099
|
tabindex="0"
|
|
23016
23100
|
>
|
|
23017
23101
|
common.action.search
|
|
23018
|
-
</button>
|
|
23102
|
+
</ui-button>
|
|
23019
23103
|
</ui-finder>
|
|
23020
23104
|
</DocumentFragment>
|
|
23021
23105
|
`;
|