@weni/unnnic-system 3.2.9-alpha.7 → 3.2.9
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 +2 -1
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +119 -18
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +38 -2
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +2 -2
- package/dist/components/Banner/Banner.vue.d.ts +1 -1
- package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +2 -2
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
- package/dist/components/Button/types.d.ts +1 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +3 -3
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +21 -21
- package/dist/components/Card/CardCompany.vue.d.ts +8 -8
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -4
- package/dist/components/Card/ContentCard.vue.d.ts +2 -2
- package/dist/components/Card/DashCard.vue.d.ts +4 -4
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
- package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
- package/dist/components/Card/StatusCard.vue.d.ts +2 -2
- package/dist/components/Card/TitleCard.vue.d.ts +2 -2
- package/dist/components/CardImage/CardImage.vue.d.ts +8 -8
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +11 -11
- package/dist/components/Carousel/TagCarousel.vue.d.ts +9 -9
- package/dist/components/ChartBar/ChartBar.vue.d.ts +8 -8
- package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
- package/dist/components/ChatText/ChatText.vue.d.ts +2 -2
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +15 -15
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +5 -5
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
- package/dist/components/DataTable/index.vue.d.ts +1 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +27 -149
- 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 +32 -38
- 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 +1 -28
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +27 -149
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +13 -67
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +37 -159
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +15 -9
- 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 +35 -157
- 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 +7 -7
- 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 +2 -2
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +27 -81
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +4 -4
- package/dist/components/SelectTime/index.vue.d.ts +13 -67
- 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 +2 -2
- package/dist/components/Tab/Tab.vue.d.ts +2 -13
- 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/TextArea/TextArea.vue.d.ts +32 -38
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- 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 +1079 -1889
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-1bd57600.js → es-1ca6f2cf.mjs} +1 -1
- package/dist/{index-4cd729ce.js → index-ca7d12b1.mjs} +8247 -8577
- package/dist/locales/en.json.d.ts +1 -2
- package/dist/locales/es.json.d.ts +1 -2
- package/dist/locales/pt_br.json.d.ts +1 -2
- package/dist/{pt-br-59f06c05.js → pt-br-2d5000b1.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +182 -0
- package/dist/{unnnic.umd.cjs → unnnic.umd.js} +41 -42
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/assets/scss/scheme-colors.scss +4 -131
- package/src/assets/tokens/colors.json +2 -2
- package/src/components/Alert/Alert.vue +135 -26
- package/src/components/Alert/AlertBanner.vue +182 -0
- package/src/components/Alert/AlertCaller.vue +49 -0
- package/src/components/Alert/Version1dot1.vue +36 -0
- package/src/components/Alert/__tests__/AlertBanner.spec.js +89 -0
- package/src/components/Alert/__tests__/AlertCaller.spec.js +98 -0
- package/src/components/Button/Button.vue +108 -60
- package/src/components/Button/types.ts +1 -0
- package/src/components/FormElement/FormElement.vue +91 -51
- package/src/components/Input/BaseInput.vue +14 -22
- package/src/components/Input/Input.scss +21 -19
- package/src/components/Input/Input.vue +29 -85
- package/src/components/Input/TextInput.vue +42 -39
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +3 -12
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/Label/Label.vue +21 -52
- 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 +0 -1
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- package/src/components/Tab/Tab.vue +23 -37
- 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/TextArea/TextArea.vue +9 -13
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
- package/src/components/index.ts +4 -18
- package/src/locales/en.json +1 -2
- package/src/locales/es.json +1 -2
- package/src/locales/pt_br.json +1 -2
- package/src/stories/Alert.stories.js +67 -6
- package/src/stories/Button.stories.js +17 -2
- package/src/stories/Input.stories.js +3 -16
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Tab.stories.js +4 -11
- package/src/types/scheme-colors.d.ts +14 -120
- package/src/utils/call.js +18 -46
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts +0 -9
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +0 -1
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +0 -15
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +0 -1
- package/dist/components/Toast/Toast.vue.d.ts +0 -16
- package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
- package/dist/components/Toast/ToastManager.d.ts +0 -14
- package/dist/components/Toast/ToastManager.d.ts.map +0 -1
- package/dist/components/Toast/types.d.ts +0 -35
- package/dist/components/Toast/types.d.ts.map +0 -1
- package/dist/unnnic.js +0 -188
- 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/components/Popover/__tests__/Popover.spec.js +0 -147
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
- package/src/components/Popover/index.vue +0 -146
- package/src/components/Select/SelectOption.vue +0 -65
- package/src/components/Select/__tests__/Select.spec.js +0 -412
- package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
- package/src/components/Select/__tests__/SelectOption.spec.js +0 -174
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -93
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
- package/src/components/Select/index.vue +0 -243
- package/src/components/TemplatePreview/TemplatePreview.vue +0 -252
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +0 -51
- package/src/components/TemplatePreview/types.d.ts +0 -16
- package/src/components/Toast/Toast.vue +0 -236
- package/src/components/Toast/ToastManager.ts +0 -110
- package/src/components/Toast/types.ts +0 -57
- package/src/stories/Popover.stories.js +0 -39
- package/src/stories/Select.stories.js +0 -91
- package/src/stories/TemplatePreview.stories.js +0 -94
- package/src/stories/TemplatePreviewModal.stories.js +0 -110
- package/src/stories/Toast.mdx +0 -123
- package/src/stories/Toast.stories.js +0 -126
|
@@ -172,8 +172,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
172
172
|
};
|
|
173
173
|
}>> & Readonly<{}>, {
|
|
174
174
|
text: string;
|
|
175
|
-
enabled: boolean;
|
|
176
175
|
forceOpen: boolean;
|
|
176
|
+
enabled: boolean;
|
|
177
177
|
side: string;
|
|
178
178
|
maxWidth: string;
|
|
179
179
|
shortcutText: string;
|
|
@@ -188,11 +188,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
188
188
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
189
189
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
190
190
|
}>, {
|
|
191
|
-
size: import('../Icon.vue').IconSize;
|
|
192
191
|
filled: boolean;
|
|
193
192
|
next: boolean;
|
|
194
193
|
icon: string | null;
|
|
195
194
|
clickable: boolean;
|
|
195
|
+
size: import('../Icon.vue').IconSize;
|
|
196
196
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
197
197
|
scheme: import('../Icon.vue').SchemeColor;
|
|
198
198
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -33,11 +33,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
33
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
34
34
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
35
35
|
}>, {
|
|
36
|
-
size: import('../Icon.vue').IconSize;
|
|
37
36
|
filled: boolean;
|
|
38
37
|
next: boolean;
|
|
39
38
|
icon: string | null;
|
|
40
39
|
clickable: boolean;
|
|
40
|
+
size: import('../Icon.vue').IconSize;
|
|
41
41
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
42
42
|
scheme: import('../Icon.vue').SchemeColor;
|
|
43
43
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -27,7 +27,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
27
27
|
isActive: boolean;
|
|
28
28
|
}, {
|
|
29
29
|
currentIcon(): "switch-selected-disabled" | "switch-default-disabled" | "switch-default";
|
|
30
|
-
iconSize(): "
|
|
30
|
+
iconSize(): "sm" | "md";
|
|
31
31
|
iconScheme(): "neutral-soft" | "brand-weni";
|
|
32
32
|
iconLineHeight(): "" | "sm";
|
|
33
33
|
}, {
|
|
@@ -76,11 +76,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
76
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
77
77
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
78
78
|
}>, {
|
|
79
|
-
size: import('../Icon.vue').IconSize;
|
|
80
79
|
filled: boolean;
|
|
81
80
|
next: boolean;
|
|
82
81
|
icon: string | null;
|
|
83
82
|
clickable: boolean;
|
|
83
|
+
size: import('../Icon.vue').IconSize;
|
|
84
84
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
85
85
|
scheme: import('../Icon.vue').SchemeColor;
|
|
86
86
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -15,11 +15,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15
15
|
tabs: {
|
|
16
16
|
type: ArrayConstructor;
|
|
17
17
|
default: null;
|
|
18
|
-
validator: (tabs: unknown) => any;
|
|
19
|
-
};
|
|
20
|
-
disabledTabs: {
|
|
21
|
-
type: ArrayConstructor;
|
|
22
|
-
default: null;
|
|
23
18
|
};
|
|
24
19
|
}>, {}, {
|
|
25
20
|
localValue: string;
|
|
@@ -47,11 +42,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
47
42
|
tabs: {
|
|
48
43
|
type: ArrayConstructor;
|
|
49
44
|
default: null;
|
|
50
|
-
validator: (tabs: unknown) => any;
|
|
51
|
-
};
|
|
52
|
-
disabledTabs: {
|
|
53
|
-
type: ArrayConstructor;
|
|
54
|
-
default: null;
|
|
55
45
|
};
|
|
56
46
|
}>> & Readonly<{
|
|
57
47
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -60,7 +50,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
50
|
activeTab: string;
|
|
61
51
|
initialTab: string;
|
|
62
52
|
tabs: unknown[];
|
|
63
|
-
disabledTabs: unknown[];
|
|
64
53
|
}, {}, {
|
|
65
54
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
66
55
|
click: (event: Event) => any;
|
|
@@ -71,11 +60,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
71
60
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
72
61
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
73
62
|
}>, {
|
|
74
|
-
size: import('../Icon.vue').IconSize;
|
|
75
63
|
filled: boolean;
|
|
76
64
|
next: boolean;
|
|
77
65
|
icon: string | null;
|
|
78
66
|
clickable: boolean;
|
|
67
|
+
size: import('../Icon.vue').IconSize;
|
|
79
68
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
80
69
|
scheme: import('../Icon.vue').SchemeColor;
|
|
81
70
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -147,8 +136,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
136
|
};
|
|
148
137
|
}>> & Readonly<{}>, {
|
|
149
138
|
text: string;
|
|
150
|
-
enabled: boolean;
|
|
151
139
|
forceOpen: boolean;
|
|
140
|
+
enabled: boolean;
|
|
152
141
|
side: string;
|
|
153
142
|
maxWidth: string;
|
|
154
143
|
shortcutText: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
cell: {
|
|
3
|
-
type: (
|
|
3
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
}>, {}, {}, {}, {
|
|
7
7
|
getIsComponent(cell: any): boolean;
|
|
8
8
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
9
|
cell: {
|
|
10
|
-
type: (
|
|
10
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
13
|
}>> & Readonly<{}>, {
|
|
@@ -109,11 +109,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
109
|
}, {}, {
|
|
110
110
|
UnnnicButton: {
|
|
111
111
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
112
|
+
text: string;
|
|
113
|
+
next: boolean;
|
|
112
114
|
size: import('../Button/types').ButtonSize;
|
|
113
115
|
type: import('../Button/types').ButtonType;
|
|
114
116
|
disabled: boolean;
|
|
115
|
-
text: string;
|
|
116
|
-
next: boolean;
|
|
117
117
|
iconLeft: string;
|
|
118
118
|
iconRight: string;
|
|
119
119
|
float: boolean;
|
|
@@ -128,11 +128,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
128
128
|
M: {};
|
|
129
129
|
Defaults: {};
|
|
130
130
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
131
|
+
text: string;
|
|
132
|
+
next: boolean;
|
|
131
133
|
size: import('../Button/types').ButtonSize;
|
|
132
134
|
type: import('../Button/types').ButtonType;
|
|
133
135
|
disabled: boolean;
|
|
134
|
-
text: string;
|
|
135
|
-
next: boolean;
|
|
136
136
|
iconLeft: string;
|
|
137
137
|
iconRight: string;
|
|
138
138
|
float: boolean;
|
|
@@ -144,11 +144,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
144
144
|
__isTeleport?: never;
|
|
145
145
|
__isSuspense?: never;
|
|
146
146
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
147
|
+
text: string;
|
|
148
|
+
next: boolean;
|
|
147
149
|
size: import('../Button/types').ButtonSize;
|
|
148
150
|
type: import('../Button/types').ButtonType;
|
|
149
151
|
disabled: boolean;
|
|
150
|
-
text: string;
|
|
151
|
-
next: boolean;
|
|
152
152
|
iconLeft: string;
|
|
153
153
|
iconRight: string;
|
|
154
154
|
float: boolean;
|
|
@@ -31,11 +31,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
31
31
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
32
32
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
|
-
size: import('../Icon.vue').IconSize;
|
|
35
34
|
filled: boolean;
|
|
36
35
|
next: boolean;
|
|
37
36
|
icon: string | null;
|
|
38
37
|
clickable: boolean;
|
|
38
|
+
size: import('../Icon.vue').IconSize;
|
|
39
39
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
40
40
|
scheme: import('../Icon.vue').SchemeColor;
|
|
41
41
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -27,9 +27,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
29
|
}>> & Readonly<{}>, {
|
|
30
|
-
disabled: boolean;
|
|
31
30
|
text: string;
|
|
32
31
|
clickable: boolean;
|
|
32
|
+
disabled: boolean;
|
|
33
33
|
}, {}, {
|
|
34
34
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
35
35
|
click: (event: Event) => any;
|
|
@@ -40,11 +40,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
40
40
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
41
41
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
42
42
|
}>, {
|
|
43
|
-
size: import('../Icon.vue').IconSize;
|
|
44
43
|
filled: boolean;
|
|
45
44
|
next: boolean;
|
|
46
45
|
icon: string | null;
|
|
47
46
|
clickable: boolean;
|
|
47
|
+
size: import('../Icon.vue').IconSize;
|
|
48
48
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
49
49
|
scheme: import('../Icon.vue').SchemeColor;
|
|
50
50
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -60,10 +60,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
60
|
default: null;
|
|
61
61
|
};
|
|
62
62
|
}>> & Readonly<{}>, {
|
|
63
|
-
disabled: boolean;
|
|
64
63
|
text: string;
|
|
65
64
|
clickable: boolean;
|
|
66
65
|
scheme: string;
|
|
66
|
+
disabled: boolean;
|
|
67
67
|
hasCloseIcon: boolean;
|
|
68
68
|
leftIcon: string;
|
|
69
69
|
rightIcon: string;
|
|
@@ -77,11 +77,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
77
77
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
78
78
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
79
79
|
}>, {
|
|
80
|
-
size: import('../Icon.vue').IconSize;
|
|
81
80
|
filled: boolean;
|
|
82
81
|
next: boolean;
|
|
83
82
|
icon: string | null;
|
|
84
83
|
clickable: boolean;
|
|
84
|
+
size: import('../Icon.vue').IconSize;
|
|
85
85
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
86
86
|
scheme: import('../Icon.vue').SchemeColor;
|
|
87
87
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -65,11 +65,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
65
65
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
66
66
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
67
67
|
}>, {
|
|
68
|
-
size: import('../Icon.vue').IconSize;
|
|
69
68
|
filled: boolean;
|
|
70
69
|
next: boolean;
|
|
71
70
|
icon: string | null;
|
|
72
71
|
clickable: boolean;
|
|
72
|
+
size: import('../Icon.vue').IconSize;
|
|
73
73
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
74
74
|
scheme: import('../Icon.vue').SchemeColor;
|
|
75
75
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -141,8 +141,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
141
141
|
};
|
|
142
142
|
}>> & Readonly<{}>, {
|
|
143
143
|
text: string;
|
|
144
|
-
enabled: boolean;
|
|
145
144
|
forceOpen: boolean;
|
|
145
|
+
enabled: boolean;
|
|
146
146
|
side: string;
|
|
147
147
|
maxWidth: string;
|
|
148
148
|
shortcutText: string;
|
|
@@ -111,10 +111,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
111
111
|
default: null;
|
|
112
112
|
};
|
|
113
113
|
}>> & Readonly<{}>, {
|
|
114
|
-
disabled: boolean;
|
|
115
114
|
text: string;
|
|
116
115
|
clickable: boolean;
|
|
117
116
|
scheme: string;
|
|
117
|
+
disabled: boolean;
|
|
118
118
|
hasCloseIcon: boolean;
|
|
119
119
|
leftIcon: string;
|
|
120
120
|
rightIcon: string;
|
|
@@ -128,11 +128,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
128
128
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
129
129
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
130
130
|
}>, {
|
|
131
|
-
size: import('../Icon.vue').IconSize;
|
|
132
131
|
filled: boolean;
|
|
133
132
|
next: boolean;
|
|
134
133
|
icon: string | null;
|
|
135
134
|
clickable: boolean;
|
|
135
|
+
size: import('../Icon.vue').IconSize;
|
|
136
136
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
137
137
|
scheme: import('../Icon.vue').SchemeColor;
|
|
138
138
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -203,11 +203,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
203
203
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
204
204
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
205
205
|
}>, {
|
|
206
|
-
size: import('../Icon.vue').IconSize;
|
|
207
206
|
filled: boolean;
|
|
208
207
|
next: boolean;
|
|
209
208
|
icon: string | null;
|
|
210
209
|
clickable: boolean;
|
|
210
|
+
size: import('../Icon.vue').IconSize;
|
|
211
211
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
212
212
|
scheme: import('../Icon.vue').SchemeColor;
|
|
213
213
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -279,8 +279,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
279
279
|
};
|
|
280
280
|
}>> & Readonly<{}>, {
|
|
281
281
|
text: string;
|
|
282
|
-
enabled: boolean;
|
|
283
282
|
forceOpen: boolean;
|
|
283
|
+
enabled: boolean;
|
|
284
284
|
side: string;
|
|
285
285
|
maxWidth: string;
|
|
286
286
|
shortcutText: string;
|
|
@@ -315,9 +315,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
315
315
|
default: boolean;
|
|
316
316
|
};
|
|
317
317
|
}>> & Readonly<{}>, {
|
|
318
|
-
disabled: boolean;
|
|
319
318
|
text: string;
|
|
320
319
|
clickable: boolean;
|
|
320
|
+
disabled: boolean;
|
|
321
321
|
}, {}, {
|
|
322
322
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
323
323
|
click: (event: Event) => any;
|
|
@@ -328,11 +328,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
328
328
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
329
329
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
330
330
|
}>, {
|
|
331
|
-
size: import('../Icon.vue').IconSize;
|
|
332
331
|
filled: boolean;
|
|
333
332
|
next: boolean;
|
|
334
333
|
icon: string | null;
|
|
335
334
|
clickable: boolean;
|
|
335
|
+
size: import('../Icon.vue').IconSize;
|
|
336
336
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
337
337
|
scheme: import('../Icon.vue').SchemeColor;
|
|
338
338
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -409,11 +409,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
409
409
|
default: string;
|
|
410
410
|
};
|
|
411
411
|
}>> & Readonly<{}>, {
|
|
412
|
-
type: string;
|
|
413
|
-
disabled: boolean;
|
|
414
412
|
text: string;
|
|
415
413
|
clickable: boolean;
|
|
416
414
|
scheme: string;
|
|
415
|
+
type: string;
|
|
416
|
+
disabled: boolean;
|
|
417
417
|
hasCloseIcon: boolean;
|
|
418
418
|
leftIcon: string;
|
|
419
419
|
rightIcon: string;
|
|
@@ -83,27 +83,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
83
83
|
default: string;
|
|
84
84
|
validator: (size: unknown) => boolean;
|
|
85
85
|
};
|
|
86
|
-
label:
|
|
87
|
-
|
|
88
|
-
default: string;
|
|
89
|
-
};
|
|
90
|
-
fixedLabel: {
|
|
91
|
-
type: BooleanConstructor;
|
|
92
|
-
default: boolean;
|
|
93
|
-
};
|
|
86
|
+
label: StringConstructor;
|
|
87
|
+
fixedLabel: BooleanConstructor;
|
|
94
88
|
error: {
|
|
95
|
-
type: (
|
|
96
|
-
default: boolean;
|
|
97
|
-
};
|
|
98
|
-
message: {
|
|
99
|
-
type: StringConstructor;
|
|
100
|
-
default: string;
|
|
101
|
-
};
|
|
102
|
-
disabled: {
|
|
103
|
-
type: BooleanConstructor;
|
|
89
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
104
90
|
default: boolean;
|
|
105
91
|
};
|
|
106
|
-
|
|
92
|
+
message: StringConstructor;
|
|
93
|
+
disabled: BooleanConstructor;
|
|
94
|
+
}>, {}, {}, {
|
|
95
|
+
shouldShowErrorSection(): boolean | "";
|
|
96
|
+
}, {
|
|
107
97
|
fullySanitize: typeof fullySanitize;
|
|
108
98
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
109
99
|
size: {
|
|
@@ -111,34 +101,38 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
111
101
|
default: string;
|
|
112
102
|
validator: (size: unknown) => boolean;
|
|
113
103
|
};
|
|
114
|
-
label:
|
|
115
|
-
|
|
116
|
-
default: string;
|
|
117
|
-
};
|
|
118
|
-
fixedLabel: {
|
|
119
|
-
type: BooleanConstructor;
|
|
120
|
-
default: boolean;
|
|
121
|
-
};
|
|
104
|
+
label: StringConstructor;
|
|
105
|
+
fixedLabel: BooleanConstructor;
|
|
122
106
|
error: {
|
|
123
|
-
type: (
|
|
124
|
-
default: boolean;
|
|
125
|
-
};
|
|
126
|
-
message: {
|
|
127
|
-
type: StringConstructor;
|
|
128
|
-
default: string;
|
|
129
|
-
};
|
|
130
|
-
disabled: {
|
|
131
|
-
type: BooleanConstructor;
|
|
107
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
132
108
|
default: boolean;
|
|
133
109
|
};
|
|
110
|
+
message: StringConstructor;
|
|
111
|
+
disabled: BooleanConstructor;
|
|
134
112
|
}>> & Readonly<{}>, {
|
|
135
113
|
error: string | boolean;
|
|
136
114
|
size: string;
|
|
137
|
-
label: string;
|
|
138
115
|
fixedLabel: boolean;
|
|
139
|
-
message: string;
|
|
140
116
|
disabled: boolean;
|
|
141
|
-
}, {}, {
|
|
117
|
+
}, {}, {
|
|
118
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
119
|
+
click: (event: Event) => any;
|
|
120
|
+
mousedown: (event: Event) => any;
|
|
121
|
+
mouseup: (event: Event) => any;
|
|
122
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
123
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
124
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
125
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
126
|
+
}>, {
|
|
127
|
+
filled: boolean;
|
|
128
|
+
next: boolean;
|
|
129
|
+
icon: string | null;
|
|
130
|
+
clickable: boolean;
|
|
131
|
+
size: import('../Icon.vue').IconSize;
|
|
132
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
133
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
134
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
135
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
142
136
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
143
137
|
export default _default;
|
|
144
138
|
//# sourceMappingURL=TextArea.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextArea.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.vue"],"names":[],"mappings":"AA6BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAqI8B,sBAAsB"}
|
|
@@ -162,11 +162,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
162
162
|
}>, {}, {}, {
|
|
163
163
|
UnnnicButton: {
|
|
164
164
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
165
|
+
text: string;
|
|
166
|
+
next: boolean;
|
|
165
167
|
size: import('../Button/types').ButtonSize;
|
|
166
168
|
type: import('../Button/types').ButtonType;
|
|
167
169
|
disabled: boolean;
|
|
168
|
-
text: string;
|
|
169
|
-
next: boolean;
|
|
170
170
|
iconLeft: string;
|
|
171
171
|
iconRight: string;
|
|
172
172
|
float: boolean;
|
|
@@ -181,11 +181,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
181
181
|
M: {};
|
|
182
182
|
Defaults: {};
|
|
183
183
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
184
|
+
text: string;
|
|
185
|
+
next: boolean;
|
|
184
186
|
size: import('../Button/types').ButtonSize;
|
|
185
187
|
type: import('../Button/types').ButtonType;
|
|
186
188
|
disabled: boolean;
|
|
187
|
-
text: string;
|
|
188
|
-
next: boolean;
|
|
189
189
|
iconLeft: string;
|
|
190
190
|
iconRight: string;
|
|
191
191
|
float: boolean;
|
|
@@ -197,11 +197,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
197
197
|
__isTeleport?: never;
|
|
198
198
|
__isSuspense?: never;
|
|
199
199
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
200
|
+
text: string;
|
|
201
|
+
next: boolean;
|
|
200
202
|
size: import('../Button/types').ButtonSize;
|
|
201
203
|
type: import('../Button/types').ButtonType;
|
|
202
204
|
disabled: boolean;
|
|
203
|
-
text: string;
|
|
204
|
-
next: boolean;
|
|
205
205
|
iconLeft: string;
|
|
206
206
|
iconRight: string;
|
|
207
207
|
float: boolean;
|
|
@@ -73,11 +73,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
73
73
|
}>, {}, {}, {
|
|
74
74
|
UnnnicButton: {
|
|
75
75
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/Button.vue').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
76
|
+
text: string;
|
|
77
|
+
next: boolean;
|
|
76
78
|
size: import('../Button/Button.vue').ButtonSize;
|
|
77
79
|
type: import('../Button/Button.vue').ButtonType;
|
|
78
80
|
disabled: boolean;
|
|
79
|
-
text: string;
|
|
80
|
-
next: boolean;
|
|
81
81
|
iconLeft: string;
|
|
82
82
|
iconRight: string;
|
|
83
83
|
float: boolean;
|
|
@@ -92,11 +92,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
92
92
|
M: {};
|
|
93
93
|
Defaults: {};
|
|
94
94
|
}, Readonly<import('../Button/Button.vue').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
95
|
+
text: string;
|
|
96
|
+
next: boolean;
|
|
95
97
|
size: import('../Button/Button.vue').ButtonSize;
|
|
96
98
|
type: import('../Button/Button.vue').ButtonType;
|
|
97
99
|
disabled: boolean;
|
|
98
|
-
text: string;
|
|
99
|
-
next: boolean;
|
|
100
100
|
iconLeft: string;
|
|
101
101
|
iconRight: string;
|
|
102
102
|
float: boolean;
|
|
@@ -108,11 +108,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
108
108
|
__isTeleport?: never;
|
|
109
109
|
__isSuspense?: never;
|
|
110
110
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/Button.vue').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
111
|
+
text: string;
|
|
112
|
+
next: boolean;
|
|
111
113
|
size: import('../Button/Button.vue').ButtonSize;
|
|
112
114
|
type: import('../Button/Button.vue').ButtonType;
|
|
113
115
|
disabled: boolean;
|
|
114
|
-
text: string;
|
|
115
|
-
next: boolean;
|
|
116
116
|
iconLeft: string;
|
|
117
117
|
iconRight: string;
|
|
118
118
|
float: boolean;
|
|
@@ -276,11 +276,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
276
276
|
}, {}, {
|
|
277
277
|
UnnnicButton: {
|
|
278
278
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
279
|
+
text: string;
|
|
280
|
+
next: boolean;
|
|
279
281
|
size: import('../Button/types').ButtonSize;
|
|
280
282
|
type: import('../Button/types').ButtonType;
|
|
281
283
|
disabled: boolean;
|
|
282
|
-
text: string;
|
|
283
|
-
next: boolean;
|
|
284
284
|
iconLeft: string;
|
|
285
285
|
iconRight: string;
|
|
286
286
|
float: boolean;
|
|
@@ -295,11 +295,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
295
295
|
M: {};
|
|
296
296
|
Defaults: {};
|
|
297
297
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
298
|
+
text: string;
|
|
299
|
+
next: boolean;
|
|
298
300
|
size: import('../Button/types').ButtonSize;
|
|
299
301
|
type: import('../Button/types').ButtonType;
|
|
300
302
|
disabled: boolean;
|
|
301
|
-
text: string;
|
|
302
|
-
next: boolean;
|
|
303
303
|
iconLeft: string;
|
|
304
304
|
iconRight: string;
|
|
305
305
|
float: boolean;
|
|
@@ -311,11 +311,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
311
311
|
__isTeleport?: never;
|
|
312
312
|
__isSuspense?: never;
|
|
313
313
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
314
|
+
text: string;
|
|
315
|
+
next: boolean;
|
|
314
316
|
size: import('../Button/types').ButtonSize;
|
|
315
317
|
type: import('../Button/types').ButtonType;
|
|
316
318
|
disabled: boolean;
|
|
317
|
-
text: string;
|
|
318
|
-
next: boolean;
|
|
319
319
|
iconLeft: string;
|
|
320
320
|
iconRight: string;
|
|
321
321
|
float: boolean;
|
|
@@ -336,11 +336,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
336
336
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
337
337
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
338
338
|
}>, {
|
|
339
|
-
size: import('../Icon.vue').IconSize;
|
|
340
339
|
filled: boolean;
|
|
341
340
|
next: boolean;
|
|
342
341
|
icon: string | null;
|
|
343
342
|
clickable: boolean;
|
|
343
|
+
size: import('../Icon.vue').IconSize;
|
|
344
344
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
345
345
|
scheme: import('../Icon.vue').SchemeColor;
|
|
346
346
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|