@wirekyt/vue 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (291) hide show
  1. package/dist/accordion.cjs +273 -0
  2. package/dist/accordion.d.cts +195 -0
  3. package/dist/accordion.d.ts +195 -0
  4. package/dist/accordion.js +250 -0
  5. package/dist/angle-slider.cjs +268 -0
  6. package/dist/angle-slider.d.cts +228 -0
  7. package/dist/angle-slider.d.ts +228 -0
  8. package/dist/angle-slider.js +244 -0
  9. package/dist/avatar.cjs +145 -0
  10. package/dist/avatar.d.cts +114 -0
  11. package/dist/avatar.d.ts +114 -0
  12. package/dist/avatar.js +126 -0
  13. package/dist/boolean-BCaEpMxQ.js +6 -0
  14. package/dist/boolean-Dyu9-5Wp.cjs +11 -0
  15. package/dist/carousel.cjs +342 -0
  16. package/dist/carousel.d.cts +303 -0
  17. package/dist/carousel.d.ts +303 -0
  18. package/dist/carousel.js +320 -0
  19. package/dist/checkbox.cjs +345 -0
  20. package/dist/checkbox.d.cts +272 -0
  21. package/dist/checkbox.d.ts +272 -0
  22. package/dist/checkbox.js +324 -0
  23. package/dist/clean-props--1kqQE0Y.js +8 -0
  24. package/dist/clean-props-MyKqus13.cjs +13 -0
  25. package/dist/client-only.cjs +17 -0
  26. package/dist/client-only.d.cts +18 -0
  27. package/dist/client-only.d.ts +18 -0
  28. package/dist/client-only.js +16 -0
  29. package/dist/clipboard.cjs +229 -0
  30. package/dist/clipboard.d.cts +203 -0
  31. package/dist/clipboard.d.ts +203 -0
  32. package/dist/clipboard.js +206 -0
  33. package/dist/collapsible-CEjnJlpm.js +179 -0
  34. package/dist/collapsible-aSz4kYqo.cjs +232 -0
  35. package/dist/collapsible.cjs +23 -0
  36. package/dist/collapsible.d.cts +161 -0
  37. package/dist/collapsible.d.ts +161 -0
  38. package/dist/collapsible.js +2 -0
  39. package/dist/collection-1IjtyI-g.cjs +254 -0
  40. package/dist/collection-Ea6ZCZKK.js +211 -0
  41. package/dist/collection.cjs +9 -0
  42. package/dist/collection.d.cts +2 -0
  43. package/dist/collection.d.ts +2 -0
  44. package/dist/collection.js +2 -0
  45. package/dist/color-picker.cjs +804 -0
  46. package/dist/color-picker.d.cts +605 -0
  47. package/dist/color-picker.d.ts +605 -0
  48. package/dist/color-picker.js +759 -0
  49. package/dist/combobox.cjs +552 -0
  50. package/dist/combobox.d.cts +442 -0
  51. package/dist/combobox.d.ts +442 -0
  52. package/dist/combobox.js +521 -0
  53. package/dist/create-split-props-BBxrD7TV.js +10 -0
  54. package/dist/create-split-props-Jx-IEwdk.cjs +15 -0
  55. package/dist/date-input.cjs +293 -0
  56. package/dist/date-input.d.cts +212 -0
  57. package/dist/date-input.d.ts +212 -0
  58. package/dist/date-input.js +270 -0
  59. package/dist/date-picker.cjs +821 -0
  60. package/dist/date-picker.d.cts +637 -0
  61. package/dist/date-picker.d.ts +637 -0
  62. package/dist/date-picker.js +776 -0
  63. package/dist/dialog.cjs +333 -0
  64. package/dist/dialog.d.cts +272 -0
  65. package/dist/dialog.d.ts +272 -0
  66. package/dist/dialog.js +308 -0
  67. package/dist/download-trigger.cjs +65 -0
  68. package/dist/download-trigger.d.cts +34 -0
  69. package/dist/download-trigger.d.ts +34 -0
  70. package/dist/download-trigger.js +63 -0
  71. package/dist/drawer.cjs +448 -0
  72. package/dist/drawer.d.cts +346 -0
  73. package/dist/drawer.d.ts +346 -0
  74. package/dist/drawer.js +415 -0
  75. package/dist/editable.cjs +331 -0
  76. package/dist/editable.d.cts +285 -0
  77. package/dist/editable.d.ts +285 -0
  78. package/dist/editable.js +306 -0
  79. package/dist/factory-8Ao0DEy3.js +34 -0
  80. package/dist/factory-BNwuanv4.d.cts +21 -0
  81. package/dist/factory-BNwuanv4.d.ts +21 -0
  82. package/dist/factory-JL7MPjkk.cjs +45 -0
  83. package/dist/field-C3pLqz1S.js +435 -0
  84. package/dist/field-DRz-v4rB.cjs +524 -0
  85. package/dist/field.cjs +22 -0
  86. package/dist/field.d.cts +344 -0
  87. package/dist/field.d.ts +344 -0
  88. package/dist/field.js +2 -0
  89. package/dist/fieldset-ByP_r1Uq.js +216 -0
  90. package/dist/fieldset-C5aj6Ims.cjs +275 -0
  91. package/dist/fieldset.cjs +17 -0
  92. package/dist/fieldset.d.cts +159 -0
  93. package/dist/fieldset.d.ts +159 -0
  94. package/dist/fieldset.js +2 -0
  95. package/dist/file-upload.cjs +421 -0
  96. package/dist/file-upload.d.cts +327 -0
  97. package/dist/file-upload.d.ts +327 -0
  98. package/dist/file-upload.js +392 -0
  99. package/dist/floating-panel.cjs +412 -0
  100. package/dist/floating-panel.d.cts +337 -0
  101. package/dist/floating-panel.d.ts +337 -0
  102. package/dist/floating-panel.js +383 -0
  103. package/dist/focus-trap.cjs +79 -0
  104. package/dist/focus-trap.d.cts +46 -0
  105. package/dist/focus-trap.d.ts +46 -0
  106. package/dist/focus-trap.js +78 -0
  107. package/dist/format.cjs +116 -0
  108. package/dist/format.d.cts +46 -0
  109. package/dist/format.d.ts +46 -0
  110. package/dist/format.js +106 -0
  111. package/dist/frame.cjs +93 -0
  112. package/dist/frame.d.cts +37 -0
  113. package/dist/frame.d.ts +37 -0
  114. package/dist/frame.js +92 -0
  115. package/dist/highlight.cjs +44 -0
  116. package/dist/highlight.d.cts +32 -0
  117. package/dist/highlight.d.ts +32 -0
  118. package/dist/highlight.js +42 -0
  119. package/dist/hover-card.cjs +269 -0
  120. package/dist/hover-card.d.cts +202 -0
  121. package/dist/hover-card.d.ts +202 -0
  122. package/dist/hover-card.js +246 -0
  123. package/dist/image-cropper.cjs +252 -0
  124. package/dist/image-cropper.d.cts +207 -0
  125. package/dist/image-cropper.d.ts +207 -0
  126. package/dist/image-cropper.js +235 -0
  127. package/dist/index-B-o8jLyV.d.cts +31 -0
  128. package/dist/index-BSoF1D-v.d.ts +31 -0
  129. package/dist/index-BTNfeIXf.d.ts +104 -0
  130. package/dist/index-C6Q2DqG6.d.ts +37 -0
  131. package/dist/index-CG9mpPgL.d.cts +444 -0
  132. package/dist/index-Cc4qS0rQ.d.cts +38 -0
  133. package/dist/index-Cc4qS0rQ.d.ts +38 -0
  134. package/dist/index-DB2uALlJ.d.cts +74 -0
  135. package/dist/index-DXb0W_NP.d.cts +37 -0
  136. package/dist/index-Zc9P69Ka.d.cts +104 -0
  137. package/dist/index-aMWdJRGL.d.ts +444 -0
  138. package/dist/index-uLE-tXSk.d.ts +74 -0
  139. package/dist/index.cjs +43 -0
  140. package/dist/index.d.cts +5 -0
  141. package/dist/index.d.ts +5 -0
  142. package/dist/index.js +7 -0
  143. package/dist/json-tree-view.cjs +346 -0
  144. package/dist/json-tree-view.d.cts +86 -0
  145. package/dist/json-tree-view.d.ts +86 -0
  146. package/dist/json-tree-view.js +336 -0
  147. package/dist/listbox.cjs +386 -0
  148. package/dist/listbox.d.cts +323 -0
  149. package/dist/listbox.d.ts +323 -0
  150. package/dist/listbox.js +361 -0
  151. package/dist/marquee.cjs +256 -0
  152. package/dist/marquee.d.cts +208 -0
  153. package/dist/marquee.d.ts +208 -0
  154. package/dist/marquee.js +235 -0
  155. package/dist/menu.cjs +650 -0
  156. package/dist/menu.d.cts +501 -0
  157. package/dist/menu.d.ts +501 -0
  158. package/dist/menu.js +613 -0
  159. package/dist/navigation-menu.cjs +408 -0
  160. package/dist/navigation-menu.d.cts +271 -0
  161. package/dist/navigation-menu.d.ts +271 -0
  162. package/dist/navigation-menu.js +380 -0
  163. package/dist/number-input.cjs +298 -0
  164. package/dist/number-input.d.cts +253 -0
  165. package/dist/number-input.d.ts +253 -0
  166. package/dist/number-input.js +274 -0
  167. package/dist/pagination.cjs +249 -0
  168. package/dist/pagination.d.cts +209 -0
  169. package/dist/pagination.d.ts +209 -0
  170. package/dist/pagination.js +226 -0
  171. package/dist/password-input.cjs +232 -0
  172. package/dist/password-input.d.cts +208 -0
  173. package/dist/password-input.d.ts +208 -0
  174. package/dist/password-input.js +210 -0
  175. package/dist/pin-input.cjs +245 -0
  176. package/dist/pin-input.d.cts +199 -0
  177. package/dist/pin-input.d.ts +199 -0
  178. package/dist/pin-input.js +224 -0
  179. package/dist/popover.cjs +377 -0
  180. package/dist/popover.d.cts +324 -0
  181. package/dist/popover.d.ts +324 -0
  182. package/dist/popover.js +349 -0
  183. package/dist/presence-DD3l4Tgb.cjs +60 -0
  184. package/dist/presence-jaHZaD_O.js +43 -0
  185. package/dist/presence.cjs +7 -0
  186. package/dist/presence.d.cts +3 -0
  187. package/dist/presence.d.ts +3 -0
  188. package/dist/presence.js +3 -0
  189. package/dist/progress.cjs +270 -0
  190. package/dist/progress.d.cts +229 -0
  191. package/dist/progress.d.ts +229 -0
  192. package/dist/progress.js +245 -0
  193. package/dist/providers-5QhcwgSd.cjs +190 -0
  194. package/dist/providers-C3XQH-uu.js +119 -0
  195. package/dist/qr-code.cjs +195 -0
  196. package/dist/qr-code.d.cts +157 -0
  197. package/dist/qr-code.d.ts +157 -0
  198. package/dist/qr-code.js +174 -0
  199. package/dist/radio-group.cjs +274 -0
  200. package/dist/radio-group.d.cts +230 -0
  201. package/dist/radio-group.d.ts +230 -0
  202. package/dist/radio-group.js +249 -0
  203. package/dist/rating-group.cjs +243 -0
  204. package/dist/rating-group.d.cts +200 -0
  205. package/dist/rating-group.d.ts +200 -0
  206. package/dist/rating-group.js +220 -0
  207. package/dist/rolldown-runtime-D7D4PA-g.js +13 -0
  208. package/dist/rolldown-runtime-DakpK96I.cjs +43 -0
  209. package/dist/scroll-area.cjs +206 -0
  210. package/dist/scroll-area.d.cts +169 -0
  211. package/dist/scroll-area.d.ts +169 -0
  212. package/dist/scroll-area.js +184 -0
  213. package/dist/segment-group.cjs +318 -0
  214. package/dist/segment-group.d.cts +229 -0
  215. package/dist/segment-group.d.ts +229 -0
  216. package/dist/segment-group.js +298 -0
  217. package/dist/select.cjs +560 -0
  218. package/dist/select.d.cts +430 -0
  219. package/dist/select.d.ts +430 -0
  220. package/dist/select.js +523 -0
  221. package/dist/signature-pad.cjs +260 -0
  222. package/dist/signature-pad.d.cts +200 -0
  223. package/dist/signature-pad.d.ts +200 -0
  224. package/dist/signature-pad.js +237 -0
  225. package/dist/slider.cjs +350 -0
  226. package/dist/slider.d.cts +299 -0
  227. package/dist/slider.d.ts +299 -0
  228. package/dist/slider.js +323 -0
  229. package/dist/splitter.cjs +225 -0
  230. package/dist/splitter.d.cts +166 -0
  231. package/dist/splitter.d.ts +166 -0
  232. package/dist/splitter.js +198 -0
  233. package/dist/steps.cjs +348 -0
  234. package/dist/steps.d.cts +289 -0
  235. package/dist/steps.d.ts +289 -0
  236. package/dist/steps.js +319 -0
  237. package/dist/swap.cjs +154 -0
  238. package/dist/swap.d.cts +98 -0
  239. package/dist/swap.d.ts +98 -0
  240. package/dist/swap.js +141 -0
  241. package/dist/switch.cjs +213 -0
  242. package/dist/switch.d.cts +177 -0
  243. package/dist/switch.d.ts +177 -0
  244. package/dist/switch.js +192 -0
  245. package/dist/tabs.cjs +240 -0
  246. package/dist/tabs.d.cts +179 -0
  247. package/dist/tabs.d.ts +179 -0
  248. package/dist/tabs.js +218 -0
  249. package/dist/tags-input.cjs +405 -0
  250. package/dist/tags-input.d.cts +340 -0
  251. package/dist/tags-input.d.ts +340 -0
  252. package/dist/tags-input.js +376 -0
  253. package/dist/timer.cjs +221 -0
  254. package/dist/timer.d.cts +176 -0
  255. package/dist/timer.d.ts +176 -0
  256. package/dist/timer.js +199 -0
  257. package/dist/toast.cjs +211 -0
  258. package/dist/toast.d.cts +157 -0
  259. package/dist/toast.d.ts +157 -0
  260. package/dist/toast.js +189 -0
  261. package/dist/toggle-group.cjs +150 -0
  262. package/dist/toggle-group.d.cts +122 -0
  263. package/dist/toggle-group.d.ts +122 -0
  264. package/dist/toggle-group.js +132 -0
  265. package/dist/toggle.cjs +107 -0
  266. package/dist/toggle.d.cts +98 -0
  267. package/dist/toggle.d.ts +98 -0
  268. package/dist/toggle.js +94 -0
  269. package/dist/tooltip.cjs +265 -0
  270. package/dist/tooltip.d.cts +204 -0
  271. package/dist/tooltip.d.ts +204 -0
  272. package/dist/tooltip.js +242 -0
  273. package/dist/tour.cjs +418 -0
  274. package/dist/tour.d.cts +304 -0
  275. package/dist/tour.d.ts +304 -0
  276. package/dist/tour.js +374 -0
  277. package/dist/tree-view-CWH9tv7s.cjs +651 -0
  278. package/dist/tree-view-CZcXMwi6.js +508 -0
  279. package/dist/tree-view.cjs +41 -0
  280. package/dist/tree-view.d.cts +3 -0
  281. package/dist/tree-view.d.ts +3 -0
  282. package/dist/tree-view.js +3 -0
  283. package/dist/types-rSRkzyd6.d.cts +13 -0
  284. package/dist/types-rSRkzyd6.d.ts +13 -0
  285. package/dist/use-presence-BSp_dR-C.d.cts +22 -0
  286. package/dist/use-presence-CtEY6ZT8.cjs +49 -0
  287. package/dist/use-presence-DkGU_j9h.d.ts +22 -0
  288. package/dist/use-presence-oNdFU2c2.js +42 -0
  289. package/dist/utils-D95V66v9.js +548 -0
  290. package/dist/utils-XrBZd2Yk.cjs +625 -0
  291. package/package.json +278 -6
@@ -0,0 +1,323 @@
1
+ import { a as PolymorphicProps } from "./factory-BNwuanv4.cjs";
2
+ import { i as EmitFn$1, l as PropTypes, n as Assign, o as Optional } from "./index-B-o8jLyV.cjs";
3
+ import { _ as CollectionItem, b as createListCollection, y as ListCollection } from "./index-DB2uALlJ.cjs";
4
+ import { ComputedRef, HTMLAttributes, InputHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
5
+ import * as listbox from "@wirekyt/dom/machines/listbox";
6
+ import { HighlightChangeDetails, HighlightChangeDetails as ListboxHighlightChangeDetails, InputProps, ItemGroupProps, ItemProps, ItemState, ScrollToIndexDetails, ScrollToIndexDetails as ListboxScrollToIndexDetails, SelectionDetails, SelectionDetails as ListboxSelectionDetails, SelectionMode, SelectionMode as ListboxSelectionMode, ValueChangeDetails, ValueChangeDetails as ListboxValueChangeDetails } from "@wirekyt/dom/machines/listbox";
7
+ //#region src/components/listbox/content.vue.d.ts
8
+ interface ListboxContentBaseProps extends PolymorphicProps {}
9
+ interface ListboxContentProps extends ListboxContentBaseProps,
10
+ /**
11
+ * @vue-ignore
12
+ */
13
+ HTMLAttributes {}
14
+ declare const _default: typeof __VLS_export$13;
15
+ declare const __VLS_export$13: __VLS_WithSlots$10<import("vue").DefineComponent<ListboxContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
16
+ default?: (props: {}) => any;
17
+ }>;
18
+ type __VLS_WithSlots$10<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
23
+ //#endregion
24
+ //#region src/components/listbox/empty.vue.d.ts
25
+ interface ListboxEmptyBaseProps extends PolymorphicProps {}
26
+ interface ListboxEmptyProps extends ListboxEmptyBaseProps,
27
+ /**
28
+ * @vue-ignore
29
+ */
30
+ HTMLAttributes {}
31
+ declare const _default$2: typeof __VLS_export$12;
32
+ declare const __VLS_export$12: __VLS_WithSlots$9<import("vue").DefineComponent<ListboxEmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
33
+ default?: (props: {}) => any;
34
+ }>;
35
+ type __VLS_WithSlots$9<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
40
+ //#endregion
41
+ //#region src/components/listbox/input.vue.d.ts
42
+ interface ListboxInputBaseProps extends InputProps, PolymorphicProps {}
43
+ interface ListboxInputProps extends ListboxInputBaseProps,
44
+ /**
45
+ * @vue-ignore
46
+ */
47
+ InputHTMLAttributes {}
48
+ declare const _default$3: typeof __VLS_export$11;
49
+ declare const __VLS_export$11: __VLS_WithSlots$8<import("vue").DefineComponent<ListboxInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxInputProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
50
+ default?: (props: {}) => any;
51
+ }>;
52
+ type __VLS_WithSlots$8<T, S> = T & {
53
+ new (): {
54
+ $slots: S;
55
+ };
56
+ };
57
+ //#endregion
58
+ //#region src/components/listbox/use-item-context.d.ts
59
+ interface UseListboxItemContext extends ComputedRef<ItemState> {}
60
+ declare const ListboxItemProvider: (opts: UseListboxItemContext) => void, useListboxItemContext: (fallback?: UseListboxItemContext | undefined) => UseListboxItemContext;
61
+ //#endregion
62
+ //#region src/components/listbox/item-context.vue.d.ts
63
+ interface ListboxItemContextProps extends SlotsType<{
64
+ default: UnwrapRef<UseListboxItemContext>;
65
+ }> {}
66
+ declare const _default$5: typeof __VLS_export$10;
67
+ declare const __VLS_export$10: __VLS_WithSlots$7<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
68
+ default(context: UnwrapRef<UseListboxItemContext>): unknown;
69
+ }>;
70
+ type __VLS_WithSlots$7<T, S> = T & {
71
+ new (): {
72
+ $slots: S;
73
+ };
74
+ };
75
+ //#endregion
76
+ //#region src/components/listbox/item-group-label.vue.d.ts
77
+ interface ListboxItemGroupLabelBaseProps extends PolymorphicProps {}
78
+ interface ListboxItemGroupLabelProps extends ListboxItemGroupLabelBaseProps,
79
+ /**
80
+ * @vue-ignore
81
+ */
82
+ HTMLAttributes {}
83
+ declare const _default$7: typeof __VLS_export$9;
84
+ declare const __VLS_export$9: __VLS_WithSlots$6<import("vue").DefineComponent<ListboxItemGroupLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
85
+ default?: (props: {}) => any;
86
+ }>;
87
+ type __VLS_WithSlots$6<T, S> = T & {
88
+ new (): {
89
+ $slots: S;
90
+ };
91
+ };
92
+ //#endregion
93
+ //#region src/components/listbox/item-group.vue.d.ts
94
+ interface ListboxItemGroupBaseProps extends Partial<ItemGroupProps>, PolymorphicProps {}
95
+ interface ListboxItemGroupProps extends ListboxItemGroupBaseProps,
96
+ /**
97
+ * @vue-ignore
98
+ */
99
+ HTMLAttributes {}
100
+ declare const _default$6: typeof __VLS_export$8;
101
+ declare const __VLS_export$8: __VLS_WithSlots$5<import("vue").DefineComponent<ListboxItemGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
102
+ default?: (props: {}) => any;
103
+ }>;
104
+ type __VLS_WithSlots$5<T, S> = T & {
105
+ new (): {
106
+ $slots: S;
107
+ };
108
+ };
109
+ //#endregion
110
+ //#region src/components/listbox/item-indicator.vue.d.ts
111
+ interface ListboxItemIndicatorBaseProps extends PolymorphicProps {}
112
+ interface ListboxItemIndicatorProps extends ListboxItemIndicatorBaseProps,
113
+ /**
114
+ * @vue-ignore
115
+ */
116
+ HTMLAttributes {}
117
+ declare const _default$8: typeof __VLS_export$7;
118
+ declare const __VLS_export$7: __VLS_WithSlots$4<import("vue").DefineComponent<ListboxItemIndicatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
119
+ default?: (props: {}) => any;
120
+ }>;
121
+ type __VLS_WithSlots$4<T, S> = T & {
122
+ new (): {
123
+ $slots: S;
124
+ };
125
+ };
126
+ //#endregion
127
+ //#region src/components/listbox/item-text.vue.d.ts
128
+ interface ListboxItemTextBaseProps extends PolymorphicProps {}
129
+ interface ListboxItemTextProps extends ListboxItemTextBaseProps,
130
+ /**
131
+ * @vue-ignore
132
+ */
133
+ HTMLAttributes {}
134
+ declare const _default$9: typeof __VLS_export$6;
135
+ declare const __VLS_export$6: __VLS_WithSlots$3<import("vue").DefineComponent<ListboxItemTextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
136
+ default?: (props: {}) => any;
137
+ }>;
138
+ type __VLS_WithSlots$3<T, S> = T & {
139
+ new (): {
140
+ $slots: S;
141
+ };
142
+ };
143
+ //#endregion
144
+ //#region src/components/listbox/item.vue.d.ts
145
+ interface ListboxItemBaseProps extends ItemProps, PolymorphicProps {}
146
+ interface ListboxItemProps extends ListboxItemBaseProps,
147
+ /**
148
+ * @vue-ignore
149
+ */
150
+ HTMLAttributes {}
151
+ declare const _default$4: typeof __VLS_export$5;
152
+ declare const __VLS_export$5: __VLS_WithSlots$2<import("vue").DefineComponent<ListboxItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
153
+ default?: (props: {}) => any;
154
+ }>;
155
+ type __VLS_WithSlots$2<T, S> = T & {
156
+ new (): {
157
+ $slots: S;
158
+ };
159
+ };
160
+ //#endregion
161
+ //#region src/components/listbox/label.vue.d.ts
162
+ interface ListboxLabelBaseProps extends PolymorphicProps {}
163
+ interface ListboxLabelProps extends ListboxLabelBaseProps,
164
+ /**
165
+ * @vue-ignore
166
+ */
167
+ HTMLAttributes {}
168
+ declare const _default$10: typeof __VLS_export$4;
169
+ declare const __VLS_export$4: __VLS_WithSlots$1<import("vue").DefineComponent<ListboxLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
170
+ default?: (props: {}) => any;
171
+ }>;
172
+ type __VLS_WithSlots$1<T, S> = T & {
173
+ new (): {
174
+ $slots: S;
175
+ };
176
+ };
177
+ //#endregion
178
+ //#region src/components/listbox/root-provider.vue.d.ts
179
+ interface RootProviderProps<T extends CollectionItem> {
180
+ value: UnwrapRef<UseListboxReturn<T>>;
181
+ }
182
+ interface ListboxRootProviderBaseProps<T extends CollectionItem> extends RootProviderProps<T>, PolymorphicProps {}
183
+ interface ListboxRootProviderProps<T extends CollectionItem> extends ListboxRootProviderBaseProps<T>,
184
+ /**
185
+ * @vue-ignore
186
+ */
187
+ HTMLAttributes {}
188
+ type ListboxRootProviderComponent<P = {}> = <T extends CollectionItem>(props: Assign<ListboxRootProviderProps<T>, P>) => any;
189
+ declare const _default$12: typeof __VLS_export$3;
190
+ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
191
+ props: import("vue").PublicProps & __VLS_PrettifyLocal$2<ListboxRootProviderProps<T>> & (typeof globalThis extends {
192
+ __VLS_PROPS_FALLBACK: infer P;
193
+ } ? P : {});
194
+ expose: (exposed: {}) => void;
195
+ attrs: any;
196
+ slots: {
197
+ default?: (props: {}) => any;
198
+ };
199
+ emit: {};
200
+ }>) => import("vue").VNode & {
201
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
202
+ };
203
+ type __VLS_PrettifyLocal$2<T> = (T extends any ? { [K in keyof T]: T[K]; } : { [K in keyof T as K]: T[K]; }) & {};
204
+ //#endregion
205
+ //#region src/components/listbox/types.d.ts
206
+ interface RootProps<T extends CollectionItem> {
207
+ collection: ListCollection<T>;
208
+ defaultHighlightedValue?: string;
209
+ defaultValue?: string[];
210
+ deselectable?: boolean;
211
+ disabled?: boolean;
212
+ disallowSelectAll?: boolean;
213
+ highlightedValue?: string;
214
+ id?: string;
215
+ ids?: Partial<{
216
+ root: string;
217
+ content: string;
218
+ label: string;
219
+ item(id: string | number): string;
220
+ itemGroup(id: string | number): string;
221
+ itemGroupLabel(id: string | number): string;
222
+ }>;
223
+ loopFocus?: boolean;
224
+ modelValue?: string[];
225
+ orientation?: "horizontal" | "vertical";
226
+ scrollToIndexFn?: (details: listbox.ScrollToIndexDetails) => void;
227
+ selectOnHighlight?: boolean;
228
+ selectionMode?: listbox.SelectionMode;
229
+ typeahead?: boolean;
230
+ }
231
+ type RootEmits<T extends CollectionItem> = {
232
+ highlightChange: [details: listbox.HighlightChangeDetails<T>];
233
+ select: [details: listbox.SelectionDetails];
234
+ valueChange: [details: listbox.ValueChangeDetails<T>];
235
+ "update:modelValue": [value: string[]];
236
+ };
237
+ //#endregion
238
+ //#region src/components/listbox/root.vue.d.ts
239
+ interface ListboxRootBaseProps<T extends CollectionItem> extends RootProps<T>, PolymorphicProps {}
240
+ interface ListboxRootProps<T extends CollectionItem> extends ListboxRootBaseProps<T>,
241
+ /**
242
+ * @vue-ignore
243
+ */
244
+ HTMLAttributes {}
245
+ type ListboxRootComponentProps<T extends CollectionItem = CollectionItem, P = {}> = Assign<ListboxRootProps<T>, P>;
246
+ type ListboxRootComponent<P = {}> = <T extends CollectionItem>(props: ListboxRootComponentProps<T, P>) => any;
247
+ declare const _default$11: typeof __VLS_export$2;
248
+ declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
249
+ props: import("vue").PublicProps & __VLS_PrettifyLocal$1<ListboxRootBaseProps<T> & {
250
+ onSelect?: ((details: import("@wirekyt/dom/machines/listbox").SelectionDetails) => any) | undefined;
251
+ onValueChange?: ((details: import("@wirekyt/dom/machines/listbox").ValueChangeDetails<T>) => any) | undefined;
252
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
253
+ onHighlightChange?: ((details: import("@wirekyt/dom/machines/listbox").HighlightChangeDetails<T>) => any) | undefined;
254
+ }> & (typeof globalThis extends {
255
+ __VLS_PROPS_FALLBACK: infer P;
256
+ } ? P : {});
257
+ expose: (exposed: {}) => void;
258
+ attrs: any;
259
+ slots: {
260
+ default?: (props: {}) => any;
261
+ };
262
+ emit: ((evt: "select", details: import("@wirekyt/dom/machines/listbox").SelectionDetails) => void) & ((evt: "valueChange", details: import("@wirekyt/dom/machines/listbox").ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "highlightChange", details: import("@wirekyt/dom/machines/listbox").HighlightChangeDetails<T>) => void);
263
+ }>) => import("vue").VNode & {
264
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
265
+ };
266
+ type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K]; } : { [K in keyof T as K]: T[K]; }) & {};
267
+ //#endregion
268
+ //#region src/components/listbox/value-text.vue.d.ts
269
+ interface ListboxValueTextBaseProps extends PolymorphicProps {}
270
+ interface ListboxValueTextProps extends ListboxValueTextBaseProps,
271
+ /**
272
+ * @vue-ignore
273
+ */
274
+ HTMLAttributes {
275
+ placeholder?: string;
276
+ }
277
+ declare const _default$13: typeof __VLS_export$1;
278
+ declare const __VLS_export$1: __VLS_WithSlots<import("vue").DefineComponent<ListboxValueTextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
279
+ type __VLS_WithSlots<T, S> = T & {
280
+ new (): {
281
+ $slots: S;
282
+ };
283
+ };
284
+ declare namespace listbox_d_exports {
285
+ export { _default as Content, ListboxContentBaseProps as ContentBaseProps, ListboxContentProps as ContentProps, _default$1 as Context, ListboxContextProps as ContextProps, _default$2 as Empty, ListboxEmptyBaseProps as EmptyBaseProps, ListboxEmptyProps as EmptyProps, HighlightChangeDetails, _default$3 as Input, ListboxInputBaseProps as InputBaseProps, ListboxInputProps as InputProps, _default$4 as Item, ListboxItemBaseProps as ItemBaseProps, _default$5 as ItemContext, ListboxItemContextProps as ItemContextProps, _default$6 as ItemGroup, ListboxItemGroupBaseProps as ItemGroupBaseProps, _default$7 as ItemGroupLabel, ListboxItemGroupLabelBaseProps as ItemGroupLabelBaseProps, ListboxItemGroupLabelProps as ItemGroupLabelProps, ListboxItemGroupProps as ItemGroupProps, _default$8 as ItemIndicator, ListboxItemIndicatorBaseProps as ItemIndicatorBaseProps, ListboxItemIndicatorProps as ItemIndicatorProps, ListboxItemProps as ItemProps, _default$9 as ItemText, ListboxItemTextBaseProps as ItemTextBaseProps, ListboxItemTextProps as ItemTextProps, _default$10 as Label, ListboxLabelBaseProps as LabelBaseProps, ListboxLabelProps as LabelProps, _default$11 as Root, ListboxRootBaseProps as RootBaseProps, ListboxRootComponent as RootComponent, ListboxRootComponentProps as RootComponentProps, RootEmits, ListboxRootProps as RootProps, _default$12 as RootProvider, ListboxRootProviderBaseProps as RootProviderBaseProps, ListboxRootProviderComponent as RootProviderComponent, ListboxRootProviderProps as RootProviderProps, ScrollToIndexDetails, SelectionDetails, SelectionMode, ValueChangeDetails, _default$13 as ValueText, ListboxValueTextBaseProps as ValueTextBaseProps, ListboxValueTextProps as ValueTextProps };
286
+ }
287
+ //#endregion
288
+ //#region src/components/listbox/use-listbox.d.ts
289
+ interface UseListboxProps<T extends CollectionItem> extends Optional<Omit<listbox.Props<T>, "dir" | "getRootNode" | "collection">, "id"> {
290
+ modelValue?: listbox.Props<T>["value"];
291
+ collection: ListCollection<T>;
292
+ }
293
+ interface UseListboxReturn<T extends CollectionItem> extends ComputedRef<listbox.Api<PropTypes, T>> {}
294
+ declare const useListbox: <T extends CollectionItem>(props: MaybeRef<UseListboxProps<T>>, emit?: EmitFn$1<RootEmits<T>>) => UseListboxReturn<T>;
295
+ //#endregion
296
+ //#region src/components/listbox/use-context.d.ts
297
+ interface UseListboxContext<T extends CollectionItem> extends UseListboxReturn<T> {}
298
+ declare const ListboxProvider: (opts: UseListboxContext<any>) => void, useListboxContext: (fallback?: UseListboxContext<any> | undefined) => UseListboxContext<any>;
299
+ //#endregion
300
+ //#region src/components/listbox/context.vue.d.ts
301
+ interface ListboxContextProps<T extends CollectionItem> extends SlotsType<{
302
+ default: UnwrapRef<UseListboxContext<T>>;
303
+ }> {}
304
+ declare const _default$1: typeof __VLS_export;
305
+ declare const __VLS_export: <T extends CollectionItem>(__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<{
306
+ props: import("vue").PublicProps & (typeof globalThis extends {
307
+ __VLS_PROPS_FALLBACK: infer P;
308
+ } ? P : {});
309
+ expose: (exposed: {}) => void;
310
+ attrs: any;
311
+ slots: {
312
+ default(listbox: UnwrapRef<UseListboxContext<T>>): unknown;
313
+ };
314
+ emit: {};
315
+ }>) => import("vue").VNode & {
316
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
317
+ };
318
+ type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K]; } : { [K in keyof T as K]: T[K]; }) & {};
319
+ //#endregion
320
+ //#region src/components/listbox/anatomy.d.ts
321
+ declare const listboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"input" | "label" | "root" | "valueText" | "item" | "content" | "itemText" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty">;
322
+ //#endregion
323
+ export { type CollectionItem, type ListCollection, listbox_d_exports as Listbox, _default as ListboxContent, type ListboxContentBaseProps, type ListboxContentProps, _default$1 as ListboxContext, type ListboxContextProps, _default$2 as ListboxEmpty, type ListboxEmptyBaseProps, type ListboxEmptyProps, type ListboxHighlightChangeDetails, _default$3 as ListboxInput, type ListboxInputBaseProps, type ListboxInputProps, _default$4 as ListboxItem, type ListboxItemBaseProps, _default$5 as ListboxItemContext, type ListboxItemContextProps, _default$6 as ListboxItemGroup, type ListboxItemGroupBaseProps, _default$7 as ListboxItemGroupLabel, type ListboxItemGroupLabelBaseProps, type ListboxItemGroupLabelProps, type ListboxItemGroupProps, _default$8 as ListboxItemIndicator, type ListboxItemIndicatorBaseProps, type ListboxItemIndicatorProps, type ListboxItemProps, _default$9 as ListboxItemText, type ListboxItemTextBaseProps, type ListboxItemTextProps, _default$10 as ListboxLabel, type ListboxLabelBaseProps, type ListboxLabelProps, _default$11 as ListboxRoot, type ListboxRootBaseProps, type ListboxRootComponent, type ListboxRootComponentProps, type RootEmits as ListboxRootEmits, type ListboxRootProps, _default$12 as ListboxRootProvider, type ListboxRootProviderBaseProps, type ListboxRootProviderComponent, type ListboxRootProviderProps, type ListboxScrollToIndexDetails, type ListboxSelectionDetails, type ListboxSelectionMode, type ListboxValueChangeDetails, _default$13 as ListboxValueText, type ListboxValueTextBaseProps, type ListboxValueTextProps, type UseListboxContext, type UseListboxItemContext, type UseListboxProps, type UseListboxReturn, createListCollection, listboxAnatomy, useListbox, useListboxContext, useListboxItemContext };
@@ -0,0 +1,323 @@
1
+ import { a as PolymorphicProps } from "./factory-BNwuanv4.js";
2
+ import { i as EmitFn$1, l as PropTypes, n as Assign, o as Optional } from "./index-BSoF1D-v.js";
3
+ import { _ as CollectionItem, b as createListCollection, y as ListCollection } from "./index-uLE-tXSk.js";
4
+ import { ComputedRef, HTMLAttributes, InputHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
5
+ import * as listbox from "@wirekyt/dom/machines/listbox";
6
+ import { HighlightChangeDetails, HighlightChangeDetails as ListboxHighlightChangeDetails, InputProps, ItemGroupProps, ItemProps, ItemState, ScrollToIndexDetails, ScrollToIndexDetails as ListboxScrollToIndexDetails, SelectionDetails, SelectionDetails as ListboxSelectionDetails, SelectionMode, SelectionMode as ListboxSelectionMode, ValueChangeDetails, ValueChangeDetails as ListboxValueChangeDetails } from "@wirekyt/dom/machines/listbox";
7
+ //#region src/components/listbox/content.vue.d.ts
8
+ interface ListboxContentBaseProps extends PolymorphicProps {}
9
+ interface ListboxContentProps extends ListboxContentBaseProps,
10
+ /**
11
+ * @vue-ignore
12
+ */
13
+ HTMLAttributes {}
14
+ declare const _default: typeof __VLS_export$13;
15
+ declare const __VLS_export$13: __VLS_WithSlots$10<import("vue").DefineComponent<ListboxContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
16
+ default?: (props: {}) => any;
17
+ }>;
18
+ type __VLS_WithSlots$10<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
23
+ //#endregion
24
+ //#region src/components/listbox/empty.vue.d.ts
25
+ interface ListboxEmptyBaseProps extends PolymorphicProps {}
26
+ interface ListboxEmptyProps extends ListboxEmptyBaseProps,
27
+ /**
28
+ * @vue-ignore
29
+ */
30
+ HTMLAttributes {}
31
+ declare const _default$2: typeof __VLS_export$12;
32
+ declare const __VLS_export$12: __VLS_WithSlots$9<import("vue").DefineComponent<ListboxEmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
33
+ default?: (props: {}) => any;
34
+ }>;
35
+ type __VLS_WithSlots$9<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
40
+ //#endregion
41
+ //#region src/components/listbox/input.vue.d.ts
42
+ interface ListboxInputBaseProps extends InputProps, PolymorphicProps {}
43
+ interface ListboxInputProps extends ListboxInputBaseProps,
44
+ /**
45
+ * @vue-ignore
46
+ */
47
+ InputHTMLAttributes {}
48
+ declare const _default$3: typeof __VLS_export$11;
49
+ declare const __VLS_export$11: __VLS_WithSlots$8<import("vue").DefineComponent<ListboxInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxInputProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
50
+ default?: (props: {}) => any;
51
+ }>;
52
+ type __VLS_WithSlots$8<T, S> = T & {
53
+ new (): {
54
+ $slots: S;
55
+ };
56
+ };
57
+ //#endregion
58
+ //#region src/components/listbox/use-item-context.d.ts
59
+ interface UseListboxItemContext extends ComputedRef<ItemState> {}
60
+ declare const ListboxItemProvider: (opts: UseListboxItemContext) => void, useListboxItemContext: (fallback?: UseListboxItemContext | undefined) => UseListboxItemContext;
61
+ //#endregion
62
+ //#region src/components/listbox/item-context.vue.d.ts
63
+ interface ListboxItemContextProps extends SlotsType<{
64
+ default: UnwrapRef<UseListboxItemContext>;
65
+ }> {}
66
+ declare const _default$5: typeof __VLS_export$10;
67
+ declare const __VLS_export$10: __VLS_WithSlots$7<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
68
+ default(context: UnwrapRef<UseListboxItemContext>): unknown;
69
+ }>;
70
+ type __VLS_WithSlots$7<T, S> = T & {
71
+ new (): {
72
+ $slots: S;
73
+ };
74
+ };
75
+ //#endregion
76
+ //#region src/components/listbox/item-group-label.vue.d.ts
77
+ interface ListboxItemGroupLabelBaseProps extends PolymorphicProps {}
78
+ interface ListboxItemGroupLabelProps extends ListboxItemGroupLabelBaseProps,
79
+ /**
80
+ * @vue-ignore
81
+ */
82
+ HTMLAttributes {}
83
+ declare const _default$7: typeof __VLS_export$9;
84
+ declare const __VLS_export$9: __VLS_WithSlots$6<import("vue").DefineComponent<ListboxItemGroupLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
85
+ default?: (props: {}) => any;
86
+ }>;
87
+ type __VLS_WithSlots$6<T, S> = T & {
88
+ new (): {
89
+ $slots: S;
90
+ };
91
+ };
92
+ //#endregion
93
+ //#region src/components/listbox/item-group.vue.d.ts
94
+ interface ListboxItemGroupBaseProps extends Partial<ItemGroupProps>, PolymorphicProps {}
95
+ interface ListboxItemGroupProps extends ListboxItemGroupBaseProps,
96
+ /**
97
+ * @vue-ignore
98
+ */
99
+ HTMLAttributes {}
100
+ declare const _default$6: typeof __VLS_export$8;
101
+ declare const __VLS_export$8: __VLS_WithSlots$5<import("vue").DefineComponent<ListboxItemGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
102
+ default?: (props: {}) => any;
103
+ }>;
104
+ type __VLS_WithSlots$5<T, S> = T & {
105
+ new (): {
106
+ $slots: S;
107
+ };
108
+ };
109
+ //#endregion
110
+ //#region src/components/listbox/item-indicator.vue.d.ts
111
+ interface ListboxItemIndicatorBaseProps extends PolymorphicProps {}
112
+ interface ListboxItemIndicatorProps extends ListboxItemIndicatorBaseProps,
113
+ /**
114
+ * @vue-ignore
115
+ */
116
+ HTMLAttributes {}
117
+ declare const _default$8: typeof __VLS_export$7;
118
+ declare const __VLS_export$7: __VLS_WithSlots$4<import("vue").DefineComponent<ListboxItemIndicatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
119
+ default?: (props: {}) => any;
120
+ }>;
121
+ type __VLS_WithSlots$4<T, S> = T & {
122
+ new (): {
123
+ $slots: S;
124
+ };
125
+ };
126
+ //#endregion
127
+ //#region src/components/listbox/item-text.vue.d.ts
128
+ interface ListboxItemTextBaseProps extends PolymorphicProps {}
129
+ interface ListboxItemTextProps extends ListboxItemTextBaseProps,
130
+ /**
131
+ * @vue-ignore
132
+ */
133
+ HTMLAttributes {}
134
+ declare const _default$9: typeof __VLS_export$6;
135
+ declare const __VLS_export$6: __VLS_WithSlots$3<import("vue").DefineComponent<ListboxItemTextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
136
+ default?: (props: {}) => any;
137
+ }>;
138
+ type __VLS_WithSlots$3<T, S> = T & {
139
+ new (): {
140
+ $slots: S;
141
+ };
142
+ };
143
+ //#endregion
144
+ //#region src/components/listbox/item.vue.d.ts
145
+ interface ListboxItemBaseProps extends ItemProps, PolymorphicProps {}
146
+ interface ListboxItemProps extends ListboxItemBaseProps,
147
+ /**
148
+ * @vue-ignore
149
+ */
150
+ HTMLAttributes {}
151
+ declare const _default$4: typeof __VLS_export$5;
152
+ declare const __VLS_export$5: __VLS_WithSlots$2<import("vue").DefineComponent<ListboxItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
153
+ default?: (props: {}) => any;
154
+ }>;
155
+ type __VLS_WithSlots$2<T, S> = T & {
156
+ new (): {
157
+ $slots: S;
158
+ };
159
+ };
160
+ //#endregion
161
+ //#region src/components/listbox/label.vue.d.ts
162
+ interface ListboxLabelBaseProps extends PolymorphicProps {}
163
+ interface ListboxLabelProps extends ListboxLabelBaseProps,
164
+ /**
165
+ * @vue-ignore
166
+ */
167
+ HTMLAttributes {}
168
+ declare const _default$10: typeof __VLS_export$4;
169
+ declare const __VLS_export$4: __VLS_WithSlots$1<import("vue").DefineComponent<ListboxLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
170
+ default?: (props: {}) => any;
171
+ }>;
172
+ type __VLS_WithSlots$1<T, S> = T & {
173
+ new (): {
174
+ $slots: S;
175
+ };
176
+ };
177
+ //#endregion
178
+ //#region src/components/listbox/root-provider.vue.d.ts
179
+ interface RootProviderProps<T extends CollectionItem> {
180
+ value: UnwrapRef<UseListboxReturn<T>>;
181
+ }
182
+ interface ListboxRootProviderBaseProps<T extends CollectionItem> extends RootProviderProps<T>, PolymorphicProps {}
183
+ interface ListboxRootProviderProps<T extends CollectionItem> extends ListboxRootProviderBaseProps<T>,
184
+ /**
185
+ * @vue-ignore
186
+ */
187
+ HTMLAttributes {}
188
+ type ListboxRootProviderComponent<P = {}> = <T extends CollectionItem>(props: Assign<ListboxRootProviderProps<T>, P>) => any;
189
+ declare const _default$12: typeof __VLS_export$3;
190
+ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
191
+ props: import("vue").PublicProps & __VLS_PrettifyLocal$2<ListboxRootProviderProps<T>> & (typeof globalThis extends {
192
+ __VLS_PROPS_FALLBACK: infer P;
193
+ } ? P : {});
194
+ expose: (exposed: {}) => void;
195
+ attrs: any;
196
+ slots: {
197
+ default?: (props: {}) => any;
198
+ };
199
+ emit: {};
200
+ }>) => import("vue").VNode & {
201
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
202
+ };
203
+ type __VLS_PrettifyLocal$2<T> = (T extends any ? { [K in keyof T]: T[K]; } : { [K in keyof T as K]: T[K]; }) & {};
204
+ //#endregion
205
+ //#region src/components/listbox/types.d.ts
206
+ interface RootProps<T extends CollectionItem> {
207
+ collection: ListCollection<T>;
208
+ defaultHighlightedValue?: string;
209
+ defaultValue?: string[];
210
+ deselectable?: boolean;
211
+ disabled?: boolean;
212
+ disallowSelectAll?: boolean;
213
+ highlightedValue?: string;
214
+ id?: string;
215
+ ids?: Partial<{
216
+ root: string;
217
+ content: string;
218
+ label: string;
219
+ item(id: string | number): string;
220
+ itemGroup(id: string | number): string;
221
+ itemGroupLabel(id: string | number): string;
222
+ }>;
223
+ loopFocus?: boolean;
224
+ modelValue?: string[];
225
+ orientation?: "horizontal" | "vertical";
226
+ scrollToIndexFn?: (details: listbox.ScrollToIndexDetails) => void;
227
+ selectOnHighlight?: boolean;
228
+ selectionMode?: listbox.SelectionMode;
229
+ typeahead?: boolean;
230
+ }
231
+ type RootEmits<T extends CollectionItem> = {
232
+ highlightChange: [details: listbox.HighlightChangeDetails<T>];
233
+ select: [details: listbox.SelectionDetails];
234
+ valueChange: [details: listbox.ValueChangeDetails<T>];
235
+ "update:modelValue": [value: string[]];
236
+ };
237
+ //#endregion
238
+ //#region src/components/listbox/root.vue.d.ts
239
+ interface ListboxRootBaseProps<T extends CollectionItem> extends RootProps<T>, PolymorphicProps {}
240
+ interface ListboxRootProps<T extends CollectionItem> extends ListboxRootBaseProps<T>,
241
+ /**
242
+ * @vue-ignore
243
+ */
244
+ HTMLAttributes {}
245
+ type ListboxRootComponentProps<T extends CollectionItem = CollectionItem, P = {}> = Assign<ListboxRootProps<T>, P>;
246
+ type ListboxRootComponent<P = {}> = <T extends CollectionItem>(props: ListboxRootComponentProps<T, P>) => any;
247
+ declare const _default$11: typeof __VLS_export$2;
248
+ declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
249
+ props: import("vue").PublicProps & __VLS_PrettifyLocal$1<ListboxRootBaseProps<T> & {
250
+ onSelect?: ((details: import("@wirekyt/dom/machines/listbox").SelectionDetails) => any) | undefined;
251
+ onValueChange?: ((details: import("@wirekyt/dom/machines/listbox").ValueChangeDetails<T>) => any) | undefined;
252
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
253
+ onHighlightChange?: ((details: import("@wirekyt/dom/machines/listbox").HighlightChangeDetails<T>) => any) | undefined;
254
+ }> & (typeof globalThis extends {
255
+ __VLS_PROPS_FALLBACK: infer P;
256
+ } ? P : {});
257
+ expose: (exposed: {}) => void;
258
+ attrs: any;
259
+ slots: {
260
+ default?: (props: {}) => any;
261
+ };
262
+ emit: ((evt: "select", details: import("@wirekyt/dom/machines/listbox").SelectionDetails) => void) & ((evt: "valueChange", details: import("@wirekyt/dom/machines/listbox").ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "highlightChange", details: import("@wirekyt/dom/machines/listbox").HighlightChangeDetails<T>) => void);
263
+ }>) => import("vue").VNode & {
264
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
265
+ };
266
+ type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K]; } : { [K in keyof T as K]: T[K]; }) & {};
267
+ //#endregion
268
+ //#region src/components/listbox/value-text.vue.d.ts
269
+ interface ListboxValueTextBaseProps extends PolymorphicProps {}
270
+ interface ListboxValueTextProps extends ListboxValueTextBaseProps,
271
+ /**
272
+ * @vue-ignore
273
+ */
274
+ HTMLAttributes {
275
+ placeholder?: string;
276
+ }
277
+ declare const _default$13: typeof __VLS_export$1;
278
+ declare const __VLS_export$1: __VLS_WithSlots<import("vue").DefineComponent<ListboxValueTextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListboxValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
279
+ type __VLS_WithSlots<T, S> = T & {
280
+ new (): {
281
+ $slots: S;
282
+ };
283
+ };
284
+ declare namespace listbox_d_exports {
285
+ export { _default as Content, ListboxContentBaseProps as ContentBaseProps, ListboxContentProps as ContentProps, _default$1 as Context, ListboxContextProps as ContextProps, _default$2 as Empty, ListboxEmptyBaseProps as EmptyBaseProps, ListboxEmptyProps as EmptyProps, HighlightChangeDetails, _default$3 as Input, ListboxInputBaseProps as InputBaseProps, ListboxInputProps as InputProps, _default$4 as Item, ListboxItemBaseProps as ItemBaseProps, _default$5 as ItemContext, ListboxItemContextProps as ItemContextProps, _default$6 as ItemGroup, ListboxItemGroupBaseProps as ItemGroupBaseProps, _default$7 as ItemGroupLabel, ListboxItemGroupLabelBaseProps as ItemGroupLabelBaseProps, ListboxItemGroupLabelProps as ItemGroupLabelProps, ListboxItemGroupProps as ItemGroupProps, _default$8 as ItemIndicator, ListboxItemIndicatorBaseProps as ItemIndicatorBaseProps, ListboxItemIndicatorProps as ItemIndicatorProps, ListboxItemProps as ItemProps, _default$9 as ItemText, ListboxItemTextBaseProps as ItemTextBaseProps, ListboxItemTextProps as ItemTextProps, _default$10 as Label, ListboxLabelBaseProps as LabelBaseProps, ListboxLabelProps as LabelProps, _default$11 as Root, ListboxRootBaseProps as RootBaseProps, ListboxRootComponent as RootComponent, ListboxRootComponentProps as RootComponentProps, RootEmits, ListboxRootProps as RootProps, _default$12 as RootProvider, ListboxRootProviderBaseProps as RootProviderBaseProps, ListboxRootProviderComponent as RootProviderComponent, ListboxRootProviderProps as RootProviderProps, ScrollToIndexDetails, SelectionDetails, SelectionMode, ValueChangeDetails, _default$13 as ValueText, ListboxValueTextBaseProps as ValueTextBaseProps, ListboxValueTextProps as ValueTextProps };
286
+ }
287
+ //#endregion
288
+ //#region src/components/listbox/use-listbox.d.ts
289
+ interface UseListboxProps<T extends CollectionItem> extends Optional<Omit<listbox.Props<T>, "dir" | "getRootNode" | "collection">, "id"> {
290
+ modelValue?: listbox.Props<T>["value"];
291
+ collection: ListCollection<T>;
292
+ }
293
+ interface UseListboxReturn<T extends CollectionItem> extends ComputedRef<listbox.Api<PropTypes, T>> {}
294
+ declare const useListbox: <T extends CollectionItem>(props: MaybeRef<UseListboxProps<T>>, emit?: EmitFn$1<RootEmits<T>>) => UseListboxReturn<T>;
295
+ //#endregion
296
+ //#region src/components/listbox/use-context.d.ts
297
+ interface UseListboxContext<T extends CollectionItem> extends UseListboxReturn<T> {}
298
+ declare const ListboxProvider: (opts: UseListboxContext<any>) => void, useListboxContext: (fallback?: UseListboxContext<any> | undefined) => UseListboxContext<any>;
299
+ //#endregion
300
+ //#region src/components/listbox/context.vue.d.ts
301
+ interface ListboxContextProps<T extends CollectionItem> extends SlotsType<{
302
+ default: UnwrapRef<UseListboxContext<T>>;
303
+ }> {}
304
+ declare const _default$1: typeof __VLS_export;
305
+ declare const __VLS_export: <T extends CollectionItem>(__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<{
306
+ props: import("vue").PublicProps & (typeof globalThis extends {
307
+ __VLS_PROPS_FALLBACK: infer P;
308
+ } ? P : {});
309
+ expose: (exposed: {}) => void;
310
+ attrs: any;
311
+ slots: {
312
+ default(listbox: UnwrapRef<UseListboxContext<T>>): unknown;
313
+ };
314
+ emit: {};
315
+ }>) => import("vue").VNode & {
316
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
317
+ };
318
+ type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K]; } : { [K in keyof T as K]: T[K]; }) & {};
319
+ //#endregion
320
+ //#region src/components/listbox/anatomy.d.ts
321
+ declare const listboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"input" | "label" | "root" | "valueText" | "item" | "content" | "itemText" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty">;
322
+ //#endregion
323
+ export { type CollectionItem, type ListCollection, listbox_d_exports as Listbox, _default as ListboxContent, type ListboxContentBaseProps, type ListboxContentProps, _default$1 as ListboxContext, type ListboxContextProps, _default$2 as ListboxEmpty, type ListboxEmptyBaseProps, type ListboxEmptyProps, type ListboxHighlightChangeDetails, _default$3 as ListboxInput, type ListboxInputBaseProps, type ListboxInputProps, _default$4 as ListboxItem, type ListboxItemBaseProps, _default$5 as ListboxItemContext, type ListboxItemContextProps, _default$6 as ListboxItemGroup, type ListboxItemGroupBaseProps, _default$7 as ListboxItemGroupLabel, type ListboxItemGroupLabelBaseProps, type ListboxItemGroupLabelProps, type ListboxItemGroupProps, _default$8 as ListboxItemIndicator, type ListboxItemIndicatorBaseProps, type ListboxItemIndicatorProps, type ListboxItemProps, _default$9 as ListboxItemText, type ListboxItemTextBaseProps, type ListboxItemTextProps, _default$10 as ListboxLabel, type ListboxLabelBaseProps, type ListboxLabelProps, _default$11 as ListboxRoot, type ListboxRootBaseProps, type ListboxRootComponent, type ListboxRootComponentProps, type RootEmits as ListboxRootEmits, type ListboxRootProps, _default$12 as ListboxRootProvider, type ListboxRootProviderBaseProps, type ListboxRootProviderComponent, type ListboxRootProviderProps, type ListboxScrollToIndexDetails, type ListboxSelectionDetails, type ListboxSelectionMode, type ListboxValueChangeDetails, _default$13 as ListboxValueText, type ListboxValueTextBaseProps, type ListboxValueTextProps, type UseListboxContext, type UseListboxItemContext, type UseListboxProps, type UseListboxReturn, createListCollection, listboxAnatomy, useListbox, useListboxContext, useListboxItemContext };