@weni/unnnic-system 3.9.3 → 3.9.4-alpha.2
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 +6 -0
- package/dist/assets/tokens/colors.json.d.ts +376 -0
- 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 +11 -414
- 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/MarketplaceCard.vue.d.ts.map +1 -1
- 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 +13 -416
- package/dist/components/Carousel/TagCarousel.vue.d.ts +12 -415
- 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 +21 -446
- 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 +256 -46
- 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 +6 -6
- package/dist/components/ModalNext/ModalNext.vue.d.ts +256 -46
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +9 -9
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +26 -14
- package/dist/components/PageHeader/PageHeader.vue.d.ts +28 -0
- package/dist/components/PageHeader/PageHeader.vue.d.ts.map +1 -0
- package/dist/components/PageHeader/index.d.ts +3 -0
- package/dist/components/PageHeader/index.d.ts.map +1 -0
- package/dist/components/PageHeader/types.d.ts +9 -0
- package/dist/components/PageHeader/types.d.ts.map +1 -0
- 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 +10 -6
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +120 -470
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +11 -414
- 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/DefaultTag.vue.d.ts +4 -83
- package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +12 -414
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/types.d.ts +18 -0
- package/dist/components/Tag/types.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +78 -33
- 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 +8861 -10223
- package/dist/components/index.d.ts.map +1 -1
- 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-8146fb1b.mjs → es-676f604b.mjs} +1 -1
- package/dist/{index-724ed422.mjs → index-5b33c9af.mjs} +9356 -8814
- 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-af294ec9.mjs → pt-br-85e5dce9.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +181 -173
- package/dist/unnnic.umd.js +35 -36
- 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/radii.scss +1 -1
- package/src/assets/scss/scheme-colors.scss +309 -223
- package/src/assets/tokens/radii.json +1 -1
- package/src/components/Alert/Alert.vue +26 -135
- 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 +11 -7
- package/src/components/Alert/__tests__/__snapshots__/AlertBanner.spec.js.snap +2 -2
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
- package/src/components/Button/Button.vue +67 -117
- package/src/components/Button/types.ts +0 -1
- package/src/components/Card/MarketplaceCard.vue +1 -0
- package/src/components/ChatsContact/ChatsContact.vue +10 -6
- 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/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 +22 -22
- package/src/components/Input/Input.vue +79 -56
- package/src/components/Input/TextInput.vue +81 -65
- 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 +17 -4
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +7 -1
- package/src/components/Label/Label.vue +52 -21
- package/src/components/Label/__tests__/Label.spec.js +1 -1
- package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
- package/src/components/MultiSelectV2/MultSelectOption.vue +67 -0
- package/src/components/MultiSelectV2/__tests__/MultiSelect.spec.js +556 -0
- package/src/components/MultiSelectV2/__tests__/MultiSelectOption.spec.js +229 -0
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelect.spec.js.snap +121 -0
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelectOption.spec.js.snap +51 -0
- package/src/components/MultiSelectV2/index.vue +221 -0
- package/src/components/PageHeader/PageHeader.vue +148 -0
- package/src/components/PageHeader/index.ts +2 -0
- package/src/components/PageHeader/types.ts +10 -0
- 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 +118 -66
- package/src/components/Radio/__test__/Radio.spec.js +14 -20
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +4 -3
- 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 +249 -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 +5 -6
- 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/Tag/DefaultTag.vue +51 -107
- package/src/components/Tag/Tag.vue +32 -79
- package/src/components/Tag/types.ts +19 -0
- package/src/components/TextArea/TextArea.vue +41 -12
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +11 -3
- package/src/components/Toast/Toast.vue +246 -0
- package/src/components/Toast/ToastManager.ts +110 -0
- package/src/components/Toast/__tests__/Toast.spec.js +291 -0
- package/src/components/Toast/__tests__/ToastManager.spec.js +294 -0
- package/src/components/Toast/types.ts +57 -0
- package/src/components/index.ts +33 -17
- 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/Input.stories.js +71 -76
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/MultiSelectV2.stories.js +158 -0
- package/src/stories/PageHeader.stories.js +330 -0
- package/src/stories/Radio.stories.js +28 -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/Tag.stories.js +24 -43
- package/src/stories/TextArea.stories.js +14 -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/dist/components/Tag/BrandTag.vue.d.ts +0 -51
- package/dist/components/Tag/BrandTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +0 -151
- package/dist/components/Tag/IndicatorTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/TagNext.vue.d.ts +0 -24
- package/dist/components/Tag/TagNext.vue.d.ts.map +0 -1
- 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
- package/src/components/Tag/BrandTag.vue +0 -96
- package/src/components/Tag/IndicatorTag.vue +0 -107
- package/src/components/Tag/TagNext.vue +0 -60
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<header
|
|
3
|
+
:class="`page-header
|
|
4
|
+
${hasBackButton ? 'page-header--has-back-button' : ''}
|
|
5
|
+
${$slots.tabs ? 'page-header--has-tabs' : ''}
|
|
6
|
+
`"
|
|
7
|
+
>
|
|
8
|
+
<UnnnicButton
|
|
9
|
+
v-if="hasBackButton"
|
|
10
|
+
data-testid="back-button"
|
|
11
|
+
type="tertiary"
|
|
12
|
+
iconCenter="arrow_back_ios_new"
|
|
13
|
+
class="page-header__back-button"
|
|
14
|
+
@click="handleBackClick"
|
|
15
|
+
/>
|
|
16
|
+
|
|
17
|
+
<section class="page-header__infos">
|
|
18
|
+
<section class="page-header__main-infos">
|
|
19
|
+
<h1
|
|
20
|
+
class="page-header__title"
|
|
21
|
+
data-testid="page-title"
|
|
22
|
+
>
|
|
23
|
+
{{ title }}
|
|
24
|
+
</h1>
|
|
25
|
+
|
|
26
|
+
<slot name="tag" />
|
|
27
|
+
</section>
|
|
28
|
+
|
|
29
|
+
<p
|
|
30
|
+
v-if="description"
|
|
31
|
+
class="page-header__description"
|
|
32
|
+
data-testid="page-description"
|
|
33
|
+
>
|
|
34
|
+
{{ description }}
|
|
35
|
+
</p>
|
|
36
|
+
</section>
|
|
37
|
+
|
|
38
|
+
<section
|
|
39
|
+
v-if="$slots.actions"
|
|
40
|
+
class="page-header__actions"
|
|
41
|
+
data-testid="page-actions"
|
|
42
|
+
>
|
|
43
|
+
<slot name="actions" />
|
|
44
|
+
</section>
|
|
45
|
+
|
|
46
|
+
<section
|
|
47
|
+
v-if="$slots.tabs"
|
|
48
|
+
class="page-header__tabs"
|
|
49
|
+
data-testid="page-tabs"
|
|
50
|
+
>
|
|
51
|
+
<slot name="tabs" />
|
|
52
|
+
</section>
|
|
53
|
+
</header>
|
|
54
|
+
</template>
|
|
55
|
+
|
|
56
|
+
<script setup lang="ts">
|
|
57
|
+
import UnnnicButton from '../Button/Button.vue';
|
|
58
|
+
|
|
59
|
+
import type { PageHeaderProps, PageHeaderEmits } from './types';
|
|
60
|
+
|
|
61
|
+
withDefaults(defineProps<PageHeaderProps>(), {
|
|
62
|
+
description: '',
|
|
63
|
+
hasBackButton: false,
|
|
64
|
+
});
|
|
65
|
+
|
|
66
|
+
const emit = defineEmits<PageHeaderEmits>();
|
|
67
|
+
|
|
68
|
+
const handleBackClick = (): void => {
|
|
69
|
+
emit('back');
|
|
70
|
+
};
|
|
71
|
+
</script>
|
|
72
|
+
|
|
73
|
+
<style lang="scss" scoped>
|
|
74
|
+
@use '@/assets/scss/unnnic' as *;
|
|
75
|
+
|
|
76
|
+
* {
|
|
77
|
+
margin: 0;
|
|
78
|
+
padding: 0;
|
|
79
|
+
box-sizing: border-box;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.page-header {
|
|
83
|
+
width: 100%;
|
|
84
|
+
|
|
85
|
+
margin-top: $unnnic-space-2;
|
|
86
|
+
padding-bottom: $unnnic-space-6;
|
|
87
|
+
|
|
88
|
+
display: grid;
|
|
89
|
+
gap: $unnnic-space-4;
|
|
90
|
+
grid-template-columns: 1fr minmax(250px, 20%); // TODO: Verify if is 250px or 20% (8fr 2fr)
|
|
91
|
+
align-items: center;
|
|
92
|
+
|
|
93
|
+
border-bottom: 1px solid $unnnic-color-border-soft;
|
|
94
|
+
|
|
95
|
+
&--has-back-button {
|
|
96
|
+
grid-template-columns: auto 1fr minmax(250px, 20%);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
&--has-tabs {
|
|
100
|
+
border-bottom: none;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
&__infos {
|
|
104
|
+
display: flex;
|
|
105
|
+
flex-direction: column;
|
|
106
|
+
gap: $unnnic-space-2;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
&__main-infos {
|
|
110
|
+
display: flex;
|
|
111
|
+
align-items: center;
|
|
112
|
+
gap: $unnnic-space-2;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
&__title {
|
|
116
|
+
overflow: hidden;
|
|
117
|
+
text-overflow: ellipsis;
|
|
118
|
+
white-space: nowrap;
|
|
119
|
+
|
|
120
|
+
color: $unnnic-color-fg-emphasized;
|
|
121
|
+
text-overflow: ellipsis;
|
|
122
|
+
|
|
123
|
+
font: $unnnic-font-display-1;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
&__description {
|
|
127
|
+
color: $unnnic-color-fg-base;
|
|
128
|
+
|
|
129
|
+
font: $unnnic-font-body;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
&__actions {
|
|
133
|
+
display: flex;
|
|
134
|
+
gap: $unnnic-space-2;
|
|
135
|
+
align-items: center;
|
|
136
|
+
justify-content: flex-end;
|
|
137
|
+
|
|
138
|
+
> * {
|
|
139
|
+
width: 100%;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
&__tabs {
|
|
144
|
+
grid-column: 1 / -1;
|
|
145
|
+
grid-row: 2 / 3;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
</style>
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import { mount } from '@vue/test-utils';
|
|
2
|
+
import { beforeEach, describe, expect, afterEach, test, vi } from 'vitest';
|
|
3
|
+
import UnnnicPopover from '@/components/Popover/index.vue';
|
|
4
|
+
|
|
5
|
+
vi.mock('@vueuse/core', () => ({
|
|
6
|
+
onClickOutside: vi.fn(),
|
|
7
|
+
useResizeObserver: vi.fn(),
|
|
8
|
+
}));
|
|
9
|
+
|
|
10
|
+
describe('UnnnicPopover.vue', () => {
|
|
11
|
+
let wrapper;
|
|
12
|
+
|
|
13
|
+
const defaultSlots = {
|
|
14
|
+
trigger: '<button data-testid="trigger-button">Click me</button>',
|
|
15
|
+
content: '<div data-testid="popover-content">Popover content</div>',
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
const mountWrapper = (props) => {
|
|
19
|
+
return mount(UnnnicPopover, {
|
|
20
|
+
slots: defaultSlots,
|
|
21
|
+
props: {
|
|
22
|
+
...props,
|
|
23
|
+
},
|
|
24
|
+
});
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
beforeEach(() => {
|
|
28
|
+
wrapper = mountWrapper();
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
afterEach(() => {
|
|
32
|
+
wrapper?.unmount();
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
test('renders correctly', () => {
|
|
36
|
+
expect(wrapper.exists()).toBe(true);
|
|
37
|
+
expect(wrapper.find('.unnnic-popover').exists()).toBe(true);
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
test('renders trigger slot', () => {
|
|
41
|
+
const trigger = wrapper.find('[data-testid="popover-trigger"]');
|
|
42
|
+
const triggerButton = wrapper.find('[data-testid="trigger-button"]');
|
|
43
|
+
|
|
44
|
+
expect(trigger.exists()).toBe(true);
|
|
45
|
+
expect(triggerButton.exists()).toBe(true);
|
|
46
|
+
expect(triggerButton.text()).toBe('Click me');
|
|
47
|
+
});
|
|
48
|
+
|
|
49
|
+
test('renders content slot inside balloon', async () => {
|
|
50
|
+
wrapper.vm.open = true;
|
|
51
|
+
await wrapper.vm.$nextTick();
|
|
52
|
+
const balloon = wrapper.find('[data-testid="popover-balloon"]');
|
|
53
|
+
const content = wrapper.find('[data-testid="popover-content"]');
|
|
54
|
+
|
|
55
|
+
expect(balloon.exists()).toBe(true);
|
|
56
|
+
expect(content.exists()).toBe(true);
|
|
57
|
+
expect(content.text()).toBe('Popover content');
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
test('balloon is hidden by default', () => {
|
|
61
|
+
const balloon = wrapper.find('[data-testid="popover-balloon"]');
|
|
62
|
+
expect(balloon.exists()).toBe(false);
|
|
63
|
+
});
|
|
64
|
+
|
|
65
|
+
test('toggles balloon visibility when trigger is clicked', async () => {
|
|
66
|
+
const trigger = wrapper.find('[data-testid="popover-trigger"]');
|
|
67
|
+
|
|
68
|
+
let balloon = wrapper.find('[data-testid="popover-balloon"]');
|
|
69
|
+
|
|
70
|
+
expect(balloon.exists()).toBe(false);
|
|
71
|
+
|
|
72
|
+
await trigger.trigger('click');
|
|
73
|
+
await wrapper.vm.$nextTick();
|
|
74
|
+
|
|
75
|
+
balloon = wrapper.find('[data-testid="popover-balloon"]');
|
|
76
|
+
|
|
77
|
+
expect(balloon.exists()).toBe(true);
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
test('uses modelValue when provided', async () => {
|
|
81
|
+
const wrapper = mountWrapper({ modelValue: true });
|
|
82
|
+
const balloon = wrapper.find('[data-testid="popover-balloon"]');
|
|
83
|
+
expect(balloon.isVisible()).toBe(true);
|
|
84
|
+
});
|
|
85
|
+
|
|
86
|
+
test('emits update:modelValue when open state changes', async () => {
|
|
87
|
+
await wrapper.setProps({ modelValue: false });
|
|
88
|
+
|
|
89
|
+
const trigger = wrapper.find('[data-testid="popover-trigger"]');
|
|
90
|
+
await trigger.trigger('click');
|
|
91
|
+
|
|
92
|
+
expect(wrapper.emitted('update:modelValue')).toBeTruthy();
|
|
93
|
+
expect(wrapper.emitted('update:modelValue')[0]).toEqual([true]);
|
|
94
|
+
});
|
|
95
|
+
|
|
96
|
+
test('does not emit update:modelValue when modelValue is undefined', async () => {
|
|
97
|
+
const trigger = wrapper.find('[data-testid="popover-trigger"]');
|
|
98
|
+
await trigger.trigger('click');
|
|
99
|
+
|
|
100
|
+
expect(wrapper.emitted('update:modelValue')).toBeFalsy();
|
|
101
|
+
});
|
|
102
|
+
|
|
103
|
+
test('exposes open ref', () => {
|
|
104
|
+
expect(wrapper.vm.open).toBeDefined();
|
|
105
|
+
expect(typeof wrapper.vm.open).toBe('boolean');
|
|
106
|
+
});
|
|
107
|
+
|
|
108
|
+
test('open ref can be controlled programmatically', async () => {
|
|
109
|
+
wrapper.vm.open = true;
|
|
110
|
+
await wrapper.vm.$nextTick();
|
|
111
|
+
|
|
112
|
+
const balloon = wrapper.find('[data-testid="popover-balloon"]');
|
|
113
|
+
expect(balloon.isVisible()).toBe(true);
|
|
114
|
+
});
|
|
115
|
+
|
|
116
|
+
test('persistent prop prevents closing on outside click', async () => {
|
|
117
|
+
await wrapper.setProps({ persistent: true });
|
|
118
|
+
|
|
119
|
+
const { onClickOutside } = await import('@vueuse/core');
|
|
120
|
+
const mockOnClickOutside = vi.mocked(onClickOutside);
|
|
121
|
+
|
|
122
|
+
const callback = mockOnClickOutside.mock.calls[0][1];
|
|
123
|
+
|
|
124
|
+
wrapper.vm.open = true;
|
|
125
|
+
await wrapper.vm.$nextTick();
|
|
126
|
+
|
|
127
|
+
callback();
|
|
128
|
+
|
|
129
|
+
const balloon = wrapper.find('[data-testid="popover-balloon"]');
|
|
130
|
+
expect(balloon.isVisible()).toBe(true);
|
|
131
|
+
});
|
|
132
|
+
|
|
133
|
+
test('applies correct CSS classes', async () => {
|
|
134
|
+
wrapper.vm.open = true;
|
|
135
|
+
await wrapper.vm.$nextTick();
|
|
136
|
+
|
|
137
|
+
const popover = wrapper.find('.unnnic-popover');
|
|
138
|
+
const balloon = wrapper.find('.unnnic-popover__balloon');
|
|
139
|
+
|
|
140
|
+
expect(popover.exists()).toBe(true);
|
|
141
|
+
expect(balloon.exists()).toBe(true);
|
|
142
|
+
});
|
|
143
|
+
|
|
144
|
+
test('matches the snapshot', () => {
|
|
145
|
+
expect(wrapper.html()).toMatchSnapshot();
|
|
146
|
+
});
|
|
147
|
+
});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
2
|
+
|
|
3
|
+
exports[`UnnnicPopover.vue > matches the snapshot 1`] = `
|
|
4
|
+
"<section data-v-5a3125ac="" class="unnnic-popover">
|
|
5
|
+
<div data-v-5a3125ac="" class="unnnic-popover__trigger" data-testid="popover-trigger"><button data-testid="trigger-button">Click me</button></div>
|
|
6
|
+
<!--v-if-->
|
|
7
|
+
</section>"
|
|
8
|
+
`;
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<section
|
|
3
|
+
class="unnnic-popover"
|
|
4
|
+
ref="popover"
|
|
5
|
+
>
|
|
6
|
+
<div
|
|
7
|
+
class="unnnic-popover__trigger"
|
|
8
|
+
data-testid="popover-trigger"
|
|
9
|
+
@click="toggleOpen()"
|
|
10
|
+
>
|
|
11
|
+
<slot name="trigger" />
|
|
12
|
+
</div>
|
|
13
|
+
<div
|
|
14
|
+
v-if="open"
|
|
15
|
+
class="unnnic-popover__balloon"
|
|
16
|
+
data-testid="popover-balloon"
|
|
17
|
+
>
|
|
18
|
+
<slot name="content" />
|
|
19
|
+
</div>
|
|
20
|
+
</section>
|
|
21
|
+
</template>
|
|
22
|
+
|
|
23
|
+
<script setup lang="ts">
|
|
24
|
+
import { computed, onMounted, ref, useTemplateRef, watch } from 'vue';
|
|
25
|
+
import { onClickOutside, useResizeObserver } from '@vueuse/core';
|
|
26
|
+
|
|
27
|
+
const target = useTemplateRef<HTMLDivElement>('popover');
|
|
28
|
+
|
|
29
|
+
const popoverWidth = ref<string>('');
|
|
30
|
+
|
|
31
|
+
useResizeObserver(target, (entries) => {
|
|
32
|
+
const entry = entries[0];
|
|
33
|
+
const { width } = entry.contentRect;
|
|
34
|
+
popoverWidth.value = `${width}px`;
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
onClickOutside(target, () => {
|
|
38
|
+
if (props.persistent) return;
|
|
39
|
+
open.value = false;
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
defineOptions({
|
|
43
|
+
name: 'UnnnicPopover',
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
interface PopoverBalloonProps {
|
|
47
|
+
width?: string;
|
|
48
|
+
height?: string;
|
|
49
|
+
maxHeight?: string;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
interface PopoverProps {
|
|
53
|
+
modelValue?: boolean;
|
|
54
|
+
persistent?: boolean;
|
|
55
|
+
popoverBalloonProps?: PopoverBalloonProps;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
const props = withDefaults(defineProps<PopoverProps>(), {
|
|
59
|
+
modelValue: undefined,
|
|
60
|
+
persistent: false,
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
const emit = defineEmits<{
|
|
64
|
+
'update:modelValue': [value: boolean];
|
|
65
|
+
}>();
|
|
66
|
+
|
|
67
|
+
const useModelValue = computed(() => props.modelValue !== undefined);
|
|
68
|
+
|
|
69
|
+
const open = ref<boolean>(
|
|
70
|
+
useModelValue.value ? Boolean(props.modelValue) : false,
|
|
71
|
+
);
|
|
72
|
+
|
|
73
|
+
const toggleOpen = () => {
|
|
74
|
+
open.value = !open.value;
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
const calculatedPopoverWidth = computed(() => {
|
|
78
|
+
return props.popoverBalloonProps?.width || popoverWidth.value;
|
|
79
|
+
});
|
|
80
|
+
|
|
81
|
+
const popoverHeight = computed(() => {
|
|
82
|
+
return props.popoverBalloonProps?.height || 'unset';
|
|
83
|
+
});
|
|
84
|
+
|
|
85
|
+
const popoverMaxHeight = computed(() => {
|
|
86
|
+
return props.popoverBalloonProps?.maxHeight || 'unset';
|
|
87
|
+
});
|
|
88
|
+
|
|
89
|
+
onMounted(() => {
|
|
90
|
+
if (useModelValue.value) {
|
|
91
|
+
open.value = Boolean(props.modelValue);
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
watch(open, (value) => {
|
|
96
|
+
if (useModelValue.value) {
|
|
97
|
+
emit('update:modelValue', value);
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
|
|
101
|
+
watch(
|
|
102
|
+
() => props.modelValue,
|
|
103
|
+
(value) => {
|
|
104
|
+
open.value = !!value;
|
|
105
|
+
},
|
|
106
|
+
);
|
|
107
|
+
</script>
|
|
108
|
+
|
|
109
|
+
<style lang="scss" scoped>
|
|
110
|
+
@use '@/assets/scss/unnnic' as *;
|
|
111
|
+
|
|
112
|
+
* {
|
|
113
|
+
margin: 0;
|
|
114
|
+
padding: 0;
|
|
115
|
+
box-sizing: border-box;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.unnnic-popover {
|
|
119
|
+
&__balloon {
|
|
120
|
+
border-radius: $unnnic-radius-2;
|
|
121
|
+
padding: $unnnic-space-4;
|
|
122
|
+
background: $unnnic-color-bg-base;
|
|
123
|
+
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
|
|
124
|
+
// margin-top: $unnnic-space-1;
|
|
125
|
+
position: fixed;
|
|
126
|
+
width: v-bind(calculatedPopoverWidth);
|
|
127
|
+
height: v-bind(popoverHeight);
|
|
128
|
+
max-height: v-bind(popoverMaxHeight);
|
|
129
|
+
overflow: auto;
|
|
130
|
+
|
|
131
|
+
&::-webkit-scrollbar {
|
|
132
|
+
width: $unnnic-spacing-inline-nano;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
&::-webkit-scrollbar-thumb {
|
|
136
|
+
background: $unnnic-color-neutral-cleanest;
|
|
137
|
+
border-radius: $unnnic-border-radius-pill;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
&::-webkit-scrollbar-track {
|
|
141
|
+
background: $unnnic-color-neutral-soft;
|
|
142
|
+
border-radius: $unnnic-border-radius-pill;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
</style>
|
|
@@ -1,29 +1,45 @@
|
|
|
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
|
+
|
|
30
|
+
<footer
|
|
31
|
+
v-if="helper"
|
|
32
|
+
class="unnnic-radio__helper"
|
|
33
|
+
>
|
|
34
|
+
{{ helper }}
|
|
35
|
+
</footer>
|
|
36
|
+
</label>
|
|
37
|
+
</section>
|
|
22
38
|
</template>
|
|
23
39
|
|
|
24
40
|
<script setup>
|
|
25
|
-
import {
|
|
26
|
-
import
|
|
41
|
+
import { pick } from 'lodash';
|
|
42
|
+
import { inject, computed } from 'vue';
|
|
27
43
|
|
|
28
44
|
const props = defineProps({
|
|
29
45
|
modelValue: {
|
|
@@ -38,79 +54,115 @@ const props = defineProps({
|
|
|
38
54
|
type: Boolean,
|
|
39
55
|
default: false,
|
|
40
56
|
},
|
|
41
|
-
|
|
57
|
+
label: {
|
|
58
|
+
type: String,
|
|
59
|
+
default: '',
|
|
60
|
+
},
|
|
61
|
+
name: {
|
|
62
|
+
type: String,
|
|
63
|
+
default: '',
|
|
64
|
+
},
|
|
65
|
+
helper: {
|
|
42
66
|
type: String,
|
|
43
|
-
default: '
|
|
44
|
-
validator(value) {
|
|
45
|
-
return ['md', 'sm'].includes(value);
|
|
46
|
-
},
|
|
67
|
+
default: '',
|
|
47
68
|
},
|
|
48
69
|
});
|
|
49
70
|
|
|
50
71
|
const emit = defineEmits(['update:modelValue']);
|
|
51
72
|
|
|
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
|
-
});
|
|
73
|
+
const contextModelValue = inject('contextModelValue', undefined);
|
|
74
|
+
const contextName = inject('contextName', undefined);
|
|
69
75
|
|
|
70
76
|
function click() {
|
|
71
77
|
if (!props.disabled) {
|
|
72
78
|
emit('update:modelValue', props.value);
|
|
79
|
+
|
|
80
|
+
if (contextModelValue) {
|
|
81
|
+
contextModelValue.value = props.value;
|
|
82
|
+
}
|
|
73
83
|
}
|
|
74
84
|
}
|
|
85
|
+
|
|
86
|
+
const computedModelValue = computed(() => {
|
|
87
|
+
return contextModelValue?.value || props.modelValue;
|
|
88
|
+
});
|
|
89
|
+
|
|
90
|
+
const computedName = computed(() => {
|
|
91
|
+
return contextName?.value || props.name;
|
|
92
|
+
});
|
|
75
93
|
</script>
|
|
76
94
|
|
|
77
95
|
<style lang="scss" scoped>
|
|
78
96
|
@use '@/assets/scss/unnnic' as *;
|
|
79
97
|
|
|
80
|
-
|
|
98
|
+
$radio-size: 21px;
|
|
99
|
+
|
|
100
|
+
.unnnic-radio {
|
|
81
101
|
display: inline-flex;
|
|
82
|
-
|
|
102
|
+
flex-direction: column;
|
|
103
|
+
|
|
104
|
+
&__input-wrapper {
|
|
105
|
+
width: fit-content;
|
|
106
|
+
|
|
107
|
+
display: grid;
|
|
108
|
+
grid-template-columns: $radio-size auto;
|
|
109
|
+
grid-template-rows: auto auto;
|
|
110
|
+
align-items: center;
|
|
111
|
+
column-gap: $unnnic-space-2;
|
|
83
112
|
|
|
84
|
-
&:not(.disabled) {
|
|
85
113
|
cursor: pointer;
|
|
86
|
-
}
|
|
87
114
|
|
|
88
|
-
|
|
89
|
-
|
|
115
|
+
&--disabled {
|
|
116
|
+
cursor: not-allowed;
|
|
117
|
+
}
|
|
90
118
|
}
|
|
91
119
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
120
|
+
&__input {
|
|
121
|
+
appearance: none;
|
|
122
|
+
min-width: $radio-size;
|
|
123
|
+
width: $radio-size;
|
|
124
|
+
height: $radio-size;
|
|
125
|
+
margin: 0;
|
|
126
|
+
background-color: $unnnic-color-bg-base;
|
|
127
|
+
border: 1px solid $unnnic-color-border-base;
|
|
128
|
+
border-radius: $unnnic-radius-full;
|
|
129
|
+
box-sizing: border-box;
|
|
130
|
+
outline: none;
|
|
131
|
+
|
|
132
|
+
cursor: pointer;
|
|
133
|
+
|
|
134
|
+
&:checked {
|
|
135
|
+
border-width: 0;
|
|
136
|
+
background-color: $unnnic-color-bg-active;
|
|
137
|
+
background-image: url('@/assets/icons/radio-checked.svg');
|
|
138
|
+
background-position: center;
|
|
139
|
+
background-repeat: no-repeat;
|
|
140
|
+
}
|
|
97
141
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
142
|
+
&:disabled {
|
|
143
|
+
background-color: $unnnic-color-bg-muted;
|
|
144
|
+
border: 1px solid $unnnic-color-border-muted;
|
|
145
|
+
|
|
146
|
+
cursor: not-allowed;
|
|
147
|
+
}
|
|
104
148
|
}
|
|
105
149
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
150
|
+
&__label {
|
|
151
|
+
margin: 0;
|
|
152
|
+
font: $unnnic-font-body;
|
|
153
|
+
color: $unnnic-color-fg-emphasized;
|
|
154
|
+
|
|
155
|
+
&--disabled {
|
|
156
|
+
color: $unnnic-color-fg-muted;
|
|
157
|
+
}
|
|
109
158
|
}
|
|
110
159
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
160
|
+
&__helper {
|
|
161
|
+
grid-column: 2 / -1;
|
|
162
|
+
grid-row: 2;
|
|
163
|
+
|
|
164
|
+
font: $unnnic-font-caption-2;
|
|
165
|
+
color: $unnnic-color-fg-base;
|
|
114
166
|
}
|
|
115
167
|
}
|
|
116
168
|
</style>
|