@mirai/core 0.3.336 → 0.3.338
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/BannerLoyalty/BannerLoyalty.js +3 -1
- package/build/components/BannerLoyalty/BannerLoyalty.js.map +1 -1
- package/build/components/BannerLoyalty/BannerLoyalty.module.css +1 -0
- package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +34 -34
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +270 -260
- package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +36 -36
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +164 -148
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +128 -104
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +332 -290
- package/build/components/Chat/Chat.js +2 -1
- package/build/components/Chat/Chat.js.map +1 -1
- package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap +30 -30
- package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +27 -24
- package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +75 -68
- package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +74 -74
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +392 -376
- package/build/components/Checkout/components/InputRadio/InputRadio.module.css +4 -0
- package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +124 -100
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +606 -588
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +824 -748
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +1761 -1758
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +2794 -2760
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +8106 -7994
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +4325 -4318
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +139 -115
- package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +6 -6
- package/build/components/Rates/Rates.Footer.js +5 -2
- package/build/components/Rates/Rates.Footer.js.map +1 -1
- package/build/components/Rates/Rates.RoomSelector.js +7 -14
- package/build/components/Rates/Rates.RoomSelector.js.map +1 -1
- package/build/components/Rates/Rates.js +13 -7
- package/build/components/Rates/Rates.js.map +1 -1
- package/build/components/Rates/Rates.module.css +7 -51
- package/build/components/Rates/components/Filters/Filters.js +1 -0
- package/build/components/Rates/components/Filters/Filters.js.map +1 -1
- package/build/components/Rates/components/Item/Item.Rates.js +24 -15
- package/build/components/Rates/components/Item/Item.Rates.js.map +1 -1
- package/build/components/Rates/components/Item/Item.module.css +9 -10
- package/build/components/Rates/components/Item/components/{ModalRateInfo/ModalRateInfo.js → ModalCancellationInfo/ModalCancellationInfo.js} +7 -7
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/ModalCancellationInfo.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/index.js +17 -0
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/index.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js +1 -0
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js.map +1 -1
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.js +81 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.module.css +24 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/index.js +17 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/index.js.map +1 -0
- package/build/components/Rates/components/Item/components/Option/Option.module.css +1 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js +7 -16
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js.map +1 -1
- package/build/components/Rates/components/Item/components/index.js +15 -4
- package/build/components/Rates/components/Item/components/index.js.map +1 -1
- package/build/components/Rates/components/Item/index.js +12 -5
- package/build/components/Rates/components/Item/index.js.map +1 -1
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +351 -305
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +303 -270
- package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +74 -74
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +1068 -1063
- package/build/components/__shared__/BookingSummary/_tests__/__snapshots__/BookingSummary.test.js.snap +316 -316
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +200 -200
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +320 -320
- package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +156 -144
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +15 -12
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +43 -32
- package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +12 -12
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +129 -129
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +46 -45
- package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +30 -30
- package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +51 -51
- package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +8 -8
- package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +266 -219
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +556 -513
- package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +63 -59
- package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +68 -60
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +783 -732
- package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +334 -308
- package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +8 -6
- package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +254 -231
- package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +140 -140
- package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +30 -27
- package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +53 -53
- package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +6 -6
- package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +108 -104
- package/build/helpers/theme.js +11 -0
- package/build/helpers/theme.js.map +1 -1
- package/package.json +4 -3
- package/public/themes/monalisa.theme.css +0 -1
- package/build/components/Rates/components/Item/components/ModalRateInfo/ModalRateInfo.js.map +0 -1
- package/build/components/Rates/components/Item/components/ModalRateInfo/index.js +0 -17
- package/build/components/Rates/components/Item/components/ModalRateInfo/index.js.map +0 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Tooltip.js +0 -49
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Tooltip.js.map +0 -1
- /package/build/components/Rates/components/Item/components/{ModalRateInfo/ModalRateInfo.module.css → ModalCancellationInfo/ModalCancellationInfo.module.css} +0 -0
|
@@ -2,25 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Booking> partial:<Menu> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_view
|
|
6
6
|
class="view mirai"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui_menu
|
|
9
9
|
class="container"
|
|
10
10
|
/>
|
|
11
|
-
<
|
|
11
|
+
<ui_menu_content
|
|
12
12
|
class="layer"
|
|
13
13
|
>
|
|
14
14
|
<div
|
|
15
15
|
class="menu visible"
|
|
16
16
|
>
|
|
17
|
-
<
|
|
17
|
+
<ui_pressable
|
|
18
18
|
class="pressable option value divider"
|
|
19
|
+
tabindex="0"
|
|
19
20
|
>
|
|
20
|
-
<
|
|
21
|
+
<ui_view
|
|
21
22
|
class="view row wide content"
|
|
22
23
|
>
|
|
23
|
-
<
|
|
24
|
+
<ui_icon
|
|
24
25
|
class="icon headline-3 icon"
|
|
25
26
|
>
|
|
26
27
|
<svg
|
|
@@ -45,21 +46,22 @@ exports[`component:<Booking> partial:<Menu> inherit:className 1`] = `
|
|
|
45
46
|
r="1"
|
|
46
47
|
/>
|
|
47
48
|
</svg>
|
|
48
|
-
</
|
|
49
|
-
<
|
|
49
|
+
</ui_icon>
|
|
50
|
+
<ui_text
|
|
50
51
|
class="text paragraph label"
|
|
51
52
|
>
|
|
52
53
|
user.action.print
|
|
53
|
-
</
|
|
54
|
-
</
|
|
55
|
-
</
|
|
56
|
-
<
|
|
54
|
+
</ui_text>
|
|
55
|
+
</ui_view>
|
|
56
|
+
</ui_pressable>
|
|
57
|
+
<ui_pressable
|
|
57
58
|
class="pressable option value divider"
|
|
59
|
+
tabindex="0"
|
|
58
60
|
>
|
|
59
|
-
<
|
|
61
|
+
<ui_view
|
|
60
62
|
class="view row wide content"
|
|
61
63
|
>
|
|
62
|
-
<
|
|
64
|
+
<ui_icon
|
|
63
65
|
class="icon headline-3 icon"
|
|
64
66
|
>
|
|
65
67
|
<svg
|
|
@@ -79,21 +81,22 @@ exports[`component:<Booking> partial:<Menu> inherit:className 1`] = `
|
|
|
79
81
|
d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"
|
|
80
82
|
/>
|
|
81
83
|
</svg>
|
|
82
|
-
</
|
|
83
|
-
<
|
|
84
|
+
</ui_icon>
|
|
85
|
+
<ui_text
|
|
84
86
|
class="text paragraph label"
|
|
85
87
|
>
|
|
86
88
|
user.action.resend_booking
|
|
87
|
-
</
|
|
88
|
-
</
|
|
89
|
-
</
|
|
90
|
-
<
|
|
89
|
+
</ui_text>
|
|
90
|
+
</ui_view>
|
|
91
|
+
</ui_pressable>
|
|
92
|
+
<ui_pressable
|
|
91
93
|
class="pressable option value divider"
|
|
94
|
+
tabindex="0"
|
|
92
95
|
>
|
|
93
|
-
<
|
|
96
|
+
<ui_view
|
|
94
97
|
class="view row wide content"
|
|
95
98
|
>
|
|
96
|
-
<
|
|
99
|
+
<ui_icon
|
|
97
100
|
class="icon headline-3 icon"
|
|
98
101
|
>
|
|
99
102
|
<svg
|
|
@@ -113,21 +116,22 @@ exports[`component:<Booking> partial:<Menu> inherit:className 1`] = `
|
|
|
113
116
|
d="M5 10h14v2h2V6c0-1.1-.9-2-2-2h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h7v-2H5V10zm0-4h14v2H5V6zm17.84 10.28-.71.71-2.12-2.12.71-.71a.996.996 0 0 1 1.41 0l.71.71c.39.39.39 1.02 0 1.41zm-3.54-.7 2.12 2.12-5.3 5.3H14v-2.12l5.3-5.3z"
|
|
114
117
|
/>
|
|
115
118
|
</svg>
|
|
116
|
-
</
|
|
117
|
-
<
|
|
119
|
+
</ui_icon>
|
|
120
|
+
<ui_text
|
|
118
121
|
class="text paragraph label"
|
|
119
122
|
>
|
|
120
123
|
user.action.edit_booking
|
|
121
|
-
</
|
|
122
|
-
</
|
|
123
|
-
</
|
|
124
|
-
<
|
|
124
|
+
</ui_text>
|
|
125
|
+
</ui_view>
|
|
126
|
+
</ui_pressable>
|
|
127
|
+
<ui_pressable
|
|
125
128
|
class="pressable option value"
|
|
129
|
+
tabindex="0"
|
|
126
130
|
>
|
|
127
|
-
<
|
|
131
|
+
<ui_view
|
|
128
132
|
class="view row wide content"
|
|
129
133
|
>
|
|
130
|
-
<
|
|
134
|
+
<ui_icon
|
|
131
135
|
class="icon headline-3 icon"
|
|
132
136
|
>
|
|
133
137
|
<svg
|
|
@@ -147,41 +151,42 @@ exports[`component:<Booking> partial:<Menu> inherit:className 1`] = `
|
|
|
147
151
|
d="M11.21 20H5V10h14v4.38l2-2V6c0-1.1-.9-2-2-2h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h8.21l-2-2zM5 6h14v2H5V6zm11.54 16.5L13 18.96l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41-5.64 5.66zM10.41 14 12 15.59 10.59 17 9 15.41 7.41 17 6 15.59 7.59 14 6 12.41 7.41 11 9 12.59 10.59 11 12 12.41 10.41 14z"
|
|
148
152
|
/>
|
|
149
153
|
</svg>
|
|
150
|
-
</
|
|
151
|
-
<
|
|
154
|
+
</ui_icon>
|
|
155
|
+
<ui_text
|
|
152
156
|
class="text paragraph label"
|
|
153
157
|
>
|
|
154
158
|
user.action.cancel_booking
|
|
155
|
-
</
|
|
156
|
-
</
|
|
157
|
-
</
|
|
159
|
+
</ui_text>
|
|
160
|
+
</ui_view>
|
|
161
|
+
</ui_pressable>
|
|
158
162
|
</div>
|
|
159
|
-
</
|
|
160
|
-
</
|
|
163
|
+
</ui_menu_content>
|
|
164
|
+
</ui_view>
|
|
161
165
|
</DocumentFragment>
|
|
162
166
|
`;
|
|
163
167
|
|
|
164
168
|
exports[`component:<Booking> partial:<Menu> renders 1`] = `
|
|
165
169
|
<DocumentFragment>
|
|
166
|
-
<
|
|
170
|
+
<ui_view
|
|
167
171
|
class="view"
|
|
168
172
|
>
|
|
169
|
-
<
|
|
173
|
+
<ui_menu
|
|
170
174
|
class="container"
|
|
171
175
|
/>
|
|
172
|
-
<
|
|
176
|
+
<ui_menu_content
|
|
173
177
|
class="layer"
|
|
174
178
|
>
|
|
175
179
|
<div
|
|
176
180
|
class="menu visible"
|
|
177
181
|
>
|
|
178
|
-
<
|
|
182
|
+
<ui_pressable
|
|
179
183
|
class="pressable option value divider"
|
|
184
|
+
tabindex="0"
|
|
180
185
|
>
|
|
181
|
-
<
|
|
186
|
+
<ui_view
|
|
182
187
|
class="view row wide content"
|
|
183
188
|
>
|
|
184
|
-
<
|
|
189
|
+
<ui_icon
|
|
185
190
|
class="icon headline-3 icon"
|
|
186
191
|
>
|
|
187
192
|
<svg
|
|
@@ -206,21 +211,22 @@ exports[`component:<Booking> partial:<Menu> renders 1`] = `
|
|
|
206
211
|
r="1"
|
|
207
212
|
/>
|
|
208
213
|
</svg>
|
|
209
|
-
</
|
|
210
|
-
<
|
|
214
|
+
</ui_icon>
|
|
215
|
+
<ui_text
|
|
211
216
|
class="text paragraph label"
|
|
212
217
|
>
|
|
213
218
|
user.action.print
|
|
214
|
-
</
|
|
215
|
-
</
|
|
216
|
-
</
|
|
217
|
-
<
|
|
219
|
+
</ui_text>
|
|
220
|
+
</ui_view>
|
|
221
|
+
</ui_pressable>
|
|
222
|
+
<ui_pressable
|
|
218
223
|
class="pressable option value divider"
|
|
224
|
+
tabindex="0"
|
|
219
225
|
>
|
|
220
|
-
<
|
|
226
|
+
<ui_view
|
|
221
227
|
class="view row wide content"
|
|
222
228
|
>
|
|
223
|
-
<
|
|
229
|
+
<ui_icon
|
|
224
230
|
class="icon headline-3 icon"
|
|
225
231
|
>
|
|
226
232
|
<svg
|
|
@@ -240,21 +246,22 @@ exports[`component:<Booking> partial:<Menu> renders 1`] = `
|
|
|
240
246
|
d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"
|
|
241
247
|
/>
|
|
242
248
|
</svg>
|
|
243
|
-
</
|
|
244
|
-
<
|
|
249
|
+
</ui_icon>
|
|
250
|
+
<ui_text
|
|
245
251
|
class="text paragraph label"
|
|
246
252
|
>
|
|
247
253
|
user.action.resend_booking
|
|
248
|
-
</
|
|
249
|
-
</
|
|
250
|
-
</
|
|
251
|
-
<
|
|
254
|
+
</ui_text>
|
|
255
|
+
</ui_view>
|
|
256
|
+
</ui_pressable>
|
|
257
|
+
<ui_pressable
|
|
252
258
|
class="pressable option value divider"
|
|
259
|
+
tabindex="0"
|
|
253
260
|
>
|
|
254
|
-
<
|
|
261
|
+
<ui_view
|
|
255
262
|
class="view row wide content"
|
|
256
263
|
>
|
|
257
|
-
<
|
|
264
|
+
<ui_icon
|
|
258
265
|
class="icon headline-3 icon"
|
|
259
266
|
>
|
|
260
267
|
<svg
|
|
@@ -274,21 +281,22 @@ exports[`component:<Booking> partial:<Menu> renders 1`] = `
|
|
|
274
281
|
d="M5 10h14v2h2V6c0-1.1-.9-2-2-2h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h7v-2H5V10zm0-4h14v2H5V6zm17.84 10.28-.71.71-2.12-2.12.71-.71a.996.996 0 0 1 1.41 0l.71.71c.39.39.39 1.02 0 1.41zm-3.54-.7 2.12 2.12-5.3 5.3H14v-2.12l5.3-5.3z"
|
|
275
282
|
/>
|
|
276
283
|
</svg>
|
|
277
|
-
</
|
|
278
|
-
<
|
|
284
|
+
</ui_icon>
|
|
285
|
+
<ui_text
|
|
279
286
|
class="text paragraph label"
|
|
280
287
|
>
|
|
281
288
|
user.action.edit_booking
|
|
282
|
-
</
|
|
283
|
-
</
|
|
284
|
-
</
|
|
285
|
-
<
|
|
289
|
+
</ui_text>
|
|
290
|
+
</ui_view>
|
|
291
|
+
</ui_pressable>
|
|
292
|
+
<ui_pressable
|
|
286
293
|
class="pressable option value"
|
|
294
|
+
tabindex="0"
|
|
287
295
|
>
|
|
288
|
-
<
|
|
296
|
+
<ui_view
|
|
289
297
|
class="view row wide content"
|
|
290
298
|
>
|
|
291
|
-
<
|
|
299
|
+
<ui_icon
|
|
292
300
|
class="icon headline-3 icon"
|
|
293
301
|
>
|
|
294
302
|
<svg
|
|
@@ -308,42 +316,43 @@ exports[`component:<Booking> partial:<Menu> renders 1`] = `
|
|
|
308
316
|
d="M11.21 20H5V10h14v4.38l2-2V6c0-1.1-.9-2-2-2h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h8.21l-2-2zM5 6h14v2H5V6zm11.54 16.5L13 18.96l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41-5.64 5.66zM10.41 14 12 15.59 10.59 17 9 15.41 7.41 17 6 15.59 7.59 14 6 12.41 7.41 11 9 12.59 10.59 11 12 12.41 10.41 14z"
|
|
309
317
|
/>
|
|
310
318
|
</svg>
|
|
311
|
-
</
|
|
312
|
-
<
|
|
319
|
+
</ui_icon>
|
|
320
|
+
<ui_text
|
|
313
321
|
class="text paragraph label"
|
|
314
322
|
>
|
|
315
323
|
user.action.cancel_booking
|
|
316
|
-
</
|
|
317
|
-
</
|
|
318
|
-
</
|
|
324
|
+
</ui_text>
|
|
325
|
+
</ui_view>
|
|
326
|
+
</ui_pressable>
|
|
319
327
|
</div>
|
|
320
|
-
</
|
|
321
|
-
</
|
|
328
|
+
</ui_menu_content>
|
|
329
|
+
</ui_view>
|
|
322
330
|
</DocumentFragment>
|
|
323
331
|
`;
|
|
324
332
|
|
|
325
333
|
exports[`component:<Booking> partial:<Menu> testID 1`] = `
|
|
326
334
|
<DocumentFragment>
|
|
327
|
-
<
|
|
335
|
+
<ui_view
|
|
328
336
|
class="view"
|
|
329
337
|
data-testid="mirai"
|
|
330
338
|
>
|
|
331
|
-
<
|
|
339
|
+
<ui_menu
|
|
332
340
|
class="container"
|
|
333
341
|
/>
|
|
334
|
-
<
|
|
342
|
+
<ui_menu_content
|
|
335
343
|
class="layer"
|
|
336
344
|
>
|
|
337
345
|
<div
|
|
338
346
|
class="menu visible"
|
|
339
347
|
>
|
|
340
|
-
<
|
|
348
|
+
<ui_pressable
|
|
341
349
|
class="pressable option value divider"
|
|
350
|
+
tabindex="0"
|
|
342
351
|
>
|
|
343
|
-
<
|
|
352
|
+
<ui_view
|
|
344
353
|
class="view row wide content"
|
|
345
354
|
>
|
|
346
|
-
<
|
|
355
|
+
<ui_icon
|
|
347
356
|
class="icon headline-3 icon"
|
|
348
357
|
>
|
|
349
358
|
<svg
|
|
@@ -368,21 +377,22 @@ exports[`component:<Booking> partial:<Menu> testID 1`] = `
|
|
|
368
377
|
r="1"
|
|
369
378
|
/>
|
|
370
379
|
</svg>
|
|
371
|
-
</
|
|
372
|
-
<
|
|
380
|
+
</ui_icon>
|
|
381
|
+
<ui_text
|
|
373
382
|
class="text paragraph label"
|
|
374
383
|
>
|
|
375
384
|
user.action.print
|
|
376
|
-
</
|
|
377
|
-
</
|
|
378
|
-
</
|
|
379
|
-
<
|
|
385
|
+
</ui_text>
|
|
386
|
+
</ui_view>
|
|
387
|
+
</ui_pressable>
|
|
388
|
+
<ui_pressable
|
|
380
389
|
class="pressable option value divider"
|
|
390
|
+
tabindex="0"
|
|
381
391
|
>
|
|
382
|
-
<
|
|
392
|
+
<ui_view
|
|
383
393
|
class="view row wide content"
|
|
384
394
|
>
|
|
385
|
-
<
|
|
395
|
+
<ui_icon
|
|
386
396
|
class="icon headline-3 icon"
|
|
387
397
|
>
|
|
388
398
|
<svg
|
|
@@ -402,21 +412,22 @@ exports[`component:<Booking> partial:<Menu> testID 1`] = `
|
|
|
402
412
|
d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"
|
|
403
413
|
/>
|
|
404
414
|
</svg>
|
|
405
|
-
</
|
|
406
|
-
<
|
|
415
|
+
</ui_icon>
|
|
416
|
+
<ui_text
|
|
407
417
|
class="text paragraph label"
|
|
408
418
|
>
|
|
409
419
|
user.action.resend_booking
|
|
410
|
-
</
|
|
411
|
-
</
|
|
412
|
-
</
|
|
413
|
-
<
|
|
420
|
+
</ui_text>
|
|
421
|
+
</ui_view>
|
|
422
|
+
</ui_pressable>
|
|
423
|
+
<ui_pressable
|
|
414
424
|
class="pressable option value divider"
|
|
425
|
+
tabindex="0"
|
|
415
426
|
>
|
|
416
|
-
<
|
|
427
|
+
<ui_view
|
|
417
428
|
class="view row wide content"
|
|
418
429
|
>
|
|
419
|
-
<
|
|
430
|
+
<ui_icon
|
|
420
431
|
class="icon headline-3 icon"
|
|
421
432
|
>
|
|
422
433
|
<svg
|
|
@@ -436,21 +447,22 @@ exports[`component:<Booking> partial:<Menu> testID 1`] = `
|
|
|
436
447
|
d="M5 10h14v2h2V6c0-1.1-.9-2-2-2h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h7v-2H5V10zm0-4h14v2H5V6zm17.84 10.28-.71.71-2.12-2.12.71-.71a.996.996 0 0 1 1.41 0l.71.71c.39.39.39 1.02 0 1.41zm-3.54-.7 2.12 2.12-5.3 5.3H14v-2.12l5.3-5.3z"
|
|
437
448
|
/>
|
|
438
449
|
</svg>
|
|
439
|
-
</
|
|
440
|
-
<
|
|
450
|
+
</ui_icon>
|
|
451
|
+
<ui_text
|
|
441
452
|
class="text paragraph label"
|
|
442
453
|
>
|
|
443
454
|
user.action.edit_booking
|
|
444
|
-
</
|
|
445
|
-
</
|
|
446
|
-
</
|
|
447
|
-
<
|
|
455
|
+
</ui_text>
|
|
456
|
+
</ui_view>
|
|
457
|
+
</ui_pressable>
|
|
458
|
+
<ui_pressable
|
|
448
459
|
class="pressable option value"
|
|
460
|
+
tabindex="0"
|
|
449
461
|
>
|
|
450
|
-
<
|
|
462
|
+
<ui_view
|
|
451
463
|
class="view row wide content"
|
|
452
464
|
>
|
|
453
|
-
<
|
|
465
|
+
<ui_icon
|
|
454
466
|
class="icon headline-3 icon"
|
|
455
467
|
>
|
|
456
468
|
<svg
|
|
@@ -470,41 +482,42 @@ exports[`component:<Booking> partial:<Menu> testID 1`] = `
|
|
|
470
482
|
d="M11.21 20H5V10h14v4.38l2-2V6c0-1.1-.9-2-2-2h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h8.21l-2-2zM5 6h14v2H5V6zm11.54 16.5L13 18.96l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41-5.64 5.66zM10.41 14 12 15.59 10.59 17 9 15.41 7.41 17 6 15.59 7.59 14 6 12.41 7.41 11 9 12.59 10.59 11 12 12.41 10.41 14z"
|
|
471
483
|
/>
|
|
472
484
|
</svg>
|
|
473
|
-
</
|
|
474
|
-
<
|
|
485
|
+
</ui_icon>
|
|
486
|
+
<ui_text
|
|
475
487
|
class="text paragraph label"
|
|
476
488
|
>
|
|
477
489
|
user.action.cancel_booking
|
|
478
|
-
</
|
|
479
|
-
</
|
|
480
|
-
</
|
|
490
|
+
</ui_text>
|
|
491
|
+
</ui_view>
|
|
492
|
+
</ui_pressable>
|
|
481
493
|
</div>
|
|
482
|
-
</
|
|
483
|
-
</
|
|
494
|
+
</ui_menu_content>
|
|
495
|
+
</ui_view>
|
|
484
496
|
</DocumentFragment>
|
|
485
497
|
`;
|
|
486
498
|
|
|
487
499
|
exports[`component:<Booking> partial:<Menu> with a store 1`] = `
|
|
488
500
|
<DocumentFragment>
|
|
489
|
-
<
|
|
501
|
+
<ui_view
|
|
490
502
|
class="view"
|
|
491
503
|
>
|
|
492
|
-
<
|
|
504
|
+
<ui_menu
|
|
493
505
|
class="container"
|
|
494
506
|
/>
|
|
495
|
-
<
|
|
507
|
+
<ui_menu_content
|
|
496
508
|
class="layer"
|
|
497
509
|
>
|
|
498
510
|
<div
|
|
499
511
|
class="menu visible"
|
|
500
512
|
>
|
|
501
|
-
<
|
|
513
|
+
<ui_pressable
|
|
502
514
|
class="pressable option value divider"
|
|
515
|
+
tabindex="0"
|
|
503
516
|
>
|
|
504
|
-
<
|
|
517
|
+
<ui_view
|
|
505
518
|
class="view row wide content"
|
|
506
519
|
>
|
|
507
|
-
<
|
|
520
|
+
<ui_icon
|
|
508
521
|
class="icon headline-3 icon"
|
|
509
522
|
>
|
|
510
523
|
<svg
|
|
@@ -529,21 +542,22 @@ exports[`component:<Booking> partial:<Menu> with a store 1`] = `
|
|
|
529
542
|
r="1"
|
|
530
543
|
/>
|
|
531
544
|
</svg>
|
|
532
|
-
</
|
|
533
|
-
<
|
|
545
|
+
</ui_icon>
|
|
546
|
+
<ui_text
|
|
534
547
|
class="text paragraph label"
|
|
535
548
|
>
|
|
536
549
|
user.action.print
|
|
537
|
-
</
|
|
538
|
-
</
|
|
539
|
-
</
|
|
540
|
-
<
|
|
550
|
+
</ui_text>
|
|
551
|
+
</ui_view>
|
|
552
|
+
</ui_pressable>
|
|
553
|
+
<ui_pressable
|
|
541
554
|
class="pressable option value divider"
|
|
555
|
+
tabindex="0"
|
|
542
556
|
>
|
|
543
|
-
<
|
|
557
|
+
<ui_view
|
|
544
558
|
class="view row wide content"
|
|
545
559
|
>
|
|
546
|
-
<
|
|
560
|
+
<ui_icon
|
|
547
561
|
class="icon headline-3 icon"
|
|
548
562
|
>
|
|
549
563
|
<svg
|
|
@@ -563,21 +577,22 @@ exports[`component:<Booking> partial:<Menu> with a store 1`] = `
|
|
|
563
577
|
d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"
|
|
564
578
|
/>
|
|
565
579
|
</svg>
|
|
566
|
-
</
|
|
567
|
-
<
|
|
580
|
+
</ui_icon>
|
|
581
|
+
<ui_text
|
|
568
582
|
class="text paragraph label"
|
|
569
583
|
>
|
|
570
584
|
user.action.resend_booking
|
|
571
|
-
</
|
|
572
|
-
</
|
|
573
|
-
</
|
|
574
|
-
<
|
|
585
|
+
</ui_text>
|
|
586
|
+
</ui_view>
|
|
587
|
+
</ui_pressable>
|
|
588
|
+
<ui_pressable
|
|
575
589
|
class="pressable option value divider"
|
|
590
|
+
tabindex="0"
|
|
576
591
|
>
|
|
577
|
-
<
|
|
592
|
+
<ui_view
|
|
578
593
|
class="view row wide content"
|
|
579
594
|
>
|
|
580
|
-
<
|
|
595
|
+
<ui_icon
|
|
581
596
|
class="icon headline-3 icon"
|
|
582
597
|
>
|
|
583
598
|
<svg
|
|
@@ -597,21 +612,22 @@ exports[`component:<Booking> partial:<Menu> with a store 1`] = `
|
|
|
597
612
|
d="M5 10h14v2h2V6c0-1.1-.9-2-2-2h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h7v-2H5V10zm0-4h14v2H5V6zm17.84 10.28-.71.71-2.12-2.12.71-.71a.996.996 0 0 1 1.41 0l.71.71c.39.39.39 1.02 0 1.41zm-3.54-.7 2.12 2.12-5.3 5.3H14v-2.12l5.3-5.3z"
|
|
598
613
|
/>
|
|
599
614
|
</svg>
|
|
600
|
-
</
|
|
601
|
-
<
|
|
615
|
+
</ui_icon>
|
|
616
|
+
<ui_text
|
|
602
617
|
class="text paragraph label"
|
|
603
618
|
>
|
|
604
619
|
user.action.edit_booking
|
|
605
|
-
</
|
|
606
|
-
</
|
|
607
|
-
</
|
|
608
|
-
<
|
|
620
|
+
</ui_text>
|
|
621
|
+
</ui_view>
|
|
622
|
+
</ui_pressable>
|
|
623
|
+
<ui_pressable
|
|
609
624
|
class="pressable option value"
|
|
625
|
+
tabindex="0"
|
|
610
626
|
>
|
|
611
|
-
<
|
|
627
|
+
<ui_view
|
|
612
628
|
class="view row wide content"
|
|
613
629
|
>
|
|
614
|
-
<
|
|
630
|
+
<ui_icon
|
|
615
631
|
class="icon headline-3 icon"
|
|
616
632
|
>
|
|
617
633
|
<svg
|
|
@@ -631,16 +647,16 @@ exports[`component:<Booking> partial:<Menu> with a store 1`] = `
|
|
|
631
647
|
d="M11.21 20H5V10h14v4.38l2-2V6c0-1.1-.9-2-2-2h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h8.21l-2-2zM5 6h14v2H5V6zm11.54 16.5L13 18.96l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41-5.64 5.66zM10.41 14 12 15.59 10.59 17 9 15.41 7.41 17 6 15.59 7.59 14 6 12.41 7.41 11 9 12.59 10.59 11 12 12.41 10.41 14z"
|
|
632
648
|
/>
|
|
633
649
|
</svg>
|
|
634
|
-
</
|
|
635
|
-
<
|
|
650
|
+
</ui_icon>
|
|
651
|
+
<ui_text
|
|
636
652
|
class="text paragraph label"
|
|
637
653
|
>
|
|
638
654
|
user.action.cancel_booking
|
|
639
|
-
</
|
|
640
|
-
</
|
|
641
|
-
</
|
|
655
|
+
</ui_text>
|
|
656
|
+
</ui_view>
|
|
657
|
+
</ui_pressable>
|
|
642
658
|
</div>
|
|
643
|
-
</
|
|
644
|
-
</
|
|
659
|
+
</ui_menu_content>
|
|
660
|
+
</ui_view>
|
|
645
661
|
</DocumentFragment>
|
|
646
662
|
`;
|