abckit 0.0.23 → 0.0.25

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 +111 -12
  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
@@ -7,6 +7,9 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
7
7
  uploadClick: () => any;
8
8
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
9
9
  onUploadClick?: (() => any) | undefined;
10
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ }>, {
11
+ searchQuery: string;
12
+ isTrash: boolean;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
14
  declare const _default: typeof __VLS_export;
12
15
  export default _default;
@@ -31,6 +31,8 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
31
31
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
32
32
  onSelect?: ((file: FileItem) => any) | undefined;
33
33
  onFolderClick?: ((file: FileItem) => any) | undefined;
34
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
+ }>, {
35
+ showSelection: boolean;
36
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
37
  declare const _default: typeof __VLS_export;
36
38
  export default _default;
@@ -31,6 +31,8 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
31
31
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
32
32
  onSelect?: ((file: FileItem) => any) | undefined;
33
33
  onFolderClick?: ((file: FileItem) => any) | undefined;
34
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
+ }>, {
35
+ showSelection: boolean;
36
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
37
  declare const _default: typeof __VLS_export;
36
38
  export default _default;
@@ -36,6 +36,10 @@ interface Props {
36
36
  onRestore?: (file: FileItem) => void;
37
37
  onPermanentDelete?: (file: FileItem) => void;
38
38
  }
39
- declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
39
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
40
+ isTrash: boolean;
41
+ showSelection: boolean;
42
+ showActions: boolean;
43
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
40
44
  declare const _default: typeof __VLS_export;
41
45
  export default _default;
@@ -36,6 +36,10 @@ interface Props {
36
36
  onRestore?: (file: FileItem) => void;
37
37
  onPermanentDelete?: (file: FileItem) => void;
38
38
  }
39
- declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
39
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
40
+ isTrash: boolean;
41
+ showSelection: boolean;
42
+ showActions: boolean;
43
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
40
44
  declare const _default: typeof __VLS_export;
41
45
  export default _default;
@@ -15,6 +15,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
15
15
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
16
16
  onSelect?: ((folderId: string) => any) | undefined;
17
17
  "onUpdate:selectedFolderId"?: ((value: string | undefined) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ }>, {
19
+ level: number;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
21
  declare const _default: typeof __VLS_export;
20
22
  export default _default;
@@ -15,6 +15,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
15
15
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
16
16
  onSelect?: ((folderId: string) => any) | undefined;
17
17
  "onUpdate:selectedFolderId"?: ((value: string | undefined) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ }>, {
19
+ level: number;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
21
  declare const _default: typeof __VLS_export;
20
22
  export default _default;
@@ -7,7 +7,9 @@ declare var __VLS_14: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_14) => 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
+ sideOffset: number;
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_14: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_14) => 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
+ sideOffset: number;
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;
@@ -8,7 +8,9 @@ declare var __VLS_1: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_1) => 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
+ align: "inline-start" | "inline-end" | "block-start" | "block-end" | null;
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_1: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_1) => 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
+ align: "inline-start" | "inline-end" | "block-start" | "block-end" | null;
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,7 +3,10 @@ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_8) => any;
5
5
  };
6
- declare const __VLS_base: import("vue").DefineComponent<InputGroupButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<InputGroupButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const __VLS_base: import("vue").DefineComponent<InputGroupButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<InputGroupButtonProps> & Readonly<{}>, {
7
+ variant: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null;
8
+ size: "sm" | "icon-sm" | "xs" | "icon-xs" | null;
9
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
11
  declare const _default: typeof __VLS_export;
9
12
  export default _default;
@@ -3,7 +3,10 @@ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_8) => any;
5
5
  };
6
- declare const __VLS_base: import("vue").DefineComponent<InputGroupButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<InputGroupButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const __VLS_base: import("vue").DefineComponent<InputGroupButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<InputGroupButtonProps> & Readonly<{}>, {
7
+ variant: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null;
8
+ size: "sm" | "icon-sm" | "xs" | "icon-xs" | null;
9
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
11
  declare const _default: typeof __VLS_export;
9
12
  export default _default;
@@ -10,7 +10,9 @@ declare var __VLS_8: {};
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_8) => any;
12
12
  };
13
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
+ as: import("reka-ui").AsTag | import("vue").Component;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
17
  declare const _default: typeof __VLS_export;
16
18
  export default _default;
@@ -10,7 +10,9 @@ declare var __VLS_8: {};
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_8) => any;
12
12
  };
13
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
+ as: import("reka-ui").AsTag | import("vue").Component;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
17
  declare const _default: typeof __VLS_export;
16
18
  export default _default;
@@ -9,6 +9,12 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
9
9
  "update:modelValue": (value: string) => any;
10
10
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
11
11
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ }>, {
13
+ placeholder: string;
14
+ disabled: boolean;
15
+ modelValue: string;
16
+ displayLocale: string;
17
+ showAllLanguages: boolean;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
19
  declare const _default: typeof __VLS_export;
14
20
  export default _default;
@@ -9,6 +9,12 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
9
9
  "update:modelValue": (value: string) => any;
10
10
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
11
11
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ }>, {
13
+ placeholder: string;
14
+ disabled: boolean;
15
+ modelValue: string;
16
+ displayLocale: string;
17
+ showAllLanguages: boolean;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
19
  declare const _default: typeof __VLS_export;
14
20
  export default _default;
@@ -3,11 +3,11 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = MenubarCheckboxItemProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_14: {}, __VLS_22: {};
6
+ declare var __VLS_14: {}, __VLS_21: {};
7
7
  type __VLS_Slots = {} & {
8
8
  'indicator-icon'?: (props: typeof __VLS_14) => any;
9
9
  } & {
10
- default?: (props: typeof __VLS_22) => any;
10
+ default?: (props: typeof __VLS_21) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
13
  select: (event: Event) => any;
@@ -3,11 +3,11 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = MenubarCheckboxItemProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_14: {}, __VLS_22: {};
6
+ declare var __VLS_14: {}, __VLS_21: {};
7
7
  type __VLS_Slots = {} & {
8
8
  'indicator-icon'?: (props: typeof __VLS_14) => any;
9
9
  } & {
10
- default?: (props: typeof __VLS_22) => any;
10
+ default?: (props: typeof __VLS_21) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
13
  select: (event: Event) => any;
@@ -7,7 +7,11 @@ declare var __VLS_14: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_14) => 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
+ sideOffset: number;
12
+ align: "end" | "start" | "center";
13
+ alignOffset: number;
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;
@@ -7,7 +7,11 @@ declare var __VLS_14: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_14) => 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
+ sideOffset: number;
12
+ align: "end" | "start" | "center";
13
+ alignOffset: number;
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;
@@ -3,11 +3,11 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = MenubarRadioItemProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_14: {}, __VLS_22: {};
6
+ declare var __VLS_14: {}, __VLS_21: {};
7
7
  type __VLS_Slots = {} & {
8
8
  'indicator-icon'?: (props: typeof __VLS_14) => any;
9
9
  } & {
10
- default?: (props: typeof __VLS_22) => any;
10
+ default?: (props: typeof __VLS_21) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
13
  select: (event: Event) => any;
@@ -3,11 +3,11 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = MenubarRadioItemProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_14: {}, __VLS_22: {};
6
+ declare var __VLS_14: {}, __VLS_21: {};
7
7
  type __VLS_Slots = {} & {
8
8
  'indicator-icon'?: (props: typeof __VLS_14) => any;
9
9
  } & {
10
- default?: (props: typeof __VLS_22) => any;
10
+ default?: (props: typeof __VLS_21) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
13
  select: (event: Event) => any;
@@ -59,7 +59,7 @@ declare const __VLS_base: import("vue").DefineComponent<{
59
59
  'aria-colindex'?: (string | number) | undefined;
60
60
  'aria-colspan'?: (string | number) | undefined;
61
61
  'aria-controls'?: string | undefined | undefined;
62
- 'aria-current'?: "time" | "page" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
62
+ 'aria-current'?: "page" | "time" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
63
63
  'aria-describedby'?: string | undefined | undefined;
64
64
  'aria-details'?: string | undefined | undefined;
65
65
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
@@ -253,7 +253,7 @@ declare const __VLS_base: import("vue").DefineComponent<{
253
253
  'aria-colindex'?: (string | number) | undefined;
254
254
  'aria-colspan'?: (string | number) | undefined;
255
255
  'aria-controls'?: string | undefined | undefined;
256
- 'aria-current'?: "time" | "page" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
256
+ 'aria-current'?: "page" | "time" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
257
257
  'aria-describedby'?: string | undefined | undefined;
258
258
  'aria-details'?: string | undefined | undefined;
259
259
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
@@ -59,7 +59,7 @@ declare const __VLS_base: import("vue").DefineComponent<{
59
59
  'aria-colindex'?: (string | number) | undefined;
60
60
  'aria-colspan'?: (string | number) | undefined;
61
61
  'aria-controls'?: string | undefined | undefined;
62
- 'aria-current'?: "time" | "page" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
62
+ 'aria-current'?: "page" | "time" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
63
63
  'aria-describedby'?: string | undefined | undefined;
64
64
  'aria-details'?: string | undefined | undefined;
65
65
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
@@ -253,7 +253,7 @@ declare const __VLS_base: import("vue").DefineComponent<{
253
253
  'aria-colindex'?: (string | number) | undefined;
254
254
  'aria-colspan'?: (string | number) | undefined;
255
255
  'aria-controls'?: string | undefined | undefined;
256
- 'aria-current'?: "time" | "page" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
256
+ 'aria-current'?: "page" | "time" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
257
257
  'aria-describedby'?: string | undefined | undefined;
258
258
  'aria-details'?: string | undefined | undefined;
259
259
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
@@ -61,7 +61,7 @@ declare const __VLS_base: import("vue").DefineComponent<{
61
61
  'aria-colindex'?: (string | number) | undefined;
62
62
  'aria-colspan'?: (string | number) | undefined;
63
63
  'aria-controls'?: string | undefined | undefined;
64
- 'aria-current'?: "time" | "page" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
64
+ 'aria-current'?: "page" | "time" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
65
65
  'aria-describedby'?: string | undefined | undefined;
66
66
  'aria-details'?: string | undefined | undefined;
67
67
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
@@ -257,7 +257,7 @@ declare const __VLS_base: import("vue").DefineComponent<{
257
257
  'aria-colindex'?: (string | number) | undefined;
258
258
  'aria-colspan'?: (string | number) | undefined;
259
259
  'aria-controls'?: string | undefined | undefined;
260
- 'aria-current'?: "time" | "page" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
260
+ 'aria-current'?: "page" | "time" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
261
261
  'aria-describedby'?: string | undefined | undefined;
262
262
  'aria-details'?: string | undefined | undefined;
263
263
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
@@ -61,7 +61,7 @@ declare const __VLS_base: import("vue").DefineComponent<{
61
61
  'aria-colindex'?: (string | number) | undefined;
62
62
  'aria-colspan'?: (string | number) | undefined;
63
63
  'aria-controls'?: string | undefined | undefined;
64
- 'aria-current'?: "time" | "page" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
64
+ 'aria-current'?: "page" | "time" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
65
65
  'aria-describedby'?: string | undefined | undefined;
66
66
  'aria-details'?: string | undefined | undefined;
67
67
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
@@ -257,7 +257,7 @@ declare const __VLS_base: import("vue").DefineComponent<{
257
257
  'aria-colindex'?: (string | number) | undefined;
258
258
  'aria-colspan'?: (string | number) | undefined;
259
259
  'aria-controls'?: string | undefined | undefined;
260
- 'aria-current'?: "time" | "page" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
260
+ 'aria-current'?: "page" | "time" | "step" | "location" | "date" | (boolean | "true" | "false") | undefined;
261
261
  'aria-describedby'?: string | undefined | undefined;
262
262
  'aria-details'?: string | undefined | undefined;
263
263
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
@@ -14,7 +14,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
14
14
  "update:modelValue": (value: string) => any;
15
15
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
16
16
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
17
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ }>, {
18
+ viewport: boolean;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
20
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
21
  declare const _default: typeof __VLS_export;
20
22
  export default _default;
@@ -14,7 +14,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
14
14
  "update:modelValue": (value: string) => any;
15
15
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
16
16
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
17
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ }>, {
18
+ viewport: boolean;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
20
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
21
  declare const _default: typeof __VLS_export;
20
22
  export default _default;
@@ -9,7 +9,9 @@ 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: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
16
  declare const _default: typeof __VLS_export;
15
17
  export default _default;
@@ -9,7 +9,9 @@ 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: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
16
  declare const _default: typeof __VLS_export;
15
17
  export default _default;
@@ -10,7 +10,9 @@ declare var __VLS_8: {};
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_8) => any;
12
12
  };
13
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
+ size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
17
  declare const _default: typeof __VLS_export;
16
18
  export default _default;
@@ -10,7 +10,9 @@ declare var __VLS_8: {};
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_8) => any;
12
12
  };
13
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
+ size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
17
  declare const _default: typeof __VLS_export;
16
18
  export default _default;
@@ -9,7 +9,9 @@ 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: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
16
  declare const _default: typeof __VLS_export;
15
17
  export default _default;
@@ -9,7 +9,9 @@ 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: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
16
  declare const _default: typeof __VLS_export;
15
17
  export default _default;
@@ -9,7 +9,9 @@ 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: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
16
  declare const _default: typeof __VLS_export;
15
17
  export default _default;
@@ -9,7 +9,9 @@ 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: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
16
  declare const _default: typeof __VLS_export;
15
17
  export default _default;
@@ -9,7 +9,9 @@ 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: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
16
  declare const _default: typeof __VLS_export;
15
17
  export default _default;
@@ -9,7 +9,9 @@ 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: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
16
  declare const _default: typeof __VLS_export;
15
17
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import type { PinInputRootProps } from "reka-ui";
2
2
  import type { HTMLAttributes } from "vue";
3
- declare const __VLS_export: <Type extends "text" | "number" = "text">(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ declare const __VLS_export: <Type extends "text" | "number" = "text">(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<(PinInputRootProps<Type> & {
5
5
  class?: HTMLAttributes["class"];
6
6
  }) & {
@@ -20,6 +20,8 @@ declare const __VLS_export: <Type extends "text" | "number" = "text">(__VLS_prop
20
20
  };
21
21
  declare const _default: typeof __VLS_export;
22
22
  export default _default;
23
- type __VLS_PrettifyLocal<T> = {
23
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
24
+ [K in keyof T]: T[K];
25
+ } : {
24
26
  [K in keyof T as K]: T[K];
25
- } & {};
27
+ }) & {};
@@ -1,6 +1,6 @@
1
1
  import type { PinInputRootProps } from "reka-ui";
2
2
  import type { HTMLAttributes } from "vue";
3
- declare const __VLS_export: <Type extends "text" | "number" = "text">(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ declare const __VLS_export: <Type extends "text" | "number" = "text">(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<(PinInputRootProps<Type> & {
5
5
  class?: HTMLAttributes["class"];
6
6
  }) & {
@@ -20,6 +20,8 @@ declare const __VLS_export: <Type extends "text" | "number" = "text">(__VLS_prop
20
20
  };
21
21
  declare const _default: typeof __VLS_export;
22
22
  export default _default;
23
- type __VLS_PrettifyLocal<T> = {
23
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
24
+ [K in keyof T]: T[K];
25
+ } : {
24
26
  [K in keyof T as K]: T[K];
25
- } & {};
27
+ }) & {};
@@ -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;