una-nuxt-module 3.0.0 → 3.0.2
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/README.md +1 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +2 -2
- package/dist/runtime/components/ui/accordion/Accordion.d.vue.ts +3 -1
- package/dist/runtime/components/ui/accordion/Accordion.vue.d.ts +3 -1
- package/dist/runtime/components/ui/accordion/AccordionItem.d.vue.ts +3 -1
- package/dist/runtime/components/ui/accordion/AccordionItem.vue.d.ts +3 -1
- package/dist/runtime/components/ui/alert-dialog/AlertDialog.d.vue.ts +4 -1
- package/dist/runtime/components/ui/alert-dialog/AlertDialog.vue.d.ts +4 -1
- package/dist/runtime/components/ui/aspect-ratio/AspectRatio.d.vue.ts +3 -1
- package/dist/runtime/components/ui/aspect-ratio/AspectRatio.vue.d.ts +3 -1
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.d.vue.ts +1 -3
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +1 -3
- package/dist/runtime/components/ui/button/Button.d.vue.ts +1 -3
- package/dist/runtime/components/ui/button/Button.vue.d.ts +1 -3
- package/dist/runtime/components/ui/button/index.d.ts +1 -1
- package/dist/runtime/components/ui/button-group/ButtonGroupSeparator.d.vue.ts +1 -3
- package/dist/runtime/components/ui/button-group/ButtonGroupSeparator.vue.d.ts +1 -3
- package/dist/runtime/components/ui/button-group/ButtonGroupText.d.vue.ts +1 -3
- package/dist/runtime/components/ui/button-group/ButtonGroupText.vue.d.ts +1 -3
- package/dist/runtime/components/ui/calendar/Calendar.d.vue.ts +8 -7
- package/dist/runtime/components/ui/calendar/Calendar.vue.d.ts +8 -7
- package/dist/runtime/components/ui/calendar/CalendarCellTrigger.d.vue.ts +1 -3
- package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue.d.ts +1 -3
- package/dist/runtime/components/ui/carousel/CarouselNext.d.vue.ts +1 -4
- package/dist/runtime/components/ui/carousel/CarouselNext.vue.d.ts +1 -4
- package/dist/runtime/components/ui/carousel/CarouselPrevious.d.vue.ts +1 -4
- package/dist/runtime/components/ui/carousel/CarouselPrevious.vue.d.ts +1 -4
- package/dist/runtime/components/ui/chart/ChartLegendContent.d.vue.ts +1 -3
- package/dist/runtime/components/ui/chart/ChartLegendContent.vue.d.ts +1 -3
- package/dist/runtime/components/ui/chart/ChartTooltipContent.d.vue.ts +1 -5
- package/dist/runtime/components/ui/chart/ChartTooltipContent.vue.d.ts +1 -5
- package/dist/runtime/components/ui/checkbox/Checkbox.d.vue.ts +4 -1
- package/dist/runtime/components/ui/checkbox/Checkbox.vue.d.ts +4 -1
- package/dist/runtime/components/ui/collapsible/Collapsible.d.vue.ts +3 -1
- package/dist/runtime/components/ui/collapsible/Collapsible.vue.d.ts +3 -1
- package/dist/runtime/components/ui/combobox/Combobox.d.vue.ts +4 -1
- package/dist/runtime/components/ui/combobox/Combobox.vue.d.ts +4 -1
- package/dist/runtime/components/ui/combobox/ComboboxList.d.vue.ts +1 -5
- package/dist/runtime/components/ui/combobox/ComboboxList.vue +1 -0
- package/dist/runtime/components/ui/combobox/ComboboxList.vue.d.ts +1 -5
- package/dist/runtime/components/ui/command/Command.d.vue.ts +1 -3
- package/dist/runtime/components/ui/command/Command.vue.d.ts +1 -3
- package/dist/runtime/components/ui/command/CommandDialog.d.vue.ts +5 -5
- package/dist/runtime/components/ui/command/CommandDialog.vue.d.ts +5 -5
- package/dist/runtime/components/ui/context-menu/ContextMenuContent.vue +1 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuItem.d.vue.ts +1 -3
- package/dist/runtime/components/ui/context-menu/ContextMenuItem.vue.d.ts +1 -3
- package/dist/runtime/components/ui/context-menu/ContextMenuRadioGroup.d.vue.ts +2 -2
- package/dist/runtime/components/ui/context-menu/ContextMenuRadioGroup.vue +1 -1
- package/dist/runtime/components/ui/context-menu/ContextMenuRadioGroup.vue.d.ts +2 -2
- package/dist/runtime/components/ui/context-menu/ContextMenuRadioItem.vue +1 -1
- package/dist/runtime/components/ui/context-menu/ContextMenuSubContent.vue +1 -0
- package/dist/runtime/components/ui/dialog/Dialog.d.vue.ts +4 -1
- package/dist/runtime/components/ui/dialog/Dialog.vue.d.ts +4 -1
- package/dist/runtime/components/ui/dialog/DialogContent.d.vue.ts +1 -3
- package/dist/runtime/components/ui/dialog/DialogContent.vue.d.ts +1 -3
- package/dist/runtime/components/ui/drawer/Drawer.d.vue.ts +4 -4
- package/dist/runtime/components/ui/drawer/Drawer.vue.d.ts +4 -4
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.d.vue.ts +3 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +3 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.d.vue.ts +1 -3
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue +1 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +1 -3
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.d.vue.ts +1 -3
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +1 -3
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.d.vue.ts +3 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +3 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue +1 -0
- package/dist/runtime/components/ui/hover-card/HoverCard.d.vue.ts +3 -1
- package/dist/runtime/components/ui/hover-card/HoverCard.vue.d.ts +3 -1
- package/dist/runtime/components/ui/hover-card/HoverCardContent.d.vue.ts +1 -3
- package/dist/runtime/components/ui/hover-card/HoverCardContent.vue +1 -0
- package/dist/runtime/components/ui/hover-card/HoverCardContent.vue.d.ts +1 -3
- package/dist/runtime/components/ui/input-group/InputGroupAddon.d.vue.ts +1 -3
- package/dist/runtime/components/ui/input-group/InputGroupAddon.vue.d.ts +1 -3
- package/dist/runtime/components/ui/input-group/InputGroupButton.d.vue.ts +1 -4
- package/dist/runtime/components/ui/input-group/InputGroupButton.vue.d.ts +1 -4
- package/dist/runtime/components/ui/input-otp/InputOTP.d.vue.ts +9 -5
- package/dist/runtime/components/ui/input-otp/InputOTP.vue.d.ts +9 -5
- package/dist/runtime/components/ui/item/Item.d.vue.ts +1 -3
- package/dist/runtime/components/ui/item/Item.vue.d.ts +1 -3
- package/dist/runtime/components/ui/item/index.d.ts +1 -1
- package/dist/runtime/components/ui/menubar/Menubar.d.vue.ts +3 -1
- package/dist/runtime/components/ui/menubar/Menubar.vue.d.ts +3 -1
- package/dist/runtime/components/ui/menubar/MenubarContent.d.vue.ts +1 -5
- package/dist/runtime/components/ui/menubar/MenubarContent.vue +1 -0
- package/dist/runtime/components/ui/menubar/MenubarContent.vue.d.ts +1 -5
- package/dist/runtime/components/ui/menubar/MenubarRadioGroup.d.vue.ts +2 -2
- package/dist/runtime/components/ui/menubar/MenubarRadioGroup.vue +1 -1
- package/dist/runtime/components/ui/menubar/MenubarRadioGroup.vue.d.ts +2 -2
- package/dist/runtime/components/ui/menubar/MenubarRadioItem.vue +1 -1
- package/dist/runtime/components/ui/menubar/MenubarSub.d.vue.ts +3 -1
- package/dist/runtime/components/ui/menubar/MenubarSub.vue.d.ts +3 -1
- package/dist/runtime/components/ui/menubar/MenubarSubContent.vue +1 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenu.d.vue.ts +4 -4
- package/dist/runtime/components/ui/navigation-menu/NavigationMenu.vue.d.ts +4 -4
- package/dist/runtime/components/ui/number-field/NumberField.d.vue.ts +4 -1
- package/dist/runtime/components/ui/number-field/NumberField.vue +1 -0
- package/dist/runtime/components/ui/number-field/NumberField.vue.d.ts +4 -1
- package/dist/runtime/components/ui/pagination/Pagination.d.vue.ts +4 -1
- package/dist/runtime/components/ui/pagination/Pagination.vue.d.ts +4 -1
- package/dist/runtime/components/ui/pagination/PaginationContent.d.vue.ts +8 -1
- package/dist/runtime/components/ui/pagination/PaginationContent.vue.d.ts +8 -1
- package/dist/runtime/components/ui/pagination/PaginationFirst.d.vue.ts +1 -3
- package/dist/runtime/components/ui/pagination/PaginationFirst.vue.d.ts +1 -3
- package/dist/runtime/components/ui/pagination/PaginationItem.d.vue.ts +1 -3
- package/dist/runtime/components/ui/pagination/PaginationItem.vue.d.ts +1 -3
- package/dist/runtime/components/ui/pagination/PaginationLast.d.vue.ts +1 -3
- package/dist/runtime/components/ui/pagination/PaginationLast.vue.d.ts +1 -3
- package/dist/runtime/components/ui/pagination/PaginationNext.d.vue.ts +1 -3
- package/dist/runtime/components/ui/pagination/PaginationNext.vue.d.ts +1 -3
- package/dist/runtime/components/ui/pagination/PaginationPrevious.d.vue.ts +1 -3
- package/dist/runtime/components/ui/pagination/PaginationPrevious.vue.d.ts +1 -3
- package/dist/runtime/components/ui/pin-input/PinInput.d.vue.ts +5 -2
- package/dist/runtime/components/ui/pin-input/PinInput.vue.d.ts +5 -2
- package/dist/runtime/components/ui/popover/Popover.d.vue.ts +4 -1
- package/dist/runtime/components/ui/popover/Popover.vue.d.ts +4 -1
- package/dist/runtime/components/ui/popover/PopoverContent.d.vue.ts +1 -4
- package/dist/runtime/components/ui/popover/PopoverContent.vue +1 -0
- package/dist/runtime/components/ui/popover/PopoverContent.vue.d.ts +1 -4
- package/dist/runtime/components/ui/progress/Progress.d.vue.ts +1 -3
- package/dist/runtime/components/ui/progress/Progress.vue.d.ts +1 -3
- package/dist/runtime/components/ui/radio-group/RadioGroup.d.vue.ts +3 -1
- package/dist/runtime/components/ui/radio-group/RadioGroup.vue.d.ts +3 -1
- package/dist/runtime/components/ui/range-calendar/RangeCalendarCellTrigger.d.vue.ts +1 -3
- package/dist/runtime/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts +1 -3
- package/dist/runtime/components/ui/resizable/ResizablePanel.d.vue.ts +7 -1
- package/dist/runtime/components/ui/resizable/ResizablePanel.vue.d.ts +7 -1
- package/dist/runtime/components/ui/resizable/ResizablePanelGroup.d.vue.ts +3 -1
- package/dist/runtime/components/ui/resizable/ResizablePanelGroup.vue.d.ts +3 -1
- package/dist/runtime/components/ui/scroll-area/ScrollBar.d.vue.ts +1 -3
- package/dist/runtime/components/ui/scroll-area/ScrollBar.vue.d.ts +1 -3
- package/dist/runtime/components/ui/select/Select.d.vue.ts +4 -1
- package/dist/runtime/components/ui/select/Select.vue.d.ts +4 -1
- package/dist/runtime/components/ui/select/SelectContent.d.vue.ts +1 -3
- package/dist/runtime/components/ui/select/SelectContent.vue +2 -0
- package/dist/runtime/components/ui/select/SelectContent.vue.d.ts +1 -3
- package/dist/runtime/components/ui/select/SelectTrigger.d.vue.ts +1 -3
- package/dist/runtime/components/ui/select/SelectTrigger.vue.d.ts +1 -3
- package/dist/runtime/components/ui/separator/Separator.d.vue.ts +1 -4
- package/dist/runtime/components/ui/separator/Separator.vue.d.ts +1 -4
- package/dist/runtime/components/ui/sheet/Sheet.d.vue.ts +4 -1
- package/dist/runtime/components/ui/sheet/Sheet.vue.d.ts +4 -1
- package/dist/runtime/components/ui/sheet/SheetContent.d.vue.ts +1 -3
- package/dist/runtime/components/ui/sheet/SheetContent.vue.d.ts +1 -3
- package/dist/runtime/components/ui/sidebar/Sidebar.d.vue.ts +1 -5
- package/dist/runtime/components/ui/sidebar/Sidebar.vue.d.ts +1 -5
- package/dist/runtime/components/ui/sidebar/SidebarMenuAction.d.vue.ts +1 -3
- package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue.d.ts +1 -3
- package/dist/runtime/components/ui/sidebar/SidebarMenuButton.d.vue.ts +1 -5
- package/dist/runtime/components/ui/sidebar/SidebarMenuButton.vue.d.ts +1 -5
- package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.d.vue.ts +1 -5
- package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +1 -5
- package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.d.vue.ts +1 -4
- package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +1 -4
- package/dist/runtime/components/ui/sidebar/SidebarProvider.d.vue.ts +1 -4
- package/dist/runtime/components/ui/sidebar/SidebarProvider.vue.d.ts +1 -4
- package/dist/runtime/components/ui/stepper/Stepper.d.vue.ts +13 -1
- package/dist/runtime/components/ui/stepper/Stepper.vue.d.ts +13 -1
- package/dist/runtime/components/ui/stepper/StepperDescription.d.vue.ts +1 -1
- package/dist/runtime/components/ui/stepper/StepperDescription.vue.d.ts +1 -1
- package/dist/runtime/components/ui/stepper/StepperIndicator.d.vue.ts +3 -1
- package/dist/runtime/components/ui/stepper/StepperIndicator.vue.d.ts +3 -1
- package/dist/runtime/components/ui/stepper/StepperItem.d.vue.ts +3 -1
- package/dist/runtime/components/ui/stepper/StepperItem.vue.d.ts +3 -1
- package/dist/runtime/components/ui/switch/Switch.d.vue.ts +3 -1
- package/dist/runtime/components/ui/switch/Switch.vue.d.ts +3 -1
- package/dist/runtime/components/ui/table/TableEmpty.d.vue.ts +1 -3
- package/dist/runtime/components/ui/table/TableEmpty.vue.d.ts +1 -3
- package/dist/runtime/components/ui/tabs/Tabs.d.vue.ts +3 -1
- package/dist/runtime/components/ui/tabs/Tabs.vue.d.ts +3 -1
- package/dist/runtime/components/ui/tags-input/TagsInput.d.vue.ts +3 -1
- package/dist/runtime/components/ui/tags-input/TagsInput.vue.d.ts +3 -1
- package/dist/runtime/components/ui/toggle/Toggle.d.vue.ts +7 -6
- package/dist/runtime/components/ui/toggle/Toggle.vue.d.ts +7 -6
- package/dist/runtime/components/ui/toggle-group/ToggleGroup.d.vue.ts +4 -4
- package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue.d.ts +4 -4
- package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.d.vue.ts +6 -1
- package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.vue.d.ts +6 -1
- package/dist/runtime/components/ui/tooltip/Tooltip.d.vue.ts +3 -1
- package/dist/runtime/components/ui/tooltip/Tooltip.vue.d.ts +3 -1
- package/dist/runtime/components/ui/tooltip/TooltipContent.d.vue.ts +1 -3
- package/dist/runtime/components/ui/tooltip/TooltipContent.vue.d.ts +1 -3
- package/dist/runtime/components/ui/tooltip/TooltipProvider.d.vue.ts +1 -3
- package/dist/runtime/components/ui/tooltip/TooltipProvider.vue.d.ts +1 -3
- package/package.json +22 -22
|
@@ -15,9 +15,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
15
15
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
16
16
|
onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
|
|
17
17
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
18
|
-
}>, {
|
|
19
|
-
position: "item-aligned" | "popper";
|
|
20
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
19
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
20
|
declare const _default: typeof __VLS_export;
|
|
23
21
|
export default _default;
|
|
@@ -25,6 +25,7 @@ const props = defineProps({
|
|
|
25
25
|
collisionBoundary: { type: null, required: false },
|
|
26
26
|
collisionPadding: { type: [Number, Object], required: false },
|
|
27
27
|
arrowPadding: { type: Number, required: false },
|
|
28
|
+
hideShiftedArrow: { type: Boolean, required: false },
|
|
28
29
|
sticky: { type: String, required: false },
|
|
29
30
|
hideWhenDetached: { type: Boolean, required: false },
|
|
30
31
|
positionStrategy: { type: String, required: false },
|
|
@@ -34,6 +35,7 @@ const props = defineProps({
|
|
|
34
35
|
reference: { type: null, required: false },
|
|
35
36
|
asChild: { type: Boolean, required: false },
|
|
36
37
|
as: { type: null, required: false },
|
|
38
|
+
disableOutsidePointerEvents: { type: Boolean, required: false },
|
|
37
39
|
class: { type: null, required: false }
|
|
38
40
|
});
|
|
39
41
|
const emits = defineEmits(["closeAutoFocus", "escapeKeyDown", "pointerDownOutside"]);
|
|
@@ -15,9 +15,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
15
15
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
16
16
|
onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
|
|
17
17
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
18
|
-
}>, {
|
|
19
|
-
position: "item-aligned" | "popper";
|
|
20
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
19
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
20
|
declare const _default: typeof __VLS_export;
|
|
23
21
|
export default _default;
|
|
@@ -8,9 +8,7 @@ declare var __VLS_8: {};
|
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
9
|
default?: (props: typeof __VLS_8) => any;
|
|
10
10
|
};
|
|
11
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
-
size: "sm" | "default";
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_base: 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
12
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
13
|
declare const _default: typeof __VLS_export;
|
|
16
14
|
export default _default;
|
|
@@ -8,9 +8,7 @@ declare var __VLS_8: {};
|
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
9
|
default?: (props: typeof __VLS_8) => any;
|
|
10
10
|
};
|
|
11
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
-
size: "sm" | "default";
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_base: 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
12
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
13
|
declare const _default: typeof __VLS_export;
|
|
16
14
|
export default _default;
|
|
@@ -3,9 +3,6 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = SeparatorProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
|
-
orientation: "vertical" | "horizontal";
|
|
8
|
-
decorative: boolean;
|
|
9
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const __VLS_export: 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>;
|
|
10
7
|
declare const _default: typeof __VLS_export;
|
|
11
8
|
export default _default;
|
|
@@ -3,9 +3,6 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = SeparatorProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
|
-
orientation: "vertical" | "horizontal";
|
|
8
|
-
decorative: boolean;
|
|
9
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const __VLS_export: 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>;
|
|
10
7
|
declare const _default: typeof __VLS_export;
|
|
11
8
|
export default _default;
|
|
@@ -22,9 +22,7 @@ declare const __VLS_base: import("vue").DefineComponent<SheetContentProps, {}, {
|
|
|
22
22
|
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
23
23
|
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
24
24
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
25
|
-
}>, {
|
|
26
|
-
side: "top" | "right" | "bottom" | "left";
|
|
27
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
26
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
29
27
|
declare const _default: typeof __VLS_export;
|
|
30
28
|
export default _default;
|
|
@@ -22,9 +22,7 @@ declare const __VLS_base: import("vue").DefineComponent<SheetContentProps, {}, {
|
|
|
22
22
|
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
23
23
|
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
24
24
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
25
|
-
}>, {
|
|
26
|
-
side: "top" | "right" | "bottom" | "left";
|
|
27
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
26
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
29
27
|
declare const _default: typeof __VLS_export;
|
|
30
28
|
export default _default;
|
|
@@ -7,11 +7,7 @@ type __VLS_Slots = {} & {
|
|
|
7
7
|
} & {
|
|
8
8
|
default?: (props: typeof __VLS_38) => any;
|
|
9
9
|
};
|
|
10
|
-
declare const __VLS_base: import("vue").DefineComponent<SidebarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarProps> & Readonly<{}>, {
|
|
11
|
-
variant: "sidebar" | "floating" | "inset";
|
|
12
|
-
side: "left" | "right";
|
|
13
|
-
collapsible: "offcanvas" | "icon" | "none";
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_base: import("vue").DefineComponent<SidebarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
12
|
declare const _default: typeof __VLS_export;
|
|
17
13
|
export default _default;
|
|
@@ -7,11 +7,7 @@ type __VLS_Slots = {} & {
|
|
|
7
7
|
} & {
|
|
8
8
|
default?: (props: typeof __VLS_38) => any;
|
|
9
9
|
};
|
|
10
|
-
declare const __VLS_base: import("vue").DefineComponent<SidebarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarProps> & Readonly<{}>, {
|
|
11
|
-
variant: "sidebar" | "floating" | "inset";
|
|
12
|
-
side: "left" | "right";
|
|
13
|
-
collapsible: "offcanvas" | "icon" | "none";
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_base: import("vue").DefineComponent<SidebarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
12
|
declare const _default: typeof __VLS_export;
|
|
17
13
|
export default _default;
|
|
@@ -8,9 +8,7 @@ declare var __VLS_8: {};
|
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
9
|
default?: (props: typeof __VLS_8) => any;
|
|
10
10
|
};
|
|
11
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
-
as: import("reka-ui").AsTag | import("vue").Component;
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_base: 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
12
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
13
|
declare const _default: typeof __VLS_export;
|
|
16
14
|
export default _default;
|
|
@@ -8,9 +8,7 @@ declare var __VLS_8: {};
|
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
9
|
default?: (props: typeof __VLS_8) => any;
|
|
10
10
|
};
|
|
11
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
-
as: import("reka-ui").AsTag | import("vue").Component;
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_base: 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
12
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
13
|
declare const _default: typeof __VLS_export;
|
|
16
14
|
export default _default;
|
|
@@ -9,11 +9,7 @@ type __VLS_Slots = {} & {
|
|
|
9
9
|
} & {
|
|
10
10
|
default?: (props: typeof __VLS_29) => any;
|
|
11
11
|
};
|
|
12
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
|
-
variant: "default" | "outline" | null;
|
|
14
|
-
as: import("reka-ui").AsTag | Component;
|
|
15
|
-
size: "default" | "sm" | "lg" | null;
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const __VLS_base: 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>;
|
|
17
13
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
18
14
|
declare const _default: typeof __VLS_export;
|
|
19
15
|
export default _default;
|
|
@@ -9,11 +9,7 @@ type __VLS_Slots = {} & {
|
|
|
9
9
|
} & {
|
|
10
10
|
default?: (props: typeof __VLS_29) => any;
|
|
11
11
|
};
|
|
12
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
|
-
variant: "default" | "outline" | null;
|
|
14
|
-
as: import("reka-ui").AsTag | Component;
|
|
15
|
-
size: "default" | "sm" | "lg" | null;
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const __VLS_base: 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>;
|
|
17
13
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
18
14
|
declare const _default: typeof __VLS_export;
|
|
19
15
|
export default _default;
|
|
@@ -11,11 +11,7 @@ declare var __VLS_8: {};
|
|
|
11
11
|
type __VLS_Slots = {} & {
|
|
12
12
|
default?: (props: typeof __VLS_8) => any;
|
|
13
13
|
};
|
|
14
|
-
declare const __VLS_base: import("vue").DefineComponent<SidebarMenuButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarMenuButtonProps> & Readonly<{}>, {
|
|
15
|
-
variant: "default" | "outline" | null;
|
|
16
|
-
as: import("reka-ui").AsTag | import("vue").Component;
|
|
17
|
-
size: "default" | "sm" | "lg" | null;
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_base: import("vue").DefineComponent<SidebarMenuButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarMenuButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
15
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
16
|
declare const _default: typeof __VLS_export;
|
|
21
17
|
export default _default;
|
|
@@ -11,11 +11,7 @@ declare var __VLS_8: {};
|
|
|
11
11
|
type __VLS_Slots = {} & {
|
|
12
12
|
default?: (props: typeof __VLS_8) => any;
|
|
13
13
|
};
|
|
14
|
-
declare const __VLS_base: import("vue").DefineComponent<SidebarMenuButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarMenuButtonProps> & Readonly<{}>, {
|
|
15
|
-
variant: "default" | "outline" | null;
|
|
16
|
-
as: import("reka-ui").AsTag | import("vue").Component;
|
|
17
|
-
size: "default" | "sm" | "lg" | null;
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_base: import("vue").DefineComponent<SidebarMenuButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarMenuButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
15
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
16
|
declare const _default: typeof __VLS_export;
|
|
21
17
|
export default _default;
|
|
@@ -9,10 +9,7 @@ declare var __VLS_8: {};
|
|
|
9
9
|
type __VLS_Slots = {} & {
|
|
10
10
|
default?: (props: typeof __VLS_8) => any;
|
|
11
11
|
};
|
|
12
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
|
-
as: import("reka-ui").AsTag | import("vue").Component;
|
|
14
|
-
size: "sm" | "md";
|
|
15
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const __VLS_base: 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>;
|
|
16
13
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
14
|
declare const _default: typeof __VLS_export;
|
|
18
15
|
export default _default;
|
|
@@ -9,10 +9,7 @@ declare var __VLS_8: {};
|
|
|
9
9
|
type __VLS_Slots = {} & {
|
|
10
10
|
default?: (props: typeof __VLS_8) => any;
|
|
11
11
|
};
|
|
12
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
|
-
as: import("reka-ui").AsTag | import("vue").Component;
|
|
14
|
-
size: "sm" | "md";
|
|
15
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const __VLS_base: 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>;
|
|
16
13
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
14
|
declare const _default: typeof __VLS_export;
|
|
18
15
|
export default _default;
|
|
@@ -12,10 +12,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
12
12
|
"update:open": (open: boolean) => any;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
14
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
defaultOpen: boolean;
|
|
17
|
-
open: boolean;
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
16
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
17
|
declare const _default: typeof __VLS_export;
|
|
21
18
|
export default _default;
|
|
@@ -12,10 +12,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
12
12
|
"update:open": (open: boolean) => any;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
14
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
defaultOpen: boolean;
|
|
17
|
-
open: boolean;
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
16
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
17
|
declare const _default: typeof __VLS_export;
|
|
21
18
|
export default _default;
|
|
@@ -3,7 +3,19 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = StepperRootProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_8:
|
|
6
|
+
declare var __VLS_8: {
|
|
7
|
+
modelValue: number | undefined;
|
|
8
|
+
totalSteps: number;
|
|
9
|
+
isNextDisabled: boolean;
|
|
10
|
+
isPrevDisabled: boolean;
|
|
11
|
+
isFirstStep: boolean;
|
|
12
|
+
isLastStep: boolean;
|
|
13
|
+
goToStep: (step: number) => void;
|
|
14
|
+
nextStep: () => void;
|
|
15
|
+
prevStep: () => void;
|
|
16
|
+
hasNext: () => boolean;
|
|
17
|
+
hasPrev: () => boolean;
|
|
18
|
+
};
|
|
7
19
|
type __VLS_Slots = {} & {
|
|
8
20
|
default?: (props: typeof __VLS_8) => any;
|
|
9
21
|
};
|
|
@@ -3,7 +3,19 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = StepperRootProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_8:
|
|
6
|
+
declare var __VLS_8: {
|
|
7
|
+
modelValue: number | undefined;
|
|
8
|
+
totalSteps: number;
|
|
9
|
+
isNextDisabled: boolean;
|
|
10
|
+
isPrevDisabled: boolean;
|
|
11
|
+
isFirstStep: boolean;
|
|
12
|
+
isLastStep: boolean;
|
|
13
|
+
goToStep: (step: number) => void;
|
|
14
|
+
nextStep: () => void;
|
|
15
|
+
prevStep: () => void;
|
|
16
|
+
hasNext: () => boolean;
|
|
17
|
+
hasPrev: () => boolean;
|
|
18
|
+
};
|
|
7
19
|
type __VLS_Slots = {} & {
|
|
8
20
|
default?: (props: typeof __VLS_8) => any;
|
|
9
21
|
};
|
|
@@ -3,7 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = StepperIndicatorProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_8:
|
|
6
|
+
declare var __VLS_8: {
|
|
7
|
+
step: number;
|
|
8
|
+
};
|
|
7
9
|
type __VLS_Slots = {} & {
|
|
8
10
|
default?: (props: typeof __VLS_8) => any;
|
|
9
11
|
};
|
|
@@ -3,7 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = StepperIndicatorProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_8:
|
|
6
|
+
declare var __VLS_8: {
|
|
7
|
+
step: number;
|
|
8
|
+
};
|
|
7
9
|
type __VLS_Slots = {} & {
|
|
8
10
|
default?: (props: typeof __VLS_8) => any;
|
|
9
11
|
};
|
|
@@ -3,7 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = StepperItemProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_8:
|
|
6
|
+
declare var __VLS_8: {
|
|
7
|
+
state: "active" | "completed" | "inactive";
|
|
8
|
+
};
|
|
7
9
|
type __VLS_Slots = {} & {
|
|
8
10
|
default?: (props: typeof __VLS_8) => any;
|
|
9
11
|
};
|
|
@@ -3,7 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = StepperItemProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_8:
|
|
6
|
+
declare var __VLS_8: {
|
|
7
|
+
state: "active" | "completed" | "inactive";
|
|
8
|
+
};
|
|
7
9
|
type __VLS_Slots = {} & {
|
|
8
10
|
default?: (props: typeof __VLS_8) => any;
|
|
9
11
|
};
|
|
@@ -3,7 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = SwitchRootProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_14:
|
|
6
|
+
declare var __VLS_14: {
|
|
7
|
+
modelValue: boolean;
|
|
8
|
+
};
|
|
7
9
|
type __VLS_Slots = {} & {
|
|
8
10
|
thumb?: (props: typeof __VLS_14) => any;
|
|
9
11
|
};
|
|
@@ -3,7 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = SwitchRootProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_14:
|
|
6
|
+
declare var __VLS_14: {
|
|
7
|
+
modelValue: boolean;
|
|
8
|
+
};
|
|
7
9
|
type __VLS_Slots = {} & {
|
|
8
10
|
thumb?: (props: typeof __VLS_14) => any;
|
|
9
11
|
};
|
|
@@ -7,9 +7,7 @@ declare var __VLS_14: {};
|
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
8
|
default?: (props: typeof __VLS_14) => any;
|
|
9
9
|
};
|
|
10
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
11
|
-
colspan: number;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_base: 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>;
|
|
13
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
12
|
declare const _default: typeof __VLS_export;
|
|
15
13
|
export default _default;
|
|
@@ -7,9 +7,7 @@ declare var __VLS_14: {};
|
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
8
|
default?: (props: typeof __VLS_14) => any;
|
|
9
9
|
};
|
|
10
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
11
|
-
colspan: number;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_base: 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>;
|
|
13
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
12
|
declare const _default: typeof __VLS_export;
|
|
15
13
|
export default _default;
|
|
@@ -3,7 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = TabsRootProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_8:
|
|
6
|
+
declare var __VLS_8: {
|
|
7
|
+
modelValue: string | number | undefined;
|
|
8
|
+
};
|
|
7
9
|
type __VLS_Slots = {} & {
|
|
8
10
|
default?: (props: typeof __VLS_8) => any;
|
|
9
11
|
};
|
|
@@ -3,7 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = TabsRootProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_8:
|
|
6
|
+
declare var __VLS_8: {
|
|
7
|
+
modelValue: string | number | undefined;
|
|
8
|
+
};
|
|
7
9
|
type __VLS_Slots = {} & {
|
|
8
10
|
default?: (props: typeof __VLS_8) => any;
|
|
9
11
|
};
|
|
@@ -3,7 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = TagsInputRootProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_8:
|
|
6
|
+
declare var __VLS_8: {
|
|
7
|
+
modelValue: import("reka-ui").AcceptableInputValue[];
|
|
8
|
+
};
|
|
7
9
|
type __VLS_Slots = {} & {
|
|
8
10
|
default?: (props: typeof __VLS_8) => any;
|
|
9
11
|
};
|
|
@@ -3,7 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = TagsInputRootProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_8:
|
|
6
|
+
declare var __VLS_8: {
|
|
7
|
+
modelValue: import("reka-ui").AcceptableInputValue[];
|
|
8
|
+
};
|
|
7
9
|
type __VLS_Slots = {} & {
|
|
8
10
|
default?: (props: typeof __VLS_8) => any;
|
|
9
11
|
};
|
|
@@ -6,7 +6,12 @@ type __VLS_Props = ToggleProps & {
|
|
|
6
6
|
variant?: ToggleVariants["variant"];
|
|
7
7
|
size?: ToggleVariants["size"];
|
|
8
8
|
};
|
|
9
|
-
declare var __VLS_8:
|
|
9
|
+
declare var __VLS_8: {
|
|
10
|
+
modelValue: boolean;
|
|
11
|
+
state: "on" | "off";
|
|
12
|
+
pressed: boolean;
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
};
|
|
10
15
|
type __VLS_Slots = {} & {
|
|
11
16
|
default?: (props: typeof __VLS_8) => any;
|
|
12
17
|
};
|
|
@@ -14,11 +19,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
14
19
|
"update:modelValue": (value: boolean) => any;
|
|
15
20
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
21
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
17
|
-
}>, {
|
|
18
|
-
variant: "default" | "outline" | null;
|
|
19
|
-
size: "default" | "sm" | "lg" | null;
|
|
20
|
-
disabled: boolean;
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
23
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
24
|
declare const _default: typeof __VLS_export;
|
|
24
25
|
export default _default;
|
|
@@ -6,7 +6,12 @@ type __VLS_Props = ToggleProps & {
|
|
|
6
6
|
variant?: ToggleVariants["variant"];
|
|
7
7
|
size?: ToggleVariants["size"];
|
|
8
8
|
};
|
|
9
|
-
declare var __VLS_8:
|
|
9
|
+
declare var __VLS_8: {
|
|
10
|
+
modelValue: boolean;
|
|
11
|
+
state: "on" | "off";
|
|
12
|
+
pressed: boolean;
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
};
|
|
10
15
|
type __VLS_Slots = {} & {
|
|
11
16
|
default?: (props: typeof __VLS_8) => any;
|
|
12
17
|
};
|
|
@@ -14,11 +19,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
14
19
|
"update:modelValue": (value: boolean) => any;
|
|
15
20
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
21
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
17
|
-
}>, {
|
|
18
|
-
variant: "default" | "outline" | null;
|
|
19
|
-
size: "default" | "sm" | "lg" | null;
|
|
20
|
-
disabled: boolean;
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
23
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
24
|
declare const _default: typeof __VLS_export;
|
|
24
25
|
export default _default;
|
|
@@ -9,7 +9,9 @@ type __VLS_Props = ToggleGroupRootProps & {
|
|
|
9
9
|
size?: ToggleGroupVariants["size"];
|
|
10
10
|
spacing?: number;
|
|
11
11
|
};
|
|
12
|
-
declare var __VLS_8:
|
|
12
|
+
declare var __VLS_8: {
|
|
13
|
+
modelValue: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[] | undefined;
|
|
14
|
+
};
|
|
13
15
|
type __VLS_Slots = {} & {
|
|
14
16
|
default?: (props: typeof __VLS_8) => any;
|
|
15
17
|
};
|
|
@@ -17,9 +19,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
17
19
|
"update:modelValue": (payload: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[]) => any;
|
|
18
20
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
21
|
"onUpdate:modelValue"?: ((payload: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[]) => any) | undefined;
|
|
20
|
-
}>, {
|
|
21
|
-
spacing: number;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
23
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
24
24
|
declare const _default: typeof __VLS_export;
|
|
25
25
|
export default _default;
|
|
@@ -9,7 +9,9 @@ type __VLS_Props = ToggleGroupRootProps & {
|
|
|
9
9
|
size?: ToggleGroupVariants["size"];
|
|
10
10
|
spacing?: number;
|
|
11
11
|
};
|
|
12
|
-
declare var __VLS_8:
|
|
12
|
+
declare var __VLS_8: {
|
|
13
|
+
modelValue: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[] | undefined;
|
|
14
|
+
};
|
|
13
15
|
type __VLS_Slots = {} & {
|
|
14
16
|
default?: (props: typeof __VLS_8) => any;
|
|
15
17
|
};
|
|
@@ -17,9 +19,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
17
19
|
"update:modelValue": (payload: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[]) => any;
|
|
18
20
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
21
|
"onUpdate:modelValue"?: ((payload: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[]) => any) | undefined;
|
|
20
|
-
}>, {
|
|
21
|
-
spacing: number;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
23
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
24
24
|
declare const _default: typeof __VLS_export;
|
|
25
25
|
export default _default;
|