abckit 0.0.23 → 0.0.24

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 (189) hide show
  1. package/dist/module.d.mts +8 -3
  2. package/dist/module.json +1 -1
  3. package/dist/module.mjs +109 -11
  4. package/dist/runtime/components/app/AppImage.d.vue.ts +6 -1
  5. package/dist/runtime/components/app/AppImage.vue.d.ts +6 -1
  6. package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.d.vue.ts +2 -2
  7. package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.vue.d.ts +2 -2
  8. package/dist/runtime/components/ui/auto-form/AutoForm.d.vue.ts +9 -7
  9. package/dist/runtime/components/ui/auto-form/AutoForm.vue.d.ts +9 -7
  10. package/dist/runtime/components/ui/auto-form/AutoFormField.d.vue.ts +5 -3
  11. package/dist/runtime/components/ui/auto-form/AutoFormField.vue.d.ts +5 -3
  12. package/dist/runtime/components/ui/auto-form/AutoFormFieldArray.d.vue.ts +34 -0
  13. package/dist/runtime/components/ui/auto-form/AutoFormFieldArray.vue.d.ts +34 -0
  14. package/dist/runtime/components/ui/auto-form/AutoFormFieldBoolean.d.vue.ts +30 -0
  15. package/dist/runtime/components/ui/auto-form/AutoFormFieldBoolean.vue.d.ts +30 -0
  16. package/dist/runtime/components/ui/auto-form/AutoFormFieldDate.d.vue.ts +30 -0
  17. package/dist/runtime/components/ui/auto-form/AutoFormFieldDate.vue.d.ts +30 -0
  18. package/dist/runtime/components/ui/auto-form/AutoFormFieldEnum.d.vue.ts +33 -0
  19. package/dist/runtime/components/ui/auto-form/AutoFormFieldEnum.vue.d.ts +33 -0
  20. package/dist/runtime/components/ui/auto-form/AutoFormFieldFile.d.vue.ts +30 -0
  21. package/dist/runtime/components/ui/auto-form/AutoFormFieldFile.vue.d.ts +30 -0
  22. package/dist/runtime/components/ui/auto-form/AutoFormFieldInput.d.vue.ts +33 -0
  23. package/dist/runtime/components/ui/auto-form/AutoFormFieldInput.vue.d.ts +33 -0
  24. package/dist/runtime/components/ui/auto-form/AutoFormFieldNumber.d.vue.ts +30 -0
  25. package/dist/runtime/components/ui/auto-form/AutoFormFieldNumber.vue.d.ts +30 -0
  26. package/dist/runtime/components/ui/auto-form/AutoFormFieldObject.d.vue.ts +34 -0
  27. package/dist/runtime/components/ui/auto-form/AutoFormFieldObject.vue.d.ts +34 -0
  28. package/dist/runtime/components/ui/auto-form/dependencies.d.ts +25 -1
  29. package/dist/runtime/components/ui/auto-form/utils.d.ts +1 -1
  30. package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.d.vue.ts +3 -1
  31. package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +3 -1
  32. package/dist/runtime/components/ui/button/Button.d.vue.ts +3 -1
  33. package/dist/runtime/components/ui/button/Button.vue.d.ts +3 -1
  34. package/dist/runtime/components/ui/button-group/ButtonGroupSeparator.d.vue.ts +3 -1
  35. package/dist/runtime/components/ui/button-group/ButtonGroupSeparator.vue.d.ts +3 -1
  36. package/dist/runtime/components/ui/button-group/ButtonGroupText.d.vue.ts +3 -1
  37. package/dist/runtime/components/ui/button-group/ButtonGroupText.vue.d.ts +3 -1
  38. package/dist/runtime/components/ui/calendar/Calendar.d.vue.ts +4 -1
  39. package/dist/runtime/components/ui/calendar/Calendar.vue.d.ts +4 -1
  40. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.d.vue.ts +3 -1
  41. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue.d.ts +3 -1
  42. package/dist/runtime/components/ui/carousel/Carousel.d.vue.ts +37 -0
  43. package/dist/runtime/components/ui/carousel/Carousel.vue.d.ts +37 -0
  44. package/dist/runtime/components/ui/carousel/CarouselNext.d.vue.ts +4 -1
  45. package/dist/runtime/components/ui/carousel/CarouselNext.vue.d.ts +4 -1
  46. package/dist/runtime/components/ui/carousel/CarouselPrevious.d.vue.ts +4 -1
  47. package/dist/runtime/components/ui/carousel/CarouselPrevious.vue.d.ts +4 -1
  48. package/dist/runtime/components/ui/chart/ChartContainer.d.vue.ts +2 -2
  49. package/dist/runtime/components/ui/chart/ChartContainer.vue.d.ts +2 -2
  50. package/dist/runtime/components/ui/chart/ChartLegendContent.d.vue.ts +3 -1
  51. package/dist/runtime/components/ui/chart/ChartLegendContent.vue.d.ts +3 -1
  52. package/dist/runtime/components/ui/chart/ChartTooltipContent.d.vue.ts +5 -1
  53. package/dist/runtime/components/ui/chart/ChartTooltipContent.vue.d.ts +5 -1
  54. package/dist/runtime/components/ui/combobox/ComboboxInput.d.vue.ts +2 -2
  55. package/dist/runtime/components/ui/combobox/ComboboxInput.vue.d.ts +2 -2
  56. package/dist/runtime/components/ui/combobox/ComboboxList.d.vue.ts +5 -1
  57. package/dist/runtime/components/ui/combobox/ComboboxList.vue.d.ts +5 -1
  58. package/dist/runtime/components/ui/command/Command.d.vue.ts +3 -1
  59. package/dist/runtime/components/ui/command/Command.vue.d.ts +3 -1
  60. package/dist/runtime/components/ui/command/CommandDialog.d.vue.ts +6 -3
  61. package/dist/runtime/components/ui/command/CommandDialog.vue.d.ts +6 -3
  62. package/dist/runtime/components/ui/context-menu/ContextMenuCheckboxItem.d.vue.ts +2 -2
  63. package/dist/runtime/components/ui/context-menu/ContextMenuCheckboxItem.vue.d.ts +2 -2
  64. package/dist/runtime/components/ui/context-menu/ContextMenuItem.d.vue.ts +3 -1
  65. package/dist/runtime/components/ui/context-menu/ContextMenuItem.vue.d.ts +3 -1
  66. package/dist/runtime/components/ui/context-menu/ContextMenuRadioItem.d.vue.ts +2 -2
  67. package/dist/runtime/components/ui/context-menu/ContextMenuRadioItem.vue.d.ts +2 -2
  68. package/dist/runtime/components/ui/country-select/CountrySelect.d.vue.ts +6 -1
  69. package/dist/runtime/components/ui/country-select/CountrySelect.vue.d.ts +6 -1
  70. package/dist/runtime/components/ui/currency-select/CurrencySelect.d.vue.ts +6 -1
  71. package/dist/runtime/components/ui/currency-select/CurrencySelect.vue.d.ts +6 -1
  72. package/dist/runtime/components/ui/dialog/DialogContent.d.vue.ts +3 -1
  73. package/dist/runtime/components/ui/dialog/DialogContent.vue.d.ts +3 -1
  74. package/dist/runtime/components/ui/drawer/Drawer.d.vue.ts +4 -4
  75. package/dist/runtime/components/ui/drawer/Drawer.vue.d.ts +4 -4
  76. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.d.vue.ts +2 -2
  77. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +2 -2
  78. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.d.vue.ts +3 -1
  79. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +3 -1
  80. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.d.vue.ts +3 -1
  81. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +3 -1
  82. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.d.vue.ts +2 -2
  83. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +2 -2
  84. package/dist/runtime/components/ui/field/FieldSeparator.d.vue.ts +2 -2
  85. package/dist/runtime/components/ui/field/FieldSeparator.vue.d.ts +2 -2
  86. package/dist/runtime/components/ui/file/FileEmptyState.d.vue.ts +4 -1
  87. package/dist/runtime/components/ui/file/FileEmptyState.vue.d.ts +4 -1
  88. package/dist/runtime/components/ui/file/FileGrid.d.vue.ts +3 -1
  89. package/dist/runtime/components/ui/file/FileGrid.vue.d.ts +3 -1
  90. package/dist/runtime/components/ui/file/FileTable.d.vue.ts +5 -1
  91. package/dist/runtime/components/ui/file/FileTable.vue.d.ts +5 -1
  92. package/dist/runtime/components/ui/file/FolderTree.d.vue.ts +3 -1
  93. package/dist/runtime/components/ui/file/FolderTree.vue.d.ts +3 -1
  94. package/dist/runtime/components/ui/hover-card/HoverCardContent.d.vue.ts +3 -1
  95. package/dist/runtime/components/ui/hover-card/HoverCardContent.vue.d.ts +3 -1
  96. package/dist/runtime/components/ui/input-group/InputGroupAddon.d.vue.ts +3 -1
  97. package/dist/runtime/components/ui/input-group/InputGroupAddon.vue.d.ts +3 -1
  98. package/dist/runtime/components/ui/input-group/InputGroupButton.d.vue.ts +4 -1
  99. package/dist/runtime/components/ui/input-group/InputGroupButton.vue.d.ts +4 -1
  100. package/dist/runtime/components/ui/item/Item.d.vue.ts +3 -1
  101. package/dist/runtime/components/ui/item/Item.vue.d.ts +3 -1
  102. package/dist/runtime/components/ui/language-select/LanguageSelect.d.vue.ts +7 -1
  103. package/dist/runtime/components/ui/language-select/LanguageSelect.vue.d.ts +7 -1
  104. package/dist/runtime/components/ui/menubar/MenubarCheckboxItem.d.vue.ts +2 -2
  105. package/dist/runtime/components/ui/menubar/MenubarCheckboxItem.vue.d.ts +2 -2
  106. package/dist/runtime/components/ui/menubar/MenubarContent.d.vue.ts +5 -1
  107. package/dist/runtime/components/ui/menubar/MenubarContent.vue.d.ts +5 -1
  108. package/dist/runtime/components/ui/menubar/MenubarRadioItem.d.vue.ts +2 -2
  109. package/dist/runtime/components/ui/menubar/MenubarRadioItem.vue.d.ts +2 -2
  110. package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.d.vue.ts +2 -2
  111. package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.vue.d.ts +2 -2
  112. package/dist/runtime/components/ui/native-select/NativeSelectOption.d.vue.ts +2 -2
  113. package/dist/runtime/components/ui/native-select/NativeSelectOption.vue.d.ts +2 -2
  114. package/dist/runtime/components/ui/navigation-menu/NavigationMenu.d.vue.ts +3 -1
  115. package/dist/runtime/components/ui/navigation-menu/NavigationMenu.vue.d.ts +3 -1
  116. package/dist/runtime/components/ui/pagination/PaginationFirst.d.vue.ts +3 -1
  117. package/dist/runtime/components/ui/pagination/PaginationFirst.vue.d.ts +3 -1
  118. package/dist/runtime/components/ui/pagination/PaginationItem.d.vue.ts +3 -1
  119. package/dist/runtime/components/ui/pagination/PaginationItem.vue.d.ts +3 -1
  120. package/dist/runtime/components/ui/pagination/PaginationLast.d.vue.ts +3 -1
  121. package/dist/runtime/components/ui/pagination/PaginationLast.vue.d.ts +3 -1
  122. package/dist/runtime/components/ui/pagination/PaginationNext.d.vue.ts +3 -1
  123. package/dist/runtime/components/ui/pagination/PaginationNext.vue.d.ts +3 -1
  124. package/dist/runtime/components/ui/pagination/PaginationPrevious.d.vue.ts +3 -1
  125. package/dist/runtime/components/ui/pagination/PaginationPrevious.vue.d.ts +3 -1
  126. package/dist/runtime/components/ui/pin-input/PinInput.d.vue.ts +5 -3
  127. package/dist/runtime/components/ui/pin-input/PinInput.vue.d.ts +5 -3
  128. package/dist/runtime/components/ui/popover/PopoverContent.d.vue.ts +4 -1
  129. package/dist/runtime/components/ui/popover/PopoverContent.vue.d.ts +4 -1
  130. package/dist/runtime/components/ui/progress/Progress.d.vue.ts +3 -1
  131. package/dist/runtime/components/ui/progress/Progress.vue.d.ts +3 -1
  132. package/dist/runtime/components/ui/range-calendar/RangeCalendarCellTrigger.d.vue.ts +3 -1
  133. package/dist/runtime/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts +3 -1
  134. package/dist/runtime/components/ui/scroll-area/ScrollBar.d.vue.ts +3 -1
  135. package/dist/runtime/components/ui/scroll-area/ScrollBar.vue.d.ts +3 -1
  136. package/dist/runtime/components/ui/select/SelectContent.d.vue.ts +5 -3
  137. package/dist/runtime/components/ui/select/SelectContent.vue.d.ts +5 -3
  138. package/dist/runtime/components/ui/select/SelectItem.d.vue.ts +2 -2
  139. package/dist/runtime/components/ui/select/SelectItem.vue.d.ts +2 -2
  140. package/dist/runtime/components/ui/select/SelectTrigger.d.vue.ts +3 -1
  141. package/dist/runtime/components/ui/select/SelectTrigger.vue.d.ts +3 -1
  142. package/dist/runtime/components/ui/separator/Separator.d.vue.ts +4 -1
  143. package/dist/runtime/components/ui/separator/Separator.vue.d.ts +4 -1
  144. package/dist/runtime/components/ui/sheet/InnerSheetContent.d.vue.ts +3 -1
  145. package/dist/runtime/components/ui/sheet/InnerSheetContent.vue.d.ts +3 -1
  146. package/dist/runtime/components/ui/sheet/SheetContent.d.vue.ts +3 -1
  147. package/dist/runtime/components/ui/sheet/SheetContent.vue.d.ts +3 -1
  148. package/dist/runtime/components/ui/sidebar/Sidebar.d.vue.ts +8 -4
  149. package/dist/runtime/components/ui/sidebar/Sidebar.vue.d.ts +8 -4
  150. package/dist/runtime/components/ui/sidebar/SidebarMenuAction.d.vue.ts +3 -1
  151. package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue.d.ts +3 -1
  152. package/dist/runtime/components/ui/sidebar/SidebarMenuButton.d.vue.ts +8 -4
  153. package/dist/runtime/components/ui/sidebar/SidebarMenuButton.vue.d.ts +8 -4
  154. package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.d.vue.ts +5 -1
  155. package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +5 -1
  156. package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.d.vue.ts +4 -1
  157. package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +4 -1
  158. package/dist/runtime/components/ui/sidebar/SidebarProvider.d.vue.ts +4 -1
  159. package/dist/runtime/components/ui/sidebar/SidebarProvider.vue.d.ts +4 -1
  160. package/dist/runtime/components/ui/storage/StorageActionBar.d.vue.ts +9 -1
  161. package/dist/runtime/components/ui/storage/StorageActionBar.vue.d.ts +9 -1
  162. package/dist/runtime/components/ui/storage/StorageDialogs.d.vue.ts +6 -3
  163. package/dist/runtime/components/ui/storage/StorageDialogs.vue.d.ts +6 -3
  164. package/dist/runtime/components/ui/storage/StorageEmptyState.d.vue.ts +4 -1
  165. package/dist/runtime/components/ui/storage/StorageEmptyState.vue.d.ts +4 -1
  166. package/dist/runtime/components/ui/storage/StorageGrid.d.vue.ts +6 -3
  167. package/dist/runtime/components/ui/storage/StorageGrid.vue.d.ts +6 -3
  168. package/dist/runtime/components/ui/storage/StorageSelectionBar.d.vue.ts +3 -1
  169. package/dist/runtime/components/ui/storage/StorageSelectionBar.vue.d.ts +3 -1
  170. package/dist/runtime/components/ui/storage/StorageTable.d.vue.ts +7 -3
  171. package/dist/runtime/components/ui/storage/StorageTable.vue.d.ts +7 -3
  172. package/dist/runtime/components/ui/storage/StorageUploadZone.d.vue.ts +6 -1
  173. package/dist/runtime/components/ui/storage/StorageUploadZone.vue.d.ts +6 -1
  174. package/dist/runtime/components/ui/table/TableEmpty.d.vue.ts +5 -3
  175. package/dist/runtime/components/ui/table/TableEmpty.vue.d.ts +5 -3
  176. package/dist/runtime/components/ui/timezone-select/TimezoneSelect.d.vue.ts +5 -1
  177. package/dist/runtime/components/ui/timezone-select/TimezoneSelect.vue.d.ts +5 -1
  178. package/dist/runtime/components/ui/toggle/Toggle.d.vue.ts +5 -1
  179. package/dist/runtime/components/ui/toggle/Toggle.vue.d.ts +5 -1
  180. package/dist/runtime/components/ui/toggle-group/ToggleGroup.d.vue.ts +3 -1
  181. package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue.d.ts +3 -1
  182. package/dist/runtime/components/ui/tooltip/TooltipContent.d.vue.ts +3 -1
  183. package/dist/runtime/components/ui/tooltip/TooltipContent.vue.d.ts +3 -1
  184. package/dist/runtime/components/ui/tooltip/TooltipProvider.d.vue.ts +3 -1
  185. package/dist/runtime/components/ui/tooltip/TooltipProvider.vue.d.ts +3 -1
  186. package/dist/runtime/composables/useAuth.d.ts +89 -89
  187. package/dist/runtime/middleware/auth.d.ts +1 -1
  188. package/dist/runtime/server/plugins/s3-storage.d.ts +1 -1
  189. package/package.json +33 -15
@@ -21,7 +21,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
21
21
  onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
22
22
  onOpenAutoFocus?: ((event: Event) => any) | undefined;
23
23
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
24
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ }>, {
25
+ sideOffset: number;
26
+ align: "end" | "start" | "center";
27
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
28
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
29
  declare const _default: typeof __VLS_export;
27
30
  export default _default;
@@ -3,6 +3,8 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = ProgressRootProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ modelValue: number | null;
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
9
  declare const _default: typeof __VLS_export;
8
10
  export default _default;
@@ -3,6 +3,8 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = ProgressRootProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ modelValue: number | null;
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
9
  declare const _default: typeof __VLS_export;
8
10
  export default _default;
@@ -7,7 +7,9 @@ declare var __VLS_8: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_8) => any;
9
9
  };
10
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
+ as: import("reka-ui").AsTag | import("vue").Component;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
13
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
14
  declare const _default: typeof __VLS_export;
13
15
  export default _default;
@@ -7,7 +7,9 @@ declare var __VLS_8: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_8) => any;
9
9
  };
10
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
+ as: import("reka-ui").AsTag | import("vue").Component;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
13
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
14
  declare const _default: typeof __VLS_export;
13
15
  export default _default;
@@ -3,6 +3,8 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = ScrollAreaScrollbarProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ orientation: "vertical" | "horizontal";
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
9
  declare const _default: typeof __VLS_export;
8
10
  export default _default;
@@ -3,6 +3,8 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = ScrollAreaScrollbarProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ orientation: "vertical" | "horizontal";
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
9
  declare const _default: typeof __VLS_export;
8
10
  export default _default;
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = SelectContentProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_26: {};
6
+ declare var __VLS_25: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_26) => any;
8
+ default?: (props: typeof __VLS_25) => any;
9
9
  };
10
10
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
11
  escapeKeyDown: (event: KeyboardEvent) => any;
@@ -15,7 +15,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
15
15
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
16
16
  onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
17
17
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ }>, {
19
+ position: "item-aligned" | "popper";
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
21
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
22
  declare const _default: typeof __VLS_export;
21
23
  export default _default;
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = SelectContentProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_26: {};
6
+ declare var __VLS_25: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_26) => any;
8
+ default?: (props: typeof __VLS_25) => any;
9
9
  };
10
10
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
11
  escapeKeyDown: (event: KeyboardEvent) => any;
@@ -15,7 +15,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
15
15
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
16
16
  onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
17
17
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ }>, {
19
+ position: "item-aligned" | "popper";
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
21
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
22
  declare const _default: typeof __VLS_export;
21
23
  export default _default;
@@ -3,11 +3,11 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = SelectItemProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_14: {}, __VLS_28: {};
6
+ declare var __VLS_14: {}, __VLS_27: {};
7
7
  type __VLS_Slots = {} & {
8
8
  'indicator-icon'?: (props: typeof __VLS_14) => any;
9
9
  } & {
10
- default?: (props: typeof __VLS_28) => any;
10
+ default?: (props: typeof __VLS_27) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
13
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -3,11 +3,11 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = SelectItemProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_14: {}, __VLS_28: {};
6
+ declare var __VLS_14: {}, __VLS_27: {};
7
7
  type __VLS_Slots = {} & {
8
8
  'indicator-icon'?: (props: typeof __VLS_14) => any;
9
9
  } & {
10
- default?: (props: typeof __VLS_28) => any;
10
+ default?: (props: typeof __VLS_27) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
13
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -8,7 +8,9 @@ declare var __VLS_8: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
+ size: "sm" | "default";
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
15
  declare const _default: typeof __VLS_export;
14
16
  export default _default;
@@ -8,7 +8,9 @@ declare var __VLS_8: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
+ size: "sm" | "default";
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
15
  declare const _default: typeof __VLS_export;
14
16
  export default _default;
@@ -3,6 +3,9 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = SeparatorProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ orientation: "vertical" | "horizontal";
8
+ decorative: boolean;
9
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
10
  declare const _default: typeof __VLS_export;
8
11
  export default _default;
@@ -3,6 +3,9 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = SeparatorProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ orientation: "vertical" | "horizontal";
8
+ decorative: boolean;
9
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
10
  declare const _default: typeof __VLS_export;
8
11
  export default _default;
@@ -22,7 +22,9 @@ declare const __VLS_base: import("vue").DefineComponent<InnerSheetContentProps,
22
22
  onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
23
23
  onOpenAutoFocus?: ((event: Event) => any) | undefined;
24
24
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
25
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ }>, {
26
+ side: "top" | "right" | "bottom" | "left";
27
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
28
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
29
  declare const _default: typeof __VLS_export;
28
30
  export default _default;
@@ -22,7 +22,9 @@ declare const __VLS_base: import("vue").DefineComponent<InnerSheetContentProps,
22
22
  onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
23
23
  onOpenAutoFocus?: ((event: Event) => any) | undefined;
24
24
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
25
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ }>, {
26
+ side: "top" | "right" | "bottom" | "left";
27
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
28
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
29
  declare const _default: typeof __VLS_export;
28
30
  export default _default;
@@ -22,7 +22,9 @@ declare const __VLS_base: import("vue").DefineComponent<SheetContentProps, {}, {
22
22
  onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
23
23
  onOpenAutoFocus?: ((event: Event) => any) | undefined;
24
24
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
25
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ }>, {
26
+ side: "top" | "right" | "bottom" | "left";
27
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
28
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
29
  declare const _default: typeof __VLS_export;
28
30
  export default _default;
@@ -22,7 +22,9 @@ declare const __VLS_base: import("vue").DefineComponent<SheetContentProps, {}, {
22
22
  onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
23
23
  onOpenAutoFocus?: ((event: Event) => any) | undefined;
24
24
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
25
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ }>, {
26
+ side: "top" | "right" | "bottom" | "left";
27
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
28
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
29
  declare const _default: typeof __VLS_export;
28
30
  export default _default;
@@ -1,13 +1,17 @@
1
1
  import type { SidebarProps } from ".";
2
- declare var __VLS_1: {}, __VLS_33: {}, __VLS_35: {};
2
+ declare var __VLS_1: {}, __VLS_36: {}, __VLS_38: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_1) => any;
5
5
  } & {
6
- default?: (props: typeof __VLS_33) => any;
6
+ default?: (props: typeof __VLS_36) => any;
7
7
  } & {
8
- default?: (props: typeof __VLS_35) => any;
8
+ default?: (props: typeof __VLS_38) => any;
9
9
  };
10
- declare const __VLS_base: import("vue").DefineComponent<SidebarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_base: import("vue").DefineComponent<SidebarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarProps> & Readonly<{}>, {
11
+ variant: "sidebar" | "floating" | "inset";
12
+ side: "left" | "right";
13
+ collapsible: "offcanvas" | "icon" | "none";
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
16
  declare const _default: typeof __VLS_export;
13
17
  export default _default;
@@ -1,13 +1,17 @@
1
1
  import type { SidebarProps } from ".";
2
- declare var __VLS_1: {}, __VLS_33: {}, __VLS_35: {};
2
+ declare var __VLS_1: {}, __VLS_36: {}, __VLS_38: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_1) => any;
5
5
  } & {
6
- default?: (props: typeof __VLS_33) => any;
6
+ default?: (props: typeof __VLS_36) => any;
7
7
  } & {
8
- default?: (props: typeof __VLS_35) => any;
8
+ default?: (props: typeof __VLS_38) => any;
9
9
  };
10
- declare const __VLS_base: import("vue").DefineComponent<SidebarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_base: import("vue").DefineComponent<SidebarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarProps> & Readonly<{}>, {
11
+ variant: "sidebar" | "floating" | "inset";
12
+ side: "left" | "right";
13
+ collapsible: "offcanvas" | "icon" | "none";
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
16
  declare const _default: typeof __VLS_export;
13
17
  export default _default;
@@ -8,7 +8,9 @@ declare var __VLS_8: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
+ as: import("reka-ui").AsTag | import("vue").Component;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
15
  declare const _default: typeof __VLS_export;
14
16
  export default _default;
@@ -8,7 +8,9 @@ declare var __VLS_8: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
+ as: import("reka-ui").AsTag | import("vue").Component;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
15
  declare const _default: typeof __VLS_export;
14
16
  export default _default;
@@ -3,13 +3,17 @@ import type { SidebarMenuButtonProps } from "./SidebarMenuButtonChild.vue.js";
3
3
  type __VLS_Props = SidebarMenuButtonProps & {
4
4
  tooltip?: string | Component;
5
5
  };
6
- declare var __VLS_7: {}, __VLS_27: {};
6
+ declare var __VLS_8: {}, __VLS_29: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_7) => any;
8
+ default?: (props: typeof __VLS_8) => any;
9
9
  } & {
10
- default?: (props: typeof __VLS_27) => any;
10
+ default?: (props: typeof __VLS_29) => any;
11
11
  };
12
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
+ variant: "default" | "outline" | null;
14
+ size: "default" | "sm" | "lg" | null;
15
+ as: import("reka-ui").AsTag | Component;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
17
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
18
  declare const _default: typeof __VLS_export;
15
19
  export default _default;
@@ -3,13 +3,17 @@ import type { SidebarMenuButtonProps } from "./SidebarMenuButtonChild.vue.js";
3
3
  type __VLS_Props = SidebarMenuButtonProps & {
4
4
  tooltip?: string | Component;
5
5
  };
6
- declare var __VLS_7: {}, __VLS_27: {};
6
+ declare var __VLS_8: {}, __VLS_29: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_7) => any;
8
+ default?: (props: typeof __VLS_8) => any;
9
9
  } & {
10
- default?: (props: typeof __VLS_27) => any;
10
+ default?: (props: typeof __VLS_29) => any;
11
11
  };
12
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
+ variant: "default" | "outline" | null;
14
+ size: "default" | "sm" | "lg" | null;
15
+ as: import("reka-ui").AsTag | Component;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
17
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
18
  declare const _default: typeof __VLS_export;
15
19
  export default _default;
@@ -11,7 +11,11 @@ declare var __VLS_8: {};
11
11
  type __VLS_Slots = {} & {
12
12
  default?: (props: typeof __VLS_8) => any;
13
13
  };
14
- declare const __VLS_base: import("vue").DefineComponent<SidebarMenuButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarMenuButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const __VLS_base: import("vue").DefineComponent<SidebarMenuButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarMenuButtonProps> & Readonly<{}>, {
15
+ variant: "default" | "outline" | null;
16
+ size: "default" | "sm" | "lg" | null;
17
+ as: import("reka-ui").AsTag | import("vue").Component;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
20
  declare const _default: typeof __VLS_export;
17
21
  export default _default;
@@ -11,7 +11,11 @@ declare var __VLS_8: {};
11
11
  type __VLS_Slots = {} & {
12
12
  default?: (props: typeof __VLS_8) => any;
13
13
  };
14
- declare const __VLS_base: import("vue").DefineComponent<SidebarMenuButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarMenuButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const __VLS_base: import("vue").DefineComponent<SidebarMenuButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarMenuButtonProps> & Readonly<{}>, {
15
+ variant: "default" | "outline" | null;
16
+ size: "default" | "sm" | "lg" | null;
17
+ as: import("reka-ui").AsTag | import("vue").Component;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
20
  declare const _default: typeof __VLS_export;
17
21
  export default _default;
@@ -9,7 +9,10 @@ declare var __VLS_8: {};
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_8) => any;
11
11
  };
12
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
+ size: "sm" | "md";
14
+ as: import("reka-ui").AsTag | import("vue").Component;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
17
  declare const _default: typeof __VLS_export;
15
18
  export default _default;
@@ -9,7 +9,10 @@ declare var __VLS_8: {};
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_8) => any;
11
11
  };
12
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
+ size: "sm" | "md";
14
+ as: import("reka-ui").AsTag | import("vue").Component;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
17
  declare const _default: typeof __VLS_export;
15
18
  export default _default;
@@ -12,7 +12,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
12
12
  "update:open": (open: boolean) => any;
13
13
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
14
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
15
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ }>, {
16
+ open: boolean;
17
+ defaultOpen: boolean;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
20
  declare const _default: typeof __VLS_export;
18
21
  export default _default;
@@ -12,7 +12,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
12
12
  "update:open": (open: boolean) => any;
13
13
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
14
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
15
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ }>, {
16
+ open: boolean;
17
+ defaultOpen: boolean;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
20
  declare const _default: typeof __VLS_export;
18
21
  export default _default;
@@ -21,6 +21,14 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
21
21
  "onUpdate:selectedType"?: ((value: "all" | FileType) => any) | undefined;
22
22
  "onCreate-folder"?: (() => any) | undefined;
23
23
  "onToggle-selection-mode"?: (() => any) | undefined;
24
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ }>, {
25
+ searchQuery: string;
26
+ viewMode: ViewMode;
27
+ selectedType: FileType | "all";
28
+ showCreateFolder: boolean;
29
+ showViewToggle: boolean;
30
+ showTypeFilter: boolean;
31
+ showSelectionMode: boolean;
32
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
33
  declare const _default: typeof __VLS_export;
26
34
  export default _default;
@@ -21,6 +21,14 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
21
21
  "onUpdate:selectedType"?: ((value: "all" | FileType) => any) | undefined;
22
22
  "onCreate-folder"?: (() => any) | undefined;
23
23
  "onToggle-selection-mode"?: (() => any) | undefined;
24
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ }>, {
25
+ searchQuery: string;
26
+ viewMode: ViewMode;
27
+ selectedType: FileType | "all";
28
+ showCreateFolder: boolean;
29
+ showViewToggle: boolean;
30
+ showTypeFilter: boolean;
31
+ showSelectionMode: boolean;
32
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
33
  declare const _default: typeof __VLS_export;
26
34
  export default _default;
@@ -25,9 +25,9 @@ interface Props {
25
25
  moveTarget?: MoveTarget | null;
26
26
  selectedTargetFolderId?: string;
27
27
  }
28
- declare var __VLS_171: {};
28
+ declare var __VLS_168: {};
29
29
  type __VLS_Slots = {} & {
30
- 'folder-tree'?: (props: typeof __VLS_171) => any;
30
+ 'folder-tree'?: (props: typeof __VLS_168) => any;
31
31
  };
32
32
  declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
33
  "update:showDeleteDialog": (value: boolean) => any;
@@ -49,7 +49,10 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, i
49
49
  "onConfirm-rename"?: ((name: string) => any) | undefined;
50
50
  "onConfirm-create-folder"?: ((name: string) => any) | undefined;
51
51
  "onConfirm-move"?: (() => any) | undefined;
52
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
52
+ }>, {
53
+ isTrash: boolean;
54
+ selectedCount: number;
55
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
53
56
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
54
57
  declare const _default: typeof __VLS_export;
55
58
  export default _default;
@@ -25,9 +25,9 @@ interface Props {
25
25
  moveTarget?: MoveTarget | null;
26
26
  selectedTargetFolderId?: string;
27
27
  }
28
- declare var __VLS_171: {};
28
+ declare var __VLS_168: {};
29
29
  type __VLS_Slots = {} & {
30
- 'folder-tree'?: (props: typeof __VLS_171) => any;
30
+ 'folder-tree'?: (props: typeof __VLS_168) => any;
31
31
  };
32
32
  declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
33
  "update:showDeleteDialog": (value: boolean) => any;
@@ -49,7 +49,10 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, i
49
49
  "onConfirm-rename"?: ((name: string) => any) | undefined;
50
50
  "onConfirm-create-folder"?: ((name: string) => any) | undefined;
51
51
  "onConfirm-move"?: (() => any) | undefined;
52
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
52
+ }>, {
53
+ isTrash: boolean;
54
+ selectedCount: number;
55
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
53
56
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
54
57
  declare const _default: typeof __VLS_export;
55
58
  export default _default;
@@ -7,6 +7,9 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
7
7
  upload: (files: FileList) => any;
8
8
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
9
9
  onUpload?: ((files: FileList) => any) | undefined;
10
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ }>, {
11
+ type: "empty" | "search" | "trash";
12
+ showUpload: boolean;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
14
  declare const _default: typeof __VLS_export;
12
15
  export default _default;
@@ -7,6 +7,9 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
7
7
  upload: (files: FileList) => any;
8
8
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
9
9
  onUpload?: ((files: FileList) => any) | undefined;
10
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ }>, {
11
+ type: "empty" | "search" | "trash";
12
+ showUpload: boolean;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
14
  declare const _default: typeof __VLS_export;
12
15
  export default _default;
@@ -24,11 +24,11 @@ interface Props {
24
24
  isSelectionMode?: boolean;
25
25
  showActions?: boolean;
26
26
  }
27
- declare var __VLS_53: {
27
+ declare var __VLS_49: {
28
28
  file: FileItem;
29
29
  };
30
30
  type __VLS_Slots = {} & {
31
- 'file-actions'?: (props: typeof __VLS_53) => any;
31
+ 'file-actions'?: (props: typeof __VLS_49) => any;
32
32
  };
33
33
  declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
34
  folderClick: (file: FileItem) => any;
@@ -40,7 +40,10 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, i
40
40
  onFileClick?: ((file: FileItem) => any) | undefined;
41
41
  onToggleSelection?: ((fileId: string) => any) | undefined;
42
42
  onFileAction?: ((action: string, file: FileItem) => any) | undefined;
43
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
+ }>, {
44
+ showActions: boolean;
45
+ isSelectionMode: boolean;
46
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
47
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
45
48
  declare const _default: typeof __VLS_export;
46
49
  export default _default;