@soave/ui 0.3.2 → 0.5.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/adapters/css-variables.d.ts +2 -1
- package/dist/adapters/css-variables.d.ts.map +1 -0
- package/dist/adapters/headless.d.ts +2 -1
- package/dist/adapters/headless.d.ts.map +1 -0
- package/dist/adapters/index.d.ts +6 -5
- package/dist/adapters/index.d.ts.map +1 -0
- package/dist/adapters/tailwind.d.ts +2 -1
- package/dist/adapters/tailwind.d.ts.map +1 -0
- package/dist/adapters/types.d.ts +2 -1
- package/dist/adapters/types.d.ts.map +1 -0
- package/dist/adapters.d.ts +2 -0
- package/dist/{adapters/css-variables.mjs → adapters.mjs} +33 -2
- package/dist/adapters.mjs.map +1 -0
- package/dist/components/Alert.vue.d.ts +23 -0
- package/dist/components/Alert.vue.d.ts.map +1 -0
- package/dist/components/AlertDescription.vue.d.ts +18 -0
- package/dist/components/AlertDescription.vue.d.ts.map +1 -0
- package/dist/components/AlertTitle.vue.d.ts +18 -0
- package/dist/components/AlertTitle.vue.d.ts.map +1 -0
- package/dist/components/Button.vue.d.ts +35 -0
- package/dist/components/Button.vue.d.ts.map +1 -0
- package/dist/components/Card.vue.d.ts +29 -0
- package/dist/components/Card.vue.d.ts.map +1 -0
- package/dist/components/CardContent.vue.d.ts +18 -0
- package/dist/components/CardContent.vue.d.ts.map +1 -0
- package/dist/components/CardDescription.vue.d.ts +18 -0
- package/dist/components/CardDescription.vue.d.ts.map +1 -0
- package/dist/components/CardFooter.vue.d.ts +18 -0
- package/dist/components/CardFooter.vue.d.ts.map +1 -0
- package/dist/components/CardHeader.vue.d.ts +18 -0
- package/dist/components/CardHeader.vue.d.ts.map +1 -0
- package/dist/components/CardTitle.vue.d.ts +18 -0
- package/dist/components/CardTitle.vue.d.ts.map +1 -0
- package/dist/components/Checkbox.vue.d.ts +39 -0
- package/dist/components/Checkbox.vue.d.ts.map +1 -0
- package/dist/components/Dialog.vue.d.ts +46 -0
- package/dist/components/Dialog.vue.d.ts.map +1 -0
- package/dist/components/DialogContent.vue.d.ts +24 -0
- package/dist/components/DialogContent.vue.d.ts.map +1 -0
- package/dist/components/DialogDescription.vue.d.ts +21 -0
- package/dist/components/DialogDescription.vue.d.ts.map +1 -0
- package/dist/components/DialogFooter.vue.d.ts +18 -0
- package/dist/components/DialogFooter.vue.d.ts.map +1 -0
- package/dist/components/DialogHeader.vue.d.ts +18 -0
- package/dist/components/DialogHeader.vue.d.ts.map +1 -0
- package/dist/components/DialogOverlay.vue.d.ts +7 -0
- package/dist/components/DialogOverlay.vue.d.ts.map +1 -0
- package/dist/components/DialogTitle.vue.d.ts +21 -0
- package/dist/components/DialogTitle.vue.d.ts.map +1 -0
- package/dist/components/DialogTrigger.vue.d.ts +20 -0
- package/dist/components/DialogTrigger.vue.d.ts.map +1 -0
- package/dist/components/DropdownMenu.vue.d.ts +33 -0
- package/dist/components/DropdownMenu.vue.d.ts.map +1 -0
- package/dist/components/DropdownMenuContent.vue.d.ts +25 -0
- package/dist/components/DropdownMenuContent.vue.d.ts.map +1 -0
- package/dist/components/DropdownMenuItem.vue.d.ts +29 -0
- package/dist/components/DropdownMenuItem.vue.d.ts.map +1 -0
- package/dist/components/DropdownMenuLabel.vue.d.ts +18 -0
- package/dist/components/DropdownMenuLabel.vue.d.ts.map +1 -0
- package/dist/components/DropdownMenuSeparator.vue.d.ts +3 -0
- package/dist/components/DropdownMenuSeparator.vue.d.ts.map +1 -0
- package/dist/components/DropdownMenuTrigger.vue.d.ts +24 -0
- package/dist/components/DropdownMenuTrigger.vue.d.ts.map +1 -0
- package/dist/components/FileInput.vue.d.ts +81 -0
- package/dist/components/FileInput.vue.d.ts.map +1 -0
- package/dist/components/FormError.vue.d.ts +21 -0
- package/dist/components/FormError.vue.d.ts.map +1 -0
- package/dist/components/FormField.vue.d.ts +26 -0
- package/dist/components/FormField.vue.d.ts.map +1 -0
- package/dist/components/FormInput.vue.d.ts +19 -0
- package/dist/components/FormInput.vue.d.ts.map +1 -0
- package/dist/components/FormLabel.vue.d.ts +21 -0
- package/dist/components/FormLabel.vue.d.ts.map +1 -0
- package/dist/components/FormTextarea.vue.d.ts +19 -0
- package/dist/components/FormTextarea.vue.d.ts.map +1 -0
- package/dist/components/Input.vue.d.ts +24 -0
- package/dist/components/Input.vue.d.ts.map +1 -0
- package/dist/components/Popover.vue.d.ts +38 -0
- package/dist/components/Popover.vue.d.ts.map +1 -0
- package/dist/components/PopoverContent.vue.d.ts +25 -0
- package/dist/components/PopoverContent.vue.d.ts.map +1 -0
- package/dist/components/PopoverTrigger.vue.d.ts +24 -0
- package/dist/components/PopoverTrigger.vue.d.ts.map +1 -0
- package/dist/components/RadioGroup.vue.d.ts +32 -0
- package/dist/components/RadioGroup.vue.d.ts.map +1 -0
- package/dist/components/RadioItem.vue.d.ts +40 -0
- package/dist/components/RadioItem.vue.d.ts.map +1 -0
- package/dist/components/Select.vue.d.ts +50 -0
- package/dist/components/Select.vue.d.ts.map +1 -0
- package/dist/components/SelectContent.vue.d.ts +25 -0
- package/dist/components/SelectContent.vue.d.ts.map +1 -0
- package/dist/components/SelectItem.vue.d.ts +36 -0
- package/dist/components/SelectItem.vue.d.ts.map +1 -0
- package/dist/components/SelectTrigger.vue.d.ts +36 -0
- package/dist/components/SelectTrigger.vue.d.ts.map +1 -0
- package/dist/components/SelectValue.vue.d.ts +24 -0
- package/dist/components/SelectValue.vue.d.ts.map +1 -0
- package/dist/components/Sheet.vue.d.ts +42 -0
- package/dist/components/Sheet.vue.d.ts.map +1 -0
- package/dist/components/SheetClose.vue.d.ts +20 -0
- package/dist/components/SheetClose.vue.d.ts.map +1 -0
- package/dist/components/SheetContent.vue.d.ts +18 -0
- package/dist/components/SheetContent.vue.d.ts.map +1 -0
- package/dist/components/SheetDescription.vue.d.ts +18 -0
- package/dist/components/SheetDescription.vue.d.ts.map +1 -0
- package/dist/components/SheetFooter.vue.d.ts +18 -0
- package/dist/components/SheetFooter.vue.d.ts.map +1 -0
- package/dist/components/SheetHeader.vue.d.ts +18 -0
- package/dist/components/SheetHeader.vue.d.ts.map +1 -0
- package/dist/components/SheetOverlay.vue.d.ts +3 -0
- package/dist/components/SheetOverlay.vue.d.ts.map +1 -0
- package/dist/components/SheetTitle.vue.d.ts +18 -0
- package/dist/components/SheetTitle.vue.d.ts.map +1 -0
- package/dist/components/SheetTrigger.vue.d.ts +20 -0
- package/dist/components/SheetTrigger.vue.d.ts.map +1 -0
- package/dist/components/Switch.vue.d.ts +46 -0
- package/dist/components/Switch.vue.d.ts.map +1 -0
- package/dist/components/Textarea.vue.d.ts +41 -0
- package/dist/components/Textarea.vue.d.ts.map +1 -0
- package/dist/components/Toast.vue.d.ts +35 -0
- package/dist/components/Toast.vue.d.ts.map +1 -0
- package/dist/components/ToastClose.vue.d.ts +22 -0
- package/dist/components/ToastClose.vue.d.ts.map +1 -0
- package/dist/components/ToastDescription.vue.d.ts +18 -0
- package/dist/components/ToastDescription.vue.d.ts.map +1 -0
- package/dist/components/ToastTitle.vue.d.ts +18 -0
- package/dist/components/ToastTitle.vue.d.ts.map +1 -0
- package/dist/components/Toaster.vue.d.ts +58 -0
- package/dist/components/Toaster.vue.d.ts.map +1 -0
- package/dist/components/Tooltip.vue.d.ts +34 -0
- package/dist/components/Tooltip.vue.d.ts.map +1 -0
- package/dist/components/TooltipContent.vue.d.ts +23 -0
- package/dist/components/TooltipContent.vue.d.ts.map +1 -0
- package/dist/components/TooltipTrigger.vue.d.ts +22 -0
- package/dist/components/TooltipTrigger.vue.d.ts.map +1 -0
- package/dist/components/index.d.ts +62 -13
- package/dist/components/index.d.ts.map +1 -0
- package/dist/composables/index.d.ts +18 -17
- package/dist/composables/index.d.ts.map +1 -0
- package/dist/composables/useButton.d.ts +3 -2
- package/dist/composables/useButton.d.ts.map +1 -0
- package/dist/composables/useCard.d.ts +3 -2
- package/dist/composables/useCard.d.ts.map +1 -0
- package/dist/composables/useCheckbox.d.ts +3 -2
- package/dist/composables/useCheckbox.d.ts.map +1 -0
- package/dist/composables/useDialog.d.ts +2 -1
- package/dist/composables/useDialog.d.ts.map +1 -0
- package/dist/composables/useDropdown.d.ts +3 -2
- package/dist/composables/useDropdown.d.ts.map +1 -0
- package/dist/composables/useFileInput.d.ts +3 -2
- package/dist/composables/useFileInput.d.ts.map +1 -0
- package/dist/composables/useForm.d.ts +3 -2
- package/dist/composables/useForm.d.ts.map +1 -0
- package/dist/composables/useInput.d.ts +3 -2
- package/dist/composables/useInput.d.ts.map +1 -0
- package/dist/composables/usePopover.d.ts +3 -2
- package/dist/composables/usePopover.d.ts.map +1 -0
- package/dist/composables/useRadio.d.ts +3 -2
- package/dist/composables/useRadio.d.ts.map +1 -0
- package/dist/composables/useSelect.d.ts +3 -2
- package/dist/composables/useSelect.d.ts.map +1 -0
- package/dist/composables/useSwitch.d.ts +3 -2
- package/dist/composables/useSwitch.d.ts.map +1 -0
- package/dist/composables/useTextarea.d.ts +3 -2
- package/dist/composables/useTextarea.d.ts.map +1 -0
- package/dist/composables/useTheme.d.ts +3 -2
- package/dist/composables/useTheme.d.ts.map +1 -0
- package/dist/composables/useToast.d.ts +2 -1
- package/dist/composables/useToast.d.ts.map +1 -0
- package/dist/composables/useTooltip.d.ts +3 -2
- package/dist/composables/useTooltip.d.ts.map +1 -0
- package/dist/composables/useUIConfig.d.ts +5 -4
- package/dist/composables/useUIConfig.d.ts.map +1 -0
- package/dist/composables.d.ts +2 -0
- package/dist/composables.mjs +30 -0
- package/dist/composables.mjs.map +1 -0
- package/dist/constants/errors.d.ts +1 -0
- package/dist/constants/errors.d.ts.map +1 -0
- package/dist/constants/index.d.ts +3 -2
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/logs.d.ts +1 -0
- package/dist/constants/logs.d.ts.map +1 -0
- package/dist/index.d.ts +7 -6
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +2109 -6
- package/dist/index.mjs.map +1 -0
- package/dist/{adapters/tailwind.mjs → tailwind-B-R7fPT1.js} +16 -7
- package/dist/tailwind-B-R7fPT1.js.map +1 -0
- package/dist/types/alert.d.ts +2 -1
- package/dist/types/alert.d.ts.map +1 -0
- package/dist/types/button.d.ts +2 -1
- package/dist/types/button.d.ts.map +1 -0
- package/dist/types/card.d.ts +2 -1
- package/dist/types/card.d.ts.map +1 -0
- package/dist/types/checkbox.d.ts +2 -1
- package/dist/types/checkbox.d.ts.map +1 -0
- package/dist/types/composables.d.ts +10 -1
- package/dist/types/composables.d.ts.map +1 -0
- package/dist/types/config.d.ts +6 -5
- package/dist/types/config.d.ts.map +1 -0
- package/dist/types/dialog.d.ts +2 -1
- package/dist/types/dialog.d.ts.map +1 -0
- package/dist/types/dropdown.d.ts +3 -2
- package/dist/types/dropdown.d.ts.map +1 -0
- package/dist/types/file-input.d.ts +2 -1
- package/dist/types/file-input.d.ts.map +1 -0
- package/dist/types/form.d.ts +2 -1
- package/dist/types/form.d.ts.map +1 -0
- package/dist/types/index.d.ts +22 -21
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/input.d.ts +2 -1
- package/dist/types/input.d.ts.map +1 -0
- package/dist/types/popover.d.ts +3 -2
- package/dist/types/popover.d.ts.map +1 -0
- package/dist/types/radio.d.ts +2 -1
- package/dist/types/radio.d.ts.map +1 -0
- package/dist/types/select.d.ts +2 -1
- package/dist/types/select.d.ts.map +1 -0
- package/dist/types/sheet.d.ts +2 -1
- package/dist/types/sheet.d.ts.map +1 -0
- package/dist/types/switch.d.ts +2 -1
- package/dist/types/switch.d.ts.map +1 -0
- package/dist/types/textarea.d.ts +2 -1
- package/dist/types/textarea.d.ts.map +1 -0
- package/dist/types/theme.d.ts +1 -0
- package/dist/types/theme.d.ts.map +1 -0
- package/dist/types/toast.d.ts +1 -0
- package/dist/types/toast.d.ts.map +1 -0
- package/dist/types/tooltip.d.ts +3 -2
- package/dist/types/tooltip.d.ts.map +1 -0
- package/dist/types/utils.d.ts +1 -0
- package/dist/types/utils.d.ts.map +1 -0
- package/dist/useTheme-C2uPqAtQ.js +1175 -0
- package/dist/useTheme-C2uPqAtQ.js.map +1 -0
- package/dist/utils/cn.d.ts +2 -1
- package/dist/utils/cn.d.ts.map +1 -0
- package/dist/utils/deepMerge.d.ts +2 -1
- package/dist/utils/deepMerge.d.ts.map +1 -0
- package/dist/utils/index.d.ts +3 -2
- package/dist/utils/index.d.ts.map +1 -0
- package/package.json +6 -4
- package/dist/adapters/headless.mjs +0 -7
- package/dist/adapters/index.mjs +0 -11
- package/dist/adapters/types.mjs +0 -10
- package/dist/build.config.d.ts +0 -2
- package/dist/build.config.mjs +0 -14
- package/dist/components/Button.vue +0 -41
- package/dist/components/Card.vue +0 -24
- package/dist/components/Checkbox.vue +0 -47
- package/dist/components/Dialog.vue +0 -105
- package/dist/components/Input.vue +0 -48
- package/dist/components/RadioGroup.vue +0 -45
- package/dist/components/RadioItem.vue +0 -65
- package/dist/components/Select.vue +0 -114
- package/dist/components/SelectContent.vue +0 -54
- package/dist/components/SelectItem.vue +0 -61
- package/dist/components/SelectTrigger.vue +0 -75
- package/dist/components/Switch.vue +0 -45
- package/dist/components/Textarea.vue +0 -55
- package/dist/components/index.mjs +0 -13
- package/dist/composables/index.mjs +0 -17
- package/dist/composables/useButton.mjs +0 -22
- package/dist/composables/useCard.mjs +0 -11
- package/dist/composables/useCheckbox.mjs +0 -18
- package/dist/composables/useDialog.mjs +0 -19
- package/dist/composables/useDropdown.mjs +0 -170
- package/dist/composables/useFileInput.mjs +0 -137
- package/dist/composables/useForm.mjs +0 -159
- package/dist/composables/useInput.mjs +0 -31
- package/dist/composables/usePopover.mjs +0 -113
- package/dist/composables/useRadio.mjs +0 -23
- package/dist/composables/useSelect.mjs +0 -42
- package/dist/composables/useSwitch.mjs +0 -17
- package/dist/composables/useTextarea.mjs +0 -29
- package/dist/composables/useTheme.mjs +0 -89
- package/dist/composables/useToast.mjs +0 -64
- package/dist/composables/useTooltip.mjs +0 -125
- package/dist/composables/useUIConfig.mjs +0 -53
- package/dist/constants/errors.mjs +0 -18
- package/dist/constants/index.mjs +0 -2
- package/dist/constants/logs.mjs +0 -17
- package/dist/env.d.ts +0 -11
- package/dist/styles/css-variables.css +0 -1
- package/dist/styles/index.d.ts +0 -1
- package/dist/styles/index.mjs +0 -1
- package/dist/types/alert.mjs +0 -0
- package/dist/types/button.mjs +0 -0
- package/dist/types/card.mjs +0 -0
- package/dist/types/checkbox.mjs +0 -0
- package/dist/types/composables.mjs +0 -0
- package/dist/types/config.mjs +0 -15
- package/dist/types/dialog.mjs +0 -1
- package/dist/types/dropdown.mjs +0 -1
- package/dist/types/file-input.mjs +0 -0
- package/dist/types/form.mjs +0 -0
- package/dist/types/index.mjs +0 -21
- package/dist/types/input.mjs +0 -0
- package/dist/types/popover.mjs +0 -1
- package/dist/types/radio.mjs +0 -1
- package/dist/types/select.mjs +0 -1
- package/dist/types/sheet.mjs +0 -1
- package/dist/types/switch.mjs +0 -0
- package/dist/types/textarea.mjs +0 -0
- package/dist/types/theme.mjs +0 -42
- package/dist/types/toast.mjs +0 -0
- package/dist/types/tooltip.mjs +0 -1
- package/dist/types/utils.mjs +0 -0
- package/dist/utils/cn.mjs +0 -5
- package/dist/utils/deepMerge.mjs +0 -18
- package/dist/utils/index.mjs +0 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogHeader.vue.d.ts","sourceRoot":"","sources":["../../components/DialogHeader.vue"],"names":[],"mappings":"AAKA;AAmBA,iBAAS,cAAc;WAsBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
click: () => any;
|
|
3
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
+
onClick?: (() => any) | undefined;
|
|
5
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=DialogOverlay.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogOverlay.vue.d.ts","sourceRoot":"","sources":["../../components/DialogOverlay.vue"],"names":[],"mappings":"AAMA;;;;;;AAkEA,wBAOG"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
id?: string;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: HTMLHeadingElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLHeadingElement>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=DialogTitle.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogTitle.vue.d.ts","sourceRoot":"","sources":["../../components/DialogTitle.vue"],"names":[],"mappings":"AAKA;AAiBA,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,CAAA;CACd,CAAC;AASF,iBAAS,cAAc;WAuBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,iTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {
|
|
5
|
+
open: () => void;
|
|
6
|
+
}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: any;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=DialogTrigger.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogTrigger.vue.d.ts","sourceRoot":"","sources":["../../components/DialogTrigger.vue"],"names":[],"mappings":"AAGA;AAyDA,iBAAS,cAAc;WAqBT,OAAO,IAA6B;;;;YAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {
|
|
6
|
+
is_open: boolean;
|
|
7
|
+
open: () => void;
|
|
8
|
+
close: () => void;
|
|
9
|
+
toggle: () => void;
|
|
10
|
+
}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {
|
|
13
|
+
root_ref: HTMLDivElement;
|
|
14
|
+
};
|
|
15
|
+
rootEl: HTMLDivElement;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
19
|
+
is_open: Ref<boolean, boolean>;
|
|
20
|
+
open: () => void;
|
|
21
|
+
close: () => void;
|
|
22
|
+
toggle: () => void;
|
|
23
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
24
|
+
root_ref: HTMLDivElement;
|
|
25
|
+
}, HTMLDivElement>;
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=DropdownMenu.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../components/DropdownMenu.vue"],"names":[],"mappings":"AAKA;AAgFA,OAAO,KAAK,EAAE,GAAG,EAAgB,MAAM,KAAK,CAAA;AA6E5C,iBAAS,cAAc;WA8BT,OAAO,IAA6B;;;;;;;YAXrB,GAAG;;;;;;EAgB/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;kBAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
side?: "top" | "right" | "bottom" | "left";
|
|
3
|
+
align?: "start" | "center" | "end";
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
15
|
+
side: "top" | "right" | "bottom" | "left";
|
|
16
|
+
align: "start" | "center" | "end";
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=DropdownMenuContent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownMenuContent.vue.d.ts","sourceRoot":"","sources":["../../components/DropdownMenuContent.vue"],"names":[],"mappings":"AAYA;AAkEA,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAA;IAC1C,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAA;CACrC,CAAC;AA0BF,iBAAS,cAAc;WA6BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UA1EV,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM;WAClC,OAAO,GAAG,QAAQ,GAAG,KAAK;6EAgFpC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
disabled?: boolean;
|
|
3
|
+
closeOnSelect?: boolean;
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: HTMLDivElement;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
+
select: () => any;
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
|
+
onSelect?: (() => any) | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
closeOnSelect: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=DropdownMenuItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownMenuItem.vue.d.ts","sourceRoot":"","sources":["../../components/DropdownMenuItem.vue"],"names":[],"mappings":"AAYA;AAsEA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;CAC1B,CAAC;AA+BF,iBAAS,cAAc;WA4BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;cA9EN,OAAO;mBACF,OAAO;wFAsFzB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=DropdownMenuLabel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownMenuLabel.vue.d.ts","sourceRoot":"","sources":["../../components/DropdownMenuLabel.vue"],"names":[],"mappings":"AAKA;AAmBA,iBAAS,cAAc;WAuBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=DropdownMenuSeparator.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownMenuSeparator.vue.d.ts","sourceRoot":"","sources":["../../components/DropdownMenuSeparator.vue"],"names":[],"mappings":"AAGA;;AAkDA,wBAMG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {
|
|
5
|
+
is_open: boolean;
|
|
6
|
+
}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {
|
|
9
|
+
trigger_element: HTMLButtonElement;
|
|
10
|
+
};
|
|
11
|
+
rootEl: HTMLButtonElement;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
15
|
+
trigger_element: HTMLButtonElement;
|
|
16
|
+
}, HTMLButtonElement>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=DropdownMenuTrigger.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownMenuTrigger.vue.d.ts","sourceRoot":"","sources":["../../components/DropdownMenuTrigger.vue"],"names":[],"mappings":"AAWA;AA+EA,iBAAS,cAAc;WA+BT,OAAO,IAA6B;;;;YAXrB,GAAG;;;;;;EAgB/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;qBAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
accept?: string;
|
|
3
|
+
multiple?: boolean;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
maxSize?: number;
|
|
6
|
+
maxFiles?: number;
|
|
7
|
+
};
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
default?(_: {
|
|
12
|
+
files: {
|
|
13
|
+
readonly lastModified: number;
|
|
14
|
+
readonly name: string;
|
|
15
|
+
readonly webkitRelativePath: string;
|
|
16
|
+
readonly size: number;
|
|
17
|
+
readonly type: string;
|
|
18
|
+
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
19
|
+
bytes: () => Promise<Uint8Array<ArrayBuffer>>;
|
|
20
|
+
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
21
|
+
stream: () => ReadableStream<Uint8Array<ArrayBuffer>>;
|
|
22
|
+
text: () => Promise<string>;
|
|
23
|
+
}[];
|
|
24
|
+
is_dragging: boolean;
|
|
25
|
+
open: () => void;
|
|
26
|
+
clear: () => void;
|
|
27
|
+
}): any;
|
|
28
|
+
};
|
|
29
|
+
refs: {
|
|
30
|
+
input_ref: HTMLInputElement;
|
|
31
|
+
};
|
|
32
|
+
rootEl: HTMLDivElement;
|
|
33
|
+
};
|
|
34
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
36
|
+
files: import('vue').Ref<{
|
|
37
|
+
readonly lastModified: number;
|
|
38
|
+
readonly name: string;
|
|
39
|
+
readonly webkitRelativePath: string;
|
|
40
|
+
readonly size: number;
|
|
41
|
+
readonly type: string;
|
|
42
|
+
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
43
|
+
bytes: () => Promise<Uint8Array<ArrayBuffer>>;
|
|
44
|
+
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
45
|
+
stream: () => ReadableStream<Uint8Array<ArrayBuffer>>;
|
|
46
|
+
text: () => Promise<string>;
|
|
47
|
+
}[], File[] | {
|
|
48
|
+
readonly lastModified: number;
|
|
49
|
+
readonly name: string;
|
|
50
|
+
readonly webkitRelativePath: string;
|
|
51
|
+
readonly size: number;
|
|
52
|
+
readonly type: string;
|
|
53
|
+
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
54
|
+
bytes: () => Promise<Uint8Array<ArrayBuffer>>;
|
|
55
|
+
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
56
|
+
stream: () => ReadableStream<Uint8Array<ArrayBuffer>>;
|
|
57
|
+
text: () => Promise<string>;
|
|
58
|
+
}[]>;
|
|
59
|
+
is_dragging: import('vue').Ref<boolean, boolean>;
|
|
60
|
+
openFilePicker: () => void;
|
|
61
|
+
clearFiles: () => void;
|
|
62
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
63
|
+
error: (message: string) => any;
|
|
64
|
+
change: (files: File[]) => any;
|
|
65
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
66
|
+
onError?: ((message: string) => any) | undefined;
|
|
67
|
+
onChange?: ((files: File[]) => any) | undefined;
|
|
68
|
+
}>, {
|
|
69
|
+
disabled: boolean;
|
|
70
|
+
multiple: boolean;
|
|
71
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
72
|
+
input_ref: HTMLInputElement;
|
|
73
|
+
}, HTMLDivElement>;
|
|
74
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
75
|
+
export default _default;
|
|
76
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
77
|
+
new (): {
|
|
78
|
+
$slots: S;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
//# sourceMappingURL=FileInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileInput.vue.d.ts","sourceRoot":"","sources":["../../components/FileInput.vue"],"names":[],"mappings":"AAyBA;AA6HA,KAAK,WAAW,GAAG;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAA;CACpB,CAAC;AAoGF,iBAAS,cAAc;WA2CT,OAAO,IAA6B;;;;;;;;;;;;;;;;;;YAXrB,GAAG;;;;;;EAgB/B;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA5KN,OAAO;cADP,OAAO;;;kBAwLpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
error?: string;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: any;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=FormError.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormError.vue.d.ts","sourceRoot":"","sources":["../../components/FormError.vue"],"names":[],"mappings":"AAUA;AAmDA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;AAcF,iBAAS,cAAc;WA4BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
name: string;
|
|
3
|
+
error?: string;
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {
|
|
9
|
+
id: string;
|
|
10
|
+
error_id: string;
|
|
11
|
+
has_error: boolean;
|
|
12
|
+
}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {};
|
|
15
|
+
rootEl: HTMLDivElement;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=FormField.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormField.vue.d.ts","sourceRoot":"","sources":["../../components/FormField.vue"],"names":[],"mappings":"AASA;AA0DA,KAAK,WAAW,GAAG;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;AAqBF,iBAAS,cAAc;WAyBT,OAAO,IAA6B;;;;;;YAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
type?: "text" | "email" | "password" | "number" | "tel" | "url" | "search";
|
|
3
|
+
modelValue?: string;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
readonly?: boolean;
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
id?: string;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
"update:modelValue": (value: string) => any;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13
|
+
}>, {
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
type: "text" | "email" | "password" | "number" | "tel" | "url" | "search";
|
|
16
|
+
readonly: boolean;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLInputElement>;
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=FormInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormInput.vue.d.ts","sourceRoot":"","sources":["../../components/FormInput.vue"],"names":[],"mappings":"AAaA;AAwEA,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK,GAAG,QAAQ,CAAA;IAC1E,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,EAAE,CAAC,EAAE,MAAM,CAAA;CACd,CAAC;;;;;;cAJa,OAAO;UAFX,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK,GAAG,QAAQ;cAG/D,OAAO;;AAoFtB,wBASG"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
for?: string;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: HTMLLabelElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=FormLabel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormLabel.vue.d.ts","sourceRoot":"","sources":["../../components/FormLabel.vue"],"names":[],"mappings":"AAKA;AA4CA,KAAK,WAAW,GAAG;IACf,GAAG,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAYF,iBAAS,cAAc;WAuBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue?: string;
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
readonly?: boolean;
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
rows?: number;
|
|
7
|
+
id?: string;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
"update:modelValue": (value: string) => any;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13
|
+
}>, {
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
readonly: boolean;
|
|
16
|
+
rows: number;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTextAreaElement>;
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=FormTextarea.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormTextarea.vue.d.ts","sourceRoot":"","sources":["../../components/FormTextarea.vue"],"names":[],"mappings":"AAaA;AAwEA,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,EAAE,CAAC,EAAE,MAAM,CAAA;CACd,CAAC;;;;;;cALa,OAAO;cACP,OAAO;UAEX,MAAM;;AAmFjB,wBASG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { InputType, InputSize } from '../types/input';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
type?: InputType;
|
|
4
|
+
size?: InputSize;
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
readonly?: boolean;
|
|
8
|
+
error?: string;
|
|
9
|
+
error_id?: string;
|
|
10
|
+
id?: string;
|
|
11
|
+
modelValue?: string;
|
|
12
|
+
};
|
|
13
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
"update:modelValue": (value: string) => any;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
size: InputSize;
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
type: InputType;
|
|
21
|
+
readonly: boolean;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLInputElement>;
|
|
23
|
+
export default _default;
|
|
24
|
+
//# sourceMappingURL=Input.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../components/Input.vue"],"names":[],"mappings":"AAcA;AAoDA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAE1D,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,UAAU,CAAC,EAAE,MAAM,CAAA;CACtB,CAAC;;;;;;UARS,SAAS;cAEL,OAAO;UAHX,SAAS;cAIL,OAAO;;AAgFtB,wBASG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
closeOnClickOutside?: boolean;
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {
|
|
9
|
+
is_open: boolean;
|
|
10
|
+
open: () => void;
|
|
11
|
+
close: () => void;
|
|
12
|
+
toggle: () => void;
|
|
13
|
+
}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {
|
|
16
|
+
root_ref: HTMLDivElement;
|
|
17
|
+
};
|
|
18
|
+
rootEl: HTMLDivElement;
|
|
19
|
+
};
|
|
20
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
22
|
+
is_open: Ref<boolean, boolean>;
|
|
23
|
+
open: () => void;
|
|
24
|
+
close: () => void;
|
|
25
|
+
toggle: () => void;
|
|
26
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
27
|
+
closeOnClickOutside: boolean;
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
29
|
+
root_ref: HTMLDivElement;
|
|
30
|
+
}, HTMLDivElement>;
|
|
31
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=Popover.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Popover.vue.d.ts","sourceRoot":"","sources":["../../components/Popover.vue"],"names":[],"mappings":"AAKA;AAsFA,OAAO,KAAK,EAAE,GAAG,EAAgB,MAAM,KAAK,CAAA;AAa5C,KAAK,WAAW,GAAG;IACf,mBAAmB,CAAC,EAAE,OAAO,CAAA;CAChC,CAAC;AAwEF,iBAAS,cAAc;WA8BT,OAAO,IAA6B;;;;;;;YAXrB,GAAG;;;;;;EAgB/B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;yBA3HK,OAAO;;;kBAqI/B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
side?: "top" | "right" | "bottom" | "left";
|
|
3
|
+
align?: "start" | "center" | "end";
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
15
|
+
side: "top" | "right" | "bottom" | "left";
|
|
16
|
+
align: "start" | "center" | "end";
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=PopoverContent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PopoverContent.vue.d.ts","sourceRoot":"","sources":["../../components/PopoverContent.vue"],"names":[],"mappings":"AAWA;AA0DA,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAA;IAC1C,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAA;CACrC,CAAC;AAmBF,iBAAS,cAAc;WA4BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAjEV,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM;WAClC,OAAO,GAAG,QAAQ,GAAG,KAAK;6EAuEpC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {
|
|
5
|
+
is_open: boolean;
|
|
6
|
+
}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {
|
|
9
|
+
trigger_element: HTMLButtonElement;
|
|
10
|
+
};
|
|
11
|
+
rootEl: HTMLButtonElement;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
15
|
+
trigger_element: HTMLButtonElement;
|
|
16
|
+
}, HTMLButtonElement>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=PopoverTrigger.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PopoverTrigger.vue.d.ts","sourceRoot":"","sources":["../../components/PopoverTrigger.vue"],"names":[],"mappings":"AAWA;AA+EA,iBAAS,cAAc;WA+BT,OAAO,IAA6B;;;;YAXrB,GAAG;;;;;;EAgB/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;qBAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
disabled?: boolean;
|
|
3
|
+
orientation?: "horizontal" | "vertical";
|
|
4
|
+
};
|
|
5
|
+
type __VLS_PublicProps = {
|
|
6
|
+
modelValue?: string;
|
|
7
|
+
} & __VLS_Props;
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: HTMLDivElement;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
"update:modelValue": (value: string) => any;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
20
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
21
|
+
}>, {
|
|
22
|
+
disabled: boolean;
|
|
23
|
+
orientation: "horizontal" | "vertical";
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=RadioGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioGroup.vue.d.ts","sourceRoot":"","sources":["../../components/RadioGroup.vue"],"names":[],"mappings":"AAQA;AA0DA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;CAC1C,CAAC;AA8BF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAwBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;cA/EN,OAAO;iBACJ,YAAY,GAAG,UAAU;wFAuFzC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|