@weni/unnnic-system 3.3.1-alpha.3 → 3.3.1
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 +1 -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 +29 -176
- 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 -32
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +29 -176
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +14 -83
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +39 -186
- 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 +37 -184
- 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 +14 -20
- 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 +6 -8
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +28 -97
- 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 +14 -83
- 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 +1110 -2132
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-94ab560e.mjs → es-54ddaf5a.mjs} +1 -1
- package/dist/{index-5caf403e.mjs → index-a34da30f.mjs} +8094 -8447
- 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-3002df05.mjs → pt-br-ff00f945.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +120 -126
- package/dist/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 +2 -2
- package/src/assets/scss/scheme-colors.scss +111 -115
- 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/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +2 -2
- 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 -31
- package/src/components/Input/Input.scss +21 -19
- package/src/components/Input/Input.vue +30 -94
- package/src/components/Input/TextInput.vue +58 -82
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +3 -16
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -7
- 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/Radio/Radio.vue +67 -80
- package/src/components/Radio/__test__/Radio.spec.js +20 -14
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -3
- 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 -22
- 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/src/assets/icons/radio-checked.svg +0 -3
- 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/RadioGroup/RadioGroup.vue +0 -110
- 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 -97
- 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 -245
- 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/RadioGroup.stories.js +0 -139
- package/src/stories/Select.stories.js +0 -158
- 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
|
@@ -23,7 +23,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
23
23
|
confirmText: string;
|
|
24
24
|
}, {
|
|
25
25
|
isPersistent(): any;
|
|
26
|
-
buttonType(): "" | "
|
|
26
|
+
buttonType(): "" | "danger" | "alert";
|
|
27
27
|
disabled(): boolean;
|
|
28
28
|
}, {
|
|
29
29
|
closeByDarkBackground(): void;
|
|
@@ -67,11 +67,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
68
68
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
69
69
|
}>, {
|
|
70
|
-
size: import('../Icon.vue').IconSize;
|
|
71
70
|
filled: boolean;
|
|
72
71
|
next: boolean;
|
|
73
72
|
icon: string | null;
|
|
74
73
|
clickable: boolean;
|
|
74
|
+
size: import('../Icon.vue').IconSize;
|
|
75
75
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
76
76
|
scheme: import('../Icon.vue').SchemeColor;
|
|
77
77
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -95,23 +95,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
95
95
|
};
|
|
96
96
|
message: {
|
|
97
97
|
type: StringConstructor;
|
|
98
|
-
default:
|
|
99
|
-
};
|
|
100
|
-
errors: {
|
|
101
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
102
|
-
default: string;
|
|
98
|
+
default: null;
|
|
103
99
|
};
|
|
104
100
|
label: {
|
|
105
101
|
type: StringConstructor;
|
|
106
|
-
default:
|
|
102
|
+
default: null;
|
|
107
103
|
};
|
|
108
104
|
iconLeft: {
|
|
109
105
|
type: StringConstructor;
|
|
110
|
-
default:
|
|
106
|
+
default: null;
|
|
111
107
|
};
|
|
112
108
|
iconRight: {
|
|
113
109
|
type: StringConstructor;
|
|
114
|
-
default:
|
|
110
|
+
default: null;
|
|
115
111
|
};
|
|
116
112
|
allowTogglePassword: {
|
|
117
113
|
type: BooleanConstructor;
|
|
@@ -119,11 +115,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
119
115
|
};
|
|
120
116
|
iconLeftClickable: {
|
|
121
117
|
type: BooleanConstructor;
|
|
122
|
-
default:
|
|
118
|
+
default: null;
|
|
123
119
|
};
|
|
124
120
|
iconRightClickable: {
|
|
125
121
|
type: BooleanConstructor;
|
|
126
|
-
default:
|
|
122
|
+
default: null;
|
|
127
123
|
};
|
|
128
124
|
hasCloudyColor: {
|
|
129
125
|
type: BooleanConstructor;
|
|
@@ -137,41 +133,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
137
133
|
type: (StringConstructor | ArrayConstructor)[];
|
|
138
134
|
default: string;
|
|
139
135
|
};
|
|
140
|
-
tooltip: {
|
|
141
|
-
type: StringConstructor;
|
|
142
|
-
default: string;
|
|
143
|
-
};
|
|
144
|
-
maxlength: {
|
|
145
|
-
type: (NumberConstructor | null)[];
|
|
146
|
-
default: null;
|
|
147
|
-
};
|
|
148
|
-
showMaxlengthCounter: {
|
|
149
|
-
type: BooleanConstructor;
|
|
150
|
-
default: boolean;
|
|
151
|
-
};
|
|
152
|
-
disabled: {
|
|
153
|
-
type: BooleanConstructor;
|
|
154
|
-
default: boolean;
|
|
155
|
-
};
|
|
156
|
-
readonly: {
|
|
157
|
-
type: BooleanConstructor;
|
|
158
|
-
default: boolean;
|
|
159
|
-
};
|
|
160
|
-
forceActiveStatus: {
|
|
161
|
-
type: BooleanConstructor;
|
|
162
|
-
default: boolean;
|
|
163
|
-
};
|
|
164
|
-
showClear: {
|
|
165
|
-
type: BooleanConstructor;
|
|
166
|
-
default: boolean;
|
|
167
|
-
};
|
|
168
136
|
}>, {}, {
|
|
169
137
|
val: string;
|
|
170
138
|
}, {
|
|
171
139
|
hasLabelSlot(): boolean;
|
|
172
140
|
}, {
|
|
173
141
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
174
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
142
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
175
143
|
placeholder: {
|
|
176
144
|
type: StringConstructor;
|
|
177
145
|
default: string;
|
|
@@ -191,23 +159,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
191
159
|
};
|
|
192
160
|
message: {
|
|
193
161
|
type: StringConstructor;
|
|
194
|
-
default:
|
|
195
|
-
};
|
|
196
|
-
errors: {
|
|
197
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
198
|
-
default: string;
|
|
162
|
+
default: null;
|
|
199
163
|
};
|
|
200
164
|
label: {
|
|
201
165
|
type: StringConstructor;
|
|
202
|
-
default:
|
|
166
|
+
default: null;
|
|
203
167
|
};
|
|
204
168
|
iconLeft: {
|
|
205
169
|
type: StringConstructor;
|
|
206
|
-
default:
|
|
170
|
+
default: null;
|
|
207
171
|
};
|
|
208
172
|
iconRight: {
|
|
209
173
|
type: StringConstructor;
|
|
210
|
-
default:
|
|
174
|
+
default: null;
|
|
211
175
|
};
|
|
212
176
|
allowTogglePassword: {
|
|
213
177
|
type: BooleanConstructor;
|
|
@@ -215,11 +179,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
215
179
|
};
|
|
216
180
|
iconLeftClickable: {
|
|
217
181
|
type: BooleanConstructor;
|
|
218
|
-
default:
|
|
182
|
+
default: null;
|
|
219
183
|
};
|
|
220
184
|
iconRightClickable: {
|
|
221
185
|
type: BooleanConstructor;
|
|
222
|
-
default:
|
|
186
|
+
default: null;
|
|
223
187
|
};
|
|
224
188
|
hasCloudyColor: {
|
|
225
189
|
type: BooleanConstructor;
|
|
@@ -233,49 +197,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
233
197
|
type: (StringConstructor | ArrayConstructor)[];
|
|
234
198
|
default: string;
|
|
235
199
|
};
|
|
236
|
-
tooltip: {
|
|
237
|
-
type: StringConstructor;
|
|
238
|
-
default: string;
|
|
239
|
-
};
|
|
240
|
-
maxlength: {
|
|
241
|
-
type: (NumberConstructor | null)[];
|
|
242
|
-
default: null;
|
|
243
|
-
};
|
|
244
|
-
showMaxlengthCounter: {
|
|
245
|
-
type: BooleanConstructor;
|
|
246
|
-
default: boolean;
|
|
247
|
-
};
|
|
248
|
-
disabled: {
|
|
249
|
-
type: BooleanConstructor;
|
|
250
|
-
default: boolean;
|
|
251
|
-
};
|
|
252
|
-
readonly: {
|
|
253
|
-
type: BooleanConstructor;
|
|
254
|
-
default: boolean;
|
|
255
|
-
};
|
|
256
|
-
forceActiveStatus: {
|
|
257
|
-
type: BooleanConstructor;
|
|
258
|
-
default: boolean;
|
|
259
|
-
};
|
|
260
|
-
showClear: {
|
|
261
|
-
type: BooleanConstructor;
|
|
262
|
-
default: boolean;
|
|
263
|
-
};
|
|
264
200
|
}>> & Readonly<{
|
|
265
201
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
266
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
267
202
|
}>, {
|
|
203
|
+
label: string;
|
|
204
|
+
mask: string | unknown[];
|
|
268
205
|
size: string;
|
|
269
206
|
type: string;
|
|
270
|
-
label: string;
|
|
271
207
|
message: string;
|
|
272
|
-
disabled: boolean;
|
|
273
|
-
mask: string | unknown[];
|
|
274
208
|
modelValue: string;
|
|
275
209
|
nativeType: string;
|
|
276
|
-
maxlength: number | null;
|
|
277
|
-
readonly: boolean;
|
|
278
|
-
forceActiveStatus: boolean;
|
|
279
210
|
placeholder: string;
|
|
280
211
|
iconLeft: string;
|
|
281
212
|
iconRight: string;
|
|
@@ -283,10 +214,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
283
214
|
iconRightClickable: boolean;
|
|
284
215
|
allowTogglePassword: boolean;
|
|
285
216
|
hasCloudyColor: boolean;
|
|
286
|
-
showClear: boolean;
|
|
287
|
-
tooltip: string;
|
|
288
|
-
errors: string | unknown[];
|
|
289
|
-
showMaxlengthCounter: boolean;
|
|
290
217
|
}, {}, {
|
|
291
218
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
292
219
|
placeholder: {
|
|
@@ -322,6 +249,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
322
249
|
type: BooleanConstructor;
|
|
323
250
|
default: null;
|
|
324
251
|
};
|
|
252
|
+
iconRightSize: {
|
|
253
|
+
type: StringConstructor;
|
|
254
|
+
default: string;
|
|
255
|
+
};
|
|
325
256
|
allowTogglePassword: {
|
|
326
257
|
type: BooleanConstructor;
|
|
327
258
|
default: null;
|
|
@@ -334,42 +265,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
334
265
|
type: StringConstructor;
|
|
335
266
|
default: string;
|
|
336
267
|
};
|
|
337
|
-
maxlength: {
|
|
338
|
-
type: NumberConstructor;
|
|
339
|
-
default: null;
|
|
340
|
-
};
|
|
341
|
-
disabled: {
|
|
342
|
-
type: BooleanConstructor;
|
|
343
|
-
default: boolean;
|
|
344
|
-
};
|
|
345
|
-
readonly: {
|
|
346
|
-
type: BooleanConstructor;
|
|
347
|
-
default: boolean;
|
|
348
|
-
};
|
|
349
|
-
forceActiveStatus: {
|
|
350
|
-
type: BooleanConstructor;
|
|
351
|
-
default: boolean;
|
|
352
|
-
};
|
|
353
|
-
showClear: {
|
|
354
|
-
type: BooleanConstructor;
|
|
355
|
-
default: boolean;
|
|
356
|
-
};
|
|
357
268
|
}>, {}, {
|
|
358
269
|
isFocused: boolean;
|
|
359
270
|
showPassword: boolean;
|
|
360
271
|
}, {
|
|
361
|
-
isDisabled():
|
|
272
|
+
isDisabled(): unknown;
|
|
362
273
|
iconRightSvg(): string;
|
|
363
|
-
iconScheme(): "
|
|
274
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
364
275
|
attributes(): any;
|
|
365
276
|
}, {
|
|
366
277
|
focus(): void;
|
|
367
278
|
onFocus(): void;
|
|
368
279
|
onBlur(): void;
|
|
369
280
|
onIconLeftClick(): void;
|
|
370
|
-
onClearClick(): void;
|
|
371
281
|
onIconRightClick(): void;
|
|
372
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
282
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
373
283
|
placeholder: {
|
|
374
284
|
type: StringConstructor;
|
|
375
285
|
default: null;
|
|
@@ -403,6 +313,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
403
313
|
type: BooleanConstructor;
|
|
404
314
|
default: null;
|
|
405
315
|
};
|
|
316
|
+
iconRightSize: {
|
|
317
|
+
type: StringConstructor;
|
|
318
|
+
default: string;
|
|
319
|
+
};
|
|
406
320
|
allowTogglePassword: {
|
|
407
321
|
type: BooleanConstructor;
|
|
408
322
|
default: null;
|
|
@@ -415,47 +329,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
415
329
|
type: StringConstructor;
|
|
416
330
|
default: string;
|
|
417
331
|
};
|
|
418
|
-
maxlength: {
|
|
419
|
-
type: NumberConstructor;
|
|
420
|
-
default: null;
|
|
421
|
-
};
|
|
422
|
-
disabled: {
|
|
423
|
-
type: BooleanConstructor;
|
|
424
|
-
default: boolean;
|
|
425
|
-
};
|
|
426
|
-
readonly: {
|
|
427
|
-
type: BooleanConstructor;
|
|
428
|
-
default: boolean;
|
|
429
|
-
};
|
|
430
|
-
forceActiveStatus: {
|
|
431
|
-
type: BooleanConstructor;
|
|
432
|
-
default: boolean;
|
|
433
|
-
};
|
|
434
|
-
showClear: {
|
|
435
|
-
type: BooleanConstructor;
|
|
436
|
-
default: boolean;
|
|
437
|
-
};
|
|
438
332
|
}>> & Readonly<{
|
|
439
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
440
333
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
441
334
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
442
335
|
}>, {
|
|
443
336
|
size: string;
|
|
444
337
|
type: string;
|
|
445
|
-
disabled: boolean;
|
|
446
338
|
modelValue: string;
|
|
447
339
|
nativeType: string;
|
|
448
|
-
maxlength: number;
|
|
449
|
-
readonly: boolean;
|
|
450
|
-
forceActiveStatus: boolean;
|
|
451
340
|
placeholder: string;
|
|
452
341
|
iconLeft: string;
|
|
453
342
|
iconRight: string;
|
|
454
343
|
iconLeftClickable: boolean;
|
|
455
344
|
iconRightClickable: boolean;
|
|
345
|
+
iconRightSize: string;
|
|
456
346
|
allowTogglePassword: boolean;
|
|
457
347
|
hasCloudyColor: boolean;
|
|
458
|
-
showClear: boolean;
|
|
459
348
|
}, {}, {
|
|
460
349
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
461
350
|
type: {
|
|
@@ -481,25 +370,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
481
370
|
};
|
|
482
371
|
hasIconLeft: BooleanConstructor;
|
|
483
372
|
hasIconRight: BooleanConstructor;
|
|
484
|
-
hasClearIcon: BooleanConstructor;
|
|
485
|
-
maxlength: {
|
|
486
|
-
type: NumberConstructor;
|
|
487
|
-
default: null;
|
|
488
|
-
};
|
|
489
|
-
readonly: {
|
|
490
|
-
type: BooleanConstructor;
|
|
491
|
-
default: boolean;
|
|
492
|
-
};
|
|
493
|
-
forceActiveStatus: {
|
|
494
|
-
type: BooleanConstructor;
|
|
495
|
-
default: boolean;
|
|
496
|
-
};
|
|
497
373
|
}>, {}, {}, {
|
|
498
374
|
attributes(): any;
|
|
499
375
|
classes(): (string | {
|
|
500
376
|
'input--has-icon-left': boolean;
|
|
501
377
|
'input--has-icon-right': boolean;
|
|
502
|
-
'input--has-clear-icon': boolean;
|
|
503
378
|
})[];
|
|
504
379
|
}, {
|
|
505
380
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -527,33 +402,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
527
402
|
};
|
|
528
403
|
hasIconLeft: BooleanConstructor;
|
|
529
404
|
hasIconRight: BooleanConstructor;
|
|
530
|
-
hasClearIcon: BooleanConstructor;
|
|
531
|
-
maxlength: {
|
|
532
|
-
type: NumberConstructor;
|
|
533
|
-
default: null;
|
|
534
|
-
};
|
|
535
|
-
readonly: {
|
|
536
|
-
type: BooleanConstructor;
|
|
537
|
-
default: boolean;
|
|
538
|
-
};
|
|
539
|
-
forceActiveStatus: {
|
|
540
|
-
type: BooleanConstructor;
|
|
541
|
-
default: boolean;
|
|
542
|
-
};
|
|
543
405
|
}>> & Readonly<{
|
|
544
406
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
545
407
|
}>, {
|
|
408
|
+
mask: string | unknown[];
|
|
546
409
|
size: string;
|
|
547
410
|
type: string;
|
|
548
|
-
mask: string | unknown[];
|
|
549
411
|
hasIconLeft: boolean;
|
|
550
412
|
hasIconRight: boolean;
|
|
551
|
-
hasClearIcon: boolean;
|
|
552
413
|
modelValue: string;
|
|
553
414
|
nativeType: string;
|
|
554
|
-
maxlength: number;
|
|
555
|
-
readonly: boolean;
|
|
556
|
-
forceActiveStatus: boolean;
|
|
557
415
|
}, {}, {}, {
|
|
558
416
|
mask: any;
|
|
559
417
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -566,28 +424,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
566
424
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
567
425
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
568
426
|
}>, {
|
|
569
|
-
size: import('../Icon.vue').IconSize;
|
|
570
427
|
filled: boolean;
|
|
571
428
|
next: boolean;
|
|
572
429
|
icon: string | null;
|
|
573
430
|
clickable: boolean;
|
|
431
|
+
size: import('../Icon.vue').IconSize;
|
|
574
432
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
575
433
|
scheme: import('../Icon.vue').SchemeColor;
|
|
576
434
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
577
435
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
578
|
-
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<{}>, {
|
|
579
|
-
label: string;
|
|
580
|
-
tooltip: string;
|
|
581
|
-
useHtmlTooltip: boolean;
|
|
582
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
583
436
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
584
437
|
UnnnicButton: {
|
|
585
438
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
439
|
+
text: string;
|
|
440
|
+
next: boolean;
|
|
586
441
|
size: import('../Button/types').ButtonSize;
|
|
587
442
|
type: import('../Button/types').ButtonType;
|
|
588
443
|
disabled: boolean;
|
|
589
|
-
text: string;
|
|
590
|
-
next: boolean;
|
|
591
444
|
iconLeft: string;
|
|
592
445
|
iconRight: string;
|
|
593
446
|
float: boolean;
|
|
@@ -602,11 +455,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
602
455
|
M: {};
|
|
603
456
|
Defaults: {};
|
|
604
457
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
458
|
+
text: string;
|
|
459
|
+
next: boolean;
|
|
605
460
|
size: import('../Button/types').ButtonSize;
|
|
606
461
|
type: import('../Button/types').ButtonType;
|
|
607
462
|
disabled: boolean;
|
|
608
|
-
text: string;
|
|
609
|
-
next: boolean;
|
|
610
463
|
iconLeft: string;
|
|
611
464
|
iconRight: string;
|
|
612
465
|
float: boolean;
|
|
@@ -618,11 +471,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
618
471
|
__isTeleport?: never;
|
|
619
472
|
__isSuspense?: never;
|
|
620
473
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
474
|
+
text: string;
|
|
475
|
+
next: boolean;
|
|
621
476
|
size: import('../Button/types').ButtonSize;
|
|
622
477
|
type: import('../Button/types').ButtonType;
|
|
623
478
|
disabled: boolean;
|
|
624
|
-
text: string;
|
|
625
|
-
next: boolean;
|
|
626
479
|
iconLeft: string;
|
|
627
480
|
iconRight: string;
|
|
628
481
|
float: boolean;
|
|
@@ -399,11 +399,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
399
399
|
}, {}, {
|
|
400
400
|
UnnnicButton: {
|
|
401
401
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
402
|
+
text: string;
|
|
403
|
+
next: boolean;
|
|
402
404
|
size: import('../Button/types').ButtonSize;
|
|
403
405
|
type: import('../Button/types').ButtonType;
|
|
404
406
|
disabled: boolean;
|
|
405
|
-
text: string;
|
|
406
|
-
next: boolean;
|
|
407
407
|
iconLeft: string;
|
|
408
408
|
iconRight: string;
|
|
409
409
|
float: boolean;
|
|
@@ -418,11 +418,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
418
418
|
M: {};
|
|
419
419
|
Defaults: {};
|
|
420
420
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
421
|
+
text: string;
|
|
422
|
+
next: boolean;
|
|
421
423
|
size: import('../Button/types').ButtonSize;
|
|
422
424
|
type: import('../Button/types').ButtonType;
|
|
423
425
|
disabled: boolean;
|
|
424
|
-
text: string;
|
|
425
|
-
next: boolean;
|
|
426
426
|
iconLeft: string;
|
|
427
427
|
iconRight: string;
|
|
428
428
|
float: boolean;
|
|
@@ -434,11 +434,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
434
434
|
__isTeleport?: never;
|
|
435
435
|
__isSuspense?: never;
|
|
436
436
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
437
|
+
text: string;
|
|
438
|
+
next: boolean;
|
|
437
439
|
size: import('../Button/types').ButtonSize;
|
|
438
440
|
type: import('../Button/types').ButtonType;
|
|
439
441
|
disabled: boolean;
|
|
440
|
-
text: string;
|
|
441
|
-
next: boolean;
|
|
442
442
|
iconLeft: string;
|
|
443
443
|
iconRight: string;
|
|
444
444
|
float: boolean;
|
|
@@ -459,11 +459,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
459
459
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
460
460
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
461
461
|
}>, {
|
|
462
|
-
size: import('../Icon.vue').IconSize;
|
|
463
462
|
filled: boolean;
|
|
464
463
|
next: boolean;
|
|
465
464
|
icon: string | null;
|
|
466
465
|
clickable: boolean;
|
|
466
|
+
size: import('../Icon.vue').IconSize;
|
|
467
467
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
468
468
|
scheme: import('../Icon.vue').SchemeColor;
|
|
469
469
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -478,21 +478,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
478
478
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
479
479
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
480
480
|
}>, {
|
|
481
|
-
size: import('../Icon.vue').IconSize;
|
|
482
481
|
filled: boolean;
|
|
483
482
|
next: boolean;
|
|
484
483
|
icon: string | null;
|
|
485
484
|
clickable: boolean;
|
|
485
|
+
size: import('../Icon.vue').IconSize;
|
|
486
486
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
487
487
|
scheme: import('../Icon.vue').SchemeColor;
|
|
488
488
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
489
489
|
UnnnicButton: {
|
|
490
490
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
491
|
+
text: string;
|
|
492
|
+
next: boolean;
|
|
491
493
|
size: import('../Button/types').ButtonSize;
|
|
492
494
|
type: import('../Button/types').ButtonType;
|
|
493
495
|
disabled: boolean;
|
|
494
|
-
text: string;
|
|
495
|
-
next: boolean;
|
|
496
496
|
iconLeft: string;
|
|
497
497
|
iconRight: string;
|
|
498
498
|
float: boolean;
|
|
@@ -507,11 +507,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
507
507
|
M: {};
|
|
508
508
|
Defaults: {};
|
|
509
509
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
510
|
+
text: string;
|
|
511
|
+
next: boolean;
|
|
510
512
|
size: import('../Button/types').ButtonSize;
|
|
511
513
|
type: import('../Button/types').ButtonType;
|
|
512
514
|
disabled: boolean;
|
|
513
|
-
text: string;
|
|
514
|
-
next: boolean;
|
|
515
515
|
iconLeft: string;
|
|
516
516
|
iconRight: string;
|
|
517
517
|
float: boolean;
|
|
@@ -523,11 +523,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
523
523
|
__isTeleport?: never;
|
|
524
524
|
__isSuspense?: never;
|
|
525
525
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
526
|
+
text: string;
|
|
527
|
+
next: boolean;
|
|
526
528
|
size: import('../Button/types').ButtonSize;
|
|
527
529
|
type: import('../Button/types').ButtonType;
|
|
528
530
|
disabled: boolean;
|
|
529
|
-
text: string;
|
|
530
|
-
next: boolean;
|
|
531
531
|
iconLeft: string;
|
|
532
532
|
iconRight: string;
|
|
533
533
|
float: boolean;
|
|
@@ -95,8 +95,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
95
95
|
};
|
|
96
96
|
}>> & Readonly<{}>, {
|
|
97
97
|
text: string;
|
|
98
|
-
enabled: boolean;
|
|
99
98
|
forceOpen: boolean;
|
|
99
|
+
enabled: boolean;
|
|
100
100
|
side: string;
|
|
101
101
|
maxWidth: string;
|
|
102
102
|
shortcutText: string;
|
|
@@ -85,30 +85,28 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
85
85
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
86
86
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
87
87
|
}>, {
|
|
88
|
-
size: import('../Icon.vue').IconSize;
|
|
89
88
|
filled: boolean;
|
|
90
89
|
next: boolean;
|
|
91
90
|
icon: string | null;
|
|
92
91
|
clickable: boolean;
|
|
92
|
+
size: import('../Icon.vue').IconSize;
|
|
93
93
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
94
94
|
scheme: import('../Icon.vue').SchemeColor;
|
|
95
95
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
96
96
|
UnnnicRadio: {
|
|
97
97
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
98
98
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
99
|
-
|
|
99
|
+
size: string;
|
|
100
100
|
disabled: boolean;
|
|
101
|
-
modelValue: string | number;
|
|
102
|
-
name: string;
|
|
103
101
|
value: string | number;
|
|
102
|
+
modelValue: string | number;
|
|
104
103
|
$props: {
|
|
105
|
-
readonly
|
|
104
|
+
readonly size?: string | undefined;
|
|
106
105
|
readonly disabled?: boolean | undefined;
|
|
107
|
-
readonly modelValue?: string | number | undefined;
|
|
108
|
-
readonly name?: string | undefined;
|
|
109
106
|
readonly value?: string | number | undefined;
|
|
107
|
+
readonly modelValue?: string | number | undefined;
|
|
110
108
|
};
|
|
111
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
109
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
112
110
|
P: {};
|
|
113
111
|
B: {};
|
|
114
112
|
D: {};
|
|
@@ -117,17 +115,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
117
115
|
Defaults: {};
|
|
118
116
|
}, Readonly<{}> & Readonly<{}>, {
|
|
119
117
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
120
|
-
|
|
118
|
+
size: string;
|
|
121
119
|
disabled: boolean;
|
|
122
|
-
modelValue: string | number;
|
|
123
|
-
name: string;
|
|
124
120
|
value: string | number;
|
|
121
|
+
modelValue: string | number;
|
|
125
122
|
$props: {
|
|
126
|
-
readonly
|
|
123
|
+
readonly size?: string | undefined;
|
|
127
124
|
readonly disabled?: boolean | undefined;
|
|
128
|
-
readonly modelValue?: string | number | undefined;
|
|
129
|
-
readonly name?: string | undefined;
|
|
130
125
|
readonly value?: string | number | undefined;
|
|
126
|
+
readonly modelValue?: string | number | undefined;
|
|
131
127
|
};
|
|
132
128
|
}, {}, {}, {}, {}>;
|
|
133
129
|
__isFragment?: never;
|
|
@@ -135,17 +131,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
135
131
|
__isSuspense?: never;
|
|
136
132
|
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
137
133
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
138
|
-
|
|
134
|
+
size: string;
|
|
139
135
|
disabled: boolean;
|
|
140
|
-
modelValue: string | number;
|
|
141
|
-
name: string;
|
|
142
136
|
value: string | number;
|
|
137
|
+
modelValue: string | number;
|
|
143
138
|
$props: {
|
|
144
|
-
readonly
|
|
139
|
+
readonly size?: string | undefined;
|
|
145
140
|
readonly disabled?: boolean | undefined;
|
|
146
|
-
readonly modelValue?: string | number | undefined;
|
|
147
|
-
readonly name?: string | undefined;
|
|
148
141
|
readonly value?: string | number | undefined;
|
|
142
|
+
readonly modelValue?: string | number | undefined;
|
|
149
143
|
};
|
|
150
144
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
151
145
|
$slots: {
|