@soybeanjs/headless 0.0.6 → 0.0.8

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 (307) hide show
  1. package/dist/components/accordion/accordion-content.vue.d.ts +2 -2
  2. package/dist/components/accordion/accordion-header.vue.d.ts +2 -2
  3. package/dist/components/accordion/accordion-item.vue.d.ts +5 -5
  4. package/dist/components/accordion/accordion-root.vue.d.ts +4 -4
  5. package/dist/components/accordion/accordion-trigger.vue.d.ts +2 -2
  6. package/dist/components/alert/alert-close.vue.d.ts +2 -2
  7. package/dist/components/alert/alert-content.vue.d.ts +2 -2
  8. package/dist/components/alert/alert-description.vue.d.ts +2 -2
  9. package/dist/components/alert/alert-root.vue.d.ts +4 -4
  10. package/dist/components/alert/alert-title.vue.d.ts +2 -2
  11. package/dist/components/alert-dialog/alert-dialog-close.vue.d.ts +2 -2
  12. package/dist/components/alert-dialog/alert-dialog-content.js +1 -1
  13. package/dist/components/alert-dialog/alert-dialog-content.vue.d.ts +4 -4
  14. package/dist/components/alert-dialog/alert-dialog-root.vue.d.ts +4 -4
  15. package/dist/components/arrow/arrow.js +1 -1
  16. package/dist/components/arrow/arrow.vue.d.ts +2 -18
  17. package/dist/components/arrow/index.d.ts +1 -2
  18. package/dist/components/arrow/index.js +1 -1
  19. package/dist/components/arrow/types.d.ts +1 -15
  20. package/dist/components/aspect-ratio/aspect-ratio.vue.d.ts +3 -3
  21. package/dist/components/avatar/avatar-fallback.vue.d.ts +2 -2
  22. package/dist/components/avatar/avatar-image.vue.d.ts +4 -4
  23. package/dist/components/avatar/avatar-root.vue.d.ts +2 -2
  24. package/dist/components/badge/badge-content.vue.d.ts +2 -2
  25. package/dist/components/badge/badge-root.vue.d.ts +4 -4
  26. package/dist/components/breadcrumb/breadcrumb-ellipsis.vue.d.ts +2 -2
  27. package/dist/components/breadcrumb/breadcrumb-item.vue.d.ts +2 -2
  28. package/dist/components/breadcrumb/breadcrumb-link.vue.d.ts +4 -4
  29. package/dist/components/breadcrumb/breadcrumb-list.vue.d.ts +2 -2
  30. package/dist/components/breadcrumb/breadcrumb-page.vue.d.ts +2 -2
  31. package/dist/components/breadcrumb/breadcrumb-root.vue.d.ts +2 -2
  32. package/dist/components/breadcrumb/breadcrumb-separator.vue.d.ts +2 -2
  33. package/dist/components/button/button.vue.d.ts +5 -5
  34. package/dist/components/card/card-content.vue.d.ts +2 -2
  35. package/dist/components/card/card-description.vue.d.ts +2 -2
  36. package/dist/components/card/card-footer.vue.d.ts +2 -2
  37. package/dist/components/card/card-header.vue.d.ts +2 -2
  38. package/dist/components/card/card-root.vue.d.ts +2 -2
  39. package/dist/components/card/card-title-root.vue.d.ts +2 -2
  40. package/dist/components/card/card-title.vue.d.ts +2 -2
  41. package/dist/components/checkbox/checkbox-control.vue.d.ts +2 -2
  42. package/dist/components/checkbox/checkbox-group-root.vue.d.ts +4 -4
  43. package/dist/components/checkbox/checkbox-indicator.vue.d.ts +4 -4
  44. package/dist/components/checkbox/checkbox-label.vue.d.ts +2 -2
  45. package/dist/components/checkbox/checkbox-root.vue.d.ts +4 -4
  46. package/dist/components/collapsible/collapsible-content.vue.d.ts +2 -2
  47. package/dist/components/collapsible/collapsible-root.vue.d.ts +6 -6
  48. package/dist/components/collapsible/collapsible-trigger.vue.d.ts +4 -4
  49. package/dist/components/config-provider/config-provider.vue.d.ts +3 -3
  50. package/dist/components/context-menu/context-menu-content.js +1 -1
  51. package/dist/components/context-menu/context-menu-content.vue.d.ts +6 -6
  52. package/dist/components/context-menu/context-menu-root.vue.d.ts +4 -4
  53. package/dist/components/context-menu/context-menu-trigger.vue.d.ts +6 -6
  54. package/dist/components/context-menu/index.d.ts +3 -4
  55. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  56. package/dist/components/dialog/dialog-content-impl.js +1 -1
  57. package/dist/components/dialog/dialog-content.js +1 -1
  58. package/dist/components/dialog/dialog-content.vue.d.ts +6 -6
  59. package/dist/components/dialog/dialog-description.vue.d.ts +2 -2
  60. package/dist/components/dialog/dialog-footer.vue.d.ts +2 -2
  61. package/dist/components/dialog/dialog-header.vue.d.ts +2 -2
  62. package/dist/components/dialog/dialog-overlay.vue.d.ts +2 -2
  63. package/dist/components/dialog/dialog-root.vue.d.ts +4 -4
  64. package/dist/components/dialog/dialog-title.vue.d.ts +2 -2
  65. package/dist/components/dialog/dialog-trigger.vue.d.ts +2 -2
  66. package/dist/components/dialog/types.d.ts +1 -1
  67. package/dist/components/dropdown-menu/context.js +1 -1
  68. package/dist/components/dropdown-menu/dropdown-menu-content.js +1 -1
  69. package/dist/components/dropdown-menu/dropdown-menu-content.vue.d.ts +6 -6
  70. package/dist/components/dropdown-menu/dropdown-menu-root.vue.d.ts +6 -6
  71. package/dist/components/dropdown-menu/dropdown-menu-trigger.js +1 -1
  72. package/dist/components/dropdown-menu/dropdown-menu-trigger.vue.d.ts +4 -4
  73. package/dist/components/dropdown-menu/index.d.ts +3 -4
  74. package/dist/components/form/form-description.vue.d.ts +2 -2
  75. package/dist/components/form/form-error.vue.d.ts +2 -2
  76. package/dist/components/form/form-field-array.vue.d.ts +2 -2
  77. package/dist/components/form/form-field.vue.d.ts +2 -2
  78. package/dist/components/form/form-label.vue.d.ts +2 -2
  79. package/dist/components/input/input-control.vue.d.ts +2 -2
  80. package/dist/components/input/input-root.vue.d.ts +4 -4
  81. package/dist/components/kbd/kbd.vue.d.ts +2 -2
  82. package/dist/components/label/label.vue.d.ts +2 -2
  83. package/dist/components/layout/layout-footer.vue.d.ts +2 -2
  84. package/dist/components/layout/layout-header.vue.d.ts +2 -2
  85. package/dist/components/layout/layout-main.vue.d.ts +2 -2
  86. package/dist/components/layout/layout-mobile.vue.d.ts +4 -4
  87. package/dist/components/layout/layout-rail.vue.d.ts +2 -2
  88. package/dist/components/layout/layout-root.vue.d.ts +4 -4
  89. package/dist/components/layout/layout-sidebar.vue.d.ts +5 -5
  90. package/dist/components/layout/layout-tab.vue.d.ts +2 -2
  91. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  92. package/dist/components/link/link.vue.d.ts +5 -5
  93. package/dist/components/list/list-content.vue.d.ts +2 -2
  94. package/dist/components/list/list-description.vue.d.ts +2 -2
  95. package/dist/components/list/list-item.vue.d.ts +2 -2
  96. package/dist/components/list/list-root.vue.d.ts +2 -2
  97. package/dist/components/list/list-title.vue.d.ts +2 -2
  98. package/dist/components/listbox/listbox-content.vue.d.ts +2 -2
  99. package/dist/components/listbox/listbox-filter.vue.d.ts +6 -6
  100. package/dist/components/listbox/listbox-group-label.vue.d.ts +2 -2
  101. package/dist/components/listbox/listbox-group.vue.d.ts +2 -2
  102. package/dist/components/listbox/listbox-item-indicator.vue.d.ts +4 -4
  103. package/dist/components/listbox/listbox-item.vue.d.ts +5 -5
  104. package/dist/components/listbox/listbox-root.vue.d.ts +8 -8
  105. package/dist/components/listbox/listbox-virtualizer.vue.d.ts +2 -2
  106. package/dist/components/menu/context.js +1 -1
  107. package/dist/components/menu/index.d.ts +3 -4
  108. package/dist/components/menu/menu-checkbox-group.vue.d.ts +4 -4
  109. package/dist/components/menu/menu-checkbox-item.vue.d.ts +6 -6
  110. package/dist/components/menu/menu-content-impl.js +1 -1
  111. package/dist/components/menu/menu-content.js +1 -1
  112. package/dist/components/menu/menu-content.vue.d.ts +9 -9
  113. package/dist/components/menu/menu-group-label.vue.d.ts +2 -2
  114. package/dist/components/menu/menu-group.vue.d.ts +2 -2
  115. package/dist/components/menu/menu-item-indicator.vue.d.ts +4 -4
  116. package/dist/components/menu/menu-item.vue.d.ts +6 -6
  117. package/dist/components/menu/menu-radio-group.vue.d.ts +4 -4
  118. package/dist/components/menu/menu-radio-item.vue.d.ts +6 -6
  119. package/dist/components/menu/menu-root.js +1 -1
  120. package/dist/components/menu/menu-root.vue.d.ts +4 -4
  121. package/dist/components/menu/menu-sub-content.js +1 -1
  122. package/dist/components/menu/menu-sub-content.vue.d.ts +8 -8
  123. package/dist/components/menu/menu-sub-trigger.js +1 -1
  124. package/dist/components/menu/menu-sub-trigger.vue.d.ts +4 -4
  125. package/dist/components/menu/menu-sub.js +1 -1
  126. package/dist/components/menu/menu-sub.vue.d.ts +4 -4
  127. package/dist/components/menu/shared.js +1 -1
  128. package/dist/components/menu/types.d.ts +7 -12
  129. package/dist/components/navigation-menu/navigation-menu-content-impl.js +1 -1
  130. package/dist/components/navigation-menu/navigation-menu-content.vue.d.ts +6 -6
  131. package/dist/components/navigation-menu/navigation-menu-indicator.js +1 -1
  132. package/dist/components/navigation-menu/navigation-menu-indicator.vue.d.ts +2 -2
  133. package/dist/components/navigation-menu/navigation-menu-item.vue.d.ts +2 -2
  134. package/dist/components/navigation-menu/navigation-menu-link.vue.d.ts +6 -6
  135. package/dist/components/navigation-menu/navigation-menu-list.vue.d.ts +2 -2
  136. package/dist/components/navigation-menu/navigation-menu-root.js +1 -1
  137. package/dist/components/navigation-menu/navigation-menu-root.vue.d.ts +6 -5
  138. package/dist/components/navigation-menu/navigation-menu-sub-list.vue.d.ts +2 -2
  139. package/dist/components/navigation-menu/navigation-menu-trigger.js +1 -1
  140. package/dist/components/navigation-menu/navigation-menu-trigger.vue.d.ts +4 -4
  141. package/dist/components/navigation-menu/navigation-menu-viewport.vue.d.ts +3 -3
  142. package/dist/components/navigation-menu/types.d.ts +3 -1
  143. package/dist/components/number-input/number-input-control.vue.d.ts +2 -2
  144. package/dist/components/number-input/number-input-decrement.vue.d.ts +4 -4
  145. package/dist/components/number-input/number-input-increment.vue.d.ts +4 -4
  146. package/dist/components/number-input/number-input-root.vue.d.ts +4 -4
  147. package/dist/components/pagination/pagination-ellipsis.vue.d.ts +2 -2
  148. package/dist/components/pagination/pagination-first.vue.d.ts +2 -2
  149. package/dist/components/pagination/pagination-last.vue.d.ts +2 -2
  150. package/dist/components/pagination/pagination-list-item.vue.d.ts +2 -2
  151. package/dist/components/pagination/pagination-list.vue.d.ts +2 -2
  152. package/dist/components/pagination/pagination-next.vue.d.ts +2 -2
  153. package/dist/components/pagination/pagination-prev.vue.d.ts +2 -2
  154. package/dist/components/pagination/pagination-root.vue.d.ts +5 -5
  155. package/dist/components/popover/context.js +1 -1
  156. package/dist/components/popover/index.d.ts +7 -7
  157. package/dist/components/popover/index.js +1 -1
  158. package/dist/components/popover/popover-anchor.vue.d.ts +2 -2
  159. package/dist/components/popover/popover-close.vue.d.ts +4 -4
  160. package/dist/components/popover/popover-popup.js +1 -0
  161. package/dist/components/popover/popover-popup.vue.d.ts +18 -0
  162. package/dist/components/popover/popover-positioner-impl.js +1 -0
  163. package/dist/components/popover/popover-positioner.js +1 -0
  164. package/dist/components/popover/{popover-content.vue.d.ts → popover-positioner.vue.d.ts} +8 -8
  165. package/dist/components/popover/popover-root.js +1 -1
  166. package/dist/components/popover/popover-root.vue.d.ts +5 -4
  167. package/dist/components/popover/popover-trigger.js +1 -1
  168. package/dist/components/popover/popover-trigger.vue.d.ts +4 -4
  169. package/dist/components/popover/types.d.ts +8 -7
  170. package/dist/components/popper/context.d.ts +6 -16
  171. package/dist/components/popper/context.js +1 -1
  172. package/dist/components/popper/index.d.ts +6 -6
  173. package/dist/components/popper/index.js +1 -1
  174. package/dist/components/popper/popper-anchor.vue.d.ts +2 -2
  175. package/dist/components/popper/popper-arrow.js +1 -1
  176. package/dist/components/popper/popper-arrow.vue.d.ts +3 -14
  177. package/dist/components/popper/popper-popup.js +1 -0
  178. package/dist/components/popper/popper-popup.vue.d.ts +18 -0
  179. package/dist/components/popper/popper-positioner.js +1 -0
  180. package/dist/components/popper/{popper-content.vue.d.ts → popper-positioner.vue.d.ts} +23 -23
  181. package/dist/components/popper/popper-root.vue.d.ts +2 -2
  182. package/dist/components/popper/shared.js +1 -1
  183. package/dist/components/popper/types.d.ts +10 -15
  184. package/dist/components/portal/portal.vue.d.ts +3 -3
  185. package/dist/components/primitive/primitive.d.ts +2 -2
  186. package/dist/components/radio-group/radio-group-control.vue.d.ts +2 -2
  187. package/dist/components/radio-group/radio-group-indicator.vue.d.ts +4 -4
  188. package/dist/components/radio-group/radio-group-item.vue.d.ts +4 -4
  189. package/dist/components/radio-group/radio-group-label.vue.d.ts +2 -2
  190. package/dist/components/radio-group/radio-group-root.vue.d.ts +4 -4
  191. package/dist/components/roving-focus/roving-focus-group.vue.d.ts +6 -6
  192. package/dist/components/roving-focus/roving-focus-item.vue.d.ts +3 -3
  193. package/dist/components/select/context.js +1 -1
  194. package/dist/components/select/index.d.ts +3 -3
  195. package/dist/components/select/select-arrow.js +1 -1
  196. package/dist/components/select/select-arrow.vue.d.ts +3 -3
  197. package/dist/components/select/select-bubble-select.js +1 -0
  198. package/dist/components/select/select-content-impl.js +1 -1
  199. package/dist/components/select/select-content.js +1 -1
  200. package/dist/components/select/select-content.vue.d.ts +7 -7
  201. package/dist/components/select/select-group-label.vue.d.ts +2 -2
  202. package/dist/components/select/select-group.vue.d.ts +2 -2
  203. package/dist/components/select/select-item-aligned-popup.js +1 -0
  204. package/dist/components/select/select-item-aligned-positioner.js +1 -0
  205. package/dist/components/select/select-item-indicator.vue.d.ts +4 -4
  206. package/dist/components/select/select-item-text.vue.d.ts +2 -2
  207. package/dist/components/select/select-item.vue.d.ts +4 -4
  208. package/dist/components/select/select-popper-popup.js +1 -0
  209. package/dist/components/select/select-root.js +1 -1
  210. package/dist/components/select/select-root.vue.d.ts +5 -5
  211. package/dist/components/select/select-scroll-down-button.vue.d.ts +4 -4
  212. package/dist/components/select/select-scroll-up-button.vue.d.ts +4 -4
  213. package/dist/components/select/select-separator.vue.d.ts +2 -2
  214. package/dist/components/select/select-teleport-provider.js +1 -1
  215. package/dist/components/select/select-trigger-icon.vue.d.ts +2 -2
  216. package/dist/components/select/select-trigger.vue.d.ts +4 -4
  217. package/dist/components/select/select-value.vue.d.ts +3 -3
  218. package/dist/components/select/select-viewport.js +1 -1
  219. package/dist/components/select/select-viewport.vue.d.ts +2 -2
  220. package/dist/components/select/shared.js +1 -1
  221. package/dist/components/select/types.d.ts +6 -5
  222. package/dist/components/separator/separator-label.vue.d.ts +2 -2
  223. package/dist/components/separator/separator-root.vue.d.ts +3 -3
  224. package/dist/components/separator/types.d.ts +1 -1
  225. package/dist/components/slot/slot.d.ts +2 -2
  226. package/dist/components/switch/switch-control.vue.d.ts +2 -2
  227. package/dist/components/switch/switch-root.vue.d.ts +4 -4
  228. package/dist/components/switch/switch-thumb.vue.d.ts +4 -4
  229. package/dist/components/tabs/tabs-content.vue.d.ts +2 -2
  230. package/dist/components/tabs/tabs-indicator.vue.d.ts +2 -2
  231. package/dist/components/tabs/tabs-list.vue.d.ts +2 -2
  232. package/dist/components/tabs/tabs-root.vue.d.ts +5 -5
  233. package/dist/components/tabs/tabs-trigger.vue.d.ts +4 -4
  234. package/dist/components/tag/tag.vue.d.ts +4 -4
  235. package/dist/components/textarea/textarea-control.vue.d.ts +2 -2
  236. package/dist/components/textarea/textarea-counter.vue.d.ts +2 -2
  237. package/dist/components/textarea/textarea-root.vue.d.ts +4 -4
  238. package/dist/components/toast/toast-action.vue.d.ts +4 -4
  239. package/dist/components/toast/toast-close.vue.d.ts +4 -4
  240. package/dist/components/toast/toast-description.vue.d.ts +2 -2
  241. package/dist/components/toast/toast-provider.vue.d.ts +3 -3
  242. package/dist/components/toast/toast-root.vue.d.ts +10 -10
  243. package/dist/components/toast/toast-title.vue.d.ts +2 -2
  244. package/dist/components/toast/toast-viewport.vue.d.ts +4 -4
  245. package/dist/components/tooltip/context.js +1 -1
  246. package/dist/components/tooltip/index.d.ts +7 -7
  247. package/dist/components/tooltip/index.js +1 -1
  248. package/dist/components/tooltip/tooltip-popup.js +1 -0
  249. package/dist/components/tooltip/tooltip-popup.vue.d.ts +18 -0
  250. package/dist/components/tooltip/tooltip-positioner-impl.js +1 -0
  251. package/dist/components/tooltip/tooltip-positioner.js +1 -0
  252. package/dist/components/tooltip/{tooltip-content.vue.d.ts → tooltip-positioner.vue.d.ts} +8 -8
  253. package/dist/components/tooltip/tooltip-root.vue.d.ts +4 -4
  254. package/dist/components/tooltip/tooltip-trigger.js +1 -1
  255. package/dist/components/tooltip/tooltip-trigger.vue.d.ts +4 -4
  256. package/dist/components/tooltip/types.d.ts +7 -6
  257. package/dist/components/tree/tree-item.vue.d.ts +7 -7
  258. package/dist/components/tree/tree-root.vue.d.ts +4 -4
  259. package/dist/components/tree/tree-virtualizer-item.vue.d.ts +6 -6
  260. package/dist/components/tree/tree-virtualizer-root.vue.d.ts +4 -4
  261. package/dist/components/virtualizer/virtualizer-content.vue.d.ts +2 -2
  262. package/dist/components/virtualizer/virtualizer-item.vue.d.ts +2 -2
  263. package/dist/components/virtualizer/virtualizer-root.vue.d.ts +3 -3
  264. package/dist/components/visually-hidden/visually-hidden-input.vue.d.ts +4 -4
  265. package/dist/components/visually-hidden/visually-hidden.vue.d.ts +4 -4
  266. package/dist/composables/index.d.ts +4 -2
  267. package/dist/composables/index.js +1 -1
  268. package/dist/composables/use-collection.d.ts +6 -6
  269. package/dist/composables/use-direction.d.ts +2 -2
  270. package/dist/composables/use-dismissable-layer.d.ts +6 -15
  271. package/dist/composables/use-dismissable-layer.js +1 -1
  272. package/dist/composables/use-exposed-element.d.ts +2 -2
  273. package/dist/composables/use-floating.d.ts +86 -0
  274. package/dist/composables/use-floating.js +1 -0
  275. package/dist/composables/use-focus-scope.d.ts +0 -3
  276. package/dist/composables/use-focus-scope.js +1 -1
  277. package/dist/composables/use-forward-element.d.ts +2 -2
  278. package/dist/composables/use-grace-area.d.ts +2 -2
  279. package/dist/composables/use-grace-area.js +1 -1
  280. package/dist/composables/use-image-loading-status.d.ts +2 -2
  281. package/dist/composables/use-is-using-keyboard.d.ts +2 -2
  282. package/dist/composables/use-kbd.d.ts +2 -2
  283. package/dist/composables/use-locale.d.ts +2 -2
  284. package/dist/composables/use-nonce.d.ts +2 -2
  285. package/dist/composables/use-popup-events.d.ts +23 -0
  286. package/dist/composables/use-popup-events.js +1 -0
  287. package/dist/composables/use-props.d.ts +3 -3
  288. package/dist/composables/use-selection.d.ts +4 -4
  289. package/dist/composables/use-selection.js +1 -1
  290. package/dist/constants/components.js +1 -1
  291. package/dist/index.d.ts +71 -69
  292. package/dist/index.js +1 -1
  293. package/dist/namespaced/index.d.ts +376 -370
  294. package/dist/namespaced/index.js +1 -1
  295. package/dist/shared/event.js +1 -1
  296. package/package.json +12 -32
  297. package/dist/components/arrow/context.d.ts +0 -8
  298. package/dist/components/arrow/context.js +0 -1
  299. package/dist/components/dialog/shared.js +0 -1
  300. package/dist/components/popover/popover-content-impl.js +0 -1
  301. package/dist/components/popover/popover-content.js +0 -1
  302. package/dist/components/popper/popper-content.js +0 -1
  303. package/dist/components/select/bubble-select.js +0 -1
  304. package/dist/components/select/select-item-aligned-position.js +0 -1
  305. package/dist/components/select/select-popper-position.js +0 -1
  306. package/dist/components/tooltip/tooltip-content-impl.js +0 -1
  307. package/dist/components/tooltip/tooltip-content.js +0 -1
@@ -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 vue727 from "vue";
4
+ import * as vue1595 from "vue";
5
5
 
6
6
  //#region src/components/select/select-item-indicator.vue.d.ts
7
7
  declare var __VLS_8: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_base: vue727.DefineComponent<SelectItemIndicatorProps, {}, {}, {}, {}, vue727.ComponentOptionsMixin, vue727.ComponentOptionsMixin, {}, string, vue727.PublicProps, Readonly<SelectItemIndicatorProps> & Readonly<{}>, {
12
- as: AsTag | vue727.Component;
13
- }, {}, {}, {}, string, vue727.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue1595.DefineComponent<SelectItemIndicatorProps, {}, {}, {}, {}, vue1595.ComponentOptionsMixin, vue1595.ComponentOptionsMixin, {}, string, vue1595.PublicProps, Readonly<SelectItemIndicatorProps> & Readonly<{}>, {
12
+ as: AsTag | vue1595.Component;
13
+ }, {}, {}, {}, string, vue1595.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 vue722 from "vue";
2
+ import * as vue1590 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: vue722.DefineComponent<SelectItemTextProps, {}, {}, {}, {}, vue722.ComponentOptionsMixin, vue722.ComponentOptionsMixin, {}, string, vue722.PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue722.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1590.DefineComponent<SelectItemTextProps, {}, {}, {}, {}, vue1590.ComponentOptionsMixin, vue1590.ComponentOptionsMixin, {}, string, vue1590.PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1590.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 vue717 from "vue";
4
+ import * as vue1565 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: vue717.DefineComponent<SelectItemProps, {}, {}, {}, {}, vue717.ComponentOptionsMixin, vue717.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue1565.DefineComponent<SelectItemProps, {}, {}, {}, {}, vue1565.ComponentOptionsMixin, vue1565.ComponentOptionsMixin, {
12
12
  select: (event: SelectItemEvent<DefinedValue>) => any;
13
- }, string, vue717.PublicProps, Readonly<SelectItemProps> & Readonly<{
13
+ }, string, vue1565.PublicProps, Readonly<SelectItemProps> & Readonly<{
14
14
  onSelect?: ((event: SelectItemEvent<DefinedValue>) => any) | undefined;
15
- }>, {}, {}, {}, {}, string, vue717.ComponentProvideOptions, false, {}, any>;
15
+ }>, {}, {}, {}, {}, string, vue1565.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 & {
@@ -0,0 +1 @@
1
+ import{useForwardElement as e}from"../../composables/use-forward-element.js";import{popperCssVars as t}from"../popper/shared.js";import n from"../popper/popper-popup.js";import{useSelectPopupElementContext as r}from"./context.js";import{selectCssVars as i}from"./shared.js";import{createBlock as a,defineComponent as o,openBlock as s,renderSlot as c,unref as l,withCtx as u}from"vue";var d=o({name:`SelectPopperPopup`,__name:`select-popper-popup`,setup(o){let{onPopupElementChange:d}=r(`SelectPopperPopup`),[f,p]=e(d),m={boxSizing:`border-box`,[i.popupTransformOrigin]:`var(${t.transformOrigin})`,[i.popupAvailableWidth]:`var(${t.availableWidth})`,[i.popupAvailableHeight]:`var(${t.availableHeight})`,[i.triggerWidth]:`var(${t.anchorWidth})`,[i.triggerHeight]:`var(${t.anchorHeight})`};return(e,t)=>(s(),a(l(n),{ref:l(p),style:m},{default:u(()=>[c(e.$slots,`default`)]),_:3},512))}});export{d as default};
@@ -1 +1 @@
1
- import{isNullish as e}from"../../shared/guard.js";import{isFormControl as t,transformPropsToContext as n}from"../../shared/vue.js";import{useControllableState as r}from"../../composables/use-controllable-state.js";import{useSelection as i}from"../../composables/use-selection.js";import a from"../popper/popper-root.js";import{provideCollectionContext as o,provideSelectRootContext as s}from"./context.js";import c from"./bubble-select.js";import{Fragment as l,computed as u,createBlock as d,createCommentVNode as f,createElementBlock as p,defineComponent as m,mergeProps as h,openBlock as g,renderList as _,renderSlot as v,unref as y,withCtx as b}from"vue";const x={key:0,value:``};var S=m({name:`SelectRoot`,inheritAttrs:!1,__name:`select-root`,props:{open:{type:Boolean,default:void 0},defaultOpen:{type:Boolean},dir:{},autocomplete:{},disabled:{type:Boolean},modelValue:{default:void 0},defaultValue:{},multiple:{},name:{},required:{type:Boolean}},emits:[`update:modelValue`,`update:open`],setup(m,{emit:S}){let C=m,w=S,{modelValue:T,isMultiple:E,onModelValueChange:D,isEmptyModelValue:O}=i(C,e=>{w(`update:modelValue`,e)}),k=r(()=>C.open,e=>{w(`update:open`,e)},C.defaultOpen),{triggerElement:A,options:j,nativeSelectKey:M}=s({...n(C,[`dir`,`autocomplete`,`disabled`,`required`]),open:k,modelValue:T,onModelValueChange:D,isMultiple:E,isEmptyModelValue:O});o();let N=u(()=>t(A.value));return(t,n)=>(g(),d(y(a),null,{default:b(()=>[v(t.$slots,`default`,{modelValue:y(T),open:!!y(k)}),N.value?(g(),d(c,{key:y(M),"aria-hidden":`true`,tabindex:`-1`,multiple:m.multiple,required:m.required,name:m.name,autocomplete:m.autocomplete,disabled:m.disabled,value:y(T)},{default:b(()=>[y(e)(y(T))?(g(),p(`option`,x)):f(`v-if`,!0),(g(!0),p(l,null,_(y(j),e=>(g(),p(`option`,h({key:e.value??``},{ref_for:!0},e),null,16))),128))]),_:1},8,[`multiple`,`required`,`name`,`autocomplete`,`disabled`,`value`])):f(`v-if`,!0)]),_:3}))}});export{S as default};
1
+ import{isNullish as e}from"../../shared/guard.js";import{isFormControl as t,transformPropsToContext as n}from"../../shared/vue.js";import{useControllableState as r}from"../../composables/use-controllable-state.js";import{useSelection as i}from"../../composables/use-selection.js";import a from"../popper/popper-root.js";import{provideCollectionContext as o,provideSelectRootContext as s}from"./context.js";import c from"./select-bubble-select.js";import{Fragment as l,computed as u,createBlock as d,createCommentVNode as f,createElementBlock as p,defineComponent as m,mergeProps as h,openBlock as g,renderList as _,renderSlot as v,unref as y,withCtx as b}from"vue";const x={key:0,value:``};var S=m({name:`SelectRoot`,inheritAttrs:!1,__name:`select-root`,props:{open:{type:Boolean,default:void 0},defaultOpen:{type:Boolean},dir:{},autocomplete:{},disabled:{type:Boolean},modelValue:{default:void 0},defaultValue:{},multiple:{},name:{},required:{type:Boolean}},emits:[`update:modelValue`,`update:open`],setup(m,{emit:S}){let C=m,w=S,{modelValue:T,isMultiple:E,onModelValueChange:D,isEmptyModelValue:O}=i(C,e=>{w(`update:modelValue`,e)}),k=r(()=>C.open,e=>{w(`update:open`,e)},C.defaultOpen),{triggerElement:A,options:j,nativeSelectKey:M}=s({...n(C,[`dir`,`autocomplete`,`disabled`,`required`]),open:k,modelValue:T,onModelValueChange:D,isMultiple:E,isEmptyModelValue:O});o();let N=u(()=>t(A.value));return(t,n)=>(g(),d(y(a),null,{default:b(()=>[v(t.$slots,`default`,{modelValue:y(T),open:!!y(k)}),N.value?(g(),d(c,{key:y(M),"aria-hidden":`true`,tabindex:`-1`,multiple:m.multiple,required:m.required,name:m.name,autocomplete:m.autocomplete,disabled:m.disabled,value:y(T)},{default:b(()=>[y(e)(y(T))?(g(),p(`option`,x)):f(`v-if`,!0),(g(!0),p(l,null,_(y(j),e=>(g(),p(`option`,h({key:e.value??``},{ref_for:!0},e),null,16))),128))]),_:1},8,[`multiple`,`required`,`name`,`autocomplete`,`disabled`,`value`])):f(`v-if`,!0)]),_:3}))}});export{S as default};
@@ -1,26 +1,26 @@
1
1
  import { DefinedValue } from "../../types/common.js";
2
2
  import "../../types/index.js";
3
3
  import { SelectRootProps } from "./types.js";
4
- import * as vue652 from "vue";
4
+ import * as vue1542 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_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8
- props: __VLS_PrettifyLocal<SelectRootProps<T, M> & {
8
+ props: vue1542.PublicProps & __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
- }> & vue652.PublicProps & (typeof globalThis extends {
11
+ }> & (typeof globalThis extends {
12
12
  __VLS_PROPS_FALLBACK: infer P;
13
13
  } ? P : {});
14
14
  expose: (exposed: {}) => void;
15
15
  attrs: any;
16
16
  slots: {
17
17
  default?: (props: {
18
- modelValue: (M extends true ? T[] : T) | undefined;
18
+ modelValue: ((M extends true ? T[] : T) & (DefinedValue | DefinedValue[])) | undefined;
19
19
  open: boolean;
20
20
  }) => any;
21
21
  };
22
22
  emit: ((evt: "update:open", value: boolean) => void) & ((evt: "update:modelValue", value: M extends true ? T[] : T) => void);
23
- }>) => vue652.VNode & {
23
+ }>) => vue1542.VNode & {
24
24
  __ctx?: Awaited<typeof __VLS_setup>;
25
25
  };
26
26
  declare const _default: typeof __VLS_export;
@@ -1,12 +1,12 @@
1
1
  import { SelectScrollDownButtonProps } from "./types.js";
2
- import * as vue752 from "vue";
2
+ import * as vue1627 from "vue";
3
3
 
4
4
  //#region src/components/select/select-scroll-down-button.vue.d.ts
5
- declare var __VLS_9: {};
5
+ declare var __VLS_10: {};
6
6
  type __VLS_Slots = {} & {
7
- default?: (props: typeof __VLS_9) => any;
7
+ default?: (props: typeof __VLS_10) => any;
8
8
  };
9
- declare const __VLS_base: vue752.DefineComponent<SelectScrollDownButtonProps, {}, {}, {}, {}, vue752.ComponentOptionsMixin, vue752.ComponentOptionsMixin, {}, string, vue752.PublicProps, Readonly<SelectScrollDownButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue752.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1627.DefineComponent<SelectScrollDownButtonProps, {}, {}, {}, {}, vue1627.ComponentOptionsMixin, vue1627.ComponentOptionsMixin, {}, string, vue1627.PublicProps, Readonly<SelectScrollDownButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1627.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 vue747 from "vue";
2
+ import * as vue1585 from "vue";
3
3
 
4
4
  //#region src/components/select/select-scroll-up-button.vue.d.ts
5
- declare var __VLS_9: {};
5
+ declare var __VLS_10: {};
6
6
  type __VLS_Slots = {} & {
7
- default?: (props: typeof __VLS_9) => any;
7
+ default?: (props: typeof __VLS_10) => any;
8
8
  };
9
- declare const __VLS_base: vue747.DefineComponent<SelectScrollUpButtonProps, {}, {}, {}, {}, vue747.ComponentOptionsMixin, vue747.ComponentOptionsMixin, {}, string, vue747.PublicProps, Readonly<SelectScrollUpButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue747.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1585.DefineComponent<SelectScrollUpButtonProps, {}, {}, {}, {}, vue1585.ComponentOptionsMixin, vue1585.ComponentOptionsMixin, {}, string, vue1585.PublicProps, Readonly<SelectScrollUpButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1585.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 vue733 from "vue";
2
+ import * as vue1601 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: vue733.DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, vue733.ComponentOptionsMixin, vue733.ComponentOptionsMixin, {}, string, vue733.PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue733.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1601.DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, vue1601.ComponentOptionsMixin, vue1601.ComponentOptionsMixin, {}, string, vue1601.PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1601.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1 +1 @@
1
- import{provideSelectContentContext as e,useSelectRootContext as t}from"./context.js";import{computed as n,defineComponent as r,renderSlot as i,shallowRef as a}from"vue";var o=r({name:`SelectTeleportProvider`,__name:`select-teleport-provider`,props:{position:{}},setup(r){let o=r,{modelValue:s,isMultiple:c}=t(`SelectTeleportProvider`);return e({search:a(``),position:n(()=>o.position),modelValue:s,isMultiple:c}),(e,t)=>i(e.$slots,`default`)}});export{o as default};
1
+ import{provideSelectContentContext as e,useSelectRootContext as t}from"./context.js";import{computed as n,defineComponent as r,renderSlot as i,shallowRef as a}from"vue";var o=r({name:`SelectTeleportProvider`,__name:`select-teleport-provider`,props:{popupElement:{},position:{}},setup(r){let o=r,{modelValue:s,isMultiple:c}=t(`SelectTeleportProvider`);return e({search:a(``),position:n(()=>o.position),modelValue:s,isMultiple:c,popupElement:n(()=>o.popupElement)}),(e,t)=>i(e.$slots,`default`)}});export{o as default};
@@ -1,12 +1,12 @@
1
1
  import { SelectTriggerIconProps } from "./types.js";
2
- import * as vue680 from "vue";
2
+ import * as vue1544 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: vue680.DefineComponent<SelectTriggerIconProps, {}, {}, {}, {}, vue680.ComponentOptionsMixin, vue680.ComponentOptionsMixin, {}, string, vue680.PublicProps, Readonly<SelectTriggerIconProps> & Readonly<{}>, {}, {}, {}, {}, string, vue680.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1544.DefineComponent<SelectTriggerIconProps, {}, {}, {}, {}, vue1544.ComponentOptionsMixin, vue1544.ComponentOptionsMixin, {}, string, vue1544.PublicProps, Readonly<SelectTriggerIconProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1544.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 vue669 from "vue";
4
+ import * as vue1559 from "vue";
5
5
 
6
6
  //#region src/components/select/select-trigger.vue.d.ts
7
7
  declare var __VLS_19: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_19) => any;
10
10
  };
11
- declare const __VLS_base: vue669.DefineComponent<SelectTriggerProps, {}, {}, {}, {}, vue669.ComponentOptionsMixin, vue669.ComponentOptionsMixin, {}, string, vue669.PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
12
- as: AsTag | vue669.Component;
13
- }, {}, {}, {}, string, vue669.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue1559.DefineComponent<SelectTriggerProps, {}, {}, {}, {}, vue1559.ComponentOptionsMixin, vue1559.ComponentOptionsMixin, {}, string, vue1559.PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
12
+ as: AsTag | vue1559.Component;
13
+ }, {}, {}, {}, string, vue1559.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 vue696 from "vue";
4
+ import * as vue1570 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: vue696.DefineComponent<SelectValueProps, {}, {}, {}, {}, vue696.ComponentOptionsMixin, vue696.ComponentOptionsMixin, {}, string, vue696.PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {
15
+ declare const __VLS_base: vue1570.DefineComponent<SelectValueProps, {}, {}, {}, {}, vue1570.ComponentOptionsMixin, vue1570.ComponentOptionsMixin, {}, string, vue1570.PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {
16
16
  placeholder: string;
17
- }, {}, {}, {}, string, vue696.ComponentProvideOptions, false, {}, any>;
17
+ }, {}, {}, {}, string, vue1570.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,4 +1,4 @@
1
- import{useForwardElement as e}from"../../composables/use-forward-element.js";import{useNonce as t}from"../../composables/use-nonce.js";import{Primitive as n}from"../primitive/primitive.js";import{useSelectContentContext as r,useSelectItemAlignedPositionContext as i,useSelectThemeContext as a}from"./context.js";import{CONTENT_MARGIN as o}from"./shared.js";import{Fragment as s,computed as c,createElementBlock as l,createElementVNode as u,createTextVNode as d,createVNode as f,defineComponent as p,mergeProps as m,openBlock as h,renderSlot as g,toDisplayString as _,unref as v,useAttrs as y,withCtx as b}from"vue";var x=p({name:`SelectViewport`,inheritAttrs:!1,__name:`select-viewport`,props:{nonce:{}},setup(p){let x=p,S=y(),{onViewportElementChange:C}=r(`SelectViewport`),[w,T]=e(C),E=i(),D=t(()=>x.nonce),O=a(),k=c(()=>O?.ui?.value?.viewport),A=0;function j(e){let t=e.currentTarget,{contentWrapperElement:n,shouldExpandOnScroll:r}=E??{};if(!n?.value||!r?.value){A=t.scrollTop;return}let i=Math.abs(A-t.scrollTop);if(i<=0)return;let a=window.innerHeight-o*2,s=Number.parseFloat(n.value.style.minHeight),c=Number.parseFloat(n.value.style.height),l=Math.max(s,c);if(l<a){let e=l+i,r=Math.min(a,e),o=e-r;n.value.style.height=`${r}px`,n.value.style.bottom===`0px`&&(t.scrollTop=o>0?o:0,n.value.style.justifyContent=`flex-end`)}A=t.scrollTop}return(e,t)=>(h(),l(s,null,[u(`div`,m(v(S),{ref:v(T),class:k.value,"data-soybean-select-viewport":``,role:`presentation`,style:`position:relative;flex:1;overflow:hidden auto;`,onScroll:j}),[g(e.$slots,`default`)],16),f(v(n),{as:`style`,nonce:v(D)},{default:b(()=>[d(_(`
1
+ import{useForwardElement as e}from"../../composables/use-forward-element.js";import{useNonce as t}from"../../composables/use-nonce.js";import{Primitive as n}from"../primitive/primitive.js";import{useSelectContentContext as r,useSelectItemAlignedPositionContext as i,useSelectThemeContext as a}from"./context.js";import{CONTENT_MARGIN as o}from"./shared.js";import{Fragment as s,computed as c,createElementBlock as l,createElementVNode as u,createTextVNode as d,createVNode as f,defineComponent as p,mergeProps as m,openBlock as h,renderSlot as g,toDisplayString as _,unref as v,useAttrs as y,withCtx as b}from"vue";var x=p({name:`SelectViewport`,inheritAttrs:!1,__name:`select-viewport`,props:{nonce:{}},setup(p){let x=p,S=y(),{onViewportElementChange:C}=r(`SelectViewport`),[w,T]=e(C),E=i(),D=t(()=>x.nonce),O=a(),k=c(()=>O?.ui?.value?.viewport),A=0;function j(e){let t=e.currentTarget,{positionerElement:n,shouldExpandOnScroll:r}=E??{};if(!n?.value||!r?.value){A=t.scrollTop;return}let i=Math.abs(A-t.scrollTop);if(i<=0)return;let a=window.innerHeight-o*2,s=Number.parseFloat(n.value.style.minHeight),c=Number.parseFloat(n.value.style.height),l=Math.max(s,c);if(l<a){let e=l+i,r=Math.min(a,e),o=e-r;n.value.style.height=`${r}px`,n.value.style.bottom===`0px`&&(t.scrollTop=o>0?o:0,n.value.style.justifyContent=`flex-end`)}A=t.scrollTop}return(e,t)=>(h(),l(s,null,[u(`div`,m(v(S),{ref:v(T),class:k.value,"data-soybean-select-viewport":``,role:`presentation`,style:`position:relative;flex:1;overflow:hidden auto;`,onScroll:j}),[g(e.$slots,`default`)],16),f(v(n),{as:`style`,nonce:v(D)},{default:b(()=>[d(_(`
2
2
  [data-soybean-select-viewport] {
3
3
  scrollbar-width: none;
4
4
  -ms-overflow-style: none;
@@ -1,12 +1,12 @@
1
1
  import { SelectViewportProps } from "./types.js";
2
- import * as vue659 from "vue";
2
+ import * as vue1554 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: vue659.DefineComponent<SelectViewportProps, {}, {}, {}, {}, vue659.ComponentOptionsMixin, vue659.ComponentOptionsMixin, {}, string, vue659.PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue659.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1554.DefineComponent<SelectViewportProps, {}, {}, {}, {}, vue1554.ComponentOptionsMixin, vue1554.ComponentOptionsMixin, {}, string, vue1554.PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1554.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1 +1 @@
1
- import{isNullish as e}from"../../shared/guard.js";const t={contentTransformOrigin:`--soybean-select-content-transform-origin`,contentAvailableWidth:`--soybean-select-content-available-width`,contentAvailableHeight:`--soybean-select-content-available-height`,triggerWidth:`--soybean-select-trigger-width`,triggerHeight:`--soybean-select-trigger-height`},n=[` `,`Enter`,`ArrowUp`,`ArrowDown`],r=[` `,`Enter`],i=10,a=`select.select`;function o(t){return e(t)||t===``||Array.isArray(t)&&t.length===0}export{i as CONTENT_MARGIN,n as OPEN_KEYS,r as SELECTION_KEYS,a as SELECT_EVENT,t as selectCssVars,o as shouldShowPlaceholder};
1
+ import{isNullish as e}from"../../shared/guard.js";const t={popupTransformOrigin:`--soybean-select-popup-transform-origin`,popupAvailableWidth:`--soybean-select-popup-available-width`,popupAvailableHeight:`--soybean-select-popup-available-height`,triggerWidth:`--soybean-select-trigger-width`,triggerHeight:`--soybean-select-trigger-height`},n=[` `,`Enter`,`ArrowUp`,`ArrowDown`],r=[` `,`Enter`],i=10,a=`select.select`;function o(t){return e(t)||t===``||Array.isArray(t)&&t.length===0}export{i as CONTENT_MARGIN,n as OPEN_KEYS,r as SELECTION_KEYS,a as SELECT_EVENT,t as selectCssVars,o as shouldShowPlaceholder};
@@ -3,8 +3,7 @@ import { PointerDownOutsideEvent } from "../../types/event.js";
3
3
  import { ForceMountProps, FormFieldCommonProps } from "../../types/component.js";
4
4
  import "../../types/index.js";
5
5
  import { PrimitiveProps } from "../primitive/types.js";
6
- import { ArrowProps } from "../arrow/types.js";
7
- import { PopperAnchorProps, PopperContentProps } from "../popper/types.js";
6
+ import { PopperAnchorProps, PopperArrowProps, PopperPositionerProps } from "../popper/types.js";
8
7
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, ShallowRef } from "vue";
9
8
 
10
9
  //#region src/components/select/types.d.ts
@@ -27,8 +26,9 @@ type SelectRootEmits<T extends DefinedValue = DefinedValue, M extends boolean =
27
26
  /** Event handler called when the open state of the context menu changes. */
28
27
  'update:open': [value: boolean];
29
28
  };
29
+ interface SelectPopupProps extends /** @vue-ignore */HTMLAttributes {}
30
30
  type SelectPosition = 'item-aligned' | 'popper';
31
- interface SelectContentImplProps extends PopperContentProps {
31
+ interface SelectContentImplProps extends PopperPositionerProps {
32
32
  /**
33
33
  * The positioning mode to use
34
34
  *
@@ -43,6 +43,7 @@ interface SelectContentImplProps extends PopperContentProps {
43
43
  * @defaultValue true
44
44
  */
45
45
  bodyLock?: boolean;
46
+ popupProps?: SelectPopupProps;
46
47
  }
47
48
  type SelectContentImplEmits = {
48
49
  closeAutoFocus: [event: Event];
@@ -95,10 +96,10 @@ interface SelectSeparatorProps extends /** @vue-ignore */HTMLAttributes {}
95
96
  interface SelectScrollButtonImplProps extends PrimitiveProps, /** @vue-ignore */ButtonHTMLAttributes {}
96
97
  interface SelectScrollDownButtonProps extends SelectScrollButtonImplProps {}
97
98
  interface SelectScrollUpButtonProps extends SelectScrollButtonImplProps {}
98
- type SelectThemeSlot = 'trigger' | 'triggerIcon' | 'value' | 'content' | 'viewport' | 'group' | 'groupLabel' | 'item' | 'itemText' | 'itemIndicator' | 'separator' | 'scrollUpButton' | 'scrollDownButton' | 'arrow';
99
+ type SelectThemeSlot = 'trigger' | 'triggerIcon' | 'value' | 'positioner' | 'popup' | 'viewport' | 'group' | 'groupLabel' | 'item' | 'itemText' | 'itemIndicator' | 'separator' | 'scrollUpButton' | 'scrollDownButton' | 'arrow';
99
100
  type SelectUi = Record<SelectThemeSlot, ClassValue>;
100
101
  interface SelectThemeContextParams {
101
102
  ui: ComputedRef<SelectUi>;
102
103
  }
103
104
  //#endregion
104
- export { SelectContentEmits, SelectContentProps, SelectGroupLabelProps, SelectGroupProps, SelectItemEmits, SelectItemEvent, SelectItemIndicatorProps, SelectItemProps, SelectItemTextProps, SelectPosition, SelectRootEmits, SelectRootProps, SelectScrollDownButtonProps, SelectScrollUpButtonProps, SelectSeparatorProps, SelectThemeContextParams, SelectThemeSlot, SelectTriggerIconProps, SelectTriggerProps, SelectUi, SelectValueProps, SelectViewportProps };
105
+ export { SelectContentEmits, SelectContentProps, SelectGroupLabelProps, SelectGroupProps, SelectItemEmits, SelectItemEvent, SelectItemIndicatorProps, SelectItemProps, SelectItemTextProps, SelectPopupProps, SelectPosition, SelectRootEmits, SelectRootProps, SelectScrollDownButtonProps, SelectScrollUpButtonProps, SelectSeparatorProps, SelectThemeContextParams, SelectThemeSlot, SelectTriggerIconProps, SelectTriggerProps, SelectUi, SelectValueProps, SelectViewportProps };
@@ -1,12 +1,12 @@
1
1
  import { SeparatorLabelProps } from "./types.js";
2
- import * as vue1039 from "vue";
2
+ import * as vue367 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: vue1039.DefineComponent<SeparatorLabelProps, {}, {}, {}, {}, vue1039.ComponentOptionsMixin, vue1039.ComponentOptionsMixin, {}, string, vue1039.PublicProps, Readonly<SeparatorLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1039.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue367.DefineComponent<SeparatorLabelProps, {}, {}, {}, {}, vue367.ComponentOptionsMixin, vue367.ComponentOptionsMixin, {}, string, vue367.PublicProps, Readonly<SeparatorLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue367.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 vue1034 from "vue";
4
+ import * as vue362 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: vue1034.DefineComponent<SeparatorRootProps, {}, {}, {}, {}, vue1034.ComponentOptionsMixin, vue1034.ComponentOptionsMixin, {}, string, vue1034.PublicProps, Readonly<SeparatorRootProps> & Readonly<{}>, {
11
+ declare const __VLS_base: vue362.DefineComponent<SeparatorRootProps, {}, {}, {}, {}, vue362.ComponentOptionsMixin, vue362.ComponentOptionsMixin, {}, string, vue362.PublicProps, Readonly<SeparatorRootProps> & Readonly<{}>, {
12
12
  orientation: DataOrientation;
13
13
  decorative: boolean;
14
- }, {}, {}, {}, string, vue1034.ComponentProvideOptions, false, {}, any>;
14
+ }, {}, {}, {}, string, vue362.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 & {
@@ -18,7 +18,7 @@ interface SeparatorRootProps extends /** @vue-ignore */HTMLAttributes {
18
18
  decorative?: boolean;
19
19
  }
20
20
  type SeparatorThemeSlot = 'root' | 'label';
21
- type SeparatorUi = Record<SeparatorThemeSlot, ClassValue>;
21
+ type SeparatorUi = Partial<Record<SeparatorThemeSlot, ClassValue>>;
22
22
  interface SeparatorThemeContextParams {
23
23
  ui: ComputedRef<SeparatorUi>;
24
24
  }
@@ -1,6 +1,6 @@
1
- import * as vue23 from "vue";
1
+ import * as vue21 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: vue21.DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, vue21.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 vue326 from "vue";
4
+ import * as vue327 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: vue326.DefineComponent<SwitchControlProps, {}, {}, {}, {}, vue326.ComponentOptionsMixin, vue326.ComponentOptionsMixin, {}, string, vue326.PublicProps, Readonly<SwitchControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue326.ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: vue327.DefineComponent<SwitchControlProps, {}, {}, {}, {}, vue327.ComponentOptionsMixin, vue327.ComponentOptionsMixin, {}, string, vue327.PublicProps, Readonly<SwitchControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue327.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 vue324 from "vue";
4
+ import * as vue291 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_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8
- props: __VLS_PrettifyLocal<SwitchRootProps<T> & {
8
+ props: vue291.PublicProps & __VLS_PrettifyLocal<SwitchRootProps<T> & {
9
9
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
10
- }> & vue324.PublicProps & (typeof globalThis extends {
10
+ }> & (typeof globalThis extends {
11
11
  __VLS_PROPS_FALLBACK: infer P;
12
12
  } ? P : {});
13
13
  expose: (exposed: {}) => void;
@@ -18,7 +18,7 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
18
18
  }) => any;
19
19
  };
20
20
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
21
- }>) => vue324.VNode & {
21
+ }>) => vue291.VNode & {
22
22
  __ctx?: Awaited<typeof __VLS_setup>;
23
23
  };
24
24
  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 vue331 from "vue";
4
+ import * as vue293 from "vue";
5
5
 
6
6
  //#region src/components/switch/switch-thumb.vue.d.ts
7
7
  declare var __VLS_8: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_base: vue331.DefineComponent<SwitchThumbProps, {}, {}, {}, {}, vue331.ComponentOptionsMixin, vue331.ComponentOptionsMixin, {}, string, vue331.PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {
12
- as: AsTag | vue331.Component;
13
- }, {}, {}, {}, string, vue331.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue293.DefineComponent<SwitchThumbProps, {}, {}, {}, {}, vue293.ComponentOptionsMixin, vue293.ComponentOptionsMixin, {}, string, vue293.PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {
12
+ as: AsTag | vue293.Component;
13
+ }, {}, {}, {}, string, vue293.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 vue172 from "vue";
2
+ import * as vue1300 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: vue172.DefineComponent<TabsContentProps, {}, {}, {}, {}, vue172.ComponentOptionsMixin, vue172.ComponentOptionsMixin, {}, string, vue172.PublicProps, Readonly<TabsContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue172.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue1300.DefineComponent<TabsContentProps, {}, {}, {}, {}, vue1300.ComponentOptionsMixin, vue1300.ComponentOptionsMixin, {}, string, vue1300.PublicProps, Readonly<TabsContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1300.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 vue177 from "vue";
2
+ import * as vue1305 from "vue";
3
3
 
4
4
  //#region src/components/tabs/tabs-indicator.vue.d.ts
5
5
  declare var __VLS_8: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_8) => any;
8
8
  };
9
- declare const __VLS_base: vue177.DefineComponent<TabsIndicatorProps, {}, {}, {}, {}, vue177.ComponentOptionsMixin, vue177.ComponentOptionsMixin, {}, string, vue177.PublicProps, Readonly<TabsIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue177.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1305.DefineComponent<TabsIndicatorProps, {}, {}, {}, {}, vue1305.ComponentOptionsMixin, vue1305.ComponentOptionsMixin, {}, string, vue1305.PublicProps, Readonly<TabsIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1305.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 { TabsListProps } from "./types.js";
2
- import * as vue182 from "vue";
2
+ import * as vue1310 from "vue";
3
3
 
4
4
  //#region src/components/tabs/tabs-list.vue.d.ts
5
5
  declare var __VLS_8: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_8) => any;
8
8
  };
9
- declare const __VLS_base: vue182.DefineComponent<TabsListProps, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, string, vue182.PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue182.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1310.DefineComponent<TabsListProps, {}, {}, {}, {}, vue1310.ComponentOptionsMixin, vue1310.ComponentOptionsMixin, {}, string, vue1310.PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1310.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,7 +1,7 @@
1
1
  import { AcceptableValue, DataOrientation, DefinedValue } from "../../types/common.js";
2
2
  import { TabsActivationMode, TabsRootProps } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue167 from "vue";
4
+ import * as vue1295 from "vue";
5
5
 
6
6
  //#region src/components/tabs/tabs-root.vue.d.ts
7
7
  type __VLS_Props = TabsRootProps;
@@ -11,17 +11,17 @@ declare var __VLS_1: {
11
11
  type __VLS_Slots = {} & {
12
12
  default?: (props: typeof __VLS_1) => any;
13
13
  };
14
- declare const __VLS_base: vue167.DefineComponent<__VLS_Props, {}, {}, {}, {}, vue167.ComponentOptionsMixin, vue167.ComponentOptionsMixin, {
14
+ declare const __VLS_base: vue1295.DefineComponent<__VLS_Props, {}, {}, {}, {}, vue1295.ComponentOptionsMixin, vue1295.ComponentOptionsMixin, {
15
15
  "update:modelValue": (payload: NonNullable<AcceptableValue>) => any;
16
- }, string, vue167.PublicProps, Readonly<__VLS_Props> & Readonly<{
16
+ }, string, vue1295.PublicProps, Readonly<__VLS_Props> & Readonly<{
17
17
  "onUpdate:modelValue"?: ((payload: NonNullable<AcceptableValue>) => any) | undefined;
18
18
  }>, {
19
19
  modelValue: DefinedValue | null;
20
20
  orientation: DataOrientation;
21
21
  loop: boolean;
22
- activationMode: TabsActivationMode;
23
22
  unmountOnHide: boolean;
24
- }, {}, {}, {}, string, vue167.ComponentProvideOptions, false, {}, any>;
23
+ activationMode: TabsActivationMode;
24
+ }, {}, {}, {}, string, vue1295.ComponentProvideOptions, false, {}, any>;
25
25
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
26
  declare const _default: typeof __VLS_export;
27
27
  type __VLS_WithSlots<T, S> = T & {
@@ -1,7 +1,7 @@
1
1
  import { AsTag } from "../primitive/types.js";
2
2
  import "../primitive/index.js";
3
3
  import { TabsTriggerProps } from "./types.js";
4
- import * as vue187 from "vue";
4
+ import * as vue1315 from "vue";
5
5
 
6
6
  //#region src/components/tabs/tabs-trigger.vue.d.ts
7
7
  declare var __VLS_18: {
@@ -10,10 +10,10 @@ declare var __VLS_18: {
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_18) => any;
12
12
  };
13
- declare const __VLS_base: vue187.DefineComponent<TabsTriggerProps, {}, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {}, string, vue187.PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {
14
- as: AsTag | vue187.Component;
13
+ declare const __VLS_base: vue1315.DefineComponent<TabsTriggerProps, {}, {}, {}, {}, vue1315.ComponentOptionsMixin, vue1315.ComponentOptionsMixin, {}, string, vue1315.PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {
14
+ as: AsTag | vue1315.Component;
15
15
  disabled: boolean;
16
- }, {}, {}, {}, string, vue187.ComponentProvideOptions, false, {}, any>;
16
+ }, {}, {}, {}, string, vue1315.ComponentProvideOptions, false, {}, any>;
17
17
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
18
  declare const _default: typeof __VLS_export;
19
19
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { TagProps } from "./types.js";
2
- import * as vue294 from "vue";
2
+ import * as vue347 from "vue";
3
3
 
4
4
  //#region src/components/tag/tag.vue.d.ts
5
5
  declare var __VLS_1: {
@@ -9,13 +9,13 @@ declare var __VLS_1: {
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
11
11
  };
12
- declare const __VLS_base: vue294.DefineComponent<TagProps, {}, {}, {}, {}, vue294.ComponentOptionsMixin, vue294.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue347.DefineComponent<TagProps, {}, {}, {}, {}, vue347.ComponentOptionsMixin, vue347.ComponentOptionsMixin, {
13
13
  "update:open": (open: boolean) => any;
14
- }, string, vue294.PublicProps, Readonly<TagProps> & Readonly<{
14
+ }, string, vue347.PublicProps, Readonly<TagProps> & Readonly<{
15
15
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
16
16
  }>, {
17
17
  open: boolean;
18
- }, {}, {}, {}, string, vue294.ComponentProvideOptions, false, {}, any>;
18
+ }, {}, {}, {}, string, vue347.ComponentProvideOptions, false, {}, any>;
19
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
20
  declare const _default: typeof __VLS_export;
21
21
  type __VLS_WithSlots<T, S> = T & {
@@ -1,8 +1,8 @@
1
1
  import { TextareaControlProps } from "./types.js";
2
- import * as vue314 from "vue";
2
+ import * as vue332 from "vue";
3
3
 
4
4
  //#region src/components/textarea/textarea-control.vue.d.ts
5
- declare const __VLS_export: vue314.DefineComponent<TextareaControlProps, {}, {}, {}, {}, vue314.ComponentOptionsMixin, vue314.ComponentOptionsMixin, {}, string, vue314.PublicProps, Readonly<TextareaControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue314.ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: vue332.DefineComponent<TextareaControlProps, {}, {}, {}, {}, vue332.ComponentOptionsMixin, vue332.ComponentOptionsMixin, {}, string, vue332.PublicProps, Readonly<TextareaControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue332.ComponentProvideOptions, false, {}, any>;
6
6
  declare const _default: typeof __VLS_export;
7
7
  //#endregion
8
8
  export { _default };
@@ -1,5 +1,5 @@
1
1
  import { TextareaCounterProps } from "./types.js";
2
- import * as vue319 from "vue";
2
+ import * as vue337 from "vue";
3
3
 
4
4
  //#region src/components/textarea/textarea-counter.vue.d.ts
5
5
  declare var __VLS_1: {
@@ -9,7 +9,7 @@ declare var __VLS_1: {
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
11
11
  };
12
- declare const __VLS_base: vue319.DefineComponent<TextareaCounterProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, vue319.PublicProps, Readonly<TextareaCounterProps> & Readonly<{}>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_base: vue337.DefineComponent<TextareaCounterProps, {}, {}, {}, {}, vue337.ComponentOptionsMixin, vue337.ComponentOptionsMixin, {}, string, vue337.PublicProps, Readonly<TextareaCounterProps> & Readonly<{}>, {}, {}, {}, {}, string, vue337.ComponentProvideOptions, false, {}, any>;
13
13
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
14
  declare const _default: typeof __VLS_export;
15
15
  type __VLS_WithSlots<T, S> = T & {