@soybeanjs/headless 0.0.7 → 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 +6 -6
  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 +8 -8
  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 +8 -8
  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 +8 -8
  70. package/dist/components/dropdown-menu/dropdown-menu-root.vue.d.ts +5 -5
  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 +6 -6
  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 +11 -11
  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 +10 -10
  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} +10 -10
  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} +26 -26
  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 +5 -5
  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 +11 -11
  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 +7 -7
  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 +4 -4
  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 +3 -3
  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-presence.d.ts +2 -2
  288. package/dist/composables/use-props.d.ts +3 -3
  289. package/dist/composables/use-selection.d.ts +4 -4
  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,5 +1,5 @@
1
1
  import { TextareaCounterProps } from "./types.js";
2
- import * as vue444 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: vue444.DefineComponent<TextareaCounterProps, {}, {}, {}, {}, vue444.ComponentOptionsMixin, vue444.ComponentOptionsMixin, {}, string, vue444.PublicProps, Readonly<TextareaCounterProps> & Readonly<{}>, {}, {}, {}, {}, string, vue444.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 & {
@@ -1,5 +1,5 @@
1
1
  import { TextareaRootProps } from "./types.js";
2
- import * as vue434 from "vue";
2
+ import * as vue342 from "vue";
3
3
 
4
4
  //#region src/components/textarea/textarea-root.vue.d.ts
5
5
  declare var __VLS_1: {
@@ -9,13 +9,13 @@ declare var __VLS_1: {
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
11
11
  };
12
- declare const __VLS_base: vue434.DefineComponent<TextareaRootProps, {}, {}, {}, {}, vue434.ComponentOptionsMixin, vue434.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue342.DefineComponent<TextareaRootProps, {}, {}, {}, {}, vue342.ComponentOptionsMixin, vue342.ComponentOptionsMixin, {
13
13
  "update:modelValue": (value: string) => any;
14
- }, string, vue434.PublicProps, Readonly<TextareaRootProps> & Readonly<{
14
+ }, string, vue342.PublicProps, Readonly<TextareaRootProps> & Readonly<{
15
15
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
16
16
  }>, {
17
17
  modelValue: string;
18
- }, {}, {}, {}, string, vue434.ComponentProvideOptions, false, {}, any>;
18
+ }, {}, {}, {}, string, vue342.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,16 +1,16 @@
1
1
  import { AsTag } from "../primitive/types.js";
2
2
  import "../primitive/index.js";
3
3
  import { ToastActionProps } from "./types.js";
4
- import * as vue964 from "vue";
4
+ import * as vue160 from "vue";
5
5
 
6
6
  //#region src/components/toast/toast-action.vue.d.ts
7
7
  declare var __VLS_10: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
- declare const __VLS_base: vue964.DefineComponent<ToastActionProps, {}, {}, {}, {}, vue964.ComponentOptionsMixin, vue964.ComponentOptionsMixin, {}, string, vue964.PublicProps, Readonly<ToastActionProps> & Readonly<{}>, {
12
- as: AsTag | vue964.Component;
13
- }, {}, {}, {}, string, vue964.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue160.DefineComponent<ToastActionProps, {}, {}, {}, {}, vue160.ComponentOptionsMixin, vue160.ComponentOptionsMixin, {}, string, vue160.PublicProps, Readonly<ToastActionProps> & Readonly<{}>, {
12
+ as: AsTag | vue160.Component;
13
+ }, {}, {}, {}, string, vue160.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 { ToastCloseProps } from "./types.js";
4
- import * as vue1001 from "vue";
4
+ import * as vue148 from "vue";
5
5
 
6
6
  //#region src/components/toast/toast-close.vue.d.ts
7
7
  declare var __VLS_10: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
- declare const __VLS_base: vue1001.DefineComponent<ToastCloseProps, {}, {}, {}, {}, vue1001.ComponentOptionsMixin, vue1001.ComponentOptionsMixin, {}, string, vue1001.PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {
12
- as: AsTag | vue1001.Component;
13
- }, {}, {}, {}, string, vue1001.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue148.DefineComponent<ToastCloseProps, {}, {}, {}, {}, vue148.ComponentOptionsMixin, vue148.ComponentOptionsMixin, {}, string, vue148.PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {
12
+ as: AsTag | vue148.Component;
13
+ }, {}, {}, {}, string, vue148.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 { ToastDescriptionProps } from "./types.js";
2
- import * as vue970 from "vue";
2
+ import * as vue117 from "vue";
3
3
 
4
4
  //#region src/components/toast/toast-description.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue970.DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, vue970.ComponentOptionsMixin, vue970.ComponentOptionsMixin, {}, string, vue970.PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue970.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue117.DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, vue117.ComponentOptionsMixin, vue117.ComponentOptionsMixin, {}, string, vue117.PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue117.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,19 +1,19 @@
1
1
  import { SwipeDirection } from "../../types/common.js";
2
2
  import "../../types/index.js";
3
3
  import { ToastProviderProps } from "./types.js";
4
- import * as vue954 from "vue";
4
+ import * as vue112 from "vue";
5
5
 
6
6
  //#region src/components/toast/toast-provider.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: vue954.DefineComponent<ToastProviderProps, {}, {}, {}, {}, vue954.ComponentOptionsMixin, vue954.ComponentOptionsMixin, {}, string, vue954.PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
11
+ declare const __VLS_base: vue112.DefineComponent<ToastProviderProps, {}, {}, {}, {}, vue112.ComponentOptionsMixin, vue112.ComponentOptionsMixin, {}, string, vue112.PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
12
12
  label: string;
13
13
  duration: number;
14
14
  swipeDirection: SwipeDirection;
15
15
  swipeThreshold: number;
16
- }, {}, {}, {}, string, vue954.ComponentProvideOptions, false, {}, any>;
16
+ }, {}, {}, {}, string, vue112.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 & {
@@ -3,40 +3,40 @@ import "../../types/index.js";
3
3
  import { AsTag } from "../primitive/types.js";
4
4
  import "../primitive/index.js";
5
5
  import { ToastLiveType, ToastRootProps } from "./types.js";
6
- import * as vue1013 from "vue";
6
+ import * as vue106 from "vue";
7
7
 
8
8
  //#region src/components/toast/toast-root.vue.d.ts
9
- declare var __VLS_22: {
9
+ declare var __VLS_23: {
10
10
  remaining: number;
11
11
  duration: number;
12
12
  };
13
13
  type __VLS_Slots = {} & {
14
- default?: (props: typeof __VLS_22) => any;
14
+ default?: (props: typeof __VLS_23) => any;
15
15
  };
16
- declare const __VLS_base: vue1013.DefineComponent<ToastRootProps, {}, {}, {}, {}, vue1013.ComponentOptionsMixin, vue1013.ComponentOptionsMixin, {
16
+ declare const __VLS_base: vue106.DefineComponent<ToastRootProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {
17
17
  pause: () => any;
18
- "update:open": (value: boolean) => any;
19
18
  escapeKeyDown: (event: KeyboardEvent) => any;
20
19
  resume: () => any;
21
20
  swipeStart: (event: SwipeEvent) => any;
22
21
  swipeMove: (event: SwipeEvent) => any;
23
22
  swipeCancel: (event: SwipeEvent) => any;
24
23
  swipeEnd: (event: SwipeEvent) => any;
25
- }, string, vue1013.PublicProps, Readonly<ToastRootProps> & Readonly<{
24
+ "update:open": (value: boolean) => any;
25
+ }, string, vue106.PublicProps, Readonly<ToastRootProps> & Readonly<{
26
26
  onPause?: (() => any) | undefined;
27
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
28
27
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
29
28
  onResume?: (() => any) | undefined;
30
29
  onSwipeStart?: ((event: SwipeEvent) => any) | undefined;
31
30
  onSwipeMove?: ((event: SwipeEvent) => any) | undefined;
32
31
  onSwipeCancel?: ((event: SwipeEvent) => any) | undefined;
33
32
  onSwipeEnd?: ((event: SwipeEvent) => any) | undefined;
33
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
34
34
  }>, {
35
+ as: AsTag | vue106.Component;
35
36
  open: boolean;
36
- as: AsTag | vue1013.Component;
37
- defaultOpen: boolean;
38
37
  liveType: ToastLiveType;
39
- }, {}, {}, {}, string, vue1013.ComponentProvideOptions, false, {}, any>;
38
+ defaultOpen: boolean;
39
+ }, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>;
40
40
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
41
41
  declare const _default: typeof __VLS_export;
42
42
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { ToastTitleProps } from "./types.js";
2
- import * as vue959 from "vue";
2
+ import * as vue166 from "vue";
3
3
 
4
4
  //#region src/components/toast/toast-title.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue959.DefineComponent<ToastTitleProps, {}, {}, {}, {}, vue959.ComponentOptionsMixin, vue959.ComponentOptionsMixin, {}, string, vue959.PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue959.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue166.DefineComponent<ToastTitleProps, {}, {}, {}, {}, vue166.ComponentOptionsMixin, vue166.ComponentOptionsMixin, {}, string, vue166.PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue166.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 { AsTag } from "../primitive/types.js";
2
2
  import "../primitive/index.js";
3
3
  import { ToastViewportProps } from "./types.js";
4
- import * as vue1007 from "vue";
4
+ import * as vue154 from "vue";
5
5
 
6
6
  //#region src/components/toast/toast-viewport.vue.d.ts
7
7
  declare var __VLS_14: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_14) => any;
10
10
  };
11
- declare const __VLS_base: vue1007.DefineComponent<ToastViewportProps, {}, {}, {}, {}, vue1007.ComponentOptionsMixin, vue1007.ComponentOptionsMixin, {}, string, vue1007.PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {
11
+ declare const __VLS_base: vue154.DefineComponent<ToastViewportProps, {}, {}, {}, {}, vue154.ComponentOptionsMixin, vue154.ComponentOptionsMixin, {}, string, vue154.PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {
12
12
  label: string | ((hotkey: string) => string);
13
- as: AsTag | vue1007.Component;
13
+ as: AsTag | vue154.Component;
14
14
  hotkey: string[];
15
- }, {}, {}, {}, string, vue1007.ComponentProvideOptions, false, {}, any>;
15
+ }, {}, {}, {}, string, vue154.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 +1 @@
1
- import{useContext as e}from"../../composables/use-context.js";import{computed as t,shallowRef as n,useId as r}from"vue";const[i,a]=e(`TooltipOpenDelayed`,e=>{let{skipDelayDuration:t}=e,r=n(!0),i=n(!1),a=null,o=()=>{a&&=(clearTimeout(a),null)},s=()=>{o(),a=setTimeout(()=>{r.value=!0},t.value)};return{skipDelayDuration:t,isOpenDelayed:r,isPointerInTransitRef:i,onOpen:()=>{o(),r.value=!1},onClose:()=>{s()}}}),[o,s]=e(`TooltipRoot`,e=>{let{open:i,delayDuration:a,isOpenDelayed:o,disableHoverableContent:s}=e,c=n(``),l=()=>{c.value||=`soybean-tooltip-content-${r()}`},u=n(!1),d=t(()=>i.value?u.value?`delayed-open`:`instant-open`:`closed`),f=n(),p=e=>{f.value=e},m=n(),h=e=>{m.value=e},g=null,_=()=>{g&&=(clearTimeout(g),null)},v=()=>{_(),g=setTimeout(()=>{u.value=!0,i.value=!0},a.value)},y=()=>{_(),u.value=!1,i.value=!0},b=()=>{_(),i.value=!1},x=()=>{v()},S=()=>{o.value?x():y()},C=()=>{s.value?b():_()};return{...e,contentId:c,dataState:d,triggerElement:f,onTriggerElementChange:p,initContentId:l,contentElement:m,onContentElementChange:h,onTriggerEnter:S,onTriggerLeave:C,onOpen:y,onClose:b}});export{i as provideTooltipOpenDelayedContext,o as provideTooltipRootContext,a as useTooltipOpenDelayedContext,s as useTooltipRootContext};
1
+ import{useContext as e}from"../../composables/use-context.js";import{computed as t,shallowRef as n,useId as r}from"vue";const[i,a]=e(`TooltipOpenDelayed`,e=>{let{skipDelayDuration:t}=e,r=n(!0),i=n(!1),a=null,o=()=>{a&&=(clearTimeout(a),null)},s=()=>{o(),a=setTimeout(()=>{r.value=!0},t.value)};return{skipDelayDuration:t,isOpenDelayed:r,isPointerInTransitRef:i,onOpen:()=>{o(),r.value=!1},onClose:()=>{s()}}}),[o,s]=e(`TooltipRoot`,e=>{let{open:i,delayDuration:a,isOpenDelayed:o,disableHoverableContent:s}=e,c=n(``),l=()=>{c.value||=`soybean-tooltip-popup-${r()}`},u=n(!1),d=t(()=>i.value?u.value?`delayed-open`:`instant-open`:`closed`),f=n(),p=e=>{f.value=e},m=n(),h=e=>{m.value=e},g=null,_=()=>{g&&=(clearTimeout(g),null)},v=()=>{_(),g=setTimeout(()=>{u.value=!0,i.value=!0},a.value)},y=()=>{_(),u.value=!1,i.value=!0},b=()=>{_(),i.value=!1},x=()=>{v()},S=()=>{o.value?x():y()},C=()=>{s.value?b():_()};return{...e,dataState:d,popupId:c,initPopupId:l,popupElement:f,onPopupElementChange:p,triggerElement:m,onTriggerElementChange:h,onTriggerEnter:S,onTriggerLeave:C,onOpen:y,onClose:b}});export{i as provideTooltipOpenDelayedContext,o as provideTooltipRootContext,a as useTooltipOpenDelayedContext,s as useTooltipRootContext};
@@ -1,11 +1,11 @@
1
1
  import { PortalProps } from "../portal/types.js";
2
2
  import { _default as _default$2 } from "../portal/portal.vue.js";
3
- import { ArrowProps } from "../arrow/types.js";
4
- import { PopperAnchorProps, PopperThemeSlot, PopperUi } from "../popper/types.js";
5
- import { TooltipContentEmits, TooltipContentProps, TooltipDataState, TooltipProviderProps, TooltipRootEmits, TooltipRootProps } from "./types.js";
3
+ import { PopperAnchorProps, PopperArrowProps, PopperThemeSlot, PopperUi } from "../popper/types.js";
4
+ import { TooltipDataState, TooltipPopupProps, TooltipPositionerEmits, TooltipPositionerProps, TooltipProviderProps, TooltipRootEmits, TooltipRootProps } from "./types.js";
6
5
  import { _default } from "../popper/popper-arrow.vue.js";
7
6
  import { providePopperThemeContext } from "../popper/context.js";
8
- import { _default as _default$3 } from "./tooltip-root.vue.js";
9
- import { _default as _default$4 } from "./tooltip-trigger.vue.js";
10
- import { _default as _default$1 } from "./tooltip-content.vue.js";
11
- export { _default as TooltipArrow, type ArrowProps as TooltipArrowProps, _default$1 as TooltipContent, type TooltipContentEmits, type TooltipContentProps, type TooltipDataState, _default$2 as TooltipPortal, type PortalProps as TooltipPortalProps, type TooltipProviderProps, _default$3 as TooltipRoot, type TooltipRootEmits, type TooltipRootProps, type PopperThemeSlot as TooltipThemeSlot, _default$4 as TooltipTrigger, type PopperAnchorProps as TooltipTriggerProps, type PopperUi as TooltipUi, providePopperThemeContext as provideTooltipThemeContext };
7
+ import { _default as _default$4 } from "./tooltip-root.vue.js";
8
+ import { _default as _default$5 } from "./tooltip-trigger.vue.js";
9
+ import { _default as _default$1 } from "./tooltip-popup.vue.js";
10
+ import { _default as _default$3 } from "./tooltip-positioner.vue.js";
11
+ export { _default as TooltipArrow, type PopperArrowProps as TooltipArrowProps, type TooltipDataState, _default$1 as TooltipPopup, type TooltipPopupProps, _default$2 as TooltipPortal, type PortalProps as TooltipPortalProps, _default$3 as TooltipPositioner, type TooltipPositionerEmits, type TooltipPositionerProps, type TooltipProviderProps, _default$4 as TooltipRoot, type TooltipRootEmits, type TooltipRootProps, type PopperThemeSlot as TooltipThemeSlot, _default$5 as TooltipTrigger, type PopperAnchorProps as TooltipTriggerProps, type PopperUi as TooltipUi, providePopperThemeContext as provideTooltipThemeContext };
@@ -1 +1 @@
1
- import e from"../portal/portal.js";import{providePopperThemeContext as t}from"../popper/context.js";import n from"../popper/popper-arrow.js";import r from"./tooltip-root.js";import i from"./tooltip-trigger.js";import a from"./tooltip-content.js";export{n as TooltipArrow,a as TooltipContent,e as TooltipPortal,r as TooltipRoot,i as TooltipTrigger,t as provideTooltipThemeContext};
1
+ import e from"../portal/portal.js";import{providePopperThemeContext as t}from"../popper/context.js";import n from"../popper/popper-arrow.js";import r from"./tooltip-root.js";import i from"./tooltip-trigger.js";import a from"./tooltip-popup.js";import o from"./tooltip-positioner.js";export{n as TooltipArrow,a as TooltipPopup,e as TooltipPortal,o as TooltipPositioner,r as TooltipRoot,i as TooltipTrigger,t as provideTooltipThemeContext};
@@ -0,0 +1 @@
1
+ import{getAriaLabelByVNodeList as e}from"../../shared/dom.js";import{useForwardElement as t}from"../../composables/use-forward-element.js";import n from"../visually-hidden/visually-hidden.js";import{popperCssVars as r}from"../popper/shared.js";import i from"../popper/popper-popup.js";import{useTooltipRootContext as a}from"./context.js";import{tooltipCssVars as o}from"./shared.js";import{computed as s,createBlock as c,createTextVNode as l,createVNode as u,defineComponent as d,openBlock as f,renderSlot as p,toDisplayString as m,unref as h,useSlots as g,withCtx as _}from"vue";var v=d({name:`TooltipPopup`,__name:`tooltip-popup`,props:{ariaLabel:{}},setup(d){let v=d,y=g(),b=s(()=>y.default?.()),{popupId:x,dataState:S,initPopupId:C,onPopupElementChange:w}=a(`TooltipPopup`),[,T]=t(w),E={[o.transformOrigin]:`var(${r.transformOrigin})`,[o.availableWidth]:`var(${r.availableWidth})`,[o.availableHeight]:`var(${r.availableHeight})`,[o.anchorWidth]:`var(${r.anchorWidth})`,[o.anchorHeight]:`var(${r.anchorHeight})`},D=s(()=>v.ariaLabel?v.ariaLabel:e(b.value));return C(),(e,t)=>(f(),c(h(i),{ref:h(T),"data-dismissable-layer":``,"data-state":h(S),style:E},{default:_(()=>[p(e.$slots,`default`),u(h(n),{id:h(x),role:`tooltip`},{default:_(()=>[l(m(D.value),1)]),_:1},8,[`id`])]),_:3},8,[`data-state`]))}});export{v as default};
@@ -0,0 +1,18 @@
1
+ import { TooltipPopupProps } from "./types.js";
2
+ import * as vue1200 from "vue";
3
+
4
+ //#region src/components/tooltip/tooltip-popup.vue.d.ts
5
+ declare var __VLS_8: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_8) => any;
8
+ };
9
+ declare const __VLS_base: vue1200.DefineComponent<TooltipPopupProps, {}, {}, {}, {}, vue1200.ComponentOptionsMixin, vue1200.ComponentOptionsMixin, {}, string, vue1200.PublicProps, Readonly<TooltipPopupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1200.ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
17
+ //#endregion
18
+ export { _default };
@@ -0,0 +1 @@
1
+ import{useDismissableLayer as e}from"../../composables/use-dismissable-layer.js";import{useForwardElement as t}from"../../composables/use-forward-element.js";import{useGraceArea as n}from"../../composables/use-grace-area.js";import r from"../popper/popper-positioner.js";import{useTooltipOpenDelayedContext as i,useTooltipRootContext as a}from"./context.js";import{TOOLTIP_OPEN as o}from"./shared.js";import{createBlock as s,defineComponent as c,mergeProps as l,onWatcherCleanup as u,openBlock as d,renderSlot as f,unref as p,watchPostEffect as m,withCtx as h}from"vue";var g=c({name:`TooltipPositionerImpl`,__name:`tooltip-positioner-impl`,props:{placement:{},side:{default:`top`},sideOffset:{default:0},sideFlip:{type:Boolean},align:{default:`center`},alignOffset:{},alignFlip:{type:Boolean},avoidCollisions:{type:Boolean,default:!0},collisionBoundary:{default:()=>[]},collisionPadding:{default:0},arrowPadding:{default:0},sticky:{default:`partial`},hideWhenDetached:{type:Boolean,default:!1},positionStrategy:{},updatePositionStrategy:{},disableUpdateOnLayoutShift:{type:Boolean},prioritizePosition:{type:Boolean},reference:{}},emits:[`escapeKeyDown`,`pointerDownOutside`],setup(c,{emit:g}){let _=c,v=g,{isPointerInTransitRef:y}=i(`TooltipPositionerImpl`),{triggerElement:b,popupElement:x,disableClosingTrigger:S,disableHoverableContent:C,onClose:w}=a(`TooltipPositionerImpl`),[T,E]=t();n({triggerElement:b,areaElement:T,onPointerInTransitChange:e=>{y.value=e},onPointerExit:()=>{w()},disabled:C});let{pointerEvents:D}=e(T,{disableOutsidePointerEvents:!1,onEscapeKeyDown:e=>{v(`escapeKeyDown`,e)},onPointerDownOutside:e=>{S.value&&b.value?.contains(e.target)&&e.preventDefault(),v(`pointerDownOutside`,e)},onFocusOutside:e=>{e.preventDefault()},onDismiss:()=>{w()}});return m(()=>{let e=e=>{e.target?.contains(b.value)&&w()};window.addEventListener(`scroll`,e),window.addEventListener(o,w),u(()=>{window.removeEventListener(`scroll`,e),window.removeEventListener(o,w)})}),m(()=>{x.value&&D.value&&(x.value.style.pointerEvents=D.value)}),(e,t)=>(d(),s(p(r),l(_,{ref:p(E)}),{default:h(()=>[f(e.$slots,`default`)]),_:3},16))}});export{g as default};
@@ -0,0 +1 @@
1
+ import{useForwardListeners as e}from"../../composables/use-forward-listeners.js";import{usePresence as t}from"../../composables/use-presence.js";import{useOmitProps as n}from"../../composables/use-props.js";import{useTooltipRootContext as r}from"./context.js";import i from"./tooltip-positioner-impl.js";import{createBlock as a,createCommentVNode as o,defineComponent as s,mergeProps as c,openBlock as l,renderSlot as u,shallowRef as d,toHandlers as f,unref as p,withCtx as m}from"vue";var h=s({name:`TooltipPositioner`,__name:`tooltip-positioner`,props:{placement:{},side:{},sideOffset:{},sideFlip:{type:Boolean},align:{},alignOffset:{},alignFlip:{type:Boolean},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},positionStrategy:{},updatePositionStrategy:{},disableUpdateOnLayoutShift:{type:Boolean},prioritizePosition:{type:Boolean},reference:{},forceMount:{type:Boolean}},emits:[`escapeKeyDown`,`pointerDownOutside`],setup(s,{emit:h}){let g=s,_=h,v=n(g,[`forceMount`]),y=e(_),{popupElement:b,open:x}=r(`TooltipPositioner`),S=g.forceMount?d(!0):t(b,x);return(e,t)=>p(S)?(l(),a(i,c({key:0},p(v),f(p(y))),{default:m(()=>[u(e.$slots,`default`)]),_:3},16)):o(`v-if`,!0)}});export{h as default};
@@ -1,20 +1,20 @@
1
1
  import { PointerDownOutsideEvent } from "../../types/event.js";
2
- import { TooltipContentProps } from "./types.js";
2
+ import { TooltipPositionerProps } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue743 from "vue";
4
+ import * as vue1205 from "vue";
5
5
 
6
- //#region src/components/tooltip/tooltip-content.vue.d.ts
7
- declare var __VLS_7: {};
6
+ //#region src/components/tooltip/tooltip-positioner.vue.d.ts
7
+ declare var __VLS_8: {};
8
8
  type __VLS_Slots = {} & {
9
- default?: (props: typeof __VLS_7) => any;
9
+ default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_base: vue743.DefineComponent<TooltipContentProps, {}, {}, {}, {}, vue743.ComponentOptionsMixin, vue743.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue1205.DefineComponent<TooltipPositionerProps, {}, {}, {}, {}, vue1205.ComponentOptionsMixin, vue1205.ComponentOptionsMixin, {
12
12
  escapeKeyDown: (event: KeyboardEvent) => any;
13
13
  pointerDownOutside: (event: PointerDownOutsideEvent) => any;
14
- }, string, vue743.PublicProps, Readonly<TooltipContentProps> & Readonly<{
14
+ }, string, vue1205.PublicProps, Readonly<TooltipPositionerProps> & Readonly<{
15
15
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
16
16
  onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
17
- }>, {}, {}, {}, {}, string, vue743.ComponentProvideOptions, false, {}, any>;
17
+ }>, {}, {}, {}, {}, string, vue1205.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,5 +1,5 @@
1
1
  import { TooltipRootProps } from "./types.js";
2
- import * as vue732 from "vue";
2
+ import * as vue1189 from "vue";
3
3
 
4
4
  //#region src/components/tooltip/tooltip-root.vue.d.ts
5
5
  declare var __VLS_8: {
@@ -8,14 +8,14 @@ declare var __VLS_8: {
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_base: vue732.DefineComponent<TooltipRootProps, {}, {}, {}, {}, vue732.ComponentOptionsMixin, vue732.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue1189.DefineComponent<TooltipRootProps, {}, {}, {}, {}, vue1189.ComponentOptionsMixin, vue1189.ComponentOptionsMixin, {
12
12
  "update:open": (value: boolean) => any;
13
- }, string, vue732.PublicProps, Readonly<TooltipRootProps> & Readonly<{
13
+ }, string, vue1189.PublicProps, Readonly<TooltipRootProps> & Readonly<{
14
14
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
15
15
  }>, {
16
16
  open: boolean;
17
17
  defaultOpen: boolean;
18
- }, {}, {}, {}, string, vue732.ComponentProvideOptions, false, {}, any>;
18
+ }, {}, {}, {}, string, vue1189.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 +1 @@
1
- import{useForwardElement as e}from"../../composables/use-forward-element.js";import t from"../popper/popper-anchor.js";import{useTooltipOpenDelayedContext as n,useTooltipRootContext as r}from"./context.js";import{computed as i,createBlock as a,defineComponent as o,mergeProps as s,openBlock as c,renderSlot as l,toHandlers as u,unref as d,withCtx as f}from"vue";var p=o({name:`TooltipTrigger`,__name:`tooltip-trigger`,props:{reference:{},asChild:{type:Boolean},as:{default:`button`}},setup(o){let{isPointerInTransitRef:p}=n(`TooltipTrigger`),{open:m,disabled:h,contentId:g,dataState:_,disableClosingTrigger:v,ignoreNonKeyboardFocus:y,onTriggerElementChange:b,onOpen:x,onClose:S,onTriggerEnter:C,onTriggerLeave:w}=r(`TooltipTrigger`),[T,E]=e(b),D=!1,O=!1,k=()=>{setTimeout(()=>{D=!1},1)},A=()=>{m.value&&!v.value&&S(),D=!0,document.addEventListener(`pointerup`,k,{once:!0})},j=e=>{e.pointerType!==`touch`&&!O&&!p.value&&(C(),O=!0)},M=()=>{w(),O=!1},N=e=>{D||y.value&&!e.target.matches?.(`:focus-visible`)||x()},P=()=>{S()},F=()=>{v.value||S()},I=i(()=>h.value?{}:{click:F,focus:N,pointermove:j,pointerleave:M,pointerdown:A,blur:P});return(e,n)=>(c(),a(d(t),s({ref:d(E),as:o.as,"as-child":o.asChild,reference:o.reference,"aria-describedby":d(m)?d(g):void 0,"data-state":d(_),"data-grace-area-trigger":``},u(I.value)),{default:f(()=>[l(e.$slots,`default`)]),_:3},16,[`as`,`as-child`,`reference`,`aria-describedby`,`data-state`]))}});export{p as default};
1
+ import{useForwardElement as e}from"../../composables/use-forward-element.js";import t from"../popper/popper-anchor.js";import{useTooltipOpenDelayedContext as n,useTooltipRootContext as r}from"./context.js";import{computed as i,createBlock as a,defineComponent as o,mergeProps as s,openBlock as c,renderSlot as l,toHandlers as u,unref as d,withCtx as f}from"vue";var p=o({name:`TooltipTrigger`,__name:`tooltip-trigger`,props:{reference:{},asChild:{type:Boolean},as:{default:`button`}},setup(o){let{isPointerInTransitRef:p}=n(`TooltipTrigger`),{open:m,disabled:h,popupId:g,dataState:_,disableClosingTrigger:v,ignoreNonKeyboardFocus:y,onTriggerElementChange:b,onOpen:x,onClose:S,onTriggerEnter:C,onTriggerLeave:w}=r(`TooltipTrigger`),[T,E]=e(b),D=!1,O=!1,k=()=>{setTimeout(()=>{D=!1},1)},A=()=>{m.value&&!v.value&&S(),D=!0,document.addEventListener(`pointerup`,k,{once:!0})},j=e=>{e.pointerType!==`touch`&&!O&&!p.value&&(C(),O=!0)},M=()=>{w(),O=!1},N=e=>{D||y.value&&!e.target.matches?.(`:focus-visible`)||x()},P=()=>{S()},F=()=>{v.value||S()},I=i(()=>h.value?{}:{click:F,focus:N,pointermove:j,pointerleave:M,pointerdown:A,blur:P});return(e,n)=>(c(),a(d(t),s({ref:d(E),as:o.as,"as-child":o.asChild,reference:o.reference,"aria-describedby":d(m)?d(g):void 0,"data-state":d(_),"data-grace-area-trigger":``},u(I.value)),{default:f(()=>[l(e.$slots,`default`)]),_:3},16,[`as`,`as-child`,`reference`,`aria-describedby`,`data-state`]))}});export{p as default};
@@ -2,16 +2,16 @@ import { AsTag } from "../primitive/types.js";
2
2
  import "../primitive/index.js";
3
3
  import { PopperAnchorProps } from "../popper/types.js";
4
4
  import "./types.js";
5
- import * as vue737 from "vue";
5
+ import * as vue1194 from "vue";
6
6
 
7
7
  //#region src/components/tooltip/tooltip-trigger.vue.d.ts
8
8
  declare var __VLS_8: {};
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_8) => any;
11
11
  };
12
- declare const __VLS_base: vue737.DefineComponent<PopperAnchorProps, {}, {}, {}, {}, vue737.ComponentOptionsMixin, vue737.ComponentOptionsMixin, {}, string, vue737.PublicProps, Readonly<PopperAnchorProps> & Readonly<{}>, {
13
- as: AsTag | vue737.Component;
14
- }, {}, {}, {}, string, vue737.ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_base: vue1194.DefineComponent<PopperAnchorProps, {}, {}, {}, {}, vue1194.ComponentOptionsMixin, vue1194.ComponentOptionsMixin, {}, string, vue1194.PublicProps, Readonly<PopperAnchorProps> & Readonly<{}>, {
13
+ as: AsTag | vue1194.Component;
14
+ }, {}, {}, {}, string, vue1194.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
1
  import { DismissableLayerEmits, ForceMountProps } from "../../types/component.js";
2
2
  import "../../types/index.js";
3
- import { PopperAnchorProps, PopperContentProps } from "../popper/types.js";
3
+ import { PopperAnchorProps, PopperPopupProps, PopperPositionerProps } from "../popper/types.js";
4
4
  import { Ref, ShallowRef } from "vue";
5
5
 
6
6
  //#region src/components/tooltip/types.d.ts
@@ -55,7 +55,11 @@ interface TooltipRootEmits {
55
55
  'update:open': [value: boolean];
56
56
  }
57
57
  type TooltipDataState = 'closed' | 'delayed-open' | 'instant-open';
58
- interface TooltipContentImplProps extends PopperContentProps {
58
+ interface TooltipPositionerImplProps extends PopperPositionerProps {}
59
+ type TooltipPositionerImplEmits = Pick<DismissableLayerEmits, 'escapeKeyDown' | 'pointerDownOutside'>;
60
+ interface TooltipPositionerProps extends TooltipPositionerImplProps, ForceMountProps {}
61
+ type TooltipPositionerEmits = TooltipPositionerImplEmits;
62
+ interface TooltipPopupProps extends PopperPopupProps {
59
63
  /**
60
64
  * By default, screen readers will announce the content inside the component.
61
65
  *
@@ -64,8 +68,5 @@ interface TooltipContentImplProps extends PopperContentProps {
64
68
  */
65
69
  ariaLabel?: string;
66
70
  }
67
- type TooltipContentImplEmits = Pick<DismissableLayerEmits, 'escapeKeyDown' | 'pointerDownOutside'>;
68
- interface TooltipContentProps extends TooltipContentImplProps, ForceMountProps {}
69
- type TooltipContentEmits = TooltipContentImplEmits;
70
71
  //#endregion
71
- export { TooltipContentEmits, TooltipContentProps, TooltipDataState, TooltipProviderProps, TooltipRootEmits, TooltipRootProps };
72
+ export { TooltipDataState, TooltipPopupProps, TooltipPositionerEmits, TooltipPositionerProps, TooltipProviderProps, TooltipRootEmits, TooltipRootProps };
@@ -3,27 +3,27 @@ import "../../types/index.js";
3
3
  import { AsTag } from "../primitive/types.js";
4
4
  import "../primitive/index.js";
5
5
  import { TreeItemProps } from "./types.js";
6
- import * as vue764 from "vue";
6
+ import * as vue1118 from "vue";
7
7
 
8
8
  //#region src/components/tree/tree-item.vue.d.ts
9
- declare var __VLS_18: {
9
+ declare var __VLS_19: {
10
10
  isExpanded: boolean;
11
11
  isSelected: boolean;
12
12
  isIndeterminate: boolean | undefined;
13
13
  hasChildren: boolean;
14
14
  };
15
15
  type __VLS_Slots = {} & {
16
- default?: (props: typeof __VLS_18) => any;
16
+ default?: (props: typeof __VLS_19) => any;
17
17
  };
18
- declare const __VLS_base: vue764.DefineComponent<TreeItemProps, {}, {}, {}, {}, vue764.ComponentOptionsMixin, vue764.ComponentOptionsMixin, {
18
+ declare const __VLS_base: vue1118.DefineComponent<TreeItemProps, {}, {}, {}, {}, vue1118.ComponentOptionsMixin, vue1118.ComponentOptionsMixin, {
19
19
  select: (event: TreeSelectEvent<string>) => any;
20
20
  toggle: (event: TreeToggleEvent<string>) => any;
21
- }, string, vue764.PublicProps, Readonly<TreeItemProps> & Readonly<{
21
+ }, string, vue1118.PublicProps, Readonly<TreeItemProps> & Readonly<{
22
22
  onSelect?: ((event: TreeSelectEvent<string>) => any) | undefined;
23
23
  onToggle?: ((event: TreeToggleEvent<string>) => any) | undefined;
24
24
  }>, {
25
- as: AsTag | vue764.Component;
26
- }, {}, {}, {}, string, vue764.ComponentProvideOptions, false, {}, any>;
25
+ as: AsTag | vue1118.Component;
26
+ }, {}, {}, {}, string, vue1118.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,14 +1,14 @@
1
1
  import { MaybeArray } from "../../types/common.js";
2
2
  import "../../types/index.js";
3
3
  import { FlattenedItem, TreeItemData, TreeRootProps } from "./types.js";
4
- import * as vue775 from "vue";
4
+ import * as vue1124 from "vue";
5
5
 
6
6
  //#region src/components/tree/tree-root.vue.d.ts
7
7
  declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string> | undefined, M extends 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<TreeRootProps<T, U, M> & {
8
+ props: vue1124.PublicProps & __VLS_PrettifyLocal<TreeRootProps<T, U, M> & {
9
9
  "onUpdate:modelValue"?: ((value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => any) | undefined;
10
10
  "onUpdate:expanded"?: ((value: string[]) => any) | undefined;
11
- }> & vue775.PublicProps & (typeof globalThis extends {
11
+ }> & (typeof globalThis extends {
12
12
  __VLS_PROPS_FALLBACK: infer P;
13
13
  } ? P : {});
14
14
  expose: (exposed: {}) => void;
@@ -23,7 +23,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
23
23
  }) => any;
24
24
  };
25
25
  emit: ((evt: "update:modelValue", value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => void) & ((evt: "update:expanded", value: string[]) => void);
26
- }>) => vue775.VNode & {
26
+ }>) => vue1124.VNode & {
27
27
  __ctx?: Awaited<typeof __VLS_setup>;
28
28
  };
29
29
  declare const _default: typeof __VLS_export;
@@ -1,25 +1,25 @@
1
1
  import { TreeSelectEvent, TreeToggleEvent } from "../../types/event.js";
2
2
  import { TreeVirtualizerItemProps } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue770 from "vue";
4
+ import * as vue1113 from "vue";
5
5
 
6
6
  //#region src/components/tree/tree-virtualizer-item.vue.d.ts
7
- declare var __VLS_12: {
7
+ declare var __VLS_14: {
8
8
  isExpanded: boolean;
9
9
  isSelected: boolean;
10
10
  isIndeterminate: boolean | undefined;
11
11
  hasChildren: boolean;
12
12
  };
13
13
  type __VLS_Slots = {} & {
14
- default?: (props: typeof __VLS_12) => any;
14
+ default?: (props: typeof __VLS_14) => any;
15
15
  };
16
- declare const __VLS_base: vue770.DefineComponent<TreeVirtualizerItemProps, {}, {}, {}, {}, vue770.ComponentOptionsMixin, vue770.ComponentOptionsMixin, {
16
+ declare const __VLS_base: vue1113.DefineComponent<TreeVirtualizerItemProps, {}, {}, {}, {}, vue1113.ComponentOptionsMixin, vue1113.ComponentOptionsMixin, {
17
17
  select: (event: TreeSelectEvent<string>) => any;
18
18
  toggle: (event: TreeToggleEvent<string>) => any;
19
- }, string, vue770.PublicProps, Readonly<TreeVirtualizerItemProps> & Readonly<{
19
+ }, string, vue1113.PublicProps, Readonly<TreeVirtualizerItemProps> & Readonly<{
20
20
  onSelect?: ((event: TreeSelectEvent<string>) => any) | undefined;
21
21
  onToggle?: ((event: TreeToggleEvent<string>) => any) | undefined;
22
- }>, {}, {}, {}, {}, string, vue770.ComponentProvideOptions, false, {}, any>;
22
+ }>, {}, {}, {}, {}, string, vue1113.ComponentProvideOptions, false, {}, any>;
23
23
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24
24
  declare const _default: typeof __VLS_export;
25
25
  type __VLS_WithSlots<T, S> = T & {
@@ -1,15 +1,15 @@
1
1
  import { MaybeArray } from "../../types/common.js";
2
2
  import "../../types/index.js";
3
3
  import { FlattenedItem, TreeItemData, TreeVirtualizerRootProps } from "./types.js";
4
- import * as vue762 from "vue";
4
+ import * as vue1111 from "vue";
5
5
  import * as _tanstack_vue_virtual0 from "@tanstack/vue-virtual";
6
6
 
7
7
  //#region src/components/tree/tree-virtualizer-root.vue.d.ts
8
8
  declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string> | undefined, M extends 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<{
9
- props: __VLS_PrettifyLocal<TreeVirtualizerRootProps<T, U, M> & {
9
+ props: vue1111.PublicProps & __VLS_PrettifyLocal<TreeVirtualizerRootProps<T, U, M> & {
10
10
  "onUpdate:modelValue"?: ((value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => any) | undefined;
11
11
  "onUpdate:expanded"?: ((value: string[]) => any) | undefined;
12
- }> & vue762.PublicProps & (typeof globalThis extends {
12
+ }> & (typeof globalThis extends {
13
13
  __VLS_PROPS_FALLBACK: infer P;
14
14
  } ? P : {});
15
15
  expose: (exposed: {}) => void;
@@ -23,7 +23,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
23
23
  }) => any;
24
24
  };
25
25
  emit: ((evt: "update:modelValue", value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => void) & ((evt: "update:expanded", value: string[]) => void);
26
- }>) => vue762.VNode & {
26
+ }>) => vue1111.VNode & {
27
27
  __ctx?: Awaited<typeof __VLS_setup>;
28
28
  };
29
29
  declare const _default: typeof __VLS_export;
@@ -1,5 +1,5 @@
1
1
  import { VirtualizerContentProps } from "./types.js";
2
- import * as vue469 from "vue";
2
+ import * as vue202 from "vue";
3
3
 
4
4
  //#region src/components/virtualizer/virtualizer-content.vue.d.ts
5
5
  declare var __VLS_1: {}, __VLS_3: {};
@@ -8,7 +8,7 @@ type __VLS_Slots = {} & {
8
8
  } & {
9
9
  default?: (props: typeof __VLS_3) => any;
10
10
  };
11
- declare const __VLS_base: vue469.DefineComponent<VirtualizerContentProps, {}, {}, {}, {}, vue469.ComponentOptionsMixin, vue469.ComponentOptionsMixin, {}, string, vue469.PublicProps, Readonly<VirtualizerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue469.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue202.DefineComponent<VirtualizerContentProps, {}, {}, {}, {}, vue202.ComponentOptionsMixin, vue202.ComponentOptionsMixin, {}, string, vue202.PublicProps, Readonly<VirtualizerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue202.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 { VirtualizerItemProps } from "./types.js";
2
- import * as vue464 from "vue";
2
+ import * as vue207 from "vue";
3
3
 
4
4
  //#region src/components/virtualizer/virtualizer-item.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: vue464.DefineComponent<VirtualizerItemProps, {}, {}, {}, {}, vue464.ComponentOptionsMixin, vue464.ComponentOptionsMixin, {}, string, vue464.PublicProps, Readonly<VirtualizerItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue464.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue207.DefineComponent<VirtualizerItemProps, {}, {}, {}, {}, vue207.ComponentOptionsMixin, vue207.ComponentOptionsMixin, {}, string, vue207.PublicProps, Readonly<VirtualizerItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue207.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,10 +1,10 @@
1
1
  import { VirtualizerRootProps } from "./types.js";
2
- import * as vue474 from "vue";
2
+ import * as vue212 from "vue";
3
3
  import * as _tanstack_vue_virtual0 from "@tanstack/vue-virtual";
4
4
 
5
5
  //#region src/components/virtualizer/virtualizer-root.vue.d.ts
6
6
  declare const __VLS_export: <T extends Record<string, any>>(__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<{
7
- props: __VLS_PrettifyLocal<VirtualizerRootProps<T>> & vue474.PublicProps & (typeof globalThis extends {
7
+ props: vue212.PublicProps & __VLS_PrettifyLocal<VirtualizerRootProps<T>> & (typeof globalThis extends {
8
8
  __VLS_PROPS_FALLBACK: infer P;
9
9
  } ? P : {});
10
10
  expose: (exposed: {}) => void;
@@ -16,7 +16,7 @@ declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNull
16
16
  }) => any;
17
17
  };
18
18
  emit: {};
19
- }>) => vue474.VNode & {
19
+ }>) => vue212.VNode & {
20
20
  __ctx?: Awaited<typeof __VLS_setup>;
21
21
  };
22
22
  declare const _default: typeof __VLS_export;