@weni/unnnic-system 3.2.5-alpha.1 → 3.2.6
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 +47 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +5 -5
- package/dist/components/Alert/Version1dot1.vue.d.ts +2 -2
- 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 +16 -7
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
- package/dist/components/CardProject/CardProject.vue.d.ts +11 -2
- 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/Chip/Chip.vue.d.ts +8 -0
- package/dist/components/Chip/Chip.vue.d.ts.map +1 -0
- package/dist/components/Chip/types.d.ts +9 -0
- package/dist/components/Chip/types.d.ts.map +1 -0
- 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 -182
- package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
- package/dist/components/Disclaimer/types.d.ts +1 -1
- package/dist/components/Disclaimer/types.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- package/dist/components/DropArea/DropArea.vue.d.ts +0 -2
- package/dist/components/DropArea/DropArea.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +9 -0
- 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/types.d.ts +2 -1
- package/dist/components/Icon/types.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +3 -2
- package/dist/components/Icon.vue.d.ts.map +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 -10
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +27 -182
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +13 -31
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +37 -192
- package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +10 -10
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +34 -189
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -20
- 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 +28 -45
- 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 -31
- 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 -2
- 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 -13
- package/dist/components/index.d.ts +899 -2193
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-dc7f4ae0.mjs → es-abc8e9a2.mjs} +1 -1
- package/dist/{index-93c6d4e1.mjs → index-22520f9b.mjs} +7776 -7910
- package/dist/{pt-br-6c72f1f4.mjs → pt-br-a1f8d5de.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +116 -118
- package/dist/unnnic.umd.js +41 -42
- package/package.json +2 -2
- package/src/assets/scss/scheme-colors.scss +132 -0
- package/src/assets/scss/unnnic.scss +2 -0
- package/src/components/Button/Button.vue +109 -58
- package/src/components/Button/types.ts +1 -0
- package/src/components/Card/Card.vue +12 -21
- package/src/components/Chip/Chip.vue +124 -0
- package/src/components/Chip/__tests__/Chip.spec.js +164 -0
- package/src/components/Chip/types.ts +8 -0
- package/src/components/Disclaimer/types.ts +1 -1
- package/src/components/DropArea/DropArea.vue +2 -26
- package/src/components/Dropdown/Dropdown.vue +6 -0
- package/src/components/Dropdown/__tests__/Dropdown.spec.js +57 -0
- package/src/components/FormElement/FormElement.vue +90 -50
- package/src/components/Icon/types.ts +4 -95
- package/src/components/Icon.vue +3 -98
- package/src/components/Input/BaseInput.vue +12 -10
- package/src/components/Input/Input.scss +20 -17
- package/src/components/Input/Input.vue +28 -86
- package/src/components/Input/TextInput.vue +35 -27
- 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/ModalDialog/ModalDialog.vue +29 -27
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- package/src/components/SelectSmart/SelectSmart.vue +3 -1
- package/src/components/SelectSmart/__tests__/SelectSmart.spec.js +45 -0
- 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 -14
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
- package/src/components/index.ts +7 -12
- package/src/stories/Button.stories.js +10 -1
- package/src/stories/Chip.stories.js +173 -0
- package/src/stories/Input.stories.js +3 -17
- package/src/types/scheme-colors.d.ts +102 -0
- 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/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/TemplatePreview/TemplatePreview.vue +0 -249
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +0 -51
- package/src/components/TemplatePreview/types.d.ts +0 -16
- package/src/stories/TemplatePreview.stories.js +0 -94
- package/src/stories/TemplatePreviewModal.stories.js +0 -110
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalDialog/ModalDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ModalDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalDialog/ModalDialog.vue"],"names":[],"mappings":"AAkGA;"}
|
|
@@ -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,22 +133,6 @@ 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
136
|
}>, {}, {
|
|
157
137
|
val: string;
|
|
158
138
|
}, {
|
|
@@ -179,23 +159,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
179
159
|
};
|
|
180
160
|
message: {
|
|
181
161
|
type: StringConstructor;
|
|
182
|
-
default:
|
|
183
|
-
};
|
|
184
|
-
errors: {
|
|
185
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
186
|
-
default: string;
|
|
162
|
+
default: null;
|
|
187
163
|
};
|
|
188
164
|
label: {
|
|
189
165
|
type: StringConstructor;
|
|
190
|
-
default:
|
|
166
|
+
default: null;
|
|
191
167
|
};
|
|
192
168
|
iconLeft: {
|
|
193
169
|
type: StringConstructor;
|
|
194
|
-
default:
|
|
170
|
+
default: null;
|
|
195
171
|
};
|
|
196
172
|
iconRight: {
|
|
197
173
|
type: StringConstructor;
|
|
198
|
-
default:
|
|
174
|
+
default: null;
|
|
199
175
|
};
|
|
200
176
|
allowTogglePassword: {
|
|
201
177
|
type: BooleanConstructor;
|
|
@@ -203,11 +179,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
203
179
|
};
|
|
204
180
|
iconLeftClickable: {
|
|
205
181
|
type: BooleanConstructor;
|
|
206
|
-
default:
|
|
182
|
+
default: null;
|
|
207
183
|
};
|
|
208
184
|
iconRightClickable: {
|
|
209
185
|
type: BooleanConstructor;
|
|
210
|
-
default:
|
|
186
|
+
default: null;
|
|
211
187
|
};
|
|
212
188
|
hasCloudyColor: {
|
|
213
189
|
type: BooleanConstructor;
|
|
@@ -221,34 +197,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
221
197
|
type: (StringConstructor | ArrayConstructor)[];
|
|
222
198
|
default: string;
|
|
223
199
|
};
|
|
224
|
-
tooltip: {
|
|
225
|
-
type: StringConstructor;
|
|
226
|
-
default: string;
|
|
227
|
-
};
|
|
228
|
-
maxlength: {
|
|
229
|
-
type: (NumberConstructor | null)[];
|
|
230
|
-
default: null;
|
|
231
|
-
};
|
|
232
|
-
showMaxlengthCounter: {
|
|
233
|
-
type: BooleanConstructor;
|
|
234
|
-
default: boolean;
|
|
235
|
-
};
|
|
236
|
-
disabled: {
|
|
237
|
-
type: BooleanConstructor;
|
|
238
|
-
default: boolean;
|
|
239
|
-
};
|
|
240
200
|
}>> & Readonly<{
|
|
241
201
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
242
202
|
}>, {
|
|
203
|
+
label: string;
|
|
204
|
+
mask: string | unknown[];
|
|
243
205
|
size: string;
|
|
244
206
|
type: string;
|
|
245
|
-
label: string;
|
|
246
207
|
message: string;
|
|
247
|
-
disabled: boolean;
|
|
248
|
-
mask: string | unknown[];
|
|
249
208
|
modelValue: string;
|
|
250
209
|
nativeType: string;
|
|
251
|
-
maxlength: number | null;
|
|
252
210
|
placeholder: string;
|
|
253
211
|
iconLeft: string;
|
|
254
212
|
iconRight: string;
|
|
@@ -256,9 +214,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
256
214
|
iconRightClickable: boolean;
|
|
257
215
|
allowTogglePassword: boolean;
|
|
258
216
|
hasCloudyColor: boolean;
|
|
259
|
-
errors: string | unknown[];
|
|
260
|
-
tooltip: string;
|
|
261
|
-
showMaxlengthCounter: boolean;
|
|
262
217
|
}, {}, {
|
|
263
218
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
264
219
|
placeholder: {
|
|
@@ -294,6 +249,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
294
249
|
type: BooleanConstructor;
|
|
295
250
|
default: null;
|
|
296
251
|
};
|
|
252
|
+
iconRightSize: {
|
|
253
|
+
type: StringConstructor;
|
|
254
|
+
default: string;
|
|
255
|
+
};
|
|
297
256
|
allowTogglePassword: {
|
|
298
257
|
type: BooleanConstructor;
|
|
299
258
|
default: null;
|
|
@@ -306,21 +265,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
306
265
|
type: StringConstructor;
|
|
307
266
|
default: string;
|
|
308
267
|
};
|
|
309
|
-
maxlength: {
|
|
310
|
-
type: NumberConstructor;
|
|
311
|
-
default: null;
|
|
312
|
-
};
|
|
313
|
-
disabled: {
|
|
314
|
-
type: BooleanConstructor;
|
|
315
|
-
default: boolean;
|
|
316
|
-
};
|
|
317
268
|
}>, {}, {
|
|
318
269
|
isFocused: boolean;
|
|
319
270
|
showPassword: boolean;
|
|
320
271
|
}, {
|
|
321
|
-
isDisabled():
|
|
272
|
+
isDisabled(): unknown;
|
|
322
273
|
iconRightSvg(): string;
|
|
323
|
-
iconScheme(): "
|
|
274
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
324
275
|
attributes(): any;
|
|
325
276
|
}, {
|
|
326
277
|
focus(): void;
|
|
@@ -362,6 +313,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
362
313
|
type: BooleanConstructor;
|
|
363
314
|
default: null;
|
|
364
315
|
};
|
|
316
|
+
iconRightSize: {
|
|
317
|
+
type: StringConstructor;
|
|
318
|
+
default: string;
|
|
319
|
+
};
|
|
365
320
|
allowTogglePassword: {
|
|
366
321
|
type: BooleanConstructor;
|
|
367
322
|
default: null;
|
|
@@ -374,29 +329,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
374
329
|
type: StringConstructor;
|
|
375
330
|
default: string;
|
|
376
331
|
};
|
|
377
|
-
maxlength: {
|
|
378
|
-
type: NumberConstructor;
|
|
379
|
-
default: null;
|
|
380
|
-
};
|
|
381
|
-
disabled: {
|
|
382
|
-
type: BooleanConstructor;
|
|
383
|
-
default: boolean;
|
|
384
|
-
};
|
|
385
332
|
}>> & Readonly<{
|
|
386
333
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
387
334
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
388
335
|
}>, {
|
|
389
336
|
size: string;
|
|
390
337
|
type: string;
|
|
391
|
-
disabled: boolean;
|
|
392
338
|
modelValue: string;
|
|
393
339
|
nativeType: string;
|
|
394
|
-
maxlength: number;
|
|
395
340
|
placeholder: string;
|
|
396
341
|
iconLeft: string;
|
|
397
342
|
iconRight: string;
|
|
398
343
|
iconLeftClickable: boolean;
|
|
399
344
|
iconRightClickable: boolean;
|
|
345
|
+
iconRightSize: string;
|
|
400
346
|
allowTogglePassword: boolean;
|
|
401
347
|
hasCloudyColor: boolean;
|
|
402
348
|
}, {}, {
|
|
@@ -424,10 +370,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
424
370
|
};
|
|
425
371
|
hasIconLeft: BooleanConstructor;
|
|
426
372
|
hasIconRight: BooleanConstructor;
|
|
427
|
-
maxlength: {
|
|
428
|
-
type: NumberConstructor;
|
|
429
|
-
default: null;
|
|
430
|
-
};
|
|
431
373
|
}>, {}, {}, {
|
|
432
374
|
attributes(): any;
|
|
433
375
|
classes(): (string | {
|
|
@@ -460,21 +402,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
460
402
|
};
|
|
461
403
|
hasIconLeft: BooleanConstructor;
|
|
462
404
|
hasIconRight: BooleanConstructor;
|
|
463
|
-
maxlength: {
|
|
464
|
-
type: NumberConstructor;
|
|
465
|
-
default: null;
|
|
466
|
-
};
|
|
467
405
|
}>> & Readonly<{
|
|
468
406
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
469
407
|
}>, {
|
|
408
|
+
mask: string | unknown[];
|
|
470
409
|
size: string;
|
|
471
410
|
type: string;
|
|
472
|
-
mask: string | unknown[];
|
|
473
411
|
hasIconLeft: boolean;
|
|
474
412
|
hasIconRight: boolean;
|
|
475
413
|
modelValue: string;
|
|
476
414
|
nativeType: string;
|
|
477
|
-
maxlength: number;
|
|
478
415
|
}, {}, {}, {
|
|
479
416
|
mask: any;
|
|
480
417
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -487,115 +424,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
487
424
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
488
425
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
489
426
|
}>, {
|
|
490
|
-
size: import('../Icon.vue').IconSize;
|
|
491
427
|
filled: boolean;
|
|
492
428
|
next: boolean;
|
|
493
429
|
icon: string | null;
|
|
494
430
|
clickable: boolean;
|
|
431
|
+
size: import('../Icon.vue').IconSize;
|
|
495
432
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
496
433
|
scheme: import('../Icon.vue').SchemeColor;
|
|
497
434
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
498
435
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
499
|
-
UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
500
|
-
text: {
|
|
501
|
-
type: StringConstructor;
|
|
502
|
-
default: string;
|
|
503
|
-
};
|
|
504
|
-
enabled: {
|
|
505
|
-
type: BooleanConstructor;
|
|
506
|
-
default: boolean;
|
|
507
|
-
};
|
|
508
|
-
forceOpen: {
|
|
509
|
-
type: BooleanConstructor;
|
|
510
|
-
default: boolean;
|
|
511
|
-
};
|
|
512
|
-
side: {
|
|
513
|
-
type: StringConstructor;
|
|
514
|
-
default: string;
|
|
515
|
-
validator(value: unknown): boolean;
|
|
516
|
-
};
|
|
517
|
-
maxWidth: {
|
|
518
|
-
type: StringConstructor;
|
|
519
|
-
default: string;
|
|
520
|
-
};
|
|
521
|
-
shortcutText: {
|
|
522
|
-
type: StringConstructor;
|
|
523
|
-
default: null;
|
|
524
|
-
};
|
|
525
|
-
enableHtml: {
|
|
526
|
-
type: BooleanConstructor;
|
|
527
|
-
default: boolean;
|
|
528
|
-
};
|
|
529
|
-
}>, {}, {
|
|
530
|
-
topPos: null;
|
|
531
|
-
leftPos: null;
|
|
532
|
-
}, {}, {
|
|
533
|
-
handleResize(): void;
|
|
534
|
-
getRightPost(element: any): void;
|
|
535
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
536
|
-
text: {
|
|
537
|
-
type: StringConstructor;
|
|
538
|
-
default: string;
|
|
539
|
-
};
|
|
540
|
-
enabled: {
|
|
541
|
-
type: BooleanConstructor;
|
|
542
|
-
default: boolean;
|
|
543
|
-
};
|
|
544
|
-
forceOpen: {
|
|
545
|
-
type: BooleanConstructor;
|
|
546
|
-
default: boolean;
|
|
547
|
-
};
|
|
548
|
-
side: {
|
|
549
|
-
type: StringConstructor;
|
|
550
|
-
default: string;
|
|
551
|
-
validator(value: unknown): boolean;
|
|
552
|
-
};
|
|
553
|
-
maxWidth: {
|
|
554
|
-
type: StringConstructor;
|
|
555
|
-
default: string;
|
|
556
|
-
};
|
|
557
|
-
shortcutText: {
|
|
558
|
-
type: StringConstructor;
|
|
559
|
-
default: null;
|
|
560
|
-
};
|
|
561
|
-
enableHtml: {
|
|
562
|
-
type: BooleanConstructor;
|
|
563
|
-
default: boolean;
|
|
564
|
-
};
|
|
565
|
-
}>> & Readonly<{}>, {
|
|
566
|
-
text: string;
|
|
567
|
-
enabled: boolean;
|
|
568
|
-
forceOpen: boolean;
|
|
569
|
-
side: string;
|
|
570
|
-
maxWidth: string;
|
|
571
|
-
shortcutText: string;
|
|
572
|
-
enableHtml: boolean;
|
|
573
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
574
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
575
|
-
click: (event: Event) => any;
|
|
576
|
-
mousedown: (event: Event) => any;
|
|
577
|
-
mouseup: (event: Event) => any;
|
|
578
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
579
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
580
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
581
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
582
|
-
}>, {
|
|
583
|
-
size: import('../Icon.vue').IconSize;
|
|
584
|
-
filled: boolean;
|
|
585
|
-
next: boolean;
|
|
586
|
-
icon: string | null;
|
|
587
|
-
clickable: boolean;
|
|
588
|
-
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
589
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
590
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
591
436
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
592
437
|
UnnnicButton: {
|
|
593
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;
|
|
594
441
|
size: import('../Button/types').ButtonSize;
|
|
595
442
|
type: import('../Button/types').ButtonType;
|
|
596
443
|
disabled: boolean;
|
|
597
|
-
text: string;
|
|
598
|
-
next: boolean;
|
|
599
444
|
iconLeft: string;
|
|
600
445
|
iconRight: string;
|
|
601
446
|
float: boolean;
|
|
@@ -610,11 +455,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
610
455
|
M: {};
|
|
611
456
|
Defaults: {};
|
|
612
457
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
458
|
+
text: string;
|
|
459
|
+
next: boolean;
|
|
613
460
|
size: import('../Button/types').ButtonSize;
|
|
614
461
|
type: import('../Button/types').ButtonType;
|
|
615
462
|
disabled: boolean;
|
|
616
|
-
text: string;
|
|
617
|
-
next: boolean;
|
|
618
463
|
iconLeft: string;
|
|
619
464
|
iconRight: string;
|
|
620
465
|
float: boolean;
|
|
@@ -626,11 +471,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
626
471
|
__isTeleport?: never;
|
|
627
472
|
__isSuspense?: never;
|
|
628
473
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
474
|
+
text: string;
|
|
475
|
+
next: boolean;
|
|
629
476
|
size: import('../Button/types').ButtonSize;
|
|
630
477
|
type: import('../Button/types').ButtonType;
|
|
631
478
|
disabled: boolean;
|
|
632
|
-
text: string;
|
|
633
|
-
next: boolean;
|
|
634
479
|
iconLeft: string;
|
|
635
480
|
iconRight: string;
|
|
636
481
|
float: boolean;
|
|
@@ -237,7 +237,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
237
237
|
UnnnicDropArea: {
|
|
238
238
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
239
239
|
$emit: (event: "update:currentFiles" | "fileChange" | "unsupportedFormat" | "exceededTheMaximumFileSizeLimit", ...args: any[]) => void;
|
|
240
|
-
disabled: boolean;
|
|
241
240
|
subtitle: string;
|
|
242
241
|
acceptMultiple: boolean;
|
|
243
242
|
supportedFormats: string;
|
|
@@ -246,7 +245,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
246
245
|
maximumUploads: number;
|
|
247
246
|
maxFileSize?: number | undefined;
|
|
248
247
|
$props: {
|
|
249
|
-
readonly disabled?: boolean | undefined;
|
|
250
248
|
readonly subtitle?: string | undefined;
|
|
251
249
|
readonly acceptMultiple?: boolean | undefined;
|
|
252
250
|
readonly supportedFormats?: string | undefined;
|
|
@@ -267,7 +265,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
267
265
|
Defaults: {};
|
|
268
266
|
}, Readonly<{}> & Readonly<{}>, {
|
|
269
267
|
$emit: (event: "update:currentFiles" | "fileChange" | "unsupportedFormat" | "exceededTheMaximumFileSizeLimit", ...args: any[]) => void;
|
|
270
|
-
disabled: boolean;
|
|
271
268
|
subtitle: string;
|
|
272
269
|
acceptMultiple: boolean;
|
|
273
270
|
supportedFormats: string;
|
|
@@ -276,7 +273,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
276
273
|
maximumUploads: number;
|
|
277
274
|
maxFileSize?: number | undefined;
|
|
278
275
|
$props: {
|
|
279
|
-
readonly disabled?: boolean | undefined;
|
|
280
276
|
readonly subtitle?: string | undefined;
|
|
281
277
|
readonly acceptMultiple?: boolean | undefined;
|
|
282
278
|
readonly supportedFormats?: string | undefined;
|
|
@@ -291,7 +287,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
291
287
|
__isSuspense?: never;
|
|
292
288
|
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
293
289
|
$emit: (event: "update:currentFiles" | "fileChange" | "unsupportedFormat" | "exceededTheMaximumFileSizeLimit", ...args: any[]) => void;
|
|
294
|
-
disabled: boolean;
|
|
295
290
|
subtitle: string;
|
|
296
291
|
acceptMultiple: boolean;
|
|
297
292
|
supportedFormats: string;
|
|
@@ -300,7 +295,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
300
295
|
maximumUploads: number;
|
|
301
296
|
maxFileSize?: number | undefined;
|
|
302
297
|
$props: {
|
|
303
|
-
readonly disabled?: boolean | undefined;
|
|
304
298
|
readonly subtitle?: string | undefined;
|
|
305
299
|
readonly acceptMultiple?: boolean | undefined;
|
|
306
300
|
readonly supportedFormats?: string | undefined;
|
|
@@ -399,11 +393,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
399
393
|
}, {}, {
|
|
400
394
|
UnnnicButton: {
|
|
401
395
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
396
|
+
text: string;
|
|
397
|
+
next: boolean;
|
|
402
398
|
size: import('../Button/types').ButtonSize;
|
|
403
399
|
type: import('../Button/types').ButtonType;
|
|
404
400
|
disabled: boolean;
|
|
405
|
-
text: string;
|
|
406
|
-
next: boolean;
|
|
407
401
|
iconLeft: string;
|
|
408
402
|
iconRight: string;
|
|
409
403
|
float: boolean;
|
|
@@ -418,11 +412,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
418
412
|
M: {};
|
|
419
413
|
Defaults: {};
|
|
420
414
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
415
|
+
text: string;
|
|
416
|
+
next: boolean;
|
|
421
417
|
size: import('../Button/types').ButtonSize;
|
|
422
418
|
type: import('../Button/types').ButtonType;
|
|
423
419
|
disabled: boolean;
|
|
424
|
-
text: string;
|
|
425
|
-
next: boolean;
|
|
426
420
|
iconLeft: string;
|
|
427
421
|
iconRight: string;
|
|
428
422
|
float: boolean;
|
|
@@ -434,11 +428,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
434
428
|
__isTeleport?: never;
|
|
435
429
|
__isSuspense?: never;
|
|
436
430
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
431
|
+
text: string;
|
|
432
|
+
next: boolean;
|
|
437
433
|
size: import('../Button/types').ButtonSize;
|
|
438
434
|
type: import('../Button/types').ButtonType;
|
|
439
435
|
disabled: boolean;
|
|
440
|
-
text: string;
|
|
441
|
-
next: boolean;
|
|
442
436
|
iconLeft: string;
|
|
443
437
|
iconRight: string;
|
|
444
438
|
float: boolean;
|
|
@@ -459,11 +453,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
459
453
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
460
454
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
461
455
|
}>, {
|
|
462
|
-
size: import('../Icon.vue').IconSize;
|
|
463
456
|
filled: boolean;
|
|
464
457
|
next: boolean;
|
|
465
458
|
icon: string | null;
|
|
466
459
|
clickable: boolean;
|
|
460
|
+
size: import('../Icon.vue').IconSize;
|
|
467
461
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
468
462
|
scheme: import('../Icon.vue').SchemeColor;
|
|
469
463
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -478,21 +472,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
478
472
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
479
473
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
480
474
|
}>, {
|
|
481
|
-
size: import('../Icon.vue').IconSize;
|
|
482
475
|
filled: boolean;
|
|
483
476
|
next: boolean;
|
|
484
477
|
icon: string | null;
|
|
485
478
|
clickable: boolean;
|
|
479
|
+
size: import('../Icon.vue').IconSize;
|
|
486
480
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
487
481
|
scheme: import('../Icon.vue').SchemeColor;
|
|
488
482
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
489
483
|
UnnnicButton: {
|
|
490
484
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
485
|
+
text: string;
|
|
486
|
+
next: boolean;
|
|
491
487
|
size: import('../Button/types').ButtonSize;
|
|
492
488
|
type: import('../Button/types').ButtonType;
|
|
493
489
|
disabled: boolean;
|
|
494
|
-
text: string;
|
|
495
|
-
next: boolean;
|
|
496
490
|
iconLeft: string;
|
|
497
491
|
iconRight: string;
|
|
498
492
|
float: boolean;
|
|
@@ -507,11 +501,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
507
501
|
M: {};
|
|
508
502
|
Defaults: {};
|
|
509
503
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
504
|
+
text: string;
|
|
505
|
+
next: boolean;
|
|
510
506
|
size: import('../Button/types').ButtonSize;
|
|
511
507
|
type: import('../Button/types').ButtonType;
|
|
512
508
|
disabled: boolean;
|
|
513
|
-
text: string;
|
|
514
|
-
next: boolean;
|
|
515
509
|
iconLeft: string;
|
|
516
510
|
iconRight: string;
|
|
517
511
|
float: boolean;
|
|
@@ -523,11 +517,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
523
517
|
__isTeleport?: never;
|
|
524
518
|
__isSuspense?: never;
|
|
525
519
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
520
|
+
text: string;
|
|
521
|
+
next: boolean;
|
|
526
522
|
size: import('../Button/types').ButtonSize;
|
|
527
523
|
type: import('../Button/types').ButtonType;
|
|
528
524
|
disabled: boolean;
|
|
529
|
-
text: string;
|
|
530
|
-
next: boolean;
|
|
531
525
|
iconLeft: string;
|
|
532
526
|
iconRight: string;
|
|
533
527
|
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,11 +85,11 @@ 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>;
|
|
@@ -98,13 +98,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
98
98
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
99
99
|
size: string;
|
|
100
100
|
disabled: boolean;
|
|
101
|
-
modelValue: string | number;
|
|
102
101
|
value: string | number;
|
|
102
|
+
modelValue: string | number;
|
|
103
103
|
$props: {
|
|
104
104
|
readonly size?: string | undefined;
|
|
105
105
|
readonly disabled?: boolean | undefined;
|
|
106
|
-
readonly modelValue?: string | number | undefined;
|
|
107
106
|
readonly value?: string | number | undefined;
|
|
107
|
+
readonly modelValue?: string | number | undefined;
|
|
108
108
|
};
|
|
109
109
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
110
110
|
P: {};
|
|
@@ -117,13 +117,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
117
117
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
118
118
|
size: string;
|
|
119
119
|
disabled: boolean;
|
|
120
|
-
modelValue: string | number;
|
|
121
120
|
value: string | number;
|
|
121
|
+
modelValue: string | number;
|
|
122
122
|
$props: {
|
|
123
123
|
readonly size?: string | undefined;
|
|
124
124
|
readonly disabled?: boolean | undefined;
|
|
125
|
-
readonly modelValue?: string | number | undefined;
|
|
126
125
|
readonly value?: string | number | undefined;
|
|
126
|
+
readonly modelValue?: string | number | undefined;
|
|
127
127
|
};
|
|
128
128
|
}, {}, {}, {}, {}>;
|
|
129
129
|
__isFragment?: never;
|
|
@@ -133,13 +133,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
133
133
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
134
134
|
size: string;
|
|
135
135
|
disabled: boolean;
|
|
136
|
-
modelValue: string | number;
|
|
137
136
|
value: string | number;
|
|
137
|
+
modelValue: string | number;
|
|
138
138
|
$props: {
|
|
139
139
|
readonly size?: string | undefined;
|
|
140
140
|
readonly disabled?: boolean | undefined;
|
|
141
|
-
readonly modelValue?: string | number | undefined;
|
|
142
141
|
readonly value?: string | number | undefined;
|
|
142
|
+
readonly modelValue?: string | number | undefined;
|
|
143
143
|
};
|
|
144
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 () => {
|
|
145
145
|
$slots: {
|