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