@mirai/core 0.3.356 → 0.3.357
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/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +34 -34
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +260 -260
- package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +36 -36
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +148 -148
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +108 -108
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +302 -302
- package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap +30 -30
- package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +24 -24
- package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +68 -68
- package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +74 -74
- package/build/components/Chat/components/Message/components/Environment.module.css +1 -1
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +376 -376
- package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +112 -112
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +588 -588
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +788 -764
- package/build/components/Deals/Deals.js +2 -1
- package/build/components/Deals/Deals.js.map +1 -1
- package/build/components/Deals/Deals.module.css +1 -1
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +1893 -1893
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +2936 -2884
- package/build/components/Finder/Finder.compact.js +7 -4
- package/build/components/Finder/Finder.compact.js.map +1 -1
- package/build/components/Finder/Finder.module.css +3 -3
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +8430 -8428
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +5063 -4646
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +115 -115
- package/build/components/Header/Header.js +2 -1
- package/build/components/Header/Header.js.map +1 -1
- package/build/components/Header/Header.module.css +1 -1
- package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +6 -6
- package/build/components/Rates/Rates.Unavailability.js +2 -1
- package/build/components/Rates/Rates.Unavailability.js.map +1 -1
- package/build/components/Rates/Rates.module.css +2 -2
- package/build/components/Rates/components/CardHotel/CardHotel.js +2 -1
- package/build/components/Rates/components/CardHotel/CardHotel.js.map +1 -1
- package/build/components/Rates/components/CardHotel/CardHotel.module.css +1 -1
- package/build/components/Rates/components/Filters/Filters.js +1 -1
- package/build/components/Rates/components/Filters/Filters.js.map +1 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.module.css +1 -1
- package/build/components/Rates/components/Item/components/Slider/Slider.js +8 -4
- package/build/components/Rates/components/Item/components/Slider/Slider.js.map +1 -1
- package/build/components/Rates/components/Item/components/Slider/Slider.module.css +2 -2
- package/build/components/Rates/components/Item/components/TooltipDates/TooltipDates.module.css +2 -2
- package/build/components/Rates/components/ModalExtras/ModalExtras.module.css +0 -4
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +320 -315
- package/build/components/Signup/Signup.js +4 -2
- package/build/components/Signup/Signup.js.map +1 -1
- package/build/components/Signup/Signup.module.css +1 -1
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +279 -279
- package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +74 -74
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +991 -991
- package/build/components/__shared__/BookingSummary/_tests__/__snapshots__/BookingSummary.test.js.snap +316 -316
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +200 -200
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +320 -320
- package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +144 -144
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +12 -12
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +32 -32
- package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +12 -12
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +129 -129
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +45 -45
- package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +30 -30
- package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +51 -51
- package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +8 -8
- package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +219 -219
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +513 -513
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js +1 -0
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js.map +1 -1
- package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +59 -59
- package/build/components/__shared__/Footer/Footer.js +11 -10
- package/build/components/__shared__/Footer/Footer.js.map +1 -1
- package/build/components/__shared__/Footer/Footer.module.css +2 -2
- package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +60 -60
- package/build/components/__shared__/Occupation/Occupation.Group.js +2 -1
- package/build/components/__shared__/Occupation/Occupation.Group.js.map +1 -1
- package/build/components/__shared__/Occupation/Occupation.module.css +3 -3
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +732 -732
- package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +319 -313
- package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +7 -7
- package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +231 -231
- package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +140 -140
- package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +27 -27
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js +4 -2
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js.map +1 -1
- package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +53 -53
- package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +6 -6
- package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +104 -104
- package/package.json +1 -1
package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap
CHANGED
|
@@ -5,31 +5,31 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
5
5
|
<form
|
|
6
6
|
autocomplete="off"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui-text
|
|
9
9
|
class="text bold headline-3 wide"
|
|
10
10
|
>
|
|
11
11
|
user.label.personal_details
|
|
12
|
-
</
|
|
13
|
-
<
|
|
12
|
+
</ui-text>
|
|
13
|
+
<ui-text
|
|
14
14
|
class="text small wide"
|
|
15
15
|
>
|
|
16
16
|
<span>
|
|
17
17
|
*
|
|
18
18
|
</span>
|
|
19
19
|
|
|
20
|
-
</
|
|
21
|
-
<
|
|
20
|
+
</ui-text>
|
|
21
|
+
<ui-input-text
|
|
22
22
|
class="view inputContainer"
|
|
23
23
|
>
|
|
24
|
-
<
|
|
24
|
+
<ui-view
|
|
25
25
|
class="view row inputBorder"
|
|
26
26
|
>
|
|
27
|
-
<
|
|
27
|
+
<ui-view
|
|
28
28
|
class="view wide content"
|
|
29
29
|
>
|
|
30
|
-
<label
|
|
30
|
+
<ui-label
|
|
31
31
|
class="text paragraph text label"
|
|
32
|
-
|
|
32
|
+
htmlfor="input.checkout-firstName"
|
|
33
33
|
>
|
|
34
34
|
common.label.firstname
|
|
35
35
|
<span
|
|
@@ -37,7 +37,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
37
37
|
>
|
|
38
38
|
*
|
|
39
39
|
</span>
|
|
40
|
-
</label>
|
|
40
|
+
</ui-label>
|
|
41
41
|
<input
|
|
42
42
|
class="input input withLabel"
|
|
43
43
|
id="input.checkout-firstName"
|
|
@@ -46,21 +46,21 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
46
46
|
type="text"
|
|
47
47
|
value=""
|
|
48
48
|
/>
|
|
49
|
-
</
|
|
50
|
-
</
|
|
51
|
-
</
|
|
52
|
-
<
|
|
49
|
+
</ui-view>
|
|
50
|
+
</ui-view>
|
|
51
|
+
</ui-input-text>
|
|
52
|
+
<ui-input-text
|
|
53
53
|
class="view inputContainer"
|
|
54
54
|
>
|
|
55
|
-
<
|
|
55
|
+
<ui-view
|
|
56
56
|
class="view row inputBorder"
|
|
57
57
|
>
|
|
58
|
-
<
|
|
58
|
+
<ui-view
|
|
59
59
|
class="view wide content"
|
|
60
60
|
>
|
|
61
|
-
<label
|
|
61
|
+
<ui-label
|
|
62
62
|
class="text paragraph text label"
|
|
63
|
-
|
|
63
|
+
htmlfor="input.checkout-lastName"
|
|
64
64
|
>
|
|
65
65
|
common.label.lastname
|
|
66
66
|
<span
|
|
@@ -68,7 +68,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
68
68
|
>
|
|
69
69
|
*
|
|
70
70
|
</span>
|
|
71
|
-
</label>
|
|
71
|
+
</ui-label>
|
|
72
72
|
<input
|
|
73
73
|
class="input input withLabel"
|
|
74
74
|
id="input.checkout-lastName"
|
|
@@ -77,21 +77,21 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
77
77
|
type="text"
|
|
78
78
|
value=""
|
|
79
79
|
/>
|
|
80
|
-
</
|
|
81
|
-
</
|
|
82
|
-
</
|
|
83
|
-
<
|
|
80
|
+
</ui-view>
|
|
81
|
+
</ui-view>
|
|
82
|
+
</ui-input-text>
|
|
83
|
+
<ui-input-text
|
|
84
84
|
class="view inputContainer"
|
|
85
85
|
>
|
|
86
|
-
<
|
|
86
|
+
<ui-view
|
|
87
87
|
class="view row inputBorder"
|
|
88
88
|
>
|
|
89
|
-
<
|
|
89
|
+
<ui-view
|
|
90
90
|
class="view wide content"
|
|
91
91
|
>
|
|
92
|
-
<label
|
|
92
|
+
<ui-label
|
|
93
93
|
class="text paragraph text label"
|
|
94
|
-
|
|
94
|
+
htmlfor="input.checkout-email"
|
|
95
95
|
>
|
|
96
96
|
common.label.email
|
|
97
97
|
<span
|
|
@@ -99,7 +99,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
99
99
|
>
|
|
100
100
|
*
|
|
101
101
|
</span>
|
|
102
|
-
</label>
|
|
102
|
+
</ui-label>
|
|
103
103
|
<input
|
|
104
104
|
class="input input withLabel"
|
|
105
105
|
id="input.checkout-email"
|
|
@@ -108,27 +108,27 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
108
108
|
type="email"
|
|
109
109
|
value=""
|
|
110
110
|
/>
|
|
111
|
-
</
|
|
112
|
-
</
|
|
113
|
-
</
|
|
114
|
-
<
|
|
111
|
+
</ui-view>
|
|
112
|
+
</ui-view>
|
|
113
|
+
</ui-input-text>
|
|
114
|
+
<ui-input-phone
|
|
115
115
|
class="view inputPhone"
|
|
116
116
|
>
|
|
117
|
-
<
|
|
117
|
+
<ui-view
|
|
118
118
|
class="view row inputBorder"
|
|
119
119
|
>
|
|
120
|
-
<
|
|
120
|
+
<ui-view
|
|
121
121
|
class="view row"
|
|
122
122
|
>
|
|
123
|
-
<
|
|
123
|
+
<ui-view
|
|
124
124
|
class="view content"
|
|
125
125
|
>
|
|
126
|
-
<label
|
|
126
|
+
<ui-label
|
|
127
127
|
class="text paragraph text label"
|
|
128
|
-
|
|
128
|
+
htmlfor="phone-prefix"
|
|
129
129
|
>
|
|
130
130
|
common.label.phone_prefix
|
|
131
|
-
</label>
|
|
131
|
+
</ui-label>
|
|
132
132
|
<select
|
|
133
133
|
class="select empty input prefix withLabel empty"
|
|
134
134
|
id="phone-prefix"
|
|
@@ -1171,8 +1171,8 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1171
1171
|
+998
|
|
1172
1172
|
</option>
|
|
1173
1173
|
</select>
|
|
1174
|
-
</
|
|
1175
|
-
<
|
|
1174
|
+
</ui-view>
|
|
1175
|
+
<ui-icon
|
|
1176
1176
|
class="icon headline-3 icon expand"
|
|
1177
1177
|
>
|
|
1178
1178
|
<svg
|
|
@@ -1193,20 +1193,20 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1193
1193
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1194
1194
|
/>
|
|
1195
1195
|
</svg>
|
|
1196
|
-
</
|
|
1197
|
-
</
|
|
1198
|
-
<
|
|
1196
|
+
</ui-icon>
|
|
1197
|
+
</ui-view>
|
|
1198
|
+
<ui-view
|
|
1199
1199
|
class="view forceRow separator"
|
|
1200
1200
|
/>
|
|
1201
|
-
<
|
|
1201
|
+
<ui-view
|
|
1202
1202
|
class="view row wide"
|
|
1203
1203
|
>
|
|
1204
|
-
<
|
|
1204
|
+
<ui-view
|
|
1205
1205
|
class="view wide content"
|
|
1206
1206
|
>
|
|
1207
|
-
<label
|
|
1207
|
+
<ui-label
|
|
1208
1208
|
class="text paragraph text label"
|
|
1209
|
-
|
|
1209
|
+
htmlfor="checkout-phone"
|
|
1210
1210
|
>
|
|
1211
1211
|
common.label.phone
|
|
1212
1212
|
<span
|
|
@@ -1214,7 +1214,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1214
1214
|
>
|
|
1215
1215
|
*
|
|
1216
1216
|
</span>
|
|
1217
|
-
</label>
|
|
1217
|
+
</ui-label>
|
|
1218
1218
|
<input
|
|
1219
1219
|
class="input input withLabel"
|
|
1220
1220
|
id="checkout-phone"
|
|
@@ -1224,25 +1224,25 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1224
1224
|
type="tel"
|
|
1225
1225
|
value=""
|
|
1226
1226
|
/>
|
|
1227
|
-
</
|
|
1228
|
-
</
|
|
1229
|
-
</
|
|
1230
|
-
</
|
|
1231
|
-
<
|
|
1227
|
+
</ui-view>
|
|
1228
|
+
</ui-view>
|
|
1229
|
+
</ui-view>
|
|
1230
|
+
</ui-input-phone>
|
|
1231
|
+
<ui-input-text
|
|
1232
1232
|
class="view inputContainer"
|
|
1233
1233
|
>
|
|
1234
|
-
<
|
|
1234
|
+
<ui-view
|
|
1235
1235
|
class="view row inputBorder"
|
|
1236
1236
|
>
|
|
1237
|
-
<
|
|
1237
|
+
<ui-view
|
|
1238
1238
|
class="view wide content"
|
|
1239
1239
|
>
|
|
1240
|
-
<label
|
|
1240
|
+
<ui-label
|
|
1241
1241
|
class="text paragraph text label"
|
|
1242
|
-
|
|
1242
|
+
htmlfor="input.checkout-company"
|
|
1243
1243
|
>
|
|
1244
1244
|
common.label.company
|
|
1245
|
-
</label>
|
|
1245
|
+
</ui-label>
|
|
1246
1246
|
<input
|
|
1247
1247
|
class="input input withLabel"
|
|
1248
1248
|
id="input.checkout-company"
|
|
@@ -1250,53 +1250,55 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1250
1250
|
type="text"
|
|
1251
1251
|
value=""
|
|
1252
1252
|
/>
|
|
1253
|
-
</
|
|
1254
|
-
</
|
|
1255
|
-
</
|
|
1256
|
-
<
|
|
1253
|
+
</ui-view>
|
|
1254
|
+
</ui-view>
|
|
1255
|
+
</ui-input-text>
|
|
1256
|
+
<ui-input-text
|
|
1257
1257
|
class="view inputContainer"
|
|
1258
1258
|
>
|
|
1259
|
-
<
|
|
1259
|
+
<ui-view
|
|
1260
1260
|
class="view row inputBorder"
|
|
1261
1261
|
>
|
|
1262
|
-
<
|
|
1262
|
+
<ui-view
|
|
1263
1263
|
class="view wide content"
|
|
1264
1264
|
>
|
|
1265
|
-
<label
|
|
1265
|
+
<ui-label
|
|
1266
1266
|
class="text paragraph text label"
|
|
1267
|
-
|
|
1267
|
+
htmlfor="input.checkout-comments"
|
|
1268
1268
|
>
|
|
1269
1269
|
common.label.comments
|
|
1270
|
-
</label>
|
|
1270
|
+
</ui-label>
|
|
1271
1271
|
<textarea
|
|
1272
1272
|
class="input input withLabel multiLine"
|
|
1273
1273
|
id="input.checkout-comments"
|
|
1274
1274
|
name="comments"
|
|
1275
1275
|
/>
|
|
1276
|
-
</
|
|
1277
|
-
</
|
|
1278
|
-
<
|
|
1276
|
+
</ui-view>
|
|
1277
|
+
</ui-view>
|
|
1278
|
+
<ui-text
|
|
1279
1279
|
class="text small text hint"
|
|
1280
1280
|
>
|
|
1281
1281
|
user.label.comments_hint
|
|
1282
|
-
</
|
|
1283
|
-
</
|
|
1284
|
-
<
|
|
1282
|
+
</ui-text>
|
|
1283
|
+
</ui-input-text>
|
|
1284
|
+
<ui-text
|
|
1285
1285
|
class="text small"
|
|
1286
1286
|
hint=""
|
|
1287
1287
|
id="checkout-undefined"
|
|
1288
1288
|
label="undefined"
|
|
1289
1289
|
name="undefined"
|
|
1290
|
+
showrequired="true"
|
|
1290
1291
|
>
|
|
1291
1292
|
La hora de entrada es a partir de las 15:00h. La hora de salidas es hasta las 12:00h
|
|
1292
|
-
</
|
|
1293
|
-
<
|
|
1293
|
+
</ui-text>
|
|
1294
|
+
<ui-input-option
|
|
1294
1295
|
class="pressable inputOption"
|
|
1295
1296
|
hint=""
|
|
1296
1297
|
id="checkout-hotel_future_offers"
|
|
1298
|
+
success="false"
|
|
1297
1299
|
tabindex="0"
|
|
1298
1300
|
>
|
|
1299
|
-
<
|
|
1301
|
+
<ui-checkbox
|
|
1300
1302
|
class="checkbox"
|
|
1301
1303
|
>
|
|
1302
1304
|
<input
|
|
@@ -1305,21 +1307,22 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1305
1307
|
type="checkbox"
|
|
1306
1308
|
value=""
|
|
1307
1309
|
/>
|
|
1308
|
-
</
|
|
1309
|
-
<label
|
|
1310
|
+
</ui-checkbox>
|
|
1311
|
+
<ui-label
|
|
1310
1312
|
class="text small text label"
|
|
1311
|
-
|
|
1313
|
+
htmlfor="checkout-hotel_future_offers"
|
|
1312
1314
|
>
|
|
1313
1315
|
Quiero recibir futuras ofertas y noticias de este establecimiento
|
|
1314
|
-
</label>
|
|
1315
|
-
</
|
|
1316
|
-
<
|
|
1316
|
+
</ui-label>
|
|
1317
|
+
</ui-input-option>
|
|
1318
|
+
<ui-input-option
|
|
1317
1319
|
class="pressable inputOption"
|
|
1318
1320
|
hint=""
|
|
1319
1321
|
id="checkout-joinClub"
|
|
1322
|
+
success="false"
|
|
1320
1323
|
tabindex="0"
|
|
1321
1324
|
>
|
|
1322
|
-
<
|
|
1325
|
+
<ui-checkbox
|
|
1323
1326
|
class="checkbox"
|
|
1324
1327
|
>
|
|
1325
1328
|
<input
|
|
@@ -1328,21 +1331,22 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1328
1331
|
type="checkbox"
|
|
1329
1332
|
value=""
|
|
1330
1333
|
/>
|
|
1331
|
-
</
|
|
1332
|
-
<label
|
|
1334
|
+
</ui-checkbox>
|
|
1335
|
+
<ui-label
|
|
1333
1336
|
class="text small text label"
|
|
1334
|
-
|
|
1337
|
+
htmlfor="checkout-joinClub"
|
|
1335
1338
|
>
|
|
1336
1339
|
user.label.join_club
|
|
1337
|
-
</label>
|
|
1338
|
-
</
|
|
1339
|
-
<
|
|
1340
|
+
</ui-label>
|
|
1341
|
+
</ui-input-option>
|
|
1342
|
+
<ui-input-option
|
|
1340
1343
|
class="pressable inputOption"
|
|
1341
1344
|
hint=""
|
|
1342
1345
|
id="checkout-privacyPolicy"
|
|
1346
|
+
success="false"
|
|
1343
1347
|
tabindex="0"
|
|
1344
1348
|
>
|
|
1345
|
-
<
|
|
1349
|
+
<ui-checkbox
|
|
1346
1350
|
class="checkbox"
|
|
1347
1351
|
>
|
|
1348
1352
|
<input
|
|
@@ -1351,10 +1355,10 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1351
1355
|
type="checkbox"
|
|
1352
1356
|
value=""
|
|
1353
1357
|
/>
|
|
1354
|
-
</
|
|
1355
|
-
<label
|
|
1358
|
+
</ui-checkbox>
|
|
1359
|
+
<ui-label
|
|
1356
1360
|
class="text small text label"
|
|
1357
|
-
|
|
1361
|
+
htmlfor="checkout-privacyPolicy"
|
|
1358
1362
|
>
|
|
1359
1363
|
user.label.checkout_privacy_policy
|
|
1360
1364
|
<span
|
|
@@ -1362,29 +1366,29 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1362
1366
|
>
|
|
1363
1367
|
*
|
|
1364
1368
|
</span>
|
|
1365
|
-
</label>
|
|
1366
|
-
</
|
|
1369
|
+
</ui-label>
|
|
1370
|
+
</ui-input-option>
|
|
1367
1371
|
</form>
|
|
1368
|
-
<
|
|
1372
|
+
<ui-view
|
|
1369
1373
|
class="view"
|
|
1370
1374
|
>
|
|
1371
|
-
<
|
|
1375
|
+
<ui-view
|
|
1372
1376
|
class="view"
|
|
1373
1377
|
>
|
|
1374
|
-
<
|
|
1378
|
+
<ui-text
|
|
1375
1379
|
class="text bold headline-3"
|
|
1376
1380
|
>
|
|
1377
1381
|
payments.label.payment_methods
|
|
1378
|
-
</
|
|
1379
|
-
</
|
|
1380
|
-
<
|
|
1382
|
+
</ui-text>
|
|
1383
|
+
</ui-view>
|
|
1384
|
+
<ui-view
|
|
1381
1385
|
class="view"
|
|
1382
1386
|
>
|
|
1383
|
-
<
|
|
1387
|
+
<ui-pressable
|
|
1384
1388
|
class="pressable disabled"
|
|
1385
|
-
disabled=""
|
|
1389
|
+
disabled="true"
|
|
1386
1390
|
>
|
|
1387
|
-
<
|
|
1391
|
+
<ui-radio
|
|
1388
1392
|
class="radio"
|
|
1389
1393
|
>
|
|
1390
1394
|
<input
|
|
@@ -1394,15 +1398,15 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1394
1398
|
type="radio"
|
|
1395
1399
|
value="CARD"
|
|
1396
1400
|
/>
|
|
1397
|
-
<
|
|
1401
|
+
<ui-primitive
|
|
1398
1402
|
class="checkmark"
|
|
1399
1403
|
/>
|
|
1400
|
-
</
|
|
1401
|
-
<
|
|
1404
|
+
</ui-radio>
|
|
1405
|
+
<ui-text
|
|
1402
1406
|
class="text bold paragraph"
|
|
1403
1407
|
>
|
|
1404
1408
|
payments.label.card
|
|
1405
|
-
</
|
|
1409
|
+
</ui-text>
|
|
1406
1410
|
<img
|
|
1407
1411
|
alt="VISA"
|
|
1408
1412
|
class="view"
|
|
@@ -1413,25 +1417,25 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1413
1417
|
class="view"
|
|
1414
1418
|
src="https://static.mirai.com/payments/images/cards/mastercard.png"
|
|
1415
1419
|
/>
|
|
1416
|
-
</
|
|
1417
|
-
<
|
|
1420
|
+
</ui-pressable>
|
|
1421
|
+
<ui-view
|
|
1418
1422
|
class="view"
|
|
1419
1423
|
>
|
|
1420
|
-
<
|
|
1424
|
+
<form
|
|
1421
1425
|
autocomplete="off"
|
|
1422
1426
|
>
|
|
1423
|
-
<
|
|
1427
|
+
<ui-input-text
|
|
1424
1428
|
class="view inputContainer"
|
|
1425
1429
|
>
|
|
1426
|
-
<
|
|
1430
|
+
<ui-view
|
|
1427
1431
|
class="view row inputBorder"
|
|
1428
1432
|
>
|
|
1429
|
-
<
|
|
1433
|
+
<ui-view
|
|
1430
1434
|
class="view wide content"
|
|
1431
1435
|
>
|
|
1432
|
-
<label
|
|
1436
|
+
<ui-label
|
|
1433
1437
|
class="text paragraph text label"
|
|
1434
|
-
|
|
1438
|
+
htmlfor="input.checkout-card"
|
|
1435
1439
|
>
|
|
1436
1440
|
payments.label.card_number
|
|
1437
1441
|
<span
|
|
@@ -1439,7 +1443,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1439
1443
|
>
|
|
1440
1444
|
*
|
|
1441
1445
|
</span>
|
|
1442
|
-
</label>
|
|
1446
|
+
</ui-label>
|
|
1443
1447
|
<input
|
|
1444
1448
|
class="input input withLabel"
|
|
1445
1449
|
id="input.checkout-card"
|
|
@@ -1450,21 +1454,21 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1450
1454
|
type="text"
|
|
1451
1455
|
value=""
|
|
1452
1456
|
/>
|
|
1453
|
-
</
|
|
1454
|
-
</
|
|
1455
|
-
</
|
|
1456
|
-
<
|
|
1457
|
+
</ui-view>
|
|
1458
|
+
</ui-view>
|
|
1459
|
+
</ui-input-text>
|
|
1460
|
+
<ui-input-text
|
|
1457
1461
|
class="view inputContainer"
|
|
1458
1462
|
>
|
|
1459
|
-
<
|
|
1463
|
+
<ui-view
|
|
1460
1464
|
class="view row inputBorder"
|
|
1461
1465
|
>
|
|
1462
|
-
<
|
|
1466
|
+
<ui-view
|
|
1463
1467
|
class="view wide content"
|
|
1464
1468
|
>
|
|
1465
|
-
<label
|
|
1469
|
+
<ui-label
|
|
1466
1470
|
class="text paragraph text label"
|
|
1467
|
-
|
|
1471
|
+
htmlfor="input.checkout-name"
|
|
1468
1472
|
>
|
|
1469
1473
|
payments.label.card_name
|
|
1470
1474
|
<span
|
|
@@ -1472,7 +1476,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1472
1476
|
>
|
|
1473
1477
|
*
|
|
1474
1478
|
</span>
|
|
1475
|
-
</label>
|
|
1479
|
+
</ui-label>
|
|
1476
1480
|
<input
|
|
1477
1481
|
class="input input withLabel"
|
|
1478
1482
|
id="input.checkout-name"
|
|
@@ -1483,21 +1487,21 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1483
1487
|
type="text"
|
|
1484
1488
|
value=""
|
|
1485
1489
|
/>
|
|
1486
|
-
</
|
|
1487
|
-
</
|
|
1488
|
-
</
|
|
1489
|
-
<
|
|
1490
|
+
</ui-view>
|
|
1491
|
+
</ui-view>
|
|
1492
|
+
</ui-input-text>
|
|
1493
|
+
<ui-input-text
|
|
1490
1494
|
class="view inputContainer"
|
|
1491
1495
|
>
|
|
1492
|
-
<
|
|
1496
|
+
<ui-view
|
|
1493
1497
|
class="view row inputBorder"
|
|
1494
1498
|
>
|
|
1495
|
-
<
|
|
1499
|
+
<ui-view
|
|
1496
1500
|
class="view wide content"
|
|
1497
1501
|
>
|
|
1498
|
-
<label
|
|
1502
|
+
<ui-label
|
|
1499
1503
|
class="text paragraph text label"
|
|
1500
|
-
|
|
1504
|
+
htmlfor="input.checkout-expire"
|
|
1501
1505
|
>
|
|
1502
1506
|
payments.label.expiration
|
|
1503
1507
|
<span
|
|
@@ -1505,7 +1509,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1505
1509
|
>
|
|
1506
1510
|
*
|
|
1507
1511
|
</span>
|
|
1508
|
-
</label>
|
|
1512
|
+
</ui-label>
|
|
1509
1513
|
<input
|
|
1510
1514
|
class="input input withLabel"
|
|
1511
1515
|
id="input.checkout-expire"
|
|
@@ -1516,20 +1520,21 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1516
1520
|
type="inputDate"
|
|
1517
1521
|
value=""
|
|
1518
1522
|
/>
|
|
1519
|
-
</
|
|
1520
|
-
</
|
|
1521
|
-
</
|
|
1522
|
-
</
|
|
1523
|
-
</
|
|
1524
|
-
</
|
|
1525
|
-
<
|
|
1523
|
+
</ui-view>
|
|
1524
|
+
</ui-view>
|
|
1525
|
+
</ui-input-text>
|
|
1526
|
+
</form>
|
|
1527
|
+
</ui-view>
|
|
1528
|
+
</ui-view>
|
|
1529
|
+
<ui-view
|
|
1526
1530
|
class="view"
|
|
1527
1531
|
>
|
|
1528
|
-
<
|
|
1532
|
+
<ui-pressable
|
|
1529
1533
|
class="pressable"
|
|
1534
|
+
disabled="false"
|
|
1530
1535
|
tabindex="0"
|
|
1531
1536
|
>
|
|
1532
|
-
<
|
|
1537
|
+
<ui-radio
|
|
1533
1538
|
class="radio"
|
|
1534
1539
|
>
|
|
1535
1540
|
<input
|
|
@@ -1538,39 +1543,39 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1538
1543
|
type="radio"
|
|
1539
1544
|
value="AMAZON_PAY"
|
|
1540
1545
|
/>
|
|
1541
|
-
<
|
|
1546
|
+
<ui-primitive
|
|
1542
1547
|
class="checkmark"
|
|
1543
1548
|
/>
|
|
1544
|
-
</
|
|
1545
|
-
<
|
|
1549
|
+
</ui-radio>
|
|
1550
|
+
<ui-text
|
|
1546
1551
|
class="text bold paragraph"
|
|
1547
1552
|
>
|
|
1548
1553
|
payments.label.amazon
|
|
1549
|
-
</
|
|
1554
|
+
</ui-text>
|
|
1550
1555
|
<img
|
|
1551
1556
|
alt="AMAZON PAY"
|
|
1552
1557
|
class="view"
|
|
1553
1558
|
src="https://static.mirai.com/payments/images/amazonpay.png"
|
|
1554
1559
|
/>
|
|
1555
|
-
</
|
|
1556
|
-
</
|
|
1557
|
-
</
|
|
1558
|
-
<
|
|
1560
|
+
</ui-pressable>
|
|
1561
|
+
</ui-view>
|
|
1562
|
+
</ui-view>
|
|
1563
|
+
<ui-modal-overflow
|
|
1559
1564
|
class="pressable container overflow"
|
|
1560
1565
|
style="height: 768px;"
|
|
1561
1566
|
tabindex="0"
|
|
1562
1567
|
>
|
|
1563
|
-
<
|
|
1568
|
+
<ui-modal
|
|
1564
1569
|
class="view fit modal"
|
|
1565
1570
|
>
|
|
1566
|
-
<
|
|
1571
|
+
<ui-view
|
|
1567
1572
|
class="view row header hideBack"
|
|
1568
1573
|
>
|
|
1569
1574
|
<button
|
|
1570
1575
|
class="pressable button small squared transparent button"
|
|
1571
1576
|
tabindex="0"
|
|
1572
1577
|
>
|
|
1573
|
-
<
|
|
1578
|
+
<ui-icon
|
|
1574
1579
|
class="icon headline-3 icon"
|
|
1575
1580
|
>
|
|
1576
1581
|
<svg
|
|
@@ -1590,85 +1595,86 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
|
|
|
1590
1595
|
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
1591
1596
|
/>
|
|
1592
1597
|
</svg>
|
|
1593
|
-
</
|
|
1598
|
+
</ui-icon>
|
|
1594
1599
|
</button>
|
|
1595
|
-
</
|
|
1596
|
-
<
|
|
1600
|
+
</ui-view>
|
|
1601
|
+
<ui-scrollview
|
|
1597
1602
|
class="scrollview vertical"
|
|
1603
|
+
vertical="true"
|
|
1598
1604
|
>
|
|
1599
|
-
<
|
|
1605
|
+
<ui-view
|
|
1600
1606
|
class="view"
|
|
1601
1607
|
>
|
|
1602
|
-
<
|
|
1608
|
+
<ui-view
|
|
1603
1609
|
class="view"
|
|
1604
1610
|
>
|
|
1605
|
-
<
|
|
1611
|
+
<ui-text
|
|
1606
1612
|
class="text bold small"
|
|
1607
1613
|
>
|
|
1608
1614
|
common.label.payment_terms
|
|
1609
|
-
</
|
|
1610
|
-
<
|
|
1615
|
+
</ui-text>
|
|
1616
|
+
<ui-text
|
|
1611
1617
|
class="text small"
|
|
1612
1618
|
>
|
|
1613
1619
|
Prepago de 100%: Tarjeta de crédito o Amazon Pay
|
|
1614
|
-
</
|
|
1615
|
-
</
|
|
1616
|
-
<
|
|
1620
|
+
</ui-text>
|
|
1621
|
+
</ui-view>
|
|
1622
|
+
<ui-view
|
|
1617
1623
|
class="view"
|
|
1618
1624
|
>
|
|
1619
|
-
<
|
|
1625
|
+
<ui-text
|
|
1620
1626
|
class="text bold small"
|
|
1621
1627
|
>
|
|
1622
1628
|
common.label.cancellation_policy
|
|
1623
|
-
</
|
|
1624
|
-
<
|
|
1629
|
+
</ui-text>
|
|
1630
|
+
<ui-text
|
|
1625
1631
|
class="text small"
|
|
1626
1632
|
>
|
|
1627
1633
|
Para que la reserva quede confirmada, es necesario el cobro por anticipado del 100% de toda la estancia reservada. Recibirá un cargo en su tarjeta por dicho importe. Sólo entonces su confirmación tendrá validez. El importe no será devuelto bajo ninguna circunstancia.
|
|
1628
|
-
</
|
|
1629
|
-
</
|
|
1630
|
-
<
|
|
1634
|
+
</ui-text>
|
|
1635
|
+
</ui-view>
|
|
1636
|
+
<ui-view
|
|
1631
1637
|
class="view"
|
|
1632
1638
|
>
|
|
1633
|
-
<
|
|
1639
|
+
<ui-text
|
|
1634
1640
|
class="text bold small"
|
|
1635
1641
|
>
|
|
1636
1642
|
common.label.others_terms
|
|
1637
|
-
</
|
|
1638
|
-
<
|
|
1643
|
+
</ui-text>
|
|
1644
|
+
<ui-text
|
|
1639
1645
|
class="text small"
|
|
1640
1646
|
>
|
|
1641
|
-
<
|
|
1647
|
+
<ui-text
|
|
1642
1648
|
class="text small wide"
|
|
1643
1649
|
>
|
|
1644
1650
|
Check- in a partir de las 15.00h.
|
|
1645
|
-
</
|
|
1646
|
-
<
|
|
1651
|
+
</ui-text>
|
|
1652
|
+
<ui-text
|
|
1647
1653
|
class="text small wide"
|
|
1648
1654
|
>
|
|
1649
1655
|
Check - out hasta las 12.00h.
|
|
1650
|
-
</
|
|
1651
|
-
<
|
|
1656
|
+
</ui-text>
|
|
1657
|
+
<ui-text
|
|
1652
1658
|
class="text small wide"
|
|
1653
1659
|
>
|
|
1654
1660
|
Los niños de 3 a 12 años podrán acceder a las instalaciones dedicadas a su uso y disfrute.
|
|
1655
|
-
</
|
|
1656
|
-
<
|
|
1661
|
+
</ui-text>
|
|
1662
|
+
<ui-text
|
|
1657
1663
|
class="text small wide"
|
|
1658
1664
|
>
|
|
1659
1665
|
En caso de alojarse con bebés, éstos no incluyen régimen alguno.
|
|
1660
|
-
</
|
|
1661
|
-
<
|
|
1666
|
+
</ui-text>
|
|
1667
|
+
<ui-text
|
|
1662
1668
|
class="text small wide"
|
|
1663
1669
|
>
|
|
1664
1670
|
Acceso spa infantil para bebés 8.50€ al día.
|
|
1665
|
-
</
|
|
1666
|
-
</
|
|
1667
|
-
</
|
|
1668
|
-
</
|
|
1669
|
-
</
|
|
1670
|
-
</
|
|
1671
|
-
</
|
|
1671
|
+
</ui-text>
|
|
1672
|
+
</ui-text>
|
|
1673
|
+
</ui-view>
|
|
1674
|
+
</ui-view>
|
|
1675
|
+
</ui-scrollview>
|
|
1676
|
+
</ui-modal>
|
|
1677
|
+
</ui-modal-overflow>
|
|
1672
1678
|
</DocumentFragment>
|
|
1673
1679
|
`;
|
|
1674
1680
|
|
|
@@ -1677,31 +1683,31 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
1677
1683
|
<form
|
|
1678
1684
|
autocomplete="off"
|
|
1679
1685
|
>
|
|
1680
|
-
<
|
|
1686
|
+
<ui-text
|
|
1681
1687
|
class="text bold headline-3 wide"
|
|
1682
1688
|
>
|
|
1683
1689
|
user.label.personal_details
|
|
1684
|
-
</
|
|
1685
|
-
<
|
|
1690
|
+
</ui-text>
|
|
1691
|
+
<ui-text
|
|
1686
1692
|
class="text small wide"
|
|
1687
1693
|
>
|
|
1688
1694
|
<span>
|
|
1689
1695
|
*
|
|
1690
1696
|
</span>
|
|
1691
1697
|
|
|
1692
|
-
</
|
|
1693
|
-
<
|
|
1698
|
+
</ui-text>
|
|
1699
|
+
<ui-input-text
|
|
1694
1700
|
class="view inputContainer"
|
|
1695
1701
|
>
|
|
1696
|
-
<
|
|
1702
|
+
<ui-view
|
|
1697
1703
|
class="view row inputBorder"
|
|
1698
1704
|
>
|
|
1699
|
-
<
|
|
1705
|
+
<ui-view
|
|
1700
1706
|
class="view wide content"
|
|
1701
1707
|
>
|
|
1702
|
-
<label
|
|
1708
|
+
<ui-label
|
|
1703
1709
|
class="text paragraph text label"
|
|
1704
|
-
|
|
1710
|
+
htmlfor="input.checkout-firstName"
|
|
1705
1711
|
>
|
|
1706
1712
|
common.label.firstname
|
|
1707
1713
|
<span
|
|
@@ -1709,7 +1715,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
1709
1715
|
>
|
|
1710
1716
|
*
|
|
1711
1717
|
</span>
|
|
1712
|
-
</label>
|
|
1718
|
+
</ui-label>
|
|
1713
1719
|
<input
|
|
1714
1720
|
class="input input withLabel"
|
|
1715
1721
|
id="input.checkout-firstName"
|
|
@@ -1718,21 +1724,21 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
1718
1724
|
type="text"
|
|
1719
1725
|
value=""
|
|
1720
1726
|
/>
|
|
1721
|
-
</
|
|
1722
|
-
</
|
|
1723
|
-
</
|
|
1724
|
-
<
|
|
1727
|
+
</ui-view>
|
|
1728
|
+
</ui-view>
|
|
1729
|
+
</ui-input-text>
|
|
1730
|
+
<ui-input-text
|
|
1725
1731
|
class="view inputContainer"
|
|
1726
1732
|
>
|
|
1727
|
-
<
|
|
1733
|
+
<ui-view
|
|
1728
1734
|
class="view row inputBorder"
|
|
1729
1735
|
>
|
|
1730
|
-
<
|
|
1736
|
+
<ui-view
|
|
1731
1737
|
class="view wide content"
|
|
1732
1738
|
>
|
|
1733
|
-
<label
|
|
1739
|
+
<ui-label
|
|
1734
1740
|
class="text paragraph text label"
|
|
1735
|
-
|
|
1741
|
+
htmlfor="input.checkout-lastName"
|
|
1736
1742
|
>
|
|
1737
1743
|
common.label.lastname
|
|
1738
1744
|
<span
|
|
@@ -1740,7 +1746,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
1740
1746
|
>
|
|
1741
1747
|
*
|
|
1742
1748
|
</span>
|
|
1743
|
-
</label>
|
|
1749
|
+
</ui-label>
|
|
1744
1750
|
<input
|
|
1745
1751
|
class="input input withLabel"
|
|
1746
1752
|
id="input.checkout-lastName"
|
|
@@ -1749,21 +1755,21 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
1749
1755
|
type="text"
|
|
1750
1756
|
value=""
|
|
1751
1757
|
/>
|
|
1752
|
-
</
|
|
1753
|
-
</
|
|
1754
|
-
</
|
|
1755
|
-
<
|
|
1758
|
+
</ui-view>
|
|
1759
|
+
</ui-view>
|
|
1760
|
+
</ui-input-text>
|
|
1761
|
+
<ui-input-text
|
|
1756
1762
|
class="view inputContainer"
|
|
1757
1763
|
>
|
|
1758
|
-
<
|
|
1764
|
+
<ui-view
|
|
1759
1765
|
class="view row inputBorder"
|
|
1760
1766
|
>
|
|
1761
|
-
<
|
|
1767
|
+
<ui-view
|
|
1762
1768
|
class="view wide content"
|
|
1763
1769
|
>
|
|
1764
|
-
<label
|
|
1770
|
+
<ui-label
|
|
1765
1771
|
class="text paragraph text label"
|
|
1766
|
-
|
|
1772
|
+
htmlfor="input.checkout-email"
|
|
1767
1773
|
>
|
|
1768
1774
|
common.label.email
|
|
1769
1775
|
<span
|
|
@@ -1771,7 +1777,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
1771
1777
|
>
|
|
1772
1778
|
*
|
|
1773
1779
|
</span>
|
|
1774
|
-
</label>
|
|
1780
|
+
</ui-label>
|
|
1775
1781
|
<input
|
|
1776
1782
|
class="input input withLabel"
|
|
1777
1783
|
id="input.checkout-email"
|
|
@@ -1780,27 +1786,27 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
1780
1786
|
type="email"
|
|
1781
1787
|
value=""
|
|
1782
1788
|
/>
|
|
1783
|
-
</
|
|
1784
|
-
</
|
|
1785
|
-
</
|
|
1786
|
-
<
|
|
1789
|
+
</ui-view>
|
|
1790
|
+
</ui-view>
|
|
1791
|
+
</ui-input-text>
|
|
1792
|
+
<ui-input-phone
|
|
1787
1793
|
class="view inputPhone"
|
|
1788
1794
|
>
|
|
1789
|
-
<
|
|
1795
|
+
<ui-view
|
|
1790
1796
|
class="view row inputBorder"
|
|
1791
1797
|
>
|
|
1792
|
-
<
|
|
1798
|
+
<ui-view
|
|
1793
1799
|
class="view row"
|
|
1794
1800
|
>
|
|
1795
|
-
<
|
|
1801
|
+
<ui-view
|
|
1796
1802
|
class="view content"
|
|
1797
1803
|
>
|
|
1798
|
-
<label
|
|
1804
|
+
<ui-label
|
|
1799
1805
|
class="text paragraph text label"
|
|
1800
|
-
|
|
1806
|
+
htmlfor="phone-prefix"
|
|
1801
1807
|
>
|
|
1802
1808
|
common.label.phone_prefix
|
|
1803
|
-
</label>
|
|
1809
|
+
</ui-label>
|
|
1804
1810
|
<select
|
|
1805
1811
|
class="select empty input prefix withLabel empty"
|
|
1806
1812
|
id="phone-prefix"
|
|
@@ -2843,8 +2849,8 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
2843
2849
|
+998
|
|
2844
2850
|
</option>
|
|
2845
2851
|
</select>
|
|
2846
|
-
</
|
|
2847
|
-
<
|
|
2852
|
+
</ui-view>
|
|
2853
|
+
<ui-icon
|
|
2848
2854
|
class="icon headline-3 icon expand"
|
|
2849
2855
|
>
|
|
2850
2856
|
<svg
|
|
@@ -2865,20 +2871,20 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
2865
2871
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
2866
2872
|
/>
|
|
2867
2873
|
</svg>
|
|
2868
|
-
</
|
|
2869
|
-
</
|
|
2870
|
-
<
|
|
2874
|
+
</ui-icon>
|
|
2875
|
+
</ui-view>
|
|
2876
|
+
<ui-view
|
|
2871
2877
|
class="view forceRow separator"
|
|
2872
2878
|
/>
|
|
2873
|
-
<
|
|
2879
|
+
<ui-view
|
|
2874
2880
|
class="view row wide"
|
|
2875
2881
|
>
|
|
2876
|
-
<
|
|
2882
|
+
<ui-view
|
|
2877
2883
|
class="view wide content"
|
|
2878
2884
|
>
|
|
2879
|
-
<label
|
|
2885
|
+
<ui-label
|
|
2880
2886
|
class="text paragraph text label"
|
|
2881
|
-
|
|
2887
|
+
htmlfor="checkout-phone"
|
|
2882
2888
|
>
|
|
2883
2889
|
common.label.phone
|
|
2884
2890
|
<span
|
|
@@ -2886,7 +2892,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
2886
2892
|
>
|
|
2887
2893
|
*
|
|
2888
2894
|
</span>
|
|
2889
|
-
</label>
|
|
2895
|
+
</ui-label>
|
|
2890
2896
|
<input
|
|
2891
2897
|
class="input input withLabel"
|
|
2892
2898
|
id="checkout-phone"
|
|
@@ -2896,25 +2902,25 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
2896
2902
|
type="tel"
|
|
2897
2903
|
value=""
|
|
2898
2904
|
/>
|
|
2899
|
-
</
|
|
2900
|
-
</
|
|
2901
|
-
</
|
|
2902
|
-
</
|
|
2903
|
-
<
|
|
2905
|
+
</ui-view>
|
|
2906
|
+
</ui-view>
|
|
2907
|
+
</ui-view>
|
|
2908
|
+
</ui-input-phone>
|
|
2909
|
+
<ui-input-text
|
|
2904
2910
|
class="view inputContainer"
|
|
2905
2911
|
>
|
|
2906
|
-
<
|
|
2912
|
+
<ui-view
|
|
2907
2913
|
class="view row inputBorder"
|
|
2908
2914
|
>
|
|
2909
|
-
<
|
|
2915
|
+
<ui-view
|
|
2910
2916
|
class="view wide content"
|
|
2911
2917
|
>
|
|
2912
|
-
<label
|
|
2918
|
+
<ui-label
|
|
2913
2919
|
class="text paragraph text label"
|
|
2914
|
-
|
|
2920
|
+
htmlfor="input.checkout-company"
|
|
2915
2921
|
>
|
|
2916
2922
|
common.label.company
|
|
2917
|
-
</label>
|
|
2923
|
+
</ui-label>
|
|
2918
2924
|
<input
|
|
2919
2925
|
class="input input withLabel"
|
|
2920
2926
|
id="input.checkout-company"
|
|
@@ -2922,53 +2928,55 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
2922
2928
|
type="text"
|
|
2923
2929
|
value=""
|
|
2924
2930
|
/>
|
|
2925
|
-
</
|
|
2926
|
-
</
|
|
2927
|
-
</
|
|
2928
|
-
<
|
|
2931
|
+
</ui-view>
|
|
2932
|
+
</ui-view>
|
|
2933
|
+
</ui-input-text>
|
|
2934
|
+
<ui-input-text
|
|
2929
2935
|
class="view inputContainer"
|
|
2930
2936
|
>
|
|
2931
|
-
<
|
|
2937
|
+
<ui-view
|
|
2932
2938
|
class="view row inputBorder"
|
|
2933
2939
|
>
|
|
2934
|
-
<
|
|
2940
|
+
<ui-view
|
|
2935
2941
|
class="view wide content"
|
|
2936
2942
|
>
|
|
2937
|
-
<label
|
|
2943
|
+
<ui-label
|
|
2938
2944
|
class="text paragraph text label"
|
|
2939
|
-
|
|
2945
|
+
htmlfor="input.checkout-comments"
|
|
2940
2946
|
>
|
|
2941
2947
|
common.label.comments
|
|
2942
|
-
</label>
|
|
2948
|
+
</ui-label>
|
|
2943
2949
|
<textarea
|
|
2944
2950
|
class="input input withLabel multiLine"
|
|
2945
2951
|
id="input.checkout-comments"
|
|
2946
2952
|
name="comments"
|
|
2947
2953
|
/>
|
|
2948
|
-
</
|
|
2949
|
-
</
|
|
2950
|
-
<
|
|
2954
|
+
</ui-view>
|
|
2955
|
+
</ui-view>
|
|
2956
|
+
<ui-text
|
|
2951
2957
|
class="text small text hint"
|
|
2952
2958
|
>
|
|
2953
2959
|
user.label.comments_hint
|
|
2954
|
-
</
|
|
2955
|
-
</
|
|
2956
|
-
<
|
|
2960
|
+
</ui-text>
|
|
2961
|
+
</ui-input-text>
|
|
2962
|
+
<ui-text
|
|
2957
2963
|
class="text small"
|
|
2958
2964
|
hint=""
|
|
2959
2965
|
id="checkout-undefined"
|
|
2960
2966
|
label="undefined"
|
|
2961
2967
|
name="undefined"
|
|
2968
|
+
showrequired="true"
|
|
2962
2969
|
>
|
|
2963
2970
|
La hora de entrada es a partir de las 15:00h. La hora de salidas es hasta las 12:00h
|
|
2964
|
-
</
|
|
2965
|
-
<
|
|
2971
|
+
</ui-text>
|
|
2972
|
+
<ui-input-option
|
|
2966
2973
|
class="pressable inputOption"
|
|
2967
2974
|
hint=""
|
|
2968
2975
|
id="checkout-hotel_future_offers"
|
|
2976
|
+
success="false"
|
|
2969
2977
|
tabindex="0"
|
|
2970
2978
|
>
|
|
2971
|
-
<
|
|
2979
|
+
<ui-checkbox
|
|
2972
2980
|
class="checkbox"
|
|
2973
2981
|
>
|
|
2974
2982
|
<input
|
|
@@ -2977,21 +2985,22 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
2977
2985
|
type="checkbox"
|
|
2978
2986
|
value=""
|
|
2979
2987
|
/>
|
|
2980
|
-
</
|
|
2981
|
-
<label
|
|
2988
|
+
</ui-checkbox>
|
|
2989
|
+
<ui-label
|
|
2982
2990
|
class="text small text label"
|
|
2983
|
-
|
|
2991
|
+
htmlfor="checkout-hotel_future_offers"
|
|
2984
2992
|
>
|
|
2985
2993
|
Quiero recibir futuras ofertas y noticias de este establecimiento
|
|
2986
|
-
</label>
|
|
2987
|
-
</
|
|
2988
|
-
<
|
|
2994
|
+
</ui-label>
|
|
2995
|
+
</ui-input-option>
|
|
2996
|
+
<ui-input-option
|
|
2989
2997
|
class="pressable inputOption"
|
|
2990
2998
|
hint=""
|
|
2991
2999
|
id="checkout-joinClub"
|
|
3000
|
+
success="false"
|
|
2992
3001
|
tabindex="0"
|
|
2993
3002
|
>
|
|
2994
|
-
<
|
|
3003
|
+
<ui-checkbox
|
|
2995
3004
|
class="checkbox"
|
|
2996
3005
|
>
|
|
2997
3006
|
<input
|
|
@@ -3000,21 +3009,22 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
3000
3009
|
type="checkbox"
|
|
3001
3010
|
value=""
|
|
3002
3011
|
/>
|
|
3003
|
-
</
|
|
3004
|
-
<label
|
|
3012
|
+
</ui-checkbox>
|
|
3013
|
+
<ui-label
|
|
3005
3014
|
class="text small text label"
|
|
3006
|
-
|
|
3015
|
+
htmlfor="checkout-joinClub"
|
|
3007
3016
|
>
|
|
3008
3017
|
user.label.join_club
|
|
3009
|
-
</label>
|
|
3010
|
-
</
|
|
3011
|
-
<
|
|
3018
|
+
</ui-label>
|
|
3019
|
+
</ui-input-option>
|
|
3020
|
+
<ui-input-option
|
|
3012
3021
|
class="pressable inputOption"
|
|
3013
3022
|
hint=""
|
|
3014
3023
|
id="checkout-privacyPolicy"
|
|
3024
|
+
success="false"
|
|
3015
3025
|
tabindex="0"
|
|
3016
3026
|
>
|
|
3017
|
-
<
|
|
3027
|
+
<ui-checkbox
|
|
3018
3028
|
class="checkbox"
|
|
3019
3029
|
>
|
|
3020
3030
|
<input
|
|
@@ -3023,10 +3033,10 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
3023
3033
|
type="checkbox"
|
|
3024
3034
|
value=""
|
|
3025
3035
|
/>
|
|
3026
|
-
</
|
|
3027
|
-
<label
|
|
3036
|
+
</ui-checkbox>
|
|
3037
|
+
<ui-label
|
|
3028
3038
|
class="text small text label"
|
|
3029
|
-
|
|
3039
|
+
htmlfor="checkout-privacyPolicy"
|
|
3030
3040
|
>
|
|
3031
3041
|
user.label.checkout_privacy_policy
|
|
3032
3042
|
<span
|
|
@@ -3034,29 +3044,29 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
3034
3044
|
>
|
|
3035
3045
|
*
|
|
3036
3046
|
</span>
|
|
3037
|
-
</label>
|
|
3038
|
-
</
|
|
3047
|
+
</ui-label>
|
|
3048
|
+
</ui-input-option>
|
|
3039
3049
|
</form>
|
|
3040
|
-
<
|
|
3050
|
+
<ui-view
|
|
3041
3051
|
class="view"
|
|
3042
3052
|
>
|
|
3043
|
-
<
|
|
3053
|
+
<ui-view
|
|
3044
3054
|
class="view"
|
|
3045
3055
|
>
|
|
3046
|
-
<
|
|
3056
|
+
<ui-text
|
|
3047
3057
|
class="text bold headline-3"
|
|
3048
3058
|
>
|
|
3049
3059
|
payments.label.payment_methods
|
|
3050
|
-
</
|
|
3051
|
-
</
|
|
3052
|
-
<
|
|
3060
|
+
</ui-text>
|
|
3061
|
+
</ui-view>
|
|
3062
|
+
<ui-view
|
|
3053
3063
|
class="view"
|
|
3054
3064
|
>
|
|
3055
|
-
<
|
|
3065
|
+
<ui-pressable
|
|
3056
3066
|
class="pressable disabled"
|
|
3057
|
-
disabled=""
|
|
3067
|
+
disabled="true"
|
|
3058
3068
|
>
|
|
3059
|
-
<
|
|
3069
|
+
<ui-radio
|
|
3060
3070
|
class="radio"
|
|
3061
3071
|
>
|
|
3062
3072
|
<input
|
|
@@ -3066,15 +3076,15 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
3066
3076
|
type="radio"
|
|
3067
3077
|
value="CARD"
|
|
3068
3078
|
/>
|
|
3069
|
-
<
|
|
3079
|
+
<ui-primitive
|
|
3070
3080
|
class="checkmark"
|
|
3071
3081
|
/>
|
|
3072
|
-
</
|
|
3073
|
-
<
|
|
3082
|
+
</ui-radio>
|
|
3083
|
+
<ui-text
|
|
3074
3084
|
class="text bold paragraph"
|
|
3075
3085
|
>
|
|
3076
3086
|
payments.label.card
|
|
3077
|
-
</
|
|
3087
|
+
</ui-text>
|
|
3078
3088
|
<img
|
|
3079
3089
|
alt="VISA"
|
|
3080
3090
|
class="view"
|
|
@@ -3085,25 +3095,25 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
3085
3095
|
class="view"
|
|
3086
3096
|
src="https://static.mirai.com/payments/images/cards/mastercard.png"
|
|
3087
3097
|
/>
|
|
3088
|
-
</
|
|
3089
|
-
<
|
|
3098
|
+
</ui-pressable>
|
|
3099
|
+
<ui-view
|
|
3090
3100
|
class="view"
|
|
3091
3101
|
>
|
|
3092
|
-
<
|
|
3102
|
+
<form
|
|
3093
3103
|
autocomplete="off"
|
|
3094
3104
|
>
|
|
3095
|
-
<
|
|
3105
|
+
<ui-input-text
|
|
3096
3106
|
class="view inputContainer"
|
|
3097
3107
|
>
|
|
3098
|
-
<
|
|
3108
|
+
<ui-view
|
|
3099
3109
|
class="view row inputBorder"
|
|
3100
3110
|
>
|
|
3101
|
-
<
|
|
3111
|
+
<ui-view
|
|
3102
3112
|
class="view wide content"
|
|
3103
3113
|
>
|
|
3104
|
-
<label
|
|
3114
|
+
<ui-label
|
|
3105
3115
|
class="text paragraph text label"
|
|
3106
|
-
|
|
3116
|
+
htmlfor="input.checkout-card"
|
|
3107
3117
|
>
|
|
3108
3118
|
payments.label.card_number
|
|
3109
3119
|
<span
|
|
@@ -3111,7 +3121,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
3111
3121
|
>
|
|
3112
3122
|
*
|
|
3113
3123
|
</span>
|
|
3114
|
-
</label>
|
|
3124
|
+
</ui-label>
|
|
3115
3125
|
<input
|
|
3116
3126
|
class="input input withLabel"
|
|
3117
3127
|
id="input.checkout-card"
|
|
@@ -3122,21 +3132,21 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
3122
3132
|
type="text"
|
|
3123
3133
|
value=""
|
|
3124
3134
|
/>
|
|
3125
|
-
</
|
|
3126
|
-
</
|
|
3127
|
-
</
|
|
3128
|
-
<
|
|
3135
|
+
</ui-view>
|
|
3136
|
+
</ui-view>
|
|
3137
|
+
</ui-input-text>
|
|
3138
|
+
<ui-input-text
|
|
3129
3139
|
class="view inputContainer"
|
|
3130
3140
|
>
|
|
3131
|
-
<
|
|
3141
|
+
<ui-view
|
|
3132
3142
|
class="view row inputBorder"
|
|
3133
3143
|
>
|
|
3134
|
-
<
|
|
3144
|
+
<ui-view
|
|
3135
3145
|
class="view wide content"
|
|
3136
3146
|
>
|
|
3137
|
-
<label
|
|
3147
|
+
<ui-label
|
|
3138
3148
|
class="text paragraph text label"
|
|
3139
|
-
|
|
3149
|
+
htmlfor="input.checkout-name"
|
|
3140
3150
|
>
|
|
3141
3151
|
payments.label.card_name
|
|
3142
3152
|
<span
|
|
@@ -3144,7 +3154,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
3144
3154
|
>
|
|
3145
3155
|
*
|
|
3146
3156
|
</span>
|
|
3147
|
-
</label>
|
|
3157
|
+
</ui-label>
|
|
3148
3158
|
<input
|
|
3149
3159
|
class="input input withLabel"
|
|
3150
3160
|
id="input.checkout-name"
|
|
@@ -3155,21 +3165,21 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
3155
3165
|
type="text"
|
|
3156
3166
|
value=""
|
|
3157
3167
|
/>
|
|
3158
|
-
</
|
|
3159
|
-
</
|
|
3160
|
-
</
|
|
3161
|
-
<
|
|
3168
|
+
</ui-view>
|
|
3169
|
+
</ui-view>
|
|
3170
|
+
</ui-input-text>
|
|
3171
|
+
<ui-input-text
|
|
3162
3172
|
class="view inputContainer"
|
|
3163
3173
|
>
|
|
3164
|
-
<
|
|
3174
|
+
<ui-view
|
|
3165
3175
|
class="view row inputBorder"
|
|
3166
3176
|
>
|
|
3167
|
-
<
|
|
3177
|
+
<ui-view
|
|
3168
3178
|
class="view wide content"
|
|
3169
3179
|
>
|
|
3170
|
-
<label
|
|
3180
|
+
<ui-label
|
|
3171
3181
|
class="text paragraph text label"
|
|
3172
|
-
|
|
3182
|
+
htmlfor="input.checkout-expire"
|
|
3173
3183
|
>
|
|
3174
3184
|
payments.label.expiration
|
|
3175
3185
|
<span
|
|
@@ -3177,7 +3187,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
3177
3187
|
>
|
|
3178
3188
|
*
|
|
3179
3189
|
</span>
|
|
3180
|
-
</label>
|
|
3190
|
+
</ui-label>
|
|
3181
3191
|
<input
|
|
3182
3192
|
class="input input withLabel"
|
|
3183
3193
|
id="input.checkout-expire"
|
|
@@ -3188,20 +3198,21 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
3188
3198
|
type="inputDate"
|
|
3189
3199
|
value=""
|
|
3190
3200
|
/>
|
|
3191
|
-
</
|
|
3192
|
-
</
|
|
3193
|
-
</
|
|
3194
|
-
</
|
|
3195
|
-
</
|
|
3196
|
-
</
|
|
3197
|
-
<
|
|
3201
|
+
</ui-view>
|
|
3202
|
+
</ui-view>
|
|
3203
|
+
</ui-input-text>
|
|
3204
|
+
</form>
|
|
3205
|
+
</ui-view>
|
|
3206
|
+
</ui-view>
|
|
3207
|
+
<ui-view
|
|
3198
3208
|
class="view"
|
|
3199
3209
|
>
|
|
3200
|
-
<
|
|
3210
|
+
<ui-pressable
|
|
3201
3211
|
class="pressable"
|
|
3212
|
+
disabled="false"
|
|
3202
3213
|
tabindex="0"
|
|
3203
3214
|
>
|
|
3204
|
-
<
|
|
3215
|
+
<ui-radio
|
|
3205
3216
|
class="radio"
|
|
3206
3217
|
>
|
|
3207
3218
|
<input
|
|
@@ -3210,39 +3221,39 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
3210
3221
|
type="radio"
|
|
3211
3222
|
value="AMAZON_PAY"
|
|
3212
3223
|
/>
|
|
3213
|
-
<
|
|
3224
|
+
<ui-primitive
|
|
3214
3225
|
class="checkmark"
|
|
3215
3226
|
/>
|
|
3216
|
-
</
|
|
3217
|
-
<
|
|
3227
|
+
</ui-radio>
|
|
3228
|
+
<ui-text
|
|
3218
3229
|
class="text bold paragraph"
|
|
3219
3230
|
>
|
|
3220
3231
|
payments.label.amazon
|
|
3221
|
-
</
|
|
3232
|
+
</ui-text>
|
|
3222
3233
|
<img
|
|
3223
3234
|
alt="AMAZON PAY"
|
|
3224
3235
|
class="view"
|
|
3225
3236
|
src="https://static.mirai.com/payments/images/amazonpay.png"
|
|
3226
3237
|
/>
|
|
3227
|
-
</
|
|
3228
|
-
</
|
|
3229
|
-
</
|
|
3230
|
-
<
|
|
3238
|
+
</ui-pressable>
|
|
3239
|
+
</ui-view>
|
|
3240
|
+
</ui-view>
|
|
3241
|
+
<ui-modal-overflow
|
|
3231
3242
|
class="pressable container overflow"
|
|
3232
3243
|
style="height: 768px;"
|
|
3233
3244
|
tabindex="0"
|
|
3234
3245
|
>
|
|
3235
|
-
<
|
|
3246
|
+
<ui-modal
|
|
3236
3247
|
class="view fit modal"
|
|
3237
3248
|
>
|
|
3238
|
-
<
|
|
3249
|
+
<ui-view
|
|
3239
3250
|
class="view row header hideBack"
|
|
3240
3251
|
>
|
|
3241
3252
|
<button
|
|
3242
3253
|
class="pressable button small squared transparent button"
|
|
3243
3254
|
tabindex="0"
|
|
3244
3255
|
>
|
|
3245
|
-
<
|
|
3256
|
+
<ui-icon
|
|
3246
3257
|
class="icon headline-3 icon"
|
|
3247
3258
|
>
|
|
3248
3259
|
<svg
|
|
@@ -3262,85 +3273,86 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
|
|
|
3262
3273
|
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
3263
3274
|
/>
|
|
3264
3275
|
</svg>
|
|
3265
|
-
</
|
|
3276
|
+
</ui-icon>
|
|
3266
3277
|
</button>
|
|
3267
|
-
</
|
|
3268
|
-
<
|
|
3278
|
+
</ui-view>
|
|
3279
|
+
<ui-scrollview
|
|
3269
3280
|
class="scrollview vertical"
|
|
3281
|
+
vertical="true"
|
|
3270
3282
|
>
|
|
3271
|
-
<
|
|
3283
|
+
<ui-view
|
|
3272
3284
|
class="view"
|
|
3273
3285
|
>
|
|
3274
|
-
<
|
|
3286
|
+
<ui-view
|
|
3275
3287
|
class="view"
|
|
3276
3288
|
>
|
|
3277
|
-
<
|
|
3289
|
+
<ui-text
|
|
3278
3290
|
class="text bold small"
|
|
3279
3291
|
>
|
|
3280
3292
|
common.label.payment_terms
|
|
3281
|
-
</
|
|
3282
|
-
<
|
|
3293
|
+
</ui-text>
|
|
3294
|
+
<ui-text
|
|
3283
3295
|
class="text small"
|
|
3284
3296
|
>
|
|
3285
3297
|
Prepago de 100%: Tarjeta de crédito o Amazon Pay
|
|
3286
|
-
</
|
|
3287
|
-
</
|
|
3288
|
-
<
|
|
3298
|
+
</ui-text>
|
|
3299
|
+
</ui-view>
|
|
3300
|
+
<ui-view
|
|
3289
3301
|
class="view"
|
|
3290
3302
|
>
|
|
3291
|
-
<
|
|
3303
|
+
<ui-text
|
|
3292
3304
|
class="text bold small"
|
|
3293
3305
|
>
|
|
3294
3306
|
common.label.cancellation_policy
|
|
3295
|
-
</
|
|
3296
|
-
<
|
|
3307
|
+
</ui-text>
|
|
3308
|
+
<ui-text
|
|
3297
3309
|
class="text small"
|
|
3298
3310
|
>
|
|
3299
3311
|
Para que la reserva quede confirmada, es necesario el cobro por anticipado del 100% de toda la estancia reservada. Recibirá un cargo en su tarjeta por dicho importe. Sólo entonces su confirmación tendrá validez. El importe no será devuelto bajo ninguna circunstancia.
|
|
3300
|
-
</
|
|
3301
|
-
</
|
|
3302
|
-
<
|
|
3312
|
+
</ui-text>
|
|
3313
|
+
</ui-view>
|
|
3314
|
+
<ui-view
|
|
3303
3315
|
class="view"
|
|
3304
3316
|
>
|
|
3305
|
-
<
|
|
3317
|
+
<ui-text
|
|
3306
3318
|
class="text bold small"
|
|
3307
3319
|
>
|
|
3308
3320
|
common.label.others_terms
|
|
3309
|
-
</
|
|
3310
|
-
<
|
|
3321
|
+
</ui-text>
|
|
3322
|
+
<ui-text
|
|
3311
3323
|
class="text small"
|
|
3312
3324
|
>
|
|
3313
|
-
<
|
|
3325
|
+
<ui-text
|
|
3314
3326
|
class="text small wide"
|
|
3315
3327
|
>
|
|
3316
3328
|
Check- in a partir de las 15.00h.
|
|
3317
|
-
</
|
|
3318
|
-
<
|
|
3329
|
+
</ui-text>
|
|
3330
|
+
<ui-text
|
|
3319
3331
|
class="text small wide"
|
|
3320
3332
|
>
|
|
3321
3333
|
Check - out hasta las 12.00h.
|
|
3322
|
-
</
|
|
3323
|
-
<
|
|
3334
|
+
</ui-text>
|
|
3335
|
+
<ui-text
|
|
3324
3336
|
class="text small wide"
|
|
3325
3337
|
>
|
|
3326
3338
|
Los niños de 3 a 12 años podrán acceder a las instalaciones dedicadas a su uso y disfrute.
|
|
3327
|
-
</
|
|
3328
|
-
<
|
|
3339
|
+
</ui-text>
|
|
3340
|
+
<ui-text
|
|
3329
3341
|
class="text small wide"
|
|
3330
3342
|
>
|
|
3331
3343
|
En caso de alojarse con bebés, éstos no incluyen régimen alguno.
|
|
3332
|
-
</
|
|
3333
|
-
<
|
|
3344
|
+
</ui-text>
|
|
3345
|
+
<ui-text
|
|
3334
3346
|
class="text small wide"
|
|
3335
3347
|
>
|
|
3336
3348
|
Acceso spa infantil para bebés 8.50€ al día.
|
|
3337
|
-
</
|
|
3338
|
-
</
|
|
3339
|
-
</
|
|
3340
|
-
</
|
|
3341
|
-
</
|
|
3342
|
-
</
|
|
3343
|
-
</
|
|
3349
|
+
</ui-text>
|
|
3350
|
+
</ui-text>
|
|
3351
|
+
</ui-view>
|
|
3352
|
+
</ui-view>
|
|
3353
|
+
</ui-scrollview>
|
|
3354
|
+
</ui-modal>
|
|
3355
|
+
</ui-modal-overflow>
|
|
3344
3356
|
</DocumentFragment>
|
|
3345
3357
|
`;
|
|
3346
3358
|
|
|
@@ -3350,31 +3362,31 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
3350
3362
|
autocomplete="off"
|
|
3351
3363
|
data-testid="mirai"
|
|
3352
3364
|
>
|
|
3353
|
-
<
|
|
3365
|
+
<ui-text
|
|
3354
3366
|
class="text bold headline-3 wide"
|
|
3355
3367
|
>
|
|
3356
3368
|
user.label.personal_details
|
|
3357
|
-
</
|
|
3358
|
-
<
|
|
3369
|
+
</ui-text>
|
|
3370
|
+
<ui-text
|
|
3359
3371
|
class="text small wide"
|
|
3360
3372
|
>
|
|
3361
3373
|
<span>
|
|
3362
3374
|
*
|
|
3363
3375
|
</span>
|
|
3364
3376
|
|
|
3365
|
-
</
|
|
3366
|
-
<
|
|
3377
|
+
</ui-text>
|
|
3378
|
+
<ui-input-text
|
|
3367
3379
|
class="view inputContainer"
|
|
3368
3380
|
>
|
|
3369
|
-
<
|
|
3381
|
+
<ui-view
|
|
3370
3382
|
class="view row inputBorder"
|
|
3371
3383
|
>
|
|
3372
|
-
<
|
|
3384
|
+
<ui-view
|
|
3373
3385
|
class="view wide content"
|
|
3374
3386
|
>
|
|
3375
|
-
<label
|
|
3387
|
+
<ui-label
|
|
3376
3388
|
class="text paragraph text label"
|
|
3377
|
-
|
|
3389
|
+
htmlfor="input.checkout-firstName"
|
|
3378
3390
|
>
|
|
3379
3391
|
common.label.firstname
|
|
3380
3392
|
<span
|
|
@@ -3382,7 +3394,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
3382
3394
|
>
|
|
3383
3395
|
*
|
|
3384
3396
|
</span>
|
|
3385
|
-
</label>
|
|
3397
|
+
</ui-label>
|
|
3386
3398
|
<input
|
|
3387
3399
|
class="input input withLabel"
|
|
3388
3400
|
id="input.checkout-firstName"
|
|
@@ -3391,21 +3403,21 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
3391
3403
|
type="text"
|
|
3392
3404
|
value=""
|
|
3393
3405
|
/>
|
|
3394
|
-
</
|
|
3395
|
-
</
|
|
3396
|
-
</
|
|
3397
|
-
<
|
|
3406
|
+
</ui-view>
|
|
3407
|
+
</ui-view>
|
|
3408
|
+
</ui-input-text>
|
|
3409
|
+
<ui-input-text
|
|
3398
3410
|
class="view inputContainer"
|
|
3399
3411
|
>
|
|
3400
|
-
<
|
|
3412
|
+
<ui-view
|
|
3401
3413
|
class="view row inputBorder"
|
|
3402
3414
|
>
|
|
3403
|
-
<
|
|
3415
|
+
<ui-view
|
|
3404
3416
|
class="view wide content"
|
|
3405
3417
|
>
|
|
3406
|
-
<label
|
|
3418
|
+
<ui-label
|
|
3407
3419
|
class="text paragraph text label"
|
|
3408
|
-
|
|
3420
|
+
htmlfor="input.checkout-lastName"
|
|
3409
3421
|
>
|
|
3410
3422
|
common.label.lastname
|
|
3411
3423
|
<span
|
|
@@ -3413,7 +3425,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
3413
3425
|
>
|
|
3414
3426
|
*
|
|
3415
3427
|
</span>
|
|
3416
|
-
</label>
|
|
3428
|
+
</ui-label>
|
|
3417
3429
|
<input
|
|
3418
3430
|
class="input input withLabel"
|
|
3419
3431
|
id="input.checkout-lastName"
|
|
@@ -3422,21 +3434,21 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
3422
3434
|
type="text"
|
|
3423
3435
|
value=""
|
|
3424
3436
|
/>
|
|
3425
|
-
</
|
|
3426
|
-
</
|
|
3427
|
-
</
|
|
3428
|
-
<
|
|
3437
|
+
</ui-view>
|
|
3438
|
+
</ui-view>
|
|
3439
|
+
</ui-input-text>
|
|
3440
|
+
<ui-input-text
|
|
3429
3441
|
class="view inputContainer"
|
|
3430
3442
|
>
|
|
3431
|
-
<
|
|
3443
|
+
<ui-view
|
|
3432
3444
|
class="view row inputBorder"
|
|
3433
3445
|
>
|
|
3434
|
-
<
|
|
3446
|
+
<ui-view
|
|
3435
3447
|
class="view wide content"
|
|
3436
3448
|
>
|
|
3437
|
-
<label
|
|
3449
|
+
<ui-label
|
|
3438
3450
|
class="text paragraph text label"
|
|
3439
|
-
|
|
3451
|
+
htmlfor="input.checkout-email"
|
|
3440
3452
|
>
|
|
3441
3453
|
common.label.email
|
|
3442
3454
|
<span
|
|
@@ -3444,7 +3456,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
3444
3456
|
>
|
|
3445
3457
|
*
|
|
3446
3458
|
</span>
|
|
3447
|
-
</label>
|
|
3459
|
+
</ui-label>
|
|
3448
3460
|
<input
|
|
3449
3461
|
class="input input withLabel"
|
|
3450
3462
|
id="input.checkout-email"
|
|
@@ -3453,27 +3465,27 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
3453
3465
|
type="email"
|
|
3454
3466
|
value=""
|
|
3455
3467
|
/>
|
|
3456
|
-
</
|
|
3457
|
-
</
|
|
3458
|
-
</
|
|
3459
|
-
<
|
|
3468
|
+
</ui-view>
|
|
3469
|
+
</ui-view>
|
|
3470
|
+
</ui-input-text>
|
|
3471
|
+
<ui-input-phone
|
|
3460
3472
|
class="view inputPhone"
|
|
3461
3473
|
>
|
|
3462
|
-
<
|
|
3474
|
+
<ui-view
|
|
3463
3475
|
class="view row inputBorder"
|
|
3464
3476
|
>
|
|
3465
|
-
<
|
|
3477
|
+
<ui-view
|
|
3466
3478
|
class="view row"
|
|
3467
3479
|
>
|
|
3468
|
-
<
|
|
3480
|
+
<ui-view
|
|
3469
3481
|
class="view content"
|
|
3470
3482
|
>
|
|
3471
|
-
<label
|
|
3483
|
+
<ui-label
|
|
3472
3484
|
class="text paragraph text label"
|
|
3473
|
-
|
|
3485
|
+
htmlfor="phone-prefix"
|
|
3474
3486
|
>
|
|
3475
3487
|
common.label.phone_prefix
|
|
3476
|
-
</label>
|
|
3488
|
+
</ui-label>
|
|
3477
3489
|
<select
|
|
3478
3490
|
class="select empty input prefix withLabel empty"
|
|
3479
3491
|
id="phone-prefix"
|
|
@@ -4516,8 +4528,8 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4516
4528
|
+998
|
|
4517
4529
|
</option>
|
|
4518
4530
|
</select>
|
|
4519
|
-
</
|
|
4520
|
-
<
|
|
4531
|
+
</ui-view>
|
|
4532
|
+
<ui-icon
|
|
4521
4533
|
class="icon headline-3 icon expand"
|
|
4522
4534
|
>
|
|
4523
4535
|
<svg
|
|
@@ -4538,20 +4550,20 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4538
4550
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
4539
4551
|
/>
|
|
4540
4552
|
</svg>
|
|
4541
|
-
</
|
|
4542
|
-
</
|
|
4543
|
-
<
|
|
4553
|
+
</ui-icon>
|
|
4554
|
+
</ui-view>
|
|
4555
|
+
<ui-view
|
|
4544
4556
|
class="view forceRow separator"
|
|
4545
4557
|
/>
|
|
4546
|
-
<
|
|
4558
|
+
<ui-view
|
|
4547
4559
|
class="view row wide"
|
|
4548
4560
|
>
|
|
4549
|
-
<
|
|
4561
|
+
<ui-view
|
|
4550
4562
|
class="view wide content"
|
|
4551
4563
|
>
|
|
4552
|
-
<label
|
|
4564
|
+
<ui-label
|
|
4553
4565
|
class="text paragraph text label"
|
|
4554
|
-
|
|
4566
|
+
htmlfor="checkout-phone"
|
|
4555
4567
|
>
|
|
4556
4568
|
common.label.phone
|
|
4557
4569
|
<span
|
|
@@ -4559,7 +4571,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4559
4571
|
>
|
|
4560
4572
|
*
|
|
4561
4573
|
</span>
|
|
4562
|
-
</label>
|
|
4574
|
+
</ui-label>
|
|
4563
4575
|
<input
|
|
4564
4576
|
class="input input withLabel"
|
|
4565
4577
|
id="checkout-phone"
|
|
@@ -4569,25 +4581,25 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4569
4581
|
type="tel"
|
|
4570
4582
|
value=""
|
|
4571
4583
|
/>
|
|
4572
|
-
</
|
|
4573
|
-
</
|
|
4574
|
-
</
|
|
4575
|
-
</
|
|
4576
|
-
<
|
|
4584
|
+
</ui-view>
|
|
4585
|
+
</ui-view>
|
|
4586
|
+
</ui-view>
|
|
4587
|
+
</ui-input-phone>
|
|
4588
|
+
<ui-input-text
|
|
4577
4589
|
class="view inputContainer"
|
|
4578
4590
|
>
|
|
4579
|
-
<
|
|
4591
|
+
<ui-view
|
|
4580
4592
|
class="view row inputBorder"
|
|
4581
4593
|
>
|
|
4582
|
-
<
|
|
4594
|
+
<ui-view
|
|
4583
4595
|
class="view wide content"
|
|
4584
4596
|
>
|
|
4585
|
-
<label
|
|
4597
|
+
<ui-label
|
|
4586
4598
|
class="text paragraph text label"
|
|
4587
|
-
|
|
4599
|
+
htmlfor="input.checkout-company"
|
|
4588
4600
|
>
|
|
4589
4601
|
common.label.company
|
|
4590
|
-
</label>
|
|
4602
|
+
</ui-label>
|
|
4591
4603
|
<input
|
|
4592
4604
|
class="input input withLabel"
|
|
4593
4605
|
id="input.checkout-company"
|
|
@@ -4595,53 +4607,55 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4595
4607
|
type="text"
|
|
4596
4608
|
value=""
|
|
4597
4609
|
/>
|
|
4598
|
-
</
|
|
4599
|
-
</
|
|
4600
|
-
</
|
|
4601
|
-
<
|
|
4610
|
+
</ui-view>
|
|
4611
|
+
</ui-view>
|
|
4612
|
+
</ui-input-text>
|
|
4613
|
+
<ui-input-text
|
|
4602
4614
|
class="view inputContainer"
|
|
4603
4615
|
>
|
|
4604
|
-
<
|
|
4616
|
+
<ui-view
|
|
4605
4617
|
class="view row inputBorder"
|
|
4606
4618
|
>
|
|
4607
|
-
<
|
|
4619
|
+
<ui-view
|
|
4608
4620
|
class="view wide content"
|
|
4609
4621
|
>
|
|
4610
|
-
<label
|
|
4622
|
+
<ui-label
|
|
4611
4623
|
class="text paragraph text label"
|
|
4612
|
-
|
|
4624
|
+
htmlfor="input.checkout-comments"
|
|
4613
4625
|
>
|
|
4614
4626
|
common.label.comments
|
|
4615
|
-
</label>
|
|
4627
|
+
</ui-label>
|
|
4616
4628
|
<textarea
|
|
4617
4629
|
class="input input withLabel multiLine"
|
|
4618
4630
|
id="input.checkout-comments"
|
|
4619
4631
|
name="comments"
|
|
4620
4632
|
/>
|
|
4621
|
-
</
|
|
4622
|
-
</
|
|
4623
|
-
<
|
|
4633
|
+
</ui-view>
|
|
4634
|
+
</ui-view>
|
|
4635
|
+
<ui-text
|
|
4624
4636
|
class="text small text hint"
|
|
4625
4637
|
>
|
|
4626
4638
|
user.label.comments_hint
|
|
4627
|
-
</
|
|
4628
|
-
</
|
|
4629
|
-
<
|
|
4639
|
+
</ui-text>
|
|
4640
|
+
</ui-input-text>
|
|
4641
|
+
<ui-text
|
|
4630
4642
|
class="text small"
|
|
4631
4643
|
hint=""
|
|
4632
4644
|
id="checkout-undefined"
|
|
4633
4645
|
label="undefined"
|
|
4634
4646
|
name="undefined"
|
|
4647
|
+
showrequired="true"
|
|
4635
4648
|
>
|
|
4636
4649
|
La hora de entrada es a partir de las 15:00h. La hora de salidas es hasta las 12:00h
|
|
4637
|
-
</
|
|
4638
|
-
<
|
|
4650
|
+
</ui-text>
|
|
4651
|
+
<ui-input-option
|
|
4639
4652
|
class="pressable inputOption"
|
|
4640
4653
|
hint=""
|
|
4641
4654
|
id="checkout-hotel_future_offers"
|
|
4655
|
+
success="false"
|
|
4642
4656
|
tabindex="0"
|
|
4643
4657
|
>
|
|
4644
|
-
<
|
|
4658
|
+
<ui-checkbox
|
|
4645
4659
|
class="checkbox"
|
|
4646
4660
|
>
|
|
4647
4661
|
<input
|
|
@@ -4650,21 +4664,22 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4650
4664
|
type="checkbox"
|
|
4651
4665
|
value=""
|
|
4652
4666
|
/>
|
|
4653
|
-
</
|
|
4654
|
-
<label
|
|
4667
|
+
</ui-checkbox>
|
|
4668
|
+
<ui-label
|
|
4655
4669
|
class="text small text label"
|
|
4656
|
-
|
|
4670
|
+
htmlfor="checkout-hotel_future_offers"
|
|
4657
4671
|
>
|
|
4658
4672
|
Quiero recibir futuras ofertas y noticias de este establecimiento
|
|
4659
|
-
</label>
|
|
4660
|
-
</
|
|
4661
|
-
<
|
|
4673
|
+
</ui-label>
|
|
4674
|
+
</ui-input-option>
|
|
4675
|
+
<ui-input-option
|
|
4662
4676
|
class="pressable inputOption"
|
|
4663
4677
|
hint=""
|
|
4664
4678
|
id="checkout-joinClub"
|
|
4679
|
+
success="false"
|
|
4665
4680
|
tabindex="0"
|
|
4666
4681
|
>
|
|
4667
|
-
<
|
|
4682
|
+
<ui-checkbox
|
|
4668
4683
|
class="checkbox"
|
|
4669
4684
|
>
|
|
4670
4685
|
<input
|
|
@@ -4673,21 +4688,22 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4673
4688
|
type="checkbox"
|
|
4674
4689
|
value=""
|
|
4675
4690
|
/>
|
|
4676
|
-
</
|
|
4677
|
-
<label
|
|
4691
|
+
</ui-checkbox>
|
|
4692
|
+
<ui-label
|
|
4678
4693
|
class="text small text label"
|
|
4679
|
-
|
|
4694
|
+
htmlfor="checkout-joinClub"
|
|
4680
4695
|
>
|
|
4681
4696
|
user.label.join_club
|
|
4682
|
-
</label>
|
|
4683
|
-
</
|
|
4684
|
-
<
|
|
4697
|
+
</ui-label>
|
|
4698
|
+
</ui-input-option>
|
|
4699
|
+
<ui-input-option
|
|
4685
4700
|
class="pressable inputOption"
|
|
4686
4701
|
hint=""
|
|
4687
4702
|
id="checkout-privacyPolicy"
|
|
4703
|
+
success="false"
|
|
4688
4704
|
tabindex="0"
|
|
4689
4705
|
>
|
|
4690
|
-
<
|
|
4706
|
+
<ui-checkbox
|
|
4691
4707
|
class="checkbox"
|
|
4692
4708
|
>
|
|
4693
4709
|
<input
|
|
@@ -4696,10 +4712,10 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4696
4712
|
type="checkbox"
|
|
4697
4713
|
value=""
|
|
4698
4714
|
/>
|
|
4699
|
-
</
|
|
4700
|
-
<label
|
|
4715
|
+
</ui-checkbox>
|
|
4716
|
+
<ui-label
|
|
4701
4717
|
class="text small text label"
|
|
4702
|
-
|
|
4718
|
+
htmlfor="checkout-privacyPolicy"
|
|
4703
4719
|
>
|
|
4704
4720
|
user.label.checkout_privacy_policy
|
|
4705
4721
|
<span
|
|
@@ -4707,29 +4723,29 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4707
4723
|
>
|
|
4708
4724
|
*
|
|
4709
4725
|
</span>
|
|
4710
|
-
</label>
|
|
4711
|
-
</
|
|
4726
|
+
</ui-label>
|
|
4727
|
+
</ui-input-option>
|
|
4712
4728
|
</form>
|
|
4713
|
-
<
|
|
4729
|
+
<ui-view
|
|
4714
4730
|
class="view"
|
|
4715
4731
|
>
|
|
4716
|
-
<
|
|
4732
|
+
<ui-view
|
|
4717
4733
|
class="view"
|
|
4718
4734
|
>
|
|
4719
|
-
<
|
|
4735
|
+
<ui-text
|
|
4720
4736
|
class="text bold headline-3"
|
|
4721
4737
|
>
|
|
4722
4738
|
payments.label.payment_methods
|
|
4723
|
-
</
|
|
4724
|
-
</
|
|
4725
|
-
<
|
|
4739
|
+
</ui-text>
|
|
4740
|
+
</ui-view>
|
|
4741
|
+
<ui-view
|
|
4726
4742
|
class="view"
|
|
4727
4743
|
>
|
|
4728
|
-
<
|
|
4744
|
+
<ui-pressable
|
|
4729
4745
|
class="pressable disabled"
|
|
4730
|
-
disabled=""
|
|
4746
|
+
disabled="true"
|
|
4731
4747
|
>
|
|
4732
|
-
<
|
|
4748
|
+
<ui-radio
|
|
4733
4749
|
class="radio"
|
|
4734
4750
|
>
|
|
4735
4751
|
<input
|
|
@@ -4739,15 +4755,15 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4739
4755
|
type="radio"
|
|
4740
4756
|
value="CARD"
|
|
4741
4757
|
/>
|
|
4742
|
-
<
|
|
4758
|
+
<ui-primitive
|
|
4743
4759
|
class="checkmark"
|
|
4744
4760
|
/>
|
|
4745
|
-
</
|
|
4746
|
-
<
|
|
4761
|
+
</ui-radio>
|
|
4762
|
+
<ui-text
|
|
4747
4763
|
class="text bold paragraph"
|
|
4748
4764
|
>
|
|
4749
4765
|
payments.label.card
|
|
4750
|
-
</
|
|
4766
|
+
</ui-text>
|
|
4751
4767
|
<img
|
|
4752
4768
|
alt="VISA"
|
|
4753
4769
|
class="view"
|
|
@@ -4758,25 +4774,25 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4758
4774
|
class="view"
|
|
4759
4775
|
src="https://static.mirai.com/payments/images/cards/mastercard.png"
|
|
4760
4776
|
/>
|
|
4761
|
-
</
|
|
4762
|
-
<
|
|
4777
|
+
</ui-pressable>
|
|
4778
|
+
<ui-view
|
|
4763
4779
|
class="view"
|
|
4764
4780
|
>
|
|
4765
|
-
<
|
|
4781
|
+
<form
|
|
4766
4782
|
autocomplete="off"
|
|
4767
4783
|
>
|
|
4768
|
-
<
|
|
4784
|
+
<ui-input-text
|
|
4769
4785
|
class="view inputContainer"
|
|
4770
4786
|
>
|
|
4771
|
-
<
|
|
4787
|
+
<ui-view
|
|
4772
4788
|
class="view row inputBorder"
|
|
4773
4789
|
>
|
|
4774
|
-
<
|
|
4790
|
+
<ui-view
|
|
4775
4791
|
class="view wide content"
|
|
4776
4792
|
>
|
|
4777
|
-
<label
|
|
4793
|
+
<ui-label
|
|
4778
4794
|
class="text paragraph text label"
|
|
4779
|
-
|
|
4795
|
+
htmlfor="input.checkout-card"
|
|
4780
4796
|
>
|
|
4781
4797
|
payments.label.card_number
|
|
4782
4798
|
<span
|
|
@@ -4784,7 +4800,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4784
4800
|
>
|
|
4785
4801
|
*
|
|
4786
4802
|
</span>
|
|
4787
|
-
</label>
|
|
4803
|
+
</ui-label>
|
|
4788
4804
|
<input
|
|
4789
4805
|
class="input input withLabel"
|
|
4790
4806
|
id="input.checkout-card"
|
|
@@ -4795,21 +4811,21 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4795
4811
|
type="text"
|
|
4796
4812
|
value=""
|
|
4797
4813
|
/>
|
|
4798
|
-
</
|
|
4799
|
-
</
|
|
4800
|
-
</
|
|
4801
|
-
<
|
|
4814
|
+
</ui-view>
|
|
4815
|
+
</ui-view>
|
|
4816
|
+
</ui-input-text>
|
|
4817
|
+
<ui-input-text
|
|
4802
4818
|
class="view inputContainer"
|
|
4803
4819
|
>
|
|
4804
|
-
<
|
|
4820
|
+
<ui-view
|
|
4805
4821
|
class="view row inputBorder"
|
|
4806
4822
|
>
|
|
4807
|
-
<
|
|
4823
|
+
<ui-view
|
|
4808
4824
|
class="view wide content"
|
|
4809
4825
|
>
|
|
4810
|
-
<label
|
|
4826
|
+
<ui-label
|
|
4811
4827
|
class="text paragraph text label"
|
|
4812
|
-
|
|
4828
|
+
htmlfor="input.checkout-name"
|
|
4813
4829
|
>
|
|
4814
4830
|
payments.label.card_name
|
|
4815
4831
|
<span
|
|
@@ -4817,7 +4833,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4817
4833
|
>
|
|
4818
4834
|
*
|
|
4819
4835
|
</span>
|
|
4820
|
-
</label>
|
|
4836
|
+
</ui-label>
|
|
4821
4837
|
<input
|
|
4822
4838
|
class="input input withLabel"
|
|
4823
4839
|
id="input.checkout-name"
|
|
@@ -4828,21 +4844,21 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4828
4844
|
type="text"
|
|
4829
4845
|
value=""
|
|
4830
4846
|
/>
|
|
4831
|
-
</
|
|
4832
|
-
</
|
|
4833
|
-
</
|
|
4834
|
-
<
|
|
4847
|
+
</ui-view>
|
|
4848
|
+
</ui-view>
|
|
4849
|
+
</ui-input-text>
|
|
4850
|
+
<ui-input-text
|
|
4835
4851
|
class="view inputContainer"
|
|
4836
4852
|
>
|
|
4837
|
-
<
|
|
4853
|
+
<ui-view
|
|
4838
4854
|
class="view row inputBorder"
|
|
4839
4855
|
>
|
|
4840
|
-
<
|
|
4856
|
+
<ui-view
|
|
4841
4857
|
class="view wide content"
|
|
4842
4858
|
>
|
|
4843
|
-
<label
|
|
4859
|
+
<ui-label
|
|
4844
4860
|
class="text paragraph text label"
|
|
4845
|
-
|
|
4861
|
+
htmlfor="input.checkout-expire"
|
|
4846
4862
|
>
|
|
4847
4863
|
payments.label.expiration
|
|
4848
4864
|
<span
|
|
@@ -4850,7 +4866,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4850
4866
|
>
|
|
4851
4867
|
*
|
|
4852
4868
|
</span>
|
|
4853
|
-
</label>
|
|
4869
|
+
</ui-label>
|
|
4854
4870
|
<input
|
|
4855
4871
|
class="input input withLabel"
|
|
4856
4872
|
id="input.checkout-expire"
|
|
@@ -4861,20 +4877,21 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4861
4877
|
type="inputDate"
|
|
4862
4878
|
value=""
|
|
4863
4879
|
/>
|
|
4864
|
-
</
|
|
4865
|
-
</
|
|
4866
|
-
</
|
|
4867
|
-
</
|
|
4868
|
-
</
|
|
4869
|
-
</
|
|
4870
|
-
<
|
|
4880
|
+
</ui-view>
|
|
4881
|
+
</ui-view>
|
|
4882
|
+
</ui-input-text>
|
|
4883
|
+
</form>
|
|
4884
|
+
</ui-view>
|
|
4885
|
+
</ui-view>
|
|
4886
|
+
<ui-view
|
|
4871
4887
|
class="view"
|
|
4872
4888
|
>
|
|
4873
|
-
<
|
|
4889
|
+
<ui-pressable
|
|
4874
4890
|
class="pressable"
|
|
4891
|
+
disabled="false"
|
|
4875
4892
|
tabindex="0"
|
|
4876
4893
|
>
|
|
4877
|
-
<
|
|
4894
|
+
<ui-radio
|
|
4878
4895
|
class="radio"
|
|
4879
4896
|
>
|
|
4880
4897
|
<input
|
|
@@ -4883,39 +4900,39 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4883
4900
|
type="radio"
|
|
4884
4901
|
value="AMAZON_PAY"
|
|
4885
4902
|
/>
|
|
4886
|
-
<
|
|
4903
|
+
<ui-primitive
|
|
4887
4904
|
class="checkmark"
|
|
4888
4905
|
/>
|
|
4889
|
-
</
|
|
4890
|
-
<
|
|
4906
|
+
</ui-radio>
|
|
4907
|
+
<ui-text
|
|
4891
4908
|
class="text bold paragraph"
|
|
4892
4909
|
>
|
|
4893
4910
|
payments.label.amazon
|
|
4894
|
-
</
|
|
4911
|
+
</ui-text>
|
|
4895
4912
|
<img
|
|
4896
4913
|
alt="AMAZON PAY"
|
|
4897
4914
|
class="view"
|
|
4898
4915
|
src="https://static.mirai.com/payments/images/amazonpay.png"
|
|
4899
4916
|
/>
|
|
4900
|
-
</
|
|
4901
|
-
</
|
|
4902
|
-
</
|
|
4903
|
-
<
|
|
4917
|
+
</ui-pressable>
|
|
4918
|
+
</ui-view>
|
|
4919
|
+
</ui-view>
|
|
4920
|
+
<ui-modal-overflow
|
|
4904
4921
|
class="pressable container overflow"
|
|
4905
4922
|
style="height: 768px;"
|
|
4906
4923
|
tabindex="0"
|
|
4907
4924
|
>
|
|
4908
|
-
<
|
|
4925
|
+
<ui-modal
|
|
4909
4926
|
class="view fit modal"
|
|
4910
4927
|
>
|
|
4911
|
-
<
|
|
4928
|
+
<ui-view
|
|
4912
4929
|
class="view row header hideBack"
|
|
4913
4930
|
>
|
|
4914
4931
|
<button
|
|
4915
4932
|
class="pressable button small squared transparent button"
|
|
4916
4933
|
tabindex="0"
|
|
4917
4934
|
>
|
|
4918
|
-
<
|
|
4935
|
+
<ui-icon
|
|
4919
4936
|
class="icon headline-3 icon"
|
|
4920
4937
|
>
|
|
4921
4938
|
<svg
|
|
@@ -4935,85 +4952,86 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
|
|
|
4935
4952
|
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
4936
4953
|
/>
|
|
4937
4954
|
</svg>
|
|
4938
|
-
</
|
|
4955
|
+
</ui-icon>
|
|
4939
4956
|
</button>
|
|
4940
|
-
</
|
|
4941
|
-
<
|
|
4957
|
+
</ui-view>
|
|
4958
|
+
<ui-scrollview
|
|
4942
4959
|
class="scrollview vertical"
|
|
4960
|
+
vertical="true"
|
|
4943
4961
|
>
|
|
4944
|
-
<
|
|
4962
|
+
<ui-view
|
|
4945
4963
|
class="view"
|
|
4946
4964
|
>
|
|
4947
|
-
<
|
|
4965
|
+
<ui-view
|
|
4948
4966
|
class="view"
|
|
4949
4967
|
>
|
|
4950
|
-
<
|
|
4968
|
+
<ui-text
|
|
4951
4969
|
class="text bold small"
|
|
4952
4970
|
>
|
|
4953
4971
|
common.label.payment_terms
|
|
4954
|
-
</
|
|
4955
|
-
<
|
|
4972
|
+
</ui-text>
|
|
4973
|
+
<ui-text
|
|
4956
4974
|
class="text small"
|
|
4957
4975
|
>
|
|
4958
4976
|
Prepago de 100%: Tarjeta de crédito o Amazon Pay
|
|
4959
|
-
</
|
|
4960
|
-
</
|
|
4961
|
-
<
|
|
4977
|
+
</ui-text>
|
|
4978
|
+
</ui-view>
|
|
4979
|
+
<ui-view
|
|
4962
4980
|
class="view"
|
|
4963
4981
|
>
|
|
4964
|
-
<
|
|
4982
|
+
<ui-text
|
|
4965
4983
|
class="text bold small"
|
|
4966
4984
|
>
|
|
4967
4985
|
common.label.cancellation_policy
|
|
4968
|
-
</
|
|
4969
|
-
<
|
|
4986
|
+
</ui-text>
|
|
4987
|
+
<ui-text
|
|
4970
4988
|
class="text small"
|
|
4971
4989
|
>
|
|
4972
4990
|
Para que la reserva quede confirmada, es necesario el cobro por anticipado del 100% de toda la estancia reservada. Recibirá un cargo en su tarjeta por dicho importe. Sólo entonces su confirmación tendrá validez. El importe no será devuelto bajo ninguna circunstancia.
|
|
4973
|
-
</
|
|
4974
|
-
</
|
|
4975
|
-
<
|
|
4991
|
+
</ui-text>
|
|
4992
|
+
</ui-view>
|
|
4993
|
+
<ui-view
|
|
4976
4994
|
class="view"
|
|
4977
4995
|
>
|
|
4978
|
-
<
|
|
4996
|
+
<ui-text
|
|
4979
4997
|
class="text bold small"
|
|
4980
4998
|
>
|
|
4981
4999
|
common.label.others_terms
|
|
4982
|
-
</
|
|
4983
|
-
<
|
|
5000
|
+
</ui-text>
|
|
5001
|
+
<ui-text
|
|
4984
5002
|
class="text small"
|
|
4985
5003
|
>
|
|
4986
|
-
<
|
|
5004
|
+
<ui-text
|
|
4987
5005
|
class="text small wide"
|
|
4988
5006
|
>
|
|
4989
5007
|
Check- in a partir de las 15.00h.
|
|
4990
|
-
</
|
|
4991
|
-
<
|
|
5008
|
+
</ui-text>
|
|
5009
|
+
<ui-text
|
|
4992
5010
|
class="text small wide"
|
|
4993
5011
|
>
|
|
4994
5012
|
Check - out hasta las 12.00h.
|
|
4995
|
-
</
|
|
4996
|
-
<
|
|
5013
|
+
</ui-text>
|
|
5014
|
+
<ui-text
|
|
4997
5015
|
class="text small wide"
|
|
4998
5016
|
>
|
|
4999
5017
|
Los niños de 3 a 12 años podrán acceder a las instalaciones dedicadas a su uso y disfrute.
|
|
5000
|
-
</
|
|
5001
|
-
<
|
|
5018
|
+
</ui-text>
|
|
5019
|
+
<ui-text
|
|
5002
5020
|
class="text small wide"
|
|
5003
5021
|
>
|
|
5004
5022
|
En caso de alojarse con bebés, éstos no incluyen régimen alguno.
|
|
5005
|
-
</
|
|
5006
|
-
<
|
|
5023
|
+
</ui-text>
|
|
5024
|
+
<ui-text
|
|
5007
5025
|
class="text small wide"
|
|
5008
5026
|
>
|
|
5009
5027
|
Acceso spa infantil para bebés 8.50€ al día.
|
|
5010
|
-
</
|
|
5011
|
-
</
|
|
5012
|
-
</
|
|
5013
|
-
</
|
|
5014
|
-
</
|
|
5015
|
-
</
|
|
5016
|
-
</
|
|
5028
|
+
</ui-text>
|
|
5029
|
+
</ui-text>
|
|
5030
|
+
</ui-view>
|
|
5031
|
+
</ui-view>
|
|
5032
|
+
</ui-scrollview>
|
|
5033
|
+
</ui-modal>
|
|
5034
|
+
</ui-modal-overflow>
|
|
5017
5035
|
</DocumentFragment>
|
|
5018
5036
|
`;
|
|
5019
5037
|
|
|
@@ -5022,31 +5040,31 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
5022
5040
|
<form
|
|
5023
5041
|
autocomplete="off"
|
|
5024
5042
|
>
|
|
5025
|
-
<
|
|
5043
|
+
<ui-text
|
|
5026
5044
|
class="text bold headline-3 wide"
|
|
5027
5045
|
>
|
|
5028
5046
|
user.label.personal_details
|
|
5029
|
-
</
|
|
5030
|
-
<
|
|
5047
|
+
</ui-text>
|
|
5048
|
+
<ui-text
|
|
5031
5049
|
class="text small wide"
|
|
5032
5050
|
>
|
|
5033
5051
|
<span>
|
|
5034
5052
|
*
|
|
5035
5053
|
</span>
|
|
5036
5054
|
|
|
5037
|
-
</
|
|
5038
|
-
<
|
|
5055
|
+
</ui-text>
|
|
5056
|
+
<ui-input-text
|
|
5039
5057
|
class="view inputContainer"
|
|
5040
5058
|
>
|
|
5041
|
-
<
|
|
5059
|
+
<ui-view
|
|
5042
5060
|
class="view row inputBorder"
|
|
5043
5061
|
>
|
|
5044
|
-
<
|
|
5062
|
+
<ui-view
|
|
5045
5063
|
class="view wide content"
|
|
5046
5064
|
>
|
|
5047
|
-
<label
|
|
5065
|
+
<ui-label
|
|
5048
5066
|
class="text paragraph text label"
|
|
5049
|
-
|
|
5067
|
+
htmlfor="input.checkout-firstName"
|
|
5050
5068
|
>
|
|
5051
5069
|
common.label.firstname
|
|
5052
5070
|
<span
|
|
@@ -5054,7 +5072,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
5054
5072
|
>
|
|
5055
5073
|
*
|
|
5056
5074
|
</span>
|
|
5057
|
-
</label>
|
|
5075
|
+
</ui-label>
|
|
5058
5076
|
<input
|
|
5059
5077
|
class="input input withLabel"
|
|
5060
5078
|
id="input.checkout-firstName"
|
|
@@ -5063,21 +5081,21 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
5063
5081
|
type="text"
|
|
5064
5082
|
value=""
|
|
5065
5083
|
/>
|
|
5066
|
-
</
|
|
5067
|
-
</
|
|
5068
|
-
</
|
|
5069
|
-
<
|
|
5084
|
+
</ui-view>
|
|
5085
|
+
</ui-view>
|
|
5086
|
+
</ui-input-text>
|
|
5087
|
+
<ui-input-text
|
|
5070
5088
|
class="view inputContainer"
|
|
5071
5089
|
>
|
|
5072
|
-
<
|
|
5090
|
+
<ui-view
|
|
5073
5091
|
class="view row inputBorder"
|
|
5074
5092
|
>
|
|
5075
|
-
<
|
|
5093
|
+
<ui-view
|
|
5076
5094
|
class="view wide content"
|
|
5077
5095
|
>
|
|
5078
|
-
<label
|
|
5096
|
+
<ui-label
|
|
5079
5097
|
class="text paragraph text label"
|
|
5080
|
-
|
|
5098
|
+
htmlfor="input.checkout-lastName"
|
|
5081
5099
|
>
|
|
5082
5100
|
common.label.lastname
|
|
5083
5101
|
<span
|
|
@@ -5085,7 +5103,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
5085
5103
|
>
|
|
5086
5104
|
*
|
|
5087
5105
|
</span>
|
|
5088
|
-
</label>
|
|
5106
|
+
</ui-label>
|
|
5089
5107
|
<input
|
|
5090
5108
|
class="input input withLabel"
|
|
5091
5109
|
id="input.checkout-lastName"
|
|
@@ -5094,21 +5112,21 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
5094
5112
|
type="text"
|
|
5095
5113
|
value=""
|
|
5096
5114
|
/>
|
|
5097
|
-
</
|
|
5098
|
-
</
|
|
5099
|
-
</
|
|
5100
|
-
<
|
|
5115
|
+
</ui-view>
|
|
5116
|
+
</ui-view>
|
|
5117
|
+
</ui-input-text>
|
|
5118
|
+
<ui-input-text
|
|
5101
5119
|
class="view inputContainer"
|
|
5102
5120
|
>
|
|
5103
|
-
<
|
|
5121
|
+
<ui-view
|
|
5104
5122
|
class="view row inputBorder"
|
|
5105
5123
|
>
|
|
5106
|
-
<
|
|
5124
|
+
<ui-view
|
|
5107
5125
|
class="view wide content"
|
|
5108
5126
|
>
|
|
5109
|
-
<label
|
|
5127
|
+
<ui-label
|
|
5110
5128
|
class="text paragraph text label"
|
|
5111
|
-
|
|
5129
|
+
htmlfor="input.checkout-email"
|
|
5112
5130
|
>
|
|
5113
5131
|
common.label.email
|
|
5114
5132
|
<span
|
|
@@ -5116,7 +5134,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
5116
5134
|
>
|
|
5117
5135
|
*
|
|
5118
5136
|
</span>
|
|
5119
|
-
</label>
|
|
5137
|
+
</ui-label>
|
|
5120
5138
|
<input
|
|
5121
5139
|
class="input input withLabel"
|
|
5122
5140
|
id="input.checkout-email"
|
|
@@ -5125,27 +5143,27 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
5125
5143
|
type="email"
|
|
5126
5144
|
value=""
|
|
5127
5145
|
/>
|
|
5128
|
-
</
|
|
5129
|
-
</
|
|
5130
|
-
</
|
|
5131
|
-
<
|
|
5146
|
+
</ui-view>
|
|
5147
|
+
</ui-view>
|
|
5148
|
+
</ui-input-text>
|
|
5149
|
+
<ui-input-phone
|
|
5132
5150
|
class="view inputPhone"
|
|
5133
5151
|
>
|
|
5134
|
-
<
|
|
5152
|
+
<ui-view
|
|
5135
5153
|
class="view row inputBorder"
|
|
5136
5154
|
>
|
|
5137
|
-
<
|
|
5155
|
+
<ui-view
|
|
5138
5156
|
class="view row"
|
|
5139
5157
|
>
|
|
5140
|
-
<
|
|
5158
|
+
<ui-view
|
|
5141
5159
|
class="view content"
|
|
5142
5160
|
>
|
|
5143
|
-
<label
|
|
5161
|
+
<ui-label
|
|
5144
5162
|
class="text paragraph text label"
|
|
5145
|
-
|
|
5163
|
+
htmlfor="phone-prefix"
|
|
5146
5164
|
>
|
|
5147
5165
|
common.label.phone_prefix
|
|
5148
|
-
</label>
|
|
5166
|
+
</ui-label>
|
|
5149
5167
|
<select
|
|
5150
5168
|
class="select empty input prefix withLabel empty"
|
|
5151
5169
|
id="phone-prefix"
|
|
@@ -6188,8 +6206,8 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6188
6206
|
+998
|
|
6189
6207
|
</option>
|
|
6190
6208
|
</select>
|
|
6191
|
-
</
|
|
6192
|
-
<
|
|
6209
|
+
</ui-view>
|
|
6210
|
+
<ui-icon
|
|
6193
6211
|
class="icon headline-3 icon expand"
|
|
6194
6212
|
>
|
|
6195
6213
|
<svg
|
|
@@ -6210,20 +6228,20 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6210
6228
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
6211
6229
|
/>
|
|
6212
6230
|
</svg>
|
|
6213
|
-
</
|
|
6214
|
-
</
|
|
6215
|
-
<
|
|
6231
|
+
</ui-icon>
|
|
6232
|
+
</ui-view>
|
|
6233
|
+
<ui-view
|
|
6216
6234
|
class="view forceRow separator"
|
|
6217
6235
|
/>
|
|
6218
|
-
<
|
|
6236
|
+
<ui-view
|
|
6219
6237
|
class="view row wide"
|
|
6220
6238
|
>
|
|
6221
|
-
<
|
|
6239
|
+
<ui-view
|
|
6222
6240
|
class="view wide content"
|
|
6223
6241
|
>
|
|
6224
|
-
<label
|
|
6242
|
+
<ui-label
|
|
6225
6243
|
class="text paragraph text label"
|
|
6226
|
-
|
|
6244
|
+
htmlfor="checkout-phone"
|
|
6227
6245
|
>
|
|
6228
6246
|
common.label.phone
|
|
6229
6247
|
<span
|
|
@@ -6231,7 +6249,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6231
6249
|
>
|
|
6232
6250
|
*
|
|
6233
6251
|
</span>
|
|
6234
|
-
</label>
|
|
6252
|
+
</ui-label>
|
|
6235
6253
|
<input
|
|
6236
6254
|
class="input input withLabel"
|
|
6237
6255
|
id="checkout-phone"
|
|
@@ -6241,25 +6259,25 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6241
6259
|
type="tel"
|
|
6242
6260
|
value=""
|
|
6243
6261
|
/>
|
|
6244
|
-
</
|
|
6245
|
-
</
|
|
6246
|
-
</
|
|
6247
|
-
</
|
|
6248
|
-
<
|
|
6262
|
+
</ui-view>
|
|
6263
|
+
</ui-view>
|
|
6264
|
+
</ui-view>
|
|
6265
|
+
</ui-input-phone>
|
|
6266
|
+
<ui-input-text
|
|
6249
6267
|
class="view inputContainer"
|
|
6250
6268
|
>
|
|
6251
|
-
<
|
|
6269
|
+
<ui-view
|
|
6252
6270
|
class="view row inputBorder"
|
|
6253
6271
|
>
|
|
6254
|
-
<
|
|
6272
|
+
<ui-view
|
|
6255
6273
|
class="view wide content"
|
|
6256
6274
|
>
|
|
6257
|
-
<label
|
|
6275
|
+
<ui-label
|
|
6258
6276
|
class="text paragraph text label"
|
|
6259
|
-
|
|
6277
|
+
htmlfor="input.checkout-company"
|
|
6260
6278
|
>
|
|
6261
6279
|
common.label.company
|
|
6262
|
-
</label>
|
|
6280
|
+
</ui-label>
|
|
6263
6281
|
<input
|
|
6264
6282
|
class="input input withLabel"
|
|
6265
6283
|
id="input.checkout-company"
|
|
@@ -6267,53 +6285,55 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6267
6285
|
type="text"
|
|
6268
6286
|
value=""
|
|
6269
6287
|
/>
|
|
6270
|
-
</
|
|
6271
|
-
</
|
|
6272
|
-
</
|
|
6273
|
-
<
|
|
6288
|
+
</ui-view>
|
|
6289
|
+
</ui-view>
|
|
6290
|
+
</ui-input-text>
|
|
6291
|
+
<ui-input-text
|
|
6274
6292
|
class="view inputContainer"
|
|
6275
6293
|
>
|
|
6276
|
-
<
|
|
6294
|
+
<ui-view
|
|
6277
6295
|
class="view row inputBorder"
|
|
6278
6296
|
>
|
|
6279
|
-
<
|
|
6297
|
+
<ui-view
|
|
6280
6298
|
class="view wide content"
|
|
6281
6299
|
>
|
|
6282
|
-
<label
|
|
6300
|
+
<ui-label
|
|
6283
6301
|
class="text paragraph text label"
|
|
6284
|
-
|
|
6302
|
+
htmlfor="input.checkout-comments"
|
|
6285
6303
|
>
|
|
6286
6304
|
common.label.comments
|
|
6287
|
-
</label>
|
|
6305
|
+
</ui-label>
|
|
6288
6306
|
<textarea
|
|
6289
6307
|
class="input input withLabel multiLine"
|
|
6290
6308
|
id="input.checkout-comments"
|
|
6291
6309
|
name="comments"
|
|
6292
6310
|
/>
|
|
6293
|
-
</
|
|
6294
|
-
</
|
|
6295
|
-
<
|
|
6311
|
+
</ui-view>
|
|
6312
|
+
</ui-view>
|
|
6313
|
+
<ui-text
|
|
6296
6314
|
class="text small text hint"
|
|
6297
6315
|
>
|
|
6298
6316
|
user.label.comments_hint
|
|
6299
|
-
</
|
|
6300
|
-
</
|
|
6301
|
-
<
|
|
6317
|
+
</ui-text>
|
|
6318
|
+
</ui-input-text>
|
|
6319
|
+
<ui-text
|
|
6302
6320
|
class="text small"
|
|
6303
6321
|
hint=""
|
|
6304
6322
|
id="checkout-undefined"
|
|
6305
6323
|
label="undefined"
|
|
6306
6324
|
name="undefined"
|
|
6325
|
+
showrequired="true"
|
|
6307
6326
|
>
|
|
6308
6327
|
La hora de entrada es a partir de las 15:00h. La hora de salidas es hasta las 12:00h
|
|
6309
|
-
</
|
|
6310
|
-
<
|
|
6328
|
+
</ui-text>
|
|
6329
|
+
<ui-input-option
|
|
6311
6330
|
class="pressable inputOption"
|
|
6312
6331
|
hint=""
|
|
6313
6332
|
id="checkout-hotel_future_offers"
|
|
6333
|
+
success="false"
|
|
6314
6334
|
tabindex="0"
|
|
6315
6335
|
>
|
|
6316
|
-
<
|
|
6336
|
+
<ui-checkbox
|
|
6317
6337
|
class="checkbox"
|
|
6318
6338
|
>
|
|
6319
6339
|
<input
|
|
@@ -6322,21 +6342,22 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6322
6342
|
type="checkbox"
|
|
6323
6343
|
value=""
|
|
6324
6344
|
/>
|
|
6325
|
-
</
|
|
6326
|
-
<label
|
|
6345
|
+
</ui-checkbox>
|
|
6346
|
+
<ui-label
|
|
6327
6347
|
class="text small text label"
|
|
6328
|
-
|
|
6348
|
+
htmlfor="checkout-hotel_future_offers"
|
|
6329
6349
|
>
|
|
6330
6350
|
Quiero recibir futuras ofertas y noticias de este establecimiento
|
|
6331
|
-
</label>
|
|
6332
|
-
</
|
|
6333
|
-
<
|
|
6351
|
+
</ui-label>
|
|
6352
|
+
</ui-input-option>
|
|
6353
|
+
<ui-input-option
|
|
6334
6354
|
class="pressable inputOption"
|
|
6335
6355
|
hint=""
|
|
6336
6356
|
id="checkout-joinClub"
|
|
6357
|
+
success="false"
|
|
6337
6358
|
tabindex="0"
|
|
6338
6359
|
>
|
|
6339
|
-
<
|
|
6360
|
+
<ui-checkbox
|
|
6340
6361
|
class="checkbox"
|
|
6341
6362
|
>
|
|
6342
6363
|
<input
|
|
@@ -6345,21 +6366,22 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6345
6366
|
type="checkbox"
|
|
6346
6367
|
value=""
|
|
6347
6368
|
/>
|
|
6348
|
-
</
|
|
6349
|
-
<label
|
|
6369
|
+
</ui-checkbox>
|
|
6370
|
+
<ui-label
|
|
6350
6371
|
class="text small text label"
|
|
6351
|
-
|
|
6372
|
+
htmlfor="checkout-joinClub"
|
|
6352
6373
|
>
|
|
6353
6374
|
user.label.join_club
|
|
6354
|
-
</label>
|
|
6355
|
-
</
|
|
6356
|
-
<
|
|
6375
|
+
</ui-label>
|
|
6376
|
+
</ui-input-option>
|
|
6377
|
+
<ui-input-option
|
|
6357
6378
|
class="pressable inputOption"
|
|
6358
6379
|
hint=""
|
|
6359
6380
|
id="checkout-privacyPolicy"
|
|
6381
|
+
success="false"
|
|
6360
6382
|
tabindex="0"
|
|
6361
6383
|
>
|
|
6362
|
-
<
|
|
6384
|
+
<ui-checkbox
|
|
6363
6385
|
class="checkbox"
|
|
6364
6386
|
>
|
|
6365
6387
|
<input
|
|
@@ -6368,10 +6390,10 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6368
6390
|
type="checkbox"
|
|
6369
6391
|
value=""
|
|
6370
6392
|
/>
|
|
6371
|
-
</
|
|
6372
|
-
<label
|
|
6393
|
+
</ui-checkbox>
|
|
6394
|
+
<ui-label
|
|
6373
6395
|
class="text small text label"
|
|
6374
|
-
|
|
6396
|
+
htmlfor="checkout-privacyPolicy"
|
|
6375
6397
|
>
|
|
6376
6398
|
user.label.checkout_privacy_policy
|
|
6377
6399
|
<span
|
|
@@ -6379,29 +6401,29 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6379
6401
|
>
|
|
6380
6402
|
*
|
|
6381
6403
|
</span>
|
|
6382
|
-
</label>
|
|
6383
|
-
</
|
|
6404
|
+
</ui-label>
|
|
6405
|
+
</ui-input-option>
|
|
6384
6406
|
</form>
|
|
6385
|
-
<
|
|
6407
|
+
<ui-view
|
|
6386
6408
|
class="view"
|
|
6387
6409
|
>
|
|
6388
|
-
<
|
|
6410
|
+
<ui-view
|
|
6389
6411
|
class="view"
|
|
6390
6412
|
>
|
|
6391
|
-
<
|
|
6413
|
+
<ui-text
|
|
6392
6414
|
class="text bold headline-3"
|
|
6393
6415
|
>
|
|
6394
6416
|
payments.label.payment_methods
|
|
6395
|
-
</
|
|
6396
|
-
</
|
|
6397
|
-
<
|
|
6417
|
+
</ui-text>
|
|
6418
|
+
</ui-view>
|
|
6419
|
+
<ui-view
|
|
6398
6420
|
class="view"
|
|
6399
6421
|
>
|
|
6400
|
-
<
|
|
6422
|
+
<ui-pressable
|
|
6401
6423
|
class="pressable disabled"
|
|
6402
|
-
disabled=""
|
|
6424
|
+
disabled="true"
|
|
6403
6425
|
>
|
|
6404
|
-
<
|
|
6426
|
+
<ui-radio
|
|
6405
6427
|
class="radio"
|
|
6406
6428
|
>
|
|
6407
6429
|
<input
|
|
@@ -6411,15 +6433,15 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6411
6433
|
type="radio"
|
|
6412
6434
|
value="CARD"
|
|
6413
6435
|
/>
|
|
6414
|
-
<
|
|
6436
|
+
<ui-primitive
|
|
6415
6437
|
class="checkmark"
|
|
6416
6438
|
/>
|
|
6417
|
-
</
|
|
6418
|
-
<
|
|
6439
|
+
</ui-radio>
|
|
6440
|
+
<ui-text
|
|
6419
6441
|
class="text bold paragraph"
|
|
6420
6442
|
>
|
|
6421
6443
|
payments.label.card
|
|
6422
|
-
</
|
|
6444
|
+
</ui-text>
|
|
6423
6445
|
<img
|
|
6424
6446
|
alt="VISA"
|
|
6425
6447
|
class="view"
|
|
@@ -6430,25 +6452,25 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6430
6452
|
class="view"
|
|
6431
6453
|
src="https://static.mirai.com/payments/images/cards/mastercard.png"
|
|
6432
6454
|
/>
|
|
6433
|
-
</
|
|
6434
|
-
<
|
|
6455
|
+
</ui-pressable>
|
|
6456
|
+
<ui-view
|
|
6435
6457
|
class="view"
|
|
6436
6458
|
>
|
|
6437
|
-
<
|
|
6459
|
+
<form
|
|
6438
6460
|
autocomplete="off"
|
|
6439
6461
|
>
|
|
6440
|
-
<
|
|
6462
|
+
<ui-input-text
|
|
6441
6463
|
class="view inputContainer"
|
|
6442
6464
|
>
|
|
6443
|
-
<
|
|
6465
|
+
<ui-view
|
|
6444
6466
|
class="view row inputBorder"
|
|
6445
6467
|
>
|
|
6446
|
-
<
|
|
6468
|
+
<ui-view
|
|
6447
6469
|
class="view wide content"
|
|
6448
6470
|
>
|
|
6449
|
-
<label
|
|
6471
|
+
<ui-label
|
|
6450
6472
|
class="text paragraph text label"
|
|
6451
|
-
|
|
6473
|
+
htmlfor="input.checkout-card"
|
|
6452
6474
|
>
|
|
6453
6475
|
payments.label.card_number
|
|
6454
6476
|
<span
|
|
@@ -6456,7 +6478,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6456
6478
|
>
|
|
6457
6479
|
*
|
|
6458
6480
|
</span>
|
|
6459
|
-
</label>
|
|
6481
|
+
</ui-label>
|
|
6460
6482
|
<input
|
|
6461
6483
|
class="input input withLabel"
|
|
6462
6484
|
id="input.checkout-card"
|
|
@@ -6467,21 +6489,21 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6467
6489
|
type="text"
|
|
6468
6490
|
value=""
|
|
6469
6491
|
/>
|
|
6470
|
-
</
|
|
6471
|
-
</
|
|
6472
|
-
</
|
|
6473
|
-
<
|
|
6492
|
+
</ui-view>
|
|
6493
|
+
</ui-view>
|
|
6494
|
+
</ui-input-text>
|
|
6495
|
+
<ui-input-text
|
|
6474
6496
|
class="view inputContainer"
|
|
6475
6497
|
>
|
|
6476
|
-
<
|
|
6498
|
+
<ui-view
|
|
6477
6499
|
class="view row inputBorder"
|
|
6478
6500
|
>
|
|
6479
|
-
<
|
|
6501
|
+
<ui-view
|
|
6480
6502
|
class="view wide content"
|
|
6481
6503
|
>
|
|
6482
|
-
<label
|
|
6504
|
+
<ui-label
|
|
6483
6505
|
class="text paragraph text label"
|
|
6484
|
-
|
|
6506
|
+
htmlfor="input.checkout-name"
|
|
6485
6507
|
>
|
|
6486
6508
|
payments.label.card_name
|
|
6487
6509
|
<span
|
|
@@ -6489,7 +6511,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6489
6511
|
>
|
|
6490
6512
|
*
|
|
6491
6513
|
</span>
|
|
6492
|
-
</label>
|
|
6514
|
+
</ui-label>
|
|
6493
6515
|
<input
|
|
6494
6516
|
class="input input withLabel"
|
|
6495
6517
|
id="input.checkout-name"
|
|
@@ -6500,21 +6522,21 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6500
6522
|
type="text"
|
|
6501
6523
|
value=""
|
|
6502
6524
|
/>
|
|
6503
|
-
</
|
|
6504
|
-
</
|
|
6505
|
-
</
|
|
6506
|
-
<
|
|
6525
|
+
</ui-view>
|
|
6526
|
+
</ui-view>
|
|
6527
|
+
</ui-input-text>
|
|
6528
|
+
<ui-input-text
|
|
6507
6529
|
class="view inputContainer"
|
|
6508
6530
|
>
|
|
6509
|
-
<
|
|
6531
|
+
<ui-view
|
|
6510
6532
|
class="view row inputBorder"
|
|
6511
6533
|
>
|
|
6512
|
-
<
|
|
6534
|
+
<ui-view
|
|
6513
6535
|
class="view wide content"
|
|
6514
6536
|
>
|
|
6515
|
-
<label
|
|
6537
|
+
<ui-label
|
|
6516
6538
|
class="text paragraph text label"
|
|
6517
|
-
|
|
6539
|
+
htmlfor="input.checkout-expire"
|
|
6518
6540
|
>
|
|
6519
6541
|
payments.label.expiration
|
|
6520
6542
|
<span
|
|
@@ -6522,7 +6544,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6522
6544
|
>
|
|
6523
6545
|
*
|
|
6524
6546
|
</span>
|
|
6525
|
-
</label>
|
|
6547
|
+
</ui-label>
|
|
6526
6548
|
<input
|
|
6527
6549
|
class="input input withLabel"
|
|
6528
6550
|
id="input.checkout-expire"
|
|
@@ -6533,20 +6555,21 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6533
6555
|
type="inputDate"
|
|
6534
6556
|
value=""
|
|
6535
6557
|
/>
|
|
6536
|
-
</
|
|
6537
|
-
</
|
|
6538
|
-
</
|
|
6539
|
-
</
|
|
6540
|
-
</
|
|
6541
|
-
</
|
|
6542
|
-
<
|
|
6558
|
+
</ui-view>
|
|
6559
|
+
</ui-view>
|
|
6560
|
+
</ui-input-text>
|
|
6561
|
+
</form>
|
|
6562
|
+
</ui-view>
|
|
6563
|
+
</ui-view>
|
|
6564
|
+
<ui-view
|
|
6543
6565
|
class="view"
|
|
6544
6566
|
>
|
|
6545
|
-
<
|
|
6567
|
+
<ui-pressable
|
|
6546
6568
|
class="pressable"
|
|
6569
|
+
disabled="false"
|
|
6547
6570
|
tabindex="0"
|
|
6548
6571
|
>
|
|
6549
|
-
<
|
|
6572
|
+
<ui-radio
|
|
6550
6573
|
class="radio"
|
|
6551
6574
|
>
|
|
6552
6575
|
<input
|
|
@@ -6555,39 +6578,39 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6555
6578
|
type="radio"
|
|
6556
6579
|
value="AMAZON_PAY"
|
|
6557
6580
|
/>
|
|
6558
|
-
<
|
|
6581
|
+
<ui-primitive
|
|
6559
6582
|
class="checkmark"
|
|
6560
6583
|
/>
|
|
6561
|
-
</
|
|
6562
|
-
<
|
|
6584
|
+
</ui-radio>
|
|
6585
|
+
<ui-text
|
|
6563
6586
|
class="text bold paragraph"
|
|
6564
6587
|
>
|
|
6565
6588
|
payments.label.amazon
|
|
6566
|
-
</
|
|
6589
|
+
</ui-text>
|
|
6567
6590
|
<img
|
|
6568
6591
|
alt="AMAZON PAY"
|
|
6569
6592
|
class="view"
|
|
6570
6593
|
src="https://static.mirai.com/payments/images/amazonpay.png"
|
|
6571
6594
|
/>
|
|
6572
|
-
</
|
|
6573
|
-
</
|
|
6574
|
-
</
|
|
6575
|
-
<
|
|
6595
|
+
</ui-pressable>
|
|
6596
|
+
</ui-view>
|
|
6597
|
+
</ui-view>
|
|
6598
|
+
<ui-modal-overflow
|
|
6576
6599
|
class="pressable container overflow"
|
|
6577
6600
|
style="height: 768px;"
|
|
6578
6601
|
tabindex="0"
|
|
6579
6602
|
>
|
|
6580
|
-
<
|
|
6603
|
+
<ui-modal
|
|
6581
6604
|
class="view fit modal"
|
|
6582
6605
|
>
|
|
6583
|
-
<
|
|
6606
|
+
<ui-view
|
|
6584
6607
|
class="view row header hideBack"
|
|
6585
6608
|
>
|
|
6586
6609
|
<button
|
|
6587
6610
|
class="pressable button small squared transparent button"
|
|
6588
6611
|
tabindex="0"
|
|
6589
6612
|
>
|
|
6590
|
-
<
|
|
6613
|
+
<ui-icon
|
|
6591
6614
|
class="icon headline-3 icon"
|
|
6592
6615
|
>
|
|
6593
6616
|
<svg
|
|
@@ -6607,84 +6630,85 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
|
|
|
6607
6630
|
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
6608
6631
|
/>
|
|
6609
6632
|
</svg>
|
|
6610
|
-
</
|
|
6633
|
+
</ui-icon>
|
|
6611
6634
|
</button>
|
|
6612
|
-
</
|
|
6613
|
-
<
|
|
6635
|
+
</ui-view>
|
|
6636
|
+
<ui-scrollview
|
|
6614
6637
|
class="scrollview vertical"
|
|
6638
|
+
vertical="true"
|
|
6615
6639
|
>
|
|
6616
|
-
<
|
|
6640
|
+
<ui-view
|
|
6617
6641
|
class="view"
|
|
6618
6642
|
>
|
|
6619
|
-
<
|
|
6643
|
+
<ui-view
|
|
6620
6644
|
class="view"
|
|
6621
6645
|
>
|
|
6622
|
-
<
|
|
6646
|
+
<ui-text
|
|
6623
6647
|
class="text bold small"
|
|
6624
6648
|
>
|
|
6625
6649
|
common.label.payment_terms
|
|
6626
|
-
</
|
|
6627
|
-
<
|
|
6650
|
+
</ui-text>
|
|
6651
|
+
<ui-text
|
|
6628
6652
|
class="text small"
|
|
6629
6653
|
>
|
|
6630
6654
|
Prepago de 100%: Tarjeta de crédito o Amazon Pay
|
|
6631
|
-
</
|
|
6632
|
-
</
|
|
6633
|
-
<
|
|
6655
|
+
</ui-text>
|
|
6656
|
+
</ui-view>
|
|
6657
|
+
<ui-view
|
|
6634
6658
|
class="view"
|
|
6635
6659
|
>
|
|
6636
|
-
<
|
|
6660
|
+
<ui-text
|
|
6637
6661
|
class="text bold small"
|
|
6638
6662
|
>
|
|
6639
6663
|
common.label.cancellation_policy
|
|
6640
|
-
</
|
|
6641
|
-
<
|
|
6664
|
+
</ui-text>
|
|
6665
|
+
<ui-text
|
|
6642
6666
|
class="text small"
|
|
6643
6667
|
>
|
|
6644
6668
|
Para que la reserva quede confirmada, es necesario el cobro por anticipado del 100% de toda la estancia reservada. Recibirá un cargo en su tarjeta por dicho importe. Sólo entonces su confirmación tendrá validez. El importe no será devuelto bajo ninguna circunstancia.
|
|
6645
|
-
</
|
|
6646
|
-
</
|
|
6647
|
-
<
|
|
6669
|
+
</ui-text>
|
|
6670
|
+
</ui-view>
|
|
6671
|
+
<ui-view
|
|
6648
6672
|
class="view"
|
|
6649
6673
|
>
|
|
6650
|
-
<
|
|
6674
|
+
<ui-text
|
|
6651
6675
|
class="text bold small"
|
|
6652
6676
|
>
|
|
6653
6677
|
common.label.others_terms
|
|
6654
|
-
</
|
|
6655
|
-
<
|
|
6678
|
+
</ui-text>
|
|
6679
|
+
<ui-text
|
|
6656
6680
|
class="text small"
|
|
6657
6681
|
>
|
|
6658
|
-
<
|
|
6682
|
+
<ui-text
|
|
6659
6683
|
class="text small wide"
|
|
6660
6684
|
>
|
|
6661
6685
|
Check- in a partir de las 15.00h.
|
|
6662
|
-
</
|
|
6663
|
-
<
|
|
6686
|
+
</ui-text>
|
|
6687
|
+
<ui-text
|
|
6664
6688
|
class="text small wide"
|
|
6665
6689
|
>
|
|
6666
6690
|
Check - out hasta las 12.00h.
|
|
6667
|
-
</
|
|
6668
|
-
<
|
|
6691
|
+
</ui-text>
|
|
6692
|
+
<ui-text
|
|
6669
6693
|
class="text small wide"
|
|
6670
6694
|
>
|
|
6671
6695
|
Los niños de 3 a 12 años podrán acceder a las instalaciones dedicadas a su uso y disfrute.
|
|
6672
|
-
</
|
|
6673
|
-
<
|
|
6696
|
+
</ui-text>
|
|
6697
|
+
<ui-text
|
|
6674
6698
|
class="text small wide"
|
|
6675
6699
|
>
|
|
6676
6700
|
En caso de alojarse con bebés, éstos no incluyen régimen alguno.
|
|
6677
|
-
</
|
|
6678
|
-
<
|
|
6701
|
+
</ui-text>
|
|
6702
|
+
<ui-text
|
|
6679
6703
|
class="text small wide"
|
|
6680
6704
|
>
|
|
6681
6705
|
Acceso spa infantil para bebés 8.50€ al día.
|
|
6682
|
-
</
|
|
6683
|
-
</
|
|
6684
|
-
</
|
|
6685
|
-
</
|
|
6686
|
-
</
|
|
6687
|
-
</
|
|
6688
|
-
</
|
|
6706
|
+
</ui-text>
|
|
6707
|
+
</ui-text>
|
|
6708
|
+
</ui-view>
|
|
6709
|
+
</ui-view>
|
|
6710
|
+
</ui-scrollview>
|
|
6711
|
+
</ui-modal>
|
|
6712
|
+
</ui-modal-overflow>
|
|
6689
6713
|
</DocumentFragment>
|
|
6690
6714
|
`;
|