@soybeanjs/headless 0.0.2-beta.12 → 0.0.2-beta.14

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 (237) 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 +7 -7
  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 +6 -6
  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 +6 -6
  62. package/dist/components/dropdown-menu/dropdown-menu-root.vue.d.ts +6 -6
  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/layout/layout-footer.vue.d.ts +2 -2
  73. package/dist/components/layout/layout-header.vue.d.ts +2 -2
  74. package/dist/components/layout/layout-main.vue.d.ts +2 -2
  75. package/dist/components/layout/layout-mobile.vue.d.ts +2 -2
  76. package/dist/components/layout/layout-rail.vue.d.ts +2 -2
  77. package/dist/components/layout/layout-root.vue.d.ts +4 -4
  78. package/dist/components/layout/layout-sidebar.vue.d.ts +2 -2
  79. package/dist/components/layout/layout-tab.vue.d.ts +2 -2
  80. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  81. package/dist/components/link/link.vue.d.ts +4 -4
  82. package/dist/components/list/list-content.vue.d.ts +2 -2
  83. package/dist/components/list/list-description.vue.d.ts +2 -2
  84. package/dist/components/list/list-item.vue.d.ts +2 -2
  85. package/dist/components/list/list-root.vue.d.ts +2 -2
  86. package/dist/components/list/list-title.vue.d.ts +2 -2
  87. package/dist/components/listbox/listbox-content.vue.d.ts +2 -2
  88. package/dist/components/listbox/listbox-filter.vue.d.ts +4 -4
  89. package/dist/components/listbox/listbox-group-label.vue.d.ts +2 -2
  90. package/dist/components/listbox/listbox-group.vue.d.ts +2 -2
  91. package/dist/components/listbox/listbox-item-indicator.vue.d.ts +4 -4
  92. package/dist/components/listbox/listbox-item.vue.d.ts +5 -5
  93. package/dist/components/listbox/listbox-root.vue.d.ts +7 -7
  94. package/dist/components/listbox/listbox-virtualizer.vue.d.ts +2 -2
  95. package/dist/components/menu/menu-checkbox-group.vue.d.ts +3 -3
  96. package/dist/components/menu/menu-checkbox-item.vue.d.ts +4 -4
  97. package/dist/components/menu/menu-content.vue.d.ts +6 -6
  98. package/dist/components/menu/menu-group-label.vue.d.ts +2 -2
  99. package/dist/components/menu/menu-group.vue.d.ts +2 -2
  100. package/dist/components/menu/menu-item-indicator.vue.d.ts +4 -4
  101. package/dist/components/menu/menu-item.vue.d.ts +4 -4
  102. package/dist/components/menu/menu-radio-group.vue.d.ts +3 -3
  103. package/dist/components/menu/menu-radio-item.vue.d.ts +4 -4
  104. package/dist/components/menu/menu-root.vue.d.ts +4 -4
  105. package/dist/components/menu/menu-sub-content.vue.d.ts +6 -6
  106. package/dist/components/menu/menu-sub-trigger.vue.d.ts +2 -2
  107. package/dist/components/menu/menu-sub.vue.d.ts +4 -4
  108. package/dist/components/navigation-menu/navigation-menu-content.vue.d.ts +4 -4
  109. package/dist/components/navigation-menu/navigation-menu-indicator.vue.d.ts +2 -2
  110. package/dist/components/navigation-menu/navigation-menu-item.vue.d.ts +2 -2
  111. package/dist/components/navigation-menu/navigation-menu-link.vue.d.ts +4 -4
  112. package/dist/components/navigation-menu/navigation-menu-list.vue.d.ts +2 -2
  113. package/dist/components/navigation-menu/navigation-menu-root.vue.d.ts +5 -5
  114. package/dist/components/navigation-menu/navigation-menu-sub-list.vue.d.ts +2 -2
  115. package/dist/components/navigation-menu/navigation-menu-trigger.vue.d.ts +4 -4
  116. package/dist/components/navigation-menu/navigation-menu-viewport.vue.d.ts +3 -3
  117. package/dist/components/number-input/number-input-control.vue.d.ts +2 -2
  118. package/dist/components/number-input/number-input-decrement.vue.d.ts +4 -4
  119. package/dist/components/number-input/number-input-increment.vue.d.ts +4 -4
  120. package/dist/components/number-input/number-input-root.vue.d.ts +4 -4
  121. package/dist/components/pagination/pagination-ellipsis.vue.d.ts +2 -2
  122. package/dist/components/pagination/pagination-first.vue.d.ts +2 -2
  123. package/dist/components/pagination/pagination-last.vue.d.ts +2 -2
  124. package/dist/components/pagination/pagination-list-item.vue.d.ts +2 -2
  125. package/dist/components/pagination/pagination-list.vue.d.ts +2 -2
  126. package/dist/components/pagination/pagination-next.vue.d.ts +2 -2
  127. package/dist/components/pagination/pagination-prev.vue.d.ts +2 -2
  128. package/dist/components/pagination/pagination-root.vue.d.ts +5 -5
  129. package/dist/components/popover/popover-anchor.vue.d.ts +2 -2
  130. package/dist/components/popover/popover-close.vue.d.ts +4 -4
  131. package/dist/components/popover/popover-content.vue.d.ts +4 -4
  132. package/dist/components/popover/popover-root.vue.d.ts +4 -4
  133. package/dist/components/popover/popover-trigger.vue.d.ts +4 -4
  134. package/dist/components/popper/context.d.ts +5 -5
  135. package/dist/components/popper/popper-anchor.vue.d.ts +2 -2
  136. package/dist/components/popper/popper-arrow.vue.d.ts +2 -2
  137. package/dist/components/popper/popper-content.vue.d.ts +14 -14
  138. package/dist/components/popper/popper-root.vue.d.ts +2 -2
  139. package/dist/components/primitive/primitive.d.ts +2 -2
  140. package/dist/components/radio-group/radio-group-control.vue.d.ts +2 -2
  141. package/dist/components/radio-group/radio-group-indicator.vue.d.ts +4 -4
  142. package/dist/components/radio-group/radio-group-item.vue.d.ts +4 -4
  143. package/dist/components/radio-group/radio-group-label.vue.d.ts +2 -2
  144. package/dist/components/radio-group/radio-group-root.vue.d.ts +3 -3
  145. package/dist/components/roving-focus/roving-focus-group.vue.d.ts +6 -6
  146. package/dist/components/roving-focus/roving-focus-item.vue.d.ts +3 -3
  147. package/dist/components/select/select-arrow.vue.d.ts +2 -2
  148. package/dist/components/select/select-content.vue.d.ts +4 -4
  149. package/dist/components/select/select-group-label.vue.d.ts +2 -2
  150. package/dist/components/select/select-group.vue.d.ts +2 -2
  151. package/dist/components/select/select-item-indicator.vue.d.ts +4 -4
  152. package/dist/components/select/select-item-text.vue.d.ts +2 -2
  153. package/dist/components/select/select-item.vue.d.ts +4 -4
  154. package/dist/components/select/select-root.vue.d.ts +3 -3
  155. package/dist/components/select/select-scroll-down-button.vue.d.ts +2 -2
  156. package/dist/components/select/select-scroll-up-button.vue.d.ts +2 -2
  157. package/dist/components/select/select-separator.vue.d.ts +2 -2
  158. package/dist/components/select/select-trigger-icon.vue.d.ts +2 -2
  159. package/dist/components/select/select-trigger.vue.d.ts +4 -4
  160. package/dist/components/select/select-value.vue.d.ts +3 -3
  161. package/dist/components/select/select-viewport.vue.d.ts +2 -2
  162. package/dist/components/separator/separator-label.vue.d.ts +2 -2
  163. package/dist/components/separator/separator-root.vue.d.ts +3 -3
  164. package/dist/components/slot/slot.d.ts +2 -2
  165. package/dist/components/switch/switch-control.vue.d.ts +2 -2
  166. package/dist/components/switch/switch-root.vue.d.ts +3 -3
  167. package/dist/components/switch/switch-thumb.vue.d.ts +4 -4
  168. package/dist/components/tabs/tabs-content.vue.d.ts +2 -2
  169. package/dist/components/tabs/tabs-indicator.vue.d.ts +2 -2
  170. package/dist/components/tabs/tabs-list.vue.d.ts +2 -2
  171. package/dist/components/tabs/tabs-root.vue.d.ts +5 -5
  172. package/dist/components/tabs/tabs-trigger.vue.d.ts +4 -4
  173. package/dist/components/tag/tag.vue.d.ts +4 -4
  174. package/dist/components/textarea/textarea-control.vue.d.ts +2 -2
  175. package/dist/components/textarea/textarea-counter.vue.d.ts +2 -2
  176. package/dist/components/textarea/textarea-root.vue.d.ts +4 -4
  177. package/dist/components/toast/context.d.ts +13 -0
  178. package/dist/components/toast/context.js +1 -0
  179. package/dist/components/toast/index.d.ts +12 -0
  180. package/dist/components/toast/index.js +1 -0
  181. package/dist/components/toast/shared.js +1 -0
  182. package/dist/components/toast/toast-action.js +1 -0
  183. package/dist/components/toast/toast-action.vue.d.ts +22 -0
  184. package/dist/components/toast/toast-announce.js +1 -0
  185. package/dist/components/toast/toast-close.js +1 -0
  186. package/dist/components/toast/toast-close.vue.d.ts +22 -0
  187. package/dist/components/toast/toast-description.js +1 -0
  188. package/dist/components/toast/toast-description.vue.d.ts +18 -0
  189. package/dist/components/toast/toast-focus-proxy.js +1 -0
  190. package/dist/components/toast/toast-provider.js +1 -0
  191. package/dist/components/toast/toast-provider.vue.d.ts +25 -0
  192. package/dist/components/toast/toast-root.js +1 -0
  193. package/dist/components/toast/toast-root.vue.d.ts +48 -0
  194. package/dist/components/toast/toast-title.js +1 -0
  195. package/dist/components/toast/toast-title.vue.d.ts +18 -0
  196. package/dist/components/toast/toast-viewport.js +1 -0
  197. package/dist/components/toast/toast-viewport.vue.d.ts +24 -0
  198. package/dist/components/toast/types.d.ts +107 -0
  199. package/dist/components/tooltip/tooltip-content.vue.d.ts +4 -4
  200. package/dist/components/tooltip/tooltip-root.vue.d.ts +4 -4
  201. package/dist/components/tooltip/tooltip-trigger.vue.d.ts +4 -4
  202. package/dist/components/tree/tree-item.vue.d.ts +5 -5
  203. package/dist/components/tree/tree-root.vue.d.ts +3 -3
  204. package/dist/components/tree/tree-virtualizer-item.vue.d.ts +4 -4
  205. package/dist/components/tree/tree-virtualizer-root.vue.d.ts +3 -3
  206. package/dist/components/virtualizer/virtualizer-content.vue.d.ts +2 -2
  207. package/dist/components/virtualizer/virtualizer-item.vue.d.ts +2 -2
  208. package/dist/components/virtualizer/virtualizer-root.vue.d.ts +3 -3
  209. package/dist/components/visually-hidden/visually-hidden-input.vue.d.ts +3 -3
  210. package/dist/components/visually-hidden/visually-hidden.vue.d.ts +4 -4
  211. package/dist/composables/use-collection.d.ts +6 -6
  212. package/dist/composables/use-direction.d.ts +2 -2
  213. package/dist/composables/use-dismissable-layer.d.ts +6 -6
  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/shared/dom.d.ts +2 -1
  229. package/dist/shared/dom.js +1 -1
  230. package/dist/shared/geometry.d.ts +3 -2
  231. package/dist/shared/geometry.js +1 -1
  232. package/dist/shared/index.d.ts +3 -3
  233. package/dist/shared/index.js +1 -1
  234. package/dist/types/common.d.ts +2 -1
  235. package/dist/types/event.d.ts +10 -1
  236. package/dist/types/index.d.ts +2 -2
  237. package/package.json +23 -48
@@ -1,5 +1,5 @@
1
1
  import { RadioGroupControlProps } from "./types.js";
2
- import * as vue500 from "vue";
2
+ import * as vue741 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: vue500.DefineComponent<RadioGroupControlProps, {}, {}, {}, {}, vue500.ComponentOptionsMixin, vue500.ComponentOptionsMixin, {}, string, vue500.PublicProps, Readonly<RadioGroupControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue500.ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: vue741.DefineComponent<RadioGroupControlProps, {}, {}, {}, {}, vue741.ComponentOptionsMixin, vue741.ComponentOptionsMixin, {}, string, vue741.PublicProps, Readonly<RadioGroupControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue741.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 vue515 from "vue";
4
+ import * as vue751 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: vue515.DefineComponent<RadioGroupIndicatorProps, {}, {}, {}, {}, vue515.ComponentOptionsMixin, vue515.ComponentOptionsMixin, {}, string, vue515.PublicProps, Readonly<RadioGroupIndicatorProps> & Readonly<{}>, {
12
- as: AsTag | vue515.Component;
13
- }, {}, {}, {}, string, vue515.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue751.DefineComponent<RadioGroupIndicatorProps, {}, {}, {}, {}, vue751.ComponentOptionsMixin, vue751.ComponentOptionsMixin, {}, string, vue751.PublicProps, Readonly<RadioGroupIndicatorProps> & Readonly<{}>, {
12
+ as: AsTag | vue751.Component;
13
+ }, {}, {}, {}, string, vue751.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 vue505 from "vue";
2
+ import * as vue736 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: vue505.DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, vue505.ComponentOptionsMixin, vue505.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue736.DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, vue736.ComponentOptionsMixin, vue736.ComponentOptionsMixin, {
12
12
  select: (event: RadioSelectEvent) => any;
13
- }, string, vue505.PublicProps, Readonly<RadioGroupItemProps> & Readonly<{
13
+ }, string, vue736.PublicProps, Readonly<RadioGroupItemProps> & Readonly<{
14
14
  onSelect?: ((event: RadioSelectEvent) => any) | undefined;
15
- }>, {}, {}, {}, {}, string, vue505.ComponentProvideOptions, false, {}, any>;
15
+ }>, {}, {}, {}, {}, string, vue736.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 vue510 from "vue";
3
+ import * as vue762 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: vue510.DefineComponent<LabelProps, {}, {}, {}, {}, vue510.ComponentOptionsMixin, vue510.ComponentOptionsMixin, {}, string, vue510.PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue510.ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_base: vue762.DefineComponent<LabelProps, {}, {}, {}, {}, vue762.ComponentOptionsMixin, vue762.ComponentOptionsMixin, {}, string, vue762.PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue762.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 vue549 from "vue";
4
+ import * as vue767 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
- }> & vue549.PublicProps;
10
+ }> & vue767.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
- }>) => vue549.VNode & {
19
+ }>) => vue767.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 vue1093 from "vue";
6
+ import * as vue746 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: vue1093.DefineComponent<RovingFocusGroupProps, {
13
+ declare const __VLS_base: vue746.DefineComponent<RovingFocusGroupProps, {
14
14
  getItems: (excludeDisabled?: boolean) => CollectionItemData<Record<string, any>>[];
15
- }, {}, {}, {}, vue1093.ComponentOptionsMixin, vue1093.ComponentOptionsMixin, {
15
+ }, {}, {}, {}, vue746.ComponentOptionsMixin, vue746.ComponentOptionsMixin, {
16
16
  entryFocus: (event: Event) => any;
17
17
  "update:currentTabStopId": (value: string | null | undefined) => any;
18
- }, string, vue1093.PublicProps, Readonly<RovingFocusGroupProps> & Readonly<{
18
+ }, string, vue746.PublicProps, Readonly<RovingFocusGroupProps> & Readonly<{
19
19
  onEntryFocus?: ((event: Event) => any) | undefined;
20
20
  "onUpdate:currentTabStopId"?: ((value: string | null | undefined) => any) | undefined;
21
21
  }>, {
22
- preventScrollOnEntryFocus: boolean;
23
22
  orientation: DataOrientation;
23
+ preventScrollOnEntryFocus: boolean;
24
24
  loop: boolean;
25
- }, {}, {}, {}, string, vue1093.ComponentProvideOptions, false, {}, any>;
25
+ }, {}, {}, {}, string, vue746.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 vue1088 from "vue";
2
+ import * as vue757 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: vue1088.DefineComponent<RovingFocusItemProps, {}, {}, {}, {}, vue1088.ComponentOptionsMixin, vue1088.ComponentOptionsMixin, {}, string, vue1088.PublicProps, Readonly<RovingFocusItemProps> & Readonly<{}>, {
9
+ declare const __VLS_base: vue757.DefineComponent<RovingFocusItemProps, {}, {}, {}, {}, vue757.ComponentOptionsMixin, vue757.ComponentOptionsMixin, {}, string, vue757.PublicProps, Readonly<RovingFocusItemProps> & Readonly<{}>, {
10
10
  focusable: boolean;
11
- }, {}, {}, {}, string, vue1088.ComponentProvideOptions, false, {}, any>;
11
+ }, {}, {}, {}, string, vue757.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 vue1540 from "vue";
3
+ import * as vue1364 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: vue1540.DefineComponent<ArrowProps, {}, {}, {}, {}, vue1540.ComponentOptionsMixin, vue1540.ComponentOptionsMixin, {}, string, vue1540.PublicProps, Readonly<ArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1540.ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_base: vue1364.DefineComponent<ArrowProps, {}, {}, {}, {}, vue1364.ComponentOptionsMixin, vue1364.ComponentOptionsMixin, {}, string, vue1364.PublicProps, Readonly<ArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1364.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 vue1509 from "vue";
4
+ import * as vue1307 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: vue1509.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue1509.ComponentOptionsMixin, vue1509.ComponentOptionsMixin, {
13
+ declare const __VLS_base: vue1307.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue1307.ComponentOptionsMixin, vue1307.ComponentOptionsMixin, {
14
14
  escapeKeyDown: (event: KeyboardEvent) => any;
15
15
  pointerDownOutside: (event: PointerDownOutsideEvent) => any;
16
16
  closeAutoFocus: (event: Event) => any;
17
- }, string, vue1509.PublicProps, Readonly<SelectContentProps> & Readonly<{
17
+ }, string, vue1307.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: vue1509.DefineComponent<SelectContentProps, {}, {}, {}
23
23
  prioritizePosition: boolean;
24
24
  position: SelectPosition;
25
25
  bodyLock: boolean;
26
- }, {}, {}, {}, string, vue1509.ComponentProvideOptions, false, {}, any>;
26
+ }, {}, {}, {}, string, vue1307.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 vue1704 from "vue";
2
+ import * as vue1338 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: vue1704.DefineComponent<SelectGroupLabelProps, {}, {}, {}, {}, vue1704.ComponentOptionsMixin, vue1704.ComponentOptionsMixin, {}, string, vue1704.PublicProps, Readonly<SelectGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1704.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1338.DefineComponent<SelectGroupLabelProps, {}, {}, {}, {}, vue1338.ComponentOptionsMixin, vue1338.ComponentOptionsMixin, {}, string, vue1338.PublicProps, Readonly<SelectGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1338.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 vue1699 from "vue";
2
+ import * as vue1333 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: vue1699.DefineComponent<SelectGroupProps, {}, {}, {}, {}, vue1699.ComponentOptionsMixin, vue1699.ComponentOptionsMixin, {}, string, vue1699.PublicProps, Readonly<SelectGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1699.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1333.DefineComponent<SelectGroupProps, {}, {}, {}, {}, vue1333.ComponentOptionsMixin, vue1333.ComponentOptionsMixin, {}, string, vue1333.PublicProps, Readonly<SelectGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1333.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 vue1524 from "vue";
4
+ import * as vue1353 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: vue1524.DefineComponent<SelectItemIndicatorProps, {}, {}, {}, {}, vue1524.ComponentOptionsMixin, vue1524.ComponentOptionsMixin, {}, string, vue1524.PublicProps, Readonly<SelectItemIndicatorProps> & Readonly<{}>, {
12
- as: AsTag | vue1524.Component;
13
- }, {}, {}, {}, string, vue1524.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue1353.DefineComponent<SelectItemIndicatorProps, {}, {}, {}, {}, vue1353.ComponentOptionsMixin, vue1353.ComponentOptionsMixin, {}, string, vue1353.PublicProps, Readonly<SelectItemIndicatorProps> & Readonly<{}>, {
12
+ as: AsTag | vue1353.Component;
13
+ }, {}, {}, {}, string, vue1353.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 vue1694 from "vue";
2
+ import * as vue1348 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: vue1694.DefineComponent<SelectItemTextProps, {}, {}, {}, {}, vue1694.ComponentOptionsMixin, vue1694.ComponentOptionsMixin, {}, string, vue1694.PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1694.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1348.DefineComponent<SelectItemTextProps, {}, {}, {}, {}, vue1348.ComponentOptionsMixin, vue1348.ComponentOptionsMixin, {}, string, vue1348.PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1348.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 vue1545 from "vue";
4
+ import * as vue1343 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: vue1545.DefineComponent<SelectItemProps, {}, {}, {}, {}, vue1545.ComponentOptionsMixin, vue1545.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue1343.DefineComponent<SelectItemProps, {}, {}, {}, {}, vue1343.ComponentOptionsMixin, vue1343.ComponentOptionsMixin, {
12
12
  select: (event: SelectItemEvent<DefinedValue>) => any;
13
- }, string, vue1545.PublicProps, Readonly<SelectItemProps> & Readonly<{
13
+ }, string, vue1343.PublicProps, Readonly<SelectItemProps> & Readonly<{
14
14
  onSelect?: ((event: SelectItemEvent<DefinedValue>) => any) | undefined;
15
- }>, {}, {}, {}, {}, string, vue1545.ComponentProvideOptions, false, {}, any>;
15
+ }>, {}, {}, {}, {}, string, vue1343.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 vue1507 from "vue";
4
+ import * as vue1300 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
9
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
10
10
  "onUpdate:modelValue"?: ((value: M extends true ? T[] : T) => any) | undefined;
11
- }> & vue1507.PublicProps;
11
+ }> & vue1300.PublicProps;
12
12
  expose: (exposed: {}) => void;
13
13
  attrs: any;
14
14
  slots: {
@@ -18,7 +18,7 @@ declare const __VLS_export: <T extends DefinedValue, M extends boolean = false>(
18
18
  }) => any;
19
19
  };
20
20
  emit: ((evt: "update:open", value: boolean) => void) & ((evt: "update:modelValue", value: M extends true ? T[] : T) => void);
21
- }>) => vue1507.VNode & {
21
+ }>) => vue1300.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 vue1555 from "vue";
2
+ import * as vue1374 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: vue1555.DefineComponent<SelectScrollDownButtonProps, {}, {}, {}, {}, vue1555.ComponentOptionsMixin, vue1555.ComponentOptionsMixin, {}, string, vue1555.PublicProps, Readonly<SelectScrollDownButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1555.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1374.DefineComponent<SelectScrollDownButtonProps, {}, {}, {}, {}, vue1374.ComponentOptionsMixin, vue1374.ComponentOptionsMixin, {}, string, vue1374.PublicProps, Readonly<SelectScrollDownButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1374.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { SelectScrollUpButtonProps } from "./types.js";
2
- import * as vue1550 from "vue";
2
+ import * as vue1369 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: vue1550.DefineComponent<SelectScrollUpButtonProps, {}, {}, {}, {}, vue1550.ComponentOptionsMixin, vue1550.ComponentOptionsMixin, {}, string, vue1550.PublicProps, Readonly<SelectScrollUpButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1550.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1369.DefineComponent<SelectScrollUpButtonProps, {}, {}, {}, {}, vue1369.ComponentOptionsMixin, vue1369.ComponentOptionsMixin, {}, string, vue1369.PublicProps, Readonly<SelectScrollUpButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1369.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { SelectSeparatorProps } from "./types.js";
2
- import * as vue1530 from "vue";
2
+ import * as vue1359 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: vue1530.DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, vue1530.ComponentOptionsMixin, vue1530.ComponentOptionsMixin, {}, string, vue1530.PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1530.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1359.DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, vue1359.ComponentOptionsMixin, vue1359.ComponentOptionsMixin, {}, string, vue1359.PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1359.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 vue1519 from "vue";
2
+ import * as vue1323 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: vue1519.DefineComponent<SelectTriggerIconProps, {}, {}, {}, {}, vue1519.ComponentOptionsMixin, vue1519.ComponentOptionsMixin, {}, string, vue1519.PublicProps, Readonly<SelectTriggerIconProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1519.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1323.DefineComponent<SelectTriggerIconProps, {}, {}, {}, {}, vue1323.ComponentOptionsMixin, vue1323.ComponentOptionsMixin, {}, string, vue1323.PublicProps, Readonly<SelectTriggerIconProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1323.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 vue1501 from "vue";
4
+ import * as vue1317 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: vue1501.DefineComponent<SelectTriggerProps, {}, {}, {}, {}, vue1501.ComponentOptionsMixin, vue1501.ComponentOptionsMixin, {}, string, vue1501.PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
12
- as: AsTag | vue1501.Component;
13
- }, {}, {}, {}, string, vue1501.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue1317.DefineComponent<SelectTriggerProps, {}, {}, {}, {}, vue1317.ComponentOptionsMixin, vue1317.ComponentOptionsMixin, {}, string, vue1317.PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
12
+ as: AsTag | vue1317.Component;
13
+ }, {}, {}, {}, string, vue1317.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 vue1535 from "vue";
4
+ import * as vue1328 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: vue1535.DefineComponent<SelectValueProps, {}, {}, {}, {}, vue1535.ComponentOptionsMixin, vue1535.ComponentOptionsMixin, {}, string, vue1535.PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {
15
+ declare const __VLS_base: vue1328.DefineComponent<SelectValueProps, {}, {}, {}, {}, vue1328.ComponentOptionsMixin, vue1328.ComponentOptionsMixin, {}, string, vue1328.PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {
16
16
  placeholder: string;
17
- }, {}, {}, {}, string, vue1535.ComponentProvideOptions, false, {}, any>;
17
+ }, {}, {}, {}, string, vue1328.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 vue1514 from "vue";
2
+ import * as vue1312 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: vue1514.DefineComponent<SelectViewportProps, {}, {}, {}, {}, vue1514.ComponentOptionsMixin, vue1514.ComponentOptionsMixin, {}, string, vue1514.PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1514.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1312.DefineComponent<SelectViewportProps, {}, {}, {}, {}, vue1312.ComponentOptionsMixin, vue1312.ComponentOptionsMixin, {}, string, vue1312.PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1312.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 vue633 from "vue";
2
+ import * as vue358 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: vue633.DefineComponent<SeparatorLabelProps, {}, {}, {}, {}, vue633.ComponentOptionsMixin, vue633.ComponentOptionsMixin, {}, string, vue633.PublicProps, Readonly<SeparatorLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue633.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue358.DefineComponent<SeparatorLabelProps, {}, {}, {}, {}, vue358.ComponentOptionsMixin, vue358.ComponentOptionsMixin, {}, string, vue358.PublicProps, Readonly<SeparatorLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue358.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 vue628 from "vue";
4
+ import * as vue363 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: vue628.DefineComponent<SeparatorRootProps, {}, {}, {}, {}, vue628.ComponentOptionsMixin, vue628.ComponentOptionsMixin, {}, string, vue628.PublicProps, Readonly<SeparatorRootProps> & Readonly<{}>, {
11
+ declare const __VLS_base: vue363.DefineComponent<SeparatorRootProps, {}, {}, {}, {}, vue363.ComponentOptionsMixin, vue363.ComponentOptionsMixin, {}, string, vue363.PublicProps, Readonly<SeparatorRootProps> & Readonly<{}>, {
12
12
  orientation: DataOrientation;
13
13
  decorative: boolean;
14
- }, {}, {}, {}, string, vue628.ComponentProvideOptions, false, {}, any>;
14
+ }, {}, {}, {}, string, vue363.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 vue0 from "vue";
1
+ import * as vue25 from "vue";
2
2
 
3
3
  //#region src/components/slot/slot.d.ts
4
- declare const Slot: vue0.DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, vue0.PublicProps>;
4
+ declare const Slot: vue25.DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, vue25.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 vue1049 from "vue";
4
+ import * as vue799 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: vue1049.DefineComponent<SwitchControlProps, {}, {}, {}, {}, vue1049.ComponentOptionsMixin, vue1049.ComponentOptionsMixin, {}, string, vue1049.PublicProps, Readonly<SwitchControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1049.ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: vue799.DefineComponent<SwitchControlProps, {}, {}, {}, {}, vue799.ComponentOptionsMixin, vue799.ComponentOptionsMixin, {}, string, vue799.PublicProps, Readonly<SwitchControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue799.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 vue1047 from "vue";
4
+ import * as vue797 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
- }> & vue1047.PublicProps;
10
+ }> & vue797.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
- }>) => vue1047.VNode & {
19
+ }>) => vue797.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 vue1054 from "vue";
4
+ import * as vue804 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: vue1054.DefineComponent<SwitchThumbProps, {}, {}, {}, {}, vue1054.ComponentOptionsMixin, vue1054.ComponentOptionsMixin, {}, string, vue1054.PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {
12
- as: AsTag | vue1054.Component;
13
- }, {}, {}, {}, string, vue1054.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue804.DefineComponent<SwitchThumbProps, {}, {}, {}, {}, vue804.ComponentOptionsMixin, vue804.ComponentOptionsMixin, {}, string, vue804.PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {
12
+ as: AsTag | vue804.Component;
13
+ }, {}, {}, {}, string, vue804.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 { TabsContentProps } from "./types.js";
2
- import * as vue1246 from "vue";
2
+ import * as vue1180 from "vue";
3
3
 
4
4
  //#region src/components/tabs/tabs-content.vue.d.ts
5
5
  declare var __VLS_1: {
@@ -8,7 +8,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: vue1246.DefineComponent<TabsContentProps, {}, {}, {}, {}, vue1246.ComponentOptionsMixin, vue1246.ComponentOptionsMixin, {}, string, vue1246.PublicProps, Readonly<TabsContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1246.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue1180.DefineComponent<TabsContentProps, {}, {}, {}, {}, vue1180.ComponentOptionsMixin, vue1180.ComponentOptionsMixin, {}, string, vue1180.PublicProps, Readonly<TabsContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1180.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 { TabsIndicatorProps } from "./types.js";
2
- import * as vue1261 from "vue";
2
+ import * as vue1165 from "vue";
3
3
 
4
4
  //#region src/components/tabs/tabs-indicator.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: vue1261.DefineComponent<TabsIndicatorProps, {}, {}, {}, {}, vue1261.ComponentOptionsMixin, vue1261.ComponentOptionsMixin, {}, string, vue1261.PublicProps, Readonly<TabsIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1261.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1165.DefineComponent<TabsIndicatorProps, {}, {}, {}, {}, vue1165.ComponentOptionsMixin, vue1165.ComponentOptionsMixin, {}, string, vue1165.PublicProps, Readonly<TabsIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1165.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 & {