@soybeanjs/headless 0.0.10 → 0.0.11

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 (229) 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/alert/alert-close.vue.d.ts +2 -2
  8. package/dist/components/alert/alert-content.vue.d.ts +2 -2
  9. package/dist/components/alert/alert-description.vue.d.ts +2 -2
  10. package/dist/components/alert/alert-root.vue.d.ts +4 -4
  11. package/dist/components/alert/alert-title.vue.d.ts +2 -2
  12. package/dist/components/alert/context.d.ts +2 -2
  13. package/dist/components/alert-dialog/alert-dialog-close.vue.d.ts +2 -2
  14. package/dist/components/alert-dialog/alert-dialog-content.vue.d.ts +4 -4
  15. package/dist/components/alert-dialog/alert-dialog-root.vue.d.ts +4 -4
  16. package/dist/components/aspect-ratio/aspect-ratio.vue.d.ts +3 -3
  17. package/dist/components/avatar/avatar-fallback.vue.d.ts +2 -2
  18. package/dist/components/avatar/avatar-image.vue.d.ts +4 -4
  19. package/dist/components/avatar/avatar-root.vue.d.ts +2 -2
  20. package/dist/components/avatar/context.d.ts +2 -2
  21. package/dist/components/badge/badge-content.vue.d.ts +2 -2
  22. package/dist/components/badge/badge-root.vue.d.ts +4 -4
  23. package/dist/components/badge/context.d.ts +2 -2
  24. package/dist/components/breadcrumb/breadcrumb-ellipsis.vue.d.ts +2 -2
  25. package/dist/components/breadcrumb/breadcrumb-item.vue.d.ts +2 -2
  26. package/dist/components/breadcrumb/breadcrumb-link.vue.d.ts +2 -2
  27. package/dist/components/breadcrumb/breadcrumb-list.vue.d.ts +2 -2
  28. package/dist/components/breadcrumb/breadcrumb-page.vue.d.ts +2 -2
  29. package/dist/components/breadcrumb/breadcrumb-root.vue.d.ts +2 -2
  30. package/dist/components/breadcrumb/breadcrumb-separator.vue.d.ts +2 -2
  31. package/dist/components/breadcrumb/context.d.ts +2 -2
  32. package/dist/components/button/button.vue.d.ts +5 -5
  33. package/dist/components/card/card-content.vue.d.ts +2 -2
  34. package/dist/components/card/card-description.vue.d.ts +2 -2
  35. package/dist/components/card/card-footer.vue.d.ts +2 -2
  36. package/dist/components/card/card-header.vue.d.ts +2 -2
  37. package/dist/components/card/card-root.vue.d.ts +2 -2
  38. package/dist/components/card/card-title-root.vue.d.ts +2 -2
  39. package/dist/components/card/card-title.vue.d.ts +2 -2
  40. package/dist/components/card/context.d.ts +2 -2
  41. package/dist/components/checkbox/checkbox-control.vue.d.ts +2 -2
  42. package/dist/components/checkbox/checkbox-group-root.vue.d.ts +3 -3
  43. package/dist/components/checkbox/checkbox-indicator.vue.d.ts +4 -4
  44. package/dist/components/checkbox/checkbox-label.vue.d.ts +2 -2
  45. package/dist/components/checkbox/checkbox-root.vue.d.ts +4 -4
  46. package/dist/components/checkbox/context.d.ts +2 -2
  47. package/dist/components/collapsible/collapsible-content.vue.d.ts +2 -2
  48. package/dist/components/collapsible/collapsible-root.vue.d.ts +6 -6
  49. package/dist/components/collapsible/collapsible-trigger.vue.d.ts +4 -4
  50. package/dist/components/collapsible/context.d.ts +2 -2
  51. package/dist/components/config-provider/config-provider.vue.d.ts +3 -3
  52. package/dist/components/context-menu/context-menu-content.vue.d.ts +4 -4
  53. package/dist/components/context-menu/context-menu-root.vue.d.ts +4 -4
  54. package/dist/components/context-menu/context-menu-trigger.vue.d.ts +4 -4
  55. package/dist/components/dialog/context.d.ts +2 -2
  56. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  57. package/dist/components/dialog/dialog-content.vue.d.ts +4 -4
  58. package/dist/components/dialog/dialog-description.vue.d.ts +2 -2
  59. package/dist/components/dialog/dialog-footer.vue.d.ts +2 -2
  60. package/dist/components/dialog/dialog-header.vue.d.ts +2 -2
  61. package/dist/components/dialog/dialog-overlay.vue.d.ts +2 -2
  62. package/dist/components/dialog/dialog-root.vue.d.ts +4 -4
  63. package/dist/components/dialog/dialog-title.vue.d.ts +2 -2
  64. package/dist/components/dialog/dialog-trigger.vue.d.ts +2 -2
  65. package/dist/components/dropdown-menu/dropdown-menu-content.vue.d.ts +4 -4
  66. package/dist/components/dropdown-menu/dropdown-menu-root.vue.d.ts +6 -6
  67. package/dist/components/dropdown-menu/dropdown-menu-trigger.vue.d.ts +4 -4
  68. package/dist/components/form/context.d.ts +2 -2
  69. package/dist/components/form/core/types.d.ts +42 -1
  70. package/dist/components/form/form-description.vue.d.ts +2 -2
  71. package/dist/components/form/form-error.vue.d.ts +2 -2
  72. package/dist/components/form/form-field.vue.d.ts +2 -2
  73. package/dist/components/form/form-label.vue.d.ts +2 -2
  74. package/dist/components/form/index.d.ts +2 -2
  75. package/dist/components/input/context.d.ts +2 -2
  76. package/dist/components/input/input-control.vue.d.ts +2 -2
  77. package/dist/components/input/input-root.vue.d.ts +4 -4
  78. package/dist/components/kbd/kbd.vue.d.ts +2 -2
  79. package/dist/components/layout/context.d.ts +2 -2
  80. package/dist/components/layout/layout-footer.vue.d.ts +2 -2
  81. package/dist/components/layout/layout-header.vue.d.ts +2 -2
  82. package/dist/components/layout/layout-main.vue.d.ts +2 -2
  83. package/dist/components/layout/layout-mobile.vue.d.ts +2 -2
  84. package/dist/components/layout/layout-rail.vue.d.ts +2 -2
  85. package/dist/components/layout/layout-root.vue.d.ts +4 -4
  86. package/dist/components/layout/layout-sidebar.vue.d.ts +2 -2
  87. package/dist/components/layout/layout-tab.vue.d.ts +2 -2
  88. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  89. package/dist/components/link/link.vue.d.ts +4 -4
  90. package/dist/components/list/context.d.ts +2 -2
  91. package/dist/components/list/list-content.vue.d.ts +2 -2
  92. package/dist/components/list/list-description.vue.d.ts +2 -2
  93. package/dist/components/list/list-item.vue.d.ts +2 -2
  94. package/dist/components/list/list-root.vue.d.ts +2 -2
  95. package/dist/components/list/list-title.vue.d.ts +2 -2
  96. package/dist/components/listbox/context.d.ts +2 -2
  97. package/dist/components/listbox/listbox-content.vue.d.ts +2 -2
  98. package/dist/components/listbox/listbox-filter.vue.d.ts +4 -4
  99. package/dist/components/listbox/listbox-group-label.vue.d.ts +2 -2
  100. package/dist/components/listbox/listbox-group.vue.d.ts +2 -2
  101. package/dist/components/listbox/listbox-item-indicator.vue.d.ts +4 -4
  102. package/dist/components/listbox/listbox-item.vue.d.ts +5 -5
  103. package/dist/components/listbox/listbox-root.vue.d.ts +7 -7
  104. package/dist/components/listbox/listbox-virtualizer.vue.d.ts +2 -2
  105. package/dist/components/menu/context.d.ts +2 -2
  106. package/dist/components/menu/menu-checkbox-group.vue.d.ts +3 -3
  107. package/dist/components/menu/menu-checkbox-item.vue.d.ts +4 -4
  108. package/dist/components/menu/menu-content.vue.d.ts +4 -4
  109. package/dist/components/menu/menu-group-label.vue.d.ts +2 -2
  110. package/dist/components/menu/menu-group.vue.d.ts +2 -2
  111. package/dist/components/menu/menu-item-indicator.vue.d.ts +4 -4
  112. package/dist/components/menu/menu-item.vue.d.ts +4 -4
  113. package/dist/components/menu/menu-radio-group.vue.d.ts +3 -3
  114. package/dist/components/menu/menu-radio-item.vue.d.ts +4 -4
  115. package/dist/components/menu/menu-root.vue.d.ts +4 -4
  116. package/dist/components/menu/menu-sub-content.vue.d.ts +4 -4
  117. package/dist/components/menu/menu-sub-trigger.vue.d.ts +2 -2
  118. package/dist/components/menu/menu-sub.vue.d.ts +4 -4
  119. package/dist/components/navigation-menu/context.d.ts +2 -2
  120. package/dist/components/navigation-menu/navigation-menu-content.vue.d.ts +4 -4
  121. package/dist/components/navigation-menu/navigation-menu-indicator.vue.d.ts +2 -2
  122. package/dist/components/navigation-menu/navigation-menu-item.vue.d.ts +2 -2
  123. package/dist/components/navigation-menu/navigation-menu-link.vue.d.ts +4 -4
  124. package/dist/components/navigation-menu/navigation-menu-list.vue.d.ts +2 -2
  125. package/dist/components/navigation-menu/navigation-menu-root.vue.d.ts +4 -4
  126. package/dist/components/navigation-menu/navigation-menu-sub-list.vue.d.ts +2 -2
  127. package/dist/components/navigation-menu/navigation-menu-trigger.vue.d.ts +4 -4
  128. package/dist/components/navigation-menu/navigation-menu-viewport.vue.d.ts +3 -3
  129. package/dist/components/number-input/context.d.ts +2 -2
  130. package/dist/components/number-input/number-input-control.vue.d.ts +2 -2
  131. package/dist/components/number-input/number-input-decrement.vue.d.ts +4 -4
  132. package/dist/components/number-input/number-input-increment.vue.d.ts +4 -4
  133. package/dist/components/number-input/number-input-root.vue.d.ts +4 -4
  134. package/dist/components/pagination/context.d.ts +2 -2
  135. package/dist/components/pagination/pagination-ellipsis.vue.d.ts +2 -2
  136. package/dist/components/pagination/pagination-first.vue.d.ts +2 -2
  137. package/dist/components/pagination/pagination-last.vue.d.ts +2 -2
  138. package/dist/components/pagination/pagination-list-item.vue.d.ts +2 -2
  139. package/dist/components/pagination/pagination-list.vue.d.ts +2 -2
  140. package/dist/components/pagination/pagination-next.vue.d.ts +2 -2
  141. package/dist/components/pagination/pagination-prev.vue.d.ts +2 -2
  142. package/dist/components/pagination/pagination-root.vue.d.ts +4 -4
  143. package/dist/components/popover/popover-anchor.vue.d.ts +2 -2
  144. package/dist/components/popover/popover-close.vue.d.ts +4 -4
  145. package/dist/components/popover/popover-popup.vue.d.ts +2 -2
  146. package/dist/components/popover/popover-positioner.vue.d.ts +4 -4
  147. package/dist/components/popover/popover-root.vue.d.ts +4 -4
  148. package/dist/components/popover/popover-trigger.vue.d.ts +4 -4
  149. package/dist/components/popper/context.d.ts +2 -2
  150. package/dist/components/popper/popper-anchor.vue.d.ts +2 -2
  151. package/dist/components/popper/popper-arrow.vue.d.ts +2 -2
  152. package/dist/components/popper/popper-popup.vue.d.ts +2 -2
  153. package/dist/components/popper/popper-positioner.vue.d.ts +5 -5
  154. package/dist/components/popper/popper-root.vue.d.ts +2 -2
  155. package/dist/components/primitive/primitive.d.ts +2 -2
  156. package/dist/components/radio-group/context.d.ts +2 -2
  157. package/dist/components/radio-group/radio-group-control.vue.d.ts +2 -2
  158. package/dist/components/radio-group/radio-group-indicator.vue.d.ts +4 -4
  159. package/dist/components/radio-group/radio-group-item.vue.d.ts +4 -4
  160. package/dist/components/radio-group/radio-group-label.vue.d.ts +2 -2
  161. package/dist/components/radio-group/radio-group-root.vue.d.ts +3 -3
  162. package/dist/components/roving-focus/roving-focus-group.vue.d.ts +5 -5
  163. package/dist/components/roving-focus/roving-focus-item.vue.d.ts +3 -3
  164. package/dist/components/select/context.d.ts +2 -2
  165. package/dist/components/select/select-arrow.vue.d.ts +2 -2
  166. package/dist/components/select/select-content.vue.d.ts +4 -4
  167. package/dist/components/select/select-group-label.vue.d.ts +2 -2
  168. package/dist/components/select/select-group.vue.d.ts +2 -2
  169. package/dist/components/select/select-item-indicator.vue.d.ts +4 -4
  170. package/dist/components/select/select-item-text.vue.d.ts +2 -2
  171. package/dist/components/select/select-item.vue.d.ts +4 -4
  172. package/dist/components/select/select-root.vue.d.ts +3 -3
  173. package/dist/components/select/select-scroll-down-button.vue.d.ts +2 -2
  174. package/dist/components/select/select-scroll-up-button.vue.d.ts +2 -2
  175. package/dist/components/select/select-separator.vue.d.ts +2 -2
  176. package/dist/components/select/select-trigger-icon.vue.d.ts +2 -2
  177. package/dist/components/select/select-trigger.vue.d.ts +4 -4
  178. package/dist/components/select/select-value.vue.d.ts +3 -3
  179. package/dist/components/select/select-viewport.vue.d.ts +2 -2
  180. package/dist/components/separator/context.d.ts +2 -2
  181. package/dist/components/separator/separator-label.vue.d.ts +2 -2
  182. package/dist/components/separator/separator-root.vue.d.ts +3 -3
  183. package/dist/components/slot/slot.d.ts +2 -2
  184. package/dist/components/switch/context.d.ts +2 -2
  185. package/dist/components/switch/switch-control.vue.d.ts +2 -2
  186. package/dist/components/switch/switch-root.vue.d.ts +3 -3
  187. package/dist/components/switch/switch-thumb.vue.d.ts +4 -4
  188. package/dist/components/tabs/context.d.ts +2 -2
  189. package/dist/components/tabs/tabs-content.vue.d.ts +2 -2
  190. package/dist/components/tabs/tabs-indicator.vue.d.ts +2 -2
  191. package/dist/components/tabs/tabs-list.vue.d.ts +2 -2
  192. package/dist/components/tabs/tabs-root.vue.d.ts +4 -4
  193. package/dist/components/tabs/tabs-trigger.vue.d.ts +4 -4
  194. package/dist/components/tag/tag.vue.d.ts +4 -4
  195. package/dist/components/textarea/context.d.ts +2 -2
  196. package/dist/components/textarea/textarea-control.vue.d.ts +2 -2
  197. package/dist/components/textarea/textarea-counter.vue.d.ts +2 -2
  198. package/dist/components/textarea/textarea-root.vue.d.ts +4 -4
  199. package/dist/components/toast/toast-action.vue.d.ts +4 -4
  200. package/dist/components/toast/toast-close.vue.d.ts +4 -4
  201. package/dist/components/toast/toast-description.vue.d.ts +2 -2
  202. package/dist/components/toast/toast-provider.vue.d.ts +3 -3
  203. package/dist/components/toast/toast-root.vue.d.ts +5 -5
  204. package/dist/components/toast/toast-title.vue.d.ts +2 -2
  205. package/dist/components/toast/toast-viewport.vue.d.ts +4 -4
  206. package/dist/components/tooltip/tooltip-popup.vue.d.ts +2 -2
  207. package/dist/components/tooltip/tooltip-positioner.vue.d.ts +4 -4
  208. package/dist/components/tooltip/tooltip-root.vue.d.ts +4 -4
  209. package/dist/components/tooltip/tooltip-trigger.vue.d.ts +4 -4
  210. package/dist/components/tree/tree-item.vue.d.ts +5 -5
  211. package/dist/components/tree/tree-root.vue.d.ts +3 -3
  212. package/dist/components/tree/tree-virtualizer-item.vue.d.ts +4 -4
  213. package/dist/components/tree/tree-virtualizer-root.vue.d.ts +3 -3
  214. package/dist/components/tree-menu/context.d.ts +2 -2
  215. package/dist/components/tree-menu/tree-menu-button.vue.d.ts +4 -4
  216. package/dist/components/tree-menu/tree-menu-collapsible.vue.d.ts +2 -2
  217. package/dist/components/tree-menu/tree-menu-group-label.vue.d.ts +2 -2
  218. package/dist/components/tree-menu/tree-menu-group-root.vue.d.ts +2 -2
  219. package/dist/components/tree-menu/tree-menu-group.vue.d.ts +4 -4
  220. package/dist/components/tree-menu/tree-menu-item.vue.d.ts +4 -4
  221. package/dist/components/tree-menu/tree-menu-root.vue.d.ts +5 -5
  222. package/dist/components/tree-menu/tree-menu-sub.vue.d.ts +4 -4
  223. package/dist/components/virtualizer/virtualizer-content.vue.d.ts +2 -2
  224. package/dist/components/virtualizer/virtualizer-item.vue.d.ts +2 -2
  225. package/dist/components/virtualizer/virtualizer-root.vue.d.ts +3 -3
  226. package/dist/components/visually-hidden/visually-hidden-input.vue.d.ts +3 -3
  227. package/dist/components/visually-hidden/visually-hidden.vue.d.ts +4 -4
  228. package/dist/index.d.ts +2 -2
  229. package/package.json +1 -1
@@ -1,12 +1,12 @@
1
1
  import { DialogTitleProps } from "./types.js";
2
- import * as vue829 from "vue";
2
+ import * as vue1383 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: vue829.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue829.ComponentOptionsMixin, vue829.ComponentOptionsMixin, {}, string, vue829.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue829.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1383.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue1383.ComponentOptionsMixin, vue1383.ComponentOptionsMixin, {}, string, vue1383.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1383.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 vue804 from "vue";
2
+ import * as vue1358 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: vue804.DefineComponent<DialogTriggerProps, {}, {}, {}, {}, vue804.ComponentOptionsMixin, vue804.ComponentOptionsMixin, {}, string, vue804.PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue804.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1358.DefineComponent<DialogTriggerProps, {}, {}, {}, {}, vue1358.ComponentOptionsMixin, vue1358.ComponentOptionsMixin, {}, string, vue1358.PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1358.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 & {
@@ -2,14 +2,14 @@ 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 vue109 from "vue";
5
+ import * as vue845 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: vue109.DefineComponent<MenuContentProps, {}, {}, {}, {}, vue109.ComponentOptionsMixin, vue109.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue845.DefineComponent<MenuContentProps, {}, {}, {}, {}, vue845.ComponentOptionsMixin, vue845.ComponentOptionsMixin, {
13
13
  entryFocus: (event: Event) => any;
14
14
  escapeKeyDown: (event: KeyboardEvent) => any;
15
15
  pointerDownOutside: (event: PointerDownOutsideEvent) => any;
@@ -17,7 +17,7 @@ declare const __VLS_base: vue109.DefineComponent<MenuContentProps, {}, {}, {}, {
17
17
  interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
18
18
  openAutoFocus: (event: Event) => any;
19
19
  closeAutoFocus: (event: Event) => any;
20
- }, string, vue109.PublicProps, Readonly<MenuContentProps> & Readonly<{
20
+ }, string, vue845.PublicProps, Readonly<MenuContentProps> & Readonly<{
21
21
  onEntryFocus?: ((event: Event) => any) | undefined;
22
22
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
23
23
  onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
@@ -30,7 +30,7 @@ declare const __VLS_base: vue109.DefineComponent<MenuContentProps, {}, {}, {}, {
30
30
  sideFlip: boolean;
31
31
  alignFlip: boolean;
32
32
  avoidCollisions: boolean;
33
- }, {}, {}, {}, string, vue109.ComponentProvideOptions, false, {}, any>;
33
+ }, {}, {}, {}, string, vue845.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,5 +1,5 @@
1
1
  import { DropdownMenuRootProps, DropdownMenuTriggerType } from "./types.js";
2
- import * as vue98 from "vue";
2
+ import * as vue840 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: vue98.DefineComponent<DropdownMenuRootProps, {}, {}, {}, {}, vue98.ComponentOptionsMixin, vue98.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue840.DefineComponent<DropdownMenuRootProps, {}, {}, {}, {}, vue840.ComponentOptionsMixin, vue840.ComponentOptionsMixin, {
12
12
  "update:open": (value: boolean) => any;
13
- }, string, vue98.PublicProps, Readonly<DropdownMenuRootProps> & Readonly<{
13
+ }, string, vue840.PublicProps, Readonly<DropdownMenuRootProps> & Readonly<{
14
14
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
15
15
  }>, {
16
16
  open: boolean;
17
- modal: boolean;
18
- trigger: DropdownMenuTriggerType;
19
17
  delayDuration: number;
20
18
  skipDelayDuration: number;
21
- }, {}, {}, {}, string, vue98.ComponentProvideOptions, false, {}, any>;
19
+ modal: boolean;
20
+ trigger: DropdownMenuTriggerType;
21
+ }, {}, {}, {}, string, vue840.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 vue103 from "vue";
5
+ import * as vue850 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: vue103.DefineComponent<MenuTriggerProps, {}, {}, {}, {}, vue103.ComponentOptionsMixin, vue103.ComponentOptionsMixin, {}, string, vue103.PublicProps, Readonly<MenuTriggerProps> & Readonly<{}>, {
13
- as: AsTag | vue103.Component;
14
- }, {}, {}, {}, string, vue103.ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_base: vue850.DefineComponent<MenuTriggerProps, {}, {}, {}, {}, vue850.ComponentOptionsMixin, vue850.ComponentOptionsMixin, {}, string, vue850.PublicProps, Readonly<MenuTriggerProps> & Readonly<{}>, {
13
+ as: AsTag | vue850.Component;
14
+ }, {}, {}, {}, string, vue850.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 vue782 from "vue";
4
+ import * as vue762 from "vue";
5
5
 
6
6
  //#region src/components/form/context.d.ts
7
7
 
8
- declare const provideFormFieldUi: (ui: vue782.ComputedRef<Partial<UiClass<FormFieldUiSlot>>>) => vue782.ComputedRef<Partial<UiClass<FormFieldUiSlot>>>, useFormFieldUi: <S extends FormFieldUiSlot | undefined = undefined>(slot?: S | undefined) => S extends FormFieldUiSlot ? vue782.ComputedRef<ClassValue> : vue782.ComputedRef<Partial<UiClass<FormFieldUiSlot>>>;
8
+ declare const provideFormFieldUi: (ui: vue762.ComputedRef<Partial<UiClass<FormFieldUiSlot>>>) => vue762.ComputedRef<Partial<UiClass<FormFieldUiSlot>>>, useFormFieldUi: <S extends FormFieldUiSlot | undefined = undefined>(slot?: S | undefined) => S extends FormFieldUiSlot ? vue762.ComputedRef<ClassValue> : vue762.ComputedRef<Partial<UiClass<FormFieldUiSlot>>>;
9
9
  //#endregion
10
10
  export { provideFormFieldUi };
@@ -25,6 +25,46 @@ interface FormResetState<Values extends FormValues = FormValues> {
25
25
  errors: FormErrors<Values>;
26
26
  submitCount: number;
27
27
  }
28
+ type FormMessage<Values extends FormValues = FormValues, Name extends Path<Values> = Path<Values>> = {
29
+ type: 'SubmitAttempt';
30
+ } | {
31
+ type: 'SubmitSuccess';
32
+ } | {
33
+ type: 'SubmitFailure';
34
+ } | {
35
+ type: 'SetValues';
36
+ payload: Values;
37
+ } | {
38
+ type: 'SetFieldValue';
39
+ payload: {
40
+ name: Name;
41
+ value: PathValue<Values, Name>;
42
+ };
43
+ } | {
44
+ type: 'SetTouched';
45
+ payload: {
46
+ name: Name;
47
+ touched?: boolean;
48
+ };
49
+ } | {
50
+ type: 'SetErrors';
51
+ payload: FormErrors<Values>;
52
+ } | {
53
+ type: 'SetFieldError';
54
+ payload: {
55
+ name: Name;
56
+ error: string | undefined;
57
+ };
58
+ } | {
59
+ type: 'SetIsSubmitting';
60
+ payload: boolean;
61
+ } | {
62
+ type: 'SetIsValidating';
63
+ payload: boolean;
64
+ } | {
65
+ type: 'ResetForm';
66
+ payload: FormResetState<Values>;
67
+ };
28
68
  interface FormState<Values extends FormValues> {
29
69
  values: Values;
30
70
  touched: Ref<FormTouched<Values>>;
@@ -100,6 +140,7 @@ interface FormContext<Values extends FormValues> extends Omit<UseFormStateReturn
100
140
  useFieldArray<Name extends Path<Values>>(name: Name, opts?: FormRegisterOptions<PathValue<Values, Name>>): Ref<FormFieldArrayStates<Values, Name>>;
101
141
  useField<Name extends Path<Values>>(name: Name, opts?: FormRegisterOptions<PathValue<Values, Name>>): Ref<FormFieldState<Values, Name>>;
102
142
  }
143
+ interface UseRegisterFieldArrayOptions<Values extends FormValues> extends Pick<UseFormStateReturn<Values>, 'getFieldState' | 'getFieldValue' | 'setFieldValue' | 'setFieldArrayValue' | 'registerFieldArray'> {}
103
144
  interface FormFieldArrayStates<Values extends FormValues, Name extends Path<Values>> {
104
145
  name: Name;
105
146
  fields: readonly FormFieldArrayState<Values, Name>[];
@@ -114,4 +155,4 @@ interface FormFieldArrayStates<Values extends FormValues, Name extends Path<Valu
114
155
  replace: ($values: ArrayElement<NonNullable<PathValue<Values, Name>>>[]) => void;
115
156
  }
116
157
  //#endregion
117
- export { FormContext, FormFieldArrayStates, FormFieldState, FormRegisterOptions, FormResetState, FormValues, InferStandardSchemaInput, UseFormOptions };
158
+ export { FormContext, FormErrors, FormEventHandler, FormFieldArrayState, FormFieldArrayStates, FormFieldMeta, FormFieldState, FormFieldValidator, FormMessage, FormRegisterOptions, FormResetState, FormState, FormSubmitHelper, FormTouched, FormValidateMode, FormValues, InferStandardSchemaInput, UseFormOptions, UseFormStateReturn, UseRegisterFieldArrayOptions };
@@ -1,12 +1,12 @@
1
1
  import { FormDescriptionProps } from "./types.js";
2
- import * as vue777 from "vue";
2
+ import * as vue742 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: vue777.DefineComponent<FormDescriptionProps, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {}, string, vue777.PublicProps, Readonly<FormDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue777.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue742.DefineComponent<FormDescriptionProps, {}, {}, {}, {}, vue742.ComponentOptionsMixin, vue742.ComponentOptionsMixin, {}, string, vue742.PublicProps, Readonly<FormDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue742.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 vue772 from "vue";
2
+ import * as vue757 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: vue772.DefineComponent<FormErrorProps, {}, {}, {}, {}, vue772.ComponentOptionsMixin, vue772.ComponentOptionsMixin, {}, string, vue772.PublicProps, Readonly<FormErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue772.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue757.DefineComponent<FormErrorProps, {}, {}, {}, {}, vue757.ComponentOptionsMixin, vue757.ComponentOptionsMixin, {}, string, vue757.PublicProps, Readonly<FormErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue757.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 vue767 from "vue";
2
+ import * as vue747 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: vue767.DefineComponent<FormFieldProps, {}, {}, {}, {}, vue767.ComponentOptionsMixin, vue767.ComponentOptionsMixin, {}, string, vue767.PublicProps, Readonly<FormFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, vue767.ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: vue747.DefineComponent<FormFieldProps, {}, {}, {}, {}, vue747.ComponentOptionsMixin, vue747.ComponentOptionsMixin, {}, string, vue747.PublicProps, Readonly<FormFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, vue747.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 vue762 from "vue";
2
+ import * as vue752 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: vue762.DefineComponent<FormLabelProps, {}, {}, {}, {}, vue762.ComponentOptionsMixin, vue762.ComponentOptionsMixin, {}, string, vue762.PublicProps, Readonly<FormLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue762.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue752.DefineComponent<FormLabelProps, {}, {}, {}, {}, vue752.ComponentOptionsMixin, vue752.ComponentOptionsMixin, {}, string, vue752.PublicProps, Readonly<FormLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue752.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 & {
@@ -4,7 +4,7 @@ import { _default as _default$3 } from "./form-label.vue.js";
4
4
  import { _default } from "./form-description.vue.js";
5
5
  import { _default as _default$1 } from "./form-error.vue.js";
6
6
  import { provideFormFieldUi } from "./context.js";
7
- import { FormFieldArrayStates, FormFieldState, FormRegisterOptions, FormResetState, FormValues, InferStandardSchemaInput, UseFormOptions } from "./core/types.js";
7
+ import { FormContext, FormErrors, FormEventHandler, FormFieldArrayState, FormFieldArrayStates, FormFieldMeta, FormFieldState, FormFieldValidator, FormMessage, FormRegisterOptions, FormResetState, FormState, FormSubmitHelper, FormTouched, FormValidateMode, FormValues, InferStandardSchemaInput, UseFormOptions, UseFormStateReturn, UseRegisterFieldArrayOptions } from "./core/types.js";
8
8
  import { useForm } from "./core/use-form.js";
9
9
  import { StandardSchemaV1 } from "@standard-schema/spec";
10
- export { _default as FormDescription, type FormDescriptionProps, _default$1 as FormError, type FormErrorProps, _default$2 as FormField, type FormFieldArrayStates, type FormFieldProps, type FormFieldState, type FormFieldUi, type FormFieldUiSlot, _default$3 as FormLabel, type FormLabelProps, type FormRegisterOptions, type FormResetState, type FormValues, type InferStandardSchemaInput, type StandardSchemaV1, type UseFormOptions, provideFormFieldUi, useForm };
10
+ export { type FormContext, _default as FormDescription, type FormDescriptionProps, _default$1 as FormError, type FormErrorProps, type FormErrors, type FormEventHandler, _default$2 as FormField, type FormFieldArrayState, type FormFieldArrayStates, type FormFieldMeta, type FormFieldProps, type FormFieldState, type FormFieldUi, type FormFieldUiSlot, type FormFieldValidator, _default$3 as FormLabel, type FormLabelProps, type FormMessage, type FormRegisterOptions, type FormResetState, type FormState, type FormSubmitHelper, type FormTouched, type FormValidateMode, type FormValues, type InferStandardSchemaInput, type StandardSchemaV1, type UseFormOptions, type UseFormStateReturn, type UseRegisterFieldArrayOptions, provideFormFieldUi, useForm };
@@ -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 vue124 from "vue";
4
+ import * as vue1772 from "vue";
5
5
 
6
6
  //#region src/components/input/context.d.ts
7
- declare const provideInputUi: (ui: vue124.ComputedRef<Partial<UiClass<InputUiSlot>>>) => vue124.ComputedRef<Partial<UiClass<InputUiSlot>>>, useInputUi: <S extends InputUiSlot | undefined = undefined>(slot?: S | undefined) => S extends InputUiSlot ? vue124.ComputedRef<ClassValue> : vue124.ComputedRef<Partial<UiClass<InputUiSlot>>>;
7
+ declare const provideInputUi: (ui: vue1772.ComputedRef<Partial<UiClass<InputUiSlot>>>) => vue1772.ComputedRef<Partial<UiClass<InputUiSlot>>>, useInputUi: <S extends InputUiSlot | undefined = undefined>(slot?: S | undefined) => S extends InputUiSlot ? vue1772.ComputedRef<ClassValue> : vue1772.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 vue119 from "vue";
2
+ import * as vue1767 from "vue";
3
3
 
4
4
  //#region src/components/input/input-control.vue.d.ts
5
- declare const __VLS_export: vue119.DefineComponent<InputControlProps, {}, {}, {}, {}, vue119.ComponentOptionsMixin, vue119.ComponentOptionsMixin, {}, string, vue119.PublicProps, Readonly<InputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue119.ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: vue1767.DefineComponent<InputControlProps, {}, {}, {}, {}, vue1767.ComponentOptionsMixin, vue1767.ComponentOptionsMixin, {}, string, vue1767.PublicProps, Readonly<InputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1767.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 vue114 from "vue";
2
+ import * as vue1762 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: vue114.DefineComponent<InputRootProps, {}, {}, {}, {}, vue114.ComponentOptionsMixin, vue114.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue1762.DefineComponent<InputRootProps, {}, {}, {}, {}, vue1762.ComponentOptionsMixin, vue1762.ComponentOptionsMixin, {
13
13
  "update:modelValue": (value: string) => any;
14
- }, string, vue114.PublicProps, Readonly<InputRootProps> & Readonly<{
14
+ }, string, vue1762.PublicProps, Readonly<InputRootProps> & Readonly<{
15
15
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
16
16
  }>, {
17
17
  modelValue: string;
18
- }, {}, {}, {}, string, vue114.ComponentProvideOptions, false, {}, any>;
18
+ }, {}, {}, {}, string, vue1762.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 vue38 from "vue";
2
+ import * as vue451 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: vue38.DefineComponent<KbdProps, {}, {}, {}, {}, vue38.ComponentOptionsMixin, vue38.ComponentOptionsMixin, {}, string, vue38.PublicProps, Readonly<KbdProps> & Readonly<{}>, {}, {}, {}, {}, string, vue38.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue451.DefineComponent<KbdProps, {}, {}, {}, {}, vue451.ComponentOptionsMixin, vue451.ComponentOptionsMixin, {}, string, vue451.PublicProps, Readonly<KbdProps> & Readonly<{}>, {}, {}, {}, {}, string, vue451.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 vue1257 from "vue";
4
+ import * as vue256 from "vue";
5
5
 
6
6
  //#region src/components/layout/context.d.ts
7
7
 
8
- declare const provideLayoutUi: (ui: vue1257.ComputedRef<Partial<UiClass<LayoutUiSlot>>>) => vue1257.ComputedRef<Partial<UiClass<LayoutUiSlot>>>, useLayoutUi: <S extends LayoutUiSlot | undefined = undefined>(slot?: S | undefined) => S extends LayoutUiSlot ? vue1257.ComputedRef<ClassValue> : vue1257.ComputedRef<Partial<UiClass<LayoutUiSlot>>>;
8
+ declare const provideLayoutUi: (ui: vue256.ComputedRef<Partial<UiClass<LayoutUiSlot>>>) => vue256.ComputedRef<Partial<UiClass<LayoutUiSlot>>>, useLayoutUi: <S extends LayoutUiSlot | undefined = undefined>(slot?: S | undefined) => S extends LayoutUiSlot ? vue256.ComputedRef<ClassValue> : vue256.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 vue1237 from "vue";
2
+ import * as vue251 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: vue1237.DefineComponent<LayoutFooterProps, {}, {}, {}, {}, vue1237.ComponentOptionsMixin, vue1237.ComponentOptionsMixin, {}, string, vue1237.PublicProps, Readonly<LayoutFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1237.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue251.DefineComponent<LayoutFooterProps, {}, {}, {}, {}, vue251.ComponentOptionsMixin, vue251.ComponentOptionsMixin, {}, string, vue251.PublicProps, Readonly<LayoutFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, vue251.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 vue1222 from "vue";
2
+ import * as vue216 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: vue1222.DefineComponent<LayoutHeaderProps, {}, {}, {}, {}, vue1222.ComponentOptionsMixin, vue1222.ComponentOptionsMixin, {}, string, vue1222.PublicProps, Readonly<LayoutHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1222.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue216.DefineComponent<LayoutHeaderProps, {}, {}, {}, {}, vue216.ComponentOptionsMixin, vue216.ComponentOptionsMixin, {}, string, vue216.PublicProps, Readonly<LayoutHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue216.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 vue1227 from "vue";
2
+ import * as vue236 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: vue1227.DefineComponent<LayoutMainProps, {}, {}, {}, {}, vue1227.ComponentOptionsMixin, vue1227.ComponentOptionsMixin, {}, string, vue1227.PublicProps, Readonly<LayoutMainProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1227.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue236.DefineComponent<LayoutMainProps, {}, {}, {}, {}, vue236.ComponentOptionsMixin, vue236.ComponentOptionsMixin, {}, string, vue236.PublicProps, Readonly<LayoutMainProps> & Readonly<{}>, {}, {}, {}, {}, string, vue236.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 vue1252 from "vue";
2
+ import * as vue288 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: vue1252.DefineComponent<LayoutMobileProps, {}, {}, {}, {}, vue1252.ComponentOptionsMixin, vue1252.ComponentOptionsMixin, {}, string, vue1252.PublicProps, Readonly<LayoutMobileProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1252.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue288.DefineComponent<LayoutMobileProps, {}, {}, {}, {}, vue288.ComponentOptionsMixin, vue288.ComponentOptionsMixin, {}, string, vue288.PublicProps, Readonly<LayoutMobileProps> & Readonly<{}>, {}, {}, {}, {}, string, vue288.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 { LayoutRailProps } from "./types.js";
2
- import * as vue1242 from "vue";
2
+ import * as vue241 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: vue1242.DefineComponent<LayoutRailProps, {}, {}, {}, {}, vue1242.ComponentOptionsMixin, vue1242.ComponentOptionsMixin, {}, string, vue1242.PublicProps, Readonly<LayoutRailProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1242.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue241.DefineComponent<LayoutRailProps, {}, {}, {}, {}, vue241.ComponentOptionsMixin, vue241.ComponentOptionsMixin, {}, string, vue241.PublicProps, Readonly<LayoutRailProps> & Readonly<{}>, {}, {}, {}, {}, string, vue241.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 { LayoutRootProps } from "./types.js";
2
- import * as vue1212 from "vue";
2
+ import * as vue221 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: vue1212.DefineComponent<LayoutRootProps, {}, {}, {}, {}, vue1212.ComponentOptionsMixin, vue1212.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue221.DefineComponent<LayoutRootProps, {}, {}, {}, {}, vue221.ComponentOptionsMixin, vue221.ComponentOptionsMixin, {
13
13
  "update:open": (open: boolean) => any;
14
- }, string, vue1212.PublicProps, Readonly<LayoutRootProps> & Readonly<{
14
+ }, string, vue221.PublicProps, Readonly<LayoutRootProps> & Readonly<{
15
15
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
16
16
  }>, {
17
17
  open: boolean;
@@ -21,7 +21,7 @@ declare const __VLS_base: vue1212.DefineComponent<LayoutRootProps, {}, {}, {}, {
21
21
  mobileMediaQuery: string;
22
22
  mobileSidebarWidth: number;
23
23
  pxToRem: (px: number) => number;
24
- }, {}, {}, {}, string, vue1212.ComponentProvideOptions, false, {}, any>;
24
+ }, {}, {}, {}, string, vue221.ComponentProvideOptions, false, {}, any>;
25
25
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
26
  declare const _default: typeof __VLS_export;
27
27
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { LayoutSidebarProps } from "./types.js";
2
- import * as vue1217 from "vue";
2
+ import * as vue226 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: vue1217.DefineComponent<LayoutSidebarProps, {}, {}, {}, {}, vue1217.ComponentOptionsMixin, vue1217.ComponentOptionsMixin, {}, string, vue1217.PublicProps, Readonly<LayoutSidebarProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1217.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue226.DefineComponent<LayoutSidebarProps, {}, {}, {}, {}, vue226.ComponentOptionsMixin, vue226.ComponentOptionsMixin, {}, string, vue226.PublicProps, Readonly<LayoutSidebarProps> & Readonly<{}>, {}, {}, {}, {}, string, vue226.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 & {
@@ -1,12 +1,12 @@
1
1
  import { LayoutTabProps } from "./types.js";
2
- import * as vue1232 from "vue";
2
+ import * as vue231 from "vue";
3
3
 
4
4
  //#region src/components/layout/layout-tab.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: vue1232.DefineComponent<LayoutTabProps, {}, {}, {}, {}, vue1232.ComponentOptionsMixin, vue1232.ComponentOptionsMixin, {}, string, vue1232.PublicProps, Readonly<LayoutTabProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1232.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue231.DefineComponent<LayoutTabProps, {}, {}, {}, {}, vue231.ComponentOptionsMixin, vue231.ComponentOptionsMixin, {}, string, vue231.PublicProps, Readonly<LayoutTabProps> & Readonly<{}>, {}, {}, {}, {}, string, vue231.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 { LayoutTriggerProps } from "./types.js";
2
- import * as vue1247 from "vue";
2
+ import * as vue246 from "vue";
3
3
 
4
4
  //#region src/components/layout/layout-trigger.vue.d.ts
5
5
  declare var __VLS_10: {
@@ -8,7 +8,7 @@ declare var __VLS_10: {
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
- declare const __VLS_base: vue1247.DefineComponent<LayoutTriggerProps, {}, {}, {}, {}, vue1247.ComponentOptionsMixin, vue1247.ComponentOptionsMixin, {}, string, vue1247.PublicProps, Readonly<LayoutTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1247.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue246.DefineComponent<LayoutTriggerProps, {}, {}, {}, {}, vue246.ComponentOptionsMixin, vue246.ComponentOptionsMixin, {}, string, vue246.PublicProps, Readonly<LayoutTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue246.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 & {
@@ -1,7 +1,7 @@
1
1
  import { AsTag } from "../primitive/types.js";
2
2
  import { LinkProps } from "./types.js";
3
3
  import "../primitive/index.js";
4
- import * as vue1378 from "vue";
4
+ import * as vue1684 from "vue";
5
5
 
6
6
  //#region src/components/link/link.vue.d.ts
7
7
  declare var __VLS_10: {
@@ -14,9 +14,9 @@ type __VLS_Slots = {} & {
14
14
  } & {
15
15
  default?: (props: typeof __VLS_21) => any;
16
16
  };
17
- declare const __VLS_base: vue1378.DefineComponent<LinkProps, {}, {}, {}, {}, vue1378.ComponentOptionsMixin, vue1378.ComponentOptionsMixin, {}, string, vue1378.PublicProps, Readonly<LinkProps> & Readonly<{}>, {
17
+ declare const __VLS_base: vue1684.DefineComponent<LinkProps, {}, {}, {}, {}, vue1684.ComponentOptionsMixin, vue1684.ComponentOptionsMixin, {}, string, vue1684.PublicProps, Readonly<LinkProps> & Readonly<{}>, {
18
18
  replace: boolean;
19
- as: AsTag | vue1378.Component;
19
+ as: AsTag | vue1684.Component;
20
20
  disabled: boolean;
21
21
  viewTransition: boolean;
22
22
  external: boolean;
@@ -24,7 +24,7 @@ declare const __VLS_base: vue1378.DefineComponent<LinkProps, {}, {}, {}, {}, vue
24
24
  noRel: boolean;
25
25
  prefetch: boolean;
26
26
  noPrefetch: boolean;
27
- }, {}, {}, {}, string, vue1378.ComponentProvideOptions, false, {}, any>;
27
+ }, {}, {}, {}, string, vue1684.ComponentProvideOptions, false, {}, any>;
28
28
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
29
29
  declare const _default: typeof __VLS_export;
30
30
  type __VLS_WithSlots<T, S> = T & {
@@ -1,9 +1,9 @@
1
1
  import { ClassValue, UiClass } from "../../types/common.js";
2
2
  import { ListUiSlot } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue1309 from "vue";
4
+ import * as vue1680 from "vue";
5
5
 
6
6
  //#region src/components/list/context.d.ts
7
- declare const provideListUi: (ui: vue1309.ComputedRef<Partial<UiClass<ListUiSlot>>>) => vue1309.ComputedRef<Partial<UiClass<ListUiSlot>>>, useListUi: <S extends ListUiSlot | undefined = undefined>(slot?: S | undefined) => S extends ListUiSlot ? vue1309.ComputedRef<ClassValue> : vue1309.ComputedRef<Partial<UiClass<ListUiSlot>>>;
7
+ declare const provideListUi: (ui: vue1680.ComputedRef<Partial<UiClass<ListUiSlot>>>) => vue1680.ComputedRef<Partial<UiClass<ListUiSlot>>>, useListUi: <S extends ListUiSlot | undefined = undefined>(slot?: S | undefined) => S extends ListUiSlot ? vue1680.ComputedRef<ClassValue> : vue1680.ComputedRef<Partial<UiClass<ListUiSlot>>>;
8
8
  //#endregion
9
9
  export { provideListUi };
@@ -1,12 +1,12 @@
1
1
  import { ListContentProps } from "./types.js";
2
- import * as vue1304 from "vue";
2
+ import * as vue1665 from "vue";
3
3
 
4
4
  //#region src/components/list/list-content.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: vue1304.DefineComponent<ListContentProps, {}, {}, {}, {}, vue1304.ComponentOptionsMixin, vue1304.ComponentOptionsMixin, {}, string, vue1304.PublicProps, Readonly<ListContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1304.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1665.DefineComponent<ListContentProps, {}, {}, {}, {}, vue1665.ComponentOptionsMixin, vue1665.ComponentOptionsMixin, {}, string, vue1665.PublicProps, Readonly<ListContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1665.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 { ListDescriptionProps } from "./types.js";
2
- import * as vue1313 from "vue";
2
+ import * as vue1675 from "vue";
3
3
 
4
4
  //#region src/components/list/list-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: vue1313.DefineComponent<ListDescriptionProps, {}, {}, {}, {}, vue1313.ComponentOptionsMixin, vue1313.ComponentOptionsMixin, {}, string, vue1313.PublicProps, Readonly<ListDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1313.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1675.DefineComponent<ListDescriptionProps, {}, {}, {}, {}, vue1675.ComponentOptionsMixin, vue1675.ComponentOptionsMixin, {}, string, vue1675.PublicProps, Readonly<ListDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1675.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 { ListItemProps } from "./types.js";
2
- import * as vue1289 from "vue";
2
+ import * as vue1690 from "vue";
3
3
 
4
4
  //#region src/components/list/list-item.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: vue1289.DefineComponent<ListItemProps, {}, {}, {}, {}, vue1289.ComponentOptionsMixin, vue1289.ComponentOptionsMixin, {}, string, vue1289.PublicProps, Readonly<ListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1289.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1690.DefineComponent<ListItemProps, {}, {}, {}, {}, vue1690.ComponentOptionsMixin, vue1690.ComponentOptionsMixin, {}, string, vue1690.PublicProps, Readonly<ListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1690.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 & {