@mirai/core 0.3.356 → 0.3.357
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +34 -34
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +260 -260
- package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +36 -36
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +148 -148
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +108 -108
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +302 -302
- package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap +30 -30
- package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +24 -24
- package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +68 -68
- package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +74 -74
- package/build/components/Chat/components/Message/components/Environment.module.css +1 -1
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +376 -376
- package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +112 -112
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +588 -588
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +788 -764
- package/build/components/Deals/Deals.js +2 -1
- package/build/components/Deals/Deals.js.map +1 -1
- package/build/components/Deals/Deals.module.css +1 -1
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +1893 -1893
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +2936 -2884
- package/build/components/Finder/Finder.compact.js +7 -4
- package/build/components/Finder/Finder.compact.js.map +1 -1
- package/build/components/Finder/Finder.module.css +3 -3
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +8430 -8428
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +5063 -4646
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +115 -115
- package/build/components/Header/Header.js +2 -1
- package/build/components/Header/Header.js.map +1 -1
- package/build/components/Header/Header.module.css +1 -1
- package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +6 -6
- package/build/components/Rates/Rates.Unavailability.js +2 -1
- package/build/components/Rates/Rates.Unavailability.js.map +1 -1
- package/build/components/Rates/Rates.module.css +2 -2
- package/build/components/Rates/components/CardHotel/CardHotel.js +2 -1
- package/build/components/Rates/components/CardHotel/CardHotel.js.map +1 -1
- package/build/components/Rates/components/CardHotel/CardHotel.module.css +1 -1
- package/build/components/Rates/components/Filters/Filters.js +1 -1
- package/build/components/Rates/components/Filters/Filters.js.map +1 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.module.css +1 -1
- package/build/components/Rates/components/Item/components/Slider/Slider.js +8 -4
- package/build/components/Rates/components/Item/components/Slider/Slider.js.map +1 -1
- package/build/components/Rates/components/Item/components/Slider/Slider.module.css +2 -2
- package/build/components/Rates/components/Item/components/TooltipDates/TooltipDates.module.css +2 -2
- package/build/components/Rates/components/ModalExtras/ModalExtras.module.css +0 -4
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +320 -315
- package/build/components/Signup/Signup.js +4 -2
- package/build/components/Signup/Signup.js.map +1 -1
- package/build/components/Signup/Signup.module.css +1 -1
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +279 -279
- package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +74 -74
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +991 -991
- package/build/components/__shared__/BookingSummary/_tests__/__snapshots__/BookingSummary.test.js.snap +316 -316
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +200 -200
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +320 -320
- package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +144 -144
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +12 -12
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +32 -32
- package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +12 -12
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +129 -129
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +45 -45
- package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +30 -30
- package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +51 -51
- package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +8 -8
- package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +219 -219
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +513 -513
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js +1 -0
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js.map +1 -1
- package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +59 -59
- package/build/components/__shared__/Footer/Footer.js +11 -10
- package/build/components/__shared__/Footer/Footer.js.map +1 -1
- package/build/components/__shared__/Footer/Footer.module.css +2 -2
- package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +60 -60
- package/build/components/__shared__/Occupation/Occupation.Group.js +2 -1
- package/build/components/__shared__/Occupation/Occupation.Group.js.map +1 -1
- package/build/components/__shared__/Occupation/Occupation.module.css +3 -3
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +732 -732
- package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +319 -313
- package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +7 -7
- package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +231 -231
- package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +140 -140
- package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +27 -27
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js +4 -2
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js.map +1 -1
- package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +53 -53
- package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +6 -6
- package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +104 -104
- package/package.json +1 -1
|
@@ -2,499 +2,499 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<BookingTable.Row> all props 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-view
|
|
6
6
|
class="view row"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui-view
|
|
9
9
|
class="view"
|
|
10
10
|
>
|
|
11
|
-
<
|
|
11
|
+
<ui-view
|
|
12
12
|
class="view row"
|
|
13
13
|
>
|
|
14
|
-
<
|
|
14
|
+
<ui-text
|
|
15
15
|
class="text action"
|
|
16
16
|
>
|
|
17
17
|
title
|
|
18
|
-
</
|
|
19
|
-
</
|
|
20
|
-
<
|
|
18
|
+
</ui-text>
|
|
19
|
+
</ui-view>
|
|
20
|
+
<ui-view
|
|
21
21
|
class="view row"
|
|
22
22
|
>
|
|
23
|
-
<
|
|
23
|
+
<ui-view
|
|
24
24
|
class="view row wide"
|
|
25
25
|
>
|
|
26
|
-
<
|
|
26
|
+
<ui-text
|
|
27
27
|
class="text small"
|
|
28
28
|
>
|
|
29
29
|
subtitle
|
|
30
|
-
</
|
|
31
|
-
<
|
|
30
|
+
</ui-text>
|
|
31
|
+
<ui-text
|
|
32
32
|
class="text small"
|
|
33
33
|
>
|
|
34
34
|
-
|
|
35
|
-
</
|
|
36
|
-
<
|
|
35
|
+
</ui-text>
|
|
36
|
+
<ui-tooltip
|
|
37
37
|
class="container"
|
|
38
38
|
>
|
|
39
|
-
<
|
|
39
|
+
<ui-view
|
|
40
40
|
class="view"
|
|
41
41
|
>
|
|
42
|
-
<
|
|
42
|
+
<ui-text
|
|
43
43
|
class="text small dispatcher"
|
|
44
44
|
>
|
|
45
45
|
common.action.more_info
|
|
46
|
-
</
|
|
47
|
-
</
|
|
48
|
-
</
|
|
49
|
-
</
|
|
50
|
-
</
|
|
51
|
-
</
|
|
52
|
-
<
|
|
46
|
+
</ui-text>
|
|
47
|
+
</ui-view>
|
|
48
|
+
</ui-tooltip>
|
|
49
|
+
</ui-view>
|
|
50
|
+
</ui-view>
|
|
51
|
+
</ui-view>
|
|
52
|
+
<ui-view
|
|
53
53
|
class="view"
|
|
54
54
|
>
|
|
55
|
-
<
|
|
55
|
+
<ui-text
|
|
56
56
|
class="text action"
|
|
57
57
|
>
|
|
58
58
|
summary
|
|
59
|
-
</
|
|
60
|
-
</
|
|
61
|
-
<
|
|
59
|
+
</ui-text>
|
|
60
|
+
</ui-view>
|
|
61
|
+
<ui-view
|
|
62
62
|
class="view"
|
|
63
63
|
>
|
|
64
|
-
<
|
|
64
|
+
<ui-text
|
|
65
65
|
class="text action"
|
|
66
66
|
/>
|
|
67
|
-
</
|
|
67
|
+
</ui-view>
|
|
68
68
|
<span>
|
|
69
69
|
children
|
|
70
70
|
</span>
|
|
71
|
-
</
|
|
71
|
+
</ui-view>
|
|
72
72
|
</DocumentFragment>
|
|
73
73
|
`;
|
|
74
74
|
|
|
75
75
|
exports[`component:<BookingTable.Row> inherit:className 1`] = `
|
|
76
76
|
<DocumentFragment>
|
|
77
|
-
<
|
|
77
|
+
<ui-view
|
|
78
78
|
class="view row mirai"
|
|
79
79
|
>
|
|
80
|
-
<
|
|
80
|
+
<ui-view
|
|
81
81
|
class="view"
|
|
82
82
|
>
|
|
83
|
-
<
|
|
83
|
+
<ui-view
|
|
84
84
|
class="view row"
|
|
85
85
|
>
|
|
86
|
-
<
|
|
86
|
+
<ui-text
|
|
87
87
|
class="text action"
|
|
88
88
|
>
|
|
89
89
|
title
|
|
90
|
-
</
|
|
91
|
-
</
|
|
92
|
-
<
|
|
90
|
+
</ui-text>
|
|
91
|
+
</ui-view>
|
|
92
|
+
<ui-view
|
|
93
93
|
class="view row"
|
|
94
94
|
>
|
|
95
|
-
<
|
|
95
|
+
<ui-view
|
|
96
96
|
class="view row wide"
|
|
97
97
|
/>
|
|
98
|
-
</
|
|
99
|
-
</
|
|
100
|
-
<
|
|
98
|
+
</ui-view>
|
|
99
|
+
</ui-view>
|
|
100
|
+
<ui-view
|
|
101
101
|
class="view"
|
|
102
102
|
>
|
|
103
|
-
<
|
|
103
|
+
<ui-text
|
|
104
104
|
class="text action"
|
|
105
105
|
/>
|
|
106
|
-
</
|
|
107
|
-
<
|
|
106
|
+
</ui-view>
|
|
107
|
+
<ui-view
|
|
108
108
|
class="view"
|
|
109
109
|
>
|
|
110
|
-
<
|
|
110
|
+
<ui-text
|
|
111
111
|
class="text action"
|
|
112
112
|
>
|
|
113
113
|
common.label.free
|
|
114
|
-
</
|
|
115
|
-
</
|
|
116
|
-
</
|
|
114
|
+
</ui-text>
|
|
115
|
+
</ui-view>
|
|
116
|
+
</ui-view>
|
|
117
117
|
</DocumentFragment>
|
|
118
118
|
`;
|
|
119
119
|
|
|
120
120
|
exports[`component:<BookingTable.Row> prop:children 1`] = `
|
|
121
121
|
<DocumentFragment>
|
|
122
|
-
<
|
|
122
|
+
<ui-view
|
|
123
123
|
class="view row"
|
|
124
124
|
>
|
|
125
|
-
<
|
|
125
|
+
<ui-view
|
|
126
126
|
class="view"
|
|
127
127
|
>
|
|
128
|
-
<
|
|
128
|
+
<ui-view
|
|
129
129
|
class="view row"
|
|
130
130
|
>
|
|
131
|
-
<
|
|
131
|
+
<ui-text
|
|
132
132
|
class="text action"
|
|
133
133
|
>
|
|
134
134
|
title
|
|
135
|
-
</
|
|
136
|
-
</
|
|
137
|
-
<
|
|
135
|
+
</ui-text>
|
|
136
|
+
</ui-view>
|
|
137
|
+
<ui-view
|
|
138
138
|
class="view row"
|
|
139
139
|
>
|
|
140
|
-
<
|
|
140
|
+
<ui-view
|
|
141
141
|
class="view row wide"
|
|
142
142
|
/>
|
|
143
|
-
</
|
|
144
|
-
</
|
|
145
|
-
<
|
|
143
|
+
</ui-view>
|
|
144
|
+
</ui-view>
|
|
145
|
+
<ui-view
|
|
146
146
|
class="view"
|
|
147
147
|
>
|
|
148
|
-
<
|
|
148
|
+
<ui-text
|
|
149
149
|
class="text action"
|
|
150
150
|
/>
|
|
151
|
-
</
|
|
152
|
-
<
|
|
151
|
+
</ui-view>
|
|
152
|
+
<ui-view
|
|
153
153
|
class="view"
|
|
154
154
|
>
|
|
155
|
-
<
|
|
155
|
+
<ui-text
|
|
156
156
|
class="text action"
|
|
157
157
|
>
|
|
158
158
|
common.label.free
|
|
159
|
-
</
|
|
160
|
-
</
|
|
159
|
+
</ui-text>
|
|
160
|
+
</ui-view>
|
|
161
161
|
<span>
|
|
162
162
|
children
|
|
163
163
|
</span>
|
|
164
|
-
</
|
|
164
|
+
</ui-view>
|
|
165
165
|
</DocumentFragment>
|
|
166
166
|
`;
|
|
167
167
|
|
|
168
168
|
exports[`component:<BookingTable.Row> prop:description 1`] = `
|
|
169
169
|
<DocumentFragment>
|
|
170
|
-
<
|
|
170
|
+
<ui-view
|
|
171
171
|
class="view row"
|
|
172
172
|
>
|
|
173
|
-
<
|
|
173
|
+
<ui-view
|
|
174
174
|
class="view"
|
|
175
175
|
>
|
|
176
|
-
<
|
|
176
|
+
<ui-view
|
|
177
177
|
class="view row"
|
|
178
178
|
>
|
|
179
|
-
<
|
|
179
|
+
<ui-text
|
|
180
180
|
class="text action"
|
|
181
181
|
>
|
|
182
182
|
title
|
|
183
|
-
</
|
|
184
|
-
</
|
|
185
|
-
<
|
|
183
|
+
</ui-text>
|
|
184
|
+
</ui-view>
|
|
185
|
+
<ui-view
|
|
186
186
|
class="view row"
|
|
187
187
|
>
|
|
188
|
-
<
|
|
188
|
+
<ui-view
|
|
189
189
|
class="view row wide"
|
|
190
190
|
>
|
|
191
|
-
<
|
|
191
|
+
<ui-tooltip
|
|
192
192
|
class="container"
|
|
193
193
|
>
|
|
194
|
-
<
|
|
194
|
+
<ui-view
|
|
195
195
|
class="view"
|
|
196
196
|
>
|
|
197
|
-
<
|
|
197
|
+
<ui-text
|
|
198
198
|
class="text small dispatcher"
|
|
199
199
|
>
|
|
200
200
|
common.action.more_info
|
|
201
|
-
</
|
|
202
|
-
</
|
|
203
|
-
</
|
|
204
|
-
</
|
|
205
|
-
</
|
|
206
|
-
</
|
|
207
|
-
<
|
|
201
|
+
</ui-text>
|
|
202
|
+
</ui-view>
|
|
203
|
+
</ui-tooltip>
|
|
204
|
+
</ui-view>
|
|
205
|
+
</ui-view>
|
|
206
|
+
</ui-view>
|
|
207
|
+
<ui-view
|
|
208
208
|
class="view"
|
|
209
209
|
>
|
|
210
|
-
<
|
|
210
|
+
<ui-text
|
|
211
211
|
class="text action"
|
|
212
212
|
/>
|
|
213
|
-
</
|
|
214
|
-
<
|
|
213
|
+
</ui-view>
|
|
214
|
+
<ui-view
|
|
215
215
|
class="view"
|
|
216
216
|
>
|
|
217
|
-
<
|
|
217
|
+
<ui-text
|
|
218
218
|
class="text action"
|
|
219
219
|
>
|
|
220
220
|
common.label.free
|
|
221
|
-
</
|
|
222
|
-
</
|
|
223
|
-
</
|
|
221
|
+
</ui-text>
|
|
222
|
+
</ui-view>
|
|
223
|
+
</ui-view>
|
|
224
224
|
</DocumentFragment>
|
|
225
225
|
`;
|
|
226
226
|
|
|
227
227
|
exports[`component:<BookingTable.Row> prop:price & prop:currency 1`] = `
|
|
228
228
|
<DocumentFragment>
|
|
229
|
-
<
|
|
229
|
+
<ui-view
|
|
230
230
|
class="view row"
|
|
231
231
|
>
|
|
232
|
-
<
|
|
232
|
+
<ui-view
|
|
233
233
|
class="view"
|
|
234
234
|
>
|
|
235
|
-
<
|
|
235
|
+
<ui-view
|
|
236
236
|
class="view row"
|
|
237
237
|
>
|
|
238
|
-
<
|
|
238
|
+
<ui-text
|
|
239
239
|
class="text action"
|
|
240
240
|
>
|
|
241
241
|
title
|
|
242
|
-
</
|
|
243
|
-
</
|
|
244
|
-
<
|
|
242
|
+
</ui-text>
|
|
243
|
+
</ui-view>
|
|
244
|
+
<ui-view
|
|
245
245
|
class="view row"
|
|
246
246
|
>
|
|
247
|
-
<
|
|
247
|
+
<ui-view
|
|
248
248
|
class="view row wide"
|
|
249
249
|
/>
|
|
250
|
-
</
|
|
251
|
-
</
|
|
252
|
-
<
|
|
250
|
+
</ui-view>
|
|
251
|
+
</ui-view>
|
|
252
|
+
<ui-view
|
|
253
253
|
class="view"
|
|
254
254
|
>
|
|
255
|
-
<
|
|
255
|
+
<ui-text
|
|
256
256
|
class="text action"
|
|
257
257
|
/>
|
|
258
|
-
</
|
|
259
|
-
<
|
|
258
|
+
</ui-view>
|
|
259
|
+
<ui-view
|
|
260
260
|
class="view"
|
|
261
261
|
>
|
|
262
|
-
<
|
|
262
|
+
<ui-text
|
|
263
263
|
class="text action"
|
|
264
264
|
/>
|
|
265
|
-
</
|
|
266
|
-
</
|
|
265
|
+
</ui-view>
|
|
266
|
+
</ui-view>
|
|
267
267
|
</DocumentFragment>
|
|
268
268
|
`;
|
|
269
269
|
|
|
270
270
|
exports[`component:<BookingTable.Row> prop:price 1`] = `
|
|
271
271
|
<DocumentFragment>
|
|
272
|
-
<
|
|
272
|
+
<ui-view
|
|
273
273
|
class="view row"
|
|
274
274
|
>
|
|
275
|
-
<
|
|
275
|
+
<ui-view
|
|
276
276
|
class="view"
|
|
277
277
|
>
|
|
278
|
-
<
|
|
278
|
+
<ui-view
|
|
279
279
|
class="view row"
|
|
280
280
|
>
|
|
281
|
-
<
|
|
281
|
+
<ui-text
|
|
282
282
|
class="text action"
|
|
283
283
|
>
|
|
284
284
|
title
|
|
285
|
-
</
|
|
286
|
-
</
|
|
287
|
-
<
|
|
285
|
+
</ui-text>
|
|
286
|
+
</ui-view>
|
|
287
|
+
<ui-view
|
|
288
288
|
class="view row"
|
|
289
289
|
>
|
|
290
|
-
<
|
|
290
|
+
<ui-view
|
|
291
291
|
class="view row wide"
|
|
292
292
|
/>
|
|
293
|
-
</
|
|
294
|
-
</
|
|
295
|
-
<
|
|
293
|
+
</ui-view>
|
|
294
|
+
</ui-view>
|
|
295
|
+
<ui-view
|
|
296
296
|
class="view"
|
|
297
297
|
>
|
|
298
|
-
<
|
|
298
|
+
<ui-text
|
|
299
299
|
class="text action"
|
|
300
300
|
/>
|
|
301
|
-
</
|
|
302
|
-
<
|
|
301
|
+
</ui-view>
|
|
302
|
+
<ui-view
|
|
303
303
|
class="view"
|
|
304
304
|
>
|
|
305
|
-
<
|
|
305
|
+
<ui-text
|
|
306
306
|
class="text action"
|
|
307
307
|
/>
|
|
308
|
-
</
|
|
309
|
-
</
|
|
308
|
+
</ui-view>
|
|
309
|
+
</ui-view>
|
|
310
310
|
</DocumentFragment>
|
|
311
311
|
`;
|
|
312
312
|
|
|
313
313
|
exports[`component:<BookingTable.Row> prop:subtitle 1`] = `
|
|
314
314
|
<DocumentFragment>
|
|
315
|
-
<
|
|
315
|
+
<ui-view
|
|
316
316
|
class="view row"
|
|
317
317
|
>
|
|
318
|
-
<
|
|
318
|
+
<ui-view
|
|
319
319
|
class="view"
|
|
320
320
|
>
|
|
321
|
-
<
|
|
321
|
+
<ui-view
|
|
322
322
|
class="view row"
|
|
323
323
|
>
|
|
324
|
-
<
|
|
324
|
+
<ui-text
|
|
325
325
|
class="text action"
|
|
326
326
|
>
|
|
327
327
|
title
|
|
328
|
-
</
|
|
329
|
-
</
|
|
330
|
-
<
|
|
328
|
+
</ui-text>
|
|
329
|
+
</ui-view>
|
|
330
|
+
<ui-view
|
|
331
331
|
class="view row"
|
|
332
332
|
>
|
|
333
|
-
<
|
|
333
|
+
<ui-view
|
|
334
334
|
class="view row wide"
|
|
335
335
|
>
|
|
336
|
-
<
|
|
336
|
+
<ui-text
|
|
337
337
|
class="text small"
|
|
338
338
|
>
|
|
339
339
|
subtitle
|
|
340
|
-
</
|
|
341
|
-
</
|
|
342
|
-
</
|
|
343
|
-
</
|
|
344
|
-
<
|
|
340
|
+
</ui-text>
|
|
341
|
+
</ui-view>
|
|
342
|
+
</ui-view>
|
|
343
|
+
</ui-view>
|
|
344
|
+
<ui-view
|
|
345
345
|
class="view"
|
|
346
346
|
>
|
|
347
|
-
<
|
|
347
|
+
<ui-text
|
|
348
348
|
class="text action"
|
|
349
349
|
/>
|
|
350
|
-
</
|
|
351
|
-
<
|
|
350
|
+
</ui-view>
|
|
351
|
+
<ui-view
|
|
352
352
|
class="view"
|
|
353
353
|
>
|
|
354
|
-
<
|
|
354
|
+
<ui-text
|
|
355
355
|
class="text action"
|
|
356
356
|
>
|
|
357
357
|
common.label.free
|
|
358
|
-
</
|
|
359
|
-
</
|
|
360
|
-
</
|
|
358
|
+
</ui-text>
|
|
359
|
+
</ui-view>
|
|
360
|
+
</ui-view>
|
|
361
361
|
</DocumentFragment>
|
|
362
362
|
`;
|
|
363
363
|
|
|
364
364
|
exports[`component:<BookingTable.Row> prop:summary 1`] = `
|
|
365
365
|
<DocumentFragment>
|
|
366
|
-
<
|
|
366
|
+
<ui-view
|
|
367
367
|
class="view row"
|
|
368
368
|
>
|
|
369
|
-
<
|
|
369
|
+
<ui-view
|
|
370
370
|
class="view"
|
|
371
371
|
>
|
|
372
|
-
<
|
|
372
|
+
<ui-view
|
|
373
373
|
class="view row"
|
|
374
374
|
>
|
|
375
|
-
<
|
|
375
|
+
<ui-text
|
|
376
376
|
class="text action"
|
|
377
377
|
>
|
|
378
378
|
title
|
|
379
|
-
</
|
|
380
|
-
</
|
|
381
|
-
<
|
|
379
|
+
</ui-text>
|
|
380
|
+
</ui-view>
|
|
381
|
+
<ui-view
|
|
382
382
|
class="view row"
|
|
383
383
|
>
|
|
384
|
-
<
|
|
384
|
+
<ui-view
|
|
385
385
|
class="view row wide"
|
|
386
386
|
/>
|
|
387
|
-
</
|
|
388
|
-
</
|
|
389
|
-
<
|
|
387
|
+
</ui-view>
|
|
388
|
+
</ui-view>
|
|
389
|
+
<ui-view
|
|
390
390
|
class="view"
|
|
391
391
|
>
|
|
392
|
-
<
|
|
392
|
+
<ui-text
|
|
393
393
|
class="text action"
|
|
394
394
|
>
|
|
395
395
|
summary
|
|
396
|
-
</
|
|
397
|
-
</
|
|
398
|
-
<
|
|
396
|
+
</ui-text>
|
|
397
|
+
</ui-view>
|
|
398
|
+
<ui-view
|
|
399
399
|
class="view"
|
|
400
400
|
>
|
|
401
|
-
<
|
|
401
|
+
<ui-text
|
|
402
402
|
class="text action"
|
|
403
403
|
>
|
|
404
404
|
common.label.free
|
|
405
|
-
</
|
|
406
|
-
</
|
|
407
|
-
</
|
|
405
|
+
</ui-text>
|
|
406
|
+
</ui-view>
|
|
407
|
+
</ui-view>
|
|
408
408
|
</DocumentFragment>
|
|
409
409
|
`;
|
|
410
410
|
|
|
411
411
|
exports[`component:<BookingTable.Row> renders 1`] = `
|
|
412
412
|
<DocumentFragment>
|
|
413
|
-
<
|
|
413
|
+
<ui-view
|
|
414
414
|
class="view row"
|
|
415
415
|
>
|
|
416
|
-
<
|
|
416
|
+
<ui-view
|
|
417
417
|
class="view"
|
|
418
418
|
>
|
|
419
|
-
<
|
|
419
|
+
<ui-view
|
|
420
420
|
class="view row"
|
|
421
421
|
>
|
|
422
|
-
<
|
|
422
|
+
<ui-text
|
|
423
423
|
class="text action"
|
|
424
424
|
>
|
|
425
425
|
title
|
|
426
|
-
</
|
|
427
|
-
</
|
|
428
|
-
<
|
|
426
|
+
</ui-text>
|
|
427
|
+
</ui-view>
|
|
428
|
+
<ui-view
|
|
429
429
|
class="view row"
|
|
430
430
|
>
|
|
431
|
-
<
|
|
431
|
+
<ui-view
|
|
432
432
|
class="view row wide"
|
|
433
433
|
/>
|
|
434
|
-
</
|
|
435
|
-
</
|
|
436
|
-
<
|
|
434
|
+
</ui-view>
|
|
435
|
+
</ui-view>
|
|
436
|
+
<ui-view
|
|
437
437
|
class="view"
|
|
438
438
|
>
|
|
439
|
-
<
|
|
439
|
+
<ui-text
|
|
440
440
|
class="text action"
|
|
441
441
|
/>
|
|
442
|
-
</
|
|
443
|
-
<
|
|
442
|
+
</ui-view>
|
|
443
|
+
<ui-view
|
|
444
444
|
class="view"
|
|
445
445
|
>
|
|
446
|
-
<
|
|
446
|
+
<ui-text
|
|
447
447
|
class="text action"
|
|
448
448
|
>
|
|
449
449
|
common.label.free
|
|
450
|
-
</
|
|
451
|
-
</
|
|
452
|
-
</
|
|
450
|
+
</ui-text>
|
|
451
|
+
</ui-view>
|
|
452
|
+
</ui-view>
|
|
453
453
|
</DocumentFragment>
|
|
454
454
|
`;
|
|
455
455
|
|
|
456
456
|
exports[`component:<BookingTable.Row> testID 1`] = `
|
|
457
457
|
<DocumentFragment>
|
|
458
|
-
<
|
|
458
|
+
<ui-view
|
|
459
459
|
class="view row"
|
|
460
460
|
data-testid="mirai"
|
|
461
461
|
>
|
|
462
|
-
<
|
|
462
|
+
<ui-view
|
|
463
463
|
class="view"
|
|
464
464
|
>
|
|
465
|
-
<
|
|
465
|
+
<ui-view
|
|
466
466
|
class="view row"
|
|
467
467
|
>
|
|
468
|
-
<
|
|
468
|
+
<ui-text
|
|
469
469
|
class="text action"
|
|
470
470
|
>
|
|
471
471
|
title
|
|
472
|
-
</
|
|
473
|
-
</
|
|
474
|
-
<
|
|
472
|
+
</ui-text>
|
|
473
|
+
</ui-view>
|
|
474
|
+
<ui-view
|
|
475
475
|
class="view row"
|
|
476
476
|
>
|
|
477
|
-
<
|
|
477
|
+
<ui-view
|
|
478
478
|
class="view row wide"
|
|
479
479
|
/>
|
|
480
|
-
</
|
|
481
|
-
</
|
|
482
|
-
<
|
|
480
|
+
</ui-view>
|
|
481
|
+
</ui-view>
|
|
482
|
+
<ui-view
|
|
483
483
|
class="view"
|
|
484
484
|
>
|
|
485
|
-
<
|
|
485
|
+
<ui-text
|
|
486
486
|
class="text action"
|
|
487
487
|
/>
|
|
488
|
-
</
|
|
489
|
-
<
|
|
488
|
+
</ui-view>
|
|
489
|
+
<ui-view
|
|
490
490
|
class="view"
|
|
491
491
|
>
|
|
492
|
-
<
|
|
492
|
+
<ui-text
|
|
493
493
|
class="text action"
|
|
494
494
|
>
|
|
495
495
|
common.label.free
|
|
496
|
-
</
|
|
497
|
-
</
|
|
498
|
-
</
|
|
496
|
+
</ui-text>
|
|
497
|
+
</ui-view>
|
|
498
|
+
</ui-view>
|
|
499
499
|
</DocumentFragment>
|
|
500
500
|
`;
|