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
@@ -0,0 +1,33 @@
1
+ import type { FieldProps } from './interface.js';
2
+ type __VLS_Props = FieldProps & {
3
+ options?: string[];
4
+ };
5
+ declare var __VLS_26: {
6
+ field: import("vee-validate").FieldBindingObject<any>;
7
+ componentField: import("vee-validate").ComponentFieldBindingObject<any>;
8
+ value: any;
9
+ meta: import("vee-validate").FieldMeta<any>;
10
+ errors: string[];
11
+ errorMessage: string | undefined;
12
+ handleInput: import("vee-validate").FieldContext["handleChange"];
13
+ validate: import("vee-validate").FieldValidator<unknown>;
14
+ resetField: (state?: Partial<import("vee-validate").FieldState<unknown>> | undefined) => void;
15
+ handleReset: () => void;
16
+ handleChange: (e: Event | unknown, shouldValidate?: boolean) => void;
17
+ handleBlur: (e?: Event, shouldValidate?: boolean) => void;
18
+ setTouched: (isTouched: boolean) => void;
19
+ setErrors: (message: string | string[]) => void;
20
+ setValue: (value: unknown, shouldValidate?: boolean) => void;
21
+ };
22
+ type __VLS_Slots = {} & {
23
+ default?: (props: typeof __VLS_26) => any;
24
+ };
25
+ 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>;
26
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
+ declare const _default: typeof __VLS_export;
28
+ export default _default;
29
+ type __VLS_WithSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
@@ -0,0 +1,33 @@
1
+ import type { FieldProps } from './interface.js';
2
+ type __VLS_Props = FieldProps & {
3
+ options?: string[];
4
+ };
5
+ declare var __VLS_26: {
6
+ field: import("vee-validate").FieldBindingObject<any>;
7
+ componentField: import("vee-validate").ComponentFieldBindingObject<any>;
8
+ value: any;
9
+ meta: import("vee-validate").FieldMeta<any>;
10
+ errors: string[];
11
+ errorMessage: string | undefined;
12
+ handleInput: import("vee-validate").FieldContext["handleChange"];
13
+ validate: import("vee-validate").FieldValidator<unknown>;
14
+ resetField: (state?: Partial<import("vee-validate").FieldState<unknown>> | undefined) => void;
15
+ handleReset: () => void;
16
+ handleChange: (e: Event | unknown, shouldValidate?: boolean) => void;
17
+ handleBlur: (e?: Event, shouldValidate?: boolean) => void;
18
+ setTouched: (isTouched: boolean) => void;
19
+ setErrors: (message: string | string[]) => void;
20
+ setValue: (value: unknown, shouldValidate?: boolean) => void;
21
+ };
22
+ type __VLS_Slots = {} & {
23
+ default?: (props: typeof __VLS_26) => any;
24
+ };
25
+ 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>;
26
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
+ declare const _default: typeof __VLS_export;
28
+ export default _default;
29
+ type __VLS_WithSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
@@ -0,0 +1,30 @@
1
+ import type { FieldProps } from './interface.js';
2
+ declare var __VLS_26: {
3
+ field: import("vee-validate").FieldBindingObject<any>;
4
+ componentField: import("vee-validate").ComponentFieldBindingObject<any>;
5
+ value: any;
6
+ meta: import("vee-validate").FieldMeta<any>;
7
+ errors: string[];
8
+ errorMessage: string | undefined;
9
+ handleInput: import("vee-validate").FieldContext["handleChange"];
10
+ validate: import("vee-validate").FieldValidator<unknown>;
11
+ resetField: (state?: Partial<import("vee-validate").FieldState<unknown>> | undefined) => void;
12
+ handleReset: () => void;
13
+ handleChange: (e: Event | unknown, shouldValidate?: boolean) => void;
14
+ handleBlur: (e?: Event, shouldValidate?: boolean) => void;
15
+ setTouched: (isTouched: boolean) => void;
16
+ setErrors: (message: string | string[]) => void;
17
+ setValue: (value: unknown, shouldValidate?: boolean) => void;
18
+ };
19
+ type __VLS_Slots = {} & {
20
+ default?: (props: typeof __VLS_26) => any;
21
+ };
22
+ declare const __VLS_base: import("vue").DefineComponent<FieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24
+ declare const _default: typeof __VLS_export;
25
+ export default _default;
26
+ type __VLS_WithSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
@@ -0,0 +1,30 @@
1
+ import type { FieldProps } from './interface.js';
2
+ declare var __VLS_26: {
3
+ field: import("vee-validate").FieldBindingObject<any>;
4
+ componentField: import("vee-validate").ComponentFieldBindingObject<any>;
5
+ value: any;
6
+ meta: import("vee-validate").FieldMeta<any>;
7
+ errors: string[];
8
+ errorMessage: string | undefined;
9
+ handleInput: import("vee-validate").FieldContext["handleChange"];
10
+ validate: import("vee-validate").FieldValidator<unknown>;
11
+ resetField: (state?: Partial<import("vee-validate").FieldState<unknown>> | undefined) => void;
12
+ handleReset: () => void;
13
+ handleChange: (e: Event | unknown, shouldValidate?: boolean) => void;
14
+ handleBlur: (e?: Event, shouldValidate?: boolean) => void;
15
+ setTouched: (isTouched: boolean) => void;
16
+ setErrors: (message: string | string[]) => void;
17
+ setValue: (value: unknown, shouldValidate?: boolean) => void;
18
+ };
19
+ type __VLS_Slots = {} & {
20
+ default?: (props: typeof __VLS_26) => any;
21
+ };
22
+ declare const __VLS_base: import("vue").DefineComponent<FieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24
+ declare const _default: typeof __VLS_export;
25
+ export default _default;
26
+ type __VLS_WithSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
@@ -0,0 +1,33 @@
1
+ import type { FieldProps } from './interface.js';
2
+ type __VLS_Props = FieldProps & {
3
+ id?: string;
4
+ };
5
+ declare var __VLS_26: {
6
+ field: import("vee-validate").FieldBindingObject<any>;
7
+ componentField: import("vee-validate").ComponentFieldBindingObject<any>;
8
+ value: any;
9
+ meta: import("vee-validate").FieldMeta<any>;
10
+ errors: string[];
11
+ errorMessage: string | undefined;
12
+ handleInput: import("vee-validate").FieldContext["handleChange"];
13
+ validate: import("vee-validate").FieldValidator<unknown>;
14
+ resetField: (state?: Partial<import("vee-validate").FieldState<unknown>> | undefined) => void;
15
+ handleReset: () => void;
16
+ handleChange: (e: Event | unknown, shouldValidate?: boolean) => void;
17
+ handleBlur: (e?: Event, shouldValidate?: boolean) => void;
18
+ setTouched: (isTouched: boolean) => void;
19
+ setErrors: (message: string | string[]) => void;
20
+ setValue: (value: unknown, shouldValidate?: boolean) => void;
21
+ };
22
+ type __VLS_Slots = {} & {
23
+ default?: (props: typeof __VLS_26) => any;
24
+ };
25
+ 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>;
26
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
+ declare const _default: typeof __VLS_export;
28
+ export default _default;
29
+ type __VLS_WithSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
@@ -0,0 +1,33 @@
1
+ import type { FieldProps } from './interface.js';
2
+ type __VLS_Props = FieldProps & {
3
+ id?: string;
4
+ };
5
+ declare var __VLS_26: {
6
+ field: import("vee-validate").FieldBindingObject<any>;
7
+ componentField: import("vee-validate").ComponentFieldBindingObject<any>;
8
+ value: any;
9
+ meta: import("vee-validate").FieldMeta<any>;
10
+ errors: string[];
11
+ errorMessage: string | undefined;
12
+ handleInput: import("vee-validate").FieldContext["handleChange"];
13
+ validate: import("vee-validate").FieldValidator<unknown>;
14
+ resetField: (state?: Partial<import("vee-validate").FieldState<unknown>> | undefined) => void;
15
+ handleReset: () => void;
16
+ handleChange: (e: Event | unknown, shouldValidate?: boolean) => void;
17
+ handleBlur: (e?: Event, shouldValidate?: boolean) => void;
18
+ setTouched: (isTouched: boolean) => void;
19
+ setErrors: (message: string | string[]) => void;
20
+ setValue: (value: unknown, shouldValidate?: boolean) => void;
21
+ };
22
+ type __VLS_Slots = {} & {
23
+ default?: (props: typeof __VLS_26) => any;
24
+ };
25
+ 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>;
26
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
+ declare const _default: typeof __VLS_export;
28
+ export default _default;
29
+ type __VLS_WithSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
@@ -0,0 +1,30 @@
1
+ import type { FieldProps } from './interface.js';
2
+ declare var __VLS_26: {
3
+ field: import("vee-validate").FieldBindingObject<any>;
4
+ componentField: import("vee-validate").ComponentFieldBindingObject<any>;
5
+ value: any;
6
+ meta: import("vee-validate").FieldMeta<any>;
7
+ errors: string[];
8
+ errorMessage: string | undefined;
9
+ handleInput: import("vee-validate").FieldContext["handleChange"];
10
+ validate: import("vee-validate").FieldValidator<unknown>;
11
+ resetField: (state?: Partial<import("vee-validate").FieldState<unknown>> | undefined) => void;
12
+ handleReset: () => void;
13
+ handleChange: (e: Event | unknown, shouldValidate?: boolean) => void;
14
+ handleBlur: (e?: Event, shouldValidate?: boolean) => void;
15
+ setTouched: (isTouched: boolean) => void;
16
+ setErrors: (message: string | string[]) => void;
17
+ setValue: (value: unknown, shouldValidate?: boolean) => void;
18
+ };
19
+ type __VLS_Slots = {} & {
20
+ default?: (props: typeof __VLS_26) => any;
21
+ };
22
+ declare const __VLS_base: import("vue").DefineComponent<FieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24
+ declare const _default: typeof __VLS_export;
25
+ export default _default;
26
+ type __VLS_WithSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
@@ -0,0 +1,30 @@
1
+ import type { FieldProps } from './interface.js';
2
+ declare var __VLS_26: {
3
+ field: import("vee-validate").FieldBindingObject<any>;
4
+ componentField: import("vee-validate").ComponentFieldBindingObject<any>;
5
+ value: any;
6
+ meta: import("vee-validate").FieldMeta<any>;
7
+ errors: string[];
8
+ errorMessage: string | undefined;
9
+ handleInput: import("vee-validate").FieldContext["handleChange"];
10
+ validate: import("vee-validate").FieldValidator<unknown>;
11
+ resetField: (state?: Partial<import("vee-validate").FieldState<unknown>> | undefined) => void;
12
+ handleReset: () => void;
13
+ handleChange: (e: Event | unknown, shouldValidate?: boolean) => void;
14
+ handleBlur: (e?: Event, shouldValidate?: boolean) => void;
15
+ setTouched: (isTouched: boolean) => void;
16
+ setErrors: (message: string | string[]) => void;
17
+ setValue: (value: unknown, shouldValidate?: boolean) => void;
18
+ };
19
+ type __VLS_Slots = {} & {
20
+ default?: (props: typeof __VLS_26) => any;
21
+ };
22
+ declare const __VLS_base: import("vue").DefineComponent<FieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24
+ declare const _default: typeof __VLS_export;
25
+ export default _default;
26
+ type __VLS_WithSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
@@ -0,0 +1,34 @@
1
+ import type { ZodObject, ZodRawShape } from 'zod';
2
+ import type { Config } from './interface.js';
3
+ declare const __VLS_export: <T extends ZodRawShape>(__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
+ props: __VLS_PrettifyLocal<{
5
+ fieldName: string;
6
+ required?: boolean;
7
+ config?: Config<T>;
8
+ schema?: ZodObject<T>;
9
+ disabled?: boolean;
10
+ }> & import("vue").PublicProps & (typeof globalThis extends {
11
+ __VLS_PROPS_FALLBACK: infer P;
12
+ } ? P : {});
13
+ expose: (exposed: {}) => void;
14
+ attrs: any;
15
+ slots: {
16
+ default?: (props: import("vue").DefineProps<import("@vue/shared").LooseRequired<{
17
+ fieldName: string;
18
+ required?: boolean;
19
+ config?: Config<T>;
20
+ schema?: ZodObject<T>;
21
+ disabled?: boolean;
22
+ }>, "required" | "disabled" | ([Config<T> | undefined] extends [boolean | undefined] ? "config" : never)>) => any;
23
+ };
24
+ emit: {};
25
+ }>) => import("vue").VNode & {
26
+ __ctx?: Awaited<typeof __VLS_setup>;
27
+ };
28
+ declare const _default: typeof __VLS_export;
29
+ export default _default;
30
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
31
+ [K in keyof T]: T[K];
32
+ } : {
33
+ [K in keyof T as K]: T[K];
34
+ }) & {};
@@ -0,0 +1,34 @@
1
+ import type { ZodObject, ZodRawShape } from 'zod';
2
+ import type { Config } from './interface.js';
3
+ declare const __VLS_export: <T extends ZodRawShape>(__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
+ props: __VLS_PrettifyLocal<{
5
+ fieldName: string;
6
+ required?: boolean;
7
+ config?: Config<T>;
8
+ schema?: ZodObject<T>;
9
+ disabled?: boolean;
10
+ }> & import("vue").PublicProps & (typeof globalThis extends {
11
+ __VLS_PROPS_FALLBACK: infer P;
12
+ } ? P : {});
13
+ expose: (exposed: {}) => void;
14
+ attrs: any;
15
+ slots: {
16
+ default?: (props: import("vue").DefineProps<import("@vue/shared").LooseRequired<{
17
+ fieldName: string;
18
+ required?: boolean;
19
+ config?: Config<T>;
20
+ schema?: ZodObject<T>;
21
+ disabled?: boolean;
22
+ }>, "required" | "disabled" | ([Config<T> | undefined] extends [boolean | undefined] ? "config" : never)>) => any;
23
+ };
24
+ emit: {};
25
+ }>) => import("vue").VNode & {
26
+ __ctx?: Awaited<typeof __VLS_setup>;
27
+ };
28
+ declare const _default: typeof __VLS_export;
29
+ export default _default;
30
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
31
+ [K in keyof T]: T[K];
32
+ } : {
33
+ [K in keyof T as K]: T[K];
34
+ }) & {};
@@ -1,6 +1,30 @@
1
1
  import type { Ref } from 'vue';
2
2
  import { type Dependency, type EnumValues } from './interface.js';
3
- export declare const injectDependencies: <T extends Ref<Dependency<Record<string, unknown>>[] | undefined, Dependency<Record<string, unknown>>[] | undefined> | null | undefined = Ref<Dependency<Record<string, unknown>>[] | undefined, Dependency<Record<string, unknown>>[] | undefined>>(fallback?: T | undefined) => T extends null ? Ref<Dependency<Record<string, unknown>>[] | undefined, Dependency<Record<string, unknown>>[] | undefined> | null : Ref<Dependency<Record<string, unknown>>[] | undefined, Dependency<Record<string, unknown>>[] | undefined>, provideDependencies: (contextValue: Ref<Dependency<Record<string, unknown>>[] | undefined, Dependency<Record<string, unknown>>[] | undefined>) => Ref<Dependency<Record<string, unknown>>[] | undefined, Dependency<Record<string, unknown>>[] | undefined>;
3
+ export declare const injectDependencies: <T extends Ref<Dependency<{
4
+ [x: string]: any;
5
+ }>[] | undefined, Dependency<{
6
+ [x: string]: any;
7
+ }>[] | undefined> | null | undefined = Ref<Dependency<{
8
+ [x: string]: any;
9
+ }>[] | undefined, Dependency<{
10
+ [x: string]: any;
11
+ }>[] | undefined>>(fallback?: T | undefined) => T extends null ? Ref<Dependency<{
12
+ [x: string]: any;
13
+ }>[] | undefined, Dependency<{
14
+ [x: string]: any;
15
+ }>[] | undefined> | null : Ref<Dependency<{
16
+ [x: string]: any;
17
+ }>[] | undefined, Dependency<{
18
+ [x: string]: any;
19
+ }>[] | undefined>, provideDependencies: (contextValue: Ref<Dependency<{
20
+ [x: string]: any;
21
+ }>[] | undefined, Dependency<{
22
+ [x: string]: any;
23
+ }>[] | undefined>) => Ref<Dependency<{
24
+ [x: string]: any;
25
+ }>[] | undefined, Dependency<{
26
+ [x: string]: any;
27
+ }>[] | undefined>;
4
28
  export default function useDependencies(fieldName: string): {
5
29
  isDisabled: Ref<boolean, boolean>;
6
30
  isHidden: Ref<boolean, boolean>;
@@ -21,7 +21,7 @@ z.ZodEffects<ChildType>): ChildType | null;
21
21
  * Get the type name of the lowest level Zod type.
22
22
  * This will unpack optionals, refinements, etc.
23
23
  */
24
- export declare function getBaseType(schema: z.ZodAny): any;
24
+ export declare function getBaseType(schema: z.ZodAny): "" | z.ZodFirstPartyTypeKind.ZodAny;
25
25
  /**
26
26
  * Search for a "ZodDefault" in the Zod stack and return its value.
27
27
  */
@@ -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;
@@ -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<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
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<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
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;
@@ -3,6 +3,8 @@ 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
+ }, {}, {}, {}, 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 = 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
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
9
  declare const _default: typeof __VLS_export;
8
10
  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<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
13
+ as: import("reka-ui").AsTag | import("vue").Component;
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<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
13
+ as: import("reka-ui").AsTag | import("vue").Component;
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;
@@ -28,7 +28,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
28
28
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
29
29
  "onUpdate:modelValue"?: ((date: DateValue | undefined) => any) | undefined;
30
30
  "onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
31
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
31
+ }>, {
32
+ modelValue: DateValue | DateValue[];
33
+ layout: "month-and-year" | "month-only" | "year-only";
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
35
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
33
36
  declare const _default: typeof __VLS_export;
34
37
  export default _default;
@@ -28,7 +28,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
28
28
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
29
29
  "onUpdate:modelValue"?: ((date: DateValue | undefined) => any) | undefined;
30
30
  "onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
31
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
31
+ }>, {
32
+ modelValue: DateValue | DateValue[];
33
+ layout: "month-and-year" | "month-only" | "year-only";
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
35
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
33
36
  declare const _default: typeof __VLS_export;
34
37
  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;
@@ -0,0 +1,37 @@
1
+ import type { CarouselProps, WithClassAsProps } from "./interface.js";
2
+ type __VLS_Props = CarouselProps & WithClassAsProps;
3
+ declare var __VLS_1: {
4
+ canScrollNext: boolean;
5
+ canScrollPrev: boolean;
6
+ carouselApi: import("embla-carousel").EmblaCarouselType | undefined;
7
+ carouselRef: HTMLElement | undefined;
8
+ orientation: "vertical" | "horizontal" | undefined;
9
+ scrollNext: () => void;
10
+ scrollPrev: () => void;
11
+ };
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_1) => any;
14
+ };
15
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
16
+ canScrollNext: import("vue").Ref<boolean, boolean>;
17
+ canScrollPrev: import("vue").Ref<boolean, boolean>;
18
+ carouselApi: import("vue").Ref<import("embla-carousel").EmblaCarouselType | undefined, import("embla-carousel").EmblaCarouselType | undefined>;
19
+ carouselRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
20
+ orientation: "vertical" | "horizontal" | undefined;
21
+ scrollNext: () => void;
22
+ scrollPrev: () => void;
23
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
24
+ "init-api": (payload: import("embla-carousel").EmblaCarouselType | undefined) => any;
25
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
26
+ "onInit-api"?: ((payload: import("embla-carousel").EmblaCarouselType | undefined) => any) | undefined;
27
+ }>, {
28
+ orientation: "horizontal" | "vertical";
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
31
+ declare const _default: typeof __VLS_export;
32
+ export default _default;
33
+ type __VLS_WithSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };
@@ -0,0 +1,37 @@
1
+ import type { CarouselProps, WithClassAsProps } from "./interface.js";
2
+ type __VLS_Props = CarouselProps & WithClassAsProps;
3
+ declare var __VLS_1: {
4
+ canScrollNext: boolean;
5
+ canScrollPrev: boolean;
6
+ carouselApi: import("embla-carousel").EmblaCarouselType | undefined;
7
+ carouselRef: HTMLElement | undefined;
8
+ orientation: "vertical" | "horizontal" | undefined;
9
+ scrollNext: () => void;
10
+ scrollPrev: () => void;
11
+ };
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_1) => any;
14
+ };
15
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
16
+ canScrollNext: import("vue").Ref<boolean, boolean>;
17
+ canScrollPrev: import("vue").Ref<boolean, boolean>;
18
+ carouselApi: import("vue").Ref<import("embla-carousel").EmblaCarouselType | undefined, import("embla-carousel").EmblaCarouselType | undefined>;
19
+ carouselRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
20
+ orientation: "vertical" | "horizontal" | undefined;
21
+ scrollNext: () => void;
22
+ scrollPrev: () => void;
23
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
24
+ "init-api": (payload: import("embla-carousel").EmblaCarouselType | undefined) => any;
25
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
26
+ "onInit-api"?: ((payload: import("embla-carousel").EmblaCarouselType | undefined) => any) | undefined;
27
+ }>, {
28
+ orientation: "horizontal" | "vertical";
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
31
+ declare const _default: typeof __VLS_export;
32
+ export default _default;
33
+ type __VLS_WithSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };
@@ -8,7 +8,10 @@ declare var __VLS_10: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, 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
+ variant: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null;
13
+ size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
16
  declare const _default: typeof __VLS_export;
14
17
  export default _default;