@mirai/core 0.3.355 → 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/build/helpers/sanitizeComponent.js +8 -4
- package/build/helpers/sanitizeComponent.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,26 +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
19
|
tabindex="0"
|
|
20
20
|
>
|
|
21
|
-
<
|
|
21
|
+
<ui-view
|
|
22
22
|
class="view row wide content"
|
|
23
23
|
>
|
|
24
|
-
<
|
|
24
|
+
<ui-icon
|
|
25
25
|
class="icon headline-3 icon"
|
|
26
26
|
>
|
|
27
27
|
<svg
|
|
@@ -46,22 +46,22 @@ exports[`component:<Booking> partial:<Menu> inherit:className 1`] = `
|
|
|
46
46
|
r="1"
|
|
47
47
|
/>
|
|
48
48
|
</svg>
|
|
49
|
-
</
|
|
50
|
-
<
|
|
49
|
+
</ui-icon>
|
|
50
|
+
<ui-text
|
|
51
51
|
class="text paragraph label"
|
|
52
52
|
>
|
|
53
53
|
user.action.print
|
|
54
|
-
</
|
|
55
|
-
</
|
|
56
|
-
</
|
|
57
|
-
<
|
|
54
|
+
</ui-text>
|
|
55
|
+
</ui-view>
|
|
56
|
+
</ui-pressable>
|
|
57
|
+
<ui-pressable
|
|
58
58
|
class="pressable option value divider"
|
|
59
59
|
tabindex="0"
|
|
60
60
|
>
|
|
61
|
-
<
|
|
61
|
+
<ui-view
|
|
62
62
|
class="view row wide content"
|
|
63
63
|
>
|
|
64
|
-
<
|
|
64
|
+
<ui-icon
|
|
65
65
|
class="icon headline-3 icon"
|
|
66
66
|
>
|
|
67
67
|
<svg
|
|
@@ -81,22 +81,22 @@ exports[`component:<Booking> partial:<Menu> inherit:className 1`] = `
|
|
|
81
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"
|
|
82
82
|
/>
|
|
83
83
|
</svg>
|
|
84
|
-
</
|
|
85
|
-
<
|
|
84
|
+
</ui-icon>
|
|
85
|
+
<ui-text
|
|
86
86
|
class="text paragraph label"
|
|
87
87
|
>
|
|
88
88
|
user.action.resend_booking
|
|
89
|
-
</
|
|
90
|
-
</
|
|
91
|
-
</
|
|
92
|
-
<
|
|
89
|
+
</ui-text>
|
|
90
|
+
</ui-view>
|
|
91
|
+
</ui-pressable>
|
|
92
|
+
<ui-pressable
|
|
93
93
|
class="pressable option value divider"
|
|
94
94
|
tabindex="0"
|
|
95
95
|
>
|
|
96
|
-
<
|
|
96
|
+
<ui-view
|
|
97
97
|
class="view row wide content"
|
|
98
98
|
>
|
|
99
|
-
<
|
|
99
|
+
<ui-icon
|
|
100
100
|
class="icon headline-3 icon"
|
|
101
101
|
>
|
|
102
102
|
<svg
|
|
@@ -116,22 +116,22 @@ exports[`component:<Booking> partial:<Menu> inherit:className 1`] = `
|
|
|
116
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"
|
|
117
117
|
/>
|
|
118
118
|
</svg>
|
|
119
|
-
</
|
|
120
|
-
<
|
|
119
|
+
</ui-icon>
|
|
120
|
+
<ui-text
|
|
121
121
|
class="text paragraph label"
|
|
122
122
|
>
|
|
123
123
|
user.action.edit_booking
|
|
124
|
-
</
|
|
125
|
-
</
|
|
126
|
-
</
|
|
127
|
-
<
|
|
124
|
+
</ui-text>
|
|
125
|
+
</ui-view>
|
|
126
|
+
</ui-pressable>
|
|
127
|
+
<ui-pressable
|
|
128
128
|
class="pressable option value"
|
|
129
129
|
tabindex="0"
|
|
130
130
|
>
|
|
131
|
-
<
|
|
131
|
+
<ui-view
|
|
132
132
|
class="view row wide content"
|
|
133
133
|
>
|
|
134
|
-
<
|
|
134
|
+
<ui-icon
|
|
135
135
|
class="icon headline-3 icon"
|
|
136
136
|
>
|
|
137
137
|
<svg
|
|
@@ -151,42 +151,42 @@ exports[`component:<Booking> partial:<Menu> inherit:className 1`] = `
|
|
|
151
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"
|
|
152
152
|
/>
|
|
153
153
|
</svg>
|
|
154
|
-
</
|
|
155
|
-
<
|
|
154
|
+
</ui-icon>
|
|
155
|
+
<ui-text
|
|
156
156
|
class="text paragraph label"
|
|
157
157
|
>
|
|
158
158
|
user.action.cancel_booking
|
|
159
|
-
</
|
|
160
|
-
</
|
|
161
|
-
</
|
|
159
|
+
</ui-text>
|
|
160
|
+
</ui-view>
|
|
161
|
+
</ui-pressable>
|
|
162
162
|
</div>
|
|
163
|
-
</
|
|
164
|
-
</
|
|
163
|
+
</ui-menu-content>
|
|
164
|
+
</ui-view>
|
|
165
165
|
</DocumentFragment>
|
|
166
166
|
`;
|
|
167
167
|
|
|
168
168
|
exports[`component:<Booking> partial:<Menu> renders 1`] = `
|
|
169
169
|
<DocumentFragment>
|
|
170
|
-
<
|
|
170
|
+
<ui-view
|
|
171
171
|
class="view"
|
|
172
172
|
>
|
|
173
|
-
<
|
|
173
|
+
<ui-menu
|
|
174
174
|
class="container"
|
|
175
175
|
/>
|
|
176
|
-
<
|
|
176
|
+
<ui-menu-content
|
|
177
177
|
class="layer"
|
|
178
178
|
>
|
|
179
179
|
<div
|
|
180
180
|
class="menu visible"
|
|
181
181
|
>
|
|
182
|
-
<
|
|
182
|
+
<ui-pressable
|
|
183
183
|
class="pressable option value divider"
|
|
184
184
|
tabindex="0"
|
|
185
185
|
>
|
|
186
|
-
<
|
|
186
|
+
<ui-view
|
|
187
187
|
class="view row wide content"
|
|
188
188
|
>
|
|
189
|
-
<
|
|
189
|
+
<ui-icon
|
|
190
190
|
class="icon headline-3 icon"
|
|
191
191
|
>
|
|
192
192
|
<svg
|
|
@@ -211,22 +211,22 @@ exports[`component:<Booking> partial:<Menu> renders 1`] = `
|
|
|
211
211
|
r="1"
|
|
212
212
|
/>
|
|
213
213
|
</svg>
|
|
214
|
-
</
|
|
215
|
-
<
|
|
214
|
+
</ui-icon>
|
|
215
|
+
<ui-text
|
|
216
216
|
class="text paragraph label"
|
|
217
217
|
>
|
|
218
218
|
user.action.print
|
|
219
|
-
</
|
|
220
|
-
</
|
|
221
|
-
</
|
|
222
|
-
<
|
|
219
|
+
</ui-text>
|
|
220
|
+
</ui-view>
|
|
221
|
+
</ui-pressable>
|
|
222
|
+
<ui-pressable
|
|
223
223
|
class="pressable option value divider"
|
|
224
224
|
tabindex="0"
|
|
225
225
|
>
|
|
226
|
-
<
|
|
226
|
+
<ui-view
|
|
227
227
|
class="view row wide content"
|
|
228
228
|
>
|
|
229
|
-
<
|
|
229
|
+
<ui-icon
|
|
230
230
|
class="icon headline-3 icon"
|
|
231
231
|
>
|
|
232
232
|
<svg
|
|
@@ -246,22 +246,22 @@ exports[`component:<Booking> partial:<Menu> renders 1`] = `
|
|
|
246
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"
|
|
247
247
|
/>
|
|
248
248
|
</svg>
|
|
249
|
-
</
|
|
250
|
-
<
|
|
249
|
+
</ui-icon>
|
|
250
|
+
<ui-text
|
|
251
251
|
class="text paragraph label"
|
|
252
252
|
>
|
|
253
253
|
user.action.resend_booking
|
|
254
|
-
</
|
|
255
|
-
</
|
|
256
|
-
</
|
|
257
|
-
<
|
|
254
|
+
</ui-text>
|
|
255
|
+
</ui-view>
|
|
256
|
+
</ui-pressable>
|
|
257
|
+
<ui-pressable
|
|
258
258
|
class="pressable option value divider"
|
|
259
259
|
tabindex="0"
|
|
260
260
|
>
|
|
261
|
-
<
|
|
261
|
+
<ui-view
|
|
262
262
|
class="view row wide content"
|
|
263
263
|
>
|
|
264
|
-
<
|
|
264
|
+
<ui-icon
|
|
265
265
|
class="icon headline-3 icon"
|
|
266
266
|
>
|
|
267
267
|
<svg
|
|
@@ -281,22 +281,22 @@ exports[`component:<Booking> partial:<Menu> renders 1`] = `
|
|
|
281
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"
|
|
282
282
|
/>
|
|
283
283
|
</svg>
|
|
284
|
-
</
|
|
285
|
-
<
|
|
284
|
+
</ui-icon>
|
|
285
|
+
<ui-text
|
|
286
286
|
class="text paragraph label"
|
|
287
287
|
>
|
|
288
288
|
user.action.edit_booking
|
|
289
|
-
</
|
|
290
|
-
</
|
|
291
|
-
</
|
|
292
|
-
<
|
|
289
|
+
</ui-text>
|
|
290
|
+
</ui-view>
|
|
291
|
+
</ui-pressable>
|
|
292
|
+
<ui-pressable
|
|
293
293
|
class="pressable option value"
|
|
294
294
|
tabindex="0"
|
|
295
295
|
>
|
|
296
|
-
<
|
|
296
|
+
<ui-view
|
|
297
297
|
class="view row wide content"
|
|
298
298
|
>
|
|
299
|
-
<
|
|
299
|
+
<ui-icon
|
|
300
300
|
class="icon headline-3 icon"
|
|
301
301
|
>
|
|
302
302
|
<svg
|
|
@@ -316,43 +316,43 @@ exports[`component:<Booking> partial:<Menu> renders 1`] = `
|
|
|
316
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"
|
|
317
317
|
/>
|
|
318
318
|
</svg>
|
|
319
|
-
</
|
|
320
|
-
<
|
|
319
|
+
</ui-icon>
|
|
320
|
+
<ui-text
|
|
321
321
|
class="text paragraph label"
|
|
322
322
|
>
|
|
323
323
|
user.action.cancel_booking
|
|
324
|
-
</
|
|
325
|
-
</
|
|
326
|
-
</
|
|
324
|
+
</ui-text>
|
|
325
|
+
</ui-view>
|
|
326
|
+
</ui-pressable>
|
|
327
327
|
</div>
|
|
328
|
-
</
|
|
329
|
-
</
|
|
328
|
+
</ui-menu-content>
|
|
329
|
+
</ui-view>
|
|
330
330
|
</DocumentFragment>
|
|
331
331
|
`;
|
|
332
332
|
|
|
333
333
|
exports[`component:<Booking> partial:<Menu> testID 1`] = `
|
|
334
334
|
<DocumentFragment>
|
|
335
|
-
<
|
|
335
|
+
<ui-view
|
|
336
336
|
class="view"
|
|
337
337
|
data-testid="mirai"
|
|
338
338
|
>
|
|
339
|
-
<
|
|
339
|
+
<ui-menu
|
|
340
340
|
class="container"
|
|
341
341
|
/>
|
|
342
|
-
<
|
|
342
|
+
<ui-menu-content
|
|
343
343
|
class="layer"
|
|
344
344
|
>
|
|
345
345
|
<div
|
|
346
346
|
class="menu visible"
|
|
347
347
|
>
|
|
348
|
-
<
|
|
348
|
+
<ui-pressable
|
|
349
349
|
class="pressable option value divider"
|
|
350
350
|
tabindex="0"
|
|
351
351
|
>
|
|
352
|
-
<
|
|
352
|
+
<ui-view
|
|
353
353
|
class="view row wide content"
|
|
354
354
|
>
|
|
355
|
-
<
|
|
355
|
+
<ui-icon
|
|
356
356
|
class="icon headline-3 icon"
|
|
357
357
|
>
|
|
358
358
|
<svg
|
|
@@ -377,22 +377,22 @@ exports[`component:<Booking> partial:<Menu> testID 1`] = `
|
|
|
377
377
|
r="1"
|
|
378
378
|
/>
|
|
379
379
|
</svg>
|
|
380
|
-
</
|
|
381
|
-
<
|
|
380
|
+
</ui-icon>
|
|
381
|
+
<ui-text
|
|
382
382
|
class="text paragraph label"
|
|
383
383
|
>
|
|
384
384
|
user.action.print
|
|
385
|
-
</
|
|
386
|
-
</
|
|
387
|
-
</
|
|
388
|
-
<
|
|
385
|
+
</ui-text>
|
|
386
|
+
</ui-view>
|
|
387
|
+
</ui-pressable>
|
|
388
|
+
<ui-pressable
|
|
389
389
|
class="pressable option value divider"
|
|
390
390
|
tabindex="0"
|
|
391
391
|
>
|
|
392
|
-
<
|
|
392
|
+
<ui-view
|
|
393
393
|
class="view row wide content"
|
|
394
394
|
>
|
|
395
|
-
<
|
|
395
|
+
<ui-icon
|
|
396
396
|
class="icon headline-3 icon"
|
|
397
397
|
>
|
|
398
398
|
<svg
|
|
@@ -412,22 +412,22 @@ exports[`component:<Booking> partial:<Menu> testID 1`] = `
|
|
|
412
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"
|
|
413
413
|
/>
|
|
414
414
|
</svg>
|
|
415
|
-
</
|
|
416
|
-
<
|
|
415
|
+
</ui-icon>
|
|
416
|
+
<ui-text
|
|
417
417
|
class="text paragraph label"
|
|
418
418
|
>
|
|
419
419
|
user.action.resend_booking
|
|
420
|
-
</
|
|
421
|
-
</
|
|
422
|
-
</
|
|
423
|
-
<
|
|
420
|
+
</ui-text>
|
|
421
|
+
</ui-view>
|
|
422
|
+
</ui-pressable>
|
|
423
|
+
<ui-pressable
|
|
424
424
|
class="pressable option value divider"
|
|
425
425
|
tabindex="0"
|
|
426
426
|
>
|
|
427
|
-
<
|
|
427
|
+
<ui-view
|
|
428
428
|
class="view row wide content"
|
|
429
429
|
>
|
|
430
|
-
<
|
|
430
|
+
<ui-icon
|
|
431
431
|
class="icon headline-3 icon"
|
|
432
432
|
>
|
|
433
433
|
<svg
|
|
@@ -447,22 +447,22 @@ exports[`component:<Booking> partial:<Menu> testID 1`] = `
|
|
|
447
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"
|
|
448
448
|
/>
|
|
449
449
|
</svg>
|
|
450
|
-
</
|
|
451
|
-
<
|
|
450
|
+
</ui-icon>
|
|
451
|
+
<ui-text
|
|
452
452
|
class="text paragraph label"
|
|
453
453
|
>
|
|
454
454
|
user.action.edit_booking
|
|
455
|
-
</
|
|
456
|
-
</
|
|
457
|
-
</
|
|
458
|
-
<
|
|
455
|
+
</ui-text>
|
|
456
|
+
</ui-view>
|
|
457
|
+
</ui-pressable>
|
|
458
|
+
<ui-pressable
|
|
459
459
|
class="pressable option value"
|
|
460
460
|
tabindex="0"
|
|
461
461
|
>
|
|
462
|
-
<
|
|
462
|
+
<ui-view
|
|
463
463
|
class="view row wide content"
|
|
464
464
|
>
|
|
465
|
-
<
|
|
465
|
+
<ui-icon
|
|
466
466
|
class="icon headline-3 icon"
|
|
467
467
|
>
|
|
468
468
|
<svg
|
|
@@ -482,42 +482,42 @@ exports[`component:<Booking> partial:<Menu> testID 1`] = `
|
|
|
482
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"
|
|
483
483
|
/>
|
|
484
484
|
</svg>
|
|
485
|
-
</
|
|
486
|
-
<
|
|
485
|
+
</ui-icon>
|
|
486
|
+
<ui-text
|
|
487
487
|
class="text paragraph label"
|
|
488
488
|
>
|
|
489
489
|
user.action.cancel_booking
|
|
490
|
-
</
|
|
491
|
-
</
|
|
492
|
-
</
|
|
490
|
+
</ui-text>
|
|
491
|
+
</ui-view>
|
|
492
|
+
</ui-pressable>
|
|
493
493
|
</div>
|
|
494
|
-
</
|
|
495
|
-
</
|
|
494
|
+
</ui-menu-content>
|
|
495
|
+
</ui-view>
|
|
496
496
|
</DocumentFragment>
|
|
497
497
|
`;
|
|
498
498
|
|
|
499
499
|
exports[`component:<Booking> partial:<Menu> with a store 1`] = `
|
|
500
500
|
<DocumentFragment>
|
|
501
|
-
<
|
|
501
|
+
<ui-view
|
|
502
502
|
class="view"
|
|
503
503
|
>
|
|
504
|
-
<
|
|
504
|
+
<ui-menu
|
|
505
505
|
class="container"
|
|
506
506
|
/>
|
|
507
|
-
<
|
|
507
|
+
<ui-menu-content
|
|
508
508
|
class="layer"
|
|
509
509
|
>
|
|
510
510
|
<div
|
|
511
511
|
class="menu visible"
|
|
512
512
|
>
|
|
513
|
-
<
|
|
513
|
+
<ui-pressable
|
|
514
514
|
class="pressable option value divider"
|
|
515
515
|
tabindex="0"
|
|
516
516
|
>
|
|
517
|
-
<
|
|
517
|
+
<ui-view
|
|
518
518
|
class="view row wide content"
|
|
519
519
|
>
|
|
520
|
-
<
|
|
520
|
+
<ui-icon
|
|
521
521
|
class="icon headline-3 icon"
|
|
522
522
|
>
|
|
523
523
|
<svg
|
|
@@ -542,22 +542,22 @@ exports[`component:<Booking> partial:<Menu> with a store 1`] = `
|
|
|
542
542
|
r="1"
|
|
543
543
|
/>
|
|
544
544
|
</svg>
|
|
545
|
-
</
|
|
546
|
-
<
|
|
545
|
+
</ui-icon>
|
|
546
|
+
<ui-text
|
|
547
547
|
class="text paragraph label"
|
|
548
548
|
>
|
|
549
549
|
user.action.print
|
|
550
|
-
</
|
|
551
|
-
</
|
|
552
|
-
</
|
|
553
|
-
<
|
|
550
|
+
</ui-text>
|
|
551
|
+
</ui-view>
|
|
552
|
+
</ui-pressable>
|
|
553
|
+
<ui-pressable
|
|
554
554
|
class="pressable option value divider"
|
|
555
555
|
tabindex="0"
|
|
556
556
|
>
|
|
557
|
-
<
|
|
557
|
+
<ui-view
|
|
558
558
|
class="view row wide content"
|
|
559
559
|
>
|
|
560
|
-
<
|
|
560
|
+
<ui-icon
|
|
561
561
|
class="icon headline-3 icon"
|
|
562
562
|
>
|
|
563
563
|
<svg
|
|
@@ -577,22 +577,22 @@ exports[`component:<Booking> partial:<Menu> with a store 1`] = `
|
|
|
577
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"
|
|
578
578
|
/>
|
|
579
579
|
</svg>
|
|
580
|
-
</
|
|
581
|
-
<
|
|
580
|
+
</ui-icon>
|
|
581
|
+
<ui-text
|
|
582
582
|
class="text paragraph label"
|
|
583
583
|
>
|
|
584
584
|
user.action.resend_booking
|
|
585
|
-
</
|
|
586
|
-
</
|
|
587
|
-
</
|
|
588
|
-
<
|
|
585
|
+
</ui-text>
|
|
586
|
+
</ui-view>
|
|
587
|
+
</ui-pressable>
|
|
588
|
+
<ui-pressable
|
|
589
589
|
class="pressable option value divider"
|
|
590
590
|
tabindex="0"
|
|
591
591
|
>
|
|
592
|
-
<
|
|
592
|
+
<ui-view
|
|
593
593
|
class="view row wide content"
|
|
594
594
|
>
|
|
595
|
-
<
|
|
595
|
+
<ui-icon
|
|
596
596
|
class="icon headline-3 icon"
|
|
597
597
|
>
|
|
598
598
|
<svg
|
|
@@ -612,22 +612,22 @@ exports[`component:<Booking> partial:<Menu> with a store 1`] = `
|
|
|
612
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"
|
|
613
613
|
/>
|
|
614
614
|
</svg>
|
|
615
|
-
</
|
|
616
|
-
<
|
|
615
|
+
</ui-icon>
|
|
616
|
+
<ui-text
|
|
617
617
|
class="text paragraph label"
|
|
618
618
|
>
|
|
619
619
|
user.action.edit_booking
|
|
620
|
-
</
|
|
621
|
-
</
|
|
622
|
-
</
|
|
623
|
-
<
|
|
620
|
+
</ui-text>
|
|
621
|
+
</ui-view>
|
|
622
|
+
</ui-pressable>
|
|
623
|
+
<ui-pressable
|
|
624
624
|
class="pressable option value"
|
|
625
625
|
tabindex="0"
|
|
626
626
|
>
|
|
627
|
-
<
|
|
627
|
+
<ui-view
|
|
628
628
|
class="view row wide content"
|
|
629
629
|
>
|
|
630
|
-
<
|
|
630
|
+
<ui-icon
|
|
631
631
|
class="icon headline-3 icon"
|
|
632
632
|
>
|
|
633
633
|
<svg
|
|
@@ -647,16 +647,16 @@ exports[`component:<Booking> partial:<Menu> with a store 1`] = `
|
|
|
647
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"
|
|
648
648
|
/>
|
|
649
649
|
</svg>
|
|
650
|
-
</
|
|
651
|
-
<
|
|
650
|
+
</ui-icon>
|
|
651
|
+
<ui-text
|
|
652
652
|
class="text paragraph label"
|
|
653
653
|
>
|
|
654
654
|
user.action.cancel_booking
|
|
655
|
-
</
|
|
656
|
-
</
|
|
657
|
-
</
|
|
655
|
+
</ui-text>
|
|
656
|
+
</ui-view>
|
|
657
|
+
</ui-pressable>
|
|
658
658
|
</div>
|
|
659
|
-
</
|
|
660
|
-
</
|
|
659
|
+
</ui-menu-content>
|
|
660
|
+
</ui-view>
|
|
661
661
|
</DocumentFragment>
|
|
662
662
|
`;
|