@mirai/core 0.4.649 → 0.4.651

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.
Files changed (143) hide show
  1. package/build/components/Banner/__tests__/__snapshots__/Banner.skeleton.test.js.snap +278 -0
  2. package/build/components/Banner/__tests__/__snapshots__/Banner.test.js.snap +9 -0
  3. package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +3862 -0
  4. package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +139 -0
  5. package/build/components/Booking/components/Hotelverse/__tests__/__snapshots__/Hotelverse.test.js.snap +28 -0
  6. package/build/components/Booking/components/Summary/__tests__/__snapshots__/Summary.test.js.snap +1683 -0
  7. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormCancel.test.js.snap +586 -0
  8. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormEdit.test.js.snap +46 -0
  9. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormEditDate.test.js.snap +1822 -0
  10. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormEditOccupation.test.js.snap +326 -0
  11. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormResend.test.js.snap +170 -0
  12. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Information.test.js.snap +110 -0
  13. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +82 -0
  14. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +208 -0
  15. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.ModalAgency.test.js.snap +107 -0
  16. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.ModalCalendar.test.js.snap +463 -0
  17. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.ModalCesSurvey.test.js.snap +255 -0
  18. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.ModalOccupation.test.js.snap +491 -0
  19. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Payment.test.js.snap +418 -0
  20. package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +92 -0
  21. package/build/components/ButtonFinder/__tests__/__snapshots__/ButtonFinder.test.js.snap +65 -0
  22. package/build/components/Chat/__tests__/__snapshots__/Chat.constants.test.js.snap +101 -0
  23. package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +190 -0
  24. package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +204 -0
  25. package/build/components/Chat/components/Message/components/__tests__/__snapshots__/Environment.test.js.snap +44 -0
  26. package/build/components/Chat/helpers/__tests__/__snapshots__/getVerboseDate.test.js.snap +9 -0
  27. package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +4946 -0
  28. package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +371 -0
  29. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +412 -0
  30. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +6333 -0
  31. package/build/components/CookieBanner/__tests__/__snapshots__/CookieBanner.test.js.snap +7 -0
  32. package/build/components/Deals/__tests__/__mocks__/deal.json +25 -0
  33. package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +5527 -0
  34. package/build/components/Environment/__tests__/__snapshots__/Environment.State.test.js.snap +120 -0
  35. package/build/components/Environment/__tests__/__snapshots__/Environment.test.js.snap +1088 -0
  36. package/build/components/Finder/__tests__/__snapshots__/Finder.constants.test.js.snap +35 -0
  37. package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +21195 -0
  38. package/build/components/Finder/components/Calendar/__tests__/__mocks__/prices.json +11 -0
  39. package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +8546 -0
  40. package/build/components/Finder/components/Places/__tests__/__mocks__/places.json +44 -0
  41. package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +324 -0
  42. package/build/components/Finder/helpers/__tests__/__mocks__/dataSource.json +1382 -0
  43. package/build/components/Finder/helpers/__tests__/__snapshots__/getForwarderUrl.test.js.snap +7 -0
  44. package/build/components/Header/__tests__/__snapshots__/Header.test.js.snap +1105 -0
  45. package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +19 -0
  46. package/build/components/Rates/__tests__/__snapshots__/Rates.Content.test.js.snap +59 -0
  47. package/build/components/Rates/__tests__/__snapshots__/Rates.Footer.test.js.snap +50 -0
  48. package/build/components/Rates/__tests__/__snapshots__/Rates.Header.test.js.snap +3 -0
  49. package/build/components/Rates/__tests__/__snapshots__/Rates.RoomSelector.test.js.snap +3 -0
  50. package/build/components/Rates/__tests__/__snapshots__/Rates.Unavailability.test.js.snap +53 -0
  51. package/build/components/Rates/__tests__/__snapshots__/Rates.test.js.snap +9962 -0
  52. package/build/components/Rates/components/CardHotel/__tests__/__snapshots__/CardHotel.test.js.snap +116 -0
  53. package/build/components/Rates/components/Filters/__tests__/__snapshots__/FIlters.Button.test.js.snap +32 -0
  54. package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.Amenity.test.js.snap +21 -0
  55. package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.BookingOption.test.js.snap +32 -0
  56. package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.test.js.snap +32 -0
  57. package/build/components/Rates/components/Hotelverse/__tests__/__snapshots__/Hotelverse.test.js.snap +3 -0
  58. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Preview.test.js.snap +93 -0
  59. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Rates.test.js.snap +9 -0
  60. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Summary.test.js.snap +52 -0
  61. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.test.js.snap +150 -0
  62. package/build/components/Rates/components/Item/components/Amenities/__tests__/__snapshots__/Amenities.test.js.snap +3 -0
  63. package/build/components/Rates/components/Item/components/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +3 -0
  64. package/build/components/Rates/components/Item/components/Features/__tests__/__snapshots__/Features.test.js.snap +40 -0
  65. package/build/components/Rates/components/Item/components/ModalCancellationInfo/__tests__/__snapshots__/ModalCancellationInfo.test.js.snap +16 -0
  66. package/build/components/Rates/components/Item/components/ModalInfo/__tests__/__snapshots__/ModalInfo.test.js.snap +47 -0
  67. package/build/components/Rates/components/Item/components/ModalOfferInfo/__tests__/__snapshots__/ModalOfferInfo.test.js.snap +47 -0
  68. package/build/components/Rates/components/Item/components/ModalUrl/__tests__/__snapshots__/ModalUrl.test.js.snap +47 -0
  69. package/build/components/Rates/components/Item/components/Option/__tests__/__snapshots__/Option.test.js.snap +17 -0
  70. package/build/components/Rates/components/Item/components/PriceDetails/__tests__/__snapshots__/PriceDetails.test.js.snap +23 -0
  71. package/build/components/Rates/components/Item/components/RateDetails/__tests__/__snapshots__/RateDetails.test.js.snap +3 -0
  72. package/build/components/Rates/components/Item/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +27 -0
  73. package/build/components/Rates/components/Item/components/TooltipDates/__tests__/__snapshots__/TooltipDates.test.js.snap +3 -0
  74. package/build/components/Rates/components/ModalExtras/__tests__/__snapshots__/ModalExtras.test.js.snap +52 -0
  75. package/build/components/Rates/components/ModalMapView/__tests__/__snapshots__/ModalMapView.test.js.snap +16 -0
  76. package/build/components/Rates/components/ModalTwin/__tests__/__snapshots__/ModalTwin.test.js.snap +374 -0
  77. package/build/components/Rates/components/ModalTwin/components/__tests__/__snapshots__/CardExpanded.test.js.snap +133 -0
  78. package/build/components/Rates/components/ModalTwin/components/__tests__/__snapshots__/CardReduced.test.js.snap +50 -0
  79. package/build/components/Rates/components/ModalTwin/components/__tests__/__snapshots__/Slider.test.js.snap +40 -0
  80. package/build/components/Rates/components/OTAPrices/__tests__/__snapshots__/OTAPrices.test.js.snap +3 -0
  81. package/build/components/Rooms/__tests__/__mocks__/room.json +21 -0
  82. package/build/components/Rooms/__tests__/__snapshots__/Rooms.test.js.snap +5527 -0
  83. package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +264 -0
  84. package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +1040 -0
  85. package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +208 -0
  86. package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +2355 -0
  87. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +500 -0
  88. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +745 -0
  89. package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +414 -0
  90. package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +115 -0
  91. package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +210 -0
  92. package/build/components/__shared__/ButtonPayment/components/Form/__tests__/__snapshots__/Form.test.js.snap +65 -0
  93. package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +53 -0
  94. package/build/components/__shared__/ButtonPayment/components/FormGetnet/__tests__/__snapshots__/FormGetnet.test.js.snap +14 -0
  95. package/build/components/__shared__/ButtonPayment/components/FormHotelpay/__tests__/__snapshots__/FormHotelpay.test.js.snap +104 -0
  96. package/build/components/__shared__/ButtonPayment/components/FormNuvei/__tests__/__snapshots__/FormNuvei.test.js.snap +21 -0
  97. package/build/components/__shared__/ButtonPayment/components/FormPaybyrd/__tests__/__snapshots__/FormPaybyrd.test.js.snap +41 -0
  98. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +18 -0
  99. package/build/components/__shared__/ButtonPayment/components/FormStripe/FormStripe.js +30 -22
  100. package/build/components/__shared__/ButtonPayment/components/FormStripe/FormStripe.js.map +1 -1
  101. package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +190 -0
  102. package/build/components/__shared__/Card/__tests__/__snapshots__/Card.test.js.snap +34 -0
  103. package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +42 -0
  104. package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +366 -0
  105. package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +2242 -0
  106. package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +308 -0
  107. package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +186 -0
  108. package/build/components/__shared__/NotificationRequiredFields/__tests__/__snapshots__/NotificationRequiredFields.test.js.snap +82 -0
  109. package/build/components/__shared__/Occupation/__tests__/__mocks__/occupation.json +17 -0
  110. package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +3754 -0
  111. package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +1105 -0
  112. package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +35 -0
  113. package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +996 -0
  114. package/build/components/__shared__/Payment/components/LinkagePay/__tests__/__snapshots__/LinkagePay.test.js.snap +876 -0
  115. package/build/components/__shared__/Payment/components/Openpay/__tests__/__snapshots__/Openpay.test.js.snap +876 -0
  116. package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +504 -0
  117. package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +119 -0
  118. package/build/components/__shared__/PriceBreakdown/__tests__/__snapshots__/PriceBreakdown.Line.test.js.snap +49 -0
  119. package/build/components/__shared__/PriceBreakdown/__tests__/__snapshots__/PriceBreakdown.test.js.snap +337 -0
  120. package/build/components/__shared__/RatesExplorer/__tests__/__snapshots__/RatesExplorer.Calendar.test.js.snap +2841 -0
  121. package/build/components/__shared__/RatesExplorer/__tests__/__snapshots__/RatesExplorer.constants.js.snap +14 -0
  122. package/build/components/__shared__/RatesExplorer/__tests__/__snapshots__/RatesExplorer.test.js.snap +11053 -0
  123. package/build/components/__shared__/RatesExplorer/helpers/__tests__/__mocks__/deal.json +28 -0
  124. package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +1352 -0
  125. package/build/components/__shared__/Skeleton/__tests__/__snapshots__/Skeleton.test.js.snap +67 -0
  126. package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +41 -0
  127. package/build/components/helpers/__tests__/__mocks__/hotels.json +87 -0
  128. package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +331 -0
  129. package/build/components/helpers/escapeHtml.js +19 -0
  130. package/build/components/helpers/escapeHtml.js.map +1 -0
  131. package/build/components/helpers/template.js +5 -1
  132. package/build/components/helpers/template.js.map +1 -1
  133. package/build/helpers/fetchSession.js +13 -1
  134. package/build/helpers/fetchSession.js.map +1 -1
  135. package/package.json +4 -1
  136. package/.sentryclirc +0 -3
  137. package/AGENTS.md +0 -296
  138. package/Dockerfile +0 -16
  139. package/bitbucket-pipelines.yml +0 -12
  140. package/config/jest/fileMock.js +0 -1
  141. package/config/jest/setup.env.js +0 -20
  142. package/config/jest/setup.js +0 -3
  143. package/jest.config.js +0 -22
@@ -0,0 +1,1822 @@
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
+
3
+ exports[`<Booking> partial:<FormEditDate> inherit:className 1`] = `
4
+ <DocumentFragment>
5
+ <ui-view
6
+ class="view wide"
7
+ >
8
+ <ui-view
9
+ class="view"
10
+ data-testid="booking-current-summary"
11
+ id="22081176982"
12
+ >
13
+ <ui-text
14
+ class="text bold paragraph"
15
+ >
16
+ core.label.current_booking
17
+ </ui-text>
18
+ <ui-view
19
+ class="view row wide"
20
+ >
21
+ <ui-view
22
+ class="view"
23
+ >
24
+ <ui-text
25
+ class="text bold paragraph"
26
+ >
27
+ common.label.check_in
28
+ </ui-text>
29
+ <ui-view
30
+ class="view"
31
+ >
32
+ <ui-text
33
+ class="text action"
34
+ >
35
+ 2024-10-28T00:00:00.000Z
36
+ </ui-text>
37
+ <ui-text
38
+ class="text light small"
39
+ >
40
+ common.label.checkin_time
41
+ </ui-text>
42
+ </ui-view>
43
+ </ui-view>
44
+ <ui-view
45
+ class="view"
46
+ >
47
+ <ui-text
48
+ class="text bold paragraph"
49
+ >
50
+ common.label.check_out
51
+ </ui-text>
52
+ <ui-view
53
+ class="view"
54
+ >
55
+ <ui-text
56
+ class="text action"
57
+ >
58
+ 2024-10-30T00:00:00.000Z
59
+ </ui-text>
60
+ <ui-text
61
+ class="text light small"
62
+ >
63
+ common.label.checkout_time
64
+ </ui-text>
65
+ </ui-view>
66
+ </ui-view>
67
+ </ui-view>
68
+ <ui-view
69
+ class="view wide"
70
+ >
71
+ <ui-text
72
+ class="text bold paragraph"
73
+ >
74
+ common.label.cancellation_policy
75
+ </ui-text>
76
+ <ui-text
77
+ class="text bold action"
78
+ >
79
+ Free cancellation
80
+ </ui-text>
81
+ <ui-text
82
+ class="text small"
83
+ >
84
+ Free cancellation until 24 hours before check-in
85
+ </ui-text>
86
+ </ui-view>
87
+ <ui-view
88
+ class="view wide"
89
+ >
90
+ <ui-text
91
+ class="text bold paragraph"
92
+ >
93
+ common.label.total
94
+ </ui-text>
95
+ <ui-text
96
+ class="text bold headline-3"
97
+ >
98
+ 250 EUR
99
+ </ui-text>
100
+ </ui-view>
101
+ </ui-view>
102
+ <ui-view
103
+ class="view"
104
+ data-testid="booking-new-summary"
105
+ >
106
+ <ui-text
107
+ class="text bold paragraph"
108
+ >
109
+ core.label.new_booking
110
+ </ui-text>
111
+ <ui-view
112
+ class="view row wide"
113
+ >
114
+ <ui-view
115
+ class="view"
116
+ >
117
+ <ui-text
118
+ class="text bold paragraph"
119
+ >
120
+ common.label.check_in
121
+ </ui-text>
122
+ <ui-view
123
+ class="view"
124
+ >
125
+ <ui-text
126
+ class="text action"
127
+ >
128
+ 2025-10-28T00:00:00.000Z
129
+ </ui-text>
130
+ </ui-view>
131
+ </ui-view>
132
+ <ui-view
133
+ class="view"
134
+ >
135
+ <ui-text
136
+ class="text bold paragraph"
137
+ >
138
+ common.label.check_out
139
+ </ui-text>
140
+ <ui-view
141
+ class="view"
142
+ >
143
+ <ui-text
144
+ class="text action"
145
+ >
146
+ 2025-10-28T00:00:00.000Z
147
+ </ui-text>
148
+ </ui-view>
149
+ </ui-view>
150
+ </ui-view>
151
+ <ui-view
152
+ class="view wide"
153
+ >
154
+ <ui-text
155
+ class="text bold paragraph"
156
+ >
157
+ common.label.cancellation_policy
158
+ </ui-text>
159
+ <ui-text
160
+ class="text bold action"
161
+ />
162
+ <ui-text
163
+ class="text small"
164
+ />
165
+ </ui-view>
166
+ <ui-view
167
+ class="view wide"
168
+ >
169
+ <ui-text
170
+ class="text bold paragraph"
171
+ >
172
+ common.label.total
173
+ </ui-text>
174
+ <ui-text
175
+ class="text bold headline-3"
176
+ >
177
+ 0 EUR
178
+ </ui-text>
179
+ </ui-view>
180
+ </ui-view>
181
+ </ui-view>
182
+ </DocumentFragment>
183
+ `;
184
+
185
+ exports[`<Booking> partial:<FormEditDate> prop:dataSource with check-in/out times 1`] = `
186
+ <DocumentFragment>
187
+ <ui-view
188
+ class="view wide"
189
+ >
190
+ <ui-view
191
+ class="view"
192
+ data-testid="booking-current-summary"
193
+ >
194
+ <ui-text
195
+ class="text bold paragraph"
196
+ >
197
+ core.label.current_booking
198
+ </ui-text>
199
+ <ui-view
200
+ class="view row wide"
201
+ >
202
+ <ui-view
203
+ class="view"
204
+ >
205
+ <ui-text
206
+ class="text bold paragraph"
207
+ >
208
+ common.label.check_in
209
+ </ui-text>
210
+ <ui-view
211
+ class="view"
212
+ >
213
+ <ui-text
214
+ class="text action"
215
+ >
216
+ 2024-12-20T00:00:00.000Z
217
+ </ui-text>
218
+ <ui-text
219
+ class="text light small"
220
+ >
221
+ common.label.checkin_time
222
+ </ui-text>
223
+ </ui-view>
224
+ </ui-view>
225
+ <ui-view
226
+ class="view"
227
+ >
228
+ <ui-text
229
+ class="text bold paragraph"
230
+ >
231
+ common.label.check_out
232
+ </ui-text>
233
+ <ui-view
234
+ class="view"
235
+ >
236
+ <ui-text
237
+ class="text action"
238
+ >
239
+ 2024-12-25T00:00:00.000Z
240
+ </ui-text>
241
+ <ui-text
242
+ class="text light small"
243
+ >
244
+ common.label.checkout_time
245
+ </ui-text>
246
+ </ui-view>
247
+ </ui-view>
248
+ </ui-view>
249
+ <ui-view
250
+ class="view wide"
251
+ >
252
+ <ui-text
253
+ class="text bold paragraph"
254
+ >
255
+ common.label.cancellation_policy
256
+ </ui-text>
257
+ <ui-text
258
+ class="text bold action"
259
+ />
260
+ <ui-text
261
+ class="text small"
262
+ />
263
+ </ui-view>
264
+ <ui-view
265
+ class="view wide"
266
+ >
267
+ <ui-text
268
+ class="text bold paragraph"
269
+ >
270
+ common.label.total
271
+ </ui-text>
272
+ <ui-text
273
+ class="text bold headline-3"
274
+ >
275
+ 0 EUR
276
+ </ui-text>
277
+ </ui-view>
278
+ </ui-view>
279
+ <ui-view
280
+ class="view"
281
+ data-testid="booking-new-summary"
282
+ >
283
+ <ui-text
284
+ class="text bold paragraph"
285
+ >
286
+ core.label.new_booking
287
+ </ui-text>
288
+ <ui-view
289
+ class="view row wide"
290
+ >
291
+ <ui-view
292
+ class="view"
293
+ >
294
+ <ui-text
295
+ class="text bold paragraph"
296
+ >
297
+ common.label.check_in
298
+ </ui-text>
299
+ <ui-view
300
+ class="view"
301
+ >
302
+ <ui-text
303
+ class="text action"
304
+ >
305
+ 2025-10-28T00:00:00.000Z
306
+ </ui-text>
307
+ </ui-view>
308
+ </ui-view>
309
+ <ui-view
310
+ class="view"
311
+ >
312
+ <ui-text
313
+ class="text bold paragraph"
314
+ >
315
+ common.label.check_out
316
+ </ui-text>
317
+ <ui-view
318
+ class="view"
319
+ >
320
+ <ui-text
321
+ class="text action"
322
+ >
323
+ 2025-10-28T00:00:00.000Z
324
+ </ui-text>
325
+ </ui-view>
326
+ </ui-view>
327
+ </ui-view>
328
+ <ui-view
329
+ class="view wide"
330
+ >
331
+ <ui-text
332
+ class="text bold paragraph"
333
+ >
334
+ common.label.cancellation_policy
335
+ </ui-text>
336
+ <ui-text
337
+ class="text bold action"
338
+ />
339
+ <ui-text
340
+ class="text small"
341
+ />
342
+ </ui-view>
343
+ <ui-view
344
+ class="view wide"
345
+ >
346
+ <ui-text
347
+ class="text bold paragraph"
348
+ >
349
+ common.label.total
350
+ </ui-text>
351
+ <ui-text
352
+ class="text bold headline-3"
353
+ >
354
+ 0 EUR
355
+ </ui-text>
356
+ </ui-view>
357
+ </ui-view>
358
+ </ui-view>
359
+ </DocumentFragment>
360
+ `;
361
+
362
+ exports[`<Booking> partial:<FormEditDate> prop:dataSource with minimal data 1`] = `
363
+ <DocumentFragment>
364
+ <ui-view
365
+ class="view wide"
366
+ >
367
+ <ui-view
368
+ class="view"
369
+ data-testid="booking-current-summary"
370
+ >
371
+ <ui-text
372
+ class="text bold paragraph"
373
+ >
374
+ core.label.current_booking
375
+ </ui-text>
376
+ <ui-view
377
+ class="view row wide"
378
+ >
379
+ <ui-view
380
+ class="view"
381
+ >
382
+ <ui-text
383
+ class="text bold paragraph"
384
+ >
385
+ common.label.check_in
386
+ </ui-text>
387
+ <ui-view
388
+ class="view"
389
+ >
390
+ <ui-text
391
+ class="text action"
392
+ >
393
+ 2024-12-20T00:00:00.000Z
394
+ </ui-text>
395
+ </ui-view>
396
+ </ui-view>
397
+ <ui-view
398
+ class="view"
399
+ >
400
+ <ui-text
401
+ class="text bold paragraph"
402
+ >
403
+ common.label.check_out
404
+ </ui-text>
405
+ <ui-view
406
+ class="view"
407
+ >
408
+ <ui-text
409
+ class="text action"
410
+ >
411
+ 2024-12-25T00:00:00.000Z
412
+ </ui-text>
413
+ </ui-view>
414
+ </ui-view>
415
+ </ui-view>
416
+ <ui-view
417
+ class="view wide"
418
+ >
419
+ <ui-text
420
+ class="text bold paragraph"
421
+ >
422
+ common.label.cancellation_policy
423
+ </ui-text>
424
+ <ui-text
425
+ class="text bold action"
426
+ />
427
+ <ui-text
428
+ class="text small"
429
+ />
430
+ </ui-view>
431
+ <ui-view
432
+ class="view wide"
433
+ >
434
+ <ui-text
435
+ class="text bold paragraph"
436
+ >
437
+ common.label.total
438
+ </ui-text>
439
+ <ui-text
440
+ class="text bold headline-3"
441
+ >
442
+ 0 EUR
443
+ </ui-text>
444
+ </ui-view>
445
+ </ui-view>
446
+ <ui-view
447
+ class="view"
448
+ data-testid="booking-new-summary"
449
+ >
450
+ <ui-text
451
+ class="text bold paragraph"
452
+ >
453
+ core.label.new_booking
454
+ </ui-text>
455
+ <ui-view
456
+ class="view row wide"
457
+ >
458
+ <ui-view
459
+ class="view"
460
+ >
461
+ <ui-text
462
+ class="text bold paragraph"
463
+ >
464
+ common.label.check_in
465
+ </ui-text>
466
+ <ui-view
467
+ class="view"
468
+ >
469
+ <ui-text
470
+ class="text action"
471
+ >
472
+ 2025-10-28T00:00:00.000Z
473
+ </ui-text>
474
+ </ui-view>
475
+ </ui-view>
476
+ <ui-view
477
+ class="view"
478
+ >
479
+ <ui-text
480
+ class="text bold paragraph"
481
+ >
482
+ common.label.check_out
483
+ </ui-text>
484
+ <ui-view
485
+ class="view"
486
+ >
487
+ <ui-text
488
+ class="text action"
489
+ >
490
+ 2025-10-28T00:00:00.000Z
491
+ </ui-text>
492
+ </ui-view>
493
+ </ui-view>
494
+ </ui-view>
495
+ <ui-view
496
+ class="view wide"
497
+ >
498
+ <ui-text
499
+ class="text bold paragraph"
500
+ >
501
+ common.label.cancellation_policy
502
+ </ui-text>
503
+ <ui-text
504
+ class="text bold action"
505
+ />
506
+ <ui-text
507
+ class="text small"
508
+ />
509
+ </ui-view>
510
+ <ui-view
511
+ class="view wide"
512
+ >
513
+ <ui-text
514
+ class="text bold paragraph"
515
+ >
516
+ common.label.total
517
+ </ui-text>
518
+ <ui-text
519
+ class="text bold headline-3"
520
+ >
521
+ 0 EUR
522
+ </ui-text>
523
+ </ui-view>
524
+ </ui-view>
525
+ </ui-view>
526
+ </DocumentFragment>
527
+ `;
528
+
529
+ exports[`<Booking> partial:<FormEditDate> prop:responseCalendar 1`] = `
530
+ <DocumentFragment>
531
+ <ui-view
532
+ class="view wide"
533
+ >
534
+ <ui-view
535
+ class="view"
536
+ data-testid="booking-current-summary"
537
+ id="22081176982"
538
+ >
539
+ <ui-text
540
+ class="text bold paragraph"
541
+ >
542
+ core.label.current_booking
543
+ </ui-text>
544
+ <ui-view
545
+ class="view row wide"
546
+ >
547
+ <ui-view
548
+ class="view"
549
+ >
550
+ <ui-text
551
+ class="text bold paragraph"
552
+ >
553
+ common.label.check_in
554
+ </ui-text>
555
+ <ui-view
556
+ class="view"
557
+ >
558
+ <ui-text
559
+ class="text action"
560
+ >
561
+ 2024-10-28T00:00:00.000Z
562
+ </ui-text>
563
+ <ui-text
564
+ class="text light small"
565
+ >
566
+ common.label.checkin_time
567
+ </ui-text>
568
+ </ui-view>
569
+ </ui-view>
570
+ <ui-view
571
+ class="view"
572
+ >
573
+ <ui-text
574
+ class="text bold paragraph"
575
+ >
576
+ common.label.check_out
577
+ </ui-text>
578
+ <ui-view
579
+ class="view"
580
+ >
581
+ <ui-text
582
+ class="text action"
583
+ >
584
+ 2024-10-30T00:00:00.000Z
585
+ </ui-text>
586
+ <ui-text
587
+ class="text light small"
588
+ >
589
+ common.label.checkout_time
590
+ </ui-text>
591
+ </ui-view>
592
+ </ui-view>
593
+ </ui-view>
594
+ <ui-view
595
+ class="view wide"
596
+ >
597
+ <ui-text
598
+ class="text bold paragraph"
599
+ >
600
+ common.label.cancellation_policy
601
+ </ui-text>
602
+ <ui-text
603
+ class="text bold action"
604
+ >
605
+ Free cancellation
606
+ </ui-text>
607
+ <ui-text
608
+ class="text small"
609
+ >
610
+ Free cancellation until 24 hours before check-in
611
+ </ui-text>
612
+ </ui-view>
613
+ <ui-view
614
+ class="view wide"
615
+ >
616
+ <ui-text
617
+ class="text bold paragraph"
618
+ >
619
+ common.label.total
620
+ </ui-text>
621
+ <ui-text
622
+ class="text bold headline-3"
623
+ >
624
+ 250 EUR
625
+ </ui-text>
626
+ </ui-view>
627
+ </ui-view>
628
+ <ui-view
629
+ class="view"
630
+ data-testid="booking-new-summary"
631
+ >
632
+ <ui-text
633
+ class="text bold paragraph"
634
+ >
635
+ core.label.new_booking
636
+ </ui-text>
637
+ <ui-view
638
+ class="view row wide"
639
+ >
640
+ <ui-view
641
+ class="view"
642
+ >
643
+ <ui-text
644
+ class="text bold paragraph"
645
+ >
646
+ common.label.check_in
647
+ </ui-text>
648
+ <ui-view
649
+ class="view"
650
+ >
651
+ <ui-text
652
+ class="text action"
653
+ >
654
+ 2024-11-15T00:00:00.000Z
655
+ </ui-text>
656
+ </ui-view>
657
+ </ui-view>
658
+ <ui-view
659
+ class="view"
660
+ >
661
+ <ui-text
662
+ class="text bold paragraph"
663
+ >
664
+ common.label.check_out
665
+ </ui-text>
666
+ <ui-view
667
+ class="view"
668
+ >
669
+ <ui-text
670
+ class="text action"
671
+ >
672
+ 2024-11-18T00:00:00.000Z
673
+ </ui-text>
674
+ </ui-view>
675
+ </ui-view>
676
+ </ui-view>
677
+ <ui-view
678
+ class="view wide"
679
+ >
680
+ <ui-text
681
+ class="text bold paragraph"
682
+ >
683
+ common.label.cancellation_policy
684
+ </ui-text>
685
+ <ui-text
686
+ class="text bold action"
687
+ />
688
+ <ui-text
689
+ class="text small"
690
+ />
691
+ </ui-view>
692
+ <ui-view
693
+ class="view wide"
694
+ >
695
+ <ui-text
696
+ class="text bold paragraph"
697
+ >
698
+ common.label.total
699
+ </ui-text>
700
+ <ui-text
701
+ class="text bold headline-3"
702
+ >
703
+ 320 EUR
704
+ </ui-text>
705
+ </ui-view>
706
+ </ui-view>
707
+ </ui-view>
708
+ </DocumentFragment>
709
+ `;
710
+
711
+ exports[`<Booking> partial:<FormEditDate> prop:responseCalendar as empty object 1`] = `
712
+ <DocumentFragment>
713
+ <ui-view
714
+ class="view wide"
715
+ >
716
+ <ui-view
717
+ class="view"
718
+ data-testid="booking-current-summary"
719
+ id="22081176982"
720
+ >
721
+ <ui-text
722
+ class="text bold paragraph"
723
+ >
724
+ core.label.current_booking
725
+ </ui-text>
726
+ <ui-view
727
+ class="view row wide"
728
+ >
729
+ <ui-view
730
+ class="view"
731
+ >
732
+ <ui-text
733
+ class="text bold paragraph"
734
+ >
735
+ common.label.check_in
736
+ </ui-text>
737
+ <ui-view
738
+ class="view"
739
+ >
740
+ <ui-text
741
+ class="text action"
742
+ >
743
+ 2024-10-28T00:00:00.000Z
744
+ </ui-text>
745
+ <ui-text
746
+ class="text light small"
747
+ >
748
+ common.label.checkin_time
749
+ </ui-text>
750
+ </ui-view>
751
+ </ui-view>
752
+ <ui-view
753
+ class="view"
754
+ >
755
+ <ui-text
756
+ class="text bold paragraph"
757
+ >
758
+ common.label.check_out
759
+ </ui-text>
760
+ <ui-view
761
+ class="view"
762
+ >
763
+ <ui-text
764
+ class="text action"
765
+ >
766
+ 2024-10-30T00:00:00.000Z
767
+ </ui-text>
768
+ <ui-text
769
+ class="text light small"
770
+ >
771
+ common.label.checkout_time
772
+ </ui-text>
773
+ </ui-view>
774
+ </ui-view>
775
+ </ui-view>
776
+ <ui-view
777
+ class="view wide"
778
+ >
779
+ <ui-text
780
+ class="text bold paragraph"
781
+ >
782
+ common.label.cancellation_policy
783
+ </ui-text>
784
+ <ui-text
785
+ class="text bold action"
786
+ >
787
+ Free cancellation
788
+ </ui-text>
789
+ <ui-text
790
+ class="text small"
791
+ >
792
+ Free cancellation until 24 hours before check-in
793
+ </ui-text>
794
+ </ui-view>
795
+ <ui-view
796
+ class="view wide"
797
+ >
798
+ <ui-text
799
+ class="text bold paragraph"
800
+ >
801
+ common.label.total
802
+ </ui-text>
803
+ <ui-text
804
+ class="text bold headline-3"
805
+ >
806
+ 250 EUR
807
+ </ui-text>
808
+ </ui-view>
809
+ </ui-view>
810
+ <ui-view
811
+ class="view"
812
+ data-testid="booking-new-summary"
813
+ >
814
+ <ui-text
815
+ class="text bold paragraph"
816
+ >
817
+ core.label.new_booking
818
+ </ui-text>
819
+ <ui-view
820
+ class="view row wide"
821
+ >
822
+ <ui-view
823
+ class="view"
824
+ >
825
+ <ui-text
826
+ class="text bold paragraph"
827
+ >
828
+ common.label.check_in
829
+ </ui-text>
830
+ <ui-view
831
+ class="view"
832
+ >
833
+ <ui-text
834
+ class="text action"
835
+ >
836
+ 2025-10-28T00:00:00.000Z
837
+ </ui-text>
838
+ </ui-view>
839
+ </ui-view>
840
+ <ui-view
841
+ class="view"
842
+ >
843
+ <ui-text
844
+ class="text bold paragraph"
845
+ >
846
+ common.label.check_out
847
+ </ui-text>
848
+ <ui-view
849
+ class="view"
850
+ >
851
+ <ui-text
852
+ class="text action"
853
+ >
854
+ 2025-10-28T00:00:00.000Z
855
+ </ui-text>
856
+ </ui-view>
857
+ </ui-view>
858
+ </ui-view>
859
+ <ui-view
860
+ class="view wide"
861
+ >
862
+ <ui-text
863
+ class="text bold paragraph"
864
+ >
865
+ common.label.cancellation_policy
866
+ </ui-text>
867
+ <ui-text
868
+ class="text bold action"
869
+ />
870
+ <ui-text
871
+ class="text small"
872
+ />
873
+ </ui-view>
874
+ <ui-view
875
+ class="view wide"
876
+ >
877
+ <ui-text
878
+ class="text bold paragraph"
879
+ >
880
+ common.label.total
881
+ </ui-text>
882
+ <ui-text
883
+ class="text bold headline-3"
884
+ >
885
+ 0 EUR
886
+ </ui-text>
887
+ </ui-view>
888
+ </ui-view>
889
+ </ui-view>
890
+ </DocumentFragment>
891
+ `;
892
+
893
+ exports[`<Booking> partial:<FormEditDate> prop:responseCalendar with complete data 1`] = `
894
+ <DocumentFragment>
895
+ <ui-view
896
+ class="view wide"
897
+ >
898
+ <ui-view
899
+ class="view"
900
+ data-testid="booking-current-summary"
901
+ id="22081176982"
902
+ >
903
+ <ui-text
904
+ class="text bold paragraph"
905
+ >
906
+ core.label.current_booking
907
+ </ui-text>
908
+ <ui-view
909
+ class="view row wide"
910
+ >
911
+ <ui-view
912
+ class="view"
913
+ >
914
+ <ui-text
915
+ class="text bold paragraph"
916
+ >
917
+ common.label.check_in
918
+ </ui-text>
919
+ <ui-view
920
+ class="view"
921
+ >
922
+ <ui-text
923
+ class="text action"
924
+ >
925
+ 2024-10-28T00:00:00.000Z
926
+ </ui-text>
927
+ <ui-text
928
+ class="text light small"
929
+ >
930
+ common.label.checkin_time
931
+ </ui-text>
932
+ </ui-view>
933
+ </ui-view>
934
+ <ui-view
935
+ class="view"
936
+ >
937
+ <ui-text
938
+ class="text bold paragraph"
939
+ >
940
+ common.label.check_out
941
+ </ui-text>
942
+ <ui-view
943
+ class="view"
944
+ >
945
+ <ui-text
946
+ class="text action"
947
+ >
948
+ 2024-10-30T00:00:00.000Z
949
+ </ui-text>
950
+ <ui-text
951
+ class="text light small"
952
+ >
953
+ common.label.checkout_time
954
+ </ui-text>
955
+ </ui-view>
956
+ </ui-view>
957
+ </ui-view>
958
+ <ui-view
959
+ class="view wide"
960
+ >
961
+ <ui-text
962
+ class="text bold paragraph"
963
+ >
964
+ common.label.cancellation_policy
965
+ </ui-text>
966
+ <ui-text
967
+ class="text bold action"
968
+ >
969
+ Free cancellation
970
+ </ui-text>
971
+ <ui-text
972
+ class="text small"
973
+ >
974
+ Free cancellation until 24 hours before check-in
975
+ </ui-text>
976
+ </ui-view>
977
+ <ui-view
978
+ class="view wide"
979
+ >
980
+ <ui-text
981
+ class="text bold paragraph"
982
+ >
983
+ common.label.total
984
+ </ui-text>
985
+ <ui-text
986
+ class="text bold headline-3"
987
+ >
988
+ 250 EUR
989
+ </ui-text>
990
+ </ui-view>
991
+ </ui-view>
992
+ <ui-view
993
+ class="view"
994
+ data-testid="booking-new-summary"
995
+ >
996
+ <ui-text
997
+ class="text bold paragraph"
998
+ >
999
+ core.label.new_booking
1000
+ </ui-text>
1001
+ <ui-view
1002
+ class="view row wide"
1003
+ >
1004
+ <ui-view
1005
+ class="view"
1006
+ >
1007
+ <ui-text
1008
+ class="text bold paragraph"
1009
+ >
1010
+ common.label.check_in
1011
+ </ui-text>
1012
+ <ui-view
1013
+ class="view"
1014
+ >
1015
+ <ui-text
1016
+ class="text action"
1017
+ >
1018
+ 2024-11-15T00:00:00.000Z
1019
+ </ui-text>
1020
+ <ui-text
1021
+ class="text light small"
1022
+ >
1023
+ common.label.checkin_time
1024
+ </ui-text>
1025
+ </ui-view>
1026
+ </ui-view>
1027
+ <ui-view
1028
+ class="view"
1029
+ >
1030
+ <ui-text
1031
+ class="text bold paragraph"
1032
+ >
1033
+ common.label.check_out
1034
+ </ui-text>
1035
+ <ui-view
1036
+ class="view"
1037
+ >
1038
+ <ui-text
1039
+ class="text action"
1040
+ >
1041
+ 2024-11-18T00:00:00.000Z
1042
+ </ui-text>
1043
+ <ui-text
1044
+ class="text light small"
1045
+ >
1046
+ common.label.checkout_time
1047
+ </ui-text>
1048
+ </ui-view>
1049
+ </ui-view>
1050
+ </ui-view>
1051
+ <ui-view
1052
+ class="view wide"
1053
+ >
1054
+ <ui-text
1055
+ class="text bold paragraph"
1056
+ >
1057
+ common.label.cancellation_policy
1058
+ </ui-text>
1059
+ <ui-text
1060
+ class="text bold action"
1061
+ >
1062
+ No cancellation
1063
+ </ui-text>
1064
+ <ui-text
1065
+ class="text small"
1066
+ >
1067
+ Non-refundable
1068
+ </ui-text>
1069
+ </ui-view>
1070
+ <ui-view
1071
+ class="view wide"
1072
+ >
1073
+ <ui-text
1074
+ class="text bold paragraph"
1075
+ >
1076
+ common.label.total
1077
+ </ui-text>
1078
+ <ui-text
1079
+ class="text bold headline-3"
1080
+ >
1081
+ 320 USD
1082
+ </ui-text>
1083
+ </ui-view>
1084
+ </ui-view>
1085
+ </ui-view>
1086
+ </DocumentFragment>
1087
+ `;
1088
+
1089
+ exports[`<Booking> partial:<FormEditDate> renders 1`] = `
1090
+ <DocumentFragment>
1091
+ <ui-view
1092
+ class="view wide"
1093
+ >
1094
+ <ui-view
1095
+ class="view"
1096
+ data-testid="booking-current-summary"
1097
+ id="22081176982"
1098
+ >
1099
+ <ui-text
1100
+ class="text bold paragraph"
1101
+ >
1102
+ core.label.current_booking
1103
+ </ui-text>
1104
+ <ui-view
1105
+ class="view row wide"
1106
+ >
1107
+ <ui-view
1108
+ class="view"
1109
+ >
1110
+ <ui-text
1111
+ class="text bold paragraph"
1112
+ >
1113
+ common.label.check_in
1114
+ </ui-text>
1115
+ <ui-view
1116
+ class="view"
1117
+ >
1118
+ <ui-text
1119
+ class="text action"
1120
+ >
1121
+ 2024-10-28T00:00:00.000Z
1122
+ </ui-text>
1123
+ <ui-text
1124
+ class="text light small"
1125
+ >
1126
+ common.label.checkin_time
1127
+ </ui-text>
1128
+ </ui-view>
1129
+ </ui-view>
1130
+ <ui-view
1131
+ class="view"
1132
+ >
1133
+ <ui-text
1134
+ class="text bold paragraph"
1135
+ >
1136
+ common.label.check_out
1137
+ </ui-text>
1138
+ <ui-view
1139
+ class="view"
1140
+ >
1141
+ <ui-text
1142
+ class="text action"
1143
+ >
1144
+ 2024-10-30T00:00:00.000Z
1145
+ </ui-text>
1146
+ <ui-text
1147
+ class="text light small"
1148
+ >
1149
+ common.label.checkout_time
1150
+ </ui-text>
1151
+ </ui-view>
1152
+ </ui-view>
1153
+ </ui-view>
1154
+ <ui-view
1155
+ class="view wide"
1156
+ >
1157
+ <ui-text
1158
+ class="text bold paragraph"
1159
+ >
1160
+ common.label.cancellation_policy
1161
+ </ui-text>
1162
+ <ui-text
1163
+ class="text bold action"
1164
+ >
1165
+ Free cancellation
1166
+ </ui-text>
1167
+ <ui-text
1168
+ class="text small"
1169
+ >
1170
+ Free cancellation until 24 hours before check-in
1171
+ </ui-text>
1172
+ </ui-view>
1173
+ <ui-view
1174
+ class="view wide"
1175
+ >
1176
+ <ui-text
1177
+ class="text bold paragraph"
1178
+ >
1179
+ common.label.total
1180
+ </ui-text>
1181
+ <ui-text
1182
+ class="text bold headline-3"
1183
+ >
1184
+ 250 EUR
1185
+ </ui-text>
1186
+ </ui-view>
1187
+ </ui-view>
1188
+ <ui-view
1189
+ class="view"
1190
+ data-testid="booking-new-summary"
1191
+ >
1192
+ <ui-text
1193
+ class="text bold paragraph"
1194
+ >
1195
+ core.label.new_booking
1196
+ </ui-text>
1197
+ <ui-view
1198
+ class="view row wide"
1199
+ >
1200
+ <ui-view
1201
+ class="view"
1202
+ >
1203
+ <ui-text
1204
+ class="text bold paragraph"
1205
+ >
1206
+ common.label.check_in
1207
+ </ui-text>
1208
+ <ui-view
1209
+ class="view"
1210
+ >
1211
+ <ui-text
1212
+ class="text action"
1213
+ >
1214
+ 2025-10-28T00:00:00.000Z
1215
+ </ui-text>
1216
+ </ui-view>
1217
+ </ui-view>
1218
+ <ui-view
1219
+ class="view"
1220
+ >
1221
+ <ui-text
1222
+ class="text bold paragraph"
1223
+ >
1224
+ common.label.check_out
1225
+ </ui-text>
1226
+ <ui-view
1227
+ class="view"
1228
+ >
1229
+ <ui-text
1230
+ class="text action"
1231
+ >
1232
+ 2025-10-28T00:00:00.000Z
1233
+ </ui-text>
1234
+ </ui-view>
1235
+ </ui-view>
1236
+ </ui-view>
1237
+ <ui-view
1238
+ class="view wide"
1239
+ >
1240
+ <ui-text
1241
+ class="text bold paragraph"
1242
+ >
1243
+ common.label.cancellation_policy
1244
+ </ui-text>
1245
+ <ui-text
1246
+ class="text bold action"
1247
+ />
1248
+ <ui-text
1249
+ class="text small"
1250
+ />
1251
+ </ui-view>
1252
+ <ui-view
1253
+ class="view wide"
1254
+ >
1255
+ <ui-text
1256
+ class="text bold paragraph"
1257
+ >
1258
+ common.label.total
1259
+ </ui-text>
1260
+ <ui-text
1261
+ class="text bold headline-3"
1262
+ >
1263
+ 0 EUR
1264
+ </ui-text>
1265
+ </ui-view>
1266
+ </ui-view>
1267
+ </ui-view>
1268
+ </DocumentFragment>
1269
+ `;
1270
+
1271
+ exports[`<Booking> partial:<FormEditDate> renders with full datasource 1`] = `
1272
+ <DocumentFragment>
1273
+ <ui-view
1274
+ class="view wide"
1275
+ >
1276
+ <ui-view
1277
+ cancellationpolicy="[object Object]"
1278
+ class="view"
1279
+ contact="[object Object]"
1280
+ data-testid="booking-current-summary"
1281
+ details="[object Object],[object Object]"
1282
+ extras="[object Object],[object Object],[object Object],[object Object],[object Object]"
1283
+ hotel="[object Object]"
1284
+ id="22081176982"
1285
+ ispostponable=""
1286
+ payment="Prepayment required of 10%: Online secure payment You have pre-paid 459.92 euros. The rest has to be paid at the property (if applicable)"
1287
+ paymentsconditions="Pay on arrival at the property. Credit Card only as a booking guarantee."
1288
+ preferences="{{preferences}} Lorem ipsum dolor sit, amet consectetur"
1289
+ state="1"
1290
+ >
1291
+ <ui-text
1292
+ class="text bold paragraph"
1293
+ >
1294
+ core.label.current_booking
1295
+ </ui-text>
1296
+ <ui-view
1297
+ class="view row wide"
1298
+ >
1299
+ <ui-view
1300
+ class="view"
1301
+ >
1302
+ <ui-text
1303
+ class="text bold paragraph"
1304
+ >
1305
+ common.label.check_in
1306
+ </ui-text>
1307
+ <ui-view
1308
+ class="view"
1309
+ >
1310
+ <ui-text
1311
+ class="text action"
1312
+ >
1313
+ 2023-07-24T00:00:00.000Z
1314
+ </ui-text>
1315
+ <ui-text
1316
+ class="text light small"
1317
+ >
1318
+ common.label.checkin_time
1319
+ </ui-text>
1320
+ </ui-view>
1321
+ </ui-view>
1322
+ <ui-view
1323
+ class="view"
1324
+ >
1325
+ <ui-text
1326
+ class="text bold paragraph"
1327
+ >
1328
+ common.label.check_out
1329
+ </ui-text>
1330
+ <ui-view
1331
+ class="view"
1332
+ >
1333
+ <ui-text
1334
+ class="text action"
1335
+ >
1336
+ 2023-07-30T00:00:00.000Z
1337
+ </ui-text>
1338
+ <ui-text
1339
+ class="text light small"
1340
+ >
1341
+ common.label.checkout_time
1342
+ </ui-text>
1343
+ </ui-view>
1344
+ </ui-view>
1345
+ </ui-view>
1346
+ <ui-view
1347
+ class="view wide"
1348
+ >
1349
+ <ui-text
1350
+ class="text bold paragraph"
1351
+ >
1352
+ common.label.cancellation_policy
1353
+ </ui-text>
1354
+ <ui-text
1355
+ class="text bold action"
1356
+ />
1357
+ <ui-text
1358
+ class="text small"
1359
+ />
1360
+ </ui-view>
1361
+ <ui-view
1362
+ class="view wide"
1363
+ >
1364
+ <ui-text
1365
+ class="text bold paragraph"
1366
+ >
1367
+ common.label.total
1368
+ </ui-text>
1369
+ <ui-text
1370
+ class="text bold headline-3"
1371
+ >
1372
+ 198.41 GBP
1373
+ </ui-text>
1374
+ </ui-view>
1375
+ </ui-view>
1376
+ <ui-view
1377
+ class="view"
1378
+ data-testid="booking-new-summary"
1379
+ >
1380
+ <ui-text
1381
+ class="text bold paragraph"
1382
+ >
1383
+ core.label.new_booking
1384
+ </ui-text>
1385
+ <ui-view
1386
+ class="view row wide"
1387
+ >
1388
+ <ui-view
1389
+ class="view"
1390
+ >
1391
+ <ui-text
1392
+ class="text bold paragraph"
1393
+ >
1394
+ common.label.check_in
1395
+ </ui-text>
1396
+ <ui-view
1397
+ class="view"
1398
+ >
1399
+ <ui-text
1400
+ class="text action"
1401
+ >
1402
+ 2025-10-28T00:00:00.000Z
1403
+ </ui-text>
1404
+ </ui-view>
1405
+ </ui-view>
1406
+ <ui-view
1407
+ class="view"
1408
+ >
1409
+ <ui-text
1410
+ class="text bold paragraph"
1411
+ >
1412
+ common.label.check_out
1413
+ </ui-text>
1414
+ <ui-view
1415
+ class="view"
1416
+ >
1417
+ <ui-text
1418
+ class="text action"
1419
+ >
1420
+ 2025-10-28T00:00:00.000Z
1421
+ </ui-text>
1422
+ </ui-view>
1423
+ </ui-view>
1424
+ </ui-view>
1425
+ <ui-view
1426
+ class="view wide"
1427
+ >
1428
+ <ui-text
1429
+ class="text bold paragraph"
1430
+ >
1431
+ common.label.cancellation_policy
1432
+ </ui-text>
1433
+ <ui-text
1434
+ class="text bold action"
1435
+ />
1436
+ <ui-text
1437
+ class="text small"
1438
+ />
1439
+ </ui-view>
1440
+ <ui-view
1441
+ class="view wide"
1442
+ >
1443
+ <ui-text
1444
+ class="text bold paragraph"
1445
+ >
1446
+ common.label.total
1447
+ </ui-text>
1448
+ <ui-text
1449
+ class="text bold headline-3"
1450
+ >
1451
+ 0 EUR
1452
+ </ui-text>
1453
+ </ui-view>
1454
+ </ui-view>
1455
+ </ui-view>
1456
+ </DocumentFragment>
1457
+ `;
1458
+
1459
+ exports[`<Booking> partial:<FormEditDate> testID 1`] = `
1460
+ <DocumentFragment>
1461
+ <ui-view
1462
+ class="view wide"
1463
+ data-testid="mirai"
1464
+ >
1465
+ <ui-view
1466
+ class="view"
1467
+ data-testid="booking-current-summary"
1468
+ id="22081176982"
1469
+ >
1470
+ <ui-text
1471
+ class="text bold paragraph"
1472
+ >
1473
+ core.label.current_booking
1474
+ </ui-text>
1475
+ <ui-view
1476
+ class="view row wide"
1477
+ >
1478
+ <ui-view
1479
+ class="view"
1480
+ >
1481
+ <ui-text
1482
+ class="text bold paragraph"
1483
+ >
1484
+ common.label.check_in
1485
+ </ui-text>
1486
+ <ui-view
1487
+ class="view"
1488
+ >
1489
+ <ui-text
1490
+ class="text action"
1491
+ >
1492
+ 2024-10-28T00:00:00.000Z
1493
+ </ui-text>
1494
+ <ui-text
1495
+ class="text light small"
1496
+ >
1497
+ common.label.checkin_time
1498
+ </ui-text>
1499
+ </ui-view>
1500
+ </ui-view>
1501
+ <ui-view
1502
+ class="view"
1503
+ >
1504
+ <ui-text
1505
+ class="text bold paragraph"
1506
+ >
1507
+ common.label.check_out
1508
+ </ui-text>
1509
+ <ui-view
1510
+ class="view"
1511
+ >
1512
+ <ui-text
1513
+ class="text action"
1514
+ >
1515
+ 2024-10-30T00:00:00.000Z
1516
+ </ui-text>
1517
+ <ui-text
1518
+ class="text light small"
1519
+ >
1520
+ common.label.checkout_time
1521
+ </ui-text>
1522
+ </ui-view>
1523
+ </ui-view>
1524
+ </ui-view>
1525
+ <ui-view
1526
+ class="view wide"
1527
+ >
1528
+ <ui-text
1529
+ class="text bold paragraph"
1530
+ >
1531
+ common.label.cancellation_policy
1532
+ </ui-text>
1533
+ <ui-text
1534
+ class="text bold action"
1535
+ >
1536
+ Free cancellation
1537
+ </ui-text>
1538
+ <ui-text
1539
+ class="text small"
1540
+ >
1541
+ Free cancellation until 24 hours before check-in
1542
+ </ui-text>
1543
+ </ui-view>
1544
+ <ui-view
1545
+ class="view wide"
1546
+ >
1547
+ <ui-text
1548
+ class="text bold paragraph"
1549
+ >
1550
+ common.label.total
1551
+ </ui-text>
1552
+ <ui-text
1553
+ class="text bold headline-3"
1554
+ >
1555
+ 250 EUR
1556
+ </ui-text>
1557
+ </ui-view>
1558
+ </ui-view>
1559
+ <ui-view
1560
+ class="view"
1561
+ data-testid="booking-new-summary"
1562
+ >
1563
+ <ui-text
1564
+ class="text bold paragraph"
1565
+ >
1566
+ core.label.new_booking
1567
+ </ui-text>
1568
+ <ui-view
1569
+ class="view row wide"
1570
+ >
1571
+ <ui-view
1572
+ class="view"
1573
+ >
1574
+ <ui-text
1575
+ class="text bold paragraph"
1576
+ >
1577
+ common.label.check_in
1578
+ </ui-text>
1579
+ <ui-view
1580
+ class="view"
1581
+ >
1582
+ <ui-text
1583
+ class="text action"
1584
+ >
1585
+ 2025-10-28T00:00:00.000Z
1586
+ </ui-text>
1587
+ </ui-view>
1588
+ </ui-view>
1589
+ <ui-view
1590
+ class="view"
1591
+ >
1592
+ <ui-text
1593
+ class="text bold paragraph"
1594
+ >
1595
+ common.label.check_out
1596
+ </ui-text>
1597
+ <ui-view
1598
+ class="view"
1599
+ >
1600
+ <ui-text
1601
+ class="text action"
1602
+ >
1603
+ 2025-10-28T00:00:00.000Z
1604
+ </ui-text>
1605
+ </ui-view>
1606
+ </ui-view>
1607
+ </ui-view>
1608
+ <ui-view
1609
+ class="view wide"
1610
+ >
1611
+ <ui-text
1612
+ class="text bold paragraph"
1613
+ >
1614
+ common.label.cancellation_policy
1615
+ </ui-text>
1616
+ <ui-text
1617
+ class="text bold action"
1618
+ />
1619
+ <ui-text
1620
+ class="text small"
1621
+ />
1622
+ </ui-view>
1623
+ <ui-view
1624
+ class="view wide"
1625
+ >
1626
+ <ui-text
1627
+ class="text bold paragraph"
1628
+ >
1629
+ common.label.total
1630
+ </ui-text>
1631
+ <ui-text
1632
+ class="text bold headline-3"
1633
+ >
1634
+ 0 EUR
1635
+ </ui-text>
1636
+ </ui-view>
1637
+ </ui-view>
1638
+ </ui-view>
1639
+ </DocumentFragment>
1640
+ `;
1641
+
1642
+ exports[`<Booking> partial:<FormEditDate> without onChange callback 1`] = `
1643
+ <DocumentFragment>
1644
+ <ui-view
1645
+ class="view wide"
1646
+ >
1647
+ <ui-view
1648
+ class="view"
1649
+ data-testid="booking-current-summary"
1650
+ id="22081176982"
1651
+ >
1652
+ <ui-text
1653
+ class="text bold paragraph"
1654
+ >
1655
+ core.label.current_booking
1656
+ </ui-text>
1657
+ <ui-view
1658
+ class="view row wide"
1659
+ >
1660
+ <ui-view
1661
+ class="view"
1662
+ >
1663
+ <ui-text
1664
+ class="text bold paragraph"
1665
+ >
1666
+ common.label.check_in
1667
+ </ui-text>
1668
+ <ui-view
1669
+ class="view"
1670
+ >
1671
+ <ui-text
1672
+ class="text action"
1673
+ >
1674
+ 2024-10-28T00:00:00.000Z
1675
+ </ui-text>
1676
+ <ui-text
1677
+ class="text light small"
1678
+ >
1679
+ common.label.checkin_time
1680
+ </ui-text>
1681
+ </ui-view>
1682
+ </ui-view>
1683
+ <ui-view
1684
+ class="view"
1685
+ >
1686
+ <ui-text
1687
+ class="text bold paragraph"
1688
+ >
1689
+ common.label.check_out
1690
+ </ui-text>
1691
+ <ui-view
1692
+ class="view"
1693
+ >
1694
+ <ui-text
1695
+ class="text action"
1696
+ >
1697
+ 2024-10-30T00:00:00.000Z
1698
+ </ui-text>
1699
+ <ui-text
1700
+ class="text light small"
1701
+ >
1702
+ common.label.checkout_time
1703
+ </ui-text>
1704
+ </ui-view>
1705
+ </ui-view>
1706
+ </ui-view>
1707
+ <ui-view
1708
+ class="view wide"
1709
+ >
1710
+ <ui-text
1711
+ class="text bold paragraph"
1712
+ >
1713
+ common.label.cancellation_policy
1714
+ </ui-text>
1715
+ <ui-text
1716
+ class="text bold action"
1717
+ >
1718
+ Free cancellation
1719
+ </ui-text>
1720
+ <ui-text
1721
+ class="text small"
1722
+ >
1723
+ Free cancellation until 24 hours before check-in
1724
+ </ui-text>
1725
+ </ui-view>
1726
+ <ui-view
1727
+ class="view wide"
1728
+ >
1729
+ <ui-text
1730
+ class="text bold paragraph"
1731
+ >
1732
+ common.label.total
1733
+ </ui-text>
1734
+ <ui-text
1735
+ class="text bold headline-3"
1736
+ >
1737
+ 250 EUR
1738
+ </ui-text>
1739
+ </ui-view>
1740
+ </ui-view>
1741
+ <ui-view
1742
+ class="view"
1743
+ data-testid="booking-new-summary"
1744
+ >
1745
+ <ui-text
1746
+ class="text bold paragraph"
1747
+ >
1748
+ core.label.new_booking
1749
+ </ui-text>
1750
+ <ui-view
1751
+ class="view row wide"
1752
+ >
1753
+ <ui-view
1754
+ class="view"
1755
+ >
1756
+ <ui-text
1757
+ class="text bold paragraph"
1758
+ >
1759
+ common.label.check_in
1760
+ </ui-text>
1761
+ <ui-view
1762
+ class="view"
1763
+ >
1764
+ <ui-text
1765
+ class="text action"
1766
+ >
1767
+ 2025-10-28T00:00:00.000Z
1768
+ </ui-text>
1769
+ </ui-view>
1770
+ </ui-view>
1771
+ <ui-view
1772
+ class="view"
1773
+ >
1774
+ <ui-text
1775
+ class="text bold paragraph"
1776
+ >
1777
+ common.label.check_out
1778
+ </ui-text>
1779
+ <ui-view
1780
+ class="view"
1781
+ >
1782
+ <ui-text
1783
+ class="text action"
1784
+ >
1785
+ 2025-10-28T00:00:00.000Z
1786
+ </ui-text>
1787
+ </ui-view>
1788
+ </ui-view>
1789
+ </ui-view>
1790
+ <ui-view
1791
+ class="view wide"
1792
+ >
1793
+ <ui-text
1794
+ class="text bold paragraph"
1795
+ >
1796
+ common.label.cancellation_policy
1797
+ </ui-text>
1798
+ <ui-text
1799
+ class="text bold action"
1800
+ />
1801
+ <ui-text
1802
+ class="text small"
1803
+ />
1804
+ </ui-view>
1805
+ <ui-view
1806
+ class="view wide"
1807
+ >
1808
+ <ui-text
1809
+ class="text bold paragraph"
1810
+ >
1811
+ common.label.total
1812
+ </ui-text>
1813
+ <ui-text
1814
+ class="text bold headline-3"
1815
+ >
1816
+ 0 EUR
1817
+ </ui-text>
1818
+ </ui-view>
1819
+ </ui-view>
1820
+ </ui-view>
1821
+ </DocumentFragment>
1822
+ `;