@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
|
@@ -37,82 +37,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
37
37
|
fixedLabel: boolean;
|
|
38
38
|
disabled: boolean;
|
|
39
39
|
}, {}, {
|
|
40
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
default: null;
|
|
50
|
-
};
|
|
51
|
-
clickable: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
size: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: string;
|
|
58
|
-
validator(value: unknown): boolean;
|
|
59
|
-
};
|
|
60
|
-
lineHeight: {
|
|
61
|
-
type: StringConstructor;
|
|
62
|
-
default: null;
|
|
63
|
-
validator(value: unknown): boolean;
|
|
64
|
-
};
|
|
65
|
-
scheme: {
|
|
66
|
-
type: StringConstructor;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
}>, {}, {}, {
|
|
70
|
-
svg(): any;
|
|
71
|
-
materialSymbolsName(): any;
|
|
72
|
-
}, {
|
|
73
|
-
onClick($event: any): void;
|
|
74
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
75
|
-
filled: {
|
|
76
|
-
type: BooleanConstructor;
|
|
77
|
-
};
|
|
78
|
-
next: {
|
|
79
|
-
type: BooleanConstructor;
|
|
80
|
-
};
|
|
81
|
-
icon: {
|
|
82
|
-
type: StringConstructor;
|
|
83
|
-
default: null;
|
|
84
|
-
};
|
|
85
|
-
clickable: {
|
|
86
|
-
type: BooleanConstructor;
|
|
87
|
-
default: boolean;
|
|
88
|
-
};
|
|
89
|
-
size: {
|
|
90
|
-
type: StringConstructor;
|
|
91
|
-
default: string;
|
|
92
|
-
validator(value: unknown): boolean;
|
|
93
|
-
};
|
|
94
|
-
lineHeight: {
|
|
95
|
-
type: StringConstructor;
|
|
96
|
-
default: null;
|
|
97
|
-
validator(value: unknown): boolean;
|
|
98
|
-
};
|
|
99
|
-
scheme: {
|
|
100
|
-
type: StringConstructor;
|
|
101
|
-
default: string;
|
|
102
|
-
};
|
|
103
|
-
}>> & Readonly<{
|
|
104
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
105
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
106
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon/types').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
41
|
+
click: (event: Event) => any;
|
|
42
|
+
mousedown: (event: Event) => any;
|
|
43
|
+
mouseup: (event: Event) => any;
|
|
44
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon/types').IconProps> & Readonly<{
|
|
45
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
46
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
47
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
107
48
|
}>, {
|
|
108
49
|
filled: boolean;
|
|
109
50
|
next: boolean;
|
|
110
|
-
icon: string;
|
|
51
|
+
icon: string | null;
|
|
111
52
|
clickable: boolean;
|
|
112
|
-
size:
|
|
113
|
-
lineHeight:
|
|
114
|
-
scheme:
|
|
115
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
53
|
+
size: import('../Icon/types').IconSize;
|
|
54
|
+
lineHeight: import('../Icon/types').LineHeight | null;
|
|
55
|
+
scheme: import('../Icon/types').SchemeColor;
|
|
56
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
116
57
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
117
58
|
export default _default;
|
|
118
59
|
//# sourceMappingURL=FormElement.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormElement.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FormElement/FormElement.vue"],"names":[],"mappings":"AAwDA
|
|
1
|
+
{"version":3,"file":"FormElement.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FormElement/FormElement.vue"],"names":[],"mappings":"AAwDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAmL8B,sBAAsB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export type SchemeColor = 'background-solo' | 'background-sky' | 'background-grass' | 'background-carpet' | 'background-snow' | 'background-lightest' | 'background-white' | 'neutral-black' | 'neutral-darkest' | 'neutral-dark' | 'neutral-cloudy' | 'neutral-cleanest' | 'neutral-clean' | 'neutral-soft' | 'neutral-lightest' | 'neutral-light' | 'neutral-white' | 'neutral-snow' | 'feedback-red' | 'feedback-green' | 'feedback-yellow' | 'feedback-blue' | 'feedback-grey' | 'aux-blue' | 'aux-purple' | 'aux-orange' | 'aux-lemon' | 'aux-pink' | 'aux-baby-blue' | 'aux-baby-yellow' | 'aux-baby-red' | 'aux-baby-green' | 'aux-baby-pink' | 'aux-green-100' | 'aux-green-300' | 'aux-green-500' | 'aux-green-700' | 'aux-green-900' | 'aux-blue-100' | 'aux-blue-300' | 'aux-blue-500' | 'aux-blue-700' | 'aux-blue-900' | 'aux-purple-100' | 'aux-purple-300' | 'aux-purple-500' | 'aux-purple-700' | 'aux-purple-900' | 'aux-red-100' | 'aux-red-300' | 'aux-red-500' | 'aux-red-700' | 'aux-red-900' | 'aux-orange-100' | 'aux-orange-300' | 'aux-orange-500' | 'aux-orange-700' | 'aux-orange-900' | 'aux-yellow-100' | 'aux-yellow-300' | 'aux-yellow-500' | 'aux-yellow-700' | 'aux-yellow-900' | 'floweditor-blue' | 'floweditor-purple' | 'floweditor-wine' | 'floweditor-orange' | 'floweditor-pink' | 'floweditor-turquoise' | 'floweditor-green' | 'weni-50' | 'weni-100' | 'weni-200' | 'weni-300' | 'weni-400' | 'weni-500' | 'weni-600' | 'weni-700' | 'weni-800' | 'weni-900' | 'weni-950' | 'brand-weni' | 'brand-weni-dark' | 'brand-weni-soft' | 'brand-sec-dark' | 'brand-sec-soft' | 'brand-sec';
|
|
2
|
+
export type IconSize = 'nano' | 'xs' | 'sm' | 'ant' | 'md' | 'lg' | 'xl' | 'avatar-lg' | 'avatar-md' | 'avatar-sm' | 'avatar-xs' | 'avatar-nano';
|
|
3
|
+
export type LineHeight = 'sm' | 'md' | 'lg';
|
|
4
|
+
export interface IconProps {
|
|
5
|
+
filled?: boolean;
|
|
6
|
+
next?: boolean;
|
|
7
|
+
icon?: string | null;
|
|
8
|
+
clickable?: boolean;
|
|
9
|
+
size?: IconSize;
|
|
10
|
+
lineHeight?: LineHeight | null;
|
|
11
|
+
scheme?: SchemeColor;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GACnB,iBAAiB,GACjB,gBAAgB,GAChB,kBAAkB,GAClB,mBAAmB,GACnB,iBAAiB,GACjB,qBAAqB,GACrB,kBAAkB,GAClB,eAAe,GACf,iBAAiB,GACjB,cAAc,GACd,gBAAgB,GAChB,kBAAkB,GAClB,eAAe,GACf,cAAc,GACd,kBAAkB,GAClB,eAAe,GACf,eAAe,GACf,cAAc,GACd,cAAc,GACd,gBAAgB,GAChB,iBAAiB,GACjB,eAAe,GACf,eAAe,GACf,UAAU,GACV,YAAY,GACZ,YAAY,GACZ,WAAW,GACX,UAAU,GACV,eAAe,GACf,iBAAiB,GACjB,cAAc,GACd,gBAAgB,GAChB,eAAe,GACf,eAAe,GACf,eAAe,GACf,eAAe,GACf,eAAe,GACf,eAAe,GACf,cAAc,GACd,cAAc,GACd,cAAc,GACd,cAAc,GACd,cAAc,GACd,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,aAAa,GACb,aAAa,GACb,aAAa,GACb,aAAa,GACb,aAAa,GACb,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,GACjB,mBAAmB,GACnB,iBAAiB,GACjB,mBAAmB,GACnB,iBAAiB,GACjB,sBAAsB,GACtB,kBAAkB,GAClB,SAAS,GACT,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,YAAY,GACZ,iBAAiB,GACjB,iBAAiB,GACjB,gBAAgB,GAChB,gBAAgB,GAChB,WAAW,CAAC;AAEhB,MAAM,MAAM,QAAQ,GAChB,MAAM,GACN,IAAI,GACJ,IAAI,GACJ,KAAK,GACL,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,aAAa,CAAC;AAElB,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE5C,MAAM,WAAW,SAAS;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,UAAU,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;IAC/B,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB"}
|
|
@@ -1,78 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
12
|
-
clickable: {
|
|
13
|
-
type: BooleanConstructor;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
|
-
size: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
default: string;
|
|
19
|
-
validator(value: unknown): boolean;
|
|
20
|
-
};
|
|
21
|
-
lineHeight: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
default: null;
|
|
24
|
-
validator(value: unknown): boolean;
|
|
25
|
-
};
|
|
26
|
-
scheme: {
|
|
27
|
-
type: StringConstructor;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
}>, {}, {}, {
|
|
31
|
-
svg(): any;
|
|
32
|
-
materialSymbolsName(): any;
|
|
33
|
-
}, {
|
|
34
|
-
onClick($event: any): void;
|
|
35
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
36
|
-
filled: {
|
|
37
|
-
type: BooleanConstructor;
|
|
38
|
-
};
|
|
39
|
-
next: {
|
|
40
|
-
type: BooleanConstructor;
|
|
41
|
-
};
|
|
42
|
-
icon: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
default: null;
|
|
45
|
-
};
|
|
46
|
-
clickable: {
|
|
47
|
-
type: BooleanConstructor;
|
|
48
|
-
default: boolean;
|
|
49
|
-
};
|
|
50
|
-
size: {
|
|
51
|
-
type: StringConstructor;
|
|
52
|
-
default: string;
|
|
53
|
-
validator(value: unknown): boolean;
|
|
54
|
-
};
|
|
55
|
-
lineHeight: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: null;
|
|
58
|
-
validator(value: unknown): boolean;
|
|
59
|
-
};
|
|
60
|
-
scheme: {
|
|
61
|
-
type: StringConstructor;
|
|
62
|
-
default: string;
|
|
63
|
-
};
|
|
64
|
-
}>> & Readonly<{
|
|
65
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
66
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
67
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
1
|
+
import { IconProps, IconSize, LineHeight, SchemeColor } from './Icon/types';
|
|
2
|
+
export type { IconProps, IconSize, LineHeight, SchemeColor };
|
|
3
|
+
declare const _default: import('vue').DefineComponent<IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
|
+
click: (event: Event) => any;
|
|
5
|
+
mousedown: (event: Event) => any;
|
|
6
|
+
mouseup: (event: Event) => any;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<IconProps> & Readonly<{
|
|
8
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
9
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
10
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
68
11
|
}>, {
|
|
69
12
|
filled: boolean;
|
|
70
13
|
next: boolean;
|
|
71
|
-
icon: string;
|
|
14
|
+
icon: string | null;
|
|
72
15
|
clickable: boolean;
|
|
73
|
-
size:
|
|
74
|
-
lineHeight:
|
|
75
|
-
scheme:
|
|
76
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
16
|
+
size: IconSize;
|
|
17
|
+
lineHeight: LineHeight | null;
|
|
18
|
+
scheme: SchemeColor;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
77
20
|
export default _default;
|
|
78
21
|
//# sourceMappingURL=Icon.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../src/components/Icon.vue"],"names":[],"mappings":"AAqCA;"}
|
|
1
|
+
{"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../src/components/Icon.vue"],"names":[],"mappings":"AAqCA;AA2SA,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAMjF,YAAY,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,WAAW,EAAE,CAAC;;;;;;;;;;;;;;;;;;AAkJ7D,wBAQG"}
|
|
@@ -20,82 +20,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
20
20
|
size: string;
|
|
21
21
|
scheme: string;
|
|
22
22
|
}, {}, {
|
|
23
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: null;
|
|
33
|
-
};
|
|
34
|
-
clickable: {
|
|
35
|
-
type: BooleanConstructor;
|
|
36
|
-
default: boolean;
|
|
37
|
-
};
|
|
38
|
-
size: {
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
default: string;
|
|
41
|
-
validator(value: unknown): boolean;
|
|
42
|
-
};
|
|
43
|
-
lineHeight: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
default: null;
|
|
46
|
-
validator(value: unknown): boolean;
|
|
47
|
-
};
|
|
48
|
-
scheme: {
|
|
49
|
-
type: StringConstructor;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
|
-
}>, {}, {}, {
|
|
53
|
-
svg(): any;
|
|
54
|
-
materialSymbolsName(): any;
|
|
55
|
-
}, {
|
|
56
|
-
onClick($event: any): void;
|
|
57
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
58
|
-
filled: {
|
|
59
|
-
type: BooleanConstructor;
|
|
60
|
-
};
|
|
61
|
-
next: {
|
|
62
|
-
type: BooleanConstructor;
|
|
63
|
-
};
|
|
64
|
-
icon: {
|
|
65
|
-
type: StringConstructor;
|
|
66
|
-
default: null;
|
|
67
|
-
};
|
|
68
|
-
clickable: {
|
|
69
|
-
type: BooleanConstructor;
|
|
70
|
-
default: boolean;
|
|
71
|
-
};
|
|
72
|
-
size: {
|
|
73
|
-
type: StringConstructor;
|
|
74
|
-
default: string;
|
|
75
|
-
validator(value: unknown): boolean;
|
|
76
|
-
};
|
|
77
|
-
lineHeight: {
|
|
78
|
-
type: StringConstructor;
|
|
79
|
-
default: null;
|
|
80
|
-
validator(value: unknown): boolean;
|
|
81
|
-
};
|
|
82
|
-
scheme: {
|
|
83
|
-
type: StringConstructor;
|
|
84
|
-
default: string;
|
|
85
|
-
};
|
|
86
|
-
}>> & Readonly<{
|
|
87
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
88
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
89
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
+
click: (event: Event) => any;
|
|
25
|
+
mousedown: (event: Event) => any;
|
|
26
|
+
mouseup: (event: Event) => any;
|
|
27
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
28
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
29
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
30
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
90
31
|
}>, {
|
|
91
32
|
filled: boolean;
|
|
92
33
|
next: boolean;
|
|
93
|
-
icon: string;
|
|
34
|
+
icon: string | null;
|
|
94
35
|
clickable: boolean;
|
|
95
|
-
size:
|
|
96
|
-
lineHeight:
|
|
97
|
-
scheme:
|
|
98
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
36
|
+
size: import('../Icon.vue').IconSize;
|
|
37
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
38
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
39
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
99
40
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
100
41
|
export default _default;
|
|
101
42
|
//# sourceMappingURL=IconLoading.vue.d.ts.map
|
|
@@ -80,110 +80,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
80
80
|
acceptedFormats: string;
|
|
81
81
|
uploadIcon: string;
|
|
82
82
|
}, {}, {
|
|
83
|
-
UnnnicButton:
|
|
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
|
-
disabled: {
|
|
121
|
-
type: BooleanConstructor;
|
|
122
|
-
default: boolean;
|
|
123
|
-
};
|
|
124
|
-
loading: {
|
|
125
|
-
type: BooleanConstructor;
|
|
126
|
-
default: boolean;
|
|
127
|
-
};
|
|
128
|
-
}>, {}, {}, {
|
|
129
|
-
buttonDisabled(): boolean;
|
|
130
|
-
iconSize(): "md" | "sm";
|
|
131
|
-
hasText(): boolean | "";
|
|
132
|
-
iconScheme(): any;
|
|
133
|
-
isSizePropValid(): boolean;
|
|
134
|
-
isTypePropValid(): boolean;
|
|
135
|
-
}, {
|
|
136
|
-
validateProps(): void;
|
|
137
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
138
|
-
size: {
|
|
139
|
-
type: StringConstructor;
|
|
140
|
-
default: string;
|
|
141
|
-
};
|
|
142
|
-
text: {
|
|
143
|
-
type: StringConstructor;
|
|
144
|
-
default: string;
|
|
145
|
-
};
|
|
146
|
-
type: {
|
|
147
|
-
type: StringConstructor;
|
|
148
|
-
default: string;
|
|
149
|
-
};
|
|
150
|
-
float: {
|
|
151
|
-
type: BooleanConstructor;
|
|
152
|
-
default: boolean;
|
|
153
|
-
};
|
|
154
|
-
iconLeft: {
|
|
155
|
-
type: StringConstructor;
|
|
156
|
-
default: string;
|
|
157
|
-
};
|
|
158
|
-
iconRight: {
|
|
159
|
-
type: StringConstructor;
|
|
160
|
-
default: string;
|
|
161
|
-
};
|
|
162
|
-
iconCenter: {
|
|
163
|
-
type: StringConstructor;
|
|
164
|
-
default: string;
|
|
165
|
-
};
|
|
166
|
-
iconsFilled: {
|
|
167
|
-
type: BooleanConstructor;
|
|
168
|
-
default: boolean;
|
|
169
|
-
};
|
|
170
|
-
next: {
|
|
171
|
-
type: BooleanConstructor;
|
|
172
|
-
default: boolean;
|
|
173
|
-
};
|
|
174
|
-
disabled: {
|
|
175
|
-
type: BooleanConstructor;
|
|
176
|
-
default: boolean;
|
|
177
|
-
};
|
|
178
|
-
loading: {
|
|
179
|
-
type: BooleanConstructor;
|
|
180
|
-
default: boolean;
|
|
181
|
-
};
|
|
182
|
-
}>> & Readonly<{}>, {
|
|
83
|
+
UnnnicButton: {
|
|
84
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
85
|
+
text: string;
|
|
86
|
+
next: boolean;
|
|
87
|
+
size: import('../Button/types').ButtonSize;
|
|
88
|
+
type: import('../Button/types').ButtonType;
|
|
89
|
+
disabled: boolean;
|
|
90
|
+
iconLeft: string;
|
|
91
|
+
iconRight: string;
|
|
92
|
+
float: boolean;
|
|
93
|
+
iconCenter: string;
|
|
94
|
+
iconsFilled: boolean;
|
|
95
|
+
loading: boolean;
|
|
96
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
|
|
97
|
+
P: {};
|
|
98
|
+
B: {};
|
|
99
|
+
D: {};
|
|
100
|
+
C: {};
|
|
101
|
+
M: {};
|
|
102
|
+
Defaults: {};
|
|
103
|
+
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
104
|
+
text: string;
|
|
105
|
+
next: boolean;
|
|
106
|
+
size: import('../Button/types').ButtonSize;
|
|
107
|
+
type: import('../Button/types').ButtonType;
|
|
108
|
+
disabled: boolean;
|
|
109
|
+
iconLeft: string;
|
|
110
|
+
iconRight: string;
|
|
111
|
+
float: boolean;
|
|
112
|
+
iconCenter: string;
|
|
113
|
+
iconsFilled: boolean;
|
|
114
|
+
loading: boolean;
|
|
115
|
+
}>;
|
|
116
|
+
__isFragment?: never;
|
|
117
|
+
__isTeleport?: never;
|
|
118
|
+
__isSuspense?: never;
|
|
119
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
183
120
|
text: string;
|
|
184
|
-
type: string;
|
|
185
121
|
next: boolean;
|
|
186
|
-
size:
|
|
122
|
+
size: import('../Button/types').ButtonSize;
|
|
123
|
+
type: import('../Button/types').ButtonType;
|
|
187
124
|
disabled: boolean;
|
|
188
125
|
iconLeft: string;
|
|
189
126
|
iconRight: string;
|
|
@@ -191,160 +128,28 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
191
128
|
iconCenter: string;
|
|
192
129
|
iconsFilled: boolean;
|
|
193
130
|
loading: boolean;
|
|
194
|
-
}, {}, {
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
type: BooleanConstructor;
|
|
208
|
-
default: boolean;
|
|
209
|
-
};
|
|
210
|
-
size: {
|
|
211
|
-
type: StringConstructor;
|
|
212
|
-
default: string;
|
|
213
|
-
validator(value: unknown): boolean;
|
|
214
|
-
};
|
|
215
|
-
lineHeight: {
|
|
216
|
-
type: StringConstructor;
|
|
217
|
-
default: null;
|
|
218
|
-
validator(value: unknown): boolean;
|
|
219
|
-
};
|
|
220
|
-
scheme: {
|
|
221
|
-
type: StringConstructor;
|
|
222
|
-
default: string;
|
|
223
|
-
};
|
|
224
|
-
}>, {}, {}, {
|
|
225
|
-
svg(): any;
|
|
226
|
-
materialSymbolsName(): any;
|
|
227
|
-
}, {
|
|
228
|
-
onClick($event: any): void;
|
|
229
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
230
|
-
filled: {
|
|
231
|
-
type: BooleanConstructor;
|
|
232
|
-
};
|
|
233
|
-
next: {
|
|
234
|
-
type: BooleanConstructor;
|
|
235
|
-
};
|
|
236
|
-
icon: {
|
|
237
|
-
type: StringConstructor;
|
|
238
|
-
default: null;
|
|
239
|
-
};
|
|
240
|
-
clickable: {
|
|
241
|
-
type: BooleanConstructor;
|
|
242
|
-
default: boolean;
|
|
243
|
-
};
|
|
244
|
-
size: {
|
|
245
|
-
type: StringConstructor;
|
|
246
|
-
default: string;
|
|
247
|
-
validator(value: unknown): boolean;
|
|
248
|
-
};
|
|
249
|
-
lineHeight: {
|
|
250
|
-
type: StringConstructor;
|
|
251
|
-
default: null;
|
|
252
|
-
validator(value: unknown): boolean;
|
|
253
|
-
};
|
|
254
|
-
scheme: {
|
|
255
|
-
type: StringConstructor;
|
|
256
|
-
default: string;
|
|
257
|
-
};
|
|
258
|
-
}>> & Readonly<{
|
|
259
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
260
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
261
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
262
|
-
}>, {
|
|
263
|
-
filled: boolean;
|
|
264
|
-
next: boolean;
|
|
265
|
-
icon: string;
|
|
266
|
-
clickable: boolean;
|
|
267
|
-
size: string;
|
|
268
|
-
lineHeight: string;
|
|
269
|
-
scheme: string;
|
|
270
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
271
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
272
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
273
|
-
filled: {
|
|
274
|
-
type: BooleanConstructor;
|
|
275
|
-
};
|
|
276
|
-
next: {
|
|
277
|
-
type: BooleanConstructor;
|
|
278
|
-
};
|
|
279
|
-
icon: {
|
|
280
|
-
type: StringConstructor;
|
|
281
|
-
default: null;
|
|
282
|
-
};
|
|
283
|
-
clickable: {
|
|
284
|
-
type: BooleanConstructor;
|
|
285
|
-
default: boolean;
|
|
286
|
-
};
|
|
287
|
-
size: {
|
|
288
|
-
type: StringConstructor;
|
|
289
|
-
default: string;
|
|
290
|
-
validator(value: unknown): boolean;
|
|
291
|
-
};
|
|
292
|
-
lineHeight: {
|
|
293
|
-
type: StringConstructor;
|
|
294
|
-
default: null;
|
|
295
|
-
validator(value: unknown): boolean;
|
|
296
|
-
};
|
|
297
|
-
scheme: {
|
|
298
|
-
type: StringConstructor;
|
|
299
|
-
default: string;
|
|
300
|
-
};
|
|
301
|
-
}>, {}, {}, {
|
|
302
|
-
svg(): any;
|
|
303
|
-
materialSymbolsName(): any;
|
|
304
|
-
}, {
|
|
305
|
-
onClick($event: any): void;
|
|
306
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
307
|
-
filled: {
|
|
308
|
-
type: BooleanConstructor;
|
|
309
|
-
};
|
|
310
|
-
next: {
|
|
311
|
-
type: BooleanConstructor;
|
|
312
|
-
};
|
|
313
|
-
icon: {
|
|
314
|
-
type: StringConstructor;
|
|
315
|
-
default: null;
|
|
316
|
-
};
|
|
317
|
-
clickable: {
|
|
318
|
-
type: BooleanConstructor;
|
|
319
|
-
default: boolean;
|
|
320
|
-
};
|
|
321
|
-
size: {
|
|
322
|
-
type: StringConstructor;
|
|
323
|
-
default: string;
|
|
324
|
-
validator(value: unknown): boolean;
|
|
325
|
-
};
|
|
326
|
-
lineHeight: {
|
|
327
|
-
type: StringConstructor;
|
|
328
|
-
default: null;
|
|
329
|
-
validator(value: unknown): boolean;
|
|
330
|
-
};
|
|
331
|
-
scheme: {
|
|
332
|
-
type: StringConstructor;
|
|
333
|
-
default: string;
|
|
334
|
-
};
|
|
335
|
-
}>> & Readonly<{
|
|
336
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
337
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
338
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
131
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
132
|
+
$slots: {
|
|
133
|
+
default?(_: {}): any;
|
|
134
|
+
};
|
|
135
|
+
});
|
|
136
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
137
|
+
click: (event: Event) => any;
|
|
138
|
+
mousedown: (event: Event) => any;
|
|
139
|
+
mouseup: (event: Event) => any;
|
|
140
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
141
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
142
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
143
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
339
144
|
}>, {
|
|
340
145
|
filled: boolean;
|
|
341
146
|
next: boolean;
|
|
342
|
-
icon: string;
|
|
147
|
+
icon: string | null;
|
|
343
148
|
clickable: boolean;
|
|
344
|
-
size:
|
|
345
|
-
lineHeight:
|
|
346
|
-
scheme:
|
|
347
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
149
|
+
size: import('../Icon.vue').IconSize;
|
|
150
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
151
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
152
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
348
153
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
349
154
|
export default _default;
|
|
350
155
|
//# sourceMappingURL=ImportCard.vue.d.ts.map
|
|
@@ -59,8 +59,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
59
59
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
}>, {
|
|
61
61
|
mask: string | unknown[];
|
|
62
|
-
type: string;
|
|
63
62
|
size: string;
|
|
63
|
+
type: string;
|
|
64
64
|
hasIconLeft: boolean;
|
|
65
65
|
hasIconRight: boolean;
|
|
66
66
|
modelValue: string;
|