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