@weni/unnnic-system 3.2.9-alpha.9 → 3.3.0

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.
Files changed (209) hide show
  1. package/CHANGELOG.md +4 -10
  2. package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
  3. package/dist/components/Alert/Alert.vue.d.ts +119 -18
  4. package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
  5. package/dist/components/Alert/Version1dot1.vue.d.ts +38 -2
  6. package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
  7. package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
  8. package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
  9. package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
  10. package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +2 -2
  11. package/dist/components/Banner/Banner.vue.d.ts +1 -1
  12. package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
  13. package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
  14. package/dist/components/Button/Button.vue.d.ts +2 -2
  15. package/dist/components/Button/Button.vue.d.ts.map +1 -1
  16. package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
  17. package/dist/components/Button/types.d.ts +1 -1
  18. package/dist/components/Button/types.d.ts.map +1 -1
  19. package/dist/components/Card/AccountCard.vue.d.ts +3 -3
  20. package/dist/components/Card/BlankCard.vue.d.ts +1 -1
  21. package/dist/components/Card/Card.vue.d.ts +21 -21
  22. package/dist/components/Card/CardCompany.vue.d.ts +8 -8
  23. package/dist/components/Card/CardData.vue.d.ts +1 -1
  24. package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -4
  25. package/dist/components/Card/ContentCard.vue.d.ts +2 -2
  26. package/dist/components/Card/DashCard.vue.d.ts +4 -4
  27. package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
  28. package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
  29. package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
  30. package/dist/components/Card/StatusCard.vue.d.ts +2 -2
  31. package/dist/components/Card/TitleCard.vue.d.ts +2 -2
  32. package/dist/components/CardImage/CardImage.vue.d.ts +8 -8
  33. package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
  34. package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
  35. package/dist/components/Carousel/Carousel.vue.d.ts +11 -11
  36. package/dist/components/Carousel/TagCarousel.vue.d.ts +9 -9
  37. package/dist/components/ChartBar/ChartBar.vue.d.ts +8 -8
  38. package/dist/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue.d.ts.map +1 -1
  39. package/dist/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue.d.ts +43 -0
  40. package/dist/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue.d.ts.map +1 -0
  41. package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
  42. package/dist/components/ChatText/ChatText.vue.d.ts +2 -2
  43. package/dist/components/ChatsContact/ChatsContact.vue.d.ts +15 -15
  44. package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
  45. package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
  46. package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
  47. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +5 -5
  48. package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
  49. package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
  50. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
  51. package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
  52. package/dist/components/Comment/Comment.vue.d.ts +1 -1
  53. package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
  54. package/dist/components/DataTable/index.vue.d.ts +1 -8
  55. package/dist/components/DataTable/index.vue.d.ts.map +1 -1
  56. package/dist/components/DateFilter/DateFilter.vue.d.ts +27 -149
  57. package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
  58. package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
  59. package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
  60. package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
  61. package/dist/components/Flag.vue.d.ts +2 -2
  62. package/dist/components/FormElement/FormElement.vue.d.ts +32 -38
  63. package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
  64. package/dist/components/Icon.vue.d.ts +1 -1
  65. package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
  66. package/dist/components/ImportCard/ImportCard.vue.d.ts +7 -7
  67. package/dist/components/Input/BaseInput.vue.d.ts +1 -28
  68. package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
  69. package/dist/components/Input/Input.vue.d.ts +27 -149
  70. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  71. package/dist/components/Input/TextInput.vue.d.ts +13 -67
  72. package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
  73. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +37 -159
  74. package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
  75. package/dist/components/Label/Label.vue.d.ts +15 -9
  76. package/dist/components/Label/Label.vue.d.ts.map +1 -1
  77. package/dist/components/Modal/Modal.vue.d.ts +2 -2
  78. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +9 -9
  79. package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
  80. package/dist/components/ModalNext/ModalNext.vue.d.ts +35 -157
  81. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -14
  82. package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
  83. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +7 -7
  84. package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
  85. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
  86. package/dist/components/Radio/Radio.vue.d.ts +2 -2
  87. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +27 -81
  88. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
  89. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +4 -4
  90. package/dist/components/SelectTime/index.vue.d.ts +13 -67
  91. package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
  92. package/dist/components/Slider/Slider.vue.d.ts +2 -2
  93. package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
  94. package/dist/components/Switch/Switch.vue.d.ts +2 -2
  95. package/dist/components/Tab/Tab.vue.d.ts +2 -13
  96. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  97. package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
  98. package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
  99. package/dist/components/Tag/BrandTag.vue.d.ts +2 -2
  100. package/dist/components/Tag/DefaultTag.vue.d.ts +2 -2
  101. package/dist/components/Tag/IndicatorTag.vue.d.ts +2 -2
  102. package/dist/components/Tag/Tag.vue.d.ts +8 -8
  103. package/dist/components/TextArea/TextArea.vue.d.ts +32 -38
  104. package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
  105. package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
  106. package/dist/components/Tour/Tour.vue.d.ts +6 -6
  107. package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
  108. package/dist/components/UploadArea/UploadArea.vue.d.ts +7 -7
  109. package/dist/components/index.d.ts +1079 -1889
  110. package/dist/components/index.d.ts.map +1 -1
  111. package/dist/{es-d6005598.js → es-db7a2f44.mjs} +1 -1
  112. package/dist/{index-35640dc9.js → index-08caf833.mjs} +8434 -8712
  113. package/dist/locales/en.json.d.ts +1 -2
  114. package/dist/locales/es.json.d.ts +1 -2
  115. package/dist/locales/pt_br.json.d.ts +1 -2
  116. package/dist/{pt-br-89c2c09d.js → pt-br-88538a51.mjs} +1 -1
  117. package/dist/style.css +1 -1
  118. package/dist/unnnic.mjs +182 -0
  119. package/dist/unnnic.umd.js +109 -0
  120. package/dist/utils/call.d.ts +1 -2
  121. package/dist/utils/call.d.ts.map +1 -1
  122. package/package.json +4 -4
  123. package/src/assets/scss/scheme-colors.scss +4 -131
  124. package/src/assets/tokens/colors.json +2 -2
  125. package/src/components/Alert/Alert.vue +135 -26
  126. package/src/components/Alert/AlertBanner.vue +182 -0
  127. package/src/components/Alert/AlertCaller.vue +49 -0
  128. package/src/components/Alert/Version1dot1.vue +36 -0
  129. package/src/components/Alert/__tests__/AlertBanner.spec.js +89 -0
  130. package/src/components/Alert/__tests__/AlertCaller.spec.js +98 -0
  131. package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
  132. package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +2 -2
  133. package/src/components/Button/Button.vue +108 -60
  134. package/src/components/Button/types.ts +1 -0
  135. package/src/components/ChartFunnel/ChartFunnel.vue +4 -0
  136. package/src/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue +8 -2
  137. package/src/components/ChartFunnel/SvgFunnel/ChartFunnelBaseRow.vue +1 -1
  138. package/src/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue +64 -0
  139. package/src/components/DataTable/index.vue +10 -25
  140. package/src/components/FormElement/FormElement.vue +91 -51
  141. package/src/components/Input/BaseInput.vue +14 -22
  142. package/src/components/Input/Input.scss +21 -19
  143. package/src/components/Input/Input.vue +29 -85
  144. package/src/components/Input/TextInput.vue +42 -39
  145. package/src/components/Input/__test__/TextInput.spec.js +5 -5
  146. package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +3 -12
  147. package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
  148. package/src/components/Label/Label.vue +21 -52
  149. package/src/components/Label/__tests__/Label.spec.js +1 -1
  150. package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
  151. package/src/components/ModalDialog/ModalDialog.vue +0 -1
  152. package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
  153. package/src/components/Tab/Tab.vue +23 -37
  154. package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
  155. package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
  156. package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
  157. package/src/components/TextArea/TextArea.vue +9 -13
  158. package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
  159. package/src/components/index.ts +4 -18
  160. package/src/locales/en.json +1 -2
  161. package/src/locales/es.json +1 -2
  162. package/src/locales/pt_br.json +1 -2
  163. package/src/stories/Alert.stories.js +67 -6
  164. package/src/stories/Button.stories.js +17 -2
  165. package/src/stories/ChartFunnel.stories.js +19 -0
  166. package/src/stories/DataTable.stories.js +0 -60
  167. package/src/stories/Input.stories.js +3 -16
  168. package/src/stories/Label.stories.js +0 -7
  169. package/src/stories/Tab.stories.js +4 -11
  170. package/src/types/scheme-colors.d.ts +14 -120
  171. package/src/utils/call.js +18 -46
  172. package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts +0 -9
  173. package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +0 -1
  174. package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +0 -15
  175. package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +0 -1
  176. package/dist/components/Toast/Toast.vue.d.ts +0 -16
  177. package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
  178. package/dist/components/Toast/ToastManager.d.ts +0 -14
  179. package/dist/components/Toast/ToastManager.d.ts.map +0 -1
  180. package/dist/components/Toast/types.d.ts +0 -35
  181. package/dist/components/Toast/types.d.ts.map +0 -1
  182. package/dist/unnnic.js +0 -188
  183. package/dist/unnnic.umd.cjs +0 -110
  184. package/src/assets/img/previews/doc-preview.png +0 -0
  185. package/src/assets/img/previews/image-preview.png +0 -0
  186. package/src/assets/img/previews/video-preview.png +0 -0
  187. package/src/components/Popover/__tests__/Popover.spec.js +0 -147
  188. package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
  189. package/src/components/Popover/index.vue +0 -146
  190. package/src/components/Select/SelectOption.vue +0 -65
  191. package/src/components/Select/__tests__/Select.spec.js +0 -412
  192. package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
  193. package/src/components/Select/__tests__/SelectOption.spec.js +0 -174
  194. package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -93
  195. package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
  196. package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
  197. package/src/components/Select/index.vue +0 -243
  198. package/src/components/TemplatePreview/TemplatePreview.vue +0 -252
  199. package/src/components/TemplatePreview/TemplatePreviewModal.vue +0 -51
  200. package/src/components/TemplatePreview/types.d.ts +0 -16
  201. package/src/components/Toast/Toast.vue +0 -236
  202. package/src/components/Toast/ToastManager.ts +0 -110
  203. package/src/components/Toast/types.ts +0 -57
  204. package/src/stories/Popover.stories.js +0 -39
  205. package/src/stories/Select.stories.js +0 -91
  206. package/src/stories/TemplatePreview.stories.js +0 -94
  207. package/src/stories/TemplatePreviewModal.stories.js +0 -110
  208. package/src/stories/Toast.mdx +0 -123
  209. package/src/stories/Toast.stories.js +0 -126
@@ -1,147 +0,0 @@
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
- });
@@ -1,8 +0,0 @@
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
- `;
@@ -1,146 +0,0 @@
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,65 +0,0 @@
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>