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
package/README.md
CHANGED
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -167,7 +167,7 @@ function addTemplates() {
|
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
const name = "una-nuxt-module";
|
|
170
|
-
const version = "3.0.
|
|
170
|
+
const version = "3.0.2";
|
|
171
171
|
|
|
172
172
|
const module$1 = defineNuxtModule({
|
|
173
173
|
meta: {
|
|
@@ -203,7 +203,7 @@ const module$1 = defineNuxtModule({
|
|
|
203
203
|
},
|
|
204
204
|
"@nuxt/hints": {
|
|
205
205
|
version: ">=1.0.0-0",
|
|
206
|
-
optional:
|
|
206
|
+
optional: true,
|
|
207
207
|
defaults: {
|
|
208
208
|
devtools: true
|
|
209
209
|
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { AccordionRootProps } from "reka-ui";
|
|
2
2
|
type __VLS_Props = AccordionRootProps;
|
|
3
|
-
declare var __VLS_8:
|
|
3
|
+
declare var __VLS_8: {
|
|
4
|
+
modelValue: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[] | undefined;
|
|
5
|
+
};
|
|
4
6
|
type __VLS_Slots = {} & {
|
|
5
7
|
default?: (props: typeof __VLS_8) => any;
|
|
6
8
|
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { AccordionRootProps } from "reka-ui";
|
|
2
2
|
type __VLS_Props = AccordionRootProps;
|
|
3
|
-
declare var __VLS_8:
|
|
3
|
+
declare var __VLS_8: {
|
|
4
|
+
modelValue: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[] | undefined;
|
|
5
|
+
};
|
|
4
6
|
type __VLS_Slots = {} & {
|
|
5
7
|
default?: (props: typeof __VLS_8) => any;
|
|
6
8
|
};
|
|
@@ -3,7 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = AccordionItemProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_8:
|
|
6
|
+
declare var __VLS_8: {
|
|
7
|
+
open: boolean;
|
|
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 = AccordionItemProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_8:
|
|
6
|
+
declare var __VLS_8: {
|
|
7
|
+
open: boolean;
|
|
8
|
+
};
|
|
7
9
|
type __VLS_Slots = {} & {
|
|
8
10
|
default?: (props: typeof __VLS_8) => any;
|
|
9
11
|
};
|
|
@@ -7,9 +7,7 @@ declare var __VLS_8: {};
|
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
8
|
default?: (props: typeof __VLS_8) => 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
|
-
as: import("reka-ui").AsTag | import("vue").Component;
|
|
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_8: {};
|
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
8
|
default?: (props: typeof __VLS_8) => 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
|
-
as: import("reka-ui").AsTag | import("vue").Component;
|
|
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;
|
|
@@ -10,9 +10,7 @@ declare var __VLS_8: {};
|
|
|
10
10
|
type __VLS_Slots = {} & {
|
|
11
11
|
default?: (props: typeof __VLS_8) => any;
|
|
12
12
|
};
|
|
13
|
-
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
14
|
-
as: import("reka-ui").AsTag | import("vue").Component;
|
|
15
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
14
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
15
|
declare const _default: typeof __VLS_export;
|
|
18
16
|
export default _default;
|
|
@@ -10,9 +10,7 @@ declare var __VLS_8: {};
|
|
|
10
10
|
type __VLS_Slots = {} & {
|
|
11
11
|
default?: (props: typeof __VLS_8) => any;
|
|
12
12
|
};
|
|
13
|
-
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
14
|
-
as: import("reka-ui").AsTag | import("vue").Component;
|
|
15
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
14
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
15
|
declare const _default: typeof __VLS_export;
|
|
18
16
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { VariantProps } from "class-variance-authority";
|
|
2
2
|
export { default as Button } from "./Button.vue.js";
|
|
3
3
|
export declare const buttonVariants: (props?: ({
|
|
4
|
-
variant?: "
|
|
4
|
+
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
5
5
|
size?: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null | undefined;
|
|
6
6
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
7
7
|
export type ButtonVariants = VariantProps<typeof buttonVariants>;
|
|
@@ -3,8 +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
|
-
}, {}, {}, {}, 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>;
|
|
9
7
|
declare const _default: typeof __VLS_export;
|
|
10
8
|
export default _default;
|
|
@@ -3,8 +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
|
-
}, {}, {}, {}, 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>;
|
|
9
7
|
declare const _default: typeof __VLS_export;
|
|
10
8
|
export default _default;
|
|
@@ -9,9 +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<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
13
|
-
as: import("reka-ui").AsTag | import("vue").Component;
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
13
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
14
|
declare const _default: typeof __VLS_export;
|
|
17
15
|
export default _default;
|
|
@@ -9,9 +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<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
13
|
-
as: import("reka-ui").AsTag | import("vue").Component;
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
13
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
14
|
declare const _default: typeof __VLS_export;
|
|
17
15
|
export default _default;
|
|
@@ -7,9 +7,13 @@ type __VLS_Props = CalendarRootProps & {
|
|
|
7
7
|
yearRange?: DateValue[];
|
|
8
8
|
};
|
|
9
9
|
declare var __VLS_59: {}, __VLS_67: {}, __VLS_69: {
|
|
10
|
-
date:
|
|
11
|
-
month:
|
|
12
|
-
|
|
10
|
+
date: DateValue;
|
|
11
|
+
month: import("@vueuse/core").ReuseTemplateComponent<{
|
|
12
|
+
date: DateValue;
|
|
13
|
+
}, Record<"default", undefined>>;
|
|
14
|
+
year: import("@vueuse/core").ReuseTemplateComponent<{
|
|
15
|
+
date: DateValue;
|
|
16
|
+
}, Record<"default", undefined>>;
|
|
13
17
|
};
|
|
14
18
|
type __VLS_Slots = {} & {
|
|
15
19
|
'calendar-prev-icon'?: (props: typeof __VLS_59) => any;
|
|
@@ -24,10 +28,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
24
28
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
29
|
"onUpdate:modelValue"?: ((date: DateValue | undefined) => any) | undefined;
|
|
26
30
|
"onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
|
|
27
|
-
}>, {
|
|
28
|
-
modelValue: DateValue | DateValue[];
|
|
29
|
-
layout: "month-and-year" | "month-only" | "year-only";
|
|
30
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
31
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
31
32
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
32
33
|
declare const _default: typeof __VLS_export;
|
|
33
34
|
export default _default;
|
|
@@ -7,9 +7,13 @@ type __VLS_Props = CalendarRootProps & {
|
|
|
7
7
|
yearRange?: DateValue[];
|
|
8
8
|
};
|
|
9
9
|
declare var __VLS_59: {}, __VLS_67: {}, __VLS_69: {
|
|
10
|
-
date:
|
|
11
|
-
month:
|
|
12
|
-
|
|
10
|
+
date: DateValue;
|
|
11
|
+
month: import("@vueuse/core").ReuseTemplateComponent<{
|
|
12
|
+
date: DateValue;
|
|
13
|
+
}, Record<"default", undefined>>;
|
|
14
|
+
year: import("@vueuse/core").ReuseTemplateComponent<{
|
|
15
|
+
date: DateValue;
|
|
16
|
+
}, Record<"default", undefined>>;
|
|
13
17
|
};
|
|
14
18
|
type __VLS_Slots = {} & {
|
|
15
19
|
'calendar-prev-icon'?: (props: typeof __VLS_59) => any;
|
|
@@ -24,10 +28,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
24
28
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
29
|
"onUpdate:modelValue"?: ((date: DateValue | undefined) => any) | undefined;
|
|
26
30
|
"onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
|
|
27
|
-
}>, {
|
|
28
|
-
modelValue: DateValue | DateValue[];
|
|
29
|
-
layout: "month-and-year" | "month-only" | "year-only";
|
|
30
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
31
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
31
32
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
32
33
|
declare const _default: typeof __VLS_export;
|
|
33
34
|
export default _default;
|
|
@@ -7,9 +7,7 @@ declare var __VLS_8: {};
|
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
8
|
default?: (props: typeof __VLS_8) => 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
|
-
as: import("reka-ui").AsTag | import("vue").Component;
|
|
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_8: {};
|
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
8
|
default?: (props: typeof __VLS_8) => 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
|
-
as: import("reka-ui").AsTag | import("vue").Component;
|
|
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;
|
|
@@ -8,10 +8,7 @@ declare var __VLS_10: {};
|
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
9
|
default?: (props: typeof __VLS_10) => 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
|
-
variant: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null;
|
|
13
|
-
size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
|
|
14
|
-
}, {}, {}, {}, 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>;
|
|
15
12
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
13
|
declare const _default: typeof __VLS_export;
|
|
17
14
|
export default _default;
|
|
@@ -8,10 +8,7 @@ declare var __VLS_10: {};
|
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
9
|
default?: (props: typeof __VLS_10) => 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
|
-
variant: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null;
|
|
13
|
-
size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
|
|
14
|
-
}, {}, {}, {}, 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>;
|
|
15
12
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
13
|
declare const _default: typeof __VLS_export;
|
|
17
14
|
export default _default;
|
|
@@ -8,10 +8,7 @@ declare var __VLS_10: {};
|
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
9
|
default?: (props: typeof __VLS_10) => 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
|
-
variant: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null;
|
|
13
|
-
size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
|
|
14
|
-
}, {}, {}, {}, 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>;
|
|
15
12
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
13
|
declare const _default: typeof __VLS_export;
|
|
17
14
|
export default _default;
|
|
@@ -8,10 +8,7 @@ declare var __VLS_10: {};
|
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
9
|
default?: (props: typeof __VLS_10) => 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
|
-
variant: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null;
|
|
13
|
-
size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
|
|
14
|
-
}, {}, {}, {}, 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>;
|
|
15
12
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
13
|
declare const _default: typeof __VLS_export;
|
|
17
14
|
export default _default;
|
|
@@ -5,8 +5,6 @@ type __VLS_Props = {
|
|
|
5
5
|
verticalAlign?: "bottom" | "top";
|
|
6
6
|
class?: HTMLAttributes["class"];
|
|
7
7
|
};
|
|
8
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
|
-
verticalAlign: "bottom" | "top";
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
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>;
|
|
11
9
|
declare const _default: typeof __VLS_export;
|
|
12
10
|
export default _default;
|
|
@@ -5,8 +5,6 @@ type __VLS_Props = {
|
|
|
5
5
|
verticalAlign?: "bottom" | "top";
|
|
6
6
|
class?: HTMLAttributes["class"];
|
|
7
7
|
};
|
|
8
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
|
-
verticalAlign: "bottom" | "top";
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
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>;
|
|
11
9
|
declare const _default: typeof __VLS_export;
|
|
12
10
|
export default _default;
|
|
@@ -17,11 +17,7 @@ declare var __VLS_1: {};
|
|
|
17
17
|
type __VLS_Slots = {} & {
|
|
18
18
|
default?: (props: typeof __VLS_1) => any;
|
|
19
19
|
};
|
|
20
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
21
|
-
config: ChartConfig;
|
|
22
|
-
indicator: "line" | "dot" | "dashed";
|
|
23
|
-
payload: Record<string, any>;
|
|
24
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
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>;
|
|
25
21
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
26
22
|
declare const _default: typeof __VLS_export;
|
|
27
23
|
export default _default;
|
|
@@ -17,11 +17,7 @@ declare var __VLS_1: {};
|
|
|
17
17
|
type __VLS_Slots = {} & {
|
|
18
18
|
default?: (props: typeof __VLS_1) => any;
|
|
19
19
|
};
|
|
20
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
21
|
-
config: ChartConfig;
|
|
22
|
-
indicator: "line" | "dot" | "dashed";
|
|
23
|
-
payload: Record<string, any>;
|
|
24
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
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>;
|
|
25
21
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
26
22
|
declare const _default: typeof __VLS_export;
|
|
27
23
|
export default _default;
|
|
@@ -3,7 +3,10 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = CheckboxRootProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_14:
|
|
6
|
+
declare var __VLS_14: {
|
|
7
|
+
modelValue: import("reka-ui").CheckboxCheckedState;
|
|
8
|
+
state: import("reka-ui").CheckboxCheckedState;
|
|
9
|
+
};
|
|
7
10
|
type __VLS_Slots = {} & {
|
|
8
11
|
default?: (props: typeof __VLS_14) => any;
|
|
9
12
|
};
|
|
@@ -3,7 +3,10 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = CheckboxRootProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_14:
|
|
6
|
+
declare var __VLS_14: {
|
|
7
|
+
modelValue: import("reka-ui").CheckboxCheckedState;
|
|
8
|
+
state: import("reka-ui").CheckboxCheckedState;
|
|
9
|
+
};
|
|
7
10
|
type __VLS_Slots = {} & {
|
|
8
11
|
default?: (props: typeof __VLS_14) => any;
|
|
9
12
|
};
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import type { ComboboxRootProps } from "reka-ui";
|
|
2
2
|
type __VLS_Props = ComboboxRootProps;
|
|
3
|
-
declare var __VLS_8:
|
|
3
|
+
declare var __VLS_8: {
|
|
4
|
+
open: boolean;
|
|
5
|
+
modelValue: string | number | bigint | Record<string, any> | (string | number | bigint | Record<string, any> | null)[] | null;
|
|
6
|
+
};
|
|
4
7
|
type __VLS_Slots = {} & {
|
|
5
8
|
default?: (props: typeof __VLS_8) => any;
|
|
6
9
|
};
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import type { ComboboxRootProps } from "reka-ui";
|
|
2
2
|
type __VLS_Props = ComboboxRootProps;
|
|
3
|
-
declare var __VLS_8:
|
|
3
|
+
declare var __VLS_8: {
|
|
4
|
+
open: boolean;
|
|
5
|
+
modelValue: string | number | bigint | Record<string, any> | (string | number | bigint | Record<string, any> | null)[] | null;
|
|
6
|
+
};
|
|
4
7
|
type __VLS_Slots = {} & {
|
|
5
8
|
default?: (props: typeof __VLS_8) => any;
|
|
6
9
|
};
|
|
@@ -17,11 +17,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
17
17
|
onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
|
|
18
18
|
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
19
19
|
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
20
|
-
}>, {
|
|
21
|
-
sideOffset: number;
|
|
22
|
-
align: "start" | "center" | "end";
|
|
23
|
-
position: "inline" | "popper";
|
|
24
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
21
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
26
22
|
declare const _default: typeof __VLS_export;
|
|
27
23
|
export default _default;
|
|
@@ -19,6 +19,7 @@ const props = defineProps({
|
|
|
19
19
|
collisionBoundary: { type: null, required: false },
|
|
20
20
|
collisionPadding: { type: [Number, Object], required: false },
|
|
21
21
|
arrowPadding: { type: Number, required: false },
|
|
22
|
+
hideShiftedArrow: { type: Boolean, required: false },
|
|
22
23
|
sticky: { type: String, required: false },
|
|
23
24
|
hideWhenDetached: { type: Boolean, required: false },
|
|
24
25
|
positionStrategy: { type: String, required: false },
|
|
@@ -17,11 +17,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
17
17
|
onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
|
|
18
18
|
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
19
19
|
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
20
|
-
}>, {
|
|
21
|
-
sideOffset: number;
|
|
22
|
-
align: "start" | "center" | "end";
|
|
23
|
-
position: "inline" | "popper";
|
|
24
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
21
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
26
22
|
declare const _default: typeof __VLS_export;
|
|
27
23
|
export default _default;
|
|
@@ -23,9 +23,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
23
23
|
value: import("reka-ui").AcceptableValue;
|
|
24
24
|
} | undefined) => any) | undefined;
|
|
25
25
|
onLeave?: ((event: Event) => any) | undefined;
|
|
26
|
-
}>, {
|
|
27
|
-
modelValue: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[];
|
|
28
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
27
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
30
28
|
declare const _default: typeof __VLS_export;
|
|
31
29
|
export default _default;
|
|
@@ -23,9 +23,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
23
23
|
value: import("reka-ui").AcceptableValue;
|
|
24
24
|
} | undefined) => any) | undefined;
|
|
25
25
|
onLeave?: ((event: Event) => any) | undefined;
|
|
26
|
-
}>, {
|
|
27
|
-
modelValue: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[];
|
|
28
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
27
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
30
28
|
declare const _default: typeof __VLS_export;
|
|
31
29
|
export default _default;
|
|
@@ -3,7 +3,10 @@ type __VLS_Props = DialogRootProps & {
|
|
|
3
3
|
title?: string;
|
|
4
4
|
description?: string;
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_38:
|
|
6
|
+
declare var __VLS_38: {
|
|
7
|
+
open: boolean;
|
|
8
|
+
close: () => void;
|
|
9
|
+
};
|
|
7
10
|
type __VLS_Slots = {} & {
|
|
8
11
|
default?: (props: typeof __VLS_38) => any;
|
|
9
12
|
};
|
|
@@ -11,10 +14,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
11
14
|
"update:open": (value: boolean) => any;
|
|
12
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
16
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
14
|
-
}>, {
|
|
15
|
-
title: string;
|
|
16
|
-
description: string;
|
|
17
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
19
|
declare const _default: typeof __VLS_export;
|
|
20
20
|
export default _default;
|
|
@@ -3,7 +3,10 @@ type __VLS_Props = DialogRootProps & {
|
|
|
3
3
|
title?: string;
|
|
4
4
|
description?: string;
|
|
5
5
|
};
|
|
6
|
-
declare var __VLS_38:
|
|
6
|
+
declare var __VLS_38: {
|
|
7
|
+
open: boolean;
|
|
8
|
+
close: () => void;
|
|
9
|
+
};
|
|
7
10
|
type __VLS_Slots = {} & {
|
|
8
11
|
default?: (props: typeof __VLS_38) => any;
|
|
9
12
|
};
|
|
@@ -11,10 +14,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
11
14
|
"update:open": (value: boolean) => any;
|
|
12
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
16
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
14
|
-
}>, {
|
|
15
|
-
title: string;
|
|
16
|
-
description: string;
|
|
17
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
19
|
declare const _default: typeof __VLS_export;
|
|
20
20
|
export default _default;
|
|
@@ -18,6 +18,7 @@ const props = defineProps({
|
|
|
18
18
|
avoidCollisions: { type: Boolean, required: false },
|
|
19
19
|
collisionBoundary: { type: null, required: false },
|
|
20
20
|
collisionPadding: { type: [Number, Object], required: false },
|
|
21
|
+
hideShiftedArrow: { type: Boolean, required: false },
|
|
21
22
|
sticky: { type: String, required: false },
|
|
22
23
|
hideWhenDetached: { type: Boolean, required: false },
|
|
23
24
|
positionStrategy: { type: String, required: false },
|