@mirai/ui 1.0.218 → 1.1.0-beta
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/Action/Action.js +5 -3
- package/build/components/Action/Action.js.map +1 -1
- package/build/components/Action/Action.module.css +49 -50
- package/build/components/Action/Action.stories.js +8 -5
- package/build/components/Action/Action.stories.js.map +1 -1
- package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +55 -41
- package/build/components/Button/Button.js +7 -5
- package/build/components/Button/Button.js.map +1 -1
- package/build/components/Button/Button.module.css +10 -16
- package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +45 -34
- package/build/components/Calendar/Calendar.Month.js +6 -4
- package/build/components/Calendar/Calendar.Month.js.map +1 -1
- package/build/components/Calendar/Calendar.Week.js +6 -6
- package/build/components/Calendar/Calendar.Week.js.map +1 -1
- package/build/components/Calendar/Calendar.Weekdays.js +6 -3
- package/build/components/Calendar/Calendar.Weekdays.js.map +1 -1
- package/build/components/Calendar/Calendar.js +3 -3
- package/build/components/Calendar/Calendar.js.map +1 -1
- package/build/components/Calendar/Calendar.module.css +6 -7
- package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +17618 -17586
- package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +10 -10
- package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +49 -49
- package/build/components/InputNumber/InputNumber.js +9 -7
- package/build/components/InputNumber/InputNumber.js.map +1 -1
- package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +153 -138
- package/build/components/InputOption/InputOption.js +7 -4
- package/build/components/InputOption/InputOption.js.map +1 -1
- package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +84 -71
- package/build/components/InputPhone/InputPhone.js +11 -11
- package/build/components/InputPhone/InputPhone.js.map +1 -1
- package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +371 -371
- package/build/components/InputSelect/InputSelect.js +7 -7
- package/build/components/InputSelect/InputSelect.js.map +1 -1
- package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +112 -112
- package/build/components/InputText/InputText.js +10 -10
- package/build/components/InputText/InputText.js.map +1 -1
- package/build/components/InputText/InputText.module.css +3 -7
- package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +147 -146
- package/build/components/InputText/partials/InputText.Hint.js +5 -2
- package/build/components/InputText/partials/InputText.Hint.js.map +1 -1
- package/build/components/InputText/partials/InputText.IconState.js +5 -2
- package/build/components/InputText/partials/InputText.IconState.js.map +1 -1
- package/build/components/InputText/partials/InputText.Label.js +6 -3
- package/build/components/InputText/partials/InputText.Label.js.map +1 -1
- package/build/components/Menu/Menu.Option.js +8 -5
- package/build/components/Menu/Menu.Option.js.map +1 -1
- package/build/components/Menu/Menu.js +6 -3
- package/build/components/Menu/Menu.js.map +1 -1
- package/build/components/Menu/Menu.module.css +3 -3
- package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +80 -67
- package/build/components/Modal/Modal.js +9 -9
- package/build/components/Modal/Modal.js.map +1 -1
- package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +91 -72
- package/build/components/Notification/Notification.js +8 -5
- package/build/components/Notification/Notification.js.map +1 -1
- package/build/components/Notification/Notification.module.css +7 -10
- package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +149 -148
- package/build/components/Progress/Progress.js +6 -3
- package/build/components/Progress/Progress.js.map +1 -1
- package/build/components/Progress/__tests__/__snapshots__/Progress.test.jsx.snap +18 -18
- package/build/components/Slider/Slider.js +11 -11
- package/build/components/Slider/Slider.js.map +1 -1
- package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +248 -230
- package/build/components/Table/Table.ColumnFilter.js +9 -9
- package/build/components/Table/Table.ColumnFilter.js.map +1 -1
- package/build/components/Table/Table.Filter.js +7 -4
- package/build/components/Table/Table.Filter.js.map +1 -1
- package/build/components/Table/Table.Row.js +7 -8
- package/build/components/Table/Table.Row.js.map +1 -1
- package/build/components/Table/Table.js +3 -3
- package/build/components/Table/Table.js.map +1 -1
- package/build/components/Table/Table.module.css +2 -6
- package/build/components/Table/Table.stories.js +4 -5
- package/build/components/Table/Table.stories.js.map +1 -1
- package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +258 -228
- package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +1010 -1090
- package/build/components/Tooltip/Tooltip.js +4 -4
- package/build/components/Tooltip/Tooltip.js.map +1 -1
- package/build/components/Tooltip/Tooltip.module.css +5 -5
- package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +46 -36
- package/build/primitives/Checkbox/Checkbox.js +7 -3
- package/build/primitives/Checkbox/Checkbox.js.map +1 -1
- package/build/primitives/Checkbox/Checkbox.module.css +1 -2
- package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +16 -16
- package/build/primitives/Icon/Icon.js +5 -3
- package/build/primitives/Icon/Icon.js.map +1 -1
- package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +60 -60
- package/build/primitives/Input/Input.js +2 -2
- package/build/primitives/Input/Input.js.map +1 -1
- package/build/primitives/Layer/Layer.js +4 -3
- package/build/primitives/Layer/Layer.js.map +1 -1
- package/build/primitives/Layer/Layer.module.css +4 -1
- package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +48 -42
- package/build/primitives/Pressable/Pressable.constants.js +1 -1
- package/build/primitives/Pressable/Pressable.constants.js.map +1 -1
- package/build/primitives/Pressable/Pressable.js +11 -5
- package/build/primitives/Pressable/Pressable.js.map +1 -1
- package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +14 -10
- package/build/primitives/Primitive/Primitive.js +2 -2
- package/build/primitives/Primitive/Primitive.js.map +1 -1
- package/build/primitives/Primitive/Primitive.module.css +241 -0
- package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +7 -7
- package/build/primitives/Primitive/helpers/getTag.js +32 -0
- package/build/primitives/Primitive/helpers/getTag.js.map +1 -0
- package/build/primitives/Primitive/helpers/index.js +11 -0
- package/build/primitives/Primitive/helpers/index.js.map +1 -1
- package/build/primitives/Radio/Radio.js +8 -5
- package/build/primitives/Radio/Radio.js.map +1 -1
- package/build/primitives/Radio/Radio.module.css +2 -2
- package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +21 -21
- package/build/primitives/ScrollView/ScrollView.js +3 -3
- package/build/primitives/ScrollView/ScrollView.js.map +1 -1
- package/build/primitives/ScrollView/ScrollView.stories.js +6 -5
- package/build/primitives/ScrollView/ScrollView.stories.js.map +1 -1
- package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +20 -20
- package/build/primitives/Select/Select.js +2 -2
- package/build/primitives/Select/Select.js.map +1 -1
- package/build/primitives/Select/Select.module.css +1 -5
- package/build/primitives/Switch/Switch.js +8 -5
- package/build/primitives/Switch/Switch.js.map +1 -1
- package/build/primitives/Switch/Switch.module.css +1 -5
- package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +25 -25
- package/build/primitives/Text/Text.js +7 -4
- package/build/primitives/Text/Text.js.map +1 -1
- package/build/primitives/Text/Text.module.css +4 -8
- package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +38 -38
- package/build/primitives/View/View.js +5 -3
- package/build/primitives/View/View.js.map +1 -1
- package/build/primitives/View/__tests__/__snapshots__/View.test.js.snap +10 -10
- package/package.json +5 -1
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<InputPhone> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_view
|
|
6
6
|
class="view container mirai"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui_view
|
|
9
9
|
class="view row inputBorder"
|
|
10
10
|
>
|
|
11
|
-
<
|
|
11
|
+
<ui_view
|
|
12
12
|
class="view row"
|
|
13
13
|
>
|
|
14
|
-
<
|
|
14
|
+
<ui_view
|
|
15
15
|
class="view content"
|
|
16
16
|
>
|
|
17
17
|
<select
|
|
18
|
-
class="select empty input
|
|
18
|
+
class="select empty input prefix"
|
|
19
19
|
name="name-prefix"
|
|
20
20
|
>
|
|
21
21
|
<option
|
|
@@ -34,8 +34,8 @@ exports[`component:<InputPhone> inherit:className 1`] = `
|
|
|
34
34
|
+001
|
|
35
35
|
</option>
|
|
36
36
|
</select>
|
|
37
|
-
</
|
|
38
|
-
<
|
|
37
|
+
</ui_view>
|
|
38
|
+
<ui_icon
|
|
39
39
|
class="icon headline-3 expand"
|
|
40
40
|
>
|
|
41
41
|
<svg
|
|
@@ -56,47 +56,47 @@ exports[`component:<InputPhone> inherit:className 1`] = `
|
|
|
56
56
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
57
57
|
/>
|
|
58
58
|
</svg>
|
|
59
|
-
</
|
|
60
|
-
</
|
|
61
|
-
<
|
|
59
|
+
</ui_icon>
|
|
60
|
+
</ui_view>
|
|
61
|
+
<ui_view
|
|
62
62
|
class="view forceRow separator"
|
|
63
63
|
/>
|
|
64
|
-
<
|
|
64
|
+
<ui_view
|
|
65
65
|
class="view row wide"
|
|
66
66
|
>
|
|
67
|
-
<
|
|
67
|
+
<ui_view
|
|
68
68
|
class="view wide content"
|
|
69
69
|
>
|
|
70
70
|
<input
|
|
71
|
-
class="input input
|
|
71
|
+
class="input input"
|
|
72
72
|
maxlength="12"
|
|
73
73
|
name="name-phone"
|
|
74
74
|
type="tel"
|
|
75
75
|
value=""
|
|
76
76
|
/>
|
|
77
|
-
</
|
|
78
|
-
</
|
|
79
|
-
</
|
|
80
|
-
</
|
|
77
|
+
</ui_view>
|
|
78
|
+
</ui_view>
|
|
79
|
+
</ui_view>
|
|
80
|
+
</ui_view>
|
|
81
81
|
</DocumentFragment>
|
|
82
82
|
`;
|
|
83
83
|
|
|
84
84
|
exports[`component:<InputPhone> prop:disabled 1`] = `
|
|
85
85
|
<DocumentFragment>
|
|
86
|
-
<
|
|
86
|
+
<ui_view
|
|
87
87
|
class="view container"
|
|
88
88
|
>
|
|
89
|
-
<
|
|
89
|
+
<ui_view
|
|
90
90
|
class="view row inputBorder disabled"
|
|
91
91
|
>
|
|
92
|
-
<
|
|
92
|
+
<ui_view
|
|
93
93
|
class="view row"
|
|
94
94
|
>
|
|
95
|
-
<
|
|
95
|
+
<ui_view
|
|
96
96
|
class="view content"
|
|
97
97
|
>
|
|
98
98
|
<select
|
|
99
|
-
class="select empty input
|
|
99
|
+
class="select empty input prefix"
|
|
100
100
|
disabled=""
|
|
101
101
|
name="name-prefix"
|
|
102
102
|
>
|
|
@@ -116,48 +116,48 @@ exports[`component:<InputPhone> prop:disabled 1`] = `
|
|
|
116
116
|
+001
|
|
117
117
|
</option>
|
|
118
118
|
</select>
|
|
119
|
-
</
|
|
120
|
-
</
|
|
121
|
-
<
|
|
119
|
+
</ui_view>
|
|
120
|
+
</ui_view>
|
|
121
|
+
<ui_view
|
|
122
122
|
class="view forceRow separator"
|
|
123
123
|
/>
|
|
124
|
-
<
|
|
124
|
+
<ui_view
|
|
125
125
|
class="view row wide"
|
|
126
126
|
>
|
|
127
|
-
<
|
|
127
|
+
<ui_view
|
|
128
128
|
class="view wide content"
|
|
129
129
|
>
|
|
130
130
|
<input
|
|
131
|
-
class="input input
|
|
131
|
+
class="input input"
|
|
132
132
|
disabled=""
|
|
133
133
|
maxlength="12"
|
|
134
134
|
name="name-phone"
|
|
135
135
|
type="tel"
|
|
136
136
|
value=""
|
|
137
137
|
/>
|
|
138
|
-
</
|
|
139
|
-
</
|
|
140
|
-
</
|
|
141
|
-
</
|
|
138
|
+
</ui_view>
|
|
139
|
+
</ui_view>
|
|
140
|
+
</ui_view>
|
|
141
|
+
</ui_view>
|
|
142
142
|
</DocumentFragment>
|
|
143
143
|
`;
|
|
144
144
|
|
|
145
145
|
exports[`component:<InputPhone> prop:error 1`] = `
|
|
146
146
|
<DocumentFragment>
|
|
147
|
-
<
|
|
147
|
+
<ui_view
|
|
148
148
|
class="view container"
|
|
149
149
|
>
|
|
150
|
-
<
|
|
150
|
+
<ui_view
|
|
151
151
|
class="view row inputBorder error"
|
|
152
152
|
>
|
|
153
|
-
<
|
|
153
|
+
<ui_view
|
|
154
154
|
class="view row"
|
|
155
155
|
>
|
|
156
|
-
<
|
|
156
|
+
<ui_view
|
|
157
157
|
class="view content"
|
|
158
158
|
>
|
|
159
159
|
<select
|
|
160
|
-
class="select empty input
|
|
160
|
+
class="select empty input prefix"
|
|
161
161
|
name="name-prefix"
|
|
162
162
|
>
|
|
163
163
|
<option
|
|
@@ -176,8 +176,8 @@ exports[`component:<InputPhone> prop:error 1`] = `
|
|
|
176
176
|
+001
|
|
177
177
|
</option>
|
|
178
178
|
</select>
|
|
179
|
-
</
|
|
180
|
-
<
|
|
179
|
+
</ui_view>
|
|
180
|
+
<ui_icon
|
|
181
181
|
class="icon headline-3 expand"
|
|
182
182
|
>
|
|
183
183
|
<svg
|
|
@@ -198,27 +198,27 @@ exports[`component:<InputPhone> prop:error 1`] = `
|
|
|
198
198
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
199
199
|
/>
|
|
200
200
|
</svg>
|
|
201
|
-
</
|
|
202
|
-
</
|
|
203
|
-
<
|
|
201
|
+
</ui_icon>
|
|
202
|
+
</ui_view>
|
|
203
|
+
<ui_view
|
|
204
204
|
class="view forceRow separator"
|
|
205
205
|
/>
|
|
206
|
-
<
|
|
206
|
+
<ui_view
|
|
207
207
|
class="view row wide"
|
|
208
208
|
>
|
|
209
|
-
<
|
|
209
|
+
<ui_view
|
|
210
210
|
class="view wide content"
|
|
211
211
|
>
|
|
212
212
|
<input
|
|
213
|
-
class="input input
|
|
213
|
+
class="input input"
|
|
214
214
|
maxlength="12"
|
|
215
215
|
name="name-phone"
|
|
216
216
|
type="tel"
|
|
217
217
|
value=""
|
|
218
218
|
/>
|
|
219
|
-
</
|
|
220
|
-
</
|
|
221
|
-
<
|
|
219
|
+
</ui_view>
|
|
220
|
+
</ui_view>
|
|
221
|
+
<ui_icon
|
|
222
222
|
class="icon headline-3 icon error"
|
|
223
223
|
>
|
|
224
224
|
<svg
|
|
@@ -238,28 +238,28 @@ exports[`component:<InputPhone> prop:error 1`] = `
|
|
|
238
238
|
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"
|
|
239
239
|
/>
|
|
240
240
|
</svg>
|
|
241
|
-
</
|
|
242
|
-
</
|
|
243
|
-
</
|
|
241
|
+
</ui_icon>
|
|
242
|
+
</ui_view>
|
|
243
|
+
</ui_view>
|
|
244
244
|
</DocumentFragment>
|
|
245
245
|
`;
|
|
246
246
|
|
|
247
247
|
exports[`component:<InputPhone> prop:hint 1`] = `
|
|
248
248
|
<DocumentFragment>
|
|
249
|
-
<
|
|
249
|
+
<ui_view
|
|
250
250
|
class="view container"
|
|
251
251
|
>
|
|
252
|
-
<
|
|
252
|
+
<ui_view
|
|
253
253
|
class="view row inputBorder"
|
|
254
254
|
>
|
|
255
|
-
<
|
|
255
|
+
<ui_view
|
|
256
256
|
class="view row"
|
|
257
257
|
>
|
|
258
|
-
<
|
|
258
|
+
<ui_view
|
|
259
259
|
class="view content"
|
|
260
260
|
>
|
|
261
261
|
<select
|
|
262
|
-
class="select empty input
|
|
262
|
+
class="select empty input prefix"
|
|
263
263
|
name="name-prefix"
|
|
264
264
|
>
|
|
265
265
|
<option
|
|
@@ -278,8 +278,8 @@ exports[`component:<InputPhone> prop:hint 1`] = `
|
|
|
278
278
|
+001
|
|
279
279
|
</option>
|
|
280
280
|
</select>
|
|
281
|
-
</
|
|
282
|
-
<
|
|
281
|
+
</ui_view>
|
|
282
|
+
<ui_icon
|
|
283
283
|
class="icon headline-3 expand"
|
|
284
284
|
>
|
|
285
285
|
<svg
|
|
@@ -300,52 +300,52 @@ exports[`component:<InputPhone> prop:hint 1`] = `
|
|
|
300
300
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
301
301
|
/>
|
|
302
302
|
</svg>
|
|
303
|
-
</
|
|
304
|
-
</
|
|
305
|
-
<
|
|
303
|
+
</ui_icon>
|
|
304
|
+
</ui_view>
|
|
305
|
+
<ui_view
|
|
306
306
|
class="view forceRow separator"
|
|
307
307
|
/>
|
|
308
|
-
<
|
|
308
|
+
<ui_view
|
|
309
309
|
class="view row wide"
|
|
310
310
|
>
|
|
311
|
-
<
|
|
311
|
+
<ui_view
|
|
312
312
|
class="view wide content"
|
|
313
313
|
>
|
|
314
314
|
<input
|
|
315
|
-
class="input input
|
|
315
|
+
class="input input"
|
|
316
316
|
maxlength="12"
|
|
317
317
|
name="name-phone"
|
|
318
318
|
type="tel"
|
|
319
319
|
value=""
|
|
320
320
|
/>
|
|
321
|
-
</
|
|
322
|
-
</
|
|
323
|
-
</
|
|
324
|
-
<
|
|
321
|
+
</ui_view>
|
|
322
|
+
</ui_view>
|
|
323
|
+
</ui_view>
|
|
324
|
+
<ui_text
|
|
325
325
|
class="text small text hint"
|
|
326
326
|
>
|
|
327
327
|
hint
|
|
328
|
-
</
|
|
329
|
-
</
|
|
328
|
+
</ui_text>
|
|
329
|
+
</ui_view>
|
|
330
330
|
</DocumentFragment>
|
|
331
331
|
`;
|
|
332
332
|
|
|
333
333
|
exports[`component:<InputPhone> prop:icon & disabled 1`] = `
|
|
334
334
|
<DocumentFragment>
|
|
335
|
-
<
|
|
335
|
+
<ui_view
|
|
336
336
|
class="view container"
|
|
337
337
|
>
|
|
338
|
-
<
|
|
338
|
+
<ui_view
|
|
339
339
|
class="view row inputBorder disabled"
|
|
340
340
|
>
|
|
341
|
-
<
|
|
341
|
+
<ui_view
|
|
342
342
|
class="view row"
|
|
343
343
|
>
|
|
344
|
-
<
|
|
344
|
+
<ui_view
|
|
345
345
|
class="view content"
|
|
346
346
|
>
|
|
347
347
|
<select
|
|
348
|
-
class="select empty input
|
|
348
|
+
class="select empty input prefix"
|
|
349
349
|
disabled=""
|
|
350
350
|
name="name-prefix"
|
|
351
351
|
>
|
|
@@ -365,15 +365,15 @@ exports[`component:<InputPhone> prop:icon & disabled 1`] = `
|
|
|
365
365
|
+001
|
|
366
366
|
</option>
|
|
367
367
|
</select>
|
|
368
|
-
</
|
|
369
|
-
</
|
|
370
|
-
<
|
|
368
|
+
</ui_view>
|
|
369
|
+
</ui_view>
|
|
370
|
+
<ui_view
|
|
371
371
|
class="view forceRow separator"
|
|
372
372
|
/>
|
|
373
|
-
<
|
|
373
|
+
<ui_view
|
|
374
374
|
class="view row wide"
|
|
375
375
|
>
|
|
376
|
-
<
|
|
376
|
+
<ui_icon
|
|
377
377
|
class="icon headline-3 icon left disabled"
|
|
378
378
|
>
|
|
379
379
|
<svg
|
|
@@ -393,41 +393,41 @@ exports[`component:<InputPhone> prop:icon & disabled 1`] = `
|
|
|
393
393
|
d="M12 6a9.77 9.77 0 018.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0112 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 010 5 2.5 2.5 0 010-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"
|
|
394
394
|
/>
|
|
395
395
|
</svg>
|
|
396
|
-
</
|
|
397
|
-
<
|
|
396
|
+
</ui_icon>
|
|
397
|
+
<ui_view
|
|
398
398
|
class="view wide content"
|
|
399
399
|
>
|
|
400
400
|
<input
|
|
401
|
-
class="input input
|
|
401
|
+
class="input input"
|
|
402
402
|
disabled=""
|
|
403
403
|
maxlength="12"
|
|
404
404
|
name="name-phone"
|
|
405
405
|
type="tel"
|
|
406
406
|
value=""
|
|
407
407
|
/>
|
|
408
|
-
</
|
|
409
|
-
</
|
|
410
|
-
</
|
|
411
|
-
</
|
|
408
|
+
</ui_view>
|
|
409
|
+
</ui_view>
|
|
410
|
+
</ui_view>
|
|
411
|
+
</ui_view>
|
|
412
412
|
</DocumentFragment>
|
|
413
413
|
`;
|
|
414
414
|
|
|
415
415
|
exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
416
416
|
<DocumentFragment>
|
|
417
|
-
<
|
|
417
|
+
<ui_view
|
|
418
418
|
class="view container"
|
|
419
419
|
>
|
|
420
|
-
<
|
|
420
|
+
<ui_view
|
|
421
421
|
class="view row inputBorder error"
|
|
422
422
|
>
|
|
423
|
-
<
|
|
423
|
+
<ui_view
|
|
424
424
|
class="view row"
|
|
425
425
|
>
|
|
426
|
-
<
|
|
426
|
+
<ui_view
|
|
427
427
|
class="view content"
|
|
428
428
|
>
|
|
429
429
|
<select
|
|
430
|
-
class="select empty input
|
|
430
|
+
class="select empty input prefix"
|
|
431
431
|
name="name-prefix"
|
|
432
432
|
>
|
|
433
433
|
<option
|
|
@@ -446,8 +446,8 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
446
446
|
+001
|
|
447
447
|
</option>
|
|
448
448
|
</select>
|
|
449
|
-
</
|
|
450
|
-
<
|
|
449
|
+
</ui_view>
|
|
450
|
+
<ui_icon
|
|
451
451
|
class="icon headline-3 expand"
|
|
452
452
|
>
|
|
453
453
|
<svg
|
|
@@ -468,15 +468,15 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
468
468
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
469
469
|
/>
|
|
470
470
|
</svg>
|
|
471
|
-
</
|
|
472
|
-
</
|
|
473
|
-
<
|
|
471
|
+
</ui_icon>
|
|
472
|
+
</ui_view>
|
|
473
|
+
<ui_view
|
|
474
474
|
class="view forceRow separator"
|
|
475
475
|
/>
|
|
476
|
-
<
|
|
476
|
+
<ui_view
|
|
477
477
|
class="view row wide"
|
|
478
478
|
>
|
|
479
|
-
<
|
|
479
|
+
<ui_icon
|
|
480
480
|
class="icon headline-3 icon left error"
|
|
481
481
|
>
|
|
482
482
|
<svg
|
|
@@ -496,20 +496,20 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
496
496
|
d="M12 6a9.77 9.77 0 018.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0112 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 010 5 2.5 2.5 0 010-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"
|
|
497
497
|
/>
|
|
498
498
|
</svg>
|
|
499
|
-
</
|
|
500
|
-
<
|
|
499
|
+
</ui_icon>
|
|
500
|
+
<ui_view
|
|
501
501
|
class="view wide content"
|
|
502
502
|
>
|
|
503
503
|
<input
|
|
504
|
-
class="input input
|
|
504
|
+
class="input input"
|
|
505
505
|
maxlength="12"
|
|
506
506
|
name="name-phone"
|
|
507
507
|
type="tel"
|
|
508
508
|
value=""
|
|
509
509
|
/>
|
|
510
|
-
</
|
|
511
|
-
</
|
|
512
|
-
<
|
|
510
|
+
</ui_view>
|
|
511
|
+
</ui_view>
|
|
512
|
+
<ui_icon
|
|
513
513
|
class="icon headline-3 icon error"
|
|
514
514
|
>
|
|
515
515
|
<svg
|
|
@@ -529,28 +529,28 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
529
529
|
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"
|
|
530
530
|
/>
|
|
531
531
|
</svg>
|
|
532
|
-
</
|
|
533
|
-
</
|
|
534
|
-
</
|
|
532
|
+
</ui_icon>
|
|
533
|
+
</ui_view>
|
|
534
|
+
</ui_view>
|
|
535
535
|
</DocumentFragment>
|
|
536
536
|
`;
|
|
537
537
|
|
|
538
538
|
exports[`component:<InputPhone> prop:icon 1`] = `
|
|
539
539
|
<DocumentFragment>
|
|
540
|
-
<
|
|
540
|
+
<ui_view
|
|
541
541
|
class="view container"
|
|
542
542
|
>
|
|
543
|
-
<
|
|
543
|
+
<ui_view
|
|
544
544
|
class="view row inputBorder"
|
|
545
545
|
>
|
|
546
|
-
<
|
|
546
|
+
<ui_view
|
|
547
547
|
class="view row"
|
|
548
548
|
>
|
|
549
|
-
<
|
|
549
|
+
<ui_view
|
|
550
550
|
class="view content"
|
|
551
551
|
>
|
|
552
552
|
<select
|
|
553
|
-
class="select empty input
|
|
553
|
+
class="select empty input prefix"
|
|
554
554
|
name="name-prefix"
|
|
555
555
|
>
|
|
556
556
|
<option
|
|
@@ -569,8 +569,8 @@ exports[`component:<InputPhone> prop:icon 1`] = `
|
|
|
569
569
|
+001
|
|
570
570
|
</option>
|
|
571
571
|
</select>
|
|
572
|
-
</
|
|
573
|
-
<
|
|
572
|
+
</ui_view>
|
|
573
|
+
<ui_icon
|
|
574
574
|
class="icon headline-3 expand"
|
|
575
575
|
>
|
|
576
576
|
<svg
|
|
@@ -591,15 +591,15 @@ exports[`component:<InputPhone> prop:icon 1`] = `
|
|
|
591
591
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
592
592
|
/>
|
|
593
593
|
</svg>
|
|
594
|
-
</
|
|
595
|
-
</
|
|
596
|
-
<
|
|
594
|
+
</ui_icon>
|
|
595
|
+
</ui_view>
|
|
596
|
+
<ui_view
|
|
597
597
|
class="view forceRow separator"
|
|
598
598
|
/>
|
|
599
|
-
<
|
|
599
|
+
<ui_view
|
|
600
600
|
class="view row wide"
|
|
601
601
|
>
|
|
602
|
-
<
|
|
602
|
+
<ui_icon
|
|
603
603
|
class="icon headline-3 icon left"
|
|
604
604
|
>
|
|
605
605
|
<svg
|
|
@@ -619,40 +619,40 @@ exports[`component:<InputPhone> prop:icon 1`] = `
|
|
|
619
619
|
d="M12 6a9.77 9.77 0 018.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0112 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 010 5 2.5 2.5 0 010-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"
|
|
620
620
|
/>
|
|
621
621
|
</svg>
|
|
622
|
-
</
|
|
623
|
-
<
|
|
622
|
+
</ui_icon>
|
|
623
|
+
<ui_view
|
|
624
624
|
class="view wide content"
|
|
625
625
|
>
|
|
626
626
|
<input
|
|
627
|
-
class="input input
|
|
627
|
+
class="input input"
|
|
628
628
|
maxlength="12"
|
|
629
629
|
name="name-phone"
|
|
630
630
|
type="tel"
|
|
631
631
|
value=""
|
|
632
632
|
/>
|
|
633
|
-
</
|
|
634
|
-
</
|
|
635
|
-
</
|
|
636
|
-
</
|
|
633
|
+
</ui_view>
|
|
634
|
+
</ui_view>
|
|
635
|
+
</ui_view>
|
|
636
|
+
</ui_view>
|
|
637
637
|
</DocumentFragment>
|
|
638
638
|
`;
|
|
639
639
|
|
|
640
640
|
exports[`component:<InputPhone> prop:label 1`] = `
|
|
641
641
|
<DocumentFragment>
|
|
642
|
-
<
|
|
642
|
+
<ui_view
|
|
643
643
|
class="view container"
|
|
644
644
|
>
|
|
645
|
-
<
|
|
645
|
+
<ui_view
|
|
646
646
|
class="view row inputBorder"
|
|
647
647
|
>
|
|
648
|
-
<
|
|
648
|
+
<ui_view
|
|
649
649
|
class="view row"
|
|
650
650
|
>
|
|
651
|
-
<
|
|
651
|
+
<ui_view
|
|
652
652
|
class="view content"
|
|
653
653
|
>
|
|
654
654
|
<select
|
|
655
|
-
class="select empty input
|
|
655
|
+
class="select empty input prefix"
|
|
656
656
|
name="name-prefix"
|
|
657
657
|
>
|
|
658
658
|
<option
|
|
@@ -671,8 +671,8 @@ exports[`component:<InputPhone> prop:label 1`] = `
|
|
|
671
671
|
+001
|
|
672
672
|
</option>
|
|
673
673
|
</select>
|
|
674
|
-
</
|
|
675
|
-
<
|
|
674
|
+
</ui_view>
|
|
675
|
+
<ui_icon
|
|
676
676
|
class="icon headline-3 expand"
|
|
677
677
|
>
|
|
678
678
|
<svg
|
|
@@ -693,57 +693,57 @@ exports[`component:<InputPhone> prop:label 1`] = `
|
|
|
693
693
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
694
694
|
/>
|
|
695
695
|
</svg>
|
|
696
|
-
</
|
|
697
|
-
</
|
|
698
|
-
<
|
|
696
|
+
</ui_icon>
|
|
697
|
+
</ui_view>
|
|
698
|
+
<ui_view
|
|
699
699
|
class="view forceRow separator"
|
|
700
700
|
/>
|
|
701
|
-
<
|
|
701
|
+
<ui_view
|
|
702
702
|
class="view row wide"
|
|
703
703
|
>
|
|
704
|
-
<
|
|
704
|
+
<ui_view
|
|
705
705
|
class="view wide content"
|
|
706
706
|
>
|
|
707
|
-
<
|
|
707
|
+
<ui_text
|
|
708
708
|
class="text paragraph text label"
|
|
709
709
|
>
|
|
710
710
|
label
|
|
711
|
-
</
|
|
711
|
+
</ui_text>
|
|
712
712
|
<input
|
|
713
|
-
class="input input
|
|
713
|
+
class="input input withLabel"
|
|
714
714
|
maxlength="12"
|
|
715
715
|
name="name-phone"
|
|
716
716
|
type="tel"
|
|
717
717
|
value=""
|
|
718
718
|
/>
|
|
719
|
-
</
|
|
720
|
-
</
|
|
721
|
-
</
|
|
722
|
-
</
|
|
719
|
+
</ui_view>
|
|
720
|
+
</ui_view>
|
|
721
|
+
</ui_view>
|
|
722
|
+
</ui_view>
|
|
723
723
|
</DocumentFragment>
|
|
724
724
|
`;
|
|
725
725
|
|
|
726
726
|
exports[`component:<InputPhone> prop:labelPrefix 1`] = `
|
|
727
727
|
<DocumentFragment>
|
|
728
|
-
<
|
|
728
|
+
<ui_view
|
|
729
729
|
class="view container"
|
|
730
730
|
>
|
|
731
|
-
<
|
|
731
|
+
<ui_view
|
|
732
732
|
class="view row inputBorder"
|
|
733
733
|
>
|
|
734
|
-
<
|
|
734
|
+
<ui_view
|
|
735
735
|
class="view row"
|
|
736
736
|
>
|
|
737
|
-
<
|
|
737
|
+
<ui_view
|
|
738
738
|
class="view content"
|
|
739
739
|
>
|
|
740
|
-
<
|
|
740
|
+
<ui_text
|
|
741
741
|
class="text paragraph text label"
|
|
742
742
|
>
|
|
743
743
|
labelPrefix
|
|
744
|
-
</
|
|
744
|
+
</ui_text>
|
|
745
745
|
<select
|
|
746
|
-
class="select empty input
|
|
746
|
+
class="select empty input prefix withLabel empty"
|
|
747
747
|
name="name-prefix"
|
|
748
748
|
>
|
|
749
749
|
<option
|
|
@@ -762,8 +762,8 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
|
|
|
762
762
|
+001
|
|
763
763
|
</option>
|
|
764
764
|
</select>
|
|
765
|
-
</
|
|
766
|
-
<
|
|
765
|
+
</ui_view>
|
|
766
|
+
<ui_icon
|
|
767
767
|
class="icon headline-3 expand"
|
|
768
768
|
>
|
|
769
769
|
<svg
|
|
@@ -784,46 +784,46 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
|
|
|
784
784
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
785
785
|
/>
|
|
786
786
|
</svg>
|
|
787
|
-
</
|
|
788
|
-
</
|
|
789
|
-
<
|
|
787
|
+
</ui_icon>
|
|
788
|
+
</ui_view>
|
|
789
|
+
<ui_view
|
|
790
790
|
class="view forceRow separator"
|
|
791
791
|
/>
|
|
792
|
-
<
|
|
792
|
+
<ui_view
|
|
793
793
|
class="view row wide"
|
|
794
794
|
>
|
|
795
|
-
<
|
|
795
|
+
<ui_view
|
|
796
796
|
class="view wide content"
|
|
797
797
|
>
|
|
798
798
|
<input
|
|
799
|
-
class="input input
|
|
799
|
+
class="input input"
|
|
800
800
|
maxlength="12"
|
|
801
801
|
name="name-phone"
|
|
802
802
|
type="tel"
|
|
803
803
|
value=""
|
|
804
804
|
/>
|
|
805
|
-
</
|
|
806
|
-
</
|
|
807
|
-
</
|
|
808
|
-
</
|
|
805
|
+
</ui_view>
|
|
806
|
+
</ui_view>
|
|
807
|
+
</ui_view>
|
|
808
|
+
</ui_view>
|
|
809
809
|
</DocumentFragment>
|
|
810
810
|
`;
|
|
811
811
|
|
|
812
812
|
exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
813
813
|
<DocumentFragment>
|
|
814
|
-
<
|
|
814
|
+
<ui_view
|
|
815
815
|
class="view container"
|
|
816
816
|
>
|
|
817
|
-
<
|
|
817
|
+
<ui_view
|
|
818
818
|
class="view row inputBorder"
|
|
819
819
|
>
|
|
820
|
-
<
|
|
820
|
+
<ui_view
|
|
821
821
|
class="view row"
|
|
822
822
|
>
|
|
823
|
-
<
|
|
823
|
+
<ui_view
|
|
824
824
|
class="view content"
|
|
825
825
|
>
|
|
826
|
-
<
|
|
826
|
+
<ui_text
|
|
827
827
|
class="text paragraph text label"
|
|
828
828
|
>
|
|
829
829
|
labelPrefix
|
|
@@ -832,9 +832,9 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
832
832
|
>
|
|
833
833
|
*
|
|
834
834
|
</span>
|
|
835
|
-
</
|
|
835
|
+
</ui_text>
|
|
836
836
|
<select
|
|
837
|
-
class="select empty input
|
|
837
|
+
class="select empty input prefix withLabel empty"
|
|
838
838
|
name="name-prefix"
|
|
839
839
|
required=""
|
|
840
840
|
>
|
|
@@ -854,8 +854,8 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
854
854
|
+001
|
|
855
855
|
</option>
|
|
856
856
|
</select>
|
|
857
|
-
</
|
|
858
|
-
<
|
|
857
|
+
</ui_view>
|
|
858
|
+
<ui_icon
|
|
859
859
|
class="icon headline-3 expand"
|
|
860
860
|
>
|
|
861
861
|
<svg
|
|
@@ -876,18 +876,18 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
876
876
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
877
877
|
/>
|
|
878
878
|
</svg>
|
|
879
|
-
</
|
|
880
|
-
</
|
|
881
|
-
<
|
|
879
|
+
</ui_icon>
|
|
880
|
+
</ui_view>
|
|
881
|
+
<ui_view
|
|
882
882
|
class="view forceRow separator"
|
|
883
883
|
/>
|
|
884
|
-
<
|
|
884
|
+
<ui_view
|
|
885
885
|
class="view row wide"
|
|
886
886
|
>
|
|
887
|
-
<
|
|
887
|
+
<ui_view
|
|
888
888
|
class="view wide content"
|
|
889
889
|
>
|
|
890
|
-
<
|
|
890
|
+
<ui_text
|
|
891
891
|
class="text paragraph text label"
|
|
892
892
|
>
|
|
893
893
|
label
|
|
@@ -896,43 +896,43 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
896
896
|
>
|
|
897
897
|
*
|
|
898
898
|
</span>
|
|
899
|
-
</
|
|
899
|
+
</ui_text>
|
|
900
900
|
<input
|
|
901
|
-
class="input input
|
|
901
|
+
class="input input withLabel"
|
|
902
902
|
maxlength="12"
|
|
903
903
|
name="name-phone"
|
|
904
904
|
required=""
|
|
905
905
|
type="tel"
|
|
906
906
|
value=""
|
|
907
907
|
/>
|
|
908
|
-
</
|
|
909
|
-
</
|
|
910
|
-
</
|
|
911
|
-
</
|
|
908
|
+
</ui_view>
|
|
909
|
+
</ui_view>
|
|
910
|
+
</ui_view>
|
|
911
|
+
</ui_view>
|
|
912
912
|
</DocumentFragment>
|
|
913
913
|
`;
|
|
914
914
|
|
|
915
915
|
exports[`component:<InputPhone> prop:required 1`] = `
|
|
916
916
|
<DocumentFragment>
|
|
917
|
-
<
|
|
917
|
+
<ui_view
|
|
918
918
|
class="view container"
|
|
919
919
|
>
|
|
920
|
-
<
|
|
920
|
+
<ui_view
|
|
921
921
|
class="view row inputBorder"
|
|
922
922
|
>
|
|
923
|
-
<
|
|
923
|
+
<ui_view
|
|
924
924
|
class="view row"
|
|
925
925
|
>
|
|
926
|
-
<
|
|
926
|
+
<ui_view
|
|
927
927
|
class="view content"
|
|
928
928
|
>
|
|
929
|
-
<
|
|
929
|
+
<ui_text
|
|
930
930
|
class="text paragraph text label"
|
|
931
931
|
>
|
|
932
932
|
labelPrefix
|
|
933
|
-
</
|
|
933
|
+
</ui_text>
|
|
934
934
|
<select
|
|
935
|
-
class="select empty input
|
|
935
|
+
class="select empty input prefix withLabel empty"
|
|
936
936
|
name="name-prefix"
|
|
937
937
|
required=""
|
|
938
938
|
>
|
|
@@ -952,8 +952,8 @@ exports[`component:<InputPhone> prop:required 1`] = `
|
|
|
952
952
|
+001
|
|
953
953
|
</option>
|
|
954
954
|
</select>
|
|
955
|
-
</
|
|
956
|
-
<
|
|
955
|
+
</ui_view>
|
|
956
|
+
<ui_icon
|
|
957
957
|
class="icon headline-3 expand"
|
|
958
958
|
>
|
|
959
959
|
<svg
|
|
@@ -974,53 +974,53 @@ exports[`component:<InputPhone> prop:required 1`] = `
|
|
|
974
974
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
975
975
|
/>
|
|
976
976
|
</svg>
|
|
977
|
-
</
|
|
978
|
-
</
|
|
979
|
-
<
|
|
977
|
+
</ui_icon>
|
|
978
|
+
</ui_view>
|
|
979
|
+
<ui_view
|
|
980
980
|
class="view forceRow separator"
|
|
981
981
|
/>
|
|
982
|
-
<
|
|
982
|
+
<ui_view
|
|
983
983
|
class="view row wide"
|
|
984
984
|
>
|
|
985
|
-
<
|
|
985
|
+
<ui_view
|
|
986
986
|
class="view wide content"
|
|
987
987
|
>
|
|
988
|
-
<
|
|
988
|
+
<ui_text
|
|
989
989
|
class="text paragraph text label"
|
|
990
990
|
>
|
|
991
991
|
label
|
|
992
|
-
</
|
|
992
|
+
</ui_text>
|
|
993
993
|
<input
|
|
994
|
-
class="input input
|
|
994
|
+
class="input input withLabel"
|
|
995
995
|
maxlength="12"
|
|
996
996
|
name="name-phone"
|
|
997
997
|
required=""
|
|
998
998
|
type="tel"
|
|
999
999
|
value=""
|
|
1000
1000
|
/>
|
|
1001
|
-
</
|
|
1002
|
-
</
|
|
1003
|
-
</
|
|
1004
|
-
</
|
|
1001
|
+
</ui_view>
|
|
1002
|
+
</ui_view>
|
|
1003
|
+
</ui_view>
|
|
1004
|
+
</ui_view>
|
|
1005
1005
|
</DocumentFragment>
|
|
1006
1006
|
`;
|
|
1007
1007
|
|
|
1008
1008
|
exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
1009
1009
|
<DocumentFragment>
|
|
1010
|
-
<
|
|
1010
|
+
<ui_view
|
|
1011
1011
|
class="view container"
|
|
1012
1012
|
>
|
|
1013
|
-
<
|
|
1013
|
+
<ui_view
|
|
1014
1014
|
class="view row inputBorder error"
|
|
1015
1015
|
>
|
|
1016
|
-
<
|
|
1016
|
+
<ui_view
|
|
1017
1017
|
class="view row"
|
|
1018
1018
|
>
|
|
1019
|
-
<
|
|
1019
|
+
<ui_view
|
|
1020
1020
|
class="view content"
|
|
1021
1021
|
>
|
|
1022
1022
|
<select
|
|
1023
|
-
class="select empty input
|
|
1023
|
+
class="select empty input prefix"
|
|
1024
1024
|
name="name-prefix"
|
|
1025
1025
|
>
|
|
1026
1026
|
<option
|
|
@@ -1039,8 +1039,8 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
|
1039
1039
|
+001
|
|
1040
1040
|
</option>
|
|
1041
1041
|
</select>
|
|
1042
|
-
</
|
|
1043
|
-
<
|
|
1042
|
+
</ui_view>
|
|
1043
|
+
<ui_icon
|
|
1044
1044
|
class="icon headline-3 expand"
|
|
1045
1045
|
>
|
|
1046
1046
|
<svg
|
|
@@ -1061,27 +1061,27 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
|
1061
1061
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1062
1062
|
/>
|
|
1063
1063
|
</svg>
|
|
1064
|
-
</
|
|
1065
|
-
</
|
|
1066
|
-
<
|
|
1064
|
+
</ui_icon>
|
|
1065
|
+
</ui_view>
|
|
1066
|
+
<ui_view
|
|
1067
1067
|
class="view forceRow separator"
|
|
1068
1068
|
/>
|
|
1069
|
-
<
|
|
1069
|
+
<ui_view
|
|
1070
1070
|
class="view row wide"
|
|
1071
1071
|
>
|
|
1072
|
-
<
|
|
1072
|
+
<ui_view
|
|
1073
1073
|
class="view wide content"
|
|
1074
1074
|
>
|
|
1075
1075
|
<input
|
|
1076
|
-
class="input input
|
|
1076
|
+
class="input input"
|
|
1077
1077
|
maxlength="12"
|
|
1078
1078
|
name="name-phone"
|
|
1079
1079
|
type="tel"
|
|
1080
1080
|
value=""
|
|
1081
1081
|
/>
|
|
1082
|
-
</
|
|
1083
|
-
</
|
|
1084
|
-
<
|
|
1082
|
+
</ui_view>
|
|
1083
|
+
</ui_view>
|
|
1084
|
+
<ui_icon
|
|
1085
1085
|
class="icon headline-3 icon error"
|
|
1086
1086
|
>
|
|
1087
1087
|
<svg
|
|
@@ -1101,28 +1101,28 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
|
1101
1101
|
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"
|
|
1102
1102
|
/>
|
|
1103
1103
|
</svg>
|
|
1104
|
-
</
|
|
1105
|
-
</
|
|
1106
|
-
</
|
|
1104
|
+
</ui_icon>
|
|
1105
|
+
</ui_view>
|
|
1106
|
+
</ui_view>
|
|
1107
1107
|
</DocumentFragment>
|
|
1108
1108
|
`;
|
|
1109
1109
|
|
|
1110
1110
|
exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
1111
1111
|
<DocumentFragment>
|
|
1112
|
-
<
|
|
1112
|
+
<ui_view
|
|
1113
1113
|
class="view container"
|
|
1114
1114
|
>
|
|
1115
|
-
<
|
|
1115
|
+
<ui_view
|
|
1116
1116
|
class="view row inputBorder"
|
|
1117
1117
|
>
|
|
1118
|
-
<
|
|
1118
|
+
<ui_view
|
|
1119
1119
|
class="view row"
|
|
1120
1120
|
>
|
|
1121
|
-
<
|
|
1121
|
+
<ui_view
|
|
1122
1122
|
class="view content"
|
|
1123
1123
|
>
|
|
1124
1124
|
<select
|
|
1125
|
-
class="select empty input
|
|
1125
|
+
class="select empty input prefix"
|
|
1126
1126
|
name="name-prefix"
|
|
1127
1127
|
>
|
|
1128
1128
|
<option
|
|
@@ -1141,8 +1141,8 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
|
1141
1141
|
+001
|
|
1142
1142
|
</option>
|
|
1143
1143
|
</select>
|
|
1144
|
-
</
|
|
1145
|
-
<
|
|
1144
|
+
</ui_view>
|
|
1145
|
+
<ui_icon
|
|
1146
1146
|
class="icon headline-3 expand"
|
|
1147
1147
|
>
|
|
1148
1148
|
<svg
|
|
@@ -1163,27 +1163,27 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
|
1163
1163
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1164
1164
|
/>
|
|
1165
1165
|
</svg>
|
|
1166
|
-
</
|
|
1167
|
-
</
|
|
1168
|
-
<
|
|
1166
|
+
</ui_icon>
|
|
1167
|
+
</ui_view>
|
|
1168
|
+
<ui_view
|
|
1169
1169
|
class="view forceRow separator"
|
|
1170
1170
|
/>
|
|
1171
|
-
<
|
|
1171
|
+
<ui_view
|
|
1172
1172
|
class="view row wide"
|
|
1173
1173
|
>
|
|
1174
|
-
<
|
|
1174
|
+
<ui_view
|
|
1175
1175
|
class="view wide content"
|
|
1176
1176
|
>
|
|
1177
1177
|
<input
|
|
1178
|
-
class="input input
|
|
1178
|
+
class="input input"
|
|
1179
1179
|
maxlength="12"
|
|
1180
1180
|
name="name-phone"
|
|
1181
1181
|
type="tel"
|
|
1182
1182
|
value=""
|
|
1183
1183
|
/>
|
|
1184
|
-
</
|
|
1185
|
-
</
|
|
1186
|
-
<
|
|
1184
|
+
</ui_view>
|
|
1185
|
+
</ui_view>
|
|
1186
|
+
<ui_icon
|
|
1187
1187
|
class="icon headline-3 icon success"
|
|
1188
1188
|
>
|
|
1189
1189
|
<svg
|
|
@@ -1203,28 +1203,28 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
|
1203
1203
|
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"
|
|
1204
1204
|
/>
|
|
1205
1205
|
</svg>
|
|
1206
|
-
</
|
|
1207
|
-
</
|
|
1208
|
-
</
|
|
1206
|
+
</ui_icon>
|
|
1207
|
+
</ui_view>
|
|
1208
|
+
</ui_view>
|
|
1209
1209
|
</DocumentFragment>
|
|
1210
1210
|
`;
|
|
1211
1211
|
|
|
1212
1212
|
exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
1213
1213
|
<DocumentFragment>
|
|
1214
|
-
<
|
|
1214
|
+
<ui_view
|
|
1215
1215
|
class="view container"
|
|
1216
1216
|
>
|
|
1217
|
-
<
|
|
1217
|
+
<ui_view
|
|
1218
1218
|
class="view row inputBorder"
|
|
1219
1219
|
>
|
|
1220
|
-
<
|
|
1220
|
+
<ui_view
|
|
1221
1221
|
class="view row"
|
|
1222
1222
|
>
|
|
1223
|
-
<
|
|
1223
|
+
<ui_view
|
|
1224
1224
|
class="view content"
|
|
1225
1225
|
>
|
|
1226
1226
|
<select
|
|
1227
|
-
class="select empty input
|
|
1227
|
+
class="select empty input prefix"
|
|
1228
1228
|
name="name-prefix"
|
|
1229
1229
|
>
|
|
1230
1230
|
<option
|
|
@@ -1243,8 +1243,8 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
|
1243
1243
|
+001
|
|
1244
1244
|
</option>
|
|
1245
1245
|
</select>
|
|
1246
|
-
</
|
|
1247
|
-
<
|
|
1246
|
+
</ui_view>
|
|
1247
|
+
<ui_icon
|
|
1248
1248
|
class="icon headline-3 expand"
|
|
1249
1249
|
>
|
|
1250
1250
|
<svg
|
|
@@ -1265,27 +1265,27 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
|
1265
1265
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1266
1266
|
/>
|
|
1267
1267
|
</svg>
|
|
1268
|
-
</
|
|
1269
|
-
</
|
|
1270
|
-
<
|
|
1268
|
+
</ui_icon>
|
|
1269
|
+
</ui_view>
|
|
1270
|
+
<ui_view
|
|
1271
1271
|
class="view forceRow separator"
|
|
1272
1272
|
/>
|
|
1273
|
-
<
|
|
1273
|
+
<ui_view
|
|
1274
1274
|
class="view row wide"
|
|
1275
1275
|
>
|
|
1276
|
-
<
|
|
1276
|
+
<ui_view
|
|
1277
1277
|
class="view wide content"
|
|
1278
1278
|
>
|
|
1279
1279
|
<input
|
|
1280
|
-
class="input input
|
|
1280
|
+
class="input input"
|
|
1281
1281
|
maxlength="12"
|
|
1282
1282
|
name="name-phone"
|
|
1283
1283
|
type="tel"
|
|
1284
1284
|
value=""
|
|
1285
1285
|
/>
|
|
1286
|
-
</
|
|
1287
|
-
</
|
|
1288
|
-
<
|
|
1286
|
+
</ui_view>
|
|
1287
|
+
</ui_view>
|
|
1288
|
+
<ui_icon
|
|
1289
1289
|
class="icon headline-3 icon warning"
|
|
1290
1290
|
>
|
|
1291
1291
|
<svg
|
|
@@ -1301,28 +1301,28 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
|
1301
1301
|
d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
1302
1302
|
/>
|
|
1303
1303
|
</svg>
|
|
1304
|
-
</
|
|
1305
|
-
</
|
|
1306
|
-
</
|
|
1304
|
+
</ui_icon>
|
|
1305
|
+
</ui_view>
|
|
1306
|
+
</ui_view>
|
|
1307
1307
|
</DocumentFragment>
|
|
1308
1308
|
`;
|
|
1309
1309
|
|
|
1310
1310
|
exports[`component:<InputPhone> prop:success 1`] = `
|
|
1311
1311
|
<DocumentFragment>
|
|
1312
|
-
<
|
|
1312
|
+
<ui_view
|
|
1313
1313
|
class="view container"
|
|
1314
1314
|
>
|
|
1315
|
-
<
|
|
1315
|
+
<ui_view
|
|
1316
1316
|
class="view row inputBorder"
|
|
1317
1317
|
>
|
|
1318
|
-
<
|
|
1318
|
+
<ui_view
|
|
1319
1319
|
class="view row"
|
|
1320
1320
|
>
|
|
1321
|
-
<
|
|
1321
|
+
<ui_view
|
|
1322
1322
|
class="view content"
|
|
1323
1323
|
>
|
|
1324
1324
|
<select
|
|
1325
|
-
class="select empty input
|
|
1325
|
+
class="select empty input prefix"
|
|
1326
1326
|
name="name-prefix"
|
|
1327
1327
|
>
|
|
1328
1328
|
<option
|
|
@@ -1341,8 +1341,8 @@ exports[`component:<InputPhone> prop:success 1`] = `
|
|
|
1341
1341
|
+001
|
|
1342
1342
|
</option>
|
|
1343
1343
|
</select>
|
|
1344
|
-
</
|
|
1345
|
-
<
|
|
1344
|
+
</ui_view>
|
|
1345
|
+
<ui_icon
|
|
1346
1346
|
class="icon headline-3 expand"
|
|
1347
1347
|
>
|
|
1348
1348
|
<svg
|
|
@@ -1363,27 +1363,27 @@ exports[`component:<InputPhone> prop:success 1`] = `
|
|
|
1363
1363
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1364
1364
|
/>
|
|
1365
1365
|
</svg>
|
|
1366
|
-
</
|
|
1367
|
-
</
|
|
1368
|
-
<
|
|
1366
|
+
</ui_icon>
|
|
1367
|
+
</ui_view>
|
|
1368
|
+
<ui_view
|
|
1369
1369
|
class="view forceRow separator"
|
|
1370
1370
|
/>
|
|
1371
|
-
<
|
|
1371
|
+
<ui_view
|
|
1372
1372
|
class="view row wide"
|
|
1373
1373
|
>
|
|
1374
|
-
<
|
|
1374
|
+
<ui_view
|
|
1375
1375
|
class="view wide content"
|
|
1376
1376
|
>
|
|
1377
1377
|
<input
|
|
1378
|
-
class="input input
|
|
1378
|
+
class="input input"
|
|
1379
1379
|
maxlength="12"
|
|
1380
1380
|
name="name-phone"
|
|
1381
1381
|
type="tel"
|
|
1382
1382
|
value=""
|
|
1383
1383
|
/>
|
|
1384
|
-
</
|
|
1385
|
-
</
|
|
1386
|
-
<
|
|
1384
|
+
</ui_view>
|
|
1385
|
+
</ui_view>
|
|
1386
|
+
<ui_icon
|
|
1387
1387
|
class="icon headline-3 icon success"
|
|
1388
1388
|
>
|
|
1389
1389
|
<svg
|
|
@@ -1403,28 +1403,28 @@ exports[`component:<InputPhone> prop:success 1`] = `
|
|
|
1403
1403
|
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"
|
|
1404
1404
|
/>
|
|
1405
1405
|
</svg>
|
|
1406
|
-
</
|
|
1407
|
-
</
|
|
1408
|
-
</
|
|
1406
|
+
</ui_icon>
|
|
1407
|
+
</ui_view>
|
|
1408
|
+
</ui_view>
|
|
1409
1409
|
</DocumentFragment>
|
|
1410
1410
|
`;
|
|
1411
1411
|
|
|
1412
1412
|
exports[`component:<InputPhone> prop:value 1`] = `
|
|
1413
1413
|
<DocumentFragment>
|
|
1414
|
-
<
|
|
1414
|
+
<ui_view
|
|
1415
1415
|
class="view container"
|
|
1416
1416
|
>
|
|
1417
|
-
<
|
|
1417
|
+
<ui_view
|
|
1418
1418
|
class="view row inputBorder"
|
|
1419
1419
|
>
|
|
1420
|
-
<
|
|
1420
|
+
<ui_view
|
|
1421
1421
|
class="view row"
|
|
1422
1422
|
>
|
|
1423
|
-
<
|
|
1423
|
+
<ui_view
|
|
1424
1424
|
class="view content"
|
|
1425
1425
|
>
|
|
1426
1426
|
<select
|
|
1427
|
-
class="select input
|
|
1427
|
+
class="select input prefix"
|
|
1428
1428
|
name="name-prefix"
|
|
1429
1429
|
>
|
|
1430
1430
|
<option
|
|
@@ -1443,8 +1443,8 @@ exports[`component:<InputPhone> prop:value 1`] = `
|
|
|
1443
1443
|
+001
|
|
1444
1444
|
</option>
|
|
1445
1445
|
</select>
|
|
1446
|
-
</
|
|
1447
|
-
<
|
|
1446
|
+
</ui_view>
|
|
1447
|
+
<ui_icon
|
|
1448
1448
|
class="icon headline-3 expand"
|
|
1449
1449
|
>
|
|
1450
1450
|
<svg
|
|
@@ -1465,75 +1465,75 @@ exports[`component:<InputPhone> prop:value 1`] = `
|
|
|
1465
1465
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1466
1466
|
/>
|
|
1467
1467
|
</svg>
|
|
1468
|
-
</
|
|
1469
|
-
</
|
|
1470
|
-
<
|
|
1468
|
+
</ui_icon>
|
|
1469
|
+
</ui_view>
|
|
1470
|
+
<ui_view
|
|
1471
1471
|
class="view forceRow separator"
|
|
1472
1472
|
/>
|
|
1473
|
-
<
|
|
1473
|
+
<ui_view
|
|
1474
1474
|
class="view row wide"
|
|
1475
1475
|
>
|
|
1476
|
-
<
|
|
1476
|
+
<ui_view
|
|
1477
1477
|
class="view wide content"
|
|
1478
1478
|
>
|
|
1479
1479
|
<input
|
|
1480
|
-
class="input input
|
|
1480
|
+
class="input input"
|
|
1481
1481
|
maxlength="12"
|
|
1482
1482
|
name="name-phone"
|
|
1483
1483
|
type="tel"
|
|
1484
1484
|
value="212123789"
|
|
1485
1485
|
/>
|
|
1486
|
-
</
|
|
1487
|
-
</
|
|
1488
|
-
</
|
|
1489
|
-
</
|
|
1486
|
+
</ui_view>
|
|
1487
|
+
</ui_view>
|
|
1488
|
+
</ui_view>
|
|
1489
|
+
</ui_view>
|
|
1490
1490
|
</DocumentFragment>
|
|
1491
1491
|
`;
|
|
1492
1492
|
|
|
1493
1493
|
exports[`component:<InputPhone> prop:value:without prefixes 1`] = `
|
|
1494
1494
|
<DocumentFragment>
|
|
1495
|
-
<
|
|
1495
|
+
<ui_view
|
|
1496
1496
|
class="view container"
|
|
1497
1497
|
>
|
|
1498
|
-
<
|
|
1498
|
+
<ui_view
|
|
1499
1499
|
class="view row inputBorder"
|
|
1500
1500
|
>
|
|
1501
|
-
<
|
|
1501
|
+
<ui_view
|
|
1502
1502
|
class="view row wide"
|
|
1503
1503
|
>
|
|
1504
|
-
<
|
|
1504
|
+
<ui_view
|
|
1505
1505
|
class="view wide content"
|
|
1506
1506
|
>
|
|
1507
1507
|
<input
|
|
1508
|
-
class="input input
|
|
1508
|
+
class="input input"
|
|
1509
1509
|
maxlength="12"
|
|
1510
1510
|
name="name-phone"
|
|
1511
1511
|
type="tel"
|
|
1512
1512
|
value="212123789"
|
|
1513
1513
|
/>
|
|
1514
|
-
</
|
|
1515
|
-
</
|
|
1516
|
-
</
|
|
1517
|
-
</
|
|
1514
|
+
</ui_view>
|
|
1515
|
+
</ui_view>
|
|
1516
|
+
</ui_view>
|
|
1517
|
+
</ui_view>
|
|
1518
1518
|
</DocumentFragment>
|
|
1519
1519
|
`;
|
|
1520
1520
|
|
|
1521
1521
|
exports[`component:<InputPhone> prop:warning 1`] = `
|
|
1522
1522
|
<DocumentFragment>
|
|
1523
|
-
<
|
|
1523
|
+
<ui_view
|
|
1524
1524
|
class="view container"
|
|
1525
1525
|
>
|
|
1526
|
-
<
|
|
1526
|
+
<ui_view
|
|
1527
1527
|
class="view row inputBorder"
|
|
1528
1528
|
>
|
|
1529
|
-
<
|
|
1529
|
+
<ui_view
|
|
1530
1530
|
class="view row"
|
|
1531
1531
|
>
|
|
1532
|
-
<
|
|
1532
|
+
<ui_view
|
|
1533
1533
|
class="view content"
|
|
1534
1534
|
>
|
|
1535
1535
|
<select
|
|
1536
|
-
class="select empty input
|
|
1536
|
+
class="select empty input prefix"
|
|
1537
1537
|
name="name-prefix"
|
|
1538
1538
|
>
|
|
1539
1539
|
<option
|
|
@@ -1552,8 +1552,8 @@ exports[`component:<InputPhone> prop:warning 1`] = `
|
|
|
1552
1552
|
+001
|
|
1553
1553
|
</option>
|
|
1554
1554
|
</select>
|
|
1555
|
-
</
|
|
1556
|
-
<
|
|
1555
|
+
</ui_view>
|
|
1556
|
+
<ui_icon
|
|
1557
1557
|
class="icon headline-3 expand"
|
|
1558
1558
|
>
|
|
1559
1559
|
<svg
|
|
@@ -1574,27 +1574,27 @@ exports[`component:<InputPhone> prop:warning 1`] = `
|
|
|
1574
1574
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1575
1575
|
/>
|
|
1576
1576
|
</svg>
|
|
1577
|
-
</
|
|
1578
|
-
</
|
|
1579
|
-
<
|
|
1577
|
+
</ui_icon>
|
|
1578
|
+
</ui_view>
|
|
1579
|
+
<ui_view
|
|
1580
1580
|
class="view forceRow separator"
|
|
1581
1581
|
/>
|
|
1582
|
-
<
|
|
1582
|
+
<ui_view
|
|
1583
1583
|
class="view row wide"
|
|
1584
1584
|
>
|
|
1585
|
-
<
|
|
1585
|
+
<ui_view
|
|
1586
1586
|
class="view wide content"
|
|
1587
1587
|
>
|
|
1588
1588
|
<input
|
|
1589
|
-
class="input input
|
|
1589
|
+
class="input input"
|
|
1590
1590
|
maxlength="12"
|
|
1591
1591
|
name="name-phone"
|
|
1592
1592
|
type="tel"
|
|
1593
1593
|
value=""
|
|
1594
1594
|
/>
|
|
1595
|
-
</
|
|
1596
|
-
</
|
|
1597
|
-
<
|
|
1595
|
+
</ui_view>
|
|
1596
|
+
</ui_view>
|
|
1597
|
+
<ui_icon
|
|
1598
1598
|
class="icon headline-3 icon warning"
|
|
1599
1599
|
>
|
|
1600
1600
|
<svg
|
|
@@ -1610,28 +1610,28 @@ exports[`component:<InputPhone> prop:warning 1`] = `
|
|
|
1610
1610
|
d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
1611
1611
|
/>
|
|
1612
1612
|
</svg>
|
|
1613
|
-
</
|
|
1614
|
-
</
|
|
1615
|
-
</
|
|
1613
|
+
</ui_icon>
|
|
1614
|
+
</ui_view>
|
|
1615
|
+
</ui_view>
|
|
1616
1616
|
</DocumentFragment>
|
|
1617
1617
|
`;
|
|
1618
1618
|
|
|
1619
1619
|
exports[`component:<InputPhone> renders 1`] = `
|
|
1620
1620
|
<DocumentFragment>
|
|
1621
|
-
<
|
|
1621
|
+
<ui_view
|
|
1622
1622
|
class="view container"
|
|
1623
1623
|
>
|
|
1624
|
-
<
|
|
1624
|
+
<ui_view
|
|
1625
1625
|
class="view row inputBorder"
|
|
1626
1626
|
>
|
|
1627
|
-
<
|
|
1627
|
+
<ui_view
|
|
1628
1628
|
class="view row"
|
|
1629
1629
|
>
|
|
1630
|
-
<
|
|
1630
|
+
<ui_view
|
|
1631
1631
|
class="view content"
|
|
1632
1632
|
>
|
|
1633
1633
|
<select
|
|
1634
|
-
class="select empty input
|
|
1634
|
+
class="select empty input prefix"
|
|
1635
1635
|
name="name-prefix"
|
|
1636
1636
|
>
|
|
1637
1637
|
<option
|
|
@@ -1650,8 +1650,8 @@ exports[`component:<InputPhone> renders 1`] = `
|
|
|
1650
1650
|
+001
|
|
1651
1651
|
</option>
|
|
1652
1652
|
</select>
|
|
1653
|
-
</
|
|
1654
|
-
<
|
|
1653
|
+
</ui_view>
|
|
1654
|
+
<ui_icon
|
|
1655
1655
|
class="icon headline-3 expand"
|
|
1656
1656
|
>
|
|
1657
1657
|
<svg
|
|
@@ -1672,47 +1672,47 @@ exports[`component:<InputPhone> renders 1`] = `
|
|
|
1672
1672
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1673
1673
|
/>
|
|
1674
1674
|
</svg>
|
|
1675
|
-
</
|
|
1676
|
-
</
|
|
1677
|
-
<
|
|
1675
|
+
</ui_icon>
|
|
1676
|
+
</ui_view>
|
|
1677
|
+
<ui_view
|
|
1678
1678
|
class="view forceRow separator"
|
|
1679
1679
|
/>
|
|
1680
|
-
<
|
|
1680
|
+
<ui_view
|
|
1681
1681
|
class="view row wide"
|
|
1682
1682
|
>
|
|
1683
|
-
<
|
|
1683
|
+
<ui_view
|
|
1684
1684
|
class="view wide content"
|
|
1685
1685
|
>
|
|
1686
1686
|
<input
|
|
1687
|
-
class="input input
|
|
1687
|
+
class="input input"
|
|
1688
1688
|
maxlength="12"
|
|
1689
1689
|
name="name-phone"
|
|
1690
1690
|
type="tel"
|
|
1691
1691
|
value=""
|
|
1692
1692
|
/>
|
|
1693
|
-
</
|
|
1694
|
-
</
|
|
1695
|
-
</
|
|
1696
|
-
</
|
|
1693
|
+
</ui_view>
|
|
1694
|
+
</ui_view>
|
|
1695
|
+
</ui_view>
|
|
1696
|
+
</ui_view>
|
|
1697
1697
|
</DocumentFragment>
|
|
1698
1698
|
`;
|
|
1699
1699
|
|
|
1700
1700
|
exports[`component:<InputPhone> testId 1`] = `
|
|
1701
1701
|
<DocumentFragment>
|
|
1702
|
-
<
|
|
1702
|
+
<ui_view
|
|
1703
1703
|
class="view container"
|
|
1704
1704
|
>
|
|
1705
|
-
<
|
|
1705
|
+
<ui_view
|
|
1706
1706
|
class="view row inputBorder"
|
|
1707
1707
|
>
|
|
1708
|
-
<
|
|
1708
|
+
<ui_view
|
|
1709
1709
|
class="view row"
|
|
1710
1710
|
>
|
|
1711
|
-
<
|
|
1711
|
+
<ui_view
|
|
1712
1712
|
class="view content"
|
|
1713
1713
|
>
|
|
1714
1714
|
<select
|
|
1715
|
-
class="select empty input
|
|
1715
|
+
class="select empty input prefix"
|
|
1716
1716
|
data-testid="mirai-select"
|
|
1717
1717
|
name="name-prefix"
|
|
1718
1718
|
>
|
|
@@ -1732,8 +1732,8 @@ exports[`component:<InputPhone> testId 1`] = `
|
|
|
1732
1732
|
+001
|
|
1733
1733
|
</option>
|
|
1734
1734
|
</select>
|
|
1735
|
-
</
|
|
1736
|
-
<
|
|
1735
|
+
</ui_view>
|
|
1736
|
+
<ui_icon
|
|
1737
1737
|
class="icon headline-3 expand"
|
|
1738
1738
|
>
|
|
1739
1739
|
<svg
|
|
@@ -1754,57 +1754,57 @@ exports[`component:<InputPhone> testId 1`] = `
|
|
|
1754
1754
|
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1755
1755
|
/>
|
|
1756
1756
|
</svg>
|
|
1757
|
-
</
|
|
1758
|
-
</
|
|
1759
|
-
<
|
|
1757
|
+
</ui_icon>
|
|
1758
|
+
</ui_view>
|
|
1759
|
+
<ui_view
|
|
1760
1760
|
class="view forceRow separator"
|
|
1761
1761
|
/>
|
|
1762
|
-
<
|
|
1762
|
+
<ui_view
|
|
1763
1763
|
class="view row wide"
|
|
1764
1764
|
>
|
|
1765
|
-
<
|
|
1765
|
+
<ui_view
|
|
1766
1766
|
class="view wide content"
|
|
1767
1767
|
>
|
|
1768
1768
|
<input
|
|
1769
|
-
class="input input
|
|
1769
|
+
class="input input"
|
|
1770
1770
|
data-testid="mirai-input"
|
|
1771
1771
|
maxlength="12"
|
|
1772
1772
|
name="name-phone"
|
|
1773
1773
|
type="tel"
|
|
1774
1774
|
value=""
|
|
1775
1775
|
/>
|
|
1776
|
-
</
|
|
1777
|
-
</
|
|
1778
|
-
</
|
|
1779
|
-
</
|
|
1776
|
+
</ui_view>
|
|
1777
|
+
</ui_view>
|
|
1778
|
+
</ui_view>
|
|
1779
|
+
</ui_view>
|
|
1780
1780
|
</DocumentFragment>
|
|
1781
1781
|
`;
|
|
1782
1782
|
|
|
1783
1783
|
exports[`component:<InputPhone> testId:without prefixes 1`] = `
|
|
1784
1784
|
<DocumentFragment>
|
|
1785
|
-
<
|
|
1785
|
+
<ui_view
|
|
1786
1786
|
class="view container"
|
|
1787
1787
|
>
|
|
1788
|
-
<
|
|
1788
|
+
<ui_view
|
|
1789
1789
|
class="view row inputBorder"
|
|
1790
1790
|
>
|
|
1791
|
-
<
|
|
1791
|
+
<ui_view
|
|
1792
1792
|
class="view row wide"
|
|
1793
1793
|
>
|
|
1794
|
-
<
|
|
1794
|
+
<ui_view
|
|
1795
1795
|
class="view wide content"
|
|
1796
1796
|
>
|
|
1797
1797
|
<input
|
|
1798
|
-
class="input input
|
|
1798
|
+
class="input input"
|
|
1799
1799
|
data-testid="mirai-input"
|
|
1800
1800
|
maxlength="12"
|
|
1801
1801
|
name="name-phone"
|
|
1802
1802
|
type="tel"
|
|
1803
1803
|
value=""
|
|
1804
1804
|
/>
|
|
1805
|
-
</
|
|
1806
|
-
</
|
|
1807
|
-
</
|
|
1808
|
-
</
|
|
1805
|
+
</ui_view>
|
|
1806
|
+
</ui_view>
|
|
1807
|
+
</ui_view>
|
|
1808
|
+
</ui_view>
|
|
1809
1809
|
</DocumentFragment>
|
|
1810
1810
|
`;
|