@weni/unnnic-system 3.8.1 → 3.8.2-alpha.1
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/CHANGELOG.md +1 -1
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +17 -116
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +2 -38
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +3 -3
- package/dist/components/Banner/Banner.vue.d.ts +1 -1
- package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
- package/dist/components/Button/types.d.ts +1 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +5 -5
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +27 -27
- package/dist/components/Card/CardCompany.vue.d.ts +5 -5
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +5 -5
- package/dist/components/Card/ContentCard.vue.d.ts +3 -3
- package/dist/components/Card/DashCard.vue.d.ts +5 -5
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
- package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
- package/dist/components/Card/StatusCard.vue.d.ts +2 -2
- package/dist/components/Card/TitleCard.vue.d.ts +3 -3
- package/dist/components/CardImage/CardImage.vue.d.ts +24 -31
- package/dist/components/CardInformation/CardInformation.vue.d.ts +5 -5
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +7 -7
- package/dist/components/Carousel/TagCarousel.vue.d.ts +6 -6
- package/dist/components/ChartBar/ChartBar.vue.d.ts +5 -5
- package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
- package/dist/components/ChatText/ChatText.vue.d.ts +2 -2
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +27 -34
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +5 -5
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.vue.d.ts +19 -26
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +28 -0
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
- package/dist/components/DataTable/index.vue.d.ts +1 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +251 -41
- package/dist/components/DatePicker/DatePicker.vue.d.ts +4 -4
- package/dist/components/Drawer/Drawer.vue.d.ts +4 -4
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/Flag.vue.d.ts +2 -2
- package/dist/components/FormElement/FormElement.vue.d.ts +51 -28
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- package/dist/components/Icon.vue.d.ts.map +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
- package/dist/components/ImportCard/ImportCard.vue.d.ts +4 -4
- package/dist/components/Input/BaseInput.vue.d.ts +33 -2
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +251 -41
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +85 -25
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +257 -47
- package/dist/components/InputNext/InputNext.vue.d.ts +5 -5
- package/dist/components/Label/Label.vue.d.ts +9 -15
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +199 -34
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +256 -46
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +8 -8
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +20 -14
- package/dist/components/Pagination/Pagination.vue.d.ts +3 -3
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +8 -6
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +113 -60
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +5 -5
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +21 -28
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +85 -25
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +2 -2
- package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
- package/dist/components/Switch/Switch.vue.d.ts +55 -21
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +13 -2
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +3 -3
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/BrandTag.vue.d.ts +1 -1
- package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +2 -2
- package/dist/components/Tag/Tag.vue.d.ts +5 -5
- package/dist/components/TextArea/TextArea.vue.d.ts +66 -30
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/Toast/Toast.vue.d.ts +16 -0
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -0
- package/dist/components/Toast/ToastManager.d.ts +14 -0
- package/dist/components/Toast/ToastManager.d.ts.map +1 -0
- package/dist/components/Toast/types.d.ts +35 -0
- package/dist/components/Toast/types.d.ts.map +1 -0
- package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +3 -3
- package/dist/components/Tour/TourPopover.vue.d.ts +3 -3
- package/dist/components/UploadArea/UploadArea.vue.d.ts +4 -4
- package/dist/components/index.d.ts +3810 -1331
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/ui/dialog/Dialog.vue.d.ts +23 -0
- package/dist/components/ui/dialog/Dialog.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +40 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +25 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +29 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +23 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/index.d.ts +8 -0
- package/dist/components/ui/dialog/index.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/{es-85030529.mjs → es-dc440fef.mjs} +1 -1
- package/dist/{index-43dacc8a.mjs → index-6b5eeee8.mjs} +11498 -10514
- package/dist/locales/en.json.d.ts +2 -1
- package/dist/locales/es.json.d.ts +2 -1
- package/dist/locales/pt_br.json.d.ts +2 -1
- package/dist/{pt-br-191d9782.mjs → pt-br-a2cfd62d.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +193 -176
- package/dist/unnnic.umd.js +43 -39
- package/dist/utils/call.d.ts +2 -1
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/assets/icons/checkbox-checked-disabled.svg +3 -0
- package/src/assets/icons/checkbox-checked.svg +3 -0
- package/src/assets/icons/checkbox-less-disabled.svg +3 -0
- package/src/assets/icons/checkbox-less.svg +3 -0
- package/src/assets/icons/radio-checked.svg +3 -0
- package/src/assets/icons/switch-checked-disabled.svg +3 -0
- package/src/assets/icons/switch-checked.svg +3 -0
- package/src/assets/scss/tailwind.scss +8 -0
- package/src/components/Alert/Alert.vue +26 -135
- package/src/components/Alert/SIMPLE_MIGRATION_GUIDE.md +152 -0
- package/src/components/Alert/Version1dot1.vue +0 -36
- package/src/components/Alert/__tests__/Alert.spec.js +2 -45
- package/src/components/Alert/__tests__/Version1dot1.spec.js +0 -21
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
- package/src/components/Alert/__tests__/__snapshots__/AlertBanner.spec.js.snap +2 -2
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +3 -3
- package/src/components/AvatarIcon/__tests__/__snapshots__/AvatarIcon.spec.js.snap +1 -1
- package/src/components/Button/Button.vue +68 -117
- package/src/components/Button/types.ts +0 -1
- package/src/components/Checkbox/Checkbox.vue +117 -65
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +6 -21
- package/src/components/CheckboxGroup/CheckboxGroup.vue +96 -0
- package/src/components/Collapse/__tests__/__snapshots__/Collapse.spec.js.snap +3 -1
- package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +3 -3
- package/src/components/FormElement/FormElement.vue +63 -93
- package/src/components/Icon.vue +2 -0
- package/src/components/Input/BaseInput.vue +33 -14
- package/src/components/Input/Input.scss +20 -21
- package/src/components/Input/Input.vue +79 -56
- package/src/components/Input/TextInput.vue +80 -68
- package/src/components/Input/__test__/Input.spec.js +13 -33
- package/src/components/Input/__test__/TextInput.spec.js +6 -8
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +1 -1
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/Label/Label.vue +52 -21
- package/src/components/Label/__tests__/Label.spec.js +1 -1
- package/src/components/ModalDialog/ModalDialog.vue +60 -146
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -22
- package/src/components/Popover/__tests__/Popover.spec.js +147 -0
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +8 -0
- package/src/components/Popover/index.vue +146 -0
- package/src/components/Radio/Radio.vue +98 -67
- package/src/components/Radio/__test__/Radio.spec.js +14 -20
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +1 -1
- package/src/components/RadioGroup/RadioGroup.vue +142 -0
- package/src/components/Select/SelectOption.vue +65 -0
- package/src/components/Select/__tests__/Select.spec.js +412 -0
- package/src/components/Select/__tests__/SelectItem.spec.js +330 -0
- package/src/components/Select/__tests__/SelectOption.spec.js +174 -0
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +97 -0
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +15 -0
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +25 -0
- package/src/components/Select/index.vue +245 -0
- package/src/components/SelectSmart/SelectSmart.vue +4 -3
- package/src/components/Switch/Switch.vue +132 -91
- package/src/components/Switch/__tests__/Switch.spec.js +8 -75
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +1 -1
- package/src/components/Tab/Tab.vue +37 -23
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/TextArea/TextArea.vue +34 -11
- package/src/components/Toast/Toast.vue +246 -0
- package/src/components/Toast/ToastManager.ts +110 -0
- package/src/components/Toast/__tests__/Toast.spec.js +284 -0
- package/src/components/Toast/__tests__/ToastManager.spec.js +294 -0
- package/src/components/Toast/types.ts +57 -0
- package/src/components/index.ts +48 -11
- package/src/components/ui/dialog/Dialog.vue +15 -0
- package/src/components/ui/dialog/DialogClose.vue +25 -0
- package/src/components/ui/dialog/DialogContent.vue +114 -0
- package/src/components/ui/dialog/DialogFooter.vue +46 -0
- package/src/components/ui/dialog/DialogHeader.vue +78 -0
- package/src/components/ui/dialog/DialogTitle.vue +34 -0
- package/src/components/ui/dialog/DialogTrigger.vue +12 -0
- package/src/components/ui/dialog/index.ts +7 -0
- package/src/locales/en.json +2 -1
- package/src/locales/es.json +2 -1
- package/src/locales/pt_br.json +2 -1
- package/src/stories/Alert.stories.js +6 -67
- package/src/stories/Button.stories.js +29 -39
- package/src/stories/Checkbox.stories.js +11 -4
- package/src/stories/CheckboxGroup.stories.js +105 -0
- package/src/stories/Dialog.stories.js +832 -0
- package/src/stories/Input.stories.js +71 -76
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/ModalDialog.mdx +3 -0
- package/src/stories/ModalDialog.stories.js +1 -1
- package/src/stories/RadioGroup.stories.js +144 -0
- package/src/stories/Select.stories.js +158 -0
- package/src/stories/Switch.stories.js +10 -5
- package/src/stories/Tab.stories.js +11 -4
- package/src/stories/TextArea.stories.js +13 -2
- package/src/stories/Toast.mdx +123 -0
- package/src/stories/Toast.stories.js +126 -0
- package/src/types/scheme-colors.d.ts +1 -0
- package/src/utils/call.js +46 -18
- package/src/components/Alert/AlertBanner.vue +0 -182
- package/src/components/Alert/AlertCaller.vue +0 -49
- package/src/components/Alert/__tests__/AlertBanner.spec.js +0 -89
- package/src/components/Alert/__tests__/AlertCaller.spec.js +0 -98
|
@@ -1,29 +1,38 @@
|
|
|
1
1
|
<!-- eslint-disable vue/multi-word-component-names -->
|
|
2
2
|
<template>
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
3
|
+
<section class="unnnic-radio">
|
|
4
|
+
<label
|
|
5
|
+
:class="[
|
|
6
|
+
'unnnic-radio__input-wrapper',
|
|
7
|
+
{ 'unnnic-radio__input-wrapper--disabled': disabled },
|
|
8
|
+
]"
|
|
9
|
+
>
|
|
10
|
+
<input
|
|
11
|
+
class="unnnic-radio__input"
|
|
12
|
+
type="radio"
|
|
13
|
+
:disabled="disabled"
|
|
14
|
+
:checked="computedModelValue === value"
|
|
15
|
+
@change="click"
|
|
16
|
+
:name="computedName"
|
|
17
|
+
v-bind="pick($attrs, ['id'])"
|
|
18
|
+
/>
|
|
19
|
+
|
|
20
|
+
<p
|
|
21
|
+
:class="[
|
|
22
|
+
'unnnic-radio__label',
|
|
23
|
+
{ 'unnnic-radio__label--disabled': disabled },
|
|
24
|
+
]"
|
|
25
|
+
>
|
|
26
|
+
{{ label }}
|
|
27
|
+
<slot />
|
|
28
|
+
</p>
|
|
29
|
+
</label>
|
|
30
|
+
</section>
|
|
22
31
|
</template>
|
|
23
32
|
|
|
24
33
|
<script setup>
|
|
25
|
-
import {
|
|
26
|
-
import
|
|
34
|
+
import { pick } from 'lodash';
|
|
35
|
+
import { inject, computed } from 'vue';
|
|
27
36
|
|
|
28
37
|
const props = defineProps({
|
|
29
38
|
modelValue: {
|
|
@@ -38,79 +47,101 @@ const props = defineProps({
|
|
|
38
47
|
type: Boolean,
|
|
39
48
|
default: false,
|
|
40
49
|
},
|
|
41
|
-
|
|
50
|
+
label: {
|
|
51
|
+
type: String,
|
|
52
|
+
default: '',
|
|
53
|
+
},
|
|
54
|
+
name: {
|
|
42
55
|
type: String,
|
|
43
|
-
default: '
|
|
44
|
-
validator(value) {
|
|
45
|
-
return ['md', 'sm'].includes(value);
|
|
46
|
-
},
|
|
56
|
+
default: '',
|
|
47
57
|
},
|
|
48
58
|
});
|
|
49
59
|
|
|
50
60
|
const emit = defineEmits(['update:modelValue']);
|
|
51
61
|
|
|
52
|
-
const
|
|
53
|
-
|
|
54
|
-
);
|
|
55
|
-
const icon = computed(
|
|
56
|
-
() =>
|
|
57
|
-
({
|
|
58
|
-
selected: 'radio-selected',
|
|
59
|
-
default: props.disabled ? 'radio-disable' : 'radio-default',
|
|
60
|
-
})[valueName.value],
|
|
61
|
-
);
|
|
62
|
-
const color = computed(() => {
|
|
63
|
-
if (props.disabled) {
|
|
64
|
-
return 'brand-sec';
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
return valueName.value === 'selected' ? 'brand-weni' : 'neutral-cleanest';
|
|
68
|
-
});
|
|
62
|
+
const contextModelValue = inject('contextModelValue', undefined);
|
|
63
|
+
const contextName = inject('contextName', undefined);
|
|
69
64
|
|
|
70
65
|
function click() {
|
|
71
66
|
if (!props.disabled) {
|
|
72
67
|
emit('update:modelValue', props.value);
|
|
68
|
+
|
|
69
|
+
if (contextModelValue) {
|
|
70
|
+
contextModelValue.value = props.value;
|
|
71
|
+
}
|
|
73
72
|
}
|
|
74
73
|
}
|
|
74
|
+
|
|
75
|
+
const computedModelValue = computed(() => {
|
|
76
|
+
return contextModelValue?.value || props.modelValue;
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
const computedName = computed(() => {
|
|
80
|
+
return contextName?.value || props.name;
|
|
81
|
+
});
|
|
75
82
|
</script>
|
|
76
83
|
|
|
77
84
|
<style lang="scss" scoped>
|
|
78
85
|
@use '@/assets/scss/unnnic' as *;
|
|
79
86
|
|
|
80
|
-
|
|
87
|
+
$radio-size: 21px;
|
|
88
|
+
|
|
89
|
+
.unnnic-radio {
|
|
81
90
|
display: inline-flex;
|
|
82
|
-
|
|
91
|
+
flex-direction: column;
|
|
92
|
+
|
|
93
|
+
&__input-wrapper {
|
|
94
|
+
width: fit-content;
|
|
95
|
+
|
|
96
|
+
display: flex;
|
|
97
|
+
align-items: center;
|
|
98
|
+
gap: $unnnic-space-2;
|
|
83
99
|
|
|
84
|
-
&:not(.disabled) {
|
|
85
100
|
cursor: pointer;
|
|
86
|
-
}
|
|
87
101
|
|
|
88
|
-
|
|
89
|
-
|
|
102
|
+
&--disabled {
|
|
103
|
+
cursor: not-allowed;
|
|
104
|
+
}
|
|
90
105
|
}
|
|
91
106
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
107
|
+
&__input {
|
|
108
|
+
appearance: none;
|
|
109
|
+
min-width: $radio-size;
|
|
110
|
+
width: $radio-size;
|
|
111
|
+
height: $radio-size;
|
|
112
|
+
margin: 0;
|
|
113
|
+
background-color: $unnnic-color-bg-base;
|
|
114
|
+
border: 1px solid $unnnic-color-border-base;
|
|
115
|
+
border-radius: $unnnic-radius-full;
|
|
116
|
+
box-sizing: border-box;
|
|
117
|
+
outline: none;
|
|
97
118
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
119
|
+
cursor: pointer;
|
|
120
|
+
|
|
121
|
+
&:checked {
|
|
122
|
+
border-width: 0;
|
|
123
|
+
background-color: $unnnic-color-bg-active;
|
|
124
|
+
background-image: url('@/assets/icons/radio-checked.svg');
|
|
125
|
+
background-position: center;
|
|
126
|
+
background-repeat: no-repeat;
|
|
127
|
+
}
|
|
105
128
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
129
|
+
&:disabled {
|
|
130
|
+
background-color: $unnnic-color-bg-muted;
|
|
131
|
+
border: 1px solid $unnnic-color-border-muted;
|
|
132
|
+
|
|
133
|
+
cursor: not-allowed;
|
|
134
|
+
}
|
|
109
135
|
}
|
|
110
136
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
137
|
+
&__label {
|
|
138
|
+
margin: 0;
|
|
139
|
+
font: $unnnic-font-body;
|
|
140
|
+
color: $unnnic-color-fg-emphasized;
|
|
141
|
+
|
|
142
|
+
&--disabled {
|
|
143
|
+
color: $unnnic-color-fg-muted;
|
|
144
|
+
}
|
|
114
145
|
}
|
|
115
146
|
}
|
|
116
147
|
</style>
|
|
@@ -33,41 +33,35 @@ describe('Radio.vue', () => {
|
|
|
33
33
|
expect(wrapper.exists()).toBe(true);
|
|
34
34
|
});
|
|
35
35
|
|
|
36
|
-
test('renders
|
|
37
|
-
const
|
|
38
|
-
expect(
|
|
39
|
-
expect(
|
|
40
|
-
expect(
|
|
41
|
-
expect(
|
|
42
|
-
});
|
|
43
|
-
|
|
44
|
-
test('applies the correct size class', async () => {
|
|
45
|
-
expect(wrapper.classes()).toContain('unnnic-radio-container--md');
|
|
46
|
-
|
|
47
|
-
await wrapper.setProps({ size: 'sm' });
|
|
48
|
-
expect(wrapper.classes()).toContain('unnnic-radio-container--sm');
|
|
36
|
+
test('renders input with correct attributes', () => {
|
|
37
|
+
const input = wrapper.find('input');
|
|
38
|
+
expect(input.exists()).toBe(true);
|
|
39
|
+
expect(input.attributes('type')).toBe('radio');
|
|
40
|
+
expect(input.attributes('disabled')).toBe(undefined);
|
|
41
|
+
expect(input.attributes('checked')).toBe(undefined);
|
|
49
42
|
});
|
|
50
43
|
|
|
51
44
|
test('applies disabled class when disabled prop is true', async () => {
|
|
52
45
|
await wrapper.setProps({ disabled: true });
|
|
53
|
-
expect(wrapper.classes()).toContain(
|
|
46
|
+
expect(wrapper.find('.unnnic-radio__label').classes()).toContain(
|
|
47
|
+
'unnnic-radio__label--disabled',
|
|
48
|
+
);
|
|
54
49
|
});
|
|
55
50
|
|
|
56
51
|
test('icon changes based on valueName', async () => {
|
|
57
52
|
await wrapper.setProps({ modelValue: 'option1' });
|
|
58
|
-
const
|
|
59
|
-
expect(
|
|
53
|
+
const input = wrapper.find('input');
|
|
54
|
+
expect(input.attributes()).toHaveProperty('checked');
|
|
60
55
|
});
|
|
61
56
|
|
|
62
57
|
test('icon and color change when disabled is true', async () => {
|
|
63
58
|
await wrapper.setProps({ disabled: true });
|
|
64
|
-
const
|
|
65
|
-
expect(
|
|
66
|
-
expect(unnnicIcon.props('scheme')).toBe('brand-sec');
|
|
59
|
+
const input = wrapper.find('input');
|
|
60
|
+
expect(input.attributes()).toHaveProperty('disabled');
|
|
67
61
|
});
|
|
68
62
|
|
|
69
63
|
test('emits update:modelValue with correct value when clicked and not disabled', async () => {
|
|
70
|
-
await wrapper.trigger('
|
|
64
|
+
await wrapper.find('input').trigger('change');
|
|
71
65
|
expect(wrapper.emitted('update:modelValue')).toBeTruthy();
|
|
72
66
|
expect(wrapper.emitted('update:modelValue')[0]).toEqual(['option1']);
|
|
73
67
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
2
2
|
|
|
3
3
|
exports[`Radio.vue > matches the snapshot 1`] = `
|
|
4
|
-
"<div data-v-38c6bf5e="" class="unnnic-radio-container unnnic-radio-container--md"><svg data-v-26446d8e="" data-v-38c6bf5e="" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" class="unnnic-icon unnnic-
|
|
4
|
+
"<div data-v-38c6bf5e="" class="unnnic-radio-container unnnic-radio-container--md"><svg data-v-26446d8e="" data-v-38c6bf5e="" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" class="unnnic-icon unnnic-icon__size--md unnnic-icon-scheme--neutral-cleanest unnnic-radio" data-testid="old-map-icons">
|
|
5
5
|
<circle cx="20" cy="20.0005" r="14.5" stroke="#3B414D" class="primary-stroke"></circle>
|
|
6
6
|
</svg><span data-v-38c6bf5e="" class="label">Option 1</span></div>"
|
|
7
7
|
`;
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<section
|
|
3
|
+
:class="[
|
|
4
|
+
'unnnic-radio-group__container',
|
|
5
|
+
`unnnic-radio-group--state-${state}`,
|
|
6
|
+
]"
|
|
7
|
+
>
|
|
8
|
+
<UnnnicLabel
|
|
9
|
+
v-if="label"
|
|
10
|
+
:label="label"
|
|
11
|
+
:tooltip="labelTooltip"
|
|
12
|
+
:useHtmlTooltip="labelUseHtmlTooltip"
|
|
13
|
+
class="unnnic-radio-group__label"
|
|
14
|
+
/>
|
|
15
|
+
|
|
16
|
+
<section class="unnnic-radio-group__radios">
|
|
17
|
+
<slot />
|
|
18
|
+
</section>
|
|
19
|
+
|
|
20
|
+
<footer
|
|
21
|
+
v-if="helper"
|
|
22
|
+
class="unnnic-radio-group__helper"
|
|
23
|
+
>
|
|
24
|
+
{{ helper }}
|
|
25
|
+
</footer>
|
|
26
|
+
</section>
|
|
27
|
+
</template>
|
|
28
|
+
|
|
29
|
+
<script setup>
|
|
30
|
+
import { ref, provide, watch, computed } from 'vue';
|
|
31
|
+
import UnnnicLabel from '../Label/Label.vue';
|
|
32
|
+
|
|
33
|
+
const props = defineProps({
|
|
34
|
+
modelValue: {
|
|
35
|
+
type: [String, Number],
|
|
36
|
+
default: '',
|
|
37
|
+
},
|
|
38
|
+
|
|
39
|
+
state: {
|
|
40
|
+
type: String,
|
|
41
|
+
default: 'horizontal',
|
|
42
|
+
validator(value) {
|
|
43
|
+
return ['horizontal', 'vertical'].includes(value);
|
|
44
|
+
},
|
|
45
|
+
},
|
|
46
|
+
|
|
47
|
+
label: {
|
|
48
|
+
type: String,
|
|
49
|
+
},
|
|
50
|
+
|
|
51
|
+
labelTooltip: {
|
|
52
|
+
type: String,
|
|
53
|
+
},
|
|
54
|
+
|
|
55
|
+
labelUseHtmlTooltip: {
|
|
56
|
+
type: Boolean,
|
|
57
|
+
},
|
|
58
|
+
|
|
59
|
+
name: {
|
|
60
|
+
type: String,
|
|
61
|
+
default: '',
|
|
62
|
+
},
|
|
63
|
+
|
|
64
|
+
helper: {
|
|
65
|
+
type: String,
|
|
66
|
+
},
|
|
67
|
+
});
|
|
68
|
+
|
|
69
|
+
const emit = defineEmits(['update:modelValue']);
|
|
70
|
+
|
|
71
|
+
const contextModelValue = ref(props.modelValue);
|
|
72
|
+
|
|
73
|
+
watch(
|
|
74
|
+
() => props.modelValue,
|
|
75
|
+
(newVal) => {
|
|
76
|
+
if (newVal !== contextModelValue.value) {
|
|
77
|
+
contextModelValue.value = newVal;
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
);
|
|
81
|
+
|
|
82
|
+
watch(contextModelValue, (newVal) => {
|
|
83
|
+
if (newVal !== props.modelValue) {
|
|
84
|
+
emit('update:modelValue', newVal);
|
|
85
|
+
}
|
|
86
|
+
});
|
|
87
|
+
|
|
88
|
+
const computedName = computed(() => {
|
|
89
|
+
return (
|
|
90
|
+
props.name ||
|
|
91
|
+
`unnnic-radio-group-${Math.random().toString(36).substring(2, 15)}`
|
|
92
|
+
);
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
provide('contextModelValue', contextModelValue);
|
|
96
|
+
provide('contextName', computedName);
|
|
97
|
+
</script>
|
|
98
|
+
|
|
99
|
+
<style lang="scss" scoped>
|
|
100
|
+
@use '@/assets/scss/unnnic' as *;
|
|
101
|
+
|
|
102
|
+
.unnnic-radio-group {
|
|
103
|
+
&__container {
|
|
104
|
+
display: flex;
|
|
105
|
+
flex-direction: column;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
&__label {
|
|
109
|
+
margin-bottom: $unnnic-space-3;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
&__radios {
|
|
113
|
+
display: flex;
|
|
114
|
+
gap: $unnnic-space-4 $unnnic-space-6;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
&__helper {
|
|
118
|
+
font: $unnnic-font-caption-2;
|
|
119
|
+
color: $unnnic-color-fg-base;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
&--state-horizontal {
|
|
123
|
+
.unnnic-radio-group__radios {
|
|
124
|
+
flex-direction: row;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.unnnic-radio-group__helper {
|
|
128
|
+
margin-top: $unnnic-space-2;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
&--state-vertical {
|
|
133
|
+
.unnnic-radio-group__radios {
|
|
134
|
+
flex-direction: column;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.unnnic-radio-group__helper {
|
|
138
|
+
margin-top: $unnnic-space-3;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
</style>
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div
|
|
3
|
+
:class="[
|
|
4
|
+
'unnnic-select-option',
|
|
5
|
+
{
|
|
6
|
+
'unnnic-select-option--disabled': props.disabled,
|
|
7
|
+
'unnnic-select-option--active': props.active,
|
|
8
|
+
'unnnic-select-option--focused': props.focused,
|
|
9
|
+
},
|
|
10
|
+
]"
|
|
11
|
+
>
|
|
12
|
+
<p class="unnnic-select-option__label">{{ props.label }}</p>
|
|
13
|
+
</div>
|
|
14
|
+
</template>
|
|
15
|
+
|
|
16
|
+
<script setup lang="ts">
|
|
17
|
+
defineOptions({
|
|
18
|
+
name: 'UnnnicSelectOption',
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
interface SelectOptionProps {
|
|
22
|
+
label: string;
|
|
23
|
+
disabled?: boolean;
|
|
24
|
+
active?: boolean;
|
|
25
|
+
focused?: boolean;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
const props = withDefaults(defineProps<SelectOptionProps>(), {
|
|
29
|
+
disabled: false,
|
|
30
|
+
active: false,
|
|
31
|
+
focused: false,
|
|
32
|
+
});
|
|
33
|
+
</script>
|
|
34
|
+
|
|
35
|
+
<style lang="scss" scoped>
|
|
36
|
+
@use '@/assets/scss/unnnic' as *;
|
|
37
|
+
* {
|
|
38
|
+
margin: 0;
|
|
39
|
+
padding: 0;
|
|
40
|
+
box-sizing: border-box;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.unnnic-select-option {
|
|
44
|
+
cursor: pointer;
|
|
45
|
+
border-radius: $unnnic-radius-1;
|
|
46
|
+
padding: $unnnic-space-2 $unnnic-space-4;
|
|
47
|
+
font: $unnnic-font-emphasis;
|
|
48
|
+
|
|
49
|
+
&:hover:not(&--active):not(&--disabled),
|
|
50
|
+
&--focused {
|
|
51
|
+
background-color: $unnnic-color-bg-soft;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&--active {
|
|
55
|
+
background-color: $unnnic-color-bg-active;
|
|
56
|
+
color: $unnnic-color-fg-inverted;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&--disabled {
|
|
60
|
+
color: $unnnic-color-fg-muted;
|
|
61
|
+
background-color: $unnnic-color-bg-muted;
|
|
62
|
+
cursor: not-allowed;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
</style>
|