@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
|
@@ -1,15 +1,54 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
locale: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
2
6
|
text: {
|
|
3
7
|
type: StringConstructor;
|
|
4
8
|
required: true;
|
|
5
9
|
};
|
|
6
|
-
|
|
10
|
+
isAutomatic: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
}>, {}, {
|
|
15
|
+
defaultTranslations: {
|
|
16
|
+
automatic_message: {
|
|
17
|
+
'pt-br': string;
|
|
18
|
+
en: string;
|
|
19
|
+
es: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
}, {
|
|
7
23
|
formattedText(): any;
|
|
8
|
-
}, {},
|
|
24
|
+
}, {}, {
|
|
25
|
+
props: {
|
|
26
|
+
locale: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
};
|
|
29
|
+
translations: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
methods: {
|
|
34
|
+
i18n(...args: any[]): any;
|
|
35
|
+
};
|
|
36
|
+
}, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
37
|
+
locale: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
9
41
|
text: {
|
|
10
42
|
type: StringConstructor;
|
|
11
43
|
required: true;
|
|
12
44
|
};
|
|
13
|
-
|
|
45
|
+
isAutomatic: {
|
|
46
|
+
type: BooleanConstructor;
|
|
47
|
+
default: boolean;
|
|
48
|
+
};
|
|
49
|
+
}>> & Readonly<{}>, {
|
|
50
|
+
locale: string;
|
|
51
|
+
isAutomatic: boolean;
|
|
52
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
53
|
export default _default;
|
|
15
54
|
//# sourceMappingURL=ChatsMessageText.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatsMessageText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ChatsMessage/ChatsMessageText.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatsMessageText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ChatsMessage/ChatsMessageText.vue"],"names":[],"mappings":"AAWA;"}
|
|
@@ -41,82 +41,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
41
41
|
}>> & Readonly<{}>, {
|
|
42
42
|
links: unknown[];
|
|
43
43
|
}, {}, {
|
|
44
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
type: StringConstructor;
|
|
53
|
-
default: null;
|
|
54
|
-
};
|
|
55
|
-
clickable: {
|
|
56
|
-
type: BooleanConstructor;
|
|
57
|
-
default: boolean;
|
|
58
|
-
};
|
|
59
|
-
size: {
|
|
60
|
-
type: StringConstructor;
|
|
61
|
-
default: string;
|
|
62
|
-
validator(value: unknown): boolean;
|
|
63
|
-
};
|
|
64
|
-
lineHeight: {
|
|
65
|
-
type: StringConstructor;
|
|
66
|
-
default: null;
|
|
67
|
-
validator(value: unknown): boolean;
|
|
68
|
-
};
|
|
69
|
-
scheme: {
|
|
70
|
-
type: StringConstructor;
|
|
71
|
-
default: string;
|
|
72
|
-
};
|
|
73
|
-
}>, {}, {}, {
|
|
74
|
-
svg(): any;
|
|
75
|
-
materialSymbolsName(): any;
|
|
76
|
-
}, {
|
|
77
|
-
onClick($event: any): void;
|
|
78
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
79
|
-
filled: {
|
|
80
|
-
type: BooleanConstructor;
|
|
81
|
-
};
|
|
82
|
-
next: {
|
|
83
|
-
type: BooleanConstructor;
|
|
84
|
-
};
|
|
85
|
-
icon: {
|
|
86
|
-
type: StringConstructor;
|
|
87
|
-
default: null;
|
|
88
|
-
};
|
|
89
|
-
clickable: {
|
|
90
|
-
type: BooleanConstructor;
|
|
91
|
-
default: boolean;
|
|
92
|
-
};
|
|
93
|
-
size: {
|
|
94
|
-
type: StringConstructor;
|
|
95
|
-
default: string;
|
|
96
|
-
validator(value: unknown): boolean;
|
|
97
|
-
};
|
|
98
|
-
lineHeight: {
|
|
99
|
-
type: StringConstructor;
|
|
100
|
-
default: null;
|
|
101
|
-
validator(value: unknown): boolean;
|
|
102
|
-
};
|
|
103
|
-
scheme: {
|
|
104
|
-
type: StringConstructor;
|
|
105
|
-
default: string;
|
|
106
|
-
};
|
|
107
|
-
}>> & Readonly<{
|
|
108
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
109
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
110
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
45
|
+
click: (event: Event) => any;
|
|
46
|
+
mousedown: (event: Event) => any;
|
|
47
|
+
mouseup: (event: Event) => any;
|
|
48
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
49
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
50
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
51
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
111
52
|
}>, {
|
|
112
53
|
filled: boolean;
|
|
113
54
|
next: boolean;
|
|
114
|
-
icon: string;
|
|
55
|
+
icon: string | null;
|
|
115
56
|
clickable: boolean;
|
|
116
|
-
size:
|
|
117
|
-
lineHeight:
|
|
118
|
-
scheme:
|
|
119
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
57
|
+
size: import('../Icon.vue').IconSize;
|
|
58
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
59
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
60
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
120
61
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
121
62
|
export default _default;
|
|
122
63
|
//# sourceMappingURL=ChatsNavbar.vue.d.ts.map
|
|
@@ -61,82 +61,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
61
61
|
active: boolean;
|
|
62
62
|
photoUrl: string;
|
|
63
63
|
}, {}, {
|
|
64
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
type: StringConstructor;
|
|
73
|
-
default: null;
|
|
74
|
-
};
|
|
75
|
-
clickable: {
|
|
76
|
-
type: BooleanConstructor;
|
|
77
|
-
default: boolean;
|
|
78
|
-
};
|
|
79
|
-
size: {
|
|
80
|
-
type: StringConstructor;
|
|
81
|
-
default: string;
|
|
82
|
-
validator(value: unknown): boolean;
|
|
83
|
-
};
|
|
84
|
-
lineHeight: {
|
|
85
|
-
type: StringConstructor;
|
|
86
|
-
default: null;
|
|
87
|
-
validator(value: unknown): boolean;
|
|
88
|
-
};
|
|
89
|
-
scheme: {
|
|
90
|
-
type: StringConstructor;
|
|
91
|
-
default: string;
|
|
92
|
-
};
|
|
93
|
-
}>, {}, {}, {
|
|
94
|
-
svg(): any;
|
|
95
|
-
materialSymbolsName(): any;
|
|
96
|
-
}, {
|
|
97
|
-
onClick($event: any): void;
|
|
98
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
99
|
-
filled: {
|
|
100
|
-
type: BooleanConstructor;
|
|
101
|
-
};
|
|
102
|
-
next: {
|
|
103
|
-
type: BooleanConstructor;
|
|
104
|
-
};
|
|
105
|
-
icon: {
|
|
106
|
-
type: StringConstructor;
|
|
107
|
-
default: null;
|
|
108
|
-
};
|
|
109
|
-
clickable: {
|
|
110
|
-
type: BooleanConstructor;
|
|
111
|
-
default: boolean;
|
|
112
|
-
};
|
|
113
|
-
size: {
|
|
114
|
-
type: StringConstructor;
|
|
115
|
-
default: string;
|
|
116
|
-
validator(value: unknown): boolean;
|
|
117
|
-
};
|
|
118
|
-
lineHeight: {
|
|
119
|
-
type: StringConstructor;
|
|
120
|
-
default: null;
|
|
121
|
-
validator(value: unknown): boolean;
|
|
122
|
-
};
|
|
123
|
-
scheme: {
|
|
124
|
-
type: StringConstructor;
|
|
125
|
-
default: string;
|
|
126
|
-
};
|
|
127
|
-
}>> & Readonly<{
|
|
128
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
129
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
130
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
64
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
65
|
+
click: (event: Event) => any;
|
|
66
|
+
mousedown: (event: Event) => any;
|
|
67
|
+
mouseup: (event: Event) => any;
|
|
68
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
69
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
70
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
71
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
131
72
|
}>, {
|
|
132
73
|
filled: boolean;
|
|
133
74
|
next: boolean;
|
|
134
|
-
icon: string;
|
|
75
|
+
icon: string | null;
|
|
135
76
|
clickable: boolean;
|
|
136
|
-
size:
|
|
137
|
-
lineHeight:
|
|
138
|
-
scheme:
|
|
139
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
77
|
+
size: import('../Icon.vue').IconSize;
|
|
78
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
79
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
80
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
140
81
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
141
82
|
export default _default;
|
|
142
83
|
//# sourceMappingURL=ChatsUserAvatar.vue.d.ts.map
|
|
@@ -51,82 +51,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
51
|
modelValue: string | boolean;
|
|
52
52
|
textRight: string;
|
|
53
53
|
}, {}, {
|
|
54
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
type: StringConstructor;
|
|
63
|
-
default: null;
|
|
64
|
-
};
|
|
65
|
-
clickable: {
|
|
66
|
-
type: BooleanConstructor;
|
|
67
|
-
default: boolean;
|
|
68
|
-
};
|
|
69
|
-
size: {
|
|
70
|
-
type: StringConstructor;
|
|
71
|
-
default: string;
|
|
72
|
-
validator(value: unknown): boolean;
|
|
73
|
-
};
|
|
74
|
-
lineHeight: {
|
|
75
|
-
type: StringConstructor;
|
|
76
|
-
default: null;
|
|
77
|
-
validator(value: unknown): boolean;
|
|
78
|
-
};
|
|
79
|
-
scheme: {
|
|
80
|
-
type: StringConstructor;
|
|
81
|
-
default: string;
|
|
82
|
-
};
|
|
83
|
-
}>, {}, {}, {
|
|
84
|
-
svg(): any;
|
|
85
|
-
materialSymbolsName(): any;
|
|
86
|
-
}, {
|
|
87
|
-
onClick($event: any): void;
|
|
88
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
89
|
-
filled: {
|
|
90
|
-
type: BooleanConstructor;
|
|
91
|
-
};
|
|
92
|
-
next: {
|
|
93
|
-
type: BooleanConstructor;
|
|
94
|
-
};
|
|
95
|
-
icon: {
|
|
96
|
-
type: StringConstructor;
|
|
97
|
-
default: null;
|
|
98
|
-
};
|
|
99
|
-
clickable: {
|
|
100
|
-
type: BooleanConstructor;
|
|
101
|
-
default: boolean;
|
|
102
|
-
};
|
|
103
|
-
size: {
|
|
104
|
-
type: StringConstructor;
|
|
105
|
-
default: string;
|
|
106
|
-
validator(value: unknown): boolean;
|
|
107
|
-
};
|
|
108
|
-
lineHeight: {
|
|
109
|
-
type: StringConstructor;
|
|
110
|
-
default: null;
|
|
111
|
-
validator(value: unknown): boolean;
|
|
112
|
-
};
|
|
113
|
-
scheme: {
|
|
114
|
-
type: StringConstructor;
|
|
115
|
-
default: string;
|
|
116
|
-
};
|
|
117
|
-
}>> & Readonly<{
|
|
118
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
119
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
120
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
54
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
55
|
+
click: (event: Event) => any;
|
|
56
|
+
mousedown: (event: Event) => any;
|
|
57
|
+
mouseup: (event: Event) => any;
|
|
58
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
59
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
60
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
61
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
121
62
|
}>, {
|
|
122
63
|
filled: boolean;
|
|
123
64
|
next: boolean;
|
|
124
|
-
icon: string;
|
|
65
|
+
icon: string | null;
|
|
125
66
|
clickable: boolean;
|
|
126
|
-
size:
|
|
127
|
-
lineHeight:
|
|
128
|
-
scheme:
|
|
129
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
67
|
+
size: import('../Icon.vue').IconSize;
|
|
68
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
69
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
70
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
130
71
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
131
72
|
export default _default;
|
|
132
73
|
//# sourceMappingURL=Checkbox.vue.d.ts.map
|
|
@@ -189,8 +189,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
189
189
|
}>, {
|
|
190
190
|
label: string;
|
|
191
191
|
mask: string | unknown[];
|
|
192
|
-
type: string;
|
|
193
192
|
size: string;
|
|
193
|
+
type: string;
|
|
194
194
|
message: string;
|
|
195
195
|
modelValue: string;
|
|
196
196
|
nativeType: string;
|
|
@@ -258,7 +258,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
258
258
|
}, {
|
|
259
259
|
isDisabled(): unknown;
|
|
260
260
|
iconRightSvg(): string;
|
|
261
|
-
iconScheme(): "
|
|
261
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
262
262
|
attributes(): any;
|
|
263
263
|
}, {
|
|
264
264
|
focus(): void;
|
|
@@ -320,8 +320,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
320
320
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
321
321
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
322
322
|
}>, {
|
|
323
|
-
type: string;
|
|
324
323
|
size: string;
|
|
324
|
+
type: string;
|
|
325
325
|
modelValue: string;
|
|
326
326
|
nativeType: string;
|
|
327
327
|
placeholder: string;
|
|
@@ -393,8 +393,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
393
393
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
394
394
|
}>, {
|
|
395
395
|
mask: string | unknown[];
|
|
396
|
-
type: string;
|
|
397
396
|
size: string;
|
|
397
|
+
type: string;
|
|
398
398
|
hasIconLeft: boolean;
|
|
399
399
|
hasIconRight: boolean;
|
|
400
400
|
modelValue: string;
|
|
@@ -402,82 +402,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
402
402
|
}, {}, {}, {
|
|
403
403
|
mask: any;
|
|
404
404
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
405
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
type: StringConstructor;
|
|
414
|
-
default: null;
|
|
415
|
-
};
|
|
416
|
-
clickable: {
|
|
417
|
-
type: BooleanConstructor;
|
|
418
|
-
default: boolean;
|
|
419
|
-
};
|
|
420
|
-
size: {
|
|
421
|
-
type: StringConstructor;
|
|
422
|
-
default: string;
|
|
423
|
-
validator(value: unknown): boolean;
|
|
424
|
-
};
|
|
425
|
-
lineHeight: {
|
|
426
|
-
type: StringConstructor;
|
|
427
|
-
default: null;
|
|
428
|
-
validator(value: unknown): boolean;
|
|
429
|
-
};
|
|
430
|
-
scheme: {
|
|
431
|
-
type: StringConstructor;
|
|
432
|
-
default: string;
|
|
433
|
-
};
|
|
434
|
-
}>, {}, {}, {
|
|
435
|
-
svg(): any;
|
|
436
|
-
materialSymbolsName(): any;
|
|
437
|
-
}, {
|
|
438
|
-
onClick($event: any): void;
|
|
439
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
440
|
-
filled: {
|
|
441
|
-
type: BooleanConstructor;
|
|
442
|
-
};
|
|
443
|
-
next: {
|
|
444
|
-
type: BooleanConstructor;
|
|
445
|
-
};
|
|
446
|
-
icon: {
|
|
447
|
-
type: StringConstructor;
|
|
448
|
-
default: null;
|
|
449
|
-
};
|
|
450
|
-
clickable: {
|
|
451
|
-
type: BooleanConstructor;
|
|
452
|
-
default: boolean;
|
|
453
|
-
};
|
|
454
|
-
size: {
|
|
455
|
-
type: StringConstructor;
|
|
456
|
-
default: string;
|
|
457
|
-
validator(value: unknown): boolean;
|
|
458
|
-
};
|
|
459
|
-
lineHeight: {
|
|
460
|
-
type: StringConstructor;
|
|
461
|
-
default: null;
|
|
462
|
-
validator(value: unknown): boolean;
|
|
463
|
-
};
|
|
464
|
-
scheme: {
|
|
465
|
-
type: StringConstructor;
|
|
466
|
-
default: string;
|
|
467
|
-
};
|
|
468
|
-
}>> & Readonly<{
|
|
469
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
470
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
471
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
405
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
406
|
+
click: (event: Event) => any;
|
|
407
|
+
mousedown: (event: Event) => any;
|
|
408
|
+
mouseup: (event: Event) => any;
|
|
409
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
410
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
411
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
412
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
472
413
|
}>, {
|
|
473
414
|
filled: boolean;
|
|
474
415
|
next: boolean;
|
|
475
|
-
icon: string;
|
|
416
|
+
icon: string | null;
|
|
476
417
|
clickable: boolean;
|
|
477
|
-
size:
|
|
478
|
-
lineHeight:
|
|
479
|
-
scheme:
|
|
480
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
418
|
+
size: import('../Icon.vue').IconSize;
|
|
419
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
420
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
421
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
481
422
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
482
423
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
483
424
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|