@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
|
@@ -32,6 +32,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
32
32
|
type: BooleanConstructor;
|
|
33
33
|
default: null;
|
|
34
34
|
};
|
|
35
|
+
iconRightSize: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
35
39
|
allowTogglePassword: {
|
|
36
40
|
type: BooleanConstructor;
|
|
37
41
|
default: null;
|
|
@@ -44,29 +48,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
44
48
|
type: StringConstructor;
|
|
45
49
|
default: string;
|
|
46
50
|
};
|
|
47
|
-
maxlength: {
|
|
48
|
-
type: NumberConstructor;
|
|
49
|
-
default: null;
|
|
50
|
-
};
|
|
51
|
-
disabled: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
readonly: {
|
|
56
|
-
type: BooleanConstructor;
|
|
57
|
-
default: boolean;
|
|
58
|
-
};
|
|
59
|
-
forceActiveStatus: {
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
default: boolean;
|
|
62
|
-
};
|
|
63
51
|
}>, {}, {
|
|
64
52
|
isFocused: boolean;
|
|
65
53
|
showPassword: boolean;
|
|
66
54
|
}, {
|
|
67
|
-
isDisabled():
|
|
55
|
+
isDisabled(): unknown;
|
|
68
56
|
iconRightSvg(): string;
|
|
69
|
-
iconScheme(): "
|
|
57
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
70
58
|
attributes(): any;
|
|
71
59
|
}, {
|
|
72
60
|
focus(): void;
|
|
@@ -108,6 +96,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
108
96
|
type: BooleanConstructor;
|
|
109
97
|
default: null;
|
|
110
98
|
};
|
|
99
|
+
iconRightSize: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
111
103
|
allowTogglePassword: {
|
|
112
104
|
type: BooleanConstructor;
|
|
113
105
|
default: null;
|
|
@@ -120,39 +112,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
120
112
|
type: StringConstructor;
|
|
121
113
|
default: string;
|
|
122
114
|
};
|
|
123
|
-
maxlength: {
|
|
124
|
-
type: NumberConstructor;
|
|
125
|
-
default: null;
|
|
126
|
-
};
|
|
127
|
-
disabled: {
|
|
128
|
-
type: BooleanConstructor;
|
|
129
|
-
default: boolean;
|
|
130
|
-
};
|
|
131
|
-
readonly: {
|
|
132
|
-
type: BooleanConstructor;
|
|
133
|
-
default: boolean;
|
|
134
|
-
};
|
|
135
|
-
forceActiveStatus: {
|
|
136
|
-
type: BooleanConstructor;
|
|
137
|
-
default: boolean;
|
|
138
|
-
};
|
|
139
115
|
}>> & Readonly<{
|
|
140
116
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
141
117
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
142
118
|
}>, {
|
|
143
119
|
size: string;
|
|
144
120
|
type: string;
|
|
145
|
-
disabled: boolean;
|
|
146
121
|
modelValue: string;
|
|
147
122
|
nativeType: string;
|
|
148
|
-
maxlength: number;
|
|
149
|
-
readonly: boolean;
|
|
150
|
-
forceActiveStatus: boolean;
|
|
151
123
|
placeholder: string;
|
|
152
124
|
iconLeft: string;
|
|
153
125
|
iconRight: string;
|
|
154
126
|
iconLeftClickable: boolean;
|
|
155
127
|
iconRightClickable: boolean;
|
|
128
|
+
iconRightSize: string;
|
|
156
129
|
allowTogglePassword: boolean;
|
|
157
130
|
hasCloudyColor: boolean;
|
|
158
131
|
}, {}, {
|
|
@@ -180,18 +153,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
180
153
|
};
|
|
181
154
|
hasIconLeft: BooleanConstructor;
|
|
182
155
|
hasIconRight: BooleanConstructor;
|
|
183
|
-
maxlength: {
|
|
184
|
-
type: NumberConstructor;
|
|
185
|
-
default: null;
|
|
186
|
-
};
|
|
187
|
-
readonly: {
|
|
188
|
-
type: BooleanConstructor;
|
|
189
|
-
default: boolean;
|
|
190
|
-
};
|
|
191
|
-
forceActiveStatus: {
|
|
192
|
-
type: BooleanConstructor;
|
|
193
|
-
default: boolean;
|
|
194
|
-
};
|
|
195
156
|
}>, {}, {}, {
|
|
196
157
|
attributes(): any;
|
|
197
158
|
classes(): (string | {
|
|
@@ -224,31 +185,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
224
185
|
};
|
|
225
186
|
hasIconLeft: BooleanConstructor;
|
|
226
187
|
hasIconRight: BooleanConstructor;
|
|
227
|
-
maxlength: {
|
|
228
|
-
type: NumberConstructor;
|
|
229
|
-
default: null;
|
|
230
|
-
};
|
|
231
|
-
readonly: {
|
|
232
|
-
type: BooleanConstructor;
|
|
233
|
-
default: boolean;
|
|
234
|
-
};
|
|
235
|
-
forceActiveStatus: {
|
|
236
|
-
type: BooleanConstructor;
|
|
237
|
-
default: boolean;
|
|
238
|
-
};
|
|
239
188
|
}>> & Readonly<{
|
|
240
189
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
241
190
|
}>, {
|
|
191
|
+
mask: string | unknown[];
|
|
242
192
|
size: string;
|
|
243
193
|
type: string;
|
|
244
|
-
mask: string | unknown[];
|
|
245
194
|
hasIconLeft: boolean;
|
|
246
195
|
hasIconRight: boolean;
|
|
247
196
|
modelValue: string;
|
|
248
197
|
nativeType: string;
|
|
249
|
-
maxlength: number;
|
|
250
|
-
readonly: boolean;
|
|
251
|
-
forceActiveStatus: boolean;
|
|
252
198
|
}, {}, {}, {
|
|
253
199
|
mask: any;
|
|
254
200
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -261,11 +207,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
261
207
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
262
208
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
263
209
|
}>, {
|
|
264
|
-
size: import('../Icon.vue').IconSize;
|
|
265
210
|
filled: boolean;
|
|
266
211
|
next: boolean;
|
|
267
212
|
icon: string | null;
|
|
268
213
|
clickable: boolean;
|
|
214
|
+
size: import('../Icon.vue').IconSize;
|
|
269
215
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
270
216
|
scheme: import('../Icon.vue').SchemeColor;
|
|
271
217
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/TextInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/TextInput.vue"],"names":[],"mappings":"AAgDA;"}
|
|
@@ -72,7 +72,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
72
72
|
showCalendarFilter: boolean;
|
|
73
73
|
overwrittenValue: string;
|
|
74
74
|
}, {
|
|
75
|
-
filterText():
|
|
75
|
+
filterText(): any;
|
|
76
76
|
initialStartDate(): string | null;
|
|
77
77
|
initialEndDate(): string | null;
|
|
78
78
|
}, {
|
|
@@ -153,9 +153,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
153
153
|
onSelectDate?: ((...args: any[]) => any) | undefined;
|
|
154
154
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
155
155
|
}>, {
|
|
156
|
+
next: boolean;
|
|
156
157
|
size: string;
|
|
157
158
|
type: string;
|
|
158
|
-
next: boolean;
|
|
159
159
|
minDate: string;
|
|
160
160
|
maxDate: string;
|
|
161
161
|
months: unknown[];
|
|
@@ -190,23 +190,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
190
190
|
};
|
|
191
191
|
message: {
|
|
192
192
|
type: StringConstructor;
|
|
193
|
-
default:
|
|
194
|
-
};
|
|
195
|
-
errors: {
|
|
196
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
197
|
-
default: string;
|
|
193
|
+
default: null;
|
|
198
194
|
};
|
|
199
195
|
label: {
|
|
200
196
|
type: StringConstructor;
|
|
201
|
-
default:
|
|
197
|
+
default: null;
|
|
202
198
|
};
|
|
203
199
|
iconLeft: {
|
|
204
200
|
type: StringConstructor;
|
|
205
|
-
default:
|
|
201
|
+
default: null;
|
|
206
202
|
};
|
|
207
203
|
iconRight: {
|
|
208
204
|
type: StringConstructor;
|
|
209
|
-
default:
|
|
205
|
+
default: null;
|
|
210
206
|
};
|
|
211
207
|
allowTogglePassword: {
|
|
212
208
|
type: BooleanConstructor;
|
|
@@ -214,11 +210,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
214
210
|
};
|
|
215
211
|
iconLeftClickable: {
|
|
216
212
|
type: BooleanConstructor;
|
|
217
|
-
default:
|
|
213
|
+
default: null;
|
|
218
214
|
};
|
|
219
215
|
iconRightClickable: {
|
|
220
216
|
type: BooleanConstructor;
|
|
221
|
-
default:
|
|
217
|
+
default: null;
|
|
222
218
|
};
|
|
223
219
|
hasCloudyColor: {
|
|
224
220
|
type: BooleanConstructor;
|
|
@@ -232,30 +228,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
232
228
|
type: (StringConstructor | ArrayConstructor)[];
|
|
233
229
|
default: string;
|
|
234
230
|
};
|
|
235
|
-
tooltip: {
|
|
236
|
-
type: StringConstructor;
|
|
237
|
-
default: string;
|
|
238
|
-
};
|
|
239
|
-
maxlength: {
|
|
240
|
-
type: (NumberConstructor | null)[];
|
|
241
|
-
default: null;
|
|
242
|
-
};
|
|
243
|
-
showMaxlengthCounter: {
|
|
244
|
-
type: BooleanConstructor;
|
|
245
|
-
default: boolean;
|
|
246
|
-
};
|
|
247
|
-
disabled: {
|
|
248
|
-
type: BooleanConstructor;
|
|
249
|
-
default: boolean;
|
|
250
|
-
};
|
|
251
|
-
readonly: {
|
|
252
|
-
type: BooleanConstructor;
|
|
253
|
-
default: boolean;
|
|
254
|
-
};
|
|
255
|
-
forceActiveStatus: {
|
|
256
|
-
type: BooleanConstructor;
|
|
257
|
-
default: boolean;
|
|
258
|
-
};
|
|
259
231
|
}>, {}, {
|
|
260
232
|
val: string;
|
|
261
233
|
}, {
|
|
@@ -282,23 +254,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
282
254
|
};
|
|
283
255
|
message: {
|
|
284
256
|
type: StringConstructor;
|
|
285
|
-
default:
|
|
286
|
-
};
|
|
287
|
-
errors: {
|
|
288
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
289
|
-
default: string;
|
|
257
|
+
default: null;
|
|
290
258
|
};
|
|
291
259
|
label: {
|
|
292
260
|
type: StringConstructor;
|
|
293
|
-
default:
|
|
261
|
+
default: null;
|
|
294
262
|
};
|
|
295
263
|
iconLeft: {
|
|
296
264
|
type: StringConstructor;
|
|
297
|
-
default:
|
|
265
|
+
default: null;
|
|
298
266
|
};
|
|
299
267
|
iconRight: {
|
|
300
268
|
type: StringConstructor;
|
|
301
|
-
default:
|
|
269
|
+
default: null;
|
|
302
270
|
};
|
|
303
271
|
allowTogglePassword: {
|
|
304
272
|
type: BooleanConstructor;
|
|
@@ -306,11 +274,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
306
274
|
};
|
|
307
275
|
iconLeftClickable: {
|
|
308
276
|
type: BooleanConstructor;
|
|
309
|
-
default:
|
|
277
|
+
default: null;
|
|
310
278
|
};
|
|
311
279
|
iconRightClickable: {
|
|
312
280
|
type: BooleanConstructor;
|
|
313
|
-
default:
|
|
281
|
+
default: null;
|
|
314
282
|
};
|
|
315
283
|
hasCloudyColor: {
|
|
316
284
|
type: BooleanConstructor;
|
|
@@ -324,44 +292,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
324
292
|
type: (StringConstructor | ArrayConstructor)[];
|
|
325
293
|
default: string;
|
|
326
294
|
};
|
|
327
|
-
tooltip: {
|
|
328
|
-
type: StringConstructor;
|
|
329
|
-
default: string;
|
|
330
|
-
};
|
|
331
|
-
maxlength: {
|
|
332
|
-
type: (NumberConstructor | null)[];
|
|
333
|
-
default: null;
|
|
334
|
-
};
|
|
335
|
-
showMaxlengthCounter: {
|
|
336
|
-
type: BooleanConstructor;
|
|
337
|
-
default: boolean;
|
|
338
|
-
};
|
|
339
|
-
disabled: {
|
|
340
|
-
type: BooleanConstructor;
|
|
341
|
-
default: boolean;
|
|
342
|
-
};
|
|
343
|
-
readonly: {
|
|
344
|
-
type: BooleanConstructor;
|
|
345
|
-
default: boolean;
|
|
346
|
-
};
|
|
347
|
-
forceActiveStatus: {
|
|
348
|
-
type: BooleanConstructor;
|
|
349
|
-
default: boolean;
|
|
350
|
-
};
|
|
351
295
|
}>> & Readonly<{
|
|
352
296
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
353
297
|
}>, {
|
|
298
|
+
label: string;
|
|
299
|
+
mask: string | unknown[];
|
|
354
300
|
size: string;
|
|
355
301
|
type: string;
|
|
356
|
-
label: string;
|
|
357
302
|
message: string;
|
|
358
|
-
disabled: boolean;
|
|
359
|
-
mask: string | unknown[];
|
|
360
303
|
modelValue: string;
|
|
361
304
|
nativeType: string;
|
|
362
|
-
maxlength: number | null;
|
|
363
|
-
readonly: boolean;
|
|
364
|
-
forceActiveStatus: boolean;
|
|
365
305
|
placeholder: string;
|
|
366
306
|
iconLeft: string;
|
|
367
307
|
iconRight: string;
|
|
@@ -369,9 +309,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
369
309
|
iconRightClickable: boolean;
|
|
370
310
|
allowTogglePassword: boolean;
|
|
371
311
|
hasCloudyColor: boolean;
|
|
372
|
-
tooltip: string;
|
|
373
|
-
errors: string | unknown[];
|
|
374
|
-
showMaxlengthCounter: boolean;
|
|
375
312
|
}, {}, {
|
|
376
313
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
377
314
|
placeholder: {
|
|
@@ -407,6 +344,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
407
344
|
type: BooleanConstructor;
|
|
408
345
|
default: null;
|
|
409
346
|
};
|
|
347
|
+
iconRightSize: {
|
|
348
|
+
type: StringConstructor;
|
|
349
|
+
default: string;
|
|
350
|
+
};
|
|
410
351
|
allowTogglePassword: {
|
|
411
352
|
type: BooleanConstructor;
|
|
412
353
|
default: null;
|
|
@@ -419,29 +360,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
419
360
|
type: StringConstructor;
|
|
420
361
|
default: string;
|
|
421
362
|
};
|
|
422
|
-
maxlength: {
|
|
423
|
-
type: NumberConstructor;
|
|
424
|
-
default: null;
|
|
425
|
-
};
|
|
426
|
-
disabled: {
|
|
427
|
-
type: BooleanConstructor;
|
|
428
|
-
default: boolean;
|
|
429
|
-
};
|
|
430
|
-
readonly: {
|
|
431
|
-
type: BooleanConstructor;
|
|
432
|
-
default: boolean;
|
|
433
|
-
};
|
|
434
|
-
forceActiveStatus: {
|
|
435
|
-
type: BooleanConstructor;
|
|
436
|
-
default: boolean;
|
|
437
|
-
};
|
|
438
363
|
}>, {}, {
|
|
439
364
|
isFocused: boolean;
|
|
440
365
|
showPassword: boolean;
|
|
441
366
|
}, {
|
|
442
|
-
isDisabled():
|
|
367
|
+
isDisabled(): unknown;
|
|
443
368
|
iconRightSvg(): string;
|
|
444
|
-
iconScheme(): "
|
|
369
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
445
370
|
attributes(): any;
|
|
446
371
|
}, {
|
|
447
372
|
focus(): void;
|
|
@@ -483,6 +408,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
483
408
|
type: BooleanConstructor;
|
|
484
409
|
default: null;
|
|
485
410
|
};
|
|
411
|
+
iconRightSize: {
|
|
412
|
+
type: StringConstructor;
|
|
413
|
+
default: string;
|
|
414
|
+
};
|
|
486
415
|
allowTogglePassword: {
|
|
487
416
|
type: BooleanConstructor;
|
|
488
417
|
default: null;
|
|
@@ -495,39 +424,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
495
424
|
type: StringConstructor;
|
|
496
425
|
default: string;
|
|
497
426
|
};
|
|
498
|
-
maxlength: {
|
|
499
|
-
type: NumberConstructor;
|
|
500
|
-
default: null;
|
|
501
|
-
};
|
|
502
|
-
disabled: {
|
|
503
|
-
type: BooleanConstructor;
|
|
504
|
-
default: boolean;
|
|
505
|
-
};
|
|
506
|
-
readonly: {
|
|
507
|
-
type: BooleanConstructor;
|
|
508
|
-
default: boolean;
|
|
509
|
-
};
|
|
510
|
-
forceActiveStatus: {
|
|
511
|
-
type: BooleanConstructor;
|
|
512
|
-
default: boolean;
|
|
513
|
-
};
|
|
514
427
|
}>> & Readonly<{
|
|
515
428
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
516
429
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
517
430
|
}>, {
|
|
518
431
|
size: string;
|
|
519
432
|
type: string;
|
|
520
|
-
disabled: boolean;
|
|
521
433
|
modelValue: string;
|
|
522
434
|
nativeType: string;
|
|
523
|
-
maxlength: number;
|
|
524
|
-
readonly: boolean;
|
|
525
|
-
forceActiveStatus: boolean;
|
|
526
435
|
placeholder: string;
|
|
527
436
|
iconLeft: string;
|
|
528
437
|
iconRight: string;
|
|
529
438
|
iconLeftClickable: boolean;
|
|
530
439
|
iconRightClickable: boolean;
|
|
440
|
+
iconRightSize: string;
|
|
531
441
|
allowTogglePassword: boolean;
|
|
532
442
|
hasCloudyColor: boolean;
|
|
533
443
|
}, {}, {
|
|
@@ -555,18 +465,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
555
465
|
};
|
|
556
466
|
hasIconLeft: BooleanConstructor;
|
|
557
467
|
hasIconRight: BooleanConstructor;
|
|
558
|
-
maxlength: {
|
|
559
|
-
type: NumberConstructor;
|
|
560
|
-
default: null;
|
|
561
|
-
};
|
|
562
|
-
readonly: {
|
|
563
|
-
type: BooleanConstructor;
|
|
564
|
-
default: boolean;
|
|
565
|
-
};
|
|
566
|
-
forceActiveStatus: {
|
|
567
|
-
type: BooleanConstructor;
|
|
568
|
-
default: boolean;
|
|
569
|
-
};
|
|
570
468
|
}>, {}, {}, {
|
|
571
469
|
attributes(): any;
|
|
572
470
|
classes(): (string | {
|
|
@@ -599,31 +497,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
599
497
|
};
|
|
600
498
|
hasIconLeft: BooleanConstructor;
|
|
601
499
|
hasIconRight: BooleanConstructor;
|
|
602
|
-
maxlength: {
|
|
603
|
-
type: NumberConstructor;
|
|
604
|
-
default: null;
|
|
605
|
-
};
|
|
606
|
-
readonly: {
|
|
607
|
-
type: BooleanConstructor;
|
|
608
|
-
default: boolean;
|
|
609
|
-
};
|
|
610
|
-
forceActiveStatus: {
|
|
611
|
-
type: BooleanConstructor;
|
|
612
|
-
default: boolean;
|
|
613
|
-
};
|
|
614
500
|
}>> & Readonly<{
|
|
615
501
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
616
502
|
}>, {
|
|
503
|
+
mask: string | unknown[];
|
|
617
504
|
size: string;
|
|
618
505
|
type: string;
|
|
619
|
-
mask: string | unknown[];
|
|
620
506
|
hasIconLeft: boolean;
|
|
621
507
|
hasIconRight: boolean;
|
|
622
508
|
modelValue: string;
|
|
623
509
|
nativeType: string;
|
|
624
|
-
maxlength: number;
|
|
625
|
-
readonly: boolean;
|
|
626
|
-
forceActiveStatus: boolean;
|
|
627
510
|
}, {}, {}, {
|
|
628
511
|
mask: any;
|
|
629
512
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -636,20 +519,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
636
519
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
637
520
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
638
521
|
}>, {
|
|
639
|
-
size: import('../Icon.vue').IconSize;
|
|
640
522
|
filled: boolean;
|
|
641
523
|
next: boolean;
|
|
642
524
|
icon: string | null;
|
|
643
525
|
clickable: boolean;
|
|
526
|
+
size: import('../Icon.vue').IconSize;
|
|
644
527
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
645
528
|
scheme: import('../Icon.vue').SchemeColor;
|
|
646
529
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
647
530
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
648
|
-
UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
|
|
649
|
-
label: string;
|
|
650
|
-
tooltip: string;
|
|
651
|
-
useHtmlTooltip: boolean;
|
|
652
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
653
531
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
654
532
|
UnnnicDatePicker: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
655
533
|
initialStartDate: {
|
|
@@ -728,8 +606,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
728
606
|
}, {
|
|
729
607
|
openMonths(): string[];
|
|
730
608
|
value(): {
|
|
731
|
-
startDate:
|
|
732
|
-
endDate:
|
|
609
|
+
startDate: any;
|
|
610
|
+
endDate: any;
|
|
733
611
|
};
|
|
734
612
|
i18nLocale(): string;
|
|
735
613
|
monthsLocale(): any;
|
|
@@ -862,11 +740,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
862
740
|
}, {}, {
|
|
863
741
|
UnnnicButton: {
|
|
864
742
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
743
|
+
text: string;
|
|
744
|
+
next: boolean;
|
|
865
745
|
size: import('../Button/types').ButtonSize;
|
|
866
746
|
type: import('../Button/types').ButtonType;
|
|
867
747
|
disabled: boolean;
|
|
868
|
-
text: string;
|
|
869
|
-
next: boolean;
|
|
870
748
|
iconLeft: string;
|
|
871
749
|
iconRight: string;
|
|
872
750
|
float: boolean;
|
|
@@ -881,11 +759,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
881
759
|
M: {};
|
|
882
760
|
Defaults: {};
|
|
883
761
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
762
|
+
text: string;
|
|
763
|
+
next: boolean;
|
|
884
764
|
size: import('../Button/types').ButtonSize;
|
|
885
765
|
type: import('../Button/types').ButtonType;
|
|
886
766
|
disabled: boolean;
|
|
887
|
-
text: string;
|
|
888
|
-
next: boolean;
|
|
889
767
|
iconLeft: string;
|
|
890
768
|
iconRight: string;
|
|
891
769
|
float: boolean;
|
|
@@ -897,11 +775,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
897
775
|
__isTeleport?: never;
|
|
898
776
|
__isSuspense?: never;
|
|
899
777
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
778
|
+
text: string;
|
|
779
|
+
next: boolean;
|
|
900
780
|
size: import('../Button/types').ButtonSize;
|
|
901
781
|
type: import('../Button/types').ButtonType;
|
|
902
782
|
disabled: boolean;
|
|
903
|
-
text: string;
|
|
904
|
-
next: boolean;
|
|
905
783
|
iconLeft: string;
|
|
906
784
|
iconRight: string;
|
|
907
785
|
float: boolean;
|
|
@@ -26,7 +26,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
26
26
|
placeholder: StringConstructor;
|
|
27
27
|
message: StringConstructor;
|
|
28
28
|
error: {
|
|
29
|
-
type: (
|
|
29
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
30
30
|
};
|
|
31
31
|
readonly: {
|
|
32
32
|
type: BooleanConstructor;
|
|
@@ -69,7 +69,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
69
69
|
placeholder: StringConstructor;
|
|
70
70
|
message: StringConstructor;
|
|
71
71
|
error: {
|
|
72
|
-
type: (
|
|
72
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
73
73
|
};
|
|
74
74
|
readonly: {
|
|
75
75
|
type: BooleanConstructor;
|
|
@@ -80,8 +80,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
80
80
|
type: string;
|
|
81
81
|
disabled: boolean;
|
|
82
82
|
nativeType: string;
|
|
83
|
-
readonly: boolean;
|
|
84
83
|
allowTogglePassword: boolean;
|
|
84
|
+
readonly: boolean;
|
|
85
85
|
}, {}, {
|
|
86
86
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
87
87
|
click: (event: Event) => any;
|
|
@@ -92,11 +92,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
92
92
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
93
93
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
94
94
|
}>, {
|
|
95
|
-
size: import('../Icon.vue').IconSize;
|
|
96
95
|
filled: boolean;
|
|
97
96
|
next: boolean;
|
|
98
97
|
icon: string | null;
|
|
99
98
|
clickable: boolean;
|
|
99
|
+
size: import('../Icon.vue').IconSize;
|
|
100
100
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
101
101
|
scheme: import('../Icon.vue').SchemeColor;
|
|
102
102
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,12 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { fullySanitize } from '../../utils/sanitize';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
label: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: null;
|
|
6
|
+
};
|
|
7
|
+
}>, {}, {}, {}, {
|
|
8
|
+
fullySanitize: typeof fullySanitize;
|
|
9
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10
|
+
label: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: null;
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{}>, {
|
|
7
15
|
label: string;
|
|
8
|
-
|
|
9
|
-
useHtmlTooltip: boolean;
|
|
10
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
17
|
export default _default;
|
|
12
18
|
//# sourceMappingURL=Label.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Label.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Label/Label.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Label.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Label/Label.vue"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;8BAoC8B,sBAAsB"}
|
|
@@ -76,8 +76,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
76
|
};
|
|
77
77
|
}>> & Readonly<{}>, {
|
|
78
78
|
text: string;
|
|
79
|
-
description: string;
|
|
80
79
|
scheme: string;
|
|
80
|
+
description: string;
|
|
81
81
|
modalIcon: string;
|
|
82
82
|
closeIcon: boolean;
|
|
83
83
|
alertMessage: string;
|
|
@@ -93,11 +93,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
93
93
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
94
94
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
95
95
|
}>, {
|
|
96
|
-
size: import('../Icon.vue').IconSize;
|
|
97
96
|
filled: boolean;
|
|
98
97
|
next: boolean;
|
|
99
98
|
icon: string | null;
|
|
100
99
|
clickable: boolean;
|
|
100
|
+
size: import('../Icon.vue').IconSize;
|
|
101
101
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
102
102
|
scheme: import('../Icon.vue').SchemeColor;
|
|
103
103
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|