@mirai/ui 2.0.5 → 2.0.7
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 +1 -2
- package/build/components/Action/Action.js.map +1 -1
- package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +21 -32
- package/build/components/Button/Button.js +1 -2
- package/build/components/Button/Button.js.map +1 -1
- package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +17 -28
- package/build/components/Calendar/Calendar.Month.js +1 -0
- package/build/components/Calendar/Calendar.Month.js.map +1 -1
- package/build/components/Calendar/Calendar.Weekdays.js +1 -0
- package/build/components/Calendar/Calendar.Weekdays.js.map +1 -1
- package/build/components/Calendar/Calendar.js +3 -0
- package/build/components/Calendar/Calendar.js.map +1 -1
- package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +18284 -18162
- package/build/components/Form/Form.js +1 -2
- package/build/components/Form/Form.js.map +1 -1
- package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +9 -15
- package/build/components/InputDate/InputDate.js +1 -2
- package/build/components/InputDate/InputDate.js.map +1 -1
- package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +42 -67
- package/build/components/InputNumber/InputNumber.js +1 -2
- package/build/components/InputNumber/InputNumber.js.map +1 -1
- package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +114 -183
- package/build/components/InputOption/InputOption.js +3 -3
- package/build/components/InputOption/InputOption.js.map +1 -1
- package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +80 -100
- package/build/components/InputPhone/InputPhone.js +10 -5
- package/build/components/InputPhone/InputPhone.js.map +1 -1
- package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +339 -421
- package/build/components/InputSelect/InputSelect.js +4 -2
- package/build/components/InputSelect/InputSelect.js.map +1 -1
- package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +115 -115
- package/build/components/InputText/InputText.js +4 -3
- package/build/components/InputText/InputText.js.map +1 -1
- package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +133 -156
- package/build/components/Menu/Menu.js +1 -2
- package/build/components/Menu/Menu.js.map +1 -1
- package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +55 -63
- package/build/components/Modal/Modal.js +10 -7
- package/build/components/Modal/Modal.js.map +1 -1
- package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +72 -86
- package/build/components/Notification/Notification.js +1 -2
- package/build/components/Notification/Notification.js.map +1 -1
- package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +288 -327
- package/build/components/Progress/Progress.js +2 -3
- package/build/components/Progress/Progress.js.map +1 -1
- package/build/components/Progress/__tests__/__snapshots__/Progress.test.jsx.snap +18 -31
- package/build/components/Slider/Slider.js +10 -6
- package/build/components/Slider/Slider.js.map +1 -1
- package/build/components/Slider/Slider.module.css +3 -3
- package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +349 -464
- package/build/components/Table/Table.Filter.js +1 -0
- package/build/components/Table/Table.Filter.js.map +1 -1
- package/build/components/Table/Table.Row.js +0 -1
- package/build/components/Table/Table.Row.js.map +1 -1
- package/build/components/Table/Table.js +1 -2
- package/build/components/Table/Table.js.map +1 -1
- package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +192 -192
- package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +1092 -1516
- package/build/components/Tooltip/Tooltip.js +1 -2
- package/build/components/Tooltip/Tooltip.js.map +1 -1
- package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +28 -28
- package/build/primitives/Checkbox/Checkbox.js +4 -3
- package/build/primitives/Checkbox/Checkbox.js.map +1 -1
- package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +20 -35
- package/build/primitives/Icon/Icon.js +1 -2
- package/build/primitives/Icon/Icon.js.map +1 -1
- package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +82 -108
- package/build/primitives/Input/Input.js +0 -1
- package/build/primitives/Input/Input.js.map +1 -1
- package/build/primitives/Layer/Layer.js +8 -5
- package/build/primitives/Layer/Layer.js.map +1 -1
- package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +44 -44
- package/build/primitives/Pressable/Pressable.js +7 -5
- package/build/primitives/Pressable/Pressable.js.map +1 -1
- package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +11 -11
- package/build/primitives/Primitive/Primitive.constants.js +20 -2
- package/build/primitives/Primitive/Primitive.constants.js.map +1 -1
- package/build/primitives/Primitive/Primitive.js +13 -3
- package/build/primitives/Primitive/Primitive.js.map +1 -1
- package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +18 -12
- package/build/primitives/Primitive/helpers/getTag.js +3 -24
- package/build/primitives/Primitive/helpers/getTag.js.map +1 -1
- package/build/primitives/Radio/Radio.js +4 -3
- package/build/primitives/Radio/Radio.js.map +1 -1
- package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +21 -39
- package/build/primitives/ScrollView/ScrollView.js +9 -5
- package/build/primitives/ScrollView/ScrollView.js.map +1 -1
- package/build/primitives/ScrollView/ScrollView.module.css +1 -2
- package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +20 -20
- package/build/primitives/Select/Select.js +1 -2
- package/build/primitives/Select/Select.js.map +1 -1
- package/build/primitives/Select/__tests__/__snapshots__/Select.test.js.snap +0 -35
- package/build/primitives/Switch/Switch.js +1 -2
- package/build/primitives/Switch/Switch.js.map +1 -1
- package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +40 -60
- package/build/primitives/Text/Text.js +0 -1
- package/build/primitives/Text/Text.js.map +1 -1
- package/build/primitives/Text/Text.module.css +0 -4
- package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +62 -62
- 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/build/primitives/index.js +64 -0
- package/build/primitives/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<InputPhone> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-input-phone
|
|
6
6
|
class="view inputPhone 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
|
|
@@ -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 icon expand"
|
|
40
40
|
>
|
|
41
41
|
<svg
|
|
@@ -56,15 +56,15 @@ exports[`component:<InputPhone> inherit:className 1`] = `
|
|
|
56
56
|
d="M16.59 8.59 12 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
|
|
@@ -74,25 +74,25 @@ exports[`component:<InputPhone> inherit:className 1`] = `
|
|
|
74
74
|
type="tel"
|
|
75
75
|
value=""
|
|
76
76
|
/>
|
|
77
|
-
</
|
|
78
|
-
</
|
|
79
|
-
</
|
|
80
|
-
</
|
|
77
|
+
</ui-view>
|
|
78
|
+
</ui-view>
|
|
79
|
+
</ui-view>
|
|
80
|
+
</ui-input-phone>
|
|
81
81
|
</DocumentFragment>
|
|
82
82
|
`;
|
|
83
83
|
|
|
84
84
|
exports[`component:<InputPhone> prop:disabled 1`] = `
|
|
85
85
|
<DocumentFragment>
|
|
86
|
-
<
|
|
86
|
+
<ui-input-phone
|
|
87
87
|
class="view inputPhone"
|
|
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
|
|
@@ -116,15 +116,15 @@ 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
|
|
@@ -135,25 +135,25 @@ exports[`component:<InputPhone> prop:disabled 1`] = `
|
|
|
135
135
|
type="tel"
|
|
136
136
|
value=""
|
|
137
137
|
/>
|
|
138
|
-
</
|
|
139
|
-
</
|
|
140
|
-
</
|
|
141
|
-
</
|
|
138
|
+
</ui-view>
|
|
139
|
+
</ui-view>
|
|
140
|
+
</ui-view>
|
|
141
|
+
</ui-input-phone>
|
|
142
142
|
</DocumentFragment>
|
|
143
143
|
`;
|
|
144
144
|
|
|
145
145
|
exports[`component:<InputPhone> prop:error 1`] = `
|
|
146
146
|
<DocumentFragment>
|
|
147
|
-
<
|
|
147
|
+
<ui-input-phone
|
|
148
148
|
class="view inputPhone"
|
|
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
|
|
@@ -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 icon expand"
|
|
182
182
|
>
|
|
183
183
|
<svg
|
|
@@ -198,15 +198,15 @@ exports[`component:<InputPhone> prop:error 1`] = `
|
|
|
198
198
|
d="M16.59 8.59 12 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
|
|
@@ -216,9 +216,9 @@ exports[`component:<InputPhone> prop:error 1`] = `
|
|
|
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,24 +238,24 @@ 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-input-phone>
|
|
244
244
|
</DocumentFragment>
|
|
245
245
|
`;
|
|
246
246
|
|
|
247
247
|
exports[`component:<InputPhone> prop:hint 1`] = `
|
|
248
248
|
<DocumentFragment>
|
|
249
|
-
<
|
|
249
|
+
<ui-input-phone
|
|
250
250
|
class="view inputPhone"
|
|
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
|
|
@@ -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 icon expand"
|
|
284
284
|
>
|
|
285
285
|
<svg
|
|
@@ -300,15 +300,15 @@ exports[`component:<InputPhone> prop:hint 1`] = `
|
|
|
300
300
|
d="M16.59 8.59 12 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
|
|
@@ -318,30 +318,30 @@ exports[`component:<InputPhone> prop:hint 1`] = `
|
|
|
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-input-phone>
|
|
330
330
|
</DocumentFragment>
|
|
331
331
|
`;
|
|
332
332
|
|
|
333
333
|
exports[`component:<InputPhone> prop:icon & disabled 1`] = `
|
|
334
334
|
<DocumentFragment>
|
|
335
|
-
<
|
|
335
|
+
<ui-input-phone
|
|
336
336
|
class="view inputPhone"
|
|
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
|
|
@@ -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,8 +393,8 @@ exports[`component:<InputPhone> prop:icon & disabled 1`] = `
|
|
|
393
393
|
d="M12 6a9.77 9.77 0 0 1 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0 1 12 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 0 1 0 5 2.5 2.5 0 0 1 0-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
|
|
@@ -405,25 +405,25 @@ exports[`component:<InputPhone> prop:icon & disabled 1`] = `
|
|
|
405
405
|
type="tel"
|
|
406
406
|
value=""
|
|
407
407
|
/>
|
|
408
|
-
</
|
|
409
|
-
</
|
|
410
|
-
</
|
|
411
|
-
</
|
|
408
|
+
</ui-view>
|
|
409
|
+
</ui-view>
|
|
410
|
+
</ui-view>
|
|
411
|
+
</ui-input-phone>
|
|
412
412
|
</DocumentFragment>
|
|
413
413
|
`;
|
|
414
414
|
|
|
415
415
|
exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
416
416
|
<DocumentFragment>
|
|
417
|
-
<
|
|
417
|
+
<ui-input-phone
|
|
418
418
|
class="view inputPhone"
|
|
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
|
|
@@ -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 icon expand"
|
|
452
452
|
>
|
|
453
453
|
<svg
|
|
@@ -468,15 +468,15 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
468
468
|
d="M16.59 8.59 12 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,8 +496,8 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
496
496
|
d="M12 6a9.77 9.77 0 0 1 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0 1 12 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 0 1 0 5 2.5 2.5 0 0 1 0-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
|
|
@@ -507,9 +507,9 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
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,24 +529,24 @@ 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-input-phone>
|
|
535
535
|
</DocumentFragment>
|
|
536
536
|
`;
|
|
537
537
|
|
|
538
538
|
exports[`component:<InputPhone> prop:icon 1`] = `
|
|
539
539
|
<DocumentFragment>
|
|
540
|
-
<
|
|
540
|
+
<ui-input-phone
|
|
541
541
|
class="view inputPhone"
|
|
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
|
|
@@ -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 icon expand"
|
|
575
575
|
>
|
|
576
576
|
<svg
|
|
@@ -591,15 +591,15 @@ exports[`component:<InputPhone> prop:icon 1`] = `
|
|
|
591
591
|
d="M16.59 8.59 12 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,8 +619,8 @@ exports[`component:<InputPhone> prop:icon 1`] = `
|
|
|
619
619
|
d="M12 6a9.77 9.77 0 0 1 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0 1 12 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 0 1 0 5 2.5 2.5 0 0 1 0-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
|
|
@@ -630,25 +630,25 @@ exports[`component:<InputPhone> prop:icon 1`] = `
|
|
|
630
630
|
type="tel"
|
|
631
631
|
value=""
|
|
632
632
|
/>
|
|
633
|
-
</
|
|
634
|
-
</
|
|
635
|
-
</
|
|
636
|
-
</
|
|
633
|
+
</ui-view>
|
|
634
|
+
</ui-view>
|
|
635
|
+
</ui-view>
|
|
636
|
+
</ui-input-phone>
|
|
637
637
|
</DocumentFragment>
|
|
638
638
|
`;
|
|
639
639
|
|
|
640
640
|
exports[`component:<InputPhone> prop:label 1`] = `
|
|
641
641
|
<DocumentFragment>
|
|
642
|
-
<
|
|
642
|
+
<ui-input-phone
|
|
643
643
|
class="view inputPhone"
|
|
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
|
|
@@ -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 icon expand"
|
|
677
677
|
>
|
|
678
678
|
<svg
|
|
@@ -693,23 +693,23 @@ exports[`component:<InputPhone> prop:label 1`] = `
|
|
|
693
693
|
d="M16.59 8.59 12 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
|
-
<label
|
|
707
|
+
<ui-label
|
|
708
708
|
class="text paragraph text label"
|
|
709
|
-
|
|
709
|
+
htmlfor="name"
|
|
710
710
|
>
|
|
711
711
|
label
|
|
712
|
-
</label>
|
|
712
|
+
</ui-label>
|
|
713
713
|
<input
|
|
714
714
|
class="input input withLabel"
|
|
715
715
|
id="name"
|
|
@@ -718,33 +718,33 @@ exports[`component:<InputPhone> prop:label 1`] = `
|
|
|
718
718
|
type="tel"
|
|
719
719
|
value=""
|
|
720
720
|
/>
|
|
721
|
-
</
|
|
722
|
-
</
|
|
723
|
-
</
|
|
724
|
-
</
|
|
721
|
+
</ui-view>
|
|
722
|
+
</ui-view>
|
|
723
|
+
</ui-view>
|
|
724
|
+
</ui-input-phone>
|
|
725
725
|
</DocumentFragment>
|
|
726
726
|
`;
|
|
727
727
|
|
|
728
728
|
exports[`component:<InputPhone> prop:labelPrefix 1`] = `
|
|
729
729
|
<DocumentFragment>
|
|
730
|
-
<
|
|
730
|
+
<ui-input-phone
|
|
731
731
|
class="view inputPhone"
|
|
732
732
|
>
|
|
733
|
-
<
|
|
733
|
+
<ui-view
|
|
734
734
|
class="view row inputBorder"
|
|
735
735
|
>
|
|
736
|
-
<
|
|
736
|
+
<ui-view
|
|
737
737
|
class="view row"
|
|
738
738
|
>
|
|
739
|
-
<
|
|
739
|
+
<ui-view
|
|
740
740
|
class="view content"
|
|
741
741
|
>
|
|
742
|
-
<label
|
|
742
|
+
<ui-label
|
|
743
743
|
class="text paragraph text label"
|
|
744
|
-
|
|
744
|
+
htmlfor="name-prefix"
|
|
745
745
|
>
|
|
746
746
|
labelPrefix
|
|
747
|
-
</label>
|
|
747
|
+
</ui-label>
|
|
748
748
|
<select
|
|
749
749
|
class="select empty input prefix withLabel empty"
|
|
750
750
|
id="name-prefix"
|
|
@@ -766,8 +766,8 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
|
|
|
766
766
|
+001
|
|
767
767
|
</option>
|
|
768
768
|
</select>
|
|
769
|
-
</
|
|
770
|
-
<
|
|
769
|
+
</ui-view>
|
|
770
|
+
<ui-icon
|
|
771
771
|
class="icon headline-3 icon expand"
|
|
772
772
|
>
|
|
773
773
|
<svg
|
|
@@ -788,15 +788,15 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
|
|
|
788
788
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
789
789
|
/>
|
|
790
790
|
</svg>
|
|
791
|
-
</
|
|
792
|
-
</
|
|
793
|
-
<
|
|
791
|
+
</ui-icon>
|
|
792
|
+
</ui-view>
|
|
793
|
+
<ui-view
|
|
794
794
|
class="view forceRow separator"
|
|
795
795
|
/>
|
|
796
|
-
<
|
|
796
|
+
<ui-view
|
|
797
797
|
class="view row wide"
|
|
798
798
|
>
|
|
799
|
-
<
|
|
799
|
+
<ui-view
|
|
800
800
|
class="view wide content"
|
|
801
801
|
>
|
|
802
802
|
<input
|
|
@@ -806,33 +806,33 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
|
|
|
806
806
|
type="tel"
|
|
807
807
|
value=""
|
|
808
808
|
/>
|
|
809
|
-
</
|
|
810
|
-
</
|
|
811
|
-
</
|
|
812
|
-
</
|
|
809
|
+
</ui-view>
|
|
810
|
+
</ui-view>
|
|
811
|
+
</ui-view>
|
|
812
|
+
</ui-input-phone>
|
|
813
813
|
</DocumentFragment>
|
|
814
814
|
`;
|
|
815
815
|
|
|
816
816
|
exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
817
817
|
<DocumentFragment>
|
|
818
|
-
<
|
|
818
|
+
<ui-input-phone
|
|
819
819
|
class="view inputPhone"
|
|
820
820
|
>
|
|
821
|
-
<
|
|
821
|
+
<ui-view
|
|
822
822
|
class="view row inputBorder"
|
|
823
823
|
>
|
|
824
|
-
<
|
|
824
|
+
<ui-view
|
|
825
825
|
class="view row"
|
|
826
826
|
>
|
|
827
|
-
<
|
|
827
|
+
<ui-view
|
|
828
828
|
class="view content"
|
|
829
829
|
>
|
|
830
|
-
<label
|
|
830
|
+
<ui-label
|
|
831
831
|
class="text paragraph text label"
|
|
832
|
-
|
|
832
|
+
htmlfor="name-prefix"
|
|
833
833
|
>
|
|
834
834
|
labelPrefix
|
|
835
|
-
</label>
|
|
835
|
+
</ui-label>
|
|
836
836
|
<select
|
|
837
837
|
class="select empty input prefix withLabel empty"
|
|
838
838
|
id="name-prefix"
|
|
@@ -855,8 +855,8 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
855
855
|
+001
|
|
856
856
|
</option>
|
|
857
857
|
</select>
|
|
858
|
-
</
|
|
859
|
-
<
|
|
858
|
+
</ui-view>
|
|
859
|
+
<ui-icon
|
|
860
860
|
class="icon headline-3 icon expand"
|
|
861
861
|
>
|
|
862
862
|
<svg
|
|
@@ -877,20 +877,20 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
877
877
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
878
878
|
/>
|
|
879
879
|
</svg>
|
|
880
|
-
</
|
|
881
|
-
</
|
|
882
|
-
<
|
|
880
|
+
</ui-icon>
|
|
881
|
+
</ui-view>
|
|
882
|
+
<ui-view
|
|
883
883
|
class="view forceRow separator"
|
|
884
884
|
/>
|
|
885
|
-
<
|
|
885
|
+
<ui-view
|
|
886
886
|
class="view row wide"
|
|
887
887
|
>
|
|
888
|
-
<
|
|
888
|
+
<ui-view
|
|
889
889
|
class="view wide content"
|
|
890
890
|
>
|
|
891
|
-
<label
|
|
891
|
+
<ui-label
|
|
892
892
|
class="text paragraph text label"
|
|
893
|
-
|
|
893
|
+
htmlfor="name"
|
|
894
894
|
>
|
|
895
895
|
label
|
|
896
896
|
<span
|
|
@@ -898,7 +898,7 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
898
898
|
>
|
|
899
899
|
*
|
|
900
900
|
</span>
|
|
901
|
-
</label>
|
|
901
|
+
</ui-label>
|
|
902
902
|
<input
|
|
903
903
|
class="input input withLabel"
|
|
904
904
|
id="name"
|
|
@@ -908,33 +908,33 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
908
908
|
type="tel"
|
|
909
909
|
value=""
|
|
910
910
|
/>
|
|
911
|
-
</
|
|
912
|
-
</
|
|
913
|
-
</
|
|
914
|
-
</
|
|
911
|
+
</ui-view>
|
|
912
|
+
</ui-view>
|
|
913
|
+
</ui-view>
|
|
914
|
+
</ui-input-phone>
|
|
915
915
|
</DocumentFragment>
|
|
916
916
|
`;
|
|
917
917
|
|
|
918
918
|
exports[`component:<InputPhone> prop:required 1`] = `
|
|
919
919
|
<DocumentFragment>
|
|
920
|
-
<
|
|
920
|
+
<ui-input-phone
|
|
921
921
|
class="view inputPhone"
|
|
922
922
|
>
|
|
923
|
-
<
|
|
923
|
+
<ui-view
|
|
924
924
|
class="view row inputBorder"
|
|
925
925
|
>
|
|
926
|
-
<
|
|
926
|
+
<ui-view
|
|
927
927
|
class="view row"
|
|
928
928
|
>
|
|
929
|
-
<
|
|
929
|
+
<ui-view
|
|
930
930
|
class="view content"
|
|
931
931
|
>
|
|
932
|
-
<label
|
|
932
|
+
<ui-label
|
|
933
933
|
class="text paragraph text label"
|
|
934
|
-
|
|
934
|
+
htmlfor="name-prefix"
|
|
935
935
|
>
|
|
936
936
|
labelPrefix
|
|
937
|
-
</label>
|
|
937
|
+
</ui-label>
|
|
938
938
|
<select
|
|
939
939
|
class="select empty input prefix withLabel empty"
|
|
940
940
|
id="name-prefix"
|
|
@@ -957,8 +957,8 @@ exports[`component:<InputPhone> prop:required 1`] = `
|
|
|
957
957
|
+001
|
|
958
958
|
</option>
|
|
959
959
|
</select>
|
|
960
|
-
</
|
|
961
|
-
<
|
|
960
|
+
</ui-view>
|
|
961
|
+
<ui-icon
|
|
962
962
|
class="icon headline-3 icon expand"
|
|
963
963
|
>
|
|
964
964
|
<svg
|
|
@@ -979,23 +979,23 @@ exports[`component:<InputPhone> prop:required 1`] = `
|
|
|
979
979
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
980
980
|
/>
|
|
981
981
|
</svg>
|
|
982
|
-
</
|
|
983
|
-
</
|
|
984
|
-
<
|
|
982
|
+
</ui-icon>
|
|
983
|
+
</ui-view>
|
|
984
|
+
<ui-view
|
|
985
985
|
class="view forceRow separator"
|
|
986
986
|
/>
|
|
987
|
-
<
|
|
987
|
+
<ui-view
|
|
988
988
|
class="view row wide"
|
|
989
989
|
>
|
|
990
|
-
<
|
|
990
|
+
<ui-view
|
|
991
991
|
class="view wide content"
|
|
992
992
|
>
|
|
993
|
-
<label
|
|
993
|
+
<ui-label
|
|
994
994
|
class="text paragraph text label"
|
|
995
|
-
|
|
995
|
+
htmlfor="name"
|
|
996
996
|
>
|
|
997
997
|
label
|
|
998
|
-
</label>
|
|
998
|
+
</ui-label>
|
|
999
999
|
<input
|
|
1000
1000
|
class="input input withLabel"
|
|
1001
1001
|
id="name"
|
|
@@ -1005,25 +1005,25 @@ exports[`component:<InputPhone> prop:required 1`] = `
|
|
|
1005
1005
|
type="tel"
|
|
1006
1006
|
value=""
|
|
1007
1007
|
/>
|
|
1008
|
-
</
|
|
1009
|
-
</
|
|
1010
|
-
</
|
|
1011
|
-
</
|
|
1008
|
+
</ui-view>
|
|
1009
|
+
</ui-view>
|
|
1010
|
+
</ui-view>
|
|
1011
|
+
</ui-input-phone>
|
|
1012
1012
|
</DocumentFragment>
|
|
1013
1013
|
`;
|
|
1014
1014
|
|
|
1015
1015
|
exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
1016
1016
|
<DocumentFragment>
|
|
1017
|
-
<
|
|
1017
|
+
<ui-input-phone
|
|
1018
1018
|
class="view inputPhone"
|
|
1019
1019
|
>
|
|
1020
|
-
<
|
|
1020
|
+
<ui-view
|
|
1021
1021
|
class="view row inputBorder error"
|
|
1022
1022
|
>
|
|
1023
|
-
<
|
|
1023
|
+
<ui-view
|
|
1024
1024
|
class="view row"
|
|
1025
1025
|
>
|
|
1026
|
-
<
|
|
1026
|
+
<ui-view
|
|
1027
1027
|
class="view content"
|
|
1028
1028
|
>
|
|
1029
1029
|
<select
|
|
@@ -1046,8 +1046,8 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
|
1046
1046
|
+001
|
|
1047
1047
|
</option>
|
|
1048
1048
|
</select>
|
|
1049
|
-
</
|
|
1050
|
-
<
|
|
1049
|
+
</ui-view>
|
|
1050
|
+
<ui-icon
|
|
1051
1051
|
class="icon headline-3 icon expand"
|
|
1052
1052
|
>
|
|
1053
1053
|
<svg
|
|
@@ -1068,15 +1068,15 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
|
1068
1068
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1069
1069
|
/>
|
|
1070
1070
|
</svg>
|
|
1071
|
-
</
|
|
1072
|
-
</
|
|
1073
|
-
<
|
|
1071
|
+
</ui-icon>
|
|
1072
|
+
</ui-view>
|
|
1073
|
+
<ui-view
|
|
1074
1074
|
class="view forceRow separator"
|
|
1075
1075
|
/>
|
|
1076
|
-
<
|
|
1076
|
+
<ui-view
|
|
1077
1077
|
class="view row wide"
|
|
1078
1078
|
>
|
|
1079
|
-
<
|
|
1079
|
+
<ui-view
|
|
1080
1080
|
class="view wide content"
|
|
1081
1081
|
>
|
|
1082
1082
|
<input
|
|
@@ -1086,9 +1086,9 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
|
1086
1086
|
type="tel"
|
|
1087
1087
|
value=""
|
|
1088
1088
|
/>
|
|
1089
|
-
</
|
|
1090
|
-
</
|
|
1091
|
-
<
|
|
1089
|
+
</ui-view>
|
|
1090
|
+
</ui-view>
|
|
1091
|
+
<ui-icon
|
|
1092
1092
|
class="icon headline-3 icon error"
|
|
1093
1093
|
>
|
|
1094
1094
|
<svg
|
|
@@ -1108,24 +1108,24 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
|
1108
1108
|
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"
|
|
1109
1109
|
/>
|
|
1110
1110
|
</svg>
|
|
1111
|
-
</
|
|
1112
|
-
</
|
|
1113
|
-
</
|
|
1111
|
+
</ui-icon>
|
|
1112
|
+
</ui-view>
|
|
1113
|
+
</ui-input-phone>
|
|
1114
1114
|
</DocumentFragment>
|
|
1115
1115
|
`;
|
|
1116
1116
|
|
|
1117
1117
|
exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
1118
1118
|
<DocumentFragment>
|
|
1119
|
-
<
|
|
1119
|
+
<ui-input-phone
|
|
1120
1120
|
class="view inputPhone"
|
|
1121
1121
|
>
|
|
1122
|
-
<
|
|
1122
|
+
<ui-view
|
|
1123
1123
|
class="view row inputBorder"
|
|
1124
1124
|
>
|
|
1125
|
-
<
|
|
1125
|
+
<ui-view
|
|
1126
1126
|
class="view row"
|
|
1127
1127
|
>
|
|
1128
|
-
<
|
|
1128
|
+
<ui-view
|
|
1129
1129
|
class="view content"
|
|
1130
1130
|
>
|
|
1131
1131
|
<select
|
|
@@ -1148,8 +1148,8 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
|
1148
1148
|
+001
|
|
1149
1149
|
</option>
|
|
1150
1150
|
</select>
|
|
1151
|
-
</
|
|
1152
|
-
<
|
|
1151
|
+
</ui-view>
|
|
1152
|
+
<ui-icon
|
|
1153
1153
|
class="icon headline-3 icon expand"
|
|
1154
1154
|
>
|
|
1155
1155
|
<svg
|
|
@@ -1170,15 +1170,15 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
|
1170
1170
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1171
1171
|
/>
|
|
1172
1172
|
</svg>
|
|
1173
|
-
</
|
|
1174
|
-
</
|
|
1175
|
-
<
|
|
1173
|
+
</ui-icon>
|
|
1174
|
+
</ui-view>
|
|
1175
|
+
<ui-view
|
|
1176
1176
|
class="view forceRow separator"
|
|
1177
1177
|
/>
|
|
1178
|
-
<
|
|
1178
|
+
<ui-view
|
|
1179
1179
|
class="view row wide"
|
|
1180
1180
|
>
|
|
1181
|
-
<
|
|
1181
|
+
<ui-view
|
|
1182
1182
|
class="view wide content"
|
|
1183
1183
|
>
|
|
1184
1184
|
<input
|
|
@@ -1188,9 +1188,9 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
|
1188
1188
|
type="tel"
|
|
1189
1189
|
value=""
|
|
1190
1190
|
/>
|
|
1191
|
-
</
|
|
1192
|
-
</
|
|
1193
|
-
<
|
|
1191
|
+
</ui-view>
|
|
1192
|
+
</ui-view>
|
|
1193
|
+
<ui-icon
|
|
1194
1194
|
class="icon headline-3 icon success"
|
|
1195
1195
|
>
|
|
1196
1196
|
<svg
|
|
@@ -1210,24 +1210,24 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
|
1210
1210
|
d="M16.59 7.58 10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
|
1211
1211
|
/>
|
|
1212
1212
|
</svg>
|
|
1213
|
-
</
|
|
1214
|
-
</
|
|
1215
|
-
</
|
|
1213
|
+
</ui-icon>
|
|
1214
|
+
</ui-view>
|
|
1215
|
+
</ui-input-phone>
|
|
1216
1216
|
</DocumentFragment>
|
|
1217
1217
|
`;
|
|
1218
1218
|
|
|
1219
1219
|
exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
1220
1220
|
<DocumentFragment>
|
|
1221
|
-
<
|
|
1221
|
+
<ui-input-phone
|
|
1222
1222
|
class="view inputPhone"
|
|
1223
1223
|
>
|
|
1224
|
-
<
|
|
1224
|
+
<ui-view
|
|
1225
1225
|
class="view row inputBorder"
|
|
1226
1226
|
>
|
|
1227
|
-
<
|
|
1227
|
+
<ui-view
|
|
1228
1228
|
class="view row"
|
|
1229
1229
|
>
|
|
1230
|
-
<
|
|
1230
|
+
<ui-view
|
|
1231
1231
|
class="view content"
|
|
1232
1232
|
>
|
|
1233
1233
|
<select
|
|
@@ -1250,8 +1250,8 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
|
1250
1250
|
+001
|
|
1251
1251
|
</option>
|
|
1252
1252
|
</select>
|
|
1253
|
-
</
|
|
1254
|
-
<
|
|
1253
|
+
</ui-view>
|
|
1254
|
+
<ui-icon
|
|
1255
1255
|
class="icon headline-3 icon expand"
|
|
1256
1256
|
>
|
|
1257
1257
|
<svg
|
|
@@ -1272,15 +1272,15 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
|
1272
1272
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1273
1273
|
/>
|
|
1274
1274
|
</svg>
|
|
1275
|
-
</
|
|
1276
|
-
</
|
|
1277
|
-
<
|
|
1275
|
+
</ui-icon>
|
|
1276
|
+
</ui-view>
|
|
1277
|
+
<ui-view
|
|
1278
1278
|
class="view forceRow separator"
|
|
1279
1279
|
/>
|
|
1280
|
-
<
|
|
1280
|
+
<ui-view
|
|
1281
1281
|
class="view row wide"
|
|
1282
1282
|
>
|
|
1283
|
-
<
|
|
1283
|
+
<ui-view
|
|
1284
1284
|
class="view wide content"
|
|
1285
1285
|
>
|
|
1286
1286
|
<input
|
|
@@ -1290,9 +1290,9 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
|
1290
1290
|
type="tel"
|
|
1291
1291
|
value=""
|
|
1292
1292
|
/>
|
|
1293
|
-
</
|
|
1294
|
-
</
|
|
1295
|
-
<
|
|
1293
|
+
</ui-view>
|
|
1294
|
+
</ui-view>
|
|
1295
|
+
<ui-icon
|
|
1296
1296
|
class="icon headline-3 icon warning"
|
|
1297
1297
|
>
|
|
1298
1298
|
<svg
|
|
@@ -1308,24 +1308,24 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
|
1308
1308
|
d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
1309
1309
|
/>
|
|
1310
1310
|
</svg>
|
|
1311
|
-
</
|
|
1312
|
-
</
|
|
1313
|
-
</
|
|
1311
|
+
</ui-icon>
|
|
1312
|
+
</ui-view>
|
|
1313
|
+
</ui-input-phone>
|
|
1314
1314
|
</DocumentFragment>
|
|
1315
1315
|
`;
|
|
1316
1316
|
|
|
1317
1317
|
exports[`component:<InputPhone> prop:success 1`] = `
|
|
1318
1318
|
<DocumentFragment>
|
|
1319
|
-
<
|
|
1319
|
+
<ui-input-phone
|
|
1320
1320
|
class="view inputPhone"
|
|
1321
1321
|
>
|
|
1322
|
-
<
|
|
1322
|
+
<ui-view
|
|
1323
1323
|
class="view row inputBorder"
|
|
1324
1324
|
>
|
|
1325
|
-
<
|
|
1325
|
+
<ui-view
|
|
1326
1326
|
class="view row"
|
|
1327
1327
|
>
|
|
1328
|
-
<
|
|
1328
|
+
<ui-view
|
|
1329
1329
|
class="view content"
|
|
1330
1330
|
>
|
|
1331
1331
|
<select
|
|
@@ -1348,8 +1348,8 @@ exports[`component:<InputPhone> prop:success 1`] = `
|
|
|
1348
1348
|
+001
|
|
1349
1349
|
</option>
|
|
1350
1350
|
</select>
|
|
1351
|
-
</
|
|
1352
|
-
<
|
|
1351
|
+
</ui-view>
|
|
1352
|
+
<ui-icon
|
|
1353
1353
|
class="icon headline-3 icon expand"
|
|
1354
1354
|
>
|
|
1355
1355
|
<svg
|
|
@@ -1370,15 +1370,15 @@ exports[`component:<InputPhone> prop:success 1`] = `
|
|
|
1370
1370
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1371
1371
|
/>
|
|
1372
1372
|
</svg>
|
|
1373
|
-
</
|
|
1374
|
-
</
|
|
1375
|
-
<
|
|
1373
|
+
</ui-icon>
|
|
1374
|
+
</ui-view>
|
|
1375
|
+
<ui-view
|
|
1376
1376
|
class="view forceRow separator"
|
|
1377
1377
|
/>
|
|
1378
|
-
<
|
|
1378
|
+
<ui-view
|
|
1379
1379
|
class="view row wide"
|
|
1380
1380
|
>
|
|
1381
|
-
<
|
|
1381
|
+
<ui-view
|
|
1382
1382
|
class="view wide content"
|
|
1383
1383
|
>
|
|
1384
1384
|
<input
|
|
@@ -1388,9 +1388,9 @@ exports[`component:<InputPhone> prop:success 1`] = `
|
|
|
1388
1388
|
type="tel"
|
|
1389
1389
|
value=""
|
|
1390
1390
|
/>
|
|
1391
|
-
</
|
|
1392
|
-
</
|
|
1393
|
-
<
|
|
1391
|
+
</ui-view>
|
|
1392
|
+
</ui-view>
|
|
1393
|
+
<ui-icon
|
|
1394
1394
|
class="icon headline-3 icon success"
|
|
1395
1395
|
>
|
|
1396
1396
|
<svg
|
|
@@ -1410,31 +1410,31 @@ exports[`component:<InputPhone> prop:success 1`] = `
|
|
|
1410
1410
|
d="M16.59 7.58 10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
|
1411
1411
|
/>
|
|
1412
1412
|
</svg>
|
|
1413
|
-
</
|
|
1414
|
-
</
|
|
1415
|
-
</
|
|
1413
|
+
</ui-icon>
|
|
1414
|
+
</ui-view>
|
|
1415
|
+
</ui-input-phone>
|
|
1416
1416
|
</DocumentFragment>
|
|
1417
1417
|
`;
|
|
1418
1418
|
|
|
1419
1419
|
exports[`component:<InputPhone> prop:value 1`] = `
|
|
1420
1420
|
<DocumentFragment>
|
|
1421
|
-
<
|
|
1421
|
+
<ui-input-phone
|
|
1422
1422
|
class="view inputPhone"
|
|
1423
1423
|
>
|
|
1424
|
-
<
|
|
1424
|
+
<ui-view
|
|
1425
1425
|
class="view row inputBorder"
|
|
1426
1426
|
>
|
|
1427
|
-
<
|
|
1427
|
+
<ui-view
|
|
1428
1428
|
class="view row"
|
|
1429
1429
|
>
|
|
1430
|
-
<
|
|
1430
|
+
<ui-view
|
|
1431
1431
|
class="view content"
|
|
1432
1432
|
>
|
|
1433
|
-
<
|
|
1433
|
+
<ui-text
|
|
1434
1434
|
class="text paragraph prefixValue"
|
|
1435
1435
|
>
|
|
1436
1436
|
+44
|
|
1437
|
-
</
|
|
1437
|
+
</ui-text>
|
|
1438
1438
|
<select
|
|
1439
1439
|
class="select input prefix"
|
|
1440
1440
|
name="name-prefix"
|
|
@@ -1455,8 +1455,8 @@ exports[`component:<InputPhone> prop:value 1`] = `
|
|
|
1455
1455
|
+001
|
|
1456
1456
|
</option>
|
|
1457
1457
|
</select>
|
|
1458
|
-
</
|
|
1459
|
-
<
|
|
1458
|
+
</ui-view>
|
|
1459
|
+
<ui-icon
|
|
1460
1460
|
class="icon headline-3 icon expand"
|
|
1461
1461
|
>
|
|
1462
1462
|
<svg
|
|
@@ -1477,15 +1477,15 @@ exports[`component:<InputPhone> prop:value 1`] = `
|
|
|
1477
1477
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1478
1478
|
/>
|
|
1479
1479
|
</svg>
|
|
1480
|
-
</
|
|
1481
|
-
</
|
|
1482
|
-
<
|
|
1480
|
+
</ui-icon>
|
|
1481
|
+
</ui-view>
|
|
1482
|
+
<ui-view
|
|
1483
1483
|
class="view forceRow separator"
|
|
1484
1484
|
/>
|
|
1485
|
-
<
|
|
1485
|
+
<ui-view
|
|
1486
1486
|
class="view row wide"
|
|
1487
1487
|
>
|
|
1488
|
-
<
|
|
1488
|
+
<ui-view
|
|
1489
1489
|
class="view wide content"
|
|
1490
1490
|
>
|
|
1491
1491
|
<input
|
|
@@ -1495,25 +1495,25 @@ exports[`component:<InputPhone> prop:value 1`] = `
|
|
|
1495
1495
|
type="tel"
|
|
1496
1496
|
value="212123789"
|
|
1497
1497
|
/>
|
|
1498
|
-
</
|
|
1499
|
-
</
|
|
1500
|
-
</
|
|
1501
|
-
</
|
|
1498
|
+
</ui-view>
|
|
1499
|
+
</ui-view>
|
|
1500
|
+
</ui-view>
|
|
1501
|
+
</ui-input-phone>
|
|
1502
1502
|
</DocumentFragment>
|
|
1503
1503
|
`;
|
|
1504
1504
|
|
|
1505
1505
|
exports[`component:<InputPhone> prop:value:without prefixes 1`] = `
|
|
1506
1506
|
<DocumentFragment>
|
|
1507
|
-
<
|
|
1507
|
+
<ui-input-phone
|
|
1508
1508
|
class="view inputPhone"
|
|
1509
1509
|
>
|
|
1510
|
-
<
|
|
1510
|
+
<ui-view
|
|
1511
1511
|
class="view row inputBorder"
|
|
1512
1512
|
>
|
|
1513
|
-
<
|
|
1513
|
+
<ui-view
|
|
1514
1514
|
class="view row wide"
|
|
1515
1515
|
>
|
|
1516
|
-
<
|
|
1516
|
+
<ui-view
|
|
1517
1517
|
class="view wide content"
|
|
1518
1518
|
>
|
|
1519
1519
|
<input
|
|
@@ -1523,25 +1523,25 @@ exports[`component:<InputPhone> prop:value:without prefixes 1`] = `
|
|
|
1523
1523
|
type="tel"
|
|
1524
1524
|
value="212123789"
|
|
1525
1525
|
/>
|
|
1526
|
-
</
|
|
1527
|
-
</
|
|
1528
|
-
</
|
|
1529
|
-
</
|
|
1526
|
+
</ui-view>
|
|
1527
|
+
</ui-view>
|
|
1528
|
+
</ui-view>
|
|
1529
|
+
</ui-input-phone>
|
|
1530
1530
|
</DocumentFragment>
|
|
1531
1531
|
`;
|
|
1532
1532
|
|
|
1533
1533
|
exports[`component:<InputPhone> prop:warning 1`] = `
|
|
1534
1534
|
<DocumentFragment>
|
|
1535
|
-
<
|
|
1535
|
+
<ui-input-phone
|
|
1536
1536
|
class="view inputPhone"
|
|
1537
1537
|
>
|
|
1538
|
-
<
|
|
1538
|
+
<ui-view
|
|
1539
1539
|
class="view row inputBorder"
|
|
1540
1540
|
>
|
|
1541
|
-
<
|
|
1541
|
+
<ui-view
|
|
1542
1542
|
class="view row"
|
|
1543
1543
|
>
|
|
1544
|
-
<
|
|
1544
|
+
<ui-view
|
|
1545
1545
|
class="view content"
|
|
1546
1546
|
>
|
|
1547
1547
|
<select
|
|
@@ -1564,8 +1564,8 @@ exports[`component:<InputPhone> prop:warning 1`] = `
|
|
|
1564
1564
|
+001
|
|
1565
1565
|
</option>
|
|
1566
1566
|
</select>
|
|
1567
|
-
</
|
|
1568
|
-
<
|
|
1567
|
+
</ui-view>
|
|
1568
|
+
<ui-icon
|
|
1569
1569
|
class="icon headline-3 icon expand"
|
|
1570
1570
|
>
|
|
1571
1571
|
<svg
|
|
@@ -1586,15 +1586,15 @@ exports[`component:<InputPhone> prop:warning 1`] = `
|
|
|
1586
1586
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1587
1587
|
/>
|
|
1588
1588
|
</svg>
|
|
1589
|
-
</
|
|
1590
|
-
</
|
|
1591
|
-
<
|
|
1589
|
+
</ui-icon>
|
|
1590
|
+
</ui-view>
|
|
1591
|
+
<ui-view
|
|
1592
1592
|
class="view forceRow separator"
|
|
1593
1593
|
/>
|
|
1594
|
-
<
|
|
1594
|
+
<ui-view
|
|
1595
1595
|
class="view row wide"
|
|
1596
1596
|
>
|
|
1597
|
-
<
|
|
1597
|
+
<ui-view
|
|
1598
1598
|
class="view wide content"
|
|
1599
1599
|
>
|
|
1600
1600
|
<input
|
|
@@ -1604,9 +1604,9 @@ exports[`component:<InputPhone> prop:warning 1`] = `
|
|
|
1604
1604
|
type="tel"
|
|
1605
1605
|
value=""
|
|
1606
1606
|
/>
|
|
1607
|
-
</
|
|
1608
|
-
</
|
|
1609
|
-
<
|
|
1607
|
+
</ui-view>
|
|
1608
|
+
</ui-view>
|
|
1609
|
+
<ui-icon
|
|
1610
1610
|
class="icon headline-3 icon warning"
|
|
1611
1611
|
>
|
|
1612
1612
|
<svg
|
|
@@ -1622,24 +1622,24 @@ exports[`component:<InputPhone> prop:warning 1`] = `
|
|
|
1622
1622
|
d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
1623
1623
|
/>
|
|
1624
1624
|
</svg>
|
|
1625
|
-
</
|
|
1626
|
-
</
|
|
1627
|
-
</
|
|
1625
|
+
</ui-icon>
|
|
1626
|
+
</ui-view>
|
|
1627
|
+
</ui-input-phone>
|
|
1628
1628
|
</DocumentFragment>
|
|
1629
1629
|
`;
|
|
1630
1630
|
|
|
1631
1631
|
exports[`component:<InputPhone> renders 1`] = `
|
|
1632
1632
|
<DocumentFragment>
|
|
1633
|
-
<
|
|
1633
|
+
<ui-input-phone
|
|
1634
1634
|
class="view inputPhone"
|
|
1635
1635
|
>
|
|
1636
|
-
<
|
|
1636
|
+
<ui-view
|
|
1637
1637
|
class="view row inputBorder"
|
|
1638
1638
|
>
|
|
1639
|
-
<
|
|
1639
|
+
<ui-view
|
|
1640
1640
|
class="view row"
|
|
1641
1641
|
>
|
|
1642
|
-
<
|
|
1642
|
+
<ui-view
|
|
1643
1643
|
class="view content"
|
|
1644
1644
|
>
|
|
1645
1645
|
<select
|
|
@@ -1662,8 +1662,8 @@ exports[`component:<InputPhone> renders 1`] = `
|
|
|
1662
1662
|
+001
|
|
1663
1663
|
</option>
|
|
1664
1664
|
</select>
|
|
1665
|
-
</
|
|
1666
|
-
<
|
|
1665
|
+
</ui-view>
|
|
1666
|
+
<ui-icon
|
|
1667
1667
|
class="icon headline-3 icon expand"
|
|
1668
1668
|
>
|
|
1669
1669
|
<svg
|
|
@@ -1684,15 +1684,15 @@ exports[`component:<InputPhone> renders 1`] = `
|
|
|
1684
1684
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1685
1685
|
/>
|
|
1686
1686
|
</svg>
|
|
1687
|
-
</
|
|
1688
|
-
</
|
|
1689
|
-
<
|
|
1687
|
+
</ui-icon>
|
|
1688
|
+
</ui-view>
|
|
1689
|
+
<ui-view
|
|
1690
1690
|
class="view forceRow separator"
|
|
1691
1691
|
/>
|
|
1692
|
-
<
|
|
1692
|
+
<ui-view
|
|
1693
1693
|
class="view row wide"
|
|
1694
1694
|
>
|
|
1695
|
-
<
|
|
1695
|
+
<ui-view
|
|
1696
1696
|
class="view wide content"
|
|
1697
1697
|
>
|
|
1698
1698
|
<input
|
|
@@ -1702,107 +1702,25 @@ exports[`component:<InputPhone> renders 1`] = `
|
|
|
1702
1702
|
type="tel"
|
|
1703
1703
|
value=""
|
|
1704
1704
|
/>
|
|
1705
|
-
</
|
|
1706
|
-
</
|
|
1707
|
-
</
|
|
1708
|
-
</
|
|
1709
|
-
</DocumentFragment>
|
|
1710
|
-
`;
|
|
1711
|
-
|
|
1712
|
-
exports[`component:<InputPhone> tag 1`] = `
|
|
1713
|
-
<DocumentFragment>
|
|
1714
|
-
<ui_tag
|
|
1715
|
-
class="view inputPhone"
|
|
1716
|
-
>
|
|
1717
|
-
<ui_view
|
|
1718
|
-
class="view row inputBorder"
|
|
1719
|
-
>
|
|
1720
|
-
<ui_view
|
|
1721
|
-
class="view row"
|
|
1722
|
-
>
|
|
1723
|
-
<ui_view
|
|
1724
|
-
class="view content"
|
|
1725
|
-
>
|
|
1726
|
-
<ui_tag
|
|
1727
|
-
class="select empty input prefix"
|
|
1728
|
-
name="name-prefix"
|
|
1729
|
-
value=""
|
|
1730
|
-
>
|
|
1731
|
-
<option
|
|
1732
|
-
value="+34"
|
|
1733
|
-
>
|
|
1734
|
-
+34
|
|
1735
|
-
</option>
|
|
1736
|
-
<option
|
|
1737
|
-
value="+44"
|
|
1738
|
-
>
|
|
1739
|
-
+44
|
|
1740
|
-
</option>
|
|
1741
|
-
<option
|
|
1742
|
-
value="+001"
|
|
1743
|
-
>
|
|
1744
|
-
+001
|
|
1745
|
-
</option>
|
|
1746
|
-
</ui_tag>
|
|
1747
|
-
</ui_view>
|
|
1748
|
-
<ui_icon
|
|
1749
|
-
class="icon headline-3 icon expand"
|
|
1750
|
-
>
|
|
1751
|
-
<svg
|
|
1752
|
-
fill="currentColor"
|
|
1753
|
-
height="1em"
|
|
1754
|
-
stroke="currentColor"
|
|
1755
|
-
stroke-width="0"
|
|
1756
|
-
viewBox="0 0 24 24"
|
|
1757
|
-
width="1em"
|
|
1758
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
1759
|
-
>
|
|
1760
|
-
<path
|
|
1761
|
-
d="M24 24H0V0h24v24z"
|
|
1762
|
-
fill="none"
|
|
1763
|
-
opacity=".87"
|
|
1764
|
-
/>
|
|
1765
|
-
<path
|
|
1766
|
-
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1767
|
-
/>
|
|
1768
|
-
</svg>
|
|
1769
|
-
</ui_icon>
|
|
1770
|
-
</ui_view>
|
|
1771
|
-
<ui_view
|
|
1772
|
-
class="view forceRow separator"
|
|
1773
|
-
/>
|
|
1774
|
-
<ui_view
|
|
1775
|
-
class="view row wide"
|
|
1776
|
-
>
|
|
1777
|
-
<ui_view
|
|
1778
|
-
class="view wide content"
|
|
1779
|
-
>
|
|
1780
|
-
<input
|
|
1781
|
-
class="input input"
|
|
1782
|
-
maxlength="12"
|
|
1783
|
-
name="name-phone"
|
|
1784
|
-
type="tel"
|
|
1785
|
-
value=""
|
|
1786
|
-
/>
|
|
1787
|
-
</ui_view>
|
|
1788
|
-
</ui_view>
|
|
1789
|
-
</ui_view>
|
|
1790
|
-
</ui_tag>
|
|
1705
|
+
</ui-view>
|
|
1706
|
+
</ui-view>
|
|
1707
|
+
</ui-view>
|
|
1708
|
+
</ui-input-phone>
|
|
1791
1709
|
</DocumentFragment>
|
|
1792
1710
|
`;
|
|
1793
1711
|
|
|
1794
1712
|
exports[`component:<InputPhone> testId 1`] = `
|
|
1795
1713
|
<DocumentFragment>
|
|
1796
|
-
<
|
|
1714
|
+
<ui-input-phone
|
|
1797
1715
|
class="view inputPhone"
|
|
1798
1716
|
>
|
|
1799
|
-
<
|
|
1717
|
+
<ui-view
|
|
1800
1718
|
class="view row inputBorder"
|
|
1801
1719
|
>
|
|
1802
|
-
<
|
|
1720
|
+
<ui-view
|
|
1803
1721
|
class="view row"
|
|
1804
1722
|
>
|
|
1805
|
-
<
|
|
1723
|
+
<ui-view
|
|
1806
1724
|
class="view content"
|
|
1807
1725
|
>
|
|
1808
1726
|
<select
|
|
@@ -1826,8 +1744,8 @@ exports[`component:<InputPhone> testId 1`] = `
|
|
|
1826
1744
|
+001
|
|
1827
1745
|
</option>
|
|
1828
1746
|
</select>
|
|
1829
|
-
</
|
|
1830
|
-
<
|
|
1747
|
+
</ui-view>
|
|
1748
|
+
<ui-icon
|
|
1831
1749
|
class="icon headline-3 icon expand"
|
|
1832
1750
|
>
|
|
1833
1751
|
<svg
|
|
@@ -1848,15 +1766,15 @@ exports[`component:<InputPhone> testId 1`] = `
|
|
|
1848
1766
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1849
1767
|
/>
|
|
1850
1768
|
</svg>
|
|
1851
|
-
</
|
|
1852
|
-
</
|
|
1853
|
-
<
|
|
1769
|
+
</ui-icon>
|
|
1770
|
+
</ui-view>
|
|
1771
|
+
<ui-view
|
|
1854
1772
|
class="view forceRow separator"
|
|
1855
1773
|
/>
|
|
1856
|
-
<
|
|
1774
|
+
<ui-view
|
|
1857
1775
|
class="view row wide"
|
|
1858
1776
|
>
|
|
1859
|
-
<
|
|
1777
|
+
<ui-view
|
|
1860
1778
|
class="view wide content"
|
|
1861
1779
|
>
|
|
1862
1780
|
<input
|
|
@@ -1867,25 +1785,25 @@ exports[`component:<InputPhone> testId 1`] = `
|
|
|
1867
1785
|
type="tel"
|
|
1868
1786
|
value=""
|
|
1869
1787
|
/>
|
|
1870
|
-
</
|
|
1871
|
-
</
|
|
1872
|
-
</
|
|
1873
|
-
</
|
|
1788
|
+
</ui-view>
|
|
1789
|
+
</ui-view>
|
|
1790
|
+
</ui-view>
|
|
1791
|
+
</ui-input-phone>
|
|
1874
1792
|
</DocumentFragment>
|
|
1875
1793
|
`;
|
|
1876
1794
|
|
|
1877
1795
|
exports[`component:<InputPhone> testId:without prefixes 1`] = `
|
|
1878
1796
|
<DocumentFragment>
|
|
1879
|
-
<
|
|
1797
|
+
<ui-input-phone
|
|
1880
1798
|
class="view inputPhone"
|
|
1881
1799
|
>
|
|
1882
|
-
<
|
|
1800
|
+
<ui-view
|
|
1883
1801
|
class="view row inputBorder"
|
|
1884
1802
|
>
|
|
1885
|
-
<
|
|
1803
|
+
<ui-view
|
|
1886
1804
|
class="view row wide"
|
|
1887
1805
|
>
|
|
1888
|
-
<
|
|
1806
|
+
<ui-view
|
|
1889
1807
|
class="view wide content"
|
|
1890
1808
|
>
|
|
1891
1809
|
<input
|
|
@@ -1896,9 +1814,9 @@ exports[`component:<InputPhone> testId:without prefixes 1`] = `
|
|
|
1896
1814
|
type="tel"
|
|
1897
1815
|
value=""
|
|
1898
1816
|
/>
|
|
1899
|
-
</
|
|
1900
|
-
</
|
|
1901
|
-
</
|
|
1902
|
-
</
|
|
1817
|
+
</ui-view>
|
|
1818
|
+
</ui-view>
|
|
1819
|
+
</ui-view>
|
|
1820
|
+
</ui-input-phone>
|
|
1903
1821
|
</DocumentFragment>
|
|
1904
1822
|
`;
|