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.
Files changed (191) hide show
  1. package/README.md +1 -0
  2. package/dist/module.json +1 -1
  3. package/dist/module.mjs +2 -2
  4. package/dist/runtime/components/ui/accordion/Accordion.d.vue.ts +3 -1
  5. package/dist/runtime/components/ui/accordion/Accordion.vue.d.ts +3 -1
  6. package/dist/runtime/components/ui/accordion/AccordionItem.d.vue.ts +3 -1
  7. package/dist/runtime/components/ui/accordion/AccordionItem.vue.d.ts +3 -1
  8. package/dist/runtime/components/ui/alert-dialog/AlertDialog.d.vue.ts +4 -1
  9. package/dist/runtime/components/ui/alert-dialog/AlertDialog.vue.d.ts +4 -1
  10. package/dist/runtime/components/ui/aspect-ratio/AspectRatio.d.vue.ts +3 -1
  11. package/dist/runtime/components/ui/aspect-ratio/AspectRatio.vue.d.ts +3 -1
  12. package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.d.vue.ts +1 -3
  13. package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +1 -3
  14. package/dist/runtime/components/ui/button/Button.d.vue.ts +1 -3
  15. package/dist/runtime/components/ui/button/Button.vue.d.ts +1 -3
  16. package/dist/runtime/components/ui/button/index.d.ts +1 -1
  17. package/dist/runtime/components/ui/button-group/ButtonGroupSeparator.d.vue.ts +1 -3
  18. package/dist/runtime/components/ui/button-group/ButtonGroupSeparator.vue.d.ts +1 -3
  19. package/dist/runtime/components/ui/button-group/ButtonGroupText.d.vue.ts +1 -3
  20. package/dist/runtime/components/ui/button-group/ButtonGroupText.vue.d.ts +1 -3
  21. package/dist/runtime/components/ui/calendar/Calendar.d.vue.ts +8 -7
  22. package/dist/runtime/components/ui/calendar/Calendar.vue.d.ts +8 -7
  23. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.d.vue.ts +1 -3
  24. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue.d.ts +1 -3
  25. package/dist/runtime/components/ui/carousel/CarouselNext.d.vue.ts +1 -4
  26. package/dist/runtime/components/ui/carousel/CarouselNext.vue.d.ts +1 -4
  27. package/dist/runtime/components/ui/carousel/CarouselPrevious.d.vue.ts +1 -4
  28. package/dist/runtime/components/ui/carousel/CarouselPrevious.vue.d.ts +1 -4
  29. package/dist/runtime/components/ui/chart/ChartLegendContent.d.vue.ts +1 -3
  30. package/dist/runtime/components/ui/chart/ChartLegendContent.vue.d.ts +1 -3
  31. package/dist/runtime/components/ui/chart/ChartTooltipContent.d.vue.ts +1 -5
  32. package/dist/runtime/components/ui/chart/ChartTooltipContent.vue.d.ts +1 -5
  33. package/dist/runtime/components/ui/checkbox/Checkbox.d.vue.ts +4 -1
  34. package/dist/runtime/components/ui/checkbox/Checkbox.vue.d.ts +4 -1
  35. package/dist/runtime/components/ui/collapsible/Collapsible.d.vue.ts +3 -1
  36. package/dist/runtime/components/ui/collapsible/Collapsible.vue.d.ts +3 -1
  37. package/dist/runtime/components/ui/combobox/Combobox.d.vue.ts +4 -1
  38. package/dist/runtime/components/ui/combobox/Combobox.vue.d.ts +4 -1
  39. package/dist/runtime/components/ui/combobox/ComboboxList.d.vue.ts +1 -5
  40. package/dist/runtime/components/ui/combobox/ComboboxList.vue +1 -0
  41. package/dist/runtime/components/ui/combobox/ComboboxList.vue.d.ts +1 -5
  42. package/dist/runtime/components/ui/command/Command.d.vue.ts +1 -3
  43. package/dist/runtime/components/ui/command/Command.vue.d.ts +1 -3
  44. package/dist/runtime/components/ui/command/CommandDialog.d.vue.ts +5 -5
  45. package/dist/runtime/components/ui/command/CommandDialog.vue.d.ts +5 -5
  46. package/dist/runtime/components/ui/context-menu/ContextMenuContent.vue +1 -0
  47. package/dist/runtime/components/ui/context-menu/ContextMenuItem.d.vue.ts +1 -3
  48. package/dist/runtime/components/ui/context-menu/ContextMenuItem.vue.d.ts +1 -3
  49. package/dist/runtime/components/ui/context-menu/ContextMenuRadioGroup.d.vue.ts +2 -2
  50. package/dist/runtime/components/ui/context-menu/ContextMenuRadioGroup.vue +1 -1
  51. package/dist/runtime/components/ui/context-menu/ContextMenuRadioGroup.vue.d.ts +2 -2
  52. package/dist/runtime/components/ui/context-menu/ContextMenuRadioItem.vue +1 -1
  53. package/dist/runtime/components/ui/context-menu/ContextMenuSubContent.vue +1 -0
  54. package/dist/runtime/components/ui/dialog/Dialog.d.vue.ts +4 -1
  55. package/dist/runtime/components/ui/dialog/Dialog.vue.d.ts +4 -1
  56. package/dist/runtime/components/ui/dialog/DialogContent.d.vue.ts +1 -3
  57. package/dist/runtime/components/ui/dialog/DialogContent.vue.d.ts +1 -3
  58. package/dist/runtime/components/ui/drawer/Drawer.d.vue.ts +4 -4
  59. package/dist/runtime/components/ui/drawer/Drawer.vue.d.ts +4 -4
  60. package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.d.vue.ts +3 -1
  61. package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +3 -1
  62. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.d.vue.ts +1 -3
  63. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue +1 -0
  64. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +1 -3
  65. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.d.vue.ts +1 -3
  66. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +1 -3
  67. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.d.vue.ts +2 -2
  68. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue +1 -1
  69. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +2 -2
  70. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +1 -1
  71. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.d.vue.ts +3 -1
  72. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +3 -1
  73. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue +1 -0
  74. package/dist/runtime/components/ui/hover-card/HoverCard.d.vue.ts +3 -1
  75. package/dist/runtime/components/ui/hover-card/HoverCard.vue.d.ts +3 -1
  76. package/dist/runtime/components/ui/hover-card/HoverCardContent.d.vue.ts +1 -3
  77. package/dist/runtime/components/ui/hover-card/HoverCardContent.vue +1 -0
  78. package/dist/runtime/components/ui/hover-card/HoverCardContent.vue.d.ts +1 -3
  79. package/dist/runtime/components/ui/input-group/InputGroupAddon.d.vue.ts +1 -3
  80. package/dist/runtime/components/ui/input-group/InputGroupAddon.vue.d.ts +1 -3
  81. package/dist/runtime/components/ui/input-group/InputGroupButton.d.vue.ts +1 -4
  82. package/dist/runtime/components/ui/input-group/InputGroupButton.vue.d.ts +1 -4
  83. package/dist/runtime/components/ui/input-otp/InputOTP.d.vue.ts +9 -5
  84. package/dist/runtime/components/ui/input-otp/InputOTP.vue.d.ts +9 -5
  85. package/dist/runtime/components/ui/item/Item.d.vue.ts +1 -3
  86. package/dist/runtime/components/ui/item/Item.vue.d.ts +1 -3
  87. package/dist/runtime/components/ui/item/index.d.ts +1 -1
  88. package/dist/runtime/components/ui/menubar/Menubar.d.vue.ts +3 -1
  89. package/dist/runtime/components/ui/menubar/Menubar.vue.d.ts +3 -1
  90. package/dist/runtime/components/ui/menubar/MenubarContent.d.vue.ts +1 -5
  91. package/dist/runtime/components/ui/menubar/MenubarContent.vue +1 -0
  92. package/dist/runtime/components/ui/menubar/MenubarContent.vue.d.ts +1 -5
  93. package/dist/runtime/components/ui/menubar/MenubarRadioGroup.d.vue.ts +2 -2
  94. package/dist/runtime/components/ui/menubar/MenubarRadioGroup.vue +1 -1
  95. package/dist/runtime/components/ui/menubar/MenubarRadioGroup.vue.d.ts +2 -2
  96. package/dist/runtime/components/ui/menubar/MenubarRadioItem.vue +1 -1
  97. package/dist/runtime/components/ui/menubar/MenubarSub.d.vue.ts +3 -1
  98. package/dist/runtime/components/ui/menubar/MenubarSub.vue.d.ts +3 -1
  99. package/dist/runtime/components/ui/menubar/MenubarSubContent.vue +1 -0
  100. package/dist/runtime/components/ui/navigation-menu/NavigationMenu.d.vue.ts +4 -4
  101. package/dist/runtime/components/ui/navigation-menu/NavigationMenu.vue.d.ts +4 -4
  102. package/dist/runtime/components/ui/number-field/NumberField.d.vue.ts +4 -1
  103. package/dist/runtime/components/ui/number-field/NumberField.vue +1 -0
  104. package/dist/runtime/components/ui/number-field/NumberField.vue.d.ts +4 -1
  105. package/dist/runtime/components/ui/pagination/Pagination.d.vue.ts +4 -1
  106. package/dist/runtime/components/ui/pagination/Pagination.vue.d.ts +4 -1
  107. package/dist/runtime/components/ui/pagination/PaginationContent.d.vue.ts +8 -1
  108. package/dist/runtime/components/ui/pagination/PaginationContent.vue.d.ts +8 -1
  109. package/dist/runtime/components/ui/pagination/PaginationFirst.d.vue.ts +1 -3
  110. package/dist/runtime/components/ui/pagination/PaginationFirst.vue.d.ts +1 -3
  111. package/dist/runtime/components/ui/pagination/PaginationItem.d.vue.ts +1 -3
  112. package/dist/runtime/components/ui/pagination/PaginationItem.vue.d.ts +1 -3
  113. package/dist/runtime/components/ui/pagination/PaginationLast.d.vue.ts +1 -3
  114. package/dist/runtime/components/ui/pagination/PaginationLast.vue.d.ts +1 -3
  115. package/dist/runtime/components/ui/pagination/PaginationNext.d.vue.ts +1 -3
  116. package/dist/runtime/components/ui/pagination/PaginationNext.vue.d.ts +1 -3
  117. package/dist/runtime/components/ui/pagination/PaginationPrevious.d.vue.ts +1 -3
  118. package/dist/runtime/components/ui/pagination/PaginationPrevious.vue.d.ts +1 -3
  119. package/dist/runtime/components/ui/pin-input/PinInput.d.vue.ts +5 -2
  120. package/dist/runtime/components/ui/pin-input/PinInput.vue.d.ts +5 -2
  121. package/dist/runtime/components/ui/popover/Popover.d.vue.ts +4 -1
  122. package/dist/runtime/components/ui/popover/Popover.vue.d.ts +4 -1
  123. package/dist/runtime/components/ui/popover/PopoverContent.d.vue.ts +1 -4
  124. package/dist/runtime/components/ui/popover/PopoverContent.vue +1 -0
  125. package/dist/runtime/components/ui/popover/PopoverContent.vue.d.ts +1 -4
  126. package/dist/runtime/components/ui/progress/Progress.d.vue.ts +1 -3
  127. package/dist/runtime/components/ui/progress/Progress.vue.d.ts +1 -3
  128. package/dist/runtime/components/ui/radio-group/RadioGroup.d.vue.ts +3 -1
  129. package/dist/runtime/components/ui/radio-group/RadioGroup.vue.d.ts +3 -1
  130. package/dist/runtime/components/ui/range-calendar/RangeCalendarCellTrigger.d.vue.ts +1 -3
  131. package/dist/runtime/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts +1 -3
  132. package/dist/runtime/components/ui/resizable/ResizablePanel.d.vue.ts +7 -1
  133. package/dist/runtime/components/ui/resizable/ResizablePanel.vue.d.ts +7 -1
  134. package/dist/runtime/components/ui/resizable/ResizablePanelGroup.d.vue.ts +3 -1
  135. package/dist/runtime/components/ui/resizable/ResizablePanelGroup.vue.d.ts +3 -1
  136. package/dist/runtime/components/ui/scroll-area/ScrollBar.d.vue.ts +1 -3
  137. package/dist/runtime/components/ui/scroll-area/ScrollBar.vue.d.ts +1 -3
  138. package/dist/runtime/components/ui/select/Select.d.vue.ts +4 -1
  139. package/dist/runtime/components/ui/select/Select.vue.d.ts +4 -1
  140. package/dist/runtime/components/ui/select/SelectContent.d.vue.ts +1 -3
  141. package/dist/runtime/components/ui/select/SelectContent.vue +2 -0
  142. package/dist/runtime/components/ui/select/SelectContent.vue.d.ts +1 -3
  143. package/dist/runtime/components/ui/select/SelectTrigger.d.vue.ts +1 -3
  144. package/dist/runtime/components/ui/select/SelectTrigger.vue.d.ts +1 -3
  145. package/dist/runtime/components/ui/separator/Separator.d.vue.ts +1 -4
  146. package/dist/runtime/components/ui/separator/Separator.vue.d.ts +1 -4
  147. package/dist/runtime/components/ui/sheet/Sheet.d.vue.ts +4 -1
  148. package/dist/runtime/components/ui/sheet/Sheet.vue.d.ts +4 -1
  149. package/dist/runtime/components/ui/sheet/SheetContent.d.vue.ts +1 -3
  150. package/dist/runtime/components/ui/sheet/SheetContent.vue.d.ts +1 -3
  151. package/dist/runtime/components/ui/sidebar/Sidebar.d.vue.ts +1 -5
  152. package/dist/runtime/components/ui/sidebar/Sidebar.vue.d.ts +1 -5
  153. package/dist/runtime/components/ui/sidebar/SidebarMenuAction.d.vue.ts +1 -3
  154. package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue.d.ts +1 -3
  155. package/dist/runtime/components/ui/sidebar/SidebarMenuButton.d.vue.ts +1 -5
  156. package/dist/runtime/components/ui/sidebar/SidebarMenuButton.vue.d.ts +1 -5
  157. package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.d.vue.ts +1 -5
  158. package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +1 -5
  159. package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.d.vue.ts +1 -4
  160. package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +1 -4
  161. package/dist/runtime/components/ui/sidebar/SidebarProvider.d.vue.ts +1 -4
  162. package/dist/runtime/components/ui/sidebar/SidebarProvider.vue.d.ts +1 -4
  163. package/dist/runtime/components/ui/stepper/Stepper.d.vue.ts +13 -1
  164. package/dist/runtime/components/ui/stepper/Stepper.vue.d.ts +13 -1
  165. package/dist/runtime/components/ui/stepper/StepperDescription.d.vue.ts +1 -1
  166. package/dist/runtime/components/ui/stepper/StepperDescription.vue.d.ts +1 -1
  167. package/dist/runtime/components/ui/stepper/StepperIndicator.d.vue.ts +3 -1
  168. package/dist/runtime/components/ui/stepper/StepperIndicator.vue.d.ts +3 -1
  169. package/dist/runtime/components/ui/stepper/StepperItem.d.vue.ts +3 -1
  170. package/dist/runtime/components/ui/stepper/StepperItem.vue.d.ts +3 -1
  171. package/dist/runtime/components/ui/switch/Switch.d.vue.ts +3 -1
  172. package/dist/runtime/components/ui/switch/Switch.vue.d.ts +3 -1
  173. package/dist/runtime/components/ui/table/TableEmpty.d.vue.ts +1 -3
  174. package/dist/runtime/components/ui/table/TableEmpty.vue.d.ts +1 -3
  175. package/dist/runtime/components/ui/tabs/Tabs.d.vue.ts +3 -1
  176. package/dist/runtime/components/ui/tabs/Tabs.vue.d.ts +3 -1
  177. package/dist/runtime/components/ui/tags-input/TagsInput.d.vue.ts +3 -1
  178. package/dist/runtime/components/ui/tags-input/TagsInput.vue.d.ts +3 -1
  179. package/dist/runtime/components/ui/toggle/Toggle.d.vue.ts +7 -6
  180. package/dist/runtime/components/ui/toggle/Toggle.vue.d.ts +7 -6
  181. package/dist/runtime/components/ui/toggle-group/ToggleGroup.d.vue.ts +4 -4
  182. package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue.d.ts +4 -4
  183. package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.d.vue.ts +6 -1
  184. package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.vue.d.ts +6 -1
  185. package/dist/runtime/components/ui/tooltip/Tooltip.d.vue.ts +3 -1
  186. package/dist/runtime/components/ui/tooltip/Tooltip.vue.d.ts +3 -1
  187. package/dist/runtime/components/ui/tooltip/TooltipContent.d.vue.ts +1 -3
  188. package/dist/runtime/components/ui/tooltip/TooltipContent.vue.d.ts +1 -3
  189. package/dist/runtime/components/ui/tooltip/TooltipProvider.d.vue.ts +1 -3
  190. package/dist/runtime/components/ui/tooltip/TooltipProvider.vue.d.ts +1 -3
  191. package/package.json +22 -22
package/README.md CHANGED
@@ -33,6 +33,7 @@ pnpm dev:prepare
33
33
 
34
34
  # Probar playground
35
35
  pnpm dev
36
+ pnpm dev:https
36
37
 
37
38
  # Ejecutar ESLint
38
39
  pnpm run lint
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "una-nuxt-module",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "configKey": "unaxt",
5
5
  "compatibility": {
6
6
  "nuxt": ">=4.0.0"
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.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: false,
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: any;
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: any;
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: any;
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: any;
6
+ declare var __VLS_8: {
7
+ open: boolean;
8
+ };
7
9
  type __VLS_Slots = {} & {
8
10
  default?: (props: typeof __VLS_8) => any;
9
11
  };
@@ -1,5 +1,8 @@
1
1
  import type { AlertDialogProps } from "reka-ui";
2
- declare var __VLS_8: any;
2
+ declare var __VLS_8: {
3
+ open: boolean;
4
+ close: () => void;
5
+ };
3
6
  type __VLS_Slots = {} & {
4
7
  default?: (props: typeof __VLS_8) => any;
5
8
  };
@@ -1,5 +1,8 @@
1
1
  import type { AlertDialogProps } from "reka-ui";
2
- declare var __VLS_8: any;
2
+ declare var __VLS_8: {
3
+ open: boolean;
4
+ close: () => void;
5
+ };
3
6
  type __VLS_Slots = {} & {
4
7
  default?: (props: typeof __VLS_8) => any;
5
8
  };
@@ -1,5 +1,7 @@
1
1
  import type { AspectRatioProps } from "reka-ui";
2
- declare var __VLS_8: any;
2
+ declare var __VLS_8: {
3
+ aspect: number;
4
+ };
3
5
  type __VLS_Slots = {} & {
4
6
  default?: (props: typeof __VLS_8) => any;
5
7
  };
@@ -1,5 +1,7 @@
1
1
  import type { AspectRatioProps } from "reka-ui";
2
- declare var __VLS_8: any;
2
+ declare var __VLS_8: {
3
+ aspect: number;
4
+ };
3
5
  type __VLS_Slots = {} & {
4
6
  default?: (props: typeof __VLS_8) => any;
5
7
  };
@@ -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?: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
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: any;
11
- month: any;
12
- year: any;
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: any;
11
- month: any;
12
- year: any;
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: any;
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: any;
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,5 +1,7 @@
1
1
  import type { CollapsibleRootProps } from "reka-ui";
2
- declare var __VLS_8: any;
2
+ declare var __VLS_8: {
3
+ open: boolean;
4
+ };
3
5
  type __VLS_Slots = {} & {
4
6
  default?: (props: typeof __VLS_8) => any;
5
7
  };
@@ -1,5 +1,7 @@
1
1
  import type { CollapsibleRootProps } from "reka-ui";
2
- declare var __VLS_8: any;
2
+ declare var __VLS_8: {
3
+ open: boolean;
4
+ };
3
5
  type __VLS_Slots = {} & {
4
6
  default?: (props: typeof __VLS_8) => any;
5
7
  };
@@ -1,6 +1,9 @@
1
1
  import type { ComboboxRootProps } from "reka-ui";
2
2
  type __VLS_Props = ComboboxRootProps;
3
- declare var __VLS_8: any;
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: any;
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: any;
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: any;
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 },