@soybeanjs/headless 0.0.2-beta.9 → 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 (244) hide show
  1. package/README.md +4 -138
  2. package/dist/components/accordion/accordion-content.vue.d.ts +2 -2
  3. package/dist/components/accordion/accordion-header.vue.d.ts +2 -2
  4. package/dist/components/accordion/accordion-item.vue.d.ts +5 -5
  5. package/dist/components/accordion/accordion-root.vue.d.ts +3 -3
  6. package/dist/components/accordion/accordion-trigger.vue.d.ts +2 -2
  7. package/dist/components/alert/alert-close.vue.d.ts +2 -2
  8. package/dist/components/alert/alert-content.vue.d.ts +2 -2
  9. package/dist/components/alert/alert-description.vue.d.ts +2 -2
  10. package/dist/components/alert/alert-root.vue.d.ts +4 -4
  11. package/dist/components/alert/alert-title.vue.d.ts +2 -2
  12. package/dist/components/alert-dialog/alert-dialog-close.js +1 -1
  13. package/dist/components/alert-dialog/alert-dialog-close.vue.d.ts +2 -2
  14. package/dist/components/alert-dialog/alert-dialog-content.vue.d.ts +4 -4
  15. package/dist/components/alert-dialog/alert-dialog-root.vue.d.ts +4 -4
  16. package/dist/components/arrow/arrow.vue.d.ts +4 -4
  17. package/dist/components/aspect-ratio/aspect-ratio.vue.d.ts +3 -3
  18. package/dist/components/avatar/avatar-fallback.vue.d.ts +2 -2
  19. package/dist/components/avatar/avatar-image.vue.d.ts +4 -4
  20. package/dist/components/avatar/avatar-root.vue.d.ts +2 -2
  21. package/dist/components/badge/badge-content.vue.d.ts +2 -2
  22. package/dist/components/badge/badge-root.vue.d.ts +4 -4
  23. package/dist/components/breadcrumb/breadcrumb-ellipsis.vue.d.ts +2 -2
  24. package/dist/components/breadcrumb/breadcrumb-item.vue.d.ts +2 -2
  25. package/dist/components/breadcrumb/breadcrumb-link.vue.d.ts +2 -2
  26. package/dist/components/breadcrumb/breadcrumb-list.vue.d.ts +2 -2
  27. package/dist/components/breadcrumb/breadcrumb-page.vue.d.ts +2 -2
  28. package/dist/components/breadcrumb/breadcrumb-root.vue.d.ts +2 -2
  29. package/dist/components/breadcrumb/breadcrumb-separator.vue.d.ts +2 -2
  30. package/dist/components/button/button.vue.d.ts +5 -5
  31. package/dist/components/card/card-content.vue.d.ts +2 -2
  32. package/dist/components/card/card-description.vue.d.ts +2 -2
  33. package/dist/components/card/card-footer.vue.d.ts +2 -2
  34. package/dist/components/card/card-header.vue.d.ts +2 -2
  35. package/dist/components/card/card-root.vue.d.ts +2 -2
  36. package/dist/components/card/card-title-root.vue.d.ts +2 -2
  37. package/dist/components/card/card-title.vue.d.ts +2 -2
  38. package/dist/components/checkbox/checkbox-control.vue.d.ts +2 -2
  39. package/dist/components/checkbox/checkbox-group-root.vue.d.ts +3 -3
  40. package/dist/components/checkbox/checkbox-indicator.vue.d.ts +4 -4
  41. package/dist/components/checkbox/checkbox-label.vue.d.ts +2 -2
  42. package/dist/components/checkbox/checkbox-root.vue.d.ts +4 -4
  43. package/dist/components/collapsible/collapsible-content.vue.d.ts +2 -2
  44. package/dist/components/collapsible/collapsible-root.vue.d.ts +6 -6
  45. package/dist/components/collapsible/collapsible-trigger.vue.d.ts +4 -4
  46. package/dist/components/config-provider/config-provider.vue.d.ts +3 -3
  47. package/dist/components/context-menu/context-menu-content.vue.d.ts +4 -4
  48. package/dist/components/context-menu/context-menu-root.vue.d.ts +4 -4
  49. package/dist/components/context-menu/context-menu-trigger.vue.d.ts +4 -4
  50. package/dist/components/dialog/dialog-close.js +1 -1
  51. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  52. package/dist/components/dialog/dialog-content.vue.d.ts +4 -4
  53. package/dist/components/dialog/dialog-description.vue.d.ts +2 -2
  54. package/dist/components/dialog/dialog-footer.vue.d.ts +2 -2
  55. package/dist/components/dialog/dialog-header.vue.d.ts +2 -2
  56. package/dist/components/dialog/dialog-overlay.vue.d.ts +2 -2
  57. package/dist/components/dialog/dialog-root.vue.d.ts +4 -4
  58. package/dist/components/dialog/dialog-title.vue.d.ts +2 -2
  59. package/dist/components/dialog/dialog-trigger.vue.d.ts +2 -2
  60. package/dist/components/dialog/types.d.ts +8 -2
  61. package/dist/components/dropdown-menu/dropdown-menu-content.vue.d.ts +4 -4
  62. package/dist/components/dropdown-menu/dropdown-menu-root.vue.d.ts +6 -6
  63. package/dist/components/dropdown-menu/dropdown-menu-trigger.vue.d.ts +4 -4
  64. package/dist/components/form/form-description.vue.d.ts +2 -2
  65. package/dist/components/form/form-error.vue.d.ts +2 -2
  66. package/dist/components/form/form-field-array.vue.d.ts +2 -2
  67. package/dist/components/form/form-field.vue.d.ts +2 -2
  68. package/dist/components/form/form-label.vue.d.ts +2 -2
  69. package/dist/components/input/input-control.vue.d.ts +2 -2
  70. package/dist/components/input/input-root.vue.d.ts +4 -4
  71. package/dist/components/kbd/kbd.vue.d.ts +2 -2
  72. package/dist/components/label/label.vue.d.ts +2 -2
  73. package/dist/components/layout/layout-footer.vue.d.ts +2 -2
  74. package/dist/components/layout/layout-header.vue.d.ts +2 -2
  75. package/dist/components/layout/layout-main.vue.d.ts +2 -2
  76. package/dist/components/layout/layout-mobile.vue.d.ts +2 -2
  77. package/dist/components/layout/layout-rail.vue.d.ts +2 -2
  78. package/dist/components/layout/layout-root.vue.d.ts +4 -4
  79. package/dist/components/layout/layout-sidebar.vue.d.ts +2 -2
  80. package/dist/components/layout/layout-tab.vue.d.ts +2 -2
  81. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  82. package/dist/components/link/link.js +1 -1
  83. package/dist/components/link/link.vue.d.ts +4 -5
  84. package/dist/components/list/list-content.vue.d.ts +2 -2
  85. package/dist/components/list/list-description.vue.d.ts +2 -2
  86. package/dist/components/list/list-item.vue.d.ts +2 -2
  87. package/dist/components/list/list-root.vue.d.ts +2 -2
  88. package/dist/components/list/list-title.vue.d.ts +2 -2
  89. package/dist/components/listbox/listbox-content.vue.d.ts +2 -2
  90. package/dist/components/listbox/listbox-filter.vue.d.ts +4 -4
  91. package/dist/components/listbox/listbox-group-label.vue.d.ts +2 -2
  92. package/dist/components/listbox/listbox-group.vue.d.ts +2 -2
  93. package/dist/components/listbox/listbox-item-indicator.vue.d.ts +4 -4
  94. package/dist/components/listbox/listbox-item.vue.d.ts +5 -5
  95. package/dist/components/listbox/listbox-root.vue.d.ts +7 -7
  96. package/dist/components/listbox/listbox-virtualizer.vue.d.ts +2 -2
  97. package/dist/components/menu/menu-checkbox-group.vue.d.ts +3 -3
  98. package/dist/components/menu/menu-checkbox-item.vue.d.ts +4 -4
  99. package/dist/components/menu/menu-content.vue.d.ts +4 -4
  100. package/dist/components/menu/menu-group-label.vue.d.ts +2 -2
  101. package/dist/components/menu/menu-group.vue.d.ts +2 -2
  102. package/dist/components/menu/menu-item-indicator.vue.d.ts +4 -4
  103. package/dist/components/menu/menu-item.vue.d.ts +4 -4
  104. package/dist/components/menu/menu-radio-group.vue.d.ts +3 -3
  105. package/dist/components/menu/menu-radio-item.vue.d.ts +4 -4
  106. package/dist/components/menu/menu-root.vue.d.ts +4 -4
  107. package/dist/components/menu/menu-sub-content.vue.d.ts +4 -4
  108. package/dist/components/menu/menu-sub-trigger.vue.d.ts +2 -2
  109. package/dist/components/menu/menu-sub.vue.d.ts +4 -4
  110. package/dist/components/navigation-menu/navigation-menu-content.vue.d.ts +4 -4
  111. package/dist/components/navigation-menu/navigation-menu-indicator.vue.d.ts +2 -2
  112. package/dist/components/navigation-menu/navigation-menu-item.vue.d.ts +2 -2
  113. package/dist/components/navigation-menu/navigation-menu-link.vue.d.ts +4 -4
  114. package/dist/components/navigation-menu/navigation-menu-list.vue.d.ts +2 -2
  115. package/dist/components/navigation-menu/navigation-menu-root.vue.d.ts +5 -5
  116. package/dist/components/navigation-menu/navigation-menu-sub-list.vue.d.ts +2 -2
  117. package/dist/components/navigation-menu/navigation-menu-trigger.js +1 -1
  118. package/dist/components/navigation-menu/navigation-menu-trigger.vue.d.ts +4 -4
  119. package/dist/components/navigation-menu/navigation-menu-viewport.vue.d.ts +3 -3
  120. package/dist/components/number-input/number-input-control.vue.d.ts +2 -2
  121. package/dist/components/number-input/number-input-decrement.vue.d.ts +4 -4
  122. package/dist/components/number-input/number-input-increment.vue.d.ts +4 -4
  123. package/dist/components/number-input/number-input-root.vue.d.ts +4 -4
  124. package/dist/components/pagination/pagination-ellipsis.vue.d.ts +2 -2
  125. package/dist/components/pagination/pagination-first.vue.d.ts +2 -2
  126. package/dist/components/pagination/pagination-last.vue.d.ts +2 -2
  127. package/dist/components/pagination/pagination-list-item.vue.d.ts +2 -2
  128. package/dist/components/pagination/pagination-list.vue.d.ts +2 -2
  129. package/dist/components/pagination/pagination-next.vue.d.ts +2 -2
  130. package/dist/components/pagination/pagination-prev.vue.d.ts +2 -2
  131. package/dist/components/pagination/pagination-root.vue.d.ts +5 -5
  132. package/dist/components/popover/popover-anchor.vue.d.ts +2 -2
  133. package/dist/components/popover/popover-close.vue.d.ts +4 -4
  134. package/dist/components/popover/popover-content.vue.d.ts +4 -4
  135. package/dist/components/popover/popover-root.vue.d.ts +4 -4
  136. package/dist/components/popover/popover-trigger.vue.d.ts +4 -4
  137. package/dist/components/popper/context.d.ts +5 -5
  138. package/dist/components/popper/popper-anchor.vue.d.ts +2 -2
  139. package/dist/components/popper/popper-arrow.vue.d.ts +2 -2
  140. package/dist/components/popper/popper-content.vue.d.ts +26 -26
  141. package/dist/components/popper/popper-root.vue.d.ts +2 -2
  142. package/dist/components/portal/portal.vue.d.ts +3 -3
  143. package/dist/components/primitive/primitive.d.ts +2 -2
  144. package/dist/components/radio-group/radio-group-control.vue.d.ts +2 -2
  145. package/dist/components/radio-group/radio-group-indicator.vue.d.ts +4 -4
  146. package/dist/components/radio-group/radio-group-item.vue.d.ts +4 -4
  147. package/dist/components/radio-group/radio-group-label.vue.d.ts +2 -2
  148. package/dist/components/radio-group/radio-group-root.vue.d.ts +3 -3
  149. package/dist/components/roving-focus/roving-focus-group.vue.d.ts +5 -5
  150. package/dist/components/roving-focus/roving-focus-item.vue.d.ts +3 -3
  151. package/dist/components/select/select-arrow.vue.d.ts +2 -2
  152. package/dist/components/select/select-content.vue.d.ts +4 -4
  153. package/dist/components/select/select-group-label.vue.d.ts +2 -2
  154. package/dist/components/select/select-group.vue.d.ts +2 -2
  155. package/dist/components/select/select-item-indicator.vue.d.ts +4 -4
  156. package/dist/components/select/select-item-text.vue.d.ts +2 -2
  157. package/dist/components/select/select-item.vue.d.ts +4 -4
  158. package/dist/components/select/select-root.vue.d.ts +3 -3
  159. package/dist/components/select/select-scroll-down-button.vue.d.ts +2 -2
  160. package/dist/components/select/select-scroll-up-button.vue.d.ts +2 -2
  161. package/dist/components/select/select-separator.vue.d.ts +2 -2
  162. package/dist/components/select/select-trigger-icon.vue.d.ts +2 -2
  163. package/dist/components/select/select-trigger.vue.d.ts +4 -4
  164. package/dist/components/select/select-value.vue.d.ts +3 -3
  165. package/dist/components/select/select-viewport.vue.d.ts +2 -2
  166. package/dist/components/separator/separator-label.vue.d.ts +2 -2
  167. package/dist/components/separator/separator-root.vue.d.ts +3 -3
  168. package/dist/components/slot/slot.d.ts +2 -2
  169. package/dist/components/switch/switch-control.vue.d.ts +2 -2
  170. package/dist/components/switch/switch-root.vue.d.ts +3 -3
  171. package/dist/components/switch/switch-thumb.vue.d.ts +4 -4
  172. package/dist/components/tabs/tabs-content.vue.d.ts +2 -2
  173. package/dist/components/tabs/tabs-indicator.vue.d.ts +2 -2
  174. package/dist/components/tabs/tabs-list.vue.d.ts +2 -2
  175. package/dist/components/tabs/tabs-root.vue.d.ts +5 -5
  176. package/dist/components/tabs/tabs-trigger.vue.d.ts +4 -4
  177. package/dist/components/tag/tag.vue.d.ts +4 -4
  178. package/dist/components/textarea/textarea-control.vue.d.ts +2 -2
  179. package/dist/components/textarea/textarea-counter.vue.d.ts +2 -2
  180. package/dist/components/textarea/textarea-root.vue.d.ts +4 -4
  181. package/dist/components/toast/context.d.ts +13 -0
  182. package/dist/components/toast/context.js +1 -0
  183. package/dist/components/toast/index.d.ts +12 -0
  184. package/dist/components/toast/index.js +1 -0
  185. package/dist/components/toast/shared.js +1 -0
  186. package/dist/components/toast/toast-action.js +1 -0
  187. package/dist/components/toast/toast-action.vue.d.ts +22 -0
  188. package/dist/components/toast/toast-announce.js +1 -0
  189. package/dist/components/toast/toast-close.js +1 -0
  190. package/dist/components/toast/toast-close.vue.d.ts +22 -0
  191. package/dist/components/toast/toast-description.js +1 -0
  192. package/dist/components/toast/toast-description.vue.d.ts +18 -0
  193. package/dist/components/toast/toast-focus-proxy.js +1 -0
  194. package/dist/components/toast/toast-provider.js +1 -0
  195. package/dist/components/toast/toast-provider.vue.d.ts +25 -0
  196. package/dist/components/toast/toast-root.js +1 -0
  197. package/dist/components/toast/toast-root.vue.d.ts +48 -0
  198. package/dist/components/toast/toast-title.js +1 -0
  199. package/dist/components/toast/toast-title.vue.d.ts +18 -0
  200. package/dist/components/toast/toast-viewport.js +1 -0
  201. package/dist/components/toast/toast-viewport.vue.d.ts +24 -0
  202. package/dist/components/toast/types.d.ts +107 -0
  203. package/dist/components/tooltip/tooltip-content.vue.d.ts +4 -4
  204. package/dist/components/tooltip/tooltip-root.vue.d.ts +4 -4
  205. package/dist/components/tooltip/tooltip-trigger.vue.d.ts +4 -4
  206. package/dist/components/tree/tree-item.vue.d.ts +5 -5
  207. package/dist/components/tree/tree-root.vue.d.ts +3 -3
  208. package/dist/components/tree/tree-virtualizer-item.vue.d.ts +4 -4
  209. package/dist/components/tree/tree-virtualizer-root.vue.d.ts +3 -3
  210. package/dist/components/virtualizer/virtualizer-content.vue.d.ts +2 -2
  211. package/dist/components/virtualizer/virtualizer-item.vue.d.ts +2 -2
  212. package/dist/components/virtualizer/virtualizer-root.vue.d.ts +3 -3
  213. package/dist/components/visually-hidden/visually-hidden-input.vue.d.ts +3 -3
  214. package/dist/components/visually-hidden/visually-hidden.vue.d.ts +4 -4
  215. package/dist/composables/use-collection.d.ts +6 -6
  216. package/dist/composables/use-direction.d.ts +2 -2
  217. package/dist/composables/use-dismissable-layer.d.ts +6 -6
  218. package/dist/composables/use-exposed-element.d.ts +2 -2
  219. package/dist/composables/use-forward-element.d.ts +2 -2
  220. package/dist/composables/use-image-loading-status.d.ts +2 -2
  221. package/dist/composables/use-is-using-keyboard.d.ts +2 -2
  222. package/dist/composables/use-kbd.d.ts +2 -2
  223. package/dist/composables/use-locale.d.ts +2 -2
  224. package/dist/composables/use-nonce.d.ts +2 -2
  225. package/dist/composables/use-presence.d.ts +2 -2
  226. package/dist/composables/use-props.d.ts +3 -3
  227. package/dist/composables/use-selection.d.ts +4 -4
  228. package/dist/constants/components.d.ts +1 -0
  229. package/dist/constants/components.js +1 -1
  230. package/dist/index.d.ts +24 -14
  231. package/dist/index.js +1 -1
  232. package/dist/nuxt/index.js +1 -1
  233. package/dist/resolver/index.d.ts +2 -2
  234. package/dist/resolver/index.js +1 -1
  235. package/dist/shared/dom.d.ts +2 -1
  236. package/dist/shared/dom.js +1 -1
  237. package/dist/shared/geometry.d.ts +3 -2
  238. package/dist/shared/geometry.js +1 -1
  239. package/dist/shared/index.d.ts +3 -3
  240. package/dist/shared/index.js +1 -1
  241. package/dist/types/common.d.ts +2 -1
  242. package/dist/types/event.d.ts +10 -1
  243. package/dist/types/index.d.ts +2 -2
  244. package/package.json +24 -48
@@ -1,7 +1,7 @@
1
1
  import { Align, Placement, Side } from "../../types/common.js";
2
2
  import { PopperContentProps } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue1439 from "vue";
4
+ import * as vue1019 from "vue";
5
5
  import { CSSProperties } from "vue";
6
6
  import * as _floating_ui_vue0 from "@floating-ui/vue";
7
7
 
@@ -10,17 +10,18 @@ declare var __VLS_1: {};
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_1) => any;
12
12
  };
13
- declare const __VLS_base: vue1439.DefineComponent<PopperContentProps, {}, {}, {}, {}, vue1439.ComponentOptionsMixin, vue1439.ComponentOptionsMixin, {
13
+ declare const __VLS_base: vue1019.DefineComponent<PopperContentProps, {}, {}, {}, {}, vue1019.ComponentOptionsMixin, vue1019.ComponentOptionsMixin, {
14
14
  placed: () => any;
15
- }, string, vue1439.PublicProps, Readonly<PopperContentProps> & Readonly<{
15
+ }, string, vue1019.PublicProps, Readonly<PopperContentProps> & Readonly<{
16
16
  onPlaced?: (() => any) | undefined;
17
17
  }>, {
18
18
  dir: string;
19
- style: string | false | CSSProperties | vue1439.StyleValue[] | null;
19
+ style: string | false | CSSProperties | vue1019.StyleValue[] | null;
20
20
  title: string;
21
21
  contextmenu: string;
22
22
  onInput: (payload: InputEvent) => void;
23
23
  onSelect: (payload: Event) => void;
24
+ onFocus: (payload: FocusEvent) => void;
24
25
  onError: (payload: Event) => void;
25
26
  onProgress: (payload: ProgressEvent<EventTarget>) => void;
26
27
  onFullscreenchange: (payload: Event) => void;
@@ -55,7 +56,6 @@ declare const __VLS_base: vue1439.DefineComponent<PopperContentProps, {}, {}, {}
55
56
  onDurationchange: (payload: Event) => void;
56
57
  onEmptied: (payload: Event) => void;
57
58
  onEnded: (payload: Event) => void;
58
- onFocus: (payload: FocusEvent) => void;
59
59
  onFocusin: (payload: FocusEvent) => void;
60
60
  onFocusout: (payload: FocusEvent) => void;
61
61
  onFormdata: (payload: FormDataEvent) => void;
@@ -111,8 +111,27 @@ declare const __VLS_base: vue1439.DefineComponent<PopperContentProps, {}, {}, {}
111
111
  onVolumechange: (payload: Event) => void;
112
112
  onWaiting: (payload: Event) => void;
113
113
  onWheel: (payload: WheelEvent) => void;
114
+ side: Side;
115
+ sideOffset: number;
116
+ align: Align;
117
+ arrowPadding: number;
118
+ updatePositionStrategy: "optimized" | "always";
114
119
  onDragexit: (payload: DragEvent) => void;
115
120
  onEncrypted: (payload: MediaEncryptedEvent) => void;
121
+ floatingRef: (el: HTMLElement) => void;
122
+ placement: Placement;
123
+ sideFlip: boolean;
124
+ alignOffset: number;
125
+ alignFlip: boolean;
126
+ avoidCollisions: boolean;
127
+ collisionBoundary: Element | null | Array<Element | null>;
128
+ collisionPadding: number | Partial<Record<Side, number>>;
129
+ sticky: "partial" | "always";
130
+ hideWhenDetached: boolean;
131
+ positionStrategy: "absolute" | "fixed";
132
+ disableUpdateOnLayoutShift: boolean;
133
+ prioritizePosition: boolean;
134
+ reference: _floating_ui_vue0.ReferenceElement;
116
135
  innerHTML: string;
117
136
  class: any;
118
137
  accesskey: string;
@@ -148,7 +167,7 @@ declare const __VLS_base: vue1439.DefineComponent<PopperContentProps, {}, {}, {}
148
167
  results: string | number;
149
168
  security: string;
150
169
  unselectable: "on" | "off";
151
- inputmode: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal";
170
+ inputmode: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal";
152
171
  is: string;
153
172
  'aria-activedescendant': string;
154
173
  'aria-atomic': boolean | "true" | "false";
@@ -198,26 +217,7 @@ declare const __VLS_base: vue1439.DefineComponent<PopperContentProps, {}, {}, {}
198
217
  'aria-valuemin': string | number;
199
218
  'aria-valuenow': string | number;
200
219
  'aria-valuetext': string;
201
- side: Side;
202
- sideOffset: number;
203
- align: Align;
204
- arrowPadding: number;
205
- updatePositionStrategy: "optimized" | "always";
206
- floatingRef: (el: HTMLElement) => void;
207
- placement: Placement;
208
- sideFlip: boolean;
209
- alignOffset: number;
210
- alignFlip: boolean;
211
- avoidCollisions: boolean;
212
- collisionBoundary: Element | null | Array<Element | null>;
213
- collisionPadding: number | Partial<Record<Side, number>>;
214
- sticky: "partial" | "always";
215
- hideWhenDetached: boolean;
216
- positionStrategy: "absolute" | "fixed";
217
- disableUpdateOnLayoutShift: boolean;
218
- prioritizePosition: boolean;
219
- reference: _floating_ui_vue0.ReferenceElement;
220
- }, {}, {}, {}, string, vue1439.ComponentProvideOptions, false, {}, any>;
220
+ }, {}, {}, {}, string, vue1019.ComponentProvideOptions, false, {}, any>;
221
221
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
222
222
  declare const _default: typeof __VLS_export;
223
223
  type __VLS_WithSlots<T, S> = T & {
@@ -1,11 +1,11 @@
1
- import * as vue1429 from "vue";
1
+ import * as vue1025 from "vue";
2
2
 
3
3
  //#region src/components/popper/popper-root.vue.d.ts
4
4
  declare var __VLS_1: {};
5
5
  type __VLS_Slots = {} & {
6
6
  default?: (props: typeof __VLS_1) => any;
7
7
  };
8
- declare const __VLS_base: vue1429.DefineComponent<{}, {}, {}, {}, {}, vue1429.ComponentOptionsMixin, vue1429.ComponentOptionsMixin, {}, string, vue1429.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1429.ComponentProvideOptions, true, {}, any>;
8
+ declare const __VLS_base: vue1025.DefineComponent<{}, {}, {}, {}, {}, vue1025.ComponentOptionsMixin, vue1025.ComponentOptionsMixin, {}, string, vue1025.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1025.ComponentProvideOptions, true, {}, any>;
9
9
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
10
  declare const _default: typeof __VLS_export;
11
11
  type __VLS_WithSlots<T, S> = T & {
@@ -1,14 +1,14 @@
1
1
  import { PortalProps } from "./types.js";
2
- import * as vue509 from "vue";
2
+ import * as vue27 from "vue";
3
3
 
4
4
  //#region src/components/portal/portal.vue.d.ts
5
5
  declare var __VLS_6: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_6) => any;
8
8
  };
9
- declare const __VLS_base: vue509.DefineComponent<PortalProps, {}, {}, {}, {}, vue509.ComponentOptionsMixin, vue509.ComponentOptionsMixin, {}, string, vue509.PublicProps, Readonly<PortalProps> & Readonly<{}>, {
9
+ declare const __VLS_base: vue27.DefineComponent<PortalProps, {}, {}, {}, {}, vue27.ComponentOptionsMixin, vue27.ComponentOptionsMixin, {}, string, vue27.PublicProps, Readonly<PortalProps> & Readonly<{}>, {
10
10
  to: string | HTMLElement;
11
- }, {}, {}, {}, string, vue509.ComponentProvideOptions, false, {}, any>;
11
+ }, {}, {}, {}, string, vue27.ComponentProvideOptions, false, {}, any>;
12
12
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
13
  declare const _default: typeof __VLS_export;
14
14
  type __VLS_WithSlots<T, S> = T & {
@@ -1,7 +1,7 @@
1
1
  import { PrimitiveProps } from "./types.js";
2
- import * as vue23 from "vue";
2
+ import * as vue25 from "vue";
3
3
 
4
4
  //#region src/components/primitive/primitive.d.ts
5
- declare const Primitive: vue23.DefineSetupFnComponent<PrimitiveProps, {}, {}, PrimitiveProps & {}, vue23.PublicProps>;
5
+ declare const Primitive: vue25.DefineSetupFnComponent<PrimitiveProps, {}, {}, PrimitiveProps & {}, vue25.PublicProps>;
6
6
  //#endregion
7
7
  export { Primitive };
@@ -1,5 +1,5 @@
1
1
  import { RadioGroupControlProps } from "./types.js";
2
- import * as vue79 from "vue";
2
+ import * as vue1658 from "vue";
3
3
 
4
4
  //#region src/components/radio-group/radio-group-control.vue.d.ts
5
5
  declare var __VLS_7: {
@@ -10,7 +10,7 @@ declare var __VLS_7: {
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_7) => any;
12
12
  };
13
- declare const __VLS_base: vue79.DefineComponent<RadioGroupControlProps, {}, {}, {}, {}, vue79.ComponentOptionsMixin, vue79.ComponentOptionsMixin, {}, string, vue79.PublicProps, Readonly<RadioGroupControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue79.ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: vue1658.DefineComponent<RadioGroupControlProps, {}, {}, {}, {}, vue1658.ComponentOptionsMixin, vue1658.ComponentOptionsMixin, {}, string, vue1658.PublicProps, Readonly<RadioGroupControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1658.ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
16
16
  type __VLS_WithSlots<T, S> = T & {
@@ -1,16 +1,16 @@
1
1
  import { AsTag } from "../primitive/types.js";
2
2
  import "../primitive/index.js";
3
3
  import { RadioGroupIndicatorProps } from "./types.js";
4
- import * as vue119 from "vue";
4
+ import * as vue1663 from "vue";
5
5
 
6
6
  //#region src/components/radio-group/radio-group-indicator.vue.d.ts
7
7
  declare var __VLS_7: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_7) => any;
10
10
  };
11
- declare const __VLS_base: vue119.DefineComponent<RadioGroupIndicatorProps, {}, {}, {}, {}, vue119.ComponentOptionsMixin, vue119.ComponentOptionsMixin, {}, string, vue119.PublicProps, Readonly<RadioGroupIndicatorProps> & Readonly<{}>, {
12
- as: AsTag | vue119.Component;
13
- }, {}, {}, {}, string, vue119.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue1663.DefineComponent<RadioGroupIndicatorProps, {}, {}, {}, {}, vue1663.ComponentOptionsMixin, vue1663.ComponentOptionsMixin, {}, string, vue1663.PublicProps, Readonly<RadioGroupIndicatorProps> & Readonly<{}>, {
12
+ as: AsTag | vue1663.Component;
13
+ }, {}, {}, {}, string, vue1663.ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
16
16
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { RadioGroupItemProps, RadioSelectEvent } from "./types.js";
2
- import * as vue114 from "vue";
2
+ import * as vue1653 from "vue";
3
3
 
4
4
  //#region src/components/radio-group/radio-group-item.vue.d.ts
5
5
  declare var __VLS_1: {
@@ -8,11 +8,11 @@ declare var __VLS_1: {
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_1) => any;
10
10
  };
11
- declare const __VLS_base: vue114.DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, vue114.ComponentOptionsMixin, vue114.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue1653.DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, vue1653.ComponentOptionsMixin, vue1653.ComponentOptionsMixin, {
12
12
  select: (event: RadioSelectEvent) => any;
13
- }, string, vue114.PublicProps, Readonly<RadioGroupItemProps> & Readonly<{
13
+ }, string, vue1653.PublicProps, Readonly<RadioGroupItemProps> & Readonly<{
14
14
  onSelect?: ((event: RadioSelectEvent) => any) | undefined;
15
- }>, {}, {}, {}, {}, string, vue114.ComponentProvideOptions, false, {}, any>;
15
+ }>, {}, {}, {}, {}, string, vue1653.ComponentProvideOptions, false, {}, any>;
16
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
17
  declare const _default: typeof __VLS_export;
18
18
  type __VLS_WithSlots<T, S> = T & {
@@ -1,13 +1,13 @@
1
1
  import { LabelProps } from "../label/types.js";
2
2
  import "./types.js";
3
- import * as vue125 from "vue";
3
+ import * as vue1669 from "vue";
4
4
 
5
5
  //#region src/components/radio-group/radio-group-label.vue.d.ts
6
6
  declare var __VLS_7: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_7) => any;
9
9
  };
10
- declare const __VLS_base: vue125.DefineComponent<LabelProps, {}, {}, {}, {}, vue125.ComponentOptionsMixin, vue125.ComponentOptionsMixin, {}, string, vue125.PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue125.ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_base: vue1669.DefineComponent<LabelProps, {}, {}, {}, {}, vue1669.ComponentOptionsMixin, vue1669.ComponentOptionsMixin, {}, string, vue1669.PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1669.ComponentProvideOptions, false, {}, any>;
11
11
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
12
  declare const _default: typeof __VLS_export;
13
13
  type __VLS_WithSlots<T, S> = T & {
@@ -1,13 +1,13 @@
1
1
  import { AcceptableBooleanValue } from "../../types/common.js";
2
2
  import "../../types/index.js";
3
3
  import { RadioGroupRootProps } from "./types.js";
4
- import * as vue112 from "vue";
4
+ import * as vue1651 from "vue";
5
5
 
6
6
  //#region src/components/radio-group/radio-group-root.vue.d.ts
7
7
  declare const __VLS_export: <T extends AcceptableBooleanValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8
8
  props: __VLS_PrettifyLocal<RadioGroupRootProps<T> & {
9
9
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
10
- }> & vue112.PublicProps;
10
+ }> & vue1651.PublicProps;
11
11
  expose: (exposed: {}) => void;
12
12
  attrs: any;
13
13
  slots: {
@@ -16,7 +16,7 @@ declare const __VLS_export: <T extends AcceptableBooleanValue>(__VLS_props: NonN
16
16
  }) => any;
17
17
  };
18
18
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
19
- }>) => vue112.VNode & {
19
+ }>) => vue1651.VNode & {
20
20
  __ctx?: Awaited<typeof __VLS_setup>;
21
21
  };
22
22
  declare const _default: typeof __VLS_export;
@@ -3,26 +3,26 @@ import { RovingFocusGroupProps } from "./types.js";
3
3
  import { CollectionItemData } from "../../composables/use-collection.js";
4
4
  import "../../composables/index.js";
5
5
  import "../../index.js";
6
- import * as vue889 from "vue";
6
+ import * as vue82 from "vue";
7
7
 
8
8
  //#region src/components/roving-focus/roving-focus-group.vue.d.ts
9
9
  declare var __VLS_7: {};
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_7) => any;
12
12
  };
13
- declare const __VLS_base: vue889.DefineComponent<RovingFocusGroupProps, {
13
+ declare const __VLS_base: vue82.DefineComponent<RovingFocusGroupProps, {
14
14
  getItems: (excludeDisabled?: boolean) => CollectionItemData<Record<string, any>>[];
15
- }, {}, {}, {}, vue889.ComponentOptionsMixin, vue889.ComponentOptionsMixin, {
15
+ }, {}, {}, {}, vue82.ComponentOptionsMixin, vue82.ComponentOptionsMixin, {
16
16
  entryFocus: (event: Event) => any;
17
17
  "update:currentTabStopId": (value: string | null | undefined) => any;
18
- }, string, vue889.PublicProps, Readonly<RovingFocusGroupProps> & Readonly<{
18
+ }, string, vue82.PublicProps, Readonly<RovingFocusGroupProps> & Readonly<{
19
19
  onEntryFocus?: ((event: Event) => any) | undefined;
20
20
  "onUpdate:currentTabStopId"?: ((value: string | null | undefined) => any) | undefined;
21
21
  }>, {
22
22
  orientation: DataOrientation;
23
23
  loop: boolean;
24
24
  preventScrollOnEntryFocus: boolean;
25
- }, {}, {}, {}, string, vue889.ComponentProvideOptions, false, {}, any>;
25
+ }, {}, {}, {}, string, vue82.ComponentProvideOptions, false, {}, any>;
26
26
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
27
  declare const _default: typeof __VLS_export;
28
28
  type __VLS_WithSlots<T, S> = T & {
@@ -1,14 +1,14 @@
1
1
  import { RovingFocusItemProps } from "./types.js";
2
- import * as vue884 from "vue";
2
+ import * as vue87 from "vue";
3
3
 
4
4
  //#region src/components/roving-focus/roving-focus-item.vue.d.ts
5
5
  declare var __VLS_7: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_7) => any;
8
8
  };
9
- declare const __VLS_base: vue884.DefineComponent<RovingFocusItemProps, {}, {}, {}, {}, vue884.ComponentOptionsMixin, vue884.ComponentOptionsMixin, {}, string, vue884.PublicProps, Readonly<RovingFocusItemProps> & Readonly<{}>, {
9
+ declare const __VLS_base: vue87.DefineComponent<RovingFocusItemProps, {}, {}, {}, {}, vue87.ComponentOptionsMixin, vue87.ComponentOptionsMixin, {}, string, vue87.PublicProps, Readonly<RovingFocusItemProps> & Readonly<{}>, {
10
10
  focusable: boolean;
11
- }, {}, {}, {}, string, vue884.ComponentProvideOptions, false, {}, any>;
11
+ }, {}, {}, {}, string, vue87.ComponentProvideOptions, false, {}, any>;
12
12
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
13
  declare const _default: typeof __VLS_export;
14
14
  type __VLS_WithSlots<T, S> = T & {
@@ -1,13 +1,13 @@
1
1
  import { ArrowProps } from "../arrow/types.js";
2
2
  import "./types.js";
3
- import * as vue665 from "vue";
3
+ import * as vue1402 from "vue";
4
4
 
5
5
  //#region src/components/select/select-arrow.vue.d.ts
6
6
  declare var __VLS_7: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_7) => any;
9
9
  };
10
- declare const __VLS_base: vue665.DefineComponent<ArrowProps, {}, {}, {}, {}, vue665.ComponentOptionsMixin, vue665.ComponentOptionsMixin, {}, string, vue665.PublicProps, Readonly<ArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue665.ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_base: vue1402.DefineComponent<ArrowProps, {}, {}, {}, {}, vue1402.ComponentOptionsMixin, vue1402.ComponentOptionsMixin, {}, string, vue1402.PublicProps, Readonly<ArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1402.ComponentProvideOptions, false, {}, any>;
11
11
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
12
  declare const _default: typeof __VLS_export;
13
13
  type __VLS_WithSlots<T, S> = T & {
@@ -1,7 +1,7 @@
1
1
  import { PointerDownOutsideEvent } from "../../types/event.js";
2
2
  import { SelectContentProps, SelectPosition } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue608 from "vue";
4
+ import * as vue1345 from "vue";
5
5
 
6
6
  //#region src/components/select/select-content.vue.d.ts
7
7
  declare var __VLS_6: {}, __VLS_17: {};
@@ -10,11 +10,11 @@ type __VLS_Slots = {} & {
10
10
  } & {
11
11
  default?: (props: typeof __VLS_17) => any;
12
12
  };
13
- declare const __VLS_base: vue608.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue608.ComponentOptionsMixin, vue608.ComponentOptionsMixin, {
13
+ declare const __VLS_base: vue1345.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue1345.ComponentOptionsMixin, vue1345.ComponentOptionsMixin, {
14
14
  escapeKeyDown: (event: KeyboardEvent) => any;
15
15
  pointerDownOutside: (event: PointerDownOutsideEvent) => any;
16
16
  closeAutoFocus: (event: Event) => any;
17
- }, string, vue608.PublicProps, Readonly<SelectContentProps> & Readonly<{
17
+ }, string, vue1345.PublicProps, Readonly<SelectContentProps> & Readonly<{
18
18
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
19
19
  onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
20
20
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
@@ -23,7 +23,7 @@ declare const __VLS_base: vue608.DefineComponent<SelectContentProps, {}, {}, {},
23
23
  prioritizePosition: boolean;
24
24
  position: SelectPosition;
25
25
  bodyLock: boolean;
26
- }, {}, {}, {}, string, vue608.ComponentProvideOptions, false, {}, any>;
26
+ }, {}, {}, {}, string, vue1345.ComponentProvideOptions, false, {}, any>;
27
27
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
28
  declare const _default: typeof __VLS_export;
29
29
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { SelectGroupLabelProps } from "./types.js";
2
- import * as vue639 from "vue";
2
+ import * as vue1371 from "vue";
3
3
 
4
4
  //#region src/components/select/select-group-label.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue639.DefineComponent<SelectGroupLabelProps, {}, {}, {}, {}, vue639.ComponentOptionsMixin, vue639.ComponentOptionsMixin, {}, string, vue639.PublicProps, Readonly<SelectGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue639.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1371.DefineComponent<SelectGroupLabelProps, {}, {}, {}, {}, vue1371.ComponentOptionsMixin, vue1371.ComponentOptionsMixin, {}, string, vue1371.PublicProps, Readonly<SelectGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1371.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { SelectGroupProps } from "./types.js";
2
- import * as vue634 from "vue";
2
+ import * as vue1376 from "vue";
3
3
 
4
4
  //#region src/components/select/select-group.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue634.DefineComponent<SelectGroupProps, {}, {}, {}, {}, vue634.ComponentOptionsMixin, vue634.ComponentOptionsMixin, {}, string, vue634.PublicProps, Readonly<SelectGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue634.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1376.DefineComponent<SelectGroupProps, {}, {}, {}, {}, vue1376.ComponentOptionsMixin, vue1376.ComponentOptionsMixin, {}, string, vue1376.PublicProps, Readonly<SelectGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1376.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,16 +1,16 @@
1
1
  import { AsTag } from "../primitive/types.js";
2
2
  import "../primitive/index.js";
3
3
  import { SelectItemIndicatorProps } from "./types.js";
4
- import * as vue654 from "vue";
4
+ import * as vue1381 from "vue";
5
5
 
6
6
  //#region src/components/select/select-item-indicator.vue.d.ts
7
7
  declare var __VLS_7: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_7) => any;
10
10
  };
11
- declare const __VLS_base: vue654.DefineComponent<SelectItemIndicatorProps, {}, {}, {}, {}, vue654.ComponentOptionsMixin, vue654.ComponentOptionsMixin, {}, string, vue654.PublicProps, Readonly<SelectItemIndicatorProps> & Readonly<{}>, {
12
- as: AsTag | vue654.Component;
13
- }, {}, {}, {}, string, vue654.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue1381.DefineComponent<SelectItemIndicatorProps, {}, {}, {}, {}, vue1381.ComponentOptionsMixin, vue1381.ComponentOptionsMixin, {}, string, vue1381.PublicProps, Readonly<SelectItemIndicatorProps> & Readonly<{}>, {
12
+ as: AsTag | vue1381.Component;
13
+ }, {}, {}, {}, string, vue1381.ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
16
16
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { SelectItemTextProps } from "./types.js";
2
- import * as vue649 from "vue";
2
+ import * as vue1387 from "vue";
3
3
 
4
4
  //#region src/components/select/select-item-text.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue649.DefineComponent<SelectItemTextProps, {}, {}, {}, {}, vue649.ComponentOptionsMixin, vue649.ComponentOptionsMixin, {}, string, vue649.PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue649.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1387.DefineComponent<SelectItemTextProps, {}, {}, {}, {}, vue1387.ComponentOptionsMixin, vue1387.ComponentOptionsMixin, {}, string, vue1387.PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1387.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,18 +1,18 @@
1
1
  import { DefinedValue } from "../../types/common.js";
2
2
  import "../../types/index.js";
3
3
  import { SelectItemEvent, SelectItemProps } from "./types.js";
4
- import * as vue644 from "vue";
4
+ import * as vue1392 from "vue";
5
5
 
6
6
  //#region src/components/select/select-item.vue.d.ts
7
7
  declare var __VLS_17: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_17) => any;
10
10
  };
11
- declare const __VLS_base: vue644.DefineComponent<SelectItemProps, {}, {}, {}, {}, vue644.ComponentOptionsMixin, vue644.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue1392.DefineComponent<SelectItemProps, {}, {}, {}, {}, vue1392.ComponentOptionsMixin, vue1392.ComponentOptionsMixin, {
12
12
  select: (event: SelectItemEvent<DefinedValue>) => any;
13
- }, string, vue644.PublicProps, Readonly<SelectItemProps> & Readonly<{
13
+ }, string, vue1392.PublicProps, Readonly<SelectItemProps> & Readonly<{
14
14
  onSelect?: ((event: SelectItemEvent<DefinedValue>) => any) | undefined;
15
- }>, {}, {}, {}, {}, string, vue644.ComponentProvideOptions, false, {}, any>;
15
+ }>, {}, {}, {}, {}, string, vue1392.ComponentProvideOptions, false, {}, any>;
16
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
17
  declare const _default: typeof __VLS_export;
18
18
  type __VLS_WithSlots<T, S> = T & {
@@ -1,14 +1,14 @@
1
1
  import { DefinedValue } from "../../types/common.js";
2
2
  import "../../types/index.js";
3
3
  import { SelectRootProps } from "./types.js";
4
- import * as vue606 from "vue";
4
+ import * as vue1343 from "vue";
5
5
 
6
6
  //#region src/components/select/select-root.vue.d.ts
7
7
  declare const __VLS_export: <T extends DefinedValue, M extends boolean = false>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8
8
  props: __VLS_PrettifyLocal<SelectRootProps<T, M> & {
9
9
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
10
10
  "onUpdate:modelValue"?: ((value: M extends true ? T[] : T) => any) | undefined;
11
- }> & vue606.PublicProps;
11
+ }> & vue1343.PublicProps;
12
12
  expose: (exposed: {}) => void;
13
13
  attrs: any;
14
14
  slots: {
@@ -18,7 +18,7 @@ declare const __VLS_export: <T extends DefinedValue, M extends boolean = false>(
18
18
  }) => any;
19
19
  };
20
20
  emit: ((evt: "update:open", value: boolean) => void) & ((evt: "update:modelValue", value: M extends true ? T[] : T) => void);
21
- }>) => vue606.VNode & {
21
+ }>) => vue1343.VNode & {
22
22
  __ctx?: Awaited<typeof __VLS_setup>;
23
23
  };
24
24
  declare const _default: typeof __VLS_export;
@@ -1,12 +1,12 @@
1
1
  import { SelectScrollDownButtonProps } from "./types.js";
2
- import * as vue675 from "vue";
2
+ import * as vue1412 from "vue";
3
3
 
4
4
  //#region src/components/select/select-scroll-down-button.vue.d.ts
5
5
  declare var __VLS_9: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_9) => any;
8
8
  };
9
- declare const __VLS_base: vue675.DefineComponent<SelectScrollDownButtonProps, {}, {}, {}, {}, vue675.ComponentOptionsMixin, vue675.ComponentOptionsMixin, {}, string, vue675.PublicProps, Readonly<SelectScrollDownButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue675.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1412.DefineComponent<SelectScrollDownButtonProps, {}, {}, {}, {}, vue1412.ComponentOptionsMixin, vue1412.ComponentOptionsMixin, {}, string, vue1412.PublicProps, Readonly<SelectScrollDownButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1412.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { SelectScrollUpButtonProps } from "./types.js";
2
- import * as vue670 from "vue";
2
+ import * as vue1397 from "vue";
3
3
 
4
4
  //#region src/components/select/select-scroll-up-button.vue.d.ts
5
5
  declare var __VLS_9: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_9) => any;
8
8
  };
9
- declare const __VLS_base: vue670.DefineComponent<SelectScrollUpButtonProps, {}, {}, {}, {}, vue670.ComponentOptionsMixin, vue670.ComponentOptionsMixin, {}, string, vue670.PublicProps, Readonly<SelectScrollUpButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue670.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1397.DefineComponent<SelectScrollUpButtonProps, {}, {}, {}, {}, vue1397.ComponentOptionsMixin, vue1397.ComponentOptionsMixin, {}, string, vue1397.PublicProps, Readonly<SelectScrollUpButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1397.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { SelectSeparatorProps } from "./types.js";
2
- import * as vue660 from "vue";
2
+ import * as vue1407 from "vue";
3
3
 
4
4
  //#region src/components/select/select-separator.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue660.DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, vue660.ComponentOptionsMixin, vue660.ComponentOptionsMixin, {}, string, vue660.PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue660.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1407.DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, vue1407.ComponentOptionsMixin, vue1407.ComponentOptionsMixin, {}, string, vue1407.PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1407.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { SelectTriggerIconProps } from "./types.js";
2
- import * as vue624 from "vue";
2
+ import * as vue1361 from "vue";
3
3
 
4
4
  //#region src/components/select/select-trigger-icon.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue624.DefineComponent<SelectTriggerIconProps, {}, {}, {}, {}, vue624.ComponentOptionsMixin, vue624.ComponentOptionsMixin, {}, string, vue624.PublicProps, Readonly<SelectTriggerIconProps> & Readonly<{}>, {}, {}, {}, {}, string, vue624.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1361.DefineComponent<SelectTriggerIconProps, {}, {}, {}, {}, vue1361.ComponentOptionsMixin, vue1361.ComponentOptionsMixin, {}, string, vue1361.PublicProps, Readonly<SelectTriggerIconProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1361.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,16 +1,16 @@
1
1
  import { AsTag } from "../primitive/types.js";
2
2
  import "../primitive/index.js";
3
3
  import { SelectTriggerProps } from "./types.js";
4
- import * as vue618 from "vue";
4
+ import * as vue1355 from "vue";
5
5
 
6
6
  //#region src/components/select/select-trigger.vue.d.ts
7
7
  declare var __VLS_18: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_18) => any;
10
10
  };
11
- declare const __VLS_base: vue618.DefineComponent<SelectTriggerProps, {}, {}, {}, {}, vue618.ComponentOptionsMixin, vue618.ComponentOptionsMixin, {}, string, vue618.PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
12
- as: AsTag | vue618.Component;
13
- }, {}, {}, {}, string, vue618.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue1355.DefineComponent<SelectTriggerProps, {}, {}, {}, {}, vue1355.ComponentOptionsMixin, vue1355.ComponentOptionsMixin, {}, string, vue1355.PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
12
+ as: AsTag | vue1355.Component;
13
+ }, {}, {}, {}, string, vue1355.ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
16
16
  type __VLS_WithSlots<T, S> = T & {
@@ -1,7 +1,7 @@
1
1
  import { DefinedValue, MaybeArray } from "../../types/common.js";
2
2
  import { SelectValueProps } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue629 from "vue";
4
+ import * as vue1366 from "vue";
5
5
 
6
6
  //#region src/components/select/select-value.vue.d.ts
7
7
  declare var __VLS_1: {
@@ -12,9 +12,9 @@ declare var __VLS_1: {
12
12
  type __VLS_Slots = {} & {
13
13
  default?: (props: typeof __VLS_1) => any;
14
14
  };
15
- declare const __VLS_base: vue629.DefineComponent<SelectValueProps, {}, {}, {}, {}, vue629.ComponentOptionsMixin, vue629.ComponentOptionsMixin, {}, string, vue629.PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {
15
+ declare const __VLS_base: vue1366.DefineComponent<SelectValueProps, {}, {}, {}, {}, vue1366.ComponentOptionsMixin, vue1366.ComponentOptionsMixin, {}, string, vue1366.PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {
16
16
  placeholder: string;
17
- }, {}, {}, {}, string, vue629.ComponentProvideOptions, false, {}, any>;
17
+ }, {}, {}, {}, string, vue1366.ComponentProvideOptions, false, {}, any>;
18
18
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
19
  declare const _default: typeof __VLS_export;
20
20
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { SelectViewportProps } from "./types.js";
2
- import * as vue613 from "vue";
2
+ import * as vue1350 from "vue";
3
3
 
4
4
  //#region src/components/select/select-viewport.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue613.DefineComponent<SelectViewportProps, {}, {}, {}, {}, vue613.ComponentOptionsMixin, vue613.ComponentOptionsMixin, {}, string, vue613.PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue613.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1350.DefineComponent<SelectViewportProps, {}, {}, {}, {}, vue1350.ComponentOptionsMixin, vue1350.ComponentOptionsMixin, {}, string, vue1350.PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1350.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { SeparatorLabelProps } from "./types.js";
2
- import * as vue918 from "vue";
2
+ import * as vue387 from "vue";
3
3
 
4
4
  //#region src/components/separator/separator-label.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue918.DefineComponent<SeparatorLabelProps, {}, {}, {}, {}, vue918.ComponentOptionsMixin, vue918.ComponentOptionsMixin, {}, string, vue918.PublicProps, Readonly<SeparatorLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue918.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue387.DefineComponent<SeparatorLabelProps, {}, {}, {}, {}, vue387.ComponentOptionsMixin, vue387.ComponentOptionsMixin, {}, string, vue387.PublicProps, Readonly<SeparatorLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue387.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {