@weni/unnnic-system 3.2.1 → 3.2.3
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 +31 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +13 -72
- package/dist/components/Alert/Alert.vue.d.ts +28 -146
- package/dist/components/Alert/Version1dot1.vue.d.ts +14 -73
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +13 -72
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +13 -72
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +39 -216
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +13 -72
- package/dist/components/Banner/Banner.vue.d.ts +13 -72
- package/dist/components/Banner/InfoBanner.vue.d.ts +13 -72
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +13 -72
- package/dist/components/Button/Button.vue.d.ts +21 -180
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +13 -72
- package/dist/components/Button/types.d.ts +16 -0
- package/dist/components/Button/types.d.ts.map +1 -0
- package/dist/components/Card/AccountCard.vue.d.ts +13 -72
- package/dist/components/Card/BlankCard.vue.d.ts +13 -72
- package/dist/components/Card/Card.vue.d.ts +107 -579
- package/dist/components/Card/CardCompany.vue.d.ts +40 -217
- package/dist/components/Card/CardData.vue.d.ts +13 -72
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +26 -144
- package/dist/components/Card/ContentCard.vue.d.ts +13 -72
- package/dist/components/Card/DashCard.vue.d.ts +26 -144
- package/dist/components/Card/MarketplaceCard.vue.d.ts +13 -72
- package/dist/components/Card/SimpleCard.vue.d.ts +13 -72
- package/dist/components/Card/StatusCard.vue.d.ts +13 -72
- package/dist/components/Card/TitleCard.vue.d.ts +14 -73
- package/dist/components/CardImage/CardImage.vue.d.ts +39 -216
- package/dist/components/CardInformation/CardInformation.vue.d.ts +26 -144
- package/dist/components/CardProject/CardProject.vue.d.ts +14 -73
- package/dist/components/Carousel/Carousel.vue.d.ts +55 -291
- package/dist/components/Carousel/TagCarousel.vue.d.ts +53 -289
- package/dist/components/ChartBar/ChartBar.vue.d.ts +57 -252
- package/dist/components/ChatText/ChatText.vue.d.ts +13 -72
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +79 -433
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +13 -72
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +112 -291
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +26 -144
- package/dist/components/ChatsMessage/ChatsMessageText.vue.d.ts +42 -3
- package/dist/components/ChatsMessage/ChatsMessageText.vue.d.ts.map +1 -1
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +13 -72
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +13 -72
- package/dist/components/Checkbox/Checkbox.vue.d.ts +13 -72
- package/dist/components/DateFilter/DateFilter.vue.d.ts +17 -76
- package/dist/components/DatePicker/DatePicker.vue.d.ts +45 -181
- package/dist/components/Disclaimer/Disclaimer.vue.d.ts +5 -110
- package/dist/components/Disclaimer/Disclaimer.vue.d.ts.map +1 -1
- package/dist/components/Disclaimer/types.d.ts +7 -0
- package/dist/components/Disclaimer/types.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.vue.d.ts +57 -252
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +26 -144
- package/dist/components/Flag.vue.d.ts +13 -72
- package/dist/components/FormElement/FormElement.vue.d.ts +13 -72
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon/types.d.ts +13 -0
- package/dist/components/Icon/types.d.ts.map +1 -0
- package/dist/components/Icon.vue.d.ts +15 -72
- package/dist/components/Icon.vue.d.ts.map +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +13 -72
- package/dist/components/ImportCard/ImportCard.vue.d.ts +57 -252
- package/dist/components/Input/BaseInput.vue.d.ts +1 -1
- package/dist/components/Input/Input.vue.d.ts +17 -76
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +16 -75
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +63 -258
- package/dist/components/InputNext/InputNext.vue.d.ts +14 -73
- package/dist/components/Modal/Modal.vue.d.ts +13 -72
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +58 -253
- package/dist/components/ModalNext/ModalNext.vue.d.ts +74 -328
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +114 -504
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +13 -72
- package/dist/components/Pagination/Pagination.vue.d.ts +44 -180
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +13 -72
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +83 -437
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +40 -217
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +13 -72
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +16 -75
- package/dist/components/Slider/Slider.vue.d.ts +13 -72
- package/dist/components/StarRating/StarRating.vue.d.ts +13 -72
- package/dist/components/Switch/Switch.vue.d.ts +15 -74
- package/dist/components/Tab/Tab.vue.d.ts +13 -72
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +44 -180
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +13 -72
- package/dist/components/Tag/BrandTag.vue.d.ts +13 -72
- package/dist/components/Tag/DefaultTag.vue.d.ts +13 -72
- package/dist/components/Tag/IndicatorTag.vue.d.ts +13 -72
- package/dist/components/Tag/Tag.vue.d.ts +40 -217
- package/dist/components/TextArea/TextArea.vue.d.ts +14 -73
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +44 -180
- package/dist/components/Tour/TourPopover.vue.d.ts +44 -180
- package/dist/components/UploadArea/UploadArea.vue.d.ts +57 -252
- package/dist/components/index.d.ts +13873 -7950
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-a01fbef6.mjs → es-cc886436.mjs} +1 -1
- package/dist/{index-653c8f92.mjs → index-d36790a8.mjs} +5832 -5834
- package/dist/{pt-br-8c017501.mjs → pt-br-5f433748.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +177 -90
- package/dist/unnnic.umd.js +40 -40
- package/package.json +2 -2
- package/src/components/Button/Button.vue +99 -128
- package/src/components/Button/types.ts +23 -0
- package/src/components/ChatsMessage/ChatsMessage.vue +15 -0
- package/src/components/ChatsMessage/ChatsMessageText.vue +58 -4
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +3 -3
- package/src/components/Disclaimer/Disclaimer.vue +27 -25
- package/src/components/Disclaimer/__tests__/Disclaimer.spec.js +24 -10
- package/src/components/Disclaimer/types.ts +7 -0
- package/src/components/Icon/types.ts +114 -0
- package/src/components/Icon.vue +44 -76
- package/src/components/Switch/__tests__/Switch.spec.js +9 -9
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +5 -5
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +9 -9
- package/src/components/__tests__/Icon.spec.js +32 -18
- package/src/components/index.ts +93 -0
- package/src/stories/ChatsMessage.stories.js +7 -0
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
export type SchemeColor =
|
|
2
|
+
| 'background-solo'
|
|
3
|
+
| 'background-sky'
|
|
4
|
+
| 'background-grass'
|
|
5
|
+
| 'background-carpet'
|
|
6
|
+
| 'background-snow'
|
|
7
|
+
| 'background-lightest'
|
|
8
|
+
| 'background-white'
|
|
9
|
+
| 'neutral-black'
|
|
10
|
+
| 'neutral-darkest'
|
|
11
|
+
| 'neutral-dark'
|
|
12
|
+
| 'neutral-cloudy'
|
|
13
|
+
| 'neutral-cleanest'
|
|
14
|
+
| 'neutral-clean'
|
|
15
|
+
| 'neutral-soft'
|
|
16
|
+
| 'neutral-lightest'
|
|
17
|
+
| 'neutral-light'
|
|
18
|
+
| 'neutral-white'
|
|
19
|
+
| 'neutral-snow'
|
|
20
|
+
| 'feedback-red'
|
|
21
|
+
| 'feedback-green'
|
|
22
|
+
| 'feedback-yellow'
|
|
23
|
+
| 'feedback-blue'
|
|
24
|
+
| 'feedback-grey'
|
|
25
|
+
| 'aux-blue'
|
|
26
|
+
| 'aux-purple'
|
|
27
|
+
| 'aux-orange'
|
|
28
|
+
| 'aux-lemon'
|
|
29
|
+
| 'aux-pink'
|
|
30
|
+
| 'aux-baby-blue'
|
|
31
|
+
| 'aux-baby-yellow'
|
|
32
|
+
| 'aux-baby-red'
|
|
33
|
+
| 'aux-baby-green'
|
|
34
|
+
| 'aux-baby-pink'
|
|
35
|
+
| 'aux-green-100'
|
|
36
|
+
| 'aux-green-300'
|
|
37
|
+
| 'aux-green-500'
|
|
38
|
+
| 'aux-green-700'
|
|
39
|
+
| 'aux-green-900'
|
|
40
|
+
| 'aux-blue-100'
|
|
41
|
+
| 'aux-blue-300'
|
|
42
|
+
| 'aux-blue-500'
|
|
43
|
+
| 'aux-blue-700'
|
|
44
|
+
| 'aux-blue-900'
|
|
45
|
+
| 'aux-purple-100'
|
|
46
|
+
| 'aux-purple-300'
|
|
47
|
+
| 'aux-purple-500'
|
|
48
|
+
| 'aux-purple-700'
|
|
49
|
+
| 'aux-purple-900'
|
|
50
|
+
| 'aux-red-100'
|
|
51
|
+
| 'aux-red-300'
|
|
52
|
+
| 'aux-red-500'
|
|
53
|
+
| 'aux-red-700'
|
|
54
|
+
| 'aux-red-900'
|
|
55
|
+
| 'aux-orange-100'
|
|
56
|
+
| 'aux-orange-300'
|
|
57
|
+
| 'aux-orange-500'
|
|
58
|
+
| 'aux-orange-700'
|
|
59
|
+
| 'aux-orange-900'
|
|
60
|
+
| 'aux-yellow-100'
|
|
61
|
+
| 'aux-yellow-300'
|
|
62
|
+
| 'aux-yellow-500'
|
|
63
|
+
| 'aux-yellow-700'
|
|
64
|
+
| 'aux-yellow-900'
|
|
65
|
+
| 'floweditor-blue'
|
|
66
|
+
| 'floweditor-purple'
|
|
67
|
+
| 'floweditor-wine'
|
|
68
|
+
| 'floweditor-orange'
|
|
69
|
+
| 'floweditor-pink'
|
|
70
|
+
| 'floweditor-turquoise'
|
|
71
|
+
| 'floweditor-green'
|
|
72
|
+
| 'weni-50'
|
|
73
|
+
| 'weni-100'
|
|
74
|
+
| 'weni-200'
|
|
75
|
+
| 'weni-300'
|
|
76
|
+
| 'weni-400'
|
|
77
|
+
| 'weni-500'
|
|
78
|
+
| 'weni-600'
|
|
79
|
+
| 'weni-700'
|
|
80
|
+
| 'weni-800'
|
|
81
|
+
| 'weni-900'
|
|
82
|
+
| 'weni-950'
|
|
83
|
+
| 'brand-weni'
|
|
84
|
+
| 'brand-weni-dark'
|
|
85
|
+
| 'brand-weni-soft'
|
|
86
|
+
| 'brand-sec-dark'
|
|
87
|
+
| 'brand-sec-soft'
|
|
88
|
+
| 'brand-sec';
|
|
89
|
+
|
|
90
|
+
export type IconSize =
|
|
91
|
+
| 'nano'
|
|
92
|
+
| 'xs'
|
|
93
|
+
| 'sm'
|
|
94
|
+
| 'ant'
|
|
95
|
+
| 'md'
|
|
96
|
+
| 'lg'
|
|
97
|
+
| 'xl'
|
|
98
|
+
| 'avatar-lg'
|
|
99
|
+
| 'avatar-md'
|
|
100
|
+
| 'avatar-sm'
|
|
101
|
+
| 'avatar-xs'
|
|
102
|
+
| 'avatar-nano';
|
|
103
|
+
|
|
104
|
+
export type LineHeight = 'sm' | 'md' | 'lg';
|
|
105
|
+
|
|
106
|
+
export interface IconProps {
|
|
107
|
+
filled?: boolean;
|
|
108
|
+
next?: boolean;
|
|
109
|
+
icon?: string | null;
|
|
110
|
+
clickable?: boolean;
|
|
111
|
+
size?: IconSize;
|
|
112
|
+
lineHeight?: LineHeight | null;
|
|
113
|
+
scheme?: SchemeColor;
|
|
114
|
+
}
|
package/src/components/Icon.vue
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
data-testid="material-icon"
|
|
14
14
|
translate="no"
|
|
15
15
|
@click="onClick"
|
|
16
|
-
@mousedown="$emit('mousedown')"
|
|
17
|
-
@mouseup="$emit('mouseup')"
|
|
16
|
+
@mousedown="(event) => $emit('mousedown', event)"
|
|
17
|
+
@mouseup="(event) => $emit('mouseup', event)"
|
|
18
18
|
>
|
|
19
19
|
{{ materialSymbolsName }}
|
|
20
20
|
</span>
|
|
@@ -31,87 +31,54 @@
|
|
|
31
31
|
]"
|
|
32
32
|
data-testid="old-map-icons"
|
|
33
33
|
@click="onClick"
|
|
34
|
-
@mousedown="$emit('mousedown')"
|
|
35
|
-
@mouseup="$emit('mouseup')"
|
|
34
|
+
@mousedown="(event) => $emit('mousedown', event)"
|
|
35
|
+
@mouseup="(event) => $emit('mouseup', event)"
|
|
36
36
|
/>
|
|
37
37
|
</template>
|
|
38
38
|
|
|
39
|
-
<script>
|
|
39
|
+
<script setup lang="ts">
|
|
40
|
+
import { computed } from 'vue';
|
|
40
41
|
import icons from '../utils/icons';
|
|
41
42
|
import OldIconsMap from './Icon/OldIconsMap.json';
|
|
42
|
-
|
|
43
|
-
export default {
|
|
44
|
-
name: 'Icon',
|
|
45
|
-
props: {
|
|
46
|
-
filled: {
|
|
47
|
-
type: Boolean,
|
|
48
|
-
},
|
|
49
|
-
next: {
|
|
50
|
-
type: Boolean,
|
|
51
|
-
},
|
|
52
|
-
icon: {
|
|
53
|
-
type: String,
|
|
54
|
-
default: null,
|
|
55
|
-
},
|
|
56
|
-
clickable: {
|
|
57
|
-
type: Boolean,
|
|
58
|
-
default: false,
|
|
59
|
-
},
|
|
60
|
-
size: {
|
|
61
|
-
type: String,
|
|
62
|
-
default: 'md',
|
|
63
|
-
validator(value) {
|
|
64
|
-
return (
|
|
65
|
-
[
|
|
66
|
-
'nano',
|
|
67
|
-
'xs',
|
|
68
|
-
'sm',
|
|
69
|
-
'ant',
|
|
70
|
-
'md',
|
|
71
|
-
'lg',
|
|
72
|
-
'xl',
|
|
73
|
-
'avatar-lg',
|
|
74
|
-
'avatar-md',
|
|
75
|
-
'avatar-sm',
|
|
76
|
-
'avatar-xs',
|
|
77
|
-
'avatar-nano',
|
|
78
|
-
].indexOf(value) !== -1
|
|
79
|
-
);
|
|
80
|
-
},
|
|
81
|
-
},
|
|
82
|
-
lineHeight: {
|
|
83
|
-
type: String,
|
|
84
|
-
default: null,
|
|
85
|
-
validator(value) {
|
|
86
|
-
return !value || ['sm', 'md', 'lg'].indexOf(value) !== -1;
|
|
87
|
-
},
|
|
88
|
-
},
|
|
89
|
-
scheme: {
|
|
90
|
-
type: String,
|
|
91
|
-
default: 'neutral-darkest',
|
|
92
|
-
},
|
|
93
|
-
},
|
|
94
|
-
emits: ['click', 'mousedown', 'mouseup'],
|
|
95
|
-
computed: {
|
|
96
|
-
svg() {
|
|
97
|
-
return icons[this.icon];
|
|
98
|
-
},
|
|
43
|
+
import type { IconProps, IconSize, LineHeight, SchemeColor } from './Icon/types';
|
|
99
44
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
45
|
+
defineOptions({
|
|
46
|
+
name: 'UnnnicIcon',
|
|
47
|
+
});
|
|
48
|
+
|
|
49
|
+
export type { IconProps, IconSize, LineHeight, SchemeColor };
|
|
50
|
+
|
|
51
|
+
const props = withDefaults(defineProps<IconProps>(), {
|
|
52
|
+
filled: false,
|
|
53
|
+
next: false,
|
|
54
|
+
icon: null,
|
|
55
|
+
clickable: false,
|
|
56
|
+
size: 'md',
|
|
57
|
+
lineHeight: null,
|
|
58
|
+
scheme: 'neutral-darkest',
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
const emit = defineEmits<{
|
|
62
|
+
click: [event: Event];
|
|
63
|
+
mousedown: [event: Event];
|
|
64
|
+
mouseup: [event: Event];
|
|
65
|
+
}>();
|
|
66
|
+
|
|
67
|
+
const svg = computed(() => {
|
|
68
|
+
return icons[props.icon as string];
|
|
69
|
+
});
|
|
70
|
+
|
|
71
|
+
const materialSymbolsName = computed(() => {
|
|
72
|
+
if (Object.keys(icons).includes(props.icon as string) && !props.next) {
|
|
73
|
+
return null;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
return (OldIconsMap as Record<string, string>)[props.icon as string] || props.icon;
|
|
77
|
+
});
|
|
104
78
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
mounted() {},
|
|
109
|
-
methods: {
|
|
110
|
-
onClick($event) {
|
|
111
|
-
if (!this.clickable) return;
|
|
112
|
-
this.$emit('click', $event);
|
|
113
|
-
},
|
|
114
|
-
},
|
|
79
|
+
const onClick = (event: Event) => {
|
|
80
|
+
if (!props.clickable) return;
|
|
81
|
+
emit('click', event);
|
|
115
82
|
};
|
|
116
83
|
</script>
|
|
117
84
|
|
|
@@ -258,6 +225,7 @@ $icon-sizes:
|
|
|
258
225
|
white-space: nowrap;
|
|
259
226
|
word-wrap: normal;
|
|
260
227
|
direction: ltr;
|
|
228
|
+
font-feature-settings: 'liga';
|
|
261
229
|
-webkit-font-feature-settings: 'liga';
|
|
262
230
|
-webkit-font-smoothing: antialiased;
|
|
263
231
|
|
|
@@ -14,7 +14,7 @@ describe('Switch', () => {
|
|
|
14
14
|
});
|
|
15
15
|
it('should render the component correctly with default props', () => {
|
|
16
16
|
expect(wrapper.exists()).toBe(true);
|
|
17
|
-
expect(wrapper.findComponent({ name: '
|
|
17
|
+
expect(wrapper.findComponent({ name: 'UnnnicIcon' }).exists()).toBe(true);
|
|
18
18
|
expect(wrapper.text()).toBe('');
|
|
19
19
|
});
|
|
20
20
|
|
|
@@ -42,11 +42,11 @@ describe('Switch', () => {
|
|
|
42
42
|
|
|
43
43
|
it('should render the correct icon when the switch is disabled/enabled', async () => {
|
|
44
44
|
await wrapper.setProps({ disabled: true });
|
|
45
|
-
const disabledIconComponent = wrapper.findComponent({ name: '
|
|
45
|
+
const disabledIconComponent = wrapper.findComponent({ name: 'UnnnicIcon' });
|
|
46
46
|
expect(disabledIconComponent.props('icon')).toBe('switch-default-disabled');
|
|
47
47
|
|
|
48
48
|
await wrapper.setProps({ modelValue: true });
|
|
49
|
-
const enabledIconComponent = wrapper.findComponent({ name: '
|
|
49
|
+
const enabledIconComponent = wrapper.findComponent({ name: 'UnnnicIcon' });
|
|
50
50
|
expect(enabledIconComponent.props('icon')).toBe('switch-selected-disabled');
|
|
51
51
|
});
|
|
52
52
|
|
|
@@ -54,31 +54,31 @@ describe('Switch', () => {
|
|
|
54
54
|
expect(wrapper.vm.isActive).toBe(false);
|
|
55
55
|
await wrapper.setProps({ modelValue: true });
|
|
56
56
|
expect(wrapper.vm.isActive).toBe(true);
|
|
57
|
-
expect(wrapper.findComponent({ name: '
|
|
57
|
+
expect(wrapper.findComponent({ name: 'UnnnicIcon' }).props('icon')).toBe(
|
|
58
58
|
'switch-default',
|
|
59
59
|
);
|
|
60
60
|
});
|
|
61
61
|
|
|
62
62
|
it('should render the correct icon size based on the size prop', async () => {
|
|
63
63
|
await wrapper.setProps({ size: 'small' });
|
|
64
|
-
expect(wrapper.findComponent({ name: '
|
|
64
|
+
expect(wrapper.findComponent({ name: 'UnnnicIcon' }).props('size')).toBe('sm');
|
|
65
65
|
|
|
66
66
|
await wrapper.setProps({ size: 'medium' });
|
|
67
|
-
expect(wrapper.findComponent({ name: '
|
|
67
|
+
expect(wrapper.findComponent({ name: 'UnnnicIcon' }).props('size')).toBe('md');
|
|
68
68
|
});
|
|
69
69
|
|
|
70
70
|
it('should change the icon color based on the state', async () => {
|
|
71
|
-
expect(wrapper.findComponent({ name: '
|
|
71
|
+
expect(wrapper.findComponent({ name: 'UnnnicIcon' }).props('scheme')).toBe(
|
|
72
72
|
'neutral-soft',
|
|
73
73
|
);
|
|
74
74
|
|
|
75
75
|
await wrapper.setProps({ modelValue: true });
|
|
76
|
-
expect(wrapper.findComponent({ name: '
|
|
76
|
+
expect(wrapper.findComponent({ name: 'UnnnicIcon' }).props('scheme')).toBe(
|
|
77
77
|
'brand-weni',
|
|
78
78
|
);
|
|
79
79
|
|
|
80
80
|
await wrapper.setProps({ disabled: true });
|
|
81
|
-
expect(wrapper.findComponent({ name: '
|
|
81
|
+
expect(wrapper.findComponent({ name: 'UnnnicIcon' }).props('scheme')).toBe(
|
|
82
82
|
'neutral-soft',
|
|
83
83
|
);
|
|
84
84
|
});
|
|
@@ -42,20 +42,20 @@ exports[`TableNext.vue > matches the snapshot 1`] = `
|
|
|
42
42
|
<p data-v-e29458bb="" class="table-pagination__count" data-testid="count">1 - 1 of 1</p>
|
|
43
43
|
<div data-v-0eeff8cb="" data-v-e29458bb="" class="pagination"><button data-v-ceff2a60="" data-v-0eeff8cb="" data-test="previous-button" disabled="" class="unnnic-button unnnic-button--size-small unnnic-button--tertiary unnnic-button--icon-on-center">
|
|
44
44
|
<!--v-if-->
|
|
45
|
-
<!--v-if--><svg data-v-26446d8e="" data-v-ceff2a60="" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" class="unnnic-icon unnnic-icon__size--sm unnnic-icon-scheme--neutral-clean" data-testid="icon-center">
|
|
45
|
+
<!--v-if--><svg data-v-26446d8e="" data-v-ceff2a60="" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" class="unnnic-icon unnnic-icon__size--sm unnnic-icon-scheme--neutral-clean" data-testid="icon-center" style="visibility: visible;">
|
|
46
46
|
<path d="M26.8368 35.0005C26.5868 35.0005 26.3506 34.903 26.1743 34.7255L12.7743 21.3255C12.4206 20.9717 12.2256 20.5017 12.2256 20.0017C12.2256 19.5017 12.4193 19.0305 12.7731 18.6767L26.1743 5.27549C26.3506 5.09799 26.5868 5.00049 26.8368 5.00049C27.0868 5.00049 27.3231 5.09799 27.4993 5.27549C27.6768 5.45174 27.7743 5.68799 27.7743 5.93799C27.7743 6.18799 27.6768 6.42424 27.4993 6.60049L14.0993 20.0005L27.4993 33.4005C27.6768 33.578 27.7743 33.813 27.7743 34.063C27.7743 34.313 27.6768 34.5492 27.4993 34.7255C27.3218 34.9017 27.0868 35.0005 26.8368 35.0005Z" fill="#3B414D" class="primary"></path>
|
|
47
|
-
</svg><span data-v-ceff2a60="" class="unnnic-button__label" data-testid="button-label"> </span>
|
|
47
|
+
</svg><span data-v-ceff2a60="" class="unnnic-button__label" style="visibility: visible;" data-testid="button-label"> </span>
|
|
48
48
|
<!--v-if-->
|
|
49
49
|
</button><button data-v-ceff2a60="" data-v-0eeff8cb="" data-test="page-button" class="unnnic-button unnnic-button--size-small unnnic-button--secondary">
|
|
50
50
|
<!--v-if-->
|
|
51
51
|
<!--v-if-->
|
|
52
|
-
<!--v-if--><span data-v-ceff2a60="" class="unnnic-button__label" data-testid="button-label"> 1</span>
|
|
52
|
+
<!--v-if--><span data-v-ceff2a60="" class="unnnic-button__label" style="visibility: visible;" data-testid="button-label"> 1</span>
|
|
53
53
|
<!--v-if-->
|
|
54
54
|
</button><button data-v-ceff2a60="" data-v-0eeff8cb="" data-test="next-button" disabled="" class="unnnic-button unnnic-button--size-small unnnic-button--tertiary unnnic-button--icon-on-center">
|
|
55
55
|
<!--v-if-->
|
|
56
|
-
<!--v-if--><svg data-v-26446d8e="" data-v-ceff2a60="" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" class="unnnic-icon unnnic-icon__size--sm unnnic-icon-scheme--neutral-clean" data-testid="icon-center">
|
|
56
|
+
<!--v-if--><svg data-v-26446d8e="" data-v-ceff2a60="" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" class="unnnic-icon unnnic-icon__size--sm unnnic-icon-scheme--neutral-clean" data-testid="icon-center" style="visibility: visible;">
|
|
57
57
|
<path d="M13.1635 35.0005C12.9135 35.0005 12.6772 34.903 12.501 34.7255C12.136 34.3605 12.136 33.7655 12.501 33.3992L25.901 20.0005L12.501 6.60049C12.3235 6.42424 12.226 6.18799 12.226 5.93799C12.226 5.68799 12.3235 5.45174 12.501 5.27549C12.6772 5.09799 12.9135 5.00049 13.1635 5.00049C13.4135 5.00049 13.6497 5.09799 13.826 5.27549L27.226 18.6755C27.956 19.4055 27.9572 20.5942 27.2272 21.3242L13.826 34.7255C13.6497 34.903 13.4135 35.0005 13.1635 35.0005Z" fill="#3B414D" class="primary"></path>
|
|
58
|
-
</svg><span data-v-ceff2a60="" class="unnnic-button__label" data-testid="button-label"> </span>
|
|
58
|
+
</svg><span data-v-ceff2a60="" class="unnnic-button__label" style="visibility: visible;" data-testid="button-label"> </span>
|
|
59
59
|
<!--v-if-->
|
|
60
60
|
</button></div>
|
|
61
61
|
</section>
|
|
@@ -5,40 +5,40 @@ exports[`TablePagination.vue > matches the snapshot 1`] = `
|
|
|
5
5
|
<p data-v-e29458bb="" class="table-pagination__count" data-testid="count">1 - 10 of 100</p>
|
|
6
6
|
<div data-v-0eeff8cb="" data-v-e29458bb="" class="pagination"><button data-v-ceff2a60="" data-v-0eeff8cb="" data-test="previous-button" disabled="" class="unnnic-button unnnic-button--size-small unnnic-button--tertiary unnnic-button--icon-on-center">
|
|
7
7
|
<!--v-if-->
|
|
8
|
-
<!--v-if--><svg data-v-26446d8e="" data-v-ceff2a60="" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" class="unnnic-icon unnnic-icon__size--sm unnnic-icon-scheme--neutral-clean" data-testid="icon-center">
|
|
8
|
+
<!--v-if--><svg data-v-26446d8e="" data-v-ceff2a60="" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" class="unnnic-icon unnnic-icon__size--sm unnnic-icon-scheme--neutral-clean" data-testid="icon-center" style="visibility: visible;">
|
|
9
9
|
<path d="M26.8368 35.0005C26.5868 35.0005 26.3506 34.903 26.1743 34.7255L12.7743 21.3255C12.4206 20.9717 12.2256 20.5017 12.2256 20.0017C12.2256 19.5017 12.4193 19.0305 12.7731 18.6767L26.1743 5.27549C26.3506 5.09799 26.5868 5.00049 26.8368 5.00049C27.0868 5.00049 27.3231 5.09799 27.4993 5.27549C27.6768 5.45174 27.7743 5.68799 27.7743 5.93799C27.7743 6.18799 27.6768 6.42424 27.4993 6.60049L14.0993 20.0005L27.4993 33.4005C27.6768 33.578 27.7743 33.813 27.7743 34.063C27.7743 34.313 27.6768 34.5492 27.4993 34.7255C27.3218 34.9017 27.0868 35.0005 26.8368 35.0005Z" fill="#3B414D" class="primary"></path>
|
|
10
|
-
</svg><span data-v-ceff2a60="" class="unnnic-button__label" data-testid="button-label"> </span>
|
|
10
|
+
</svg><span data-v-ceff2a60="" class="unnnic-button__label" style="visibility: visible;" data-testid="button-label"> </span>
|
|
11
11
|
<!--v-if-->
|
|
12
12
|
</button><button data-v-ceff2a60="" data-v-0eeff8cb="" data-test="page-button" class="unnnic-button unnnic-button--size-small unnnic-button--secondary">
|
|
13
13
|
<!--v-if-->
|
|
14
14
|
<!--v-if-->
|
|
15
|
-
<!--v-if--><span data-v-ceff2a60="" class="unnnic-button__label" data-testid="button-label"> 1</span>
|
|
15
|
+
<!--v-if--><span data-v-ceff2a60="" class="unnnic-button__label" style="visibility: visible;" data-testid="button-label"> 1</span>
|
|
16
16
|
<!--v-if-->
|
|
17
17
|
</button><button data-v-ceff2a60="" data-v-0eeff8cb="" data-test="page-button" class="unnnic-button unnnic-button--size-small unnnic-button--tertiary">
|
|
18
18
|
<!--v-if-->
|
|
19
19
|
<!--v-if-->
|
|
20
|
-
<!--v-if--><span data-v-ceff2a60="" class="unnnic-button__label" data-testid="button-label"> 2</span>
|
|
20
|
+
<!--v-if--><span data-v-ceff2a60="" class="unnnic-button__label" style="visibility: visible;" data-testid="button-label"> 2</span>
|
|
21
21
|
<!--v-if-->
|
|
22
22
|
</button><button data-v-ceff2a60="" data-v-0eeff8cb="" data-test="page-button" class="unnnic-button unnnic-button--size-small unnnic-button--tertiary">
|
|
23
23
|
<!--v-if-->
|
|
24
24
|
<!--v-if-->
|
|
25
|
-
<!--v-if--><span data-v-ceff2a60="" class="unnnic-button__label" data-testid="button-label"> 3</span>
|
|
25
|
+
<!--v-if--><span data-v-ceff2a60="" class="unnnic-button__label" style="visibility: visible;" data-testid="button-label"> 3</span>
|
|
26
26
|
<!--v-if-->
|
|
27
27
|
</button><button data-v-ceff2a60="" data-v-0eeff8cb="" data-test="page-button" class="unnnic-button unnnic-button--size-small unnnic-button--tertiary">
|
|
28
28
|
<!--v-if-->
|
|
29
29
|
<!--v-if-->
|
|
30
|
-
<!--v-if--><span data-v-ceff2a60="" class="unnnic-button__label" data-testid="button-label"> ...</span>
|
|
30
|
+
<!--v-if--><span data-v-ceff2a60="" class="unnnic-button__label" style="visibility: visible;" data-testid="button-label"> ...</span>
|
|
31
31
|
<!--v-if-->
|
|
32
32
|
</button><button data-v-ceff2a60="" data-v-0eeff8cb="" data-test="page-button" class="unnnic-button unnnic-button--size-small unnnic-button--tertiary">
|
|
33
33
|
<!--v-if-->
|
|
34
34
|
<!--v-if-->
|
|
35
|
-
<!--v-if--><span data-v-ceff2a60="" class="unnnic-button__label" data-testid="button-label"> 10</span>
|
|
35
|
+
<!--v-if--><span data-v-ceff2a60="" class="unnnic-button__label" style="visibility: visible;" data-testid="button-label"> 10</span>
|
|
36
36
|
<!--v-if-->
|
|
37
37
|
</button><button data-v-ceff2a60="" data-v-0eeff8cb="" data-test="next-button" class="unnnic-button unnnic-button--size-small unnnic-button--tertiary unnnic-button--icon-on-center">
|
|
38
38
|
<!--v-if-->
|
|
39
|
-
<!--v-if--><svg data-v-26446d8e="" data-v-ceff2a60="" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" class="unnnic-icon unnnic-icon__size--sm unnnic-icon-scheme--neutral-dark" data-testid="icon-center">
|
|
39
|
+
<!--v-if--><svg data-v-26446d8e="" data-v-ceff2a60="" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" class="unnnic-icon unnnic-icon__size--sm unnnic-icon-scheme--neutral-dark" data-testid="icon-center" style="visibility: visible;">
|
|
40
40
|
<path d="M13.1635 35.0005C12.9135 35.0005 12.6772 34.903 12.501 34.7255C12.136 34.3605 12.136 33.7655 12.501 33.3992L25.901 20.0005L12.501 6.60049C12.3235 6.42424 12.226 6.18799 12.226 5.93799C12.226 5.68799 12.3235 5.45174 12.501 5.27549C12.6772 5.09799 12.9135 5.00049 13.1635 5.00049C13.4135 5.00049 13.6497 5.09799 13.826 5.27549L27.226 18.6755C27.956 19.4055 27.9572 20.5942 27.2272 21.3242L13.826 34.7255C13.6497 34.903 13.4135 35.0005 13.1635 35.0005Z" fill="#3B414D" class="primary"></path>
|
|
41
|
-
</svg><span data-v-ceff2a60="" class="unnnic-button__label" data-testid="button-label"> </span>
|
|
41
|
+
</svg><span data-v-ceff2a60="" class="unnnic-button__label" style="visibility: visible;" data-testid="button-label"> </span>
|
|
42
42
|
<!--v-if-->
|
|
43
43
|
</button></div>
|
|
44
44
|
</section>"
|
|
@@ -23,50 +23,64 @@ const handlerIconMouseDownUpTest = async (wrapper) => {
|
|
|
23
23
|
};
|
|
24
24
|
|
|
25
25
|
const commonTests = async (wrapper) => {
|
|
26
|
-
it('should emit click event when the icon is clicked if clickable prop its true', () => {
|
|
27
|
-
handlerIconClickTest(wrapper);
|
|
26
|
+
it('should emit click event when the icon is clicked if clickable prop its true', async () => {
|
|
27
|
+
await handlerIconClickTest(wrapper);
|
|
28
28
|
});
|
|
29
29
|
|
|
30
|
-
it('should emit mousedown/mouseup when doing the action with the mouse', () => {
|
|
31
|
-
handlerIconMouseDownUpTest(wrapper);
|
|
30
|
+
it('should emit mousedown/mouseup when doing the action with the mouse', async () => {
|
|
31
|
+
await handlerIconMouseDownUpTest(wrapper);
|
|
32
32
|
});
|
|
33
33
|
};
|
|
34
34
|
|
|
35
35
|
describe('Icon', () => {
|
|
36
|
-
it('should
|
|
37
|
-
const
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
36
|
+
it('should accept valid lineHeight props', () => {
|
|
37
|
+
const validValues = ['sm', 'md', 'lg', null];
|
|
38
|
+
|
|
39
|
+
validValues.forEach(value => {
|
|
40
|
+
const wrapper = createWrapper({ lineHeight: value });
|
|
41
|
+
expect(wrapper.exists()).toBe(true);
|
|
42
|
+
});
|
|
42
43
|
});
|
|
43
|
-
describe('OldMapIcon', () => {
|
|
44
|
-
let wrapper = createWrapper({ icon: 'search-1' });
|
|
45
44
|
|
|
46
|
-
|
|
45
|
+
describe('OldMapIcon', () => {
|
|
46
|
+
let wrapper;
|
|
47
47
|
|
|
48
48
|
beforeEach(() => {
|
|
49
49
|
wrapper = createWrapper({ icon: 'search-1' });
|
|
50
50
|
});
|
|
51
51
|
|
|
52
|
-
it('should render the icon from OldIconsMap',
|
|
52
|
+
it('should render the icon from OldIconsMap', () => {
|
|
53
53
|
const hasOldIcon = wrapper.find('[data-testid="old-map-icons"]');
|
|
54
54
|
expect(hasOldIcon.exists()).toBe(true);
|
|
55
55
|
});
|
|
56
|
+
|
|
57
|
+
it('should emit click event when the icon is clicked if clickable prop its true', async () => {
|
|
58
|
+
await handlerIconClickTest(wrapper);
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
it('should emit mousedown/mouseup when doing the action with the mouse', async () => {
|
|
62
|
+
await handlerIconMouseDownUpTest(wrapper);
|
|
63
|
+
});
|
|
56
64
|
});
|
|
57
65
|
|
|
58
66
|
describe('Material Icons', () => {
|
|
59
|
-
let wrapper
|
|
60
|
-
|
|
61
|
-
commonTests(wrapper);
|
|
67
|
+
let wrapper;
|
|
62
68
|
|
|
63
69
|
beforeEach(() => {
|
|
64
70
|
wrapper = createWrapper({ icon: 'done_all' });
|
|
65
71
|
});
|
|
66
72
|
|
|
67
|
-
it('should render the icon from Material Icons',
|
|
73
|
+
it('should render the icon from Material Icons', () => {
|
|
68
74
|
const hasOldIcon = wrapper.find('[data-testid="material-icon"]');
|
|
69
75
|
expect(hasOldIcon.exists()).toBe(true);
|
|
70
76
|
});
|
|
77
|
+
|
|
78
|
+
it('should emit click event when the icon is clicked if clickable prop its true', async () => {
|
|
79
|
+
await handlerIconClickTest(wrapper);
|
|
80
|
+
});
|
|
81
|
+
|
|
82
|
+
it('should emit mousedown/mouseup when doing the action with the mouse', async () => {
|
|
83
|
+
await handlerIconMouseDownUpTest(wrapper);
|
|
84
|
+
});
|
|
71
85
|
});
|
|
72
86
|
});
|
package/src/components/index.ts
CHANGED
|
@@ -282,3 +282,96 @@ export const unnnicTour = Tour;
|
|
|
282
282
|
export const unnnicNavigator = Navigator;
|
|
283
283
|
export const unnnicDataTable = DataTable as VueComponent;
|
|
284
284
|
export const unnnicSelectTime = SelectTime as VueComponent;
|
|
285
|
+
|
|
286
|
+
export const UnnnicFontSize = fontSize;
|
|
287
|
+
export const UnnnicFormElement = formElement;
|
|
288
|
+
export const UnnnicInput = input;
|
|
289
|
+
export const UnnnicInputNext = inputNext;
|
|
290
|
+
export const UnnnicInputDatePicker = inputDatePicker;
|
|
291
|
+
export const UnnnicButton = button;
|
|
292
|
+
export const UnnnicButtonIcon = buttonIcon;
|
|
293
|
+
export const UnnnicSidebar = sidebar;
|
|
294
|
+
export const UnnnicSidebarItem = sidebarItem;
|
|
295
|
+
export const UnnnicTable = table;
|
|
296
|
+
export const UnnnicTableRow = tableRow;
|
|
297
|
+
export const UnnnicDropdown = dropdown as VueComponent;
|
|
298
|
+
export const UnnnicDropdownItem = dropdownItem;
|
|
299
|
+
export const UnnnicAvatarIcon = avatarIcon;
|
|
300
|
+
export const UnnnicIcon = icon;
|
|
301
|
+
export const UnnnicIconSvg = icon;
|
|
302
|
+
export const UnnnicIconLoading = iconLoading;
|
|
303
|
+
export const UnnnicToolTip = toolTip;
|
|
304
|
+
export const UnnnicCard = card;
|
|
305
|
+
export const UnnnicSimpleCard = cardSimple;
|
|
306
|
+
export const UnnnicCardCompany = cardCompany;
|
|
307
|
+
export const UnnnicCardData = cardData;
|
|
308
|
+
export const UnnnicCardImage = cardImage as VueComponent;
|
|
309
|
+
// export const UnnnicCardFlow = cardFlow;
|
|
310
|
+
export const UnnnicCardProject = cardProject as VueComponent;
|
|
311
|
+
export const UnnnicCardInformation = cardInformation;
|
|
312
|
+
export const UnnnicCheckbox = checkbox;
|
|
313
|
+
export const UnnnicCollapse = collapse;
|
|
314
|
+
export const UnnnicRadio = radio;
|
|
315
|
+
export const UnnniclanguageSelect = languageSelect as VueComponent;
|
|
316
|
+
export const UnnnicModal = modal;
|
|
317
|
+
export const UnnnicModalDialog = ModalDialog;
|
|
318
|
+
export const UnnnicModalNext = ModalNext;
|
|
319
|
+
export const UnnnicModalUpload = modalUpload;
|
|
320
|
+
export const UnnnicSelectSmart = selectSmart as VueComponent;
|
|
321
|
+
// export const UnnnicSelect = select;
|
|
322
|
+
export const UnnnicSelectItem = selectItem;
|
|
323
|
+
// export const UnnnicSelectListItem = selectListItem;
|
|
324
|
+
export const UnnnicMultiSelect = multiSelect as VueComponent;
|
|
325
|
+
export const UnnnicAlert = alert;
|
|
326
|
+
export const UnnnicCallAlert = (props: any) => callAlert(props);
|
|
327
|
+
export const UnnnicCallModal = (props: any) => callModal(props);
|
|
328
|
+
// export const UnnnicAutocomplete = autocomplete;
|
|
329
|
+
// export const UnnnicAutocompleteSelect = autocompleteSelect;
|
|
330
|
+
export const UnnnicTag = tag;
|
|
331
|
+
export const UnnnicAccordion = accordion;
|
|
332
|
+
export const UnnnicIndicator = indicator;
|
|
333
|
+
export const UnnnicSkeletonLoading = skeletonLoading;
|
|
334
|
+
export const UnnnicCarousel = carousel;
|
|
335
|
+
export const UnnnicLabel = label;
|
|
336
|
+
export const UnnnicTab = tab;
|
|
337
|
+
export const UnnnicTabsExpanded = tabsExpanded;
|
|
338
|
+
export const UnnnicBanner = banner;
|
|
339
|
+
export const UnnnicComment = comment;
|
|
340
|
+
export const UnnnicDatePicker = datePicker;
|
|
341
|
+
export const UnnnicBreadcrumb = breadcrumb;
|
|
342
|
+
export const UnnnicSwitch = Switch;
|
|
343
|
+
export const UnnnicSlider = Slider;
|
|
344
|
+
export const UnnnicDataArea = DataArea;
|
|
345
|
+
export const UnnnicPagination = Pagination;
|
|
346
|
+
export const UnnnicDropArea = DropArea;
|
|
347
|
+
export const UnnnicUploadArea = UploadArea;
|
|
348
|
+
export const UnnnicImportCard = ImportCard;
|
|
349
|
+
export const UnnnicDateFilter = DateFilter;
|
|
350
|
+
export const UnnnicChatText = ChatText;
|
|
351
|
+
export const UnnnicTextArea = TextArea;
|
|
352
|
+
export const UnnnicCardNumber = CardNumber;
|
|
353
|
+
export const UnnnicChartRainbow = chartRainbow;
|
|
354
|
+
export const UnnnicChartBar = chartBar;
|
|
355
|
+
export const UnnnicChartLine = chartLine;
|
|
356
|
+
export const UnnnicMoodRating = moodRating;
|
|
357
|
+
export const UnnnicStarRating = starRating;
|
|
358
|
+
export const UnnnicAudioRecorder = audioRecorder;
|
|
359
|
+
export const UnnnicCircleProgressBar = circleProgressBar;
|
|
360
|
+
export const UnnnicProgressBar = progressBar;
|
|
361
|
+
export const UnnnicChatsContact = ChatsContact;
|
|
362
|
+
export const UnnnicChatsDashboardTagLive = ChatsDashboardTagLive;
|
|
363
|
+
export const UnnnicChatsHeader = ChatsHeader as VueComponent;
|
|
364
|
+
export const UnnnicChatsMessage = ChatsMessage;
|
|
365
|
+
export const UnnnicReplyMessage = ReplyMessage;
|
|
366
|
+
export const UnnnicChatsNavbar = ChatsNavbar;
|
|
367
|
+
export const UnnnicChatsUserAvatar = ChatsUserAvatar;
|
|
368
|
+
export const UnnnicChartMultiLine = ChartMultiLine;
|
|
369
|
+
export const UnnnicEmojiPicker = EmojiPicker;
|
|
370
|
+
export const UnnnicChartFunnel = ChartFunnel as VueComponent;
|
|
371
|
+
export const UnnnicDisclaimer = Disclaimer;
|
|
372
|
+
export const UnnnicDrawer = Drawer;
|
|
373
|
+
export const UnnnicTableNext = TableNext;
|
|
374
|
+
export const UnnnicTour = Tour;
|
|
375
|
+
export const UnnnicNavigator = Navigator;
|
|
376
|
+
export const UnnnicDataTable = DataTable as VueComponent;
|
|
377
|
+
export const UnnnicSelectTime = SelectTime as VueComponent;
|