@mirai/core 0.3.336 → 0.3.338
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/BannerLoyalty.js +3 -1
- package/build/components/BannerLoyalty/BannerLoyalty.js.map +1 -1
- package/build/components/BannerLoyalty/BannerLoyalty.module.css +1 -0
- package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +34 -34
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +270 -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 +164 -148
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +128 -104
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +332 -290
- package/build/components/Chat/Chat.js +2 -1
- package/build/components/Chat/Chat.js.map +1 -1
- 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 +27 -24
- package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +75 -68
- package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +74 -74
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +392 -376
- package/build/components/Checkout/components/InputRadio/InputRadio.module.css +4 -0
- package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +124 -100
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +606 -588
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +824 -748
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +1761 -1758
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +2794 -2760
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +8106 -7994
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +4325 -4318
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +139 -115
- package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +6 -6
- package/build/components/Rates/Rates.Footer.js +5 -2
- package/build/components/Rates/Rates.Footer.js.map +1 -1
- package/build/components/Rates/Rates.RoomSelector.js +7 -14
- package/build/components/Rates/Rates.RoomSelector.js.map +1 -1
- package/build/components/Rates/Rates.js +13 -7
- package/build/components/Rates/Rates.js.map +1 -1
- package/build/components/Rates/Rates.module.css +7 -51
- package/build/components/Rates/components/Filters/Filters.js +1 -0
- package/build/components/Rates/components/Filters/Filters.js.map +1 -1
- package/build/components/Rates/components/Item/Item.Rates.js +24 -15
- package/build/components/Rates/components/Item/Item.Rates.js.map +1 -1
- package/build/components/Rates/components/Item/Item.module.css +9 -10
- package/build/components/Rates/components/Item/components/{ModalRateInfo/ModalRateInfo.js → ModalCancellationInfo/ModalCancellationInfo.js} +7 -7
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/ModalCancellationInfo.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/index.js +17 -0
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/index.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js +1 -0
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js.map +1 -1
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.js +81 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.module.css +24 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/index.js +17 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/index.js.map +1 -0
- package/build/components/Rates/components/Item/components/Option/Option.module.css +1 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js +7 -16
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js.map +1 -1
- package/build/components/Rates/components/Item/components/index.js +15 -4
- package/build/components/Rates/components/Item/components/index.js.map +1 -1
- package/build/components/Rates/components/Item/index.js +12 -5
- package/build/components/Rates/components/Item/index.js.map +1 -1
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +351 -305
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +303 -270
- package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +74 -74
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +1068 -1063
- 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 +156 -144
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +15 -12
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +43 -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 +46 -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 +266 -219
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +556 -513
- package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +63 -59
- package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +68 -60
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +783 -732
- package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +334 -308
- package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +8 -6
- package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +254 -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 +30 -27
- 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 +108 -104
- package/build/helpers/theme.js +11 -0
- package/build/helpers/theme.js.map +1 -1
- package/package.json +4 -3
- package/public/themes/monalisa.theme.css +0 -1
- package/build/components/Rates/components/Item/components/ModalRateInfo/ModalRateInfo.js.map +0 -1
- package/build/components/Rates/components/Item/components/ModalRateInfo/index.js +0 -17
- package/build/components/Rates/components/Item/components/ModalRateInfo/index.js.map +0 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Tooltip.js +0 -49
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Tooltip.js.map +0 -1
- /package/build/components/Rates/components/Item/components/{ModalRateInfo/ModalRateInfo.module.css → ModalCancellationInfo/ModalCancellationInfo.module.css} +0 -0
|
@@ -2,226 +2,227 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<BookingDetails> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_view
|
|
6
6
|
class="view mirai"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui_text
|
|
9
9
|
class="text bold headline-3"
|
|
10
10
|
>
|
|
11
11
|
user.label.booking_details
|
|
12
|
-
</
|
|
13
|
-
<
|
|
12
|
+
</ui_text>
|
|
13
|
+
<ui_view
|
|
14
14
|
class="view wide"
|
|
15
15
|
>
|
|
16
|
-
<
|
|
16
|
+
<ui_view
|
|
17
17
|
class="view row"
|
|
18
18
|
>
|
|
19
|
-
<
|
|
19
|
+
<ui_view
|
|
20
20
|
class="view"
|
|
21
21
|
style="background-image: url(undefined);"
|
|
22
22
|
/>
|
|
23
|
-
<
|
|
23
|
+
<ui_view
|
|
24
24
|
class="view"
|
|
25
25
|
>
|
|
26
|
-
<
|
|
26
|
+
<ui_view
|
|
27
27
|
class="view row"
|
|
28
28
|
>
|
|
29
|
-
<
|
|
29
|
+
<ui_text
|
|
30
30
|
class="text bold paragraph"
|
|
31
31
|
>
|
|
32
32
|
Standard Room
|
|
33
|
-
</
|
|
34
|
-
</
|
|
35
|
-
<
|
|
33
|
+
</ui_text>
|
|
34
|
+
</ui_view>
|
|
35
|
+
<ui_text
|
|
36
36
|
class="text action"
|
|
37
37
|
>
|
|
38
38
|
Flexible Rate
|
|
39
|
-
</
|
|
40
|
-
<
|
|
39
|
+
</ui_text>
|
|
40
|
+
<ui_text
|
|
41
41
|
class="text light small"
|
|
42
42
|
>
|
|
43
43
|
2 common.label.guest
|
|
44
|
-
<
|
|
44
|
+
<ui_text
|
|
45
45
|
style="text-decoration: underline;"
|
|
46
46
|
>
|
|
47
47
|
type
|
|
48
|
-
</
|
|
48
|
+
</ui_text>
|
|
49
49
|
plural, 1 common.label.guest_type
|
|
50
|
-
</
|
|
51
|
-
</
|
|
52
|
-
</
|
|
53
|
-
<
|
|
50
|
+
</ui_text>
|
|
51
|
+
</ui_view>
|
|
52
|
+
</ui_view>
|
|
53
|
+
<ui_view
|
|
54
54
|
class="view"
|
|
55
55
|
>
|
|
56
|
-
<
|
|
56
|
+
<ui_view
|
|
57
57
|
class="view row"
|
|
58
58
|
>
|
|
59
|
-
<
|
|
59
|
+
<ui_view
|
|
60
60
|
class="view"
|
|
61
61
|
>
|
|
62
|
-
<
|
|
62
|
+
<ui_view
|
|
63
63
|
class="view row"
|
|
64
64
|
>
|
|
65
|
-
<
|
|
65
|
+
<ui_text
|
|
66
66
|
class="text action"
|
|
67
67
|
>
|
|
68
68
|
lun, 24 jul 2023
|
|
69
|
-
</
|
|
70
|
-
</
|
|
71
|
-
<
|
|
69
|
+
</ui_text>
|
|
70
|
+
</ui_view>
|
|
71
|
+
<ui_view
|
|
72
72
|
class="view row"
|
|
73
73
|
>
|
|
74
|
-
<
|
|
74
|
+
<ui_view
|
|
75
75
|
class="view row wide"
|
|
76
76
|
/>
|
|
77
|
-
</
|
|
78
|
-
</
|
|
79
|
-
<
|
|
77
|
+
</ui_view>
|
|
78
|
+
</ui_view>
|
|
79
|
+
<ui_view
|
|
80
80
|
class="view"
|
|
81
81
|
>
|
|
82
|
-
<
|
|
82
|
+
<ui_text
|
|
83
83
|
class="text action"
|
|
84
84
|
>
|
|
85
85
|
All inclusive package
|
|
86
|
-
</
|
|
87
|
-
</
|
|
88
|
-
<
|
|
86
|
+
</ui_text>
|
|
87
|
+
</ui_view>
|
|
88
|
+
<ui_view
|
|
89
89
|
class="view"
|
|
90
90
|
>
|
|
91
|
-
<
|
|
91
|
+
<ui_text
|
|
92
92
|
class="text action"
|
|
93
93
|
/>
|
|
94
|
-
</
|
|
95
|
-
</
|
|
96
|
-
<
|
|
94
|
+
</ui_view>
|
|
95
|
+
</ui_view>
|
|
96
|
+
<ui_view
|
|
97
97
|
class="view row"
|
|
98
98
|
>
|
|
99
|
-
<
|
|
99
|
+
<ui_view
|
|
100
100
|
class="view"
|
|
101
101
|
>
|
|
102
|
-
<
|
|
102
|
+
<ui_view
|
|
103
103
|
class="view row"
|
|
104
104
|
>
|
|
105
|
-
<
|
|
105
|
+
<ui_text
|
|
106
106
|
class="text action"
|
|
107
107
|
>
|
|
108
108
|
mar, 25 jul 2023
|
|
109
|
-
</
|
|
110
|
-
</
|
|
111
|
-
<
|
|
109
|
+
</ui_text>
|
|
110
|
+
</ui_view>
|
|
111
|
+
<ui_view
|
|
112
112
|
class="view row"
|
|
113
113
|
>
|
|
114
|
-
<
|
|
114
|
+
<ui_view
|
|
115
115
|
class="view row wide"
|
|
116
116
|
/>
|
|
117
|
-
</
|
|
118
|
-
</
|
|
119
|
-
<
|
|
117
|
+
</ui_view>
|
|
118
|
+
</ui_view>
|
|
119
|
+
<ui_view
|
|
120
120
|
class="view"
|
|
121
121
|
>
|
|
122
|
-
<
|
|
122
|
+
<ui_text
|
|
123
123
|
class="text action"
|
|
124
124
|
>
|
|
125
125
|
All inclusive package
|
|
126
|
-
</
|
|
127
|
-
</
|
|
128
|
-
<
|
|
126
|
+
</ui_text>
|
|
127
|
+
</ui_view>
|
|
128
|
+
<ui_view
|
|
129
129
|
class="view"
|
|
130
130
|
>
|
|
131
|
-
<
|
|
131
|
+
<ui_text
|
|
132
132
|
class="text action"
|
|
133
133
|
/>
|
|
134
|
-
</
|
|
135
|
-
</
|
|
136
|
-
<
|
|
134
|
+
</ui_view>
|
|
135
|
+
</ui_view>
|
|
136
|
+
<ui_view
|
|
137
137
|
class="view row"
|
|
138
138
|
>
|
|
139
|
-
<
|
|
139
|
+
<ui_view
|
|
140
140
|
class="view"
|
|
141
141
|
>
|
|
142
|
-
<
|
|
142
|
+
<ui_view
|
|
143
143
|
class="view row"
|
|
144
144
|
>
|
|
145
|
-
<
|
|
145
|
+
<ui_text
|
|
146
146
|
class="text action"
|
|
147
147
|
>
|
|
148
148
|
mié, 26 jul 2023
|
|
149
|
-
</
|
|
150
|
-
</
|
|
151
|
-
<
|
|
149
|
+
</ui_text>
|
|
150
|
+
</ui_view>
|
|
151
|
+
<ui_view
|
|
152
152
|
class="view row"
|
|
153
153
|
>
|
|
154
|
-
<
|
|
154
|
+
<ui_view
|
|
155
155
|
class="view row wide"
|
|
156
156
|
/>
|
|
157
|
-
</
|
|
158
|
-
</
|
|
159
|
-
<
|
|
157
|
+
</ui_view>
|
|
158
|
+
</ui_view>
|
|
159
|
+
<ui_view
|
|
160
160
|
class="view"
|
|
161
161
|
>
|
|
162
|
-
<
|
|
162
|
+
<ui_text
|
|
163
163
|
class="text action"
|
|
164
164
|
>
|
|
165
165
|
All inclusive package
|
|
166
|
-
</
|
|
167
|
-
</
|
|
168
|
-
<
|
|
166
|
+
</ui_text>
|
|
167
|
+
</ui_view>
|
|
168
|
+
<ui_view
|
|
169
169
|
class="view"
|
|
170
170
|
>
|
|
171
|
-
<
|
|
171
|
+
<ui_text
|
|
172
172
|
class="text action"
|
|
173
173
|
/>
|
|
174
|
-
</
|
|
175
|
-
</
|
|
176
|
-
<
|
|
174
|
+
</ui_view>
|
|
175
|
+
</ui_view>
|
|
176
|
+
<ui_view
|
|
177
177
|
class="view row"
|
|
178
178
|
>
|
|
179
|
-
<
|
|
179
|
+
<ui_view
|
|
180
180
|
class="view"
|
|
181
181
|
>
|
|
182
|
-
<
|
|
182
|
+
<ui_view
|
|
183
183
|
class="view row"
|
|
184
184
|
>
|
|
185
|
-
<
|
|
185
|
+
<ui_text
|
|
186
186
|
class="text bold action"
|
|
187
187
|
>
|
|
188
188
|
common.label.total
|
|
189
|
-
</
|
|
190
|
-
</
|
|
191
|
-
<
|
|
189
|
+
</ui_text>
|
|
190
|
+
</ui_view>
|
|
191
|
+
<ui_view
|
|
192
192
|
class="view row"
|
|
193
193
|
>
|
|
194
|
-
<
|
|
194
|
+
<ui_view
|
|
195
195
|
class="view row wide"
|
|
196
196
|
/>
|
|
197
|
-
</
|
|
198
|
-
</
|
|
199
|
-
<
|
|
197
|
+
</ui_view>
|
|
198
|
+
</ui_view>
|
|
199
|
+
<ui_view
|
|
200
200
|
class="view"
|
|
201
201
|
>
|
|
202
|
-
<
|
|
202
|
+
<ui_text
|
|
203
203
|
class="text action"
|
|
204
204
|
>
|
|
205
205
|
|
|
206
|
-
</
|
|
207
|
-
</
|
|
208
|
-
<
|
|
206
|
+
</ui_text>
|
|
207
|
+
</ui_view>
|
|
208
|
+
<ui_view
|
|
209
209
|
class="view"
|
|
210
210
|
>
|
|
211
|
-
<
|
|
211
|
+
<ui_text
|
|
212
212
|
class="text bold action"
|
|
213
213
|
/>
|
|
214
|
-
</
|
|
215
|
-
</
|
|
216
|
-
</
|
|
217
|
-
</
|
|
218
|
-
<
|
|
214
|
+
</ui_view>
|
|
215
|
+
</ui_view>
|
|
216
|
+
</ui_view>
|
|
217
|
+
</ui_view>
|
|
218
|
+
<ui_view
|
|
219
219
|
class="view wide"
|
|
220
220
|
>
|
|
221
221
|
<button
|
|
222
222
|
class="pressable button transparent"
|
|
223
|
+
tabindex="0"
|
|
223
224
|
>
|
|
224
|
-
<
|
|
225
|
+
<ui_icon
|
|
225
226
|
class="icon headline-3"
|
|
226
227
|
>
|
|
227
228
|
<svg
|
|
@@ -242,236 +243,237 @@ exports[`component:<BookingDetails> inherit:className 1`] = `
|
|
|
242
243
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
243
244
|
/>
|
|
244
245
|
</svg>
|
|
245
|
-
</
|
|
246
|
+
</ui_icon>
|
|
246
247
|
common.action.view_more
|
|
247
248
|
</button>
|
|
248
|
-
</
|
|
249
|
-
</
|
|
249
|
+
</ui_view>
|
|
250
|
+
</ui_view>
|
|
250
251
|
</DocumentFragment>
|
|
251
252
|
`;
|
|
252
253
|
|
|
253
254
|
exports[`component:<BookingDetails> renders 1`] = `
|
|
254
255
|
<DocumentFragment>
|
|
255
|
-
<
|
|
256
|
+
<ui_view
|
|
256
257
|
class="view"
|
|
257
258
|
>
|
|
258
|
-
<
|
|
259
|
+
<ui_text
|
|
259
260
|
class="text bold headline-3"
|
|
260
261
|
>
|
|
261
262
|
user.label.booking_details
|
|
262
|
-
</
|
|
263
|
-
<
|
|
263
|
+
</ui_text>
|
|
264
|
+
<ui_view
|
|
264
265
|
class="view wide"
|
|
265
266
|
>
|
|
266
|
-
<
|
|
267
|
+
<ui_view
|
|
267
268
|
class="view row"
|
|
268
269
|
>
|
|
269
|
-
<
|
|
270
|
+
<ui_view
|
|
270
271
|
class="view"
|
|
271
272
|
style="background-image: url(undefined);"
|
|
272
273
|
/>
|
|
273
|
-
<
|
|
274
|
+
<ui_view
|
|
274
275
|
class="view"
|
|
275
276
|
>
|
|
276
|
-
<
|
|
277
|
+
<ui_view
|
|
277
278
|
class="view row"
|
|
278
279
|
>
|
|
279
|
-
<
|
|
280
|
+
<ui_text
|
|
280
281
|
class="text bold paragraph"
|
|
281
282
|
>
|
|
282
283
|
Standard Room
|
|
283
|
-
</
|
|
284
|
-
</
|
|
285
|
-
<
|
|
284
|
+
</ui_text>
|
|
285
|
+
</ui_view>
|
|
286
|
+
<ui_text
|
|
286
287
|
class="text action"
|
|
287
288
|
>
|
|
288
289
|
Flexible Rate
|
|
289
|
-
</
|
|
290
|
-
<
|
|
290
|
+
</ui_text>
|
|
291
|
+
<ui_text
|
|
291
292
|
class="text light small"
|
|
292
293
|
>
|
|
293
294
|
2 common.label.guest
|
|
294
|
-
<
|
|
295
|
+
<ui_text
|
|
295
296
|
style="text-decoration: underline;"
|
|
296
297
|
>
|
|
297
298
|
type
|
|
298
|
-
</
|
|
299
|
+
</ui_text>
|
|
299
300
|
plural, 1 common.label.guest_type
|
|
300
|
-
</
|
|
301
|
-
</
|
|
302
|
-
</
|
|
303
|
-
<
|
|
301
|
+
</ui_text>
|
|
302
|
+
</ui_view>
|
|
303
|
+
</ui_view>
|
|
304
|
+
<ui_view
|
|
304
305
|
class="view"
|
|
305
306
|
>
|
|
306
|
-
<
|
|
307
|
+
<ui_view
|
|
307
308
|
class="view row"
|
|
308
309
|
>
|
|
309
|
-
<
|
|
310
|
+
<ui_view
|
|
310
311
|
class="view"
|
|
311
312
|
>
|
|
312
|
-
<
|
|
313
|
+
<ui_view
|
|
313
314
|
class="view row"
|
|
314
315
|
>
|
|
315
|
-
<
|
|
316
|
+
<ui_text
|
|
316
317
|
class="text action"
|
|
317
318
|
>
|
|
318
319
|
lun, 24 jul 2023
|
|
319
|
-
</
|
|
320
|
-
</
|
|
321
|
-
<
|
|
320
|
+
</ui_text>
|
|
321
|
+
</ui_view>
|
|
322
|
+
<ui_view
|
|
322
323
|
class="view row"
|
|
323
324
|
>
|
|
324
|
-
<
|
|
325
|
+
<ui_view
|
|
325
326
|
class="view row wide"
|
|
326
327
|
/>
|
|
327
|
-
</
|
|
328
|
-
</
|
|
329
|
-
<
|
|
328
|
+
</ui_view>
|
|
329
|
+
</ui_view>
|
|
330
|
+
<ui_view
|
|
330
331
|
class="view"
|
|
331
332
|
>
|
|
332
|
-
<
|
|
333
|
+
<ui_text
|
|
333
334
|
class="text action"
|
|
334
335
|
>
|
|
335
336
|
All inclusive package
|
|
336
|
-
</
|
|
337
|
-
</
|
|
338
|
-
<
|
|
337
|
+
</ui_text>
|
|
338
|
+
</ui_view>
|
|
339
|
+
<ui_view
|
|
339
340
|
class="view"
|
|
340
341
|
>
|
|
341
|
-
<
|
|
342
|
+
<ui_text
|
|
342
343
|
class="text action"
|
|
343
344
|
/>
|
|
344
|
-
</
|
|
345
|
-
</
|
|
346
|
-
<
|
|
345
|
+
</ui_view>
|
|
346
|
+
</ui_view>
|
|
347
|
+
<ui_view
|
|
347
348
|
class="view row"
|
|
348
349
|
>
|
|
349
|
-
<
|
|
350
|
+
<ui_view
|
|
350
351
|
class="view"
|
|
351
352
|
>
|
|
352
|
-
<
|
|
353
|
+
<ui_view
|
|
353
354
|
class="view row"
|
|
354
355
|
>
|
|
355
|
-
<
|
|
356
|
+
<ui_text
|
|
356
357
|
class="text action"
|
|
357
358
|
>
|
|
358
359
|
mar, 25 jul 2023
|
|
359
|
-
</
|
|
360
|
-
</
|
|
361
|
-
<
|
|
360
|
+
</ui_text>
|
|
361
|
+
</ui_view>
|
|
362
|
+
<ui_view
|
|
362
363
|
class="view row"
|
|
363
364
|
>
|
|
364
|
-
<
|
|
365
|
+
<ui_view
|
|
365
366
|
class="view row wide"
|
|
366
367
|
/>
|
|
367
|
-
</
|
|
368
|
-
</
|
|
369
|
-
<
|
|
368
|
+
</ui_view>
|
|
369
|
+
</ui_view>
|
|
370
|
+
<ui_view
|
|
370
371
|
class="view"
|
|
371
372
|
>
|
|
372
|
-
<
|
|
373
|
+
<ui_text
|
|
373
374
|
class="text action"
|
|
374
375
|
>
|
|
375
376
|
All inclusive package
|
|
376
|
-
</
|
|
377
|
-
</
|
|
378
|
-
<
|
|
377
|
+
</ui_text>
|
|
378
|
+
</ui_view>
|
|
379
|
+
<ui_view
|
|
379
380
|
class="view"
|
|
380
381
|
>
|
|
381
|
-
<
|
|
382
|
+
<ui_text
|
|
382
383
|
class="text action"
|
|
383
384
|
/>
|
|
384
|
-
</
|
|
385
|
-
</
|
|
386
|
-
<
|
|
385
|
+
</ui_view>
|
|
386
|
+
</ui_view>
|
|
387
|
+
<ui_view
|
|
387
388
|
class="view row"
|
|
388
389
|
>
|
|
389
|
-
<
|
|
390
|
+
<ui_view
|
|
390
391
|
class="view"
|
|
391
392
|
>
|
|
392
|
-
<
|
|
393
|
+
<ui_view
|
|
393
394
|
class="view row"
|
|
394
395
|
>
|
|
395
|
-
<
|
|
396
|
+
<ui_text
|
|
396
397
|
class="text action"
|
|
397
398
|
>
|
|
398
399
|
mié, 26 jul 2023
|
|
399
|
-
</
|
|
400
|
-
</
|
|
401
|
-
<
|
|
400
|
+
</ui_text>
|
|
401
|
+
</ui_view>
|
|
402
|
+
<ui_view
|
|
402
403
|
class="view row"
|
|
403
404
|
>
|
|
404
|
-
<
|
|
405
|
+
<ui_view
|
|
405
406
|
class="view row wide"
|
|
406
407
|
/>
|
|
407
|
-
</
|
|
408
|
-
</
|
|
409
|
-
<
|
|
408
|
+
</ui_view>
|
|
409
|
+
</ui_view>
|
|
410
|
+
<ui_view
|
|
410
411
|
class="view"
|
|
411
412
|
>
|
|
412
|
-
<
|
|
413
|
+
<ui_text
|
|
413
414
|
class="text action"
|
|
414
415
|
>
|
|
415
416
|
All inclusive package
|
|
416
|
-
</
|
|
417
|
-
</
|
|
418
|
-
<
|
|
417
|
+
</ui_text>
|
|
418
|
+
</ui_view>
|
|
419
|
+
<ui_view
|
|
419
420
|
class="view"
|
|
420
421
|
>
|
|
421
|
-
<
|
|
422
|
+
<ui_text
|
|
422
423
|
class="text action"
|
|
423
424
|
/>
|
|
424
|
-
</
|
|
425
|
-
</
|
|
426
|
-
<
|
|
425
|
+
</ui_view>
|
|
426
|
+
</ui_view>
|
|
427
|
+
<ui_view
|
|
427
428
|
class="view row"
|
|
428
429
|
>
|
|
429
|
-
<
|
|
430
|
+
<ui_view
|
|
430
431
|
class="view"
|
|
431
432
|
>
|
|
432
|
-
<
|
|
433
|
+
<ui_view
|
|
433
434
|
class="view row"
|
|
434
435
|
>
|
|
435
|
-
<
|
|
436
|
+
<ui_text
|
|
436
437
|
class="text bold action"
|
|
437
438
|
>
|
|
438
439
|
common.label.total
|
|
439
|
-
</
|
|
440
|
-
</
|
|
441
|
-
<
|
|
440
|
+
</ui_text>
|
|
441
|
+
</ui_view>
|
|
442
|
+
<ui_view
|
|
442
443
|
class="view row"
|
|
443
444
|
>
|
|
444
|
-
<
|
|
445
|
+
<ui_view
|
|
445
446
|
class="view row wide"
|
|
446
447
|
/>
|
|
447
|
-
</
|
|
448
|
-
</
|
|
449
|
-
<
|
|
448
|
+
</ui_view>
|
|
449
|
+
</ui_view>
|
|
450
|
+
<ui_view
|
|
450
451
|
class="view"
|
|
451
452
|
>
|
|
452
|
-
<
|
|
453
|
+
<ui_text
|
|
453
454
|
class="text action"
|
|
454
455
|
>
|
|
455
456
|
|
|
456
|
-
</
|
|
457
|
-
</
|
|
458
|
-
<
|
|
457
|
+
</ui_text>
|
|
458
|
+
</ui_view>
|
|
459
|
+
<ui_view
|
|
459
460
|
class="view"
|
|
460
461
|
>
|
|
461
|
-
<
|
|
462
|
+
<ui_text
|
|
462
463
|
class="text bold action"
|
|
463
464
|
/>
|
|
464
|
-
</
|
|
465
|
-
</
|
|
466
|
-
</
|
|
467
|
-
</
|
|
468
|
-
<
|
|
465
|
+
</ui_view>
|
|
466
|
+
</ui_view>
|
|
467
|
+
</ui_view>
|
|
468
|
+
</ui_view>
|
|
469
|
+
<ui_view
|
|
469
470
|
class="view wide"
|
|
470
471
|
>
|
|
471
472
|
<button
|
|
472
473
|
class="pressable button transparent"
|
|
474
|
+
tabindex="0"
|
|
473
475
|
>
|
|
474
|
-
<
|
|
476
|
+
<ui_icon
|
|
475
477
|
class="icon headline-3"
|
|
476
478
|
>
|
|
477
479
|
<svg
|
|
@@ -492,237 +494,238 @@ exports[`component:<BookingDetails> renders 1`] = `
|
|
|
492
494
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
493
495
|
/>
|
|
494
496
|
</svg>
|
|
495
|
-
</
|
|
497
|
+
</ui_icon>
|
|
496
498
|
common.action.view_more
|
|
497
499
|
</button>
|
|
498
|
-
</
|
|
499
|
-
</
|
|
500
|
+
</ui_view>
|
|
501
|
+
</ui_view>
|
|
500
502
|
</DocumentFragment>
|
|
501
503
|
`;
|
|
502
504
|
|
|
503
505
|
exports[`component:<BookingDetails> testID 1`] = `
|
|
504
506
|
<DocumentFragment>
|
|
505
|
-
<
|
|
507
|
+
<ui_view
|
|
506
508
|
class="view"
|
|
507
509
|
data-testid="mirai"
|
|
508
510
|
>
|
|
509
|
-
<
|
|
511
|
+
<ui_text
|
|
510
512
|
class="text bold headline-3"
|
|
511
513
|
>
|
|
512
514
|
user.label.booking_details
|
|
513
|
-
</
|
|
514
|
-
<
|
|
515
|
+
</ui_text>
|
|
516
|
+
<ui_view
|
|
515
517
|
class="view wide"
|
|
516
518
|
>
|
|
517
|
-
<
|
|
519
|
+
<ui_view
|
|
518
520
|
class="view row"
|
|
519
521
|
>
|
|
520
|
-
<
|
|
522
|
+
<ui_view
|
|
521
523
|
class="view"
|
|
522
524
|
style="background-image: url(undefined);"
|
|
523
525
|
/>
|
|
524
|
-
<
|
|
526
|
+
<ui_view
|
|
525
527
|
class="view"
|
|
526
528
|
>
|
|
527
|
-
<
|
|
529
|
+
<ui_view
|
|
528
530
|
class="view row"
|
|
529
531
|
>
|
|
530
|
-
<
|
|
532
|
+
<ui_text
|
|
531
533
|
class="text bold paragraph"
|
|
532
534
|
>
|
|
533
535
|
Standard Room
|
|
534
|
-
</
|
|
535
|
-
</
|
|
536
|
-
<
|
|
536
|
+
</ui_text>
|
|
537
|
+
</ui_view>
|
|
538
|
+
<ui_text
|
|
537
539
|
class="text action"
|
|
538
540
|
>
|
|
539
541
|
Flexible Rate
|
|
540
|
-
</
|
|
541
|
-
<
|
|
542
|
+
</ui_text>
|
|
543
|
+
<ui_text
|
|
542
544
|
class="text light small"
|
|
543
545
|
>
|
|
544
546
|
2 common.label.guest
|
|
545
|
-
<
|
|
547
|
+
<ui_text
|
|
546
548
|
style="text-decoration: underline;"
|
|
547
549
|
>
|
|
548
550
|
type
|
|
549
|
-
</
|
|
551
|
+
</ui_text>
|
|
550
552
|
plural, 1 common.label.guest_type
|
|
551
|
-
</
|
|
552
|
-
</
|
|
553
|
-
</
|
|
554
|
-
<
|
|
553
|
+
</ui_text>
|
|
554
|
+
</ui_view>
|
|
555
|
+
</ui_view>
|
|
556
|
+
<ui_view
|
|
555
557
|
class="view"
|
|
556
558
|
>
|
|
557
|
-
<
|
|
559
|
+
<ui_view
|
|
558
560
|
class="view row"
|
|
559
561
|
>
|
|
560
|
-
<
|
|
562
|
+
<ui_view
|
|
561
563
|
class="view"
|
|
562
564
|
>
|
|
563
|
-
<
|
|
565
|
+
<ui_view
|
|
564
566
|
class="view row"
|
|
565
567
|
>
|
|
566
|
-
<
|
|
568
|
+
<ui_text
|
|
567
569
|
class="text action"
|
|
568
570
|
>
|
|
569
571
|
lun, 24 jul 2023
|
|
570
|
-
</
|
|
571
|
-
</
|
|
572
|
-
<
|
|
572
|
+
</ui_text>
|
|
573
|
+
</ui_view>
|
|
574
|
+
<ui_view
|
|
573
575
|
class="view row"
|
|
574
576
|
>
|
|
575
|
-
<
|
|
577
|
+
<ui_view
|
|
576
578
|
class="view row wide"
|
|
577
579
|
/>
|
|
578
|
-
</
|
|
579
|
-
</
|
|
580
|
-
<
|
|
580
|
+
</ui_view>
|
|
581
|
+
</ui_view>
|
|
582
|
+
<ui_view
|
|
581
583
|
class="view"
|
|
582
584
|
>
|
|
583
|
-
<
|
|
585
|
+
<ui_text
|
|
584
586
|
class="text action"
|
|
585
587
|
>
|
|
586
588
|
All inclusive package
|
|
587
|
-
</
|
|
588
|
-
</
|
|
589
|
-
<
|
|
589
|
+
</ui_text>
|
|
590
|
+
</ui_view>
|
|
591
|
+
<ui_view
|
|
590
592
|
class="view"
|
|
591
593
|
>
|
|
592
|
-
<
|
|
594
|
+
<ui_text
|
|
593
595
|
class="text action"
|
|
594
596
|
/>
|
|
595
|
-
</
|
|
596
|
-
</
|
|
597
|
-
<
|
|
597
|
+
</ui_view>
|
|
598
|
+
</ui_view>
|
|
599
|
+
<ui_view
|
|
598
600
|
class="view row"
|
|
599
601
|
>
|
|
600
|
-
<
|
|
602
|
+
<ui_view
|
|
601
603
|
class="view"
|
|
602
604
|
>
|
|
603
|
-
<
|
|
605
|
+
<ui_view
|
|
604
606
|
class="view row"
|
|
605
607
|
>
|
|
606
|
-
<
|
|
608
|
+
<ui_text
|
|
607
609
|
class="text action"
|
|
608
610
|
>
|
|
609
611
|
mar, 25 jul 2023
|
|
610
|
-
</
|
|
611
|
-
</
|
|
612
|
-
<
|
|
612
|
+
</ui_text>
|
|
613
|
+
</ui_view>
|
|
614
|
+
<ui_view
|
|
613
615
|
class="view row"
|
|
614
616
|
>
|
|
615
|
-
<
|
|
617
|
+
<ui_view
|
|
616
618
|
class="view row wide"
|
|
617
619
|
/>
|
|
618
|
-
</
|
|
619
|
-
</
|
|
620
|
-
<
|
|
620
|
+
</ui_view>
|
|
621
|
+
</ui_view>
|
|
622
|
+
<ui_view
|
|
621
623
|
class="view"
|
|
622
624
|
>
|
|
623
|
-
<
|
|
625
|
+
<ui_text
|
|
624
626
|
class="text action"
|
|
625
627
|
>
|
|
626
628
|
All inclusive package
|
|
627
|
-
</
|
|
628
|
-
</
|
|
629
|
-
<
|
|
629
|
+
</ui_text>
|
|
630
|
+
</ui_view>
|
|
631
|
+
<ui_view
|
|
630
632
|
class="view"
|
|
631
633
|
>
|
|
632
|
-
<
|
|
634
|
+
<ui_text
|
|
633
635
|
class="text action"
|
|
634
636
|
/>
|
|
635
|
-
</
|
|
636
|
-
</
|
|
637
|
-
<
|
|
637
|
+
</ui_view>
|
|
638
|
+
</ui_view>
|
|
639
|
+
<ui_view
|
|
638
640
|
class="view row"
|
|
639
641
|
>
|
|
640
|
-
<
|
|
642
|
+
<ui_view
|
|
641
643
|
class="view"
|
|
642
644
|
>
|
|
643
|
-
<
|
|
645
|
+
<ui_view
|
|
644
646
|
class="view row"
|
|
645
647
|
>
|
|
646
|
-
<
|
|
648
|
+
<ui_text
|
|
647
649
|
class="text action"
|
|
648
650
|
>
|
|
649
651
|
mié, 26 jul 2023
|
|
650
|
-
</
|
|
651
|
-
</
|
|
652
|
-
<
|
|
652
|
+
</ui_text>
|
|
653
|
+
</ui_view>
|
|
654
|
+
<ui_view
|
|
653
655
|
class="view row"
|
|
654
656
|
>
|
|
655
|
-
<
|
|
657
|
+
<ui_view
|
|
656
658
|
class="view row wide"
|
|
657
659
|
/>
|
|
658
|
-
</
|
|
659
|
-
</
|
|
660
|
-
<
|
|
660
|
+
</ui_view>
|
|
661
|
+
</ui_view>
|
|
662
|
+
<ui_view
|
|
661
663
|
class="view"
|
|
662
664
|
>
|
|
663
|
-
<
|
|
665
|
+
<ui_text
|
|
664
666
|
class="text action"
|
|
665
667
|
>
|
|
666
668
|
All inclusive package
|
|
667
|
-
</
|
|
668
|
-
</
|
|
669
|
-
<
|
|
669
|
+
</ui_text>
|
|
670
|
+
</ui_view>
|
|
671
|
+
<ui_view
|
|
670
672
|
class="view"
|
|
671
673
|
>
|
|
672
|
-
<
|
|
674
|
+
<ui_text
|
|
673
675
|
class="text action"
|
|
674
676
|
/>
|
|
675
|
-
</
|
|
676
|
-
</
|
|
677
|
-
<
|
|
677
|
+
</ui_view>
|
|
678
|
+
</ui_view>
|
|
679
|
+
<ui_view
|
|
678
680
|
class="view row"
|
|
679
681
|
>
|
|
680
|
-
<
|
|
682
|
+
<ui_view
|
|
681
683
|
class="view"
|
|
682
684
|
>
|
|
683
|
-
<
|
|
685
|
+
<ui_view
|
|
684
686
|
class="view row"
|
|
685
687
|
>
|
|
686
|
-
<
|
|
688
|
+
<ui_text
|
|
687
689
|
class="text bold action"
|
|
688
690
|
>
|
|
689
691
|
common.label.total
|
|
690
|
-
</
|
|
691
|
-
</
|
|
692
|
-
<
|
|
692
|
+
</ui_text>
|
|
693
|
+
</ui_view>
|
|
694
|
+
<ui_view
|
|
693
695
|
class="view row"
|
|
694
696
|
>
|
|
695
|
-
<
|
|
697
|
+
<ui_view
|
|
696
698
|
class="view row wide"
|
|
697
699
|
/>
|
|
698
|
-
</
|
|
699
|
-
</
|
|
700
|
-
<
|
|
700
|
+
</ui_view>
|
|
701
|
+
</ui_view>
|
|
702
|
+
<ui_view
|
|
701
703
|
class="view"
|
|
702
704
|
>
|
|
703
|
-
<
|
|
705
|
+
<ui_text
|
|
704
706
|
class="text action"
|
|
705
707
|
>
|
|
706
708
|
|
|
707
|
-
</
|
|
708
|
-
</
|
|
709
|
-
<
|
|
709
|
+
</ui_text>
|
|
710
|
+
</ui_view>
|
|
711
|
+
<ui_view
|
|
710
712
|
class="view"
|
|
711
713
|
>
|
|
712
|
-
<
|
|
714
|
+
<ui_text
|
|
713
715
|
class="text bold action"
|
|
714
716
|
/>
|
|
715
|
-
</
|
|
716
|
-
</
|
|
717
|
-
</
|
|
718
|
-
</
|
|
719
|
-
<
|
|
717
|
+
</ui_view>
|
|
718
|
+
</ui_view>
|
|
719
|
+
</ui_view>
|
|
720
|
+
</ui_view>
|
|
721
|
+
<ui_view
|
|
720
722
|
class="view wide"
|
|
721
723
|
>
|
|
722
724
|
<button
|
|
723
725
|
class="pressable button transparent"
|
|
726
|
+
tabindex="0"
|
|
724
727
|
>
|
|
725
|
-
<
|
|
728
|
+
<ui_icon
|
|
726
729
|
class="icon headline-3"
|
|
727
730
|
>
|
|
728
731
|
<svg
|
|
@@ -743,1529 +746,1530 @@ exports[`component:<BookingDetails> testID 1`] = `
|
|
|
743
746
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
744
747
|
/>
|
|
745
748
|
</svg>
|
|
746
|
-
</
|
|
749
|
+
</ui_icon>
|
|
747
750
|
common.action.view_more
|
|
748
751
|
</button>
|
|
749
|
-
</
|
|
750
|
-
</
|
|
752
|
+
</ui_view>
|
|
753
|
+
</ui_view>
|
|
751
754
|
</DocumentFragment>
|
|
752
755
|
`;
|
|
753
756
|
|
|
754
757
|
exports[`component:<BookingDetails> with a store & expanded 1`] = `
|
|
755
758
|
<DocumentFragment>
|
|
756
|
-
<
|
|
759
|
+
<ui_view
|
|
757
760
|
class="view"
|
|
758
761
|
>
|
|
759
|
-
<
|
|
762
|
+
<ui_text
|
|
760
763
|
class="text bold headline-3"
|
|
761
764
|
>
|
|
762
765
|
user.label.booking_details
|
|
763
|
-
</
|
|
764
|
-
<
|
|
766
|
+
</ui_text>
|
|
767
|
+
<ui_view
|
|
765
768
|
class="view wide"
|
|
766
769
|
>
|
|
767
|
-
<
|
|
770
|
+
<ui_view
|
|
768
771
|
class="view row"
|
|
769
772
|
>
|
|
770
|
-
<
|
|
773
|
+
<ui_view
|
|
771
774
|
class="view"
|
|
772
775
|
style="background-image: url(undefined);"
|
|
773
776
|
/>
|
|
774
|
-
<
|
|
777
|
+
<ui_view
|
|
775
778
|
class="view"
|
|
776
779
|
>
|
|
777
|
-
<
|
|
780
|
+
<ui_view
|
|
778
781
|
class="view row"
|
|
779
782
|
>
|
|
780
|
-
<
|
|
783
|
+
<ui_text
|
|
781
784
|
class="text bold paragraph"
|
|
782
785
|
>
|
|
783
786
|
Standard Room
|
|
784
|
-
</
|
|
785
|
-
</
|
|
786
|
-
<
|
|
787
|
+
</ui_text>
|
|
788
|
+
</ui_view>
|
|
789
|
+
<ui_text
|
|
787
790
|
class="text action"
|
|
788
791
|
>
|
|
789
792
|
Flexible Rate
|
|
790
|
-
</
|
|
791
|
-
<
|
|
793
|
+
</ui_text>
|
|
794
|
+
<ui_text
|
|
792
795
|
class="text light small"
|
|
793
796
|
>
|
|
794
797
|
2 common.label.guest
|
|
795
|
-
<
|
|
798
|
+
<ui_text
|
|
796
799
|
style="text-decoration: underline;"
|
|
797
800
|
>
|
|
798
801
|
type
|
|
799
|
-
</
|
|
802
|
+
</ui_text>
|
|
800
803
|
plural, 1 common.label.guest_type
|
|
801
|
-
</
|
|
802
|
-
</
|
|
803
|
-
</
|
|
804
|
-
<
|
|
804
|
+
</ui_text>
|
|
805
|
+
</ui_view>
|
|
806
|
+
</ui_view>
|
|
807
|
+
<ui_view
|
|
805
808
|
class="view"
|
|
806
809
|
>
|
|
807
|
-
<
|
|
810
|
+
<ui_view
|
|
808
811
|
class="view row"
|
|
809
812
|
>
|
|
810
|
-
<
|
|
813
|
+
<ui_view
|
|
811
814
|
class="view"
|
|
812
815
|
>
|
|
813
|
-
<
|
|
816
|
+
<ui_view
|
|
814
817
|
class="view row"
|
|
815
818
|
>
|
|
816
|
-
<
|
|
819
|
+
<ui_text
|
|
817
820
|
class="text action"
|
|
818
821
|
>
|
|
819
822
|
lun, 24 jul 2023
|
|
820
|
-
</
|
|
821
|
-
</
|
|
822
|
-
<
|
|
823
|
+
</ui_text>
|
|
824
|
+
</ui_view>
|
|
825
|
+
<ui_view
|
|
823
826
|
class="view row"
|
|
824
827
|
>
|
|
825
|
-
<
|
|
828
|
+
<ui_view
|
|
826
829
|
class="view row wide"
|
|
827
830
|
/>
|
|
828
|
-
</
|
|
829
|
-
</
|
|
830
|
-
<
|
|
831
|
+
</ui_view>
|
|
832
|
+
</ui_view>
|
|
833
|
+
<ui_view
|
|
831
834
|
class="view"
|
|
832
835
|
>
|
|
833
|
-
<
|
|
836
|
+
<ui_text
|
|
834
837
|
class="text action"
|
|
835
838
|
>
|
|
836
839
|
All inclusive package
|
|
837
|
-
</
|
|
838
|
-
</
|
|
839
|
-
<
|
|
840
|
+
</ui_text>
|
|
841
|
+
</ui_view>
|
|
842
|
+
<ui_view
|
|
840
843
|
class="view"
|
|
841
844
|
>
|
|
842
|
-
<
|
|
845
|
+
<ui_text
|
|
843
846
|
class="text action"
|
|
844
847
|
/>
|
|
845
|
-
</
|
|
846
|
-
</
|
|
847
|
-
<
|
|
848
|
+
</ui_view>
|
|
849
|
+
</ui_view>
|
|
850
|
+
<ui_view
|
|
848
851
|
class="view row"
|
|
849
852
|
>
|
|
850
|
-
<
|
|
853
|
+
<ui_view
|
|
851
854
|
class="view"
|
|
852
855
|
>
|
|
853
|
-
<
|
|
856
|
+
<ui_view
|
|
854
857
|
class="view row"
|
|
855
858
|
>
|
|
856
|
-
<
|
|
859
|
+
<ui_text
|
|
857
860
|
class="text action"
|
|
858
861
|
>
|
|
859
862
|
mar, 25 jul 2023
|
|
860
|
-
</
|
|
861
|
-
</
|
|
862
|
-
<
|
|
863
|
+
</ui_text>
|
|
864
|
+
</ui_view>
|
|
865
|
+
<ui_view
|
|
863
866
|
class="view row"
|
|
864
867
|
>
|
|
865
|
-
<
|
|
868
|
+
<ui_view
|
|
866
869
|
class="view row wide"
|
|
867
870
|
/>
|
|
868
|
-
</
|
|
869
|
-
</
|
|
870
|
-
<
|
|
871
|
+
</ui_view>
|
|
872
|
+
</ui_view>
|
|
873
|
+
<ui_view
|
|
871
874
|
class="view"
|
|
872
875
|
>
|
|
873
|
-
<
|
|
876
|
+
<ui_text
|
|
874
877
|
class="text action"
|
|
875
878
|
>
|
|
876
879
|
All inclusive package
|
|
877
|
-
</
|
|
878
|
-
</
|
|
879
|
-
<
|
|
880
|
+
</ui_text>
|
|
881
|
+
</ui_view>
|
|
882
|
+
<ui_view
|
|
880
883
|
class="view"
|
|
881
884
|
>
|
|
882
|
-
<
|
|
885
|
+
<ui_text
|
|
883
886
|
class="text action"
|
|
884
887
|
/>
|
|
885
|
-
</
|
|
886
|
-
</
|
|
887
|
-
<
|
|
888
|
+
</ui_view>
|
|
889
|
+
</ui_view>
|
|
890
|
+
<ui_view
|
|
888
891
|
class="view row"
|
|
889
892
|
>
|
|
890
|
-
<
|
|
893
|
+
<ui_view
|
|
891
894
|
class="view"
|
|
892
895
|
>
|
|
893
|
-
<
|
|
896
|
+
<ui_view
|
|
894
897
|
class="view row"
|
|
895
898
|
>
|
|
896
|
-
<
|
|
899
|
+
<ui_text
|
|
897
900
|
class="text action"
|
|
898
901
|
>
|
|
899
902
|
mié, 26 jul 2023
|
|
900
|
-
</
|
|
901
|
-
</
|
|
902
|
-
<
|
|
903
|
+
</ui_text>
|
|
904
|
+
</ui_view>
|
|
905
|
+
<ui_view
|
|
903
906
|
class="view row"
|
|
904
907
|
>
|
|
905
|
-
<
|
|
908
|
+
<ui_view
|
|
906
909
|
class="view row wide"
|
|
907
910
|
/>
|
|
908
|
-
</
|
|
909
|
-
</
|
|
910
|
-
<
|
|
911
|
+
</ui_view>
|
|
912
|
+
</ui_view>
|
|
913
|
+
<ui_view
|
|
911
914
|
class="view"
|
|
912
915
|
>
|
|
913
|
-
<
|
|
916
|
+
<ui_text
|
|
914
917
|
class="text action"
|
|
915
918
|
>
|
|
916
919
|
All inclusive package
|
|
917
|
-
</
|
|
918
|
-
</
|
|
919
|
-
<
|
|
920
|
+
</ui_text>
|
|
921
|
+
</ui_view>
|
|
922
|
+
<ui_view
|
|
920
923
|
class="view"
|
|
921
924
|
>
|
|
922
|
-
<
|
|
925
|
+
<ui_text
|
|
923
926
|
class="text action"
|
|
924
927
|
/>
|
|
925
|
-
</
|
|
926
|
-
</
|
|
927
|
-
<
|
|
928
|
+
</ui_view>
|
|
929
|
+
</ui_view>
|
|
930
|
+
<ui_view
|
|
928
931
|
class="view row"
|
|
929
932
|
>
|
|
930
|
-
<
|
|
933
|
+
<ui_view
|
|
931
934
|
class="view"
|
|
932
935
|
>
|
|
933
|
-
<
|
|
936
|
+
<ui_view
|
|
934
937
|
class="view row"
|
|
935
938
|
>
|
|
936
|
-
<
|
|
939
|
+
<ui_text
|
|
937
940
|
class="text action"
|
|
938
941
|
>
|
|
939
942
|
jue, 27 jul 2023
|
|
940
|
-
</
|
|
941
|
-
</
|
|
942
|
-
<
|
|
943
|
+
</ui_text>
|
|
944
|
+
</ui_view>
|
|
945
|
+
<ui_view
|
|
943
946
|
class="view row"
|
|
944
947
|
>
|
|
945
|
-
<
|
|
948
|
+
<ui_view
|
|
946
949
|
class="view row wide"
|
|
947
950
|
/>
|
|
948
|
-
</
|
|
949
|
-
</
|
|
950
|
-
<
|
|
951
|
+
</ui_view>
|
|
952
|
+
</ui_view>
|
|
953
|
+
<ui_view
|
|
951
954
|
class="view"
|
|
952
955
|
>
|
|
953
|
-
<
|
|
956
|
+
<ui_text
|
|
954
957
|
class="text action"
|
|
955
958
|
>
|
|
956
959
|
All inclusive package
|
|
957
|
-
</
|
|
958
|
-
</
|
|
959
|
-
<
|
|
960
|
+
</ui_text>
|
|
961
|
+
</ui_view>
|
|
962
|
+
<ui_view
|
|
960
963
|
class="view"
|
|
961
964
|
>
|
|
962
|
-
<
|
|
965
|
+
<ui_text
|
|
963
966
|
class="text action"
|
|
964
967
|
/>
|
|
965
|
-
</
|
|
966
|
-
</
|
|
967
|
-
<
|
|
968
|
+
</ui_view>
|
|
969
|
+
</ui_view>
|
|
970
|
+
<ui_view
|
|
968
971
|
class="view row"
|
|
969
972
|
>
|
|
970
|
-
<
|
|
973
|
+
<ui_view
|
|
971
974
|
class="view"
|
|
972
975
|
>
|
|
973
|
-
<
|
|
976
|
+
<ui_view
|
|
974
977
|
class="view row"
|
|
975
978
|
>
|
|
976
|
-
<
|
|
979
|
+
<ui_text
|
|
977
980
|
class="text action"
|
|
978
981
|
>
|
|
979
982
|
vie, 28 jul 2023
|
|
980
|
-
</
|
|
981
|
-
</
|
|
982
|
-
<
|
|
983
|
+
</ui_text>
|
|
984
|
+
</ui_view>
|
|
985
|
+
<ui_view
|
|
983
986
|
class="view row"
|
|
984
987
|
>
|
|
985
|
-
<
|
|
988
|
+
<ui_view
|
|
986
989
|
class="view row wide"
|
|
987
990
|
/>
|
|
988
|
-
</
|
|
989
|
-
</
|
|
990
|
-
<
|
|
991
|
+
</ui_view>
|
|
992
|
+
</ui_view>
|
|
993
|
+
<ui_view
|
|
991
994
|
class="view"
|
|
992
995
|
>
|
|
993
|
-
<
|
|
996
|
+
<ui_text
|
|
994
997
|
class="text action"
|
|
995
998
|
>
|
|
996
999
|
All inclusive package
|
|
997
|
-
</
|
|
998
|
-
</
|
|
999
|
-
<
|
|
1000
|
+
</ui_text>
|
|
1001
|
+
</ui_view>
|
|
1002
|
+
<ui_view
|
|
1000
1003
|
class="view"
|
|
1001
1004
|
>
|
|
1002
|
-
<
|
|
1005
|
+
<ui_text
|
|
1003
1006
|
class="text action"
|
|
1004
1007
|
/>
|
|
1005
|
-
</
|
|
1006
|
-
</
|
|
1007
|
-
<
|
|
1008
|
+
</ui_view>
|
|
1009
|
+
</ui_view>
|
|
1010
|
+
<ui_view
|
|
1008
1011
|
class="view row"
|
|
1009
1012
|
>
|
|
1010
|
-
<
|
|
1013
|
+
<ui_view
|
|
1011
1014
|
class="view"
|
|
1012
1015
|
>
|
|
1013
|
-
<
|
|
1016
|
+
<ui_view
|
|
1014
1017
|
class="view row"
|
|
1015
1018
|
>
|
|
1016
|
-
<
|
|
1019
|
+
<ui_text
|
|
1017
1020
|
class="text action"
|
|
1018
1021
|
>
|
|
1019
1022
|
sáb, 29 jul 2023
|
|
1020
|
-
</
|
|
1021
|
-
</
|
|
1022
|
-
<
|
|
1023
|
+
</ui_text>
|
|
1024
|
+
</ui_view>
|
|
1025
|
+
<ui_view
|
|
1023
1026
|
class="view row"
|
|
1024
1027
|
>
|
|
1025
|
-
<
|
|
1028
|
+
<ui_view
|
|
1026
1029
|
class="view row wide"
|
|
1027
1030
|
/>
|
|
1028
|
-
</
|
|
1029
|
-
</
|
|
1030
|
-
<
|
|
1031
|
+
</ui_view>
|
|
1032
|
+
</ui_view>
|
|
1033
|
+
<ui_view
|
|
1031
1034
|
class="view"
|
|
1032
1035
|
>
|
|
1033
|
-
<
|
|
1036
|
+
<ui_text
|
|
1034
1037
|
class="text action"
|
|
1035
1038
|
>
|
|
1036
1039
|
All inclusive package
|
|
1037
|
-
</
|
|
1038
|
-
</
|
|
1039
|
-
<
|
|
1040
|
+
</ui_text>
|
|
1041
|
+
</ui_view>
|
|
1042
|
+
<ui_view
|
|
1040
1043
|
class="view"
|
|
1041
1044
|
>
|
|
1042
|
-
<
|
|
1045
|
+
<ui_text
|
|
1043
1046
|
class="text action"
|
|
1044
1047
|
/>
|
|
1045
|
-
</
|
|
1046
|
-
</
|
|
1047
|
-
<
|
|
1048
|
+
</ui_view>
|
|
1049
|
+
</ui_view>
|
|
1050
|
+
<ui_view
|
|
1048
1051
|
class="view row"
|
|
1049
1052
|
>
|
|
1050
|
-
<
|
|
1053
|
+
<ui_view
|
|
1051
1054
|
class="view"
|
|
1052
1055
|
>
|
|
1053
|
-
<
|
|
1056
|
+
<ui_view
|
|
1054
1057
|
class="view row"
|
|
1055
1058
|
>
|
|
1056
|
-
<
|
|
1059
|
+
<ui_text
|
|
1057
1060
|
class="text action"
|
|
1058
1061
|
>
|
|
1059
1062
|
sáb, 29 jul 2023
|
|
1060
|
-
</
|
|
1061
|
-
</
|
|
1062
|
-
<
|
|
1063
|
+
</ui_text>
|
|
1064
|
+
</ui_view>
|
|
1065
|
+
<ui_view
|
|
1063
1066
|
class="view row"
|
|
1064
1067
|
>
|
|
1065
|
-
<
|
|
1068
|
+
<ui_view
|
|
1066
1069
|
class="view row wide"
|
|
1067
1070
|
/>
|
|
1068
|
-
</
|
|
1069
|
-
</
|
|
1070
|
-
<
|
|
1071
|
+
</ui_view>
|
|
1072
|
+
</ui_view>
|
|
1073
|
+
<ui_view
|
|
1071
1074
|
class="view"
|
|
1072
1075
|
>
|
|
1073
|
-
<
|
|
1076
|
+
<ui_text
|
|
1074
1077
|
class="text action"
|
|
1075
1078
|
>
|
|
1076
1079
|
All inclusive package
|
|
1077
|
-
</
|
|
1078
|
-
</
|
|
1079
|
-
<
|
|
1080
|
+
</ui_text>
|
|
1081
|
+
</ui_view>
|
|
1082
|
+
<ui_view
|
|
1080
1083
|
class="view"
|
|
1081
1084
|
>
|
|
1082
|
-
<
|
|
1085
|
+
<ui_text
|
|
1083
1086
|
class="text action"
|
|
1084
1087
|
/>
|
|
1085
|
-
</
|
|
1086
|
-
</
|
|
1087
|
-
<
|
|
1088
|
+
</ui_view>
|
|
1089
|
+
</ui_view>
|
|
1090
|
+
<ui_view
|
|
1088
1091
|
class="view row"
|
|
1089
1092
|
>
|
|
1090
|
-
<
|
|
1093
|
+
<ui_view
|
|
1091
1094
|
class="view"
|
|
1092
1095
|
>
|
|
1093
|
-
<
|
|
1096
|
+
<ui_view
|
|
1094
1097
|
class="view row"
|
|
1095
1098
|
>
|
|
1096
|
-
<
|
|
1099
|
+
<ui_text
|
|
1097
1100
|
class="text bold action"
|
|
1098
1101
|
>
|
|
1099
1102
|
common.label.total
|
|
1100
|
-
</
|
|
1101
|
-
</
|
|
1102
|
-
<
|
|
1103
|
+
</ui_text>
|
|
1104
|
+
</ui_view>
|
|
1105
|
+
<ui_view
|
|
1103
1106
|
class="view row"
|
|
1104
1107
|
>
|
|
1105
|
-
<
|
|
1108
|
+
<ui_view
|
|
1106
1109
|
class="view row wide"
|
|
1107
1110
|
/>
|
|
1108
|
-
</
|
|
1109
|
-
</
|
|
1110
|
-
<
|
|
1111
|
+
</ui_view>
|
|
1112
|
+
</ui_view>
|
|
1113
|
+
<ui_view
|
|
1111
1114
|
class="view"
|
|
1112
1115
|
>
|
|
1113
|
-
<
|
|
1116
|
+
<ui_text
|
|
1114
1117
|
class="text action"
|
|
1115
1118
|
>
|
|
1116
1119
|
|
|
1117
|
-
</
|
|
1118
|
-
</
|
|
1119
|
-
<
|
|
1120
|
+
</ui_text>
|
|
1121
|
+
</ui_view>
|
|
1122
|
+
<ui_view
|
|
1120
1123
|
class="view"
|
|
1121
1124
|
>
|
|
1122
|
-
<
|
|
1125
|
+
<ui_text
|
|
1123
1126
|
class="text bold action"
|
|
1124
1127
|
/>
|
|
1125
|
-
</
|
|
1126
|
-
</
|
|
1127
|
-
</
|
|
1128
|
-
<
|
|
1128
|
+
</ui_view>
|
|
1129
|
+
</ui_view>
|
|
1130
|
+
</ui_view>
|
|
1131
|
+
<ui_view
|
|
1129
1132
|
class="view"
|
|
1130
1133
|
>
|
|
1131
|
-
<
|
|
1134
|
+
<ui_text
|
|
1132
1135
|
class="text bold headline-3"
|
|
1133
1136
|
>
|
|
1134
1137
|
common.label.extras
|
|
1135
|
-
</
|
|
1136
|
-
<
|
|
1138
|
+
</ui_text>
|
|
1139
|
+
<ui_view
|
|
1137
1140
|
class="view row"
|
|
1138
1141
|
>
|
|
1139
|
-
<
|
|
1142
|
+
<ui_view
|
|
1140
1143
|
class="view"
|
|
1141
1144
|
>
|
|
1142
|
-
<
|
|
1145
|
+
<ui_view
|
|
1143
1146
|
class="view row"
|
|
1144
1147
|
>
|
|
1145
|
-
<
|
|
1148
|
+
<ui_text
|
|
1146
1149
|
class="text action"
|
|
1147
1150
|
>
|
|
1148
1151
|
All inclusive package
|
|
1149
|
-
</
|
|
1150
|
-
</
|
|
1151
|
-
<
|
|
1152
|
+
</ui_text>
|
|
1153
|
+
</ui_view>
|
|
1154
|
+
<ui_view
|
|
1152
1155
|
class="view row"
|
|
1153
1156
|
>
|
|
1154
|
-
<
|
|
1157
|
+
<ui_view
|
|
1155
1158
|
class="view row wide"
|
|
1156
1159
|
>
|
|
1157
|
-
<
|
|
1160
|
+
<ui_tooltip
|
|
1158
1161
|
class="container"
|
|
1159
1162
|
>
|
|
1160
|
-
<
|
|
1163
|
+
<ui_view
|
|
1161
1164
|
class="view"
|
|
1162
1165
|
>
|
|
1163
|
-
<
|
|
1166
|
+
<ui_text
|
|
1164
1167
|
class="text small dispatcher"
|
|
1165
1168
|
>
|
|
1166
1169
|
common.action.more_info
|
|
1167
|
-
</
|
|
1168
|
-
</
|
|
1169
|
-
</
|
|
1170
|
-
</
|
|
1171
|
-
</
|
|
1172
|
-
</
|
|
1173
|
-
<
|
|
1170
|
+
</ui_text>
|
|
1171
|
+
</ui_view>
|
|
1172
|
+
</ui_tooltip>
|
|
1173
|
+
</ui_view>
|
|
1174
|
+
</ui_view>
|
|
1175
|
+
</ui_view>
|
|
1176
|
+
<ui_view
|
|
1174
1177
|
class="view"
|
|
1175
1178
|
>
|
|
1176
|
-
<
|
|
1179
|
+
<ui_text
|
|
1177
1180
|
class="text action"
|
|
1178
1181
|
>
|
|
1179
1182
|
For 2 rooms
|
|
1180
|
-
</
|
|
1181
|
-
</
|
|
1182
|
-
<
|
|
1183
|
+
</ui_text>
|
|
1184
|
+
</ui_view>
|
|
1185
|
+
<ui_view
|
|
1183
1186
|
class="view"
|
|
1184
1187
|
>
|
|
1185
|
-
<
|
|
1188
|
+
<ui_text
|
|
1186
1189
|
class="text action"
|
|
1187
1190
|
>
|
|
1188
1191
|
common.label.free
|
|
1189
|
-
</
|
|
1190
|
-
</
|
|
1191
|
-
</
|
|
1192
|
-
<
|
|
1192
|
+
</ui_text>
|
|
1193
|
+
</ui_view>
|
|
1194
|
+
</ui_view>
|
|
1195
|
+
<ui_view
|
|
1193
1196
|
class="view row"
|
|
1194
1197
|
>
|
|
1195
|
-
<
|
|
1198
|
+
<ui_view
|
|
1196
1199
|
class="view"
|
|
1197
1200
|
>
|
|
1198
|
-
<
|
|
1201
|
+
<ui_view
|
|
1199
1202
|
class="view row"
|
|
1200
1203
|
>
|
|
1201
|
-
<
|
|
1204
|
+
<ui_text
|
|
1202
1205
|
class="text action"
|
|
1203
1206
|
>
|
|
1204
1207
|
All inclusive Gold package
|
|
1205
|
-
</
|
|
1206
|
-
</
|
|
1207
|
-
<
|
|
1208
|
+
</ui_text>
|
|
1209
|
+
</ui_view>
|
|
1210
|
+
<ui_view
|
|
1208
1211
|
class="view row"
|
|
1209
1212
|
>
|
|
1210
|
-
<
|
|
1213
|
+
<ui_view
|
|
1211
1214
|
class="view row wide"
|
|
1212
1215
|
>
|
|
1213
|
-
<
|
|
1216
|
+
<ui_tooltip
|
|
1214
1217
|
class="container"
|
|
1215
1218
|
>
|
|
1216
|
-
<
|
|
1219
|
+
<ui_view
|
|
1217
1220
|
class="view"
|
|
1218
1221
|
>
|
|
1219
|
-
<
|
|
1222
|
+
<ui_text
|
|
1220
1223
|
class="text small dispatcher"
|
|
1221
1224
|
>
|
|
1222
1225
|
common.action.more_info
|
|
1223
|
-
</
|
|
1224
|
-
</
|
|
1225
|
-
</
|
|
1226
|
-
</
|
|
1227
|
-
</
|
|
1228
|
-
</
|
|
1229
|
-
<
|
|
1226
|
+
</ui_text>
|
|
1227
|
+
</ui_view>
|
|
1228
|
+
</ui_tooltip>
|
|
1229
|
+
</ui_view>
|
|
1230
|
+
</ui_view>
|
|
1231
|
+
</ui_view>
|
|
1232
|
+
<ui_view
|
|
1230
1233
|
class="view"
|
|
1231
1234
|
>
|
|
1232
|
-
<
|
|
1235
|
+
<ui_text
|
|
1233
1236
|
class="text action"
|
|
1234
1237
|
>
|
|
1235
1238
|
For 1 room
|
|
1236
|
-
</
|
|
1237
|
-
</
|
|
1238
|
-
<
|
|
1239
|
+
</ui_text>
|
|
1240
|
+
</ui_view>
|
|
1241
|
+
<ui_view
|
|
1239
1242
|
class="view"
|
|
1240
1243
|
>
|
|
1241
|
-
<
|
|
1244
|
+
<ui_text
|
|
1242
1245
|
class="text action"
|
|
1243
1246
|
>
|
|
1244
1247
|
common.label.free
|
|
1245
|
-
</
|
|
1246
|
-
</
|
|
1247
|
-
</
|
|
1248
|
-
<
|
|
1248
|
+
</ui_text>
|
|
1249
|
+
</ui_view>
|
|
1250
|
+
</ui_view>
|
|
1251
|
+
<ui_view
|
|
1249
1252
|
class="view row"
|
|
1250
1253
|
>
|
|
1251
|
-
<
|
|
1254
|
+
<ui_view
|
|
1252
1255
|
class="view"
|
|
1253
1256
|
>
|
|
1254
|
-
<
|
|
1257
|
+
<ui_view
|
|
1255
1258
|
class="view row"
|
|
1256
1259
|
>
|
|
1257
|
-
<
|
|
1260
|
+
<ui_text
|
|
1258
1261
|
class="text action"
|
|
1259
1262
|
>
|
|
1260
1263
|
Access to Hydropark
|
|
1261
|
-
</
|
|
1262
|
-
</
|
|
1263
|
-
<
|
|
1264
|
+
</ui_text>
|
|
1265
|
+
</ui_view>
|
|
1266
|
+
<ui_view
|
|
1264
1267
|
class="view row"
|
|
1265
1268
|
>
|
|
1266
|
-
<
|
|
1269
|
+
<ui_view
|
|
1267
1270
|
class="view row wide"
|
|
1268
1271
|
>
|
|
1269
|
-
<
|
|
1272
|
+
<ui_tooltip
|
|
1270
1273
|
class="container"
|
|
1271
1274
|
>
|
|
1272
|
-
<
|
|
1275
|
+
<ui_view
|
|
1273
1276
|
class="view"
|
|
1274
1277
|
>
|
|
1275
|
-
<
|
|
1278
|
+
<ui_text
|
|
1276
1279
|
class="text small dispatcher"
|
|
1277
1280
|
>
|
|
1278
1281
|
common.action.more_info
|
|
1279
|
-
</
|
|
1280
|
-
</
|
|
1281
|
-
</
|
|
1282
|
-
</
|
|
1283
|
-
</
|
|
1284
|
-
</
|
|
1285
|
-
<
|
|
1282
|
+
</ui_text>
|
|
1283
|
+
</ui_view>
|
|
1284
|
+
</ui_tooltip>
|
|
1285
|
+
</ui_view>
|
|
1286
|
+
</ui_view>
|
|
1287
|
+
</ui_view>
|
|
1288
|
+
<ui_view
|
|
1286
1289
|
class="view"
|
|
1287
1290
|
>
|
|
1288
|
-
<
|
|
1291
|
+
<ui_text
|
|
1289
1292
|
class="text action"
|
|
1290
1293
|
>
|
|
1291
1294
|
For 1 room
|
|
1292
|
-
</
|
|
1293
|
-
</
|
|
1294
|
-
<
|
|
1295
|
+
</ui_text>
|
|
1296
|
+
</ui_view>
|
|
1297
|
+
<ui_view
|
|
1295
1298
|
class="view"
|
|
1296
1299
|
>
|
|
1297
|
-
<
|
|
1300
|
+
<ui_text
|
|
1298
1301
|
class="text action"
|
|
1299
1302
|
>
|
|
1300
1303
|
common.label.free
|
|
1301
|
-
</
|
|
1302
|
-
</
|
|
1303
|
-
</
|
|
1304
|
-
<
|
|
1304
|
+
</ui_text>
|
|
1305
|
+
</ui_view>
|
|
1306
|
+
</ui_view>
|
|
1307
|
+
<ui_view
|
|
1305
1308
|
class="view row"
|
|
1306
1309
|
>
|
|
1307
|
-
<
|
|
1310
|
+
<ui_view
|
|
1308
1311
|
class="view"
|
|
1309
1312
|
>
|
|
1310
|
-
<
|
|
1313
|
+
<ui_view
|
|
1311
1314
|
class="view row"
|
|
1312
1315
|
>
|
|
1313
|
-
<
|
|
1316
|
+
<ui_text
|
|
1314
1317
|
class="text action"
|
|
1315
1318
|
>
|
|
1316
1319
|
All inclusive Gold package
|
|
1317
|
-
</
|
|
1318
|
-
</
|
|
1319
|
-
<
|
|
1320
|
+
</ui_text>
|
|
1321
|
+
</ui_view>
|
|
1322
|
+
<ui_view
|
|
1320
1323
|
class="view row"
|
|
1321
1324
|
>
|
|
1322
|
-
<
|
|
1325
|
+
<ui_view
|
|
1323
1326
|
class="view row wide"
|
|
1324
1327
|
>
|
|
1325
|
-
<
|
|
1328
|
+
<ui_text
|
|
1326
1329
|
class="text small"
|
|
1327
1330
|
>
|
|
1328
1331
|
1 adult and 1 child
|
|
1329
|
-
</
|
|
1330
|
-
<
|
|
1332
|
+
</ui_text>
|
|
1333
|
+
<ui_text
|
|
1331
1334
|
class="text small"
|
|
1332
1335
|
>
|
|
1333
1336
|
-
|
|
1334
|
-
</
|
|
1335
|
-
<
|
|
1337
|
+
</ui_text>
|
|
1338
|
+
<ui_tooltip
|
|
1336
1339
|
class="container"
|
|
1337
1340
|
>
|
|
1338
|
-
<
|
|
1341
|
+
<ui_view
|
|
1339
1342
|
class="view"
|
|
1340
1343
|
>
|
|
1341
|
-
<
|
|
1344
|
+
<ui_text
|
|
1342
1345
|
class="text small dispatcher"
|
|
1343
1346
|
>
|
|
1344
1347
|
common.action.more_info
|
|
1345
|
-
</
|
|
1346
|
-
</
|
|
1347
|
-
</
|
|
1348
|
-
</
|
|
1349
|
-
</
|
|
1350
|
-
</
|
|
1351
|
-
<
|
|
1348
|
+
</ui_text>
|
|
1349
|
+
</ui_view>
|
|
1350
|
+
</ui_tooltip>
|
|
1351
|
+
</ui_view>
|
|
1352
|
+
</ui_view>
|
|
1353
|
+
</ui_view>
|
|
1354
|
+
<ui_view
|
|
1352
1355
|
class="view"
|
|
1353
1356
|
>
|
|
1354
|
-
<
|
|
1357
|
+
<ui_text
|
|
1355
1358
|
class="text action"
|
|
1356
1359
|
>
|
|
1357
1360
|
For 1 room. For 10 nights
|
|
1358
|
-
</
|
|
1359
|
-
</
|
|
1360
|
-
<
|
|
1361
|
+
</ui_text>
|
|
1362
|
+
</ui_view>
|
|
1363
|
+
<ui_view
|
|
1361
1364
|
class="view"
|
|
1362
1365
|
>
|
|
1363
|
-
<
|
|
1366
|
+
<ui_text
|
|
1364
1367
|
class="text action"
|
|
1365
1368
|
/>
|
|
1366
|
-
</
|
|
1367
|
-
</
|
|
1368
|
-
<
|
|
1369
|
+
</ui_view>
|
|
1370
|
+
</ui_view>
|
|
1371
|
+
<ui_view
|
|
1369
1372
|
class="view row"
|
|
1370
1373
|
>
|
|
1371
|
-
<
|
|
1374
|
+
<ui_view
|
|
1372
1375
|
class="view"
|
|
1373
1376
|
>
|
|
1374
|
-
<
|
|
1377
|
+
<ui_view
|
|
1375
1378
|
class="view row"
|
|
1376
1379
|
>
|
|
1377
|
-
<
|
|
1380
|
+
<ui_text
|
|
1378
1381
|
class="text action"
|
|
1379
1382
|
>
|
|
1380
1383
|
Access to Hydropark
|
|
1381
|
-
</
|
|
1382
|
-
</
|
|
1383
|
-
<
|
|
1384
|
+
</ui_text>
|
|
1385
|
+
</ui_view>
|
|
1386
|
+
<ui_view
|
|
1384
1387
|
class="view row"
|
|
1385
1388
|
>
|
|
1386
|
-
<
|
|
1389
|
+
<ui_view
|
|
1387
1390
|
class="view row wide"
|
|
1388
1391
|
>
|
|
1389
|
-
<
|
|
1392
|
+
<ui_text
|
|
1390
1393
|
class="text small"
|
|
1391
1394
|
>
|
|
1392
1395
|
1 adult and 1 child
|
|
1393
|
-
</
|
|
1394
|
-
<
|
|
1396
|
+
</ui_text>
|
|
1397
|
+
<ui_text
|
|
1395
1398
|
class="text small"
|
|
1396
1399
|
>
|
|
1397
1400
|
-
|
|
1398
|
-
</
|
|
1399
|
-
<
|
|
1401
|
+
</ui_text>
|
|
1402
|
+
<ui_tooltip
|
|
1400
1403
|
class="container"
|
|
1401
1404
|
>
|
|
1402
|
-
<
|
|
1405
|
+
<ui_view
|
|
1403
1406
|
class="view"
|
|
1404
1407
|
>
|
|
1405
|
-
<
|
|
1408
|
+
<ui_text
|
|
1406
1409
|
class="text small dispatcher"
|
|
1407
1410
|
>
|
|
1408
1411
|
common.action.more_info
|
|
1409
|
-
</
|
|
1410
|
-
</
|
|
1411
|
-
</
|
|
1412
|
-
</
|
|
1413
|
-
</
|
|
1414
|
-
</
|
|
1415
|
-
<
|
|
1412
|
+
</ui_text>
|
|
1413
|
+
</ui_view>
|
|
1414
|
+
</ui_tooltip>
|
|
1415
|
+
</ui_view>
|
|
1416
|
+
</ui_view>
|
|
1417
|
+
</ui_view>
|
|
1418
|
+
<ui_view
|
|
1416
1419
|
class="view"
|
|
1417
1420
|
>
|
|
1418
|
-
<
|
|
1421
|
+
<ui_text
|
|
1419
1422
|
class="text action"
|
|
1420
1423
|
>
|
|
1421
1424
|
For 1 room. For 10 nights
|
|
1422
|
-
</
|
|
1423
|
-
</
|
|
1424
|
-
<
|
|
1425
|
+
</ui_text>
|
|
1426
|
+
</ui_view>
|
|
1427
|
+
<ui_view
|
|
1425
1428
|
class="view"
|
|
1426
1429
|
>
|
|
1427
|
-
<
|
|
1430
|
+
<ui_text
|
|
1428
1431
|
class="text action"
|
|
1429
1432
|
/>
|
|
1430
|
-
</
|
|
1431
|
-
</
|
|
1432
|
-
</
|
|
1433
|
-
</
|
|
1434
|
-
<
|
|
1433
|
+
</ui_view>
|
|
1434
|
+
</ui_view>
|
|
1435
|
+
</ui_view>
|
|
1436
|
+
</ui_view>
|
|
1437
|
+
<ui_view
|
|
1435
1438
|
class="view wide"
|
|
1436
1439
|
>
|
|
1437
|
-
<
|
|
1440
|
+
<ui_view
|
|
1438
1441
|
class="view row"
|
|
1439
1442
|
>
|
|
1440
|
-
<
|
|
1443
|
+
<ui_view
|
|
1441
1444
|
class="view"
|
|
1442
1445
|
style="background-image: url(undefined);"
|
|
1443
1446
|
/>
|
|
1444
|
-
<
|
|
1447
|
+
<ui_view
|
|
1445
1448
|
class="view"
|
|
1446
1449
|
>
|
|
1447
|
-
<
|
|
1450
|
+
<ui_view
|
|
1448
1451
|
class="view row"
|
|
1449
1452
|
>
|
|
1450
|
-
<
|
|
1453
|
+
<ui_text
|
|
1451
1454
|
class="text bold paragraph"
|
|
1452
1455
|
>
|
|
1453
1456
|
Premium Room
|
|
1454
|
-
</
|
|
1455
|
-
</
|
|
1456
|
-
<
|
|
1457
|
+
</ui_text>
|
|
1458
|
+
</ui_view>
|
|
1459
|
+
<ui_text
|
|
1457
1460
|
class="text action"
|
|
1458
1461
|
>
|
|
1459
1462
|
Flexible Rate
|
|
1460
|
-
</
|
|
1461
|
-
<
|
|
1463
|
+
</ui_text>
|
|
1464
|
+
<ui_text
|
|
1462
1465
|
class="text light small"
|
|
1463
1466
|
/>
|
|
1464
|
-
</
|
|
1465
|
-
</
|
|
1466
|
-
<
|
|
1467
|
+
</ui_view>
|
|
1468
|
+
</ui_view>
|
|
1469
|
+
<ui_view
|
|
1467
1470
|
class="view"
|
|
1468
1471
|
>
|
|
1469
|
-
<
|
|
1472
|
+
<ui_view
|
|
1470
1473
|
class="view row"
|
|
1471
1474
|
>
|
|
1472
|
-
<
|
|
1475
|
+
<ui_view
|
|
1473
1476
|
class="view"
|
|
1474
1477
|
>
|
|
1475
|
-
<
|
|
1478
|
+
<ui_view
|
|
1476
1479
|
class="view row"
|
|
1477
1480
|
>
|
|
1478
|
-
<
|
|
1481
|
+
<ui_text
|
|
1479
1482
|
class="text action"
|
|
1480
1483
|
>
|
|
1481
1484
|
lun, 24 jul 2023
|
|
1482
|
-
</
|
|
1483
|
-
</
|
|
1484
|
-
<
|
|
1485
|
+
</ui_text>
|
|
1486
|
+
</ui_view>
|
|
1487
|
+
<ui_view
|
|
1485
1488
|
class="view row"
|
|
1486
1489
|
>
|
|
1487
|
-
<
|
|
1490
|
+
<ui_view
|
|
1488
1491
|
class="view row wide"
|
|
1489
1492
|
>
|
|
1490
|
-
<
|
|
1493
|
+
<ui_tooltip
|
|
1491
1494
|
class="container"
|
|
1492
1495
|
>
|
|
1493
|
-
<
|
|
1496
|
+
<ui_view
|
|
1494
1497
|
class="view"
|
|
1495
1498
|
>
|
|
1496
|
-
<
|
|
1499
|
+
<ui_text
|
|
1497
1500
|
class="text small dispatcher"
|
|
1498
1501
|
>
|
|
1499
1502
|
common.action.more_info
|
|
1500
|
-
</
|
|
1501
|
-
</
|
|
1502
|
-
</
|
|
1503
|
-
</
|
|
1504
|
-
</
|
|
1505
|
-
</
|
|
1506
|
-
<
|
|
1503
|
+
</ui_text>
|
|
1504
|
+
</ui_view>
|
|
1505
|
+
</ui_tooltip>
|
|
1506
|
+
</ui_view>
|
|
1507
|
+
</ui_view>
|
|
1508
|
+
</ui_view>
|
|
1509
|
+
<ui_view
|
|
1507
1510
|
class="view"
|
|
1508
1511
|
>
|
|
1509
|
-
<
|
|
1512
|
+
<ui_text
|
|
1510
1513
|
class="text action"
|
|
1511
1514
|
>
|
|
1512
1515
|
All inclusive package
|
|
1513
|
-
</
|
|
1514
|
-
</
|
|
1515
|
-
<
|
|
1516
|
+
</ui_text>
|
|
1517
|
+
</ui_view>
|
|
1518
|
+
<ui_view
|
|
1516
1519
|
class="view"
|
|
1517
1520
|
>
|
|
1518
|
-
<
|
|
1521
|
+
<ui_text
|
|
1519
1522
|
class="text action"
|
|
1520
1523
|
/>
|
|
1521
|
-
</
|
|
1522
|
-
</
|
|
1523
|
-
<
|
|
1524
|
+
</ui_view>
|
|
1525
|
+
</ui_view>
|
|
1526
|
+
<ui_view
|
|
1524
1527
|
class="view row"
|
|
1525
1528
|
>
|
|
1526
|
-
<
|
|
1529
|
+
<ui_view
|
|
1527
1530
|
class="view"
|
|
1528
1531
|
>
|
|
1529
|
-
<
|
|
1532
|
+
<ui_view
|
|
1530
1533
|
class="view row"
|
|
1531
1534
|
>
|
|
1532
|
-
<
|
|
1535
|
+
<ui_text
|
|
1533
1536
|
class="text action"
|
|
1534
1537
|
>
|
|
1535
1538
|
mar, 25 jul 2023
|
|
1536
|
-
</
|
|
1537
|
-
</
|
|
1538
|
-
<
|
|
1539
|
+
</ui_text>
|
|
1540
|
+
</ui_view>
|
|
1541
|
+
<ui_view
|
|
1539
1542
|
class="view row"
|
|
1540
1543
|
>
|
|
1541
|
-
<
|
|
1544
|
+
<ui_view
|
|
1542
1545
|
class="view row wide"
|
|
1543
1546
|
>
|
|
1544
|
-
<
|
|
1547
|
+
<ui_tooltip
|
|
1545
1548
|
class="container"
|
|
1546
1549
|
>
|
|
1547
|
-
<
|
|
1550
|
+
<ui_view
|
|
1548
1551
|
class="view"
|
|
1549
1552
|
>
|
|
1550
|
-
<
|
|
1553
|
+
<ui_text
|
|
1551
1554
|
class="text small dispatcher"
|
|
1552
1555
|
>
|
|
1553
1556
|
common.action.more_info
|
|
1554
|
-
</
|
|
1555
|
-
</
|
|
1556
|
-
</
|
|
1557
|
-
</
|
|
1558
|
-
</
|
|
1559
|
-
</
|
|
1560
|
-
<
|
|
1557
|
+
</ui_text>
|
|
1558
|
+
</ui_view>
|
|
1559
|
+
</ui_tooltip>
|
|
1560
|
+
</ui_view>
|
|
1561
|
+
</ui_view>
|
|
1562
|
+
</ui_view>
|
|
1563
|
+
<ui_view
|
|
1561
1564
|
class="view"
|
|
1562
1565
|
>
|
|
1563
|
-
<
|
|
1566
|
+
<ui_text
|
|
1564
1567
|
class="text action"
|
|
1565
1568
|
>
|
|
1566
1569
|
All inclusive package
|
|
1567
|
-
</
|
|
1568
|
-
</
|
|
1569
|
-
<
|
|
1570
|
+
</ui_text>
|
|
1571
|
+
</ui_view>
|
|
1572
|
+
<ui_view
|
|
1570
1573
|
class="view"
|
|
1571
1574
|
>
|
|
1572
|
-
<
|
|
1575
|
+
<ui_text
|
|
1573
1576
|
class="text action"
|
|
1574
1577
|
/>
|
|
1575
|
-
</
|
|
1576
|
-
</
|
|
1577
|
-
<
|
|
1578
|
+
</ui_view>
|
|
1579
|
+
</ui_view>
|
|
1580
|
+
<ui_view
|
|
1578
1581
|
class="view row"
|
|
1579
1582
|
>
|
|
1580
|
-
<
|
|
1583
|
+
<ui_view
|
|
1581
1584
|
class="view"
|
|
1582
1585
|
>
|
|
1583
|
-
<
|
|
1586
|
+
<ui_view
|
|
1584
1587
|
class="view row"
|
|
1585
1588
|
>
|
|
1586
|
-
<
|
|
1589
|
+
<ui_text
|
|
1587
1590
|
class="text action"
|
|
1588
1591
|
>
|
|
1589
1592
|
mié, 26 jul 2023
|
|
1590
|
-
</
|
|
1591
|
-
</
|
|
1592
|
-
<
|
|
1593
|
+
</ui_text>
|
|
1594
|
+
</ui_view>
|
|
1595
|
+
<ui_view
|
|
1593
1596
|
class="view row"
|
|
1594
1597
|
>
|
|
1595
|
-
<
|
|
1598
|
+
<ui_view
|
|
1596
1599
|
class="view row wide"
|
|
1597
1600
|
>
|
|
1598
|
-
<
|
|
1601
|
+
<ui_tooltip
|
|
1599
1602
|
class="container"
|
|
1600
1603
|
>
|
|
1601
|
-
<
|
|
1604
|
+
<ui_view
|
|
1602
1605
|
class="view"
|
|
1603
1606
|
>
|
|
1604
|
-
<
|
|
1607
|
+
<ui_text
|
|
1605
1608
|
class="text small dispatcher"
|
|
1606
1609
|
>
|
|
1607
1610
|
common.action.more_info
|
|
1608
|
-
</
|
|
1609
|
-
</
|
|
1610
|
-
</
|
|
1611
|
-
</
|
|
1612
|
-
</
|
|
1613
|
-
</
|
|
1614
|
-
<
|
|
1611
|
+
</ui_text>
|
|
1612
|
+
</ui_view>
|
|
1613
|
+
</ui_tooltip>
|
|
1614
|
+
</ui_view>
|
|
1615
|
+
</ui_view>
|
|
1616
|
+
</ui_view>
|
|
1617
|
+
<ui_view
|
|
1615
1618
|
class="view"
|
|
1616
1619
|
>
|
|
1617
|
-
<
|
|
1620
|
+
<ui_text
|
|
1618
1621
|
class="text action"
|
|
1619
1622
|
>
|
|
1620
1623
|
All inclusive package
|
|
1621
|
-
</
|
|
1622
|
-
</
|
|
1623
|
-
<
|
|
1624
|
+
</ui_text>
|
|
1625
|
+
</ui_view>
|
|
1626
|
+
<ui_view
|
|
1624
1627
|
class="view"
|
|
1625
1628
|
>
|
|
1626
|
-
<
|
|
1629
|
+
<ui_text
|
|
1627
1630
|
class="text action"
|
|
1628
1631
|
/>
|
|
1629
|
-
</
|
|
1630
|
-
</
|
|
1631
|
-
<
|
|
1632
|
+
</ui_view>
|
|
1633
|
+
</ui_view>
|
|
1634
|
+
<ui_view
|
|
1632
1635
|
class="view row"
|
|
1633
1636
|
>
|
|
1634
|
-
<
|
|
1637
|
+
<ui_view
|
|
1635
1638
|
class="view"
|
|
1636
1639
|
>
|
|
1637
|
-
<
|
|
1640
|
+
<ui_view
|
|
1638
1641
|
class="view row"
|
|
1639
1642
|
>
|
|
1640
|
-
<
|
|
1643
|
+
<ui_text
|
|
1641
1644
|
class="text bold action"
|
|
1642
1645
|
>
|
|
1643
1646
|
common.label.total
|
|
1644
|
-
</
|
|
1645
|
-
</
|
|
1646
|
-
<
|
|
1647
|
+
</ui_text>
|
|
1648
|
+
</ui_view>
|
|
1649
|
+
<ui_view
|
|
1647
1650
|
class="view row"
|
|
1648
1651
|
>
|
|
1649
|
-
<
|
|
1652
|
+
<ui_view
|
|
1650
1653
|
class="view row wide"
|
|
1651
1654
|
/>
|
|
1652
|
-
</
|
|
1653
|
-
</
|
|
1654
|
-
<
|
|
1655
|
+
</ui_view>
|
|
1656
|
+
</ui_view>
|
|
1657
|
+
<ui_view
|
|
1655
1658
|
class="view"
|
|
1656
1659
|
>
|
|
1657
|
-
<
|
|
1660
|
+
<ui_text
|
|
1658
1661
|
class="text action"
|
|
1659
1662
|
>
|
|
1660
1663
|
|
|
1661
|
-
</
|
|
1662
|
-
</
|
|
1663
|
-
<
|
|
1664
|
+
</ui_text>
|
|
1665
|
+
</ui_view>
|
|
1666
|
+
<ui_view
|
|
1664
1667
|
class="view"
|
|
1665
1668
|
>
|
|
1666
|
-
<
|
|
1669
|
+
<ui_text
|
|
1667
1670
|
class="text bold action"
|
|
1668
1671
|
/>
|
|
1669
|
-
</
|
|
1670
|
-
</
|
|
1671
|
-
</
|
|
1672
|
-
<
|
|
1672
|
+
</ui_view>
|
|
1673
|
+
</ui_view>
|
|
1674
|
+
</ui_view>
|
|
1675
|
+
<ui_view
|
|
1673
1676
|
class="view"
|
|
1674
1677
|
>
|
|
1675
|
-
<
|
|
1678
|
+
<ui_text
|
|
1676
1679
|
class="text bold headline-3"
|
|
1677
1680
|
>
|
|
1678
1681
|
common.label.extras
|
|
1679
|
-
</
|
|
1680
|
-
<
|
|
1682
|
+
</ui_text>
|
|
1683
|
+
<ui_view
|
|
1681
1684
|
class="view row"
|
|
1682
1685
|
>
|
|
1683
|
-
<
|
|
1686
|
+
<ui_view
|
|
1684
1687
|
class="view"
|
|
1685
1688
|
>
|
|
1686
|
-
<
|
|
1689
|
+
<ui_view
|
|
1687
1690
|
class="view row"
|
|
1688
1691
|
>
|
|
1689
|
-
<
|
|
1692
|
+
<ui_text
|
|
1690
1693
|
class="text action"
|
|
1691
1694
|
>
|
|
1692
1695
|
All inclusive package
|
|
1693
|
-
</
|
|
1694
|
-
</
|
|
1695
|
-
<
|
|
1696
|
+
</ui_text>
|
|
1697
|
+
</ui_view>
|
|
1698
|
+
<ui_view
|
|
1696
1699
|
class="view row"
|
|
1697
1700
|
>
|
|
1698
|
-
<
|
|
1701
|
+
<ui_view
|
|
1699
1702
|
class="view row wide"
|
|
1700
1703
|
>
|
|
1701
|
-
<
|
|
1704
|
+
<ui_tooltip
|
|
1702
1705
|
class="container"
|
|
1703
1706
|
>
|
|
1704
|
-
<
|
|
1707
|
+
<ui_view
|
|
1705
1708
|
class="view"
|
|
1706
1709
|
>
|
|
1707
|
-
<
|
|
1710
|
+
<ui_text
|
|
1708
1711
|
class="text small dispatcher"
|
|
1709
1712
|
>
|
|
1710
1713
|
common.action.more_info
|
|
1711
|
-
</
|
|
1712
|
-
</
|
|
1713
|
-
</
|
|
1714
|
-
</
|
|
1715
|
-
</
|
|
1716
|
-
</
|
|
1717
|
-
<
|
|
1714
|
+
</ui_text>
|
|
1715
|
+
</ui_view>
|
|
1716
|
+
</ui_tooltip>
|
|
1717
|
+
</ui_view>
|
|
1718
|
+
</ui_view>
|
|
1719
|
+
</ui_view>
|
|
1720
|
+
<ui_view
|
|
1718
1721
|
class="view"
|
|
1719
1722
|
>
|
|
1720
|
-
<
|
|
1723
|
+
<ui_text
|
|
1721
1724
|
class="text action"
|
|
1722
1725
|
>
|
|
1723
1726
|
For 2 rooms
|
|
1724
|
-
</
|
|
1725
|
-
</
|
|
1726
|
-
<
|
|
1727
|
+
</ui_text>
|
|
1728
|
+
</ui_view>
|
|
1729
|
+
<ui_view
|
|
1727
1730
|
class="view"
|
|
1728
1731
|
>
|
|
1729
|
-
<
|
|
1732
|
+
<ui_text
|
|
1730
1733
|
class="text action"
|
|
1731
1734
|
>
|
|
1732
1735
|
common.label.free
|
|
1733
|
-
</
|
|
1734
|
-
</
|
|
1735
|
-
</
|
|
1736
|
-
</
|
|
1737
|
-
</
|
|
1738
|
-
<
|
|
1736
|
+
</ui_text>
|
|
1737
|
+
</ui_view>
|
|
1738
|
+
</ui_view>
|
|
1739
|
+
</ui_view>
|
|
1740
|
+
</ui_view>
|
|
1741
|
+
<ui_view
|
|
1739
1742
|
class="view"
|
|
1740
1743
|
>
|
|
1741
|
-
<
|
|
1744
|
+
<ui_text
|
|
1742
1745
|
class="text bold headline-3"
|
|
1743
1746
|
>
|
|
1744
1747
|
user.label.booking_extras
|
|
1745
|
-
</
|
|
1746
|
-
<
|
|
1748
|
+
</ui_text>
|
|
1749
|
+
<ui_view
|
|
1747
1750
|
class="view row"
|
|
1748
1751
|
>
|
|
1749
|
-
<
|
|
1752
|
+
<ui_view
|
|
1750
1753
|
class="view"
|
|
1751
1754
|
>
|
|
1752
|
-
<
|
|
1755
|
+
<ui_view
|
|
1753
1756
|
class="view row"
|
|
1754
1757
|
>
|
|
1755
|
-
<
|
|
1758
|
+
<ui_text
|
|
1756
1759
|
class="text action"
|
|
1757
1760
|
>
|
|
1758
1761
|
All inclusive package
|
|
1759
|
-
</
|
|
1760
|
-
</
|
|
1761
|
-
<
|
|
1762
|
+
</ui_text>
|
|
1763
|
+
</ui_view>
|
|
1764
|
+
<ui_view
|
|
1762
1765
|
class="view row"
|
|
1763
1766
|
>
|
|
1764
|
-
<
|
|
1767
|
+
<ui_view
|
|
1765
1768
|
class="view row wide"
|
|
1766
1769
|
>
|
|
1767
|
-
<
|
|
1770
|
+
<ui_tooltip
|
|
1768
1771
|
class="container"
|
|
1769
1772
|
>
|
|
1770
|
-
<
|
|
1773
|
+
<ui_view
|
|
1771
1774
|
class="view"
|
|
1772
1775
|
>
|
|
1773
|
-
<
|
|
1776
|
+
<ui_text
|
|
1774
1777
|
class="text small dispatcher"
|
|
1775
1778
|
>
|
|
1776
1779
|
common.action.more_info
|
|
1777
|
-
</
|
|
1778
|
-
</
|
|
1779
|
-
</
|
|
1780
|
-
</
|
|
1781
|
-
</
|
|
1782
|
-
</
|
|
1783
|
-
<
|
|
1780
|
+
</ui_text>
|
|
1781
|
+
</ui_view>
|
|
1782
|
+
</ui_tooltip>
|
|
1783
|
+
</ui_view>
|
|
1784
|
+
</ui_view>
|
|
1785
|
+
</ui_view>
|
|
1786
|
+
<ui_view
|
|
1784
1787
|
class="view"
|
|
1785
1788
|
>
|
|
1786
|
-
<
|
|
1789
|
+
<ui_text
|
|
1787
1790
|
class="text action"
|
|
1788
1791
|
>
|
|
1789
1792
|
For 2 rooms
|
|
1790
|
-
</
|
|
1791
|
-
</
|
|
1792
|
-
<
|
|
1793
|
+
</ui_text>
|
|
1794
|
+
</ui_view>
|
|
1795
|
+
<ui_view
|
|
1793
1796
|
class="view"
|
|
1794
1797
|
>
|
|
1795
|
-
<
|
|
1798
|
+
<ui_text
|
|
1796
1799
|
class="text action"
|
|
1797
1800
|
>
|
|
1798
1801
|
common.label.free
|
|
1799
|
-
</
|
|
1800
|
-
</
|
|
1801
|
-
</
|
|
1802
|
-
<
|
|
1802
|
+
</ui_text>
|
|
1803
|
+
</ui_view>
|
|
1804
|
+
</ui_view>
|
|
1805
|
+
<ui_view
|
|
1803
1806
|
class="view row"
|
|
1804
1807
|
>
|
|
1805
|
-
<
|
|
1808
|
+
<ui_view
|
|
1806
1809
|
class="view"
|
|
1807
1810
|
>
|
|
1808
|
-
<
|
|
1811
|
+
<ui_view
|
|
1809
1812
|
class="view row"
|
|
1810
1813
|
>
|
|
1811
|
-
<
|
|
1814
|
+
<ui_text
|
|
1812
1815
|
class="text action"
|
|
1813
1816
|
>
|
|
1814
1817
|
All inclusive Gold package
|
|
1815
|
-
</
|
|
1816
|
-
</
|
|
1817
|
-
<
|
|
1818
|
+
</ui_text>
|
|
1819
|
+
</ui_view>
|
|
1820
|
+
<ui_view
|
|
1818
1821
|
class="view row"
|
|
1819
1822
|
>
|
|
1820
|
-
<
|
|
1823
|
+
<ui_view
|
|
1821
1824
|
class="view row wide"
|
|
1822
1825
|
>
|
|
1823
|
-
<
|
|
1826
|
+
<ui_tooltip
|
|
1824
1827
|
class="container"
|
|
1825
1828
|
>
|
|
1826
|
-
<
|
|
1829
|
+
<ui_view
|
|
1827
1830
|
class="view"
|
|
1828
1831
|
>
|
|
1829
|
-
<
|
|
1832
|
+
<ui_text
|
|
1830
1833
|
class="text small dispatcher"
|
|
1831
1834
|
>
|
|
1832
1835
|
common.action.more_info
|
|
1833
|
-
</
|
|
1834
|
-
</
|
|
1835
|
-
</
|
|
1836
|
-
</
|
|
1837
|
-
</
|
|
1838
|
-
</
|
|
1839
|
-
<
|
|
1836
|
+
</ui_text>
|
|
1837
|
+
</ui_view>
|
|
1838
|
+
</ui_tooltip>
|
|
1839
|
+
</ui_view>
|
|
1840
|
+
</ui_view>
|
|
1841
|
+
</ui_view>
|
|
1842
|
+
<ui_view
|
|
1840
1843
|
class="view"
|
|
1841
1844
|
>
|
|
1842
|
-
<
|
|
1845
|
+
<ui_text
|
|
1843
1846
|
class="text action"
|
|
1844
1847
|
>
|
|
1845
1848
|
For 1 room
|
|
1846
|
-
</
|
|
1847
|
-
</
|
|
1848
|
-
<
|
|
1849
|
+
</ui_text>
|
|
1850
|
+
</ui_view>
|
|
1851
|
+
<ui_view
|
|
1849
1852
|
class="view"
|
|
1850
1853
|
>
|
|
1851
|
-
<
|
|
1854
|
+
<ui_text
|
|
1852
1855
|
class="text action"
|
|
1853
1856
|
>
|
|
1854
1857
|
common.label.free
|
|
1855
|
-
</
|
|
1856
|
-
</
|
|
1857
|
-
</
|
|
1858
|
-
<
|
|
1858
|
+
</ui_text>
|
|
1859
|
+
</ui_view>
|
|
1860
|
+
</ui_view>
|
|
1861
|
+
<ui_view
|
|
1859
1862
|
class="view row"
|
|
1860
1863
|
>
|
|
1861
|
-
<
|
|
1864
|
+
<ui_view
|
|
1862
1865
|
class="view"
|
|
1863
1866
|
>
|
|
1864
|
-
<
|
|
1867
|
+
<ui_view
|
|
1865
1868
|
class="view row"
|
|
1866
1869
|
>
|
|
1867
|
-
<
|
|
1870
|
+
<ui_text
|
|
1868
1871
|
class="text action"
|
|
1869
1872
|
>
|
|
1870
1873
|
Access to Hydropark
|
|
1871
|
-
</
|
|
1872
|
-
</
|
|
1873
|
-
<
|
|
1874
|
+
</ui_text>
|
|
1875
|
+
</ui_view>
|
|
1876
|
+
<ui_view
|
|
1874
1877
|
class="view row"
|
|
1875
1878
|
>
|
|
1876
|
-
<
|
|
1879
|
+
<ui_view
|
|
1877
1880
|
class="view row wide"
|
|
1878
1881
|
>
|
|
1879
|
-
<
|
|
1882
|
+
<ui_tooltip
|
|
1880
1883
|
class="container"
|
|
1881
1884
|
>
|
|
1882
|
-
<
|
|
1885
|
+
<ui_view
|
|
1883
1886
|
class="view"
|
|
1884
1887
|
>
|
|
1885
|
-
<
|
|
1888
|
+
<ui_text
|
|
1886
1889
|
class="text small dispatcher"
|
|
1887
1890
|
>
|
|
1888
1891
|
common.action.more_info
|
|
1889
|
-
</
|
|
1890
|
-
</
|
|
1891
|
-
</
|
|
1892
|
-
</
|
|
1893
|
-
</
|
|
1894
|
-
</
|
|
1895
|
-
<
|
|
1892
|
+
</ui_text>
|
|
1893
|
+
</ui_view>
|
|
1894
|
+
</ui_tooltip>
|
|
1895
|
+
</ui_view>
|
|
1896
|
+
</ui_view>
|
|
1897
|
+
</ui_view>
|
|
1898
|
+
<ui_view
|
|
1896
1899
|
class="view"
|
|
1897
1900
|
>
|
|
1898
|
-
<
|
|
1901
|
+
<ui_text
|
|
1899
1902
|
class="text action"
|
|
1900
1903
|
>
|
|
1901
1904
|
For 1 room
|
|
1902
|
-
</
|
|
1903
|
-
</
|
|
1904
|
-
<
|
|
1905
|
+
</ui_text>
|
|
1906
|
+
</ui_view>
|
|
1907
|
+
<ui_view
|
|
1905
1908
|
class="view"
|
|
1906
1909
|
>
|
|
1907
|
-
<
|
|
1910
|
+
<ui_text
|
|
1908
1911
|
class="text action"
|
|
1909
1912
|
>
|
|
1910
1913
|
common.label.free
|
|
1911
|
-
</
|
|
1912
|
-
</
|
|
1913
|
-
</
|
|
1914
|
-
<
|
|
1914
|
+
</ui_text>
|
|
1915
|
+
</ui_view>
|
|
1916
|
+
</ui_view>
|
|
1917
|
+
<ui_view
|
|
1915
1918
|
class="view row"
|
|
1916
1919
|
>
|
|
1917
|
-
<
|
|
1920
|
+
<ui_view
|
|
1918
1921
|
class="view"
|
|
1919
1922
|
>
|
|
1920
|
-
<
|
|
1923
|
+
<ui_view
|
|
1921
1924
|
class="view row"
|
|
1922
1925
|
>
|
|
1923
|
-
<
|
|
1926
|
+
<ui_text
|
|
1924
1927
|
class="text action"
|
|
1925
1928
|
>
|
|
1926
1929
|
All inclusive Gold package
|
|
1927
|
-
</
|
|
1928
|
-
</
|
|
1929
|
-
<
|
|
1930
|
+
</ui_text>
|
|
1931
|
+
</ui_view>
|
|
1932
|
+
<ui_view
|
|
1930
1933
|
class="view row"
|
|
1931
1934
|
>
|
|
1932
|
-
<
|
|
1935
|
+
<ui_view
|
|
1933
1936
|
class="view row wide"
|
|
1934
1937
|
>
|
|
1935
|
-
<
|
|
1938
|
+
<ui_text
|
|
1936
1939
|
class="text small"
|
|
1937
1940
|
>
|
|
1938
1941
|
1 adult and 1 child
|
|
1939
|
-
</
|
|
1940
|
-
<
|
|
1942
|
+
</ui_text>
|
|
1943
|
+
<ui_text
|
|
1941
1944
|
class="text small"
|
|
1942
1945
|
>
|
|
1943
1946
|
-
|
|
1944
|
-
</
|
|
1945
|
-
<
|
|
1947
|
+
</ui_text>
|
|
1948
|
+
<ui_tooltip
|
|
1946
1949
|
class="container"
|
|
1947
1950
|
>
|
|
1948
|
-
<
|
|
1951
|
+
<ui_view
|
|
1949
1952
|
class="view"
|
|
1950
1953
|
>
|
|
1951
|
-
<
|
|
1954
|
+
<ui_text
|
|
1952
1955
|
class="text small dispatcher"
|
|
1953
1956
|
>
|
|
1954
1957
|
common.action.more_info
|
|
1955
|
-
</
|
|
1956
|
-
</
|
|
1957
|
-
</
|
|
1958
|
-
</
|
|
1959
|
-
</
|
|
1960
|
-
</
|
|
1961
|
-
<
|
|
1958
|
+
</ui_text>
|
|
1959
|
+
</ui_view>
|
|
1960
|
+
</ui_tooltip>
|
|
1961
|
+
</ui_view>
|
|
1962
|
+
</ui_view>
|
|
1963
|
+
</ui_view>
|
|
1964
|
+
<ui_view
|
|
1962
1965
|
class="view"
|
|
1963
1966
|
>
|
|
1964
|
-
<
|
|
1967
|
+
<ui_text
|
|
1965
1968
|
class="text action"
|
|
1966
1969
|
>
|
|
1967
1970
|
For 1 room. For 10 nights
|
|
1968
|
-
</
|
|
1969
|
-
</
|
|
1970
|
-
<
|
|
1971
|
+
</ui_text>
|
|
1972
|
+
</ui_view>
|
|
1973
|
+
<ui_view
|
|
1971
1974
|
class="view"
|
|
1972
1975
|
>
|
|
1973
|
-
<
|
|
1976
|
+
<ui_text
|
|
1974
1977
|
class="text action"
|
|
1975
1978
|
/>
|
|
1976
|
-
</
|
|
1977
|
-
</
|
|
1978
|
-
<
|
|
1979
|
+
</ui_view>
|
|
1980
|
+
</ui_view>
|
|
1981
|
+
<ui_view
|
|
1979
1982
|
class="view row"
|
|
1980
1983
|
>
|
|
1981
|
-
<
|
|
1984
|
+
<ui_view
|
|
1982
1985
|
class="view"
|
|
1983
1986
|
>
|
|
1984
|
-
<
|
|
1987
|
+
<ui_view
|
|
1985
1988
|
class="view row"
|
|
1986
1989
|
>
|
|
1987
|
-
<
|
|
1990
|
+
<ui_text
|
|
1988
1991
|
class="text action"
|
|
1989
1992
|
>
|
|
1990
1993
|
Access to Hydropark
|
|
1991
|
-
</
|
|
1992
|
-
</
|
|
1993
|
-
<
|
|
1994
|
+
</ui_text>
|
|
1995
|
+
</ui_view>
|
|
1996
|
+
<ui_view
|
|
1994
1997
|
class="view row"
|
|
1995
1998
|
>
|
|
1996
|
-
<
|
|
1999
|
+
<ui_view
|
|
1997
2000
|
class="view row wide"
|
|
1998
2001
|
>
|
|
1999
|
-
<
|
|
2002
|
+
<ui_text
|
|
2000
2003
|
class="text small"
|
|
2001
2004
|
>
|
|
2002
2005
|
1 adult and 1 child
|
|
2003
|
-
</
|
|
2004
|
-
<
|
|
2006
|
+
</ui_text>
|
|
2007
|
+
<ui_text
|
|
2005
2008
|
class="text small"
|
|
2006
2009
|
>
|
|
2007
2010
|
-
|
|
2008
|
-
</
|
|
2009
|
-
<
|
|
2011
|
+
</ui_text>
|
|
2012
|
+
<ui_tooltip
|
|
2010
2013
|
class="container"
|
|
2011
2014
|
>
|
|
2012
|
-
<
|
|
2015
|
+
<ui_view
|
|
2013
2016
|
class="view"
|
|
2014
2017
|
>
|
|
2015
|
-
<
|
|
2018
|
+
<ui_text
|
|
2016
2019
|
class="text small dispatcher"
|
|
2017
2020
|
>
|
|
2018
2021
|
common.action.more_info
|
|
2019
|
-
</
|
|
2020
|
-
</
|
|
2021
|
-
</
|
|
2022
|
-
</
|
|
2023
|
-
</
|
|
2024
|
-
</
|
|
2025
|
-
<
|
|
2022
|
+
</ui_text>
|
|
2023
|
+
</ui_view>
|
|
2024
|
+
</ui_tooltip>
|
|
2025
|
+
</ui_view>
|
|
2026
|
+
</ui_view>
|
|
2027
|
+
</ui_view>
|
|
2028
|
+
<ui_view
|
|
2026
2029
|
class="view"
|
|
2027
2030
|
>
|
|
2028
|
-
<
|
|
2031
|
+
<ui_text
|
|
2029
2032
|
class="text action"
|
|
2030
2033
|
>
|
|
2031
2034
|
For 1 room. For 10 nights
|
|
2032
|
-
</
|
|
2033
|
-
</
|
|
2034
|
-
<
|
|
2035
|
+
</ui_text>
|
|
2036
|
+
</ui_view>
|
|
2037
|
+
<ui_view
|
|
2035
2038
|
class="view"
|
|
2036
2039
|
>
|
|
2037
|
-
<
|
|
2040
|
+
<ui_text
|
|
2038
2041
|
class="text action"
|
|
2039
2042
|
/>
|
|
2040
|
-
</
|
|
2041
|
-
</
|
|
2042
|
-
</
|
|
2043
|
-
</
|
|
2043
|
+
</ui_view>
|
|
2044
|
+
</ui_view>
|
|
2045
|
+
</ui_view>
|
|
2046
|
+
</ui_view>
|
|
2044
2047
|
</DocumentFragment>
|
|
2045
2048
|
`;
|
|
2046
2049
|
|
|
2047
2050
|
exports[`component:<BookingDetails> with a store (booking) 1`] = `
|
|
2048
2051
|
<DocumentFragment>
|
|
2049
|
-
<
|
|
2052
|
+
<ui_view
|
|
2050
2053
|
class="view"
|
|
2051
2054
|
>
|
|
2052
|
-
<
|
|
2055
|
+
<ui_text
|
|
2053
2056
|
class="text bold headline-3"
|
|
2054
2057
|
>
|
|
2055
2058
|
user.label.booking_details
|
|
2056
|
-
</
|
|
2057
|
-
<
|
|
2059
|
+
</ui_text>
|
|
2060
|
+
<ui_view
|
|
2058
2061
|
class="view wide"
|
|
2059
2062
|
>
|
|
2060
|
-
<
|
|
2063
|
+
<ui_view
|
|
2061
2064
|
class="view row"
|
|
2062
2065
|
>
|
|
2063
|
-
<
|
|
2066
|
+
<ui_view
|
|
2064
2067
|
class="view"
|
|
2065
2068
|
style="background-image: url(undefined);"
|
|
2066
2069
|
/>
|
|
2067
|
-
<
|
|
2070
|
+
<ui_view
|
|
2068
2071
|
class="view"
|
|
2069
2072
|
>
|
|
2070
|
-
<
|
|
2073
|
+
<ui_view
|
|
2071
2074
|
class="view row"
|
|
2072
2075
|
>
|
|
2073
|
-
<
|
|
2076
|
+
<ui_text
|
|
2074
2077
|
class="text bold paragraph"
|
|
2075
2078
|
>
|
|
2076
2079
|
Standard Room
|
|
2077
|
-
</
|
|
2078
|
-
</
|
|
2079
|
-
<
|
|
2080
|
+
</ui_text>
|
|
2081
|
+
</ui_view>
|
|
2082
|
+
<ui_text
|
|
2080
2083
|
class="text action"
|
|
2081
2084
|
>
|
|
2082
2085
|
Flexible Rate
|
|
2083
|
-
</
|
|
2084
|
-
<
|
|
2086
|
+
</ui_text>
|
|
2087
|
+
<ui_text
|
|
2085
2088
|
class="text light small"
|
|
2086
2089
|
>
|
|
2087
2090
|
2 common.label.guest
|
|
2088
|
-
<
|
|
2091
|
+
<ui_text
|
|
2089
2092
|
style="text-decoration: underline;"
|
|
2090
2093
|
>
|
|
2091
2094
|
type
|
|
2092
|
-
</
|
|
2095
|
+
</ui_text>
|
|
2093
2096
|
plural, 1 common.label.guest_type
|
|
2094
|
-
</
|
|
2095
|
-
</
|
|
2096
|
-
</
|
|
2097
|
-
<
|
|
2097
|
+
</ui_text>
|
|
2098
|
+
</ui_view>
|
|
2099
|
+
</ui_view>
|
|
2100
|
+
<ui_view
|
|
2098
2101
|
class="view"
|
|
2099
2102
|
>
|
|
2100
|
-
<
|
|
2103
|
+
<ui_view
|
|
2101
2104
|
class="view row"
|
|
2102
2105
|
>
|
|
2103
|
-
<
|
|
2106
|
+
<ui_view
|
|
2104
2107
|
class="view"
|
|
2105
2108
|
>
|
|
2106
|
-
<
|
|
2109
|
+
<ui_view
|
|
2107
2110
|
class="view row"
|
|
2108
2111
|
>
|
|
2109
|
-
<
|
|
2112
|
+
<ui_text
|
|
2110
2113
|
class="text action"
|
|
2111
2114
|
>
|
|
2112
2115
|
lun, 24 jul 2023
|
|
2113
|
-
</
|
|
2114
|
-
</
|
|
2115
|
-
<
|
|
2116
|
+
</ui_text>
|
|
2117
|
+
</ui_view>
|
|
2118
|
+
<ui_view
|
|
2116
2119
|
class="view row"
|
|
2117
2120
|
>
|
|
2118
|
-
<
|
|
2121
|
+
<ui_view
|
|
2119
2122
|
class="view row wide"
|
|
2120
2123
|
/>
|
|
2121
|
-
</
|
|
2122
|
-
</
|
|
2123
|
-
<
|
|
2124
|
+
</ui_view>
|
|
2125
|
+
</ui_view>
|
|
2126
|
+
<ui_view
|
|
2124
2127
|
class="view"
|
|
2125
2128
|
>
|
|
2126
|
-
<
|
|
2129
|
+
<ui_text
|
|
2127
2130
|
class="text action"
|
|
2128
2131
|
>
|
|
2129
2132
|
All inclusive package
|
|
2130
|
-
</
|
|
2131
|
-
</
|
|
2132
|
-
<
|
|
2133
|
+
</ui_text>
|
|
2134
|
+
</ui_view>
|
|
2135
|
+
<ui_view
|
|
2133
2136
|
class="view"
|
|
2134
2137
|
>
|
|
2135
|
-
<
|
|
2138
|
+
<ui_text
|
|
2136
2139
|
class="text action"
|
|
2137
2140
|
/>
|
|
2138
|
-
</
|
|
2139
|
-
</
|
|
2140
|
-
<
|
|
2141
|
+
</ui_view>
|
|
2142
|
+
</ui_view>
|
|
2143
|
+
<ui_view
|
|
2141
2144
|
class="view row"
|
|
2142
2145
|
>
|
|
2143
|
-
<
|
|
2146
|
+
<ui_view
|
|
2144
2147
|
class="view"
|
|
2145
2148
|
>
|
|
2146
|
-
<
|
|
2149
|
+
<ui_view
|
|
2147
2150
|
class="view row"
|
|
2148
2151
|
>
|
|
2149
|
-
<
|
|
2152
|
+
<ui_text
|
|
2150
2153
|
class="text action"
|
|
2151
2154
|
>
|
|
2152
2155
|
mar, 25 jul 2023
|
|
2153
|
-
</
|
|
2154
|
-
</
|
|
2155
|
-
<
|
|
2156
|
+
</ui_text>
|
|
2157
|
+
</ui_view>
|
|
2158
|
+
<ui_view
|
|
2156
2159
|
class="view row"
|
|
2157
2160
|
>
|
|
2158
|
-
<
|
|
2161
|
+
<ui_view
|
|
2159
2162
|
class="view row wide"
|
|
2160
2163
|
/>
|
|
2161
|
-
</
|
|
2162
|
-
</
|
|
2163
|
-
<
|
|
2164
|
+
</ui_view>
|
|
2165
|
+
</ui_view>
|
|
2166
|
+
<ui_view
|
|
2164
2167
|
class="view"
|
|
2165
2168
|
>
|
|
2166
|
-
<
|
|
2169
|
+
<ui_text
|
|
2167
2170
|
class="text action"
|
|
2168
2171
|
>
|
|
2169
2172
|
All inclusive package
|
|
2170
|
-
</
|
|
2171
|
-
</
|
|
2172
|
-
<
|
|
2173
|
+
</ui_text>
|
|
2174
|
+
</ui_view>
|
|
2175
|
+
<ui_view
|
|
2173
2176
|
class="view"
|
|
2174
2177
|
>
|
|
2175
|
-
<
|
|
2178
|
+
<ui_text
|
|
2176
2179
|
class="text action"
|
|
2177
2180
|
/>
|
|
2178
|
-
</
|
|
2179
|
-
</
|
|
2180
|
-
<
|
|
2181
|
+
</ui_view>
|
|
2182
|
+
</ui_view>
|
|
2183
|
+
<ui_view
|
|
2181
2184
|
class="view row"
|
|
2182
2185
|
>
|
|
2183
|
-
<
|
|
2186
|
+
<ui_view
|
|
2184
2187
|
class="view"
|
|
2185
2188
|
>
|
|
2186
|
-
<
|
|
2189
|
+
<ui_view
|
|
2187
2190
|
class="view row"
|
|
2188
2191
|
>
|
|
2189
|
-
<
|
|
2192
|
+
<ui_text
|
|
2190
2193
|
class="text action"
|
|
2191
2194
|
>
|
|
2192
2195
|
mié, 26 jul 2023
|
|
2193
|
-
</
|
|
2194
|
-
</
|
|
2195
|
-
<
|
|
2196
|
+
</ui_text>
|
|
2197
|
+
</ui_view>
|
|
2198
|
+
<ui_view
|
|
2196
2199
|
class="view row"
|
|
2197
2200
|
>
|
|
2198
|
-
<
|
|
2201
|
+
<ui_view
|
|
2199
2202
|
class="view row wide"
|
|
2200
2203
|
/>
|
|
2201
|
-
</
|
|
2202
|
-
</
|
|
2203
|
-
<
|
|
2204
|
+
</ui_view>
|
|
2205
|
+
</ui_view>
|
|
2206
|
+
<ui_view
|
|
2204
2207
|
class="view"
|
|
2205
2208
|
>
|
|
2206
|
-
<
|
|
2209
|
+
<ui_text
|
|
2207
2210
|
class="text action"
|
|
2208
2211
|
>
|
|
2209
2212
|
All inclusive package
|
|
2210
|
-
</
|
|
2211
|
-
</
|
|
2212
|
-
<
|
|
2213
|
+
</ui_text>
|
|
2214
|
+
</ui_view>
|
|
2215
|
+
<ui_view
|
|
2213
2216
|
class="view"
|
|
2214
2217
|
>
|
|
2215
|
-
<
|
|
2218
|
+
<ui_text
|
|
2216
2219
|
class="text action"
|
|
2217
2220
|
/>
|
|
2218
|
-
</
|
|
2219
|
-
</
|
|
2220
|
-
<
|
|
2221
|
+
</ui_view>
|
|
2222
|
+
</ui_view>
|
|
2223
|
+
<ui_view
|
|
2221
2224
|
class="view row"
|
|
2222
2225
|
>
|
|
2223
|
-
<
|
|
2226
|
+
<ui_view
|
|
2224
2227
|
class="view"
|
|
2225
2228
|
>
|
|
2226
|
-
<
|
|
2229
|
+
<ui_view
|
|
2227
2230
|
class="view row"
|
|
2228
2231
|
>
|
|
2229
|
-
<
|
|
2232
|
+
<ui_text
|
|
2230
2233
|
class="text bold action"
|
|
2231
2234
|
>
|
|
2232
2235
|
common.label.total
|
|
2233
|
-
</
|
|
2234
|
-
</
|
|
2235
|
-
<
|
|
2236
|
+
</ui_text>
|
|
2237
|
+
</ui_view>
|
|
2238
|
+
<ui_view
|
|
2236
2239
|
class="view row"
|
|
2237
2240
|
>
|
|
2238
|
-
<
|
|
2241
|
+
<ui_view
|
|
2239
2242
|
class="view row wide"
|
|
2240
2243
|
/>
|
|
2241
|
-
</
|
|
2242
|
-
</
|
|
2243
|
-
<
|
|
2244
|
+
</ui_view>
|
|
2245
|
+
</ui_view>
|
|
2246
|
+
<ui_view
|
|
2244
2247
|
class="view"
|
|
2245
2248
|
>
|
|
2246
|
-
<
|
|
2249
|
+
<ui_text
|
|
2247
2250
|
class="text action"
|
|
2248
2251
|
>
|
|
2249
2252
|
|
|
2250
|
-
</
|
|
2251
|
-
</
|
|
2252
|
-
<
|
|
2253
|
+
</ui_text>
|
|
2254
|
+
</ui_view>
|
|
2255
|
+
<ui_view
|
|
2253
2256
|
class="view"
|
|
2254
2257
|
>
|
|
2255
|
-
<
|
|
2258
|
+
<ui_text
|
|
2256
2259
|
class="text bold action"
|
|
2257
2260
|
/>
|
|
2258
|
-
</
|
|
2259
|
-
</
|
|
2260
|
-
</
|
|
2261
|
-
</
|
|
2262
|
-
<
|
|
2261
|
+
</ui_view>
|
|
2262
|
+
</ui_view>
|
|
2263
|
+
</ui_view>
|
|
2264
|
+
</ui_view>
|
|
2265
|
+
<ui_view
|
|
2263
2266
|
class="view wide"
|
|
2264
2267
|
>
|
|
2265
2268
|
<button
|
|
2266
2269
|
class="pressable button transparent"
|
|
2270
|
+
tabindex="0"
|
|
2267
2271
|
>
|
|
2268
|
-
<
|
|
2272
|
+
<ui_icon
|
|
2269
2273
|
class="icon headline-3"
|
|
2270
2274
|
>
|
|
2271
2275
|
<svg
|
|
@@ -2286,196 +2290,197 @@ exports[`component:<BookingDetails> with a store (booking) 1`] = `
|
|
|
2286
2290
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
2287
2291
|
/>
|
|
2288
2292
|
</svg>
|
|
2289
|
-
</
|
|
2293
|
+
</ui_icon>
|
|
2290
2294
|
common.action.view_more
|
|
2291
2295
|
</button>
|
|
2292
|
-
</
|
|
2293
|
-
</
|
|
2296
|
+
</ui_view>
|
|
2297
|
+
</ui_view>
|
|
2294
2298
|
</DocumentFragment>
|
|
2295
2299
|
`;
|
|
2296
2300
|
|
|
2297
2301
|
exports[`component:<BookingDetails> with a store (checkout) 1`] = `
|
|
2298
2302
|
<DocumentFragment>
|
|
2299
|
-
<
|
|
2303
|
+
<ui_view
|
|
2300
2304
|
class="view"
|
|
2301
2305
|
>
|
|
2302
|
-
<
|
|
2306
|
+
<ui_text
|
|
2303
2307
|
class="text bold headline-3"
|
|
2304
2308
|
>
|
|
2305
2309
|
user.label.booking_details
|
|
2306
|
-
</
|
|
2307
|
-
<
|
|
2310
|
+
</ui_text>
|
|
2311
|
+
<ui_view
|
|
2308
2312
|
class="view wide"
|
|
2309
2313
|
>
|
|
2310
|
-
<
|
|
2314
|
+
<ui_view
|
|
2311
2315
|
class="view row"
|
|
2312
2316
|
>
|
|
2313
|
-
<
|
|
2317
|
+
<ui_view
|
|
2314
2318
|
class="view"
|
|
2315
2319
|
style="background-image: url(https://images.mirai.com/INFOROOMS/97432297/6C9vcAqsNTQG4hwxapQJ/6C9vcAqsNTQG4hwxapQJ_medium.jpg);"
|
|
2316
2320
|
/>
|
|
2317
|
-
<
|
|
2321
|
+
<ui_view
|
|
2318
2322
|
class="view"
|
|
2319
2323
|
>
|
|
2320
|
-
<
|
|
2324
|
+
<ui_view
|
|
2321
2325
|
class="view row"
|
|
2322
2326
|
>
|
|
2323
|
-
<
|
|
2327
|
+
<ui_text
|
|
2324
2328
|
class="text bold paragraph"
|
|
2325
2329
|
>
|
|
2326
2330
|
Silver Views
|
|
2327
|
-
</
|
|
2328
|
-
</
|
|
2329
|
-
<
|
|
2331
|
+
</ui_text>
|
|
2332
|
+
</ui_view>
|
|
2333
|
+
<ui_text
|
|
2330
2334
|
class="text action"
|
|
2331
2335
|
>
|
|
2332
2336
|
Sanitas per Aqua Reserva No Reembolsable
|
|
2333
|
-
</
|
|
2334
|
-
<
|
|
2337
|
+
</ui_text>
|
|
2338
|
+
<ui_text
|
|
2335
2339
|
class="text light small"
|
|
2336
2340
|
>
|
|
2337
2341
|
2 common.label.guest
|
|
2338
|
-
<
|
|
2342
|
+
<ui_text
|
|
2339
2343
|
style="text-decoration: underline;"
|
|
2340
2344
|
>
|
|
2341
2345
|
type
|
|
2342
|
-
</
|
|
2346
|
+
</ui_text>
|
|
2343
2347
|
plural
|
|
2344
|
-
</
|
|
2345
|
-
</
|
|
2346
|
-
</
|
|
2347
|
-
<
|
|
2348
|
+
</ui_text>
|
|
2349
|
+
</ui_view>
|
|
2350
|
+
</ui_view>
|
|
2351
|
+
<ui_view
|
|
2348
2352
|
class="view"
|
|
2349
2353
|
>
|
|
2350
|
-
<
|
|
2354
|
+
<ui_view
|
|
2351
2355
|
class="view row"
|
|
2352
2356
|
>
|
|
2353
|
-
<
|
|
2357
|
+
<ui_view
|
|
2354
2358
|
class="view"
|
|
2355
2359
|
>
|
|
2356
|
-
<
|
|
2360
|
+
<ui_view
|
|
2357
2361
|
class="view row"
|
|
2358
2362
|
>
|
|
2359
|
-
<
|
|
2363
|
+
<ui_text
|
|
2360
2364
|
class="text action"
|
|
2361
2365
|
>
|
|
2362
2366
|
mié, 19 jul 2023
|
|
2363
|
-
</
|
|
2364
|
-
</
|
|
2365
|
-
<
|
|
2367
|
+
</ui_text>
|
|
2368
|
+
</ui_view>
|
|
2369
|
+
<ui_view
|
|
2366
2370
|
class="view row"
|
|
2367
2371
|
>
|
|
2368
|
-
<
|
|
2372
|
+
<ui_view
|
|
2369
2373
|
class="view row wide"
|
|
2370
2374
|
/>
|
|
2371
|
-
</
|
|
2372
|
-
</
|
|
2373
|
-
<
|
|
2375
|
+
</ui_view>
|
|
2376
|
+
</ui_view>
|
|
2377
|
+
<ui_view
|
|
2374
2378
|
class="view"
|
|
2375
2379
|
>
|
|
2376
|
-
<
|
|
2380
|
+
<ui_text
|
|
2377
2381
|
class="text action"
|
|
2378
2382
|
>
|
|
2379
2383
|
Desayuno incluido
|
|
2380
|
-
</
|
|
2381
|
-
</
|
|
2382
|
-
<
|
|
2384
|
+
</ui_text>
|
|
2385
|
+
</ui_view>
|
|
2386
|
+
<ui_view
|
|
2383
2387
|
class="view"
|
|
2384
2388
|
>
|
|
2385
|
-
<
|
|
2389
|
+
<ui_text
|
|
2386
2390
|
class="text action"
|
|
2387
2391
|
/>
|
|
2388
|
-
</
|
|
2389
|
-
</
|
|
2390
|
-
<
|
|
2392
|
+
</ui_view>
|
|
2393
|
+
</ui_view>
|
|
2394
|
+
<ui_view
|
|
2391
2395
|
class="view row"
|
|
2392
2396
|
>
|
|
2393
|
-
<
|
|
2397
|
+
<ui_view
|
|
2394
2398
|
class="view"
|
|
2395
2399
|
>
|
|
2396
|
-
<
|
|
2400
|
+
<ui_view
|
|
2397
2401
|
class="view row"
|
|
2398
2402
|
>
|
|
2399
|
-
<
|
|
2403
|
+
<ui_text
|
|
2400
2404
|
class="text action"
|
|
2401
2405
|
>
|
|
2402
2406
|
jue, 20 jul 2023
|
|
2403
|
-
</
|
|
2404
|
-
</
|
|
2405
|
-
<
|
|
2407
|
+
</ui_text>
|
|
2408
|
+
</ui_view>
|
|
2409
|
+
<ui_view
|
|
2406
2410
|
class="view row"
|
|
2407
2411
|
>
|
|
2408
|
-
<
|
|
2412
|
+
<ui_view
|
|
2409
2413
|
class="view row wide"
|
|
2410
2414
|
/>
|
|
2411
|
-
</
|
|
2412
|
-
</
|
|
2413
|
-
<
|
|
2415
|
+
</ui_view>
|
|
2416
|
+
</ui_view>
|
|
2417
|
+
<ui_view
|
|
2414
2418
|
class="view"
|
|
2415
2419
|
>
|
|
2416
|
-
<
|
|
2420
|
+
<ui_text
|
|
2417
2421
|
class="text action"
|
|
2418
2422
|
>
|
|
2419
2423
|
Desayuno incluido
|
|
2420
|
-
</
|
|
2421
|
-
</
|
|
2422
|
-
<
|
|
2424
|
+
</ui_text>
|
|
2425
|
+
</ui_view>
|
|
2426
|
+
<ui_view
|
|
2423
2427
|
class="view"
|
|
2424
2428
|
>
|
|
2425
|
-
<
|
|
2429
|
+
<ui_text
|
|
2426
2430
|
class="text action"
|
|
2427
2431
|
/>
|
|
2428
|
-
</
|
|
2429
|
-
</
|
|
2430
|
-
<
|
|
2432
|
+
</ui_view>
|
|
2433
|
+
</ui_view>
|
|
2434
|
+
<ui_view
|
|
2431
2435
|
class="view row"
|
|
2432
2436
|
>
|
|
2433
|
-
<
|
|
2437
|
+
<ui_view
|
|
2434
2438
|
class="view"
|
|
2435
2439
|
>
|
|
2436
|
-
<
|
|
2440
|
+
<ui_view
|
|
2437
2441
|
class="view row"
|
|
2438
2442
|
>
|
|
2439
|
-
<
|
|
2443
|
+
<ui_text
|
|
2440
2444
|
class="text action"
|
|
2441
2445
|
>
|
|
2442
2446
|
vie, 21 jul 2023
|
|
2443
|
-
</
|
|
2444
|
-
</
|
|
2445
|
-
<
|
|
2447
|
+
</ui_text>
|
|
2448
|
+
</ui_view>
|
|
2449
|
+
<ui_view
|
|
2446
2450
|
class="view row"
|
|
2447
2451
|
>
|
|
2448
|
-
<
|
|
2452
|
+
<ui_view
|
|
2449
2453
|
class="view row wide"
|
|
2450
2454
|
/>
|
|
2451
|
-
</
|
|
2452
|
-
</
|
|
2453
|
-
<
|
|
2455
|
+
</ui_view>
|
|
2456
|
+
</ui_view>
|
|
2457
|
+
<ui_view
|
|
2454
2458
|
class="view"
|
|
2455
2459
|
>
|
|
2456
|
-
<
|
|
2460
|
+
<ui_text
|
|
2457
2461
|
class="text action"
|
|
2458
2462
|
>
|
|
2459
2463
|
Desayuno incluido
|
|
2460
|
-
</
|
|
2461
|
-
</
|
|
2462
|
-
<
|
|
2464
|
+
</ui_text>
|
|
2465
|
+
</ui_view>
|
|
2466
|
+
<ui_view
|
|
2463
2467
|
class="view"
|
|
2464
2468
|
>
|
|
2465
|
-
<
|
|
2469
|
+
<ui_text
|
|
2466
2470
|
class="text action"
|
|
2467
2471
|
/>
|
|
2468
|
-
</
|
|
2469
|
-
</
|
|
2470
|
-
</
|
|
2471
|
-
</
|
|
2472
|
-
<
|
|
2472
|
+
</ui_view>
|
|
2473
|
+
</ui_view>
|
|
2474
|
+
</ui_view>
|
|
2475
|
+
</ui_view>
|
|
2476
|
+
<ui_view
|
|
2473
2477
|
class="view wide"
|
|
2474
2478
|
>
|
|
2475
2479
|
<button
|
|
2476
2480
|
class="pressable button transparent"
|
|
2481
|
+
tabindex="0"
|
|
2477
2482
|
>
|
|
2478
|
-
<
|
|
2483
|
+
<ui_icon
|
|
2479
2484
|
class="icon headline-3"
|
|
2480
2485
|
>
|
|
2481
2486
|
<svg
|
|
@@ -2496,10 +2501,10 @@ exports[`component:<BookingDetails> with a store (checkout) 1`] = `
|
|
|
2496
2501
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
2497
2502
|
/>
|
|
2498
2503
|
</svg>
|
|
2499
|
-
</
|
|
2504
|
+
</ui_icon>
|
|
2500
2505
|
common.action.view_more
|
|
2501
2506
|
</button>
|
|
2502
|
-
</
|
|
2503
|
-
</
|
|
2507
|
+
</ui_view>
|
|
2508
|
+
</ui_view>
|
|
2504
2509
|
</DocumentFragment>
|
|
2505
2510
|
`;
|