@weni/unnnic-system 3.4.0 → 3.4.1-alpha.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 +1 -1
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +18 -119
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +2 -38
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +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/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 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +176 -29
- 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 +38 -32
- 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 +32 -1
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +176 -29
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +83 -14
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +186 -39
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +9 -15
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +9 -9
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +184 -37
- 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 +20 -14
- 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 +8 -6
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +97 -28
- 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 +83 -14
- 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 +24 -25
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +13 -2
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +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/TemplatePreview/TemplatePreview.vue.d.ts +9 -0
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +1 -0
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +15 -0
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +38 -32
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/Toast/Toast.vue.d.ts +16 -0
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -0
- package/dist/components/Toast/ToastManager.d.ts +14 -0
- package/dist/components/Toast/ToastManager.d.ts.map +1 -0
- package/dist/components/Toast/types.d.ts +35 -0
- package/dist/components/Toast/types.d.ts.map +1 -0
- package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +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 +2402 -1146
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/ui/popover/Popover.vue.d.ts +23 -0
- package/dist/components/ui/popover/Popover.vue.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +43 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts +19 -0
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/popover/index.d.ts +5 -0
- package/dist/components/ui/popover/index.d.ts.map +1 -0
- package/dist/{es-8265192e.mjs → es-479daf92.mjs} +1 -1
- package/dist/{index-832905fc.mjs → index-a8aa7094.mjs} +18065 -11737
- package/dist/index.d.ts.map +1 -1
- package/dist/locales/en.json.d.ts +2 -1
- package/dist/locales/es.json.d.ts +2 -1
- package/dist/locales/pt_br.json.d.ts +2 -1
- package/dist/{pt-br-9ced3d4b.mjs → pt-br-32c84cc8.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +141 -129
- package/dist/unnnic.umd.js +53 -50
- package/dist/utils/call.d.ts +2 -1
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -1
- package/src/assets/icons/radio-checked.svg +3 -0
- package/src/assets/icons/switch-checked-disabled.svg +3 -0
- package/src/assets/icons/switch-checked.svg +3 -0
- package/src/assets/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/assets/scss/scheme-colors.scss +115 -238
- package/src/assets/scss/tailwind.scss +15 -15
- package/src/components/Alert/Alert.vue +26 -135
- package/src/components/Alert/Version1dot1.vue +0 -36
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +11 -7
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +2 -2
- package/src/components/Button/Button.vue +60 -108
- package/src/components/Button/types.ts +0 -1
- package/src/components/FormElement/FormElement.vue +51 -91
- package/src/components/Input/BaseInput.vue +31 -14
- package/src/components/Input/Input.scss +19 -21
- package/src/components/Input/Input.vue +94 -30
- package/src/components/Input/TextInput.vue +82 -58
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +16 -3
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +7 -1
- package/src/components/Label/Label.vue +52 -21
- package/src/components/Label/__tests__/Label.spec.js +1 -1
- package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
- package/src/components/ModalDialog/ModalDialog.vue +1 -0
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- package/src/components/Popover/__tests__/Popover.spec.js +147 -0
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +8 -0
- package/src/components/Popover/index.vue +146 -0
- package/src/components/Radio/Radio.vue +80 -67
- package/src/components/Radio/__test__/Radio.spec.js +14 -20
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -3
- package/src/components/RadioGroup/RadioGroup.vue +110 -0
- package/src/components/Select/SelectOption.vue +65 -0
- package/src/components/Select/__tests__/Select.spec.js +412 -0
- package/src/components/Select/__tests__/SelectItem.spec.js +330 -0
- package/src/components/Select/__tests__/SelectOption.spec.js +174 -0
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +97 -0
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +15 -0
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +25 -0
- package/src/components/Select/index.vue +245 -0
- package/src/components/Switch/Switch.vue +91 -99
- package/src/components/Switch/__tests__/Switch.spec.js +8 -74
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +3 -5
- package/src/components/Tab/Tab.vue +37 -23
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/TemplatePreview/TemplatePreview.vue +252 -0
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +51 -0
- package/src/components/TemplatePreview/types.d.ts +16 -0
- package/src/components/TextArea/TextArea.vue +13 -9
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +7 -2
- package/src/components/Toast/Toast.vue +236 -0
- package/src/components/Toast/ToastManager.ts +110 -0
- package/src/components/Toast/types.ts +57 -0
- package/src/components/index.ts +30 -4
- package/src/components/ui/popover/Popover.vue +15 -0
- package/src/components/ui/popover/PopoverContent.vue +98 -0
- package/src/components/ui/popover/PopoverTrigger.vue +12 -0
- package/src/components/ui/popover/index.ts +4 -0
- package/src/index.ts +1 -0
- package/src/locales/en.json +2 -1
- package/src/locales/es.json +2 -1
- package/src/locales/pt_br.json +2 -1
- package/src/stories/Alert.stories.js +6 -67
- package/src/stories/Button.stories.js +2 -17
- package/src/stories/Input.stories.js +22 -3
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/Popover.stories.js +306 -0
- package/src/stories/RadioGroup.stories.js +139 -0
- package/src/stories/Select.stories.js +158 -0
- package/src/stories/Switch.stories.js +4 -5
- package/src/stories/Tab.stories.js +11 -4
- package/src/stories/TemplatePreview.stories.js +94 -0
- package/src/stories/TemplatePreviewModal.stories.js +110 -0
- package/src/stories/Toast.mdx +123 -0
- package/src/stories/Toast.stories.js +126 -0
- package/src/types/scheme-colors.d.ts +1 -0
- package/src/utils/call.js +46 -18
- package/src/components/Alert/AlertBanner.vue +0 -182
- package/src/components/Alert/AlertCaller.vue +0 -49
- package/src/components/Alert/__tests__/AlertBanner.spec.js +0 -89
- package/src/components/Alert/__tests__/AlertCaller.spec.js +0 -98
package/dist/unnnic.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { bi as c, be as s, bJ as e, aT as r, bp as t, bs as o, aL as u, aM as U, bf as b, bg as l, aY as d, a_ as C, a$ as p, b0 as m, b2 as g, bD as T, b1 as h, bl as I, bF as S, bV as D, bG as P, bT as M, bE as v, bB as A, bM as w, bN as x, bO as B, bP as R, bR as L, bS as N, b3 as k, c3 as F, bK as E, b4 as f, bq as j, bv as y, c2 as z, bA as H, br as q, bW as G, bX as J, bx as K, aR as O, aS as Q, bU as V, aG as W, aH as X, aU as Y, aW as Z, aV as _, bz as $, bj as nn, aI as an, aK as cn, aJ as sn, bm as en, b7 as rn, b8 as tn, b9 as on, ba as un, bH as Un, bd as bn, b_ as ln, bw as dn, c6 as Cn, c7 as pn, c8 as mn, bL as gn, b5 as Tn, bQ as hn, bc as In, bb as Sn, b$ as Dn, aN as Pn, aO as Mn, aZ as vn, bk as An, bu as wn, bI as xn, bt as Bn, bn as Rn, aP as Ln, bY as Nn, aQ as kn, bo as Fn, bh as En, c0 as fn, c1 as jn, bC as yn, c4 as zn, c5 as Hn, aX as qn, bZ as Gn, by as Jn, b6 as Kn, c as On, U as Qn, Q as Vn, M as Wn, ag as Xn, o as Yn, Y as Zn, $ as _n, f as $n, g as na, N as aa, O as ia, t as ca, w as sa, x as ea, y as ra, A as ta, aa as oa, z as ua, T as Ua, ac as ba, as as la, ad as da, aq as Ca, ab as pa, a8 as ma, aj as ga, ak as Ta, al as ha, am as Ia, ao as Sa, ap as Da, B as Pa, aC as Ma, ah as va, C as Aa, Z as wa, a2 as xa, aB as Ba, a7 as Ra, _ as La, at as Na, au as ka, a4 as Fa, m as Ea, n as fa, ar as ja, u as ya, a as za, p as Ha, r as qa, q as Ga, a6 as Ja, R as Ka, b as Oa, e as Qa, d as Va, V as Wa, F as Xa, G as Ya, H as Za, I as _a, ae as $a, L as ni, ax as ai, a3 as ii, aD as ci, aE as si, aF as ei, ai as ri, D as ti, an as oi, K as ui, J as Ui, ay as bi, i as li, j as di, v as Ci, S as pi, a1 as mi, af as gi, a0 as Ti, W as hi, k as Ii, av as Si, l as Di, X as Pi, P as Mi, az as vi, aA as Ai, a9 as wi, s as xi, aw as Bi, a5 as Ri, E as Li } from "./index-a8aa7094.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
c as UnnnicAccordion,
|
|
@@ -6,29 +6,29 @@ export {
|
|
|
6
6
|
e as UnnnicAudioRecorder,
|
|
7
7
|
r as UnnnicAvatarIcon,
|
|
8
8
|
t as UnnnicBanner,
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
o as UnnnicBreadcrumb,
|
|
10
|
+
u as UnnnicButton,
|
|
11
11
|
U as UnnnicButtonIcon,
|
|
12
12
|
b as UnnnicCallAlert,
|
|
13
13
|
l as UnnnicCallModal,
|
|
14
14
|
d as UnnnicCard,
|
|
15
15
|
C as UnnnicCardCompany,
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
p as UnnnicCardData,
|
|
17
|
+
m as UnnnicCardImage,
|
|
18
18
|
g as UnnnicCardInformation,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
T as UnnnicCardNumber,
|
|
20
|
+
h as UnnnicCardProject,
|
|
21
|
+
I as UnnnicCarousel,
|
|
22
|
+
S as UnnnicChartBar,
|
|
23
23
|
D as UnnnicChartFunnel,
|
|
24
|
-
|
|
24
|
+
P as UnnnicChartLine,
|
|
25
25
|
M as UnnnicChartMultiLine,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
v as UnnnicChartRainbow,
|
|
27
|
+
A as UnnnicChatText,
|
|
28
|
+
w as UnnnicChatsContact,
|
|
29
|
+
x as UnnnicChatsDashboardTagLive,
|
|
30
|
+
B as UnnnicChatsHeader,
|
|
31
|
+
R as UnnnicChatsMessage,
|
|
32
32
|
L as UnnnicChatsNavbar,
|
|
33
33
|
N as UnnnicChatsUserAvatar,
|
|
34
34
|
k as UnnnicCheckbox,
|
|
@@ -59,124 +59,136 @@ export {
|
|
|
59
59
|
en as UnnnicLabel,
|
|
60
60
|
rn as UnnnicModal,
|
|
61
61
|
tn as UnnnicModalDialog,
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
on as UnnnicModalNext,
|
|
63
|
+
un as UnnnicModalUpload,
|
|
64
64
|
Un as UnnnicMoodRating,
|
|
65
65
|
bn as UnnnicMultiSelect,
|
|
66
66
|
ln as UnnnicNavigator,
|
|
67
67
|
dn as UnnnicPagination,
|
|
68
|
-
Cn as
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
gn as
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
Dn as
|
|
68
|
+
Cn as UnnnicPopover,
|
|
69
|
+
pn as UnnnicPopoverContent,
|
|
70
|
+
mn as UnnnicPopoverTrigger,
|
|
71
|
+
gn as UnnnicProgressBar,
|
|
72
|
+
Tn as UnnnicRadio,
|
|
73
|
+
hn as UnnnicReplyMessage,
|
|
74
|
+
In as UnnnicSelectItem,
|
|
75
|
+
Sn as UnnnicSelectSmart,
|
|
76
|
+
Dn as UnnnicSelectTime,
|
|
77
|
+
Pn as UnnnicSidebar,
|
|
78
|
+
Mn as UnnnicSidebarItem,
|
|
79
|
+
vn as UnnnicSimpleCard,
|
|
77
80
|
An as UnnnicSkeletonLoading,
|
|
78
|
-
|
|
81
|
+
wn as UnnnicSlider,
|
|
79
82
|
xn as UnnnicStarRating,
|
|
80
83
|
Bn as UnnnicSwitch,
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
Aa as
|
|
132
|
-
|
|
133
|
-
xa as
|
|
134
|
-
Ba as
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
84
|
+
Rn as UnnnicTab,
|
|
85
|
+
Ln as UnnnicTable,
|
|
86
|
+
Nn as UnnnicTableNext,
|
|
87
|
+
kn as UnnnicTableRow,
|
|
88
|
+
Fn as UnnnicTabsExpanded,
|
|
89
|
+
En as UnnnicTag,
|
|
90
|
+
fn as UnnnicTemplatePreview,
|
|
91
|
+
jn as UnnnicTemplatePreviewModal,
|
|
92
|
+
yn as UnnnicTextArea,
|
|
93
|
+
zn as UnnnicToast,
|
|
94
|
+
Hn as UnnnicToastManager,
|
|
95
|
+
qn as UnnnicToolTip,
|
|
96
|
+
Gn as UnnnicTour,
|
|
97
|
+
Jn as UnnnicUploadArea,
|
|
98
|
+
Kn as UnnniclanguageSelect,
|
|
99
|
+
On as components,
|
|
100
|
+
Qn as default,
|
|
101
|
+
Vn as unnnicAccordion,
|
|
102
|
+
Wn as unnnicAlert,
|
|
103
|
+
Xn as unnnicAudioRecorder,
|
|
104
|
+
Yn as unnnicAvatarIcon,
|
|
105
|
+
Zn as unnnicBanner,
|
|
106
|
+
_n as unnnicBreadcrumb,
|
|
107
|
+
$n as unnnicButton,
|
|
108
|
+
na as unnnicButtonIcon,
|
|
109
|
+
aa as unnnicCallAlert,
|
|
110
|
+
ia as unnnicCallModal,
|
|
111
|
+
ca as unnnicCard,
|
|
112
|
+
sa as unnnicCardCompany,
|
|
113
|
+
ea as unnnicCardData,
|
|
114
|
+
ra as unnnicCardImage,
|
|
115
|
+
ta as unnnicCardInformation,
|
|
116
|
+
oa as unnnicCardNumber,
|
|
117
|
+
ua as unnnicCardProject,
|
|
118
|
+
Ua as unnnicCarousel,
|
|
119
|
+
ba as unnnicChartBar,
|
|
120
|
+
la as unnnicChartFunnel,
|
|
121
|
+
da as unnnicChartLine,
|
|
122
|
+
Ca as unnnicChartMultiLine,
|
|
123
|
+
pa as unnnicChartRainbow,
|
|
124
|
+
ma as unnnicChatText,
|
|
125
|
+
ga as unnnicChatsContact,
|
|
126
|
+
Ta as unnnicChatsDashboardTagLive,
|
|
127
|
+
ha as unnnicChatsHeader,
|
|
128
|
+
Ia as unnnicChatsMessage,
|
|
129
|
+
Sa as unnnicChatsNavbar,
|
|
130
|
+
Da as unnnicChatsUserAvatar,
|
|
131
|
+
Pa as unnnicCheckbox,
|
|
132
|
+
Ma as unnnicChip,
|
|
133
|
+
va as unnnicCircleProgressBar,
|
|
134
|
+
Aa as unnnicCollapse,
|
|
135
|
+
wa as unnnicComment,
|
|
136
|
+
xa as unnnicDataArea,
|
|
137
|
+
Ba as unnnicDataTable,
|
|
138
|
+
Ra as unnnicDateFilter,
|
|
139
|
+
La as unnnicDatePicker,
|
|
140
|
+
Na as unnnicDisclaimer,
|
|
141
|
+
ka as unnnicDrawer,
|
|
142
|
+
Fa as unnnicDropArea,
|
|
143
|
+
Ea as unnnicDropdown,
|
|
144
|
+
fa as unnnicDropdownItem,
|
|
145
|
+
ja as unnnicEmojiPicker,
|
|
146
|
+
ya as unnnicFontSize,
|
|
147
|
+
za as unnnicFormElement,
|
|
148
|
+
Ha as unnnicIcon,
|
|
149
|
+
qa as unnnicIconLoading,
|
|
150
|
+
Ga as unnnicIconSvg,
|
|
151
|
+
Ja as unnnicImportCard,
|
|
152
|
+
Ka as unnnicIndicator,
|
|
153
|
+
Oa as unnnicInput,
|
|
154
|
+
Qa as unnnicInputDatePicker,
|
|
155
|
+
Va as unnnicInputNext,
|
|
156
|
+
Wa as unnnicLabel,
|
|
157
|
+
Xa as unnnicModal,
|
|
158
|
+
Ya as unnnicModalDialog,
|
|
159
|
+
Za as unnnicModalNext,
|
|
160
|
+
_a as unnnicModalUpload,
|
|
161
|
+
$a as unnnicMoodRating,
|
|
162
|
+
ni as unnnicMultiSelect,
|
|
163
|
+
ai as unnnicNavigator,
|
|
164
|
+
ii as unnnicPagination,
|
|
165
|
+
ci as unnnicPopover,
|
|
166
|
+
si as unnnicPopoverContent,
|
|
167
|
+
ei as unnnicPopoverTrigger,
|
|
168
|
+
ri as unnnicProgressBar,
|
|
169
|
+
ti as unnnicRadio,
|
|
170
|
+
oi as unnnicReplyMessage,
|
|
171
|
+
ui as unnnicSelectItem,
|
|
172
|
+
Ui as unnnicSelectSmart,
|
|
173
|
+
bi as unnnicSelectTime,
|
|
174
|
+
li as unnnicSidebar,
|
|
175
|
+
di as unnnicSidebarItem,
|
|
176
|
+
Ci as unnnicSimpleCard,
|
|
177
|
+
pi as unnnicSkeletonLoading,
|
|
178
|
+
mi as unnnicSlider,
|
|
179
|
+
gi as unnnicStarRating,
|
|
180
|
+
Ti as unnnicSwitch,
|
|
181
|
+
hi as unnnicTab,
|
|
182
|
+
Ii as unnnicTable,
|
|
183
|
+
Si as unnnicTableNext,
|
|
184
|
+
Di as unnnicTableRow,
|
|
185
|
+
Pi as unnnicTabsExpanded,
|
|
186
|
+
Mi as unnnicTag,
|
|
187
|
+
vi as unnnicTemplatePreview,
|
|
188
|
+
Ai as unnnicTemplatePreviewModal,
|
|
189
|
+
wi as unnnicTextArea,
|
|
190
|
+
xi as unnnicToolTip,
|
|
191
|
+
Bi as unnnicTour,
|
|
192
|
+
Ri as unnnicUploadArea,
|
|
193
|
+
Li as unnniclanguageSelect
|
|
182
194
|
};
|