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
@@ -24,11 +24,11 @@ interface Props {
24
24
  isSelectionMode?: boolean;
25
25
  showActions?: boolean;
26
26
  }
27
- declare var __VLS_53: {
27
+ declare var __VLS_49: {
28
28
  file: FileItem;
29
29
  };
30
30
  type __VLS_Slots = {} & {
31
- 'file-actions'?: (props: typeof __VLS_53) => any;
31
+ 'file-actions'?: (props: typeof __VLS_49) => any;
32
32
  };
33
33
  declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
34
  folderClick: (file: FileItem) => any;
@@ -40,7 +40,10 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, i
40
40
  onFileClick?: ((file: FileItem) => any) | undefined;
41
41
  onToggleSelection?: ((fileId: string) => any) | undefined;
42
42
  onFileAction?: ((action: string, file: FileItem) => any) | undefined;
43
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
+ }>, {
44
+ showActions: boolean;
45
+ isSelectionMode: boolean;
46
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
47
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
45
48
  declare const _default: typeof __VLS_export;
46
49
  export default _default;
@@ -15,6 +15,8 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
15
15
  "onSelect-all"?: (() => any) | undefined;
16
16
  "onDelete-selected"?: (() => any) | undefined;
17
17
  "onRestore-selected"?: (() => any) | undefined;
18
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ }>, {
19
+ isTrash: boolean;
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<Props, {}, {}, {}, {},
15
15
  "onSelect-all"?: (() => any) | undefined;
16
16
  "onDelete-selected"?: (() => any) | undefined;
17
17
  "onRestore-selected"?: (() => any) | undefined;
18
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ }>, {
19
+ isTrash: boolean;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
21
  declare const _default: typeof __VLS_export;
20
22
  export default _default;
@@ -25,11 +25,11 @@ interface Props {
25
25
  showActions?: boolean;
26
26
  isTrash?: boolean;
27
27
  }
28
- declare var __VLS_173: {
28
+ declare var __VLS_168: {
29
29
  file: FileItem;
30
30
  };
31
31
  type __VLS_Slots = {} & {
32
- 'file-actions'?: (props: typeof __VLS_173) => any;
32
+ 'file-actions'?: (props: typeof __VLS_168) => any;
33
33
  };
34
34
  declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
35
  folderClick: (file: FileItem) => any;
@@ -43,7 +43,11 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, i
43
43
  onToggleSelection?: ((fileId: string) => any) | undefined;
44
44
  onFileAction?: ((action: string, file: FileItem) => any) | undefined;
45
45
  onSelectAll?: ((selected: boolean) => any) | undefined;
46
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
46
+ }>, {
47
+ isTrash: boolean;
48
+ showActions: boolean;
49
+ isSelectionMode: boolean;
50
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
47
51
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
48
52
  declare const _default: typeof __VLS_export;
49
53
  export default _default;
@@ -25,11 +25,11 @@ interface Props {
25
25
  showActions?: boolean;
26
26
  isTrash?: boolean;
27
27
  }
28
- declare var __VLS_173: {
28
+ declare var __VLS_168: {
29
29
  file: FileItem;
30
30
  };
31
31
  type __VLS_Slots = {} & {
32
- 'file-actions'?: (props: typeof __VLS_173) => any;
32
+ 'file-actions'?: (props: typeof __VLS_168) => any;
33
33
  };
34
34
  declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
35
  folderClick: (file: FileItem) => any;
@@ -43,7 +43,11 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, i
43
43
  onToggleSelection?: ((fileId: string) => any) | undefined;
44
44
  onFileAction?: ((action: string, file: FileItem) => any) | undefined;
45
45
  onSelectAll?: ((selected: boolean) => any) | undefined;
46
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
46
+ }>, {
47
+ isTrash: boolean;
48
+ showActions: boolean;
49
+ isSelectionMode: boolean;
50
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
47
51
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
48
52
  declare const _default: typeof __VLS_export;
49
53
  export default _default;
@@ -12,6 +12,11 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
12
12
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
13
13
  onClick?: (() => any) | undefined;
14
14
  onUpload?: ((files: FileList) => any) | undefined;
15
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ }>, {
16
+ disabled: boolean;
17
+ multiple: boolean;
18
+ isDragging: boolean;
19
+ isUploading: boolean;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
21
  declare const _default: typeof __VLS_export;
17
22
  export default _default;
@@ -12,6 +12,11 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
12
12
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
13
13
  onClick?: (() => any) | undefined;
14
14
  onUpload?: ((files: FileList) => any) | undefined;
15
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ }>, {
16
+ disabled: boolean;
17
+ multiple: boolean;
18
+ isDragging: boolean;
19
+ isUploading: boolean;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
21
  declare const _default: typeof __VLS_export;
17
22
  export default _default;
@@ -3,11 +3,13 @@ type __VLS_Props = {
3
3
  class?: HTMLAttributes["class"];
4
4
  colspan?: number;
5
5
  };
6
- declare var __VLS_12: {};
6
+ declare var __VLS_14: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_12) => any;
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
+ colspan: 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;
@@ -3,11 +3,13 @@ type __VLS_Props = {
3
3
  class?: HTMLAttributes["class"];
4
4
  colspan?: number;
5
5
  };
6
- declare var __VLS_12: {};
6
+ declare var __VLS_14: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_12) => any;
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
+ colspan: 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,6 +7,10 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
7
7
  "update:modelValue": (value: string) => any;
8
8
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
9
9
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
10
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ }>, {
11
+ placeholder: string;
12
+ disabled: boolean;
13
+ modelValue: string;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
15
  declare const _default: typeof __VLS_export;
12
16
  export default _default;
@@ -7,6 +7,10 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
7
7
  "update:modelValue": (value: string) => any;
8
8
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
9
9
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
10
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ }>, {
11
+ placeholder: string;
12
+ disabled: boolean;
13
+ modelValue: string;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
15
  declare const _default: typeof __VLS_export;
12
16
  export default _default;
@@ -19,7 +19,11 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
19
19
  "update:modelValue": (value: boolean) => any;
20
20
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
21
21
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
22
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ }>, {
23
+ variant: "default" | "outline" | null;
24
+ size: "default" | "sm" | "lg" | null;
25
+ disabled: boolean;
26
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
27
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24
28
  declare const _default: typeof __VLS_export;
25
29
  export default _default;
@@ -19,7 +19,11 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
19
19
  "update:modelValue": (value: boolean) => any;
20
20
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
21
21
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
22
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ }>, {
23
+ variant: "default" | "outline" | null;
24
+ size: "default" | "sm" | "lg" | null;
25
+ disabled: boolean;
26
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
27
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24
28
  declare const _default: typeof __VLS_export;
25
29
  export default _default;
@@ -19,7 +19,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
19
19
  "update:modelValue": (payload: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[]) => any;
20
20
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
21
21
  "onUpdate:modelValue"?: ((payload: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[]) => any) | undefined;
22
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ }>, {
23
+ spacing: number;
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
25
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24
26
  declare const _default: typeof __VLS_export;
25
27
  export default _default;
@@ -19,7 +19,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
19
19
  "update:modelValue": (payload: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[]) => any;
20
20
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
21
21
  "onUpdate:modelValue"?: ((payload: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[]) => any) | undefined;
22
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ }>, {
23
+ spacing: number;
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
25
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24
26
  declare const _default: typeof __VLS_export;
25
27
  export default _default;
@@ -13,7 +13,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
13
13
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
14
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
15
15
  onPointerDownOutside?: ((event: Event) => any) | undefined;
16
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ }>, {
17
+ sideOffset: number;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
20
  declare const _default: typeof __VLS_export;
19
21
  export default _default;
@@ -13,7 +13,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
13
13
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
14
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
15
15
  onPointerDownOutside?: ((event: Event) => any) | undefined;
16
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ }>, {
17
+ sideOffset: number;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
20
  declare const _default: typeof __VLS_export;
19
21
  export default _default;
@@ -3,7 +3,9 @@ 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<TooltipProviderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const __VLS_base: import("vue").DefineComponent<TooltipProviderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TooltipProviderProps> & Readonly<{}>, {
7
+ delayDuration: number;
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
9
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
10
  declare const _default: typeof __VLS_export;
9
11
  export default _default;
@@ -3,7 +3,9 @@ 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<TooltipProviderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const __VLS_base: import("vue").DefineComponent<TooltipProviderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TooltipProviderProps> & Readonly<{}>, {
7
+ delayDuration: number;
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
9
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
10
  declare const _default: typeof __VLS_export;
9
11
  export default _default;