@mirai/ui 1.1.0-c → 1.1.0-f
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 +2 -4
- package/build/components/Action/Action.js.map +1 -1
- package/build/components/Button/Button.js +5 -7
- package/build/components/Button/Button.js.map +1 -1
- package/build/components/Calendar/Calendar.Month.js +4 -6
- 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 +3 -6
- 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 +5 -5
- package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +64 -64
- package/build/components/InputNumber/InputNumber.js +6 -9
- package/build/components/InputNumber/InputNumber.js.map +1 -1
- package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +24 -24
- package/build/components/InputOption/InputOption.js +4 -7
- package/build/components/InputOption/InputOption.js.map +1 -1
- package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +4 -4
- package/build/components/InputPhone/InputPhone.js +11 -11
- package/build/components/InputPhone/InputPhone.js.map +1 -1
- package/build/components/InputPhone/InputPhone.module.css +1 -1
- package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +48 -48
- 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 +12 -12
- package/build/components/InputText/InputText.js +10 -10
- package/build/components/InputText/InputText.js.map +1 -1
- package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +7 -7
- package/build/components/InputText/partials/InputText.Hint.js +2 -5
- package/build/components/InputText/partials/InputText.Hint.js.map +1 -1
- package/build/components/InputText/partials/InputText.IconState.js +2 -5
- package/build/components/InputText/partials/InputText.IconState.js.map +1 -1
- package/build/components/InputText/partials/InputText.Label.js +3 -6
- package/build/components/InputText/partials/InputText.Label.js.map +1 -1
- package/build/components/Menu/Menu.Option.js +5 -8
- package/build/components/Menu/Menu.Option.js.map +1 -1
- package/build/components/Menu/Menu.js +3 -6
- package/build/components/Menu/Menu.js.map +1 -1
- package/build/components/Menu/Menu.module.css +0 -3
- package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +2 -2
- package/build/components/Modal/Modal.js +8 -8
- package/build/components/Modal/Modal.js.map +1 -1
- package/build/components/Modal/Modal.module.css +1 -0
- package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +3 -3
- package/build/components/Notification/Notification.js +5 -8
- package/build/components/Notification/Notification.js.map +1 -1
- package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +19 -19
- package/build/components/Progress/Progress.js +3 -6
- package/build/components/Progress/Progress.js.map +1 -1
- package/build/components/Slider/Slider.js +11 -11
- package/build/components/Slider/Slider.js.map +1 -1
- package/build/components/Slider/Slider.module.css +2 -5
- package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +19 -19
- 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 +4 -7
- package/build/components/Table/Table.Filter.js.map +1 -1
- package/build/components/Table/Table.Row.js +7 -7
- 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.stories.js +5 -4
- package/build/components/Table/Table.stories.js.map +1 -1
- package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +12 -12
- package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +60 -60
- package/build/components/Tooltip/Tooltip.js +4 -4
- package/build/components/Tooltip/Tooltip.js.map +1 -1
- package/build/primitives/Checkbox/Checkbox.js +3 -6
- package/build/primitives/Checkbox/Checkbox.js.map +1 -1
- package/build/primitives/Icon/Icon.js +2 -4
- package/build/primitives/Icon/Icon.js.map +1 -1
- package/build/primitives/Icon/Icon.module.css +4 -4
- package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +27 -27
- package/build/primitives/Input/Input.js +2 -2
- package/build/primitives/Input/Input.js.map +1 -1
- package/build/primitives/Layer/Layer.js +2 -2
- package/build/primitives/Layer/Layer.js.map +1 -1
- package/build/primitives/Pressable/Pressable.js +2 -4
- package/build/primitives/Pressable/Pressable.js.map +1 -1
- package/build/primitives/Primitive/helpers/getTag.js +1 -0
- package/build/primitives/Primitive/helpers/getTag.js.map +1 -1
- package/build/primitives/Radio/Radio.js +4 -7
- package/build/primitives/Radio/Radio.js.map +1 -1
- package/build/primitives/ScrollView/ScrollView.js +2 -2
- package/build/primitives/ScrollView/ScrollView.js.map +1 -1
- package/build/primitives/Select/Select.js +2 -2
- package/build/primitives/Select/Select.js.map +1 -1
- package/build/primitives/Switch/Switch.js +4 -7
- package/build/primitives/Switch/Switch.js.map +1 -1
- package/build/primitives/Text/Text.js +3 -47
- package/build/primitives/Text/Text.js.map +1 -1
- package/build/primitives/Text/Text.module.css +4 -4
- package/build/primitives/View/View.js +2 -4
- package/build/primitives/View/View.js.map +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`component:<InputPhone> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<ui_view
|
|
6
|
-
class="view
|
|
6
|
+
class="view inputPhone mirai"
|
|
7
7
|
>
|
|
8
8
|
<ui_view
|
|
9
9
|
class="view row inputBorder"
|
|
@@ -36,7 +36,7 @@ exports[`component:<InputPhone> inherit:className 1`] = `
|
|
|
36
36
|
</select>
|
|
37
37
|
</ui_view>
|
|
38
38
|
<ui_icon
|
|
39
|
-
class="icon
|
|
39
|
+
class="icon h3 expand"
|
|
40
40
|
>
|
|
41
41
|
<svg
|
|
42
42
|
fill="currentColor"
|
|
@@ -84,7 +84,7 @@ exports[`component:<InputPhone> inherit:className 1`] = `
|
|
|
84
84
|
exports[`component:<InputPhone> prop:disabled 1`] = `
|
|
85
85
|
<DocumentFragment>
|
|
86
86
|
<ui_view
|
|
87
|
-
class="view
|
|
87
|
+
class="view inputPhone"
|
|
88
88
|
>
|
|
89
89
|
<ui_view
|
|
90
90
|
class="view row inputBorder disabled"
|
|
@@ -145,7 +145,7 @@ exports[`component:<InputPhone> prop:disabled 1`] = `
|
|
|
145
145
|
exports[`component:<InputPhone> prop:error 1`] = `
|
|
146
146
|
<DocumentFragment>
|
|
147
147
|
<ui_view
|
|
148
|
-
class="view
|
|
148
|
+
class="view inputPhone"
|
|
149
149
|
>
|
|
150
150
|
<ui_view
|
|
151
151
|
class="view row inputBorder error"
|
|
@@ -178,7 +178,7 @@ exports[`component:<InputPhone> prop:error 1`] = `
|
|
|
178
178
|
</select>
|
|
179
179
|
</ui_view>
|
|
180
180
|
<ui_icon
|
|
181
|
-
class="icon
|
|
181
|
+
class="icon h3 expand"
|
|
182
182
|
>
|
|
183
183
|
<svg
|
|
184
184
|
fill="currentColor"
|
|
@@ -219,7 +219,7 @@ exports[`component:<InputPhone> prop:error 1`] = `
|
|
|
219
219
|
</ui_view>
|
|
220
220
|
</ui_view>
|
|
221
221
|
<ui_icon
|
|
222
|
-
class="icon
|
|
222
|
+
class="icon h3 icon error"
|
|
223
223
|
>
|
|
224
224
|
<svg
|
|
225
225
|
fill="currentColor"
|
|
@@ -247,7 +247,7 @@ exports[`component:<InputPhone> prop:error 1`] = `
|
|
|
247
247
|
exports[`component:<InputPhone> prop:hint 1`] = `
|
|
248
248
|
<DocumentFragment>
|
|
249
249
|
<ui_view
|
|
250
|
-
class="view
|
|
250
|
+
class="view inputPhone"
|
|
251
251
|
>
|
|
252
252
|
<ui_view
|
|
253
253
|
class="view row inputBorder"
|
|
@@ -280,7 +280,7 @@ exports[`component:<InputPhone> prop:hint 1`] = `
|
|
|
280
280
|
</select>
|
|
281
281
|
</ui_view>
|
|
282
282
|
<ui_icon
|
|
283
|
-
class="icon
|
|
283
|
+
class="icon h3 expand"
|
|
284
284
|
>
|
|
285
285
|
<svg
|
|
286
286
|
fill="currentColor"
|
|
@@ -333,7 +333,7 @@ exports[`component:<InputPhone> prop:hint 1`] = `
|
|
|
333
333
|
exports[`component:<InputPhone> prop:icon & disabled 1`] = `
|
|
334
334
|
<DocumentFragment>
|
|
335
335
|
<ui_view
|
|
336
|
-
class="view
|
|
336
|
+
class="view inputPhone"
|
|
337
337
|
>
|
|
338
338
|
<ui_view
|
|
339
339
|
class="view row inputBorder disabled"
|
|
@@ -374,7 +374,7 @@ exports[`component:<InputPhone> prop:icon & disabled 1`] = `
|
|
|
374
374
|
class="view row wide"
|
|
375
375
|
>
|
|
376
376
|
<ui_icon
|
|
377
|
-
class="icon
|
|
377
|
+
class="icon h3 icon left disabled"
|
|
378
378
|
>
|
|
379
379
|
<svg
|
|
380
380
|
fill="currentColor"
|
|
@@ -415,7 +415,7 @@ exports[`component:<InputPhone> prop:icon & disabled 1`] = `
|
|
|
415
415
|
exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
416
416
|
<DocumentFragment>
|
|
417
417
|
<ui_view
|
|
418
|
-
class="view
|
|
418
|
+
class="view inputPhone"
|
|
419
419
|
>
|
|
420
420
|
<ui_view
|
|
421
421
|
class="view row inputBorder error"
|
|
@@ -448,7 +448,7 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
448
448
|
</select>
|
|
449
449
|
</ui_view>
|
|
450
450
|
<ui_icon
|
|
451
|
-
class="icon
|
|
451
|
+
class="icon h3 expand"
|
|
452
452
|
>
|
|
453
453
|
<svg
|
|
454
454
|
fill="currentColor"
|
|
@@ -477,7 +477,7 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
477
477
|
class="view row wide"
|
|
478
478
|
>
|
|
479
479
|
<ui_icon
|
|
480
|
-
class="icon
|
|
480
|
+
class="icon h3 icon left error"
|
|
481
481
|
>
|
|
482
482
|
<svg
|
|
483
483
|
fill="currentColor"
|
|
@@ -510,7 +510,7 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
510
510
|
</ui_view>
|
|
511
511
|
</ui_view>
|
|
512
512
|
<ui_icon
|
|
513
|
-
class="icon
|
|
513
|
+
class="icon h3 icon error"
|
|
514
514
|
>
|
|
515
515
|
<svg
|
|
516
516
|
fill="currentColor"
|
|
@@ -538,7 +538,7 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
538
538
|
exports[`component:<InputPhone> prop:icon 1`] = `
|
|
539
539
|
<DocumentFragment>
|
|
540
540
|
<ui_view
|
|
541
|
-
class="view
|
|
541
|
+
class="view inputPhone"
|
|
542
542
|
>
|
|
543
543
|
<ui_view
|
|
544
544
|
class="view row inputBorder"
|
|
@@ -571,7 +571,7 @@ exports[`component:<InputPhone> prop:icon 1`] = `
|
|
|
571
571
|
</select>
|
|
572
572
|
</ui_view>
|
|
573
573
|
<ui_icon
|
|
574
|
-
class="icon
|
|
574
|
+
class="icon h3 expand"
|
|
575
575
|
>
|
|
576
576
|
<svg
|
|
577
577
|
fill="currentColor"
|
|
@@ -600,7 +600,7 @@ exports[`component:<InputPhone> prop:icon 1`] = `
|
|
|
600
600
|
class="view row wide"
|
|
601
601
|
>
|
|
602
602
|
<ui_icon
|
|
603
|
-
class="icon
|
|
603
|
+
class="icon h3 icon left"
|
|
604
604
|
>
|
|
605
605
|
<svg
|
|
606
606
|
fill="currentColor"
|
|
@@ -640,7 +640,7 @@ exports[`component:<InputPhone> prop:icon 1`] = `
|
|
|
640
640
|
exports[`component:<InputPhone> prop:label 1`] = `
|
|
641
641
|
<DocumentFragment>
|
|
642
642
|
<ui_view
|
|
643
|
-
class="view
|
|
643
|
+
class="view inputPhone"
|
|
644
644
|
>
|
|
645
645
|
<ui_view
|
|
646
646
|
class="view row inputBorder"
|
|
@@ -673,7 +673,7 @@ exports[`component:<InputPhone> prop:label 1`] = `
|
|
|
673
673
|
</select>
|
|
674
674
|
</ui_view>
|
|
675
675
|
<ui_icon
|
|
676
|
-
class="icon
|
|
676
|
+
class="icon h3 expand"
|
|
677
677
|
>
|
|
678
678
|
<svg
|
|
679
679
|
fill="currentColor"
|
|
@@ -726,7 +726,7 @@ exports[`component:<InputPhone> prop:label 1`] = `
|
|
|
726
726
|
exports[`component:<InputPhone> prop:labelPrefix 1`] = `
|
|
727
727
|
<DocumentFragment>
|
|
728
728
|
<ui_view
|
|
729
|
-
class="view
|
|
729
|
+
class="view inputPhone"
|
|
730
730
|
>
|
|
731
731
|
<ui_view
|
|
732
732
|
class="view row inputBorder"
|
|
@@ -764,7 +764,7 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
|
|
|
764
764
|
</select>
|
|
765
765
|
</ui_view>
|
|
766
766
|
<ui_icon
|
|
767
|
-
class="icon
|
|
767
|
+
class="icon h3 expand"
|
|
768
768
|
>
|
|
769
769
|
<svg
|
|
770
770
|
fill="currentColor"
|
|
@@ -812,7 +812,7 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
|
|
|
812
812
|
exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
813
813
|
<DocumentFragment>
|
|
814
814
|
<ui_view
|
|
815
|
-
class="view
|
|
815
|
+
class="view inputPhone"
|
|
816
816
|
>
|
|
817
817
|
<ui_view
|
|
818
818
|
class="view row inputBorder"
|
|
@@ -856,7 +856,7 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
856
856
|
</select>
|
|
857
857
|
</ui_view>
|
|
858
858
|
<ui_icon
|
|
859
|
-
class="icon
|
|
859
|
+
class="icon h3 expand"
|
|
860
860
|
>
|
|
861
861
|
<svg
|
|
862
862
|
fill="currentColor"
|
|
@@ -915,7 +915,7 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
915
915
|
exports[`component:<InputPhone> prop:required 1`] = `
|
|
916
916
|
<DocumentFragment>
|
|
917
917
|
<ui_view
|
|
918
|
-
class="view
|
|
918
|
+
class="view inputPhone"
|
|
919
919
|
>
|
|
920
920
|
<ui_view
|
|
921
921
|
class="view row inputBorder"
|
|
@@ -954,7 +954,7 @@ exports[`component:<InputPhone> prop:required 1`] = `
|
|
|
954
954
|
</select>
|
|
955
955
|
</ui_view>
|
|
956
956
|
<ui_icon
|
|
957
|
-
class="icon
|
|
957
|
+
class="icon h3 expand"
|
|
958
958
|
>
|
|
959
959
|
<svg
|
|
960
960
|
fill="currentColor"
|
|
@@ -1008,7 +1008,7 @@ exports[`component:<InputPhone> prop:required 1`] = `
|
|
|
1008
1008
|
exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
1009
1009
|
<DocumentFragment>
|
|
1010
1010
|
<ui_view
|
|
1011
|
-
class="view
|
|
1011
|
+
class="view inputPhone"
|
|
1012
1012
|
>
|
|
1013
1013
|
<ui_view
|
|
1014
1014
|
class="view row inputBorder error"
|
|
@@ -1041,7 +1041,7 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
|
1041
1041
|
</select>
|
|
1042
1042
|
</ui_view>
|
|
1043
1043
|
<ui_icon
|
|
1044
|
-
class="icon
|
|
1044
|
+
class="icon h3 expand"
|
|
1045
1045
|
>
|
|
1046
1046
|
<svg
|
|
1047
1047
|
fill="currentColor"
|
|
@@ -1082,7 +1082,7 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
|
1082
1082
|
</ui_view>
|
|
1083
1083
|
</ui_view>
|
|
1084
1084
|
<ui_icon
|
|
1085
|
-
class="icon
|
|
1085
|
+
class="icon h3 icon error"
|
|
1086
1086
|
>
|
|
1087
1087
|
<svg
|
|
1088
1088
|
fill="currentColor"
|
|
@@ -1110,7 +1110,7 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
|
1110
1110
|
exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
1111
1111
|
<DocumentFragment>
|
|
1112
1112
|
<ui_view
|
|
1113
|
-
class="view
|
|
1113
|
+
class="view inputPhone"
|
|
1114
1114
|
>
|
|
1115
1115
|
<ui_view
|
|
1116
1116
|
class="view row inputBorder"
|
|
@@ -1143,7 +1143,7 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
|
1143
1143
|
</select>
|
|
1144
1144
|
</ui_view>
|
|
1145
1145
|
<ui_icon
|
|
1146
|
-
class="icon
|
|
1146
|
+
class="icon h3 expand"
|
|
1147
1147
|
>
|
|
1148
1148
|
<svg
|
|
1149
1149
|
fill="currentColor"
|
|
@@ -1184,7 +1184,7 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
|
1184
1184
|
</ui_view>
|
|
1185
1185
|
</ui_view>
|
|
1186
1186
|
<ui_icon
|
|
1187
|
-
class="icon
|
|
1187
|
+
class="icon h3 icon success"
|
|
1188
1188
|
>
|
|
1189
1189
|
<svg
|
|
1190
1190
|
fill="currentColor"
|
|
@@ -1212,7 +1212,7 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
|
1212
1212
|
exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
1213
1213
|
<DocumentFragment>
|
|
1214
1214
|
<ui_view
|
|
1215
|
-
class="view
|
|
1215
|
+
class="view inputPhone"
|
|
1216
1216
|
>
|
|
1217
1217
|
<ui_view
|
|
1218
1218
|
class="view row inputBorder"
|
|
@@ -1245,7 +1245,7 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
|
1245
1245
|
</select>
|
|
1246
1246
|
</ui_view>
|
|
1247
1247
|
<ui_icon
|
|
1248
|
-
class="icon
|
|
1248
|
+
class="icon h3 expand"
|
|
1249
1249
|
>
|
|
1250
1250
|
<svg
|
|
1251
1251
|
fill="currentColor"
|
|
@@ -1286,7 +1286,7 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
|
1286
1286
|
</ui_view>
|
|
1287
1287
|
</ui_view>
|
|
1288
1288
|
<ui_icon
|
|
1289
|
-
class="icon
|
|
1289
|
+
class="icon h3 icon warning"
|
|
1290
1290
|
>
|
|
1291
1291
|
<svg
|
|
1292
1292
|
fill="currentColor"
|
|
@@ -1310,7 +1310,7 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
|
1310
1310
|
exports[`component:<InputPhone> prop:success 1`] = `
|
|
1311
1311
|
<DocumentFragment>
|
|
1312
1312
|
<ui_view
|
|
1313
|
-
class="view
|
|
1313
|
+
class="view inputPhone"
|
|
1314
1314
|
>
|
|
1315
1315
|
<ui_view
|
|
1316
1316
|
class="view row inputBorder"
|
|
@@ -1343,7 +1343,7 @@ exports[`component:<InputPhone> prop:success 1`] = `
|
|
|
1343
1343
|
</select>
|
|
1344
1344
|
</ui_view>
|
|
1345
1345
|
<ui_icon
|
|
1346
|
-
class="icon
|
|
1346
|
+
class="icon h3 expand"
|
|
1347
1347
|
>
|
|
1348
1348
|
<svg
|
|
1349
1349
|
fill="currentColor"
|
|
@@ -1384,7 +1384,7 @@ exports[`component:<InputPhone> prop:success 1`] = `
|
|
|
1384
1384
|
</ui_view>
|
|
1385
1385
|
</ui_view>
|
|
1386
1386
|
<ui_icon
|
|
1387
|
-
class="icon
|
|
1387
|
+
class="icon h3 icon success"
|
|
1388
1388
|
>
|
|
1389
1389
|
<svg
|
|
1390
1390
|
fill="currentColor"
|
|
@@ -1412,7 +1412,7 @@ exports[`component:<InputPhone> prop:success 1`] = `
|
|
|
1412
1412
|
exports[`component:<InputPhone> prop:value 1`] = `
|
|
1413
1413
|
<DocumentFragment>
|
|
1414
1414
|
<ui_view
|
|
1415
|
-
class="view
|
|
1415
|
+
class="view inputPhone"
|
|
1416
1416
|
>
|
|
1417
1417
|
<ui_view
|
|
1418
1418
|
class="view row inputBorder"
|
|
@@ -1445,7 +1445,7 @@ exports[`component:<InputPhone> prop:value 1`] = `
|
|
|
1445
1445
|
</select>
|
|
1446
1446
|
</ui_view>
|
|
1447
1447
|
<ui_icon
|
|
1448
|
-
class="icon
|
|
1448
|
+
class="icon h3 expand"
|
|
1449
1449
|
>
|
|
1450
1450
|
<svg
|
|
1451
1451
|
fill="currentColor"
|
|
@@ -1493,7 +1493,7 @@ exports[`component:<InputPhone> prop:value 1`] = `
|
|
|
1493
1493
|
exports[`component:<InputPhone> prop:value:without prefixes 1`] = `
|
|
1494
1494
|
<DocumentFragment>
|
|
1495
1495
|
<ui_view
|
|
1496
|
-
class="view
|
|
1496
|
+
class="view inputPhone"
|
|
1497
1497
|
>
|
|
1498
1498
|
<ui_view
|
|
1499
1499
|
class="view row inputBorder"
|
|
@@ -1521,7 +1521,7 @@ exports[`component:<InputPhone> prop:value:without prefixes 1`] = `
|
|
|
1521
1521
|
exports[`component:<InputPhone> prop:warning 1`] = `
|
|
1522
1522
|
<DocumentFragment>
|
|
1523
1523
|
<ui_view
|
|
1524
|
-
class="view
|
|
1524
|
+
class="view inputPhone"
|
|
1525
1525
|
>
|
|
1526
1526
|
<ui_view
|
|
1527
1527
|
class="view row inputBorder"
|
|
@@ -1554,7 +1554,7 @@ exports[`component:<InputPhone> prop:warning 1`] = `
|
|
|
1554
1554
|
</select>
|
|
1555
1555
|
</ui_view>
|
|
1556
1556
|
<ui_icon
|
|
1557
|
-
class="icon
|
|
1557
|
+
class="icon h3 expand"
|
|
1558
1558
|
>
|
|
1559
1559
|
<svg
|
|
1560
1560
|
fill="currentColor"
|
|
@@ -1595,7 +1595,7 @@ exports[`component:<InputPhone> prop:warning 1`] = `
|
|
|
1595
1595
|
</ui_view>
|
|
1596
1596
|
</ui_view>
|
|
1597
1597
|
<ui_icon
|
|
1598
|
-
class="icon
|
|
1598
|
+
class="icon h3 icon warning"
|
|
1599
1599
|
>
|
|
1600
1600
|
<svg
|
|
1601
1601
|
fill="currentColor"
|
|
@@ -1619,7 +1619,7 @@ exports[`component:<InputPhone> prop:warning 1`] = `
|
|
|
1619
1619
|
exports[`component:<InputPhone> renders 1`] = `
|
|
1620
1620
|
<DocumentFragment>
|
|
1621
1621
|
<ui_view
|
|
1622
|
-
class="view
|
|
1622
|
+
class="view inputPhone"
|
|
1623
1623
|
>
|
|
1624
1624
|
<ui_view
|
|
1625
1625
|
class="view row inputBorder"
|
|
@@ -1652,7 +1652,7 @@ exports[`component:<InputPhone> renders 1`] = `
|
|
|
1652
1652
|
</select>
|
|
1653
1653
|
</ui_view>
|
|
1654
1654
|
<ui_icon
|
|
1655
|
-
class="icon
|
|
1655
|
+
class="icon h3 expand"
|
|
1656
1656
|
>
|
|
1657
1657
|
<svg
|
|
1658
1658
|
fill="currentColor"
|
|
@@ -1700,7 +1700,7 @@ exports[`component:<InputPhone> renders 1`] = `
|
|
|
1700
1700
|
exports[`component:<InputPhone> testId 1`] = `
|
|
1701
1701
|
<DocumentFragment>
|
|
1702
1702
|
<ui_view
|
|
1703
|
-
class="view
|
|
1703
|
+
class="view inputPhone"
|
|
1704
1704
|
>
|
|
1705
1705
|
<ui_view
|
|
1706
1706
|
class="view row inputBorder"
|
|
@@ -1734,7 +1734,7 @@ exports[`component:<InputPhone> testId 1`] = `
|
|
|
1734
1734
|
</select>
|
|
1735
1735
|
</ui_view>
|
|
1736
1736
|
<ui_icon
|
|
1737
|
-
class="icon
|
|
1737
|
+
class="icon h3 expand"
|
|
1738
1738
|
>
|
|
1739
1739
|
<svg
|
|
1740
1740
|
fill="currentColor"
|
|
@@ -1783,7 +1783,7 @@ exports[`component:<InputPhone> testId 1`] = `
|
|
|
1783
1783
|
exports[`component:<InputPhone> testId:without prefixes 1`] = `
|
|
1784
1784
|
<DocumentFragment>
|
|
1785
1785
|
<ui_view
|
|
1786
|
-
class="view
|
|
1786
|
+
class="view inputPhone"
|
|
1787
1787
|
>
|
|
1788
1788
|
<ui_view
|
|
1789
1789
|
class="view row inputBorder"
|
|
@@ -9,7 +9,7 @@ var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
|
9
9
|
var _react = _interopRequireWildcard(require("react"));
|
|
10
10
|
var _helpers = require("../../helpers");
|
|
11
11
|
var _primitives = require("../../primitives");
|
|
12
|
-
var
|
|
12
|
+
var _InputTextModule = _interopRequireDefault(require("../InputText/InputText.module.css"));
|
|
13
13
|
var _partials = require("../InputText/partials");
|
|
14
14
|
var _excluded = ["caption", "disabled", "error", "hint", "label", "showRequired", "showState", "success", "warning", "onChange", "onEnter", "onLeave"];
|
|
15
15
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
@@ -68,18 +68,18 @@ var InputSelect = function InputSelect(_ref) {
|
|
|
68
68
|
};
|
|
69
69
|
return /*#__PURE__*/_react.default.createElement(_primitives.View, {
|
|
70
70
|
role: others.role || 'input-select',
|
|
71
|
-
className: (0, _helpers.styles)(
|
|
71
|
+
className: (0, _helpers.styles)(_InputTextModule.default.inputContainer, others.className),
|
|
72
72
|
style: others.style
|
|
73
73
|
}, /*#__PURE__*/_react.default.createElement(_primitives.View, {
|
|
74
74
|
row: true,
|
|
75
|
-
className: (0, _helpers.styles)(
|
|
75
|
+
className: (0, _helpers.styles)(_InputTextModule.default.inputBorder, disabled && _InputTextModule.default.disabled, focus && !error && _InputTextModule.default.focus, error && _InputTextModule.default.error)
|
|
76
76
|
}, caption && /*#__PURE__*/_react.default.createElement(_primitives.Text, {
|
|
77
77
|
action: true,
|
|
78
78
|
lighten: true,
|
|
79
|
-
className:
|
|
79
|
+
className: _InputTextModule.default.caption
|
|
80
80
|
}, caption), /*#__PURE__*/_react.default.createElement(_primitives.View, {
|
|
81
81
|
wide: true,
|
|
82
|
-
className:
|
|
82
|
+
className: _InputTextModule.default.content
|
|
83
83
|
}, label && /*#__PURE__*/_react.default.createElement(_partials.Label, {
|
|
84
84
|
disabled: disabled,
|
|
85
85
|
error: error,
|
|
@@ -90,13 +90,13 @@ var InputSelect = function InputSelect(_ref) {
|
|
|
90
90
|
}), /*#__PURE__*/_react.default.createElement(_primitives.Select, _extends({}, others, {
|
|
91
91
|
disabled: disabled,
|
|
92
92
|
value: others.value || '',
|
|
93
|
-
className: (0, _helpers.styles)(
|
|
93
|
+
className: (0, _helpers.styles)(_InputTextModule.default.input, has.label && _InputTextModule.default.withLabel, !!label && !(focus || error || has.value) && _InputTextModule.default.empty),
|
|
94
94
|
onChange: handleChange,
|
|
95
95
|
onEnter: handleEnter,
|
|
96
96
|
onLeave: handleLeave
|
|
97
97
|
}))), !disabled && /*#__PURE__*/_react.default.createElement(_primitives.Icon, {
|
|
98
98
|
value: _primitives.ICON.EXPAND_MORE,
|
|
99
|
-
className: (0, _helpers.styles)(
|
|
99
|
+
className: (0, _helpers.styles)(_InputTextModule.default.icon, _InputTextModule.default.select)
|
|
100
100
|
}), has.stateIcon && /*#__PURE__*/_react.default.createElement(_partials.IconState, {
|
|
101
101
|
error: error,
|
|
102
102
|
success: success,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputSelect.js","names":["InputSelect","caption","disabled","error","hint","label","showRequired","showState","success","warning","onChange","onEnter","onLeave","others","useState","focus","setFocus","handleChange","value","event","target","blur","handleEnter","handleLeave","has","undefined","length","stateIcon","role","styles","style","inputContainer","className","inputBorder","content","required","input","withLabel","empty","ICON","EXPAND_MORE","icon","select","displayName","propTypes","PropTypes","string","bool","name","isRequired","func"],"sources":["../../../src/components/InputSelect/InputSelect.jsx"],"sourcesContent":["import PropTypes from 'prop-types';\nimport React, { useState } from 'react';\n\nimport { styles } from '../../helpers';\nimport { Icon, ICON, Select, Text, View } from '../../primitives';\nimport
|
|
1
|
+
{"version":3,"file":"InputSelect.js","names":["InputSelect","caption","disabled","error","hint","label","showRequired","showState","success","warning","onChange","onEnter","onLeave","others","useState","focus","setFocus","handleChange","value","event","target","blur","handleEnter","handleLeave","has","undefined","length","stateIcon","role","styles","style","inputContainer","className","inputBorder","content","required","input","withLabel","empty","ICON","EXPAND_MORE","icon","select","displayName","propTypes","PropTypes","string","bool","name","isRequired","func"],"sources":["../../../src/components/InputSelect/InputSelect.jsx"],"sourcesContent":["import PropTypes from 'prop-types';\nimport React, { useState } from 'react';\n\nimport { styles } from '../../helpers';\nimport { Icon, ICON, Select, Text, View } from '../../primitives';\nimport style from '../InputText/InputText.module.css';\nimport { Hint, IconState, Label } from '../InputText/partials';\n\nconst InputSelect = ({\n caption,\n disabled,\n error,\n hint,\n label,\n showRequired = false,\n showState = true,\n success,\n warning,\n onChange = () => {},\n onEnter = () => {},\n onLeave = () => {},\n ...others\n}) => {\n const [focus, setFocus] = useState(false);\n\n const handleChange = (value, event) => {\n onChange(value, event);\n event.target?.blur();\n };\n\n const handleEnter = (event) => {\n setFocus(true);\n onEnter(event);\n };\n\n const handleLeave = (event) => {\n setFocus(false);\n onLeave(event);\n };\n\n const has = {\n label: !!label,\n value: others.value !== undefined && others.value?.length > 0,\n stateIcon: showState && (error || success || warning),\n };\n\n return (\n <View\n role={others.role || 'input-select'}\n className={styles(style.inputContainer, others.className)}\n style={others.style}\n >\n <View\n row\n className={styles(\n style.inputBorder,\n disabled && style.disabled,\n focus && !error && style.focus,\n error && style.error,\n )}\n >\n {caption && (\n <Text action lighten className={style.caption}>\n {caption}\n </Text>\n )}\n\n <View wide className={style.content}>\n {label && (\n <Label\n {...{\n disabled,\n error,\n focus,\n label,\n required: showRequired && others.required,\n value: others.value,\n }}\n />\n )}\n\n <Select\n {...others}\n disabled={disabled}\n value={others.value || ''}\n className={styles(\n style.input,\n has.label && style.withLabel,\n !!label && !(focus || error || has.value) && style.empty,\n )}\n onChange={handleChange}\n onEnter={handleEnter}\n onLeave={handleLeave}\n />\n </View>\n\n {!disabled && <Icon value={ICON.EXPAND_MORE} className={styles(style.icon, style.select)} />}\n {has.stateIcon && <IconState {...{ error, success, warning }} />}\n </View>\n\n {hint && <Hint {...{ disabled, error, hint }} />}\n </View>\n );\n};\n\nInputSelect.displayName = 'Component:InputSelect';\n\nInputSelect.propTypes = {\n caption: PropTypes.string,\n disabled: PropTypes.bool,\n error: PropTypes.bool,\n hint: PropTypes.string,\n label: PropTypes.string,\n name: PropTypes.string.isRequired,\n showRequired: PropTypes.bool,\n showState: PropTypes.bool,\n success: PropTypes.bool,\n warning: PropTypes.bool,\n onChange: PropTypes.func,\n onEnter: PropTypes.func,\n onLeave: PropTypes.func,\n};\n\nexport { InputSelect };\n"],"mappings":"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"}
|
|
@@ -43,7 +43,7 @@ exports[`component:<InputSelect> inherit:className 1`] = `
|
|
|
43
43
|
</select>
|
|
44
44
|
</ui_view>
|
|
45
45
|
<ui_icon
|
|
46
|
-
class="icon
|
|
46
|
+
class="icon h3 icon select"
|
|
47
47
|
>
|
|
48
48
|
<svg
|
|
49
49
|
fill="currentColor"
|
|
@@ -117,7 +117,7 @@ exports[`component:<InputSelect> prop:caption 1`] = `
|
|
|
117
117
|
</select>
|
|
118
118
|
</ui_view>
|
|
119
119
|
<ui_icon
|
|
120
|
-
class="icon
|
|
120
|
+
class="icon h3 icon select"
|
|
121
121
|
>
|
|
122
122
|
<svg
|
|
123
123
|
fill="currentColor"
|
|
@@ -234,7 +234,7 @@ exports[`component:<InputSelect> prop:error 1`] = `
|
|
|
234
234
|
</select>
|
|
235
235
|
</ui_view>
|
|
236
236
|
<ui_icon
|
|
237
|
-
class="icon
|
|
237
|
+
class="icon h3 icon select"
|
|
238
238
|
>
|
|
239
239
|
<svg
|
|
240
240
|
fill="currentColor"
|
|
@@ -303,7 +303,7 @@ exports[`component:<InputSelect> prop:hint 1`] = `
|
|
|
303
303
|
</select>
|
|
304
304
|
</ui_view>
|
|
305
305
|
<ui_icon
|
|
306
|
-
class="icon
|
|
306
|
+
class="icon h3 icon select"
|
|
307
307
|
>
|
|
308
308
|
<svg
|
|
309
309
|
fill="currentColor"
|
|
@@ -382,7 +382,7 @@ exports[`component:<InputSelect> prop:label 1`] = `
|
|
|
382
382
|
</select>
|
|
383
383
|
</ui_view>
|
|
384
384
|
<ui_icon
|
|
385
|
-
class="icon
|
|
385
|
+
class="icon h3 icon select"
|
|
386
386
|
>
|
|
387
387
|
<svg
|
|
388
388
|
fill="currentColor"
|
|
@@ -462,7 +462,7 @@ exports[`component:<InputSelect> prop:required & prop:showRequired (true) 1`] =
|
|
|
462
462
|
</select>
|
|
463
463
|
</ui_view>
|
|
464
464
|
<ui_icon
|
|
465
|
-
class="icon
|
|
465
|
+
class="icon h3 icon select"
|
|
466
466
|
>
|
|
467
467
|
<svg
|
|
468
468
|
fill="currentColor"
|
|
@@ -537,7 +537,7 @@ exports[`component:<InputSelect> prop:required 1`] = `
|
|
|
537
537
|
</select>
|
|
538
538
|
</ui_view>
|
|
539
539
|
<ui_icon
|
|
540
|
-
class="icon
|
|
540
|
+
class="icon h3 icon select"
|
|
541
541
|
>
|
|
542
542
|
<svg
|
|
543
543
|
fill="currentColor"
|
|
@@ -654,7 +654,7 @@ exports[`component:<InputSelect> prop:value 1`] = `
|
|
|
654
654
|
</select>
|
|
655
655
|
</ui_view>
|
|
656
656
|
<ui_icon
|
|
657
|
-
class="icon
|
|
657
|
+
class="icon h3 icon select"
|
|
658
658
|
>
|
|
659
659
|
<svg
|
|
660
660
|
fill="currentColor"
|
|
@@ -723,7 +723,7 @@ exports[`component:<InputSelect> prop:warning 1`] = `
|
|
|
723
723
|
</select>
|
|
724
724
|
</ui_view>
|
|
725
725
|
<ui_icon
|
|
726
|
-
class="icon
|
|
726
|
+
class="icon h3 icon select"
|
|
727
727
|
>
|
|
728
728
|
<svg
|
|
729
729
|
fill="currentColor"
|
|
@@ -745,7 +745,7 @@ exports[`component:<InputSelect> prop:warning 1`] = `
|
|
|
745
745
|
</svg>
|
|
746
746
|
</ui_icon>
|
|
747
747
|
<ui_icon
|
|
748
|
-
class="icon
|
|
748
|
+
class="icon h3 icon warning"
|
|
749
749
|
>
|
|
750
750
|
<svg
|
|
751
751
|
fill="currentColor"
|
|
@@ -809,7 +809,7 @@ exports[`component:<InputSelect> renders 1`] = `
|
|
|
809
809
|
</select>
|
|
810
810
|
</ui_view>
|
|
811
811
|
<ui_icon
|
|
812
|
-
class="icon
|
|
812
|
+
class="icon h3 icon select"
|
|
813
813
|
>
|
|
814
814
|
<svg
|
|
815
815
|
fill="currentColor"
|
|
@@ -879,7 +879,7 @@ exports[`component:<InputSelect> testId 1`] = `
|
|
|
879
879
|
</select>
|
|
880
880
|
</ui_view>
|
|
881
881
|
<ui_icon
|
|
882
|
-
class="icon
|
|
882
|
+
class="icon h3 icon select"
|
|
883
883
|
>
|
|
884
884
|
<svg
|
|
885
885
|
fill="currentColor"
|