@weni/unnnic-system 3.9.1-alpha.4 → 3.9.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 +38 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +116 -17
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +38 -2
- 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 +414 -11
- 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 +31 -24
- 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 +416 -13
- package/dist/components/Carousel/TagCarousel.vue.d.ts +415 -12
- 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 +446 -21
- 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 +26 -19
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- 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 +12 -2
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +39 -170
- 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 +28 -51
- 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 +2 -11
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +39 -170
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +24 -33
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +44 -175
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +15 -9
- 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 +44 -175
- 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 +14 -26
- 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 +6 -10
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +512 -69
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +414 -11
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +28 -21
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +24 -33
- 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 +21 -55
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +2 -13
- 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 +51 -0
- package/dist/components/Tag/BrandTag.vue.d.ts.map +1 -0
- package/dist/components/Tag/DefaultTag.vue.d.ts +83 -4
- package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +151 -0
- package/dist/components/Tag/IndicatorTag.vue.d.ts.map +1 -0
- package/dist/components/Tag/Tag.vue.d.ts +414 -12
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/TagNext.vue.d.ts +24 -0
- package/dist/components/Tag/TagNext.vue.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +30 -75
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- 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 +6402 -4331
- 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-db30a2ff.mjs → es-4aab69cb.mjs} +1 -1
- package/dist/{index-761bb714.mjs → index-789225a6.mjs} +10023 -10092
- package/dist/{pt-br-569fa4c1.mjs → pt-br-2f695ddd.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +151 -158
- package/dist/unnnic.umd.js +43 -42
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/Alert/Alert.vue +135 -26
- package/src/components/Alert/AlertBanner.vue +182 -0
- package/src/components/Alert/AlertCaller.vue +49 -0
- package/src/components/Alert/Version1dot1.vue +36 -0
- package/src/components/Alert/__tests__/Alert.spec.js +45 -2
- package/src/components/Alert/__tests__/AlertBanner.spec.js +89 -0
- package/src/components/Alert/__tests__/AlertCaller.spec.js +98 -0
- package/src/components/Alert/__tests__/Version1dot1.spec.js +21 -0
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
- 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 +117 -67
- package/src/components/Button/types.ts +1 -0
- package/src/components/ChatsContact/ChatsContact.vue +6 -10
- package/src/components/Checkbox/Checkbox.vue +65 -117
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +21 -6
- package/src/components/DataTable/index.vue +48 -0
- package/src/components/FormElement/FormElement.vue +93 -63
- package/src/components/Icon.vue +0 -2
- package/src/components/Input/BaseInput.vue +12 -12
- package/src/components/Input/Input.scss +20 -19
- package/src/components/Input/Input.vue +55 -60
- package/src/components/Input/TextInput.vue +54 -25
- package/src/components/Input/__test__/Input.spec.js +33 -13
- package/src/components/Input/__test__/TextInput.spec.js +8 -6
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +5 -14
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/Label/Label.vue +21 -52
- 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/Radio/Radio.vue +66 -118
- package/src/components/Radio/__test__/Radio.spec.js +20 -14
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -4
- package/src/components/SelectSmart/SelectSmart.vue +129 -28
- package/src/components/SelectSmart/__tests__/SelectSmart.spec.js +180 -4
- package/src/components/Switch/Switch.vue +91 -132
- package/src/components/Switch/__tests__/Switch.spec.js +75 -8
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +6 -5
- package/src/components/Tab/Tab.vue +23 -37
- 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/BrandTag.vue +96 -0
- package/src/components/Tag/DefaultTag.vue +107 -51
- package/src/components/Tag/IndicatorTag.vue +107 -0
- package/src/components/Tag/Tag.vue +79 -32
- package/src/components/Tag/TagNext.vue +60 -0
- package/src/components/TextArea/TextArea.vue +11 -40
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +3 -11
- package/src/components/index.ts +18 -33
- package/src/stories/Alert.stories.js +67 -6
- package/src/stories/Button.stories.js +39 -29
- package/src/stories/Checkbox.stories.js +4 -11
- package/src/stories/DataTable.stories.js +192 -0
- package/src/stories/Input.stories.js +76 -71
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Radio.stories.js +1 -28
- package/src/stories/SelectSmart.stories.js +289 -0
- package/src/stories/Switch.stories.js +5 -10
- package/src/stories/Tab.stories.js +4 -11
- package/src/stories/Tag.stories.js +43 -24
- package/src/stories/TextArea.stories.js +2 -14
- package/src/types/scheme-colors.d.ts +0 -1
- package/src/utils/call.js +18 -46
- package/dist/assets/tokens/colors.json.d.ts +0 -376
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +0 -28
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +0 -1
- package/dist/components/PageHeader/PageHeader.vue.d.ts +0 -28
- package/dist/components/PageHeader/PageHeader.vue.d.ts.map +0 -1
- package/dist/components/PageHeader/index.d.ts +0 -3
- package/dist/components/PageHeader/index.d.ts.map +0 -1
- package/dist/components/PageHeader/types.d.ts +0 -9
- package/dist/components/PageHeader/types.d.ts.map +0 -1
- package/dist/components/Tag/types.d.ts +0 -18
- package/dist/components/Tag/types.d.ts.map +0 -1
- package/dist/components/Toast/Toast.vue.d.ts +0 -16
- package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
- package/dist/components/Toast/ToastManager.d.ts +0 -14
- package/dist/components/Toast/ToastManager.d.ts.map +0 -1
- package/dist/components/Toast/types.d.ts +0 -35
- package/dist/components/Toast/types.d.ts.map +0 -1
- package/src/assets/icons/checkbox-checked-disabled.svg +0 -3
- package/src/assets/icons/checkbox-checked.svg +0 -3
- package/src/assets/icons/checkbox-less-disabled.svg +0 -3
- package/src/assets/icons/checkbox-less.svg +0 -3
- package/src/assets/icons/radio-checked.svg +0 -3
- package/src/assets/icons/switch-checked-disabled.svg +0 -3
- package/src/assets/icons/switch-checked.svg +0 -3
- package/src/components/CheckboxGroup/CheckboxGroup.vue +0 -96
- package/src/components/PageHeader/PageHeader.vue +0 -148
- package/src/components/PageHeader/index.ts +0 -2
- package/src/components/PageHeader/types.ts +0 -10
- package/src/components/RadioGroup/RadioGroup.vue +0 -142
- package/src/components/Tag/types.ts +0 -19
- package/src/components/Toast/Toast.vue +0 -246
- package/src/components/Toast/ToastManager.ts +0 -110
- package/src/components/Toast/__tests__/Toast.spec.js +0 -291
- package/src/components/Toast/__tests__/ToastManager.spec.js +0 -294
- package/src/components/Toast/types.ts +0 -57
- package/src/stories/CheckboxGroup.stories.js +0 -105
- package/src/stories/PageHeader.stories.js +0 -330
- package/src/stories/RadioGroup.stories.js +0 -144
- package/src/stories/Toast.mdx +0 -123
- package/src/stories/Toast.stories.js +0 -126
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<section
|
|
3
|
-
:class="[
|
|
4
|
-
'unnnic-checkbox-group__container',
|
|
5
|
-
`unnnic-checkbox-group--state-${state}`,
|
|
6
|
-
]"
|
|
7
|
-
>
|
|
8
|
-
<UnnnicLabel
|
|
9
|
-
v-if="label"
|
|
10
|
-
:label="label"
|
|
11
|
-
:tooltip="labelTooltip"
|
|
12
|
-
:useHtmlTooltip="labelUseHtmlTooltip"
|
|
13
|
-
/>
|
|
14
|
-
|
|
15
|
-
<section class="unnnic-checkbox-group__checkboxes">
|
|
16
|
-
<slot />
|
|
17
|
-
</section>
|
|
18
|
-
|
|
19
|
-
<footer
|
|
20
|
-
v-if="helper"
|
|
21
|
-
class="unnnic-checkbox-group__helper"
|
|
22
|
-
>
|
|
23
|
-
{{ helper }}
|
|
24
|
-
</footer>
|
|
25
|
-
</section>
|
|
26
|
-
</template>
|
|
27
|
-
|
|
28
|
-
<script setup>
|
|
29
|
-
import UnnnicLabel from '../Label/Label.vue';
|
|
30
|
-
|
|
31
|
-
const props = defineProps({
|
|
32
|
-
state: {
|
|
33
|
-
type: String,
|
|
34
|
-
default: 'horizontal',
|
|
35
|
-
validator(value) {
|
|
36
|
-
return ['horizontal', 'vertical'].includes(value);
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
|
-
|
|
40
|
-
label: {
|
|
41
|
-
type: String,
|
|
42
|
-
},
|
|
43
|
-
|
|
44
|
-
labelTooltip: {
|
|
45
|
-
type: String,
|
|
46
|
-
},
|
|
47
|
-
|
|
48
|
-
labelUseHtmlTooltip: {
|
|
49
|
-
type: Boolean,
|
|
50
|
-
},
|
|
51
|
-
|
|
52
|
-
helper: {
|
|
53
|
-
type: String,
|
|
54
|
-
},
|
|
55
|
-
});
|
|
56
|
-
</script>
|
|
57
|
-
|
|
58
|
-
<style lang="scss" scoped>
|
|
59
|
-
@use '@/assets/scss/unnnic' as *;
|
|
60
|
-
|
|
61
|
-
.unnnic-checkbox-group {
|
|
62
|
-
&__container {
|
|
63
|
-
display: flex;
|
|
64
|
-
flex-direction: column;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&__checkboxes {
|
|
68
|
-
margin-top: $unnnic-space-3;
|
|
69
|
-
|
|
70
|
-
display: flex;
|
|
71
|
-
gap: $unnnic-space-4 $unnnic-space-6;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
&__helper {
|
|
75
|
-
margin-top: $unnnic-space-2;
|
|
76
|
-
font: $unnnic-font-caption-2;
|
|
77
|
-
color: $unnnic-color-fg-base;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
&--state-horizontal {
|
|
81
|
-
.unnnic-checkbox-group__checkboxes {
|
|
82
|
-
flex-direction: row;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
&--state-vertical {
|
|
87
|
-
.unnnic-checkbox-group__checkboxes {
|
|
88
|
-
flex-direction: column;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.unnnic-checkbox-group__helper {
|
|
92
|
-
margin-top: $unnnic-space-3;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
</style>
|
|
@@ -1,148 +0,0 @@
|
|
|
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>
|
|
@@ -1,142 +0,0 @@
|
|
|
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>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export type TagType = 'default' | 'brand' | 'next';
|
|
2
|
-
export type TagSize = 'small' | 'medium';
|
|
3
|
-
|
|
4
|
-
export interface TagProps {
|
|
5
|
-
type?: TagType;
|
|
6
|
-
size?: TagSize;
|
|
7
|
-
text?: string;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
scheme?: string;
|
|
10
|
-
leftIcon?: string;
|
|
11
|
-
hasCloseIcon?: boolean;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export interface DefaultTagProps {
|
|
15
|
-
text?: string;
|
|
16
|
-
size?: TagSize;
|
|
17
|
-
scheme?: string;
|
|
18
|
-
leftIcon?: string;
|
|
19
|
-
}
|
|
@@ -1,246 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<Transition
|
|
3
|
-
name="toast-slide"
|
|
4
|
-
appear
|
|
5
|
-
data-testid="toast-transition"
|
|
6
|
-
@after-leave="$emit('destroy')"
|
|
7
|
-
>
|
|
8
|
-
<aside
|
|
9
|
-
v-if="isVisible"
|
|
10
|
-
:class="['unnnic-toast', `unnnic-toast--${type}`]"
|
|
11
|
-
:role="type === 'error' ? 'alert' : 'status'"
|
|
12
|
-
:aria-live="type === 'error' ? 'assertive' : 'polite'"
|
|
13
|
-
data-testid="toast"
|
|
14
|
-
>
|
|
15
|
-
<section
|
|
16
|
-
class="unnnic-toast__content"
|
|
17
|
-
data-testid="toast-content"
|
|
18
|
-
>
|
|
19
|
-
<header
|
|
20
|
-
class="unnnic-toast__header"
|
|
21
|
-
data-testid="toast-header"
|
|
22
|
-
>
|
|
23
|
-
<UnnnicIcon
|
|
24
|
-
:icon="typeConfig.icon"
|
|
25
|
-
:scheme="typeConfig.scheme"
|
|
26
|
-
size="ant"
|
|
27
|
-
data-testid="toast-type-icon"
|
|
28
|
-
/>
|
|
29
|
-
|
|
30
|
-
<h3
|
|
31
|
-
class="unnnic-toast__title"
|
|
32
|
-
data-testid="toast-title"
|
|
33
|
-
>
|
|
34
|
-
{{ title }}
|
|
35
|
-
</h3>
|
|
36
|
-
|
|
37
|
-
<UnnnicIcon
|
|
38
|
-
icon="close"
|
|
39
|
-
scheme="neutral-dark"
|
|
40
|
-
size="ant"
|
|
41
|
-
clickable
|
|
42
|
-
class="unnnic-toast__close"
|
|
43
|
-
data-testid="toast-close-icon"
|
|
44
|
-
@click="handleClose"
|
|
45
|
-
@keydown.enter="handleClose"
|
|
46
|
-
/>
|
|
47
|
-
</header>
|
|
48
|
-
|
|
49
|
-
<p
|
|
50
|
-
v-if="description"
|
|
51
|
-
data-testid="toast-text"
|
|
52
|
-
class="unnnic-toast__text"
|
|
53
|
-
>
|
|
54
|
-
{{ description }}
|
|
55
|
-
</p>
|
|
56
|
-
</section>
|
|
57
|
-
|
|
58
|
-
<UnnnicButton
|
|
59
|
-
v-if="button"
|
|
60
|
-
type="tertiary"
|
|
61
|
-
:text="button.text"
|
|
62
|
-
class="unnnic-toast__action-button"
|
|
63
|
-
data-testid="toast-action-button"
|
|
64
|
-
@click="handleAction"
|
|
65
|
-
@keydown.enter="handleAction"
|
|
66
|
-
@keydown.space.prevent="handleAction"
|
|
67
|
-
/>
|
|
68
|
-
</aside>
|
|
69
|
-
</Transition>
|
|
70
|
-
</template>
|
|
71
|
-
|
|
72
|
-
<script setup lang="ts">
|
|
73
|
-
import { ref, computed, onMounted, onUnmounted } from 'vue';
|
|
74
|
-
|
|
75
|
-
import UnnnicIcon from '@/components/Icon.vue';
|
|
76
|
-
import UnnnicButton from '@/components/Button/Button.vue';
|
|
77
|
-
|
|
78
|
-
import type { ToastProps, ToastEmits } from './types';
|
|
79
|
-
import type { SchemeColor } from '@/types/scheme-colors';
|
|
80
|
-
|
|
81
|
-
defineOptions({
|
|
82
|
-
name: 'UnnnicToast',
|
|
83
|
-
});
|
|
84
|
-
|
|
85
|
-
const props = withDefaults(defineProps<ToastProps>(), {
|
|
86
|
-
title: '',
|
|
87
|
-
description: '',
|
|
88
|
-
button: undefined,
|
|
89
|
-
timeout: 5000,
|
|
90
|
-
type: 'informational',
|
|
91
|
-
});
|
|
92
|
-
|
|
93
|
-
const emit = defineEmits<ToastEmits>();
|
|
94
|
-
|
|
95
|
-
const isVisible = ref(false);
|
|
96
|
-
let timeoutId: number | null = null;
|
|
97
|
-
|
|
98
|
-
const typeConfig = computed(() => {
|
|
99
|
-
const configMap = {
|
|
100
|
-
informational: { icon: 'info', scheme: 'blue-500' },
|
|
101
|
-
attention: { icon: 'error', scheme: 'yellow-500' },
|
|
102
|
-
success: { icon: 'check_circle', scheme: 'green-500' },
|
|
103
|
-
error: { icon: 'cancel', scheme: 'red-500' },
|
|
104
|
-
};
|
|
105
|
-
|
|
106
|
-
return configMap[props.type || 'informational'] as {
|
|
107
|
-
icon: string;
|
|
108
|
-
scheme: SchemeColor;
|
|
109
|
-
};
|
|
110
|
-
});
|
|
111
|
-
|
|
112
|
-
const handleClose = () => {
|
|
113
|
-
isVisible.value = false;
|
|
114
|
-
emit('close');
|
|
115
|
-
};
|
|
116
|
-
|
|
117
|
-
const handleAction = () => {
|
|
118
|
-
if (props.button?.action) {
|
|
119
|
-
props.button.action();
|
|
120
|
-
}
|
|
121
|
-
};
|
|
122
|
-
|
|
123
|
-
const startTimeout = () => {
|
|
124
|
-
if (props.timeout > 0) {
|
|
125
|
-
timeoutId = window.setTimeout(() => {
|
|
126
|
-
handleClose();
|
|
127
|
-
}, props.timeout);
|
|
128
|
-
}
|
|
129
|
-
};
|
|
130
|
-
|
|
131
|
-
const stopTimeout = () => {
|
|
132
|
-
if (timeoutId) {
|
|
133
|
-
window.clearTimeout(timeoutId);
|
|
134
|
-
timeoutId = null;
|
|
135
|
-
}
|
|
136
|
-
};
|
|
137
|
-
|
|
138
|
-
onMounted(() => {
|
|
139
|
-
isVisible.value = true;
|
|
140
|
-
startTimeout();
|
|
141
|
-
});
|
|
142
|
-
|
|
143
|
-
onUnmounted(() => {
|
|
144
|
-
stopTimeout();
|
|
145
|
-
});
|
|
146
|
-
</script>
|
|
147
|
-
|
|
148
|
-
<style lang="scss" scoped>
|
|
149
|
-
@use '@/assets/scss/unnnic' as *;
|
|
150
|
-
|
|
151
|
-
.unnnic-toast {
|
|
152
|
-
position: fixed;
|
|
153
|
-
bottom: $unnnic-space-4;
|
|
154
|
-
right: $unnnic-space-4;
|
|
155
|
-
z-index: 9999;
|
|
156
|
-
|
|
157
|
-
display: flex;
|
|
158
|
-
align-items: flex-end;
|
|
159
|
-
flex-direction: column;
|
|
160
|
-
gap: $unnnic-space-2;
|
|
161
|
-
|
|
162
|
-
min-width: 250px;
|
|
163
|
-
max-width: 450px;
|
|
164
|
-
padding: $unnnic-space-4;
|
|
165
|
-
|
|
166
|
-
border-radius: $unnnic-radius-2;
|
|
167
|
-
box-shadow: $unnnic-shadow-2;
|
|
168
|
-
border: 1px solid $unnnic-color-border-base;
|
|
169
|
-
|
|
170
|
-
&--informational {
|
|
171
|
-
border-color: $unnnic-color-border-info;
|
|
172
|
-
background-color: $unnnic-color-bg-info;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
&--attention {
|
|
176
|
-
border-color: $unnnic-color-border-warning;
|
|
177
|
-
background-color: $unnnic-color-bg-warning;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
&--success {
|
|
181
|
-
border-color: $unnnic-color-border-success;
|
|
182
|
-
background-color: $unnnic-color-bg-success;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
&--error {
|
|
186
|
-
border-color: $unnnic-color-border-critical;
|
|
187
|
-
background-color: $unnnic-color-bg-critical;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
&__content,
|
|
191
|
-
&__header {
|
|
192
|
-
width: 100%;
|
|
193
|
-
|
|
194
|
-
display: flex;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
&__content {
|
|
198
|
-
flex-direction: column;
|
|
199
|
-
gap: $unnnic-space-1;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
&__header {
|
|
203
|
-
align-items: center;
|
|
204
|
-
gap: $unnnic-space-2;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
&__title {
|
|
208
|
-
flex: 1;
|
|
209
|
-
|
|
210
|
-
margin: 0;
|
|
211
|
-
|
|
212
|
-
font: $unnnic-font-action;
|
|
213
|
-
color: $unnnic-color-fg-emphasized;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
&__text {
|
|
217
|
-
margin: 0;
|
|
218
|
-
margin-left: $unnnic-space-7;
|
|
219
|
-
|
|
220
|
-
font: $unnnic-font-caption-2;
|
|
221
|
-
color: $unnnic-color-fg-emphasized;
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
// Animations
|
|
226
|
-
.toast-slide-enter-active,
|
|
227
|
-
.toast-slide-leave-active {
|
|
228
|
-
transition: all 0.3s ease;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.toast-slide-enter-from {
|
|
232
|
-
transform: translateY(100%);
|
|
233
|
-
opacity: 0;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.toast-slide-leave-to {
|
|
237
|
-
transform: translateY(100%);
|
|
238
|
-
opacity: 0;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.toast-slide-enter-to,
|
|
242
|
-
.toast-slide-leave-from {
|
|
243
|
-
transform: translateY(0);
|
|
244
|
-
opacity: 1;
|
|
245
|
-
}
|
|
246
|
-
</style>
|