@agrotools1/at-components 1.0.91 → 1.0.92

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 (222) hide show
  1. package/dist/CardWithInsights/CardWithInsights.vue.d.ts +1 -1
  2. package/dist/Dropdown/Dropdown.core.vue.d.ts.map +1 -1
  3. package/dist/Illustration/Illustration.d.ts +5 -5
  4. package/dist/Illustration/Illustration.vue.d.ts +1 -1
  5. package/dist/Upload/MultipleUpload/MultipleUpload.vue.d.ts +1 -1
  6. package/dist/Upload/SingleUpload/SingleUpload.vue.d.ts +2 -2
  7. package/dist/Upload/Upload.vue.d.ts +3 -3
  8. package/dist/Upload/UploaderInfoProgress/UploaderInfoProgress.vue.d.ts +1 -1
  9. package/dist/Upload/UploaderInput/UploaderInput.vue.d.ts +1 -1
  10. package/dist/components/ui/accordion/AccordionItem.vue.d.ts.map +1 -1
  11. package/dist/components/ui/avatar/Avatar.vue.d.ts +28 -0
  12. package/dist/components/ui/avatar/Avatar.vue.d.ts.map +1 -0
  13. package/dist/components/ui/avatar/AvatarFallback.vue.d.ts +23 -0
  14. package/dist/components/ui/avatar/AvatarFallback.vue.d.ts.map +1 -0
  15. package/dist/components/ui/avatar/AvatarImage.vue.d.ts +19 -0
  16. package/dist/components/ui/avatar/AvatarImage.vue.d.ts.map +1 -0
  17. package/dist/components/ui/avatar/index.d.ts +4 -0
  18. package/dist/components/ui/avatar/index.d.ts.map +1 -0
  19. package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts +22 -0
  20. package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts.map +1 -0
  21. package/dist/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts +22 -0
  22. package/dist/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts.map +1 -0
  23. package/dist/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +26 -0
  24. package/dist/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts.map +1 -0
  25. package/dist/components/ui/breadcrumb/BreadcrumbList.vue.d.ts +22 -0
  26. package/dist/components/ui/breadcrumb/BreadcrumbList.vue.d.ts.map +1 -0
  27. package/dist/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts +22 -0
  28. package/dist/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts.map +1 -0
  29. package/dist/components/ui/breadcrumb/index.d.ts +6 -0
  30. package/dist/components/ui/breadcrumb/index.d.ts.map +1 -0
  31. package/dist/components/ui/button/Button.vue.d.ts +1 -1
  32. package/dist/components/ui/calendar/Calendar.vue.d.ts +1 -1
  33. package/dist/components/ui/calendar/CalendarCell.vue.d.ts.map +1 -1
  34. package/dist/components/ui/calendar/CalendarCellTrigger.vue.d.ts +1 -1
  35. package/dist/components/ui/calendar/CalendarCellTrigger.vue.d.ts.map +1 -1
  36. package/dist/components/ui/card/Card.vue.d.ts +1 -1
  37. package/dist/components/ui/card/CardDescription.vue.d.ts +1 -1
  38. package/dist/components/ui/card/CardTitle.vue.d.ts +1 -1
  39. package/dist/components/ui/combobox/Combobox.vue.d.ts +34 -0
  40. package/dist/components/ui/combobox/Combobox.vue.d.ts.map +1 -0
  41. package/dist/components/ui/combobox/ComboboxAnchor.vue.d.ts +23 -0
  42. package/dist/components/ui/combobox/ComboboxAnchor.vue.d.ts.map +1 -0
  43. package/dist/components/ui/combobox/ComboboxEmpty.vue.d.ts +23 -0
  44. package/dist/components/ui/combobox/ComboboxEmpty.vue.d.ts.map +1 -0
  45. package/dist/components/ui/combobox/ComboboxGroup.vue.d.ts +24 -0
  46. package/dist/components/ui/combobox/ComboboxGroup.vue.d.ts.map +1 -0
  47. package/dist/components/ui/combobox/ComboboxInput.vue.d.ts +29 -0
  48. package/dist/components/ui/combobox/ComboboxInput.vue.d.ts.map +1 -0
  49. package/dist/components/ui/combobox/ComboboxItem.vue.d.ts +27 -0
  50. package/dist/components/ui/combobox/ComboboxItem.vue.d.ts.map +1 -0
  51. package/dist/components/ui/combobox/ComboboxItemIndicator.vue.d.ts +23 -0
  52. package/dist/components/ui/combobox/ComboboxItemIndicator.vue.d.ts.map +1 -0
  53. package/dist/components/ui/combobox/ComboboxList.vue.d.ts +37 -0
  54. package/dist/components/ui/combobox/ComboboxList.vue.d.ts.map +1 -0
  55. package/dist/components/ui/combobox/ComboboxSeparator.vue.d.ts +23 -0
  56. package/dist/components/ui/combobox/ComboboxSeparator.vue.d.ts.map +1 -0
  57. package/dist/components/ui/combobox/ComboboxViewport.vue.d.ts +23 -0
  58. package/dist/components/ui/combobox/ComboboxViewport.vue.d.ts.map +1 -0
  59. package/dist/components/ui/combobox/index.d.ts +12 -0
  60. package/dist/components/ui/combobox/index.d.ts.map +1 -0
  61. package/dist/components/ui/command/Command.vue.d.ts +31 -0
  62. package/dist/components/ui/command/Command.vue.d.ts.map +1 -0
  63. package/dist/components/ui/command/CommandDialog.vue.d.ts +30 -0
  64. package/dist/components/ui/command/CommandDialog.vue.d.ts.map +1 -0
  65. package/dist/components/ui/command/CommandEmpty.vue.d.ts +23 -0
  66. package/dist/components/ui/command/CommandEmpty.vue.d.ts.map +1 -0
  67. package/dist/components/ui/command/CommandGroup.vue.d.ts +24 -0
  68. package/dist/components/ui/command/CommandGroup.vue.d.ts.map +1 -0
  69. package/dist/components/ui/command/CommandInput.vue.d.ts +8 -0
  70. package/dist/components/ui/command/CommandInput.vue.d.ts.map +1 -0
  71. package/dist/components/ui/command/CommandItem.vue.d.ts +31 -0
  72. package/dist/components/ui/command/CommandItem.vue.d.ts.map +1 -0
  73. package/dist/components/ui/command/CommandList.vue.d.ts +23 -0
  74. package/dist/components/ui/command/CommandList.vue.d.ts.map +1 -0
  75. package/dist/components/ui/command/CommandSeparator.vue.d.ts +23 -0
  76. package/dist/components/ui/command/CommandSeparator.vue.d.ts.map +1 -0
  77. package/dist/components/ui/command/CommandShortcut.vue.d.ts +22 -0
  78. package/dist/components/ui/command/CommandShortcut.vue.d.ts.map +1 -0
  79. package/dist/components/ui/command/contexts.d.ts +28 -0
  80. package/dist/components/ui/command/contexts.d.ts.map +1 -0
  81. package/dist/components/ui/command/index.d.ts +10 -0
  82. package/dist/components/ui/command/index.d.ts.map +1 -0
  83. package/dist/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts.map +1 -1
  84. package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts.map +1 -1
  85. package/dist/components/ui/illustration/Illustration.vue.d.ts +9 -0
  86. package/dist/components/ui/illustration/Illustration.vue.d.ts.map +1 -0
  87. package/dist/components/ui/illustration/illustrations.d.ts +65 -0
  88. package/dist/components/ui/illustration/illustrations.d.ts.map +1 -0
  89. package/dist/components/ui/illustration/index.d.ts +3 -0
  90. package/dist/components/ui/illustration/index.d.ts.map +1 -0
  91. package/dist/components/ui/input/Input.vue.d.ts +8 -5
  92. package/dist/components/ui/input/Input.vue.d.ts.map +1 -1
  93. package/dist/components/ui/multi-select/MultiSelectContent.vue.d.ts +44 -0
  94. package/dist/components/ui/multi-select/MultiSelectContent.vue.d.ts.map +1 -0
  95. package/dist/components/ui/multi-select/MultiSelectEmpty.vue.d.ts +23 -0
  96. package/dist/components/ui/multi-select/MultiSelectEmpty.vue.d.ts.map +1 -0
  97. package/dist/components/ui/multi-select/MultiSelectGroup.vue.d.ts +21 -0
  98. package/dist/components/ui/multi-select/MultiSelectGroup.vue.d.ts.map +1 -0
  99. package/dist/components/ui/multi-select/MultiSelectItem.vue.d.ts +47 -0
  100. package/dist/components/ui/multi-select/MultiSelectItem.vue.d.ts.map +1 -0
  101. package/dist/components/ui/multi-select/MultiSelectLabel.vue.d.ts +26 -0
  102. package/dist/components/ui/multi-select/MultiSelectLabel.vue.d.ts.map +1 -0
  103. package/dist/components/ui/multi-select/MultiSelectRoot.vue.d.ts +52 -0
  104. package/dist/components/ui/multi-select/MultiSelectRoot.vue.d.ts.map +1 -0
  105. package/dist/components/ui/multi-select/MultiSelectSeparator.vue.d.ts +23 -0
  106. package/dist/components/ui/multi-select/MultiSelectSeparator.vue.d.ts.map +1 -0
  107. package/dist/components/ui/multi-select/MultiSelectTrigger.vue.d.ts +27 -0
  108. package/dist/components/ui/multi-select/MultiSelectTrigger.vue.d.ts.map +1 -0
  109. package/dist/components/ui/multi-select/MultiSelectValue.vue.d.ts +14 -0
  110. package/dist/components/ui/multi-select/MultiSelectValue.vue.d.ts.map +1 -0
  111. package/dist/components/ui/multi-select/contexts.d.ts +32 -0
  112. package/dist/components/ui/multi-select/contexts.d.ts.map +1 -0
  113. package/dist/components/ui/multi-select/index.d.ts +11 -0
  114. package/dist/components/ui/multi-select/index.d.ts.map +1 -0
  115. package/dist/components/ui/multi-select/utils.d.ts +3 -0
  116. package/dist/components/ui/multi-select/utils.d.ts.map +1 -0
  117. package/dist/components/ui/pagination/Pagination.vue.d.ts.map +1 -1
  118. package/dist/components/ui/range-calendar/RangeCalendar.vue.d.ts +3 -1
  119. package/dist/components/ui/range-calendar/RangeCalendar.vue.d.ts.map +1 -1
  120. package/dist/components/ui/range-calendar/RangeCalendarCell.vue.d.ts.map +1 -1
  121. package/dist/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts +1 -1
  122. package/dist/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts.map +1 -1
  123. package/dist/components/ui/select/SelectContent.vue.d.ts.map +1 -1
  124. package/dist/components/ui/separator/Separator.vue.d.ts +11 -0
  125. package/dist/components/ui/separator/Separator.vue.d.ts.map +1 -0
  126. package/dist/components/ui/separator/index.d.ts +2 -0
  127. package/dist/components/ui/separator/index.d.ts.map +1 -0
  128. package/dist/components/ui/sheet/Sheet.vue.d.ts +23 -0
  129. package/dist/components/ui/sheet/Sheet.vue.d.ts.map +1 -0
  130. package/dist/components/ui/sheet/SheetClose.vue.d.ts +19 -0
  131. package/dist/components/ui/sheet/SheetClose.vue.d.ts.map +1 -0
  132. package/dist/components/ui/sheet/SheetContent.vue.d.ts +40 -0
  133. package/dist/components/ui/sheet/SheetContent.vue.d.ts.map +1 -0
  134. package/dist/components/ui/sheet/SheetDescription.vue.d.ts +23 -0
  135. package/dist/components/ui/sheet/SheetDescription.vue.d.ts.map +1 -0
  136. package/dist/components/ui/sheet/SheetFooter.vue.d.ts +22 -0
  137. package/dist/components/ui/sheet/SheetFooter.vue.d.ts.map +1 -0
  138. package/dist/components/ui/sheet/SheetHeader.vue.d.ts +22 -0
  139. package/dist/components/ui/sheet/SheetHeader.vue.d.ts.map +1 -0
  140. package/dist/components/ui/sheet/SheetOverlay.vue.d.ts +23 -0
  141. package/dist/components/ui/sheet/SheetOverlay.vue.d.ts.map +1 -0
  142. package/dist/components/ui/sheet/SheetTitle.vue.d.ts +23 -0
  143. package/dist/components/ui/sheet/SheetTitle.vue.d.ts.map +1 -0
  144. package/dist/components/ui/sheet/SheetTrigger.vue.d.ts +19 -0
  145. package/dist/components/ui/sheet/SheetTrigger.vue.d.ts.map +1 -0
  146. package/dist/components/ui/sheet/index.d.ts +9 -0
  147. package/dist/components/ui/sheet/index.d.ts.map +1 -0
  148. package/dist/components/ui/sidebar/Sidebar.vue.d.ts +23 -0
  149. package/dist/components/ui/sidebar/Sidebar.vue.d.ts.map +1 -0
  150. package/dist/components/ui/sidebar/SidebarContent.vue.d.ts +22 -0
  151. package/dist/components/ui/sidebar/SidebarContent.vue.d.ts.map +1 -0
  152. package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts +22 -0
  153. package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts.map +1 -0
  154. package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts +22 -0
  155. package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts.map +1 -0
  156. package/dist/components/ui/sidebar/SidebarGroupAction.vue.d.ts +23 -0
  157. package/dist/components/ui/sidebar/SidebarGroupAction.vue.d.ts.map +1 -0
  158. package/dist/components/ui/sidebar/SidebarGroupContent.vue.d.ts +22 -0
  159. package/dist/components/ui/sidebar/SidebarGroupContent.vue.d.ts.map +1 -0
  160. package/dist/components/ui/sidebar/SidebarGroupLabel.vue.d.ts +23 -0
  161. package/dist/components/ui/sidebar/SidebarGroupLabel.vue.d.ts.map +1 -0
  162. package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts +22 -0
  163. package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts.map +1 -0
  164. package/dist/components/ui/sidebar/SidebarInput.vue.d.ts +22 -0
  165. package/dist/components/ui/sidebar/SidebarInput.vue.d.ts.map +1 -0
  166. package/dist/components/ui/sidebar/SidebarInset.vue.d.ts +22 -0
  167. package/dist/components/ui/sidebar/SidebarInset.vue.d.ts.map +1 -0
  168. package/dist/components/ui/sidebar/SidebarMenu.vue.d.ts +22 -0
  169. package/dist/components/ui/sidebar/SidebarMenu.vue.d.ts.map +1 -0
  170. package/dist/components/ui/sidebar/SidebarMenuAction.vue.d.ts +26 -0
  171. package/dist/components/ui/sidebar/SidebarMenuAction.vue.d.ts.map +1 -0
  172. package/dist/components/ui/sidebar/SidebarMenuBadge.vue.d.ts +22 -0
  173. package/dist/components/ui/sidebar/SidebarMenuBadge.vue.d.ts.map +1 -0
  174. package/dist/components/ui/sidebar/SidebarMenuButton.vue.d.ts +28 -0
  175. package/dist/components/ui/sidebar/SidebarMenuButton.vue.d.ts.map +1 -0
  176. package/dist/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +31 -0
  177. package/dist/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts.map +1 -0
  178. package/dist/components/ui/sidebar/SidebarMenuItem.vue.d.ts +22 -0
  179. package/dist/components/ui/sidebar/SidebarMenuItem.vue.d.ts.map +1 -0
  180. package/dist/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts +8 -0
  181. package/dist/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts.map +1 -0
  182. package/dist/components/ui/sidebar/SidebarMenuSub.vue.d.ts +22 -0
  183. package/dist/components/ui/sidebar/SidebarMenuSub.vue.d.ts.map +1 -0
  184. package/dist/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +28 -0
  185. package/dist/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts.map +1 -0
  186. package/dist/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts +22 -0
  187. package/dist/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts.map +1 -0
  188. package/dist/components/ui/sidebar/SidebarProvider.vue.d.ts +22 -0
  189. package/dist/components/ui/sidebar/SidebarProvider.vue.d.ts.map +1 -0
  190. package/dist/components/ui/sidebar/SidebarSeparator.vue.d.ts +22 -0
  191. package/dist/components/ui/sidebar/SidebarSeparator.vue.d.ts.map +1 -0
  192. package/dist/components/ui/sidebar/index.d.ts +35 -0
  193. package/dist/components/ui/sidebar/index.d.ts.map +1 -0
  194. package/dist/components/ui/sidebar/utils.d.ts +29 -0
  195. package/dist/components/ui/sidebar/utils.d.ts.map +1 -0
  196. package/dist/components/ui/sonner/Sonner.vue.d.ts +41 -0
  197. package/dist/components/ui/sonner/Sonner.vue.d.ts.map +1 -0
  198. package/dist/components/ui/sonner/Toast.vue.d.ts +50 -0
  199. package/dist/components/ui/sonner/Toast.vue.d.ts.map +1 -0
  200. package/dist/components/ui/sonner/index.d.ts +10 -0
  201. package/dist/components/ui/sonner/index.d.ts.map +1 -0
  202. package/dist/components/ui/sonner/toast.d.ts +11 -0
  203. package/dist/components/ui/sonner/toast.d.ts.map +1 -0
  204. package/dist/components/ui/switch/Switch.vue.d.ts.map +1 -1
  205. package/dist/components/ui/tabs/TabsList.vue.d.ts.map +1 -1
  206. package/dist/components/ui/tabs/TabsTrigger.vue.d.ts +2 -0
  207. package/dist/components/ui/tabs/TabsTrigger.vue.d.ts.map +1 -1
  208. package/dist/components/ui/tabs/index.d.ts +5 -0
  209. package/dist/components/ui/tabs/index.d.ts.map +1 -1
  210. package/dist/components/ui/tag/Tag.vue.d.ts +1 -1
  211. package/dist/components/ui/upload/UploadContent.vue.d.ts +1 -1
  212. package/dist/components/ui/upload/UploadContent.vue.d.ts.map +1 -1
  213. package/dist/components/ui/upload/UploadContentDescription.vue.d.ts +1 -1
  214. package/dist/components/ui/upload/UploadContentLoadingDescription.vue.d.ts +1 -1
  215. package/dist/components/ui/upload/UploadContentSuccessDescription.vue.d.ts +1 -1
  216. package/dist/components/ui/upload/UploadContentTitle.vue.d.ts +1 -1
  217. package/dist/components/ui/upload/UploadFileItem.vue.d.ts +1 -1
  218. package/dist/examples/sidebar/data.d.ts +9 -0
  219. package/dist/examples/sidebar/data.d.ts.map +1 -0
  220. package/dist/index.css +1 -1
  221. package/dist/index.js +7651 -7501
  222. package/package.json +9 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Separator.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/separator/Separator.vue"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAKzC,KAAK,WAAW,GAAG,cAAc,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;;AA0ExE,wBAQG"}
@@ -0,0 +1,2 @@
1
+ export { default as AtSeparator } from './Separator.vue';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/separator/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,iBAAiB,CAAA"}
@@ -0,0 +1,23 @@
1
+ import { DialogRootProps } from 'reka-ui';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<DialogRootProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ "update:open": (value: boolean) => any;
13
+ }, string, import('vue').PublicProps, Readonly<DialogRootProps> & Readonly<{
14
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
15
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
23
+ //# sourceMappingURL=Sheet.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Sheet.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/Sheet.vue"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAmB,eAAe,EAAE,MAAM,SAAS,CAAA;AAY/D,iBAAS,cAAc;WAkCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { DialogCloseProps } from 'reka-ui';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<DialogCloseProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=SheetClose.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SheetClose.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetClose.vue"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAQ/C,iBAAS,cAAc;WAkCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,4SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,40 @@
1
+ import { DialogContentProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ interface SheetContentProps extends DialogContentProps {
4
+ class?: HTMLAttributes['class'];
5
+ side?: 'top' | 'right' | 'bottom' | 'left';
6
+ }
7
+ declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
9
+ slots: {
10
+ default?(_: {}): any;
11
+ };
12
+ refs: {};
13
+ rootEl: any;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: import('vue').DefineComponent<SheetContentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
+ escapeKeyDown: (event: KeyboardEvent) => any;
18
+ pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
19
+ focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
20
+ interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
21
+ openAutoFocus: (event: Event) => any;
22
+ closeAutoFocus: (event: Event) => any;
23
+ }, string, import('vue').PublicProps, Readonly<SheetContentProps> & Readonly<{
24
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
25
+ onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
26
+ onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
27
+ onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
28
+ onOpenAutoFocus?: ((event: Event) => any) | undefined;
29
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
30
+ }>, {
31
+ side: "top" | "right" | "bottom" | "left";
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
34
+ export default _default;
35
+ type __VLS_WithTemplateSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
40
+ //# sourceMappingURL=SheetContent.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SheetContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetContent.vue"],"names":[],"mappings":"AAgEA,OAAO,KAAK,EAAsB,kBAAkB,EAAE,MAAM,SAAS,CAAA;AACrE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AASzC,UAAU,iBAAkB,SAAQ,kBAAkB;IACpD,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAC/B,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAA;CAC3C;AAsBD,iBAAS,cAAc;WAqGT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;UAnJZ,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM;6EA2J1C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { DialogDescriptionProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = DialogDescriptionProps & {
4
+ class?: HTMLAttributes['class'];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: 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>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
23
+ //# sourceMappingURL=SheetDescription.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SheetDescription.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetDescription.vue"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAMzC,KAAK,WAAW,GAAG,sBAAsB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAOhF,iBAAS,cAAc;WAoCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes['class'];
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ //# sourceMappingURL=SheetFooter.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SheetFooter.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetFooter.vue"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAIzC,KAAK,WAAW,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAKvD,iBAAS,cAAc;WAwBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes['class'];
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ //# sourceMappingURL=SheetHeader.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SheetHeader.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetHeader.vue"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAIzC,KAAK,WAAW,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAKvD,iBAAS,cAAc;WAwBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { DialogOverlayProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = DialogOverlayProps & {
4
+ class?: HTMLAttributes['class'];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: 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>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
23
+ //# sourceMappingURL=SheetOverlay.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SheetOverlay.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetOverlay.vue"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAMzC,KAAK,WAAW,GAAG,kBAAkB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAO5E,iBAAS,cAAc;WA8CT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { DialogTitleProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = DialogTitleProps & {
4
+ class?: HTMLAttributes['class'];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: 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>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
23
+ //# sourceMappingURL=SheetTitle.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SheetTitle.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetTitle.vue"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAC/C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAMzC,KAAK,WAAW,GAAG,gBAAgB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAO1E,iBAAS,cAAc;WAoCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { DialogTriggerProps } from 'reka-ui';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<DialogTriggerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=SheetTrigger.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SheetTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetTrigger.vue"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAQjD,iBAAS,cAAc;WAkCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,gTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,9 @@
1
+ export { default as AtSheet } from './Sheet.vue';
2
+ export { default as AtSheetClose } from './SheetClose.vue';
3
+ export { default as AtSheetContent } from './SheetContent.vue';
4
+ export { default as AtSheetDescription } from './SheetDescription.vue';
5
+ export { default as AtSheetFooter } from './SheetFooter.vue';
6
+ export { default as AtSheetHeader } from './SheetHeader.vue';
7
+ export { default as AtSheetTitle } from './SheetTitle.vue';
8
+ export { default as AtSheetTrigger } from './SheetTrigger.vue';
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,aAAa,CAAA;AAChD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAA;AAC1D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AACtE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAA;AAC1D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAA"}
@@ -0,0 +1,23 @@
1
+ import { SidebarProps } from '.';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ default?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ rootEl: any;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import('vue').DefineComponent<SidebarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SidebarProps> & Readonly<{}>, {
13
+ collapsible: "icon" | "none";
14
+ side: "left" | "right";
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
23
+ //# sourceMappingURL=Sidebar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Sidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/Sidebar.vue"],"names":[],"mappings":"AAwEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,GAAG,CAAA;AAyBrC,iBAAS,cAAc;WAwFT,OAAO,IAA6B;;yBAZrB,GAAG;yBACH,GAAG;;;;EAgB/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;6EAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes['class'];
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ //# sourceMappingURL=SidebarContent.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/SidebarContent.vue"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAIzC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;AAKF,iBAAS,cAAc;WA8BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes['class'];
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ //# sourceMappingURL=SidebarFooter.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarFooter.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/SidebarFooter.vue"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAIzC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;AAKF,iBAAS,cAAc;WAyBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes['class'];
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ //# sourceMappingURL=SidebarGroup.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/SidebarGroup.vue"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAIzC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;AAKF,iBAAS,cAAc;WAyBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { PrimitiveProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = PrimitiveProps & {
4
+ class?: HTMLAttributes['class'];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: 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>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
23
+ //# sourceMappingURL=SidebarGroupAction.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarGroupAction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/SidebarGroupAction.vue"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAKzC,KAAK,WAAW,GAAG,cAAc,GAAG;IAChC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;AAOJ,iBAAS,cAAc;WAsDT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes['class'];
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ //# sourceMappingURL=SidebarGroupContent.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarGroupContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/SidebarGroupContent.vue"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAIzC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;AAKF,iBAAS,cAAc;WAyBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { PrimitiveProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = PrimitiveProps & {
4
+ class?: HTMLAttributes['class'];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: 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>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
23
+ //# sourceMappingURL=SidebarGroupLabel.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarGroupLabel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/SidebarGroupLabel.vue"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAKzC,KAAK,WAAW,GAAG,cAAc,GAAG;IAChC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;AAOJ,iBAAS,cAAc;WAoDT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes['class'];
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ //# sourceMappingURL=SidebarHeader.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarHeader.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/SidebarHeader.vue"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAIzC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;AAKF,iBAAS,cAAc;WAyBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes['class'];
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: any;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: 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>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ //# sourceMappingURL=SidebarInput.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/SidebarInput.vue"],"names":[],"mappings":"AA2BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAKzC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;AAKF,iBAAS,cAAc;WA8CT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes['class'];
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ //# sourceMappingURL=SidebarInset.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarInset.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/SidebarInset.vue"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAIzC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;AAKF,iBAAS,cAAc;WAwBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes['class'];
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLUListElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLUListElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ //# sourceMappingURL=SidebarMenu.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/SidebarMenu.vue"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAIzC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;AAKF,iBAAS,cAAc;WAyBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}