@soybeanjs/headless 0.0.2-beta.8 → 0.0.2

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 (240) hide show
  1. package/README.md +4 -138
  2. package/dist/components/accordion/accordion-content.vue.d.ts +2 -2
  3. package/dist/components/accordion/accordion-header.vue.d.ts +2 -2
  4. package/dist/components/accordion/accordion-item.vue.d.ts +5 -5
  5. package/dist/components/accordion/accordion-root.vue.d.ts +3 -3
  6. package/dist/components/accordion/accordion-trigger.vue.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-dialog/alert-dialog-close.js +1 -1
  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/arrow/arrow.vue.d.ts +4 -4
  17. package/dist/components/aspect-ratio/aspect-ratio.vue.d.ts +3 -3
  18. package/dist/components/avatar/avatar-fallback.vue.d.ts +2 -2
  19. package/dist/components/avatar/avatar-image.vue.d.ts +4 -4
  20. package/dist/components/avatar/avatar-root.vue.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/breadcrumb/breadcrumb-ellipsis.vue.d.ts +2 -2
  24. package/dist/components/breadcrumb/breadcrumb-item.vue.d.ts +2 -2
  25. package/dist/components/breadcrumb/breadcrumb-link.vue.d.ts +2 -2
  26. package/dist/components/breadcrumb/breadcrumb-list.vue.d.ts +2 -2
  27. package/dist/components/breadcrumb/breadcrumb-page.vue.d.ts +2 -2
  28. package/dist/components/breadcrumb/breadcrumb-root.vue.d.ts +2 -2
  29. package/dist/components/breadcrumb/breadcrumb-separator.vue.d.ts +2 -2
  30. package/dist/components/button/button.vue.d.ts +5 -5
  31. package/dist/components/card/card-content.vue.d.ts +2 -2
  32. package/dist/components/card/card-description.vue.d.ts +2 -2
  33. package/dist/components/card/card-footer.vue.d.ts +2 -2
  34. package/dist/components/card/card-header.vue.d.ts +2 -2
  35. package/dist/components/card/card-root.vue.d.ts +2 -2
  36. package/dist/components/card/card-title-root.vue.d.ts +2 -2
  37. package/dist/components/card/card-title.vue.d.ts +2 -2
  38. package/dist/components/checkbox/checkbox-control.vue.d.ts +2 -2
  39. package/dist/components/checkbox/checkbox-group-root.vue.d.ts +3 -3
  40. package/dist/components/checkbox/checkbox-indicator.vue.d.ts +4 -4
  41. package/dist/components/checkbox/checkbox-label.vue.d.ts +2 -2
  42. package/dist/components/checkbox/checkbox-root.vue.d.ts +4 -4
  43. package/dist/components/collapsible/collapsible-content.vue.d.ts +2 -2
  44. package/dist/components/collapsible/collapsible-root.vue.d.ts +6 -6
  45. package/dist/components/collapsible/collapsible-trigger.vue.d.ts +4 -4
  46. package/dist/components/config-provider/config-provider.vue.d.ts +3 -3
  47. package/dist/components/context-menu/context-menu-content.vue.d.ts +4 -4
  48. package/dist/components/context-menu/context-menu-root.vue.d.ts +4 -4
  49. package/dist/components/context-menu/context-menu-trigger.vue.d.ts +4 -4
  50. package/dist/components/dialog/dialog-close.js +1 -1
  51. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  52. package/dist/components/dialog/dialog-content.vue.d.ts +4 -4
  53. package/dist/components/dialog/dialog-description.vue.d.ts +2 -2
  54. package/dist/components/dialog/dialog-footer.vue.d.ts +2 -2
  55. package/dist/components/dialog/dialog-header.vue.d.ts +2 -2
  56. package/dist/components/dialog/dialog-overlay.vue.d.ts +2 -2
  57. package/dist/components/dialog/dialog-root.vue.d.ts +4 -4
  58. package/dist/components/dialog/dialog-title.vue.d.ts +2 -2
  59. package/dist/components/dialog/dialog-trigger.vue.d.ts +2 -2
  60. package/dist/components/dialog/types.d.ts +8 -2
  61. package/dist/components/dropdown-menu/dropdown-menu-content.vue.d.ts +4 -4
  62. package/dist/components/dropdown-menu/dropdown-menu-root.vue.d.ts +5 -5
  63. package/dist/components/dropdown-menu/dropdown-menu-trigger.vue.d.ts +4 -4
  64. package/dist/components/form/form-description.vue.d.ts +2 -2
  65. package/dist/components/form/form-error.vue.d.ts +2 -2
  66. package/dist/components/form/form-field-array.vue.d.ts +2 -2
  67. package/dist/components/form/form-field.vue.d.ts +2 -2
  68. package/dist/components/form/form-label.vue.d.ts +2 -2
  69. package/dist/components/input/input-control.vue.d.ts +2 -2
  70. package/dist/components/input/input-root.vue.d.ts +4 -4
  71. package/dist/components/kbd/kbd.vue.d.ts +2 -2
  72. package/dist/components/label/label.vue.d.ts +2 -2
  73. package/dist/components/layout/layout-footer.vue.d.ts +2 -2
  74. package/dist/components/layout/layout-header.vue.d.ts +2 -2
  75. package/dist/components/layout/layout-main.vue.d.ts +2 -2
  76. package/dist/components/layout/layout-mobile.vue.d.ts +2 -2
  77. package/dist/components/layout/layout-rail.vue.d.ts +2 -2
  78. package/dist/components/layout/layout-root.vue.d.ts +4 -4
  79. package/dist/components/layout/layout-sidebar.vue.d.ts +2 -2
  80. package/dist/components/layout/layout-tab.vue.d.ts +2 -2
  81. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  82. package/dist/components/link/link.js +1 -1
  83. package/dist/components/link/link.vue.d.ts +4 -5
  84. package/dist/components/list/list-content.vue.d.ts +2 -2
  85. package/dist/components/list/list-description.vue.d.ts +2 -2
  86. package/dist/components/list/list-item.vue.d.ts +2 -2
  87. package/dist/components/list/list-root.vue.d.ts +2 -2
  88. package/dist/components/list/list-title.vue.d.ts +2 -2
  89. package/dist/components/listbox/listbox-content.vue.d.ts +2 -2
  90. package/dist/components/listbox/listbox-filter.vue.d.ts +4 -4
  91. package/dist/components/listbox/listbox-group-label.vue.d.ts +2 -2
  92. package/dist/components/listbox/listbox-group.vue.d.ts +2 -2
  93. package/dist/components/listbox/listbox-item-indicator.vue.d.ts +4 -4
  94. package/dist/components/listbox/listbox-item.vue.d.ts +5 -5
  95. package/dist/components/listbox/listbox-root.vue.d.ts +7 -7
  96. package/dist/components/listbox/listbox-virtualizer.vue.d.ts +2 -2
  97. package/dist/components/menu/menu-checkbox-group.vue.d.ts +3 -3
  98. package/dist/components/menu/menu-checkbox-item.vue.d.ts +4 -4
  99. package/dist/components/menu/menu-content.vue.d.ts +4 -4
  100. package/dist/components/menu/menu-group-label.vue.d.ts +2 -2
  101. package/dist/components/menu/menu-group.vue.d.ts +2 -2
  102. package/dist/components/menu/menu-item-indicator.vue.d.ts +4 -4
  103. package/dist/components/menu/menu-item.vue.d.ts +4 -4
  104. package/dist/components/menu/menu-radio-group.vue.d.ts +3 -3
  105. package/dist/components/menu/menu-radio-item.vue.d.ts +4 -4
  106. package/dist/components/menu/menu-root.vue.d.ts +4 -4
  107. package/dist/components/menu/menu-sub-content.vue.d.ts +4 -4
  108. package/dist/components/menu/menu-sub-trigger.vue.d.ts +2 -2
  109. package/dist/components/menu/menu-sub.vue.d.ts +4 -4
  110. package/dist/components/navigation-menu/navigation-menu-content.vue.d.ts +4 -4
  111. package/dist/components/navigation-menu/navigation-menu-indicator.vue.d.ts +2 -2
  112. package/dist/components/navigation-menu/navigation-menu-item.vue.d.ts +2 -2
  113. package/dist/components/navigation-menu/navigation-menu-link.vue.d.ts +4 -4
  114. package/dist/components/navigation-menu/navigation-menu-list.vue.d.ts +2 -2
  115. package/dist/components/navigation-menu/navigation-menu-root.vue.d.ts +4 -4
  116. package/dist/components/navigation-menu/navigation-menu-sub-list.vue.d.ts +2 -2
  117. package/dist/components/navigation-menu/navigation-menu-trigger.js +1 -1
  118. package/dist/components/navigation-menu/navigation-menu-trigger.vue.d.ts +4 -4
  119. package/dist/components/navigation-menu/navigation-menu-viewport.vue.d.ts +3 -3
  120. package/dist/components/number-input/number-input-control.vue.d.ts +2 -2
  121. package/dist/components/number-input/number-input-decrement.vue.d.ts +4 -4
  122. package/dist/components/number-input/number-input-increment.vue.d.ts +4 -4
  123. package/dist/components/number-input/number-input-root.vue.d.ts +4 -4
  124. package/dist/components/pagination/pagination-ellipsis.vue.d.ts +2 -2
  125. package/dist/components/pagination/pagination-first.vue.d.ts +2 -2
  126. package/dist/components/pagination/pagination-last.vue.d.ts +2 -2
  127. package/dist/components/pagination/pagination-list-item.vue.d.ts +2 -2
  128. package/dist/components/pagination/pagination-list.vue.d.ts +2 -2
  129. package/dist/components/pagination/pagination-next.vue.d.ts +2 -2
  130. package/dist/components/pagination/pagination-prev.vue.d.ts +2 -2
  131. package/dist/components/pagination/pagination-root.vue.d.ts +5 -5
  132. package/dist/components/popover/popover-anchor.vue.d.ts +2 -2
  133. package/dist/components/popover/popover-close.vue.d.ts +4 -4
  134. package/dist/components/popover/popover-content.vue.d.ts +4 -4
  135. package/dist/components/popover/popover-root.vue.d.ts +4 -4
  136. package/dist/components/popover/popover-trigger.vue.d.ts +4 -4
  137. package/dist/components/popper/context.d.ts +5 -5
  138. package/dist/components/popper/popper-anchor.vue.d.ts +2 -2
  139. package/dist/components/popper/popper-arrow.vue.d.ts +2 -2
  140. package/dist/components/popper/popper-content.vue.d.ts +26 -26
  141. package/dist/components/popper/popper-root.vue.d.ts +2 -2
  142. package/dist/components/portal/portal.vue.d.ts +3 -3
  143. package/dist/components/radio-group/radio-group-control.vue.d.ts +2 -2
  144. package/dist/components/radio-group/radio-group-indicator.vue.d.ts +4 -4
  145. package/dist/components/radio-group/radio-group-item.vue.d.ts +4 -4
  146. package/dist/components/radio-group/radio-group-label.vue.d.ts +2 -2
  147. package/dist/components/radio-group/radio-group-root.vue.d.ts +3 -3
  148. package/dist/components/roving-focus/roving-focus-group.vue.d.ts +5 -5
  149. package/dist/components/roving-focus/roving-focus-item.vue.d.ts +3 -3
  150. package/dist/components/select/select-arrow.vue.d.ts +2 -2
  151. package/dist/components/select/select-content.vue.d.ts +4 -4
  152. package/dist/components/select/select-group-label.vue.d.ts +2 -2
  153. package/dist/components/select/select-group.vue.d.ts +2 -2
  154. package/dist/components/select/select-item-indicator.vue.d.ts +4 -4
  155. package/dist/components/select/select-item-text.vue.d.ts +2 -2
  156. package/dist/components/select/select-item.vue.d.ts +4 -4
  157. package/dist/components/select/select-root.vue.d.ts +5 -5
  158. package/dist/components/select/select-scroll-down-button.vue.d.ts +2 -2
  159. package/dist/components/select/select-scroll-up-button.vue.d.ts +2 -2
  160. package/dist/components/select/select-separator.vue.d.ts +2 -2
  161. package/dist/components/select/select-trigger-icon.vue.d.ts +2 -2
  162. package/dist/components/select/select-trigger.vue.d.ts +4 -4
  163. package/dist/components/select/select-value.vue.d.ts +3 -3
  164. package/dist/components/select/select-viewport.vue.d.ts +2 -2
  165. package/dist/components/separator/separator-label.vue.d.ts +2 -2
  166. package/dist/components/separator/separator-root.vue.d.ts +3 -3
  167. package/dist/components/slot/slot.d.ts +2 -2
  168. package/dist/components/switch/switch-control.vue.d.ts +2 -2
  169. package/dist/components/switch/switch-root.vue.d.ts +3 -3
  170. package/dist/components/switch/switch-thumb.vue.d.ts +4 -4
  171. package/dist/components/tabs/tabs-content.vue.d.ts +2 -2
  172. package/dist/components/tabs/tabs-indicator.vue.d.ts +2 -2
  173. package/dist/components/tabs/tabs-list.vue.d.ts +2 -2
  174. package/dist/components/tabs/tabs-root.vue.d.ts +5 -5
  175. package/dist/components/tabs/tabs-trigger.vue.d.ts +4 -4
  176. package/dist/components/tag/tag.vue.d.ts +4 -4
  177. package/dist/components/textarea/textarea-control.vue.d.ts +2 -2
  178. package/dist/components/textarea/textarea-counter.vue.d.ts +2 -2
  179. package/dist/components/textarea/textarea-root.vue.d.ts +4 -4
  180. package/dist/components/toast/context.d.ts +13 -0
  181. package/dist/components/toast/context.js +1 -0
  182. package/dist/components/toast/index.d.ts +12 -0
  183. package/dist/components/toast/index.js +1 -0
  184. package/dist/components/toast/shared.js +1 -0
  185. package/dist/components/toast/toast-action.js +1 -0
  186. package/dist/components/toast/toast-action.vue.d.ts +22 -0
  187. package/dist/components/toast/toast-announce.js +1 -0
  188. package/dist/components/toast/toast-close.js +1 -0
  189. package/dist/components/toast/toast-close.vue.d.ts +22 -0
  190. package/dist/components/toast/toast-description.js +1 -0
  191. package/dist/components/toast/toast-description.vue.d.ts +18 -0
  192. package/dist/components/toast/toast-focus-proxy.js +1 -0
  193. package/dist/components/toast/toast-provider.js +1 -0
  194. package/dist/components/toast/toast-provider.vue.d.ts +25 -0
  195. package/dist/components/toast/toast-root.js +1 -0
  196. package/dist/components/toast/toast-root.vue.d.ts +48 -0
  197. package/dist/components/toast/toast-title.js +1 -0
  198. package/dist/components/toast/toast-title.vue.d.ts +18 -0
  199. package/dist/components/toast/toast-viewport.js +1 -0
  200. package/dist/components/toast/toast-viewport.vue.d.ts +24 -0
  201. package/dist/components/toast/types.d.ts +107 -0
  202. package/dist/components/tooltip/tooltip-content.vue.d.ts +4 -4
  203. package/dist/components/tooltip/tooltip-root.vue.d.ts +4 -4
  204. package/dist/components/tooltip/tooltip-trigger.vue.d.ts +4 -4
  205. package/dist/components/tree/tree-item.vue.d.ts +5 -5
  206. package/dist/components/tree/tree-root.vue.d.ts +3 -3
  207. package/dist/components/tree/tree-virtualizer-item.vue.d.ts +4 -4
  208. package/dist/components/tree/tree-virtualizer-root.vue.d.ts +3 -3
  209. package/dist/components/virtualizer/virtualizer-content.vue.d.ts +2 -2
  210. package/dist/components/virtualizer/virtualizer-item.vue.d.ts +2 -2
  211. package/dist/components/virtualizer/virtualizer-root.vue.d.ts +3 -3
  212. package/dist/components/visually-hidden/visually-hidden-input.vue.d.ts +3 -3
  213. package/dist/components/visually-hidden/visually-hidden.vue.d.ts +4 -4
  214. package/dist/composables/use-exposed-element.d.ts +2 -2
  215. package/dist/composables/use-forward-element.d.ts +2 -2
  216. package/dist/composables/use-image-loading-status.d.ts +2 -2
  217. package/dist/composables/use-is-using-keyboard.d.ts +2 -2
  218. package/dist/composables/use-kbd.d.ts +2 -2
  219. package/dist/composables/use-locale.d.ts +2 -2
  220. package/dist/composables/use-nonce.d.ts +2 -2
  221. package/dist/composables/use-presence.d.ts +2 -2
  222. package/dist/composables/use-props.d.ts +3 -3
  223. package/dist/composables/use-selection.d.ts +4 -4
  224. package/dist/constants/components.d.ts +1 -0
  225. package/dist/constants/components.js +1 -1
  226. package/dist/index.d.ts +24 -14
  227. package/dist/index.js +1 -1
  228. package/dist/nuxt/index.js +1 -1
  229. package/dist/resolver/index.d.ts +2 -2
  230. package/dist/resolver/index.js +1 -1
  231. package/dist/shared/dom.d.ts +2 -1
  232. package/dist/shared/dom.js +1 -1
  233. package/dist/shared/geometry.d.ts +3 -2
  234. package/dist/shared/geometry.js +1 -1
  235. package/dist/shared/index.d.ts +3 -3
  236. package/dist/shared/index.js +1 -1
  237. package/dist/types/common.d.ts +2 -1
  238. package/dist/types/event.d.ts +10 -1
  239. package/dist/types/index.d.ts +2 -2
  240. package/package.json +24 -48
@@ -1,11 +1,11 @@
1
- import * as vue963 from "vue";
1
+ import * as vue1025 from "vue";
2
2
 
3
3
  //#region src/components/popper/popper-root.vue.d.ts
4
4
  declare var __VLS_1: {};
5
5
  type __VLS_Slots = {} & {
6
6
  default?: (props: typeof __VLS_1) => any;
7
7
  };
8
- declare const __VLS_base: vue963.DefineComponent<{}, {}, {}, {}, {}, vue963.ComponentOptionsMixin, vue963.ComponentOptionsMixin, {}, string, vue963.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue963.ComponentProvideOptions, true, {}, any>;
8
+ declare const __VLS_base: vue1025.DefineComponent<{}, {}, {}, {}, {}, vue1025.ComponentOptionsMixin, vue1025.ComponentOptionsMixin, {}, string, vue1025.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1025.ComponentProvideOptions, true, {}, any>;
9
9
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
10
  declare const _default: typeof __VLS_export;
11
11
  type __VLS_WithSlots<T, S> = T & {
@@ -1,14 +1,14 @@
1
1
  import { PortalProps } from "./types.js";
2
- import * as vue351 from "vue";
2
+ import * as vue27 from "vue";
3
3
 
4
4
  //#region src/components/portal/portal.vue.d.ts
5
5
  declare var __VLS_6: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_6) => any;
8
8
  };
9
- declare const __VLS_base: vue351.DefineComponent<PortalProps, {}, {}, {}, {}, vue351.ComponentOptionsMixin, vue351.ComponentOptionsMixin, {}, string, vue351.PublicProps, Readonly<PortalProps> & Readonly<{}>, {
9
+ declare const __VLS_base: vue27.DefineComponent<PortalProps, {}, {}, {}, {}, vue27.ComponentOptionsMixin, vue27.ComponentOptionsMixin, {}, string, vue27.PublicProps, Readonly<PortalProps> & Readonly<{}>, {
10
10
  to: string | HTMLElement;
11
- }, {}, {}, {}, string, vue351.ComponentProvideOptions, false, {}, any>;
11
+ }, {}, {}, {}, string, vue27.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,5 +1,5 @@
1
1
  import { RadioGroupControlProps } from "./types.js";
2
- import * as vue303 from "vue";
2
+ import * as vue1658 from "vue";
3
3
 
4
4
  //#region src/components/radio-group/radio-group-control.vue.d.ts
5
5
  declare var __VLS_7: {
@@ -10,7 +10,7 @@ declare var __VLS_7: {
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_7) => any;
12
12
  };
13
- declare const __VLS_base: vue303.DefineComponent<RadioGroupControlProps, {}, {}, {}, {}, vue303.ComponentOptionsMixin, vue303.ComponentOptionsMixin, {}, string, vue303.PublicProps, Readonly<RadioGroupControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue303.ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: vue1658.DefineComponent<RadioGroupControlProps, {}, {}, {}, {}, vue1658.ComponentOptionsMixin, vue1658.ComponentOptionsMixin, {}, string, vue1658.PublicProps, Readonly<RadioGroupControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1658.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,16 +1,16 @@
1
1
  import { AsTag } from "../primitive/types.js";
2
2
  import "../primitive/index.js";
3
3
  import { RadioGroupIndicatorProps } from "./types.js";
4
- import * as vue27 from "vue";
4
+ import * as vue1663 from "vue";
5
5
 
6
6
  //#region src/components/radio-group/radio-group-indicator.vue.d.ts
7
7
  declare var __VLS_7: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_7) => any;
10
10
  };
11
- declare const __VLS_base: vue27.DefineComponent<RadioGroupIndicatorProps, {}, {}, {}, {}, vue27.ComponentOptionsMixin, vue27.ComponentOptionsMixin, {}, string, vue27.PublicProps, Readonly<RadioGroupIndicatorProps> & Readonly<{}>, {
12
- as: AsTag | vue27.Component;
13
- }, {}, {}, {}, string, vue27.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue1663.DefineComponent<RadioGroupIndicatorProps, {}, {}, {}, {}, vue1663.ComponentOptionsMixin, vue1663.ComponentOptionsMixin, {}, string, vue1663.PublicProps, Readonly<RadioGroupIndicatorProps> & Readonly<{}>, {
12
+ as: AsTag | vue1663.Component;
13
+ }, {}, {}, {}, string, vue1663.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,5 +1,5 @@
1
1
  import { RadioGroupItemProps, RadioSelectEvent } from "./types.js";
2
- import * as vue298 from "vue";
2
+ import * as vue1653 from "vue";
3
3
 
4
4
  //#region src/components/radio-group/radio-group-item.vue.d.ts
5
5
  declare var __VLS_1: {
@@ -8,11 +8,11 @@ declare var __VLS_1: {
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_1) => any;
10
10
  };
11
- declare const __VLS_base: vue298.DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, vue298.ComponentOptionsMixin, vue298.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue1653.DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, vue1653.ComponentOptionsMixin, vue1653.ComponentOptionsMixin, {
12
12
  select: (event: RadioSelectEvent) => any;
13
- }, string, vue298.PublicProps, Readonly<RadioGroupItemProps> & Readonly<{
13
+ }, string, vue1653.PublicProps, Readonly<RadioGroupItemProps> & Readonly<{
14
14
  onSelect?: ((event: RadioSelectEvent) => any) | undefined;
15
- }>, {}, {}, {}, {}, string, vue298.ComponentProvideOptions, false, {}, any>;
15
+ }>, {}, {}, {}, {}, string, vue1653.ComponentProvideOptions, false, {}, any>;
16
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
17
  declare const _default: typeof __VLS_export;
18
18
  type __VLS_WithSlots<T, S> = T & {
@@ -1,13 +1,13 @@
1
1
  import { LabelProps } from "../label/types.js";
2
2
  import "./types.js";
3
- import * as vue33 from "vue";
3
+ import * as vue1669 from "vue";
4
4
 
5
5
  //#region src/components/radio-group/radio-group-label.vue.d.ts
6
6
  declare var __VLS_7: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_7) => any;
9
9
  };
10
- declare const __VLS_base: vue33.DefineComponent<LabelProps, {}, {}, {}, {}, vue33.ComponentOptionsMixin, vue33.ComponentOptionsMixin, {}, string, vue33.PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue33.ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_base: vue1669.DefineComponent<LabelProps, {}, {}, {}, {}, vue1669.ComponentOptionsMixin, vue1669.ComponentOptionsMixin, {}, string, vue1669.PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1669.ComponentProvideOptions, false, {}, any>;
11
11
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
12
  declare const _default: typeof __VLS_export;
13
13
  type __VLS_WithSlots<T, S> = T & {
@@ -1,13 +1,13 @@
1
1
  import { AcceptableBooleanValue } from "../../types/common.js";
2
2
  import "../../types/index.js";
3
3
  import { RadioGroupRootProps } from "./types.js";
4
- import * as vue343 from "vue";
4
+ import * as vue1651 from "vue";
5
5
 
6
6
  //#region src/components/radio-group/radio-group-root.vue.d.ts
7
7
  declare const __VLS_export: <T extends AcceptableBooleanValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8
8
  props: __VLS_PrettifyLocal<RadioGroupRootProps<T> & {
9
9
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
10
- }> & vue343.PublicProps;
10
+ }> & vue1651.PublicProps;
11
11
  expose: (exposed: {}) => void;
12
12
  attrs: any;
13
13
  slots: {
@@ -16,7 +16,7 @@ declare const __VLS_export: <T extends AcceptableBooleanValue>(__VLS_props: NonN
16
16
  }) => any;
17
17
  };
18
18
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
19
- }>) => vue343.VNode & {
19
+ }>) => vue1651.VNode & {
20
20
  __ctx?: Awaited<typeof __VLS_setup>;
21
21
  };
22
22
  declare const _default: typeof __VLS_export;
@@ -3,26 +3,26 @@ import { RovingFocusGroupProps } from "./types.js";
3
3
  import { CollectionItemData } from "../../composables/use-collection.js";
4
4
  import "../../composables/index.js";
5
5
  import "../../index.js";
6
- import * as vue1471 from "vue";
6
+ import * as vue82 from "vue";
7
7
 
8
8
  //#region src/components/roving-focus/roving-focus-group.vue.d.ts
9
9
  declare var __VLS_7: {};
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_7) => any;
12
12
  };
13
- declare const __VLS_base: vue1471.DefineComponent<RovingFocusGroupProps, {
13
+ declare const __VLS_base: vue82.DefineComponent<RovingFocusGroupProps, {
14
14
  getItems: (excludeDisabled?: boolean) => CollectionItemData<Record<string, any>>[];
15
- }, {}, {}, {}, vue1471.ComponentOptionsMixin, vue1471.ComponentOptionsMixin, {
15
+ }, {}, {}, {}, vue82.ComponentOptionsMixin, vue82.ComponentOptionsMixin, {
16
16
  entryFocus: (event: Event) => any;
17
17
  "update:currentTabStopId": (value: string | null | undefined) => any;
18
- }, string, vue1471.PublicProps, Readonly<RovingFocusGroupProps> & Readonly<{
18
+ }, string, vue82.PublicProps, Readonly<RovingFocusGroupProps> & Readonly<{
19
19
  onEntryFocus?: ((event: Event) => any) | undefined;
20
20
  "onUpdate:currentTabStopId"?: ((value: string | null | undefined) => any) | undefined;
21
21
  }>, {
22
22
  orientation: DataOrientation;
23
23
  loop: boolean;
24
24
  preventScrollOnEntryFocus: boolean;
25
- }, {}, {}, {}, string, vue1471.ComponentProvideOptions, false, {}, any>;
25
+ }, {}, {}, {}, string, vue82.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,14 +1,14 @@
1
1
  import { RovingFocusItemProps } from "./types.js";
2
- import * as vue1476 from "vue";
2
+ import * as vue87 from "vue";
3
3
 
4
4
  //#region src/components/roving-focus/roving-focus-item.vue.d.ts
5
5
  declare var __VLS_7: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_7) => any;
8
8
  };
9
- declare const __VLS_base: vue1476.DefineComponent<RovingFocusItemProps, {}, {}, {}, {}, vue1476.ComponentOptionsMixin, vue1476.ComponentOptionsMixin, {}, string, vue1476.PublicProps, Readonly<RovingFocusItemProps> & Readonly<{}>, {
9
+ declare const __VLS_base: vue87.DefineComponent<RovingFocusItemProps, {}, {}, {}, {}, vue87.ComponentOptionsMixin, vue87.ComponentOptionsMixin, {}, string, vue87.PublicProps, Readonly<RovingFocusItemProps> & Readonly<{}>, {
10
10
  focusable: boolean;
11
- }, {}, {}, {}, string, vue1476.ComponentProvideOptions, false, {}, any>;
11
+ }, {}, {}, {}, string, vue87.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,13 +1,13 @@
1
1
  import { ArrowProps } from "../arrow/types.js";
2
2
  import "./types.js";
3
- import * as vue643 from "vue";
3
+ import * as vue1402 from "vue";
4
4
 
5
5
  //#region src/components/select/select-arrow.vue.d.ts
6
6
  declare var __VLS_7: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_7) => any;
9
9
  };
10
- declare const __VLS_base: vue643.DefineComponent<ArrowProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<ArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_base: vue1402.DefineComponent<ArrowProps, {}, {}, {}, {}, vue1402.ComponentOptionsMixin, vue1402.ComponentOptionsMixin, {}, string, vue1402.PublicProps, Readonly<ArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1402.ComponentProvideOptions, false, {}, any>;
11
11
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
12
  declare const _default: typeof __VLS_export;
13
13
  type __VLS_WithSlots<T, S> = T & {
@@ -1,7 +1,7 @@
1
1
  import { PointerDownOutsideEvent } from "../../types/event.js";
2
2
  import { SelectContentProps, SelectPosition } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue586 from "vue";
4
+ import * as vue1345 from "vue";
5
5
 
6
6
  //#region src/components/select/select-content.vue.d.ts
7
7
  declare var __VLS_6: {}, __VLS_17: {};
@@ -10,11 +10,11 @@ type __VLS_Slots = {} & {
10
10
  } & {
11
11
  default?: (props: typeof __VLS_17) => any;
12
12
  };
13
- declare const __VLS_base: vue586.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
13
+ declare const __VLS_base: vue1345.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue1345.ComponentOptionsMixin, vue1345.ComponentOptionsMixin, {
14
14
  escapeKeyDown: (event: KeyboardEvent) => any;
15
15
  pointerDownOutside: (event: PointerDownOutsideEvent) => any;
16
16
  closeAutoFocus: (event: Event) => any;
17
- }, string, vue586.PublicProps, Readonly<SelectContentProps> & Readonly<{
17
+ }, string, vue1345.PublicProps, Readonly<SelectContentProps> & Readonly<{
18
18
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
19
19
  onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
20
20
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
@@ -23,7 +23,7 @@ declare const __VLS_base: vue586.DefineComponent<SelectContentProps, {}, {}, {},
23
23
  prioritizePosition: boolean;
24
24
  position: SelectPosition;
25
25
  bodyLock: boolean;
26
- }, {}, {}, {}, string, vue586.ComponentProvideOptions, false, {}, any>;
26
+ }, {}, {}, {}, string, vue1345.ComponentProvideOptions, false, {}, any>;
27
27
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
28
  declare const _default: typeof __VLS_export;
29
29
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { SelectGroupLabelProps } from "./types.js";
2
- import * as vue617 from "vue";
2
+ import * as vue1371 from "vue";
3
3
 
4
4
  //#region src/components/select/select-group-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: vue617.DefineComponent<SelectGroupLabelProps, {}, {}, {}, {}, vue617.ComponentOptionsMixin, vue617.ComponentOptionsMixin, {}, string, vue617.PublicProps, Readonly<SelectGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue617.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1371.DefineComponent<SelectGroupLabelProps, {}, {}, {}, {}, vue1371.ComponentOptionsMixin, vue1371.ComponentOptionsMixin, {}, string, vue1371.PublicProps, Readonly<SelectGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1371.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 { SelectGroupProps } from "./types.js";
2
- import * as vue612 from "vue";
2
+ import * as vue1376 from "vue";
3
3
 
4
4
  //#region src/components/select/select-group.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: vue612.DefineComponent<SelectGroupProps, {}, {}, {}, {}, vue612.ComponentOptionsMixin, vue612.ComponentOptionsMixin, {}, string, vue612.PublicProps, Readonly<SelectGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue612.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1376.DefineComponent<SelectGroupProps, {}, {}, {}, {}, vue1376.ComponentOptionsMixin, vue1376.ComponentOptionsMixin, {}, string, vue1376.PublicProps, Readonly<SelectGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1376.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,16 +1,16 @@
1
1
  import { AsTag } from "../primitive/types.js";
2
2
  import "../primitive/index.js";
3
3
  import { SelectItemIndicatorProps } from "./types.js";
4
- import * as vue632 from "vue";
4
+ import * as vue1381 from "vue";
5
5
 
6
6
  //#region src/components/select/select-item-indicator.vue.d.ts
7
7
  declare var __VLS_7: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_7) => any;
10
10
  };
11
- declare const __VLS_base: vue632.DefineComponent<SelectItemIndicatorProps, {}, {}, {}, {}, vue632.ComponentOptionsMixin, vue632.ComponentOptionsMixin, {}, string, vue632.PublicProps, Readonly<SelectItemIndicatorProps> & Readonly<{}>, {
12
- as: AsTag | vue632.Component;
13
- }, {}, {}, {}, string, vue632.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue1381.DefineComponent<SelectItemIndicatorProps, {}, {}, {}, {}, vue1381.ComponentOptionsMixin, vue1381.ComponentOptionsMixin, {}, string, vue1381.PublicProps, Readonly<SelectItemIndicatorProps> & Readonly<{}>, {
12
+ as: AsTag | vue1381.Component;
13
+ }, {}, {}, {}, string, vue1381.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 { SelectItemTextProps } from "./types.js";
2
- import * as vue627 from "vue";
2
+ import * as vue1387 from "vue";
3
3
 
4
4
  //#region src/components/select/select-item-text.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: vue627.DefineComponent<SelectItemTextProps, {}, {}, {}, {}, vue627.ComponentOptionsMixin, vue627.ComponentOptionsMixin, {}, string, vue627.PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue627.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1387.DefineComponent<SelectItemTextProps, {}, {}, {}, {}, vue1387.ComponentOptionsMixin, vue1387.ComponentOptionsMixin, {}, string, vue1387.PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1387.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,18 +1,18 @@
1
1
  import { DefinedValue } from "../../types/common.js";
2
2
  import "../../types/index.js";
3
3
  import { SelectItemEvent, SelectItemProps } from "./types.js";
4
- import * as vue622 from "vue";
4
+ import * as vue1392 from "vue";
5
5
 
6
6
  //#region src/components/select/select-item.vue.d.ts
7
7
  declare var __VLS_17: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_17) => any;
10
10
  };
11
- declare const __VLS_base: vue622.DefineComponent<SelectItemProps, {}, {}, {}, {}, vue622.ComponentOptionsMixin, vue622.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue1392.DefineComponent<SelectItemProps, {}, {}, {}, {}, vue1392.ComponentOptionsMixin, vue1392.ComponentOptionsMixin, {
12
12
  select: (event: SelectItemEvent<DefinedValue>) => any;
13
- }, string, vue622.PublicProps, Readonly<SelectItemProps> & Readonly<{
13
+ }, string, vue1392.PublicProps, Readonly<SelectItemProps> & Readonly<{
14
14
  onSelect?: ((event: SelectItemEvent<DefinedValue>) => any) | undefined;
15
- }>, {}, {}, {}, {}, string, vue622.ComponentProvideOptions, false, {}, any>;
15
+ }>, {}, {}, {}, {}, string, vue1392.ComponentProvideOptions, false, {}, any>;
16
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
17
  declare const _default: typeof __VLS_export;
18
18
  type __VLS_WithSlots<T, S> = T & {
@@ -1,14 +1,14 @@
1
1
  import { DefinedValue } from "../../types/common.js";
2
2
  import "../../types/index.js";
3
3
  import { SelectRootProps } from "./types.js";
4
- import * as vue584 from "vue";
4
+ import * as vue1343 from "vue";
5
5
 
6
6
  //#region src/components/select/select-root.vue.d.ts
7
7
  declare const __VLS_export: <T extends DefinedValue, M extends boolean = false>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8
8
  props: __VLS_PrettifyLocal<SelectRootProps<T, M> & {
9
- "onUpdate:modelValue"?: ((value: M extends true ? T[] : T) => any) | undefined;
10
9
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
11
- }> & vue584.PublicProps;
10
+ "onUpdate:modelValue"?: ((value: M extends true ? T[] : T) => any) | undefined;
11
+ }> & vue1343.PublicProps;
12
12
  expose: (exposed: {}) => void;
13
13
  attrs: any;
14
14
  slots: {
@@ -17,8 +17,8 @@ declare const __VLS_export: <T extends DefinedValue, M extends boolean = false>(
17
17
  open: boolean;
18
18
  }) => any;
19
19
  };
20
- emit: ((evt: "update:modelValue", value: M extends true ? T[] : T) => void) & ((evt: "update:open", value: boolean) => void);
21
- }>) => vue584.VNode & {
20
+ emit: ((evt: "update:open", value: boolean) => void) & ((evt: "update:modelValue", value: M extends true ? T[] : T) => void);
21
+ }>) => vue1343.VNode & {
22
22
  __ctx?: Awaited<typeof __VLS_setup>;
23
23
  };
24
24
  declare const _default: typeof __VLS_export;
@@ -1,12 +1,12 @@
1
1
  import { SelectScrollDownButtonProps } from "./types.js";
2
- import * as vue653 from "vue";
2
+ import * as vue1412 from "vue";
3
3
 
4
4
  //#region src/components/select/select-scroll-down-button.vue.d.ts
5
5
  declare var __VLS_9: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_9) => any;
8
8
  };
9
- declare const __VLS_base: vue653.DefineComponent<SelectScrollDownButtonProps, {}, {}, {}, {}, vue653.ComponentOptionsMixin, vue653.ComponentOptionsMixin, {}, string, vue653.PublicProps, Readonly<SelectScrollDownButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue653.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1412.DefineComponent<SelectScrollDownButtonProps, {}, {}, {}, {}, vue1412.ComponentOptionsMixin, vue1412.ComponentOptionsMixin, {}, string, vue1412.PublicProps, Readonly<SelectScrollDownButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1412.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 { SelectScrollUpButtonProps } from "./types.js";
2
- import * as vue648 from "vue";
2
+ import * as vue1397 from "vue";
3
3
 
4
4
  //#region src/components/select/select-scroll-up-button.vue.d.ts
5
5
  declare var __VLS_9: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_9) => any;
8
8
  };
9
- declare const __VLS_base: vue648.DefineComponent<SelectScrollUpButtonProps, {}, {}, {}, {}, vue648.ComponentOptionsMixin, vue648.ComponentOptionsMixin, {}, string, vue648.PublicProps, Readonly<SelectScrollUpButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue648.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1397.DefineComponent<SelectScrollUpButtonProps, {}, {}, {}, {}, vue1397.ComponentOptionsMixin, vue1397.ComponentOptionsMixin, {}, string, vue1397.PublicProps, Readonly<SelectScrollUpButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1397.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 { SelectSeparatorProps } from "./types.js";
2
- import * as vue638 from "vue";
2
+ import * as vue1407 from "vue";
3
3
 
4
4
  //#region src/components/select/select-separator.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: vue638.DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, vue638.ComponentOptionsMixin, vue638.ComponentOptionsMixin, {}, string, vue638.PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue638.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1407.DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, vue1407.ComponentOptionsMixin, vue1407.ComponentOptionsMixin, {}, string, vue1407.PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1407.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 { SelectTriggerIconProps } from "./types.js";
2
- import * as vue602 from "vue";
2
+ import * as vue1361 from "vue";
3
3
 
4
4
  //#region src/components/select/select-trigger-icon.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: vue602.DefineComponent<SelectTriggerIconProps, {}, {}, {}, {}, vue602.ComponentOptionsMixin, vue602.ComponentOptionsMixin, {}, string, vue602.PublicProps, Readonly<SelectTriggerIconProps> & Readonly<{}>, {}, {}, {}, {}, string, vue602.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1361.DefineComponent<SelectTriggerIconProps, {}, {}, {}, {}, vue1361.ComponentOptionsMixin, vue1361.ComponentOptionsMixin, {}, string, vue1361.PublicProps, Readonly<SelectTriggerIconProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1361.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,16 +1,16 @@
1
1
  import { AsTag } from "../primitive/types.js";
2
2
  import "../primitive/index.js";
3
3
  import { SelectTriggerProps } from "./types.js";
4
- import * as vue596 from "vue";
4
+ import * as vue1355 from "vue";
5
5
 
6
6
  //#region src/components/select/select-trigger.vue.d.ts
7
7
  declare var __VLS_18: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_18) => any;
10
10
  };
11
- declare const __VLS_base: vue596.DefineComponent<SelectTriggerProps, {}, {}, {}, {}, vue596.ComponentOptionsMixin, vue596.ComponentOptionsMixin, {}, string, vue596.PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
12
- as: AsTag | vue596.Component;
13
- }, {}, {}, {}, string, vue596.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue1355.DefineComponent<SelectTriggerProps, {}, {}, {}, {}, vue1355.ComponentOptionsMixin, vue1355.ComponentOptionsMixin, {}, string, vue1355.PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
12
+ as: AsTag | vue1355.Component;
13
+ }, {}, {}, {}, string, vue1355.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,7 +1,7 @@
1
1
  import { DefinedValue, MaybeArray } from "../../types/common.js";
2
2
  import { SelectValueProps } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue607 from "vue";
4
+ import * as vue1366 from "vue";
5
5
 
6
6
  //#region src/components/select/select-value.vue.d.ts
7
7
  declare var __VLS_1: {
@@ -12,9 +12,9 @@ declare var __VLS_1: {
12
12
  type __VLS_Slots = {} & {
13
13
  default?: (props: typeof __VLS_1) => any;
14
14
  };
15
- declare const __VLS_base: vue607.DefineComponent<SelectValueProps, {}, {}, {}, {}, vue607.ComponentOptionsMixin, vue607.ComponentOptionsMixin, {}, string, vue607.PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {
15
+ declare const __VLS_base: vue1366.DefineComponent<SelectValueProps, {}, {}, {}, {}, vue1366.ComponentOptionsMixin, vue1366.ComponentOptionsMixin, {}, string, vue1366.PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {
16
16
  placeholder: string;
17
- }, {}, {}, {}, string, vue607.ComponentProvideOptions, false, {}, any>;
17
+ }, {}, {}, {}, string, vue1366.ComponentProvideOptions, false, {}, any>;
18
18
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
19
  declare const _default: typeof __VLS_export;
20
20
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { SelectViewportProps } from "./types.js";
2
- import * as vue591 from "vue";
2
+ import * as vue1350 from "vue";
3
3
 
4
4
  //#region src/components/select/select-viewport.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: vue591.DefineComponent<SelectViewportProps, {}, {}, {}, {}, vue591.ComponentOptionsMixin, vue591.ComponentOptionsMixin, {}, string, vue591.PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue591.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1350.DefineComponent<SelectViewportProps, {}, {}, {}, {}, vue1350.ComponentOptionsMixin, vue1350.ComponentOptionsMixin, {}, string, vue1350.PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1350.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 { SeparatorLabelProps } from "./types.js";
2
- import * as vue430 from "vue";
2
+ import * as vue387 from "vue";
3
3
 
4
4
  //#region src/components/separator/separator-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: vue430.DefineComponent<SeparatorLabelProps, {}, {}, {}, {}, vue430.ComponentOptionsMixin, vue430.ComponentOptionsMixin, {}, string, vue430.PublicProps, Readonly<SeparatorLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue430.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue387.DefineComponent<SeparatorLabelProps, {}, {}, {}, {}, vue387.ComponentOptionsMixin, vue387.ComponentOptionsMixin, {}, string, vue387.PublicProps, Readonly<SeparatorLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue387.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,17 +1,17 @@
1
1
  import { DataOrientation } from "../../types/common.js";
2
2
  import "../../types/index.js";
3
3
  import { SeparatorRootProps } from "./types.js";
4
- import * as vue425 from "vue";
4
+ import * as vue377 from "vue";
5
5
 
6
6
  //#region src/components/separator/separator-root.vue.d.ts
7
7
  declare var __VLS_1: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_1) => any;
10
10
  };
11
- declare const __VLS_base: vue425.DefineComponent<SeparatorRootProps, {}, {}, {}, {}, vue425.ComponentOptionsMixin, vue425.ComponentOptionsMixin, {}, string, vue425.PublicProps, Readonly<SeparatorRootProps> & Readonly<{}>, {
11
+ declare const __VLS_base: vue377.DefineComponent<SeparatorRootProps, {}, {}, {}, {}, vue377.ComponentOptionsMixin, vue377.ComponentOptionsMixin, {}, string, vue377.PublicProps, Readonly<SeparatorRootProps> & Readonly<{}>, {
12
12
  orientation: DataOrientation;
13
13
  decorative: boolean;
14
- }, {}, {}, {}, string, vue425.ComponentProvideOptions, false, {}, any>;
14
+ }, {}, {}, {}, string, vue377.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,6 +1,6 @@
1
- import * as vue23 from "vue";
1
+ import * as vue0 from "vue";
2
2
 
3
3
  //#region src/components/slot/slot.d.ts
4
- declare const Slot: vue23.DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, vue23.PublicProps>;
4
+ declare const Slot: vue0.DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, vue0.PublicProps>;
5
5
  //#endregion
6
6
  export { Slot };
@@ -1,7 +1,7 @@
1
1
  import { AcceptableBooleanValue } from "../../types/common.js";
2
2
  import { SwitchControlProps } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue545 from "vue";
4
+ import * as vue481 from "vue";
5
5
 
6
6
  //#region src/components/switch/switch-control.vue.d.ts
7
7
  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: vue545.DefineComponent<SwitchControlProps, {}, {}, {}, {}, vue545.ComponentOptionsMixin, vue545.ComponentOptionsMixin, {}, string, vue545.PublicProps, Readonly<SwitchControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue545.ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: vue481.DefineComponent<SwitchControlProps, {}, {}, {}, {}, vue481.ComponentOptionsMixin, vue481.ComponentOptionsMixin, {}, string, vue481.PublicProps, Readonly<SwitchControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue481.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,13 +1,13 @@
1
1
  import { AcceptableBooleanValue } from "../../types/common.js";
2
2
  import "../../types/index.js";
3
3
  import { SwitchRootProps } from "./types.js";
4
- import * as vue543 from "vue";
4
+ import * as vue479 from "vue";
5
5
 
6
6
  //#region src/components/switch/switch-root.vue.d.ts
7
7
  declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8
8
  props: __VLS_PrettifyLocal<SwitchRootProps<T> & {
9
9
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
10
- }> & vue543.PublicProps;
10
+ }> & vue479.PublicProps;
11
11
  expose: (exposed: {}) => void;
12
12
  attrs: any;
13
13
  slots: {
@@ -16,7 +16,7 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
16
16
  }) => any;
17
17
  };
18
18
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
19
- }>) => vue543.VNode & {
19
+ }>) => vue479.VNode & {
20
20
  __ctx?: Awaited<typeof __VLS_setup>;
21
21
  };
22
22
  declare const _default: typeof __VLS_export;
@@ -1,16 +1,16 @@
1
1
  import { AsTag } from "../primitive/types.js";
2
2
  import "../primitive/index.js";
3
3
  import { SwitchThumbProps } from "./types.js";
4
- import * as vue550 from "vue";
4
+ import * as vue486 from "vue";
5
5
 
6
6
  //#region src/components/switch/switch-thumb.vue.d.ts
7
7
  declare var __VLS_7: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_7) => any;
10
10
  };
11
- declare const __VLS_base: vue550.DefineComponent<SwitchThumbProps, {}, {}, {}, {}, vue550.ComponentOptionsMixin, vue550.ComponentOptionsMixin, {}, string, vue550.PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {
12
- as: AsTag | vue550.Component;
13
- }, {}, {}, {}, string, vue550.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue486.DefineComponent<SwitchThumbProps, {}, {}, {}, {}, vue486.ComponentOptionsMixin, vue486.ComponentOptionsMixin, {}, string, vue486.PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {
12
+ as: AsTag | vue486.Component;
13
+ }, {}, {}, {}, string, vue486.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 & {