@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
package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
exports[` 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-view
|
|
6
6
|
class="view"
|
|
7
7
|
l10n="[object Object]"
|
|
8
8
|
>
|
|
9
|
-
<
|
|
9
|
+
<ui-notification
|
|
10
10
|
class="view row notification warning outlined small"
|
|
11
11
|
>
|
|
12
|
-
<
|
|
12
|
+
<ui-icon
|
|
13
13
|
class="icon paragraph"
|
|
14
14
|
>
|
|
15
15
|
<svg
|
|
@@ -25,66 +25,66 @@ exports[` 1`] = `
|
|
|
25
25
|
d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
26
26
|
/>
|
|
27
27
|
</svg>
|
|
28
|
-
</
|
|
29
|
-
<
|
|
28
|
+
</ui-icon>
|
|
29
|
+
<ui-view
|
|
30
30
|
class="view texts"
|
|
31
31
|
>
|
|
32
|
-
<
|
|
32
|
+
<ui-text
|
|
33
33
|
class="text small"
|
|
34
34
|
>
|
|
35
35
|
finder.notification.warning_occupation
|
|
36
|
-
</
|
|
37
|
-
</
|
|
38
|
-
</
|
|
39
|
-
<
|
|
36
|
+
</ui-text>
|
|
37
|
+
</ui-view>
|
|
38
|
+
</ui-notification>
|
|
39
|
+
<ui-scrollview
|
|
40
40
|
class="scrollview vertical"
|
|
41
41
|
>
|
|
42
|
-
<
|
|
42
|
+
<ui-view
|
|
43
43
|
class="view wide"
|
|
44
44
|
>
|
|
45
|
-
<
|
|
45
|
+
<ui-view
|
|
46
46
|
class="view row"
|
|
47
47
|
>
|
|
48
|
-
<
|
|
48
|
+
<ui-text
|
|
49
49
|
class="text action"
|
|
50
50
|
>
|
|
51
51
|
finder.label.place
|
|
52
|
-
<
|
|
52
|
+
<ui-text
|
|
53
53
|
style="text-decoration: underline;"
|
|
54
54
|
>
|
|
55
55
|
type
|
|
56
|
-
</
|
|
56
|
+
</ui-text>
|
|
57
57
|
count.room
|
|
58
|
-
</
|
|
59
|
-
<
|
|
58
|
+
</ui-text>
|
|
59
|
+
<ui-action
|
|
60
60
|
class="pressable action small"
|
|
61
61
|
tabindex="0"
|
|
62
62
|
>
|
|
63
63
|
finder.action.remove
|
|
64
|
-
</
|
|
65
|
-
</
|
|
66
|
-
<
|
|
64
|
+
</ui-action>
|
|
65
|
+
</ui-view>
|
|
66
|
+
<ui-input-number
|
|
67
67
|
class="view row inputNumber"
|
|
68
68
|
>
|
|
69
|
-
<
|
|
69
|
+
<ui-view
|
|
70
70
|
class="view texts"
|
|
71
71
|
>
|
|
72
|
-
<label
|
|
72
|
+
<ui-label
|
|
73
73
|
class="text paragraph text label"
|
|
74
74
|
>
|
|
75
75
|
common.label.occupation_type_adult
|
|
76
|
-
</label>
|
|
77
|
-
<
|
|
76
|
+
</ui-label>
|
|
77
|
+
<ui-text
|
|
78
78
|
class="text small text hint hint"
|
|
79
79
|
>
|
|
80
80
|
common.label.age_from
|
|
81
|
-
</
|
|
82
|
-
</
|
|
81
|
+
</ui-text>
|
|
82
|
+
</ui-view>
|
|
83
83
|
<button
|
|
84
84
|
class="pressable disabled button small squared disabled"
|
|
85
85
|
disabled=""
|
|
86
86
|
>
|
|
87
|
-
<
|
|
87
|
+
<ui-icon
|
|
88
88
|
class="icon headline-3"
|
|
89
89
|
>
|
|
90
90
|
<svg
|
|
@@ -104,18 +104,18 @@ exports[` 1`] = `
|
|
|
104
104
|
d="M19 13H5v-2h14v2z"
|
|
105
105
|
/>
|
|
106
106
|
</svg>
|
|
107
|
-
</
|
|
107
|
+
</ui-icon>
|
|
108
108
|
</button>
|
|
109
|
-
<
|
|
109
|
+
<ui-text
|
|
110
110
|
class="text paragraph value"
|
|
111
111
|
>
|
|
112
112
|
2
|
|
113
|
-
</
|
|
113
|
+
</ui-text>
|
|
114
114
|
<button
|
|
115
115
|
class="pressable button small squared secondary"
|
|
116
116
|
tabindex="0"
|
|
117
117
|
>
|
|
118
|
-
<
|
|
118
|
+
<ui-icon
|
|
119
119
|
class="icon headline-3"
|
|
120
120
|
>
|
|
121
121
|
<svg
|
|
@@ -135,37 +135,37 @@ exports[` 1`] = `
|
|
|
135
135
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
136
136
|
/>
|
|
137
137
|
</svg>
|
|
138
|
-
</
|
|
138
|
+
</ui-icon>
|
|
139
139
|
</button>
|
|
140
|
-
</
|
|
141
|
-
<
|
|
140
|
+
</ui-input-number>
|
|
141
|
+
<ui-input-number
|
|
142
142
|
class="view row inputNumber"
|
|
143
143
|
>
|
|
144
|
-
<
|
|
144
|
+
<ui-view
|
|
145
145
|
class="view texts"
|
|
146
146
|
>
|
|
147
|
-
<label
|
|
147
|
+
<ui-label
|
|
148
148
|
class="text paragraph text label"
|
|
149
149
|
>
|
|
150
150
|
common.label.occupation_type_child
|
|
151
|
-
</label>
|
|
152
|
-
<
|
|
151
|
+
</ui-label>
|
|
152
|
+
<ui-text
|
|
153
153
|
class="text small text hint hint"
|
|
154
154
|
>
|
|
155
155
|
common.label.age
|
|
156
|
-
<
|
|
156
|
+
<ui-text
|
|
157
157
|
style="text-decoration: underline;"
|
|
158
158
|
>
|
|
159
159
|
up
|
|
160
|
-
</
|
|
160
|
+
</ui-text>
|
|
161
161
|
to
|
|
162
|
-
</
|
|
163
|
-
</
|
|
162
|
+
</ui-text>
|
|
163
|
+
</ui-view>
|
|
164
164
|
<button
|
|
165
165
|
class="pressable button small squared secondary"
|
|
166
166
|
tabindex="0"
|
|
167
167
|
>
|
|
168
|
-
<
|
|
168
|
+
<ui-icon
|
|
169
169
|
class="icon headline-3"
|
|
170
170
|
>
|
|
171
171
|
<svg
|
|
@@ -185,18 +185,18 @@ exports[` 1`] = `
|
|
|
185
185
|
d="M19 13H5v-2h14v2z"
|
|
186
186
|
/>
|
|
187
187
|
</svg>
|
|
188
|
-
</
|
|
188
|
+
</ui-icon>
|
|
189
189
|
</button>
|
|
190
|
-
<
|
|
190
|
+
<ui-text
|
|
191
191
|
class="text paragraph value"
|
|
192
192
|
>
|
|
193
193
|
2
|
|
194
|
-
</
|
|
194
|
+
</ui-text>
|
|
195
195
|
<button
|
|
196
196
|
class="pressable disabled button small squared disabled"
|
|
197
197
|
disabled=""
|
|
198
198
|
>
|
|
199
|
-
<
|
|
199
|
+
<ui-icon
|
|
200
200
|
class="icon headline-3"
|
|
201
201
|
>
|
|
202
202
|
<svg
|
|
@@ -216,22 +216,22 @@ exports[` 1`] = `
|
|
|
216
216
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
217
217
|
/>
|
|
218
218
|
</svg>
|
|
219
|
-
</
|
|
219
|
+
</ui-icon>
|
|
220
220
|
</button>
|
|
221
|
-
</
|
|
222
|
-
<
|
|
221
|
+
</ui-input-number>
|
|
222
|
+
<ui-view
|
|
223
223
|
class="view"
|
|
224
224
|
>
|
|
225
|
-
<
|
|
225
|
+
<ui-view
|
|
226
226
|
class="view row"
|
|
227
227
|
>
|
|
228
|
-
<
|
|
228
|
+
<ui-input-select
|
|
229
229
|
class="view inputContainer"
|
|
230
230
|
>
|
|
231
|
-
<
|
|
231
|
+
<ui-view
|
|
232
232
|
class="view row inputBorder"
|
|
233
233
|
>
|
|
234
|
-
<
|
|
234
|
+
<ui-view
|
|
235
235
|
class="view wide content"
|
|
236
236
|
>
|
|
237
237
|
<select
|
|
@@ -334,8 +334,8 @@ exports[` 1`] = `
|
|
|
334
334
|
17
|
|
335
335
|
</option>
|
|
336
336
|
</select>
|
|
337
|
-
</
|
|
338
|
-
<
|
|
337
|
+
</ui-view>
|
|
338
|
+
<ui-icon
|
|
339
339
|
class="icon headline-3 icon expand"
|
|
340
340
|
>
|
|
341
341
|
<svg
|
|
@@ -356,16 +356,16 @@ exports[` 1`] = `
|
|
|
356
356
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
357
357
|
/>
|
|
358
358
|
</svg>
|
|
359
|
-
</
|
|
360
|
-
</
|
|
361
|
-
</
|
|
362
|
-
<
|
|
359
|
+
</ui-icon>
|
|
360
|
+
</ui-view>
|
|
361
|
+
</ui-input-select>
|
|
362
|
+
<ui-input-select
|
|
363
363
|
class="view inputContainer"
|
|
364
364
|
>
|
|
365
|
-
<
|
|
365
|
+
<ui-view
|
|
366
366
|
class="view row inputBorder"
|
|
367
367
|
>
|
|
368
|
-
<
|
|
368
|
+
<ui-view
|
|
369
369
|
class="view wide content"
|
|
370
370
|
>
|
|
371
371
|
<select
|
|
@@ -468,8 +468,8 @@ exports[` 1`] = `
|
|
|
468
468
|
17
|
|
469
469
|
</option>
|
|
470
470
|
</select>
|
|
471
|
-
</
|
|
472
|
-
<
|
|
471
|
+
</ui-view>
|
|
472
|
+
<ui-icon
|
|
473
473
|
class="icon headline-3 icon expand"
|
|
474
474
|
>
|
|
475
475
|
<svg
|
|
@@ -490,63 +490,63 @@ exports[` 1`] = `
|
|
|
490
490
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
491
491
|
/>
|
|
492
492
|
</svg>
|
|
493
|
-
</
|
|
494
|
-
</
|
|
495
|
-
</
|
|
496
|
-
</
|
|
497
|
-
<
|
|
493
|
+
</ui-icon>
|
|
494
|
+
</ui-view>
|
|
495
|
+
</ui-input-select>
|
|
496
|
+
</ui-view>
|
|
497
|
+
<ui-text
|
|
498
498
|
class="text light small"
|
|
499
499
|
>
|
|
500
500
|
common.label.age_hint
|
|
501
|
-
</
|
|
502
|
-
</
|
|
503
|
-
</
|
|
504
|
-
<
|
|
501
|
+
</ui-text>
|
|
502
|
+
</ui-view>
|
|
503
|
+
</ui-view>
|
|
504
|
+
<ui-view
|
|
505
505
|
class="view wide"
|
|
506
506
|
>
|
|
507
|
-
<
|
|
507
|
+
<ui-view
|
|
508
508
|
class="view row"
|
|
509
509
|
>
|
|
510
|
-
<
|
|
510
|
+
<ui-text
|
|
511
511
|
class="text action"
|
|
512
512
|
>
|
|
513
513
|
finder.label.place
|
|
514
|
-
<
|
|
514
|
+
<ui-text
|
|
515
515
|
style="text-decoration: underline;"
|
|
516
516
|
>
|
|
517
517
|
type
|
|
518
|
-
</
|
|
518
|
+
</ui-text>
|
|
519
519
|
count.room
|
|
520
|
-
</
|
|
521
|
-
<
|
|
520
|
+
</ui-text>
|
|
521
|
+
<ui-action
|
|
522
522
|
class="pressable action small"
|
|
523
523
|
tabindex="0"
|
|
524
524
|
>
|
|
525
525
|
finder.action.remove
|
|
526
|
-
</
|
|
527
|
-
</
|
|
528
|
-
<
|
|
526
|
+
</ui-action>
|
|
527
|
+
</ui-view>
|
|
528
|
+
<ui-input-number
|
|
529
529
|
class="view row inputNumber"
|
|
530
530
|
>
|
|
531
|
-
<
|
|
531
|
+
<ui-view
|
|
532
532
|
class="view texts"
|
|
533
533
|
>
|
|
534
|
-
<label
|
|
534
|
+
<ui-label
|
|
535
535
|
class="text paragraph text label"
|
|
536
536
|
>
|
|
537
537
|
common.label.occupation_type_adult
|
|
538
|
-
</label>
|
|
539
|
-
<
|
|
538
|
+
</ui-label>
|
|
539
|
+
<ui-text
|
|
540
540
|
class="text small text hint hint"
|
|
541
541
|
>
|
|
542
542
|
common.label.age_from
|
|
543
|
-
</
|
|
544
|
-
</
|
|
543
|
+
</ui-text>
|
|
544
|
+
</ui-view>
|
|
545
545
|
<button
|
|
546
546
|
class="pressable disabled button small squared disabled"
|
|
547
547
|
disabled=""
|
|
548
548
|
>
|
|
549
|
-
<
|
|
549
|
+
<ui-icon
|
|
550
550
|
class="icon headline-3"
|
|
551
551
|
>
|
|
552
552
|
<svg
|
|
@@ -566,18 +566,18 @@ exports[` 1`] = `
|
|
|
566
566
|
d="M19 13H5v-2h14v2z"
|
|
567
567
|
/>
|
|
568
568
|
</svg>
|
|
569
|
-
</
|
|
569
|
+
</ui-icon>
|
|
570
570
|
</button>
|
|
571
|
-
<
|
|
571
|
+
<ui-text
|
|
572
572
|
class="text paragraph value"
|
|
573
573
|
>
|
|
574
574
|
2
|
|
575
|
-
</
|
|
575
|
+
</ui-text>
|
|
576
576
|
<button
|
|
577
577
|
class="pressable button small squared secondary"
|
|
578
578
|
tabindex="0"
|
|
579
579
|
>
|
|
580
|
-
<
|
|
580
|
+
<ui-icon
|
|
581
581
|
class="icon headline-3"
|
|
582
582
|
>
|
|
583
583
|
<svg
|
|
@@ -597,37 +597,37 @@ exports[` 1`] = `
|
|
|
597
597
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
598
598
|
/>
|
|
599
599
|
</svg>
|
|
600
|
-
</
|
|
600
|
+
</ui-icon>
|
|
601
601
|
</button>
|
|
602
|
-
</
|
|
603
|
-
<
|
|
602
|
+
</ui-input-number>
|
|
603
|
+
<ui-input-number
|
|
604
604
|
class="view row inputNumber"
|
|
605
605
|
>
|
|
606
|
-
<
|
|
606
|
+
<ui-view
|
|
607
607
|
class="view texts"
|
|
608
608
|
>
|
|
609
|
-
<label
|
|
609
|
+
<ui-label
|
|
610
610
|
class="text paragraph text label"
|
|
611
611
|
>
|
|
612
612
|
common.label.occupation_type_child
|
|
613
|
-
</label>
|
|
614
|
-
<
|
|
613
|
+
</ui-label>
|
|
614
|
+
<ui-text
|
|
615
615
|
class="text small text hint hint"
|
|
616
616
|
>
|
|
617
617
|
common.label.age
|
|
618
|
-
<
|
|
618
|
+
<ui-text
|
|
619
619
|
style="text-decoration: underline;"
|
|
620
620
|
>
|
|
621
621
|
up
|
|
622
|
-
</
|
|
622
|
+
</ui-text>
|
|
623
623
|
to
|
|
624
|
-
</
|
|
625
|
-
</
|
|
624
|
+
</ui-text>
|
|
625
|
+
</ui-view>
|
|
626
626
|
<button
|
|
627
627
|
class="pressable disabled button small squared disabled"
|
|
628
628
|
disabled=""
|
|
629
629
|
>
|
|
630
|
-
<
|
|
630
|
+
<ui-icon
|
|
631
631
|
class="icon headline-3"
|
|
632
632
|
>
|
|
633
633
|
<svg
|
|
@@ -647,18 +647,18 @@ exports[` 1`] = `
|
|
|
647
647
|
d="M19 13H5v-2h14v2z"
|
|
648
648
|
/>
|
|
649
649
|
</svg>
|
|
650
|
-
</
|
|
650
|
+
</ui-icon>
|
|
651
651
|
</button>
|
|
652
|
-
<
|
|
652
|
+
<ui-text
|
|
653
653
|
class="text paragraph value"
|
|
654
654
|
>
|
|
655
655
|
0
|
|
656
|
-
</
|
|
656
|
+
</ui-text>
|
|
657
657
|
<button
|
|
658
658
|
class="pressable button small squared secondary"
|
|
659
659
|
tabindex="0"
|
|
660
660
|
>
|
|
661
|
-
<
|
|
661
|
+
<ui-icon
|
|
662
662
|
class="icon headline-3"
|
|
663
663
|
>
|
|
664
664
|
<svg
|
|
@@ -678,12 +678,12 @@ exports[` 1`] = `
|
|
|
678
678
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
679
679
|
/>
|
|
680
680
|
</svg>
|
|
681
|
-
</
|
|
681
|
+
</ui-icon>
|
|
682
682
|
</button>
|
|
683
|
-
</
|
|
684
|
-
</
|
|
685
|
-
</
|
|
686
|
-
<
|
|
683
|
+
</ui-input-number>
|
|
684
|
+
</ui-view>
|
|
685
|
+
</ui-scrollview>
|
|
686
|
+
<ui-view
|
|
687
687
|
class="view row"
|
|
688
688
|
>
|
|
689
689
|
<button
|
|
@@ -692,61 +692,61 @@ exports[` 1`] = `
|
|
|
692
692
|
>
|
|
693
693
|
finder.action.add_place_type.room
|
|
694
694
|
</button>
|
|
695
|
-
</
|
|
696
|
-
</
|
|
695
|
+
</ui-view>
|
|
696
|
+
</ui-view>
|
|
697
697
|
</DocumentFragment>
|
|
698
698
|
`;
|
|
699
699
|
|
|
700
700
|
exports[`component:<Occupation> adding a new room 1`] = `
|
|
701
701
|
<DocumentFragment>
|
|
702
|
-
<
|
|
702
|
+
<ui-view
|
|
703
703
|
class="view"
|
|
704
704
|
data-testid="occupation"
|
|
705
705
|
l10n="[object Object]"
|
|
706
706
|
>
|
|
707
|
-
<
|
|
707
|
+
<ui-scrollview
|
|
708
708
|
class="scrollview vertical"
|
|
709
709
|
>
|
|
710
|
-
<
|
|
710
|
+
<ui-view
|
|
711
711
|
class="view wide"
|
|
712
712
|
>
|
|
713
|
-
<
|
|
713
|
+
<ui-view
|
|
714
714
|
class="view row"
|
|
715
715
|
>
|
|
716
|
-
<
|
|
716
|
+
<ui-text
|
|
717
717
|
class="text action"
|
|
718
718
|
>
|
|
719
719
|
finder.label.place
|
|
720
|
-
<
|
|
720
|
+
<ui-text
|
|
721
721
|
style="text-decoration: underline;"
|
|
722
722
|
>
|
|
723
723
|
type
|
|
724
|
-
</
|
|
724
|
+
</ui-text>
|
|
725
725
|
count.room
|
|
726
|
-
</
|
|
727
|
-
</
|
|
728
|
-
<
|
|
726
|
+
</ui-text>
|
|
727
|
+
</ui-view>
|
|
728
|
+
<ui-input-number
|
|
729
729
|
class="view row inputNumber"
|
|
730
730
|
>
|
|
731
|
-
<
|
|
731
|
+
<ui-view
|
|
732
732
|
class="view texts"
|
|
733
733
|
>
|
|
734
|
-
<label
|
|
734
|
+
<ui-label
|
|
735
735
|
class="text paragraph text label"
|
|
736
736
|
>
|
|
737
737
|
common.label.occupation_type_adult
|
|
738
|
-
</label>
|
|
739
|
-
<
|
|
738
|
+
</ui-label>
|
|
739
|
+
<ui-text
|
|
740
740
|
class="text small text hint hint"
|
|
741
741
|
>
|
|
742
742
|
common.label.age_from
|
|
743
|
-
</
|
|
744
|
-
</
|
|
743
|
+
</ui-text>
|
|
744
|
+
</ui-view>
|
|
745
745
|
<button
|
|
746
746
|
class="pressable disabled button small squared disabled"
|
|
747
747
|
disabled=""
|
|
748
748
|
>
|
|
749
|
-
<
|
|
749
|
+
<ui-icon
|
|
750
750
|
class="icon headline-3"
|
|
751
751
|
>
|
|
752
752
|
<svg
|
|
@@ -766,18 +766,18 @@ exports[`component:<Occupation> adding a new room 1`] = `
|
|
|
766
766
|
d="M19 13H5v-2h14v2z"
|
|
767
767
|
/>
|
|
768
768
|
</svg>
|
|
769
|
-
</
|
|
769
|
+
</ui-icon>
|
|
770
770
|
</button>
|
|
771
|
-
<
|
|
771
|
+
<ui-text
|
|
772
772
|
class="text paragraph value"
|
|
773
773
|
>
|
|
774
774
|
2
|
|
775
|
-
</
|
|
775
|
+
</ui-text>
|
|
776
776
|
<button
|
|
777
777
|
class="pressable button small squared secondary"
|
|
778
778
|
tabindex="0"
|
|
779
779
|
>
|
|
780
|
-
<
|
|
780
|
+
<ui-icon
|
|
781
781
|
class="icon headline-3"
|
|
782
782
|
>
|
|
783
783
|
<svg
|
|
@@ -797,37 +797,37 @@ exports[`component:<Occupation> adding a new room 1`] = `
|
|
|
797
797
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
798
798
|
/>
|
|
799
799
|
</svg>
|
|
800
|
-
</
|
|
800
|
+
</ui-icon>
|
|
801
801
|
</button>
|
|
802
|
-
</
|
|
803
|
-
<
|
|
802
|
+
</ui-input-number>
|
|
803
|
+
<ui-input-number
|
|
804
804
|
class="view row inputNumber"
|
|
805
805
|
>
|
|
806
|
-
<
|
|
806
|
+
<ui-view
|
|
807
807
|
class="view texts"
|
|
808
808
|
>
|
|
809
|
-
<label
|
|
809
|
+
<ui-label
|
|
810
810
|
class="text paragraph text label"
|
|
811
811
|
>
|
|
812
812
|
common.label.occupation_type_child
|
|
813
|
-
</label>
|
|
814
|
-
<
|
|
813
|
+
</ui-label>
|
|
814
|
+
<ui-text
|
|
815
815
|
class="text small text hint hint"
|
|
816
816
|
>
|
|
817
817
|
common.label.age
|
|
818
|
-
<
|
|
818
|
+
<ui-text
|
|
819
819
|
style="text-decoration: underline;"
|
|
820
820
|
>
|
|
821
821
|
up
|
|
822
|
-
</
|
|
822
|
+
</ui-text>
|
|
823
823
|
to
|
|
824
|
-
</
|
|
825
|
-
</
|
|
824
|
+
</ui-text>
|
|
825
|
+
</ui-view>
|
|
826
826
|
<button
|
|
827
827
|
class="pressable disabled button small squared disabled"
|
|
828
828
|
disabled=""
|
|
829
829
|
>
|
|
830
|
-
<
|
|
830
|
+
<ui-icon
|
|
831
831
|
class="icon headline-3"
|
|
832
832
|
>
|
|
833
833
|
<svg
|
|
@@ -847,18 +847,18 @@ exports[`component:<Occupation> adding a new room 1`] = `
|
|
|
847
847
|
d="M19 13H5v-2h14v2z"
|
|
848
848
|
/>
|
|
849
849
|
</svg>
|
|
850
|
-
</
|
|
850
|
+
</ui-icon>
|
|
851
851
|
</button>
|
|
852
|
-
<
|
|
852
|
+
<ui-text
|
|
853
853
|
class="text paragraph value"
|
|
854
854
|
>
|
|
855
855
|
0
|
|
856
|
-
</
|
|
856
|
+
</ui-text>
|
|
857
857
|
<button
|
|
858
858
|
class="pressable button small squared secondary"
|
|
859
859
|
tabindex="0"
|
|
860
860
|
>
|
|
861
|
-
<
|
|
861
|
+
<ui-icon
|
|
862
862
|
class="icon headline-3"
|
|
863
863
|
>
|
|
864
864
|
<svg
|
|
@@ -878,12 +878,12 @@ exports[`component:<Occupation> adding a new room 1`] = `
|
|
|
878
878
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
879
879
|
/>
|
|
880
880
|
</svg>
|
|
881
|
-
</
|
|
881
|
+
</ui-icon>
|
|
882
882
|
</button>
|
|
883
|
-
</
|
|
884
|
-
</
|
|
885
|
-
</
|
|
886
|
-
<
|
|
883
|
+
</ui-input-number>
|
|
884
|
+
</ui-view>
|
|
885
|
+
</ui-scrollview>
|
|
886
|
+
<ui-view
|
|
887
887
|
class="view row"
|
|
888
888
|
>
|
|
889
889
|
<button
|
|
@@ -893,60 +893,60 @@ exports[`component:<Occupation> adding a new room 1`] = `
|
|
|
893
893
|
>
|
|
894
894
|
finder.action.add_place_type.room
|
|
895
895
|
</button>
|
|
896
|
-
</
|
|
897
|
-
</
|
|
896
|
+
</ui-view>
|
|
897
|
+
</ui-view>
|
|
898
898
|
</DocumentFragment>
|
|
899
899
|
`;
|
|
900
900
|
|
|
901
901
|
exports[`component:<Occupation> inherit:className 1`] = `
|
|
902
902
|
<DocumentFragment>
|
|
903
|
-
<
|
|
903
|
+
<ui-view
|
|
904
904
|
class="view mirai"
|
|
905
905
|
l10n="[object Object]"
|
|
906
906
|
>
|
|
907
|
-
<
|
|
907
|
+
<ui-scrollview
|
|
908
908
|
class="scrollview vertical"
|
|
909
909
|
>
|
|
910
|
-
<
|
|
910
|
+
<ui-view
|
|
911
911
|
class="view wide"
|
|
912
912
|
>
|
|
913
|
-
<
|
|
913
|
+
<ui-view
|
|
914
914
|
class="view row"
|
|
915
915
|
>
|
|
916
|
-
<
|
|
916
|
+
<ui-text
|
|
917
917
|
class="text action"
|
|
918
918
|
>
|
|
919
919
|
finder.label.place
|
|
920
|
-
<
|
|
920
|
+
<ui-text
|
|
921
921
|
style="text-decoration: underline;"
|
|
922
922
|
>
|
|
923
923
|
type
|
|
924
|
-
</
|
|
924
|
+
</ui-text>
|
|
925
925
|
count.room
|
|
926
|
-
</
|
|
927
|
-
</
|
|
928
|
-
<
|
|
926
|
+
</ui-text>
|
|
927
|
+
</ui-view>
|
|
928
|
+
<ui-input-number
|
|
929
929
|
class="view row inputNumber"
|
|
930
930
|
>
|
|
931
|
-
<
|
|
931
|
+
<ui-view
|
|
932
932
|
class="view texts"
|
|
933
933
|
>
|
|
934
|
-
<label
|
|
934
|
+
<ui-label
|
|
935
935
|
class="text paragraph text label"
|
|
936
936
|
>
|
|
937
937
|
common.label.occupation_type_adult
|
|
938
|
-
</label>
|
|
939
|
-
<
|
|
938
|
+
</ui-label>
|
|
939
|
+
<ui-text
|
|
940
940
|
class="text small text hint hint"
|
|
941
941
|
>
|
|
942
942
|
common.label.age_from
|
|
943
|
-
</
|
|
944
|
-
</
|
|
943
|
+
</ui-text>
|
|
944
|
+
</ui-view>
|
|
945
945
|
<button
|
|
946
946
|
class="pressable disabled button small squared disabled"
|
|
947
947
|
disabled=""
|
|
948
948
|
>
|
|
949
|
-
<
|
|
949
|
+
<ui-icon
|
|
950
950
|
class="icon headline-3"
|
|
951
951
|
>
|
|
952
952
|
<svg
|
|
@@ -966,18 +966,18 @@ exports[`component:<Occupation> inherit:className 1`] = `
|
|
|
966
966
|
d="M19 13H5v-2h14v2z"
|
|
967
967
|
/>
|
|
968
968
|
</svg>
|
|
969
|
-
</
|
|
969
|
+
</ui-icon>
|
|
970
970
|
</button>
|
|
971
|
-
<
|
|
971
|
+
<ui-text
|
|
972
972
|
class="text paragraph value"
|
|
973
973
|
>
|
|
974
974
|
2
|
|
975
|
-
</
|
|
975
|
+
</ui-text>
|
|
976
976
|
<button
|
|
977
977
|
class="pressable button small squared secondary"
|
|
978
978
|
tabindex="0"
|
|
979
979
|
>
|
|
980
|
-
<
|
|
980
|
+
<ui-icon
|
|
981
981
|
class="icon headline-3"
|
|
982
982
|
>
|
|
983
983
|
<svg
|
|
@@ -997,37 +997,37 @@ exports[`component:<Occupation> inherit:className 1`] = `
|
|
|
997
997
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
998
998
|
/>
|
|
999
999
|
</svg>
|
|
1000
|
-
</
|
|
1000
|
+
</ui-icon>
|
|
1001
1001
|
</button>
|
|
1002
|
-
</
|
|
1003
|
-
<
|
|
1002
|
+
</ui-input-number>
|
|
1003
|
+
<ui-input-number
|
|
1004
1004
|
class="view row inputNumber"
|
|
1005
1005
|
>
|
|
1006
|
-
<
|
|
1006
|
+
<ui-view
|
|
1007
1007
|
class="view texts"
|
|
1008
1008
|
>
|
|
1009
|
-
<label
|
|
1009
|
+
<ui-label
|
|
1010
1010
|
class="text paragraph text label"
|
|
1011
1011
|
>
|
|
1012
1012
|
common.label.occupation_type_child
|
|
1013
|
-
</label>
|
|
1014
|
-
<
|
|
1013
|
+
</ui-label>
|
|
1014
|
+
<ui-text
|
|
1015
1015
|
class="text small text hint hint"
|
|
1016
1016
|
>
|
|
1017
1017
|
common.label.age
|
|
1018
|
-
<
|
|
1018
|
+
<ui-text
|
|
1019
1019
|
style="text-decoration: underline;"
|
|
1020
1020
|
>
|
|
1021
1021
|
up
|
|
1022
|
-
</
|
|
1022
|
+
</ui-text>
|
|
1023
1023
|
to
|
|
1024
|
-
</
|
|
1025
|
-
</
|
|
1024
|
+
</ui-text>
|
|
1025
|
+
</ui-view>
|
|
1026
1026
|
<button
|
|
1027
1027
|
class="pressable disabled button small squared disabled"
|
|
1028
1028
|
disabled=""
|
|
1029
1029
|
>
|
|
1030
|
-
<
|
|
1030
|
+
<ui-icon
|
|
1031
1031
|
class="icon headline-3"
|
|
1032
1032
|
>
|
|
1033
1033
|
<svg
|
|
@@ -1047,18 +1047,18 @@ exports[`component:<Occupation> inherit:className 1`] = `
|
|
|
1047
1047
|
d="M19 13H5v-2h14v2z"
|
|
1048
1048
|
/>
|
|
1049
1049
|
</svg>
|
|
1050
|
-
</
|
|
1050
|
+
</ui-icon>
|
|
1051
1051
|
</button>
|
|
1052
|
-
<
|
|
1052
|
+
<ui-text
|
|
1053
1053
|
class="text paragraph value"
|
|
1054
1054
|
>
|
|
1055
1055
|
0
|
|
1056
|
-
</
|
|
1056
|
+
</ui-text>
|
|
1057
1057
|
<button
|
|
1058
1058
|
class="pressable button small squared secondary"
|
|
1059
1059
|
tabindex="0"
|
|
1060
1060
|
>
|
|
1061
|
-
<
|
|
1061
|
+
<ui-icon
|
|
1062
1062
|
class="icon headline-3"
|
|
1063
1063
|
>
|
|
1064
1064
|
<svg
|
|
@@ -1078,12 +1078,12 @@ exports[`component:<Occupation> inherit:className 1`] = `
|
|
|
1078
1078
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1079
1079
|
/>
|
|
1080
1080
|
</svg>
|
|
1081
|
-
</
|
|
1081
|
+
</ui-icon>
|
|
1082
1082
|
</button>
|
|
1083
|
-
</
|
|
1084
|
-
</
|
|
1085
|
-
</
|
|
1086
|
-
<
|
|
1083
|
+
</ui-input-number>
|
|
1084
|
+
</ui-view>
|
|
1085
|
+
</ui-scrollview>
|
|
1086
|
+
<ui-view
|
|
1087
1087
|
class="view row"
|
|
1088
1088
|
>
|
|
1089
1089
|
<button
|
|
@@ -1092,60 +1092,60 @@ exports[`component:<Occupation> inherit:className 1`] = `
|
|
|
1092
1092
|
>
|
|
1093
1093
|
finder.action.add_place_type.room
|
|
1094
1094
|
</button>
|
|
1095
|
-
</
|
|
1096
|
-
</
|
|
1095
|
+
</ui-view>
|
|
1096
|
+
</ui-view>
|
|
1097
1097
|
</DocumentFragment>
|
|
1098
1098
|
`;
|
|
1099
1099
|
|
|
1100
1100
|
exports[`component:<Occupation> prop:dataSource 1`] = `
|
|
1101
1101
|
<DocumentFragment>
|
|
1102
|
-
<
|
|
1102
|
+
<ui-view
|
|
1103
1103
|
class="view"
|
|
1104
1104
|
l10n="[object Object]"
|
|
1105
1105
|
>
|
|
1106
|
-
<
|
|
1106
|
+
<ui-scrollview
|
|
1107
1107
|
class="scrollview vertical"
|
|
1108
1108
|
>
|
|
1109
|
-
<
|
|
1109
|
+
<ui-view
|
|
1110
1110
|
class="view wide"
|
|
1111
1111
|
>
|
|
1112
|
-
<
|
|
1112
|
+
<ui-view
|
|
1113
1113
|
class="view row"
|
|
1114
1114
|
>
|
|
1115
|
-
<
|
|
1115
|
+
<ui-text
|
|
1116
1116
|
class="text action"
|
|
1117
1117
|
>
|
|
1118
1118
|
finder.label.place
|
|
1119
|
-
<
|
|
1119
|
+
<ui-text
|
|
1120
1120
|
style="text-decoration: underline;"
|
|
1121
1121
|
>
|
|
1122
1122
|
type
|
|
1123
|
-
</
|
|
1123
|
+
</ui-text>
|
|
1124
1124
|
count.room
|
|
1125
|
-
</
|
|
1126
|
-
</
|
|
1127
|
-
<
|
|
1125
|
+
</ui-text>
|
|
1126
|
+
</ui-view>
|
|
1127
|
+
<ui-input-number
|
|
1128
1128
|
class="view row inputNumber"
|
|
1129
1129
|
>
|
|
1130
|
-
<
|
|
1130
|
+
<ui-view
|
|
1131
1131
|
class="view texts"
|
|
1132
1132
|
>
|
|
1133
|
-
<label
|
|
1133
|
+
<ui-label
|
|
1134
1134
|
class="text paragraph text label"
|
|
1135
1135
|
>
|
|
1136
1136
|
common.label.occupation_type_adult
|
|
1137
|
-
</label>
|
|
1138
|
-
<
|
|
1137
|
+
</ui-label>
|
|
1138
|
+
<ui-text
|
|
1139
1139
|
class="text small text hint hint"
|
|
1140
1140
|
>
|
|
1141
1141
|
common.label.age_from
|
|
1142
|
-
</
|
|
1143
|
-
</
|
|
1142
|
+
</ui-text>
|
|
1143
|
+
</ui-view>
|
|
1144
1144
|
<button
|
|
1145
1145
|
class="pressable disabled button small squared disabled"
|
|
1146
1146
|
disabled=""
|
|
1147
1147
|
>
|
|
1148
|
-
<
|
|
1148
|
+
<ui-icon
|
|
1149
1149
|
class="icon headline-3"
|
|
1150
1150
|
>
|
|
1151
1151
|
<svg
|
|
@@ -1165,18 +1165,18 @@ exports[`component:<Occupation> prop:dataSource 1`] = `
|
|
|
1165
1165
|
d="M19 13H5v-2h14v2z"
|
|
1166
1166
|
/>
|
|
1167
1167
|
</svg>
|
|
1168
|
-
</
|
|
1168
|
+
</ui-icon>
|
|
1169
1169
|
</button>
|
|
1170
|
-
<
|
|
1170
|
+
<ui-text
|
|
1171
1171
|
class="text paragraph value"
|
|
1172
1172
|
>
|
|
1173
1173
|
2
|
|
1174
|
-
</
|
|
1174
|
+
</ui-text>
|
|
1175
1175
|
<button
|
|
1176
1176
|
class="pressable button small squared secondary"
|
|
1177
1177
|
tabindex="0"
|
|
1178
1178
|
>
|
|
1179
|
-
<
|
|
1179
|
+
<ui-icon
|
|
1180
1180
|
class="icon headline-3"
|
|
1181
1181
|
>
|
|
1182
1182
|
<svg
|
|
@@ -1196,37 +1196,37 @@ exports[`component:<Occupation> prop:dataSource 1`] = `
|
|
|
1196
1196
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1197
1197
|
/>
|
|
1198
1198
|
</svg>
|
|
1199
|
-
</
|
|
1199
|
+
</ui-icon>
|
|
1200
1200
|
</button>
|
|
1201
|
-
</
|
|
1202
|
-
<
|
|
1201
|
+
</ui-input-number>
|
|
1202
|
+
<ui-input-number
|
|
1203
1203
|
class="view row inputNumber"
|
|
1204
1204
|
>
|
|
1205
|
-
<
|
|
1205
|
+
<ui-view
|
|
1206
1206
|
class="view texts"
|
|
1207
1207
|
>
|
|
1208
|
-
<label
|
|
1208
|
+
<ui-label
|
|
1209
1209
|
class="text paragraph text label"
|
|
1210
1210
|
>
|
|
1211
1211
|
common.label.occupation_type_child
|
|
1212
|
-
</label>
|
|
1213
|
-
<
|
|
1212
|
+
</ui-label>
|
|
1213
|
+
<ui-text
|
|
1214
1214
|
class="text small text hint hint"
|
|
1215
1215
|
>
|
|
1216
1216
|
common.label.age
|
|
1217
|
-
<
|
|
1217
|
+
<ui-text
|
|
1218
1218
|
style="text-decoration: underline;"
|
|
1219
1219
|
>
|
|
1220
1220
|
up
|
|
1221
|
-
</
|
|
1221
|
+
</ui-text>
|
|
1222
1222
|
to
|
|
1223
|
-
</
|
|
1224
|
-
</
|
|
1223
|
+
</ui-text>
|
|
1224
|
+
</ui-view>
|
|
1225
1225
|
<button
|
|
1226
1226
|
class="pressable disabled button small squared disabled"
|
|
1227
1227
|
disabled=""
|
|
1228
1228
|
>
|
|
1229
|
-
<
|
|
1229
|
+
<ui-icon
|
|
1230
1230
|
class="icon headline-3"
|
|
1231
1231
|
>
|
|
1232
1232
|
<svg
|
|
@@ -1246,18 +1246,18 @@ exports[`component:<Occupation> prop:dataSource 1`] = `
|
|
|
1246
1246
|
d="M19 13H5v-2h14v2z"
|
|
1247
1247
|
/>
|
|
1248
1248
|
</svg>
|
|
1249
|
-
</
|
|
1249
|
+
</ui-icon>
|
|
1250
1250
|
</button>
|
|
1251
|
-
<
|
|
1251
|
+
<ui-text
|
|
1252
1252
|
class="text paragraph value"
|
|
1253
1253
|
>
|
|
1254
1254
|
0
|
|
1255
|
-
</
|
|
1255
|
+
</ui-text>
|
|
1256
1256
|
<button
|
|
1257
1257
|
class="pressable button small squared secondary"
|
|
1258
1258
|
tabindex="0"
|
|
1259
1259
|
>
|
|
1260
|
-
<
|
|
1260
|
+
<ui-icon
|
|
1261
1261
|
class="icon headline-3"
|
|
1262
1262
|
>
|
|
1263
1263
|
<svg
|
|
@@ -1277,12 +1277,12 @@ exports[`component:<Occupation> prop:dataSource 1`] = `
|
|
|
1277
1277
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1278
1278
|
/>
|
|
1279
1279
|
</svg>
|
|
1280
|
-
</
|
|
1280
|
+
</ui-icon>
|
|
1281
1281
|
</button>
|
|
1282
|
-
</
|
|
1283
|
-
</
|
|
1284
|
-
</
|
|
1285
|
-
<
|
|
1282
|
+
</ui-input-number>
|
|
1283
|
+
</ui-view>
|
|
1284
|
+
</ui-scrollview>
|
|
1285
|
+
<ui-view
|
|
1286
1286
|
class="view row"
|
|
1287
1287
|
>
|
|
1288
1288
|
<button
|
|
@@ -1291,59 +1291,59 @@ exports[`component:<Occupation> prop:dataSource 1`] = `
|
|
|
1291
1291
|
>
|
|
1292
1292
|
finder.action.add_place_type.room
|
|
1293
1293
|
</button>
|
|
1294
|
-
</
|
|
1295
|
-
</
|
|
1294
|
+
</ui-view>
|
|
1295
|
+
</ui-view>
|
|
1296
1296
|
</DocumentFragment>
|
|
1297
1297
|
`;
|
|
1298
1298
|
|
|
1299
1299
|
exports[`component:<Occupation> prop:maxRooms 1`] = `
|
|
1300
1300
|
<DocumentFragment>
|
|
1301
|
-
<
|
|
1301
|
+
<ui-view
|
|
1302
1302
|
class="view"
|
|
1303
1303
|
>
|
|
1304
|
-
<
|
|
1304
|
+
<ui-scrollview
|
|
1305
1305
|
class="scrollview vertical"
|
|
1306
1306
|
>
|
|
1307
|
-
<
|
|
1307
|
+
<ui-view
|
|
1308
1308
|
class="view wide"
|
|
1309
1309
|
>
|
|
1310
|
-
<
|
|
1310
|
+
<ui-view
|
|
1311
1311
|
class="view row"
|
|
1312
1312
|
>
|
|
1313
|
-
<
|
|
1313
|
+
<ui-text
|
|
1314
1314
|
class="text action"
|
|
1315
1315
|
>
|
|
1316
1316
|
finder.label.place
|
|
1317
|
-
<
|
|
1317
|
+
<ui-text
|
|
1318
1318
|
style="text-decoration: underline;"
|
|
1319
1319
|
>
|
|
1320
1320
|
type
|
|
1321
|
-
</
|
|
1321
|
+
</ui-text>
|
|
1322
1322
|
count.room
|
|
1323
|
-
</
|
|
1324
|
-
</
|
|
1325
|
-
<
|
|
1323
|
+
</ui-text>
|
|
1324
|
+
</ui-view>
|
|
1325
|
+
<ui-input-number
|
|
1326
1326
|
class="view row inputNumber"
|
|
1327
1327
|
>
|
|
1328
|
-
<
|
|
1328
|
+
<ui-view
|
|
1329
1329
|
class="view texts"
|
|
1330
1330
|
>
|
|
1331
|
-
<label
|
|
1331
|
+
<ui-label
|
|
1332
1332
|
class="text paragraph text label"
|
|
1333
1333
|
>
|
|
1334
1334
|
common.label.occupation_type_adult
|
|
1335
|
-
</label>
|
|
1336
|
-
<
|
|
1335
|
+
</ui-label>
|
|
1336
|
+
<ui-text
|
|
1337
1337
|
class="text small text hint hint"
|
|
1338
1338
|
>
|
|
1339
1339
|
common.label.age_from
|
|
1340
|
-
</
|
|
1341
|
-
</
|
|
1340
|
+
</ui-text>
|
|
1341
|
+
</ui-view>
|
|
1342
1342
|
<button
|
|
1343
1343
|
class="pressable button small squared secondary"
|
|
1344
1344
|
tabindex="0"
|
|
1345
1345
|
>
|
|
1346
|
-
<
|
|
1346
|
+
<ui-icon
|
|
1347
1347
|
class="icon headline-3"
|
|
1348
1348
|
>
|
|
1349
1349
|
<svg
|
|
@@ -1363,18 +1363,18 @@ exports[`component:<Occupation> prop:maxRooms 1`] = `
|
|
|
1363
1363
|
d="M19 13H5v-2h14v2z"
|
|
1364
1364
|
/>
|
|
1365
1365
|
</svg>
|
|
1366
|
-
</
|
|
1366
|
+
</ui-icon>
|
|
1367
1367
|
</button>
|
|
1368
|
-
<
|
|
1368
|
+
<ui-text
|
|
1369
1369
|
class="text paragraph value"
|
|
1370
1370
|
>
|
|
1371
1371
|
2
|
|
1372
|
-
</
|
|
1372
|
+
</ui-text>
|
|
1373
1373
|
<button
|
|
1374
1374
|
class="pressable button small squared secondary"
|
|
1375
1375
|
tabindex="0"
|
|
1376
1376
|
>
|
|
1377
|
-
<
|
|
1377
|
+
<ui-icon
|
|
1378
1378
|
class="icon headline-3"
|
|
1379
1379
|
>
|
|
1380
1380
|
<svg
|
|
@@ -1394,37 +1394,37 @@ exports[`component:<Occupation> prop:maxRooms 1`] = `
|
|
|
1394
1394
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1395
1395
|
/>
|
|
1396
1396
|
</svg>
|
|
1397
|
-
</
|
|
1397
|
+
</ui-icon>
|
|
1398
1398
|
</button>
|
|
1399
|
-
</
|
|
1400
|
-
<
|
|
1399
|
+
</ui-input-number>
|
|
1400
|
+
<ui-input-number
|
|
1401
1401
|
class="view row inputNumber"
|
|
1402
1402
|
>
|
|
1403
|
-
<
|
|
1403
|
+
<ui-view
|
|
1404
1404
|
class="view texts"
|
|
1405
1405
|
>
|
|
1406
|
-
<label
|
|
1406
|
+
<ui-label
|
|
1407
1407
|
class="text paragraph text label"
|
|
1408
1408
|
>
|
|
1409
1409
|
common.label.occupation_type_child
|
|
1410
|
-
</label>
|
|
1411
|
-
<
|
|
1410
|
+
</ui-label>
|
|
1411
|
+
<ui-text
|
|
1412
1412
|
class="text small text hint hint"
|
|
1413
1413
|
>
|
|
1414
1414
|
common.label.age
|
|
1415
|
-
<
|
|
1415
|
+
<ui-text
|
|
1416
1416
|
style="text-decoration: underline;"
|
|
1417
1417
|
>
|
|
1418
1418
|
up
|
|
1419
|
-
</
|
|
1419
|
+
</ui-text>
|
|
1420
1420
|
to
|
|
1421
|
-
</
|
|
1422
|
-
</
|
|
1421
|
+
</ui-text>
|
|
1422
|
+
</ui-view>
|
|
1423
1423
|
<button
|
|
1424
1424
|
class="pressable disabled button small squared disabled"
|
|
1425
1425
|
disabled=""
|
|
1426
1426
|
>
|
|
1427
|
-
<
|
|
1427
|
+
<ui-icon
|
|
1428
1428
|
class="icon headline-3"
|
|
1429
1429
|
>
|
|
1430
1430
|
<svg
|
|
@@ -1444,18 +1444,18 @@ exports[`component:<Occupation> prop:maxRooms 1`] = `
|
|
|
1444
1444
|
d="M19 13H5v-2h14v2z"
|
|
1445
1445
|
/>
|
|
1446
1446
|
</svg>
|
|
1447
|
-
</
|
|
1447
|
+
</ui-icon>
|
|
1448
1448
|
</button>
|
|
1449
|
-
<
|
|
1449
|
+
<ui-text
|
|
1450
1450
|
class="text paragraph value"
|
|
1451
1451
|
>
|
|
1452
1452
|
0
|
|
1453
|
-
</
|
|
1453
|
+
</ui-text>
|
|
1454
1454
|
<button
|
|
1455
1455
|
class="pressable button small squared secondary"
|
|
1456
1456
|
tabindex="0"
|
|
1457
1457
|
>
|
|
1458
|
-
<
|
|
1458
|
+
<ui-icon
|
|
1459
1459
|
class="icon headline-3"
|
|
1460
1460
|
>
|
|
1461
1461
|
<svg
|
|
@@ -1475,12 +1475,12 @@ exports[`component:<Occupation> prop:maxRooms 1`] = `
|
|
|
1475
1475
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1476
1476
|
/>
|
|
1477
1477
|
</svg>
|
|
1478
|
-
</
|
|
1478
|
+
</ui-icon>
|
|
1479
1479
|
</button>
|
|
1480
|
-
</
|
|
1481
|
-
</
|
|
1482
|
-
</
|
|
1483
|
-
<
|
|
1480
|
+
</ui-input-number>
|
|
1481
|
+
</ui-view>
|
|
1482
|
+
</ui-scrollview>
|
|
1483
|
+
<ui-view
|
|
1484
1484
|
class="view row"
|
|
1485
1485
|
>
|
|
1486
1486
|
<button
|
|
@@ -1489,59 +1489,59 @@ exports[`component:<Occupation> prop:maxRooms 1`] = `
|
|
|
1489
1489
|
>
|
|
1490
1490
|
finder.action.add_place_type.room
|
|
1491
1491
|
</button>
|
|
1492
|
-
</
|
|
1493
|
-
</
|
|
1492
|
+
</ui-view>
|
|
1493
|
+
</ui-view>
|
|
1494
1494
|
</DocumentFragment>
|
|
1495
1495
|
`;
|
|
1496
1496
|
|
|
1497
1497
|
exports[`component:<Occupation> prop:minRooms 1`] = `
|
|
1498
1498
|
<DocumentFragment>
|
|
1499
|
-
<
|
|
1499
|
+
<ui-view
|
|
1500
1500
|
class="view"
|
|
1501
1501
|
>
|
|
1502
|
-
<
|
|
1502
|
+
<ui-scrollview
|
|
1503
1503
|
class="scrollview vertical"
|
|
1504
1504
|
>
|
|
1505
|
-
<
|
|
1505
|
+
<ui-view
|
|
1506
1506
|
class="view wide"
|
|
1507
1507
|
>
|
|
1508
|
-
<
|
|
1508
|
+
<ui-view
|
|
1509
1509
|
class="view row"
|
|
1510
1510
|
>
|
|
1511
|
-
<
|
|
1511
|
+
<ui-text
|
|
1512
1512
|
class="text action"
|
|
1513
1513
|
>
|
|
1514
1514
|
finder.label.place
|
|
1515
|
-
<
|
|
1515
|
+
<ui-text
|
|
1516
1516
|
style="text-decoration: underline;"
|
|
1517
1517
|
>
|
|
1518
1518
|
type
|
|
1519
|
-
</
|
|
1519
|
+
</ui-text>
|
|
1520
1520
|
count.room
|
|
1521
|
-
</
|
|
1522
|
-
</
|
|
1523
|
-
<
|
|
1521
|
+
</ui-text>
|
|
1522
|
+
</ui-view>
|
|
1523
|
+
<ui-input-number
|
|
1524
1524
|
class="view row inputNumber"
|
|
1525
1525
|
>
|
|
1526
|
-
<
|
|
1526
|
+
<ui-view
|
|
1527
1527
|
class="view texts"
|
|
1528
1528
|
>
|
|
1529
|
-
<label
|
|
1529
|
+
<ui-label
|
|
1530
1530
|
class="text paragraph text label"
|
|
1531
1531
|
>
|
|
1532
1532
|
common.label.occupation_type_adult
|
|
1533
|
-
</label>
|
|
1534
|
-
<
|
|
1533
|
+
</ui-label>
|
|
1534
|
+
<ui-text
|
|
1535
1535
|
class="text small text hint hint"
|
|
1536
1536
|
>
|
|
1537
1537
|
common.label.age_from
|
|
1538
|
-
</
|
|
1539
|
-
</
|
|
1538
|
+
</ui-text>
|
|
1539
|
+
</ui-view>
|
|
1540
1540
|
<button
|
|
1541
1541
|
class="pressable button small squared secondary"
|
|
1542
1542
|
tabindex="0"
|
|
1543
1543
|
>
|
|
1544
|
-
<
|
|
1544
|
+
<ui-icon
|
|
1545
1545
|
class="icon headline-3"
|
|
1546
1546
|
>
|
|
1547
1547
|
<svg
|
|
@@ -1561,18 +1561,18 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
|
|
|
1561
1561
|
d="M19 13H5v-2h14v2z"
|
|
1562
1562
|
/>
|
|
1563
1563
|
</svg>
|
|
1564
|
-
</
|
|
1564
|
+
</ui-icon>
|
|
1565
1565
|
</button>
|
|
1566
|
-
<
|
|
1566
|
+
<ui-text
|
|
1567
1567
|
class="text paragraph value"
|
|
1568
1568
|
>
|
|
1569
1569
|
2
|
|
1570
|
-
</
|
|
1570
|
+
</ui-text>
|
|
1571
1571
|
<button
|
|
1572
1572
|
class="pressable button small squared secondary"
|
|
1573
1573
|
tabindex="0"
|
|
1574
1574
|
>
|
|
1575
|
-
<
|
|
1575
|
+
<ui-icon
|
|
1576
1576
|
class="icon headline-3"
|
|
1577
1577
|
>
|
|
1578
1578
|
<svg
|
|
@@ -1592,37 +1592,37 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
|
|
|
1592
1592
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1593
1593
|
/>
|
|
1594
1594
|
</svg>
|
|
1595
|
-
</
|
|
1595
|
+
</ui-icon>
|
|
1596
1596
|
</button>
|
|
1597
|
-
</
|
|
1598
|
-
<
|
|
1597
|
+
</ui-input-number>
|
|
1598
|
+
<ui-input-number
|
|
1599
1599
|
class="view row inputNumber"
|
|
1600
1600
|
>
|
|
1601
|
-
<
|
|
1601
|
+
<ui-view
|
|
1602
1602
|
class="view texts"
|
|
1603
1603
|
>
|
|
1604
|
-
<label
|
|
1604
|
+
<ui-label
|
|
1605
1605
|
class="text paragraph text label"
|
|
1606
1606
|
>
|
|
1607
1607
|
common.label.occupation_type_child
|
|
1608
|
-
</label>
|
|
1609
|
-
<
|
|
1608
|
+
</ui-label>
|
|
1609
|
+
<ui-text
|
|
1610
1610
|
class="text small text hint hint"
|
|
1611
1611
|
>
|
|
1612
1612
|
common.label.age
|
|
1613
|
-
<
|
|
1613
|
+
<ui-text
|
|
1614
1614
|
style="text-decoration: underline;"
|
|
1615
1615
|
>
|
|
1616
1616
|
up
|
|
1617
|
-
</
|
|
1617
|
+
</ui-text>
|
|
1618
1618
|
to
|
|
1619
|
-
</
|
|
1620
|
-
</
|
|
1619
|
+
</ui-text>
|
|
1620
|
+
</ui-view>
|
|
1621
1621
|
<button
|
|
1622
1622
|
class="pressable disabled button small squared disabled"
|
|
1623
1623
|
disabled=""
|
|
1624
1624
|
>
|
|
1625
|
-
<
|
|
1625
|
+
<ui-icon
|
|
1626
1626
|
class="icon headline-3"
|
|
1627
1627
|
>
|
|
1628
1628
|
<svg
|
|
@@ -1642,18 +1642,18 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
|
|
|
1642
1642
|
d="M19 13H5v-2h14v2z"
|
|
1643
1643
|
/>
|
|
1644
1644
|
</svg>
|
|
1645
|
-
</
|
|
1645
|
+
</ui-icon>
|
|
1646
1646
|
</button>
|
|
1647
|
-
<
|
|
1647
|
+
<ui-text
|
|
1648
1648
|
class="text paragraph value"
|
|
1649
1649
|
>
|
|
1650
1650
|
0
|
|
1651
|
-
</
|
|
1651
|
+
</ui-text>
|
|
1652
1652
|
<button
|
|
1653
1653
|
class="pressable button small squared secondary"
|
|
1654
1654
|
tabindex="0"
|
|
1655
1655
|
>
|
|
1656
|
-
<
|
|
1656
|
+
<ui-icon
|
|
1657
1657
|
class="icon headline-3"
|
|
1658
1658
|
>
|
|
1659
1659
|
<svg
|
|
@@ -1673,50 +1673,50 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
|
|
|
1673
1673
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1674
1674
|
/>
|
|
1675
1675
|
</svg>
|
|
1676
|
-
</
|
|
1676
|
+
</ui-icon>
|
|
1677
1677
|
</button>
|
|
1678
|
-
</
|
|
1679
|
-
</
|
|
1680
|
-
<
|
|
1678
|
+
</ui-input-number>
|
|
1679
|
+
</ui-view>
|
|
1680
|
+
<ui-view
|
|
1681
1681
|
class="view wide"
|
|
1682
1682
|
>
|
|
1683
|
-
<
|
|
1683
|
+
<ui-view
|
|
1684
1684
|
class="view row"
|
|
1685
1685
|
>
|
|
1686
|
-
<
|
|
1686
|
+
<ui-text
|
|
1687
1687
|
class="text action"
|
|
1688
1688
|
>
|
|
1689
1689
|
finder.label.place
|
|
1690
|
-
<
|
|
1690
|
+
<ui-text
|
|
1691
1691
|
style="text-decoration: underline;"
|
|
1692
1692
|
>
|
|
1693
1693
|
type
|
|
1694
|
-
</
|
|
1694
|
+
</ui-text>
|
|
1695
1695
|
count.room
|
|
1696
|
-
</
|
|
1697
|
-
</
|
|
1698
|
-
<
|
|
1696
|
+
</ui-text>
|
|
1697
|
+
</ui-view>
|
|
1698
|
+
<ui-input-number
|
|
1699
1699
|
class="view row inputNumber"
|
|
1700
1700
|
>
|
|
1701
|
-
<
|
|
1701
|
+
<ui-view
|
|
1702
1702
|
class="view texts"
|
|
1703
1703
|
>
|
|
1704
|
-
<label
|
|
1704
|
+
<ui-label
|
|
1705
1705
|
class="text paragraph text label"
|
|
1706
1706
|
>
|
|
1707
1707
|
common.label.occupation_type_adult
|
|
1708
|
-
</label>
|
|
1709
|
-
<
|
|
1708
|
+
</ui-label>
|
|
1709
|
+
<ui-text
|
|
1710
1710
|
class="text small text hint hint"
|
|
1711
1711
|
>
|
|
1712
1712
|
common.label.age_from
|
|
1713
|
-
</
|
|
1714
|
-
</
|
|
1713
|
+
</ui-text>
|
|
1714
|
+
</ui-view>
|
|
1715
1715
|
<button
|
|
1716
1716
|
class="pressable button small squared secondary"
|
|
1717
1717
|
tabindex="0"
|
|
1718
1718
|
>
|
|
1719
|
-
<
|
|
1719
|
+
<ui-icon
|
|
1720
1720
|
class="icon headline-3"
|
|
1721
1721
|
>
|
|
1722
1722
|
<svg
|
|
@@ -1736,18 +1736,18 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
|
|
|
1736
1736
|
d="M19 13H5v-2h14v2z"
|
|
1737
1737
|
/>
|
|
1738
1738
|
</svg>
|
|
1739
|
-
</
|
|
1739
|
+
</ui-icon>
|
|
1740
1740
|
</button>
|
|
1741
|
-
<
|
|
1741
|
+
<ui-text
|
|
1742
1742
|
class="text paragraph value"
|
|
1743
1743
|
>
|
|
1744
1744
|
2
|
|
1745
|
-
</
|
|
1745
|
+
</ui-text>
|
|
1746
1746
|
<button
|
|
1747
1747
|
class="pressable button small squared secondary"
|
|
1748
1748
|
tabindex="0"
|
|
1749
1749
|
>
|
|
1750
|
-
<
|
|
1750
|
+
<ui-icon
|
|
1751
1751
|
class="icon headline-3"
|
|
1752
1752
|
>
|
|
1753
1753
|
<svg
|
|
@@ -1767,37 +1767,37 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
|
|
|
1767
1767
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1768
1768
|
/>
|
|
1769
1769
|
</svg>
|
|
1770
|
-
</
|
|
1770
|
+
</ui-icon>
|
|
1771
1771
|
</button>
|
|
1772
|
-
</
|
|
1773
|
-
<
|
|
1772
|
+
</ui-input-number>
|
|
1773
|
+
<ui-input-number
|
|
1774
1774
|
class="view row inputNumber"
|
|
1775
1775
|
>
|
|
1776
|
-
<
|
|
1776
|
+
<ui-view
|
|
1777
1777
|
class="view texts"
|
|
1778
1778
|
>
|
|
1779
|
-
<label
|
|
1779
|
+
<ui-label
|
|
1780
1780
|
class="text paragraph text label"
|
|
1781
1781
|
>
|
|
1782
1782
|
common.label.occupation_type_child
|
|
1783
|
-
</label>
|
|
1784
|
-
<
|
|
1783
|
+
</ui-label>
|
|
1784
|
+
<ui-text
|
|
1785
1785
|
class="text small text hint hint"
|
|
1786
1786
|
>
|
|
1787
1787
|
common.label.age
|
|
1788
|
-
<
|
|
1788
|
+
<ui-text
|
|
1789
1789
|
style="text-decoration: underline;"
|
|
1790
1790
|
>
|
|
1791
1791
|
up
|
|
1792
|
-
</
|
|
1792
|
+
</ui-text>
|
|
1793
1793
|
to
|
|
1794
|
-
</
|
|
1795
|
-
</
|
|
1794
|
+
</ui-text>
|
|
1795
|
+
</ui-view>
|
|
1796
1796
|
<button
|
|
1797
1797
|
class="pressable disabled button small squared disabled"
|
|
1798
1798
|
disabled=""
|
|
1799
1799
|
>
|
|
1800
|
-
<
|
|
1800
|
+
<ui-icon
|
|
1801
1801
|
class="icon headline-3"
|
|
1802
1802
|
>
|
|
1803
1803
|
<svg
|
|
@@ -1817,18 +1817,18 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
|
|
|
1817
1817
|
d="M19 13H5v-2h14v2z"
|
|
1818
1818
|
/>
|
|
1819
1819
|
</svg>
|
|
1820
|
-
</
|
|
1820
|
+
</ui-icon>
|
|
1821
1821
|
</button>
|
|
1822
|
-
<
|
|
1822
|
+
<ui-text
|
|
1823
1823
|
class="text paragraph value"
|
|
1824
1824
|
>
|
|
1825
1825
|
0
|
|
1826
|
-
</
|
|
1826
|
+
</ui-text>
|
|
1827
1827
|
<button
|
|
1828
1828
|
class="pressable button small squared secondary"
|
|
1829
1829
|
tabindex="0"
|
|
1830
1830
|
>
|
|
1831
|
-
<
|
|
1831
|
+
<ui-icon
|
|
1832
1832
|
class="icon headline-3"
|
|
1833
1833
|
>
|
|
1834
1834
|
<svg
|
|
@@ -1848,12 +1848,12 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
|
|
|
1848
1848
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1849
1849
|
/>
|
|
1850
1850
|
</svg>
|
|
1851
|
-
</
|
|
1851
|
+
</ui-icon>
|
|
1852
1852
|
</button>
|
|
1853
|
-
</
|
|
1854
|
-
</
|
|
1855
|
-
</
|
|
1856
|
-
<
|
|
1853
|
+
</ui-input-number>
|
|
1854
|
+
</ui-view>
|
|
1855
|
+
</ui-scrollview>
|
|
1856
|
+
<ui-view
|
|
1857
1857
|
class="view row"
|
|
1858
1858
|
>
|
|
1859
1859
|
<button
|
|
@@ -1862,59 +1862,59 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
|
|
|
1862
1862
|
>
|
|
1863
1863
|
finder.action.add_place_type.room
|
|
1864
1864
|
</button>
|
|
1865
|
-
</
|
|
1866
|
-
</
|
|
1865
|
+
</ui-view>
|
|
1866
|
+
</ui-view>
|
|
1867
1867
|
</DocumentFragment>
|
|
1868
1868
|
`;
|
|
1869
1869
|
|
|
1870
1870
|
exports[`component:<Occupation> prop:text 1`] = `
|
|
1871
1871
|
<DocumentFragment>
|
|
1872
|
-
<
|
|
1872
|
+
<ui-view
|
|
1873
1873
|
class="view"
|
|
1874
1874
|
>
|
|
1875
|
-
<
|
|
1875
|
+
<ui-scrollview
|
|
1876
1876
|
class="scrollview vertical"
|
|
1877
1877
|
>
|
|
1878
|
-
<
|
|
1878
|
+
<ui-view
|
|
1879
1879
|
class="view wide"
|
|
1880
1880
|
>
|
|
1881
|
-
<
|
|
1881
|
+
<ui-view
|
|
1882
1882
|
class="view row"
|
|
1883
1883
|
>
|
|
1884
|
-
<
|
|
1884
|
+
<ui-text
|
|
1885
1885
|
class="text action"
|
|
1886
1886
|
>
|
|
1887
1887
|
finder.label.place
|
|
1888
|
-
<
|
|
1888
|
+
<ui-text
|
|
1889
1889
|
style="text-decoration: underline;"
|
|
1890
1890
|
>
|
|
1891
1891
|
type
|
|
1892
|
-
</
|
|
1892
|
+
</ui-text>
|
|
1893
1893
|
count.room
|
|
1894
|
-
</
|
|
1895
|
-
</
|
|
1896
|
-
<
|
|
1894
|
+
</ui-text>
|
|
1895
|
+
</ui-view>
|
|
1896
|
+
<ui-input-number
|
|
1897
1897
|
class="view row inputNumber"
|
|
1898
1898
|
>
|
|
1899
|
-
<
|
|
1899
|
+
<ui-view
|
|
1900
1900
|
class="view texts"
|
|
1901
1901
|
>
|
|
1902
|
-
<label
|
|
1902
|
+
<ui-label
|
|
1903
1903
|
class="text paragraph text label"
|
|
1904
1904
|
>
|
|
1905
1905
|
common.label.occupation_type_adult
|
|
1906
|
-
</label>
|
|
1907
|
-
<
|
|
1906
|
+
</ui-label>
|
|
1907
|
+
<ui-text
|
|
1908
1908
|
class="text small text hint hint"
|
|
1909
1909
|
>
|
|
1910
1910
|
common.label.age_from
|
|
1911
|
-
</
|
|
1912
|
-
</
|
|
1911
|
+
</ui-text>
|
|
1912
|
+
</ui-view>
|
|
1913
1913
|
<button
|
|
1914
1914
|
class="pressable button small squared secondary"
|
|
1915
1915
|
tabindex="0"
|
|
1916
1916
|
>
|
|
1917
|
-
<
|
|
1917
|
+
<ui-icon
|
|
1918
1918
|
class="icon headline-3"
|
|
1919
1919
|
>
|
|
1920
1920
|
<svg
|
|
@@ -1934,18 +1934,18 @@ exports[`component:<Occupation> prop:text 1`] = `
|
|
|
1934
1934
|
d="M19 13H5v-2h14v2z"
|
|
1935
1935
|
/>
|
|
1936
1936
|
</svg>
|
|
1937
|
-
</
|
|
1937
|
+
</ui-icon>
|
|
1938
1938
|
</button>
|
|
1939
|
-
<
|
|
1939
|
+
<ui-text
|
|
1940
1940
|
class="text paragraph value"
|
|
1941
1941
|
>
|
|
1942
1942
|
2
|
|
1943
|
-
</
|
|
1943
|
+
</ui-text>
|
|
1944
1944
|
<button
|
|
1945
1945
|
class="pressable button small squared secondary"
|
|
1946
1946
|
tabindex="0"
|
|
1947
1947
|
>
|
|
1948
|
-
<
|
|
1948
|
+
<ui-icon
|
|
1949
1949
|
class="icon headline-3"
|
|
1950
1950
|
>
|
|
1951
1951
|
<svg
|
|
@@ -1965,37 +1965,37 @@ exports[`component:<Occupation> prop:text 1`] = `
|
|
|
1965
1965
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
1966
1966
|
/>
|
|
1967
1967
|
</svg>
|
|
1968
|
-
</
|
|
1968
|
+
</ui-icon>
|
|
1969
1969
|
</button>
|
|
1970
|
-
</
|
|
1971
|
-
<
|
|
1970
|
+
</ui-input-number>
|
|
1971
|
+
<ui-input-number
|
|
1972
1972
|
class="view row inputNumber"
|
|
1973
1973
|
>
|
|
1974
|
-
<
|
|
1974
|
+
<ui-view
|
|
1975
1975
|
class="view texts"
|
|
1976
1976
|
>
|
|
1977
|
-
<label
|
|
1977
|
+
<ui-label
|
|
1978
1978
|
class="text paragraph text label"
|
|
1979
1979
|
>
|
|
1980
1980
|
common.label.occupation_type_child
|
|
1981
|
-
</label>
|
|
1982
|
-
<
|
|
1981
|
+
</ui-label>
|
|
1982
|
+
<ui-text
|
|
1983
1983
|
class="text small text hint hint"
|
|
1984
1984
|
>
|
|
1985
1985
|
common.label.age
|
|
1986
|
-
<
|
|
1986
|
+
<ui-text
|
|
1987
1987
|
style="text-decoration: underline;"
|
|
1988
1988
|
>
|
|
1989
1989
|
up
|
|
1990
|
-
</
|
|
1990
|
+
</ui-text>
|
|
1991
1991
|
to
|
|
1992
|
-
</
|
|
1993
|
-
</
|
|
1992
|
+
</ui-text>
|
|
1993
|
+
</ui-view>
|
|
1994
1994
|
<button
|
|
1995
1995
|
class="pressable disabled button small squared disabled"
|
|
1996
1996
|
disabled=""
|
|
1997
1997
|
>
|
|
1998
|
-
<
|
|
1998
|
+
<ui-icon
|
|
1999
1999
|
class="icon headline-3"
|
|
2000
2000
|
>
|
|
2001
2001
|
<svg
|
|
@@ -2015,18 +2015,18 @@ exports[`component:<Occupation> prop:text 1`] = `
|
|
|
2015
2015
|
d="M19 13H5v-2h14v2z"
|
|
2016
2016
|
/>
|
|
2017
2017
|
</svg>
|
|
2018
|
-
</
|
|
2018
|
+
</ui-icon>
|
|
2019
2019
|
</button>
|
|
2020
|
-
<
|
|
2020
|
+
<ui-text
|
|
2021
2021
|
class="text paragraph value"
|
|
2022
2022
|
>
|
|
2023
2023
|
0
|
|
2024
|
-
</
|
|
2024
|
+
</ui-text>
|
|
2025
2025
|
<button
|
|
2026
2026
|
class="pressable button small squared secondary"
|
|
2027
2027
|
tabindex="0"
|
|
2028
2028
|
>
|
|
2029
|
-
<
|
|
2029
|
+
<ui-icon
|
|
2030
2030
|
class="icon headline-3"
|
|
2031
2031
|
>
|
|
2032
2032
|
<svg
|
|
@@ -2046,12 +2046,12 @@ exports[`component:<Occupation> prop:text 1`] = `
|
|
|
2046
2046
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
2047
2047
|
/>
|
|
2048
2048
|
</svg>
|
|
2049
|
-
</
|
|
2049
|
+
</ui-icon>
|
|
2050
2050
|
</button>
|
|
2051
|
-
</
|
|
2052
|
-
</
|
|
2053
|
-
</
|
|
2054
|
-
<
|
|
2051
|
+
</ui-input-number>
|
|
2052
|
+
</ui-view>
|
|
2053
|
+
</ui-scrollview>
|
|
2054
|
+
<ui-view
|
|
2055
2055
|
class="view row"
|
|
2056
2056
|
>
|
|
2057
2057
|
<button
|
|
@@ -2060,21 +2060,21 @@ exports[`component:<Occupation> prop:text 1`] = `
|
|
|
2060
2060
|
>
|
|
2061
2061
|
finder.action.add_place_type.room
|
|
2062
2062
|
</button>
|
|
2063
|
-
</
|
|
2064
|
-
</
|
|
2063
|
+
</ui-view>
|
|
2064
|
+
</ui-view>
|
|
2065
2065
|
</DocumentFragment>
|
|
2066
2066
|
`;
|
|
2067
2067
|
|
|
2068
2068
|
exports[`component:<Occupation> prop:value prop:error 1`] = `
|
|
2069
2069
|
<DocumentFragment>
|
|
2070
|
-
<
|
|
2070
|
+
<ui-view
|
|
2071
2071
|
class="view"
|
|
2072
2072
|
l10n="[object Object]"
|
|
2073
2073
|
>
|
|
2074
|
-
<
|
|
2074
|
+
<ui-notification
|
|
2075
2075
|
class="view row notification error outlined small"
|
|
2076
2076
|
>
|
|
2077
|
-
<
|
|
2077
|
+
<ui-icon
|
|
2078
2078
|
class="icon paragraph"
|
|
2079
2079
|
>
|
|
2080
2080
|
<svg
|
|
@@ -2094,72 +2094,72 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
|
|
|
2094
2094
|
d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
|
2095
2095
|
/>
|
|
2096
2096
|
</svg>
|
|
2097
|
-
</
|
|
2098
|
-
<
|
|
2097
|
+
</ui-icon>
|
|
2098
|
+
<ui-view
|
|
2099
2099
|
class="view texts"
|
|
2100
2100
|
>
|
|
2101
|
-
<
|
|
2101
|
+
<ui-text
|
|
2102
2102
|
class="text small"
|
|
2103
2103
|
>
|
|
2104
2104
|
common.notification.error
|
|
2105
|
-
<
|
|
2105
|
+
<ui-text
|
|
2106
2106
|
style="text-decoration: underline;"
|
|
2107
2107
|
>
|
|
2108
2108
|
unfilled
|
|
2109
|
-
</
|
|
2109
|
+
</ui-text>
|
|
2110
2110
|
fields
|
|
2111
|
-
</
|
|
2112
|
-
</
|
|
2113
|
-
</
|
|
2114
|
-
<
|
|
2111
|
+
</ui-text>
|
|
2112
|
+
</ui-view>
|
|
2113
|
+
</ui-notification>
|
|
2114
|
+
<ui-scrollview
|
|
2115
2115
|
class="scrollview vertical"
|
|
2116
2116
|
>
|
|
2117
|
-
<
|
|
2117
|
+
<ui-view
|
|
2118
2118
|
class="view wide"
|
|
2119
2119
|
>
|
|
2120
|
-
<
|
|
2120
|
+
<ui-view
|
|
2121
2121
|
class="view row"
|
|
2122
2122
|
>
|
|
2123
|
-
<
|
|
2123
|
+
<ui-text
|
|
2124
2124
|
class="text action"
|
|
2125
2125
|
>
|
|
2126
2126
|
finder.label.place
|
|
2127
|
-
<
|
|
2127
|
+
<ui-text
|
|
2128
2128
|
style="text-decoration: underline;"
|
|
2129
2129
|
>
|
|
2130
2130
|
type
|
|
2131
|
-
</
|
|
2131
|
+
</ui-text>
|
|
2132
2132
|
count.room
|
|
2133
|
-
</
|
|
2134
|
-
<
|
|
2133
|
+
</ui-text>
|
|
2134
|
+
<ui-action
|
|
2135
2135
|
class="pressable action small"
|
|
2136
2136
|
tabindex="0"
|
|
2137
2137
|
>
|
|
2138
2138
|
finder.action.remove
|
|
2139
|
-
</
|
|
2140
|
-
</
|
|
2141
|
-
<
|
|
2139
|
+
</ui-action>
|
|
2140
|
+
</ui-view>
|
|
2141
|
+
<ui-input-number
|
|
2142
2142
|
class="view row inputNumber"
|
|
2143
2143
|
>
|
|
2144
|
-
<
|
|
2144
|
+
<ui-view
|
|
2145
2145
|
class="view texts"
|
|
2146
2146
|
>
|
|
2147
|
-
<label
|
|
2147
|
+
<ui-label
|
|
2148
2148
|
class="text paragraph text label"
|
|
2149
2149
|
>
|
|
2150
2150
|
common.label.occupation_type_adult
|
|
2151
|
-
</label>
|
|
2152
|
-
<
|
|
2151
|
+
</ui-label>
|
|
2152
|
+
<ui-text
|
|
2153
2153
|
class="text small text hint hint"
|
|
2154
2154
|
>
|
|
2155
2155
|
common.label.age_from
|
|
2156
|
-
</
|
|
2157
|
-
</
|
|
2156
|
+
</ui-text>
|
|
2157
|
+
</ui-view>
|
|
2158
2158
|
<button
|
|
2159
2159
|
class="pressable disabled button small squared disabled"
|
|
2160
2160
|
disabled=""
|
|
2161
2161
|
>
|
|
2162
|
-
<
|
|
2162
|
+
<ui-icon
|
|
2163
2163
|
class="icon headline-3"
|
|
2164
2164
|
>
|
|
2165
2165
|
<svg
|
|
@@ -2179,18 +2179,18 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
|
|
|
2179
2179
|
d="M19 13H5v-2h14v2z"
|
|
2180
2180
|
/>
|
|
2181
2181
|
</svg>
|
|
2182
|
-
</
|
|
2182
|
+
</ui-icon>
|
|
2183
2183
|
</button>
|
|
2184
|
-
<
|
|
2184
|
+
<ui-text
|
|
2185
2185
|
class="text paragraph value"
|
|
2186
2186
|
>
|
|
2187
2187
|
2
|
|
2188
|
-
</
|
|
2188
|
+
</ui-text>
|
|
2189
2189
|
<button
|
|
2190
2190
|
class="pressable button small squared secondary"
|
|
2191
2191
|
tabindex="0"
|
|
2192
2192
|
>
|
|
2193
|
-
<
|
|
2193
|
+
<ui-icon
|
|
2194
2194
|
class="icon headline-3"
|
|
2195
2195
|
>
|
|
2196
2196
|
<svg
|
|
@@ -2210,37 +2210,37 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
|
|
|
2210
2210
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
2211
2211
|
/>
|
|
2212
2212
|
</svg>
|
|
2213
|
-
</
|
|
2213
|
+
</ui-icon>
|
|
2214
2214
|
</button>
|
|
2215
|
-
</
|
|
2216
|
-
<
|
|
2215
|
+
</ui-input-number>
|
|
2216
|
+
<ui-input-number
|
|
2217
2217
|
class="view row inputNumber"
|
|
2218
2218
|
>
|
|
2219
|
-
<
|
|
2219
|
+
<ui-view
|
|
2220
2220
|
class="view texts"
|
|
2221
2221
|
>
|
|
2222
|
-
<label
|
|
2222
|
+
<ui-label
|
|
2223
2223
|
class="text paragraph text label"
|
|
2224
2224
|
>
|
|
2225
2225
|
common.label.occupation_type_child
|
|
2226
|
-
</label>
|
|
2227
|
-
<
|
|
2226
|
+
</ui-label>
|
|
2227
|
+
<ui-text
|
|
2228
2228
|
class="text small text hint hint"
|
|
2229
2229
|
>
|
|
2230
2230
|
common.label.age
|
|
2231
|
-
<
|
|
2231
|
+
<ui-text
|
|
2232
2232
|
style="text-decoration: underline;"
|
|
2233
2233
|
>
|
|
2234
2234
|
up
|
|
2235
|
-
</
|
|
2235
|
+
</ui-text>
|
|
2236
2236
|
to
|
|
2237
|
-
</
|
|
2238
|
-
</
|
|
2237
|
+
</ui-text>
|
|
2238
|
+
</ui-view>
|
|
2239
2239
|
<button
|
|
2240
2240
|
class="pressable button small squared secondary"
|
|
2241
2241
|
tabindex="0"
|
|
2242
2242
|
>
|
|
2243
|
-
<
|
|
2243
|
+
<ui-icon
|
|
2244
2244
|
class="icon headline-3"
|
|
2245
2245
|
>
|
|
2246
2246
|
<svg
|
|
@@ -2260,18 +2260,18 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
|
|
|
2260
2260
|
d="M19 13H5v-2h14v2z"
|
|
2261
2261
|
/>
|
|
2262
2262
|
</svg>
|
|
2263
|
-
</
|
|
2263
|
+
</ui-icon>
|
|
2264
2264
|
</button>
|
|
2265
|
-
<
|
|
2265
|
+
<ui-text
|
|
2266
2266
|
class="text paragraph value"
|
|
2267
2267
|
>
|
|
2268
2268
|
2
|
|
2269
|
-
</
|
|
2269
|
+
</ui-text>
|
|
2270
2270
|
<button
|
|
2271
2271
|
class="pressable disabled button small squared disabled"
|
|
2272
2272
|
disabled=""
|
|
2273
2273
|
>
|
|
2274
|
-
<
|
|
2274
|
+
<ui-icon
|
|
2275
2275
|
class="icon headline-3"
|
|
2276
2276
|
>
|
|
2277
2277
|
<svg
|
|
@@ -2291,22 +2291,22 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
|
|
|
2291
2291
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
2292
2292
|
/>
|
|
2293
2293
|
</svg>
|
|
2294
|
-
</
|
|
2294
|
+
</ui-icon>
|
|
2295
2295
|
</button>
|
|
2296
|
-
</
|
|
2297
|
-
<
|
|
2296
|
+
</ui-input-number>
|
|
2297
|
+
<ui-view
|
|
2298
2298
|
class="view"
|
|
2299
2299
|
>
|
|
2300
|
-
<
|
|
2300
|
+
<ui-view
|
|
2301
2301
|
class="view row"
|
|
2302
2302
|
>
|
|
2303
|
-
<
|
|
2303
|
+
<ui-input-select
|
|
2304
2304
|
class="view inputContainer"
|
|
2305
2305
|
>
|
|
2306
|
-
<
|
|
2306
|
+
<ui-view
|
|
2307
2307
|
class="view row inputBorder"
|
|
2308
2308
|
>
|
|
2309
|
-
<
|
|
2309
|
+
<ui-view
|
|
2310
2310
|
class="view wide content"
|
|
2311
2311
|
>
|
|
2312
2312
|
<select
|
|
@@ -2409,8 +2409,8 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
|
|
|
2409
2409
|
17
|
|
2410
2410
|
</option>
|
|
2411
2411
|
</select>
|
|
2412
|
-
</
|
|
2413
|
-
<
|
|
2412
|
+
</ui-view>
|
|
2413
|
+
<ui-icon
|
|
2414
2414
|
class="icon headline-3 icon expand"
|
|
2415
2415
|
>
|
|
2416
2416
|
<svg
|
|
@@ -2431,16 +2431,16 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
|
|
|
2431
2431
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
2432
2432
|
/>
|
|
2433
2433
|
</svg>
|
|
2434
|
-
</
|
|
2435
|
-
</
|
|
2436
|
-
</
|
|
2437
|
-
<
|
|
2434
|
+
</ui-icon>
|
|
2435
|
+
</ui-view>
|
|
2436
|
+
</ui-input-select>
|
|
2437
|
+
<ui-input-select
|
|
2438
2438
|
class="view inputContainer"
|
|
2439
2439
|
>
|
|
2440
|
-
<
|
|
2440
|
+
<ui-view
|
|
2441
2441
|
class="view row inputBorder"
|
|
2442
2442
|
>
|
|
2443
|
-
<
|
|
2443
|
+
<ui-view
|
|
2444
2444
|
class="view wide content"
|
|
2445
2445
|
>
|
|
2446
2446
|
<select
|
|
@@ -2543,8 +2543,8 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
|
|
|
2543
2543
|
17
|
|
2544
2544
|
</option>
|
|
2545
2545
|
</select>
|
|
2546
|
-
</
|
|
2547
|
-
<
|
|
2546
|
+
</ui-view>
|
|
2547
|
+
<ui-icon
|
|
2548
2548
|
class="icon headline-3 icon expand"
|
|
2549
2549
|
>
|
|
2550
2550
|
<svg
|
|
@@ -2565,63 +2565,63 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
|
|
|
2565
2565
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
2566
2566
|
/>
|
|
2567
2567
|
</svg>
|
|
2568
|
-
</
|
|
2569
|
-
</
|
|
2570
|
-
</
|
|
2571
|
-
</
|
|
2572
|
-
<
|
|
2568
|
+
</ui-icon>
|
|
2569
|
+
</ui-view>
|
|
2570
|
+
</ui-input-select>
|
|
2571
|
+
</ui-view>
|
|
2572
|
+
<ui-text
|
|
2573
2573
|
class="text light small"
|
|
2574
2574
|
>
|
|
2575
2575
|
common.label.age_hint
|
|
2576
|
-
</
|
|
2577
|
-
</
|
|
2578
|
-
</
|
|
2579
|
-
<
|
|
2576
|
+
</ui-text>
|
|
2577
|
+
</ui-view>
|
|
2578
|
+
</ui-view>
|
|
2579
|
+
<ui-view
|
|
2580
2580
|
class="view wide"
|
|
2581
2581
|
>
|
|
2582
|
-
<
|
|
2582
|
+
<ui-view
|
|
2583
2583
|
class="view row"
|
|
2584
2584
|
>
|
|
2585
|
-
<
|
|
2585
|
+
<ui-text
|
|
2586
2586
|
class="text action"
|
|
2587
2587
|
>
|
|
2588
2588
|
finder.label.place
|
|
2589
|
-
<
|
|
2589
|
+
<ui-text
|
|
2590
2590
|
style="text-decoration: underline;"
|
|
2591
2591
|
>
|
|
2592
2592
|
type
|
|
2593
|
-
</
|
|
2593
|
+
</ui-text>
|
|
2594
2594
|
count.room
|
|
2595
|
-
</
|
|
2596
|
-
<
|
|
2595
|
+
</ui-text>
|
|
2596
|
+
<ui-action
|
|
2597
2597
|
class="pressable action small"
|
|
2598
2598
|
tabindex="0"
|
|
2599
2599
|
>
|
|
2600
2600
|
finder.action.remove
|
|
2601
|
-
</
|
|
2602
|
-
</
|
|
2603
|
-
<
|
|
2601
|
+
</ui-action>
|
|
2602
|
+
</ui-view>
|
|
2603
|
+
<ui-input-number
|
|
2604
2604
|
class="view row inputNumber"
|
|
2605
2605
|
>
|
|
2606
|
-
<
|
|
2606
|
+
<ui-view
|
|
2607
2607
|
class="view texts"
|
|
2608
2608
|
>
|
|
2609
|
-
<label
|
|
2609
|
+
<ui-label
|
|
2610
2610
|
class="text paragraph text label"
|
|
2611
2611
|
>
|
|
2612
2612
|
common.label.occupation_type_adult
|
|
2613
|
-
</label>
|
|
2614
|
-
<
|
|
2613
|
+
</ui-label>
|
|
2614
|
+
<ui-text
|
|
2615
2615
|
class="text small text hint hint"
|
|
2616
2616
|
>
|
|
2617
2617
|
common.label.age_from
|
|
2618
|
-
</
|
|
2619
|
-
</
|
|
2618
|
+
</ui-text>
|
|
2619
|
+
</ui-view>
|
|
2620
2620
|
<button
|
|
2621
2621
|
class="pressable disabled button small squared disabled"
|
|
2622
2622
|
disabled=""
|
|
2623
2623
|
>
|
|
2624
|
-
<
|
|
2624
|
+
<ui-icon
|
|
2625
2625
|
class="icon headline-3"
|
|
2626
2626
|
>
|
|
2627
2627
|
<svg
|
|
@@ -2641,18 +2641,18 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
|
|
|
2641
2641
|
d="M19 13H5v-2h14v2z"
|
|
2642
2642
|
/>
|
|
2643
2643
|
</svg>
|
|
2644
|
-
</
|
|
2644
|
+
</ui-icon>
|
|
2645
2645
|
</button>
|
|
2646
|
-
<
|
|
2646
|
+
<ui-text
|
|
2647
2647
|
class="text paragraph value"
|
|
2648
2648
|
>
|
|
2649
2649
|
2
|
|
2650
|
-
</
|
|
2650
|
+
</ui-text>
|
|
2651
2651
|
<button
|
|
2652
2652
|
class="pressable button small squared secondary"
|
|
2653
2653
|
tabindex="0"
|
|
2654
2654
|
>
|
|
2655
|
-
<
|
|
2655
|
+
<ui-icon
|
|
2656
2656
|
class="icon headline-3"
|
|
2657
2657
|
>
|
|
2658
2658
|
<svg
|
|
@@ -2672,37 +2672,37 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
|
|
|
2672
2672
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
2673
2673
|
/>
|
|
2674
2674
|
</svg>
|
|
2675
|
-
</
|
|
2675
|
+
</ui-icon>
|
|
2676
2676
|
</button>
|
|
2677
|
-
</
|
|
2678
|
-
<
|
|
2677
|
+
</ui-input-number>
|
|
2678
|
+
<ui-input-number
|
|
2679
2679
|
class="view row inputNumber"
|
|
2680
2680
|
>
|
|
2681
|
-
<
|
|
2681
|
+
<ui-view
|
|
2682
2682
|
class="view texts"
|
|
2683
2683
|
>
|
|
2684
|
-
<label
|
|
2684
|
+
<ui-label
|
|
2685
2685
|
class="text paragraph text label"
|
|
2686
2686
|
>
|
|
2687
2687
|
common.label.occupation_type_child
|
|
2688
|
-
</label>
|
|
2689
|
-
<
|
|
2688
|
+
</ui-label>
|
|
2689
|
+
<ui-text
|
|
2690
2690
|
class="text small text hint hint"
|
|
2691
2691
|
>
|
|
2692
2692
|
common.label.age
|
|
2693
|
-
<
|
|
2693
|
+
<ui-text
|
|
2694
2694
|
style="text-decoration: underline;"
|
|
2695
2695
|
>
|
|
2696
2696
|
up
|
|
2697
|
-
</
|
|
2697
|
+
</ui-text>
|
|
2698
2698
|
to
|
|
2699
|
-
</
|
|
2700
|
-
</
|
|
2699
|
+
</ui-text>
|
|
2700
|
+
</ui-view>
|
|
2701
2701
|
<button
|
|
2702
2702
|
class="pressable disabled button small squared disabled"
|
|
2703
2703
|
disabled=""
|
|
2704
2704
|
>
|
|
2705
|
-
<
|
|
2705
|
+
<ui-icon
|
|
2706
2706
|
class="icon headline-3"
|
|
2707
2707
|
>
|
|
2708
2708
|
<svg
|
|
@@ -2722,18 +2722,18 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
|
|
|
2722
2722
|
d="M19 13H5v-2h14v2z"
|
|
2723
2723
|
/>
|
|
2724
2724
|
</svg>
|
|
2725
|
-
</
|
|
2725
|
+
</ui-icon>
|
|
2726
2726
|
</button>
|
|
2727
|
-
<
|
|
2727
|
+
<ui-text
|
|
2728
2728
|
class="text paragraph value"
|
|
2729
2729
|
>
|
|
2730
2730
|
0
|
|
2731
|
-
</
|
|
2731
|
+
</ui-text>
|
|
2732
2732
|
<button
|
|
2733
2733
|
class="pressable button small squared secondary"
|
|
2734
2734
|
tabindex="0"
|
|
2735
2735
|
>
|
|
2736
|
-
<
|
|
2736
|
+
<ui-icon
|
|
2737
2737
|
class="icon headline-3"
|
|
2738
2738
|
>
|
|
2739
2739
|
<svg
|
|
@@ -2753,12 +2753,12 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
|
|
|
2753
2753
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
2754
2754
|
/>
|
|
2755
2755
|
</svg>
|
|
2756
|
-
</
|
|
2756
|
+
</ui-icon>
|
|
2757
2757
|
</button>
|
|
2758
|
-
</
|
|
2759
|
-
</
|
|
2760
|
-
</
|
|
2761
|
-
<
|
|
2758
|
+
</ui-input-number>
|
|
2759
|
+
</ui-view>
|
|
2760
|
+
</ui-scrollview>
|
|
2761
|
+
<ui-view
|
|
2762
2762
|
class="view row"
|
|
2763
2763
|
>
|
|
2764
2764
|
<button
|
|
@@ -2767,68 +2767,68 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
|
|
|
2767
2767
|
>
|
|
2768
2768
|
finder.action.add_place_type.room
|
|
2769
2769
|
</button>
|
|
2770
|
-
</
|
|
2771
|
-
</
|
|
2770
|
+
</ui-view>
|
|
2771
|
+
</ui-view>
|
|
2772
2772
|
</DocumentFragment>
|
|
2773
2773
|
`;
|
|
2774
2774
|
|
|
2775
2775
|
exports[`component:<Occupation> removing a room 1`] = `
|
|
2776
2776
|
<DocumentFragment>
|
|
2777
|
-
<
|
|
2777
|
+
<ui-view
|
|
2778
2778
|
class="view"
|
|
2779
2779
|
data-testid="occupation"
|
|
2780
2780
|
l10n="[object Object]"
|
|
2781
2781
|
>
|
|
2782
|
-
<
|
|
2782
|
+
<ui-scrollview
|
|
2783
2783
|
class="scrollview vertical"
|
|
2784
2784
|
>
|
|
2785
|
-
<
|
|
2785
|
+
<ui-view
|
|
2786
2786
|
class="view wide"
|
|
2787
2787
|
>
|
|
2788
|
-
<
|
|
2788
|
+
<ui-view
|
|
2789
2789
|
class="view row"
|
|
2790
2790
|
>
|
|
2791
|
-
<
|
|
2791
|
+
<ui-text
|
|
2792
2792
|
class="text action"
|
|
2793
2793
|
>
|
|
2794
2794
|
finder.label.place
|
|
2795
|
-
<
|
|
2795
|
+
<ui-text
|
|
2796
2796
|
style="text-decoration: underline;"
|
|
2797
2797
|
>
|
|
2798
2798
|
type
|
|
2799
|
-
</
|
|
2799
|
+
</ui-text>
|
|
2800
2800
|
count.room
|
|
2801
|
-
</
|
|
2802
|
-
<
|
|
2801
|
+
</ui-text>
|
|
2802
|
+
<ui-action
|
|
2803
2803
|
class="pressable action small"
|
|
2804
2804
|
data-testid="occupation-remove-room-0"
|
|
2805
2805
|
tabindex="0"
|
|
2806
2806
|
>
|
|
2807
2807
|
finder.action.remove
|
|
2808
|
-
</
|
|
2809
|
-
</
|
|
2810
|
-
<
|
|
2808
|
+
</ui-action>
|
|
2809
|
+
</ui-view>
|
|
2810
|
+
<ui-input-number
|
|
2811
2811
|
class="view row inputNumber"
|
|
2812
2812
|
>
|
|
2813
|
-
<
|
|
2813
|
+
<ui-view
|
|
2814
2814
|
class="view texts"
|
|
2815
2815
|
>
|
|
2816
|
-
<label
|
|
2816
|
+
<ui-label
|
|
2817
2817
|
class="text paragraph text label"
|
|
2818
2818
|
>
|
|
2819
2819
|
common.label.occupation_type_adult
|
|
2820
|
-
</label>
|
|
2821
|
-
<
|
|
2820
|
+
</ui-label>
|
|
2821
|
+
<ui-text
|
|
2822
2822
|
class="text small text hint hint"
|
|
2823
2823
|
>
|
|
2824
2824
|
common.label.age_from
|
|
2825
|
-
</
|
|
2826
|
-
</
|
|
2825
|
+
</ui-text>
|
|
2826
|
+
</ui-view>
|
|
2827
2827
|
<button
|
|
2828
2828
|
class="pressable disabled button small squared disabled"
|
|
2829
2829
|
disabled=""
|
|
2830
2830
|
>
|
|
2831
|
-
<
|
|
2831
|
+
<ui-icon
|
|
2832
2832
|
class="icon headline-3"
|
|
2833
2833
|
>
|
|
2834
2834
|
<svg
|
|
@@ -2848,18 +2848,18 @@ exports[`component:<Occupation> removing a room 1`] = `
|
|
|
2848
2848
|
d="M19 13H5v-2h14v2z"
|
|
2849
2849
|
/>
|
|
2850
2850
|
</svg>
|
|
2851
|
-
</
|
|
2851
|
+
</ui-icon>
|
|
2852
2852
|
</button>
|
|
2853
|
-
<
|
|
2853
|
+
<ui-text
|
|
2854
2854
|
class="text paragraph value"
|
|
2855
2855
|
>
|
|
2856
2856
|
2
|
|
2857
|
-
</
|
|
2857
|
+
</ui-text>
|
|
2858
2858
|
<button
|
|
2859
2859
|
class="pressable button small squared secondary"
|
|
2860
2860
|
tabindex="0"
|
|
2861
2861
|
>
|
|
2862
|
-
<
|
|
2862
|
+
<ui-icon
|
|
2863
2863
|
class="icon headline-3"
|
|
2864
2864
|
>
|
|
2865
2865
|
<svg
|
|
@@ -2879,37 +2879,37 @@ exports[`component:<Occupation> removing a room 1`] = `
|
|
|
2879
2879
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
2880
2880
|
/>
|
|
2881
2881
|
</svg>
|
|
2882
|
-
</
|
|
2882
|
+
</ui-icon>
|
|
2883
2883
|
</button>
|
|
2884
|
-
</
|
|
2885
|
-
<
|
|
2884
|
+
</ui-input-number>
|
|
2885
|
+
<ui-input-number
|
|
2886
2886
|
class="view row inputNumber"
|
|
2887
2887
|
>
|
|
2888
|
-
<
|
|
2888
|
+
<ui-view
|
|
2889
2889
|
class="view texts"
|
|
2890
2890
|
>
|
|
2891
|
-
<label
|
|
2891
|
+
<ui-label
|
|
2892
2892
|
class="text paragraph text label"
|
|
2893
2893
|
>
|
|
2894
2894
|
common.label.occupation_type_child
|
|
2895
|
-
</label>
|
|
2896
|
-
<
|
|
2895
|
+
</ui-label>
|
|
2896
|
+
<ui-text
|
|
2897
2897
|
class="text small text hint hint"
|
|
2898
2898
|
>
|
|
2899
2899
|
common.label.age
|
|
2900
|
-
<
|
|
2900
|
+
<ui-text
|
|
2901
2901
|
style="text-decoration: underline;"
|
|
2902
2902
|
>
|
|
2903
2903
|
up
|
|
2904
|
-
</
|
|
2904
|
+
</ui-text>
|
|
2905
2905
|
to
|
|
2906
|
-
</
|
|
2907
|
-
</
|
|
2906
|
+
</ui-text>
|
|
2907
|
+
</ui-view>
|
|
2908
2908
|
<button
|
|
2909
2909
|
class="pressable button small squared secondary"
|
|
2910
2910
|
tabindex="0"
|
|
2911
2911
|
>
|
|
2912
|
-
<
|
|
2912
|
+
<ui-icon
|
|
2913
2913
|
class="icon headline-3"
|
|
2914
2914
|
>
|
|
2915
2915
|
<svg
|
|
@@ -2929,18 +2929,18 @@ exports[`component:<Occupation> removing a room 1`] = `
|
|
|
2929
2929
|
d="M19 13H5v-2h14v2z"
|
|
2930
2930
|
/>
|
|
2931
2931
|
</svg>
|
|
2932
|
-
</
|
|
2932
|
+
</ui-icon>
|
|
2933
2933
|
</button>
|
|
2934
|
-
<
|
|
2934
|
+
<ui-text
|
|
2935
2935
|
class="text paragraph value"
|
|
2936
2936
|
>
|
|
2937
2937
|
2
|
|
2938
|
-
</
|
|
2938
|
+
</ui-text>
|
|
2939
2939
|
<button
|
|
2940
2940
|
class="pressable disabled button small squared disabled"
|
|
2941
2941
|
disabled=""
|
|
2942
2942
|
>
|
|
2943
|
-
<
|
|
2943
|
+
<ui-icon
|
|
2944
2944
|
class="icon headline-3"
|
|
2945
2945
|
>
|
|
2946
2946
|
<svg
|
|
@@ -2960,22 +2960,22 @@ exports[`component:<Occupation> removing a room 1`] = `
|
|
|
2960
2960
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
2961
2961
|
/>
|
|
2962
2962
|
</svg>
|
|
2963
|
-
</
|
|
2963
|
+
</ui-icon>
|
|
2964
2964
|
</button>
|
|
2965
|
-
</
|
|
2966
|
-
<
|
|
2965
|
+
</ui-input-number>
|
|
2966
|
+
<ui-view
|
|
2967
2967
|
class="view"
|
|
2968
2968
|
>
|
|
2969
|
-
<
|
|
2969
|
+
<ui-view
|
|
2970
2970
|
class="view row"
|
|
2971
2971
|
>
|
|
2972
|
-
<
|
|
2972
|
+
<ui-input-select
|
|
2973
2973
|
class="view inputContainer"
|
|
2974
2974
|
>
|
|
2975
|
-
<
|
|
2975
|
+
<ui-view
|
|
2976
2976
|
class="view row inputBorder"
|
|
2977
2977
|
>
|
|
2978
|
-
<
|
|
2978
|
+
<ui-view
|
|
2979
2979
|
class="view wide content"
|
|
2980
2980
|
>
|
|
2981
2981
|
<select
|
|
@@ -3078,8 +3078,8 @@ exports[`component:<Occupation> removing a room 1`] = `
|
|
|
3078
3078
|
17
|
|
3079
3079
|
</option>
|
|
3080
3080
|
</select>
|
|
3081
|
-
</
|
|
3082
|
-
<
|
|
3081
|
+
</ui-view>
|
|
3082
|
+
<ui-icon
|
|
3083
3083
|
class="icon headline-3 icon expand"
|
|
3084
3084
|
>
|
|
3085
3085
|
<svg
|
|
@@ -3100,16 +3100,16 @@ exports[`component:<Occupation> removing a room 1`] = `
|
|
|
3100
3100
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
3101
3101
|
/>
|
|
3102
3102
|
</svg>
|
|
3103
|
-
</
|
|
3104
|
-
</
|
|
3105
|
-
</
|
|
3106
|
-
<
|
|
3103
|
+
</ui-icon>
|
|
3104
|
+
</ui-view>
|
|
3105
|
+
</ui-input-select>
|
|
3106
|
+
<ui-input-select
|
|
3107
3107
|
class="view inputContainer"
|
|
3108
3108
|
>
|
|
3109
|
-
<
|
|
3109
|
+
<ui-view
|
|
3110
3110
|
class="view row inputBorder"
|
|
3111
3111
|
>
|
|
3112
|
-
<
|
|
3112
|
+
<ui-view
|
|
3113
3113
|
class="view wide content"
|
|
3114
3114
|
>
|
|
3115
3115
|
<select
|
|
@@ -3212,8 +3212,8 @@ exports[`component:<Occupation> removing a room 1`] = `
|
|
|
3212
3212
|
17
|
|
3213
3213
|
</option>
|
|
3214
3214
|
</select>
|
|
3215
|
-
</
|
|
3216
|
-
<
|
|
3215
|
+
</ui-view>
|
|
3216
|
+
<ui-icon
|
|
3217
3217
|
class="icon headline-3 icon expand"
|
|
3218
3218
|
>
|
|
3219
3219
|
<svg
|
|
@@ -3234,64 +3234,64 @@ exports[`component:<Occupation> removing a room 1`] = `
|
|
|
3234
3234
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
3235
3235
|
/>
|
|
3236
3236
|
</svg>
|
|
3237
|
-
</
|
|
3238
|
-
</
|
|
3239
|
-
</
|
|
3240
|
-
</
|
|
3241
|
-
<
|
|
3237
|
+
</ui-icon>
|
|
3238
|
+
</ui-view>
|
|
3239
|
+
</ui-input-select>
|
|
3240
|
+
</ui-view>
|
|
3241
|
+
<ui-text
|
|
3242
3242
|
class="text light small"
|
|
3243
3243
|
>
|
|
3244
3244
|
common.label.age_hint
|
|
3245
|
-
</
|
|
3246
|
-
</
|
|
3247
|
-
</
|
|
3248
|
-
<
|
|
3245
|
+
</ui-text>
|
|
3246
|
+
</ui-view>
|
|
3247
|
+
</ui-view>
|
|
3248
|
+
<ui-view
|
|
3249
3249
|
class="view wide"
|
|
3250
3250
|
>
|
|
3251
|
-
<
|
|
3251
|
+
<ui-view
|
|
3252
3252
|
class="view row"
|
|
3253
3253
|
>
|
|
3254
|
-
<
|
|
3254
|
+
<ui-text
|
|
3255
3255
|
class="text action"
|
|
3256
3256
|
>
|
|
3257
3257
|
finder.label.place
|
|
3258
|
-
<
|
|
3258
|
+
<ui-text
|
|
3259
3259
|
style="text-decoration: underline;"
|
|
3260
3260
|
>
|
|
3261
3261
|
type
|
|
3262
|
-
</
|
|
3262
|
+
</ui-text>
|
|
3263
3263
|
count.room
|
|
3264
|
-
</
|
|
3265
|
-
<
|
|
3264
|
+
</ui-text>
|
|
3265
|
+
<ui-action
|
|
3266
3266
|
class="pressable action small"
|
|
3267
3267
|
data-testid="occupation-remove-room-1"
|
|
3268
3268
|
tabindex="0"
|
|
3269
3269
|
>
|
|
3270
3270
|
finder.action.remove
|
|
3271
|
-
</
|
|
3272
|
-
</
|
|
3273
|
-
<
|
|
3271
|
+
</ui-action>
|
|
3272
|
+
</ui-view>
|
|
3273
|
+
<ui-input-number
|
|
3274
3274
|
class="view row inputNumber"
|
|
3275
3275
|
>
|
|
3276
|
-
<
|
|
3276
|
+
<ui-view
|
|
3277
3277
|
class="view texts"
|
|
3278
3278
|
>
|
|
3279
|
-
<label
|
|
3279
|
+
<ui-label
|
|
3280
3280
|
class="text paragraph text label"
|
|
3281
3281
|
>
|
|
3282
3282
|
common.label.occupation_type_adult
|
|
3283
|
-
</label>
|
|
3284
|
-
<
|
|
3283
|
+
</ui-label>
|
|
3284
|
+
<ui-text
|
|
3285
3285
|
class="text small text hint hint"
|
|
3286
3286
|
>
|
|
3287
3287
|
common.label.age_from
|
|
3288
|
-
</
|
|
3289
|
-
</
|
|
3288
|
+
</ui-text>
|
|
3289
|
+
</ui-view>
|
|
3290
3290
|
<button
|
|
3291
3291
|
class="pressable disabled button small squared disabled"
|
|
3292
3292
|
disabled=""
|
|
3293
3293
|
>
|
|
3294
|
-
<
|
|
3294
|
+
<ui-icon
|
|
3295
3295
|
class="icon headline-3"
|
|
3296
3296
|
>
|
|
3297
3297
|
<svg
|
|
@@ -3311,18 +3311,18 @@ exports[`component:<Occupation> removing a room 1`] = `
|
|
|
3311
3311
|
d="M19 13H5v-2h14v2z"
|
|
3312
3312
|
/>
|
|
3313
3313
|
</svg>
|
|
3314
|
-
</
|
|
3314
|
+
</ui-icon>
|
|
3315
3315
|
</button>
|
|
3316
|
-
<
|
|
3316
|
+
<ui-text
|
|
3317
3317
|
class="text paragraph value"
|
|
3318
3318
|
>
|
|
3319
3319
|
2
|
|
3320
|
-
</
|
|
3320
|
+
</ui-text>
|
|
3321
3321
|
<button
|
|
3322
3322
|
class="pressable button small squared secondary"
|
|
3323
3323
|
tabindex="0"
|
|
3324
3324
|
>
|
|
3325
|
-
<
|
|
3325
|
+
<ui-icon
|
|
3326
3326
|
class="icon headline-3"
|
|
3327
3327
|
>
|
|
3328
3328
|
<svg
|
|
@@ -3342,37 +3342,37 @@ exports[`component:<Occupation> removing a room 1`] = `
|
|
|
3342
3342
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
3343
3343
|
/>
|
|
3344
3344
|
</svg>
|
|
3345
|
-
</
|
|
3345
|
+
</ui-icon>
|
|
3346
3346
|
</button>
|
|
3347
|
-
</
|
|
3348
|
-
<
|
|
3347
|
+
</ui-input-number>
|
|
3348
|
+
<ui-input-number
|
|
3349
3349
|
class="view row inputNumber"
|
|
3350
3350
|
>
|
|
3351
|
-
<
|
|
3351
|
+
<ui-view
|
|
3352
3352
|
class="view texts"
|
|
3353
3353
|
>
|
|
3354
|
-
<label
|
|
3354
|
+
<ui-label
|
|
3355
3355
|
class="text paragraph text label"
|
|
3356
3356
|
>
|
|
3357
3357
|
common.label.occupation_type_child
|
|
3358
|
-
</label>
|
|
3359
|
-
<
|
|
3358
|
+
</ui-label>
|
|
3359
|
+
<ui-text
|
|
3360
3360
|
class="text small text hint hint"
|
|
3361
3361
|
>
|
|
3362
3362
|
common.label.age
|
|
3363
|
-
<
|
|
3363
|
+
<ui-text
|
|
3364
3364
|
style="text-decoration: underline;"
|
|
3365
3365
|
>
|
|
3366
3366
|
up
|
|
3367
|
-
</
|
|
3367
|
+
</ui-text>
|
|
3368
3368
|
to
|
|
3369
|
-
</
|
|
3370
|
-
</
|
|
3369
|
+
</ui-text>
|
|
3370
|
+
</ui-view>
|
|
3371
3371
|
<button
|
|
3372
3372
|
class="pressable disabled button small squared disabled"
|
|
3373
3373
|
disabled=""
|
|
3374
3374
|
>
|
|
3375
|
-
<
|
|
3375
|
+
<ui-icon
|
|
3376
3376
|
class="icon headline-3"
|
|
3377
3377
|
>
|
|
3378
3378
|
<svg
|
|
@@ -3392,18 +3392,18 @@ exports[`component:<Occupation> removing a room 1`] = `
|
|
|
3392
3392
|
d="M19 13H5v-2h14v2z"
|
|
3393
3393
|
/>
|
|
3394
3394
|
</svg>
|
|
3395
|
-
</
|
|
3395
|
+
</ui-icon>
|
|
3396
3396
|
</button>
|
|
3397
|
-
<
|
|
3397
|
+
<ui-text
|
|
3398
3398
|
class="text paragraph value"
|
|
3399
3399
|
>
|
|
3400
3400
|
0
|
|
3401
|
-
</
|
|
3401
|
+
</ui-text>
|
|
3402
3402
|
<button
|
|
3403
3403
|
class="pressable button small squared secondary"
|
|
3404
3404
|
tabindex="0"
|
|
3405
3405
|
>
|
|
3406
|
-
<
|
|
3406
|
+
<ui-icon
|
|
3407
3407
|
class="icon headline-3"
|
|
3408
3408
|
>
|
|
3409
3409
|
<svg
|
|
@@ -3423,12 +3423,12 @@ exports[`component:<Occupation> removing a room 1`] = `
|
|
|
3423
3423
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
3424
3424
|
/>
|
|
3425
3425
|
</svg>
|
|
3426
|
-
</
|
|
3426
|
+
</ui-icon>
|
|
3427
3427
|
</button>
|
|
3428
|
-
</
|
|
3429
|
-
</
|
|
3430
|
-
</
|
|
3431
|
-
<
|
|
3428
|
+
</ui-input-number>
|
|
3429
|
+
</ui-view>
|
|
3430
|
+
</ui-scrollview>
|
|
3431
|
+
<ui-view
|
|
3432
3432
|
class="view row"
|
|
3433
3433
|
>
|
|
3434
3434
|
<button
|
|
@@ -3438,60 +3438,60 @@ exports[`component:<Occupation> removing a room 1`] = `
|
|
|
3438
3438
|
>
|
|
3439
3439
|
finder.action.add_place_type.room
|
|
3440
3440
|
</button>
|
|
3441
|
-
</
|
|
3442
|
-
</
|
|
3441
|
+
</ui-view>
|
|
3442
|
+
</ui-view>
|
|
3443
3443
|
</DocumentFragment>
|
|
3444
3444
|
`;
|
|
3445
3445
|
|
|
3446
3446
|
exports[`component:<Occupation> renders 1`] = `
|
|
3447
3447
|
<DocumentFragment>
|
|
3448
|
-
<
|
|
3448
|
+
<ui-view
|
|
3449
3449
|
class="view"
|
|
3450
3450
|
l10n="[object Object]"
|
|
3451
3451
|
>
|
|
3452
|
-
<
|
|
3452
|
+
<ui-scrollview
|
|
3453
3453
|
class="scrollview vertical"
|
|
3454
3454
|
>
|
|
3455
|
-
<
|
|
3455
|
+
<ui-view
|
|
3456
3456
|
class="view wide"
|
|
3457
3457
|
>
|
|
3458
|
-
<
|
|
3458
|
+
<ui-view
|
|
3459
3459
|
class="view row"
|
|
3460
3460
|
>
|
|
3461
|
-
<
|
|
3461
|
+
<ui-text
|
|
3462
3462
|
class="text action"
|
|
3463
3463
|
>
|
|
3464
3464
|
finder.label.place
|
|
3465
|
-
<
|
|
3465
|
+
<ui-text
|
|
3466
3466
|
style="text-decoration: underline;"
|
|
3467
3467
|
>
|
|
3468
3468
|
type
|
|
3469
|
-
</
|
|
3469
|
+
</ui-text>
|
|
3470
3470
|
count.room
|
|
3471
|
-
</
|
|
3472
|
-
</
|
|
3473
|
-
<
|
|
3471
|
+
</ui-text>
|
|
3472
|
+
</ui-view>
|
|
3473
|
+
<ui-input-number
|
|
3474
3474
|
class="view row inputNumber"
|
|
3475
3475
|
>
|
|
3476
|
-
<
|
|
3476
|
+
<ui-view
|
|
3477
3477
|
class="view texts"
|
|
3478
3478
|
>
|
|
3479
|
-
<label
|
|
3479
|
+
<ui-label
|
|
3480
3480
|
class="text paragraph text label"
|
|
3481
3481
|
>
|
|
3482
3482
|
common.label.occupation_type_adult
|
|
3483
|
-
</label>
|
|
3484
|
-
<
|
|
3483
|
+
</ui-label>
|
|
3484
|
+
<ui-text
|
|
3485
3485
|
class="text small text hint hint"
|
|
3486
3486
|
>
|
|
3487
3487
|
common.label.age_from
|
|
3488
|
-
</
|
|
3489
|
-
</
|
|
3488
|
+
</ui-text>
|
|
3489
|
+
</ui-view>
|
|
3490
3490
|
<button
|
|
3491
3491
|
class="pressable button small squared secondary"
|
|
3492
3492
|
tabindex="0"
|
|
3493
3493
|
>
|
|
3494
|
-
<
|
|
3494
|
+
<ui-icon
|
|
3495
3495
|
class="icon headline-3"
|
|
3496
3496
|
>
|
|
3497
3497
|
<svg
|
|
@@ -3511,18 +3511,18 @@ exports[`component:<Occupation> renders 1`] = `
|
|
|
3511
3511
|
d="M19 13H5v-2h14v2z"
|
|
3512
3512
|
/>
|
|
3513
3513
|
</svg>
|
|
3514
|
-
</
|
|
3514
|
+
</ui-icon>
|
|
3515
3515
|
</button>
|
|
3516
|
-
<
|
|
3516
|
+
<ui-text
|
|
3517
3517
|
class="text paragraph value"
|
|
3518
3518
|
>
|
|
3519
3519
|
2
|
|
3520
|
-
</
|
|
3520
|
+
</ui-text>
|
|
3521
3521
|
<button
|
|
3522
3522
|
class="pressable button small squared secondary"
|
|
3523
3523
|
tabindex="0"
|
|
3524
3524
|
>
|
|
3525
|
-
<
|
|
3525
|
+
<ui-icon
|
|
3526
3526
|
class="icon headline-3"
|
|
3527
3527
|
>
|
|
3528
3528
|
<svg
|
|
@@ -3542,37 +3542,37 @@ exports[`component:<Occupation> renders 1`] = `
|
|
|
3542
3542
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
3543
3543
|
/>
|
|
3544
3544
|
</svg>
|
|
3545
|
-
</
|
|
3545
|
+
</ui-icon>
|
|
3546
3546
|
</button>
|
|
3547
|
-
</
|
|
3548
|
-
<
|
|
3547
|
+
</ui-input-number>
|
|
3548
|
+
<ui-input-number
|
|
3549
3549
|
class="view row inputNumber"
|
|
3550
3550
|
>
|
|
3551
|
-
<
|
|
3551
|
+
<ui-view
|
|
3552
3552
|
class="view texts"
|
|
3553
3553
|
>
|
|
3554
|
-
<label
|
|
3554
|
+
<ui-label
|
|
3555
3555
|
class="text paragraph text label"
|
|
3556
3556
|
>
|
|
3557
3557
|
common.label.occupation_type_child
|
|
3558
|
-
</label>
|
|
3559
|
-
<
|
|
3558
|
+
</ui-label>
|
|
3559
|
+
<ui-text
|
|
3560
3560
|
class="text small text hint hint"
|
|
3561
3561
|
>
|
|
3562
3562
|
common.label.age
|
|
3563
|
-
<
|
|
3563
|
+
<ui-text
|
|
3564
3564
|
style="text-decoration: underline;"
|
|
3565
3565
|
>
|
|
3566
3566
|
up
|
|
3567
|
-
</
|
|
3567
|
+
</ui-text>
|
|
3568
3568
|
to
|
|
3569
|
-
</
|
|
3570
|
-
</
|
|
3569
|
+
</ui-text>
|
|
3570
|
+
</ui-view>
|
|
3571
3571
|
<button
|
|
3572
3572
|
class="pressable disabled button small squared disabled"
|
|
3573
3573
|
disabled=""
|
|
3574
3574
|
>
|
|
3575
|
-
<
|
|
3575
|
+
<ui-icon
|
|
3576
3576
|
class="icon headline-3"
|
|
3577
3577
|
>
|
|
3578
3578
|
<svg
|
|
@@ -3592,18 +3592,18 @@ exports[`component:<Occupation> renders 1`] = `
|
|
|
3592
3592
|
d="M19 13H5v-2h14v2z"
|
|
3593
3593
|
/>
|
|
3594
3594
|
</svg>
|
|
3595
|
-
</
|
|
3595
|
+
</ui-icon>
|
|
3596
3596
|
</button>
|
|
3597
|
-
<
|
|
3597
|
+
<ui-text
|
|
3598
3598
|
class="text paragraph value"
|
|
3599
3599
|
>
|
|
3600
3600
|
0
|
|
3601
|
-
</
|
|
3601
|
+
</ui-text>
|
|
3602
3602
|
<button
|
|
3603
3603
|
class="pressable button small squared secondary"
|
|
3604
3604
|
tabindex="0"
|
|
3605
3605
|
>
|
|
3606
|
-
<
|
|
3606
|
+
<ui-icon
|
|
3607
3607
|
class="icon headline-3"
|
|
3608
3608
|
>
|
|
3609
3609
|
<svg
|
|
@@ -3623,12 +3623,12 @@ exports[`component:<Occupation> renders 1`] = `
|
|
|
3623
3623
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
3624
3624
|
/>
|
|
3625
3625
|
</svg>
|
|
3626
|
-
</
|
|
3626
|
+
</ui-icon>
|
|
3627
3627
|
</button>
|
|
3628
|
-
</
|
|
3629
|
-
</
|
|
3630
|
-
</
|
|
3631
|
-
<
|
|
3628
|
+
</ui-input-number>
|
|
3629
|
+
</ui-view>
|
|
3630
|
+
</ui-scrollview>
|
|
3631
|
+
<ui-view
|
|
3632
3632
|
class="view row"
|
|
3633
3633
|
>
|
|
3634
3634
|
<button
|
|
@@ -3637,61 +3637,61 @@ exports[`component:<Occupation> renders 1`] = `
|
|
|
3637
3637
|
>
|
|
3638
3638
|
finder.action.add_place_type.room
|
|
3639
3639
|
</button>
|
|
3640
|
-
</
|
|
3641
|
-
</
|
|
3640
|
+
</ui-view>
|
|
3641
|
+
</ui-view>
|
|
3642
3642
|
</DocumentFragment>
|
|
3643
3643
|
`;
|
|
3644
3644
|
|
|
3645
3645
|
exports[`component:<Occupation> testID 1`] = `
|
|
3646
3646
|
<DocumentFragment>
|
|
3647
|
-
<
|
|
3647
|
+
<ui-view
|
|
3648
3648
|
class="view"
|
|
3649
3649
|
data-testid="mirai"
|
|
3650
3650
|
l10n="[object Object]"
|
|
3651
3651
|
>
|
|
3652
|
-
<
|
|
3652
|
+
<ui-scrollview
|
|
3653
3653
|
class="scrollview vertical"
|
|
3654
3654
|
>
|
|
3655
|
-
<
|
|
3655
|
+
<ui-view
|
|
3656
3656
|
class="view wide"
|
|
3657
3657
|
>
|
|
3658
|
-
<
|
|
3658
|
+
<ui-view
|
|
3659
3659
|
class="view row"
|
|
3660
3660
|
>
|
|
3661
|
-
<
|
|
3661
|
+
<ui-text
|
|
3662
3662
|
class="text action"
|
|
3663
3663
|
>
|
|
3664
3664
|
finder.label.place
|
|
3665
|
-
<
|
|
3665
|
+
<ui-text
|
|
3666
3666
|
style="text-decoration: underline;"
|
|
3667
3667
|
>
|
|
3668
3668
|
type
|
|
3669
|
-
</
|
|
3669
|
+
</ui-text>
|
|
3670
3670
|
count.room
|
|
3671
|
-
</
|
|
3672
|
-
</
|
|
3673
|
-
<
|
|
3671
|
+
</ui-text>
|
|
3672
|
+
</ui-view>
|
|
3673
|
+
<ui-input-number
|
|
3674
3674
|
class="view row inputNumber"
|
|
3675
3675
|
>
|
|
3676
|
-
<
|
|
3676
|
+
<ui-view
|
|
3677
3677
|
class="view texts"
|
|
3678
3678
|
>
|
|
3679
|
-
<label
|
|
3679
|
+
<ui-label
|
|
3680
3680
|
class="text paragraph text label"
|
|
3681
3681
|
>
|
|
3682
3682
|
common.label.occupation_type_adult
|
|
3683
|
-
</label>
|
|
3684
|
-
<
|
|
3683
|
+
</ui-label>
|
|
3684
|
+
<ui-text
|
|
3685
3685
|
class="text small text hint hint"
|
|
3686
3686
|
>
|
|
3687
3687
|
common.label.age_from
|
|
3688
|
-
</
|
|
3689
|
-
</
|
|
3688
|
+
</ui-text>
|
|
3689
|
+
</ui-view>
|
|
3690
3690
|
<button
|
|
3691
3691
|
class="pressable disabled button small squared disabled"
|
|
3692
3692
|
disabled=""
|
|
3693
3693
|
>
|
|
3694
|
-
<
|
|
3694
|
+
<ui-icon
|
|
3695
3695
|
class="icon headline-3"
|
|
3696
3696
|
>
|
|
3697
3697
|
<svg
|
|
@@ -3711,18 +3711,18 @@ exports[`component:<Occupation> testID 1`] = `
|
|
|
3711
3711
|
d="M19 13H5v-2h14v2z"
|
|
3712
3712
|
/>
|
|
3713
3713
|
</svg>
|
|
3714
|
-
</
|
|
3714
|
+
</ui-icon>
|
|
3715
3715
|
</button>
|
|
3716
|
-
<
|
|
3716
|
+
<ui-text
|
|
3717
3717
|
class="text paragraph value"
|
|
3718
3718
|
>
|
|
3719
3719
|
2
|
|
3720
|
-
</
|
|
3720
|
+
</ui-text>
|
|
3721
3721
|
<button
|
|
3722
3722
|
class="pressable button small squared secondary"
|
|
3723
3723
|
tabindex="0"
|
|
3724
3724
|
>
|
|
3725
|
-
<
|
|
3725
|
+
<ui-icon
|
|
3726
3726
|
class="icon headline-3"
|
|
3727
3727
|
>
|
|
3728
3728
|
<svg
|
|
@@ -3742,37 +3742,37 @@ exports[`component:<Occupation> testID 1`] = `
|
|
|
3742
3742
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
3743
3743
|
/>
|
|
3744
3744
|
</svg>
|
|
3745
|
-
</
|
|
3745
|
+
</ui-icon>
|
|
3746
3746
|
</button>
|
|
3747
|
-
</
|
|
3748
|
-
<
|
|
3747
|
+
</ui-input-number>
|
|
3748
|
+
<ui-input-number
|
|
3749
3749
|
class="view row inputNumber"
|
|
3750
3750
|
>
|
|
3751
|
-
<
|
|
3751
|
+
<ui-view
|
|
3752
3752
|
class="view texts"
|
|
3753
3753
|
>
|
|
3754
|
-
<label
|
|
3754
|
+
<ui-label
|
|
3755
3755
|
class="text paragraph text label"
|
|
3756
3756
|
>
|
|
3757
3757
|
common.label.occupation_type_child
|
|
3758
|
-
</label>
|
|
3759
|
-
<
|
|
3758
|
+
</ui-label>
|
|
3759
|
+
<ui-text
|
|
3760
3760
|
class="text small text hint hint"
|
|
3761
3761
|
>
|
|
3762
3762
|
common.label.age
|
|
3763
|
-
<
|
|
3763
|
+
<ui-text
|
|
3764
3764
|
style="text-decoration: underline;"
|
|
3765
3765
|
>
|
|
3766
3766
|
up
|
|
3767
|
-
</
|
|
3767
|
+
</ui-text>
|
|
3768
3768
|
to
|
|
3769
|
-
</
|
|
3770
|
-
</
|
|
3769
|
+
</ui-text>
|
|
3770
|
+
</ui-view>
|
|
3771
3771
|
<button
|
|
3772
3772
|
class="pressable disabled button small squared disabled"
|
|
3773
3773
|
disabled=""
|
|
3774
3774
|
>
|
|
3775
|
-
<
|
|
3775
|
+
<ui-icon
|
|
3776
3776
|
class="icon headline-3"
|
|
3777
3777
|
>
|
|
3778
3778
|
<svg
|
|
@@ -3792,18 +3792,18 @@ exports[`component:<Occupation> testID 1`] = `
|
|
|
3792
3792
|
d="M19 13H5v-2h14v2z"
|
|
3793
3793
|
/>
|
|
3794
3794
|
</svg>
|
|
3795
|
-
</
|
|
3795
|
+
</ui-icon>
|
|
3796
3796
|
</button>
|
|
3797
|
-
<
|
|
3797
|
+
<ui-text
|
|
3798
3798
|
class="text paragraph value"
|
|
3799
3799
|
>
|
|
3800
3800
|
0
|
|
3801
|
-
</
|
|
3801
|
+
</ui-text>
|
|
3802
3802
|
<button
|
|
3803
3803
|
class="pressable button small squared secondary"
|
|
3804
3804
|
tabindex="0"
|
|
3805
3805
|
>
|
|
3806
|
-
<
|
|
3806
|
+
<ui-icon
|
|
3807
3807
|
class="icon headline-3"
|
|
3808
3808
|
>
|
|
3809
3809
|
<svg
|
|
@@ -3823,12 +3823,12 @@ exports[`component:<Occupation> testID 1`] = `
|
|
|
3823
3823
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
3824
3824
|
/>
|
|
3825
3825
|
</svg>
|
|
3826
|
-
</
|
|
3826
|
+
</ui-icon>
|
|
3827
3827
|
</button>
|
|
3828
|
-
</
|
|
3829
|
-
</
|
|
3830
|
-
</
|
|
3831
|
-
<
|
|
3828
|
+
</ui-input-number>
|
|
3829
|
+
</ui-view>
|
|
3830
|
+
</ui-scrollview>
|
|
3831
|
+
<ui-view
|
|
3832
3832
|
class="view row"
|
|
3833
3833
|
>
|
|
3834
3834
|
<button
|
|
@@ -3838,7 +3838,7 @@ exports[`component:<Occupation> testID 1`] = `
|
|
|
3838
3838
|
>
|
|
3839
3839
|
finder.action.add_place_type.room
|
|
3840
3840
|
</button>
|
|
3841
|
-
</
|
|
3842
|
-
</
|
|
3841
|
+
</ui-view>
|
|
3842
|
+
</ui-view>
|
|
3843
3843
|
</DocumentFragment>
|
|
3844
3844
|
`;
|