@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.
- package/CHANGELOG.md +4 -10
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +119 -18
- 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 +2 -2
- 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 +2 -2
- 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 +3 -3
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +21 -21
- package/dist/components/Card/CardCompany.vue.d.ts +8 -8
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -4
- package/dist/components/Card/ContentCard.vue.d.ts +2 -2
- package/dist/components/Card/DashCard.vue.d.ts +4 -4
- 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 +2 -2
- package/dist/components/CardImage/CardImage.vue.d.ts +8 -8
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +11 -11
- package/dist/components/Carousel/TagCarousel.vue.d.ts +9 -9
- package/dist/components/ChartBar/ChartBar.vue.d.ts +8 -8
- package/dist/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue.d.ts.map +1 -1
- package/dist/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue.d.ts +43 -0
- package/dist/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue.d.ts.map +1 -0
- 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 +15 -15
- 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 +3 -3
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
- package/dist/components/DataTable/index.vue.d.ts +1 -8
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +27 -149
- package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- 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 +32 -38
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
- package/dist/components/ImportCard/ImportCard.vue.d.ts +7 -7
- package/dist/components/Input/BaseInput.vue.d.ts +1 -28
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +27 -149
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +13 -67
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +37 -159
- 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 +9 -9
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +35 -157
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -14
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +7 -7
- package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +27 -81
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +4 -4
- package/dist/components/SelectTime/index.vue.d.ts +13 -67
- 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 +2 -2
- 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 +6 -6
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/BrandTag.vue.d.ts +2 -2
- package/dist/components/Tag/DefaultTag.vue.d.ts +2 -2
- package/dist/components/Tag/IndicatorTag.vue.d.ts +2 -2
- package/dist/components/Tag/Tag.vue.d.ts +8 -8
- package/dist/components/TextArea/TextArea.vue.d.ts +32 -38
- 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 +6 -6
- package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
- package/dist/components/UploadArea/UploadArea.vue.d.ts +7 -7
- package/dist/components/index.d.ts +1079 -1889
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-d6005598.js → es-db7a2f44.mjs} +1 -1
- package/dist/{index-35640dc9.js → index-08caf833.mjs} +8434 -8712
- package/dist/locales/en.json.d.ts +1 -2
- package/dist/locales/es.json.d.ts +1 -2
- package/dist/locales/pt_br.json.d.ts +1 -2
- package/dist/{pt-br-89c2c09d.js → pt-br-88538a51.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +182 -0
- package/dist/unnnic.umd.js +109 -0
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/assets/scss/scheme-colors.scss +4 -131
- package/src/assets/tokens/colors.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__/AlertBanner.spec.js +89 -0
- package/src/components/Alert/__tests__/AlertCaller.spec.js +98 -0
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +2 -2
- package/src/components/Button/Button.vue +108 -60
- package/src/components/Button/types.ts +1 -0
- package/src/components/ChartFunnel/ChartFunnel.vue +4 -0
- package/src/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue +8 -2
- package/src/components/ChartFunnel/SvgFunnel/ChartFunnelBaseRow.vue +1 -1
- package/src/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue +64 -0
- package/src/components/DataTable/index.vue +10 -25
- package/src/components/FormElement/FormElement.vue +91 -51
- package/src/components/Input/BaseInput.vue +14 -22
- package/src/components/Input/Input.scss +21 -19
- package/src/components/Input/Input.vue +29 -85
- package/src/components/Input/TextInput.vue +42 -39
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +3 -12
- 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/ModalDialog/ModalDialog.vue +0 -1
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- 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/TextArea/TextArea.vue +9 -13
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
- package/src/components/index.ts +4 -18
- package/src/locales/en.json +1 -2
- package/src/locales/es.json +1 -2
- package/src/locales/pt_br.json +1 -2
- package/src/stories/Alert.stories.js +67 -6
- package/src/stories/Button.stories.js +17 -2
- package/src/stories/ChartFunnel.stories.js +19 -0
- package/src/stories/DataTable.stories.js +0 -60
- package/src/stories/Input.stories.js +3 -16
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Tab.stories.js +4 -11
- package/src/types/scheme-colors.d.ts +14 -120
- package/src/utils/call.js +18 -46
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts +0 -9
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +0 -1
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +0 -15
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.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/dist/unnnic.js +0 -188
- package/dist/unnnic.umd.cjs +0 -110
- package/src/assets/img/previews/doc-preview.png +0 -0
- package/src/assets/img/previews/image-preview.png +0 -0
- package/src/assets/img/previews/video-preview.png +0 -0
- package/src/components/Popover/__tests__/Popover.spec.js +0 -147
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
- package/src/components/Popover/index.vue +0 -146
- package/src/components/Select/SelectOption.vue +0 -65
- package/src/components/Select/__tests__/Select.spec.js +0 -412
- package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
- package/src/components/Select/__tests__/SelectOption.spec.js +0 -174
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -93
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
- package/src/components/Select/index.vue +0 -243
- package/src/components/TemplatePreview/TemplatePreview.vue +0 -252
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +0 -51
- package/src/components/TemplatePreview/types.d.ts +0 -16
- package/src/components/Toast/Toast.vue +0 -236
- package/src/components/Toast/ToastManager.ts +0 -110
- package/src/components/Toast/types.ts +0 -57
- package/src/stories/Popover.stories.js +0 -39
- package/src/stories/Select.stories.js +0 -91
- package/src/stories/TemplatePreview.stories.js +0 -94
- package/src/stories/TemplatePreviewModal.stories.js +0 -110
- package/src/stories/Toast.mdx +0 -123
- package/src/stories/Toast.stories.js +0 -126
|
@@ -1,122 +1,4 @@
|
|
|
1
1
|
export type SchemeColor =
|
|
2
|
-
| 'white'
|
|
3
|
-
| 'black'
|
|
4
|
-
| 'gray-50'
|
|
5
|
-
| 'gray-100'
|
|
6
|
-
| 'gray-200'
|
|
7
|
-
| 'gray-300'
|
|
8
|
-
| 'gray-400'
|
|
9
|
-
| 'gray-500'
|
|
10
|
-
| 'gray-600'
|
|
11
|
-
| 'gray-700'
|
|
12
|
-
| 'gray-800'
|
|
13
|
-
| 'gray-900'
|
|
14
|
-
| 'gray-950'
|
|
15
|
-
| 'teal-50'
|
|
16
|
-
| 'teal-100'
|
|
17
|
-
| 'teal-200'
|
|
18
|
-
| 'teal-300'
|
|
19
|
-
| 'teal-400'
|
|
20
|
-
| 'teal-500'
|
|
21
|
-
| 'teal-600'
|
|
22
|
-
| 'teal-700'
|
|
23
|
-
| 'teal-800'
|
|
24
|
-
| 'teal-900'
|
|
25
|
-
| 'teal-950'
|
|
26
|
-
| 'green-50'
|
|
27
|
-
| 'green-100'
|
|
28
|
-
| 'green-200'
|
|
29
|
-
| 'green-300'
|
|
30
|
-
| 'green-400'
|
|
31
|
-
| 'green-500'
|
|
32
|
-
| 'green-600'
|
|
33
|
-
| 'green-700'
|
|
34
|
-
| 'green-800'
|
|
35
|
-
| 'green-900'
|
|
36
|
-
| 'green-950'
|
|
37
|
-
| 'blue-50'
|
|
38
|
-
| 'blue-100'
|
|
39
|
-
| 'blue-200'
|
|
40
|
-
| 'blue-300'
|
|
41
|
-
| 'blue-400'
|
|
42
|
-
| 'blue-500'
|
|
43
|
-
| 'blue-600'
|
|
44
|
-
| 'blue-700'
|
|
45
|
-
| 'blue-800'
|
|
46
|
-
| 'blue-900'
|
|
47
|
-
| 'blue-950'
|
|
48
|
-
| 'purple-50'
|
|
49
|
-
| 'purple-100'
|
|
50
|
-
| 'purple-200'
|
|
51
|
-
| 'purple-300'
|
|
52
|
-
| 'purple-400'
|
|
53
|
-
| 'purple-500'
|
|
54
|
-
| 'purple-600'
|
|
55
|
-
| 'purple-700'
|
|
56
|
-
| 'purple-800'
|
|
57
|
-
| 'purple-900'
|
|
58
|
-
| 'purple-950'
|
|
59
|
-
| 'red-50'
|
|
60
|
-
| 'red-100'
|
|
61
|
-
| 'red-200'
|
|
62
|
-
| 'red-300'
|
|
63
|
-
| 'red-400'
|
|
64
|
-
| 'red-500'
|
|
65
|
-
| 'red-600'
|
|
66
|
-
| 'red-700'
|
|
67
|
-
| 'red-800'
|
|
68
|
-
| 'red-900'
|
|
69
|
-
| 'red-950'
|
|
70
|
-
| 'orange-50'
|
|
71
|
-
| 'orange-100'
|
|
72
|
-
| 'orange-200'
|
|
73
|
-
| 'orange-300'
|
|
74
|
-
| 'orange-400'
|
|
75
|
-
| 'orange-500'
|
|
76
|
-
| 'orange-600'
|
|
77
|
-
| 'orange-700'
|
|
78
|
-
| 'orange-800'
|
|
79
|
-
| 'orange-900'
|
|
80
|
-
| 'orange-950'
|
|
81
|
-
| 'yellow-50'
|
|
82
|
-
| 'yellow-100'
|
|
83
|
-
| 'yellow-200'
|
|
84
|
-
| 'yellow-300'
|
|
85
|
-
| 'yellow-400'
|
|
86
|
-
| 'yellow-500'
|
|
87
|
-
| 'yellow-600'
|
|
88
|
-
| 'yellow-700'
|
|
89
|
-
| 'yellow-800'
|
|
90
|
-
| 'yellow-900'
|
|
91
|
-
| 'yellow-950'
|
|
92
|
-
| 'bg-base'
|
|
93
|
-
| 'bg-soft'
|
|
94
|
-
| 'bg-muted'
|
|
95
|
-
| 'bg-active'
|
|
96
|
-
| 'bg-info'
|
|
97
|
-
| 'bg-success'
|
|
98
|
-
| 'bg-warning'
|
|
99
|
-
| 'bg-critical'
|
|
100
|
-
| 'fg-base'
|
|
101
|
-
| 'fg-muted'
|
|
102
|
-
| 'fg-emphasized'
|
|
103
|
-
| 'fg-inverted'
|
|
104
|
-
| 'fg-active'
|
|
105
|
-
| 'fg-info'
|
|
106
|
-
| 'fg-success'
|
|
107
|
-
| 'fg-warning'
|
|
108
|
-
| 'fg-critical'
|
|
109
|
-
| 'border-base'
|
|
110
|
-
| 'border-soft'
|
|
111
|
-
| 'border-muted'
|
|
112
|
-
| 'border-emphasized'
|
|
113
|
-
| 'border-active'
|
|
114
|
-
| 'border-info'
|
|
115
|
-
| 'border-success'
|
|
116
|
-
| 'border-warning'
|
|
117
|
-
| 'border-critical'
|
|
118
|
-
|
|
119
|
-
// Deprecated
|
|
120
2
|
| 'background-solo'
|
|
121
3
|
| 'background-sky'
|
|
122
4
|
| 'background-grass'
|
|
@@ -140,7 +22,6 @@ export type SchemeColor =
|
|
|
140
22
|
| 'feedback-yellow'
|
|
141
23
|
| 'feedback-blue'
|
|
142
24
|
| 'feedback-grey'
|
|
143
|
-
| 'fg-base'
|
|
144
25
|
| 'aux-blue'
|
|
145
26
|
| 'aux-purple'
|
|
146
27
|
| 'aux-orange'
|
|
@@ -204,4 +85,17 @@ export type SchemeColor =
|
|
|
204
85
|
| 'brand-weni-soft'
|
|
205
86
|
| 'brand-sec-dark'
|
|
206
87
|
| 'brand-sec-soft'
|
|
207
|
-
| 'brand-sec'
|
|
88
|
+
| 'brand-sec'
|
|
89
|
+
| 'bg-base'
|
|
90
|
+
| 'bg-soft'
|
|
91
|
+
| 'teal-50'
|
|
92
|
+
| 'teal-100'
|
|
93
|
+
| 'teal-200'
|
|
94
|
+
| 'teal-300'
|
|
95
|
+
| 'teal-400'
|
|
96
|
+
| 'teal-500'
|
|
97
|
+
| 'teal-600'
|
|
98
|
+
| 'teal-700'
|
|
99
|
+
| 'teal-800'
|
|
100
|
+
| 'teal-900'
|
|
101
|
+
| 'teal-950';
|
package/src/utils/call.js
CHANGED
|
@@ -1,58 +1,30 @@
|
|
|
1
1
|
import { createApp } from 'vue';
|
|
2
2
|
import Alert from '../components/Alert/Alert.vue';
|
|
3
3
|
import Modal from '../components/Modal/Modal.vue';
|
|
4
|
-
import ToastInstance from '../components/Toast/ToastManager';
|
|
5
4
|
import mitt from 'mitt';
|
|
6
5
|
|
|
7
6
|
const emitter = mitt();
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
|
|
8
|
+
const callAlert = ({ props, containerRef }) => {
|
|
9
|
+
const AlertComponent = createApp(Alert, {
|
|
10
|
+
...props,
|
|
11
|
+
onClose: () => {
|
|
12
|
+
instance.$el.remove();
|
|
13
|
+
},
|
|
14
|
+
created() {
|
|
15
|
+
emitter.on(['close'], () => {
|
|
15
16
|
instance.$el.remove();
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
},
|
|
22
|
-
});
|
|
23
|
-
const element = document.createElement('div');
|
|
24
|
-
const instance = AlertComponent.mount(element);
|
|
17
|
+
});
|
|
18
|
+
},
|
|
19
|
+
});
|
|
20
|
+
const element = document.createElement('div');
|
|
21
|
+
const instance = AlertComponent.mount(element);
|
|
25
22
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
} else {
|
|
30
|
-
document.body.appendChild(instance.$el);
|
|
31
|
-
}
|
|
23
|
+
if (containerRef) {
|
|
24
|
+
instance.$el.style.position = 'absolute';
|
|
25
|
+
containerRef.appendChild(instance.$el);
|
|
32
26
|
} else {
|
|
33
|
-
|
|
34
|
-
success: 'success',
|
|
35
|
-
error: 'error',
|
|
36
|
-
attention: 'attention',
|
|
37
|
-
default: 'informational',
|
|
38
|
-
'feedback-green': 'success',
|
|
39
|
-
'feedback-red': 'error',
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
const toastProps = {
|
|
43
|
-
timeout: seconds ? seconds * 1000 : 5000,
|
|
44
|
-
type: typeMap[props.scheme || props.type] || typeMap.default,
|
|
45
|
-
|
|
46
|
-
onClose: () => {
|
|
47
|
-
emitter.emit(['close']);
|
|
48
|
-
},
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
ToastInstance.show({
|
|
52
|
-
title: props.text,
|
|
53
|
-
description: '',
|
|
54
|
-
...toastProps,
|
|
55
|
-
});
|
|
27
|
+
document.body.appendChild(instance.$el);
|
|
56
28
|
}
|
|
57
29
|
};
|
|
58
30
|
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Template } from './types';
|
|
2
|
-
interface Props {
|
|
3
|
-
template?: Template | null;
|
|
4
|
-
}
|
|
5
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
6
|
-
template: Template | null;
|
|
7
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
8
|
-
export default _default;
|
|
9
|
-
//# sourceMappingURL=TemplatePreview.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TemplatePreview.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TemplatePreview/TemplatePreview.vue"],"names":[],"mappings":"AAmGA;AAgQA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAQxC,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC5B;;cADY,QAAQ,GAAG,IAAI;;AAkN5B,wBAQG"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Template } from './types';
|
|
2
|
-
interface Props {
|
|
3
|
-
locale?: string;
|
|
4
|
-
template: Template;
|
|
5
|
-
modelValue: boolean;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
-
close: () => any;
|
|
9
|
-
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
10
|
-
onClose?: (() => any) | undefined;
|
|
11
|
-
}>, {
|
|
12
|
-
locale: string;
|
|
13
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
export default _default;
|
|
15
|
-
//# sourceMappingURL=TemplatePreviewModal.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TemplatePreviewModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TemplatePreview/TemplatePreviewModal.vue"],"names":[],"mappings":"AAWA;AAwDA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAUxC,UAAU,KAAK;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;CACrB;;;;;;YAHU,MAAM;;AAgGjB,wBASG"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ToastProps } from './types';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<ToastProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
-
close: () => any;
|
|
4
|
-
destroy: () => any;
|
|
5
|
-
}, string, import('vue').PublicProps, Readonly<ToastProps> & Readonly<{
|
|
6
|
-
onClose?: (() => any) | undefined;
|
|
7
|
-
onDestroy?: (() => any) | undefined;
|
|
8
|
-
}>, {
|
|
9
|
-
type: import('./types').ToastType;
|
|
10
|
-
description: string;
|
|
11
|
-
button: import('./types').ToastButton;
|
|
12
|
-
title: string;
|
|
13
|
-
timeout: number;
|
|
14
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
|
-
export default _default;
|
|
16
|
-
//# sourceMappingURL=Toast.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Toast.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/Toast.vue"],"names":[],"mappings":"AA4DA;AAmPA,OAAO,KAAK,EAAE,UAAU,EAAc,MAAM,SAAS,CAAC;;;;;;;;;;;;;;AAmQtD,wBASG"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ToastProps, ToastInstance, ToastCall } from './types';
|
|
2
|
-
declare class ToastManager implements ToastManager {
|
|
3
|
-
private toasts;
|
|
4
|
-
private container;
|
|
5
|
-
private nextId;
|
|
6
|
-
private createContainer;
|
|
7
|
-
private generateId;
|
|
8
|
-
show(props: ToastProps): ToastInstance;
|
|
9
|
-
close(id: string): void;
|
|
10
|
-
}
|
|
11
|
-
declare const toastManager: ToastManager;
|
|
12
|
-
export declare const toast: ToastCall;
|
|
13
|
-
export default toastManager;
|
|
14
|
-
//# sourceMappingURL=ToastManager.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ToastManager.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/ToastManager.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,UAAU,EACV,aAAa,EAEb,SAAS,EACV,MAAM,SAAS,CAAC;AAEjB,cAAM,YAAa,YAAW,YAAY;IACxC,OAAO,CAAC,MAAM,CAAyC;IACvD,OAAO,CAAC,SAAS,CAA4B;IAC7C,OAAO,CAAC,MAAM,CAAK;IAEnB,OAAO,CAAC,eAAe;IAYvB,OAAO,CAAC,UAAU;IAIlB,IAAI,CAAC,KAAK,EAAE,UAAU,GAAG,aAAa;IAsCtC,KAAK,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;CAMxB;AAED,QAAA,MAAM,YAAY,cAAqB,CAAC;AAExC,eAAO,MAAM,KAAK,EAAE,SA6BnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
export interface ToastManager {
|
|
2
|
-
show: (props: ToastProps) => ToastInstance;
|
|
3
|
-
close: (id: string) => void;
|
|
4
|
-
}
|
|
5
|
-
export interface ToastButton {
|
|
6
|
-
text: string;
|
|
7
|
-
action: () => void;
|
|
8
|
-
}
|
|
9
|
-
export type ToastType = 'informational' | 'attention' | 'success' | 'error';
|
|
10
|
-
export interface ToastProps extends ToastOptions {
|
|
11
|
-
title: string;
|
|
12
|
-
description?: string;
|
|
13
|
-
}
|
|
14
|
-
export interface ToastOptions {
|
|
15
|
-
type?: ToastType;
|
|
16
|
-
button?: ToastButton;
|
|
17
|
-
timeout?: number;
|
|
18
|
-
}
|
|
19
|
-
export interface ToastEmits {
|
|
20
|
-
close: [];
|
|
21
|
-
destroy: [];
|
|
22
|
-
}
|
|
23
|
-
export interface ToastInstance {
|
|
24
|
-
id: string;
|
|
25
|
-
props: ToastProps;
|
|
26
|
-
close: () => void;
|
|
27
|
-
promise: Promise<void>;
|
|
28
|
-
}
|
|
29
|
-
export interface ToastCall {
|
|
30
|
-
info: (title: string, description?: string, options?: ToastOptions) => Promise<void>;
|
|
31
|
-
success: (title: string, description?: string, options?: ToastOptions) => Promise<void>;
|
|
32
|
-
attention: (title: string, description?: string, options?: ToastOptions) => Promise<void>;
|
|
33
|
-
error: (title: string, description?: string, options?: ToastOptions) => Promise<void>;
|
|
34
|
-
}
|
|
35
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,aAAa,CAAC;IAC3C,KAAK,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,MAAM,MAAM,SAAS,GAAG,eAAe,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAAC;AAE5E,MAAM,WAAW,UAAW,SAAQ,YAAY;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,EAAE,CAAC;IACV,OAAO,EAAE,EAAE,CAAC;CACb;AAED,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,CACJ,KAAK,EAAE,MAAM,EACb,WAAW,CAAC,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,YAAY,KACnB,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,OAAO,EAAE,CACP,KAAK,EAAE,MAAM,EACb,WAAW,CAAC,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,YAAY,KACnB,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,SAAS,EAAE,CACT,KAAK,EAAE,MAAM,EACb,WAAW,CAAC,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,YAAY,KACnB,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,KAAK,EAAE,CACL,KAAK,EAAE,MAAM,EACb,WAAW,CAAC,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,YAAY,KACnB,OAAO,CAAC,IAAI,CAAC,CAAC;CACpB"}
|
package/dist/unnnic.js
DELETED
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
import { bf as c, bb as s, bG as e, aQ as r, bm as t, bp as u, aI as o, aJ as U, bc as b, bd as l, aV as d, aX as C, aY as m, aZ as p, a$ as g, bA as T, a_ as h, bi as I, bC as S, bS as D, bD as M, bQ as A, bB as P, by as v, bJ as w, bK as x, bL as B, bM as R, bO as L, bP as N, b0 as k, c0 as F, bH as E, b1 as f, bn as j, bs as y, b$ as z, bx as H, bo as q, bT as G, bU as J, bu as K, aO as O, aP as Q, bR as V, aD as W, aE as X, aR as Y, aT as Z, aS as _, bw as $, bg as nn, aF as an, aH as cn, aG as sn, bj as en, b4 as rn, b5 as tn, b6 as un, b7 as on, bE as Un, ba as bn, bX as ln, bt as dn, bI as Cn, b2 as mn, bN as pn, b9 as gn, b8 as Tn, bY as hn, aK as In, aL as Sn, aW as Dn, bh as Mn, br as An, bF as Pn, bq as vn, bk as wn, aM as xn, bV as Bn, aN as Rn, bl as Ln, be as Nn, bZ as kn, b_ as Fn, bz as En, c1 as fn, c2 as jn, aU as yn, bW as zn, bv as Hn, b3 as qn, c as Gn, U as Jn, Q as Kn, M as On, ag as Qn, o as Vn, Y as Wn, $ as Xn, f as Yn, g as Zn, N as _n, O as $n, t as na, w as aa, x as ia, y as ca, A as sa, aa as ea, z as ra, T as ta, ac as ua, as as oa, ad as Ua, aq as ba, ab as la, a8 as da, aj as Ca, ak as ma, al as pa, am as ga, ao as Ta, ap as ha, B as Ia, aC as Sa, ah as Da, C as Ma, Z as Aa, a2 as Pa, aB as va, a7 as wa, _ as xa, at as Ba, au as Ra, a4 as La, m as Na, n as ka, ar as Fa, u as Ea, a as fa, p as ja, r as ya, q as za, a6 as Ha, R as qa, b as Ga, e as Ja, d as Ka, V as Oa, F as Qa, G as Va, H as Wa, I as Xa, ae as Ya, L as Za, ax as _a, a3 as $a, ai as ni, D as ai, an as ii, K as ci, J as si, ay as ei, i as ri, j as ti, v as ui, S as oi, a1 as Ui, af as bi, a0 as li, W as di, k as Ci, av as mi, l as pi, X as gi, P as Ti, az as hi, aA as Ii, a9 as Si, s as Di, aw as Mi, a5 as Ai, E as Pi } from "./index-35640dc9.js";
|
|
2
|
-
import "vue";
|
|
3
|
-
export {
|
|
4
|
-
c as UnnnicAccordion,
|
|
5
|
-
s as UnnnicAlert,
|
|
6
|
-
e as UnnnicAudioRecorder,
|
|
7
|
-
r as UnnnicAvatarIcon,
|
|
8
|
-
t as UnnnicBanner,
|
|
9
|
-
u as UnnnicBreadcrumb,
|
|
10
|
-
o as UnnnicButton,
|
|
11
|
-
U as UnnnicButtonIcon,
|
|
12
|
-
b as UnnnicCallAlert,
|
|
13
|
-
l as UnnnicCallModal,
|
|
14
|
-
d as UnnnicCard,
|
|
15
|
-
C as UnnnicCardCompany,
|
|
16
|
-
m as UnnnicCardData,
|
|
17
|
-
p as UnnnicCardImage,
|
|
18
|
-
g as UnnnicCardInformation,
|
|
19
|
-
T as UnnnicCardNumber,
|
|
20
|
-
h as UnnnicCardProject,
|
|
21
|
-
I as UnnnicCarousel,
|
|
22
|
-
S as UnnnicChartBar,
|
|
23
|
-
D as UnnnicChartFunnel,
|
|
24
|
-
M as UnnnicChartLine,
|
|
25
|
-
A as UnnnicChartMultiLine,
|
|
26
|
-
P as UnnnicChartRainbow,
|
|
27
|
-
v as UnnnicChatText,
|
|
28
|
-
w as UnnnicChatsContact,
|
|
29
|
-
x as UnnnicChatsDashboardTagLive,
|
|
30
|
-
B as UnnnicChatsHeader,
|
|
31
|
-
R as UnnnicChatsMessage,
|
|
32
|
-
L as UnnnicChatsNavbar,
|
|
33
|
-
N as UnnnicChatsUserAvatar,
|
|
34
|
-
k as UnnnicCheckbox,
|
|
35
|
-
F as UnnnicChip,
|
|
36
|
-
E as UnnnicCircleProgressBar,
|
|
37
|
-
f as UnnnicCollapse,
|
|
38
|
-
j as UnnnicComment,
|
|
39
|
-
y as UnnnicDataArea,
|
|
40
|
-
z as UnnnicDataTable,
|
|
41
|
-
H as UnnnicDateFilter,
|
|
42
|
-
q as UnnnicDatePicker,
|
|
43
|
-
G as UnnnicDisclaimer,
|
|
44
|
-
J as UnnnicDrawer,
|
|
45
|
-
K as UnnnicDropArea,
|
|
46
|
-
O as UnnnicDropdown,
|
|
47
|
-
Q as UnnnicDropdownItem,
|
|
48
|
-
V as UnnnicEmojiPicker,
|
|
49
|
-
W as UnnnicFontSize,
|
|
50
|
-
X as UnnnicFormElement,
|
|
51
|
-
Y as UnnnicIcon,
|
|
52
|
-
Z as UnnnicIconLoading,
|
|
53
|
-
_ as UnnnicIconSvg,
|
|
54
|
-
$ as UnnnicImportCard,
|
|
55
|
-
nn as UnnnicIndicator,
|
|
56
|
-
an as UnnnicInput,
|
|
57
|
-
cn as UnnnicInputDatePicker,
|
|
58
|
-
sn as UnnnicInputNext,
|
|
59
|
-
en as UnnnicLabel,
|
|
60
|
-
rn as UnnnicModal,
|
|
61
|
-
tn as UnnnicModalDialog,
|
|
62
|
-
un as UnnnicModalNext,
|
|
63
|
-
on as UnnnicModalUpload,
|
|
64
|
-
Un as UnnnicMoodRating,
|
|
65
|
-
bn as UnnnicMultiSelect,
|
|
66
|
-
ln as UnnnicNavigator,
|
|
67
|
-
dn as UnnnicPagination,
|
|
68
|
-
Cn as UnnnicProgressBar,
|
|
69
|
-
mn as UnnnicRadio,
|
|
70
|
-
pn as UnnnicReplyMessage,
|
|
71
|
-
gn as UnnnicSelectItem,
|
|
72
|
-
Tn as UnnnicSelectSmart,
|
|
73
|
-
hn as UnnnicSelectTime,
|
|
74
|
-
In as UnnnicSidebar,
|
|
75
|
-
Sn as UnnnicSidebarItem,
|
|
76
|
-
Dn as UnnnicSimpleCard,
|
|
77
|
-
Mn as UnnnicSkeletonLoading,
|
|
78
|
-
An as UnnnicSlider,
|
|
79
|
-
Pn as UnnnicStarRating,
|
|
80
|
-
vn as UnnnicSwitch,
|
|
81
|
-
wn as UnnnicTab,
|
|
82
|
-
xn as UnnnicTable,
|
|
83
|
-
Bn as UnnnicTableNext,
|
|
84
|
-
Rn as UnnnicTableRow,
|
|
85
|
-
Ln as UnnnicTabsExpanded,
|
|
86
|
-
Nn as UnnnicTag,
|
|
87
|
-
kn as UnnnicTemplatePreview,
|
|
88
|
-
Fn as UnnnicTemplatePreviewModal,
|
|
89
|
-
En as UnnnicTextArea,
|
|
90
|
-
fn as UnnnicToast,
|
|
91
|
-
jn as UnnnicToastManager,
|
|
92
|
-
yn as UnnnicToolTip,
|
|
93
|
-
zn as UnnnicTour,
|
|
94
|
-
Hn as UnnnicUploadArea,
|
|
95
|
-
qn as UnnniclanguageSelect,
|
|
96
|
-
Gn as components,
|
|
97
|
-
Jn as default,
|
|
98
|
-
Kn as unnnicAccordion,
|
|
99
|
-
On as unnnicAlert,
|
|
100
|
-
Qn as unnnicAudioRecorder,
|
|
101
|
-
Vn as unnnicAvatarIcon,
|
|
102
|
-
Wn as unnnicBanner,
|
|
103
|
-
Xn as unnnicBreadcrumb,
|
|
104
|
-
Yn as unnnicButton,
|
|
105
|
-
Zn as unnnicButtonIcon,
|
|
106
|
-
_n as unnnicCallAlert,
|
|
107
|
-
$n as unnnicCallModal,
|
|
108
|
-
na as unnnicCard,
|
|
109
|
-
aa as unnnicCardCompany,
|
|
110
|
-
ia as unnnicCardData,
|
|
111
|
-
ca as unnnicCardImage,
|
|
112
|
-
sa as unnnicCardInformation,
|
|
113
|
-
ea as unnnicCardNumber,
|
|
114
|
-
ra as unnnicCardProject,
|
|
115
|
-
ta as unnnicCarousel,
|
|
116
|
-
ua as unnnicChartBar,
|
|
117
|
-
oa as unnnicChartFunnel,
|
|
118
|
-
Ua as unnnicChartLine,
|
|
119
|
-
ba as unnnicChartMultiLine,
|
|
120
|
-
la as unnnicChartRainbow,
|
|
121
|
-
da as unnnicChatText,
|
|
122
|
-
Ca as unnnicChatsContact,
|
|
123
|
-
ma as unnnicChatsDashboardTagLive,
|
|
124
|
-
pa as unnnicChatsHeader,
|
|
125
|
-
ga as unnnicChatsMessage,
|
|
126
|
-
Ta as unnnicChatsNavbar,
|
|
127
|
-
ha as unnnicChatsUserAvatar,
|
|
128
|
-
Ia as unnnicCheckbox,
|
|
129
|
-
Sa as unnnicChip,
|
|
130
|
-
Da as unnnicCircleProgressBar,
|
|
131
|
-
Ma as unnnicCollapse,
|
|
132
|
-
Aa as unnnicComment,
|
|
133
|
-
Pa as unnnicDataArea,
|
|
134
|
-
va as unnnicDataTable,
|
|
135
|
-
wa as unnnicDateFilter,
|
|
136
|
-
xa as unnnicDatePicker,
|
|
137
|
-
Ba as unnnicDisclaimer,
|
|
138
|
-
Ra as unnnicDrawer,
|
|
139
|
-
La as unnnicDropArea,
|
|
140
|
-
Na as unnnicDropdown,
|
|
141
|
-
ka as unnnicDropdownItem,
|
|
142
|
-
Fa as unnnicEmojiPicker,
|
|
143
|
-
Ea as unnnicFontSize,
|
|
144
|
-
fa as unnnicFormElement,
|
|
145
|
-
ja as unnnicIcon,
|
|
146
|
-
ya as unnnicIconLoading,
|
|
147
|
-
za as unnnicIconSvg,
|
|
148
|
-
Ha as unnnicImportCard,
|
|
149
|
-
qa as unnnicIndicator,
|
|
150
|
-
Ga as unnnicInput,
|
|
151
|
-
Ja as unnnicInputDatePicker,
|
|
152
|
-
Ka as unnnicInputNext,
|
|
153
|
-
Oa as unnnicLabel,
|
|
154
|
-
Qa as unnnicModal,
|
|
155
|
-
Va as unnnicModalDialog,
|
|
156
|
-
Wa as unnnicModalNext,
|
|
157
|
-
Xa as unnnicModalUpload,
|
|
158
|
-
Ya as unnnicMoodRating,
|
|
159
|
-
Za as unnnicMultiSelect,
|
|
160
|
-
_a as unnnicNavigator,
|
|
161
|
-
$a as unnnicPagination,
|
|
162
|
-
ni as unnnicProgressBar,
|
|
163
|
-
ai as unnnicRadio,
|
|
164
|
-
ii as unnnicReplyMessage,
|
|
165
|
-
ci as unnnicSelectItem,
|
|
166
|
-
si as unnnicSelectSmart,
|
|
167
|
-
ei as unnnicSelectTime,
|
|
168
|
-
ri as unnnicSidebar,
|
|
169
|
-
ti as unnnicSidebarItem,
|
|
170
|
-
ui as unnnicSimpleCard,
|
|
171
|
-
oi as unnnicSkeletonLoading,
|
|
172
|
-
Ui as unnnicSlider,
|
|
173
|
-
bi as unnnicStarRating,
|
|
174
|
-
li as unnnicSwitch,
|
|
175
|
-
di as unnnicTab,
|
|
176
|
-
Ci as unnnicTable,
|
|
177
|
-
mi as unnnicTableNext,
|
|
178
|
-
pi as unnnicTableRow,
|
|
179
|
-
gi as unnnicTabsExpanded,
|
|
180
|
-
Ti as unnnicTag,
|
|
181
|
-
hi as unnnicTemplatePreview,
|
|
182
|
-
Ii as unnnicTemplatePreviewModal,
|
|
183
|
-
Si as unnnicTextArea,
|
|
184
|
-
Di as unnnicToolTip,
|
|
185
|
-
Mi as unnnicTour,
|
|
186
|
-
Ai as unnnicUploadArea,
|
|
187
|
-
Pi as unnniclanguageSelect
|
|
188
|
-
};
|