una-nuxt-module 2.1.47 → 2.1.49

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 (99) hide show
  1. package/dist/module.json +2 -2
  2. package/dist/module.mjs +1 -1
  3. package/dist/runtime/components/ui/accordion/Accordion.d.vue.ts +1 -3
  4. package/dist/runtime/components/ui/accordion/Accordion.vue.d.ts +1 -3
  5. package/dist/runtime/components/ui/accordion/AccordionItem.d.vue.ts +1 -3
  6. package/dist/runtime/components/ui/accordion/AccordionItem.vue.d.ts +1 -3
  7. package/dist/runtime/components/ui/alert-dialog/AlertDialog.d.vue.ts +1 -4
  8. package/dist/runtime/components/ui/alert-dialog/AlertDialog.vue.d.ts +1 -4
  9. package/dist/runtime/components/ui/aspect-ratio/AspectRatio.d.vue.ts +1 -3
  10. package/dist/runtime/components/ui/aspect-ratio/AspectRatio.vue.d.ts +1 -3
  11. package/dist/runtime/components/ui/button/index.d.ts +1 -1
  12. package/dist/runtime/components/ui/calendar/Calendar.d.vue.ts +3 -7
  13. package/dist/runtime/components/ui/calendar/Calendar.vue.d.ts +3 -7
  14. package/dist/runtime/components/ui/carousel/CarouselNext.d.vue.ts +1 -1
  15. package/dist/runtime/components/ui/carousel/CarouselNext.vue.d.ts +1 -1
  16. package/dist/runtime/components/ui/carousel/CarouselPrevious.d.vue.ts +1 -1
  17. package/dist/runtime/components/ui/carousel/CarouselPrevious.vue.d.ts +1 -1
  18. package/dist/runtime/components/ui/chart/ChartTooltipContent.d.vue.ts +1 -1
  19. package/dist/runtime/components/ui/chart/ChartTooltipContent.vue.d.ts +1 -1
  20. package/dist/runtime/components/ui/checkbox/Checkbox.d.vue.ts +1 -4
  21. package/dist/runtime/components/ui/checkbox/Checkbox.vue.d.ts +1 -4
  22. package/dist/runtime/components/ui/collapsible/Collapsible.d.vue.ts +1 -3
  23. package/dist/runtime/components/ui/collapsible/Collapsible.vue.d.ts +1 -3
  24. package/dist/runtime/components/ui/combobox/Combobox.d.vue.ts +1 -4
  25. package/dist/runtime/components/ui/combobox/Combobox.vue.d.ts +1 -4
  26. package/dist/runtime/components/ui/combobox/ComboboxList.d.vue.ts +1 -1
  27. package/dist/runtime/components/ui/combobox/ComboboxList.vue.d.ts +1 -1
  28. package/dist/runtime/components/ui/command/CommandDialog.d.vue.ts +1 -4
  29. package/dist/runtime/components/ui/command/CommandDialog.vue.d.ts +1 -4
  30. package/dist/runtime/components/ui/dialog/Dialog.d.vue.ts +1 -4
  31. package/dist/runtime/components/ui/dialog/Dialog.vue.d.ts +1 -4
  32. package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.d.vue.ts +1 -3
  33. package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +1 -3
  34. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.d.vue.ts +1 -3
  35. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +1 -3
  36. package/dist/runtime/components/ui/hover-card/HoverCard.d.vue.ts +1 -3
  37. package/dist/runtime/components/ui/hover-card/HoverCard.vue.d.ts +1 -3
  38. package/dist/runtime/components/ui/input-group/InputGroupButton.d.vue.ts +1 -1
  39. package/dist/runtime/components/ui/input-group/InputGroupButton.vue.d.ts +1 -1
  40. package/dist/runtime/components/ui/input-otp/InputOTP.d.vue.ts +5 -9
  41. package/dist/runtime/components/ui/input-otp/InputOTP.vue.d.ts +5 -9
  42. package/dist/runtime/components/ui/item/index.d.ts +1 -1
  43. package/dist/runtime/components/ui/menubar/Menubar.d.vue.ts +1 -3
  44. package/dist/runtime/components/ui/menubar/Menubar.vue.d.ts +1 -3
  45. package/dist/runtime/components/ui/menubar/MenubarContent.d.vue.ts +1 -1
  46. package/dist/runtime/components/ui/menubar/MenubarContent.vue.d.ts +1 -1
  47. package/dist/runtime/components/ui/menubar/MenubarSub.d.vue.ts +1 -3
  48. package/dist/runtime/components/ui/menubar/MenubarSub.vue.d.ts +1 -3
  49. package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.d.vue.ts +1 -389
  50. package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.vue.d.ts +1 -389
  51. package/dist/runtime/components/ui/native-select/NativeSelectOption.d.vue.ts +1 -393
  52. package/dist/runtime/components/ui/native-select/NativeSelectOption.vue.d.ts +1 -393
  53. package/dist/runtime/components/ui/navigation-menu/NavigationMenu.d.vue.ts +1 -3
  54. package/dist/runtime/components/ui/navigation-menu/NavigationMenu.vue.d.ts +1 -3
  55. package/dist/runtime/components/ui/number-field/NumberField.d.vue.ts +1 -4
  56. package/dist/runtime/components/ui/number-field/NumberField.vue.d.ts +1 -4
  57. package/dist/runtime/components/ui/pagination/Pagination.d.vue.ts +1 -4
  58. package/dist/runtime/components/ui/pagination/Pagination.vue.d.ts +1 -4
  59. package/dist/runtime/components/ui/pagination/PaginationContent.d.vue.ts +1 -8
  60. package/dist/runtime/components/ui/pagination/PaginationContent.vue.d.ts +1 -8
  61. package/dist/runtime/components/ui/pin-input/PinInput.d.vue.ts +1 -4
  62. package/dist/runtime/components/ui/pin-input/PinInput.vue.d.ts +1 -4
  63. package/dist/runtime/components/ui/popover/Popover.d.vue.ts +1 -4
  64. package/dist/runtime/components/ui/popover/Popover.vue.d.ts +1 -4
  65. package/dist/runtime/components/ui/popover/PopoverContent.d.vue.ts +1 -1
  66. package/dist/runtime/components/ui/popover/PopoverContent.vue.d.ts +1 -1
  67. package/dist/runtime/components/ui/radio-group/RadioGroup.d.vue.ts +1 -3
  68. package/dist/runtime/components/ui/radio-group/RadioGroup.vue.d.ts +1 -3
  69. package/dist/runtime/components/ui/resizable/ResizablePanel.d.vue.ts +1 -7
  70. package/dist/runtime/components/ui/resizable/ResizablePanel.vue.d.ts +1 -7
  71. package/dist/runtime/components/ui/resizable/ResizablePanelGroup.d.vue.ts +1 -3
  72. package/dist/runtime/components/ui/resizable/ResizablePanelGroup.vue.d.ts +1 -3
  73. package/dist/runtime/components/ui/select/Select.d.vue.ts +1 -4
  74. package/dist/runtime/components/ui/select/Select.vue.d.ts +1 -4
  75. package/dist/runtime/components/ui/sheet/Sheet.d.vue.ts +1 -4
  76. package/dist/runtime/components/ui/sheet/Sheet.vue.d.ts +1 -4
  77. package/dist/runtime/components/ui/stepper/Stepper.d.vue.ts +1 -13
  78. package/dist/runtime/components/ui/stepper/Stepper.vue.d.ts +1 -13
  79. package/dist/runtime/components/ui/stepper/StepperDescription.d.vue.ts +1 -1
  80. package/dist/runtime/components/ui/stepper/StepperDescription.vue.d.ts +1 -1
  81. package/dist/runtime/components/ui/stepper/StepperIndicator.d.vue.ts +1 -3
  82. package/dist/runtime/components/ui/stepper/StepperIndicator.vue.d.ts +1 -3
  83. package/dist/runtime/components/ui/stepper/StepperItem.d.vue.ts +1 -3
  84. package/dist/runtime/components/ui/stepper/StepperItem.vue.d.ts +1 -3
  85. package/dist/runtime/components/ui/switch/Switch.d.vue.ts +1 -3
  86. package/dist/runtime/components/ui/switch/Switch.vue.d.ts +1 -3
  87. package/dist/runtime/components/ui/tabs/Tabs.d.vue.ts +1 -3
  88. package/dist/runtime/components/ui/tabs/Tabs.vue.d.ts +1 -3
  89. package/dist/runtime/components/ui/tags-input/TagsInput.d.vue.ts +1 -3
  90. package/dist/runtime/components/ui/tags-input/TagsInput.vue.d.ts +1 -3
  91. package/dist/runtime/components/ui/toggle/Toggle.d.vue.ts +1 -6
  92. package/dist/runtime/components/ui/toggle/Toggle.vue.d.ts +1 -6
  93. package/dist/runtime/components/ui/toggle-group/ToggleGroup.d.vue.ts +1 -3
  94. package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue.d.ts +1 -3
  95. package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.d.vue.ts +1 -6
  96. package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.vue.d.ts +1 -6
  97. package/dist/runtime/components/ui/tooltip/Tooltip.d.vue.ts +1 -3
  98. package/dist/runtime/components/ui/tooltip/Tooltip.vue.d.ts +1 -3
  99. package/package.json +3 -3
package/dist/module.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "una-nuxt-module",
3
- "version": "2.1.47",
3
+ "version": "2.1.49",
4
4
  "configKey": "unaxt",
5
5
  "compatibility": {
6
6
  "nuxt": ">=4.0.0"
7
7
  },
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
- "unbuild": "3.6.1"
10
+ "unbuild": "unknown"
11
11
  }
12
12
  }
package/dist/module.mjs CHANGED
@@ -174,7 +174,7 @@ function addTemplates() {
174
174
  }
175
175
 
176
176
  const name = "una-nuxt-module";
177
- const version = "2.1.47";
177
+ const version = "2.1.49";
178
178
 
179
179
  const module$1 = defineNuxtModule({
180
180
  meta: {
@@ -1,8 +1,6 @@
1
1
  import type { AccordionRootProps } from "reka-ui";
2
2
  type __VLS_Props = AccordionRootProps;
3
- declare var __VLS_8: {
4
- modelValue: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[] | undefined;
5
- };
3
+ declare var __VLS_8: any;
6
4
  type __VLS_Slots = {} & {
7
5
  default?: (props: typeof __VLS_8) => any;
8
6
  };
@@ -1,8 +1,6 @@
1
1
  import type { AccordionRootProps } from "reka-ui";
2
2
  type __VLS_Props = AccordionRootProps;
3
- declare var __VLS_8: {
4
- modelValue: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[] | undefined;
5
- };
3
+ declare var __VLS_8: any;
6
4
  type __VLS_Slots = {} & {
7
5
  default?: (props: typeof __VLS_8) => any;
8
6
  };
@@ -3,9 +3,7 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = AccordionItemProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_8: {
7
- open: boolean;
8
- };
6
+ declare var __VLS_8: any;
9
7
  type __VLS_Slots = {} & {
10
8
  default?: (props: typeof __VLS_8) => any;
11
9
  };
@@ -3,9 +3,7 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = AccordionItemProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_8: {
7
- open: boolean;
8
- };
6
+ declare var __VLS_8: any;
9
7
  type __VLS_Slots = {} & {
10
8
  default?: (props: typeof __VLS_8) => any;
11
9
  };
@@ -1,8 +1,5 @@
1
1
  import type { AlertDialogProps } from "reka-ui";
2
- declare var __VLS_8: {
3
- open: boolean;
4
- close: () => void;
5
- };
2
+ declare var __VLS_8: any;
6
3
  type __VLS_Slots = {} & {
7
4
  default?: (props: typeof __VLS_8) => any;
8
5
  };
@@ -1,8 +1,5 @@
1
1
  import type { AlertDialogProps } from "reka-ui";
2
- declare var __VLS_8: {
3
- open: boolean;
4
- close: () => void;
5
- };
2
+ declare var __VLS_8: any;
6
3
  type __VLS_Slots = {} & {
7
4
  default?: (props: typeof __VLS_8) => any;
8
5
  };
@@ -1,7 +1,5 @@
1
1
  import type { AspectRatioProps } from "reka-ui";
2
- declare var __VLS_8: {
3
- aspect: number;
4
- };
2
+ declare var __VLS_8: any;
5
3
  type __VLS_Slots = {} & {
6
4
  default?: (props: typeof __VLS_8) => any;
7
5
  };
@@ -1,7 +1,5 @@
1
1
  import type { AspectRatioProps } from "reka-ui";
2
- declare var __VLS_8: {
3
- aspect: number;
4
- };
2
+ declare var __VLS_8: any;
5
3
  type __VLS_Slots = {} & {
6
4
  default?: (props: typeof __VLS_8) => any;
7
5
  };
@@ -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?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
4
+ variant?: "default" | "link" | "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>;
@@ -7,13 +7,9 @@ type __VLS_Props = CalendarRootProps & {
7
7
  yearRange?: DateValue[];
8
8
  };
9
9
  declare var __VLS_59: {}, __VLS_67: {}, __VLS_69: {
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>>;
10
+ date: any;
11
+ month: any;
12
+ year: any;
17
13
  };
18
14
  type __VLS_Slots = {} & {
19
15
  'calendar-prev-icon'?: (props: typeof __VLS_59) => any;
@@ -7,13 +7,9 @@ type __VLS_Props = CalendarRootProps & {
7
7
  yearRange?: DateValue[];
8
8
  };
9
9
  declare var __VLS_59: {}, __VLS_67: {}, __VLS_69: {
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>>;
10
+ date: any;
11
+ month: any;
12
+ year: any;
17
13
  };
18
14
  type __VLS_Slots = {} & {
19
15
  'calendar-prev-icon'?: (props: typeof __VLS_59) => any;
@@ -9,7 +9,7 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
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: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null;
12
+ variant: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null;
13
13
  size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -9,7 +9,7 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
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: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null;
12
+ variant: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null;
13
13
  size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -9,7 +9,7 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
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: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null;
12
+ variant: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null;
13
13
  size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -9,7 +9,7 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
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: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null;
12
+ variant: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null;
13
13
  size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -19,8 +19,8 @@ type __VLS_Slots = {} & {
19
19
  };
20
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
21
  config: ChartConfig;
22
- payload: Record<string, any>;
23
22
  indicator: "line" | "dot" | "dashed";
23
+ payload: Record<string, any>;
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
25
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
26
  declare const _default: typeof __VLS_export;
@@ -19,8 +19,8 @@ type __VLS_Slots = {} & {
19
19
  };
20
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
21
  config: ChartConfig;
22
- payload: Record<string, any>;
23
22
  indicator: "line" | "dot" | "dashed";
23
+ payload: Record<string, any>;
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
25
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
26
  declare const _default: typeof __VLS_export;
@@ -3,10 +3,7 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = CheckboxRootProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_14: {
7
- modelValue: import("reka-ui").CheckboxCheckedState;
8
- state: import("reka-ui").CheckboxCheckedState;
9
- };
6
+ declare var __VLS_14: any;
10
7
  type __VLS_Slots = {} & {
11
8
  default?: (props: typeof __VLS_14) => any;
12
9
  };
@@ -3,10 +3,7 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = CheckboxRootProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_14: {
7
- modelValue: import("reka-ui").CheckboxCheckedState;
8
- state: import("reka-ui").CheckboxCheckedState;
9
- };
6
+ declare var __VLS_14: any;
10
7
  type __VLS_Slots = {} & {
11
8
  default?: (props: typeof __VLS_14) => any;
12
9
  };
@@ -1,7 +1,5 @@
1
1
  import type { CollapsibleRootProps } from "reka-ui";
2
- declare var __VLS_8: {
3
- open: boolean;
4
- };
2
+ declare var __VLS_8: any;
5
3
  type __VLS_Slots = {} & {
6
4
  default?: (props: typeof __VLS_8) => any;
7
5
  };
@@ -1,7 +1,5 @@
1
1
  import type { CollapsibleRootProps } from "reka-ui";
2
- declare var __VLS_8: {
3
- open: boolean;
4
- };
2
+ declare var __VLS_8: any;
5
3
  type __VLS_Slots = {} & {
6
4
  default?: (props: typeof __VLS_8) => any;
7
5
  };
@@ -1,9 +1,6 @@
1
1
  import type { ComboboxRootProps } from "reka-ui";
2
2
  type __VLS_Props = ComboboxRootProps;
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
- };
3
+ declare var __VLS_8: any;
7
4
  type __VLS_Slots = {} & {
8
5
  default?: (props: typeof __VLS_8) => any;
9
6
  };
@@ -1,9 +1,6 @@
1
1
  import type { ComboboxRootProps } from "reka-ui";
2
2
  type __VLS_Props = ComboboxRootProps;
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
- };
3
+ declare var __VLS_8: any;
7
4
  type __VLS_Slots = {} & {
8
5
  default?: (props: typeof __VLS_8) => any;
9
6
  };
@@ -19,7 +19,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
19
19
  onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
20
20
  }>, {
21
21
  sideOffset: number;
22
- align: "end" | "start" | "center";
22
+ align: "start" | "center" | "end";
23
23
  position: "inline" | "popper";
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
25
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -19,7 +19,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
19
19
  onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
20
20
  }>, {
21
21
  sideOffset: number;
22
- align: "end" | "start" | "center";
22
+ align: "start" | "center" | "end";
23
23
  position: "inline" | "popper";
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
25
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -3,10 +3,7 @@ type __VLS_Props = DialogRootProps & {
3
3
  title?: string;
4
4
  description?: string;
5
5
  };
6
- declare var __VLS_38: {
7
- open: boolean;
8
- close: () => void;
9
- };
6
+ declare var __VLS_38: any;
10
7
  type __VLS_Slots = {} & {
11
8
  default?: (props: typeof __VLS_38) => any;
12
9
  };
@@ -3,10 +3,7 @@ type __VLS_Props = DialogRootProps & {
3
3
  title?: string;
4
4
  description?: string;
5
5
  };
6
- declare var __VLS_38: {
7
- open: boolean;
8
- close: () => void;
9
- };
6
+ declare var __VLS_38: any;
10
7
  type __VLS_Slots = {} & {
11
8
  default?: (props: typeof __VLS_38) => any;
12
9
  };
@@ -1,8 +1,5 @@
1
1
  import type { DialogRootProps } from "reka-ui";
2
- declare var __VLS_8: {
3
- open: boolean;
4
- close: () => void;
5
- };
2
+ declare var __VLS_8: any;
6
3
  type __VLS_Slots = {} & {
7
4
  default?: (props: typeof __VLS_8) => any;
8
5
  };
@@ -1,8 +1,5 @@
1
1
  import type { DialogRootProps } from "reka-ui";
2
- declare var __VLS_8: {
3
- open: boolean;
4
- close: () => void;
5
- };
2
+ declare var __VLS_8: any;
6
3
  type __VLS_Slots = {} & {
7
4
  default?: (props: typeof __VLS_8) => any;
8
5
  };
@@ -1,7 +1,5 @@
1
1
  import type { DropdownMenuRootProps } from "reka-ui";
2
- declare var __VLS_8: {
3
- open: boolean;
4
- };
2
+ declare var __VLS_8: any;
5
3
  type __VLS_Slots = {} & {
6
4
  default?: (props: typeof __VLS_8) => any;
7
5
  };
@@ -1,7 +1,5 @@
1
1
  import type { DropdownMenuRootProps } from "reka-ui";
2
- declare var __VLS_8: {
3
- open: boolean;
4
- };
2
+ declare var __VLS_8: any;
5
3
  type __VLS_Slots = {} & {
6
4
  default?: (props: typeof __VLS_8) => any;
7
5
  };
@@ -1,7 +1,5 @@
1
1
  import type { DropdownMenuSubProps } from "reka-ui";
2
- declare var __VLS_8: {
3
- open: boolean;
4
- };
2
+ declare var __VLS_8: any;
5
3
  type __VLS_Slots = {} & {
6
4
  default?: (props: typeof __VLS_8) => any;
7
5
  };
@@ -1,7 +1,5 @@
1
1
  import type { DropdownMenuSubProps } from "reka-ui";
2
- declare var __VLS_8: {
3
- open: boolean;
4
- };
2
+ declare var __VLS_8: any;
5
3
  type __VLS_Slots = {} & {
6
4
  default?: (props: typeof __VLS_8) => any;
7
5
  };
@@ -1,7 +1,5 @@
1
1
  import type { HoverCardRootProps } from "reka-ui";
2
- declare var __VLS_8: {
3
- open: boolean;
4
- };
2
+ declare var __VLS_8: any;
5
3
  type __VLS_Slots = {} & {
6
4
  default?: (props: typeof __VLS_8) => any;
7
5
  };
@@ -1,7 +1,5 @@
1
1
  import type { HoverCardRootProps } from "reka-ui";
2
- declare var __VLS_8: {
3
- open: boolean;
4
- };
2
+ declare var __VLS_8: any;
5
3
  type __VLS_Slots = {} & {
6
4
  default?: (props: typeof __VLS_8) => any;
7
5
  };
@@ -4,7 +4,7 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<InputGroupButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<InputGroupButtonProps> & Readonly<{}>, {
7
- variant: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null;
7
+ variant: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null;
8
8
  size: "sm" | "icon-sm" | "xs" | "icon-xs" | null;
9
9
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -4,7 +4,7 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<InputGroupButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<InputGroupButtonProps> & Readonly<{}>, {
7
- variant: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null;
7
+ variant: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null;
8
8
  size: "sm" | "icon-sm" | "xs" | "icon-xs" | null;
9
9
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -3,33 +3,29 @@ import type { OTPInputProps } from "vue-input-otp";
3
3
  type __VLS_Props = OTPInputProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_8: {
7
- slots: import("vue-input-otp").SlotProps[];
8
- isFocused: boolean;
9
- isHovering: boolean;
10
- };
6
+ declare var __VLS_8: any;
11
7
  type __VLS_Slots = {} & {
12
8
  default?: (props: typeof __VLS_8) => any;
13
9
  };
14
10
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
15
- input: (value: string) => any;
16
- select: (e: Event) => any;
17
11
  blur: (e: FocusEvent) => any;
18
12
  change: (e: Event) => any;
19
13
  focus: (e: FocusEvent) => any;
14
+ input: (value: string) => any;
20
15
  mouseleave: (e: MouseEvent) => any;
21
16
  mouseover: (e: MouseEvent) => any;
22
17
  paste: (e: ClipboardEvent) => any;
18
+ select: (e: Event) => any;
23
19
  complete: (value: string) => any;
24
20
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
25
- onInput?: ((value: string) => any) | undefined;
26
- onSelect?: ((e: Event) => any) | undefined;
27
21
  onBlur?: ((e: FocusEvent) => any) | undefined;
28
22
  onChange?: ((e: Event) => any) | undefined;
29
23
  onFocus?: ((e: FocusEvent) => any) | undefined;
24
+ onInput?: ((value: string) => any) | undefined;
30
25
  onMouseleave?: ((e: MouseEvent) => any) | undefined;
31
26
  onMouseover?: ((e: MouseEvent) => any) | undefined;
32
27
  onPaste?: ((e: ClipboardEvent) => any) | undefined;
28
+ onSelect?: ((e: Event) => any) | undefined;
33
29
  onComplete?: ((value: string) => any) | undefined;
34
30
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
31
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -3,33 +3,29 @@ import type { OTPInputProps } from "vue-input-otp";
3
3
  type __VLS_Props = OTPInputProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_8: {
7
- slots: import("vue-input-otp").SlotProps[];
8
- isFocused: boolean;
9
- isHovering: boolean;
10
- };
6
+ declare var __VLS_8: any;
11
7
  type __VLS_Slots = {} & {
12
8
  default?: (props: typeof __VLS_8) => any;
13
9
  };
14
10
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
15
- input: (value: string) => any;
16
- select: (e: Event) => any;
17
11
  blur: (e: FocusEvent) => any;
18
12
  change: (e: Event) => any;
19
13
  focus: (e: FocusEvent) => any;
14
+ input: (value: string) => any;
20
15
  mouseleave: (e: MouseEvent) => any;
21
16
  mouseover: (e: MouseEvent) => any;
22
17
  paste: (e: ClipboardEvent) => any;
18
+ select: (e: Event) => any;
23
19
  complete: (value: string) => any;
24
20
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
25
- onInput?: ((value: string) => any) | undefined;
26
- onSelect?: ((e: Event) => any) | undefined;
27
21
  onBlur?: ((e: FocusEvent) => any) | undefined;
28
22
  onChange?: ((e: Event) => any) | undefined;
29
23
  onFocus?: ((e: FocusEvent) => any) | undefined;
24
+ onInput?: ((value: string) => any) | undefined;
30
25
  onMouseleave?: ((e: MouseEvent) => any) | undefined;
31
26
  onMouseover?: ((e: MouseEvent) => any) | undefined;
32
27
  onPaste?: ((e: ClipboardEvent) => any) | undefined;
28
+ onSelect?: ((e: Event) => any) | undefined;
33
29
  onComplete?: ((value: string) => any) | undefined;
34
30
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
31
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -14,7 +14,7 @@ export declare const itemVariants: (props?: ({
14
14
  size?: "default" | "sm" | null | undefined;
15
15
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
16
16
  export declare const itemMediaVariants: (props?: ({
17
- variant?: "image" | "default" | "icon" | null | undefined;
17
+ variant?: "default" | "icon" | "image" | null | undefined;
18
18
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
19
19
  export type ItemVariants = VariantProps<typeof itemVariants>;
20
20
  export type ItemMediaVariants = VariantProps<typeof itemMediaVariants>;
@@ -3,9 +3,7 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = MenubarRootProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_8: {
7
- modelValue: string;
8
- };
6
+ declare var __VLS_8: any;
9
7
  type __VLS_Slots = {} & {
10
8
  default?: (props: typeof __VLS_8) => any;
11
9
  };
@@ -3,9 +3,7 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = MenubarRootProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_8: {
7
- modelValue: string;
8
- };
6
+ declare var __VLS_8: any;
9
7
  type __VLS_Slots = {} & {
10
8
  default?: (props: typeof __VLS_8) => any;
11
9
  };
@@ -9,7 +9,7 @@ type __VLS_Slots = {} & {
9
9
  };
10
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
11
  sideOffset: number;
12
- align: "end" | "start" | "center";
12
+ align: "start" | "center" | "end";
13
13
  alignOffset: number;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -9,7 +9,7 @@ type __VLS_Slots = {} & {
9
9
  };
10
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
11
  sideOffset: number;
12
- align: "end" | "start" | "center";
12
+ align: "start" | "center" | "end";
13
13
  alignOffset: number;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -2,9 +2,7 @@ interface MenubarSubRootProps {
2
2
  defaultOpen?: boolean;
3
3
  open?: boolean;
4
4
  }
5
- declare var __VLS_8: {
6
- open: boolean;
7
- };
5
+ declare var __VLS_8: any;
8
6
  type __VLS_Slots = {} & {
9
7
  default?: (props: typeof __VLS_8) => any;
10
8
  };
@@ -2,9 +2,7 @@ interface MenubarSubRootProps {
2
2
  defaultOpen?: boolean;
3
3
  open?: boolean;
4
4
  }
5
- declare var __VLS_8: {
6
- open: boolean;
7
- };
5
+ declare var __VLS_8: any;
8
6
  type __VLS_Slots = {} & {
9
7
  default?: (props: typeof __VLS_8) => any;
10
8
  };