@weni/unnnic-system 3.2.2 → 3.2.4
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 +32 -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 +88 -433
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +13 -72
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +52 -288
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +26 -144
- 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 +13853 -7969
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-b22a2af8.mjs → es-d628da75.mjs} +1 -1
- package/dist/{index-3e3537cb.mjs → index-9a407ee0.mjs} +5871 -5907
- package/dist/{pt-br-7a4de77d.mjs → pt-br-d5be1f83.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 +1 -1
- package/src/components/Button/Button.vue +99 -128
- package/src/components/Button/types.ts +23 -0
- package/src/components/ChatsContact/ChatsContact.vue +5 -1
- 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
|
@@ -24,82 +24,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
24
24
|
code: string;
|
|
25
25
|
size: string;
|
|
26
26
|
}, {}, {
|
|
27
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
default: null;
|
|
37
|
-
};
|
|
38
|
-
clickable: {
|
|
39
|
-
type: BooleanConstructor;
|
|
40
|
-
default: boolean;
|
|
41
|
-
};
|
|
42
|
-
size: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
default: string;
|
|
45
|
-
validator(value: unknown): boolean;
|
|
46
|
-
};
|
|
47
|
-
lineHeight: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
default: null;
|
|
50
|
-
validator(value: unknown): boolean;
|
|
51
|
-
};
|
|
52
|
-
scheme: {
|
|
53
|
-
type: StringConstructor;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
}>, {}, {}, {
|
|
57
|
-
svg(): any;
|
|
58
|
-
materialSymbolsName(): any;
|
|
59
|
-
}, {
|
|
60
|
-
onClick($event: any): void;
|
|
61
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
62
|
-
filled: {
|
|
63
|
-
type: BooleanConstructor;
|
|
64
|
-
};
|
|
65
|
-
next: {
|
|
66
|
-
type: BooleanConstructor;
|
|
67
|
-
};
|
|
68
|
-
icon: {
|
|
69
|
-
type: StringConstructor;
|
|
70
|
-
default: null;
|
|
71
|
-
};
|
|
72
|
-
clickable: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
size: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: string;
|
|
79
|
-
validator(value: unknown): boolean;
|
|
80
|
-
};
|
|
81
|
-
lineHeight: {
|
|
82
|
-
type: StringConstructor;
|
|
83
|
-
default: null;
|
|
84
|
-
validator(value: unknown): boolean;
|
|
85
|
-
};
|
|
86
|
-
scheme: {
|
|
87
|
-
type: StringConstructor;
|
|
88
|
-
default: string;
|
|
89
|
-
};
|
|
90
|
-
}>> & Readonly<{
|
|
91
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
92
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
93
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
UnnnicIcon: import('vue').DefineComponent<import('./Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
+
click: (event: Event) => any;
|
|
29
|
+
mousedown: (event: Event) => any;
|
|
30
|
+
mouseup: (event: Event) => any;
|
|
31
|
+
}, string, import('vue').PublicProps, Readonly<import('./Icon.vue').IconProps> & Readonly<{
|
|
32
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
33
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
34
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
94
35
|
}>, {
|
|
95
36
|
filled: boolean;
|
|
96
37
|
next: boolean;
|
|
97
|
-
icon: string;
|
|
38
|
+
icon: string | null;
|
|
98
39
|
clickable: boolean;
|
|
99
|
-
size:
|
|
100
|
-
lineHeight:
|
|
101
|
-
scheme:
|
|
102
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
40
|
+
size: import('./Icon.vue').IconSize;
|
|
41
|
+
lineHeight: import('./Icon.vue').LineHeight | null;
|
|
42
|
+
scheme: import('./Icon.vue').SchemeColor;
|
|
43
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
103
44
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
104
45
|
export default _default;
|
|
105
46
|
//# sourceMappingURL=Flag.vue.d.ts.map
|
|
@@ -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
|