@soybeanjs/headless 0.3.0 → 0.3.1

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 (278) hide show
  1. package/dist/components/accordion/accordion-content.vue.d.ts +2 -2
  2. package/dist/components/accordion/accordion-header.vue.d.ts +2 -2
  3. package/dist/components/accordion/accordion-item.vue.d.ts +5 -5
  4. package/dist/components/accordion/accordion-root.vue.d.ts +3 -3
  5. package/dist/components/accordion/accordion-trigger.vue.d.ts +2 -2
  6. package/dist/components/accordion/context.d.ts +2 -2
  7. package/dist/components/accordion/context.js +1 -1
  8. package/dist/components/alert/alert-close.js +1 -1
  9. package/dist/components/alert/alert-close.vue.d.ts +2 -2
  10. package/dist/components/alert/alert-content.vue.d.ts +2 -2
  11. package/dist/components/alert/alert-description.vue.d.ts +2 -2
  12. package/dist/components/alert/alert-root.vue.d.ts +4 -4
  13. package/dist/components/alert/alert-title.vue.d.ts +2 -2
  14. package/dist/components/alert/context.d.ts +2 -2
  15. package/dist/components/alert-dialog/alert-dialog-close.vue.d.ts +2 -2
  16. package/dist/components/alert-dialog/alert-dialog-content.js +1 -1
  17. package/dist/components/alert-dialog/alert-dialog-content.vue.d.ts +6 -6
  18. package/dist/components/alert-dialog/alert-dialog-root.vue.d.ts +4 -4
  19. package/dist/components/arrow/arrow.js +1 -1
  20. package/dist/components/arrow/arrow.vue.d.ts +2 -2
  21. package/dist/components/aspect-ratio/aspect-ratio.vue.d.ts +3 -3
  22. package/dist/components/avatar/avatar-fallback.vue.d.ts +2 -2
  23. package/dist/components/avatar/avatar-image.vue.d.ts +4 -4
  24. package/dist/components/avatar/avatar-root.vue.d.ts +2 -2
  25. package/dist/components/avatar/context.d.ts +2 -2
  26. package/dist/components/badge/badge-content.vue.d.ts +2 -2
  27. package/dist/components/badge/badge-root.vue.d.ts +4 -4
  28. package/dist/components/badge/context.d.ts +2 -2
  29. package/dist/components/breadcrumb/breadcrumb-ellipsis.js +1 -1
  30. package/dist/components/breadcrumb/breadcrumb-ellipsis.vue.d.ts +2 -2
  31. package/dist/components/breadcrumb/breadcrumb-item.vue.d.ts +2 -2
  32. package/dist/components/breadcrumb/breadcrumb-link.vue.d.ts +2 -2
  33. package/dist/components/breadcrumb/breadcrumb-list.vue.d.ts +2 -2
  34. package/dist/components/breadcrumb/breadcrumb-page.vue.d.ts +2 -2
  35. package/dist/components/breadcrumb/breadcrumb-root.vue.d.ts +2 -2
  36. package/dist/components/breadcrumb/breadcrumb-separator.vue.d.ts +2 -2
  37. package/dist/components/breadcrumb/context.d.ts +2 -2
  38. package/dist/components/button/button.vue.d.ts +5 -5
  39. package/dist/components/card/card-content.vue.d.ts +2 -2
  40. package/dist/components/card/card-description.vue.d.ts +2 -2
  41. package/dist/components/card/card-footer.vue.d.ts +2 -2
  42. package/dist/components/card/card-header.vue.d.ts +2 -2
  43. package/dist/components/card/card-root.vue.d.ts +2 -2
  44. package/dist/components/card/card-title-root.vue.d.ts +2 -2
  45. package/dist/components/card/card-title.vue.d.ts +2 -2
  46. package/dist/components/card/context.d.ts +2 -2
  47. package/dist/components/checkbox/checkbox-control.vue.d.ts +2 -2
  48. package/dist/components/checkbox/checkbox-group-root.vue.d.ts +3 -3
  49. package/dist/components/checkbox/checkbox-indicator.vue.d.ts +4 -4
  50. package/dist/components/checkbox/checkbox-label.vue.d.ts +2 -2
  51. package/dist/components/checkbox/checkbox-root.vue.d.ts +4 -4
  52. package/dist/components/checkbox/context.d.ts +2 -2
  53. package/dist/components/collapsible/collapsible-content.js +1 -1
  54. package/dist/components/collapsible/collapsible-content.vue.d.ts +2 -2
  55. package/dist/components/collapsible/collapsible-root.vue.d.ts +6 -6
  56. package/dist/components/collapsible/collapsible-trigger.vue.d.ts +4 -4
  57. package/dist/components/collapsible/context.d.ts +2 -2
  58. package/dist/components/collapsible/context.js +1 -1
  59. package/dist/components/config-provider/config-provider.vue.d.ts +3 -3
  60. package/dist/components/context-menu/context-menu-content.vue.d.ts +8 -8
  61. package/dist/components/context-menu/context-menu-root.js +1 -1
  62. package/dist/components/context-menu/context-menu-root.vue.d.ts +4 -4
  63. package/dist/components/context-menu/context-menu-trigger.js +1 -1
  64. package/dist/components/context-menu/context-menu-trigger.vue.d.ts +4 -4
  65. package/dist/components/dialog/context.d.ts +2 -2
  66. package/dist/components/dialog/context.js +1 -1
  67. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  68. package/dist/components/dialog/dialog-content.vue.d.ts +6 -6
  69. package/dist/components/dialog/dialog-description.vue.d.ts +2 -2
  70. package/dist/components/dialog/dialog-footer.vue.d.ts +2 -2
  71. package/dist/components/dialog/dialog-header.vue.d.ts +2 -2
  72. package/dist/components/dialog/dialog-overlay.vue.d.ts +2 -2
  73. package/dist/components/dialog/dialog-root.vue.d.ts +5 -5
  74. package/dist/components/dialog/dialog-title.vue.d.ts +2 -2
  75. package/dist/components/dialog/dialog-trigger.vue.d.ts +2 -2
  76. package/dist/components/dropdown-menu/context.js +1 -1
  77. package/dist/components/dropdown-menu/dropdown-menu-content.vue.d.ts +8 -8
  78. package/dist/components/dropdown-menu/dropdown-menu-root.js +1 -1
  79. package/dist/components/dropdown-menu/dropdown-menu-root.vue.d.ts +5 -5
  80. package/dist/components/dropdown-menu/dropdown-menu-trigger.vue.d.ts +4 -4
  81. package/dist/components/form/context.d.ts +2 -2
  82. package/dist/components/form/form-description.vue.d.ts +2 -2
  83. package/dist/components/form/form-error.vue.d.ts +2 -2
  84. package/dist/components/form/form-field.vue.d.ts +2 -2
  85. package/dist/components/form/form-label.vue.d.ts +2 -2
  86. package/dist/components/input/context.d.ts +2 -2
  87. package/dist/components/input/input-control.vue.d.ts +2 -2
  88. package/dist/components/input/input-root.vue.d.ts +4 -4
  89. package/dist/components/kbd/kbd.vue.d.ts +2 -2
  90. package/dist/components/label/label.vue.d.ts +2 -2
  91. package/dist/components/layout/context.d.ts +2 -2
  92. package/dist/components/layout/layout-footer.vue.d.ts +2 -2
  93. package/dist/components/layout/layout-header.vue.d.ts +2 -2
  94. package/dist/components/layout/layout-main.vue.d.ts +2 -2
  95. package/dist/components/layout/layout-mobile.vue.d.ts +2 -2
  96. package/dist/components/layout/layout-rail.js +1 -1
  97. package/dist/components/layout/layout-rail.vue.d.ts +2 -2
  98. package/dist/components/layout/layout-root.vue.d.ts +4 -4
  99. package/dist/components/layout/layout-sidebar.vue.d.ts +2 -2
  100. package/dist/components/layout/layout-tab.vue.d.ts +2 -2
  101. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  102. package/dist/components/link/link.vue.d.ts +4 -4
  103. package/dist/components/list/context.d.ts +2 -2
  104. package/dist/components/list/list-content.vue.d.ts +2 -2
  105. package/dist/components/list/list-description.vue.d.ts +2 -2
  106. package/dist/components/list/list-item.vue.d.ts +2 -2
  107. package/dist/components/list/list-root.vue.d.ts +2 -2
  108. package/dist/components/list/list-title.vue.d.ts +2 -2
  109. package/dist/components/listbox/context.d.ts +2 -2
  110. package/dist/components/listbox/listbox-content.js +1 -1
  111. package/dist/components/listbox/listbox-content.vue.d.ts +2 -2
  112. package/dist/components/listbox/listbox-filter.js +1 -1
  113. package/dist/components/listbox/listbox-filter.vue.d.ts +4 -4
  114. package/dist/components/listbox/listbox-group-label.vue.d.ts +2 -2
  115. package/dist/components/listbox/listbox-group.vue.d.ts +2 -2
  116. package/dist/components/listbox/listbox-item-indicator.vue.d.ts +4 -4
  117. package/dist/components/listbox/listbox-item.vue.d.ts +5 -5
  118. package/dist/components/listbox/listbox-root.js +1 -1
  119. package/dist/components/listbox/listbox-root.vue.d.ts +7 -7
  120. package/dist/components/listbox/listbox-virtualizer.vue.d.ts +2 -2
  121. package/dist/components/menu/context.d.ts +2 -2
  122. package/dist/components/menu/context.js +1 -1
  123. package/dist/components/menu/menu-checkbox-group.vue.d.ts +3 -3
  124. package/dist/components/menu/menu-checkbox-item.vue.d.ts +4 -4
  125. package/dist/components/menu/menu-content-impl.js +1 -1
  126. package/dist/components/menu/menu-content.vue.d.ts +8 -8
  127. package/dist/components/menu/menu-group-label.vue.d.ts +2 -2
  128. package/dist/components/menu/menu-group.vue.d.ts +2 -2
  129. package/dist/components/menu/menu-item-indicator.vue.d.ts +4 -4
  130. package/dist/components/menu/menu-item.vue.d.ts +4 -4
  131. package/dist/components/menu/menu-radio-group.vue.d.ts +3 -3
  132. package/dist/components/menu/menu-radio-item.vue.d.ts +4 -4
  133. package/dist/components/menu/menu-root.vue.d.ts +4 -4
  134. package/dist/components/menu/menu-sub-content.js +1 -1
  135. package/dist/components/menu/menu-sub-content.vue.d.ts +8 -8
  136. package/dist/components/menu/menu-sub-trigger.vue.d.ts +2 -2
  137. package/dist/components/menu/menu-sub.vue.d.ts +4 -4
  138. package/dist/components/navigation-menu/context.d.ts +2 -2
  139. package/dist/components/navigation-menu/navigation-menu-content.vue.d.ts +4 -4
  140. package/dist/components/navigation-menu/navigation-menu-indicator.vue.d.ts +2 -2
  141. package/dist/components/navigation-menu/navigation-menu-item.js +1 -1
  142. package/dist/components/navigation-menu/navigation-menu-item.vue.d.ts +2 -2
  143. package/dist/components/navigation-menu/navigation-menu-link.vue.d.ts +4 -4
  144. package/dist/components/navigation-menu/navigation-menu-list.vue.d.ts +2 -2
  145. package/dist/components/navigation-menu/navigation-menu-root.vue.d.ts +5 -5
  146. package/dist/components/navigation-menu/navigation-menu-sub-list.vue.d.ts +2 -2
  147. package/dist/components/navigation-menu/navigation-menu-trigger.vue.d.ts +4 -4
  148. package/dist/components/navigation-menu/navigation-menu-viewport.vue.d.ts +3 -3
  149. package/dist/components/number-input/context.d.ts +2 -2
  150. package/dist/components/number-input/number-input-control.js +1 -1
  151. package/dist/components/number-input/number-input-control.vue.d.ts +2 -2
  152. package/dist/components/number-input/number-input-decrement.js +1 -1
  153. package/dist/components/number-input/number-input-decrement.vue.d.ts +4 -4
  154. package/dist/components/number-input/number-input-increment.js +1 -1
  155. package/dist/components/number-input/number-input-increment.vue.d.ts +4 -4
  156. package/dist/components/number-input/number-input-root.vue.d.ts +4 -4
  157. package/dist/components/pagination/context.d.ts +2 -2
  158. package/dist/components/pagination/pagination-ellipsis.js +1 -1
  159. package/dist/components/pagination/pagination-ellipsis.vue.d.ts +2 -2
  160. package/dist/components/pagination/pagination-first.js +1 -1
  161. package/dist/components/pagination/pagination-first.vue.d.ts +2 -2
  162. package/dist/components/pagination/pagination-last.js +1 -1
  163. package/dist/components/pagination/pagination-last.vue.d.ts +2 -2
  164. package/dist/components/pagination/pagination-list-item.vue.d.ts +2 -2
  165. package/dist/components/pagination/pagination-list.vue.d.ts +2 -2
  166. package/dist/components/pagination/pagination-next.js +1 -1
  167. package/dist/components/pagination/pagination-next.vue.d.ts +2 -2
  168. package/dist/components/pagination/pagination-prev.js +1 -1
  169. package/dist/components/pagination/pagination-prev.vue.d.ts +2 -2
  170. package/dist/components/pagination/pagination-root.vue.d.ts +5 -5
  171. package/dist/components/popover/context.js +1 -1
  172. package/dist/components/popover/popover-anchor.vue.d.ts +2 -2
  173. package/dist/components/popover/popover-close.js +1 -1
  174. package/dist/components/popover/popover-close.vue.d.ts +4 -4
  175. package/dist/components/popover/popover-popup.vue.d.ts +2 -2
  176. package/dist/components/popover/popover-positioner.vue.d.ts +6 -6
  177. package/dist/components/popover/popover-root.vue.d.ts +5 -5
  178. package/dist/components/popover/popover-trigger.vue.d.ts +4 -4
  179. package/dist/components/popper/context.d.ts +2 -2
  180. package/dist/components/popper/popper-anchor.vue.d.ts +2 -2
  181. package/dist/components/popper/popper-arrow.vue.d.ts +2 -2
  182. package/dist/components/popper/popper-popup.vue.d.ts +2 -2
  183. package/dist/components/popper/popper-positioner.vue.d.ts +53 -53
  184. package/dist/components/popper/popper-root.vue.d.ts +2 -2
  185. package/dist/components/portal/portal.vue.d.ts +3 -3
  186. package/dist/components/primitive/primitive.d.ts +2 -2
  187. package/dist/components/radio-group/context.d.ts +2 -2
  188. package/dist/components/radio-group/radio-group-control.js +1 -1
  189. package/dist/components/radio-group/radio-group-control.vue.d.ts +2 -2
  190. package/dist/components/radio-group/radio-group-indicator.vue.d.ts +4 -4
  191. package/dist/components/radio-group/radio-group-item.vue.d.ts +4 -4
  192. package/dist/components/radio-group/radio-group-label.vue.d.ts +2 -2
  193. package/dist/components/radio-group/radio-group-root.vue.d.ts +3 -3
  194. package/dist/components/roving-focus/roving-focus-group.vue.d.ts +6 -6
  195. package/dist/components/roving-focus/roving-focus-item.vue.d.ts +3 -3
  196. package/dist/components/select/context.d.ts +2 -2
  197. package/dist/components/select/context.js +1 -1
  198. package/dist/components/select/select-arrow.vue.d.ts +2 -2
  199. package/dist/components/select/select-content-impl.js +1 -1
  200. package/dist/components/select/select-content.vue.d.ts +8 -8
  201. package/dist/components/select/select-group-label.vue.d.ts +2 -2
  202. package/dist/components/select/select-group.vue.d.ts +2 -2
  203. package/dist/components/select/select-item-indicator.vue.d.ts +4 -4
  204. package/dist/components/select/select-item-text.vue.d.ts +2 -2
  205. package/dist/components/select/select-item.js +1 -1
  206. package/dist/components/select/select-item.vue.d.ts +4 -4
  207. package/dist/components/select/select-root.vue.d.ts +5 -5
  208. package/dist/components/select/select-scroll-down-button.vue.d.ts +2 -2
  209. package/dist/components/select/select-scroll-up-button.vue.d.ts +2 -2
  210. package/dist/components/select/select-separator.vue.d.ts +2 -2
  211. package/dist/components/select/select-trigger-icon.vue.d.ts +2 -2
  212. package/dist/components/select/select-trigger.vue.d.ts +4 -4
  213. package/dist/components/select/select-value.vue.d.ts +3 -3
  214. package/dist/components/select/select-viewport.vue.d.ts +2 -2
  215. package/dist/components/separator/context.d.ts +2 -2
  216. package/dist/components/separator/separator-label.vue.d.ts +2 -2
  217. package/dist/components/separator/separator-root.vue.d.ts +3 -3
  218. package/dist/components/slot/slot.d.ts +2 -2
  219. package/dist/components/switch/context.d.ts +2 -2
  220. package/dist/components/switch/switch-control.js +1 -1
  221. package/dist/components/switch/switch-control.vue.d.ts +2 -2
  222. package/dist/components/switch/switch-root.vue.d.ts +3 -3
  223. package/dist/components/switch/switch-thumb.vue.d.ts +4 -4
  224. package/dist/components/tabs/context.d.ts +2 -2
  225. package/dist/components/tabs/tabs-content.vue.d.ts +2 -2
  226. package/dist/components/tabs/tabs-indicator.vue.d.ts +2 -2
  227. package/dist/components/tabs/tabs-list.vue.d.ts +2 -2
  228. package/dist/components/tabs/tabs-root.vue.d.ts +5 -5
  229. package/dist/components/tabs/tabs-trigger.vue.d.ts +4 -4
  230. package/dist/components/tag/tag.vue.d.ts +4 -4
  231. package/dist/components/textarea/context.d.ts +2 -2
  232. package/dist/components/textarea/textarea-control.vue.d.ts +2 -2
  233. package/dist/components/textarea/textarea-counter.vue.d.ts +2 -2
  234. package/dist/components/textarea/textarea-root.vue.d.ts +4 -4
  235. package/dist/components/toast/toast-action.vue.d.ts +4 -4
  236. package/dist/components/toast/toast-close.vue.d.ts +4 -4
  237. package/dist/components/toast/toast-provider.vue.d.ts +3 -3
  238. package/dist/components/toast/toast-root.vue.d.ts +7 -7
  239. package/dist/components/toast/toast-title.vue.d.ts +2 -2
  240. package/dist/components/toast/toast-viewport.js +1 -1
  241. package/dist/components/toast/toast-viewport.vue.d.ts +4 -4
  242. package/dist/components/tooltip/context.js +1 -1
  243. package/dist/components/tooltip/tooltip-popup.vue.d.ts +2 -2
  244. package/dist/components/tooltip/tooltip-positioner.vue.d.ts +4 -4
  245. package/dist/components/tooltip/tooltip-root.vue.d.ts +4 -4
  246. package/dist/components/tooltip/tooltip-trigger.vue.d.ts +4 -4
  247. package/dist/components/tree/tree-item.js +1 -1
  248. package/dist/components/tree/tree-item.vue.d.ts +5 -5
  249. package/dist/components/tree/tree-root.vue.d.ts +3 -3
  250. package/dist/components/tree/tree-virtualizer-item.vue.d.ts +4 -4
  251. package/dist/components/tree/tree-virtualizer-root.vue.d.ts +3 -3
  252. package/dist/components/tree-menu/context.d.ts +2 -2
  253. package/dist/components/tree-menu/tree-menu-button.vue.d.ts +4 -4
  254. package/dist/components/tree-menu/tree-menu-collapsible.vue.d.ts +2 -2
  255. package/dist/components/tree-menu/tree-menu-group-label.vue.d.ts +2 -2
  256. package/dist/components/tree-menu/tree-menu-group-root.vue.d.ts +2 -2
  257. package/dist/components/tree-menu/tree-menu-group.vue.d.ts +4 -4
  258. package/dist/components/tree-menu/tree-menu-item.vue.d.ts +4 -4
  259. package/dist/components/tree-menu/tree-menu-root.vue.d.ts +4 -4
  260. package/dist/components/tree-menu/tree-menu-sub.vue.d.ts +4 -4
  261. package/dist/components/virtualizer/virtualizer-content.vue.d.ts +2 -2
  262. package/dist/components/virtualizer/virtualizer-item.vue.d.ts +2 -2
  263. package/dist/components/virtualizer/virtualizer-root.vue.d.ts +3 -3
  264. package/dist/components/visually-hidden/visually-hidden-input.vue.d.ts +3 -3
  265. package/dist/components/visually-hidden/visually-hidden.vue.d.ts +4 -4
  266. package/dist/composables/use-collection.js +1 -1
  267. package/dist/composables/use-forward-element.d.ts +2 -2
  268. package/dist/composables/use-grace-area.js +1 -1
  269. package/dist/composables/use-image-loading-status.d.ts +2 -2
  270. package/dist/composables/use-image-loading-status.js +1 -1
  271. package/dist/composables/use-is-using-keyboard.d.ts +2 -2
  272. package/dist/composables/use-is-using-keyboard.js +1 -1
  273. package/dist/composables/use-kbd.d.ts +2 -2
  274. package/dist/composables/use-presence.d.ts +2 -2
  275. package/dist/composables/use-props.d.ts +3 -3
  276. package/dist/composables/use-selection.d.ts +4 -4
  277. package/dist/shared/focus.js +1 -1
  278. package/package.json +26 -26
@@ -1,28 +1,28 @@
1
1
  import { FocusOutsideEvent, PointerDownOutsideEvent } from "../../types/event.js";
2
2
  import { DialogContentProps } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue920 from "vue";
4
+ import * as vue1379 from "vue";
5
5
 
6
6
  //#region src/components/dialog/dialog-content.vue.d.ts
7
7
  declare var __VLS_13: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_13) => any;
10
10
  };
11
- declare const __VLS_base: vue920.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue920.ComponentOptionsMixin, vue920.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue1379.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue1379.ComponentOptionsMixin, vue1379.ComponentOptionsMixin, {
12
+ closeAutoFocus: (event: Event) => any;
12
13
  escapeKeyDown: (event: KeyboardEvent) => any;
13
14
  pointerDownOutside: (event: PointerDownOutsideEvent) => any;
14
15
  focusOutside: (event: FocusOutsideEvent) => any;
15
16
  interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
16
17
  openAutoFocus: (event: Event) => any;
17
- closeAutoFocus: (event: Event) => any;
18
- }, string, vue920.PublicProps, Readonly<DialogContentProps> & Readonly<{
18
+ }, string, vue1379.PublicProps, Readonly<DialogContentProps> & Readonly<{
19
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
19
20
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
20
21
  onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
21
22
  onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
22
23
  onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
23
24
  onOpenAutoFocus?: ((event: Event) => any) | undefined;
24
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
25
- }>, {}, {}, {}, {}, string, vue920.ComponentProvideOptions, false, {}, any>;
25
+ }>, {}, {}, {}, {}, string, vue1379.ComponentProvideOptions, false, {}, any>;
26
26
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
27
  declare const _default: typeof __VLS_export;
28
28
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { DialogDescriptionProps } from "./types.js";
2
- import * as vue945 from "vue";
2
+ import * as vue1409 from "vue";
3
3
 
4
4
  //#region src/components/dialog/dialog-description.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue945.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue945.ComponentOptionsMixin, vue945.ComponentOptionsMixin, {}, string, vue945.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue945.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1409.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue1409.ComponentOptionsMixin, vue1409.ComponentOptionsMixin, {}, string, vue1409.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1409.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { DialogFooterProps } from "./types.js";
2
- import * as vue950 from "vue";
2
+ import * as vue1389 from "vue";
3
3
 
4
4
  //#region src/components/dialog/dialog-footer.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue950.DefineComponent<DialogFooterProps, {}, {}, {}, {}, vue950.ComponentOptionsMixin, vue950.ComponentOptionsMixin, {}, string, vue950.PublicProps, Readonly<DialogFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, vue950.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1389.DefineComponent<DialogFooterProps, {}, {}, {}, {}, vue1389.ComponentOptionsMixin, vue1389.ComponentOptionsMixin, {}, string, vue1389.PublicProps, Readonly<DialogFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1389.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { DialogHeaderProps } from "./types.js";
2
- import * as vue940 from "vue";
2
+ import * as vue1369 from "vue";
3
3
 
4
4
  //#region src/components/dialog/dialog-header.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue940.DefineComponent<DialogHeaderProps, {}, {}, {}, {}, vue940.ComponentOptionsMixin, vue940.ComponentOptionsMixin, {}, string, vue940.PublicProps, Readonly<DialogHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue940.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1369.DefineComponent<DialogHeaderProps, {}, {}, {}, {}, vue1369.ComponentOptionsMixin, vue1369.ComponentOptionsMixin, {}, string, vue1369.PublicProps, Readonly<DialogHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1369.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { DialogOverlayProps } from "./types.js";
2
- import * as vue935 from "vue";
2
+ import * as vue1374 from "vue";
3
3
 
4
4
  //#region src/components/dialog/dialog-overlay.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue935.DefineComponent<DialogOverlayProps, {}, {}, {}, {}, vue935.ComponentOptionsMixin, vue935.ComponentOptionsMixin, {}, string, vue935.PublicProps, Readonly<DialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, vue935.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1374.DefineComponent<DialogOverlayProps, {}, {}, {}, {}, vue1374.ComponentOptionsMixin, vue1374.ComponentOptionsMixin, {}, string, vue1374.PublicProps, Readonly<DialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1374.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { DialogRootProps } from "./types.js";
2
- import * as vue925 from "vue";
2
+ import * as vue1399 from "vue";
3
3
 
4
4
  //#region src/components/dialog/dialog-root.vue.d.ts
5
5
  declare var __VLS_1: {
@@ -9,15 +9,15 @@ declare var __VLS_1: {
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
11
11
  };
12
- declare const __VLS_base: vue925.DefineComponent<DialogRootProps, {}, {}, {}, {}, vue925.ComponentOptionsMixin, vue925.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue1399.DefineComponent<DialogRootProps, {}, {}, {}, {}, vue1399.ComponentOptionsMixin, vue1399.ComponentOptionsMixin, {
13
13
  "update:open": (value: boolean) => any;
14
- }, string, vue925.PublicProps, Readonly<DialogRootProps> & Readonly<{
14
+ }, string, vue1399.PublicProps, Readonly<DialogRootProps> & Readonly<{
15
15
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
16
16
  }>, {
17
17
  open: boolean;
18
- modal: boolean;
19
18
  defaultOpen: boolean;
20
- }, {}, {}, {}, string, vue925.ComponentProvideOptions, false, {}, any>;
19
+ modal: boolean;
20
+ }, {}, {}, {}, string, vue1399.ComponentProvideOptions, false, {}, any>;
21
21
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
22
  declare const _default: typeof __VLS_export;
23
23
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { DialogTitleProps } from "./types.js";
2
- import * as vue955 from "vue";
2
+ import * as vue1404 from "vue";
3
3
 
4
4
  //#region src/components/dialog/dialog-title.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue955.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue955.ComponentOptionsMixin, vue955.ComponentOptionsMixin, {}, string, vue955.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue955.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1404.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue1404.ComponentOptionsMixin, vue1404.ComponentOptionsMixin, {}, string, vue1404.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1404.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { DialogTriggerProps } from "./types.js";
2
- import * as vue930 from "vue";
2
+ import * as vue1384 from "vue";
3
3
 
4
4
  //#region src/components/dialog/dialog-trigger.vue.d.ts
5
5
  declare var __VLS_10: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_10) => any;
8
8
  };
9
- declare const __VLS_base: vue930.DefineComponent<DialogTriggerProps, {}, {}, {}, {}, vue930.ComponentOptionsMixin, vue930.ComponentOptionsMixin, {}, string, vue930.PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue930.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1384.DefineComponent<DialogTriggerProps, {}, {}, {}, {}, vue1384.ComponentOptionsMixin, vue1384.ComponentOptionsMixin, {}, string, vue1384.PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1384.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1 +1 @@
1
- import{getDisclosureState as e}from"../../shared/value.js";import{useContext as t}from"../../composables/use-context.js";import{useDirection as n}from"../config-provider/context.js";import{DROPDOWN_MENU_HOVER_OPEN as r}from"./shared.js";import{computed as i,shallowRef as a,watchEffect as o}from"vue";const[s,c]=t(`DropdownMenuRoot`,t=>{let{open:r}=t,a=e=>{r.value=e},o=()=>{r.value=!r.value},s=n(t.dir),c=i(()=>e(r.value));return{...t,dir:s,dataState:c,onOpenChange:a,onOpenToggle:o}}),[l,u]=t(`DropdownMenuHover`,e=>{let{open:t,hoverable:n,delayDuration:i,skipDelayDuration:s}=e,c=a(!0),l=null,u=()=>{l&&=(clearTimeout(l),null)},d=()=>{u(),l=setTimeout(()=>{c.value=!0},s.value)},f=()=>{u(),c.value=!1},p=a(!1),m=a(!1),h=null,g=()=>{h&&=(clearTimeout(h),null)},_=()=>{g(),h=setTimeout(()=>{m.value=!0,t.value=!0},i.value)},v=()=>{g(),m.value=!1,t.value=!0},y=()=>{g(),t.value=!1},b=()=>{_()},x=()=>{c.value?b():v()},S=()=>{g()};return o(()=>{n.value&&(t.value?(f(),document.dispatchEvent(new CustomEvent(r))):d())}),{...e,isOpenDelayed:c,isPointerInTransitRef:p,onOpen:v,onClose:y,onTriggerEnter:x,onTriggerLeave:S}});export{l as provideDropdownMenuHoverContext,s as provideDropdownMenuRootContext,u as useDropdownMenuHoverContext,c as useDropdownMenuRootContext};
1
+ import{getDisclosureState as e}from"../../shared/value.js";import{useContext as t}from"../../composables/use-context.js";import{useDirection as n}from"../config-provider/context.js";import{DROPDOWN_MENU_HOVER_OPEN as r}from"./shared.js";import{computed as i,shallowRef as a,watchEffect as o}from"vue";const[s,c]=t(`DropdownMenuRoot`,t=>{let{open:r}=t,a=e=>{r.value=e},o=()=>{r.value=!r.value},s=n(t.dir),c=i(()=>e(r.value));return{...t,dir:s,dataState:c,onOpenChange:a,onOpenToggle:o}}),[l,u]=t(`DropdownMenuHover`,e=>{let{open:t,hoverable:n,delayDuration:i,skipDelayDuration:s}=e,c=a(!0),l=null,u=()=>{l&&(clearTimeout(l),l=null)},d=()=>{u(),l=setTimeout(()=>{c.value=!0},s.value)},f=()=>{u(),c.value=!1},p=a(!1),m=a(!1),h=null,g=()=>{h&&(clearTimeout(h),h=null)},_=()=>{g(),h=setTimeout(()=>{m.value=!0,t.value=!0},i.value)},v=()=>{g(),m.value=!1,t.value=!0},y=()=>{g(),t.value=!1},b=()=>{_()},x=()=>{c.value?b():v()},S=()=>{g()};return o(()=>{n.value&&(t.value?(f(),document.dispatchEvent(new CustomEvent(r))):d())}),{...e,isOpenDelayed:c,isPointerInTransitRef:p,onOpen:v,onClose:y,onTriggerEnter:x,onTriggerLeave:S}});export{l as provideDropdownMenuHoverContext,s as provideDropdownMenuRootContext,u as useDropdownMenuHoverContext,c as useDropdownMenuRootContext};
@@ -2,35 +2,35 @@ import { FocusOutsideEvent, PointerDownOutsideEvent } from "../../types/event.js
2
2
  import "../../types/index.js";
3
3
  import { MenuContentProps } from "../menu/types.js";
4
4
  import "./types.js";
5
- import * as vue1367 from "vue";
5
+ import * as vue1461 from "vue";
6
6
 
7
7
  //#region src/components/dropdown-menu/dropdown-menu-content.vue.d.ts
8
8
  declare var __VLS_11: {};
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_11) => any;
11
11
  };
12
- declare const __VLS_base: vue1367.DefineComponent<MenuContentProps, {}, {}, {}, {}, vue1367.ComponentOptionsMixin, vue1367.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue1461.DefineComponent<MenuContentProps, {}, {}, {}, {}, vue1461.ComponentOptionsMixin, vue1461.ComponentOptionsMixin, {
13
+ closeAutoFocus: (event: Event) => any;
13
14
  escapeKeyDown: (event: KeyboardEvent) => any;
14
15
  pointerDownOutside: (event: PointerDownOutsideEvent) => any;
16
+ entryFocus: (event: Event) => any;
15
17
  focusOutside: (event: FocusOutsideEvent) => any;
16
18
  interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
17
19
  openAutoFocus: (event: Event) => any;
18
- closeAutoFocus: (event: Event) => any;
19
- entryFocus: (event: Event) => any;
20
- }, string, vue1367.PublicProps, Readonly<MenuContentProps> & Readonly<{
20
+ }, string, vue1461.PublicProps, Readonly<MenuContentProps> & Readonly<{
21
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
21
22
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
22
23
  onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
24
+ onEntryFocus?: ((event: Event) => any) | undefined;
23
25
  onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
24
26
  onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
25
27
  onOpenAutoFocus?: ((event: Event) => any) | undefined;
26
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
27
- onEntryFocus?: ((event: Event) => any) | undefined;
28
28
  }>, {
29
29
  sideOffset: number;
30
30
  sideFlip: boolean;
31
31
  alignFlip: boolean;
32
32
  avoidCollisions: boolean;
33
- }, {}, {}, {}, string, vue1367.ComponentProvideOptions, false, {}, any>;
33
+ }, {}, {}, {}, string, vue1461.ComponentProvideOptions, false, {}, any>;
34
34
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
35
35
  declare const _default: typeof __VLS_export;
36
36
  type __VLS_WithSlots<T, S> = T & {
@@ -1 +1 @@
1
- import{transformPropsToContext as e}from"../../shared/vue.js";import{useControllableState as t}from"../../composables/use-controllable-state.js";import n from"../menu/menu-root.js";import{provideDropdownMenuHoverContext as r,provideDropdownMenuRootContext as i}from"./context.js";import{computed as a,createBlock as o,defineComponent as s,isRef as c,openBlock as l,renderSlot as u,unref as d,withCtx as f}from"vue";var p=s({name:`DropdownMenuRoot`,inheritAttrs:!1,__name:`dropdown-menu-root`,props:{trigger:{default:`click`},delayDuration:{default:150},skipDelayDuration:{default:300},dir:{},open:{type:Boolean,default:void 0},defaultOpen:{type:Boolean},modal:{type:Boolean,default:!0}},emits:[`update:open`],setup(s,{emit:p}){let m=s,h=p,g=t(()=>m.open,e=>{h(`update:open`,e??!1)},m.defaultOpen),_=a(()=>m.trigger===`hover`),v=a(()=>m.modal&&m.trigger!==`hover`),{dir:y}=i({...e(m,[`open`,`dir`]),modal:v,open:g});return r({...e(m,[`delayDuration`,`skipDelayDuration`]),hoverable:_,open:g}),(e,t)=>(l(),o(d(n),{open:d(g),"onUpdate:open":t[0]||=e=>c(g)?g.value=e:null,"default-open":s.defaultOpen,dir:d(y),modal:v.value},{default:f(()=>[u(e.$slots,`default`,{open:d(g)})]),_:3},8,[`open`,`default-open`,`dir`,`modal`]))}});export{p as default};
1
+ import{transformPropsToContext as e}from"../../shared/vue.js";import{useControllableState as t}from"../../composables/use-controllable-state.js";import n from"../menu/menu-root.js";import{provideDropdownMenuHoverContext as r,provideDropdownMenuRootContext as i}from"./context.js";import{computed as a,createBlock as o,defineComponent as s,isRef as c,openBlock as l,renderSlot as u,unref as d,withCtx as f}from"vue";var p=s({name:`DropdownMenuRoot`,inheritAttrs:!1,__name:`dropdown-menu-root`,props:{trigger:{default:`click`},delayDuration:{default:150},skipDelayDuration:{default:300},dir:{},open:{type:Boolean,default:void 0},defaultOpen:{type:Boolean},modal:{type:Boolean,default:!0}},emits:[`update:open`],setup(s,{emit:p}){let m=s,h=p,g=t(()=>m.open,e=>{h(`update:open`,e??!1)},m.defaultOpen),_=a(()=>m.trigger===`hover`),v=a(()=>m.modal&&m.trigger!==`hover`),{dir:y}=i({...e(m,[`open`,`dir`]),modal:v,open:g});return r({...e(m,[`delayDuration`,`skipDelayDuration`]),hoverable:_,open:g}),(e,t)=>(l(),o(d(n),{open:d(g),"onUpdate:open":t[0]||(t[0]=e=>c(g)?g.value=e:null),"default-open":s.defaultOpen,dir:d(y),modal:v.value},{default:f(()=>[u(e.$slots,`default`,{open:d(g)})]),_:3},8,[`open`,`default-open`,`dir`,`modal`]))}});export{p as default};
@@ -1,5 +1,5 @@
1
1
  import { DropdownMenuRootProps, DropdownMenuTriggerType } from "./types.js";
2
- import * as vue1356 from "vue";
2
+ import * as vue1450 from "vue";
3
3
 
4
4
  //#region src/components/dropdown-menu/dropdown-menu-root.vue.d.ts
5
5
  declare var __VLS_8: {
@@ -8,17 +8,17 @@ declare var __VLS_8: {
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_base: vue1356.DefineComponent<DropdownMenuRootProps, {}, {}, {}, {}, vue1356.ComponentOptionsMixin, vue1356.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue1450.DefineComponent<DropdownMenuRootProps, {}, {}, {}, {}, vue1450.ComponentOptionsMixin, vue1450.ComponentOptionsMixin, {
12
12
  "update:open": (value: boolean) => any;
13
- }, string, vue1356.PublicProps, Readonly<DropdownMenuRootProps> & Readonly<{
13
+ }, string, vue1450.PublicProps, Readonly<DropdownMenuRootProps> & Readonly<{
14
14
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
15
15
  }>, {
16
16
  open: boolean;
17
- modal: boolean;
18
17
  trigger: DropdownMenuTriggerType;
18
+ modal: boolean;
19
19
  delayDuration: number;
20
20
  skipDelayDuration: number;
21
- }, {}, {}, {}, string, vue1356.ComponentProvideOptions, false, {}, any>;
21
+ }, {}, {}, {}, string, vue1450.ComponentProvideOptions, false, {}, any>;
22
22
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
23
  declare const _default: typeof __VLS_export;
24
24
  type __VLS_WithSlots<T, S> = T & {
@@ -2,16 +2,16 @@ import { AsTag } from "../primitive/types.js";
2
2
  import "../primitive/index.js";
3
3
  import { MenuTriggerProps } from "../menu/types.js";
4
4
  import "./types.js";
5
- import * as vue1361 from "vue";
5
+ import * as vue1455 from "vue";
6
6
 
7
7
  //#region src/components/dropdown-menu/dropdown-menu-trigger.vue.d.ts
8
8
  declare var __VLS_16: {};
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_16) => any;
11
11
  };
12
- declare const __VLS_base: vue1361.DefineComponent<MenuTriggerProps, {}, {}, {}, {}, vue1361.ComponentOptionsMixin, vue1361.ComponentOptionsMixin, {}, string, vue1361.PublicProps, Readonly<MenuTriggerProps> & Readonly<{}>, {
13
- as: AsTag | vue1361.Component;
14
- }, {}, {}, {}, string, vue1361.ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_base: vue1455.DefineComponent<MenuTriggerProps, {}, {}, {}, {}, vue1455.ComponentOptionsMixin, vue1455.ComponentOptionsMixin, {}, string, vue1455.PublicProps, Readonly<MenuTriggerProps> & Readonly<{}>, {
13
+ as: AsTag | vue1455.Component;
14
+ }, {}, {}, {}, string, vue1455.ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
17
17
  type __VLS_WithSlots<T, S> = T & {
@@ -1,10 +1,10 @@
1
1
  import { ClassValue, UiClass } from "../../types/common.js";
2
2
  import { FormFieldUiSlot } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue898 from "vue";
4
+ import * as vue1736 from "vue";
5
5
 
6
6
  //#region src/components/form/context.d.ts
7
7
 
8
- declare const provideFormFieldUi: (ui: vue898.ComputedRef<Partial<UiClass<FormFieldUiSlot>>>) => vue898.ComputedRef<Partial<UiClass<FormFieldUiSlot>>>, useFormFieldUi: <S extends FormFieldUiSlot | undefined = undefined>(slot?: S | undefined) => S extends FormFieldUiSlot ? vue898.ComputedRef<ClassValue> : vue898.ComputedRef<Partial<UiClass<FormFieldUiSlot>>>;
8
+ declare const provideFormFieldUi: (ui: vue1736.ComputedRef<Partial<UiClass<FormFieldUiSlot>>>) => vue1736.ComputedRef<Partial<UiClass<FormFieldUiSlot>>>, useFormFieldUi: <S extends FormFieldUiSlot | undefined = undefined>(slot?: S | undefined) => S extends FormFieldUiSlot ? vue1736.ComputedRef<ClassValue> : vue1736.ComputedRef<Partial<UiClass<FormFieldUiSlot>>>;
9
9
  //#endregion
10
10
  export { provideFormFieldUi };
@@ -1,12 +1,12 @@
1
1
  import { FormDescriptionProps } from "./types.js";
2
- import * as vue915 from "vue";
2
+ import * as vue1731 from "vue";
3
3
 
4
4
  //#region src/components/form/form-description.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue915.DefineComponent<FormDescriptionProps, {}, {}, {}, {}, vue915.ComponentOptionsMixin, vue915.ComponentOptionsMixin, {}, string, vue915.PublicProps, Readonly<FormDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue915.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1731.DefineComponent<FormDescriptionProps, {}, {}, {}, {}, vue1731.ComponentOptionsMixin, vue1731.ComponentOptionsMixin, {}, string, vue1731.PublicProps, Readonly<FormDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1731.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { FormErrorProps } from "./types.js";
2
- import * as vue888 from "vue";
2
+ import * as vue1726 from "vue";
3
3
 
4
4
  //#region src/components/form/form-error.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue888.DefineComponent<FormErrorProps, {}, {}, {}, {}, vue888.ComponentOptionsMixin, vue888.ComponentOptionsMixin, {}, string, vue888.PublicProps, Readonly<FormErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue888.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1726.DefineComponent<FormErrorProps, {}, {}, {}, {}, vue1726.ComponentOptionsMixin, vue1726.ComponentOptionsMixin, {}, string, vue1726.PublicProps, Readonly<FormErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1726.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { FormFieldProps } from "./types.js";
2
- import * as vue893 from "vue";
2
+ import * as vue1721 from "vue";
3
3
 
4
4
  //#region src/components/form/form-field.vue.d.ts
5
5
  declare var __VLS_1: {
@@ -10,7 +10,7 @@ declare var __VLS_1: {
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_1) => any;
12
12
  };
13
- declare const __VLS_base: vue893.DefineComponent<FormFieldProps, {}, {}, {}, {}, vue893.ComponentOptionsMixin, vue893.ComponentOptionsMixin, {}, string, vue893.PublicProps, Readonly<FormFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, vue893.ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: vue1721.DefineComponent<FormFieldProps, {}, {}, {}, {}, vue1721.ComponentOptionsMixin, vue1721.ComponentOptionsMixin, {}, string, vue1721.PublicProps, Readonly<FormFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1721.ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
16
16
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { FormLabelProps } from "./types.js";
2
- import * as vue910 from "vue";
2
+ import * as vue1716 from "vue";
3
3
 
4
4
  //#region src/components/form/form-label.vue.d.ts
5
5
  declare var __VLS_8: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_8) => any;
8
8
  };
9
- declare const __VLS_base: vue910.DefineComponent<FormLabelProps, {}, {}, {}, {}, vue910.ComponentOptionsMixin, vue910.ComponentOptionsMixin, {}, string, vue910.PublicProps, Readonly<FormLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue910.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1716.DefineComponent<FormLabelProps, {}, {}, {}, {}, vue1716.ComponentOptionsMixin, vue1716.ComponentOptionsMixin, {}, string, vue1716.PublicProps, Readonly<FormLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1716.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,9 +1,9 @@
1
1
  import { ClassValue, UiClass } from "../../types/common.js";
2
2
  import { InputUiSlot } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue884 from "vue";
4
+ import * as vue123 from "vue";
5
5
 
6
6
  //#region src/components/input/context.d.ts
7
- declare const provideInputUi: (ui: vue884.ComputedRef<Partial<UiClass<InputUiSlot>>>) => vue884.ComputedRef<Partial<UiClass<InputUiSlot>>>, useInputUi: <S extends InputUiSlot | undefined = undefined>(slot?: S | undefined) => S extends InputUiSlot ? vue884.ComputedRef<ClassValue> : vue884.ComputedRef<Partial<UiClass<InputUiSlot>>>;
7
+ declare const provideInputUi: (ui: vue123.ComputedRef<Partial<UiClass<InputUiSlot>>>) => vue123.ComputedRef<Partial<UiClass<InputUiSlot>>>, useInputUi: <S extends InputUiSlot | undefined = undefined>(slot?: S | undefined) => S extends InputUiSlot ? vue123.ComputedRef<ClassValue> : vue123.ComputedRef<Partial<UiClass<InputUiSlot>>>;
8
8
  //#endregion
9
9
  export { provideInputUi };
@@ -1,8 +1,8 @@
1
1
  import { InputControlProps } from "./types.js";
2
- import * as vue879 from "vue";
2
+ import * as vue127 from "vue";
3
3
 
4
4
  //#region src/components/input/input-control.vue.d.ts
5
- declare const __VLS_export: vue879.DefineComponent<InputControlProps, {}, {}, {}, {}, vue879.ComponentOptionsMixin, vue879.ComponentOptionsMixin, {}, string, vue879.PublicProps, Readonly<InputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue879.ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: vue127.DefineComponent<InputControlProps, {}, {}, {}, {}, vue127.ComponentOptionsMixin, vue127.ComponentOptionsMixin, {}, string, vue127.PublicProps, Readonly<InputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue127.ComponentProvideOptions, false, {}, any>;
6
6
  declare const _default: typeof __VLS_export;
7
7
  //#endregion
8
8
  export { _default };
@@ -1,5 +1,5 @@
1
1
  import { InputRootProps } from "./types.js";
2
- import * as vue874 from "vue";
2
+ import * as vue132 from "vue";
3
3
 
4
4
  //#region src/components/input/input-root.vue.d.ts
5
5
  declare var __VLS_1: {
@@ -9,13 +9,13 @@ declare var __VLS_1: {
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
11
11
  };
12
- declare const __VLS_base: vue874.DefineComponent<InputRootProps, {}, {}, {}, {}, vue874.ComponentOptionsMixin, vue874.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue132.DefineComponent<InputRootProps, {}, {}, {}, {}, vue132.ComponentOptionsMixin, vue132.ComponentOptionsMixin, {
13
13
  "update:modelValue": (value: string) => any;
14
- }, string, vue874.PublicProps, Readonly<InputRootProps> & Readonly<{
14
+ }, string, vue132.PublicProps, Readonly<InputRootProps> & Readonly<{
15
15
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
16
16
  }>, {
17
17
  modelValue: string;
18
- }, {}, {}, {}, string, vue874.ComponentProvideOptions, false, {}, any>;
18
+ }, {}, {}, {}, string, vue132.ComponentProvideOptions, false, {}, any>;
19
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
20
  declare const _default: typeof __VLS_export;
21
21
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { KbdProps } from "./types.js";
2
- import * as vue769 from "vue";
2
+ import * as vue1815 from "vue";
3
3
 
4
4
  //#region src/components/kbd/kbd.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue769.DefineComponent<KbdProps, {}, {}, {}, {}, vue769.ComponentOptionsMixin, vue769.ComponentOptionsMixin, {}, string, vue769.PublicProps, Readonly<KbdProps> & Readonly<{}>, {}, {}, {}, {}, string, vue769.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1815.DefineComponent<KbdProps, {}, {}, {}, {}, vue1815.ComponentOptionsMixin, vue1815.ComponentOptionsMixin, {}, string, vue1815.PublicProps, Readonly<KbdProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1815.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { LabelProps } from "./types.js";
2
- import * as vue20 from "vue";
2
+ import * as vue25 from "vue";
3
3
 
4
4
  //#region src/components/label/label.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue20.DefineComponent<LabelProps, {}, {}, {}, {}, vue20.ComponentOptionsMixin, vue20.ComponentOptionsMixin, {}, string, vue20.PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue20.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue25.DefineComponent<LabelProps, {}, {}, {}, {}, vue25.ComponentOptionsMixin, vue25.ComponentOptionsMixin, {}, string, vue25.PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue25.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,10 +1,10 @@
1
1
  import { ClassValue, UiClass } from "../../types/common.js";
2
2
  import { LayoutUiSlot } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue716 from "vue";
4
+ import * as vue1491 from "vue";
5
5
 
6
6
  //#region src/components/layout/context.d.ts
7
7
 
8
- declare const provideLayoutUi: (ui: vue716.ComputedRef<Partial<UiClass<LayoutUiSlot>>>) => vue716.ComputedRef<Partial<UiClass<LayoutUiSlot>>>, useLayoutUi: <S extends LayoutUiSlot | undefined = undefined>(slot?: S | undefined) => S extends LayoutUiSlot ? vue716.ComputedRef<ClassValue> : vue716.ComputedRef<Partial<UiClass<LayoutUiSlot>>>;
8
+ declare const provideLayoutUi: (ui: vue1491.ComputedRef<Partial<UiClass<LayoutUiSlot>>>) => vue1491.ComputedRef<Partial<UiClass<LayoutUiSlot>>>, useLayoutUi: <S extends LayoutUiSlot | undefined = undefined>(slot?: S | undefined) => S extends LayoutUiSlot ? vue1491.ComputedRef<ClassValue> : vue1491.ComputedRef<Partial<UiClass<LayoutUiSlot>>>;
9
9
  //#endregion
10
10
  export { provideLayoutUi };
@@ -1,12 +1,12 @@
1
1
  import { LayoutFooterProps } from "./types.js";
2
- import * as vue691 from "vue";
2
+ import * as vue1466 from "vue";
3
3
 
4
4
  //#region src/components/layout/layout-footer.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue691.DefineComponent<LayoutFooterProps, {}, {}, {}, {}, vue691.ComponentOptionsMixin, vue691.ComponentOptionsMixin, {}, string, vue691.PublicProps, Readonly<LayoutFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, vue691.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1466.DefineComponent<LayoutFooterProps, {}, {}, {}, {}, vue1466.ComponentOptionsMixin, vue1466.ComponentOptionsMixin, {}, string, vue1466.PublicProps, Readonly<LayoutFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1466.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { LayoutHeaderProps } from "./types.js";
2
- import * as vue681 from "vue";
2
+ import * as vue1476 from "vue";
3
3
 
4
4
  //#region src/components/layout/layout-header.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue681.DefineComponent<LayoutHeaderProps, {}, {}, {}, {}, vue681.ComponentOptionsMixin, vue681.ComponentOptionsMixin, {}, string, vue681.PublicProps, Readonly<LayoutHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue681.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1476.DefineComponent<LayoutHeaderProps, {}, {}, {}, {}, vue1476.ComponentOptionsMixin, vue1476.ComponentOptionsMixin, {}, string, vue1476.PublicProps, Readonly<LayoutHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1476.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { LayoutMainProps } from "./types.js";
2
- import * as vue686 from "vue";
2
+ import * as vue1481 from "vue";
3
3
 
4
4
  //#region src/components/layout/layout-main.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue686.DefineComponent<LayoutMainProps, {}, {}, {}, {}, vue686.ComponentOptionsMixin, vue686.ComponentOptionsMixin, {}, string, vue686.PublicProps, Readonly<LayoutMainProps> & Readonly<{}>, {}, {}, {}, {}, string, vue686.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1481.DefineComponent<LayoutMainProps, {}, {}, {}, {}, vue1481.ComponentOptionsMixin, vue1481.ComponentOptionsMixin, {}, string, vue1481.PublicProps, Readonly<LayoutMainProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1481.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { LayoutMobileProps } from "./types.js";
2
- import * as vue711 from "vue";
2
+ import * as vue1533 from "vue";
3
3
 
4
4
  //#region src/components/layout/layout-mobile.vue.d.ts
5
5
  declare var __VLS_27: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_27) => any;
8
8
  };
9
- declare const __VLS_base: vue711.DefineComponent<LayoutMobileProps, {}, {}, {}, {}, vue711.ComponentOptionsMixin, vue711.ComponentOptionsMixin, {}, string, vue711.PublicProps, Readonly<LayoutMobileProps> & Readonly<{}>, {}, {}, {}, {}, string, vue711.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1533.DefineComponent<LayoutMobileProps, {}, {}, {}, {}, vue1533.ComponentOptionsMixin, vue1533.ComponentOptionsMixin, {}, string, vue1533.PublicProps, Readonly<LayoutMobileProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1533.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1 +1 @@
1
- import{useLayoutRootContext as e,useLayoutUi as t}from"./context.js";import{createElementBlock as n,defineComponent as r,normalizeClass as i,openBlock as a,renderSlot as o,unref as s}from"vue";var c=r({name:`LayoutRail`,__name:`layout-rail`,setup(r){let{toggleSidebar:c}=e(`LayoutRail`),l=t(`rail`);return(e,t)=>(a(),n(`button`,{class:i(s(l)),"data-sidebar":`rail`,"data-slot":`sidebar-rail`,"aria-label":`Toggle Sidebar`,tabindex:-1,title:`Toggle Sidebar`,onClick:t[0]||=(...e)=>s(c)&&s(c)(...e)},[o(e.$slots,`default`)],2))}});export{c as default};
1
+ import{useLayoutRootContext as e,useLayoutUi as t}from"./context.js";import{createElementBlock as n,defineComponent as r,normalizeClass as i,openBlock as a,renderSlot as o,unref as s}from"vue";var c=r({name:`LayoutRail`,__name:`layout-rail`,setup(r){let{toggleSidebar:c}=e(`LayoutRail`),l=t(`rail`);return(e,t)=>(a(),n(`button`,{class:i(s(l)),"data-sidebar":`rail`,"data-slot":`sidebar-rail`,"aria-label":`Toggle Sidebar`,tabindex:-1,title:`Toggle Sidebar`,onClick:t[0]||(t[0]=(...e)=>s(c)&&s(c)(...e))},[o(e.$slots,`default`)],2))}});export{c as default};
@@ -1,12 +1,12 @@
1
1
  import { LayoutRailProps } from "./types.js";
2
- import * as vue696 from "vue";
2
+ import * as vue1523 from "vue";
3
3
 
4
4
  //#region src/components/layout/layout-rail.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue696.DefineComponent<LayoutRailProps, {}, {}, {}, {}, vue696.ComponentOptionsMixin, vue696.ComponentOptionsMixin, {}, string, vue696.PublicProps, Readonly<LayoutRailProps> & Readonly<{}>, {}, {}, {}, {}, string, vue696.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1523.DefineComponent<LayoutRailProps, {}, {}, {}, {}, vue1523.ComponentOptionsMixin, vue1523.ComponentOptionsMixin, {}, string, vue1523.PublicProps, Readonly<LayoutRailProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1523.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { LayoutCollapsible, LayoutRootProps, LayoutSide, LayoutVariant } from "./types.js";
2
- import * as vue676 from "vue";
2
+ import * as vue1471 from "vue";
3
3
 
4
4
  //#region src/components/layout/layout-root.vue.d.ts
5
5
  declare var __VLS_1: {
@@ -9,9 +9,9 @@ declare var __VLS_1: {
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
11
11
  };
12
- declare const __VLS_base: vue676.DefineComponent<LayoutRootProps, {}, {}, {}, {}, vue676.ComponentOptionsMixin, vue676.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue1471.DefineComponent<LayoutRootProps, {}, {}, {}, {}, vue1471.ComponentOptionsMixin, vue1471.ComponentOptionsMixin, {
13
13
  "update:open": (open: boolean) => any;
14
- }, string, vue676.PublicProps, Readonly<LayoutRootProps> & Readonly<{
14
+ }, string, vue1471.PublicProps, Readonly<LayoutRootProps> & Readonly<{
15
15
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
16
16
  }>, {
17
17
  collapsible: LayoutCollapsible;
@@ -27,7 +27,7 @@ declare const __VLS_base: vue676.DefineComponent<LayoutRootProps, {}, {}, {}, {}
27
27
  tabHeight: number;
28
28
  footerHeight: number;
29
29
  pxToRem: (px: number) => number;
30
- }, {}, {}, {}, string, vue676.ComponentProvideOptions, false, {}, any>;
30
+ }, {}, {}, {}, string, vue1471.ComponentProvideOptions, false, {}, any>;
31
31
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
32
32
  declare const _default: typeof __VLS_export;
33
33
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { LayoutSidebarProps } from "./types.js";
2
- import * as vue671 from "vue";
2
+ import * as vue1528 from "vue";
3
3
 
4
4
  //#region src/components/layout/layout-sidebar.vue.d.ts
5
5
  declare var __VLS_8: {}, __VLS_10: {};
@@ -8,7 +8,7 @@ type __VLS_Slots = {} & {
8
8
  } & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
- declare const __VLS_base: vue671.DefineComponent<LayoutSidebarProps, {}, {}, {}, {}, vue671.ComponentOptionsMixin, vue671.ComponentOptionsMixin, {}, string, vue671.PublicProps, Readonly<LayoutSidebarProps> & Readonly<{}>, {}, {}, {}, {}, string, vue671.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue1528.DefineComponent<LayoutSidebarProps, {}, {}, {}, {}, vue1528.ComponentOptionsMixin, vue1528.ComponentOptionsMixin, {}, string, vue1528.PublicProps, Readonly<LayoutSidebarProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1528.ComponentProvideOptions, false, {}, any>;
12
12
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
13
  declare const _default: typeof __VLS_export;
14
14
  type __VLS_WithSlots<T, S> = T & {