@weni/unnnic-system 3.11.0 → 3.11.1-alpha.0
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/Alert/Alert.vue.d.ts +3 -3
- package/dist/components/Alert/Version1dot1.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +109 -18
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +218 -36
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +2 -2
- package/dist/components/Card/AccountCard.vue.d.ts +2 -2
- package/dist/components/Card/Card.vue.d.ts +120 -29
- package/dist/components/Card/CardCompany.vue.d.ts +2 -2
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +110 -19
- package/dist/components/Card/ContentCard.vue.d.ts +1 -1
- package/dist/components/Card/DashCard.vue.d.ts +2 -2
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +1 -1
- package/dist/components/Card/SimpleCard.vue.d.ts +109 -18
- package/dist/components/Card/StatusCard.vue.d.ts +1 -1
- package/dist/components/Card/TitleCard.vue.d.ts +109 -18
- package/dist/components/CardImage/CardImage.vue.d.ts +5 -5
- package/dist/components/CardInformation/CardInformation.vue.d.ts +110 -19
- package/dist/components/CardProject/CardProject.vue.d.ts +2 -2
- package/dist/components/Carousel/Carousel.vue.d.ts +2 -2
- package/dist/components/Carousel/TagCarousel.vue.d.ts +2 -2
- package/dist/components/ChartBar/ChartBar.vue.d.ts +115 -24
- package/dist/components/ChartLine/ChartLine.vue.d.ts +109 -18
- package/dist/components/ChatText/ChatText.vue.d.ts +109 -18
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +6 -6
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +109 -18
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
- package/dist/components/DataArea/DataArea.vue.d.ts +109 -18
- 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 +10 -10
- package/dist/components/DatePicker/DatePicker.vue.d.ts +6 -6
- package/dist/components/Drawer/Drawer.vue.d.ts +35 -207
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/FormElement/FormElement.vue.d.ts +4 -4
- package/dist/components/ImportCard/ImportCard.vue.d.ts +6 -6
- package/dist/components/Input/Input.vue.d.ts +9 -9
- package/dist/components/Input/TextInput.vue.d.ts +2 -2
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +15 -15
- package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
- package/dist/components/Modal/Modal.vue.d.ts +1 -1
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +209 -35
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +15 -15
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +12 -12
- package/dist/components/MoodRating/MoodRating.vue.d.ts +109 -18
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +18 -18
- package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/components/Radio/Radio.vue.d.ts +6 -6
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +11 -11
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +5 -5
- package/dist/components/SelectTime/index.vue.d.ts +3 -3
- package/dist/components/Slider/Slider.vue.d.ts +109 -18
- package/dist/components/Switch/Switch.vue.d.ts +2 -2
- package/dist/components/Tab/Tab.vue.d.ts +109 -18
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
- package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +2 -2
- package/dist/components/TextArea/TextArea.vue.d.ts +5 -5
- package/dist/components/Toast/Toast.vue.d.ts +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +109 -18
- package/dist/components/ToolTip/ToolTip.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 +6 -6
- package/dist/components/index.d.ts +5537 -1862
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/ui/dialog/Dialog.vue.d.ts +23 -0
- package/dist/components/ui/dialog/Dialog.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +43 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +25 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +29 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +23 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/index.d.ts +8 -0
- package/dist/components/ui/dialog/index.d.ts.map +1 -0
- package/dist/components/ui/drawer/Drawer.vue.d.ts +35 -0
- package/dist/components/ui/drawer/Drawer.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts +19 -0
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts +42 -0
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +23 -0
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +22 -0
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +25 -0
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +8 -0
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +23 -0
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +19 -0
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/index.d.ts +11 -0
- package/dist/components/ui/drawer/index.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +2 -2
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/components/ui/segmented-control/SegmentedControlList.vue.d.ts +26 -0
- package/dist/components/ui/segmented-control/SegmentedControlList.vue.d.ts.map +1 -0
- package/dist/components/ui/segmented-control/SegmentedControlTrigger.vue.d.ts +24 -0
- package/dist/components/ui/segmented-control/SegmentedControlTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/segmented-control/index.d.ts +5 -0
- package/dist/components/ui/segmented-control/index.d.ts.map +1 -0
- package/dist/components/ui/tabs/TabsTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts +23 -0
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +31 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts +19 -0
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +19 -0
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/index.d.ts +5 -0
- package/dist/components/ui/tooltip/index.d.ts.map +1 -0
- package/dist/{es-e3248052.mjs → es-5af54117.mjs} +1 -1
- package/dist/{index-f67d5b30.mjs → index-eb28c19c.mjs} +99634 -96795
- package/dist/{pt-br-f6f53acd.mjs → pt-br-e0368966.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +218 -189
- package/dist/unnnic.umd.js +48 -44
- package/package.json +2 -1
- package/src/assets/scss/tailwind.scss +8 -0
- package/src/components/Drawer/Drawer.vue +174 -271
- package/src/components/Drawer/__tests__/Drawer.spec.js +32 -43
- package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +18 -19
- package/src/components/ModalDialog/ModalDialog.vue +62 -148
- package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +11 -221
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -22
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +3 -1
- package/src/components/ToolTip/ToolTip.vue +41 -188
- package/src/components/ToolTip/__tests__/ToolTip.spec.js +345 -61
- package/src/components/index.ts +79 -12
- package/src/components/ui/dialog/Dialog.vue +15 -0
- package/src/components/ui/dialog/DialogClose.vue +25 -0
- package/src/components/ui/dialog/DialogContent.vue +133 -0
- package/src/components/ui/dialog/DialogFooter.vue +46 -0
- package/src/components/ui/dialog/DialogHeader.vue +79 -0
- package/src/components/ui/dialog/DialogTitle.vue +34 -0
- package/src/components/ui/dialog/DialogTrigger.vue +12 -0
- package/src/components/ui/dialog/index.ts +7 -0
- package/src/components/ui/drawer/Drawer.vue +23 -0
- package/src/components/ui/drawer/DrawerClose.vue +33 -0
- package/src/components/ui/drawer/DrawerContent.vue +98 -0
- package/src/components/ui/drawer/DrawerDescription.vue +36 -0
- package/src/components/ui/drawer/DrawerFooter.vue +34 -0
- package/src/components/ui/drawer/DrawerHeader.vue +53 -0
- package/src/components/ui/drawer/DrawerOverlay.vue +30 -0
- package/src/components/ui/drawer/DrawerTitle.vue +33 -0
- package/src/components/ui/drawer/DrawerTrigger.vue +27 -0
- package/src/components/ui/drawer/index.ts +10 -0
- package/src/components/ui/segmented-control/SegmentedControlList.vue +51 -0
- package/src/components/ui/segmented-control/SegmentedControlTrigger.vue +81 -0
- package/src/components/ui/segmented-control/index.ts +4 -0
- package/src/components/ui/tabs/TabsTrigger.vue +4 -20
- package/src/components/ui/tooltip/Tooltip.vue +15 -0
- package/src/components/ui/tooltip/TooltipContent.vue +73 -0
- package/src/components/ui/tooltip/TooltipProvider.vue +15 -0
- package/src/components/ui/tooltip/TooltipTrigger.vue +22 -0
- package/src/components/ui/tooltip/index.ts +4 -0
- package/src/stories/Dialog.stories.js +832 -0
- package/src/stories/Drawer.stories.js +1 -1
- package/src/stories/DrawerNext.stories.js +610 -0
- package/src/stories/ModalDialog.mdx +3 -0
- package/src/stories/ModalDialog.stories.js +1 -1
- package/src/stories/SegmentedControl.stories.js +253 -0
- package/src/stories/Tabs.stories.js +1 -1
|
@@ -164,14 +164,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
164
164
|
}>> & Readonly<{
|
|
165
165
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
166
166
|
}>, {
|
|
167
|
+
disabled: boolean;
|
|
167
168
|
type: string;
|
|
168
|
-
|
|
169
|
+
placeholder: string;
|
|
169
170
|
label: string;
|
|
171
|
+
size: string;
|
|
170
172
|
mask: string | unknown[];
|
|
171
|
-
placeholder: string;
|
|
172
173
|
tooltip: string;
|
|
173
174
|
message: string;
|
|
174
|
-
disabled: boolean;
|
|
175
175
|
modelValue: string;
|
|
176
176
|
nativeType: string;
|
|
177
177
|
maxlength: number | null;
|
|
@@ -302,10 +302,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
302
302
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
303
303
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
304
304
|
}>, {
|
|
305
|
+
disabled: boolean;
|
|
305
306
|
type: string;
|
|
306
|
-
size: string;
|
|
307
307
|
placeholder: string;
|
|
308
|
-
|
|
308
|
+
size: string;
|
|
309
309
|
modelValue: string;
|
|
310
310
|
nativeType: string;
|
|
311
311
|
maxlength: number;
|
|
@@ -424,7 +424,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
424
424
|
default: boolean;
|
|
425
425
|
};
|
|
426
426
|
error: {
|
|
427
|
-
type: (
|
|
427
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
428
428
|
default: boolean;
|
|
429
429
|
};
|
|
430
430
|
message: {
|
|
@@ -456,7 +456,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
456
456
|
default: boolean;
|
|
457
457
|
};
|
|
458
458
|
error: {
|
|
459
|
-
type: (
|
|
459
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
460
460
|
default: boolean;
|
|
461
461
|
};
|
|
462
462
|
message: {
|
|
@@ -472,13 +472,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
472
472
|
default: string;
|
|
473
473
|
};
|
|
474
474
|
}>> & Readonly<{}>, {
|
|
475
|
+
disabled: boolean;
|
|
475
476
|
error: string | boolean;
|
|
476
|
-
size: string;
|
|
477
477
|
label: string;
|
|
478
|
+
size: string;
|
|
478
479
|
tooltip: string;
|
|
479
480
|
fixedLabel: boolean;
|
|
480
481
|
message: string;
|
|
481
|
-
disabled: boolean;
|
|
482
482
|
}, {}, {
|
|
483
483
|
UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
|
|
484
484
|
label: string;
|
|
@@ -116,10 +116,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
116
116
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
118
118
|
}>, {
|
|
119
|
+
disabled: boolean;
|
|
119
120
|
type: string;
|
|
120
|
-
size: string;
|
|
121
121
|
placeholder: string;
|
|
122
|
-
|
|
122
|
+
size: string;
|
|
123
123
|
modelValue: string;
|
|
124
124
|
nativeType: string;
|
|
125
125
|
maxlength: number;
|
|
@@ -335,14 +335,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
335
335
|
}>> & Readonly<{
|
|
336
336
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
337
337
|
}>, {
|
|
338
|
+
disabled: boolean;
|
|
338
339
|
type: string;
|
|
339
|
-
|
|
340
|
+
placeholder: string;
|
|
340
341
|
label: string;
|
|
342
|
+
size: string;
|
|
341
343
|
mask: string | unknown[];
|
|
342
|
-
placeholder: string;
|
|
343
344
|
tooltip: string;
|
|
344
345
|
message: string;
|
|
345
|
-
disabled: boolean;
|
|
346
346
|
modelValue: string;
|
|
347
347
|
nativeType: string;
|
|
348
348
|
maxlength: number | null;
|
|
@@ -473,10 +473,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
473
473
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
474
474
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
475
475
|
}>, {
|
|
476
|
+
disabled: boolean;
|
|
476
477
|
type: string;
|
|
477
|
-
size: string;
|
|
478
478
|
placeholder: string;
|
|
479
|
-
|
|
479
|
+
size: string;
|
|
480
480
|
modelValue: string;
|
|
481
481
|
nativeType: string;
|
|
482
482
|
maxlength: number;
|
|
@@ -595,7 +595,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
595
595
|
default: boolean;
|
|
596
596
|
};
|
|
597
597
|
error: {
|
|
598
|
-
type: (
|
|
598
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
599
599
|
default: boolean;
|
|
600
600
|
};
|
|
601
601
|
message: {
|
|
@@ -627,7 +627,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
627
627
|
default: boolean;
|
|
628
628
|
};
|
|
629
629
|
error: {
|
|
630
|
-
type: (
|
|
630
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
631
631
|
default: boolean;
|
|
632
632
|
};
|
|
633
633
|
message: {
|
|
@@ -643,13 +643,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
643
643
|
default: string;
|
|
644
644
|
};
|
|
645
645
|
}>> & Readonly<{}>, {
|
|
646
|
+
disabled: boolean;
|
|
646
647
|
error: string | boolean;
|
|
647
|
-
size: string;
|
|
648
648
|
label: string;
|
|
649
|
+
size: string;
|
|
649
650
|
tooltip: string;
|
|
650
651
|
fixedLabel: boolean;
|
|
651
652
|
message: string;
|
|
652
|
-
disabled: boolean;
|
|
653
653
|
}, {}, {
|
|
654
654
|
UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
|
|
655
655
|
label: string;
|
|
@@ -869,10 +869,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
869
869
|
}, {}, {
|
|
870
870
|
UnnnicButton: {
|
|
871
871
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
872
|
-
|
|
872
|
+
disabled: boolean;
|
|
873
873
|
type: import('../Button/types').ButtonType;
|
|
874
874
|
size: import('../Button/types').ButtonSize;
|
|
875
|
-
|
|
875
|
+
text: string;
|
|
876
876
|
iconLeft: string;
|
|
877
877
|
iconRight: string;
|
|
878
878
|
float: boolean;
|
|
@@ -887,10 +887,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
887
887
|
M: {};
|
|
888
888
|
Defaults: {};
|
|
889
889
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
890
|
-
|
|
890
|
+
disabled: boolean;
|
|
891
891
|
type: import('../Button/types').ButtonType;
|
|
892
892
|
size: import('../Button/types').ButtonSize;
|
|
893
|
-
|
|
893
|
+
text: string;
|
|
894
894
|
iconLeft: string;
|
|
895
895
|
iconRight: string;
|
|
896
896
|
float: boolean;
|
|
@@ -902,10 +902,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
902
902
|
__isTeleport?: never;
|
|
903
903
|
__isSuspense?: never;
|
|
904
904
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
905
|
-
|
|
905
|
+
disabled: boolean;
|
|
906
906
|
type: import('../Button/types').ButtonType;
|
|
907
907
|
size: import('../Button/types').ButtonSize;
|
|
908
|
-
|
|
908
|
+
text: string;
|
|
909
909
|
iconLeft: string;
|
|
910
910
|
iconRight: string;
|
|
911
911
|
float: boolean;
|
|
@@ -26,7 +26,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
26
26
|
placeholder: StringConstructor;
|
|
27
27
|
message: StringConstructor;
|
|
28
28
|
error: {
|
|
29
|
-
type: (
|
|
29
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
30
30
|
};
|
|
31
31
|
readonly: {
|
|
32
32
|
type: BooleanConstructor;
|
|
@@ -69,16 +69,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
69
69
|
placeholder: StringConstructor;
|
|
70
70
|
message: StringConstructor;
|
|
71
71
|
error: {
|
|
72
|
-
type: (
|
|
72
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
73
73
|
};
|
|
74
74
|
readonly: {
|
|
75
75
|
type: BooleanConstructor;
|
|
76
76
|
default: boolean;
|
|
77
77
|
};
|
|
78
78
|
}>> & Readonly<{}>, {
|
|
79
|
+
disabled: boolean;
|
|
79
80
|
type: string;
|
|
80
81
|
size: string;
|
|
81
|
-
disabled: boolean;
|
|
82
82
|
nativeType: string;
|
|
83
83
|
allowTogglePassword: boolean;
|
|
84
84
|
readonly: boolean;
|
|
@@ -76,8 +76,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
76
|
};
|
|
77
77
|
}>> & Readonly<{}>, {
|
|
78
78
|
text: string;
|
|
79
|
-
description: string;
|
|
80
79
|
scheme: string;
|
|
80
|
+
description: string;
|
|
81
81
|
modalIcon: string;
|
|
82
82
|
closeIcon: boolean;
|
|
83
83
|
alertMessage: string;
|
|
@@ -57,20 +57,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
57
57
|
es: string;
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
|
-
iconsMapper: {
|
|
61
|
-
success: {
|
|
62
|
-
icon: string;
|
|
63
|
-
scheme: string;
|
|
64
|
-
};
|
|
65
|
-
warning: {
|
|
66
|
-
icon: string;
|
|
67
|
-
scheme: string;
|
|
68
|
-
};
|
|
69
|
-
attention: {
|
|
70
|
-
icon: string;
|
|
71
|
-
scheme: string;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
60
|
primaryButtonTypeMapper: {
|
|
75
61
|
success: string;
|
|
76
62
|
warning: string;
|
|
@@ -79,6 +65,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
79
65
|
}, {}, {
|
|
80
66
|
close(): void;
|
|
81
67
|
updateBodyOverflow(isHidden: any): void;
|
|
68
|
+
persistentHandler(event: any): void;
|
|
82
69
|
}, {
|
|
83
70
|
props: {
|
|
84
71
|
locale: {
|
|
@@ -159,27 +146,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
159
146
|
hideSecondaryButton: boolean;
|
|
160
147
|
secondaryButtonProps: Record<string, any>;
|
|
161
148
|
}, {}, {
|
|
162
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
163
|
-
click: (event: Event) => any;
|
|
164
|
-
mousedown: (event: Event) => any;
|
|
165
|
-
mouseup: (event: Event) => any;
|
|
166
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
167
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
168
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
169
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
170
|
-
}>, {
|
|
171
|
-
size: import('../Icon.vue').IconSize;
|
|
172
|
-
filled: boolean;
|
|
173
|
-
icon: string | null;
|
|
174
|
-
clickable: boolean;
|
|
175
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
176
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
177
149
|
UnnnicButton: {
|
|
178
150
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
179
|
-
|
|
151
|
+
disabled: boolean;
|
|
180
152
|
type: import('../Button/types').ButtonType;
|
|
181
153
|
size: import('../Button/types').ButtonSize;
|
|
182
|
-
|
|
154
|
+
text: string;
|
|
183
155
|
iconLeft: string;
|
|
184
156
|
iconRight: string;
|
|
185
157
|
float: boolean;
|
|
@@ -194,10 +166,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
194
166
|
M: {};
|
|
195
167
|
Defaults: {};
|
|
196
168
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
197
|
-
|
|
169
|
+
disabled: boolean;
|
|
198
170
|
type: import('../Button/types').ButtonType;
|
|
199
171
|
size: import('../Button/types').ButtonSize;
|
|
200
|
-
|
|
172
|
+
text: string;
|
|
201
173
|
iconLeft: string;
|
|
202
174
|
iconRight: string;
|
|
203
175
|
float: boolean;
|
|
@@ -209,10 +181,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
209
181
|
__isTeleport?: never;
|
|
210
182
|
__isSuspense?: never;
|
|
211
183
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
212
|
-
|
|
184
|
+
disabled: boolean;
|
|
213
185
|
type: import('../Button/types').ButtonType;
|
|
214
186
|
size: import('../Button/types').ButtonSize;
|
|
215
|
-
|
|
187
|
+
text: string;
|
|
216
188
|
iconLeft: string;
|
|
217
189
|
iconRight: string;
|
|
218
190
|
float: boolean;
|
|
@@ -224,6 +196,208 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
224
196
|
default?(_: {}): any;
|
|
225
197
|
};
|
|
226
198
|
});
|
|
199
|
+
UnnnicDialog: {
|
|
200
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
|
|
201
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
202
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
203
|
+
"update:open": (value: boolean) => any;
|
|
204
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
205
|
+
P: {};
|
|
206
|
+
B: {};
|
|
207
|
+
D: {};
|
|
208
|
+
C: {};
|
|
209
|
+
M: {};
|
|
210
|
+
Defaults: {};
|
|
211
|
+
}, Readonly<import('reka-ui').DialogRootProps> & Readonly<{
|
|
212
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
213
|
+
}>, {}, {}, {}, {}, {}>;
|
|
214
|
+
__isFragment?: never;
|
|
215
|
+
__isTeleport?: never;
|
|
216
|
+
__isSuspense?: never;
|
|
217
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
|
|
218
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
219
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
220
|
+
"update:open": (value: boolean) => any;
|
|
221
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
222
|
+
$slots: {
|
|
223
|
+
default?(_: {}): any;
|
|
224
|
+
};
|
|
225
|
+
});
|
|
226
|
+
UnnnicDialogContent: {
|
|
227
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogContentProps & {
|
|
228
|
+
parentClass?: import('vue').HTMLAttributes["class"];
|
|
229
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
230
|
+
size?: "small" | "medium" | "large";
|
|
231
|
+
}> & Readonly<{
|
|
232
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
233
|
+
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
234
|
+
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
235
|
+
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
236
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
237
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
238
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
239
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
240
|
+
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
241
|
+
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
242
|
+
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
243
|
+
openAutoFocus: (event: Event) => any;
|
|
244
|
+
closeAutoFocus: (event: Event) => any;
|
|
245
|
+
}, import('vue').PublicProps, {
|
|
246
|
+
class: import('vue').HTMLAttributes["class"];
|
|
247
|
+
size: "small" | "medium" | "large";
|
|
248
|
+
parentClass: import('vue').HTMLAttributes["class"];
|
|
249
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
250
|
+
P: {};
|
|
251
|
+
B: {};
|
|
252
|
+
D: {};
|
|
253
|
+
C: {};
|
|
254
|
+
M: {};
|
|
255
|
+
Defaults: {};
|
|
256
|
+
}, Readonly<import('reka-ui').DialogContentProps & {
|
|
257
|
+
parentClass?: import('vue').HTMLAttributes["class"];
|
|
258
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
259
|
+
size?: "small" | "medium" | "large";
|
|
260
|
+
}> & Readonly<{
|
|
261
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
262
|
+
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
263
|
+
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
264
|
+
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
265
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
266
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
267
|
+
}>, {}, {}, {}, {}, {
|
|
268
|
+
class: import('vue').HTMLAttributes["class"];
|
|
269
|
+
size: "small" | "medium" | "large";
|
|
270
|
+
parentClass: import('vue').HTMLAttributes["class"];
|
|
271
|
+
}>;
|
|
272
|
+
__isFragment?: never;
|
|
273
|
+
__isTeleport?: never;
|
|
274
|
+
__isSuspense?: never;
|
|
275
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogContentProps & {
|
|
276
|
+
parentClass?: import('vue').HTMLAttributes["class"];
|
|
277
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
278
|
+
size?: "small" | "medium" | "large";
|
|
279
|
+
}> & Readonly<{
|
|
280
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
281
|
+
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
282
|
+
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
283
|
+
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
284
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
285
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
286
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
287
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
288
|
+
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
289
|
+
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
290
|
+
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
291
|
+
openAutoFocus: (event: Event) => any;
|
|
292
|
+
closeAutoFocus: (event: Event) => any;
|
|
293
|
+
}, string, {
|
|
294
|
+
class: import('vue').HTMLAttributes["class"];
|
|
295
|
+
size: "small" | "medium" | "large";
|
|
296
|
+
parentClass: import('vue').HTMLAttributes["class"];
|
|
297
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
298
|
+
$slots: {
|
|
299
|
+
default?(_: {}): any;
|
|
300
|
+
};
|
|
301
|
+
});
|
|
302
|
+
UnnnicDialogHeader: {
|
|
303
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
304
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
305
|
+
divider?: boolean;
|
|
306
|
+
type?: "default" | "success" | "warning" | "attention";
|
|
307
|
+
closeButton?: boolean;
|
|
308
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
309
|
+
type: "default" | "success" | "warning" | "attention";
|
|
310
|
+
divider: boolean;
|
|
311
|
+
closeButton: boolean;
|
|
312
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
313
|
+
P: {};
|
|
314
|
+
B: {};
|
|
315
|
+
D: {};
|
|
316
|
+
C: {};
|
|
317
|
+
M: {};
|
|
318
|
+
Defaults: {};
|
|
319
|
+
}, Readonly<{
|
|
320
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
321
|
+
divider?: boolean;
|
|
322
|
+
type?: "default" | "success" | "warning" | "attention";
|
|
323
|
+
closeButton?: boolean;
|
|
324
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
325
|
+
type: "default" | "success" | "warning" | "attention";
|
|
326
|
+
divider: boolean;
|
|
327
|
+
closeButton: boolean;
|
|
328
|
+
}>;
|
|
329
|
+
__isFragment?: never;
|
|
330
|
+
__isTeleport?: never;
|
|
331
|
+
__isSuspense?: never;
|
|
332
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
333
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
334
|
+
divider?: boolean;
|
|
335
|
+
type?: "default" | "success" | "warning" | "attention";
|
|
336
|
+
closeButton?: boolean;
|
|
337
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
338
|
+
type: "default" | "success" | "warning" | "attention";
|
|
339
|
+
divider: boolean;
|
|
340
|
+
closeButton: boolean;
|
|
341
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
342
|
+
$slots: {
|
|
343
|
+
default?(_: {}): any;
|
|
344
|
+
};
|
|
345
|
+
});
|
|
346
|
+
UnnnicDialogTitle: {
|
|
347
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogTitleProps & {
|
|
348
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
349
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
350
|
+
P: {};
|
|
351
|
+
B: {};
|
|
352
|
+
D: {};
|
|
353
|
+
C: {};
|
|
354
|
+
M: {};
|
|
355
|
+
Defaults: {};
|
|
356
|
+
}, Readonly<import('reka-ui').DialogTitleProps & {
|
|
357
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
358
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
359
|
+
__isFragment?: never;
|
|
360
|
+
__isTeleport?: never;
|
|
361
|
+
__isSuspense?: never;
|
|
362
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogTitleProps & {
|
|
363
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
364
|
+
}> & Readonly<{}>, {}, {}, {}, {}, 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 () => {
|
|
365
|
+
$slots: {
|
|
366
|
+
default?(_: {}): any;
|
|
367
|
+
};
|
|
368
|
+
});
|
|
369
|
+
UnnnicDialogFooter: {
|
|
370
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
371
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
372
|
+
divider?: boolean;
|
|
373
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
374
|
+
divider: boolean;
|
|
375
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
376
|
+
P: {};
|
|
377
|
+
B: {};
|
|
378
|
+
D: {};
|
|
379
|
+
C: {};
|
|
380
|
+
M: {};
|
|
381
|
+
Defaults: {};
|
|
382
|
+
}, Readonly<{
|
|
383
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
384
|
+
divider?: boolean;
|
|
385
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
386
|
+
divider: boolean;
|
|
387
|
+
}>;
|
|
388
|
+
__isFragment?: never;
|
|
389
|
+
__isTeleport?: never;
|
|
390
|
+
__isSuspense?: never;
|
|
391
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
392
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
393
|
+
divider?: boolean;
|
|
394
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
395
|
+
divider: boolean;
|
|
396
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
397
|
+
$slots: {
|
|
398
|
+
default?(_: {}): any;
|
|
399
|
+
};
|
|
400
|
+
});
|
|
227
401
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
228
402
|
export default _default;
|
|
229
403
|
//# sourceMappingURL=ModalDialog.vue.d.ts.map
|
|
@@ -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":"AAmFA;"}
|
|
@@ -238,14 +238,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
238
238
|
}>> & Readonly<{
|
|
239
239
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
240
240
|
}>, {
|
|
241
|
+
disabled: boolean;
|
|
241
242
|
type: string;
|
|
242
|
-
|
|
243
|
+
placeholder: string;
|
|
243
244
|
label: string;
|
|
245
|
+
size: string;
|
|
244
246
|
mask: string | unknown[];
|
|
245
|
-
placeholder: string;
|
|
246
247
|
tooltip: string;
|
|
247
248
|
message: string;
|
|
248
|
-
disabled: boolean;
|
|
249
249
|
modelValue: string;
|
|
250
250
|
nativeType: string;
|
|
251
251
|
maxlength: number | null;
|
|
@@ -376,10 +376,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
376
376
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
377
377
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
378
378
|
}>, {
|
|
379
|
+
disabled: boolean;
|
|
379
380
|
type: string;
|
|
380
|
-
size: string;
|
|
381
381
|
placeholder: string;
|
|
382
|
-
|
|
382
|
+
size: string;
|
|
383
383
|
modelValue: string;
|
|
384
384
|
nativeType: string;
|
|
385
385
|
maxlength: number;
|
|
@@ -498,7 +498,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
498
498
|
default: boolean;
|
|
499
499
|
};
|
|
500
500
|
error: {
|
|
501
|
-
type: (
|
|
501
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
502
502
|
default: boolean;
|
|
503
503
|
};
|
|
504
504
|
message: {
|
|
@@ -530,7 +530,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
530
530
|
default: boolean;
|
|
531
531
|
};
|
|
532
532
|
error: {
|
|
533
|
-
type: (
|
|
533
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
534
534
|
default: boolean;
|
|
535
535
|
};
|
|
536
536
|
message: {
|
|
@@ -546,13 +546,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
546
546
|
default: string;
|
|
547
547
|
};
|
|
548
548
|
}>> & Readonly<{}>, {
|
|
549
|
+
disabled: boolean;
|
|
549
550
|
error: string | boolean;
|
|
550
|
-
size: string;
|
|
551
551
|
label: string;
|
|
552
|
+
size: string;
|
|
552
553
|
tooltip: string;
|
|
553
554
|
fixedLabel: boolean;
|
|
554
555
|
message: string;
|
|
555
|
-
disabled: boolean;
|
|
556
556
|
}, {}, {
|
|
557
557
|
UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
|
|
558
558
|
label: string;
|
|
@@ -563,10 +563,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
563
563
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
564
564
|
UnnnicButton: {
|
|
565
565
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
566
|
-
|
|
566
|
+
disabled: boolean;
|
|
567
567
|
type: import('../Button/types').ButtonType;
|
|
568
568
|
size: import('../Button/types').ButtonSize;
|
|
569
|
-
|
|
569
|
+
text: string;
|
|
570
570
|
iconLeft: string;
|
|
571
571
|
iconRight: string;
|
|
572
572
|
float: boolean;
|
|
@@ -581,10 +581,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
581
581
|
M: {};
|
|
582
582
|
Defaults: {};
|
|
583
583
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
584
|
-
|
|
584
|
+
disabled: boolean;
|
|
585
585
|
type: import('../Button/types').ButtonType;
|
|
586
586
|
size: import('../Button/types').ButtonSize;
|
|
587
|
-
|
|
587
|
+
text: string;
|
|
588
588
|
iconLeft: string;
|
|
589
589
|
iconRight: string;
|
|
590
590
|
float: boolean;
|
|
@@ -596,10 +596,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
596
596
|
__isTeleport?: never;
|
|
597
597
|
__isSuspense?: never;
|
|
598
598
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
599
|
-
|
|
599
|
+
disabled: boolean;
|
|
600
600
|
type: import('../Button/types').ButtonType;
|
|
601
601
|
size: import('../Button/types').ButtonSize;
|
|
602
|
-
|
|
602
|
+
text: string;
|
|
603
603
|
iconLeft: string;
|
|
604
604
|
iconRight: string;
|
|
605
605
|
float: boolean;
|