@mirai/ui 2.0.6 → 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 +8 -5
- 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 +8 -4
- package/build/primitives/ScrollView/ScrollView.js.map +1 -1
- package/build/primitives/ScrollView/ScrollView.module.css +1 -1
- 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,17 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<InputNumber> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-input-number
|
|
6
6
|
class="view row inputNumber mirai"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui-view
|
|
9
9
|
class="view texts"
|
|
10
10
|
/>
|
|
11
11
|
<button
|
|
12
12
|
class="pressable disabled button small rounded squared disabled"
|
|
13
13
|
disabled=""
|
|
14
14
|
>
|
|
15
|
-
<
|
|
15
|
+
<ui-icon
|
|
16
16
|
class="icon headline-3"
|
|
17
17
|
>
|
|
18
18
|
<svg
|
|
@@ -32,18 +32,18 @@ exports[`component:<InputNumber> inherit:className 1`] = `
|
|
|
32
32
|
d="M19 13H5v-2h14v2z"
|
|
33
33
|
/>
|
|
34
34
|
</svg>
|
|
35
|
-
</
|
|
35
|
+
</ui-icon>
|
|
36
36
|
</button>
|
|
37
|
-
<
|
|
37
|
+
<ui-text
|
|
38
38
|
class="text paragraph value"
|
|
39
39
|
>
|
|
40
40
|
0
|
|
41
|
-
</
|
|
41
|
+
</ui-text>
|
|
42
42
|
<button
|
|
43
43
|
class="pressable button small rounded squared secondary"
|
|
44
44
|
tabindex="0"
|
|
45
45
|
>
|
|
46
|
-
<
|
|
46
|
+
<ui-icon
|
|
47
47
|
class="icon headline-3"
|
|
48
48
|
>
|
|
49
49
|
<svg
|
|
@@ -63,25 +63,25 @@ exports[`component:<InputNumber> inherit:className 1`] = `
|
|
|
63
63
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
64
64
|
/>
|
|
65
65
|
</svg>
|
|
66
|
-
</
|
|
66
|
+
</ui-icon>
|
|
67
67
|
</button>
|
|
68
|
-
</
|
|
68
|
+
</ui-input-number>
|
|
69
69
|
</DocumentFragment>
|
|
70
70
|
`;
|
|
71
71
|
|
|
72
72
|
exports[`component:<InputNumber> prop:disabled 1`] = `
|
|
73
73
|
<DocumentFragment>
|
|
74
|
-
<
|
|
74
|
+
<ui-input-number
|
|
75
75
|
class="view row inputNumber"
|
|
76
76
|
>
|
|
77
|
-
<
|
|
77
|
+
<ui-view
|
|
78
78
|
class="view texts"
|
|
79
79
|
/>
|
|
80
80
|
<button
|
|
81
81
|
class="pressable disabled button small rounded squared disabled"
|
|
82
82
|
disabled=""
|
|
83
83
|
>
|
|
84
|
-
<
|
|
84
|
+
<ui-icon
|
|
85
85
|
class="icon headline-3"
|
|
86
86
|
>
|
|
87
87
|
<svg
|
|
@@ -101,18 +101,18 @@ exports[`component:<InputNumber> prop:disabled 1`] = `
|
|
|
101
101
|
d="M19 13H5v-2h14v2z"
|
|
102
102
|
/>
|
|
103
103
|
</svg>
|
|
104
|
-
</
|
|
104
|
+
</ui-icon>
|
|
105
105
|
</button>
|
|
106
|
-
<
|
|
106
|
+
<ui-text
|
|
107
107
|
class="text paragraph value disabled"
|
|
108
108
|
>
|
|
109
109
|
0
|
|
110
|
-
</
|
|
110
|
+
</ui-text>
|
|
111
111
|
<button
|
|
112
112
|
class="pressable disabled button small rounded squared disabled"
|
|
113
113
|
disabled=""
|
|
114
114
|
>
|
|
115
|
-
<
|
|
115
|
+
<ui-icon
|
|
116
116
|
class="icon headline-3"
|
|
117
117
|
>
|
|
118
118
|
<svg
|
|
@@ -132,31 +132,31 @@ exports[`component:<InputNumber> prop:disabled 1`] = `
|
|
|
132
132
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
133
133
|
/>
|
|
134
134
|
</svg>
|
|
135
|
-
</
|
|
135
|
+
</ui-icon>
|
|
136
136
|
</button>
|
|
137
|
-
</
|
|
137
|
+
</ui-input-number>
|
|
138
138
|
</DocumentFragment>
|
|
139
139
|
`;
|
|
140
140
|
|
|
141
141
|
exports[`component:<InputNumber> prop:hint 1`] = `
|
|
142
142
|
<DocumentFragment>
|
|
143
|
-
<
|
|
143
|
+
<ui-input-number
|
|
144
144
|
class="view row inputNumber"
|
|
145
145
|
>
|
|
146
|
-
<
|
|
146
|
+
<ui-view
|
|
147
147
|
class="view texts"
|
|
148
148
|
>
|
|
149
|
-
<
|
|
149
|
+
<ui-text
|
|
150
150
|
class="text small text hint hint"
|
|
151
151
|
>
|
|
152
152
|
hint
|
|
153
|
-
</
|
|
154
|
-
</
|
|
153
|
+
</ui-text>
|
|
154
|
+
</ui-view>
|
|
155
155
|
<button
|
|
156
156
|
class="pressable disabled button small rounded squared disabled"
|
|
157
157
|
disabled=""
|
|
158
158
|
>
|
|
159
|
-
<
|
|
159
|
+
<ui-icon
|
|
160
160
|
class="icon headline-3"
|
|
161
161
|
>
|
|
162
162
|
<svg
|
|
@@ -176,18 +176,18 @@ exports[`component:<InputNumber> prop:hint 1`] = `
|
|
|
176
176
|
d="M19 13H5v-2h14v2z"
|
|
177
177
|
/>
|
|
178
178
|
</svg>
|
|
179
|
-
</
|
|
179
|
+
</ui-icon>
|
|
180
180
|
</button>
|
|
181
|
-
<
|
|
181
|
+
<ui-text
|
|
182
182
|
class="text paragraph value"
|
|
183
183
|
>
|
|
184
184
|
0
|
|
185
|
-
</
|
|
185
|
+
</ui-text>
|
|
186
186
|
<button
|
|
187
187
|
class="pressable button small rounded squared secondary"
|
|
188
188
|
tabindex="0"
|
|
189
189
|
>
|
|
190
|
-
<
|
|
190
|
+
<ui-icon
|
|
191
191
|
class="icon headline-3"
|
|
192
192
|
>
|
|
193
193
|
<svg
|
|
@@ -207,31 +207,31 @@ exports[`component:<InputNumber> prop:hint 1`] = `
|
|
|
207
207
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
208
208
|
/>
|
|
209
209
|
</svg>
|
|
210
|
-
</
|
|
210
|
+
</ui-icon>
|
|
211
211
|
</button>
|
|
212
|
-
</
|
|
212
|
+
</ui-input-number>
|
|
213
213
|
</DocumentFragment>
|
|
214
214
|
`;
|
|
215
215
|
|
|
216
216
|
exports[`component:<InputNumber> prop:label 1`] = `
|
|
217
217
|
<DocumentFragment>
|
|
218
|
-
<
|
|
218
|
+
<ui-input-number
|
|
219
219
|
class="view row inputNumber"
|
|
220
220
|
>
|
|
221
|
-
<
|
|
221
|
+
<ui-view
|
|
222
222
|
class="view texts"
|
|
223
223
|
>
|
|
224
|
-
<label
|
|
224
|
+
<ui-label
|
|
225
225
|
class="text paragraph text label"
|
|
226
226
|
>
|
|
227
227
|
label
|
|
228
|
-
</label>
|
|
229
|
-
</
|
|
228
|
+
</ui-label>
|
|
229
|
+
</ui-view>
|
|
230
230
|
<button
|
|
231
231
|
class="pressable disabled button small rounded squared disabled"
|
|
232
232
|
disabled=""
|
|
233
233
|
>
|
|
234
|
-
<
|
|
234
|
+
<ui-icon
|
|
235
235
|
class="icon headline-3"
|
|
236
236
|
>
|
|
237
237
|
<svg
|
|
@@ -251,18 +251,18 @@ exports[`component:<InputNumber> prop:label 1`] = `
|
|
|
251
251
|
d="M19 13H5v-2h14v2z"
|
|
252
252
|
/>
|
|
253
253
|
</svg>
|
|
254
|
-
</
|
|
254
|
+
</ui-icon>
|
|
255
255
|
</button>
|
|
256
|
-
<
|
|
256
|
+
<ui-text
|
|
257
257
|
class="text paragraph value"
|
|
258
258
|
>
|
|
259
259
|
0
|
|
260
|
-
</
|
|
260
|
+
</ui-text>
|
|
261
261
|
<button
|
|
262
262
|
class="pressable button small rounded squared secondary"
|
|
263
263
|
tabindex="0"
|
|
264
264
|
>
|
|
265
|
-
<
|
|
265
|
+
<ui-icon
|
|
266
266
|
class="icon headline-3"
|
|
267
267
|
>
|
|
268
268
|
<svg
|
|
@@ -282,25 +282,25 @@ exports[`component:<InputNumber> prop:label 1`] = `
|
|
|
282
282
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
283
283
|
/>
|
|
284
284
|
</svg>
|
|
285
|
-
</
|
|
285
|
+
</ui-icon>
|
|
286
286
|
</button>
|
|
287
|
-
</
|
|
287
|
+
</ui-input-number>
|
|
288
288
|
</DocumentFragment>
|
|
289
289
|
`;
|
|
290
290
|
|
|
291
291
|
exports[`component:<InputNumber> prop:max 1`] = `
|
|
292
292
|
<DocumentFragment>
|
|
293
|
-
<
|
|
293
|
+
<ui-input-number
|
|
294
294
|
class="view row inputNumber"
|
|
295
295
|
>
|
|
296
|
-
<
|
|
296
|
+
<ui-view
|
|
297
297
|
class="view texts"
|
|
298
298
|
/>
|
|
299
299
|
<button
|
|
300
300
|
class="pressable button small rounded squared secondary"
|
|
301
301
|
tabindex="0"
|
|
302
302
|
>
|
|
303
|
-
<
|
|
303
|
+
<ui-icon
|
|
304
304
|
class="icon headline-3"
|
|
305
305
|
>
|
|
306
306
|
<svg
|
|
@@ -320,18 +320,18 @@ exports[`component:<InputNumber> prop:max 1`] = `
|
|
|
320
320
|
d="M19 13H5v-2h14v2z"
|
|
321
321
|
/>
|
|
322
322
|
</svg>
|
|
323
|
-
</
|
|
323
|
+
</ui-icon>
|
|
324
324
|
</button>
|
|
325
|
-
<
|
|
325
|
+
<ui-text
|
|
326
326
|
class="text paragraph value"
|
|
327
327
|
>
|
|
328
328
|
10
|
|
329
|
-
</
|
|
329
|
+
</ui-text>
|
|
330
330
|
<button
|
|
331
331
|
class="pressable disabled button small rounded squared disabled"
|
|
332
332
|
disabled=""
|
|
333
333
|
>
|
|
334
|
-
<
|
|
334
|
+
<ui-icon
|
|
335
335
|
class="icon headline-3"
|
|
336
336
|
>
|
|
337
337
|
<svg
|
|
@@ -351,25 +351,25 @@ exports[`component:<InputNumber> prop:max 1`] = `
|
|
|
351
351
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
352
352
|
/>
|
|
353
353
|
</svg>
|
|
354
|
-
</
|
|
354
|
+
</ui-icon>
|
|
355
355
|
</button>
|
|
356
|
-
</
|
|
356
|
+
</ui-input-number>
|
|
357
357
|
</DocumentFragment>
|
|
358
358
|
`;
|
|
359
359
|
|
|
360
360
|
exports[`component:<InputNumber> prop:min 1`] = `
|
|
361
361
|
<DocumentFragment>
|
|
362
|
-
<
|
|
362
|
+
<ui-input-number
|
|
363
363
|
class="view row inputNumber"
|
|
364
364
|
>
|
|
365
|
-
<
|
|
365
|
+
<ui-view
|
|
366
366
|
class="view texts"
|
|
367
367
|
/>
|
|
368
368
|
<button
|
|
369
369
|
class="pressable disabled button small rounded squared disabled"
|
|
370
370
|
disabled=""
|
|
371
371
|
>
|
|
372
|
-
<
|
|
372
|
+
<ui-icon
|
|
373
373
|
class="icon headline-3"
|
|
374
374
|
>
|
|
375
375
|
<svg
|
|
@@ -389,18 +389,18 @@ exports[`component:<InputNumber> prop:min 1`] = `
|
|
|
389
389
|
d="M19 13H5v-2h14v2z"
|
|
390
390
|
/>
|
|
391
391
|
</svg>
|
|
392
|
-
</
|
|
392
|
+
</ui-icon>
|
|
393
393
|
</button>
|
|
394
|
-
<
|
|
394
|
+
<ui-text
|
|
395
395
|
class="text paragraph value"
|
|
396
396
|
>
|
|
397
397
|
10
|
|
398
|
-
</
|
|
398
|
+
</ui-text>
|
|
399
399
|
<button
|
|
400
400
|
class="pressable button small rounded squared secondary"
|
|
401
401
|
tabindex="0"
|
|
402
402
|
>
|
|
403
|
-
<
|
|
403
|
+
<ui-icon
|
|
404
404
|
class="icon headline-3"
|
|
405
405
|
>
|
|
406
406
|
<svg
|
|
@@ -420,25 +420,25 @@ exports[`component:<InputNumber> prop:min 1`] = `
|
|
|
420
420
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
421
421
|
/>
|
|
422
422
|
</svg>
|
|
423
|
-
</
|
|
423
|
+
</ui-icon>
|
|
424
424
|
</button>
|
|
425
|
-
</
|
|
425
|
+
</ui-input-number>
|
|
426
426
|
</DocumentFragment>
|
|
427
427
|
`;
|
|
428
428
|
|
|
429
429
|
exports[`component:<InputNumber> prop:required & prop:showRequired (true) 1`] = `
|
|
430
430
|
<DocumentFragment>
|
|
431
|
-
<
|
|
431
|
+
<ui-input-number
|
|
432
432
|
class="view row inputNumber"
|
|
433
433
|
>
|
|
434
|
-
<
|
|
434
|
+
<ui-view
|
|
435
435
|
class="view texts"
|
|
436
436
|
/>
|
|
437
437
|
<button
|
|
438
438
|
class="pressable button small rounded squared secondary"
|
|
439
439
|
tabindex="0"
|
|
440
440
|
>
|
|
441
|
-
<
|
|
441
|
+
<ui-icon
|
|
442
442
|
class="icon headline-3"
|
|
443
443
|
>
|
|
444
444
|
<svg
|
|
@@ -458,18 +458,18 @@ exports[`component:<InputNumber> prop:required & prop:showRequired (true) 1`] =
|
|
|
458
458
|
d="M19 13H5v-2h14v2z"
|
|
459
459
|
/>
|
|
460
460
|
</svg>
|
|
461
|
-
</
|
|
461
|
+
</ui-icon>
|
|
462
462
|
</button>
|
|
463
|
-
<
|
|
463
|
+
<ui-text
|
|
464
464
|
class="text paragraph value"
|
|
465
465
|
>
|
|
466
466
|
10
|
|
467
|
-
</
|
|
467
|
+
</ui-text>
|
|
468
468
|
<button
|
|
469
469
|
class="pressable button small rounded squared secondary"
|
|
470
470
|
tabindex="0"
|
|
471
471
|
>
|
|
472
|
-
<
|
|
472
|
+
<ui-icon
|
|
473
473
|
class="icon headline-3"
|
|
474
474
|
>
|
|
475
475
|
<svg
|
|
@@ -489,25 +489,25 @@ exports[`component:<InputNumber> prop:required & prop:showRequired (true) 1`] =
|
|
|
489
489
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
490
490
|
/>
|
|
491
491
|
</svg>
|
|
492
|
-
</
|
|
492
|
+
</ui-icon>
|
|
493
493
|
</button>
|
|
494
|
-
</
|
|
494
|
+
</ui-input-number>
|
|
495
495
|
</DocumentFragment>
|
|
496
496
|
`;
|
|
497
497
|
|
|
498
498
|
exports[`component:<InputNumber> prop:required 1`] = `
|
|
499
499
|
<DocumentFragment>
|
|
500
|
-
<
|
|
500
|
+
<ui-input-number
|
|
501
501
|
class="view row inputNumber"
|
|
502
502
|
>
|
|
503
|
-
<
|
|
503
|
+
<ui-view
|
|
504
504
|
class="view texts"
|
|
505
505
|
/>
|
|
506
506
|
<button
|
|
507
507
|
class="pressable button small rounded squared secondary"
|
|
508
508
|
tabindex="0"
|
|
509
509
|
>
|
|
510
|
-
<
|
|
510
|
+
<ui-icon
|
|
511
511
|
class="icon headline-3"
|
|
512
512
|
>
|
|
513
513
|
<svg
|
|
@@ -527,18 +527,18 @@ exports[`component:<InputNumber> prop:required 1`] = `
|
|
|
527
527
|
d="M19 13H5v-2h14v2z"
|
|
528
528
|
/>
|
|
529
529
|
</svg>
|
|
530
|
-
</
|
|
530
|
+
</ui-icon>
|
|
531
531
|
</button>
|
|
532
|
-
<
|
|
532
|
+
<ui-text
|
|
533
533
|
class="text paragraph value"
|
|
534
534
|
>
|
|
535
535
|
10
|
|
536
|
-
</
|
|
536
|
+
</ui-text>
|
|
537
537
|
<button
|
|
538
538
|
class="pressable button small rounded squared secondary"
|
|
539
539
|
tabindex="0"
|
|
540
540
|
>
|
|
541
|
-
<
|
|
541
|
+
<ui-icon
|
|
542
542
|
class="icon headline-3"
|
|
543
543
|
>
|
|
544
544
|
<svg
|
|
@@ -558,25 +558,25 @@ exports[`component:<InputNumber> prop:required 1`] = `
|
|
|
558
558
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
559
559
|
/>
|
|
560
560
|
</svg>
|
|
561
|
-
</
|
|
561
|
+
</ui-icon>
|
|
562
562
|
</button>
|
|
563
|
-
</
|
|
563
|
+
</ui-input-number>
|
|
564
564
|
</DocumentFragment>
|
|
565
565
|
`;
|
|
566
566
|
|
|
567
567
|
exports[`component:<InputNumber> prop:rounded 1`] = `
|
|
568
568
|
<DocumentFragment>
|
|
569
|
-
<
|
|
569
|
+
<ui-input-number
|
|
570
570
|
class="view row inputNumber"
|
|
571
571
|
>
|
|
572
|
-
<
|
|
572
|
+
<ui-view
|
|
573
573
|
class="view texts"
|
|
574
574
|
/>
|
|
575
575
|
<button
|
|
576
576
|
class="pressable button small rounded squared secondary"
|
|
577
577
|
tabindex="0"
|
|
578
578
|
>
|
|
579
|
-
<
|
|
579
|
+
<ui-icon
|
|
580
580
|
class="icon headline-3"
|
|
581
581
|
>
|
|
582
582
|
<svg
|
|
@@ -596,18 +596,18 @@ exports[`component:<InputNumber> prop:rounded 1`] = `
|
|
|
596
596
|
d="M19 13H5v-2h14v2z"
|
|
597
597
|
/>
|
|
598
598
|
</svg>
|
|
599
|
-
</
|
|
599
|
+
</ui-icon>
|
|
600
600
|
</button>
|
|
601
|
-
<
|
|
601
|
+
<ui-text
|
|
602
602
|
class="text paragraph value"
|
|
603
603
|
>
|
|
604
604
|
10
|
|
605
|
-
</
|
|
605
|
+
</ui-text>
|
|
606
606
|
<button
|
|
607
607
|
class="pressable button small rounded squared secondary"
|
|
608
608
|
tabindex="0"
|
|
609
609
|
>
|
|
610
|
-
<
|
|
610
|
+
<ui-icon
|
|
611
611
|
class="icon headline-3"
|
|
612
612
|
>
|
|
613
613
|
<svg
|
|
@@ -627,25 +627,25 @@ exports[`component:<InputNumber> prop:rounded 1`] = `
|
|
|
627
627
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
628
628
|
/>
|
|
629
629
|
</svg>
|
|
630
|
-
</
|
|
630
|
+
</ui-icon>
|
|
631
631
|
</button>
|
|
632
|
-
</
|
|
632
|
+
</ui-input-number>
|
|
633
633
|
</DocumentFragment>
|
|
634
634
|
`;
|
|
635
635
|
|
|
636
636
|
exports[`component:<InputNumber> prop:value 1`] = `
|
|
637
637
|
<DocumentFragment>
|
|
638
|
-
<
|
|
638
|
+
<ui-input-number
|
|
639
639
|
class="view row inputNumber"
|
|
640
640
|
>
|
|
641
|
-
<
|
|
641
|
+
<ui-view
|
|
642
642
|
class="view texts"
|
|
643
643
|
/>
|
|
644
644
|
<button
|
|
645
645
|
class="pressable button small rounded squared secondary"
|
|
646
646
|
tabindex="0"
|
|
647
647
|
>
|
|
648
|
-
<
|
|
648
|
+
<ui-icon
|
|
649
649
|
class="icon headline-3"
|
|
650
650
|
>
|
|
651
651
|
<svg
|
|
@@ -665,18 +665,18 @@ exports[`component:<InputNumber> prop:value 1`] = `
|
|
|
665
665
|
d="M19 13H5v-2h14v2z"
|
|
666
666
|
/>
|
|
667
667
|
</svg>
|
|
668
|
-
</
|
|
668
|
+
</ui-icon>
|
|
669
669
|
</button>
|
|
670
|
-
<
|
|
670
|
+
<ui-text
|
|
671
671
|
class="text paragraph value"
|
|
672
672
|
>
|
|
673
673
|
10
|
|
674
|
-
</
|
|
674
|
+
</ui-text>
|
|
675
675
|
<button
|
|
676
676
|
class="pressable button small rounded squared secondary"
|
|
677
677
|
tabindex="0"
|
|
678
678
|
>
|
|
679
|
-
<
|
|
679
|
+
<ui-icon
|
|
680
680
|
class="icon headline-3"
|
|
681
681
|
>
|
|
682
682
|
<svg
|
|
@@ -696,25 +696,25 @@ exports[`component:<InputNumber> prop:value 1`] = `
|
|
|
696
696
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
697
697
|
/>
|
|
698
698
|
</svg>
|
|
699
|
-
</
|
|
699
|
+
</ui-icon>
|
|
700
700
|
</button>
|
|
701
|
-
</
|
|
701
|
+
</ui-input-number>
|
|
702
702
|
</DocumentFragment>
|
|
703
703
|
`;
|
|
704
704
|
|
|
705
705
|
exports[`component:<InputNumber> renders 1`] = `
|
|
706
706
|
<DocumentFragment>
|
|
707
|
-
<
|
|
707
|
+
<ui-input-number
|
|
708
708
|
class="view row inputNumber"
|
|
709
709
|
>
|
|
710
|
-
<
|
|
710
|
+
<ui-view
|
|
711
711
|
class="view texts"
|
|
712
712
|
/>
|
|
713
713
|
<button
|
|
714
714
|
class="pressable disabled button small rounded squared disabled"
|
|
715
715
|
disabled=""
|
|
716
716
|
>
|
|
717
|
-
<
|
|
717
|
+
<ui-icon
|
|
718
718
|
class="icon headline-3"
|
|
719
719
|
>
|
|
720
720
|
<svg
|
|
@@ -734,18 +734,18 @@ exports[`component:<InputNumber> renders 1`] = `
|
|
|
734
734
|
d="M19 13H5v-2h14v2z"
|
|
735
735
|
/>
|
|
736
736
|
</svg>
|
|
737
|
-
</
|
|
737
|
+
</ui-icon>
|
|
738
738
|
</button>
|
|
739
|
-
<
|
|
739
|
+
<ui-text
|
|
740
740
|
class="text paragraph value"
|
|
741
741
|
>
|
|
742
742
|
0
|
|
743
|
-
</
|
|
743
|
+
</ui-text>
|
|
744
744
|
<button
|
|
745
745
|
class="pressable button small rounded squared secondary"
|
|
746
746
|
tabindex="0"
|
|
747
747
|
>
|
|
748
|
-
<
|
|
748
|
+
<ui-icon
|
|
749
749
|
class="icon headline-3"
|
|
750
750
|
>
|
|
751
751
|
<svg
|
|
@@ -765,95 +765,26 @@ exports[`component:<InputNumber> renders 1`] = `
|
|
|
765
765
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
766
766
|
/>
|
|
767
767
|
</svg>
|
|
768
|
-
</
|
|
768
|
+
</ui-icon>
|
|
769
769
|
</button>
|
|
770
|
-
</
|
|
771
|
-
</DocumentFragment>
|
|
772
|
-
`;
|
|
773
|
-
|
|
774
|
-
exports[`component:<InputNumber> tag 1`] = `
|
|
775
|
-
<DocumentFragment>
|
|
776
|
-
<ui_tag
|
|
777
|
-
class="view row inputNumber"
|
|
778
|
-
>
|
|
779
|
-
<ui_view
|
|
780
|
-
class="view texts"
|
|
781
|
-
/>
|
|
782
|
-
<button
|
|
783
|
-
class="pressable disabled button small rounded squared disabled"
|
|
784
|
-
disabled=""
|
|
785
|
-
>
|
|
786
|
-
<ui_icon
|
|
787
|
-
class="icon headline-3"
|
|
788
|
-
>
|
|
789
|
-
<svg
|
|
790
|
-
fill="currentColor"
|
|
791
|
-
height="1em"
|
|
792
|
-
stroke="currentColor"
|
|
793
|
-
stroke-width="0"
|
|
794
|
-
viewBox="0 0 24 24"
|
|
795
|
-
width="1em"
|
|
796
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
797
|
-
>
|
|
798
|
-
<path
|
|
799
|
-
d="M0 0h24v24H0V0z"
|
|
800
|
-
fill="none"
|
|
801
|
-
/>
|
|
802
|
-
<path
|
|
803
|
-
d="M19 13H5v-2h14v2z"
|
|
804
|
-
/>
|
|
805
|
-
</svg>
|
|
806
|
-
</ui_icon>
|
|
807
|
-
</button>
|
|
808
|
-
<ui_text
|
|
809
|
-
class="text paragraph value"
|
|
810
|
-
>
|
|
811
|
-
0
|
|
812
|
-
</ui_text>
|
|
813
|
-
<button
|
|
814
|
-
class="pressable button small rounded squared secondary"
|
|
815
|
-
tabindex="0"
|
|
816
|
-
>
|
|
817
|
-
<ui_icon
|
|
818
|
-
class="icon headline-3"
|
|
819
|
-
>
|
|
820
|
-
<svg
|
|
821
|
-
fill="currentColor"
|
|
822
|
-
height="1em"
|
|
823
|
-
stroke="currentColor"
|
|
824
|
-
stroke-width="0"
|
|
825
|
-
viewBox="0 0 24 24"
|
|
826
|
-
width="1em"
|
|
827
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
828
|
-
>
|
|
829
|
-
<path
|
|
830
|
-
d="M0 0h24v24H0V0z"
|
|
831
|
-
fill="none"
|
|
832
|
-
/>
|
|
833
|
-
<path
|
|
834
|
-
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
835
|
-
/>
|
|
836
|
-
</svg>
|
|
837
|
-
</ui_icon>
|
|
838
|
-
</button>
|
|
839
|
-
</ui_tag>
|
|
770
|
+
</ui-input-number>
|
|
840
771
|
</DocumentFragment>
|
|
841
772
|
`;
|
|
842
773
|
|
|
843
774
|
exports[`component:<InputNumber> testId 1`] = `
|
|
844
775
|
<DocumentFragment>
|
|
845
|
-
<
|
|
776
|
+
<ui-input-number
|
|
846
777
|
class="view row inputNumber"
|
|
847
778
|
data-testid="mirai"
|
|
848
779
|
>
|
|
849
|
-
<
|
|
780
|
+
<ui-view
|
|
850
781
|
class="view texts"
|
|
851
782
|
/>
|
|
852
783
|
<button
|
|
853
784
|
class="pressable disabled button small rounded squared disabled"
|
|
854
785
|
disabled=""
|
|
855
786
|
>
|
|
856
|
-
<
|
|
787
|
+
<ui-icon
|
|
857
788
|
class="icon headline-3"
|
|
858
789
|
>
|
|
859
790
|
<svg
|
|
@@ -873,18 +804,18 @@ exports[`component:<InputNumber> testId 1`] = `
|
|
|
873
804
|
d="M19 13H5v-2h14v2z"
|
|
874
805
|
/>
|
|
875
806
|
</svg>
|
|
876
|
-
</
|
|
807
|
+
</ui-icon>
|
|
877
808
|
</button>
|
|
878
|
-
<
|
|
809
|
+
<ui-text
|
|
879
810
|
class="text paragraph value"
|
|
880
811
|
>
|
|
881
812
|
0
|
|
882
|
-
</
|
|
813
|
+
</ui-text>
|
|
883
814
|
<button
|
|
884
815
|
class="pressable button small rounded squared secondary"
|
|
885
816
|
tabindex="0"
|
|
886
817
|
>
|
|
887
|
-
<
|
|
818
|
+
<ui-icon
|
|
888
819
|
class="icon headline-3"
|
|
889
820
|
>
|
|
890
821
|
<svg
|
|
@@ -904,8 +835,8 @@ exports[`component:<InputNumber> testId 1`] = `
|
|
|
904
835
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
905
836
|
/>
|
|
906
837
|
</svg>
|
|
907
|
-
</
|
|
838
|
+
</ui-icon>
|
|
908
839
|
</button>
|
|
909
|
-
</
|
|
840
|
+
</ui-input-number>
|
|
910
841
|
</DocumentFragment>
|
|
911
842
|
`;
|