@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,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<FieldOccupation> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-layer
|
|
6
6
|
class="container"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui-pressable
|
|
9
9
|
class="pressable mirai"
|
|
10
10
|
tabindex="0"
|
|
11
11
|
>
|
|
12
|
-
<
|
|
12
|
+
<ui-icon
|
|
13
13
|
class="icon headline-3"
|
|
14
14
|
>
|
|
15
15
|
<svg
|
|
@@ -29,73 +29,73 @@ exports[`component:<FieldOccupation> inherit:className 1`] = `
|
|
|
29
29
|
d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM9 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"
|
|
30
30
|
/>
|
|
31
31
|
</svg>
|
|
32
|
-
</
|
|
33
|
-
<
|
|
32
|
+
</ui-icon>
|
|
33
|
+
<ui-view
|
|
34
34
|
class="view"
|
|
35
35
|
>
|
|
36
|
-
<
|
|
36
|
+
<ui-text
|
|
37
37
|
class="text small"
|
|
38
38
|
>
|
|
39
39
|
finder.label.who
|
|
40
|
-
</
|
|
41
|
-
<
|
|
40
|
+
</ui-text>
|
|
41
|
+
<ui-text
|
|
42
42
|
class="text action"
|
|
43
43
|
>
|
|
44
44
|
· 1 common.label.accommodation_type
|
|
45
|
-
</
|
|
46
|
-
</
|
|
47
|
-
</
|
|
48
|
-
</
|
|
49
|
-
<
|
|
45
|
+
</ui-text>
|
|
46
|
+
</ui-view>
|
|
47
|
+
</ui-pressable>
|
|
48
|
+
</ui-layer>
|
|
49
|
+
<ui-layer-content
|
|
50
50
|
class="layer hidden"
|
|
51
51
|
style="left: 0px; top: 0px;"
|
|
52
52
|
>
|
|
53
|
-
<
|
|
53
|
+
<ui-view
|
|
54
54
|
class="view"
|
|
55
55
|
>
|
|
56
|
-
<
|
|
56
|
+
<ui-scrollview
|
|
57
57
|
class="scrollview vertical"
|
|
58
58
|
>
|
|
59
|
-
<
|
|
59
|
+
<ui-view
|
|
60
60
|
class="view wide"
|
|
61
61
|
>
|
|
62
|
-
<
|
|
62
|
+
<ui-view
|
|
63
63
|
class="view row"
|
|
64
64
|
>
|
|
65
|
-
<
|
|
65
|
+
<ui-text
|
|
66
66
|
class="text action"
|
|
67
67
|
>
|
|
68
68
|
finder.label.place
|
|
69
|
-
<
|
|
69
|
+
<ui-text
|
|
70
70
|
style="text-decoration: underline;"
|
|
71
71
|
>
|
|
72
72
|
type
|
|
73
|
-
</
|
|
73
|
+
</ui-text>
|
|
74
74
|
count.room
|
|
75
|
-
</
|
|
76
|
-
</
|
|
77
|
-
<
|
|
75
|
+
</ui-text>
|
|
76
|
+
</ui-view>
|
|
77
|
+
<ui-input-number
|
|
78
78
|
class="view row inputNumber"
|
|
79
79
|
>
|
|
80
|
-
<
|
|
80
|
+
<ui-view
|
|
81
81
|
class="view texts"
|
|
82
82
|
>
|
|
83
|
-
<label
|
|
83
|
+
<ui-label
|
|
84
84
|
class="text paragraph text label"
|
|
85
85
|
>
|
|
86
86
|
common.label.occupation_type_adult
|
|
87
|
-
</label>
|
|
88
|
-
<
|
|
87
|
+
</ui-label>
|
|
88
|
+
<ui-text
|
|
89
89
|
class="text small text hint hint"
|
|
90
90
|
>
|
|
91
91
|
common.label.age_from
|
|
92
|
-
</
|
|
93
|
-
</
|
|
92
|
+
</ui-text>
|
|
93
|
+
</ui-view>
|
|
94
94
|
<button
|
|
95
95
|
class="pressable button small squared secondary"
|
|
96
96
|
tabindex="0"
|
|
97
97
|
>
|
|
98
|
-
<
|
|
98
|
+
<ui-icon
|
|
99
99
|
class="icon headline-3"
|
|
100
100
|
>
|
|
101
101
|
<svg
|
|
@@ -115,18 +115,18 @@ exports[`component:<FieldOccupation> inherit:className 1`] = `
|
|
|
115
115
|
d="M19 13H5v-2h14v2z"
|
|
116
116
|
/>
|
|
117
117
|
</svg>
|
|
118
|
-
</
|
|
118
|
+
</ui-icon>
|
|
119
119
|
</button>
|
|
120
|
-
<
|
|
120
|
+
<ui-text
|
|
121
121
|
class="text paragraph value"
|
|
122
122
|
>
|
|
123
123
|
2
|
|
124
|
-
</
|
|
124
|
+
</ui-text>
|
|
125
125
|
<button
|
|
126
126
|
class="pressable button small squared secondary"
|
|
127
127
|
tabindex="0"
|
|
128
128
|
>
|
|
129
|
-
<
|
|
129
|
+
<ui-icon
|
|
130
130
|
class="icon headline-3"
|
|
131
131
|
>
|
|
132
132
|
<svg
|
|
@@ -146,37 +146,37 @@ exports[`component:<FieldOccupation> inherit:className 1`] = `
|
|
|
146
146
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
147
147
|
/>
|
|
148
148
|
</svg>
|
|
149
|
-
</
|
|
149
|
+
</ui-icon>
|
|
150
150
|
</button>
|
|
151
|
-
</
|
|
152
|
-
<
|
|
151
|
+
</ui-input-number>
|
|
152
|
+
<ui-input-number
|
|
153
153
|
class="view row inputNumber"
|
|
154
154
|
>
|
|
155
|
-
<
|
|
155
|
+
<ui-view
|
|
156
156
|
class="view texts"
|
|
157
157
|
>
|
|
158
|
-
<label
|
|
158
|
+
<ui-label
|
|
159
159
|
class="text paragraph text label"
|
|
160
160
|
>
|
|
161
161
|
common.label.occupation_type_child
|
|
162
|
-
</label>
|
|
163
|
-
<
|
|
162
|
+
</ui-label>
|
|
163
|
+
<ui-text
|
|
164
164
|
class="text small text hint hint"
|
|
165
165
|
>
|
|
166
166
|
common.label.age
|
|
167
|
-
<
|
|
167
|
+
<ui-text
|
|
168
168
|
style="text-decoration: underline;"
|
|
169
169
|
>
|
|
170
170
|
up
|
|
171
|
-
</
|
|
171
|
+
</ui-text>
|
|
172
172
|
to
|
|
173
|
-
</
|
|
174
|
-
</
|
|
173
|
+
</ui-text>
|
|
174
|
+
</ui-view>
|
|
175
175
|
<button
|
|
176
176
|
class="pressable disabled button small squared disabled"
|
|
177
177
|
disabled=""
|
|
178
178
|
>
|
|
179
|
-
<
|
|
179
|
+
<ui-icon
|
|
180
180
|
class="icon headline-3"
|
|
181
181
|
>
|
|
182
182
|
<svg
|
|
@@ -196,18 +196,18 @@ exports[`component:<FieldOccupation> inherit:className 1`] = `
|
|
|
196
196
|
d="M19 13H5v-2h14v2z"
|
|
197
197
|
/>
|
|
198
198
|
</svg>
|
|
199
|
-
</
|
|
199
|
+
</ui-icon>
|
|
200
200
|
</button>
|
|
201
|
-
<
|
|
201
|
+
<ui-text
|
|
202
202
|
class="text paragraph value"
|
|
203
203
|
>
|
|
204
204
|
0
|
|
205
|
-
</
|
|
205
|
+
</ui-text>
|
|
206
206
|
<button
|
|
207
207
|
class="pressable button small squared secondary"
|
|
208
208
|
tabindex="0"
|
|
209
209
|
>
|
|
210
|
-
<
|
|
210
|
+
<ui-icon
|
|
211
211
|
class="icon headline-3"
|
|
212
212
|
>
|
|
213
213
|
<svg
|
|
@@ -227,12 +227,12 @@ exports[`component:<FieldOccupation> inherit:className 1`] = `
|
|
|
227
227
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
228
228
|
/>
|
|
229
229
|
</svg>
|
|
230
|
-
</
|
|
230
|
+
</ui-icon>
|
|
231
231
|
</button>
|
|
232
|
-
</
|
|
233
|
-
</
|
|
234
|
-
</
|
|
235
|
-
<
|
|
232
|
+
</ui-input-number>
|
|
233
|
+
</ui-view>
|
|
234
|
+
</ui-scrollview>
|
|
235
|
+
<ui-view
|
|
236
236
|
class="view row"
|
|
237
237
|
>
|
|
238
238
|
<button
|
|
@@ -241,66 +241,66 @@ exports[`component:<FieldOccupation> inherit:className 1`] = `
|
|
|
241
241
|
>
|
|
242
242
|
finder.action.add_place_type.room
|
|
243
243
|
</button>
|
|
244
|
-
</
|
|
245
|
-
</
|
|
246
|
-
</
|
|
244
|
+
</ui-view>
|
|
245
|
+
</ui-view>
|
|
246
|
+
</ui-layer-content>
|
|
247
247
|
</DocumentFragment>
|
|
248
248
|
`;
|
|
249
249
|
|
|
250
250
|
exports[`component:<FieldOccupation> prop:compacted 1`] = `
|
|
251
251
|
<DocumentFragment>
|
|
252
|
-
<
|
|
252
|
+
<ui-layer
|
|
253
253
|
class="container"
|
|
254
254
|
/>
|
|
255
|
-
<
|
|
255
|
+
<ui-layer-content
|
|
256
256
|
class="layer hidden"
|
|
257
257
|
>
|
|
258
|
-
<
|
|
258
|
+
<ui-view
|
|
259
259
|
class="view"
|
|
260
260
|
>
|
|
261
|
-
<
|
|
261
|
+
<ui-scrollview
|
|
262
262
|
class="scrollview vertical"
|
|
263
263
|
>
|
|
264
|
-
<
|
|
264
|
+
<ui-view
|
|
265
265
|
class="view wide"
|
|
266
266
|
>
|
|
267
|
-
<
|
|
267
|
+
<ui-view
|
|
268
268
|
class="view row"
|
|
269
269
|
>
|
|
270
|
-
<
|
|
270
|
+
<ui-text
|
|
271
271
|
class="text action"
|
|
272
272
|
>
|
|
273
273
|
finder.label.place
|
|
274
|
-
<
|
|
274
|
+
<ui-text
|
|
275
275
|
style="text-decoration: underline;"
|
|
276
276
|
>
|
|
277
277
|
type
|
|
278
|
-
</
|
|
278
|
+
</ui-text>
|
|
279
279
|
count.room
|
|
280
|
-
</
|
|
281
|
-
</
|
|
282
|
-
<
|
|
280
|
+
</ui-text>
|
|
281
|
+
</ui-view>
|
|
282
|
+
<ui-input-number
|
|
283
283
|
class="view row inputNumber"
|
|
284
284
|
>
|
|
285
|
-
<
|
|
285
|
+
<ui-view
|
|
286
286
|
class="view texts"
|
|
287
287
|
>
|
|
288
|
-
<label
|
|
288
|
+
<ui-label
|
|
289
289
|
class="text paragraph text label"
|
|
290
290
|
>
|
|
291
291
|
common.label.occupation_type_adult
|
|
292
|
-
</label>
|
|
293
|
-
<
|
|
292
|
+
</ui-label>
|
|
293
|
+
<ui-text
|
|
294
294
|
class="text small text hint hint"
|
|
295
295
|
>
|
|
296
296
|
common.label.age_from
|
|
297
|
-
</
|
|
298
|
-
</
|
|
297
|
+
</ui-text>
|
|
298
|
+
</ui-view>
|
|
299
299
|
<button
|
|
300
300
|
class="pressable button small squared secondary"
|
|
301
301
|
tabindex="0"
|
|
302
302
|
>
|
|
303
|
-
<
|
|
303
|
+
<ui-icon
|
|
304
304
|
class="icon headline-3"
|
|
305
305
|
>
|
|
306
306
|
<svg
|
|
@@ -320,18 +320,18 @@ exports[`component:<FieldOccupation> prop:compacted 1`] = `
|
|
|
320
320
|
d="M19 13H5v-2h14v2z"
|
|
321
321
|
/>
|
|
322
322
|
</svg>
|
|
323
|
-
</
|
|
323
|
+
</ui-icon>
|
|
324
324
|
</button>
|
|
325
|
-
<
|
|
325
|
+
<ui-text
|
|
326
326
|
class="text paragraph value"
|
|
327
327
|
>
|
|
328
328
|
2
|
|
329
|
-
</
|
|
329
|
+
</ui-text>
|
|
330
330
|
<button
|
|
331
331
|
class="pressable button small squared secondary"
|
|
332
332
|
tabindex="0"
|
|
333
333
|
>
|
|
334
|
-
<
|
|
334
|
+
<ui-icon
|
|
335
335
|
class="icon headline-3"
|
|
336
336
|
>
|
|
337
337
|
<svg
|
|
@@ -351,37 +351,37 @@ exports[`component:<FieldOccupation> prop:compacted 1`] = `
|
|
|
351
351
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
352
352
|
/>
|
|
353
353
|
</svg>
|
|
354
|
-
</
|
|
354
|
+
</ui-icon>
|
|
355
355
|
</button>
|
|
356
|
-
</
|
|
357
|
-
<
|
|
356
|
+
</ui-input-number>
|
|
357
|
+
<ui-input-number
|
|
358
358
|
class="view row inputNumber"
|
|
359
359
|
>
|
|
360
|
-
<
|
|
360
|
+
<ui-view
|
|
361
361
|
class="view texts"
|
|
362
362
|
>
|
|
363
|
-
<label
|
|
363
|
+
<ui-label
|
|
364
364
|
class="text paragraph text label"
|
|
365
365
|
>
|
|
366
366
|
common.label.occupation_type_child
|
|
367
|
-
</label>
|
|
368
|
-
<
|
|
367
|
+
</ui-label>
|
|
368
|
+
<ui-text
|
|
369
369
|
class="text small text hint hint"
|
|
370
370
|
>
|
|
371
371
|
common.label.age
|
|
372
|
-
<
|
|
372
|
+
<ui-text
|
|
373
373
|
style="text-decoration: underline;"
|
|
374
374
|
>
|
|
375
375
|
up
|
|
376
|
-
</
|
|
376
|
+
</ui-text>
|
|
377
377
|
to
|
|
378
|
-
</
|
|
379
|
-
</
|
|
378
|
+
</ui-text>
|
|
379
|
+
</ui-view>
|
|
380
380
|
<button
|
|
381
381
|
class="pressable disabled button small squared disabled"
|
|
382
382
|
disabled=""
|
|
383
383
|
>
|
|
384
|
-
<
|
|
384
|
+
<ui-icon
|
|
385
385
|
class="icon headline-3"
|
|
386
386
|
>
|
|
387
387
|
<svg
|
|
@@ -401,18 +401,18 @@ exports[`component:<FieldOccupation> prop:compacted 1`] = `
|
|
|
401
401
|
d="M19 13H5v-2h14v2z"
|
|
402
402
|
/>
|
|
403
403
|
</svg>
|
|
404
|
-
</
|
|
404
|
+
</ui-icon>
|
|
405
405
|
</button>
|
|
406
|
-
<
|
|
406
|
+
<ui-text
|
|
407
407
|
class="text paragraph value"
|
|
408
408
|
>
|
|
409
409
|
0
|
|
410
|
-
</
|
|
410
|
+
</ui-text>
|
|
411
411
|
<button
|
|
412
412
|
class="pressable button small squared secondary"
|
|
413
413
|
tabindex="0"
|
|
414
414
|
>
|
|
415
|
-
<
|
|
415
|
+
<ui-icon
|
|
416
416
|
class="icon headline-3"
|
|
417
417
|
>
|
|
418
418
|
<svg
|
|
@@ -432,12 +432,12 @@ exports[`component:<FieldOccupation> prop:compacted 1`] = `
|
|
|
432
432
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
433
433
|
/>
|
|
434
434
|
</svg>
|
|
435
|
-
</
|
|
435
|
+
</ui-icon>
|
|
436
436
|
</button>
|
|
437
|
-
</
|
|
438
|
-
</
|
|
439
|
-
</
|
|
440
|
-
<
|
|
437
|
+
</ui-input-number>
|
|
438
|
+
</ui-view>
|
|
439
|
+
</ui-scrollview>
|
|
440
|
+
<ui-view
|
|
441
441
|
class="view row"
|
|
442
442
|
>
|
|
443
443
|
<button
|
|
@@ -446,22 +446,22 @@ exports[`component:<FieldOccupation> prop:compacted 1`] = `
|
|
|
446
446
|
>
|
|
447
447
|
finder.action.add_place_type.room
|
|
448
448
|
</button>
|
|
449
|
-
</
|
|
450
|
-
</
|
|
451
|
-
</
|
|
449
|
+
</ui-view>
|
|
450
|
+
</ui-view>
|
|
451
|
+
</ui-layer-content>
|
|
452
452
|
</DocumentFragment>
|
|
453
453
|
`;
|
|
454
454
|
|
|
455
455
|
exports[`component:<FieldOccupation> prop:minRooms 1`] = `
|
|
456
456
|
<DocumentFragment>
|
|
457
|
-
<
|
|
457
|
+
<ui-layer
|
|
458
458
|
class="container"
|
|
459
459
|
>
|
|
460
|
-
<
|
|
460
|
+
<ui-pressable
|
|
461
461
|
class="pressable"
|
|
462
462
|
tabindex="0"
|
|
463
463
|
>
|
|
464
|
-
<
|
|
464
|
+
<ui-icon
|
|
465
465
|
class="icon headline-3"
|
|
466
466
|
>
|
|
467
467
|
<svg
|
|
@@ -481,79 +481,79 @@ exports[`component:<FieldOccupation> prop:minRooms 1`] = `
|
|
|
481
481
|
d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM9 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"
|
|
482
482
|
/>
|
|
483
483
|
</svg>
|
|
484
|
-
</
|
|
485
|
-
<
|
|
484
|
+
</ui-icon>
|
|
485
|
+
<ui-view
|
|
486
486
|
class="view"
|
|
487
487
|
>
|
|
488
|
-
<
|
|
488
|
+
<ui-text
|
|
489
489
|
class="text small"
|
|
490
490
|
>
|
|
491
491
|
finder.label.who
|
|
492
|
-
</
|
|
493
|
-
<
|
|
492
|
+
</ui-text>
|
|
493
|
+
<ui-text
|
|
494
494
|
class="text action"
|
|
495
495
|
>
|
|
496
496
|
· 2 common.label.accomodation
|
|
497
|
-
<
|
|
497
|
+
<ui-text
|
|
498
498
|
style="text-decoration: underline;"
|
|
499
499
|
>
|
|
500
500
|
type
|
|
501
|
-
</
|
|
501
|
+
</ui-text>
|
|
502
502
|
plural
|
|
503
|
-
</
|
|
504
|
-
</
|
|
505
|
-
</
|
|
506
|
-
</
|
|
507
|
-
<
|
|
503
|
+
</ui-text>
|
|
504
|
+
</ui-view>
|
|
505
|
+
</ui-pressable>
|
|
506
|
+
</ui-layer>
|
|
507
|
+
<ui-layer-content
|
|
508
508
|
class="layer hidden"
|
|
509
509
|
style="left: 0px; top: 0px;"
|
|
510
510
|
>
|
|
511
|
-
<
|
|
511
|
+
<ui-view
|
|
512
512
|
class="view"
|
|
513
513
|
>
|
|
514
|
-
<
|
|
514
|
+
<ui-scrollview
|
|
515
515
|
class="scrollview vertical"
|
|
516
516
|
>
|
|
517
|
-
<
|
|
517
|
+
<ui-view
|
|
518
518
|
class="view wide"
|
|
519
519
|
>
|
|
520
|
-
<
|
|
520
|
+
<ui-view
|
|
521
521
|
class="view row"
|
|
522
522
|
>
|
|
523
|
-
<
|
|
523
|
+
<ui-text
|
|
524
524
|
class="text action"
|
|
525
525
|
>
|
|
526
526
|
finder.label.place
|
|
527
|
-
<
|
|
527
|
+
<ui-text
|
|
528
528
|
style="text-decoration: underline;"
|
|
529
529
|
>
|
|
530
530
|
type
|
|
531
|
-
</
|
|
531
|
+
</ui-text>
|
|
532
532
|
count.room
|
|
533
|
-
</
|
|
534
|
-
</
|
|
535
|
-
<
|
|
533
|
+
</ui-text>
|
|
534
|
+
</ui-view>
|
|
535
|
+
<ui-input-number
|
|
536
536
|
class="view row inputNumber"
|
|
537
537
|
>
|
|
538
|
-
<
|
|
538
|
+
<ui-view
|
|
539
539
|
class="view texts"
|
|
540
540
|
>
|
|
541
|
-
<label
|
|
541
|
+
<ui-label
|
|
542
542
|
class="text paragraph text label"
|
|
543
543
|
>
|
|
544
544
|
common.label.occupation_type_adult
|
|
545
|
-
</label>
|
|
546
|
-
<
|
|
545
|
+
</ui-label>
|
|
546
|
+
<ui-text
|
|
547
547
|
class="text small text hint hint"
|
|
548
548
|
>
|
|
549
549
|
common.label.age_from
|
|
550
|
-
</
|
|
551
|
-
</
|
|
550
|
+
</ui-text>
|
|
551
|
+
</ui-view>
|
|
552
552
|
<button
|
|
553
553
|
class="pressable button small squared secondary"
|
|
554
554
|
tabindex="0"
|
|
555
555
|
>
|
|
556
|
-
<
|
|
556
|
+
<ui-icon
|
|
557
557
|
class="icon headline-3"
|
|
558
558
|
>
|
|
559
559
|
<svg
|
|
@@ -573,18 +573,18 @@ exports[`component:<FieldOccupation> prop:minRooms 1`] = `
|
|
|
573
573
|
d="M19 13H5v-2h14v2z"
|
|
574
574
|
/>
|
|
575
575
|
</svg>
|
|
576
|
-
</
|
|
576
|
+
</ui-icon>
|
|
577
577
|
</button>
|
|
578
|
-
<
|
|
578
|
+
<ui-text
|
|
579
579
|
class="text paragraph value"
|
|
580
580
|
>
|
|
581
581
|
2
|
|
582
|
-
</
|
|
582
|
+
</ui-text>
|
|
583
583
|
<button
|
|
584
584
|
class="pressable button small squared secondary"
|
|
585
585
|
tabindex="0"
|
|
586
586
|
>
|
|
587
|
-
<
|
|
587
|
+
<ui-icon
|
|
588
588
|
class="icon headline-3"
|
|
589
589
|
>
|
|
590
590
|
<svg
|
|
@@ -604,37 +604,37 @@ exports[`component:<FieldOccupation> prop:minRooms 1`] = `
|
|
|
604
604
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
605
605
|
/>
|
|
606
606
|
</svg>
|
|
607
|
-
</
|
|
607
|
+
</ui-icon>
|
|
608
608
|
</button>
|
|
609
|
-
</
|
|
610
|
-
<
|
|
609
|
+
</ui-input-number>
|
|
610
|
+
<ui-input-number
|
|
611
611
|
class="view row inputNumber"
|
|
612
612
|
>
|
|
613
|
-
<
|
|
613
|
+
<ui-view
|
|
614
614
|
class="view texts"
|
|
615
615
|
>
|
|
616
|
-
<label
|
|
616
|
+
<ui-label
|
|
617
617
|
class="text paragraph text label"
|
|
618
618
|
>
|
|
619
619
|
common.label.occupation_type_child
|
|
620
|
-
</label>
|
|
621
|
-
<
|
|
620
|
+
</ui-label>
|
|
621
|
+
<ui-text
|
|
622
622
|
class="text small text hint hint"
|
|
623
623
|
>
|
|
624
624
|
common.label.age
|
|
625
|
-
<
|
|
625
|
+
<ui-text
|
|
626
626
|
style="text-decoration: underline;"
|
|
627
627
|
>
|
|
628
628
|
up
|
|
629
|
-
</
|
|
629
|
+
</ui-text>
|
|
630
630
|
to
|
|
631
|
-
</
|
|
632
|
-
</
|
|
631
|
+
</ui-text>
|
|
632
|
+
</ui-view>
|
|
633
633
|
<button
|
|
634
634
|
class="pressable disabled button small squared disabled"
|
|
635
635
|
disabled=""
|
|
636
636
|
>
|
|
637
|
-
<
|
|
637
|
+
<ui-icon
|
|
638
638
|
class="icon headline-3"
|
|
639
639
|
>
|
|
640
640
|
<svg
|
|
@@ -654,18 +654,18 @@ exports[`component:<FieldOccupation> prop:minRooms 1`] = `
|
|
|
654
654
|
d="M19 13H5v-2h14v2z"
|
|
655
655
|
/>
|
|
656
656
|
</svg>
|
|
657
|
-
</
|
|
657
|
+
</ui-icon>
|
|
658
658
|
</button>
|
|
659
|
-
<
|
|
659
|
+
<ui-text
|
|
660
660
|
class="text paragraph value"
|
|
661
661
|
>
|
|
662
662
|
0
|
|
663
|
-
</
|
|
663
|
+
</ui-text>
|
|
664
664
|
<button
|
|
665
665
|
class="pressable button small squared secondary"
|
|
666
666
|
tabindex="0"
|
|
667
667
|
>
|
|
668
|
-
<
|
|
668
|
+
<ui-icon
|
|
669
669
|
class="icon headline-3"
|
|
670
670
|
>
|
|
671
671
|
<svg
|
|
@@ -685,50 +685,50 @@ exports[`component:<FieldOccupation> prop:minRooms 1`] = `
|
|
|
685
685
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
686
686
|
/>
|
|
687
687
|
</svg>
|
|
688
|
-
</
|
|
688
|
+
</ui-icon>
|
|
689
689
|
</button>
|
|
690
|
-
</
|
|
691
|
-
</
|
|
692
|
-
<
|
|
690
|
+
</ui-input-number>
|
|
691
|
+
</ui-view>
|
|
692
|
+
<ui-view
|
|
693
693
|
class="view wide"
|
|
694
694
|
>
|
|
695
|
-
<
|
|
695
|
+
<ui-view
|
|
696
696
|
class="view row"
|
|
697
697
|
>
|
|
698
|
-
<
|
|
698
|
+
<ui-text
|
|
699
699
|
class="text action"
|
|
700
700
|
>
|
|
701
701
|
finder.label.place
|
|
702
|
-
<
|
|
702
|
+
<ui-text
|
|
703
703
|
style="text-decoration: underline;"
|
|
704
704
|
>
|
|
705
705
|
type
|
|
706
|
-
</
|
|
706
|
+
</ui-text>
|
|
707
707
|
count.room
|
|
708
|
-
</
|
|
709
|
-
</
|
|
710
|
-
<
|
|
708
|
+
</ui-text>
|
|
709
|
+
</ui-view>
|
|
710
|
+
<ui-input-number
|
|
711
711
|
class="view row inputNumber"
|
|
712
712
|
>
|
|
713
|
-
<
|
|
713
|
+
<ui-view
|
|
714
714
|
class="view texts"
|
|
715
715
|
>
|
|
716
|
-
<label
|
|
716
|
+
<ui-label
|
|
717
717
|
class="text paragraph text label"
|
|
718
718
|
>
|
|
719
719
|
common.label.occupation_type_adult
|
|
720
|
-
</label>
|
|
721
|
-
<
|
|
720
|
+
</ui-label>
|
|
721
|
+
<ui-text
|
|
722
722
|
class="text small text hint hint"
|
|
723
723
|
>
|
|
724
724
|
common.label.age_from
|
|
725
|
-
</
|
|
726
|
-
</
|
|
725
|
+
</ui-text>
|
|
726
|
+
</ui-view>
|
|
727
727
|
<button
|
|
728
728
|
class="pressable button small squared secondary"
|
|
729
729
|
tabindex="0"
|
|
730
730
|
>
|
|
731
|
-
<
|
|
731
|
+
<ui-icon
|
|
732
732
|
class="icon headline-3"
|
|
733
733
|
>
|
|
734
734
|
<svg
|
|
@@ -748,18 +748,18 @@ exports[`component:<FieldOccupation> prop:minRooms 1`] = `
|
|
|
748
748
|
d="M19 13H5v-2h14v2z"
|
|
749
749
|
/>
|
|
750
750
|
</svg>
|
|
751
|
-
</
|
|
751
|
+
</ui-icon>
|
|
752
752
|
</button>
|
|
753
|
-
<
|
|
753
|
+
<ui-text
|
|
754
754
|
class="text paragraph value"
|
|
755
755
|
>
|
|
756
756
|
2
|
|
757
|
-
</
|
|
757
|
+
</ui-text>
|
|
758
758
|
<button
|
|
759
759
|
class="pressable button small squared secondary"
|
|
760
760
|
tabindex="0"
|
|
761
761
|
>
|
|
762
|
-
<
|
|
762
|
+
<ui-icon
|
|
763
763
|
class="icon headline-3"
|
|
764
764
|
>
|
|
765
765
|
<svg
|
|
@@ -779,37 +779,37 @@ exports[`component:<FieldOccupation> prop:minRooms 1`] = `
|
|
|
779
779
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
780
780
|
/>
|
|
781
781
|
</svg>
|
|
782
|
-
</
|
|
782
|
+
</ui-icon>
|
|
783
783
|
</button>
|
|
784
|
-
</
|
|
785
|
-
<
|
|
784
|
+
</ui-input-number>
|
|
785
|
+
<ui-input-number
|
|
786
786
|
class="view row inputNumber"
|
|
787
787
|
>
|
|
788
|
-
<
|
|
788
|
+
<ui-view
|
|
789
789
|
class="view texts"
|
|
790
790
|
>
|
|
791
|
-
<label
|
|
791
|
+
<ui-label
|
|
792
792
|
class="text paragraph text label"
|
|
793
793
|
>
|
|
794
794
|
common.label.occupation_type_child
|
|
795
|
-
</label>
|
|
796
|
-
<
|
|
795
|
+
</ui-label>
|
|
796
|
+
<ui-text
|
|
797
797
|
class="text small text hint hint"
|
|
798
798
|
>
|
|
799
799
|
common.label.age
|
|
800
|
-
<
|
|
800
|
+
<ui-text
|
|
801
801
|
style="text-decoration: underline;"
|
|
802
802
|
>
|
|
803
803
|
up
|
|
804
|
-
</
|
|
804
|
+
</ui-text>
|
|
805
805
|
to
|
|
806
|
-
</
|
|
807
|
-
</
|
|
806
|
+
</ui-text>
|
|
807
|
+
</ui-view>
|
|
808
808
|
<button
|
|
809
809
|
class="pressable disabled button small squared disabled"
|
|
810
810
|
disabled=""
|
|
811
811
|
>
|
|
812
|
-
<
|
|
812
|
+
<ui-icon
|
|
813
813
|
class="icon headline-3"
|
|
814
814
|
>
|
|
815
815
|
<svg
|
|
@@ -829,18 +829,18 @@ exports[`component:<FieldOccupation> prop:minRooms 1`] = `
|
|
|
829
829
|
d="M19 13H5v-2h14v2z"
|
|
830
830
|
/>
|
|
831
831
|
</svg>
|
|
832
|
-
</
|
|
832
|
+
</ui-icon>
|
|
833
833
|
</button>
|
|
834
|
-
<
|
|
834
|
+
<ui-text
|
|
835
835
|
class="text paragraph value"
|
|
836
836
|
>
|
|
837
837
|
0
|
|
838
|
-
</
|
|
838
|
+
</ui-text>
|
|
839
839
|
<button
|
|
840
840
|
class="pressable button small squared secondary"
|
|
841
841
|
tabindex="0"
|
|
842
842
|
>
|
|
843
|
-
<
|
|
843
|
+
<ui-icon
|
|
844
844
|
class="icon headline-3"
|
|
845
845
|
>
|
|
846
846
|
<svg
|
|
@@ -860,12 +860,12 @@ exports[`component:<FieldOccupation> prop:minRooms 1`] = `
|
|
|
860
860
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
861
861
|
/>
|
|
862
862
|
</svg>
|
|
863
|
-
</
|
|
863
|
+
</ui-icon>
|
|
864
864
|
</button>
|
|
865
|
-
</
|
|
866
|
-
</
|
|
867
|
-
</
|
|
868
|
-
<
|
|
865
|
+
</ui-input-number>
|
|
866
|
+
</ui-view>
|
|
867
|
+
</ui-scrollview>
|
|
868
|
+
<ui-view
|
|
869
869
|
class="view row"
|
|
870
870
|
>
|
|
871
871
|
<button
|
|
@@ -874,22 +874,22 @@ exports[`component:<FieldOccupation> prop:minRooms 1`] = `
|
|
|
874
874
|
>
|
|
875
875
|
finder.action.add_place_type.room
|
|
876
876
|
</button>
|
|
877
|
-
</
|
|
878
|
-
</
|
|
879
|
-
</
|
|
877
|
+
</ui-view>
|
|
878
|
+
</ui-view>
|
|
879
|
+
</ui-layer-content>
|
|
880
880
|
</DocumentFragment>
|
|
881
881
|
`;
|
|
882
882
|
|
|
883
883
|
exports[`component:<FieldOccupation> prop:value 1`] = `
|
|
884
884
|
<DocumentFragment>
|
|
885
|
-
<
|
|
885
|
+
<ui-layer
|
|
886
886
|
class="container"
|
|
887
887
|
>
|
|
888
|
-
<
|
|
888
|
+
<ui-pressable
|
|
889
889
|
class="pressable"
|
|
890
890
|
tabindex="0"
|
|
891
891
|
>
|
|
892
|
-
<
|
|
892
|
+
<ui-icon
|
|
893
893
|
class="icon headline-3"
|
|
894
894
|
>
|
|
895
895
|
<svg
|
|
@@ -909,85 +909,85 @@ exports[`component:<FieldOccupation> prop:value 1`] = `
|
|
|
909
909
|
d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM9 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"
|
|
910
910
|
/>
|
|
911
911
|
</svg>
|
|
912
|
-
</
|
|
913
|
-
<
|
|
912
|
+
</ui-icon>
|
|
913
|
+
<ui-view
|
|
914
914
|
class="view"
|
|
915
915
|
>
|
|
916
|
-
<
|
|
916
|
+
<ui-text
|
|
917
917
|
class="text small"
|
|
918
918
|
>
|
|
919
919
|
finder.label.who
|
|
920
|
-
</
|
|
921
|
-
<
|
|
920
|
+
</ui-text>
|
|
921
|
+
<ui-text
|
|
922
922
|
class="text action"
|
|
923
923
|
>
|
|
924
924
|
2 common.label.guest
|
|
925
|
-
<
|
|
925
|
+
<ui-text
|
|
926
926
|
style="text-decoration: underline;"
|
|
927
927
|
>
|
|
928
928
|
type
|
|
929
|
-
</
|
|
929
|
+
</ui-text>
|
|
930
930
|
plural, 1 common.label.guest
|
|
931
|
-
<
|
|
931
|
+
<ui-text
|
|
932
932
|
style="text-decoration: underline;"
|
|
933
933
|
>
|
|
934
934
|
type · 1 common.label.accommodation
|
|
935
|
-
</
|
|
935
|
+
</ui-text>
|
|
936
936
|
type
|
|
937
|
-
</
|
|
938
|
-
</
|
|
939
|
-
</
|
|
940
|
-
</
|
|
941
|
-
<
|
|
937
|
+
</ui-text>
|
|
938
|
+
</ui-view>
|
|
939
|
+
</ui-pressable>
|
|
940
|
+
</ui-layer>
|
|
941
|
+
<ui-layer-content
|
|
942
942
|
class="layer hidden"
|
|
943
943
|
style="left: 0px; top: 0px;"
|
|
944
944
|
>
|
|
945
|
-
<
|
|
945
|
+
<ui-view
|
|
946
946
|
class="view"
|
|
947
947
|
>
|
|
948
|
-
<
|
|
948
|
+
<ui-scrollview
|
|
949
949
|
class="scrollview vertical"
|
|
950
950
|
>
|
|
951
|
-
<
|
|
951
|
+
<ui-view
|
|
952
952
|
class="view wide"
|
|
953
953
|
>
|
|
954
|
-
<
|
|
954
|
+
<ui-view
|
|
955
955
|
class="view row"
|
|
956
956
|
>
|
|
957
|
-
<
|
|
957
|
+
<ui-text
|
|
958
958
|
class="text action"
|
|
959
959
|
>
|
|
960
960
|
finder.label.place
|
|
961
|
-
<
|
|
961
|
+
<ui-text
|
|
962
962
|
style="text-decoration: underline;"
|
|
963
963
|
>
|
|
964
964
|
type
|
|
965
|
-
</
|
|
965
|
+
</ui-text>
|
|
966
966
|
count.room
|
|
967
|
-
</
|
|
968
|
-
</
|
|
969
|
-
<
|
|
967
|
+
</ui-text>
|
|
968
|
+
</ui-view>
|
|
969
|
+
<ui-input-number
|
|
970
970
|
class="view row inputNumber"
|
|
971
971
|
>
|
|
972
|
-
<
|
|
972
|
+
<ui-view
|
|
973
973
|
class="view texts"
|
|
974
974
|
>
|
|
975
|
-
<label
|
|
975
|
+
<ui-label
|
|
976
976
|
class="text paragraph text label"
|
|
977
977
|
>
|
|
978
978
|
common.label.occupation_type_adult
|
|
979
|
-
</label>
|
|
980
|
-
<
|
|
979
|
+
</ui-label>
|
|
980
|
+
<ui-text
|
|
981
981
|
class="text small text hint hint"
|
|
982
982
|
>
|
|
983
983
|
common.label.age_from
|
|
984
|
-
</
|
|
985
|
-
</
|
|
984
|
+
</ui-text>
|
|
985
|
+
</ui-view>
|
|
986
986
|
<button
|
|
987
987
|
class="pressable button small squared secondary"
|
|
988
988
|
tabindex="0"
|
|
989
989
|
>
|
|
990
|
-
<
|
|
990
|
+
<ui-icon
|
|
991
991
|
class="icon headline-3"
|
|
992
992
|
>
|
|
993
993
|
<svg
|
|
@@ -1007,18 +1007,18 @@ exports[`component:<FieldOccupation> prop:value 1`] = `
|
|
|
1007
1007
|
d="M19 13H5v-2h14v2z"
|
|
1008
1008
|
/>
|
|
1009
1009
|
</svg>
|
|
1010
|
-
</
|
|
1010
|
+
</ui-icon>
|
|
1011
1011
|
</button>
|
|
1012
|
-
<
|
|
1012
|
+
<ui-text
|
|
1013
1013
|
class="text paragraph value"
|
|
1014
1014
|
>
|
|
1015
1015
|
2
|
|
1016
|
-
</
|
|
1016
|
+
</ui-text>
|
|
1017
1017
|
<button
|
|
1018
1018
|
class="pressable button small squared secondary"
|
|
1019
1019
|
tabindex="0"
|
|
1020
1020
|
>
|
|
1021
|
-
<
|
|
1021
|
+
<ui-icon
|
|
1022
1022
|
class="icon headline-3"
|
|
1023
1023
|
>
|
|
1024
1024
|
<svg
|
|
@@ -1038,37 +1038,37 @@ exports[`component:<FieldOccupation> prop:value 1`] = `
|
|
|
1038
1038
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1039
1039
|
/>
|
|
1040
1040
|
</svg>
|
|
1041
|
-
</
|
|
1041
|
+
</ui-icon>
|
|
1042
1042
|
</button>
|
|
1043
|
-
</
|
|
1044
|
-
<
|
|
1043
|
+
</ui-input-number>
|
|
1044
|
+
<ui-input-number
|
|
1045
1045
|
class="view row inputNumber"
|
|
1046
1046
|
>
|
|
1047
|
-
<
|
|
1047
|
+
<ui-view
|
|
1048
1048
|
class="view texts"
|
|
1049
1049
|
>
|
|
1050
|
-
<label
|
|
1050
|
+
<ui-label
|
|
1051
1051
|
class="text paragraph text label"
|
|
1052
1052
|
>
|
|
1053
1053
|
common.label.occupation_type_child
|
|
1054
|
-
</label>
|
|
1055
|
-
<
|
|
1054
|
+
</ui-label>
|
|
1055
|
+
<ui-text
|
|
1056
1056
|
class="text small text hint hint"
|
|
1057
1057
|
>
|
|
1058
1058
|
common.label.age
|
|
1059
|
-
<
|
|
1059
|
+
<ui-text
|
|
1060
1060
|
style="text-decoration: underline;"
|
|
1061
1061
|
>
|
|
1062
1062
|
up
|
|
1063
|
-
</
|
|
1063
|
+
</ui-text>
|
|
1064
1064
|
to
|
|
1065
|
-
</
|
|
1066
|
-
</
|
|
1065
|
+
</ui-text>
|
|
1066
|
+
</ui-view>
|
|
1067
1067
|
<button
|
|
1068
1068
|
class="pressable button small squared secondary"
|
|
1069
1069
|
tabindex="0"
|
|
1070
1070
|
>
|
|
1071
|
-
<
|
|
1071
|
+
<ui-icon
|
|
1072
1072
|
class="icon headline-3"
|
|
1073
1073
|
>
|
|
1074
1074
|
<svg
|
|
@@ -1088,18 +1088,18 @@ exports[`component:<FieldOccupation> prop:value 1`] = `
|
|
|
1088
1088
|
d="M19 13H5v-2h14v2z"
|
|
1089
1089
|
/>
|
|
1090
1090
|
</svg>
|
|
1091
|
-
</
|
|
1091
|
+
</ui-icon>
|
|
1092
1092
|
</button>
|
|
1093
|
-
<
|
|
1093
|
+
<ui-text
|
|
1094
1094
|
class="text paragraph value"
|
|
1095
1095
|
>
|
|
1096
1096
|
1
|
|
1097
|
-
</
|
|
1097
|
+
</ui-text>
|
|
1098
1098
|
<button
|
|
1099
1099
|
class="pressable button small squared secondary"
|
|
1100
1100
|
tabindex="0"
|
|
1101
1101
|
>
|
|
1102
|
-
<
|
|
1102
|
+
<ui-icon
|
|
1103
1103
|
class="icon headline-3"
|
|
1104
1104
|
>
|
|
1105
1105
|
<svg
|
|
@@ -1119,22 +1119,22 @@ exports[`component:<FieldOccupation> prop:value 1`] = `
|
|
|
1119
1119
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1120
1120
|
/>
|
|
1121
1121
|
</svg>
|
|
1122
|
-
</
|
|
1122
|
+
</ui-icon>
|
|
1123
1123
|
</button>
|
|
1124
|
-
</
|
|
1125
|
-
<
|
|
1124
|
+
</ui-input-number>
|
|
1125
|
+
<ui-view
|
|
1126
1126
|
class="view"
|
|
1127
1127
|
>
|
|
1128
|
-
<
|
|
1128
|
+
<ui-view
|
|
1129
1129
|
class="view row"
|
|
1130
1130
|
>
|
|
1131
|
-
<
|
|
1131
|
+
<ui-input-select
|
|
1132
1132
|
class="view inputContainer"
|
|
1133
1133
|
>
|
|
1134
|
-
<
|
|
1134
|
+
<ui-view
|
|
1135
1135
|
class="view row inputBorder"
|
|
1136
1136
|
>
|
|
1137
|
-
<
|
|
1137
|
+
<ui-view
|
|
1138
1138
|
class="view wide content"
|
|
1139
1139
|
>
|
|
1140
1140
|
<select
|
|
@@ -1237,8 +1237,8 @@ exports[`component:<FieldOccupation> prop:value 1`] = `
|
|
|
1237
1237
|
17
|
|
1238
1238
|
</option>
|
|
1239
1239
|
</select>
|
|
1240
|
-
</
|
|
1241
|
-
<
|
|
1240
|
+
</ui-view>
|
|
1241
|
+
<ui-icon
|
|
1242
1242
|
class="icon headline-3 icon expand"
|
|
1243
1243
|
>
|
|
1244
1244
|
<svg
|
|
@@ -1259,19 +1259,19 @@ exports[`component:<FieldOccupation> prop:value 1`] = `
|
|
|
1259
1259
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1260
1260
|
/>
|
|
1261
1261
|
</svg>
|
|
1262
|
-
</
|
|
1263
|
-
</
|
|
1264
|
-
</
|
|
1265
|
-
</
|
|
1266
|
-
<
|
|
1262
|
+
</ui-icon>
|
|
1263
|
+
</ui-view>
|
|
1264
|
+
</ui-input-select>
|
|
1265
|
+
</ui-view>
|
|
1266
|
+
<ui-text
|
|
1267
1267
|
class="text light small"
|
|
1268
1268
|
>
|
|
1269
1269
|
common.label.age_hint
|
|
1270
|
-
</
|
|
1271
|
-
</
|
|
1272
|
-
</
|
|
1273
|
-
</
|
|
1274
|
-
<
|
|
1270
|
+
</ui-text>
|
|
1271
|
+
</ui-view>
|
|
1272
|
+
</ui-view>
|
|
1273
|
+
</ui-scrollview>
|
|
1274
|
+
<ui-view
|
|
1275
1275
|
class="view row"
|
|
1276
1276
|
>
|
|
1277
1277
|
<button
|
|
@@ -1280,22 +1280,22 @@ exports[`component:<FieldOccupation> prop:value 1`] = `
|
|
|
1280
1280
|
>
|
|
1281
1281
|
finder.action.add_place_type.room
|
|
1282
1282
|
</button>
|
|
1283
|
-
</
|
|
1284
|
-
</
|
|
1285
|
-
</
|
|
1283
|
+
</ui-view>
|
|
1284
|
+
</ui-view>
|
|
1285
|
+
</ui-layer-content>
|
|
1286
1286
|
</DocumentFragment>
|
|
1287
1287
|
`;
|
|
1288
1288
|
|
|
1289
1289
|
exports[`component:<FieldOccupation> prop:visible 1`] = `
|
|
1290
1290
|
<DocumentFragment>
|
|
1291
|
-
<
|
|
1291
|
+
<ui-layer
|
|
1292
1292
|
class="container"
|
|
1293
1293
|
>
|
|
1294
|
-
<
|
|
1294
|
+
<ui-pressable
|
|
1295
1295
|
class="pressable"
|
|
1296
1296
|
tabindex="0"
|
|
1297
1297
|
>
|
|
1298
|
-
<
|
|
1298
|
+
<ui-icon
|
|
1299
1299
|
class="icon headline-3"
|
|
1300
1300
|
>
|
|
1301
1301
|
<svg
|
|
@@ -1315,73 +1315,73 @@ exports[`component:<FieldOccupation> prop:visible 1`] = `
|
|
|
1315
1315
|
d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM9 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"
|
|
1316
1316
|
/>
|
|
1317
1317
|
</svg>
|
|
1318
|
-
</
|
|
1319
|
-
<
|
|
1318
|
+
</ui-icon>
|
|
1319
|
+
<ui-view
|
|
1320
1320
|
class="view"
|
|
1321
1321
|
>
|
|
1322
|
-
<
|
|
1322
|
+
<ui-text
|
|
1323
1323
|
class="text small"
|
|
1324
1324
|
>
|
|
1325
1325
|
finder.label.who
|
|
1326
|
-
</
|
|
1327
|
-
<
|
|
1326
|
+
</ui-text>
|
|
1327
|
+
<ui-text
|
|
1328
1328
|
class="text action"
|
|
1329
1329
|
>
|
|
1330
1330
|
· 1 common.label.accommodation_type
|
|
1331
|
-
</
|
|
1332
|
-
</
|
|
1333
|
-
</
|
|
1334
|
-
</
|
|
1335
|
-
<
|
|
1331
|
+
</ui-text>
|
|
1332
|
+
</ui-view>
|
|
1333
|
+
</ui-pressable>
|
|
1334
|
+
</ui-layer>
|
|
1335
|
+
<ui-layer-content
|
|
1336
1336
|
class="layer"
|
|
1337
1337
|
style="left: 0px; top: 0px;"
|
|
1338
1338
|
>
|
|
1339
|
-
<
|
|
1339
|
+
<ui-view
|
|
1340
1340
|
class="view"
|
|
1341
1341
|
>
|
|
1342
|
-
<
|
|
1342
|
+
<ui-scrollview
|
|
1343
1343
|
class="scrollview vertical"
|
|
1344
1344
|
>
|
|
1345
|
-
<
|
|
1345
|
+
<ui-view
|
|
1346
1346
|
class="view wide"
|
|
1347
1347
|
>
|
|
1348
|
-
<
|
|
1348
|
+
<ui-view
|
|
1349
1349
|
class="view row"
|
|
1350
1350
|
>
|
|
1351
|
-
<
|
|
1351
|
+
<ui-text
|
|
1352
1352
|
class="text action"
|
|
1353
1353
|
>
|
|
1354
1354
|
finder.label.place
|
|
1355
|
-
<
|
|
1355
|
+
<ui-text
|
|
1356
1356
|
style="text-decoration: underline;"
|
|
1357
1357
|
>
|
|
1358
1358
|
type
|
|
1359
|
-
</
|
|
1359
|
+
</ui-text>
|
|
1360
1360
|
count.room
|
|
1361
|
-
</
|
|
1362
|
-
</
|
|
1363
|
-
<
|
|
1361
|
+
</ui-text>
|
|
1362
|
+
</ui-view>
|
|
1363
|
+
<ui-input-number
|
|
1364
1364
|
class="view row inputNumber"
|
|
1365
1365
|
>
|
|
1366
|
-
<
|
|
1366
|
+
<ui-view
|
|
1367
1367
|
class="view texts"
|
|
1368
1368
|
>
|
|
1369
|
-
<label
|
|
1369
|
+
<ui-label
|
|
1370
1370
|
class="text paragraph text label"
|
|
1371
1371
|
>
|
|
1372
1372
|
common.label.occupation_type_adult
|
|
1373
|
-
</label>
|
|
1374
|
-
<
|
|
1373
|
+
</ui-label>
|
|
1374
|
+
<ui-text
|
|
1375
1375
|
class="text small text hint hint"
|
|
1376
1376
|
>
|
|
1377
1377
|
common.label.age_from
|
|
1378
|
-
</
|
|
1379
|
-
</
|
|
1378
|
+
</ui-text>
|
|
1379
|
+
</ui-view>
|
|
1380
1380
|
<button
|
|
1381
1381
|
class="pressable button small squared secondary"
|
|
1382
1382
|
tabindex="0"
|
|
1383
1383
|
>
|
|
1384
|
-
<
|
|
1384
|
+
<ui-icon
|
|
1385
1385
|
class="icon headline-3"
|
|
1386
1386
|
>
|
|
1387
1387
|
<svg
|
|
@@ -1401,18 +1401,18 @@ exports[`component:<FieldOccupation> prop:visible 1`] = `
|
|
|
1401
1401
|
d="M19 13H5v-2h14v2z"
|
|
1402
1402
|
/>
|
|
1403
1403
|
</svg>
|
|
1404
|
-
</
|
|
1404
|
+
</ui-icon>
|
|
1405
1405
|
</button>
|
|
1406
|
-
<
|
|
1406
|
+
<ui-text
|
|
1407
1407
|
class="text paragraph value"
|
|
1408
1408
|
>
|
|
1409
1409
|
2
|
|
1410
|
-
</
|
|
1410
|
+
</ui-text>
|
|
1411
1411
|
<button
|
|
1412
1412
|
class="pressable button small squared secondary"
|
|
1413
1413
|
tabindex="0"
|
|
1414
1414
|
>
|
|
1415
|
-
<
|
|
1415
|
+
<ui-icon
|
|
1416
1416
|
class="icon headline-3"
|
|
1417
1417
|
>
|
|
1418
1418
|
<svg
|
|
@@ -1432,37 +1432,37 @@ exports[`component:<FieldOccupation> prop:visible 1`] = `
|
|
|
1432
1432
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1433
1433
|
/>
|
|
1434
1434
|
</svg>
|
|
1435
|
-
</
|
|
1435
|
+
</ui-icon>
|
|
1436
1436
|
</button>
|
|
1437
|
-
</
|
|
1438
|
-
<
|
|
1437
|
+
</ui-input-number>
|
|
1438
|
+
<ui-input-number
|
|
1439
1439
|
class="view row inputNumber"
|
|
1440
1440
|
>
|
|
1441
|
-
<
|
|
1441
|
+
<ui-view
|
|
1442
1442
|
class="view texts"
|
|
1443
1443
|
>
|
|
1444
|
-
<label
|
|
1444
|
+
<ui-label
|
|
1445
1445
|
class="text paragraph text label"
|
|
1446
1446
|
>
|
|
1447
1447
|
common.label.occupation_type_child
|
|
1448
|
-
</label>
|
|
1449
|
-
<
|
|
1448
|
+
</ui-label>
|
|
1449
|
+
<ui-text
|
|
1450
1450
|
class="text small text hint hint"
|
|
1451
1451
|
>
|
|
1452
1452
|
common.label.age
|
|
1453
|
-
<
|
|
1453
|
+
<ui-text
|
|
1454
1454
|
style="text-decoration: underline;"
|
|
1455
1455
|
>
|
|
1456
1456
|
up
|
|
1457
|
-
</
|
|
1457
|
+
</ui-text>
|
|
1458
1458
|
to
|
|
1459
|
-
</
|
|
1460
|
-
</
|
|
1459
|
+
</ui-text>
|
|
1460
|
+
</ui-view>
|
|
1461
1461
|
<button
|
|
1462
1462
|
class="pressable disabled button small squared disabled"
|
|
1463
1463
|
disabled=""
|
|
1464
1464
|
>
|
|
1465
|
-
<
|
|
1465
|
+
<ui-icon
|
|
1466
1466
|
class="icon headline-3"
|
|
1467
1467
|
>
|
|
1468
1468
|
<svg
|
|
@@ -1482,18 +1482,18 @@ exports[`component:<FieldOccupation> prop:visible 1`] = `
|
|
|
1482
1482
|
d="M19 13H5v-2h14v2z"
|
|
1483
1483
|
/>
|
|
1484
1484
|
</svg>
|
|
1485
|
-
</
|
|
1485
|
+
</ui-icon>
|
|
1486
1486
|
</button>
|
|
1487
|
-
<
|
|
1487
|
+
<ui-text
|
|
1488
1488
|
class="text paragraph value"
|
|
1489
1489
|
>
|
|
1490
1490
|
0
|
|
1491
|
-
</
|
|
1491
|
+
</ui-text>
|
|
1492
1492
|
<button
|
|
1493
1493
|
class="pressable button small squared secondary"
|
|
1494
1494
|
tabindex="0"
|
|
1495
1495
|
>
|
|
1496
|
-
<
|
|
1496
|
+
<ui-icon
|
|
1497
1497
|
class="icon headline-3"
|
|
1498
1498
|
>
|
|
1499
1499
|
<svg
|
|
@@ -1513,12 +1513,12 @@ exports[`component:<FieldOccupation> prop:visible 1`] = `
|
|
|
1513
1513
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1514
1514
|
/>
|
|
1515
1515
|
</svg>
|
|
1516
|
-
</
|
|
1516
|
+
</ui-icon>
|
|
1517
1517
|
</button>
|
|
1518
|
-
</
|
|
1519
|
-
</
|
|
1520
|
-
</
|
|
1521
|
-
<
|
|
1518
|
+
</ui-input-number>
|
|
1519
|
+
</ui-view>
|
|
1520
|
+
</ui-scrollview>
|
|
1521
|
+
<ui-view
|
|
1522
1522
|
class="view row"
|
|
1523
1523
|
>
|
|
1524
1524
|
<button
|
|
@@ -1527,22 +1527,22 @@ exports[`component:<FieldOccupation> prop:visible 1`] = `
|
|
|
1527
1527
|
>
|
|
1528
1528
|
finder.action.add_place_type.room
|
|
1529
1529
|
</button>
|
|
1530
|
-
</
|
|
1531
|
-
</
|
|
1532
|
-
</
|
|
1530
|
+
</ui-view>
|
|
1531
|
+
</ui-view>
|
|
1532
|
+
</ui-layer-content>
|
|
1533
1533
|
</DocumentFragment>
|
|
1534
1534
|
`;
|
|
1535
1535
|
|
|
1536
1536
|
exports[`component:<FieldOccupation> prop:warning 1`] = `
|
|
1537
1537
|
<DocumentFragment>
|
|
1538
|
-
<
|
|
1538
|
+
<ui-layer
|
|
1539
1539
|
class="container"
|
|
1540
1540
|
>
|
|
1541
|
-
<
|
|
1541
|
+
<ui-pressable
|
|
1542
1542
|
class="pressable"
|
|
1543
1543
|
tabindex="0"
|
|
1544
1544
|
>
|
|
1545
|
-
<
|
|
1545
|
+
<ui-icon
|
|
1546
1546
|
class="icon headline-3"
|
|
1547
1547
|
>
|
|
1548
1548
|
<svg
|
|
@@ -1562,22 +1562,22 @@ exports[`component:<FieldOccupation> prop:warning 1`] = `
|
|
|
1562
1562
|
d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM9 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"
|
|
1563
1563
|
/>
|
|
1564
1564
|
</svg>
|
|
1565
|
-
</
|
|
1566
|
-
<
|
|
1565
|
+
</ui-icon>
|
|
1566
|
+
<ui-view
|
|
1567
1567
|
class="view"
|
|
1568
1568
|
>
|
|
1569
|
-
<
|
|
1569
|
+
<ui-text
|
|
1570
1570
|
class="text small"
|
|
1571
1571
|
>
|
|
1572
1572
|
finder.label.who
|
|
1573
|
-
</
|
|
1574
|
-
<
|
|
1573
|
+
</ui-text>
|
|
1574
|
+
<ui-text
|
|
1575
1575
|
class="text action"
|
|
1576
1576
|
>
|
|
1577
1577
|
· 1 common.label.accommodation_type
|
|
1578
|
-
</
|
|
1579
|
-
</
|
|
1580
|
-
<
|
|
1578
|
+
</ui-text>
|
|
1579
|
+
</ui-view>
|
|
1580
|
+
<ui-icon
|
|
1581
1581
|
class="icon headline-3"
|
|
1582
1582
|
>
|
|
1583
1583
|
<svg
|
|
@@ -1593,59 +1593,59 @@ exports[`component:<FieldOccupation> prop:warning 1`] = `
|
|
|
1593
1593
|
d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
1594
1594
|
/>
|
|
1595
1595
|
</svg>
|
|
1596
|
-
</
|
|
1597
|
-
</
|
|
1598
|
-
</
|
|
1599
|
-
<
|
|
1596
|
+
</ui-icon>
|
|
1597
|
+
</ui-pressable>
|
|
1598
|
+
</ui-layer>
|
|
1599
|
+
<ui-layer-content
|
|
1600
1600
|
class="layer hidden"
|
|
1601
1601
|
style="left: 0px; top: 0px;"
|
|
1602
1602
|
>
|
|
1603
|
-
<
|
|
1603
|
+
<ui-view
|
|
1604
1604
|
class="view"
|
|
1605
1605
|
>
|
|
1606
|
-
<
|
|
1606
|
+
<ui-scrollview
|
|
1607
1607
|
class="scrollview vertical"
|
|
1608
1608
|
>
|
|
1609
|
-
<
|
|
1609
|
+
<ui-view
|
|
1610
1610
|
class="view wide"
|
|
1611
1611
|
>
|
|
1612
|
-
<
|
|
1612
|
+
<ui-view
|
|
1613
1613
|
class="view row"
|
|
1614
1614
|
>
|
|
1615
|
-
<
|
|
1615
|
+
<ui-text
|
|
1616
1616
|
class="text action"
|
|
1617
1617
|
>
|
|
1618
1618
|
finder.label.place
|
|
1619
|
-
<
|
|
1619
|
+
<ui-text
|
|
1620
1620
|
style="text-decoration: underline;"
|
|
1621
1621
|
>
|
|
1622
1622
|
type
|
|
1623
|
-
</
|
|
1623
|
+
</ui-text>
|
|
1624
1624
|
count.room
|
|
1625
|
-
</
|
|
1626
|
-
</
|
|
1627
|
-
<
|
|
1625
|
+
</ui-text>
|
|
1626
|
+
</ui-view>
|
|
1627
|
+
<ui-input-number
|
|
1628
1628
|
class="view row inputNumber"
|
|
1629
1629
|
>
|
|
1630
|
-
<
|
|
1630
|
+
<ui-view
|
|
1631
1631
|
class="view texts"
|
|
1632
1632
|
>
|
|
1633
|
-
<label
|
|
1633
|
+
<ui-label
|
|
1634
1634
|
class="text paragraph text label"
|
|
1635
1635
|
>
|
|
1636
1636
|
common.label.occupation_type_adult
|
|
1637
|
-
</label>
|
|
1638
|
-
<
|
|
1637
|
+
</ui-label>
|
|
1638
|
+
<ui-text
|
|
1639
1639
|
class="text small text hint hint"
|
|
1640
1640
|
>
|
|
1641
1641
|
common.label.age_from
|
|
1642
|
-
</
|
|
1643
|
-
</
|
|
1642
|
+
</ui-text>
|
|
1643
|
+
</ui-view>
|
|
1644
1644
|
<button
|
|
1645
1645
|
class="pressable button small squared secondary"
|
|
1646
1646
|
tabindex="0"
|
|
1647
1647
|
>
|
|
1648
|
-
<
|
|
1648
|
+
<ui-icon
|
|
1649
1649
|
class="icon headline-3"
|
|
1650
1650
|
>
|
|
1651
1651
|
<svg
|
|
@@ -1665,18 +1665,18 @@ exports[`component:<FieldOccupation> prop:warning 1`] = `
|
|
|
1665
1665
|
d="M19 13H5v-2h14v2z"
|
|
1666
1666
|
/>
|
|
1667
1667
|
</svg>
|
|
1668
|
-
</
|
|
1668
|
+
</ui-icon>
|
|
1669
1669
|
</button>
|
|
1670
|
-
<
|
|
1670
|
+
<ui-text
|
|
1671
1671
|
class="text paragraph value"
|
|
1672
1672
|
>
|
|
1673
1673
|
2
|
|
1674
|
-
</
|
|
1674
|
+
</ui-text>
|
|
1675
1675
|
<button
|
|
1676
1676
|
class="pressable button small squared secondary"
|
|
1677
1677
|
tabindex="0"
|
|
1678
1678
|
>
|
|
1679
|
-
<
|
|
1679
|
+
<ui-icon
|
|
1680
1680
|
class="icon headline-3"
|
|
1681
1681
|
>
|
|
1682
1682
|
<svg
|
|
@@ -1696,37 +1696,37 @@ exports[`component:<FieldOccupation> prop:warning 1`] = `
|
|
|
1696
1696
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1697
1697
|
/>
|
|
1698
1698
|
</svg>
|
|
1699
|
-
</
|
|
1699
|
+
</ui-icon>
|
|
1700
1700
|
</button>
|
|
1701
|
-
</
|
|
1702
|
-
<
|
|
1701
|
+
</ui-input-number>
|
|
1702
|
+
<ui-input-number
|
|
1703
1703
|
class="view row inputNumber"
|
|
1704
1704
|
>
|
|
1705
|
-
<
|
|
1705
|
+
<ui-view
|
|
1706
1706
|
class="view texts"
|
|
1707
1707
|
>
|
|
1708
|
-
<label
|
|
1708
|
+
<ui-label
|
|
1709
1709
|
class="text paragraph text label"
|
|
1710
1710
|
>
|
|
1711
1711
|
common.label.occupation_type_child
|
|
1712
|
-
</label>
|
|
1713
|
-
<
|
|
1712
|
+
</ui-label>
|
|
1713
|
+
<ui-text
|
|
1714
1714
|
class="text small text hint hint"
|
|
1715
1715
|
>
|
|
1716
1716
|
common.label.age
|
|
1717
|
-
<
|
|
1717
|
+
<ui-text
|
|
1718
1718
|
style="text-decoration: underline;"
|
|
1719
1719
|
>
|
|
1720
1720
|
up
|
|
1721
|
-
</
|
|
1721
|
+
</ui-text>
|
|
1722
1722
|
to
|
|
1723
|
-
</
|
|
1724
|
-
</
|
|
1723
|
+
</ui-text>
|
|
1724
|
+
</ui-view>
|
|
1725
1725
|
<button
|
|
1726
1726
|
class="pressable disabled button small squared disabled"
|
|
1727
1727
|
disabled=""
|
|
1728
1728
|
>
|
|
1729
|
-
<
|
|
1729
|
+
<ui-icon
|
|
1730
1730
|
class="icon headline-3"
|
|
1731
1731
|
>
|
|
1732
1732
|
<svg
|
|
@@ -1746,18 +1746,18 @@ exports[`component:<FieldOccupation> prop:warning 1`] = `
|
|
|
1746
1746
|
d="M19 13H5v-2h14v2z"
|
|
1747
1747
|
/>
|
|
1748
1748
|
</svg>
|
|
1749
|
-
</
|
|
1749
|
+
</ui-icon>
|
|
1750
1750
|
</button>
|
|
1751
|
-
<
|
|
1751
|
+
<ui-text
|
|
1752
1752
|
class="text paragraph value"
|
|
1753
1753
|
>
|
|
1754
1754
|
0
|
|
1755
|
-
</
|
|
1755
|
+
</ui-text>
|
|
1756
1756
|
<button
|
|
1757
1757
|
class="pressable button small squared secondary"
|
|
1758
1758
|
tabindex="0"
|
|
1759
1759
|
>
|
|
1760
|
-
<
|
|
1760
|
+
<ui-icon
|
|
1761
1761
|
class="icon headline-3"
|
|
1762
1762
|
>
|
|
1763
1763
|
<svg
|
|
@@ -1777,12 +1777,12 @@ exports[`component:<FieldOccupation> prop:warning 1`] = `
|
|
|
1777
1777
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1778
1778
|
/>
|
|
1779
1779
|
</svg>
|
|
1780
|
-
</
|
|
1780
|
+
</ui-icon>
|
|
1781
1781
|
</button>
|
|
1782
|
-
</
|
|
1783
|
-
</
|
|
1784
|
-
</
|
|
1785
|
-
<
|
|
1782
|
+
</ui-input-number>
|
|
1783
|
+
</ui-view>
|
|
1784
|
+
</ui-scrollview>
|
|
1785
|
+
<ui-view
|
|
1786
1786
|
class="view row"
|
|
1787
1787
|
>
|
|
1788
1788
|
<button
|
|
@@ -1791,22 +1791,22 @@ exports[`component:<FieldOccupation> prop:warning 1`] = `
|
|
|
1791
1791
|
>
|
|
1792
1792
|
finder.action.add_place_type.room
|
|
1793
1793
|
</button>
|
|
1794
|
-
</
|
|
1795
|
-
</
|
|
1796
|
-
</
|
|
1794
|
+
</ui-view>
|
|
1795
|
+
</ui-view>
|
|
1796
|
+
</ui-layer-content>
|
|
1797
1797
|
</DocumentFragment>
|
|
1798
1798
|
`;
|
|
1799
1799
|
|
|
1800
1800
|
exports[`component:<FieldOccupation> renders 1`] = `
|
|
1801
1801
|
<DocumentFragment>
|
|
1802
|
-
<
|
|
1802
|
+
<ui-layer
|
|
1803
1803
|
class="container"
|
|
1804
1804
|
>
|
|
1805
|
-
<
|
|
1805
|
+
<ui-pressable
|
|
1806
1806
|
class="pressable"
|
|
1807
1807
|
tabindex="0"
|
|
1808
1808
|
>
|
|
1809
|
-
<
|
|
1809
|
+
<ui-icon
|
|
1810
1810
|
class="icon headline-3"
|
|
1811
1811
|
>
|
|
1812
1812
|
<svg
|
|
@@ -1826,73 +1826,73 @@ exports[`component:<FieldOccupation> renders 1`] = `
|
|
|
1826
1826
|
d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM9 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"
|
|
1827
1827
|
/>
|
|
1828
1828
|
</svg>
|
|
1829
|
-
</
|
|
1830
|
-
<
|
|
1829
|
+
</ui-icon>
|
|
1830
|
+
<ui-view
|
|
1831
1831
|
class="view"
|
|
1832
1832
|
>
|
|
1833
|
-
<
|
|
1833
|
+
<ui-text
|
|
1834
1834
|
class="text small"
|
|
1835
1835
|
>
|
|
1836
1836
|
finder.label.who
|
|
1837
|
-
</
|
|
1838
|
-
<
|
|
1837
|
+
</ui-text>
|
|
1838
|
+
<ui-text
|
|
1839
1839
|
class="text action"
|
|
1840
1840
|
>
|
|
1841
1841
|
· 1 common.label.accommodation_type
|
|
1842
|
-
</
|
|
1843
|
-
</
|
|
1844
|
-
</
|
|
1845
|
-
</
|
|
1846
|
-
<
|
|
1842
|
+
</ui-text>
|
|
1843
|
+
</ui-view>
|
|
1844
|
+
</ui-pressable>
|
|
1845
|
+
</ui-layer>
|
|
1846
|
+
<ui-layer-content
|
|
1847
1847
|
class="layer hidden"
|
|
1848
1848
|
style="left: 0px; top: 0px;"
|
|
1849
1849
|
>
|
|
1850
|
-
<
|
|
1850
|
+
<ui-view
|
|
1851
1851
|
class="view"
|
|
1852
1852
|
>
|
|
1853
|
-
<
|
|
1853
|
+
<ui-scrollview
|
|
1854
1854
|
class="scrollview vertical"
|
|
1855
1855
|
>
|
|
1856
|
-
<
|
|
1856
|
+
<ui-view
|
|
1857
1857
|
class="view wide"
|
|
1858
1858
|
>
|
|
1859
|
-
<
|
|
1859
|
+
<ui-view
|
|
1860
1860
|
class="view row"
|
|
1861
1861
|
>
|
|
1862
|
-
<
|
|
1862
|
+
<ui-text
|
|
1863
1863
|
class="text action"
|
|
1864
1864
|
>
|
|
1865
1865
|
finder.label.place
|
|
1866
|
-
<
|
|
1866
|
+
<ui-text
|
|
1867
1867
|
style="text-decoration: underline;"
|
|
1868
1868
|
>
|
|
1869
1869
|
type
|
|
1870
|
-
</
|
|
1870
|
+
</ui-text>
|
|
1871
1871
|
count.room
|
|
1872
|
-
</
|
|
1873
|
-
</
|
|
1874
|
-
<
|
|
1872
|
+
</ui-text>
|
|
1873
|
+
</ui-view>
|
|
1874
|
+
<ui-input-number
|
|
1875
1875
|
class="view row inputNumber"
|
|
1876
1876
|
>
|
|
1877
|
-
<
|
|
1877
|
+
<ui-view
|
|
1878
1878
|
class="view texts"
|
|
1879
1879
|
>
|
|
1880
|
-
<label
|
|
1880
|
+
<ui-label
|
|
1881
1881
|
class="text paragraph text label"
|
|
1882
1882
|
>
|
|
1883
1883
|
common.label.occupation_type_adult
|
|
1884
|
-
</label>
|
|
1885
|
-
<
|
|
1884
|
+
</ui-label>
|
|
1885
|
+
<ui-text
|
|
1886
1886
|
class="text small text hint hint"
|
|
1887
1887
|
>
|
|
1888
1888
|
common.label.age_from
|
|
1889
|
-
</
|
|
1890
|
-
</
|
|
1889
|
+
</ui-text>
|
|
1890
|
+
</ui-view>
|
|
1891
1891
|
<button
|
|
1892
1892
|
class="pressable button small squared secondary"
|
|
1893
1893
|
tabindex="0"
|
|
1894
1894
|
>
|
|
1895
|
-
<
|
|
1895
|
+
<ui-icon
|
|
1896
1896
|
class="icon headline-3"
|
|
1897
1897
|
>
|
|
1898
1898
|
<svg
|
|
@@ -1912,18 +1912,18 @@ exports[`component:<FieldOccupation> renders 1`] = `
|
|
|
1912
1912
|
d="M19 13H5v-2h14v2z"
|
|
1913
1913
|
/>
|
|
1914
1914
|
</svg>
|
|
1915
|
-
</
|
|
1915
|
+
</ui-icon>
|
|
1916
1916
|
</button>
|
|
1917
|
-
<
|
|
1917
|
+
<ui-text
|
|
1918
1918
|
class="text paragraph value"
|
|
1919
1919
|
>
|
|
1920
1920
|
2
|
|
1921
|
-
</
|
|
1921
|
+
</ui-text>
|
|
1922
1922
|
<button
|
|
1923
1923
|
class="pressable button small squared secondary"
|
|
1924
1924
|
tabindex="0"
|
|
1925
1925
|
>
|
|
1926
|
-
<
|
|
1926
|
+
<ui-icon
|
|
1927
1927
|
class="icon headline-3"
|
|
1928
1928
|
>
|
|
1929
1929
|
<svg
|
|
@@ -1943,37 +1943,37 @@ exports[`component:<FieldOccupation> renders 1`] = `
|
|
|
1943
1943
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1944
1944
|
/>
|
|
1945
1945
|
</svg>
|
|
1946
|
-
</
|
|
1946
|
+
</ui-icon>
|
|
1947
1947
|
</button>
|
|
1948
|
-
</
|
|
1949
|
-
<
|
|
1948
|
+
</ui-input-number>
|
|
1949
|
+
<ui-input-number
|
|
1950
1950
|
class="view row inputNumber"
|
|
1951
1951
|
>
|
|
1952
|
-
<
|
|
1952
|
+
<ui-view
|
|
1953
1953
|
class="view texts"
|
|
1954
1954
|
>
|
|
1955
|
-
<label
|
|
1955
|
+
<ui-label
|
|
1956
1956
|
class="text paragraph text label"
|
|
1957
1957
|
>
|
|
1958
1958
|
common.label.occupation_type_child
|
|
1959
|
-
</label>
|
|
1960
|
-
<
|
|
1959
|
+
</ui-label>
|
|
1960
|
+
<ui-text
|
|
1961
1961
|
class="text small text hint hint"
|
|
1962
1962
|
>
|
|
1963
1963
|
common.label.age
|
|
1964
|
-
<
|
|
1964
|
+
<ui-text
|
|
1965
1965
|
style="text-decoration: underline;"
|
|
1966
1966
|
>
|
|
1967
1967
|
up
|
|
1968
|
-
</
|
|
1968
|
+
</ui-text>
|
|
1969
1969
|
to
|
|
1970
|
-
</
|
|
1971
|
-
</
|
|
1970
|
+
</ui-text>
|
|
1971
|
+
</ui-view>
|
|
1972
1972
|
<button
|
|
1973
1973
|
class="pressable disabled button small squared disabled"
|
|
1974
1974
|
disabled=""
|
|
1975
1975
|
>
|
|
1976
|
-
<
|
|
1976
|
+
<ui-icon
|
|
1977
1977
|
class="icon headline-3"
|
|
1978
1978
|
>
|
|
1979
1979
|
<svg
|
|
@@ -1993,18 +1993,18 @@ exports[`component:<FieldOccupation> renders 1`] = `
|
|
|
1993
1993
|
d="M19 13H5v-2h14v2z"
|
|
1994
1994
|
/>
|
|
1995
1995
|
</svg>
|
|
1996
|
-
</
|
|
1996
|
+
</ui-icon>
|
|
1997
1997
|
</button>
|
|
1998
|
-
<
|
|
1998
|
+
<ui-text
|
|
1999
1999
|
class="text paragraph value"
|
|
2000
2000
|
>
|
|
2001
2001
|
0
|
|
2002
|
-
</
|
|
2002
|
+
</ui-text>
|
|
2003
2003
|
<button
|
|
2004
2004
|
class="pressable button small squared secondary"
|
|
2005
2005
|
tabindex="0"
|
|
2006
2006
|
>
|
|
2007
|
-
<
|
|
2007
|
+
<ui-icon
|
|
2008
2008
|
class="icon headline-3"
|
|
2009
2009
|
>
|
|
2010
2010
|
<svg
|
|
@@ -2024,12 +2024,12 @@ exports[`component:<FieldOccupation> renders 1`] = `
|
|
|
2024
2024
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
2025
2025
|
/>
|
|
2026
2026
|
</svg>
|
|
2027
|
-
</
|
|
2027
|
+
</ui-icon>
|
|
2028
2028
|
</button>
|
|
2029
|
-
</
|
|
2030
|
-
</
|
|
2031
|
-
</
|
|
2032
|
-
<
|
|
2029
|
+
</ui-input-number>
|
|
2030
|
+
</ui-view>
|
|
2031
|
+
</ui-scrollview>
|
|
2032
|
+
<ui-view
|
|
2033
2033
|
class="view row"
|
|
2034
2034
|
>
|
|
2035
2035
|
<button
|
|
@@ -2038,23 +2038,23 @@ exports[`component:<FieldOccupation> renders 1`] = `
|
|
|
2038
2038
|
>
|
|
2039
2039
|
finder.action.add_place_type.room
|
|
2040
2040
|
</button>
|
|
2041
|
-
</
|
|
2042
|
-
</
|
|
2043
|
-
</
|
|
2041
|
+
</ui-view>
|
|
2042
|
+
</ui-view>
|
|
2043
|
+
</ui-layer-content>
|
|
2044
2044
|
</DocumentFragment>
|
|
2045
2045
|
`;
|
|
2046
2046
|
|
|
2047
2047
|
exports[`component:<FieldOccupation> testID 1`] = `
|
|
2048
2048
|
<DocumentFragment>
|
|
2049
|
-
<
|
|
2049
|
+
<ui-layer
|
|
2050
2050
|
class="container"
|
|
2051
2051
|
>
|
|
2052
|
-
<
|
|
2052
|
+
<ui-pressable
|
|
2053
2053
|
class="pressable"
|
|
2054
2054
|
data-testid="mirai-field"
|
|
2055
2055
|
tabindex="0"
|
|
2056
2056
|
>
|
|
2057
|
-
<
|
|
2057
|
+
<ui-icon
|
|
2058
2058
|
class="icon headline-3"
|
|
2059
2059
|
>
|
|
2060
2060
|
<svg
|
|
@@ -2074,74 +2074,74 @@ exports[`component:<FieldOccupation> testID 1`] = `
|
|
|
2074
2074
|
d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM9 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"
|
|
2075
2075
|
/>
|
|
2076
2076
|
</svg>
|
|
2077
|
-
</
|
|
2078
|
-
<
|
|
2077
|
+
</ui-icon>
|
|
2078
|
+
<ui-view
|
|
2079
2079
|
class="view"
|
|
2080
2080
|
>
|
|
2081
|
-
<
|
|
2081
|
+
<ui-text
|
|
2082
2082
|
class="text small"
|
|
2083
2083
|
>
|
|
2084
2084
|
finder.label.who
|
|
2085
|
-
</
|
|
2086
|
-
<
|
|
2085
|
+
</ui-text>
|
|
2086
|
+
<ui-text
|
|
2087
2087
|
class="text action"
|
|
2088
2088
|
>
|
|
2089
2089
|
· 1 common.label.accommodation_type
|
|
2090
|
-
</
|
|
2091
|
-
</
|
|
2092
|
-
</
|
|
2093
|
-
</
|
|
2094
|
-
<
|
|
2090
|
+
</ui-text>
|
|
2091
|
+
</ui-view>
|
|
2092
|
+
</ui-pressable>
|
|
2093
|
+
</ui-layer>
|
|
2094
|
+
<ui-layer-content
|
|
2095
2095
|
class="layer hidden"
|
|
2096
2096
|
style="left: 0px; top: 0px;"
|
|
2097
2097
|
>
|
|
2098
|
-
<
|
|
2098
|
+
<ui-view
|
|
2099
2099
|
class="view"
|
|
2100
2100
|
data-testid="mirai"
|
|
2101
2101
|
>
|
|
2102
|
-
<
|
|
2102
|
+
<ui-scrollview
|
|
2103
2103
|
class="scrollview vertical"
|
|
2104
2104
|
>
|
|
2105
|
-
<
|
|
2105
|
+
<ui-view
|
|
2106
2106
|
class="view wide"
|
|
2107
2107
|
>
|
|
2108
|
-
<
|
|
2108
|
+
<ui-view
|
|
2109
2109
|
class="view row"
|
|
2110
2110
|
>
|
|
2111
|
-
<
|
|
2111
|
+
<ui-text
|
|
2112
2112
|
class="text action"
|
|
2113
2113
|
>
|
|
2114
2114
|
finder.label.place
|
|
2115
|
-
<
|
|
2115
|
+
<ui-text
|
|
2116
2116
|
style="text-decoration: underline;"
|
|
2117
2117
|
>
|
|
2118
2118
|
type
|
|
2119
|
-
</
|
|
2119
|
+
</ui-text>
|
|
2120
2120
|
count.room
|
|
2121
|
-
</
|
|
2122
|
-
</
|
|
2123
|
-
<
|
|
2121
|
+
</ui-text>
|
|
2122
|
+
</ui-view>
|
|
2123
|
+
<ui-input-number
|
|
2124
2124
|
class="view row inputNumber"
|
|
2125
2125
|
>
|
|
2126
|
-
<
|
|
2126
|
+
<ui-view
|
|
2127
2127
|
class="view texts"
|
|
2128
2128
|
>
|
|
2129
|
-
<label
|
|
2129
|
+
<ui-label
|
|
2130
2130
|
class="text paragraph text label"
|
|
2131
2131
|
>
|
|
2132
2132
|
common.label.occupation_type_adult
|
|
2133
|
-
</label>
|
|
2134
|
-
<
|
|
2133
|
+
</ui-label>
|
|
2134
|
+
<ui-text
|
|
2135
2135
|
class="text small text hint hint"
|
|
2136
2136
|
>
|
|
2137
2137
|
common.label.age_from
|
|
2138
|
-
</
|
|
2139
|
-
</
|
|
2138
|
+
</ui-text>
|
|
2139
|
+
</ui-view>
|
|
2140
2140
|
<button
|
|
2141
2141
|
class="pressable button small squared secondary"
|
|
2142
2142
|
tabindex="0"
|
|
2143
2143
|
>
|
|
2144
|
-
<
|
|
2144
|
+
<ui-icon
|
|
2145
2145
|
class="icon headline-3"
|
|
2146
2146
|
>
|
|
2147
2147
|
<svg
|
|
@@ -2161,18 +2161,18 @@ exports[`component:<FieldOccupation> testID 1`] = `
|
|
|
2161
2161
|
d="M19 13H5v-2h14v2z"
|
|
2162
2162
|
/>
|
|
2163
2163
|
</svg>
|
|
2164
|
-
</
|
|
2164
|
+
</ui-icon>
|
|
2165
2165
|
</button>
|
|
2166
|
-
<
|
|
2166
|
+
<ui-text
|
|
2167
2167
|
class="text paragraph value"
|
|
2168
2168
|
>
|
|
2169
2169
|
2
|
|
2170
|
-
</
|
|
2170
|
+
</ui-text>
|
|
2171
2171
|
<button
|
|
2172
2172
|
class="pressable button small squared secondary"
|
|
2173
2173
|
tabindex="0"
|
|
2174
2174
|
>
|
|
2175
|
-
<
|
|
2175
|
+
<ui-icon
|
|
2176
2176
|
class="icon headline-3"
|
|
2177
2177
|
>
|
|
2178
2178
|
<svg
|
|
@@ -2192,37 +2192,37 @@ exports[`component:<FieldOccupation> testID 1`] = `
|
|
|
2192
2192
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
2193
2193
|
/>
|
|
2194
2194
|
</svg>
|
|
2195
|
-
</
|
|
2195
|
+
</ui-icon>
|
|
2196
2196
|
</button>
|
|
2197
|
-
</
|
|
2198
|
-
<
|
|
2197
|
+
</ui-input-number>
|
|
2198
|
+
<ui-input-number
|
|
2199
2199
|
class="view row inputNumber"
|
|
2200
2200
|
>
|
|
2201
|
-
<
|
|
2201
|
+
<ui-view
|
|
2202
2202
|
class="view texts"
|
|
2203
2203
|
>
|
|
2204
|
-
<label
|
|
2204
|
+
<ui-label
|
|
2205
2205
|
class="text paragraph text label"
|
|
2206
2206
|
>
|
|
2207
2207
|
common.label.occupation_type_child
|
|
2208
|
-
</label>
|
|
2209
|
-
<
|
|
2208
|
+
</ui-label>
|
|
2209
|
+
<ui-text
|
|
2210
2210
|
class="text small text hint hint"
|
|
2211
2211
|
>
|
|
2212
2212
|
common.label.age
|
|
2213
|
-
<
|
|
2213
|
+
<ui-text
|
|
2214
2214
|
style="text-decoration: underline;"
|
|
2215
2215
|
>
|
|
2216
2216
|
up
|
|
2217
|
-
</
|
|
2217
|
+
</ui-text>
|
|
2218
2218
|
to
|
|
2219
|
-
</
|
|
2220
|
-
</
|
|
2219
|
+
</ui-text>
|
|
2220
|
+
</ui-view>
|
|
2221
2221
|
<button
|
|
2222
2222
|
class="pressable disabled button small squared disabled"
|
|
2223
2223
|
disabled=""
|
|
2224
2224
|
>
|
|
2225
|
-
<
|
|
2225
|
+
<ui-icon
|
|
2226
2226
|
class="icon headline-3"
|
|
2227
2227
|
>
|
|
2228
2228
|
<svg
|
|
@@ -2242,18 +2242,18 @@ exports[`component:<FieldOccupation> testID 1`] = `
|
|
|
2242
2242
|
d="M19 13H5v-2h14v2z"
|
|
2243
2243
|
/>
|
|
2244
2244
|
</svg>
|
|
2245
|
-
</
|
|
2245
|
+
</ui-icon>
|
|
2246
2246
|
</button>
|
|
2247
|
-
<
|
|
2247
|
+
<ui-text
|
|
2248
2248
|
class="text paragraph value"
|
|
2249
2249
|
>
|
|
2250
2250
|
0
|
|
2251
|
-
</
|
|
2251
|
+
</ui-text>
|
|
2252
2252
|
<button
|
|
2253
2253
|
class="pressable button small squared secondary"
|
|
2254
2254
|
tabindex="0"
|
|
2255
2255
|
>
|
|
2256
|
-
<
|
|
2256
|
+
<ui-icon
|
|
2257
2257
|
class="icon headline-3"
|
|
2258
2258
|
>
|
|
2259
2259
|
<svg
|
|
@@ -2273,12 +2273,12 @@ exports[`component:<FieldOccupation> testID 1`] = `
|
|
|
2273
2273
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
2274
2274
|
/>
|
|
2275
2275
|
</svg>
|
|
2276
|
-
</
|
|
2276
|
+
</ui-icon>
|
|
2277
2277
|
</button>
|
|
2278
|
-
</
|
|
2279
|
-
</
|
|
2280
|
-
</
|
|
2281
|
-
<
|
|
2278
|
+
</ui-input-number>
|
|
2279
|
+
</ui-view>
|
|
2280
|
+
</ui-scrollview>
|
|
2281
|
+
<ui-view
|
|
2282
2282
|
class="view row"
|
|
2283
2283
|
>
|
|
2284
2284
|
<button
|
|
@@ -2288,8 +2288,8 @@ exports[`component:<FieldOccupation> testID 1`] = `
|
|
|
2288
2288
|
>
|
|
2289
2289
|
finder.action.add_place_type.room
|
|
2290
2290
|
</button>
|
|
2291
|
-
</
|
|
2292
|
-
</
|
|
2293
|
-
</
|
|
2291
|
+
</ui-view>
|
|
2292
|
+
</ui-view>
|
|
2293
|
+
</ui-layer-content>
|
|
2294
2294
|
</DocumentFragment>
|
|
2295
2295
|
`;
|