@weni/unnnic-system 3.2.5-alpha.0 → 3.2.5-alpha.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/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 +1 -1
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +3 -3
- 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/ButtonIcon.vue.d.ts +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 +20 -20
- package/dist/components/Card/CardCompany.vue.d.ts +7 -7
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +3 -3
- 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 +2 -2
- package/dist/components/Card/StatusCard.vue.d.ts +2 -2
- package/dist/components/Card/TitleCard.vue.d.ts +1 -1
- package/dist/components/CardImage/CardImage.vue.d.ts +7 -7
- package/dist/components/CardInformation/CardInformation.vue.d.ts +3 -3
- package/dist/components/CardProject/CardProject.vue.d.ts +2 -2
- package/dist/components/Carousel/Carousel.vue.d.ts +10 -10
- package/dist/components/Carousel/TagCarousel.vue.d.ts +8 -8
- package/dist/components/ChartBar/ChartBar.vue.d.ts +7 -7
- package/dist/components/ChatText/ChatText.vue.d.ts +1 -1
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +14 -14
- 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 +4 -4
- 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 +1 -1
- 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 +182 -27
- package/dist/components/DatePicker/DatePicker.vue.d.ts +6 -6
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- 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 +38 -32
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon/types.d.ts +1 -1
- package/dist/components/Icon/types.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- 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 +10 -1
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +182 -27
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +31 -13
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +189 -34
- 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 +9 -9
- package/dist/components/ModalNext/ModalNext.vue.d.ts +189 -34
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -14
- 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 +44 -26
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +7 -7
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +4 -4
- package/dist/components/SelectTime/index.vue.d.ts +31 -13
- package/dist/components/Slider/Slider.vue.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +7 -7
- package/dist/components/TextArea/TextArea.vue.d.ts +38 -32
- package/dist/components/TextArea/TextArea.vue.d.ts.map +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 +2016 -752
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-e4a6e990.mjs → es-dc7f4ae0.mjs} +1 -1
- package/dist/{index-de083a7a.mjs → index-93c6d4e1.mjs} +3582 -3554
- package/dist/{pt-br-229e5ab3.mjs → pt-br-6c72f1f4.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +31 -31
- package/package.json +1 -1
- package/src/components/FormElement/FormElement.vue +50 -90
- package/src/components/Icon/types.ts +7 -0
- package/src/components/Icon.vue +7 -0
- package/src/components/Input/BaseInput.vue +10 -12
- package/src/components/Input/Input.scss +17 -20
- package/src/components/Input/Input.vue +86 -28
- package/src/components/Input/TextInput.vue +27 -35
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +12 -3
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/TextArea/TextArea.vue +14 -9
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +7 -2
- package/src/stories/Input.stories.js +17 -3
|
@@ -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;
|
|
70
71
|
filled: boolean;
|
|
71
72
|
next: boolean;
|
|
72
73
|
icon: string | null;
|
|
73
74
|
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,19 +95,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
95
95
|
};
|
|
96
96
|
message: {
|
|
97
97
|
type: StringConstructor;
|
|
98
|
-
default:
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
errors: {
|
|
101
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
102
|
+
default: string;
|
|
99
103
|
};
|
|
100
104
|
label: {
|
|
101
105
|
type: StringConstructor;
|
|
102
|
-
default:
|
|
106
|
+
default: string;
|
|
103
107
|
};
|
|
104
108
|
iconLeft: {
|
|
105
109
|
type: StringConstructor;
|
|
106
|
-
default:
|
|
110
|
+
default: string;
|
|
107
111
|
};
|
|
108
112
|
iconRight: {
|
|
109
113
|
type: StringConstructor;
|
|
110
|
-
default:
|
|
114
|
+
default: string;
|
|
111
115
|
};
|
|
112
116
|
allowTogglePassword: {
|
|
113
117
|
type: BooleanConstructor;
|
|
@@ -115,11 +119,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
115
119
|
};
|
|
116
120
|
iconLeftClickable: {
|
|
117
121
|
type: BooleanConstructor;
|
|
118
|
-
default:
|
|
122
|
+
default: boolean;
|
|
119
123
|
};
|
|
120
124
|
iconRightClickable: {
|
|
121
125
|
type: BooleanConstructor;
|
|
122
|
-
default:
|
|
126
|
+
default: boolean;
|
|
123
127
|
};
|
|
124
128
|
hasCloudyColor: {
|
|
125
129
|
type: BooleanConstructor;
|
|
@@ -133,6 +137,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
133
137
|
type: (StringConstructor | ArrayConstructor)[];
|
|
134
138
|
default: string;
|
|
135
139
|
};
|
|
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
|
+
};
|
|
136
156
|
}>, {}, {
|
|
137
157
|
val: string;
|
|
138
158
|
}, {
|
|
@@ -159,19 +179,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
159
179
|
};
|
|
160
180
|
message: {
|
|
161
181
|
type: StringConstructor;
|
|
162
|
-
default:
|
|
182
|
+
default: string;
|
|
183
|
+
};
|
|
184
|
+
errors: {
|
|
185
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
186
|
+
default: string;
|
|
163
187
|
};
|
|
164
188
|
label: {
|
|
165
189
|
type: StringConstructor;
|
|
166
|
-
default:
|
|
190
|
+
default: string;
|
|
167
191
|
};
|
|
168
192
|
iconLeft: {
|
|
169
193
|
type: StringConstructor;
|
|
170
|
-
default:
|
|
194
|
+
default: string;
|
|
171
195
|
};
|
|
172
196
|
iconRight: {
|
|
173
197
|
type: StringConstructor;
|
|
174
|
-
default:
|
|
198
|
+
default: string;
|
|
175
199
|
};
|
|
176
200
|
allowTogglePassword: {
|
|
177
201
|
type: BooleanConstructor;
|
|
@@ -179,11 +203,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
179
203
|
};
|
|
180
204
|
iconLeftClickable: {
|
|
181
205
|
type: BooleanConstructor;
|
|
182
|
-
default:
|
|
206
|
+
default: boolean;
|
|
183
207
|
};
|
|
184
208
|
iconRightClickable: {
|
|
185
209
|
type: BooleanConstructor;
|
|
186
|
-
default:
|
|
210
|
+
default: boolean;
|
|
187
211
|
};
|
|
188
212
|
hasCloudyColor: {
|
|
189
213
|
type: BooleanConstructor;
|
|
@@ -197,16 +221,34 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
197
221
|
type: (StringConstructor | ArrayConstructor)[];
|
|
198
222
|
default: string;
|
|
199
223
|
};
|
|
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
|
+
};
|
|
200
240
|
}>> & Readonly<{
|
|
201
241
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
202
242
|
}>, {
|
|
203
|
-
label: string;
|
|
204
|
-
mask: string | unknown[];
|
|
205
243
|
size: string;
|
|
206
244
|
type: string;
|
|
245
|
+
label: string;
|
|
207
246
|
message: string;
|
|
247
|
+
disabled: boolean;
|
|
248
|
+
mask: string | unknown[];
|
|
208
249
|
modelValue: string;
|
|
209
250
|
nativeType: string;
|
|
251
|
+
maxlength: number | null;
|
|
210
252
|
placeholder: string;
|
|
211
253
|
iconLeft: string;
|
|
212
254
|
iconRight: string;
|
|
@@ -214,6 +256,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
214
256
|
iconRightClickable: boolean;
|
|
215
257
|
allowTogglePassword: boolean;
|
|
216
258
|
hasCloudyColor: boolean;
|
|
259
|
+
errors: string | unknown[];
|
|
260
|
+
tooltip: string;
|
|
261
|
+
showMaxlengthCounter: boolean;
|
|
217
262
|
}, {}, {
|
|
218
263
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
219
264
|
placeholder: {
|
|
@@ -249,10 +294,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
249
294
|
type: BooleanConstructor;
|
|
250
295
|
default: null;
|
|
251
296
|
};
|
|
252
|
-
iconRightSize: {
|
|
253
|
-
type: StringConstructor;
|
|
254
|
-
default: string;
|
|
255
|
-
};
|
|
256
297
|
allowTogglePassword: {
|
|
257
298
|
type: BooleanConstructor;
|
|
258
299
|
default: null;
|
|
@@ -265,13 +306,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
265
306
|
type: StringConstructor;
|
|
266
307
|
default: string;
|
|
267
308
|
};
|
|
309
|
+
maxlength: {
|
|
310
|
+
type: NumberConstructor;
|
|
311
|
+
default: null;
|
|
312
|
+
};
|
|
313
|
+
disabled: {
|
|
314
|
+
type: BooleanConstructor;
|
|
315
|
+
default: boolean;
|
|
316
|
+
};
|
|
268
317
|
}>, {}, {
|
|
269
318
|
isFocused: boolean;
|
|
270
319
|
showPassword: boolean;
|
|
271
320
|
}, {
|
|
272
|
-
isDisabled():
|
|
321
|
+
isDisabled(): {};
|
|
273
322
|
iconRightSvg(): string;
|
|
274
|
-
iconScheme(): "
|
|
323
|
+
iconScheme(): "fg-base" | "fg-muted" | "fg-critical" | "color-gray-700";
|
|
275
324
|
attributes(): any;
|
|
276
325
|
}, {
|
|
277
326
|
focus(): void;
|
|
@@ -313,10 +362,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
313
362
|
type: BooleanConstructor;
|
|
314
363
|
default: null;
|
|
315
364
|
};
|
|
316
|
-
iconRightSize: {
|
|
317
|
-
type: StringConstructor;
|
|
318
|
-
default: string;
|
|
319
|
-
};
|
|
320
365
|
allowTogglePassword: {
|
|
321
366
|
type: BooleanConstructor;
|
|
322
367
|
default: null;
|
|
@@ -329,20 +374,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
329
374
|
type: StringConstructor;
|
|
330
375
|
default: string;
|
|
331
376
|
};
|
|
377
|
+
maxlength: {
|
|
378
|
+
type: NumberConstructor;
|
|
379
|
+
default: null;
|
|
380
|
+
};
|
|
381
|
+
disabled: {
|
|
382
|
+
type: BooleanConstructor;
|
|
383
|
+
default: boolean;
|
|
384
|
+
};
|
|
332
385
|
}>> & Readonly<{
|
|
333
386
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
334
387
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
335
388
|
}>, {
|
|
336
389
|
size: string;
|
|
337
390
|
type: string;
|
|
391
|
+
disabled: boolean;
|
|
338
392
|
modelValue: string;
|
|
339
393
|
nativeType: string;
|
|
394
|
+
maxlength: number;
|
|
340
395
|
placeholder: string;
|
|
341
396
|
iconLeft: string;
|
|
342
397
|
iconRight: string;
|
|
343
398
|
iconLeftClickable: boolean;
|
|
344
399
|
iconRightClickable: boolean;
|
|
345
|
-
iconRightSize: string;
|
|
346
400
|
allowTogglePassword: boolean;
|
|
347
401
|
hasCloudyColor: boolean;
|
|
348
402
|
}, {}, {
|
|
@@ -370,6 +424,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
370
424
|
};
|
|
371
425
|
hasIconLeft: BooleanConstructor;
|
|
372
426
|
hasIconRight: BooleanConstructor;
|
|
427
|
+
maxlength: {
|
|
428
|
+
type: NumberConstructor;
|
|
429
|
+
default: null;
|
|
430
|
+
};
|
|
373
431
|
}>, {}, {}, {
|
|
374
432
|
attributes(): any;
|
|
375
433
|
classes(): (string | {
|
|
@@ -402,16 +460,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
402
460
|
};
|
|
403
461
|
hasIconLeft: BooleanConstructor;
|
|
404
462
|
hasIconRight: BooleanConstructor;
|
|
463
|
+
maxlength: {
|
|
464
|
+
type: NumberConstructor;
|
|
465
|
+
default: null;
|
|
466
|
+
};
|
|
405
467
|
}>> & Readonly<{
|
|
406
468
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
407
469
|
}>, {
|
|
408
|
-
mask: string | unknown[];
|
|
409
470
|
size: string;
|
|
410
471
|
type: string;
|
|
472
|
+
mask: string | unknown[];
|
|
411
473
|
hasIconLeft: boolean;
|
|
412
474
|
hasIconRight: boolean;
|
|
413
475
|
modelValue: string;
|
|
414
476
|
nativeType: string;
|
|
477
|
+
maxlength: number;
|
|
415
478
|
}, {}, {}, {
|
|
416
479
|
mask: any;
|
|
417
480
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -424,23 +487,115 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
424
487
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
425
488
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
426
489
|
}>, {
|
|
490
|
+
size: import('../Icon.vue').IconSize;
|
|
427
491
|
filled: boolean;
|
|
428
492
|
next: boolean;
|
|
429
493
|
icon: string | null;
|
|
430
494
|
clickable: boolean;
|
|
431
|
-
size: import('../Icon.vue').IconSize;
|
|
432
495
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
433
496
|
scheme: import('../Icon.vue').SchemeColor;
|
|
434
497
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
435
498
|
}, {}, 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>;
|
|
436
591
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
437
592
|
UnnnicButton: {
|
|
438
593
|
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;
|
|
441
594
|
size: import('../Button/types').ButtonSize;
|
|
442
595
|
type: import('../Button/types').ButtonType;
|
|
443
596
|
disabled: boolean;
|
|
597
|
+
text: string;
|
|
598
|
+
next: boolean;
|
|
444
599
|
iconLeft: string;
|
|
445
600
|
iconRight: string;
|
|
446
601
|
float: boolean;
|
|
@@ -455,11 +610,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
455
610
|
M: {};
|
|
456
611
|
Defaults: {};
|
|
457
612
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
458
|
-
text: string;
|
|
459
|
-
next: boolean;
|
|
460
613
|
size: import('../Button/types').ButtonSize;
|
|
461
614
|
type: import('../Button/types').ButtonType;
|
|
462
615
|
disabled: boolean;
|
|
616
|
+
text: string;
|
|
617
|
+
next: boolean;
|
|
463
618
|
iconLeft: string;
|
|
464
619
|
iconRight: string;
|
|
465
620
|
float: boolean;
|
|
@@ -471,11 +626,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
471
626
|
__isTeleport?: never;
|
|
472
627
|
__isSuspense?: never;
|
|
473
628
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
474
|
-
text: string;
|
|
475
|
-
next: boolean;
|
|
476
629
|
size: import('../Button/types').ButtonSize;
|
|
477
630
|
type: import('../Button/types').ButtonType;
|
|
478
631
|
disabled: boolean;
|
|
632
|
+
text: string;
|
|
633
|
+
next: boolean;
|
|
479
634
|
iconLeft: string;
|
|
480
635
|
iconRight: string;
|
|
481
636
|
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;
|
|
404
402
|
size: import('../Button/types').ButtonSize;
|
|
405
403
|
type: import('../Button/types').ButtonType;
|
|
406
404
|
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;
|
|
423
421
|
size: import('../Button/types').ButtonSize;
|
|
424
422
|
type: import('../Button/types').ButtonType;
|
|
425
423
|
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;
|
|
439
437
|
size: import('../Button/types').ButtonSize;
|
|
440
438
|
type: import('../Button/types').ButtonType;
|
|
441
439
|
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;
|
|
462
463
|
filled: boolean;
|
|
463
464
|
next: boolean;
|
|
464
465
|
icon: string | null;
|
|
465
466
|
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;
|
|
481
482
|
filled: boolean;
|
|
482
483
|
next: boolean;
|
|
483
484
|
icon: string | null;
|
|
484
485
|
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;
|
|
493
491
|
size: import('../Button/types').ButtonSize;
|
|
494
492
|
type: import('../Button/types').ButtonType;
|
|
495
493
|
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;
|
|
512
510
|
size: import('../Button/types').ButtonSize;
|
|
513
511
|
type: import('../Button/types').ButtonType;
|
|
514
512
|
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;
|
|
528
526
|
size: import('../Button/types').ButtonSize;
|
|
529
527
|
type: import('../Button/types').ButtonType;
|
|
530
528
|
disabled: boolean;
|
|
529
|
+
text: string;
|
|
530
|
+
next: boolean;
|
|
531
531
|
iconLeft: string;
|
|
532
532
|
iconRight: string;
|
|
533
533
|
float: boolean;
|
|
@@ -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;
|
|
88
89
|
filled: boolean;
|
|
89
90
|
next: boolean;
|
|
90
91
|
icon: string | null;
|
|
91
92
|
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
|
-
value: string | number;
|
|
102
101
|
modelValue: string | number;
|
|
102
|
+
value: string | number;
|
|
103
103
|
$props: {
|
|
104
104
|
readonly size?: string | undefined;
|
|
105
105
|
readonly disabled?: boolean | undefined;
|
|
106
|
-
readonly value?: string | number | undefined;
|
|
107
106
|
readonly modelValue?: string | number | undefined;
|
|
107
|
+
readonly value?: 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
|
-
value: string | number;
|
|
121
120
|
modelValue: string | number;
|
|
121
|
+
value: string | number;
|
|
122
122
|
$props: {
|
|
123
123
|
readonly size?: string | undefined;
|
|
124
124
|
readonly disabled?: boolean | undefined;
|
|
125
|
-
readonly value?: string | number | undefined;
|
|
126
125
|
readonly modelValue?: string | number | undefined;
|
|
126
|
+
readonly value?: 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
|
-
value: string | number;
|
|
137
136
|
modelValue: string | number;
|
|
137
|
+
value: string | number;
|
|
138
138
|
$props: {
|
|
139
139
|
readonly size?: string | undefined;
|
|
140
140
|
readonly disabled?: boolean | undefined;
|
|
141
|
-
readonly value?: string | number | undefined;
|
|
142
141
|
readonly modelValue?: string | number | undefined;
|
|
142
|
+
readonly value?: 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: {
|
|
@@ -53,11 +53,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
53
53
|
}, {}, {
|
|
54
54
|
UnnnicButton: {
|
|
55
55
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
56
|
-
text: string;
|
|
57
|
-
next: boolean;
|
|
58
56
|
size: import('../Button/types').ButtonSize;
|
|
59
57
|
type: import('../Button/types').ButtonType;
|
|
60
58
|
disabled: boolean;
|
|
59
|
+
text: string;
|
|
60
|
+
next: boolean;
|
|
61
61
|
iconLeft: string;
|
|
62
62
|
iconRight: string;
|
|
63
63
|
float: boolean;
|
|
@@ -72,11 +72,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
72
72
|
M: {};
|
|
73
73
|
Defaults: {};
|
|
74
74
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
75
|
-
text: string;
|
|
76
|
-
next: boolean;
|
|
77
75
|
size: import('../Button/types').ButtonSize;
|
|
78
76
|
type: import('../Button/types').ButtonType;
|
|
79
77
|
disabled: boolean;
|
|
78
|
+
text: string;
|
|
79
|
+
next: boolean;
|
|
80
80
|
iconLeft: string;
|
|
81
81
|
iconRight: string;
|
|
82
82
|
float: boolean;
|
|
@@ -88,11 +88,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
88
88
|
__isTeleport?: never;
|
|
89
89
|
__isSuspense?: never;
|
|
90
90
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
91
|
-
text: string;
|
|
92
|
-
next: boolean;
|
|
93
91
|
size: import('../Button/types').ButtonSize;
|
|
94
92
|
type: import('../Button/types').ButtonType;
|
|
95
93
|
disabled: boolean;
|
|
94
|
+
text: string;
|
|
95
|
+
next: boolean;
|
|
96
96
|
iconLeft: string;
|
|
97
97
|
iconRight: string;
|
|
98
98
|
float: boolean;
|
|
@@ -54,11 +54,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
54
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
55
55
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
56
56
|
}>, {
|
|
57
|
+
size: import('../Icon.vue').IconSize;
|
|
57
58
|
filled: boolean;
|
|
58
59
|
next: boolean;
|
|
59
60
|
icon: string | null;
|
|
60
61
|
clickable: boolean;
|
|
61
|
-
size: import('../Icon.vue').IconSize;
|
|
62
62
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
63
63
|
scheme: import('../Icon.vue').SchemeColor;
|
|
64
64
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -7,13 +7,13 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
7
7
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
8
8
|
size: string;
|
|
9
9
|
disabled: boolean;
|
|
10
|
-
value: string | number;
|
|
11
10
|
modelValue: string | number;
|
|
11
|
+
value: string | number;
|
|
12
12
|
$props: {
|
|
13
13
|
readonly size?: string | undefined;
|
|
14
14
|
readonly disabled?: boolean | undefined;
|
|
15
|
-
readonly value?: string | number | undefined;
|
|
16
15
|
readonly modelValue?: string | number | undefined;
|
|
16
|
+
readonly value?: string | number | undefined;
|
|
17
17
|
};
|
|
18
18
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
19
19
|
type __VLS_TemplateResult = {
|