@mirai/core 0.3.356 → 0.3.358
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/Booking.ModalAgency.js +1 -0
- package/build/components/Booking/partials/Booking.ModalAgency.js.map +1 -1
- 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.js +3 -3
- package/build/components/Finder/Finder.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.js +8 -8
- package/build/components/Rates/Rates.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/ClubRate/ClubRate.js +11 -4
- package/build/components/Rates/components/ClubRate/ClubRate.js.map +1 -1
- package/build/components/Rates/components/ClubRate/ClubRate.module.css +4 -0
- 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/Item.Rates.js +15 -7
- package/build/components/Rates/components/Item/Item.Rates.js.map +1 -1
- package/build/components/Rates/components/Item/Item.js +10 -1
- package/build/components/Rates/components/Item/Item.js.map +1 -1
- package/build/components/Rates/components/Item/Item.module.css +5 -4
- package/build/components/Rates/components/Item/components/Amenities/Amenities.js +7 -9
- package/build/components/Rates/components/Item/components/Amenities/Amenities.js.map +1 -1
- package/build/components/Rates/components/Item/components/Amenities/Amenities.module.css +5 -1
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js +0 -1
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.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.js +2 -1
- package/build/components/Rates/components/ModalExtras/ModalExtras.js.map +1 -1
- package/build/components/Rates/components/ModalExtras/ModalExtras.module.css +6 -5
- 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/consolidateStore.js +1 -2
- package/build/helpers/consolidateStore.js.map +1 -1
- package/package.json +1 -1
package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap
CHANGED
|
@@ -2,744 +2,744 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<BookingTable> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-view
|
|
6
6
|
class="view mirai"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui-view
|
|
9
9
|
class="view row"
|
|
10
10
|
>
|
|
11
|
-
<
|
|
11
|
+
<ui-view
|
|
12
12
|
class="view"
|
|
13
13
|
>
|
|
14
|
-
<
|
|
14
|
+
<ui-view
|
|
15
15
|
class="view row"
|
|
16
16
|
>
|
|
17
|
-
<
|
|
17
|
+
<ui-text
|
|
18
18
|
class="text action"
|
|
19
19
|
/>
|
|
20
|
-
</
|
|
21
|
-
<
|
|
20
|
+
</ui-view>
|
|
21
|
+
<ui-view
|
|
22
22
|
class="view row"
|
|
23
23
|
>
|
|
24
|
-
<
|
|
24
|
+
<ui-view
|
|
25
25
|
class="view row wide"
|
|
26
26
|
/>
|
|
27
|
-
</
|
|
28
|
-
</
|
|
29
|
-
<
|
|
27
|
+
</ui-view>
|
|
28
|
+
</ui-view>
|
|
29
|
+
<ui-view
|
|
30
30
|
class="view"
|
|
31
31
|
>
|
|
32
|
-
<
|
|
32
|
+
<ui-text
|
|
33
33
|
class="text action"
|
|
34
34
|
/>
|
|
35
|
-
</
|
|
36
|
-
<
|
|
35
|
+
</ui-view>
|
|
36
|
+
<ui-view
|
|
37
37
|
class="view"
|
|
38
38
|
>
|
|
39
|
-
<
|
|
39
|
+
<ui-text
|
|
40
40
|
class="text action"
|
|
41
41
|
>
|
|
42
42
|
common.label.free
|
|
43
|
-
</
|
|
44
|
-
</
|
|
45
|
-
</
|
|
46
|
-
<
|
|
43
|
+
</ui-text>
|
|
44
|
+
</ui-view>
|
|
45
|
+
</ui-view>
|
|
46
|
+
<ui-view
|
|
47
47
|
class="view row"
|
|
48
48
|
>
|
|
49
|
-
<
|
|
49
|
+
<ui-view
|
|
50
50
|
class="view"
|
|
51
51
|
>
|
|
52
|
-
<
|
|
52
|
+
<ui-view
|
|
53
53
|
class="view row"
|
|
54
54
|
>
|
|
55
|
-
<
|
|
55
|
+
<ui-text
|
|
56
56
|
class="text action"
|
|
57
57
|
/>
|
|
58
|
-
</
|
|
59
|
-
<
|
|
58
|
+
</ui-view>
|
|
59
|
+
<ui-view
|
|
60
60
|
class="view row"
|
|
61
61
|
>
|
|
62
|
-
<
|
|
62
|
+
<ui-view
|
|
63
63
|
class="view row wide"
|
|
64
64
|
/>
|
|
65
|
-
</
|
|
66
|
-
</
|
|
67
|
-
<
|
|
65
|
+
</ui-view>
|
|
66
|
+
</ui-view>
|
|
67
|
+
<ui-view
|
|
68
68
|
class="view"
|
|
69
69
|
>
|
|
70
|
-
<
|
|
70
|
+
<ui-text
|
|
71
71
|
class="text action"
|
|
72
72
|
/>
|
|
73
|
-
</
|
|
74
|
-
<
|
|
73
|
+
</ui-view>
|
|
74
|
+
<ui-view
|
|
75
75
|
class="view"
|
|
76
76
|
>
|
|
77
|
-
<
|
|
77
|
+
<ui-text
|
|
78
78
|
class="text action"
|
|
79
79
|
>
|
|
80
80
|
common.label.free
|
|
81
|
-
</
|
|
82
|
-
</
|
|
83
|
-
</
|
|
84
|
-
<
|
|
81
|
+
</ui-text>
|
|
82
|
+
</ui-view>
|
|
83
|
+
</ui-view>
|
|
84
|
+
<ui-view
|
|
85
85
|
class="view row"
|
|
86
86
|
>
|
|
87
|
-
<
|
|
87
|
+
<ui-view
|
|
88
88
|
class="view"
|
|
89
89
|
>
|
|
90
|
-
<
|
|
90
|
+
<ui-view
|
|
91
91
|
class="view row"
|
|
92
92
|
>
|
|
93
|
-
<
|
|
93
|
+
<ui-text
|
|
94
94
|
class="text action"
|
|
95
95
|
/>
|
|
96
|
-
</
|
|
97
|
-
<
|
|
96
|
+
</ui-view>
|
|
97
|
+
<ui-view
|
|
98
98
|
class="view row"
|
|
99
99
|
>
|
|
100
|
-
<
|
|
100
|
+
<ui-view
|
|
101
101
|
class="view row wide"
|
|
102
102
|
/>
|
|
103
|
-
</
|
|
104
|
-
</
|
|
105
|
-
<
|
|
103
|
+
</ui-view>
|
|
104
|
+
</ui-view>
|
|
105
|
+
<ui-view
|
|
106
106
|
class="view"
|
|
107
107
|
>
|
|
108
|
-
<
|
|
108
|
+
<ui-text
|
|
109
109
|
class="text action"
|
|
110
110
|
/>
|
|
111
|
-
</
|
|
112
|
-
<
|
|
111
|
+
</ui-view>
|
|
112
|
+
<ui-view
|
|
113
113
|
class="view"
|
|
114
114
|
>
|
|
115
|
-
<
|
|
115
|
+
<ui-text
|
|
116
116
|
class="text action"
|
|
117
117
|
>
|
|
118
118
|
common.label.free
|
|
119
|
-
</
|
|
120
|
-
</
|
|
121
|
-
</
|
|
122
|
-
</
|
|
119
|
+
</ui-text>
|
|
120
|
+
</ui-view>
|
|
121
|
+
</ui-view>
|
|
122
|
+
</ui-view>
|
|
123
123
|
</DocumentFragment>
|
|
124
124
|
`;
|
|
125
125
|
|
|
126
126
|
exports[`component:<BookingTable> prop:currency 1`] = `
|
|
127
127
|
<DocumentFragment>
|
|
128
|
-
<
|
|
128
|
+
<ui-view
|
|
129
129
|
class="view"
|
|
130
130
|
>
|
|
131
|
-
<
|
|
131
|
+
<ui-view
|
|
132
132
|
class="view row"
|
|
133
133
|
>
|
|
134
|
-
<
|
|
134
|
+
<ui-view
|
|
135
135
|
class="view"
|
|
136
136
|
>
|
|
137
|
-
<
|
|
137
|
+
<ui-view
|
|
138
138
|
class="view row"
|
|
139
139
|
>
|
|
140
|
-
<
|
|
140
|
+
<ui-text
|
|
141
141
|
class="text action"
|
|
142
142
|
/>
|
|
143
|
-
</
|
|
144
|
-
<
|
|
143
|
+
</ui-view>
|
|
144
|
+
<ui-view
|
|
145
145
|
class="view row"
|
|
146
146
|
>
|
|
147
|
-
<
|
|
147
|
+
<ui-view
|
|
148
148
|
class="view row wide"
|
|
149
149
|
/>
|
|
150
|
-
</
|
|
151
|
-
</
|
|
152
|
-
<
|
|
150
|
+
</ui-view>
|
|
151
|
+
</ui-view>
|
|
152
|
+
<ui-view
|
|
153
153
|
class="view"
|
|
154
154
|
>
|
|
155
|
-
<
|
|
155
|
+
<ui-text
|
|
156
156
|
class="text action"
|
|
157
157
|
/>
|
|
158
|
-
</
|
|
159
|
-
<
|
|
158
|
+
</ui-view>
|
|
159
|
+
<ui-view
|
|
160
160
|
class="view"
|
|
161
161
|
>
|
|
162
|
-
<
|
|
162
|
+
<ui-text
|
|
163
163
|
class="text action"
|
|
164
164
|
>
|
|
165
165
|
common.label.free
|
|
166
|
-
</
|
|
167
|
-
</
|
|
168
|
-
</
|
|
169
|
-
<
|
|
166
|
+
</ui-text>
|
|
167
|
+
</ui-view>
|
|
168
|
+
</ui-view>
|
|
169
|
+
<ui-view
|
|
170
170
|
class="view row"
|
|
171
171
|
>
|
|
172
|
-
<
|
|
172
|
+
<ui-view
|
|
173
173
|
class="view"
|
|
174
174
|
>
|
|
175
|
-
<
|
|
175
|
+
<ui-view
|
|
176
176
|
class="view row"
|
|
177
177
|
>
|
|
178
|
-
<
|
|
178
|
+
<ui-text
|
|
179
179
|
class="text action"
|
|
180
180
|
/>
|
|
181
|
-
</
|
|
182
|
-
<
|
|
181
|
+
</ui-view>
|
|
182
|
+
<ui-view
|
|
183
183
|
class="view row"
|
|
184
184
|
>
|
|
185
|
-
<
|
|
185
|
+
<ui-view
|
|
186
186
|
class="view row wide"
|
|
187
187
|
/>
|
|
188
|
-
</
|
|
189
|
-
</
|
|
190
|
-
<
|
|
188
|
+
</ui-view>
|
|
189
|
+
</ui-view>
|
|
190
|
+
<ui-view
|
|
191
191
|
class="view"
|
|
192
192
|
>
|
|
193
|
-
<
|
|
193
|
+
<ui-text
|
|
194
194
|
class="text action"
|
|
195
195
|
/>
|
|
196
|
-
</
|
|
197
|
-
<
|
|
196
|
+
</ui-view>
|
|
197
|
+
<ui-view
|
|
198
198
|
class="view"
|
|
199
199
|
>
|
|
200
|
-
<
|
|
200
|
+
<ui-text
|
|
201
201
|
class="text action"
|
|
202
202
|
>
|
|
203
203
|
common.label.free
|
|
204
|
-
</
|
|
205
|
-
</
|
|
206
|
-
</
|
|
207
|
-
<
|
|
204
|
+
</ui-text>
|
|
205
|
+
</ui-view>
|
|
206
|
+
</ui-view>
|
|
207
|
+
<ui-view
|
|
208
208
|
class="view row"
|
|
209
209
|
>
|
|
210
|
-
<
|
|
210
|
+
<ui-view
|
|
211
211
|
class="view"
|
|
212
212
|
>
|
|
213
|
-
<
|
|
213
|
+
<ui-view
|
|
214
214
|
class="view row"
|
|
215
215
|
>
|
|
216
|
-
<
|
|
216
|
+
<ui-text
|
|
217
217
|
class="text action"
|
|
218
218
|
/>
|
|
219
|
-
</
|
|
220
|
-
<
|
|
219
|
+
</ui-view>
|
|
220
|
+
<ui-view
|
|
221
221
|
class="view row"
|
|
222
222
|
>
|
|
223
|
-
<
|
|
223
|
+
<ui-view
|
|
224
224
|
class="view row wide"
|
|
225
225
|
/>
|
|
226
|
-
</
|
|
227
|
-
</
|
|
228
|
-
<
|
|
226
|
+
</ui-view>
|
|
227
|
+
</ui-view>
|
|
228
|
+
<ui-view
|
|
229
229
|
class="view"
|
|
230
230
|
>
|
|
231
|
-
<
|
|
231
|
+
<ui-text
|
|
232
232
|
class="text action"
|
|
233
233
|
/>
|
|
234
|
-
</
|
|
235
|
-
<
|
|
234
|
+
</ui-view>
|
|
235
|
+
<ui-view
|
|
236
236
|
class="view"
|
|
237
237
|
>
|
|
238
|
-
<
|
|
238
|
+
<ui-text
|
|
239
239
|
class="text action"
|
|
240
240
|
>
|
|
241
241
|
common.label.free
|
|
242
|
-
</
|
|
243
|
-
</
|
|
244
|
-
</
|
|
245
|
-
</
|
|
242
|
+
</ui-text>
|
|
243
|
+
</ui-view>
|
|
244
|
+
</ui-view>
|
|
245
|
+
</ui-view>
|
|
246
246
|
</DocumentFragment>
|
|
247
247
|
`;
|
|
248
248
|
|
|
249
249
|
exports[`component:<BookingTable> prop:expanded 1`] = `
|
|
250
250
|
<DocumentFragment>
|
|
251
|
-
<
|
|
251
|
+
<ui-view
|
|
252
252
|
class="view"
|
|
253
253
|
>
|
|
254
|
-
<
|
|
254
|
+
<ui-view
|
|
255
255
|
class="view row"
|
|
256
256
|
>
|
|
257
|
-
<
|
|
257
|
+
<ui-view
|
|
258
258
|
class="view"
|
|
259
259
|
>
|
|
260
|
-
<
|
|
260
|
+
<ui-view
|
|
261
261
|
class="view row"
|
|
262
262
|
>
|
|
263
|
-
<
|
|
263
|
+
<ui-text
|
|
264
264
|
class="text action"
|
|
265
265
|
/>
|
|
266
|
-
</
|
|
267
|
-
<
|
|
266
|
+
</ui-view>
|
|
267
|
+
<ui-view
|
|
268
268
|
class="view row"
|
|
269
269
|
>
|
|
270
|
-
<
|
|
270
|
+
<ui-view
|
|
271
271
|
class="view row wide"
|
|
272
272
|
/>
|
|
273
|
-
</
|
|
274
|
-
</
|
|
275
|
-
<
|
|
273
|
+
</ui-view>
|
|
274
|
+
</ui-view>
|
|
275
|
+
<ui-view
|
|
276
276
|
class="view"
|
|
277
277
|
>
|
|
278
|
-
<
|
|
278
|
+
<ui-text
|
|
279
279
|
class="text action"
|
|
280
280
|
/>
|
|
281
|
-
</
|
|
282
|
-
<
|
|
281
|
+
</ui-view>
|
|
282
|
+
<ui-view
|
|
283
283
|
class="view"
|
|
284
284
|
>
|
|
285
|
-
<
|
|
285
|
+
<ui-text
|
|
286
286
|
class="text action"
|
|
287
287
|
>
|
|
288
288
|
common.label.free
|
|
289
|
-
</
|
|
290
|
-
</
|
|
291
|
-
</
|
|
292
|
-
<
|
|
289
|
+
</ui-text>
|
|
290
|
+
</ui-view>
|
|
291
|
+
</ui-view>
|
|
292
|
+
<ui-view
|
|
293
293
|
class="view row"
|
|
294
294
|
>
|
|
295
|
-
<
|
|
295
|
+
<ui-view
|
|
296
296
|
class="view"
|
|
297
297
|
>
|
|
298
|
-
<
|
|
298
|
+
<ui-view
|
|
299
299
|
class="view row"
|
|
300
300
|
>
|
|
301
|
-
<
|
|
301
|
+
<ui-text
|
|
302
302
|
class="text action"
|
|
303
303
|
/>
|
|
304
|
-
</
|
|
305
|
-
<
|
|
304
|
+
</ui-view>
|
|
305
|
+
<ui-view
|
|
306
306
|
class="view row"
|
|
307
307
|
>
|
|
308
|
-
<
|
|
308
|
+
<ui-view
|
|
309
309
|
class="view row wide"
|
|
310
310
|
/>
|
|
311
|
-
</
|
|
312
|
-
</
|
|
313
|
-
<
|
|
311
|
+
</ui-view>
|
|
312
|
+
</ui-view>
|
|
313
|
+
<ui-view
|
|
314
314
|
class="view"
|
|
315
315
|
>
|
|
316
|
-
<
|
|
316
|
+
<ui-text
|
|
317
317
|
class="text action"
|
|
318
318
|
/>
|
|
319
|
-
</
|
|
320
|
-
<
|
|
319
|
+
</ui-view>
|
|
320
|
+
<ui-view
|
|
321
321
|
class="view"
|
|
322
322
|
>
|
|
323
|
-
<
|
|
323
|
+
<ui-text
|
|
324
324
|
class="text action"
|
|
325
325
|
>
|
|
326
326
|
common.label.free
|
|
327
|
-
</
|
|
328
|
-
</
|
|
329
|
-
</
|
|
330
|
-
<
|
|
327
|
+
</ui-text>
|
|
328
|
+
</ui-view>
|
|
329
|
+
</ui-view>
|
|
330
|
+
<ui-view
|
|
331
331
|
class="view row"
|
|
332
332
|
>
|
|
333
|
-
<
|
|
333
|
+
<ui-view
|
|
334
334
|
class="view"
|
|
335
335
|
>
|
|
336
|
-
<
|
|
336
|
+
<ui-view
|
|
337
337
|
class="view row"
|
|
338
338
|
>
|
|
339
|
-
<
|
|
339
|
+
<ui-text
|
|
340
340
|
class="text action"
|
|
341
341
|
/>
|
|
342
|
-
</
|
|
343
|
-
<
|
|
342
|
+
</ui-view>
|
|
343
|
+
<ui-view
|
|
344
344
|
class="view row"
|
|
345
345
|
>
|
|
346
|
-
<
|
|
346
|
+
<ui-view
|
|
347
347
|
class="view row wide"
|
|
348
348
|
/>
|
|
349
|
-
</
|
|
350
|
-
</
|
|
351
|
-
<
|
|
349
|
+
</ui-view>
|
|
350
|
+
</ui-view>
|
|
351
|
+
<ui-view
|
|
352
352
|
class="view"
|
|
353
353
|
>
|
|
354
|
-
<
|
|
354
|
+
<ui-text
|
|
355
355
|
class="text action"
|
|
356
356
|
/>
|
|
357
|
-
</
|
|
358
|
-
<
|
|
357
|
+
</ui-view>
|
|
358
|
+
<ui-view
|
|
359
359
|
class="view"
|
|
360
360
|
>
|
|
361
|
-
<
|
|
361
|
+
<ui-text
|
|
362
362
|
class="text action"
|
|
363
363
|
>
|
|
364
364
|
common.label.free
|
|
365
|
-
</
|
|
366
|
-
</
|
|
367
|
-
</
|
|
368
|
-
</
|
|
365
|
+
</ui-text>
|
|
366
|
+
</ui-view>
|
|
367
|
+
</ui-view>
|
|
368
|
+
</ui-view>
|
|
369
369
|
</DocumentFragment>
|
|
370
370
|
`;
|
|
371
371
|
|
|
372
372
|
exports[`component:<BookingTable> prop:label 1`] = `
|
|
373
373
|
<DocumentFragment>
|
|
374
|
-
<
|
|
374
|
+
<ui-view
|
|
375
375
|
class="view"
|
|
376
376
|
>
|
|
377
|
-
<
|
|
377
|
+
<ui-text
|
|
378
378
|
class="text bold headline-3"
|
|
379
379
|
>
|
|
380
380
|
label
|
|
381
|
-
</
|
|
382
|
-
<
|
|
381
|
+
</ui-text>
|
|
382
|
+
<ui-view
|
|
383
383
|
class="view row"
|
|
384
384
|
>
|
|
385
|
-
<
|
|
385
|
+
<ui-view
|
|
386
386
|
class="view"
|
|
387
387
|
>
|
|
388
|
-
<
|
|
388
|
+
<ui-view
|
|
389
389
|
class="view row"
|
|
390
390
|
>
|
|
391
|
-
<
|
|
391
|
+
<ui-text
|
|
392
392
|
class="text action"
|
|
393
393
|
/>
|
|
394
|
-
</
|
|
395
|
-
<
|
|
394
|
+
</ui-view>
|
|
395
|
+
<ui-view
|
|
396
396
|
class="view row"
|
|
397
397
|
>
|
|
398
|
-
<
|
|
398
|
+
<ui-view
|
|
399
399
|
class="view row wide"
|
|
400
400
|
/>
|
|
401
|
-
</
|
|
402
|
-
</
|
|
403
|
-
<
|
|
401
|
+
</ui-view>
|
|
402
|
+
</ui-view>
|
|
403
|
+
<ui-view
|
|
404
404
|
class="view"
|
|
405
405
|
>
|
|
406
|
-
<
|
|
406
|
+
<ui-text
|
|
407
407
|
class="text action"
|
|
408
408
|
/>
|
|
409
|
-
</
|
|
410
|
-
<
|
|
409
|
+
</ui-view>
|
|
410
|
+
<ui-view
|
|
411
411
|
class="view"
|
|
412
412
|
>
|
|
413
|
-
<
|
|
413
|
+
<ui-text
|
|
414
414
|
class="text action"
|
|
415
415
|
>
|
|
416
416
|
common.label.free
|
|
417
|
-
</
|
|
418
|
-
</
|
|
419
|
-
</
|
|
420
|
-
<
|
|
417
|
+
</ui-text>
|
|
418
|
+
</ui-view>
|
|
419
|
+
</ui-view>
|
|
420
|
+
<ui-view
|
|
421
421
|
class="view row"
|
|
422
422
|
>
|
|
423
|
-
<
|
|
423
|
+
<ui-view
|
|
424
424
|
class="view"
|
|
425
425
|
>
|
|
426
|
-
<
|
|
426
|
+
<ui-view
|
|
427
427
|
class="view row"
|
|
428
428
|
>
|
|
429
|
-
<
|
|
429
|
+
<ui-text
|
|
430
430
|
class="text action"
|
|
431
431
|
/>
|
|
432
|
-
</
|
|
433
|
-
<
|
|
432
|
+
</ui-view>
|
|
433
|
+
<ui-view
|
|
434
434
|
class="view row"
|
|
435
435
|
>
|
|
436
|
-
<
|
|
436
|
+
<ui-view
|
|
437
437
|
class="view row wide"
|
|
438
438
|
/>
|
|
439
|
-
</
|
|
440
|
-
</
|
|
441
|
-
<
|
|
439
|
+
</ui-view>
|
|
440
|
+
</ui-view>
|
|
441
|
+
<ui-view
|
|
442
442
|
class="view"
|
|
443
443
|
>
|
|
444
|
-
<
|
|
444
|
+
<ui-text
|
|
445
445
|
class="text action"
|
|
446
446
|
/>
|
|
447
|
-
</
|
|
448
|
-
<
|
|
447
|
+
</ui-view>
|
|
448
|
+
<ui-view
|
|
449
449
|
class="view"
|
|
450
450
|
>
|
|
451
|
-
<
|
|
451
|
+
<ui-text
|
|
452
452
|
class="text action"
|
|
453
453
|
>
|
|
454
454
|
common.label.free
|
|
455
|
-
</
|
|
456
|
-
</
|
|
457
|
-
</
|
|
458
|
-
<
|
|
455
|
+
</ui-text>
|
|
456
|
+
</ui-view>
|
|
457
|
+
</ui-view>
|
|
458
|
+
<ui-view
|
|
459
459
|
class="view row"
|
|
460
460
|
>
|
|
461
|
-
<
|
|
461
|
+
<ui-view
|
|
462
462
|
class="view"
|
|
463
463
|
>
|
|
464
|
-
<
|
|
464
|
+
<ui-view
|
|
465
465
|
class="view row"
|
|
466
466
|
>
|
|
467
|
-
<
|
|
467
|
+
<ui-text
|
|
468
468
|
class="text action"
|
|
469
469
|
/>
|
|
470
|
-
</
|
|
471
|
-
<
|
|
470
|
+
</ui-view>
|
|
471
|
+
<ui-view
|
|
472
472
|
class="view row"
|
|
473
473
|
>
|
|
474
|
-
<
|
|
474
|
+
<ui-view
|
|
475
475
|
class="view row wide"
|
|
476
476
|
/>
|
|
477
|
-
</
|
|
478
|
-
</
|
|
479
|
-
<
|
|
477
|
+
</ui-view>
|
|
478
|
+
</ui-view>
|
|
479
|
+
<ui-view
|
|
480
480
|
class="view"
|
|
481
481
|
>
|
|
482
|
-
<
|
|
482
|
+
<ui-text
|
|
483
483
|
class="text action"
|
|
484
484
|
/>
|
|
485
|
-
</
|
|
486
|
-
<
|
|
485
|
+
</ui-view>
|
|
486
|
+
<ui-view
|
|
487
487
|
class="view"
|
|
488
488
|
>
|
|
489
|
-
<
|
|
489
|
+
<ui-text
|
|
490
490
|
class="text action"
|
|
491
491
|
>
|
|
492
492
|
common.label.free
|
|
493
|
-
</
|
|
494
|
-
</
|
|
495
|
-
</
|
|
496
|
-
</
|
|
493
|
+
</ui-text>
|
|
494
|
+
</ui-view>
|
|
495
|
+
</ui-view>
|
|
496
|
+
</ui-view>
|
|
497
497
|
</DocumentFragment>
|
|
498
498
|
`;
|
|
499
499
|
|
|
500
500
|
exports[`component:<BookingTable> renders 1`] = `
|
|
501
501
|
<DocumentFragment>
|
|
502
|
-
<
|
|
502
|
+
<ui-view
|
|
503
503
|
class="view"
|
|
504
504
|
>
|
|
505
|
-
<
|
|
505
|
+
<ui-view
|
|
506
506
|
class="view row"
|
|
507
507
|
>
|
|
508
|
-
<
|
|
508
|
+
<ui-view
|
|
509
509
|
class="view"
|
|
510
510
|
>
|
|
511
|
-
<
|
|
511
|
+
<ui-view
|
|
512
512
|
class="view row"
|
|
513
513
|
>
|
|
514
|
-
<
|
|
514
|
+
<ui-text
|
|
515
515
|
class="text action"
|
|
516
516
|
/>
|
|
517
|
-
</
|
|
518
|
-
<
|
|
517
|
+
</ui-view>
|
|
518
|
+
<ui-view
|
|
519
519
|
class="view row"
|
|
520
520
|
>
|
|
521
|
-
<
|
|
521
|
+
<ui-view
|
|
522
522
|
class="view row wide"
|
|
523
523
|
/>
|
|
524
|
-
</
|
|
525
|
-
</
|
|
526
|
-
<
|
|
524
|
+
</ui-view>
|
|
525
|
+
</ui-view>
|
|
526
|
+
<ui-view
|
|
527
527
|
class="view"
|
|
528
528
|
>
|
|
529
|
-
<
|
|
529
|
+
<ui-text
|
|
530
530
|
class="text action"
|
|
531
531
|
/>
|
|
532
|
-
</
|
|
533
|
-
<
|
|
532
|
+
</ui-view>
|
|
533
|
+
<ui-view
|
|
534
534
|
class="view"
|
|
535
535
|
>
|
|
536
|
-
<
|
|
536
|
+
<ui-text
|
|
537
537
|
class="text action"
|
|
538
538
|
>
|
|
539
539
|
common.label.free
|
|
540
|
-
</
|
|
541
|
-
</
|
|
542
|
-
</
|
|
543
|
-
<
|
|
540
|
+
</ui-text>
|
|
541
|
+
</ui-view>
|
|
542
|
+
</ui-view>
|
|
543
|
+
<ui-view
|
|
544
544
|
class="view row"
|
|
545
545
|
>
|
|
546
|
-
<
|
|
546
|
+
<ui-view
|
|
547
547
|
class="view"
|
|
548
548
|
>
|
|
549
|
-
<
|
|
549
|
+
<ui-view
|
|
550
550
|
class="view row"
|
|
551
551
|
>
|
|
552
|
-
<
|
|
552
|
+
<ui-text
|
|
553
553
|
class="text action"
|
|
554
554
|
/>
|
|
555
|
-
</
|
|
556
|
-
<
|
|
555
|
+
</ui-view>
|
|
556
|
+
<ui-view
|
|
557
557
|
class="view row"
|
|
558
558
|
>
|
|
559
|
-
<
|
|
559
|
+
<ui-view
|
|
560
560
|
class="view row wide"
|
|
561
561
|
/>
|
|
562
|
-
</
|
|
563
|
-
</
|
|
564
|
-
<
|
|
562
|
+
</ui-view>
|
|
563
|
+
</ui-view>
|
|
564
|
+
<ui-view
|
|
565
565
|
class="view"
|
|
566
566
|
>
|
|
567
|
-
<
|
|
567
|
+
<ui-text
|
|
568
568
|
class="text action"
|
|
569
569
|
/>
|
|
570
|
-
</
|
|
571
|
-
<
|
|
570
|
+
</ui-view>
|
|
571
|
+
<ui-view
|
|
572
572
|
class="view"
|
|
573
573
|
>
|
|
574
|
-
<
|
|
574
|
+
<ui-text
|
|
575
575
|
class="text action"
|
|
576
576
|
>
|
|
577
577
|
common.label.free
|
|
578
|
-
</
|
|
579
|
-
</
|
|
580
|
-
</
|
|
581
|
-
<
|
|
578
|
+
</ui-text>
|
|
579
|
+
</ui-view>
|
|
580
|
+
</ui-view>
|
|
581
|
+
<ui-view
|
|
582
582
|
class="view row"
|
|
583
583
|
>
|
|
584
|
-
<
|
|
584
|
+
<ui-view
|
|
585
585
|
class="view"
|
|
586
586
|
>
|
|
587
|
-
<
|
|
587
|
+
<ui-view
|
|
588
588
|
class="view row"
|
|
589
589
|
>
|
|
590
|
-
<
|
|
590
|
+
<ui-text
|
|
591
591
|
class="text action"
|
|
592
592
|
/>
|
|
593
|
-
</
|
|
594
|
-
<
|
|
593
|
+
</ui-view>
|
|
594
|
+
<ui-view
|
|
595
595
|
class="view row"
|
|
596
596
|
>
|
|
597
|
-
<
|
|
597
|
+
<ui-view
|
|
598
598
|
class="view row wide"
|
|
599
599
|
/>
|
|
600
|
-
</
|
|
601
|
-
</
|
|
602
|
-
<
|
|
600
|
+
</ui-view>
|
|
601
|
+
</ui-view>
|
|
602
|
+
<ui-view
|
|
603
603
|
class="view"
|
|
604
604
|
>
|
|
605
|
-
<
|
|
605
|
+
<ui-text
|
|
606
606
|
class="text action"
|
|
607
607
|
/>
|
|
608
|
-
</
|
|
609
|
-
<
|
|
608
|
+
</ui-view>
|
|
609
|
+
<ui-view
|
|
610
610
|
class="view"
|
|
611
611
|
>
|
|
612
|
-
<
|
|
612
|
+
<ui-text
|
|
613
613
|
class="text action"
|
|
614
614
|
>
|
|
615
615
|
common.label.free
|
|
616
|
-
</
|
|
617
|
-
</
|
|
618
|
-
</
|
|
619
|
-
</
|
|
616
|
+
</ui-text>
|
|
617
|
+
</ui-view>
|
|
618
|
+
</ui-view>
|
|
619
|
+
</ui-view>
|
|
620
620
|
</DocumentFragment>
|
|
621
621
|
`;
|
|
622
622
|
|
|
623
623
|
exports[`component:<BookingTable> testID 1`] = `
|
|
624
624
|
<DocumentFragment>
|
|
625
|
-
<
|
|
625
|
+
<ui-view
|
|
626
626
|
class="view"
|
|
627
627
|
data-testid="mirai"
|
|
628
628
|
>
|
|
629
|
-
<
|
|
629
|
+
<ui-view
|
|
630
630
|
class="view row"
|
|
631
631
|
>
|
|
632
|
-
<
|
|
632
|
+
<ui-view
|
|
633
633
|
class="view"
|
|
634
634
|
>
|
|
635
|
-
<
|
|
635
|
+
<ui-view
|
|
636
636
|
class="view row"
|
|
637
637
|
>
|
|
638
|
-
<
|
|
638
|
+
<ui-text
|
|
639
639
|
class="text action"
|
|
640
640
|
/>
|
|
641
|
-
</
|
|
642
|
-
<
|
|
641
|
+
</ui-view>
|
|
642
|
+
<ui-view
|
|
643
643
|
class="view row"
|
|
644
644
|
>
|
|
645
|
-
<
|
|
645
|
+
<ui-view
|
|
646
646
|
class="view row wide"
|
|
647
647
|
/>
|
|
648
|
-
</
|
|
649
|
-
</
|
|
650
|
-
<
|
|
648
|
+
</ui-view>
|
|
649
|
+
</ui-view>
|
|
650
|
+
<ui-view
|
|
651
651
|
class="view"
|
|
652
652
|
>
|
|
653
|
-
<
|
|
653
|
+
<ui-text
|
|
654
654
|
class="text action"
|
|
655
655
|
/>
|
|
656
|
-
</
|
|
657
|
-
<
|
|
656
|
+
</ui-view>
|
|
657
|
+
<ui-view
|
|
658
658
|
class="view"
|
|
659
659
|
>
|
|
660
|
-
<
|
|
660
|
+
<ui-text
|
|
661
661
|
class="text action"
|
|
662
662
|
>
|
|
663
663
|
common.label.free
|
|
664
|
-
</
|
|
665
|
-
</
|
|
666
|
-
</
|
|
667
|
-
<
|
|
664
|
+
</ui-text>
|
|
665
|
+
</ui-view>
|
|
666
|
+
</ui-view>
|
|
667
|
+
<ui-view
|
|
668
668
|
class="view row"
|
|
669
669
|
>
|
|
670
|
-
<
|
|
670
|
+
<ui-view
|
|
671
671
|
class="view"
|
|
672
672
|
>
|
|
673
|
-
<
|
|
673
|
+
<ui-view
|
|
674
674
|
class="view row"
|
|
675
675
|
>
|
|
676
|
-
<
|
|
676
|
+
<ui-text
|
|
677
677
|
class="text action"
|
|
678
678
|
/>
|
|
679
|
-
</
|
|
680
|
-
<
|
|
679
|
+
</ui-view>
|
|
680
|
+
<ui-view
|
|
681
681
|
class="view row"
|
|
682
682
|
>
|
|
683
|
-
<
|
|
683
|
+
<ui-view
|
|
684
684
|
class="view row wide"
|
|
685
685
|
/>
|
|
686
|
-
</
|
|
687
|
-
</
|
|
688
|
-
<
|
|
686
|
+
</ui-view>
|
|
687
|
+
</ui-view>
|
|
688
|
+
<ui-view
|
|
689
689
|
class="view"
|
|
690
690
|
>
|
|
691
|
-
<
|
|
691
|
+
<ui-text
|
|
692
692
|
class="text action"
|
|
693
693
|
/>
|
|
694
|
-
</
|
|
695
|
-
<
|
|
694
|
+
</ui-view>
|
|
695
|
+
<ui-view
|
|
696
696
|
class="view"
|
|
697
697
|
>
|
|
698
|
-
<
|
|
698
|
+
<ui-text
|
|
699
699
|
class="text action"
|
|
700
700
|
>
|
|
701
701
|
common.label.free
|
|
702
|
-
</
|
|
703
|
-
</
|
|
704
|
-
</
|
|
705
|
-
<
|
|
702
|
+
</ui-text>
|
|
703
|
+
</ui-view>
|
|
704
|
+
</ui-view>
|
|
705
|
+
<ui-view
|
|
706
706
|
class="view row"
|
|
707
707
|
>
|
|
708
|
-
<
|
|
708
|
+
<ui-view
|
|
709
709
|
class="view"
|
|
710
710
|
>
|
|
711
|
-
<
|
|
711
|
+
<ui-view
|
|
712
712
|
class="view row"
|
|
713
713
|
>
|
|
714
|
-
<
|
|
714
|
+
<ui-text
|
|
715
715
|
class="text action"
|
|
716
716
|
/>
|
|
717
|
-
</
|
|
718
|
-
<
|
|
717
|
+
</ui-view>
|
|
718
|
+
<ui-view
|
|
719
719
|
class="view row"
|
|
720
720
|
>
|
|
721
|
-
<
|
|
721
|
+
<ui-view
|
|
722
722
|
class="view row wide"
|
|
723
723
|
/>
|
|
724
|
-
</
|
|
725
|
-
</
|
|
726
|
-
<
|
|
724
|
+
</ui-view>
|
|
725
|
+
</ui-view>
|
|
726
|
+
<ui-view
|
|
727
727
|
class="view"
|
|
728
728
|
>
|
|
729
|
-
<
|
|
729
|
+
<ui-text
|
|
730
730
|
class="text action"
|
|
731
731
|
/>
|
|
732
|
-
</
|
|
733
|
-
<
|
|
732
|
+
</ui-view>
|
|
733
|
+
<ui-view
|
|
734
734
|
class="view"
|
|
735
735
|
>
|
|
736
|
-
<
|
|
736
|
+
<ui-text
|
|
737
737
|
class="text action"
|
|
738
738
|
>
|
|
739
739
|
common.label.free
|
|
740
|
-
</
|
|
741
|
-
</
|
|
742
|
-
</
|
|
743
|
-
</
|
|
740
|
+
</ui-text>
|
|
741
|
+
</ui-view>
|
|
742
|
+
</ui-view>
|
|
743
|
+
</ui-view>
|
|
744
744
|
</DocumentFragment>
|
|
745
745
|
`;
|