arvue-ui 0.5.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/aspect-ratio/aspectRatio.js +24 -0
  3. package/dist/aspect-ratio/aspectRatio.js.map +1 -0
  4. package/dist/autocomplete/autocomplete.js +1 -1
  5. package/dist/autocomplete/autocompleteContent.js +38 -13
  6. package/dist/autocomplete/autocompleteContent.js.map +1 -1
  7. package/dist/autocomplete/autocompleteEmpty.js +1 -1
  8. package/dist/autocomplete/autocompleteInput.js +1 -1
  9. package/dist/autocomplete/autocompleteItem.js +3 -1
  10. package/dist/autocomplete/autocompleteItem.js.map +1 -1
  11. package/dist/autocomplete/autocompleteLabel.js +1 -1
  12. package/dist/autocomplete/autocompleteSeparator.js +1 -1
  13. package/dist/combobox/combobox.js +1 -1
  14. package/dist/combobox/comboboxContent.js +38 -13
  15. package/dist/combobox/comboboxContent.js.map +1 -1
  16. package/dist/combobox/comboboxEmpty.js +1 -1
  17. package/dist/combobox/comboboxInput.js +1 -1
  18. package/dist/combobox/comboboxItem.js +3 -1
  19. package/dist/combobox/comboboxItem.js.map +1 -1
  20. package/dist/combobox/comboboxLabel.js +1 -1
  21. package/dist/combobox/comboboxSeparator.js +1 -1
  22. package/dist/dialog/dialogContent.js +1 -1
  23. package/dist/dialog/dialogDescription.js +1 -1
  24. package/dist/dialog/dialogFooter.js +1 -1
  25. package/dist/dialog/dialogHeader.js +1 -1
  26. package/dist/dialog/dialogOverlay.js +1 -1
  27. package/dist/dialog/dialogTitle.js +1 -1
  28. package/dist/drawer/drawerContent.js +1 -1
  29. package/dist/drawer/drawerDescription.js +1 -1
  30. package/dist/drawer/drawerFooter.js +1 -1
  31. package/dist/drawer/drawerHeader.js +1 -1
  32. package/dist/drawer/drawerOverlay.js +1 -1
  33. package/dist/drawer/drawerTitle.js +1 -1
  34. package/dist/dropdown-menu/dropdownMenu.js +26 -0
  35. package/dist/dropdown-menu/dropdownMenu.js.map +1 -0
  36. package/dist/dropdown-menu/dropdownMenuCheckboxItem.js +42 -0
  37. package/dist/dropdown-menu/dropdownMenuCheckboxItem.js.map +1 -0
  38. package/dist/dropdown-menu/dropdownMenuContent.js +92 -0
  39. package/dist/dropdown-menu/dropdownMenuContent.js.map +1 -0
  40. package/dist/{autocomplete/autocompleteArrow.js → dropdown-menu/dropdownMenuGroup.js} +5 -8
  41. package/dist/dropdown-menu/dropdownMenuGroup.js.map +1 -0
  42. package/dist/dropdown-menu/dropdownMenuItem.js +36 -0
  43. package/dist/dropdown-menu/dropdownMenuItem.js.map +1 -0
  44. package/dist/dropdown-menu/dropdownMenuLabel.js +34 -0
  45. package/dist/dropdown-menu/dropdownMenuLabel.js.map +1 -0
  46. package/dist/dropdown-menu/dropdownMenuPortal.js +25 -0
  47. package/dist/dropdown-menu/dropdownMenuPortal.js.map +1 -0
  48. package/dist/dropdown-menu/dropdownMenuRadioGroup.js +25 -0
  49. package/dist/dropdown-menu/dropdownMenuRadioGroup.js.map +1 -0
  50. package/dist/dropdown-menu/dropdownMenuRadioItem.js +42 -0
  51. package/dist/dropdown-menu/dropdownMenuRadioItem.js.map +1 -0
  52. package/dist/dropdown-menu/dropdownMenuSeparator.js +30 -0
  53. package/dist/dropdown-menu/dropdownMenuSeparator.js.map +1 -0
  54. package/dist/dropdown-menu/dropdownMenuShortcut.js +33 -0
  55. package/dist/dropdown-menu/dropdownMenuShortcut.js.map +1 -0
  56. package/dist/dropdown-menu/dropdownMenuSub.js +24 -0
  57. package/dist/dropdown-menu/dropdownMenuSub.js.map +1 -0
  58. package/dist/dropdown-menu/dropdownMenuSubContent.js +92 -0
  59. package/dist/dropdown-menu/dropdownMenuSubContent.js.map +1 -0
  60. package/dist/dropdown-menu/dropdownMenuSubTrigger.js +36 -0
  61. package/dist/dropdown-menu/dropdownMenuSubTrigger.js.map +1 -0
  62. package/dist/dropdown-menu/dropdownMenuTrigger.js +24 -0
  63. package/dist/dropdown-menu/dropdownMenuTrigger.js.map +1 -0
  64. package/dist/index.d.ts +579 -163
  65. package/dist/index.d.ts.map +1 -1
  66. package/dist/index.js +40 -14
  67. package/dist/index.js.map +1 -1
  68. package/dist/select/select.js +37 -0
  69. package/dist/select/select.js.map +1 -0
  70. package/dist/select/selectContent.js +101 -0
  71. package/dist/select/selectContent.js.map +1 -0
  72. package/dist/select/selectGroup.js +23 -0
  73. package/dist/select/selectGroup.js.map +1 -0
  74. package/dist/select/selectItem.js +43 -0
  75. package/dist/select/selectItem.js.map +1 -0
  76. package/dist/select/selectItemText.js +23 -0
  77. package/dist/select/selectItemText.js.map +1 -0
  78. package/dist/select/selectLabel.js +34 -0
  79. package/dist/select/selectLabel.js.map +1 -0
  80. package/dist/select/selectRootPatch.js +24 -0
  81. package/dist/select/selectRootPatch.js.map +1 -0
  82. package/dist/select/selectScrollDownButton.js +33 -0
  83. package/dist/select/selectScrollDownButton.js.map +1 -0
  84. package/dist/select/selectScrollUpButton.js +33 -0
  85. package/dist/select/selectScrollUpButton.js.map +1 -0
  86. package/dist/select/selectSeparator.js +30 -0
  87. package/dist/select/selectSeparator.js.map +1 -0
  88. package/dist/select/selectTrigger.js +41 -0
  89. package/dist/select/selectTrigger.js.map +1 -0
  90. package/dist/select/selectValue.js +34 -0
  91. package/dist/select/selectValue.js.map +1 -0
  92. package/dist/sheet/sheetContent.js +1 -1
  93. package/dist/sheet/sheetFooter.js +1 -1
  94. package/dist/sheet/sheetHeader.js +1 -1
  95. package/dist/style.css +34 -0
  96. package/package.json +1 -1
  97. package/src/aspect-ratio/AspectRatio.vue +20 -0
  98. package/src/aspect-ratio/index.ts +4 -0
  99. package/src/autocomplete/AutocompleteContent.vue +38 -10
  100. package/src/autocomplete/AutocompleteItem.vue +4 -1
  101. package/src/autocomplete/autocomplete-content.css +5 -6
  102. package/src/autocomplete/autocomplete-label.css +4 -3
  103. package/src/autocomplete/index.ts +0 -4
  104. package/src/combobox/ComboboxContent.vue +38 -10
  105. package/src/combobox/ComboboxItem.vue +4 -1
  106. package/src/combobox/combobox-content.css +5 -6
  107. package/src/combobox/combobox-label.css +4 -3
  108. package/src/dropdown-menu/DropdownMenu.vue +24 -0
  109. package/src/dropdown-menu/DropdownMenuCheckboxItem.vue +47 -0
  110. package/src/dropdown-menu/DropdownMenuContent.vue +75 -0
  111. package/src/dropdown-menu/DropdownMenuGroup.vue +17 -0
  112. package/src/dropdown-menu/DropdownMenuItem.vue +38 -0
  113. package/src/dropdown-menu/DropdownMenuLabel.vue +37 -0
  114. package/src/dropdown-menu/DropdownMenuPortal.vue +17 -0
  115. package/src/dropdown-menu/DropdownMenuRadioGroup.vue +27 -0
  116. package/src/dropdown-menu/DropdownMenuRadioItem.vue +48 -0
  117. package/src/dropdown-menu/DropdownMenuSeparator.vue +29 -0
  118. package/src/dropdown-menu/DropdownMenuShortcut.vue +33 -0
  119. package/src/dropdown-menu/DropdownMenuSub.vue +31 -0
  120. package/src/dropdown-menu/DropdownMenuSubContent.vue +74 -0
  121. package/src/dropdown-menu/DropdownMenuSubTrigger.vue +41 -0
  122. package/src/dropdown-menu/DropdownMenuTrigger.vue +19 -0
  123. package/src/dropdown-menu/dropdown-menu-checkbox-item.css +33 -0
  124. package/src/dropdown-menu/dropdown-menu-content.css +9 -0
  125. package/src/dropdown-menu/dropdown-menu-item.css +27 -0
  126. package/src/dropdown-menu/dropdown-menu-label.css +12 -0
  127. package/src/dropdown-menu/dropdown-menu-radio-item.css +33 -0
  128. package/src/dropdown-menu/dropdown-menu-separator.css +5 -0
  129. package/src/dropdown-menu/dropdown-menu-shortcut.css +7 -0
  130. package/src/dropdown-menu/dropdown-menu-sub-content.css +8 -0
  131. package/src/dropdown-menu/dropdown-menu-sub-trigger.css +33 -0
  132. package/src/dropdown-menu/index.ts +66 -0
  133. package/src/index.ts +3 -0
  134. package/src/select/Select.vue +27 -0
  135. package/src/select/SelectContent.vue +77 -0
  136. package/src/select/SelectGroup.vue +17 -0
  137. package/src/select/SelectItem.vue +46 -0
  138. package/src/select/SelectItemText.vue +17 -0
  139. package/src/select/SelectLabel.vue +31 -0
  140. package/src/select/SelectRootPatch.vue +24 -0
  141. package/src/select/SelectScrollDownButton.vue +33 -0
  142. package/src/select/SelectScrollUpButton.vue +33 -0
  143. package/src/select/SelectSeparator.vue +29 -0
  144. package/src/select/SelectTrigger.vue +40 -0
  145. package/src/select/SelectValue.vue +33 -0
  146. package/src/select/index.ts +46 -0
  147. package/src/select/select-content.css +16 -0
  148. package/src/select/select-item.css +39 -0
  149. package/src/select/select-label.css +7 -0
  150. package/src/select/select-scroll-button.css +8 -0
  151. package/src/select/select-separator.css +5 -0
  152. package/src/select/select-trigger.css +71 -0
  153. package/src/select/select-value.css +6 -0
  154. package/src/sonner/sonner.css +0 -1
  155. package/dist/autocomplete/autocompleteArrow.js.map +0 -1
  156. package/src/autocomplete/AutocompleteArrow.vue +0 -17
package/dist/index.d.ts CHANGED
@@ -1,15 +1,29 @@
1
1
  import { HTMLAttributes } from "vue";
2
- import { AutocompleteInputEmits as AutocompleteInputEmits$1, AutocompleteInputProps as AutocompleteInputProps$1, AutocompleteRootEmits, AutocompleteRootProps, ComboboxAnchorProps as ComboboxAnchorProps$1, ComboboxArrowProps, ComboboxCancelProps as ComboboxCancelProps$1, ComboboxContentEmits as ComboboxContentEmits$1, ComboboxContentProps as ComboboxContentProps$1, ComboboxEmptyProps as ComboboxEmptyProps$1, ComboboxGroupProps as ComboboxGroupProps$1, ComboboxInputEmits as ComboboxInputEmits$1, ComboboxInputProps as ComboboxInputProps$1, ComboboxItemEmits as ComboboxItemEmits$1, ComboboxItemProps as ComboboxItemProps$1, ComboboxLabelProps as ComboboxLabelProps$1, ComboboxPortalProps as ComboboxPortalProps$1, ComboboxRootEmits, ComboboxRootProps, ComboboxSeparatorProps as ComboboxSeparatorProps$1, ComboboxTriggerProps as ComboboxTriggerProps$1, ComboboxViewportProps as ComboboxViewportProps$1, DialogCloseProps as DialogCloseProps$1, DialogContentEmits as DialogContentEmits$1, DialogContentProps as DialogContentProps$1, DialogDescriptionProps as DialogDescriptionProps$1, DialogOverlayProps as DialogOverlayProps$1, DialogRootEmits, DialogRootProps, DialogTitleProps as DialogTitleProps$1, DialogTriggerProps as DialogTriggerProps$1, PrimitiveProps } from "reka-ui";
2
+ import { AspectRatioProps as AspectRatioProps$1, AutocompleteInputEmits as AutocompleteInputEmits$1, AutocompleteInputProps as AutocompleteInputProps$1, AutocompleteRootEmits, AutocompleteRootProps, ComboboxAnchorProps as ComboboxAnchorProps$1, ComboboxCancelProps as ComboboxCancelProps$1, ComboboxContentEmits as ComboboxContentEmits$1, ComboboxContentProps as ComboboxContentProps$1, ComboboxEmptyProps as ComboboxEmptyProps$1, ComboboxGroupProps as ComboboxGroupProps$1, ComboboxInputEmits as ComboboxInputEmits$1, ComboboxInputProps as ComboboxInputProps$1, ComboboxItemEmits as ComboboxItemEmits$1, ComboboxItemProps as ComboboxItemProps$1, ComboboxLabelProps as ComboboxLabelProps$1, ComboboxPortalProps as ComboboxPortalProps$1, ComboboxRootEmits, ComboboxRootProps, ComboboxSeparatorProps as ComboboxSeparatorProps$1, ComboboxTriggerProps as ComboboxTriggerProps$1, ComboboxViewportProps as ComboboxViewportProps$1, DialogCloseProps as DialogCloseProps$1, DialogContentEmits as DialogContentEmits$1, DialogContentProps as DialogContentProps$1, DialogDescriptionProps as DialogDescriptionProps$1, DialogOverlayProps as DialogOverlayProps$1, DialogRootEmits, DialogRootProps, DialogTitleProps as DialogTitleProps$1, DialogTriggerProps as DialogTriggerProps$1, DropdownMenuCheckboxItemEmits as DropdownMenuCheckboxItemEmits$1, DropdownMenuCheckboxItemProps as DropdownMenuCheckboxItemProps$1, DropdownMenuContentEmits as DropdownMenuContentEmits$1, DropdownMenuContentProps as DropdownMenuContentProps$1, DropdownMenuGroupProps as DropdownMenuGroupProps$1, DropdownMenuItemProps as DropdownMenuItemProps$1, DropdownMenuLabelProps as DropdownMenuLabelProps$1, DropdownMenuPortalProps as DropdownMenuPortalProps$1, DropdownMenuRadioGroupEmits as DropdownMenuRadioGroupEmits$1, DropdownMenuRadioGroupProps as DropdownMenuRadioGroupProps$1, DropdownMenuRadioItemEmits as DropdownMenuRadioItemEmits$1, DropdownMenuRadioItemProps as DropdownMenuRadioItemProps$1, DropdownMenuRootEmits, DropdownMenuRootProps, DropdownMenuSeparatorProps as DropdownMenuSeparatorProps$1, DropdownMenuSubContentEmits as DropdownMenuSubContentEmits$1, DropdownMenuSubContentProps as DropdownMenuSubContentProps$1, DropdownMenuSubProps as DropdownMenuSubProps$1, DropdownMenuSubTriggerProps as DropdownMenuSubTriggerProps$1, DropdownMenuTriggerProps as DropdownMenuTriggerProps$1, PrimitiveProps, SelectContentEmits as SelectContentEmits$1, SelectContentProps as SelectContentProps$1, SelectGroupProps as SelectGroupProps$1, SelectItemProps as SelectItemProps$1, SelectItemTextProps as SelectItemTextProps$1, SelectLabelProps as SelectLabelProps$1, SelectRootEmits, SelectRootProps, SelectScrollDownButtonProps as SelectScrollDownButtonProps$1, SelectScrollUpButtonProps as SelectScrollUpButtonProps$1, SelectSeparatorProps as SelectSeparatorProps$1, SelectTriggerProps as SelectTriggerProps$1, SelectValueProps as SelectValueProps$1 } from "reka-ui";
3
3
  import { DrawerCloseProps as DrawerCloseProps$1, DrawerDescriptionProps as DrawerDescriptionProps$1, DrawerRootEmits, DrawerRootProps, DrawerTitleProps as DrawerTitleProps$1, DrawerTriggerProps as DrawerTriggerProps$1 } from "vaul-vue";
4
4
  import { ToasterProps, toast } from "vue-sonner";
5
5
 
6
+ //#region src/aspect-ratio/AspectRatio.vue.d.ts
7
+ interface AspectRatioProps extends AspectRatioProps$1 {}
8
+ declare const _default: typeof __VLS_export$80;
9
+ declare const __VLS_export$80: __VLS_WithSlots$73<import("vue").DefineComponent<AspectRatioProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AspectRatioProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
10
+ default?: (props: {
11
+ aspect: number;
12
+ }) => any;
13
+ }>;
14
+ type __VLS_WithSlots$73<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ }; //# sourceMappingURL=AspectRatio.vue.d.ts.map
19
+ //#endregion
6
20
  //#region src/autocomplete/Autocomplete.vue.d.ts
7
21
  interface AutocompleteProps extends AutocompleteRootProps {
8
22
  class?: HTMLAttributes['class'];
9
23
  }
10
24
  interface AutocompleteEmits extends AutocompleteRootEmits {}
11
- declare const _default: typeof __VLS_export$54;
12
- declare const __VLS_export$54: __VLS_WithSlots$51<import("vue").DefineComponent<AutocompleteProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
+ declare const _default$1: typeof __VLS_export$79;
26
+ declare const __VLS_export$79: __VLS_WithSlots$72<import("vue").DefineComponent<AutocompleteProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
27
  "update:open": (value: boolean) => any;
14
28
  "update:modelValue": (value: string) => any;
15
29
  highlight: (payload: {
@@ -29,7 +43,7 @@ declare const __VLS_export$54: __VLS_WithSlots$51<import("vue").DefineComponent<
29
43
  modelValue: string;
30
44
  }) => any;
31
45
  }>;
32
- type __VLS_WithSlots$51<T, S> = T & {
46
+ type __VLS_WithSlots$72<T, S> = T & {
33
47
  new (): {
34
48
  $slots: S;
35
49
  };
@@ -37,35 +51,23 @@ type __VLS_WithSlots$51<T, S> = T & {
37
51
  //#endregion
38
52
  //#region src/autocomplete/AutocompleteAnchor.vue.d.ts
39
53
  interface AutocompleteAnchorProps extends ComboboxAnchorProps$1 {}
40
- declare const _default$1: typeof __VLS_export$53;
41
- declare const __VLS_export$53: __VLS_WithSlots$50<import("vue").DefineComponent<AutocompleteAnchorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
54
+ declare const _default$2: typeof __VLS_export$78;
55
+ declare const __VLS_export$78: __VLS_WithSlots$71<import("vue").DefineComponent<AutocompleteAnchorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
42
56
  default?: (props: {}) => any;
43
57
  }>;
44
- type __VLS_WithSlots$50<T, S> = T & {
58
+ type __VLS_WithSlots$71<T, S> = T & {
45
59
  new (): {
46
60
  $slots: S;
47
61
  };
48
62
  }; //# sourceMappingURL=AutocompleteAnchor.vue.d.ts.map
49
63
  //#endregion
50
- //#region src/autocomplete/AutocompleteArrow.vue.d.ts
51
- interface AutocompleteArrowProps extends ComboboxArrowProps {}
52
- declare const _default$2: typeof __VLS_export$52;
53
- declare const __VLS_export$52: __VLS_WithSlots$49<import("vue").DefineComponent<AutocompleteArrowProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
54
- default?: (props: {}) => any;
55
- }>;
56
- type __VLS_WithSlots$49<T, S> = T & {
57
- new (): {
58
- $slots: S;
59
- };
60
- }; //# sourceMappingURL=AutocompleteArrow.vue.d.ts.map
61
- //#endregion
62
64
  //#region src/autocomplete/AutocompleteCancel.vue.d.ts
63
65
  interface AutocompleteCancelProps extends ComboboxCancelProps$1 {}
64
- declare const _default$3: typeof __VLS_export$51;
65
- declare const __VLS_export$51: __VLS_WithSlots$48<import("vue").DefineComponent<AutocompleteCancelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteCancelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
66
+ declare const _default$3: typeof __VLS_export$77;
67
+ declare const __VLS_export$77: __VLS_WithSlots$70<import("vue").DefineComponent<AutocompleteCancelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteCancelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
66
68
  default?: (props: {}) => any;
67
69
  }>;
68
- type __VLS_WithSlots$48<T, S> = T & {
70
+ type __VLS_WithSlots$70<T, S> = T & {
69
71
  new (): {
70
72
  $slots: S;
71
73
  };
@@ -76,8 +78,8 @@ interface AutocompleteContentProps extends Omit<ComboboxContentProps$1, 'positio
76
78
  class?: HTMLAttributes['class'];
77
79
  }
78
80
  interface AutocompleteContentEmits extends ComboboxContentEmits$1 {}
79
- declare const _default$4: typeof __VLS_export$50;
80
- declare const __VLS_export$50: __VLS_WithSlots$47<import("vue").DefineComponent<AutocompleteContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
81
+ declare const _default$4: typeof __VLS_export$76;
82
+ declare const __VLS_export$76: __VLS_WithSlots$69<import("vue").DefineComponent<AutocompleteContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
81
83
  escapeKeyDown: (event: KeyboardEvent) => any;
82
84
  pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
83
85
  focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
@@ -87,10 +89,12 @@ declare const __VLS_export$50: __VLS_WithSlots$47<import("vue").DefineComponent<
87
89
  onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
88
90
  onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
89
91
  onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
90
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
92
+ }>, {
93
+ sideOffset: number;
94
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
91
95
  default?: (props: {}) => any;
92
96
  }>;
93
- type __VLS_WithSlots$47<T, S> = T & {
97
+ type __VLS_WithSlots$69<T, S> = T & {
94
98
  new (): {
95
99
  $slots: S;
96
100
  };
@@ -100,11 +104,11 @@ type __VLS_WithSlots$47<T, S> = T & {
100
104
  interface AutocompleteEmptyProps extends ComboboxEmptyProps$1 {
101
105
  class?: HTMLAttributes['class'];
102
106
  }
103
- declare const _default$5: typeof __VLS_export$49;
104
- declare const __VLS_export$49: __VLS_WithSlots$46<import("vue").DefineComponent<AutocompleteEmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
107
+ declare const _default$5: typeof __VLS_export$75;
108
+ declare const __VLS_export$75: __VLS_WithSlots$68<import("vue").DefineComponent<AutocompleteEmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
105
109
  default?: (props: {}) => any;
106
110
  }>;
107
- type __VLS_WithSlots$46<T, S> = T & {
111
+ type __VLS_WithSlots$68<T, S> = T & {
108
112
  new (): {
109
113
  $slots: S;
110
114
  };
@@ -112,11 +116,11 @@ type __VLS_WithSlots$46<T, S> = T & {
112
116
  //#endregion
113
117
  //#region src/autocomplete/AutocompleteGroup.vue.d.ts
114
118
  interface AutocompleteGroupProps extends ComboboxGroupProps$1 {}
115
- declare const _default$6: typeof __VLS_export$48;
116
- declare const __VLS_export$48: __VLS_WithSlots$45<import("vue").DefineComponent<AutocompleteGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
119
+ declare const _default$6: typeof __VLS_export$74;
120
+ declare const __VLS_export$74: __VLS_WithSlots$67<import("vue").DefineComponent<AutocompleteGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
117
121
  default?: (props: {}) => any;
118
122
  }>;
119
- type __VLS_WithSlots$45<T, S> = T & {
123
+ type __VLS_WithSlots$67<T, S> = T & {
120
124
  new (): {
121
125
  $slots: S;
122
126
  };
@@ -130,13 +134,13 @@ interface AutocompleteInputProps extends AutocompleteInputProps$1 {
130
134
  interface AutocompleteInputEmits extends AutocompleteInputEmits$1 {
131
135
  'cancel': [void];
132
136
  }
133
- declare const _default$7: typeof __VLS_export$47;
134
- declare const __VLS_export$47: import("vue").DefineComponent<AutocompleteInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
135
- cancel: (args_0: void) => any;
137
+ declare const _default$7: typeof __VLS_export$73;
138
+ declare const __VLS_export$73: import("vue").DefineComponent<AutocompleteInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
136
139
  "update:modelValue": (args_0: string) => any;
140
+ cancel: (args_0: void) => any;
137
141
  }, string, import("vue").PublicProps, Readonly<AutocompleteInputProps> & Readonly<{
138
- onCancel?: ((args_0?: void | undefined) => any) | undefined;
139
142
  "onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
143
+ onCancel?: ((args_0?: void | undefined) => any) | undefined;
140
144
  }>, {
141
145
  showTriggerButton: boolean;
142
146
  showCancelButton: boolean;
@@ -147,15 +151,15 @@ interface AutocompleteItemProps extends ComboboxItemProps$1 {
147
151
  class?: HTMLAttributes['class'];
148
152
  }
149
153
  interface AutocompleteItemEmits extends ComboboxItemEmits$1 {}
150
- declare const _default$8: typeof __VLS_export$46;
151
- declare const __VLS_export$46: __VLS_WithSlots$44<import("vue").DefineComponent<AutocompleteItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
154
+ declare const _default$8: typeof __VLS_export$72;
155
+ declare const __VLS_export$72: __VLS_WithSlots$66<import("vue").DefineComponent<AutocompleteItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
152
156
  select: (event: import("reka-ui").ListboxItemSelectEvent<import("reka-ui").AcceptableValue>) => any;
153
157
  }, string, import("vue").PublicProps, Readonly<AutocompleteItemProps> & Readonly<{
154
158
  onSelect?: ((event: import("reka-ui").ListboxItemSelectEvent<import("reka-ui").AcceptableValue>) => any) | undefined;
155
159
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
156
160
  default?: (props: {}) => any;
157
161
  }>;
158
- type __VLS_WithSlots$44<T, S> = T & {
162
+ type __VLS_WithSlots$66<T, S> = T & {
159
163
  new (): {
160
164
  $slots: S;
161
165
  };
@@ -165,11 +169,11 @@ type __VLS_WithSlots$44<T, S> = T & {
165
169
  interface AutocompleteLabelProps extends ComboboxLabelProps$1 {
166
170
  class?: HTMLAttributes['class'];
167
171
  }
168
- declare const _default$9: typeof __VLS_export$45;
169
- declare const __VLS_export$45: __VLS_WithSlots$43<import("vue").DefineComponent<AutocompleteLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
172
+ declare const _default$9: typeof __VLS_export$71;
173
+ declare const __VLS_export$71: __VLS_WithSlots$65<import("vue").DefineComponent<AutocompleteLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
170
174
  default?: (props: {}) => any;
171
175
  }>;
172
- type __VLS_WithSlots$43<T, S> = T & {
176
+ type __VLS_WithSlots$65<T, S> = T & {
173
177
  new (): {
174
178
  $slots: S;
175
179
  };
@@ -177,11 +181,11 @@ type __VLS_WithSlots$43<T, S> = T & {
177
181
  //#endregion
178
182
  //#region src/autocomplete/AutocompletePortal.vue.d.ts
179
183
  interface AutocompletePortalProps extends ComboboxPortalProps$1 {}
180
- declare const _default$10: typeof __VLS_export$44;
181
- declare const __VLS_export$44: __VLS_WithSlots$42<import("vue").DefineComponent<AutocompletePortalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompletePortalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
184
+ declare const _default$10: typeof __VLS_export$70;
185
+ declare const __VLS_export$70: __VLS_WithSlots$64<import("vue").DefineComponent<AutocompletePortalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompletePortalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
182
186
  default?: (props: {}) => any;
183
187
  }>;
184
- type __VLS_WithSlots$42<T, S> = T & {
188
+ type __VLS_WithSlots$64<T, S> = T & {
185
189
  new (): {
186
190
  $slots: S;
187
191
  };
@@ -191,11 +195,11 @@ type __VLS_WithSlots$42<T, S> = T & {
191
195
  interface AutocompleteSeparatorProps extends ComboboxSeparatorProps$1 {
192
196
  class?: HTMLAttributes['class'];
193
197
  }
194
- declare const _default$11: typeof __VLS_export$43;
195
- declare const __VLS_export$43: __VLS_WithSlots$41<import("vue").DefineComponent<AutocompleteSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
198
+ declare const _default$11: typeof __VLS_export$69;
199
+ declare const __VLS_export$69: __VLS_WithSlots$63<import("vue").DefineComponent<AutocompleteSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
196
200
  default?: (props: {}) => any;
197
201
  }>;
198
- type __VLS_WithSlots$41<T, S> = T & {
202
+ type __VLS_WithSlots$63<T, S> = T & {
199
203
  new (): {
200
204
  $slots: S;
201
205
  };
@@ -203,11 +207,11 @@ type __VLS_WithSlots$41<T, S> = T & {
203
207
  //#endregion
204
208
  //#region src/autocomplete/AutocompleteTrigger.vue.d.ts
205
209
  interface AutocompleteTriggerProps extends ComboboxTriggerProps$1 {}
206
- declare const _default$12: typeof __VLS_export$42;
207
- declare const __VLS_export$42: __VLS_WithSlots$40<import("vue").DefineComponent<AutocompleteTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
210
+ declare const _default$12: typeof __VLS_export$68;
211
+ declare const __VLS_export$68: __VLS_WithSlots$62<import("vue").DefineComponent<AutocompleteTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
208
212
  default?: (props: {}) => any;
209
213
  }>;
210
- type __VLS_WithSlots$40<T, S> = T & {
214
+ type __VLS_WithSlots$62<T, S> = T & {
211
215
  new (): {
212
216
  $slots: S;
213
217
  };
@@ -215,11 +219,11 @@ type __VLS_WithSlots$40<T, S> = T & {
215
219
  //#endregion
216
220
  //#region src/autocomplete/AutocompleteViewport.vue.d.ts
217
221
  interface AutocompleteViewportProps extends ComboboxViewportProps$1 {}
218
- declare const _default$13: typeof __VLS_export$41;
219
- declare const __VLS_export$41: __VLS_WithSlots$39<import("vue").DefineComponent<AutocompleteViewportProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
222
+ declare const _default$13: typeof __VLS_export$67;
223
+ declare const __VLS_export$67: __VLS_WithSlots$61<import("vue").DefineComponent<AutocompleteViewportProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
220
224
  default?: (props: {}) => any;
221
225
  }>;
222
- type __VLS_WithSlots$39<T, S> = T & {
226
+ type __VLS_WithSlots$61<T, S> = T & {
223
227
  new (): {
224
228
  $slots: S;
225
229
  };
@@ -230,8 +234,8 @@ interface ComboboxProps extends ComboboxRootProps {
230
234
  class?: HTMLAttributes['class'];
231
235
  }
232
236
  interface ComboboxEmits extends ComboboxRootEmits {}
233
- declare const _default$14: typeof __VLS_export$40;
234
- declare const __VLS_export$40: __VLS_WithSlots$38<import("vue").DefineComponent<ComboboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
237
+ declare const _default$14: typeof __VLS_export$66;
238
+ declare const __VLS_export$66: __VLS_WithSlots$60<import("vue").DefineComponent<ComboboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
235
239
  "update:open": (value: boolean) => any;
236
240
  "update:modelValue": (value: import("reka-ui").AcceptableValue) => any;
237
241
  highlight: (payload: {
@@ -251,7 +255,7 @@ declare const __VLS_export$40: __VLS_WithSlots$38<import("vue").DefineComponent<
251
255
  modelValue: string | number | bigint | Record<string, any> | (string | number | bigint | Record<string, any> | null)[] | null;
252
256
  }) => any;
253
257
  }>;
254
- type __VLS_WithSlots$38<T, S> = T & {
258
+ type __VLS_WithSlots$60<T, S> = T & {
255
259
  new (): {
256
260
  $slots: S;
257
261
  };
@@ -259,11 +263,11 @@ type __VLS_WithSlots$38<T, S> = T & {
259
263
  //#endregion
260
264
  //#region src/combobox/ComboboxAnchor.vue.d.ts
261
265
  interface ComboboxAnchorProps extends ComboboxAnchorProps$1 {}
262
- declare const _default$15: typeof __VLS_export$39;
263
- declare const __VLS_export$39: __VLS_WithSlots$37<import("vue").DefineComponent<ComboboxAnchorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
266
+ declare const _default$15: typeof __VLS_export$65;
267
+ declare const __VLS_export$65: __VLS_WithSlots$59<import("vue").DefineComponent<ComboboxAnchorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
264
268
  default?: (props: {}) => any;
265
269
  }>;
266
- type __VLS_WithSlots$37<T, S> = T & {
270
+ type __VLS_WithSlots$59<T, S> = T & {
267
271
  new (): {
268
272
  $slots: S;
269
273
  };
@@ -271,11 +275,11 @@ type __VLS_WithSlots$37<T, S> = T & {
271
275
  //#endregion
272
276
  //#region src/combobox/ComboboxCancel.vue.d.ts
273
277
  interface ComboboxCancelProps extends ComboboxCancelProps$1 {}
274
- declare const _default$16: typeof __VLS_export$38;
275
- declare const __VLS_export$38: __VLS_WithSlots$36<import("vue").DefineComponent<ComboboxCancelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxCancelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
278
+ declare const _default$16: typeof __VLS_export$64;
279
+ declare const __VLS_export$64: __VLS_WithSlots$58<import("vue").DefineComponent<ComboboxCancelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxCancelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
276
280
  default?: (props: {}) => any;
277
281
  }>;
278
- type __VLS_WithSlots$36<T, S> = T & {
282
+ type __VLS_WithSlots$58<T, S> = T & {
279
283
  new (): {
280
284
  $slots: S;
281
285
  };
@@ -286,8 +290,8 @@ interface ComboboxContentProps extends Omit<ComboboxContentProps$1, 'position'>
286
290
  class?: HTMLAttributes['class'];
287
291
  }
288
292
  interface ComboboxContentEmits extends ComboboxContentEmits$1 {}
289
- declare const _default$17: typeof __VLS_export$37;
290
- declare const __VLS_export$37: __VLS_WithSlots$35<import("vue").DefineComponent<ComboboxContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
293
+ declare const _default$17: typeof __VLS_export$63;
294
+ declare const __VLS_export$63: __VLS_WithSlots$57<import("vue").DefineComponent<ComboboxContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
291
295
  escapeKeyDown: (event: KeyboardEvent) => any;
292
296
  pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
293
297
  focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
@@ -297,10 +301,12 @@ declare const __VLS_export$37: __VLS_WithSlots$35<import("vue").DefineComponent<
297
301
  onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
298
302
  onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
299
303
  onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
300
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
304
+ }>, {
305
+ sideOffset: number;
306
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
301
307
  default?: (props: {}) => any;
302
308
  }>;
303
- type __VLS_WithSlots$35<T, S> = T & {
309
+ type __VLS_WithSlots$57<T, S> = T & {
304
310
  new (): {
305
311
  $slots: S;
306
312
  };
@@ -310,11 +316,11 @@ type __VLS_WithSlots$35<T, S> = T & {
310
316
  interface ComboboxEmptyProps extends ComboboxEmptyProps$1 {
311
317
  class?: HTMLAttributes['class'];
312
318
  }
313
- declare const _default$18: typeof __VLS_export$36;
314
- declare const __VLS_export$36: __VLS_WithSlots$34<import("vue").DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
319
+ declare const _default$18: typeof __VLS_export$62;
320
+ declare const __VLS_export$62: __VLS_WithSlots$56<import("vue").DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
315
321
  default?: (props: {}) => any;
316
322
  }>;
317
- type __VLS_WithSlots$34<T, S> = T & {
323
+ type __VLS_WithSlots$56<T, S> = T & {
318
324
  new (): {
319
325
  $slots: S;
320
326
  };
@@ -322,11 +328,11 @@ type __VLS_WithSlots$34<T, S> = T & {
322
328
  //#endregion
323
329
  //#region src/combobox/ComboboxGroup.vue.d.ts
324
330
  interface ComboboxGroupProps extends ComboboxGroupProps$1 {}
325
- declare const _default$19: typeof __VLS_export$35;
326
- declare const __VLS_export$35: __VLS_WithSlots$33<import("vue").DefineComponent<ComboboxGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
331
+ declare const _default$19: typeof __VLS_export$61;
332
+ declare const __VLS_export$61: __VLS_WithSlots$55<import("vue").DefineComponent<ComboboxGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
327
333
  default?: (props: {}) => any;
328
334
  }>;
329
- type __VLS_WithSlots$33<T, S> = T & {
335
+ type __VLS_WithSlots$55<T, S> = T & {
330
336
  new (): {
331
337
  $slots: S;
332
338
  };
@@ -340,13 +346,13 @@ interface ComboboxInputProps extends ComboboxInputProps$1 {
340
346
  interface ComboboxInputEmits extends ComboboxInputEmits$1 {
341
347
  'cancel': [void];
342
348
  }
343
- declare const _default$20: typeof __VLS_export$34;
344
- declare const __VLS_export$34: import("vue").DefineComponent<ComboboxInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
345
- cancel: (args_0: void) => any;
349
+ declare const _default$20: typeof __VLS_export$60;
350
+ declare const __VLS_export$60: import("vue").DefineComponent<ComboboxInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
346
351
  "update:modelValue": (args_0: string) => any;
352
+ cancel: (args_0: void) => any;
347
353
  }, string, import("vue").PublicProps, Readonly<ComboboxInputProps> & Readonly<{
348
- onCancel?: ((args_0?: void | undefined) => any) | undefined;
349
354
  "onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
355
+ onCancel?: ((args_0?: void | undefined) => any) | undefined;
350
356
  }>, {
351
357
  showTriggerButton: boolean;
352
358
  showCancelButton: boolean;
@@ -357,15 +363,15 @@ interface ComboboxItemProps extends ComboboxItemProps$1 {
357
363
  class?: HTMLAttributes['class'];
358
364
  }
359
365
  interface ComboboxItemEmits extends ComboboxItemEmits$1 {}
360
- declare const _default$21: typeof __VLS_export$33;
361
- declare const __VLS_export$33: __VLS_WithSlots$32<import("vue").DefineComponent<ComboboxItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
366
+ declare const _default$21: typeof __VLS_export$59;
367
+ declare const __VLS_export$59: __VLS_WithSlots$54<import("vue").DefineComponent<ComboboxItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
362
368
  select: (event: import("reka-ui").ListboxItemSelectEvent<import("reka-ui").AcceptableValue>) => any;
363
369
  }, string, import("vue").PublicProps, Readonly<ComboboxItemProps> & Readonly<{
364
370
  onSelect?: ((event: import("reka-ui").ListboxItemSelectEvent<import("reka-ui").AcceptableValue>) => any) | undefined;
365
371
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
366
372
  default?: (props: {}) => any;
367
373
  }>;
368
- type __VLS_WithSlots$32<T, S> = T & {
374
+ type __VLS_WithSlots$54<T, S> = T & {
369
375
  new (): {
370
376
  $slots: S;
371
377
  };
@@ -375,11 +381,11 @@ type __VLS_WithSlots$32<T, S> = T & {
375
381
  interface ComboboxLabelProps extends ComboboxLabelProps$1 {
376
382
  class?: HTMLAttributes['class'];
377
383
  }
378
- declare const _default$22: typeof __VLS_export$32;
379
- declare const __VLS_export$32: __VLS_WithSlots$31<import("vue").DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
384
+ declare const _default$22: typeof __VLS_export$58;
385
+ declare const __VLS_export$58: __VLS_WithSlots$53<import("vue").DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
380
386
  default?: (props: {}) => any;
381
387
  }>;
382
- type __VLS_WithSlots$31<T, S> = T & {
388
+ type __VLS_WithSlots$53<T, S> = T & {
383
389
  new (): {
384
390
  $slots: S;
385
391
  };
@@ -387,11 +393,11 @@ type __VLS_WithSlots$31<T, S> = T & {
387
393
  //#endregion
388
394
  //#region src/combobox/ComboboxPortal.vue.d.ts
389
395
  interface ComboboxPortalProps extends ComboboxPortalProps$1 {}
390
- declare const _default$23: typeof __VLS_export$31;
391
- declare const __VLS_export$31: __VLS_WithSlots$30<import("vue").DefineComponent<ComboboxPortalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
396
+ declare const _default$23: typeof __VLS_export$57;
397
+ declare const __VLS_export$57: __VLS_WithSlots$52<import("vue").DefineComponent<ComboboxPortalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
392
398
  default?: (props: {}) => any;
393
399
  }>;
394
- type __VLS_WithSlots$30<T, S> = T & {
400
+ type __VLS_WithSlots$52<T, S> = T & {
395
401
  new (): {
396
402
  $slots: S;
397
403
  };
@@ -401,11 +407,11 @@ type __VLS_WithSlots$30<T, S> = T & {
401
407
  interface ComboboxSeparatorProps extends ComboboxSeparatorProps$1 {
402
408
  class?: HTMLAttributes['class'];
403
409
  }
404
- declare const _default$24: typeof __VLS_export$30;
405
- declare const __VLS_export$30: __VLS_WithSlots$29<import("vue").DefineComponent<ComboboxSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
410
+ declare const _default$24: typeof __VLS_export$56;
411
+ declare const __VLS_export$56: __VLS_WithSlots$51<import("vue").DefineComponent<ComboboxSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
406
412
  default?: (props: {}) => any;
407
413
  }>;
408
- type __VLS_WithSlots$29<T, S> = T & {
414
+ type __VLS_WithSlots$51<T, S> = T & {
409
415
  new (): {
410
416
  $slots: S;
411
417
  };
@@ -413,11 +419,11 @@ type __VLS_WithSlots$29<T, S> = T & {
413
419
  //#endregion
414
420
  //#region src/combobox/ComboboxTrigger.vue.d.ts
415
421
  interface ComboboxTriggerProps extends ComboboxTriggerProps$1 {}
416
- declare const _default$25: typeof __VLS_export$29;
417
- declare const __VLS_export$29: __VLS_WithSlots$28<import("vue").DefineComponent<ComboboxTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
422
+ declare const _default$25: typeof __VLS_export$55;
423
+ declare const __VLS_export$55: __VLS_WithSlots$50<import("vue").DefineComponent<ComboboxTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
418
424
  default?: (props: {}) => any;
419
425
  }>;
420
- type __VLS_WithSlots$28<T, S> = T & {
426
+ type __VLS_WithSlots$50<T, S> = T & {
421
427
  new (): {
422
428
  $slots: S;
423
429
  };
@@ -425,11 +431,11 @@ type __VLS_WithSlots$28<T, S> = T & {
425
431
  //#endregion
426
432
  //#region src/combobox/ComboboxViewport.vue.d.ts
427
433
  interface ComboboxViewportProps extends ComboboxViewportProps$1 {}
428
- declare const _default$26: typeof __VLS_export$28;
429
- declare const __VLS_export$28: __VLS_WithSlots$27<import("vue").DefineComponent<ComboboxViewportProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
434
+ declare const _default$26: typeof __VLS_export$54;
435
+ declare const __VLS_export$54: __VLS_WithSlots$49<import("vue").DefineComponent<ComboboxViewportProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
430
436
  default?: (props: {}) => any;
431
437
  }>;
432
- type __VLS_WithSlots$27<T, S> = T & {
438
+ type __VLS_WithSlots$49<T, S> = T & {
433
439
  new (): {
434
440
  $slots: S;
435
441
  };
@@ -440,8 +446,8 @@ interface DialogProps extends DialogRootProps {
440
446
  class?: HTMLAttributes['class'];
441
447
  }
442
448
  interface DialogEmits extends DialogRootEmits {}
443
- declare const _default$27: typeof __VLS_export$27;
444
- declare const __VLS_export$27: __VLS_WithSlots$26<import("vue").DefineComponent<DialogProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
449
+ declare const _default$27: typeof __VLS_export$53;
450
+ declare const __VLS_export$53: __VLS_WithSlots$48<import("vue").DefineComponent<DialogProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
445
451
  "update:open": (value: boolean) => any;
446
452
  }, string, import("vue").PublicProps, Readonly<DialogProps> & Readonly<{
447
453
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
@@ -451,7 +457,7 @@ declare const __VLS_export$27: __VLS_WithSlots$26<import("vue").DefineComponent<
451
457
  close: () => void;
452
458
  }) => any;
453
459
  }>;
454
- type __VLS_WithSlots$26<T, S> = T & {
460
+ type __VLS_WithSlots$48<T, S> = T & {
455
461
  new (): {
456
462
  $slots: S;
457
463
  };
@@ -459,13 +465,13 @@ type __VLS_WithSlots$26<T, S> = T & {
459
465
  //#endregion
460
466
  //#region src/dialog/DialogClose.vue.d.ts
461
467
  interface DialogCloseProps extends DialogCloseProps$1 {}
462
- declare const _default$28: typeof __VLS_export$26;
463
- declare const __VLS_export$26: __VLS_WithSlots$25<import("vue").DefineComponent<DialogCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {
468
+ declare const _default$28: typeof __VLS_export$52;
469
+ declare const __VLS_export$52: __VLS_WithSlots$47<import("vue").DefineComponent<DialogCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {
464
470
  as: import("reka-ui").AsTag | import("vue").Component;
465
471
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
466
472
  default?: (props: {}) => any;
467
473
  }>;
468
- type __VLS_WithSlots$25<T, S> = T & {
474
+ type __VLS_WithSlots$47<T, S> = T & {
469
475
  new (): {
470
476
  $slots: S;
471
477
  };
@@ -477,8 +483,8 @@ interface DialogContentProps extends DialogContentProps$1 {
477
483
  showCloseButton?: boolean;
478
484
  }
479
485
  interface DialogContentEmits extends DialogContentEmits$1 {}
480
- declare const _default$29: typeof __VLS_export$25;
481
- declare const __VLS_export$25: __VLS_WithSlots$24<import("vue").DefineComponent<DialogContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
486
+ declare const _default$29: typeof __VLS_export$51;
487
+ declare const __VLS_export$51: __VLS_WithSlots$46<import("vue").DefineComponent<DialogContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
482
488
  escapeKeyDown: (event: KeyboardEvent) => any;
483
489
  pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
484
490
  focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
@@ -497,7 +503,7 @@ declare const __VLS_export$25: __VLS_WithSlots$24<import("vue").DefineComponent<
497
503
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
498
504
  default?: (props: {}) => any;
499
505
  }>;
500
- type __VLS_WithSlots$24<T, S> = T & {
506
+ type __VLS_WithSlots$46<T, S> = T & {
501
507
  new (): {
502
508
  $slots: S;
503
509
  };
@@ -507,13 +513,13 @@ type __VLS_WithSlots$24<T, S> = T & {
507
513
  interface DialogDescriptionProps extends DialogDescriptionProps$1 {
508
514
  class?: HTMLAttributes['class'];
509
515
  }
510
- declare const _default$30: typeof __VLS_export$24;
511
- declare const __VLS_export$24: __VLS_WithSlots$23<import("vue").DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {
516
+ declare const _default$30: typeof __VLS_export$50;
517
+ declare const __VLS_export$50: __VLS_WithSlots$45<import("vue").DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {
512
518
  as: import("reka-ui").AsTag | import("vue").Component;
513
519
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
514
520
  default?: (props: {}) => any;
515
521
  }>;
516
- type __VLS_WithSlots$23<T, S> = T & {
522
+ type __VLS_WithSlots$45<T, S> = T & {
517
523
  new (): {
518
524
  $slots: S;
519
525
  };
@@ -523,11 +529,11 @@ type __VLS_WithSlots$23<T, S> = T & {
523
529
  interface DialogFooterProps extends PrimitiveProps {
524
530
  class?: HTMLAttributes['class'];
525
531
  }
526
- declare const _default$31: typeof __VLS_export$23;
527
- declare const __VLS_export$23: __VLS_WithSlots$22<import("vue").DefineComponent<DialogFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
532
+ declare const _default$31: typeof __VLS_export$49;
533
+ declare const __VLS_export$49: __VLS_WithSlots$44<import("vue").DefineComponent<DialogFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
528
534
  default?: (props: {}) => any;
529
535
  }>;
530
- type __VLS_WithSlots$22<T, S> = T & {
536
+ type __VLS_WithSlots$44<T, S> = T & {
531
537
  new (): {
532
538
  $slots: S;
533
539
  };
@@ -537,11 +543,11 @@ type __VLS_WithSlots$22<T, S> = T & {
537
543
  interface DialogHeaderProps extends PrimitiveProps {
538
544
  class?: HTMLAttributes['class'];
539
545
  }
540
- declare const _default$32: typeof __VLS_export$22;
541
- declare const __VLS_export$22: __VLS_WithSlots$21<import("vue").DefineComponent<DialogHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
546
+ declare const _default$32: typeof __VLS_export$48;
547
+ declare const __VLS_export$48: __VLS_WithSlots$43<import("vue").DefineComponent<DialogHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
542
548
  default?: (props: {}) => any;
543
549
  }>;
544
- type __VLS_WithSlots$21<T, S> = T & {
550
+ type __VLS_WithSlots$43<T, S> = T & {
545
551
  new (): {
546
552
  $slots: S;
547
553
  };
@@ -551,11 +557,11 @@ type __VLS_WithSlots$21<T, S> = T & {
551
557
  interface DialogOverlayProps extends DialogOverlayProps$1 {
552
558
  class?: HTMLAttributes['class'];
553
559
  }
554
- declare const _default$33: typeof __VLS_export$21;
555
- declare const __VLS_export$21: __VLS_WithSlots$20<import("vue").DefineComponent<DialogOverlayProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
560
+ declare const _default$33: typeof __VLS_export$47;
561
+ declare const __VLS_export$47: __VLS_WithSlots$42<import("vue").DefineComponent<DialogOverlayProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
556
562
  default?: (props: {}) => any;
557
563
  }>;
558
- type __VLS_WithSlots$20<T, S> = T & {
564
+ type __VLS_WithSlots$42<T, S> = T & {
559
565
  new (): {
560
566
  $slots: S;
561
567
  };
@@ -565,13 +571,13 @@ type __VLS_WithSlots$20<T, S> = T & {
565
571
  interface DialogTitleProps extends DialogTitleProps$1 {
566
572
  class?: HTMLAttributes['class'];
567
573
  }
568
- declare const _default$34: typeof __VLS_export$20;
569
- declare const __VLS_export$20: __VLS_WithSlots$19<import("vue").DefineComponent<DialogTitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {
574
+ declare const _default$34: typeof __VLS_export$46;
575
+ declare const __VLS_export$46: __VLS_WithSlots$41<import("vue").DefineComponent<DialogTitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {
570
576
  as: import("reka-ui").AsTag | import("vue").Component;
571
577
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
572
578
  default?: (props: {}) => any;
573
579
  }>;
574
- type __VLS_WithSlots$19<T, S> = T & {
580
+ type __VLS_WithSlots$41<T, S> = T & {
575
581
  new (): {
576
582
  $slots: S;
577
583
  };
@@ -579,11 +585,11 @@ type __VLS_WithSlots$19<T, S> = T & {
579
585
  //#endregion
580
586
  //#region src/dialog/DialogTrigger.vue.d.ts
581
587
  interface DialogTriggerProps extends DialogTriggerProps$1 {}
582
- declare const _default$35: typeof __VLS_export$19;
583
- declare const __VLS_export$19: __VLS_WithSlots$18<import("vue").DefineComponent<DialogTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
588
+ declare const _default$35: typeof __VLS_export$45;
589
+ declare const __VLS_export$45: __VLS_WithSlots$40<import("vue").DefineComponent<DialogTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
584
590
  default?: (props: {}) => any;
585
591
  }>;
586
- type __VLS_WithSlots$18<T, S> = T & {
592
+ type __VLS_WithSlots$40<T, S> = T & {
587
593
  new (): {
588
594
  $slots: S;
589
595
  };
@@ -594,8 +600,8 @@ interface DrawerProps extends DialogRootProps {
594
600
  class?: HTMLAttributes['class'];
595
601
  }
596
602
  interface DrawerEmits extends DialogRootEmits {}
597
- declare const _default$36: typeof __VLS_export$18;
598
- declare const __VLS_export$18: __VLS_WithSlots$17<import("vue").DefineComponent<DrawerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
603
+ declare const _default$36: typeof __VLS_export$44;
604
+ declare const __VLS_export$44: __VLS_WithSlots$39<import("vue").DefineComponent<DrawerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
599
605
  "update:open": (value: boolean) => any;
600
606
  }, string, import("vue").PublicProps, Readonly<DrawerProps> & Readonly<{
601
607
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
@@ -605,7 +611,7 @@ declare const __VLS_export$18: __VLS_WithSlots$17<import("vue").DefineComponent<
605
611
  close: () => void;
606
612
  }) => any;
607
613
  }>;
608
- type __VLS_WithSlots$17<T, S> = T & {
614
+ type __VLS_WithSlots$39<T, S> = T & {
609
615
  new (): {
610
616
  $slots: S;
611
617
  };
@@ -613,13 +619,13 @@ type __VLS_WithSlots$17<T, S> = T & {
613
619
  //#endregion
614
620
  //#region src/drawer/DrawerClose.vue.d.ts
615
621
  interface DrawerCloseProps extends DialogCloseProps$1 {}
616
- declare const _default$37: typeof __VLS_export$17;
617
- declare const __VLS_export$17: __VLS_WithSlots$16<import("vue").DefineComponent<DrawerCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerCloseProps> & Readonly<{}>, {
622
+ declare const _default$37: typeof __VLS_export$43;
623
+ declare const __VLS_export$43: __VLS_WithSlots$38<import("vue").DefineComponent<DrawerCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerCloseProps> & Readonly<{}>, {
618
624
  as: import("reka-ui").AsTag | import("vue").Component;
619
625
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
620
626
  default?: (props: {}) => any;
621
627
  }>;
622
- type __VLS_WithSlots$16<T, S> = T & {
628
+ type __VLS_WithSlots$38<T, S> = T & {
623
629
  new (): {
624
630
  $slots: S;
625
631
  };
@@ -632,8 +638,8 @@ interface DrawerContentProps extends DialogContentProps$1 {
632
638
  side?: 'top' | 'right' | 'bottom' | 'left';
633
639
  showCloseButton?: boolean;
634
640
  }
635
- declare const _default$38: typeof __VLS_export$16;
636
- declare const __VLS_export$16: __VLS_WithSlots$15<import("vue").DefineComponent<DrawerContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
641
+ declare const _default$38: typeof __VLS_export$42;
642
+ declare const __VLS_export$42: __VLS_WithSlots$37<import("vue").DefineComponent<DrawerContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
637
643
  escapeKeyDown: (event: KeyboardEvent) => any;
638
644
  pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
639
645
  focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
@@ -648,12 +654,12 @@ declare const __VLS_export$16: __VLS_WithSlots$15<import("vue").DefineComponent<
648
654
  onOpenAutoFocus?: ((event: Event) => any) | undefined;
649
655
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
650
656
  }>, {
651
- side: "top" | "right" | "bottom" | "left";
652
657
  showCloseButton: boolean;
658
+ side: "top" | "right" | "bottom" | "left";
653
659
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
654
660
  default?: (props: {}) => any;
655
661
  }>;
656
- type __VLS_WithSlots$15<T, S> = T & {
662
+ type __VLS_WithSlots$37<T, S> = T & {
657
663
  new (): {
658
664
  $slots: S;
659
665
  };
@@ -663,13 +669,13 @@ type __VLS_WithSlots$15<T, S> = T & {
663
669
  interface DrawerDescriptionProps extends DialogDescriptionProps$1 {
664
670
  class?: HTMLAttributes['class'];
665
671
  }
666
- declare const _default$39: typeof __VLS_export$15;
667
- declare const __VLS_export$15: __VLS_WithSlots$14<import("vue").DefineComponent<DrawerDescriptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerDescriptionProps> & Readonly<{}>, {
672
+ declare const _default$39: typeof __VLS_export$41;
673
+ declare const __VLS_export$41: __VLS_WithSlots$36<import("vue").DefineComponent<DrawerDescriptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerDescriptionProps> & Readonly<{}>, {
668
674
  as: import("reka-ui").AsTag | import("vue").Component;
669
675
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
670
676
  default?: (props: {}) => any;
671
677
  }>;
672
- type __VLS_WithSlots$14<T, S> = T & {
678
+ type __VLS_WithSlots$36<T, S> = T & {
673
679
  new (): {
674
680
  $slots: S;
675
681
  };
@@ -679,11 +685,11 @@ type __VLS_WithSlots$14<T, S> = T & {
679
685
  interface DrawerFooterProps extends PrimitiveProps {
680
686
  class?: HTMLAttributes['class'];
681
687
  }
682
- declare const _default$40: typeof __VLS_export$14;
683
- declare const __VLS_export$14: __VLS_WithSlots$13<import("vue").DefineComponent<DrawerFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
688
+ declare const _default$40: typeof __VLS_export$40;
689
+ declare const __VLS_export$40: __VLS_WithSlots$35<import("vue").DefineComponent<DrawerFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
684
690
  default?: (props: {}) => any;
685
691
  }>;
686
- type __VLS_WithSlots$13<T, S> = T & {
692
+ type __VLS_WithSlots$35<T, S> = T & {
687
693
  new (): {
688
694
  $slots: S;
689
695
  };
@@ -693,11 +699,11 @@ type __VLS_WithSlots$13<T, S> = T & {
693
699
  interface DrawerHeaderProps extends PrimitiveProps {
694
700
  class?: HTMLAttributes['class'];
695
701
  }
696
- declare const _default$41: typeof __VLS_export$13;
697
- declare const __VLS_export$13: __VLS_WithSlots$12<import("vue").DefineComponent<DrawerHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
702
+ declare const _default$41: typeof __VLS_export$39;
703
+ declare const __VLS_export$39: __VLS_WithSlots$34<import("vue").DefineComponent<DrawerHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
698
704
  default?: (props: {}) => any;
699
705
  }>;
700
- type __VLS_WithSlots$12<T, S> = T & {
706
+ type __VLS_WithSlots$34<T, S> = T & {
701
707
  new (): {
702
708
  $slots: S;
703
709
  };
@@ -707,11 +713,11 @@ type __VLS_WithSlots$12<T, S> = T & {
707
713
  interface DrawerOverlayProps extends DialogOverlayProps$1 {
708
714
  class?: HTMLAttributes['class'];
709
715
  }
710
- declare const _default$42: typeof __VLS_export$12;
711
- declare const __VLS_export$12: __VLS_WithSlots$11<import("vue").DefineComponent<DrawerOverlayProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
716
+ declare const _default$42: typeof __VLS_export$38;
717
+ declare const __VLS_export$38: __VLS_WithSlots$33<import("vue").DefineComponent<DrawerOverlayProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
712
718
  default?: (props: {}) => any;
713
719
  }>;
714
- type __VLS_WithSlots$11<T, S> = T & {
720
+ type __VLS_WithSlots$33<T, S> = T & {
715
721
  new (): {
716
722
  $slots: S;
717
723
  };
@@ -721,13 +727,13 @@ type __VLS_WithSlots$11<T, S> = T & {
721
727
  interface DrawerTitleProps extends DialogTitleProps$1 {
722
728
  class?: HTMLAttributes['class'];
723
729
  }
724
- declare const _default$43: typeof __VLS_export$11;
725
- declare const __VLS_export$11: __VLS_WithSlots$10<import("vue").DefineComponent<DrawerTitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerTitleProps> & Readonly<{}>, {
730
+ declare const _default$43: typeof __VLS_export$37;
731
+ declare const __VLS_export$37: __VLS_WithSlots$32<import("vue").DefineComponent<DrawerTitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerTitleProps> & Readonly<{}>, {
726
732
  as: import("reka-ui").AsTag | import("vue").Component;
727
733
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
728
734
  default?: (props: {}) => any;
729
735
  }>;
730
- type __VLS_WithSlots$10<T, S> = T & {
736
+ type __VLS_WithSlots$32<T, S> = T & {
731
737
  new (): {
732
738
  $slots: S;
733
739
  };
@@ -735,32 +741,442 @@ type __VLS_WithSlots$10<T, S> = T & {
735
741
  //#endregion
736
742
  //#region src/drawer/DrawerTrigger.vue.d.ts
737
743
  interface DrawerTriggerProps extends DialogTriggerProps$1 {}
738
- declare const _default$44: typeof __VLS_export$10;
739
- declare const __VLS_export$10: __VLS_WithSlots$9<import("vue").DefineComponent<DrawerTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
744
+ declare const _default$44: typeof __VLS_export$36;
745
+ declare const __VLS_export$36: __VLS_WithSlots$31<import("vue").DefineComponent<DrawerTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
740
746
  default?: (props: {}) => any;
741
747
  }>;
742
- type __VLS_WithSlots$9<T, S> = T & {
748
+ type __VLS_WithSlots$31<T, S> = T & {
743
749
  new (): {
744
750
  $slots: S;
745
751
  };
746
752
  }; //# sourceMappingURL=DrawerTrigger.vue.d.ts.map
747
753
  //#endregion
754
+ //#region src/dropdown-menu/DropdownMenu.vue.d.ts
755
+ interface DropdownMenuProps extends DropdownMenuRootProps {}
756
+ interface DropdownMenuEmits extends DropdownMenuRootEmits {}
757
+ declare const _default$45: typeof __VLS_export$35;
758
+ declare const __VLS_export$35: __VLS_WithSlots$30<import("vue").DefineComponent<DropdownMenuProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
759
+ "update:open": (payload: boolean) => any;
760
+ }, string, import("vue").PublicProps, Readonly<DropdownMenuProps> & Readonly<{
761
+ "onUpdate:open"?: ((payload: boolean) => any) | undefined;
762
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
763
+ default?: (props: {
764
+ open: boolean;
765
+ }) => any;
766
+ }>;
767
+ type __VLS_WithSlots$30<T, S> = T & {
768
+ new (): {
769
+ $slots: S;
770
+ };
771
+ }; //# sourceMappingURL=DropdownMenu.vue.d.ts.map
772
+ //#endregion
773
+ //#region src/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts
774
+ interface DropdownMenuCheckboxItemProps extends DropdownMenuCheckboxItemProps$1 {
775
+ class?: HTMLAttributes['class'];
776
+ }
777
+ interface DropdownMenuCheckboxItemEmits extends DropdownMenuCheckboxItemEmits$1 {}
778
+ declare const _default$46: typeof __VLS_export$34;
779
+ declare const __VLS_export$34: __VLS_WithSlots$29<import("vue").DefineComponent<DropdownMenuCheckboxItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
780
+ "update:modelValue": (payload: boolean) => any;
781
+ select: (event: Event) => any;
782
+ }, string, import("vue").PublicProps, Readonly<DropdownMenuCheckboxItemProps> & Readonly<{
783
+ "onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
784
+ onSelect?: ((event: Event) => any) | undefined;
785
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
786
+ default?: (props: {}) => any;
787
+ }>;
788
+ type __VLS_WithSlots$29<T, S> = T & {
789
+ new (): {
790
+ $slots: S;
791
+ };
792
+ }; //# sourceMappingURL=DropdownMenuCheckboxItem.vue.d.ts.map
793
+ //#endregion
794
+ //#region src/dropdown-menu/DropdownMenuContent.vue.d.ts
795
+ interface DropdownMenuContentProps extends DropdownMenuContentProps$1 {
796
+ class?: HTMLAttributes['class'];
797
+ }
798
+ interface DropdownMenuContentEmits extends DropdownMenuContentEmits$1 {}
799
+ declare const _default$47: typeof __VLS_export$33;
800
+ declare const __VLS_export$33: __VLS_WithSlots$28<import("vue").DefineComponent<DropdownMenuContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
801
+ escapeKeyDown: (event: KeyboardEvent) => any;
802
+ pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
803
+ focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
804
+ interactOutside: (event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any;
805
+ closeAutoFocus: (event: Event) => any;
806
+ }, string, import("vue").PublicProps, Readonly<DropdownMenuContentProps> & Readonly<{
807
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
808
+ onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
809
+ onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
810
+ onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
811
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
812
+ }>, {
813
+ sideOffset: number;
814
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
815
+ default?: (props: {}) => any;
816
+ }>;
817
+ type __VLS_WithSlots$28<T, S> = T & {
818
+ new (): {
819
+ $slots: S;
820
+ };
821
+ }; //# sourceMappingURL=DropdownMenuContent.vue.d.ts.map
822
+ //#endregion
823
+ //#region src/dropdown-menu/DropdownMenuGroup.vue.d.ts
824
+ interface DropdownMenuGroupProps extends DropdownMenuGroupProps$1 {}
825
+ declare const _default$48: typeof __VLS_export$32;
826
+ declare const __VLS_export$32: __VLS_WithSlots$27<import("vue").DefineComponent<DropdownMenuGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
827
+ default?: (props: {}) => any;
828
+ }>;
829
+ type __VLS_WithSlots$27<T, S> = T & {
830
+ new (): {
831
+ $slots: S;
832
+ };
833
+ }; //# sourceMappingURL=DropdownMenuGroup.vue.d.ts.map
834
+ //#endregion
835
+ //#region src/dropdown-menu/DropdownMenuItem.vue.d.ts
836
+ interface DropdownMenuItemProps extends DropdownMenuItemProps$1 {
837
+ class?: HTMLAttributes['class'];
838
+ inset?: boolean;
839
+ }
840
+ declare const _default$49: typeof __VLS_export$31;
841
+ declare const __VLS_export$31: __VLS_WithSlots$26<import("vue").DefineComponent<DropdownMenuItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
842
+ default?: (props: {}) => any;
843
+ }>;
844
+ type __VLS_WithSlots$26<T, S> = T & {
845
+ new (): {
846
+ $slots: S;
847
+ };
848
+ }; //# sourceMappingURL=DropdownMenuItem.vue.d.ts.map
849
+ //#endregion
850
+ //#region src/dropdown-menu/DropdownMenuLabel.vue.d.ts
851
+ interface DropdownMenuLabelProps extends DropdownMenuLabelProps$1 {
852
+ class?: HTMLAttributes['class'];
853
+ inset?: boolean;
854
+ }
855
+ declare const _default$50: typeof __VLS_export$30;
856
+ declare const __VLS_export$30: __VLS_WithSlots$25<import("vue").DefineComponent<DropdownMenuLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
857
+ default?: (props: {}) => any;
858
+ }>;
859
+ type __VLS_WithSlots$25<T, S> = T & {
860
+ new (): {
861
+ $slots: S;
862
+ };
863
+ }; //# sourceMappingURL=DropdownMenuLabel.vue.d.ts.map
864
+ //#endregion
865
+ //#region src/dropdown-menu/DropdownMenuPortal.vue.d.ts
866
+ interface DropdownMenuPortalProps extends DropdownMenuPortalProps$1 {}
867
+ declare const _default$51: typeof __VLS_export$29;
868
+ declare const __VLS_export$29: __VLS_WithSlots$24<import("vue").DefineComponent<DropdownMenuPortalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
869
+ default?: (props: {}) => any;
870
+ }>;
871
+ type __VLS_WithSlots$24<T, S> = T & {
872
+ new (): {
873
+ $slots: S;
874
+ };
875
+ }; //# sourceMappingURL=DropdownMenuPortal.vue.d.ts.map
876
+ //#endregion
877
+ //#region src/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts
878
+ interface DropdownMenuRadioGroupProps extends DropdownMenuRadioGroupProps$1 {}
879
+ interface DropdownMenuRadioGroupEmits extends DropdownMenuRadioGroupEmits$1 {}
880
+ declare const _default$52: typeof __VLS_export$28;
881
+ declare const __VLS_export$28: __VLS_WithSlots$23<import("vue").DefineComponent<DropdownMenuRadioGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
882
+ "update:modelValue": (payload: import("reka-ui").AcceptableValue) => any;
883
+ }, string, import("vue").PublicProps, Readonly<DropdownMenuRadioGroupProps> & Readonly<{
884
+ "onUpdate:modelValue"?: ((payload: import("reka-ui").AcceptableValue) => any) | undefined;
885
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
886
+ default?: (props: {}) => any;
887
+ }>;
888
+ type __VLS_WithSlots$23<T, S> = T & {
889
+ new (): {
890
+ $slots: S;
891
+ };
892
+ }; //# sourceMappingURL=DropdownMenuRadioGroup.vue.d.ts.map
893
+ //#endregion
894
+ //#region src/dropdown-menu/DropdownMenuRadioItem.vue.d.ts
895
+ interface DropdownMenuRadioItemProps extends DropdownMenuRadioItemProps$1 {
896
+ class?: HTMLAttributes['class'];
897
+ }
898
+ interface DropdownMenuRadioItemEmits extends DropdownMenuRadioItemEmits$1 {}
899
+ declare const _default$53: typeof __VLS_export$27;
900
+ declare const __VLS_export$27: __VLS_WithSlots$22<import("vue").DefineComponent<DropdownMenuRadioItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
901
+ select: (event: Event) => any;
902
+ }, string, import("vue").PublicProps, Readonly<DropdownMenuRadioItemProps> & Readonly<{
903
+ onSelect?: ((event: Event) => any) | undefined;
904
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
905
+ default?: (props: {}) => any;
906
+ }>;
907
+ type __VLS_WithSlots$22<T, S> = T & {
908
+ new (): {
909
+ $slots: S;
910
+ };
911
+ }; //# sourceMappingURL=DropdownMenuRadioItem.vue.d.ts.map
912
+ //#endregion
913
+ //#region src/dropdown-menu/DropdownMenuSeparator.vue.d.ts
914
+ interface DropdownMenuSeparatorProps extends DropdownMenuSeparatorProps$1 {
915
+ class?: HTMLAttributes['class'];
916
+ }
917
+ declare const _default$54: typeof __VLS_export$26;
918
+ declare const __VLS_export$26: import("vue").DefineComponent<DropdownMenuSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=DropdownMenuSeparator.vue.d.ts.map
919
+ //#endregion
920
+ //#region src/dropdown-menu/DropdownMenuShortcut.vue.d.ts
921
+ interface DropdownMenuShortcutProps extends PrimitiveProps {
922
+ class?: HTMLAttributes['class'];
923
+ }
924
+ declare const _default$55: typeof __VLS_export$25;
925
+ declare const __VLS_export$25: __VLS_WithSlots$21<import("vue").DefineComponent<DropdownMenuShortcutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuShortcutProps> & Readonly<{}>, {
926
+ as: import("reka-ui").AsTag | import("vue").Component;
927
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
928
+ default?: (props: {}) => any;
929
+ }>;
930
+ type __VLS_WithSlots$21<T, S> = T & {
931
+ new (): {
932
+ $slots: S;
933
+ };
934
+ }; //# sourceMappingURL=DropdownMenuShortcut.vue.d.ts.map
935
+ //#endregion
936
+ //#region src/dropdown-menu/DropdownMenuSub.vue.d.ts
937
+ interface DropdownMenuSubProps extends DropdownMenuSubProps$1 {}
938
+ declare const _default$56: typeof __VLS_export$24;
939
+ declare const __VLS_export$24: __VLS_WithSlots$20<import("vue").DefineComponent<DropdownMenuSubProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
940
+ "update:open": (payload: boolean) => any;
941
+ }, string, import("vue").PublicProps, Readonly<DropdownMenuSubProps> & Readonly<{
942
+ "onUpdate:open"?: ((payload: boolean) => any) | undefined;
943
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
944
+ default?: (props: {
945
+ open: boolean;
946
+ }) => any;
947
+ }>;
948
+ type __VLS_WithSlots$20<T, S> = T & {
949
+ new (): {
950
+ $slots: S;
951
+ };
952
+ }; //# sourceMappingURL=DropdownMenuSub.vue.d.ts.map
953
+ //#endregion
954
+ //#region src/dropdown-menu/DropdownMenuSubContent.vue.d.ts
955
+ interface DropdownMenuSubContentProps extends DropdownMenuSubContentProps$1 {
956
+ class?: HTMLAttributes['class'];
957
+ }
958
+ interface DropdownMenuSubContentEmits extends DropdownMenuSubContentEmits$1 {}
959
+ declare const _default$57: typeof __VLS_export$23;
960
+ declare const __VLS_export$23: __VLS_WithSlots$19<import("vue").DefineComponent<DropdownMenuSubContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
961
+ escapeKeyDown: (event: KeyboardEvent) => any;
962
+ pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
963
+ focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
964
+ interactOutside: (event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any;
965
+ openAutoFocus: (event: Event) => any;
966
+ closeAutoFocus: (event: Event) => any;
967
+ entryFocus: (event: Event) => any;
968
+ }, string, import("vue").PublicProps, Readonly<DropdownMenuSubContentProps> & Readonly<{
969
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
970
+ onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
971
+ onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
972
+ onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
973
+ onOpenAutoFocus?: ((event: Event) => any) | undefined;
974
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
975
+ onEntryFocus?: ((event: Event) => any) | undefined;
976
+ }>, {
977
+ sideOffset: number;
978
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
979
+ default?: (props: {}) => any;
980
+ }>;
981
+ type __VLS_WithSlots$19<T, S> = T & {
982
+ new (): {
983
+ $slots: S;
984
+ };
985
+ }; //# sourceMappingURL=DropdownMenuSubContent.vue.d.ts.map
986
+ //#endregion
987
+ //#region src/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts
988
+ interface DropdownMenuSubTriggerProps extends DropdownMenuSubTriggerProps$1 {
989
+ class?: HTMLAttributes['class'];
990
+ inset?: boolean;
991
+ }
992
+ declare const _default$58: typeof __VLS_export$22;
993
+ declare const __VLS_export$22: __VLS_WithSlots$18<import("vue").DefineComponent<DropdownMenuSubTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuSubTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
994
+ default?: (props: {}) => any;
995
+ }>;
996
+ type __VLS_WithSlots$18<T, S> = T & {
997
+ new (): {
998
+ $slots: S;
999
+ };
1000
+ }; //# sourceMappingURL=DropdownMenuSubTrigger.vue.d.ts.map
1001
+ //#endregion
1002
+ //#region src/dropdown-menu/DropdownMenuTrigger.vue.d.ts
1003
+ interface DropdownMenuTriggerProps extends DropdownMenuTriggerProps$1 {}
1004
+ declare const _default$59: typeof __VLS_export$21;
1005
+ declare const __VLS_export$21: __VLS_WithSlots$17<import("vue").DefineComponent<DropdownMenuTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1006
+ default?: (props: {}) => any;
1007
+ }>;
1008
+ type __VLS_WithSlots$17<T, S> = T & {
1009
+ new (): {
1010
+ $slots: S;
1011
+ };
1012
+ }; //# sourceMappingURL=DropdownMenuTrigger.vue.d.ts.map
1013
+ //#endregion
1014
+ //#region src/select/Select.vue.d.ts
1015
+ interface SelectProps extends SelectRootProps {}
1016
+ interface SelectEmits extends SelectRootEmits {}
1017
+ declare const _default$60: typeof __VLS_export$20;
1018
+ declare const __VLS_export$20: __VLS_WithSlots$16<import("vue").DefineComponent<SelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1019
+ "update:open": (value: boolean) => any;
1020
+ "update:modelValue": (value: import("reka-ui").AcceptableValue) => any;
1021
+ }, string, import("vue").PublicProps, Readonly<SelectProps> & Readonly<{
1022
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
1023
+ "onUpdate:modelValue"?: ((value: import("reka-ui").AcceptableValue) => any) | undefined;
1024
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1025
+ default?: (props: {
1026
+ modelValue: string | number | bigint | Record<string, any> | (string | number | bigint | Record<string, any> | null)[] | null | undefined;
1027
+ open: boolean;
1028
+ }) => any;
1029
+ }>;
1030
+ type __VLS_WithSlots$16<T, S> = T & {
1031
+ new (): {
1032
+ $slots: S;
1033
+ };
1034
+ }; //# sourceMappingURL=Select.vue.d.ts.map
1035
+ //#endregion
1036
+ //#region src/select/SelectContent.vue.d.ts
1037
+ interface SelectContentProps extends Omit<SelectContentProps$1, 'position'> {
1038
+ class?: HTMLAttributes['class'];
1039
+ }
1040
+ interface SelectContentEmits extends SelectContentEmits$1 {}
1041
+ declare const _default$61: typeof __VLS_export$19;
1042
+ declare const __VLS_export$19: __VLS_WithSlots$15<import("vue").DefineComponent<SelectContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1043
+ escapeKeyDown: (event: KeyboardEvent) => any;
1044
+ pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
1045
+ closeAutoFocus: (event: Event) => any;
1046
+ }, string, import("vue").PublicProps, Readonly<SelectContentProps> & Readonly<{
1047
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
1048
+ onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
1049
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
1050
+ }>, {
1051
+ sideOffset: number;
1052
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1053
+ default?: (props: {}) => any;
1054
+ }>;
1055
+ type __VLS_WithSlots$15<T, S> = T & {
1056
+ new (): {
1057
+ $slots: S;
1058
+ };
1059
+ }; //# sourceMappingURL=SelectContent.vue.d.ts.map
1060
+ //#endregion
1061
+ //#region src/select/SelectGroup.vue.d.ts
1062
+ interface SelectGroupProps extends SelectGroupProps$1 {}
1063
+ declare const _default$62: typeof __VLS_export$18;
1064
+ declare const __VLS_export$18: __VLS_WithSlots$14<import("vue").DefineComponent<SelectGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1065
+ default?: (props: {}) => any;
1066
+ }>;
1067
+ type __VLS_WithSlots$14<T, S> = T & {
1068
+ new (): {
1069
+ $slots: S;
1070
+ };
1071
+ }; //# sourceMappingURL=SelectGroup.vue.d.ts.map
1072
+ //#endregion
1073
+ //#region src/select/SelectItem.vue.d.ts
1074
+ interface SelectItemProps extends SelectItemProps$1 {
1075
+ class?: HTMLAttributes['class'];
1076
+ }
1077
+ declare const _default$63: typeof __VLS_export$17;
1078
+ declare const __VLS_export$17: __VLS_WithSlots$13<import("vue").DefineComponent<SelectItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1079
+ default?: (props: {}) => any;
1080
+ }>;
1081
+ type __VLS_WithSlots$13<T, S> = T & {
1082
+ new (): {
1083
+ $slots: S;
1084
+ };
1085
+ }; //# sourceMappingURL=SelectItem.vue.d.ts.map
1086
+ //#endregion
1087
+ //#region src/select/SelectItemText.vue.d.ts
1088
+ interface SelectItemTextProps extends SelectItemTextProps$1 {}
1089
+ declare const _default$64: typeof __VLS_export$16;
1090
+ declare const __VLS_export$16: __VLS_WithSlots$12<import("vue").DefineComponent<SelectItemTextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1091
+ default?: (props: {}) => any;
1092
+ }>;
1093
+ type __VLS_WithSlots$12<T, S> = T & {
1094
+ new (): {
1095
+ $slots: S;
1096
+ };
1097
+ }; //# sourceMappingURL=SelectItemText.vue.d.ts.map
1098
+ //#endregion
1099
+ //#region src/select/SelectLabel.vue.d.ts
1100
+ interface SelectLabelProps extends SelectLabelProps$1 {
1101
+ class?: HTMLAttributes['class'];
1102
+ }
1103
+ declare const _default$65: typeof __VLS_export$15;
1104
+ declare const __VLS_export$15: __VLS_WithSlots$11<import("vue").DefineComponent<SelectLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1105
+ default?: (props: {}) => any;
1106
+ }>;
1107
+ type __VLS_WithSlots$11<T, S> = T & {
1108
+ new (): {
1109
+ $slots: S;
1110
+ };
1111
+ }; //# sourceMappingURL=SelectLabel.vue.d.ts.map
1112
+ //#endregion
1113
+ //#region src/select/SelectScrollDownButton.vue.d.ts
1114
+ interface SelectScrollDownButtonProps extends SelectScrollDownButtonProps$1 {
1115
+ class?: HTMLAttributes['class'];
1116
+ }
1117
+ declare const _default$66: typeof __VLS_export$14;
1118
+ declare const __VLS_export$14: import("vue").DefineComponent<SelectScrollDownButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectScrollDownButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=SelectScrollDownButton.vue.d.ts.map
1119
+ //#endregion
1120
+ //#region src/select/SelectScrollUpButton.vue.d.ts
1121
+ interface SelectScrollUpButtonProps extends SelectScrollUpButtonProps$1 {
1122
+ class?: HTMLAttributes['class'];
1123
+ }
1124
+ declare const _default$67: typeof __VLS_export$13;
1125
+ declare const __VLS_export$13: import("vue").DefineComponent<SelectScrollUpButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectScrollUpButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=SelectScrollUpButton.vue.d.ts.map
1126
+ //#endregion
1127
+ //#region src/select/SelectSeparator.vue.d.ts
1128
+ interface SelectSeparatorProps extends SelectSeparatorProps$1 {
1129
+ class?: HTMLAttributes['class'];
1130
+ }
1131
+ declare const _default$68: typeof __VLS_export$12;
1132
+ declare const __VLS_export$12: import("vue").DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=SelectSeparator.vue.d.ts.map
1133
+ //#endregion
1134
+ //#region src/select/SelectTrigger.vue.d.ts
1135
+ interface SelectTriggerProps extends SelectTriggerProps$1 {
1136
+ class?: HTMLAttributes['class'];
1137
+ }
1138
+ declare const _default$69: typeof __VLS_export$11;
1139
+ declare const __VLS_export$11: __VLS_WithSlots$10<import("vue").DefineComponent<SelectTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
1140
+ as: import("reka-ui").AsTag | import("vue").Component;
1141
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1142
+ default?: (props: {}) => any;
1143
+ }>;
1144
+ type __VLS_WithSlots$10<T, S> = T & {
1145
+ new (): {
1146
+ $slots: S;
1147
+ };
1148
+ }; //# sourceMappingURL=SelectTrigger.vue.d.ts.map
1149
+ //#endregion
1150
+ //#region src/select/SelectValue.vue.d.ts
1151
+ interface SelectValueProps extends SelectValueProps$1 {
1152
+ class?: HTMLAttributes['class'];
1153
+ }
1154
+ declare const _default$70: typeof __VLS_export$10;
1155
+ declare const __VLS_export$10: __VLS_WithSlots$9<import("vue").DefineComponent<SelectValueProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1156
+ default?: (props: {}) => any;
1157
+ }>;
1158
+ type __VLS_WithSlots$9<T, S> = T & {
1159
+ new (): {
1160
+ $slots: S;
1161
+ };
1162
+ }; //# sourceMappingURL=SelectValue.vue.d.ts.map
1163
+ //#endregion
748
1164
  //#region src/sheet/Sheet.vue.d.ts
749
1165
  interface SheetEmits extends DrawerRootEmits {}
750
1166
  interface SheetProps extends DrawerRootProps {
751
1167
  class?: HTMLAttributes['class'];
752
1168
  }
753
- declare const _default$45: typeof __VLS_export$9;
1169
+ declare const _default$71: typeof __VLS_export$9;
754
1170
  declare const __VLS_export$9: __VLS_WithSlots$8<import("vue").DefineComponent<SheetProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
755
- "update:open": (open: boolean) => any;
756
1171
  drag: (percentageDragged: number) => any;
1172
+ "update:open": (open: boolean) => any;
757
1173
  release: (open: boolean) => any;
758
1174
  close: () => any;
759
1175
  "update:activeSnapPoint": (val: string | number) => any;
760
1176
  animationEnd: (open: boolean) => any;
761
1177
  }, string, import("vue").PublicProps, Readonly<SheetProps> & Readonly<{
762
- "onUpdate:open"?: ((open: boolean) => any) | undefined;
763
1178
  onDrag?: ((percentageDragged: number) => any) | undefined;
1179
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
764
1180
  onRelease?: ((open: boolean) => any) | undefined;
765
1181
  onClose?: (() => any) | undefined;
766
1182
  "onUpdate:activeSnapPoint"?: ((val: string | number) => any) | undefined;
@@ -778,7 +1194,7 @@ type __VLS_WithSlots$8<T, S> = T & {
778
1194
  //#endregion
779
1195
  //#region src/sheet/SheetClose.vue.d.ts
780
1196
  interface SheetCloseProps extends DrawerCloseProps$1 {}
781
- declare const _default$46: typeof __VLS_export$8;
1197
+ declare const _default$72: typeof __VLS_export$8;
782
1198
  declare const __VLS_export$8: __VLS_WithSlots$7<import("vue").DefineComponent<SheetCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SheetCloseProps> & Readonly<{}>, {
783
1199
  as: import("reka-ui").AsTag | import("vue").Component;
784
1200
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -796,7 +1212,7 @@ interface SheetContentProps extends DialogContentProps$1 {
796
1212
  class?: HTMLAttributes['class'];
797
1213
  showHandle?: boolean;
798
1214
  }
799
- declare const _default$47: typeof __VLS_export$7;
1215
+ declare const _default$73: typeof __VLS_export$7;
800
1216
  declare const __VLS_export$7: __VLS_WithSlots$6<import("vue").DefineComponent<SheetContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
801
1217
  escapeKeyDown: (event: KeyboardEvent) => any;
802
1218
  pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
@@ -826,7 +1242,7 @@ type __VLS_WithSlots$6<T, S> = T & {
826
1242
  interface SheetDescriptionProps extends DrawerDescriptionProps$1 {
827
1243
  class?: HTMLAttributes['class'];
828
1244
  }
829
- declare const _default$48: typeof __VLS_export$6;
1245
+ declare const _default$74: typeof __VLS_export$6;
830
1246
  declare const __VLS_export$6: __VLS_WithSlots$5<import("vue").DefineComponent<SheetDescriptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SheetDescriptionProps> & Readonly<{}>, {
831
1247
  as: import("reka-ui").AsTag | import("vue").Component;
832
1248
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -842,7 +1258,7 @@ type __VLS_WithSlots$5<T, S> = T & {
842
1258
  interface SheetFooterProps extends PrimitiveProps {
843
1259
  class?: HTMLAttributes['class'];
844
1260
  }
845
- declare const _default$49: typeof __VLS_export$5;
1261
+ declare const _default$75: typeof __VLS_export$5;
846
1262
  declare const __VLS_export$5: __VLS_WithSlots$4<import("vue").DefineComponent<SheetFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SheetFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
847
1263
  default?: (props: {}) => any;
848
1264
  }>;
@@ -856,7 +1272,7 @@ type __VLS_WithSlots$4<T, S> = T & {
856
1272
  interface SheetHeaderProps extends PrimitiveProps {
857
1273
  class?: HTMLAttributes['class'];
858
1274
  }
859
- declare const _default$50: typeof __VLS_export$4;
1275
+ declare const _default$76: typeof __VLS_export$4;
860
1276
  declare const __VLS_export$4: __VLS_WithSlots$3<import("vue").DefineComponent<SheetHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SheetHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
861
1277
  default?: (props: {}) => any;
862
1278
  }>;
@@ -870,7 +1286,7 @@ type __VLS_WithSlots$3<T, S> = T & {
870
1286
  interface SheetOverlayProps extends DialogOverlayProps$1 {
871
1287
  class?: HTMLAttributes['class'];
872
1288
  }
873
- declare const _default$51: typeof __VLS_export$3;
1289
+ declare const _default$77: typeof __VLS_export$3;
874
1290
  declare const __VLS_export$3: __VLS_WithSlots$2<import("vue").DefineComponent<SheetOverlayProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SheetOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
875
1291
  default?: (props: {}) => any;
876
1292
  }>;
@@ -884,7 +1300,7 @@ type __VLS_WithSlots$2<T, S> = T & {
884
1300
  interface SheetTitleProps extends DrawerTitleProps$1 {
885
1301
  class?: HTMLAttributes['class'];
886
1302
  }
887
- declare const _default$52: typeof __VLS_export$2;
1303
+ declare const _default$78: typeof __VLS_export$2;
888
1304
  declare const __VLS_export$2: __VLS_WithSlots$1<import("vue").DefineComponent<SheetTitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SheetTitleProps> & Readonly<{}>, {
889
1305
  as: import("reka-ui").AsTag | import("vue").Component;
890
1306
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -898,7 +1314,7 @@ type __VLS_WithSlots$1<T, S> = T & {
898
1314
  //#endregion
899
1315
  //#region src/sheet/SheetTrigger.vue.d.ts
900
1316
  interface SheetTriggerProps extends DrawerTriggerProps$1 {}
901
- declare const _default$53: typeof __VLS_export$1;
1317
+ declare const _default$79: typeof __VLS_export$1;
902
1318
  declare const __VLS_export$1: __VLS_WithSlots<import("vue").DefineComponent<SheetTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SheetTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
903
1319
  default?: (props: {}) => any;
904
1320
  }>;
@@ -910,10 +1326,10 @@ type __VLS_WithSlots<T, S> = T & {
910
1326
  //#endregion
911
1327
  //#region src/sonner/Sonner.vue.d.ts
912
1328
  interface SonnerProps extends ToasterProps {}
913
- declare const _default$54: typeof __VLS_export;
1329
+ declare const _default$80: typeof __VLS_export;
914
1330
  declare const __VLS_export: import("vue").DefineComponent<SonnerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SonnerProps> & Readonly<{}>, {
915
1331
  richColors: boolean;
916
1332
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=Sonner.vue.d.ts.map
917
1333
  //#endregion
918
- export { __VLS_export$54 as Autocomplete, __VLS_export$53 as AutocompleteAnchor, type AutocompleteAnchorProps, __VLS_export$52 as AutocompleteArrow, type AutocompleteArrowProps, __VLS_export$51 as AutocompleteCancel, type AutocompleteCancelProps, __VLS_export$50 as AutocompleteContent, type AutocompleteContentEmits, type AutocompleteContentProps, type AutocompleteEmits, __VLS_export$49 as AutocompleteEmpty, type AutocompleteEmptyProps, __VLS_export$48 as AutocompleteGroup, type AutocompleteGroupProps, __VLS_export$47 as AutocompleteInput, type AutocompleteInputEmits, type AutocompleteInputProps, __VLS_export$46 as AutocompleteItem, type AutocompleteItemEmits, type AutocompleteItemProps, __VLS_export$45 as AutocompleteLabel, type AutocompleteLabelProps, __VLS_export$44 as AutocompletePortal, type AutocompletePortalProps, type AutocompleteProps, __VLS_export$43 as AutocompleteSeparator, type AutocompleteSeparatorProps, __VLS_export$42 as AutocompleteTrigger, type AutocompleteTriggerProps, __VLS_export$41 as AutocompleteViewport, type AutocompleteViewportProps, __VLS_export$40 as Combobox, __VLS_export$39 as ComboboxAnchor, type ComboboxAnchorProps, __VLS_export$38 as ComboboxCancel, type ComboboxCancelProps, __VLS_export$37 as ComboboxContent, type ComboboxContentEmits, type ComboboxContentProps, type ComboboxEmits, __VLS_export$36 as ComboboxEmpty, type ComboboxEmptyProps, __VLS_export$35 as ComboboxGroup, type ComboboxGroupProps, __VLS_export$34 as ComboboxInput, type ComboboxInputEmits, type ComboboxInputProps, __VLS_export$33 as ComboboxItem, type ComboboxItemEmits, type ComboboxItemProps, __VLS_export$32 as ComboboxLabel, type ComboboxLabelProps, __VLS_export$31 as ComboboxPortal, type ComboboxPortalProps, type ComboboxProps, __VLS_export$30 as ComboboxSeparator, type ComboboxSeparatorProps, __VLS_export$29 as ComboboxTrigger, type ComboboxTriggerProps, __VLS_export$28 as ComboboxViewport, type ComboboxViewportProps, __VLS_export$27 as Dialog, __VLS_export$26 as DialogClose, type DialogCloseProps, __VLS_export$25 as DialogContent, type DialogContentEmits, type DialogContentProps, __VLS_export$24 as DialogDescription, type DialogDescriptionProps, type DialogEmits, __VLS_export$23 as DialogFooter, type DialogFooterProps, __VLS_export$22 as DialogHeader, type DialogHeaderProps, __VLS_export$21 as DialogOverlay, type DialogOverlayProps, type DialogProps, __VLS_export$20 as DialogTitle, type DialogTitleProps, __VLS_export$19 as DialogTrigger, type DialogTriggerProps, __VLS_export$18 as Drawer, __VLS_export$17 as DrawerClose, type DrawerCloseProps, __VLS_export$16 as DrawerContent, type DrawerContentEmits, type DrawerContentProps, __VLS_export$15 as DrawerDescription, type DrawerDescriptionProps, type DrawerEmits, __VLS_export$14 as DrawerFooter, type DrawerFooterProps, __VLS_export$13 as DrawerHeader, type DrawerHeaderProps, __VLS_export$12 as DrawerOverlay, type DrawerOverlayProps, type DrawerProps, __VLS_export$11 as DrawerTitle, type DrawerTitleProps, __VLS_export$10 as DrawerTrigger, type DrawerTriggerProps, __VLS_export$9 as Sheet, __VLS_export$8 as SheetClose, type SheetCloseProps, __VLS_export$7 as SheetContent, type SheetContentEmits, type SheetContentProps, __VLS_export$6 as SheetDescription, type SheetDescriptionProps, type SheetEmits, __VLS_export$5 as SheetFooter, type SheetFooterProps, __VLS_export$4 as SheetHeader, type SheetHeaderProps, __VLS_export$3 as SheetOverlay, type SheetOverlayProps, type SheetProps, __VLS_export$2 as SheetTitle, type SheetTitleProps, __VLS_export$1 as SheetTrigger, type SheetTriggerProps, _default$54 as Sonner, type SonnerProps, toast };
1334
+ export { __VLS_export$80 as AspectRatio, type AspectRatioProps, __VLS_export$79 as Autocomplete, __VLS_export$78 as AutocompleteAnchor, type AutocompleteAnchorProps, __VLS_export$77 as AutocompleteCancel, type AutocompleteCancelProps, __VLS_export$76 as AutocompleteContent, type AutocompleteContentEmits, type AutocompleteContentProps, type AutocompleteEmits, __VLS_export$75 as AutocompleteEmpty, type AutocompleteEmptyProps, __VLS_export$74 as AutocompleteGroup, type AutocompleteGroupProps, __VLS_export$73 as AutocompleteInput, type AutocompleteInputEmits, type AutocompleteInputProps, __VLS_export$72 as AutocompleteItem, type AutocompleteItemEmits, type AutocompleteItemProps, __VLS_export$71 as AutocompleteLabel, type AutocompleteLabelProps, __VLS_export$70 as AutocompletePortal, type AutocompletePortalProps, type AutocompleteProps, __VLS_export$69 as AutocompleteSeparator, type AutocompleteSeparatorProps, __VLS_export$68 as AutocompleteTrigger, type AutocompleteTriggerProps, __VLS_export$67 as AutocompleteViewport, type AutocompleteViewportProps, __VLS_export$66 as Combobox, __VLS_export$65 as ComboboxAnchor, type ComboboxAnchorProps, __VLS_export$64 as ComboboxCancel, type ComboboxCancelProps, __VLS_export$63 as ComboboxContent, type ComboboxContentEmits, type ComboboxContentProps, type ComboboxEmits, __VLS_export$62 as ComboboxEmpty, type ComboboxEmptyProps, __VLS_export$61 as ComboboxGroup, type ComboboxGroupProps, __VLS_export$60 as ComboboxInput, type ComboboxInputEmits, type ComboboxInputProps, __VLS_export$59 as ComboboxItem, type ComboboxItemEmits, type ComboboxItemProps, __VLS_export$58 as ComboboxLabel, type ComboboxLabelProps, __VLS_export$57 as ComboboxPortal, type ComboboxPortalProps, type ComboboxProps, __VLS_export$56 as ComboboxSeparator, type ComboboxSeparatorProps, __VLS_export$55 as ComboboxTrigger, type ComboboxTriggerProps, __VLS_export$54 as ComboboxViewport, type ComboboxViewportProps, __VLS_export$53 as Dialog, __VLS_export$52 as DialogClose, type DialogCloseProps, __VLS_export$51 as DialogContent, type DialogContentEmits, type DialogContentProps, __VLS_export$50 as DialogDescription, type DialogDescriptionProps, type DialogEmits, __VLS_export$49 as DialogFooter, type DialogFooterProps, __VLS_export$48 as DialogHeader, type DialogHeaderProps, __VLS_export$47 as DialogOverlay, type DialogOverlayProps, type DialogProps, __VLS_export$46 as DialogTitle, type DialogTitleProps, __VLS_export$45 as DialogTrigger, type DialogTriggerProps, __VLS_export$44 as Drawer, __VLS_export$43 as DrawerClose, type DrawerCloseProps, __VLS_export$42 as DrawerContent, type DrawerContentEmits, type DrawerContentProps, __VLS_export$41 as DrawerDescription, type DrawerDescriptionProps, type DrawerEmits, __VLS_export$40 as DrawerFooter, type DrawerFooterProps, __VLS_export$39 as DrawerHeader, type DrawerHeaderProps, __VLS_export$38 as DrawerOverlay, type DrawerOverlayProps, type DrawerProps, __VLS_export$37 as DrawerTitle, type DrawerTitleProps, __VLS_export$36 as DrawerTrigger, type DrawerTriggerProps, __VLS_export$35 as DropdownMenu, __VLS_export$34 as DropdownMenuCheckboxItem, type DropdownMenuCheckboxItemEmits, type DropdownMenuCheckboxItemProps, __VLS_export$33 as DropdownMenuContent, type DropdownMenuContentEmits, type DropdownMenuContentProps, type DropdownMenuEmits, __VLS_export$32 as DropdownMenuGroup, type DropdownMenuGroupProps, __VLS_export$31 as DropdownMenuItem, type DropdownMenuItemProps, __VLS_export$30 as DropdownMenuLabel, type DropdownMenuLabelProps, __VLS_export$29 as DropdownMenuPortal, type DropdownMenuPortalProps, type DropdownMenuProps, __VLS_export$28 as DropdownMenuRadioGroup, type DropdownMenuRadioGroupEmits, type DropdownMenuRadioGroupProps, __VLS_export$27 as DropdownMenuRadioItem, type DropdownMenuRadioItemEmits, type DropdownMenuRadioItemProps, __VLS_export$26 as DropdownMenuSeparator, type DropdownMenuSeparatorProps, __VLS_export$25 as DropdownMenuShortcut, type DropdownMenuShortcutProps, __VLS_export$24 as DropdownMenuSub, __VLS_export$23 as DropdownMenuSubContent, type DropdownMenuSubContentEmits, type DropdownMenuSubContentProps, type DropdownMenuSubProps, __VLS_export$22 as DropdownMenuSubTrigger, type DropdownMenuSubTriggerProps, __VLS_export$21 as DropdownMenuTrigger, type DropdownMenuTriggerProps, __VLS_export$20 as Select, __VLS_export$19 as SelectContent, type SelectContentEmits, type SelectContentProps, type SelectEmits, __VLS_export$18 as SelectGroup, type SelectGroupProps, __VLS_export$17 as SelectItem, type SelectItemProps, __VLS_export$16 as SelectItemText, type SelectItemTextProps, __VLS_export$15 as SelectLabel, type SelectLabelProps, type SelectProps, __VLS_export$14 as SelectScrollDownButton, type SelectScrollDownButtonProps, __VLS_export$13 as SelectScrollUpButton, type SelectScrollUpButtonProps, __VLS_export$12 as SelectSeparator, type SelectSeparatorProps, __VLS_export$11 as SelectTrigger, type SelectTriggerProps, __VLS_export$10 as SelectValue, type SelectValueProps, __VLS_export$9 as Sheet, __VLS_export$8 as SheetClose, type SheetCloseProps, __VLS_export$7 as SheetContent, type SheetContentEmits, type SheetContentProps, __VLS_export$6 as SheetDescription, type SheetDescriptionProps, type SheetEmits, __VLS_export$5 as SheetFooter, type SheetFooterProps, __VLS_export$4 as SheetHeader, type SheetHeaderProps, __VLS_export$3 as SheetOverlay, type SheetOverlayProps, type SheetProps, __VLS_export$2 as SheetTitle, type SheetTitleProps, __VLS_export$1 as SheetTrigger, type SheetTriggerProps, _default$80 as Sonner, type SonnerProps, toast };
919
1335
  //# sourceMappingURL=index.d.ts.map