@soybeanjs/headless 0.16.0 → 0.18.0

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 (342) hide show
  1. package/README.md +10 -5
  2. package/README.zh-CN.md +10 -5
  3. package/dist/components/_icon/types.d.ts +9 -0
  4. package/dist/components/accordion/types.d.ts +87 -0
  5. package/dist/components/affix/types.d.ts +39 -0
  6. package/dist/components/alert/types.d.ts +78 -0
  7. package/dist/components/anchor/anchor-compact.js +1 -1
  8. package/dist/components/anchor/{anchor-compact-item.js → anchor-item-compact.js} +1 -1
  9. package/dist/components/anchor/anchor-item-compact.vue.d.ts +8 -0
  10. package/dist/components/anchor/anchor-link.js +1 -1
  11. package/dist/components/anchor/index.d.ts +5 -4
  12. package/dist/components/anchor/index.js +1 -1
  13. package/dist/components/anchor/types.d.ts +122 -10
  14. package/dist/components/arrow/types.d.ts +3 -0
  15. package/dist/components/aspect-ratio/types.d.ts +3 -0
  16. package/dist/components/autocomplete/autocomplete-root.vue.d.ts +1 -1
  17. package/dist/components/autocomplete/types.d.ts +141 -0
  18. package/dist/components/avatar/avatar-compact.js +1 -0
  19. package/dist/components/avatar/avatar-compact.vue.d.ts +20 -0
  20. package/dist/components/avatar/avatar-fallback.js +1 -1
  21. package/dist/components/avatar/avatar-image.js +1 -1
  22. package/dist/components/avatar/avatar-root.js +1 -1
  23. package/dist/components/avatar/index.d.ts +6 -5
  24. package/dist/components/avatar/index.js +1 -1
  25. package/dist/components/avatar/types.d.ts +50 -1
  26. package/dist/components/backtop/backtop.vue.d.ts +10 -4
  27. package/dist/components/backtop/index.d.ts +2 -2
  28. package/dist/components/backtop/types.d.ts +19 -12
  29. package/dist/components/badge/badge-compact.js +1 -0
  30. package/dist/components/badge/badge-compact.vue.d.ts +21 -0
  31. package/dist/components/badge/badge-content.js +1 -1
  32. package/dist/components/badge/badge-root.js +1 -1
  33. package/dist/components/badge/index.d.ts +5 -4
  34. package/dist/components/badge/index.js +1 -1
  35. package/dist/components/badge/types.d.ts +42 -1
  36. package/dist/components/bottom-sheet/bottom-sheet-compact.js +1 -1
  37. package/dist/components/bottom-sheet/bottom-sheet-root-nested.js +1 -1
  38. package/dist/components/bottom-sheet/bottom-sheet-root.js +1 -1
  39. package/dist/components/bottom-sheet/types.d.ts +99 -0
  40. package/dist/components/breadcrumb/index.d.ts +2 -2
  41. package/dist/components/breadcrumb/types.d.ts +103 -1
  42. package/dist/components/button/button.js +1 -1
  43. package/dist/components/button/button.vue.d.ts +2 -2
  44. package/dist/components/button/types.d.ts +18 -3
  45. package/dist/components/calendar/calendar-root.js +1 -1
  46. package/dist/components/calendar/types.d.ts +363 -0
  47. package/dist/components/card/card-root.vue.d.ts +1 -1
  48. package/dist/components/card/types.d.ts +90 -0
  49. package/dist/components/carousel/carousel-compact.js +1 -0
  50. package/dist/components/carousel/carousel-compact.vue.d.ts +23 -0
  51. package/dist/components/carousel/carousel-container.js +1 -0
  52. package/dist/components/carousel/carousel-container.vue.d.ts +18 -0
  53. package/dist/components/carousel/carousel-content.js +1 -1
  54. package/dist/components/carousel/carousel-control.js +1 -0
  55. package/dist/components/carousel/carousel-control.vue.d.ts +18 -0
  56. package/dist/components/carousel/carousel-item.js +1 -1
  57. package/dist/components/carousel/carousel-navigation.js +1 -0
  58. package/dist/components/carousel/carousel-navigation.vue.d.ts +18 -0
  59. package/dist/components/carousel/carousel-next.js +1 -1
  60. package/dist/components/carousel/carousel-next.vue.d.ts +2 -12
  61. package/dist/components/carousel/carousel-previous.js +1 -1
  62. package/dist/components/carousel/carousel-previous.vue.d.ts +2 -12
  63. package/dist/components/carousel/carousel-root.js +1 -1
  64. package/dist/components/carousel/carousel-root.vue.d.ts +6 -28
  65. package/dist/components/carousel/context.d.ts +0 -1
  66. package/dist/components/carousel/context.js +1 -1
  67. package/dist/components/carousel/hooks.js +1 -0
  68. package/dist/components/carousel/index.d.ts +11 -9
  69. package/dist/components/carousel/index.js +1 -1
  70. package/dist/components/carousel/types.d.ts +146 -12
  71. package/dist/components/checkbox/types.d.ts +111 -0
  72. package/dist/components/clipboard/clipboard.vue.d.ts +2 -2
  73. package/dist/components/clipboard/types.d.ts +43 -1
  74. package/dist/components/collapsible/collapsible-root.vue.d.ts +1 -1
  75. package/dist/components/collapsible/types.d.ts +18 -0
  76. package/dist/components/color-area/color-area-root.vue.d.ts +2 -2
  77. package/dist/components/color-area/types.d.ts +60 -0
  78. package/dist/components/color-field/color-field-root.vue.d.ts +2 -2
  79. package/dist/components/color-field/types.d.ts +51 -0
  80. package/dist/components/color-picker/color-picker-root.vue.d.ts +1 -1
  81. package/dist/components/color-picker/types.d.ts +39 -0
  82. package/dist/components/color-slider/color-slider-root.vue.d.ts +2 -2
  83. package/dist/components/color-slider/types.d.ts +60 -0
  84. package/dist/components/color-swatch/types.d.ts +9 -0
  85. package/dist/components/color-swatch-picker/color-swatch-picker-root.vue.d.ts +2 -2
  86. package/dist/components/color-swatch-picker/types.d.ts +27 -0
  87. package/dist/components/combobox/combobox-compact.vue.d.ts +2 -2
  88. package/dist/components/combobox/combobox-content.vue.d.ts +1 -1
  89. package/dist/components/combobox/types.d.ts +237 -0
  90. package/dist/components/command/command-compact.vue.d.ts +2 -2
  91. package/dist/components/command/types.d.ts +147 -0
  92. package/dist/components/config-provider/config-provider.js +12 -0
  93. package/dist/components/config-provider/types.d.ts +3 -0
  94. package/dist/components/context-menu/context-menu-checkbox-compact.js +1 -1
  95. package/dist/components/context-menu/context-menu-checkbox-compact.vue.d.ts +2 -2
  96. package/dist/components/context-menu/context-menu-compact.js +1 -1
  97. package/dist/components/context-menu/context-menu-compact.vue.d.ts +2 -2
  98. package/dist/components/context-menu/context-menu-content.vue.d.ts +2 -2
  99. package/dist/components/context-menu/context-menu-radio-compact.js +1 -1
  100. package/dist/components/context-menu/context-menu-radio-compact.vue.d.ts +2 -2
  101. package/dist/components/context-menu/context-menu-root.js +1 -1
  102. package/dist/components/context-menu/context-menu-wrapper-compact.js +1 -1
  103. package/dist/components/context-menu/context-menu-wrapper-compact.vue.d.ts +2 -2
  104. package/dist/components/context-menu/types.d.ts +78 -0
  105. package/dist/components/date-field/types.d.ts +147 -0
  106. package/dist/components/date-picker/context.js +1 -1
  107. package/dist/components/date-picker/date-picker-compact.js +1 -0
  108. package/dist/components/date-picker/date-picker-compact.vue.d.ts +27 -0
  109. package/dist/components/date-picker/date-picker-content.js +1 -0
  110. package/dist/components/date-picker/date-picker-content.vue.d.ts +33 -0
  111. package/dist/components/date-picker/date-picker-root.js +1 -1
  112. package/dist/components/date-picker/date-picker-root.vue.d.ts +3 -8
  113. package/dist/components/date-picker/index.d.ts +8 -5
  114. package/dist/components/date-picker/index.js +1 -1
  115. package/dist/components/date-picker/types.d.ts +236 -10
  116. package/dist/components/date-range-field/types.d.ts +192 -0
  117. package/dist/components/date-range-picker/date-range-picker-compact.vue.d.ts +2 -2
  118. package/dist/components/date-range-picker/date-range-picker-root.vue.d.ts +3 -3
  119. package/dist/components/date-range-picker/types.d.ts +189 -0
  120. package/dist/components/dialog/dialog-compact.js +1 -1
  121. package/dist/components/dialog/dialog-compact.vue.d.ts +1 -1
  122. package/dist/components/dialog/dialog-root.js +1 -1
  123. package/dist/components/dialog/types.d.ts +196 -2
  124. package/dist/components/dropdown-menu/dropdown-menu-checkbox-compact.js +1 -1
  125. package/dist/components/dropdown-menu/dropdown-menu-checkbox-compact.vue.d.ts +2 -2
  126. package/dist/components/dropdown-menu/dropdown-menu-compact.js +1 -1
  127. package/dist/components/dropdown-menu/dropdown-menu-compact.vue.d.ts +2 -2
  128. package/dist/components/dropdown-menu/dropdown-menu-content.vue.d.ts +2 -2
  129. package/dist/components/dropdown-menu/dropdown-menu-radio-compact.js +1 -1
  130. package/dist/components/dropdown-menu/dropdown-menu-radio-compact.vue.d.ts +2 -2
  131. package/dist/components/dropdown-menu/dropdown-menu-root.js +1 -1
  132. package/dist/components/dropdown-menu/dropdown-menu-wrapper-compact.js +1 -1
  133. package/dist/components/dropdown-menu/dropdown-menu-wrapper-compact.vue.d.ts +2 -2
  134. package/dist/components/dropdown-menu/types.d.ts +84 -0
  135. package/dist/components/editable/types.d.ts +123 -0
  136. package/dist/components/empty/empty-compact.js +1 -0
  137. package/dist/components/empty/empty-compact.vue.d.ts +15 -0
  138. package/dist/components/empty/empty-content.js +1 -1
  139. package/dist/components/empty/empty-description.js +1 -1
  140. package/dist/components/empty/empty-header.js +1 -1
  141. package/dist/components/empty/empty-media.js +1 -1
  142. package/dist/components/empty/empty-root.js +1 -1
  143. package/dist/components/empty/empty-title.js +1 -1
  144. package/dist/components/empty/index.d.ts +9 -8
  145. package/dist/components/empty/index.js +1 -1
  146. package/dist/components/empty/types.d.ts +88 -1
  147. package/dist/components/form/context.d.ts +3 -2
  148. package/dist/components/form/context.js +1 -1
  149. package/dist/components/form/core/types.d.ts +399 -16
  150. package/dist/components/form/core/use-form.js +1 -1
  151. package/dist/components/form/form-compact.js +1 -0
  152. package/dist/components/form/form-compact.vue.d.ts +21 -0
  153. package/dist/components/form/form-control.js +1 -1
  154. package/dist/components/form/form-description.js +1 -1
  155. package/dist/components/form/form-error.js +1 -1
  156. package/dist/components/form/form-field-array-compact.js +1 -0
  157. package/dist/components/form/form-field-array-compact.vue.d.ts +16 -0
  158. package/dist/components/form/form-field-base-compact.js +1 -0
  159. package/dist/components/form/form-field-base-compact.vue.d.ts +26 -0
  160. package/dist/components/form/form-field-compact.js +1 -0
  161. package/dist/components/form/form-field-compact.vue.d.ts +16 -0
  162. package/dist/components/form/form-field.js +1 -1
  163. package/dist/components/form/form-label.js +1 -1
  164. package/dist/components/form/index.d.ts +14 -10
  165. package/dist/components/form/index.js +1 -1
  166. package/dist/components/form/shared.js +1 -0
  167. package/dist/components/form/types.d.ts +149 -3
  168. package/dist/components/form/use-form.d.ts +8 -0
  169. package/dist/components/form/use-form.js +1 -0
  170. package/dist/components/hover-card/hover-card-compact.vue.d.ts +1 -1
  171. package/dist/components/hover-card/hover-card-positioner-impl.js +1 -1
  172. package/dist/components/hover-card/hover-card-root.vue.d.ts +1 -1
  173. package/dist/components/hover-card/types.d.ts +57 -0
  174. package/dist/components/input/index.d.ts +6 -4
  175. package/dist/components/input/index.js +1 -1
  176. package/dist/components/input/input-clear.js +1 -0
  177. package/dist/components/input/input-clear.vue.d.ts +22 -0
  178. package/dist/components/input/input-compact.js +1 -0
  179. package/dist/components/input/input-compact.vue.d.ts +21 -0
  180. package/dist/components/input/input-control.js +1 -1
  181. package/dist/components/input/input-root.js +1 -1
  182. package/dist/components/input/types.d.ts +94 -2
  183. package/dist/components/input-number/input-number-root.vue.d.ts +1 -1
  184. package/dist/components/input-number/types.d.ts +30 -0
  185. package/dist/components/input-otp/index.d.ts +1 -2
  186. package/dist/components/input-otp/index.js +1 -1
  187. package/dist/components/input-otp/input-otp-root.vue.d.ts +1 -1
  188. package/dist/components/input-otp/types.d.ts +186 -0
  189. package/dist/components/kbd/types.d.ts +6 -0
  190. package/dist/components/label/types.d.ts +3 -0
  191. package/dist/components/layout/layout-classic-compact.vue.d.ts +1 -1
  192. package/dist/components/layout/layout-compact.vue.d.ts +1 -1
  193. package/dist/components/layout/layout-root.vue.d.ts +2 -2
  194. package/dist/components/layout/types.d.ts +124 -10
  195. package/dist/components/link/types.d.ts +12 -0
  196. package/dist/components/list/types.d.ts +21 -0
  197. package/dist/components/listbox/listbox-root.vue.d.ts +2 -2
  198. package/dist/components/listbox/types.d.ts +66 -0
  199. package/dist/components/menu/menu-content.vue.d.ts +2 -2
  200. package/dist/components/menu/menu-option-compact.js +1 -1
  201. package/dist/components/menu/menu-option-compact.vue.d.ts +2 -2
  202. package/dist/components/menu/menu-options-compact.js +1 -1
  203. package/dist/components/menu/menu-options-compact.vue.d.ts +2 -2
  204. package/dist/components/menu/menu-root.js +1 -1
  205. package/dist/components/menu/menu-sub-content.vue.d.ts +2 -2
  206. package/dist/components/menu/types.d.ts +266 -2
  207. package/dist/components/menubar/menubar-compact.js +1 -1
  208. package/dist/components/menubar/menubar-compact.vue.d.ts +2 -2
  209. package/dist/components/menubar/menubar-content.vue.d.ts +2 -2
  210. package/dist/components/menubar/menubar-sub-content.vue.d.ts +2 -2
  211. package/dist/components/menubar/types.d.ts +72 -0
  212. package/dist/components/month-picker/month-picker-root.vue.d.ts +1 -1
  213. package/dist/components/month-picker/types.d.ts +141 -0
  214. package/dist/components/month-range-picker/month-range-picker-root.vue.d.ts +3 -3
  215. package/dist/components/month-range-picker/types.d.ts +165 -0
  216. package/dist/components/navigation-menu/types.d.ts +96 -9
  217. package/dist/components/page-tabs/types.d.ts +24 -0
  218. package/dist/components/pagination/types.d.ts +96 -0
  219. package/dist/components/popover/context.d.ts +9 -0
  220. package/dist/components/popover/context.js +1 -1
  221. package/dist/components/popover/index.d.ts +6 -6
  222. package/dist/components/popover/index.js +1 -1
  223. package/dist/components/popover/popover-compact.js +1 -1
  224. package/dist/components/popover/popover-compact.vue.d.ts +1 -1
  225. package/dist/components/popover/popover-root.js +1 -1
  226. package/dist/components/popover/popover-root.vue.d.ts +0 -2
  227. package/dist/components/popover/popover-trigger.js +1 -1
  228. package/dist/components/popover/types.d.ts +94 -6
  229. package/dist/components/popper/popper-positioner.vue.d.ts +1 -1
  230. package/dist/components/popper/types.d.ts +21 -0
  231. package/dist/components/portal/types.d.ts +3 -0
  232. package/dist/components/primitive/types.d.ts +6 -0
  233. package/dist/components/progress/types.d.ts +81 -0
  234. package/dist/components/radio-group/types.d.ts +66 -0
  235. package/dist/components/range-calendar/types.d.ts +330 -0
  236. package/dist/components/roving-focus/types.d.ts +18 -0
  237. package/dist/components/scroll-area/types.d.ts +33 -0
  238. package/dist/components/segment/types.d.ts +36 -0
  239. package/dist/components/select/select-content.vue.d.ts +1 -1
  240. package/dist/components/select/types.d.ts +240 -0
  241. package/dist/components/separator/types.d.ts +12 -0
  242. package/dist/components/skeleton/types.d.ts +3 -0
  243. package/dist/components/slider/slider-root.vue.d.ts +2 -2
  244. package/dist/components/slider/types.d.ts +90 -0
  245. package/dist/components/splitter/splitter-group.vue.d.ts +1 -1
  246. package/dist/components/splitter/types.d.ts +114 -0
  247. package/dist/components/stepper/stepper-root.vue.d.ts +1 -1
  248. package/dist/components/stepper/types.d.ts +96 -0
  249. package/dist/components/switch/types.d.ts +21 -0
  250. package/dist/components/table/types.d.ts +819 -0
  251. package/dist/components/tabs/tabs-root.vue.d.ts +1 -1
  252. package/dist/components/tabs/types.d.ts +75 -0
  253. package/dist/components/tag/types.d.ts +12 -0
  254. package/dist/components/tags-input/types.d.ts +63 -0
  255. package/dist/components/textarea/types.d.ts +27 -0
  256. package/dist/components/time-field/types.d.ts +138 -0
  257. package/dist/components/time-picker/time-picker-root.vue.d.ts +1 -1
  258. package/dist/components/time-picker/types.d.ts +156 -0
  259. package/dist/components/time-range-field/time-range-field-root.vue.d.ts +1 -1
  260. package/dist/components/time-range-field/types.d.ts +192 -0
  261. package/dist/components/time-range-picker/time-range-picker-compact.vue.d.ts +2 -2
  262. package/dist/components/time-range-picker/time-range-picker-root.vue.d.ts +3 -3
  263. package/dist/components/time-range-picker/types.d.ts +201 -0
  264. package/dist/components/toast/toaster.vue.d.ts +2 -2
  265. package/dist/components/toast/types.d.ts +224 -4
  266. package/dist/components/toggle/types.d.ts +9 -0
  267. package/dist/components/toggle-group/types.d.ts +15 -0
  268. package/dist/components/toolbar/toolbar-button.vue.d.ts +2 -2
  269. package/dist/components/toolbar/types.d.ts +48 -0
  270. package/dist/components/tooltip/tooltip-root.vue.d.ts +1 -1
  271. package/dist/components/tooltip/types.d.ts +27 -0
  272. package/dist/components/tree/types.d.ts +75 -0
  273. package/dist/components/tree-menu/types.d.ts +60 -0
  274. package/dist/components/virtualizer/types.d.ts +33 -0
  275. package/dist/components/visually-hidden/types.d.ts +30 -0
  276. package/dist/components/year-picker/types.d.ts +144 -0
  277. package/dist/components/year-picker/year-picker-root.vue.d.ts +1 -1
  278. package/dist/components/year-range-picker/types.d.ts +168 -0
  279. package/dist/components/year-range-picker/year-range-picker-root.vue.d.ts +3 -3
  280. package/dist/composables/use-collection.js +1 -1
  281. package/dist/constants/components.d.ts +5 -5
  282. package/dist/constants/components.js +1 -1
  283. package/dist/constants/index.d.ts +2 -1
  284. package/dist/constants/index.js +1 -1
  285. package/dist/{components/input-otp → constants}/regexp.d.ts +1 -1
  286. package/dist/date/parts.d.ts +1 -1
  287. package/dist/index.d.ts +440 -428
  288. package/dist/index.js +1 -1
  289. package/dist/namespaced/index.d.ts +903 -872
  290. package/dist/namespaced/index.js +1 -1
  291. package/dist/node_modules/.pnpm/@soybeanjs_utils@0.1.1/node_modules/@soybeanjs/utils/dist/index.js +1 -1
  292. package/dist/resolver/index.js +1 -1
  293. package/dist/shared/index.d.ts +2 -2
  294. package/dist/shared/index.js +1 -1
  295. package/dist/shared/string.d.ts +1 -34
  296. package/dist/shared/string.js +1 -1
  297. package/dist/types/common.d.ts +10 -2
  298. package/dist/types/dom.d.ts +3 -1
  299. package/dist/types/event.d.ts +10 -1
  300. package/dist/types/index.d.ts +5 -4
  301. package/dist/types/index.js +0 -0
  302. package/dist/types/vue.d.ts +4 -1
  303. package/package.json +9 -2
  304. package/dist/components/date-picker/date-picker-popup.js +0 -1
  305. package/dist/components/date-picker/date-picker-popup.vue.d.ts +0 -21
  306. package/dist/components/date-picker/date-picker-trigger.js +0 -1
  307. package/dist/components/date-picker/date-picker-trigger.vue.d.ts +0 -21
  308. package/dist/components/form/core/use-form.d.ts +0 -7
  309. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Alignment.d.ts +0 -4
  310. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Animations.d.ts +0 -11
  311. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Axis.d.ts +0 -16
  312. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Counter.d.ts +0 -9
  313. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/DragHandler.d.ts +0 -13
  314. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/DragTracker.d.ts +0 -4
  315. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/EmblaCarousel.d.ts +0 -31
  316. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Engine.d.ts +0 -67
  317. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/EventHandler.d.ts +0 -29
  318. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/EventStore.d.ts +0 -10
  319. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Limit.d.ts +0 -13
  320. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/NodeRects.d.ts +0 -11
  321. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Options.d.ts +0 -43
  322. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/OptionsHandler.d.ts +0 -11
  323. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/PercentOfView.d.ts +0 -6
  324. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Plugins.d.ts +0 -20
  325. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ResizeHandler.d.ts +0 -11
  326. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ScrollBody.d.ts +0 -14
  327. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ScrollBounds.d.ts +0 -8
  328. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ScrollContain.d.ts +0 -4
  329. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ScrollLooper.d.ts +0 -6
  330. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ScrollProgress.d.ts +0 -6
  331. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ScrollTarget.d.ts +0 -12
  332. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/ScrollTo.d.ts +0 -7
  333. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/SlideFocus.d.ts +0 -10
  334. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/SlideLooper.d.ts +0 -19
  335. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/SlideRegistry.d.ts +0 -6
  336. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/SlidesHandler.d.ts +0 -11
  337. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/SlidesInView.d.ts +0 -9
  338. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/SlidesToScroll.d.ts +0 -7
  339. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Translate.d.ts +0 -8
  340. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/Vector1d.d.ts +0 -9
  341. package/dist/node_modules/.pnpm/embla-carousel@8.6.0/node_modules/embla-carousel/esm/components/utils.d.ts +0 -4
  342. /package/dist/{components/input-otp → constants}/regexp.js +0 -0
@@ -2,7 +2,13 @@ import { IconValue } from "../_icon/types.js";
2
2
  import { ButtonProps } from "../button/types.js";
3
3
 
4
4
  //#region src/components/clipboard/types.d.ts
5
+ /**
6
+ * State values for ClipboardState.
7
+ */
5
8
  type ClipboardState = 'ready' | 'copied' | 'unsupported';
9
+ /**
10
+ * Properties for the Clipboard component.
11
+ */
6
12
  interface ClipboardProps extends ButtonProps {
7
13
  /**
8
14
  * The text value to copy.
@@ -45,18 +51,54 @@ interface ClipboardProps extends ButtonProps {
45
51
  */
46
52
  copiedText?: string;
47
53
  }
54
+ /**
55
+ * Slot properties for the Clipboard component.
56
+ */
48
57
  interface ClipboardSlotProps {
58
+ /**
59
+ * Whether copied.
60
+ */
49
61
  copied: boolean;
62
+ /**
63
+ * Whether the component is disabled.
64
+ */
50
65
  disabled: boolean;
66
+ /**
67
+ * Icon rendered by the component.
68
+ */
51
69
  icon: IconValue;
70
+ /**
71
+ * Whether supported.
72
+ */
52
73
  supported: boolean;
74
+ /**
75
+ * State exposed in the slot scope.
76
+ */
53
77
  state: ClipboardState;
78
+ /**
79
+ * Text exposed in the slot scope.
80
+ */
54
81
  text: string;
82
+ /**
83
+ * Copy exposed in the slot scope.
84
+ */
55
85
  copy: () => Promise<void>;
56
86
  }
87
+ /**
88
+ * Events for the Clipboard component.
89
+ */
57
90
  type ClipboardEmits = {
58
- click: [event: MouseEvent];
91
+ /**
92
+ * Emitted when click occurs.
93
+ */
94
+ click: [event: PointerEvent];
95
+ /**
96
+ * Emitted when copied occurs.
97
+ */
59
98
  copied: [value: string];
99
+ /**
100
+ * Emitted when copy error occurs.
101
+ */
60
102
  copyError: [error: unknown];
61
103
  };
62
104
  //#endregion
@@ -15,8 +15,8 @@ declare const __VLS_base: _$vue.DefineComponent<CollapsibleRootProps, {
15
15
  }, string, _$vue.PublicProps, Readonly<CollapsibleRootProps> & Readonly<{
16
16
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
17
17
  }>, {
18
- open: boolean;
19
18
  defaultOpen: boolean;
19
+ open: boolean;
20
20
  unmountOnHide: boolean;
21
21
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
22
22
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -4,6 +4,9 @@ import { PrimitiveProps } from "../primitive/types.js";
4
4
  import { ButtonHTMLAttributes, HTMLAttributes, Ref } from "vue";
5
5
 
6
6
  //#region src/components/collapsible/types.d.ts
7
+ /**
8
+ * Properties for the CollapsibleRoot component.
9
+ */
7
10
  interface CollapsibleRootProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {
8
11
  /**
9
12
  * The open state of the collapsible when it is initially rendered.
@@ -18,15 +21,30 @@ interface CollapsibleRootProps extends PrimitiveProps, /** @vue-ignore */HTMLAtt
18
21
  /** When `true`, the element will be unmounted on closed state. */
19
22
  unmountOnHide?: boolean;
20
23
  }
24
+ /**
25
+ * Events for the CollapsibleRoot component.
26
+ */
21
27
  type CollapsibleRootEmits = {
22
28
  /** Event handler called when the open state of the collapsible changes. */'update:open': [value: boolean];
23
29
  };
30
+ /**
31
+ * Properties for the CollapsibleContent component.
32
+ */
24
33
  interface CollapsibleContentProps extends PrimitiveProps, ForceMountProps, /** @vue-ignore */HTMLAttributes {}
34
+ /**
35
+ * Properties for the CollapsibleTrigger component.
36
+ */
25
37
  interface CollapsibleTriggerProps extends PrimitiveProps, /** @vue-ignore */ButtonHTMLAttributes {
26
38
  /** When `true`, prevents the user from toggling the collapsible. */
27
39
  disabledCollapsible?: boolean;
28
40
  }
41
+ /**
42
+ * Available UI slots for the Collapsible component.
43
+ */
29
44
  type CollapsibleUiSlot = 'root' | 'trigger' | 'content';
45
+ /**
46
+ * UI class overrides for the Collapsible component.
47
+ */
30
48
  type CollapsibleUi = UiClass<CollapsibleUiSlot>;
31
49
  //#endregion
32
50
  export { CollapsibleContentProps, CollapsibleRootEmits, CollapsibleRootProps, CollapsibleTriggerProps, CollapsibleUi, CollapsibleUiSlot };
@@ -22,9 +22,9 @@ declare const __VLS_base: _$vue.DefineComponent<ColorAreaRootProps, {}, {}, {},
22
22
  disabled: boolean;
23
23
  format: ColorFormat;
24
24
  as: AsTag | _$vue.Component;
25
- defaultValue: string | ColorValue;
26
- modelValue: string | ColorValue;
27
25
  colorSpace: ColorSpace;
26
+ modelValue: string | ColorValue;
27
+ defaultValue: string | ColorValue;
28
28
  xChannel: ColorAreaAxisChannel;
29
29
  yChannel: ColorAreaAxisChannel;
30
30
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
@@ -5,27 +5,87 @@ import { ColorChannel, ColorFormat, ColorSpace, ColorValue, NormalizedColor } fr
5
5
  import { CSSProperties, ComputedRef, HTMLAttributes, ShallowRef } from "vue";
6
6
 
7
7
  //#region src/components/color-area/types.d.ts
8
+ /**
9
+ * Type information for ColorAreaAxisChannel.
10
+ */
8
11
  type ColorAreaAxisChannel = Extract<ColorChannel, 'hue' | 'saturation' | 'lightness' | 'brightness' | 'chroma'>;
12
+ /**
13
+ * Properties for the ColorAreaRoot component.
14
+ */
9
15
  interface ColorAreaRootProps extends PrimitiveProps, FormFieldCommonProps, /** @vue-ignore */HTMLAttributes {
16
+ /**
17
+ * Current model value.
18
+ */
10
19
  modelValue?: string | ColorValue;
20
+ /**
21
+ * Default value.
22
+ */
11
23
  defaultValue?: string | ColorValue;
24
+ /**
25
+ * Color space.
26
+ */
12
27
  colorSpace?: ColorSpace;
28
+ /**
29
+ * Format.
30
+ */
13
31
  format?: ColorFormat;
32
+ /**
33
+ * X channel.
34
+ */
14
35
  xChannel?: ColorAreaAxisChannel;
36
+ /**
37
+ * Y channel.
38
+ */
15
39
  yChannel?: ColorAreaAxisChannel;
40
+ /**
41
+ * Whether the component is disabled.
42
+ */
16
43
  disabled?: boolean;
44
+ /**
45
+ * X name.
46
+ */
17
47
  xName?: string;
48
+ /**
49
+ * Y name.
50
+ */
18
51
  yName?: string;
19
52
  }
53
+ /**
54
+ * Events for the ColorAreaRoot component.
55
+ */
20
56
  type ColorAreaRootEmits = {
57
+ /**
58
+ * Emitted when the model value changes.
59
+ */
21
60
  'update:modelValue': [value: string];
61
+ /**
62
+ * Emitted when the color value changes.
63
+ */
22
64
  'update:color': [value: NormalizedColor];
65
+ /**
66
+ * Emitted when change occurs.
67
+ */
23
68
  change: [value: string];
69
+ /**
70
+ * Emitted when change end occurs.
71
+ */
24
72
  changeEnd: [value: string];
25
73
  };
74
+ /**
75
+ * Properties for the ColorAreaArea component.
76
+ */
26
77
  interface ColorAreaAreaProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
78
+ /**
79
+ * Properties for the ColorAreaThumb component.
80
+ */
27
81
  interface ColorAreaThumbProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
82
+ /**
83
+ * Available UI slots for the ColorArea component.
84
+ */
28
85
  type ColorAreaUiSlot = 'root' | 'area' | 'thumb';
86
+ /**
87
+ * UI class overrides for the ColorArea component.
88
+ */
29
89
  type ColorAreaUi = UiClass<ColorAreaUiSlot>;
30
90
  //#endregion
31
91
  export { ColorAreaAreaProps, ColorAreaAxisChannel, ColorAreaRootEmits, ColorAreaRootProps, ColorAreaThumbProps, ColorAreaUi, ColorAreaUiSlot };
@@ -19,10 +19,10 @@ declare const __VLS_base: _$vue.DefineComponent<ColorFieldRootProps, {}, {}, {},
19
19
  format: ColorFormat;
20
20
  as: AsTag | _$vue.Component;
21
21
  step: number;
22
- defaultValue: string | ColorValue;
22
+ colorSpace: ColorSpace;
23
23
  modelValue: string | ColorValue;
24
+ defaultValue: string | ColorValue;
24
25
  readonly: boolean;
25
- colorSpace: ColorSpace;
26
26
  disableWheelChange: boolean;
27
27
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
28
28
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -5,24 +5,75 @@ import { ColorChannel, ColorFormat, ColorSpace, ColorValue, NormalizedColor } fr
5
5
  import { HTMLAttributes, InputHTMLAttributes, ShallowRef } from "vue";
6
6
 
7
7
  //#region src/components/color-field/types.d.ts
8
+ /**
9
+ * Properties for the ColorFieldRoot component.
10
+ */
8
11
  interface ColorFieldRootProps extends PrimitiveProps, FormFieldCommonProps, /** @vue-ignore */HTMLAttributes {
12
+ /**
13
+ * Current model value.
14
+ */
9
15
  modelValue?: string | ColorValue;
16
+ /**
17
+ * Default value.
18
+ */
10
19
  defaultValue?: string | ColorValue;
20
+ /**
21
+ * Color space.
22
+ */
11
23
  colorSpace?: ColorSpace;
24
+ /**
25
+ * Channel.
26
+ */
12
27
  channel?: ColorChannel;
28
+ /**
29
+ * Format.
30
+ */
13
31
  format?: ColorFormat;
32
+ /**
33
+ * Placeholder.
34
+ */
14
35
  placeholder?: string;
36
+ /**
37
+ * Whether the component is disabled.
38
+ */
15
39
  disabled?: boolean;
40
+ /**
41
+ * Whether the component is readonly.
42
+ */
16
43
  readonly?: boolean;
44
+ /**
45
+ * Whether to disable wheel change.
46
+ */
17
47
  disableWheelChange?: boolean;
48
+ /**
49
+ * Step.
50
+ */
18
51
  step?: number;
19
52
  }
53
+ /**
54
+ * Events for the ColorFieldRoot component.
55
+ */
20
56
  type ColorFieldRootEmits = {
57
+ /**
58
+ * Emitted when the model value changes.
59
+ */
21
60
  'update:modelValue': [value: string];
61
+ /**
62
+ * Emitted when the color value changes.
63
+ */
22
64
  'update:color': [value: NormalizedColor];
23
65
  };
66
+ /**
67
+ * Properties for the ColorFieldInput component.
68
+ */
24
69
  interface ColorFieldInputProps extends /** @vue-ignore */InputHTMLAttributes {}
70
+ /**
71
+ * Available UI slots for the ColorField component.
72
+ */
25
73
  type ColorFieldUiSlot = 'root' | 'input';
74
+ /**
75
+ * UI class overrides for the ColorField component.
76
+ */
26
77
  type ColorFieldUi = UiClass<ColorFieldUiSlot>;
27
78
  //#endregion
28
79
  export { ColorFieldInputProps, ColorFieldRootEmits, ColorFieldRootProps, ColorFieldUi, ColorFieldUiSlot };
@@ -26,8 +26,8 @@ declare const __VLS_base: _$vue.DefineComponent<ColorPickerRootProps, {}, {}, {}
26
26
  disabled: boolean;
27
27
  format: ColorFormat;
28
28
  as: AsTag | _$vue.Component;
29
- defaultValue: string | ColorValue;
30
29
  modelValue: string | ColorValue;
30
+ defaultValue: string | ColorValue;
31
31
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
32
32
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
33
33
  declare const _default: typeof __VLS_export;
@@ -4,20 +4,59 @@ import { ColorFormat, ColorValue, NormalizedColor } from "../../shared/color.js"
4
4
  import { ComputedRef, HTMLAttributes } from "vue";
5
5
 
6
6
  //#region src/components/color-picker/types.d.ts
7
+ /**
8
+ * Properties for the ColorPickerRoot component.
9
+ */
7
10
  interface ColorPickerRootProps extends PrimitiveProps, FormFieldCommonProps, /** @vue-ignore */HTMLAttributes {
11
+ /**
12
+ * Current model value.
13
+ */
8
14
  modelValue?: string | ColorValue;
15
+ /**
16
+ * Default value.
17
+ */
9
18
  defaultValue?: string | ColorValue;
19
+ /**
20
+ * Format.
21
+ */
10
22
  format?: ColorFormat;
23
+ /**
24
+ * Whether the component is disabled.
25
+ */
11
26
  disabled?: boolean;
12
27
  }
28
+ /**
29
+ * Events for the ColorPickerRoot component.
30
+ */
13
31
  type ColorPickerRootEmits = {
32
+ /**
33
+ * Emitted when the model value changes.
34
+ */
14
35
  'update:modelValue': [value: string];
36
+ /**
37
+ * Emitted when the color value changes.
38
+ */
15
39
  'update:color': [value: NormalizedColor];
40
+ /**
41
+ * Emitted when change occurs.
42
+ */
16
43
  change: [value: string];
17
44
  };
45
+ /**
46
+ * Slot properties for the ColorPickerRoot component.
47
+ */
18
48
  interface ColorPickerRootSlotProps {
49
+ /**
50
+ * Theme color of the component.
51
+ */
19
52
  color: ComputedRef<ColorValue>;
53
+ /**
54
+ * Formatted value exposed in the slot scope.
55
+ */
20
56
  formattedValue: ComputedRef<string>;
57
+ /**
58
+ * Set color exposed in the slot scope.
59
+ */
21
60
  setColor: (color: ColorValue) => void;
22
61
  }
23
62
  //#endregion
@@ -23,10 +23,10 @@ declare const __VLS_base: _$vue.DefineComponent<ColorSliderRootProps, {}, {}, {}
23
23
  format: ColorFormat;
24
24
  orientation: DataOrientation;
25
25
  step: number;
26
- defaultValue: string | ColorValue;
27
- modelValue: string | ColorValue;
28
26
  colorSpace: ColorSpace;
29
27
  inverted: boolean;
28
+ modelValue: string | ColorValue;
29
+ defaultValue: string | ColorValue;
30
30
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
31
31
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
32
32
  declare const _default: typeof __VLS_export;
@@ -5,27 +5,87 @@ import { ColorChannel, ColorFormat, ColorSpace, ColorValue, NormalizedColor } fr
5
5
  import { ComputedRef, HTMLAttributes } from "vue";
6
6
 
7
7
  //#region src/components/color-slider/types.d.ts
8
+ /**
9
+ * Properties for the ColorSliderRoot component.
10
+ */
8
11
  interface ColorSliderRootProps extends PrimitiveProps, FormFieldCommonProps, /** @vue-ignore */HTMLAttributes {
12
+ /**
13
+ * Current model value.
14
+ */
9
15
  modelValue?: string | ColorValue;
16
+ /**
17
+ * Default value.
18
+ */
10
19
  defaultValue?: string | ColorValue;
20
+ /**
21
+ * Color space.
22
+ */
11
23
  colorSpace?: ColorSpace;
24
+ /**
25
+ * Channel.
26
+ */
12
27
  channel: ColorChannel;
28
+ /**
29
+ * Format.
30
+ */
13
31
  format?: ColorFormat;
32
+ /**
33
+ * Orientation of the component.
34
+ */
14
35
  orientation?: DataOrientation;
36
+ /**
37
+ * Reading direction of the component.
38
+ */
15
39
  dir?: Direction;
40
+ /**
41
+ * Whether inverted.
42
+ */
16
43
  inverted?: boolean;
44
+ /**
45
+ * Whether the component is disabled.
46
+ */
17
47
  disabled?: boolean;
48
+ /**
49
+ * Step.
50
+ */
18
51
  step?: number;
19
52
  }
53
+ /**
54
+ * Events for the ColorSliderRoot component.
55
+ */
20
56
  type ColorSliderRootEmits = {
57
+ /**
58
+ * Emitted when the model value changes.
59
+ */
21
60
  'update:modelValue': [value: string];
61
+ /**
62
+ * Emitted when the color value changes.
63
+ */
22
64
  'update:color': [value: NormalizedColor];
65
+ /**
66
+ * Emitted when change occurs.
67
+ */
23
68
  change: [value: string];
69
+ /**
70
+ * Emitted when change end occurs.
71
+ */
24
72
  changeEnd: [value: string];
25
73
  };
74
+ /**
75
+ * Properties for the ColorSliderTrack component.
76
+ */
26
77
  interface ColorSliderTrackProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
78
+ /**
79
+ * Properties for the ColorSliderThumb component.
80
+ */
27
81
  interface ColorSliderThumbProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {}
82
+ /**
83
+ * Available UI slots for the ColorSlider component.
84
+ */
28
85
  type ColorSliderUiSlot = 'root' | 'track' | 'thumb';
86
+ /**
87
+ * UI class overrides for the ColorSlider component.
88
+ */
29
89
  type ColorSliderUi = UiClass<ColorSliderUiSlot>;
30
90
  //#endregion
31
91
  export { ColorSliderRootEmits, ColorSliderRootProps, ColorSliderThumbProps, ColorSliderTrackProps, ColorSliderUi, ColorSliderUiSlot };
@@ -3,8 +3,17 @@ import { ColorValue } from "../../shared/color.js";
3
3
  import { HTMLAttributes } from "vue";
4
4
 
5
5
  //#region src/components/color-swatch/types.d.ts
6
+ /**
7
+ * Properties for the ColorSwatch component.
8
+ */
6
9
  interface ColorSwatchProps extends PrimitiveProps, /** @vue-ignore */Omit<HTMLAttributes, 'color'> {
10
+ /**
11
+ * Theme color of the component.
12
+ */
7
13
  color?: string | ColorValue;
14
+ /**
15
+ * Label text rendered by the component.
16
+ */
8
17
  label?: string;
9
18
  }
10
19
  //#endregion
@@ -7,8 +7,8 @@ import * as _$vue from "vue";
7
7
  declare const __VLS_export: <M extends boolean>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8
8
  props: _$vue.PublicProps & __VLS_PrettifyLocal<ColorSwatchPickerRootProps<M> & {
9
9
  "onUpdate:modelValue"?: ((value: M extends true ? string[] : string) => any) | undefined;
10
- onHighlight?: ((payload?: CollectionItemData<ListboxCollectionItemData> | undefined) => any) | undefined;
11
10
  onEntryFocus?: ((event: CustomEvent<any>) => any) | undefined;
11
+ onHighlight?: ((payload?: CollectionItemData<ListboxCollectionItemData> | undefined) => any) | undefined;
12
12
  onLeave?: ((event: Event) => any) | undefined;
13
13
  }> & (typeof globalThis extends {
14
14
  __VLS_PROPS_FALLBACK: infer P;
@@ -20,7 +20,7 @@ declare const __VLS_export: <M extends boolean>(__VLS_props: NonNullable<Awaited
20
20
  modelValue: ((M extends true ? string[] : string) | undefined) & (M extends true ? string[] | undefined : string | undefined);
21
21
  }) => any;
22
22
  };
23
- emit: ((evt: "update:modelValue", value: M extends true ? string[] : string) => void) & ((evt: "highlight", payload?: CollectionItemData<ListboxCollectionItemData> | undefined) => void) & ((evt: "entryFocus", event: CustomEvent<any>) => void) & ((evt: "leave", event: Event) => void);
23
+ emit: ((evt: "update:modelValue", value: M extends true ? string[] : string) => void) & ((evt: "entryFocus", event: CustomEvent<any>) => void) & ((evt: "highlight", payload?: CollectionItemData<ListboxCollectionItemData> | undefined) => void) & ((evt: "leave", event: Event) => void);
24
24
  }>) => _$vue.VNode & {
25
25
  __ctx?: Awaited<typeof __VLS_setup>;
26
26
  };
@@ -4,15 +4,42 @@ import { ListboxItemEmits, ListboxItemIndicatorProps, ListboxItemProps, ListboxR
4
4
  import { ComputedRef, HTMLAttributes } from "vue";
5
5
 
6
6
  //#region src/components/color-swatch-picker/types.d.ts
7
+ /**
8
+ * Properties for the ColorSwatchPickerRoot component.
9
+ */
7
10
  interface ColorSwatchPickerRootProps<M extends boolean = false> extends PrimitiveProps, ListboxRootProps<M> {}
11
+ /**
12
+ * Events for the ColorSwatchPickerRoot component.
13
+ */
8
14
  type ColorSwatchPickerRootEmits<M extends boolean = false> = ListboxRootEmits<M>;
15
+ /**
16
+ * Properties for the ColorSwatchPickerItem component.
17
+ */
9
18
  interface ColorSwatchPickerItemProps extends ListboxItemProps {}
19
+ /**
20
+ * Events for the ColorSwatchPickerItem component.
21
+ */
10
22
  type ColorSwatchPickerItemEmits = ListboxItemEmits;
23
+ /**
24
+ * Properties for the ColorSwatchPickerItemIndicator component.
25
+ */
11
26
  interface ColorSwatchPickerItemIndicatorProps extends ListboxItemIndicatorProps {}
27
+ /**
28
+ * Properties for the ColorSwatchPickerItemSwatch component.
29
+ */
12
30
  interface ColorSwatchPickerItemSwatchProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {
31
+ /**
32
+ * Label text rendered by the component.
33
+ */
13
34
  label?: string;
14
35
  }
36
+ /**
37
+ * Available UI slots for the ColorSwatchPicker component.
38
+ */
15
39
  type ColorSwatchPickerUiSlot = 'root' | 'item' | 'itemIndicator' | 'swatch';
40
+ /**
41
+ * UI class overrides for the ColorSwatchPicker component.
42
+ */
16
43
  type ColorSwatchPickerUi = UiClass<ColorSwatchPickerUiSlot>;
17
44
  //#endregion
18
45
  export { ColorSwatchPickerItemEmits, ColorSwatchPickerItemIndicatorProps, ColorSwatchPickerItemProps, ColorSwatchPickerItemSwatchProps, ColorSwatchPickerRootEmits, ColorSwatchPickerRootProps, ColorSwatchPickerUi, ColorSwatchPickerUiSlot };
@@ -10,13 +10,13 @@ declare const __VLS_export: <M extends boolean = false>(__VLS_props: NonNullable
10
10
  onSelect?: ((event: SelectEvent<string>) => any) | undefined;
11
11
  "onUpdate:modelValue"?: ((value: M extends true ? string[] : string) => any) | undefined;
12
12
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
13
- onHighlight?: ((payload?: CollectionItemData<ListboxCollectionItemData> | undefined) => any) | undefined;
14
13
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
15
14
  onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
16
15
  onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
17
16
  onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
18
17
  onOpenAutoFocus?: ((event: Event) => any) | undefined;
19
18
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
19
+ onHighlight?: ((payload?: CollectionItemData<ListboxCollectionItemData> | undefined) => any) | undefined;
20
20
  onPlaced?: (() => any) | undefined;
21
21
  }> & (typeof globalThis extends {
22
22
  __VLS_PROPS_FALLBACK: infer P;
@@ -24,7 +24,7 @@ declare const __VLS_export: <M extends boolean = false>(__VLS_props: NonNullable
24
24
  expose: (exposed: {}) => void;
25
25
  attrs: any;
26
26
  slots: ComboboxCompactSlots<M>;
27
- emit: ((evt: "select", event: SelectEvent<string>) => void) & ((evt: "update:modelValue", value: M extends true ? string[] : string) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "highlight", payload?: CollectionItemData<ListboxCollectionItemData> | undefined) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: PointerDownOutsideEvent) => void) & ((evt: "focusOutside", event: FocusOutsideEvent) => void) & ((evt: "interactOutside", event: PointerDownOutsideEvent | FocusOutsideEvent) => void) & ((evt: "openAutoFocus", event: Event) => void) & ((evt: "closeAutoFocus", event: Event) => void) & ((evt: "placed") => void);
27
+ emit: ((evt: "select", event: SelectEvent<string>) => void) & ((evt: "update:modelValue", value: M extends true ? string[] : string) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: PointerDownOutsideEvent) => void) & ((evt: "focusOutside", event: FocusOutsideEvent) => void) & ((evt: "interactOutside", event: PointerDownOutsideEvent | FocusOutsideEvent) => void) & ((evt: "openAutoFocus", event: Event) => void) & ((evt: "closeAutoFocus", event: Event) => void) & ((evt: "highlight", payload?: CollectionItemData<ListboxCollectionItemData> | undefined) => void) & ((evt: "placed") => void);
28
28
  }>) => _$vue.VNode & {
29
29
  __ctx?: Awaited<typeof __VLS_setup>;
30
30
  };
@@ -24,9 +24,9 @@ declare const __VLS_base: _$vue.DefineComponent<ComboboxContentProps, {}, {}, {}
24
24
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
25
25
  onPlaced?: (() => any) | undefined;
26
26
  }>, {
27
- position: "inline" | "popper";
28
27
  avoidCollisions: boolean;
29
28
  prioritizePosition: boolean;
29
+ position: "inline" | "popper";
30
30
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
31
31
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
32
32
  declare const _default: typeof __VLS_export;