@weni/unnnic-system 3.2.7-alpha.0 → 3.2.8
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 +24 -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 +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/ChatsMessage/ChatsMessageText.vue.d.ts.map +1 -1
- 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.map +1 -1
- 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/DatePicker/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts.map +1 -1
- 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/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 -14
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +7 -7
- package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +27 -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/Tag/TagNext.vue.d.ts.map +1 -1
- 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 +890 -2158
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-a147ef18.mjs → es-b3e51efa.js} +1 -1
- package/dist/{index-802ab669.mjs → index-b9e3c5e9.js} +7649 -7812
- package/dist/{pt-br-cdc64aa4.mjs → pt-br-20887b32.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.js +182 -0
- package/dist/{unnnic.umd.js → unnnic.umd.cjs} +41 -42
- package/package.json +10 -9
- package/src/assets/icons/script-to-convert-svg-to-vue.js +4 -7
- package/src/components/AudioRecorder/AudioRecorder.vue +3 -2
- package/src/components/Button/Button.vue +109 -58
- package/src/components/Button/__tests__/Button.spec.js +2 -2
- package/src/components/Button/types.ts +2 -1
- package/src/components/Card/Card.vue +4 -1
- package/src/components/ChartMultiLine/Line/Line.vue +2 -1
- package/src/components/ChatsContact/ChatsContact.vue +1 -1
- package/src/components/ChatsHeader/ChatsHeader.vue +4 -2
- package/src/components/ChatsMessage/ChatsMessageText.vue +5 -5
- package/src/components/Chip/Chip.vue +62 -57
- package/src/components/Chip/__tests__/Chip.spec.js +18 -18
- package/src/components/DataTable/index.vue +8 -5
- package/src/components/DatePicker/DatePicker.vue +29 -16
- package/src/components/Drawer/Drawer.vue +4 -1
- package/src/components/Drawer/__tests__/Drawer.spec.js +9 -3
- package/src/components/DropArea/DropArea.vue +1 -1
- package/src/components/Dropdown/__tests__/Dropdown.spec.js +17 -17
- package/src/components/EmojiPicker/EmojiPicker.vue +57 -48
- package/src/components/EmojiPicker/__tests__/EmojiPicker.spec.js +84 -23
- package/src/components/Flag.vue +0 -1
- package/src/components/FormElement/FormElement.vue +91 -51
- package/src/components/Icon/types.ts +2 -2
- package/src/components/Icon.vue +3 -1
- 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/InputDatePicker/InputDatePicker.vue +1 -1
- package/src/components/Label/Label.vue +2 -2
- package/src/components/ModalDialog/ModalDialog.vue +29 -27
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- package/src/components/ModalNext/ModalNext.vue +2 -2
- package/src/components/SelectSmart/SelectSmart.vue +15 -4
- package/src/components/SelectSmart/__tests__/SelectSmart.spec.js +2 -2
- package/src/components/Switch/__tests__/Switch.spec.js +6 -2
- 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/Tag/TagNext.vue +2 -8
- package/src/components/TextArea/TextArea.vue +9 -14
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
- package/src/components/Tour/TourPopover.vue +1 -1
- package/src/components/__tests__/Icon.spec.js +2 -2
- package/src/components/index.ts +88 -96
- package/src/index.ts +1 -1
- package/src/main.ts +1 -1
- package/src/stories/Button.stories.js +11 -2
- package/src/stories/ChatsHeader.stories.js +1 -1
- package/src/stories/ChatsMessage.stories.js +0 -1
- package/src/stories/Chip.stories.js +7 -4
- package/src/stories/Input.stories.js +3 -17
- package/src/stories/SelectSmart.stories.js +1 -1
- package/src/stories/TableNext.stories.js +1 -1
- package/src/types/index.d.ts +2 -2
- package/src/types/scheme-colors.d.ts +1 -2
- package/src/types/unnnic-utils.d.ts +87 -87
- package/src/types/vue-shims.d.ts +1 -1
- package/src/types/vueuse-overrides.d.ts +2 -2
- package/src/utils/plugins/i18n.js +0 -1
- 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/unnnic.mjs +0 -186
- 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
|
@@ -111,7 +111,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
111
111
|
methods: {
|
|
112
112
|
i18n(...args: any[]): any;
|
|
113
113
|
};
|
|
114
|
-
}, import('vue').ComponentOptionsMixin, ("
|
|
114
|
+
}, import('vue').ComponentOptionsMixin, ("onChange" | "update:modelValue" | "update:searchValue" | "onActiveChange")[], "onChange" | "update:modelValue" | "update:searchValue" | "onActiveChange", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
115
115
|
options: {
|
|
116
116
|
type: ArrayConstructor;
|
|
117
117
|
required: true;
|
|
@@ -238,6 +238,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
238
238
|
type: BooleanConstructor;
|
|
239
239
|
default: null;
|
|
240
240
|
};
|
|
241
|
+
iconRightSize: {
|
|
242
|
+
type: StringConstructor;
|
|
243
|
+
default: string;
|
|
244
|
+
};
|
|
241
245
|
allowTogglePassword: {
|
|
242
246
|
type: BooleanConstructor;
|
|
243
247
|
default: null;
|
|
@@ -250,21 +254,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
250
254
|
type: StringConstructor;
|
|
251
255
|
default: string;
|
|
252
256
|
};
|
|
253
|
-
maxlength: {
|
|
254
|
-
type: NumberConstructor;
|
|
255
|
-
default: null;
|
|
256
|
-
};
|
|
257
|
-
disabled: {
|
|
258
|
-
type: BooleanConstructor;
|
|
259
|
-
default: boolean;
|
|
260
|
-
};
|
|
261
257
|
}>, {}, {
|
|
262
258
|
isFocused: boolean;
|
|
263
259
|
showPassword: boolean;
|
|
264
260
|
}, {
|
|
265
|
-
isDisabled():
|
|
261
|
+
isDisabled(): unknown;
|
|
266
262
|
iconRightSvg(): string;
|
|
267
|
-
iconScheme(): "
|
|
263
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
268
264
|
attributes(): any;
|
|
269
265
|
}, {
|
|
270
266
|
focus(): void;
|
|
@@ -306,6 +302,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
306
302
|
type: BooleanConstructor;
|
|
307
303
|
default: null;
|
|
308
304
|
};
|
|
305
|
+
iconRightSize: {
|
|
306
|
+
type: StringConstructor;
|
|
307
|
+
default: string;
|
|
308
|
+
};
|
|
309
309
|
allowTogglePassword: {
|
|
310
310
|
type: BooleanConstructor;
|
|
311
311
|
default: null;
|
|
@@ -318,29 +318,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
318
318
|
type: StringConstructor;
|
|
319
319
|
default: string;
|
|
320
320
|
};
|
|
321
|
-
maxlength: {
|
|
322
|
-
type: NumberConstructor;
|
|
323
|
-
default: null;
|
|
324
|
-
};
|
|
325
|
-
disabled: {
|
|
326
|
-
type: BooleanConstructor;
|
|
327
|
-
default: boolean;
|
|
328
|
-
};
|
|
329
321
|
}>> & Readonly<{
|
|
330
322
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
331
323
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
332
324
|
}>, {
|
|
333
325
|
size: string;
|
|
334
326
|
type: string;
|
|
335
|
-
disabled: boolean;
|
|
336
327
|
modelValue: string;
|
|
337
328
|
nativeType: string;
|
|
338
|
-
maxlength: number;
|
|
339
329
|
placeholder: string;
|
|
340
330
|
iconLeft: string;
|
|
341
331
|
iconRight: string;
|
|
342
332
|
iconLeftClickable: boolean;
|
|
343
333
|
iconRightClickable: boolean;
|
|
334
|
+
iconRightSize: string;
|
|
344
335
|
allowTogglePassword: boolean;
|
|
345
336
|
hasCloudyColor: boolean;
|
|
346
337
|
}, {}, {
|
|
@@ -368,10 +359,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
368
359
|
};
|
|
369
360
|
hasIconLeft: BooleanConstructor;
|
|
370
361
|
hasIconRight: BooleanConstructor;
|
|
371
|
-
maxlength: {
|
|
372
|
-
type: NumberConstructor;
|
|
373
|
-
default: null;
|
|
374
|
-
};
|
|
375
362
|
}>, {}, {}, {
|
|
376
363
|
attributes(): any;
|
|
377
364
|
classes(): (string | {
|
|
@@ -404,21 +391,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
404
391
|
};
|
|
405
392
|
hasIconLeft: BooleanConstructor;
|
|
406
393
|
hasIconRight: BooleanConstructor;
|
|
407
|
-
maxlength: {
|
|
408
|
-
type: NumberConstructor;
|
|
409
|
-
default: null;
|
|
410
|
-
};
|
|
411
394
|
}>> & Readonly<{
|
|
412
395
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
413
396
|
}>, {
|
|
397
|
+
mask: string | unknown[];
|
|
414
398
|
size: string;
|
|
415
399
|
type: string;
|
|
416
|
-
mask: string | unknown[];
|
|
417
400
|
hasIconLeft: boolean;
|
|
418
401
|
hasIconRight: boolean;
|
|
419
402
|
modelValue: string;
|
|
420
403
|
nativeType: string;
|
|
421
|
-
maxlength: number;
|
|
422
404
|
}, {}, {}, {
|
|
423
405
|
mask: any;
|
|
424
406
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -431,11 +413,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
431
413
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
432
414
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
433
415
|
}>, {
|
|
434
|
-
size: import('../Icon.vue').IconSize;
|
|
435
416
|
filled: boolean;
|
|
436
417
|
next: boolean;
|
|
437
418
|
icon: string | null;
|
|
438
419
|
clickable: boolean;
|
|
420
|
+
size: import('../Icon.vue').IconSize;
|
|
439
421
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
440
422
|
scheme: import('../Icon.vue').SchemeColor;
|
|
441
423
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -525,8 +507,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
525
507
|
validator(value: unknown): boolean;
|
|
526
508
|
};
|
|
527
509
|
}>> & Readonly<{}>, {
|
|
528
|
-
size: string;
|
|
529
510
|
label: string;
|
|
511
|
+
size: string;
|
|
530
512
|
disabled: boolean;
|
|
531
513
|
description: string;
|
|
532
514
|
active: boolean;
|
|
@@ -538,7 +520,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
538
520
|
}, {}, {
|
|
539
521
|
UnnnicCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
540
522
|
modelValue: {
|
|
541
|
-
type: (
|
|
523
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
542
524
|
default: boolean;
|
|
543
525
|
validator(value: unknown): boolean;
|
|
544
526
|
};
|
|
@@ -563,7 +545,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
563
545
|
click(): void;
|
|
564
546
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
565
547
|
modelValue: {
|
|
566
|
-
type: (
|
|
548
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
567
549
|
default: boolean;
|
|
568
550
|
validator(value: unknown): boolean;
|
|
569
551
|
};
|
|
@@ -598,11 +580,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
598
580
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
599
581
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
600
582
|
}>, {
|
|
601
|
-
size: import('../Icon.vue').IconSize;
|
|
602
583
|
filled: boolean;
|
|
603
584
|
next: boolean;
|
|
604
585
|
icon: string | null;
|
|
605
586
|
clickable: boolean;
|
|
587
|
+
size: import('../Icon.vue').IconSize;
|
|
606
588
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
607
589
|
scheme: import('../Icon.vue').SchemeColor;
|
|
608
590
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -767,10 +749,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
767
749
|
default: null;
|
|
768
750
|
};
|
|
769
751
|
}>> & Readonly<{}>, {
|
|
770
|
-
disabled: boolean;
|
|
771
752
|
text: string;
|
|
772
753
|
clickable: boolean;
|
|
773
754
|
scheme: string;
|
|
755
|
+
disabled: boolean;
|
|
774
756
|
hasCloseIcon: boolean;
|
|
775
757
|
leftIcon: string;
|
|
776
758
|
rightIcon: string;
|
|
@@ -784,11 +766,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
784
766
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
785
767
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
786
768
|
}>, {
|
|
787
|
-
size: import('../Icon.vue').IconSize;
|
|
788
769
|
filled: boolean;
|
|
789
770
|
next: boolean;
|
|
790
771
|
icon: string | null;
|
|
791
772
|
clickable: boolean;
|
|
773
|
+
size: import('../Icon.vue').IconSize;
|
|
792
774
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
793
775
|
scheme: import('../Icon.vue').SchemeColor;
|
|
794
776
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -859,11 +841,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
859
841
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
860
842
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
861
843
|
}>, {
|
|
862
|
-
size: import('../Icon.vue').IconSize;
|
|
863
844
|
filled: boolean;
|
|
864
845
|
next: boolean;
|
|
865
846
|
icon: string | null;
|
|
866
847
|
clickable: boolean;
|
|
848
|
+
size: import('../Icon.vue').IconSize;
|
|
867
849
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
868
850
|
scheme: import('../Icon.vue').SchemeColor;
|
|
869
851
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -935,8 +917,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
935
917
|
};
|
|
936
918
|
}>> & Readonly<{}>, {
|
|
937
919
|
text: string;
|
|
938
|
-
enabled: boolean;
|
|
939
920
|
forceOpen: boolean;
|
|
921
|
+
enabled: boolean;
|
|
940
922
|
side: string;
|
|
941
923
|
maxWidth: string;
|
|
942
924
|
shortcutText: string;
|
|
@@ -971,9 +953,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
971
953
|
default: boolean;
|
|
972
954
|
};
|
|
973
955
|
}>> & Readonly<{}>, {
|
|
974
|
-
disabled: boolean;
|
|
975
956
|
text: string;
|
|
976
957
|
clickable: boolean;
|
|
958
|
+
disabled: boolean;
|
|
977
959
|
}, {}, {
|
|
978
960
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
979
961
|
click: (event: Event) => any;
|
|
@@ -984,11 +966,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
984
966
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
985
967
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
986
968
|
}>, {
|
|
987
|
-
size: import('../Icon.vue').IconSize;
|
|
988
969
|
filled: boolean;
|
|
989
970
|
next: boolean;
|
|
990
971
|
icon: string | null;
|
|
991
972
|
clickable: boolean;
|
|
973
|
+
size: import('../Icon.vue').IconSize;
|
|
992
974
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
993
975
|
scheme: import('../Icon.vue').SchemeColor;
|
|
994
976
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1065,11 +1047,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1065
1047
|
default: string;
|
|
1066
1048
|
};
|
|
1067
1049
|
}>> & Readonly<{}>, {
|
|
1068
|
-
type: string;
|
|
1069
|
-
disabled: boolean;
|
|
1070
1050
|
text: string;
|
|
1071
1051
|
clickable: boolean;
|
|
1072
1052
|
scheme: string;
|
|
1053
|
+
type: string;
|
|
1054
|
+
disabled: boolean;
|
|
1073
1055
|
hasCloseIcon: boolean;
|
|
1074
1056
|
leftIcon: string;
|
|
1075
1057
|
rightIcon: string;
|
|
@@ -1165,11 +1147,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1165
1147
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
1166
1148
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
1167
1149
|
}>, {
|
|
1168
|
-
size: import('../Icon.vue').IconSize;
|
|
1169
1150
|
filled: boolean;
|
|
1170
1151
|
next: boolean;
|
|
1171
1152
|
icon: string | null;
|
|
1172
1153
|
clickable: boolean;
|
|
1154
|
+
size: import('../Icon.vue').IconSize;
|
|
1173
1155
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
1174
1156
|
scheme: import('../Icon.vue').SchemeColor;
|
|
1175
1157
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -157,10 +157,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
157
157
|
default: null;
|
|
158
158
|
};
|
|
159
159
|
}>> & Readonly<{}>, {
|
|
160
|
-
disabled: boolean;
|
|
161
160
|
text: string;
|
|
162
161
|
clickable: boolean;
|
|
163
162
|
scheme: string;
|
|
163
|
+
disabled: boolean;
|
|
164
164
|
hasCloseIcon: boolean;
|
|
165
165
|
leftIcon: string;
|
|
166
166
|
rightIcon: string;
|
|
@@ -174,11 +174,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
174
174
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
175
175
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
176
176
|
}>, {
|
|
177
|
-
size: import('../Icon.vue').IconSize;
|
|
178
177
|
filled: boolean;
|
|
179
178
|
next: boolean;
|
|
180
179
|
icon: string | null;
|
|
181
180
|
clickable: boolean;
|
|
181
|
+
size: import('../Icon.vue').IconSize;
|
|
182
182
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
183
183
|
scheme: import('../Icon.vue').SchemeColor;
|
|
184
184
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -249,11 +249,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
249
249
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
250
250
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
251
251
|
}>, {
|
|
252
|
-
size: import('../Icon.vue').IconSize;
|
|
253
252
|
filled: boolean;
|
|
254
253
|
next: boolean;
|
|
255
254
|
icon: string | null;
|
|
256
255
|
clickable: boolean;
|
|
256
|
+
size: import('../Icon.vue').IconSize;
|
|
257
257
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
258
258
|
scheme: import('../Icon.vue').SchemeColor;
|
|
259
259
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -325,8 +325,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
325
325
|
};
|
|
326
326
|
}>> & Readonly<{}>, {
|
|
327
327
|
text: string;
|
|
328
|
-
enabled: boolean;
|
|
329
328
|
forceOpen: boolean;
|
|
329
|
+
enabled: boolean;
|
|
330
330
|
side: string;
|
|
331
331
|
maxWidth: string;
|
|
332
332
|
shortcutText: string;
|
|
@@ -361,9 +361,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
361
361
|
default: boolean;
|
|
362
362
|
};
|
|
363
363
|
}>> & Readonly<{}>, {
|
|
364
|
-
disabled: boolean;
|
|
365
364
|
text: string;
|
|
366
365
|
clickable: boolean;
|
|
366
|
+
disabled: boolean;
|
|
367
367
|
}, {}, {
|
|
368
368
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
369
369
|
click: (event: Event) => any;
|
|
@@ -374,11 +374,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
374
374
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
375
375
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
376
376
|
}>, {
|
|
377
|
-
size: import('../Icon.vue').IconSize;
|
|
378
377
|
filled: boolean;
|
|
379
378
|
next: boolean;
|
|
380
379
|
icon: string | null;
|
|
381
380
|
clickable: boolean;
|
|
381
|
+
size: import('../Icon.vue').IconSize;
|
|
382
382
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
383
383
|
scheme: import('../Icon.vue').SchemeColor;
|
|
384
384
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -455,11 +455,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
455
455
|
default: string;
|
|
456
456
|
};
|
|
457
457
|
}>> & Readonly<{}>, {
|
|
458
|
-
type: string;
|
|
459
|
-
disabled: boolean;
|
|
460
458
|
text: string;
|
|
461
459
|
clickable: boolean;
|
|
462
460
|
scheme: string;
|
|
461
|
+
type: string;
|
|
462
|
+
disabled: boolean;
|
|
463
463
|
hasCloseIcon: boolean;
|
|
464
464
|
leftIcon: string;
|
|
465
465
|
rightIcon: string;
|
|
@@ -84,8 +84,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
validator(value: unknown): boolean;
|
|
85
85
|
};
|
|
86
86
|
}>> & Readonly<{}>, {
|
|
87
|
-
size: string;
|
|
88
87
|
label: string;
|
|
88
|
+
size: string;
|
|
89
89
|
disabled: boolean;
|
|
90
90
|
description: string;
|
|
91
91
|
active: boolean;
|
|
@@ -97,7 +97,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
97
97
|
}, {}, {
|
|
98
98
|
UnnnicCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
99
99
|
modelValue: {
|
|
100
|
-
type: (
|
|
100
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
101
101
|
default: boolean;
|
|
102
102
|
validator(value: unknown): boolean;
|
|
103
103
|
};
|
|
@@ -122,7 +122,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
122
122
|
click(): void;
|
|
123
123
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
124
124
|
modelValue: {
|
|
125
|
-
type: (
|
|
125
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
126
126
|
default: boolean;
|
|
127
127
|
validator(value: unknown): boolean;
|
|
128
128
|
};
|
|
@@ -157,11 +157,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
157
157
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
158
158
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
159
159
|
}>, {
|
|
160
|
-
size: import('../Icon.vue').IconSize;
|
|
161
160
|
filled: boolean;
|
|
162
161
|
next: boolean;
|
|
163
162
|
icon: string | null;
|
|
164
163
|
clickable: boolean;
|
|
164
|
+
size: import('../Icon.vue').IconSize;
|
|
165
165
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
166
166
|
scheme: import('../Icon.vue').SchemeColor;
|
|
167
167
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -143,6 +143,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
143
143
|
type: BooleanConstructor;
|
|
144
144
|
default: null;
|
|
145
145
|
};
|
|
146
|
+
iconRightSize: {
|
|
147
|
+
type: StringConstructor;
|
|
148
|
+
default: string;
|
|
149
|
+
};
|
|
146
150
|
allowTogglePassword: {
|
|
147
151
|
type: BooleanConstructor;
|
|
148
152
|
default: null;
|
|
@@ -155,21 +159,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
155
159
|
type: StringConstructor;
|
|
156
160
|
default: string;
|
|
157
161
|
};
|
|
158
|
-
maxlength: {
|
|
159
|
-
type: NumberConstructor;
|
|
160
|
-
default: null;
|
|
161
|
-
};
|
|
162
|
-
disabled: {
|
|
163
|
-
type: BooleanConstructor;
|
|
164
|
-
default: boolean;
|
|
165
|
-
};
|
|
166
162
|
}>, {}, {
|
|
167
163
|
isFocused: boolean;
|
|
168
164
|
showPassword: boolean;
|
|
169
165
|
}, {
|
|
170
|
-
isDisabled():
|
|
166
|
+
isDisabled(): unknown;
|
|
171
167
|
iconRightSvg(): string;
|
|
172
|
-
iconScheme(): "
|
|
168
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
173
169
|
attributes(): any;
|
|
174
170
|
}, {
|
|
175
171
|
focus(): void;
|
|
@@ -211,6 +207,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
211
207
|
type: BooleanConstructor;
|
|
212
208
|
default: null;
|
|
213
209
|
};
|
|
210
|
+
iconRightSize: {
|
|
211
|
+
type: StringConstructor;
|
|
212
|
+
default: string;
|
|
213
|
+
};
|
|
214
214
|
allowTogglePassword: {
|
|
215
215
|
type: BooleanConstructor;
|
|
216
216
|
default: null;
|
|
@@ -223,29 +223,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
223
223
|
type: StringConstructor;
|
|
224
224
|
default: string;
|
|
225
225
|
};
|
|
226
|
-
maxlength: {
|
|
227
|
-
type: NumberConstructor;
|
|
228
|
-
default: null;
|
|
229
|
-
};
|
|
230
|
-
disabled: {
|
|
231
|
-
type: BooleanConstructor;
|
|
232
|
-
default: boolean;
|
|
233
|
-
};
|
|
234
226
|
}>> & Readonly<{
|
|
235
227
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
236
228
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
237
229
|
}>, {
|
|
238
230
|
size: string;
|
|
239
231
|
type: string;
|
|
240
|
-
disabled: boolean;
|
|
241
232
|
modelValue: string;
|
|
242
233
|
nativeType: string;
|
|
243
|
-
maxlength: number;
|
|
244
234
|
placeholder: string;
|
|
245
235
|
iconLeft: string;
|
|
246
236
|
iconRight: string;
|
|
247
237
|
iconLeftClickable: boolean;
|
|
248
238
|
iconRightClickable: boolean;
|
|
239
|
+
iconRightSize: string;
|
|
249
240
|
allowTogglePassword: boolean;
|
|
250
241
|
hasCloudyColor: boolean;
|
|
251
242
|
}, {}, {
|
|
@@ -273,10 +264,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
273
264
|
};
|
|
274
265
|
hasIconLeft: BooleanConstructor;
|
|
275
266
|
hasIconRight: BooleanConstructor;
|
|
276
|
-
maxlength: {
|
|
277
|
-
type: NumberConstructor;
|
|
278
|
-
default: null;
|
|
279
|
-
};
|
|
280
267
|
}>, {}, {}, {
|
|
281
268
|
attributes(): any;
|
|
282
269
|
classes(): (string | {
|
|
@@ -309,21 +296,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
309
296
|
};
|
|
310
297
|
hasIconLeft: BooleanConstructor;
|
|
311
298
|
hasIconRight: BooleanConstructor;
|
|
312
|
-
maxlength: {
|
|
313
|
-
type: NumberConstructor;
|
|
314
|
-
default: null;
|
|
315
|
-
};
|
|
316
299
|
}>> & Readonly<{
|
|
317
300
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
318
301
|
}>, {
|
|
302
|
+
mask: string | unknown[];
|
|
319
303
|
size: string;
|
|
320
304
|
type: string;
|
|
321
|
-
mask: string | unknown[];
|
|
322
305
|
hasIconLeft: boolean;
|
|
323
306
|
hasIconRight: boolean;
|
|
324
307
|
modelValue: string;
|
|
325
308
|
nativeType: string;
|
|
326
|
-
maxlength: number;
|
|
327
309
|
}, {}, {}, {
|
|
328
310
|
mask: any;
|
|
329
311
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -336,11 +318,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
336
318
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
337
319
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
338
320
|
}>, {
|
|
339
|
-
size: import('../Icon.vue').IconSize;
|
|
340
321
|
filled: boolean;
|
|
341
322
|
next: boolean;
|
|
342
323
|
icon: string | null;
|
|
343
324
|
clickable: boolean;
|
|
325
|
+
size: import('../Icon.vue').IconSize;
|
|
344
326
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
345
327
|
scheme: import('../Icon.vue').SchemeColor;
|
|
346
328
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -172,8 +172,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
172
172
|
};
|
|
173
173
|
}>> & Readonly<{}>, {
|
|
174
174
|
text: string;
|
|
175
|
-
enabled: boolean;
|
|
176
175
|
forceOpen: boolean;
|
|
176
|
+
enabled: boolean;
|
|
177
177
|
side: string;
|
|
178
178
|
maxWidth: string;
|
|
179
179
|
shortcutText: string;
|
|
@@ -188,11 +188,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
188
188
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
189
189
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
190
190
|
}>, {
|
|
191
|
-
size: import('../Icon.vue').IconSize;
|
|
192
191
|
filled: boolean;
|
|
193
192
|
next: boolean;
|
|
194
193
|
icon: string | null;
|
|
195
194
|
clickable: boolean;
|
|
195
|
+
size: import('../Icon.vue').IconSize;
|
|
196
196
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
197
197
|
scheme: import('../Icon.vue').SchemeColor;
|
|
198
198
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -33,11 +33,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
33
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
34
34
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
35
35
|
}>, {
|
|
36
|
-
size: import('../Icon.vue').IconSize;
|
|
37
36
|
filled: boolean;
|
|
38
37
|
next: boolean;
|
|
39
38
|
icon: string | null;
|
|
40
39
|
clickable: boolean;
|
|
40
|
+
size: import('../Icon.vue').IconSize;
|
|
41
41
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
42
42
|
scheme: import('../Icon.vue').SchemeColor;
|
|
43
43
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -27,7 +27,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
27
27
|
isActive: boolean;
|
|
28
28
|
}, {
|
|
29
29
|
currentIcon(): "switch-selected-disabled" | "switch-default-disabled" | "switch-default";
|
|
30
|
-
iconSize(): "
|
|
30
|
+
iconSize(): "sm" | "md";
|
|
31
31
|
iconScheme(): "neutral-soft" | "brand-weni";
|
|
32
32
|
iconLineHeight(): "" | "sm";
|
|
33
33
|
}, {
|
|
@@ -76,11 +76,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
76
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
77
77
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
78
78
|
}>, {
|
|
79
|
-
size: import('../Icon.vue').IconSize;
|
|
80
79
|
filled: boolean;
|
|
81
80
|
next: boolean;
|
|
82
81
|
icon: string | null;
|
|
83
82
|
clickable: boolean;
|
|
83
|
+
size: import('../Icon.vue').IconSize;
|
|
84
84
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
85
85
|
scheme: import('../Icon.vue').SchemeColor;
|
|
86
86
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -60,11 +60,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
60
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
61
61
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
62
62
|
}>, {
|
|
63
|
-
size: import('../Icon.vue').IconSize;
|
|
64
63
|
filled: boolean;
|
|
65
64
|
next: boolean;
|
|
66
65
|
icon: string | null;
|
|
67
66
|
clickable: boolean;
|
|
67
|
+
size: import('../Icon.vue').IconSize;
|
|
68
68
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
69
69
|
scheme: import('../Icon.vue').SchemeColor;
|
|
70
70
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -136,8 +136,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
136
136
|
};
|
|
137
137
|
}>> & Readonly<{}>, {
|
|
138
138
|
text: string;
|
|
139
|
-
enabled: boolean;
|
|
140
139
|
forceOpen: boolean;
|
|
140
|
+
enabled: boolean;
|
|
141
141
|
side: string;
|
|
142
142
|
maxWidth: string;
|
|
143
143
|
shortcutText: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
cell: {
|
|
3
|
-
type: (
|
|
3
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
}>, {}, {}, {}, {
|
|
7
7
|
getIsComponent(cell: any): boolean;
|
|
8
8
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
9
|
cell: {
|
|
10
|
-
type: (
|
|
10
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
13
|
}>> & Readonly<{}>, {
|
|
@@ -109,11 +109,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
109
|
}, {}, {
|
|
110
110
|
UnnnicButton: {
|
|
111
111
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
112
|
+
text: string;
|
|
113
|
+
next: boolean;
|
|
112
114
|
size: import('../Button/types').ButtonSize;
|
|
113
115
|
type: import('../Button/types').ButtonType;
|
|
114
116
|
disabled: boolean;
|
|
115
|
-
text: string;
|
|
116
|
-
next: boolean;
|
|
117
117
|
iconLeft: string;
|
|
118
118
|
iconRight: string;
|
|
119
119
|
float: boolean;
|
|
@@ -128,11 +128,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
128
128
|
M: {};
|
|
129
129
|
Defaults: {};
|
|
130
130
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
131
|
+
text: string;
|
|
132
|
+
next: boolean;
|
|
131
133
|
size: import('../Button/types').ButtonSize;
|
|
132
134
|
type: import('../Button/types').ButtonType;
|
|
133
135
|
disabled: boolean;
|
|
134
|
-
text: string;
|
|
135
|
-
next: boolean;
|
|
136
136
|
iconLeft: string;
|
|
137
137
|
iconRight: string;
|
|
138
138
|
float: boolean;
|
|
@@ -144,11 +144,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
144
144
|
__isTeleport?: never;
|
|
145
145
|
__isSuspense?: never;
|
|
146
146
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
147
|
+
text: string;
|
|
148
|
+
next: boolean;
|
|
147
149
|
size: import('../Button/types').ButtonSize;
|
|
148
150
|
type: import('../Button/types').ButtonType;
|
|
149
151
|
disabled: boolean;
|
|
150
|
-
text: string;
|
|
151
|
-
next: boolean;
|
|
152
152
|
iconLeft: string;
|
|
153
153
|
iconRight: string;
|
|
154
154
|
float: boolean;
|
|
@@ -31,11 +31,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
31
31
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
32
32
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
|
-
size: import('../Icon.vue').IconSize;
|
|
35
34
|
filled: boolean;
|
|
36
35
|
next: boolean;
|
|
37
36
|
icon: string | null;
|
|
38
37
|
clickable: boolean;
|
|
38
|
+
size: import('../Icon.vue').IconSize;
|
|
39
39
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
40
40
|
scheme: import('../Icon.vue').SchemeColor;
|
|
41
41
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|