@soybeanjs/ui 0.13.8 → 0.15.0-beta.1

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 (372) hide show
  1. package/README.md +79 -147
  2. package/README.zh-CN.md +79 -147
  3. package/dist/components/accordion/accordion.js +1 -1
  4. package/dist/components/accordion/accordion.vue.d.ts +6 -34
  5. package/dist/components/accordion/index.d.ts +3 -3
  6. package/dist/components/accordion/types.d.ts +6 -25
  7. package/dist/components/affix/affix.js +1 -0
  8. package/dist/components/affix/affix.vue.d.ts +22 -0
  9. package/dist/components/affix/index.d.ts +4 -0
  10. package/dist/components/affix/index.js +1 -0
  11. package/dist/components/affix/types.d.ts +15 -0
  12. package/dist/components/affix/variants.js +1 -0
  13. package/dist/components/alert/alert.js +1 -1
  14. package/dist/components/alert/alert.vue.d.ts +4 -4
  15. package/dist/components/alert/variants.d.ts +3 -3
  16. package/dist/components/alert-dialog/alert-dialog-cancel.vue.d.ts +4 -4
  17. package/dist/components/alert-dialog/alert-dialog-confirm.vue.d.ts +4 -4
  18. package/dist/components/alert-dialog/alert-dialog.vue.d.ts +6 -6
  19. package/dist/components/anchor/anchor-item.js +1 -0
  20. package/dist/components/anchor/anchor.js +1 -0
  21. package/dist/components/anchor/anchor.vue.d.ts +23 -0
  22. package/dist/components/anchor/context.js +1 -0
  23. package/dist/components/anchor/index.d.ts +4 -0
  24. package/dist/components/anchor/index.js +1 -0
  25. package/dist/components/anchor/types.d.ts +34 -0
  26. package/dist/components/anchor/variants.js +1 -0
  27. package/dist/components/autocomplete/autocomplete-group-option.js +1 -0
  28. package/dist/components/autocomplete/autocomplete-option.js +1 -0
  29. package/dist/components/autocomplete/autocomplete-single-option.js +1 -0
  30. package/dist/components/autocomplete/autocomplete.js +1 -0
  31. package/dist/components/autocomplete/autocomplete.vue.d.ts +47 -0
  32. package/dist/components/autocomplete/context.js +1 -0
  33. package/dist/components/autocomplete/index.d.ts +4 -0
  34. package/dist/components/autocomplete/index.js +1 -0
  35. package/dist/components/autocomplete/shared.js +1 -0
  36. package/dist/components/autocomplete/types.d.ts +94 -0
  37. package/dist/components/autocomplete/variants.js +1 -0
  38. package/dist/components/avatar/avatar.vue.d.ts +7 -7
  39. package/dist/components/badge/badge.vue.d.ts +4 -4
  40. package/dist/components/badge/variants.d.ts +3 -3
  41. package/dist/components/bottom-sheet/bottom-sheet-close.js +1 -0
  42. package/dist/components/bottom-sheet/bottom-sheet-close.vue.d.ts +18 -0
  43. package/dist/components/bottom-sheet/bottom-sheet.js +1 -0
  44. package/dist/components/bottom-sheet/bottom-sheet.vue.d.ts +72 -0
  45. package/dist/components/bottom-sheet/index.d.ts +3 -0
  46. package/dist/components/bottom-sheet/index.js +1 -0
  47. package/dist/components/bottom-sheet/types.d.ts +31 -0
  48. package/dist/components/bottom-sheet/variants.js +1 -0
  49. package/dist/components/breadcrumb/breadcrumb.vue.d.ts +3 -3
  50. package/dist/components/button/button-group.vue.d.ts +6 -6
  51. package/dist/components/button/button-icon.vue.d.ts +3 -3
  52. package/dist/components/button/button-link.vue.d.ts +4 -4
  53. package/dist/components/button/button-loading.vue.d.ts +3 -3
  54. package/dist/components/button/button.vue.d.ts +4 -4
  55. package/dist/components/button/variants.d.ts +3 -3
  56. package/dist/components/card/card-collapsible-trigger.vue.d.ts +3 -3
  57. package/dist/components/card/card.js +1 -1
  58. package/dist/components/card/card.vue.d.ts +3 -3
  59. package/dist/components/carousel/carousel-content.js +1 -0
  60. package/dist/components/carousel/carousel-content.vue.d.ts +18 -0
  61. package/dist/components/carousel/carousel-item.js +1 -0
  62. package/dist/components/carousel/carousel-item.vue.d.ts +18 -0
  63. package/dist/components/carousel/carousel-next.js +1 -0
  64. package/dist/components/carousel/carousel-next.vue.d.ts +22 -0
  65. package/dist/components/carousel/carousel-previous.js +1 -0
  66. package/dist/components/carousel/carousel-previous.vue.d.ts +22 -0
  67. package/dist/components/carousel/carousel.js +1 -0
  68. package/dist/components/carousel/carousel.vue.d.ts +15 -0
  69. package/dist/components/carousel/index.d.ts +8 -0
  70. package/dist/components/carousel/index.js +1 -0
  71. package/dist/components/carousel/types.d.ts +10 -0
  72. package/dist/components/carousel/variants.js +1 -0
  73. package/dist/components/checkbox/checkbox-card-group.vue.d.ts +3 -3
  74. package/dist/components/checkbox/checkbox-card.vue.d.ts +8 -8
  75. package/dist/components/checkbox/checkbox-group.vue.d.ts +3 -3
  76. package/dist/components/checkbox/checkbox.vue.d.ts +12 -12
  77. package/dist/components/checkbox/variants.d.ts +3 -3
  78. package/dist/components/collapsible/collapsible.vue.d.ts +4 -4
  79. package/dist/components/color-area/color-area.js +1 -0
  80. package/dist/components/color-area/color-area.vue.d.ts +19 -0
  81. package/dist/components/color-area/index.d.ts +4 -0
  82. package/dist/components/color-area/index.js +1 -0
  83. package/dist/components/color-area/types.d.ts +14 -0
  84. package/dist/components/color-area/variants.js +1 -0
  85. package/dist/components/color-field/color-field.js +1 -0
  86. package/dist/components/color-field/color-field.vue.d.ts +15 -0
  87. package/dist/components/color-field/index.d.ts +4 -0
  88. package/dist/components/color-field/index.js +1 -0
  89. package/dist/components/color-field/types.d.ts +13 -0
  90. package/dist/components/color-field/variants.js +1 -0
  91. package/dist/components/color-picker/color-picker.js +1 -0
  92. package/dist/components/color-picker/color-picker.vue.d.ts +55 -0
  93. package/dist/components/color-picker/index.d.ts +2 -0
  94. package/dist/components/color-picker/index.js +1 -0
  95. package/dist/components/color-picker/shared.js +1 -0
  96. package/dist/components/color-picker/types.d.ts +47 -0
  97. package/dist/components/color-picker/variants.js +1 -0
  98. package/dist/components/color-slider/color-slider.js +1 -0
  99. package/dist/components/color-slider/color-slider.vue.d.ts +23 -0
  100. package/dist/components/color-slider/index.d.ts +4 -0
  101. package/dist/components/color-slider/index.js +1 -0
  102. package/dist/components/color-slider/types.d.ts +16 -0
  103. package/dist/components/color-swatch/color-swatch.js +1 -0
  104. package/dist/components/color-swatch/color-swatch.vue.d.ts +18 -0
  105. package/dist/components/color-swatch/index.d.ts +5 -0
  106. package/dist/components/color-swatch/index.js +1 -0
  107. package/dist/components/color-swatch/types.d.ts +16 -0
  108. package/dist/components/color-swatch/variants.d.ts +108 -0
  109. package/dist/components/color-swatch/variants.js +1 -0
  110. package/dist/components/color-swatch-picker/color-swatch-picker.js +1 -0
  111. package/dist/components/color-swatch-picker/color-swatch-picker.vue.d.ts +39 -0
  112. package/dist/components/color-swatch-picker/index.d.ts +5 -0
  113. package/dist/components/color-swatch-picker/index.js +1 -0
  114. package/dist/components/color-swatch-picker/types.d.ts +20 -0
  115. package/dist/components/color-swatch-picker/variants.d.ts +153 -0
  116. package/dist/components/color-swatch-picker/variants.js +1 -0
  117. package/dist/components/combobox/combobox-group-option.js +1 -0
  118. package/dist/components/combobox/combobox-option.js +1 -0
  119. package/dist/components/combobox/combobox-single-option.js +1 -0
  120. package/dist/components/combobox/combobox.js +1 -0
  121. package/dist/components/combobox/combobox.vue.d.ts +76 -0
  122. package/dist/components/combobox/index.d.ts +4 -0
  123. package/dist/components/combobox/index.js +1 -0
  124. package/dist/components/combobox/shared.js +1 -0
  125. package/dist/components/combobox/types.d.ts +68 -0
  126. package/dist/components/combobox/variants.js +1 -0
  127. package/dist/components/command/command.vue.d.ts +8 -8
  128. package/dist/components/config-provider/config-provider.js +1 -1
  129. package/dist/components/config-provider/config-provider.vue.d.ts +7 -7
  130. package/dist/components/config-provider/context.js +1 -1
  131. package/dist/components/config-provider/types.d.ts +14 -2
  132. package/dist/components/context-menu/context-menu-checkbox.js +1 -1
  133. package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +14 -21
  134. package/dist/components/context-menu/context-menu-radio.js +1 -1
  135. package/dist/components/context-menu/context-menu-radio.vue.d.ts +14 -21
  136. package/dist/components/context-menu/context-menu-wrapper.js +1 -1
  137. package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +16 -16
  138. package/dist/components/context-menu/context-menu.js +1 -1
  139. package/dist/components/context-menu/context-menu.vue.d.ts +13 -21
  140. package/dist/components/context-menu/index.d.ts +5 -7
  141. package/dist/components/context-menu/types.d.ts +14 -42
  142. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  143. package/dist/components/dialog/dialog-pure.vue.d.ts +12 -12
  144. package/dist/components/dialog/dialog.vue.d.ts +12 -12
  145. package/dist/components/drawer/drawer-close.vue.d.ts +2 -2
  146. package/dist/components/drawer/drawer.vue.d.ts +12 -12
  147. package/dist/components/dropdown-menu/dropdown-menu-checkbox.js +1 -1
  148. package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +14 -21
  149. package/dist/components/dropdown-menu/dropdown-menu-radio.js +1 -1
  150. package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +14 -21
  151. package/dist/components/dropdown-menu/dropdown-menu-wrapper.js +1 -1
  152. package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +16 -16
  153. package/dist/components/dropdown-menu/dropdown-menu.js +1 -1
  154. package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +13 -21
  155. package/dist/components/dropdown-menu/index.d.ts +2 -4
  156. package/dist/components/dropdown-menu/index.js +1 -1
  157. package/dist/components/dropdown-menu/types.d.ts +14 -38
  158. package/dist/components/editable/editable.js +1 -0
  159. package/dist/components/editable/editable.vue.d.ts +85 -0
  160. package/dist/components/editable/index.d.ts +4 -0
  161. package/dist/components/editable/index.js +1 -0
  162. package/dist/components/editable/types.d.ts +20 -0
  163. package/dist/components/editable/variants.js +1 -0
  164. package/dist/components/empty/empty.js +1 -0
  165. package/dist/components/empty/empty.vue.d.ts +21 -0
  166. package/dist/components/empty/index.d.ts +5 -0
  167. package/dist/components/empty/index.js +1 -0
  168. package/dist/components/empty/types.d.ts +20 -0
  169. package/dist/components/empty/variants.d.ts +57 -0
  170. package/dist/components/empty/variants.js +1 -0
  171. package/dist/components/form/form-field-base.vue.d.ts +3 -3
  172. package/dist/components/form/form.vue.d.ts +2 -2
  173. package/dist/components/form/use-form.d.ts +22 -22
  174. package/dist/components/form/variants.js +1 -1
  175. package/dist/components/hover-card/hover-card.js +1 -0
  176. package/dist/components/hover-card/hover-card.vue.d.ts +35 -0
  177. package/dist/components/hover-card/index.d.ts +4 -0
  178. package/dist/components/hover-card/index.js +1 -0
  179. package/dist/components/hover-card/types.d.ts +22 -0
  180. package/dist/components/hover-card/variants.js +1 -0
  181. package/dist/components/icon/icon.vue.d.ts +2 -2
  182. package/dist/components/icon/types.d.ts +3 -4
  183. package/dist/components/input/input.vue.d.ts +4 -4
  184. package/dist/components/input-number/input-number.vue.d.ts +4 -4
  185. package/dist/components/kbd/kbd.vue.d.ts +3 -3
  186. package/dist/components/kbd/variants.d.ts +3 -3
  187. package/dist/components/label/label.vue.d.ts +2 -2
  188. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  189. package/dist/components/layout/layout.vue.d.ts +4 -4
  190. package/dist/components/link/link.vue.d.ts +4 -4
  191. package/dist/components/list/list-item.vue.d.ts +2 -2
  192. package/dist/components/list/list.vue.d.ts +2 -2
  193. package/dist/components/menu/context.js +1 -1
  194. package/dist/components/menu/index.d.ts +2 -7
  195. package/dist/components/menu/index.js +1 -1
  196. package/dist/components/menu/types.d.ts +9 -86
  197. package/dist/components/menu/variants.js +1 -1
  198. package/dist/components/menubar/index.d.ts +2 -0
  199. package/dist/components/menubar/index.js +1 -0
  200. package/dist/components/menubar/menubar.js +1 -0
  201. package/dist/components/menubar/menubar.vue.d.ts +32 -0
  202. package/dist/components/menubar/types.d.ts +17 -0
  203. package/dist/components/menubar/variants.js +1 -0
  204. package/dist/components/navigation-menu/navigation-menu.vue.d.ts +13 -13
  205. package/dist/components/page-tabs/page-tabs.vue.d.ts +4 -4
  206. package/dist/components/page-tabs/types.d.ts +1 -1
  207. package/dist/components/page-tabs/variants.d.ts +3 -3
  208. package/dist/components/pagination/pagination.js +1 -1
  209. package/dist/components/pagination/pagination.vue.d.ts +4 -4
  210. package/dist/components/pagination/variants.d.ts +3 -3
  211. package/dist/components/password/password.vue.d.ts +4 -4
  212. package/dist/components/popconfirm/popconfirm-cancel.js +1 -1
  213. package/dist/components/popconfirm/popconfirm-cancel.vue.d.ts +4 -4
  214. package/dist/components/popconfirm/popconfirm-confirm.js +1 -1
  215. package/dist/components/popconfirm/popconfirm-confirm.vue.d.ts +4 -4
  216. package/dist/components/popconfirm/popconfirm.vue.d.ts +14 -14
  217. package/dist/components/popover/popover.js +1 -1
  218. package/dist/components/popover/popover.vue.d.ts +11 -11
  219. package/dist/components/progress/context.d.ts +5 -0
  220. package/dist/components/progress/context.js +1 -0
  221. package/dist/components/progress/index.d.ts +8 -0
  222. package/dist/components/progress/index.js +1 -0
  223. package/dist/components/progress/loading-bar.js +1 -0
  224. package/dist/components/progress/loading-bar.vue.d.ts +25 -0
  225. package/dist/components/progress/progress-circle.js +1 -0
  226. package/dist/components/progress/progress-circle.vue.d.ts +29 -0
  227. package/dist/components/progress/progress.js +1 -0
  228. package/dist/components/progress/progress.vue.d.ts +30 -0
  229. package/dist/components/progress/shared.d.ts +7 -0
  230. package/dist/components/progress/shared.js +1 -0
  231. package/dist/components/progress/types.d.ts +43 -0
  232. package/dist/components/progress/variants.js +1 -0
  233. package/dist/components/radio-group/radio-card-group.vue.d.ts +3 -3
  234. package/dist/components/radio-group/radio-card.vue.d.ts +2 -2
  235. package/dist/components/radio-group/radio-group.vue.d.ts +3 -3
  236. package/dist/components/radio-group/radio.vue.d.ts +2 -2
  237. package/dist/components/radio-group/variants.d.ts +3 -3
  238. package/dist/components/scroll-area/index.d.ts +4 -0
  239. package/dist/components/scroll-area/index.js +1 -0
  240. package/dist/components/scroll-area/scroll-area.js +1 -0
  241. package/dist/components/scroll-area/scroll-area.vue.d.ts +18 -0
  242. package/dist/components/scroll-area/types.d.ts +15 -0
  243. package/dist/components/scroll-area/variants.js +1 -0
  244. package/dist/components/segment/segment.vue.d.ts +3 -3
  245. package/dist/components/select/select.vue.d.ts +8 -8
  246. package/dist/components/separator/separator.vue.d.ts +5 -5
  247. package/dist/components/separator/variants.d.ts +3 -3
  248. package/dist/components/skeleton/index.d.ts +3 -0
  249. package/dist/components/skeleton/index.js +1 -0
  250. package/dist/components/skeleton/skeleton.js +1 -0
  251. package/dist/components/skeleton/skeleton.vue.d.ts +20 -0
  252. package/dist/components/skeleton/types.d.ts +16 -0
  253. package/dist/components/skeleton/variants.d.ts +60 -0
  254. package/dist/components/skeleton/variants.js +1 -0
  255. package/dist/components/slider/index.d.ts +4 -0
  256. package/dist/components/slider/index.js +1 -0
  257. package/dist/components/slider/slider.js +1 -0
  258. package/dist/components/slider/slider.vue.d.ts +28 -0
  259. package/dist/components/slider/types.d.ts +16 -0
  260. package/dist/components/slider/variants.js +1 -0
  261. package/dist/components/spinner/index.d.ts +2 -0
  262. package/dist/components/spinner/index.js +1 -0
  263. package/dist/components/spinner/spinner.js +1 -0
  264. package/dist/components/spinner/spinner.vue.d.ts +10 -0
  265. package/dist/components/spinner/types.d.ts +19 -0
  266. package/dist/components/spinner/variants.js +1 -0
  267. package/dist/components/splitter/index.d.ts +5 -0
  268. package/dist/components/splitter/index.js +1 -0
  269. package/dist/components/splitter/splitter-group.js +1 -0
  270. package/dist/components/splitter/splitter-group.vue.d.ts +22 -0
  271. package/dist/components/splitter/splitter-panel.js +1 -0
  272. package/dist/components/splitter/splitter-panel.vue.d.ts +32 -0
  273. package/dist/components/splitter/splitter-resize-handle.js +1 -0
  274. package/dist/components/splitter/splitter-resize-handle.vue.d.ts +415 -0
  275. package/dist/components/splitter/types.d.ts +12 -0
  276. package/dist/components/splitter/variants.js +1 -0
  277. package/dist/components/stepper/index.d.ts +4 -0
  278. package/dist/components/stepper/index.js +1 -0
  279. package/dist/components/stepper/stepper.js +1 -0
  280. package/dist/components/stepper/stepper.vue.d.ts +121 -0
  281. package/dist/components/stepper/types.d.ts +26 -0
  282. package/dist/components/stepper/variants.js +1 -0
  283. package/dist/components/switch/switch.vue.d.ts +22 -22
  284. package/dist/components/switch/variants.d.ts +3 -3
  285. package/dist/components/table/hooks.d.ts +19 -19
  286. package/dist/components/table/hooks.js +1 -1
  287. package/dist/components/table/index.d.ts +1 -1
  288. package/dist/components/table/table-filter-popover.js +1 -0
  289. package/dist/components/table/table-radio.js +1 -1
  290. package/dist/components/table/table.js +1 -1
  291. package/dist/components/table/table.vue.d.ts +10 -6
  292. package/dist/components/table/types.d.ts +25 -83
  293. package/dist/components/table/variants.js +1 -1
  294. package/dist/components/tabs/tabs.vue.d.ts +3 -3
  295. package/dist/components/tabs/variants.d.ts +3 -3
  296. package/dist/components/tag/tag.vue.d.ts +4 -4
  297. package/dist/components/tag/variants.d.ts +3 -3
  298. package/dist/components/tags-input/index.d.ts +5 -0
  299. package/dist/components/tags-input/index.js +1 -0
  300. package/dist/components/tags-input/tags-input-item-delete.js +1 -0
  301. package/dist/components/tags-input/tags-input-item-delete.vue.d.ts +18 -0
  302. package/dist/components/tags-input/tags-input.js +1 -0
  303. package/dist/components/tags-input/tags-input.vue.d.ts +29 -0
  304. package/dist/components/tags-input/types.d.ts +12 -0
  305. package/dist/components/tags-input/variants.js +1 -0
  306. package/dist/components/textarea/textarea.vue.d.ts +4 -4
  307. package/dist/components/textarea/variants.d.ts +3 -3
  308. package/dist/components/toast/index.d.ts +4 -5
  309. package/dist/components/toast/index.js +1 -1
  310. package/dist/components/toast/styles.js +274 -0
  311. package/dist/components/toast/toaster.js +1 -0
  312. package/dist/components/toast/toaster.vue.d.ts +22 -0
  313. package/dist/components/toast/types.d.ts +5 -55
  314. package/dist/components/toast/variants.js +1 -1
  315. package/dist/components/toggle/index.d.ts +3 -0
  316. package/dist/components/toggle/index.js +1 -0
  317. package/dist/components/toggle/toggle.js +1 -0
  318. package/dist/components/toggle/toggle.vue.d.ts +30 -0
  319. package/dist/components/toggle/types.d.ts +14 -0
  320. package/dist/components/toggle/variants.d.ts +100 -0
  321. package/dist/components/toggle/variants.js +1 -0
  322. package/dist/components/toggle-group/index.d.ts +6 -0
  323. package/dist/components/toggle-group/index.js +1 -0
  324. package/dist/components/toggle-group/toggle-group-item.js +1 -0
  325. package/dist/components/toggle-group/toggle-group-item.vue.d.ts +22 -0
  326. package/dist/components/toggle-group/toggle-group.js +1 -0
  327. package/dist/components/toggle-group/toggle-group.vue.d.ts +24 -0
  328. package/dist/components/toggle-group/types.d.ts +15 -0
  329. package/dist/components/toggle-group/variants.d.ts +216 -0
  330. package/dist/components/toggle-group/variants.js +1 -0
  331. package/dist/components/toolbar/index.d.ts +4 -0
  332. package/dist/components/toolbar/index.js +1 -0
  333. package/dist/components/toolbar/toolbar.js +1 -0
  334. package/dist/components/toolbar/toolbar.vue.d.ts +18 -0
  335. package/dist/components/toolbar/types.d.ts +9 -0
  336. package/dist/components/toolbar/variants.js +1 -0
  337. package/dist/components/tooltip/tooltip.vue.d.ts +7 -7
  338. package/dist/components/tree/tree-virtualizer.vue.d.ts +7 -7
  339. package/dist/components/tree/tree.vue.d.ts +5 -5
  340. package/dist/components/tree-menu/tree-menu-option-slot.js +1 -1
  341. package/dist/components/tree-menu/tree-menu-styled-item.vue.d.ts +2 -2
  342. package/dist/components/tree-menu/tree-menu.vue.d.ts +3 -3
  343. package/dist/components/tree-menu/types.d.ts +1 -1
  344. package/dist/components/tree-menu/variants.js +1 -1
  345. package/dist/components/virtualizer/virtualizer.vue.d.ts +5 -5
  346. package/dist/constants/components.d.ts +27 -0
  347. package/dist/constants/components.js +1 -1
  348. package/dist/index.d.ts +179 -94
  349. package/dist/index.js +1 -1
  350. package/dist/nuxt/index.d.ts +2 -2
  351. package/dist/resolver/index.d.ts +2 -2
  352. package/dist/styles.css +600 -111
  353. package/dist/theme/config.js +1 -1
  354. package/package.json +21 -18
  355. package/dist/components/menu/menu-checkbox-options.js +0 -1
  356. package/dist/components/menu/menu-checkbox-options.vue.d.ts +0 -28
  357. package/dist/components/menu/menu-item-slot.js +0 -1
  358. package/dist/components/menu/menu-option.js +0 -1
  359. package/dist/components/menu/menu-option.vue.d.ts +0 -48
  360. package/dist/components/menu/menu-options.js +0 -1
  361. package/dist/components/menu/menu-options.vue.d.ts +0 -48
  362. package/dist/components/menu/menu-radio-options.js +0 -1
  363. package/dist/components/menu/menu-radio-options.vue.d.ts +0 -28
  364. package/dist/components/menu/shared.js +0 -1
  365. package/dist/components/table/shared.js +0 -1
  366. package/dist/components/toast/context.d.ts +0 -5
  367. package/dist/components/toast/context.js +0 -1
  368. package/dist/components/toast/shared.js +0 -1
  369. package/dist/components/toast/toast-provider.js +0 -1
  370. package/dist/components/toast/toast.js +0 -1
  371. package/dist/components/toast/toast.vue.d.ts +0 -21
  372. package/dist/components/toast/variants.d.ts +0 -60
@@ -0,0 +1,72 @@
1
+ import { BottomSheetProps } from "./types.js";
2
+ import * as _$vue from "vue";
3
+ import * as _$_soybeanjs_headless0 from "@soybeanjs/headless";
4
+
5
+ //#region src/components/bottom-sheet/bottom-sheet.vue.d.ts
6
+ declare var __VLS_16: {}, __VLS_37: {
7
+ open: boolean | undefined;
8
+ close: () => void;
9
+ }, __VLS_45: {
10
+ open: boolean | undefined;
11
+ close: () => void;
12
+ }, __VLS_53: {
13
+ open: boolean | undefined;
14
+ close: () => void;
15
+ }, __VLS_61: {
16
+ open: boolean | undefined;
17
+ close: () => void;
18
+ }, __VLS_63: {
19
+ open: boolean | undefined;
20
+ close: () => void;
21
+ }, __VLS_71: {
22
+ open: boolean | undefined;
23
+ close: () => void;
24
+ };
25
+ type __VLS_Slots = {} & {
26
+ trigger?: (props: typeof __VLS_16) => any;
27
+ } & {
28
+ handle?: (props: typeof __VLS_37) => any;
29
+ } & {
30
+ header?: (props: typeof __VLS_45) => any;
31
+ } & {
32
+ title?: (props: typeof __VLS_53) => any;
33
+ } & {
34
+ description?: (props: typeof __VLS_61) => any;
35
+ } & {
36
+ default?: (props: typeof __VLS_63) => any;
37
+ } & {
38
+ footer?: (props: typeof __VLS_71) => any;
39
+ };
40
+ declare const __VLS_base: _$vue.DefineComponent<BottomSheetProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
41
+ "update:open": (value: boolean) => any;
42
+ escapeKeyDown: (event: KeyboardEvent) => any;
43
+ pointerDownOutside: (event: _$_soybeanjs_headless0.PointerDownOutsideEvent) => any;
44
+ focusOutside: (event: _$_soybeanjs_headless0.FocusOutsideEvent) => any;
45
+ interactOutside: (event: _$_soybeanjs_headless0.PointerDownOutsideEvent | _$_soybeanjs_headless0.FocusOutsideEvent) => any;
46
+ openAutoFocus: (event: Event) => any;
47
+ closeAutoFocus: (event: Event) => any;
48
+ }, string, _$vue.PublicProps, Readonly<BottomSheetProps> & Readonly<{
49
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
50
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
51
+ onPointerDownOutside?: ((event: _$_soybeanjs_headless0.PointerDownOutsideEvent) => any) | undefined;
52
+ onFocusOutside?: ((event: _$_soybeanjs_headless0.FocusOutsideEvent) => any) | undefined;
53
+ onInteractOutside?: ((event: _$_soybeanjs_headless0.PointerDownOutsideEvent | _$_soybeanjs_headless0.FocusOutsideEvent) => any) | undefined;
54
+ onOpenAutoFocus?: ((event: Event) => any) | undefined;
55
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
56
+ }>, {
57
+ showHandle: boolean;
58
+ handleOnly: boolean;
59
+ closeThreshold: number;
60
+ open: boolean;
61
+ defaultOpen: boolean;
62
+ modal: boolean;
63
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
64
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
65
+ declare const _default: typeof __VLS_export;
66
+ type __VLS_WithSlots<T, S> = T & {
67
+ new (): {
68
+ $slots: S;
69
+ };
70
+ };
71
+ //#endregion
72
+ export { _default };
@@ -0,0 +1,3 @@
1
+ import { BottomSheetEmits, BottomSheetExtendedUi, BottomSheetExtendedUiSlot, BottomSheetExtraUiSlot, BottomSheetProps } from "./types.js";
2
+ import { _default } from "./bottom-sheet.vue.js";
3
+ import { _default as _default$1 } from "./bottom-sheet-close.vue.js";
@@ -0,0 +1 @@
1
+ import"./bottom-sheet.js";import"./bottom-sheet-close.js";
@@ -0,0 +1,31 @@
1
+ import { ThemeSize } from "../../theme/types.js";
2
+ import { ClassValue, DialogContentEmits, DialogContentProps, DialogDescriptionProps, DialogFooterProps, DialogHeaderProps, DialogOverlayProps, DialogPortalProps, DialogRootEmits, DialogRootProps, DialogTitleProps, DialogTriggerProps, DialogUiSlot, UiClass } from "@soybeanjs/headless";
3
+
4
+ //#region src/components/bottom-sheet/types.d.ts
5
+ type BottomSheetExtraUiSlot = 'handle' | 'handleIndicator' | 'main';
6
+ type BottomSheetExtendedUiSlot = DialogUiSlot | BottomSheetExtraUiSlot;
7
+ type BottomSheetExtendedUi = UiClass<BottomSheetExtendedUiSlot>;
8
+ interface BottomSheetProps extends DialogRootProps {
9
+ /**
10
+ * the content class of the bottom sheet
11
+ */
12
+ class?: ClassValue;
13
+ size?: ThemeSize;
14
+ ui?: Partial<BottomSheetExtendedUi>;
15
+ title?: string;
16
+ description?: string;
17
+ showHandle?: boolean;
18
+ handleOnly?: boolean;
19
+ closeThreshold?: number;
20
+ triggerProps?: DialogTriggerProps;
21
+ contentProps?: DialogContentProps;
22
+ headerProps?: DialogHeaderProps;
23
+ footerProps?: DialogFooterProps;
24
+ titleProps?: DialogTitleProps;
25
+ descriptionProps?: DialogDescriptionProps;
26
+ overlayProps?: DialogOverlayProps;
27
+ portalProps?: DialogPortalProps;
28
+ }
29
+ type BottomSheetEmits = DialogRootEmits & DialogContentEmits;
30
+ //#endregion
31
+ export { BottomSheetEmits, BottomSheetExtendedUi, BottomSheetExtendedUiSlot, BottomSheetExtraUiSlot, BottomSheetProps };
@@ -0,0 +1 @@
1
+ import{tv as e}from"tailwind-variants";const t=e({slots:{overlay:[`fixed inset-0 z-50 bg-black/80`,`data-[state=open]:animate-in data-[state=open]:fade-in-0`,`data-[state=closed]:animate-out data-[state=closed]:fade-out-0`],content:[`fixed inset-x-0 bottom-0 z-50 flex max-h-[85vh] flex-col overflow-hidden border bg-background shadow-lg outline-none rounded-t-2xl will-change-transform`,`data-[state=open]:animate-in data-[state=open]:slide-in-from-bottom`,`data-[state=closed]:animate-out data-[state=closed]:slide-out-to-bottom`],header:`flex flex-col gap-1.5 px-4 text-center sm:text-left`,title:`m-0 font-semibold leading-none tracking-tight`,description:`m-0 text-muted-foreground`,footer:`mt-auto flex flex-col gap-2 px-4`,handle:`flex justify-center px-4 pt-4 touch-none`,handleIndicator:`bg-muted h-1.5 w-12 shrink-0 rounded-full`,main:`flex-1 overflow-y-auto overscroll-contain px-4`},variants:{size:{xs:{content:`gap-y-2 text-xs`,header:`pb-1`,title:`text-sm`,description:`text-xs`,footer:`pt-2 pb-3`,main:`pb-3`},sm:{content:`gap-y-2.5 text-sm`,header:`pb-1.5`,title:`text-base`,description:`text-sm`,footer:`pt-2.5 pb-4`,main:`pb-4`},md:{content:`gap-y-3 text-sm`,header:`pb-2`,title:`text-lg`,description:`text-sm`,footer:`pt-3 pb-4`,main:`pb-4`},lg:{content:`gap-y-3.5 text-base`,header:`pb-2.5`,title:`text-xl`,description:`text-base`,footer:`pt-3.5 pb-5`,main:`pb-5`},xl:{content:`gap-y-4 text-lg`,header:`pb-3`,title:`text-2xl`,description:`text-lg`,footer:`pt-4 pb-6`,main:`pb-6`},"2xl":{content:`gap-y-[1.125rem] text-xl`,header:`pb-3.5`,title:`text-3xl`,description:`text-xl`,footer:`pt-[1.125rem] pb-7`,main:`pb-7`}}},defaultVariants:{size:`md`}});export{t as bottomSheetVariants};
@@ -1,9 +1,9 @@
1
1
  import { BreadcrumbEmits, BreadcrumbOptionData, BreadcrumbProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
 
4
4
  //#region src/components/breadcrumb/breadcrumb.vue.d.ts
5
5
  declare const __VLS_export: <T extends BreadcrumbOptionData = BreadcrumbOptionData>(__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<{
6
- props: vue.PublicProps & __VLS_PrettifyLocal<BreadcrumbProps<T> & {
6
+ props: _$vue.PublicProps & __VLS_PrettifyLocal<BreadcrumbProps<T> & {
7
7
  onClick?: ((item: T) => any) | undefined;
8
8
  }> & (typeof globalThis extends {
9
9
  __VLS_PROPS_FALLBACK: infer P;
@@ -42,7 +42,7 @@ declare const __VLS_export: <T extends BreadcrumbOptionData = BreadcrumbOptionDa
42
42
  separator?: (props: {}) => any;
43
43
  };
44
44
  emit: BreadcrumbEmits<T>;
45
- }>) => vue.VNode & {
45
+ }>) => _$vue.VNode & {
46
46
  __ctx?: Awaited<typeof __VLS_setup>;
47
47
  };
48
48
  declare const _default: typeof __VLS_export;
@@ -1,16 +1,16 @@
1
1
  import { ButtonGroupProps } from "./types.js";
2
- import * as vue from "vue";
3
- import * as _soybeanjs_headless0 from "@soybeanjs/headless";
2
+ import * as _$vue from "vue";
3
+ import * as _$_soybeanjs_headless0 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/button/button-group.vue.d.ts
6
6
  declare var __VLS_8: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_8) => any;
9
9
  };
10
- declare const __VLS_base: vue.DefineComponent<ButtonGroupProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonGroupProps> & Readonly<{}>, {
11
- dir: _soybeanjs_headless0.Direction;
12
- orientation: _soybeanjs_headless0.DataOrientation;
13
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_base: _$vue.DefineComponent<ButtonGroupProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonGroupProps> & Readonly<{}>, {
11
+ dir: _$_soybeanjs_headless0.Direction;
12
+ orientation: _$_soybeanjs_headless0.DataOrientation;
13
+ }, {}, {}, {}, string, _$vue.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,15 +1,15 @@
1
1
  import { ThemeColor } from "../../theme/types.js";
2
2
  import { ButtonShape, ButtonVariant } from "./variants.js";
3
3
  import { ButtonIconProps } from "./types.js";
4
- import * as vue from "vue";
4
+ import * as _$vue from "vue";
5
5
 
6
6
  //#region src/components/button/button-icon.vue.d.ts
7
- declare const __VLS_export: vue.DefineComponent<ButtonIconProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonIconProps> & Readonly<{}>, {
7
+ declare const __VLS_export: _$vue.DefineComponent<ButtonIconProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonIconProps> & Readonly<{}>, {
8
8
  variant: ButtonVariant;
9
9
  color: ThemeColor;
10
10
  shape: ButtonShape;
11
11
  fitContent: boolean;
12
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
12
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
13
13
  declare const _default: typeof __VLS_export;
14
14
  //#endregion
15
15
  export { _default };
@@ -1,6 +1,6 @@
1
1
  import { ButtonVariant } from "./variants.js";
2
2
  import { ButtonLinkProps } from "./types.js";
3
- import * as vue from "vue";
3
+ import * as _$vue from "vue";
4
4
 
5
5
  //#region src/components/button/button-link.vue.d.ts
6
6
  declare var __VLS_14: {
@@ -11,16 +11,16 @@ declare var __VLS_14: {
11
11
  type __VLS_Slots = {} & {
12
12
  default?: (props: typeof __VLS_14) => any;
13
13
  };
14
- declare const __VLS_base: vue.DefineComponent<ButtonLinkProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonLinkProps> & Readonly<{}>, {
14
+ declare const __VLS_base: _$vue.DefineComponent<ButtonLinkProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonLinkProps> & Readonly<{}>, {
15
15
  variant: ButtonVariant;
16
- disabled: boolean;
17
16
  replace: boolean;
17
+ disabled: boolean;
18
18
  external: boolean;
19
19
  viewTransition: boolean;
20
20
  noRel: boolean;
21
21
  prefetch: boolean;
22
22
  noPrefetch: boolean;
23
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
24
24
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
25
  declare const _default: typeof __VLS_export;
26
26
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { ButtonLoadingProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
  import { Align } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/button/button-loading.vue.d.ts
@@ -17,10 +17,10 @@ type __VLS_Slots = {} & {
17
17
  } & {
18
18
  trailing?: (props: typeof __VLS_33) => any;
19
19
  };
20
- declare const __VLS_base: vue.DefineComponent<ButtonLoadingProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonLoadingProps> & Readonly<{}>, {
20
+ declare const __VLS_base: _$vue.DefineComponent<ButtonLoadingProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonLoadingProps> & Readonly<{}>, {
21
21
  loadingIcon: string;
22
22
  loadingPosition: Align;
23
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
24
24
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
25
  declare const _default: typeof __VLS_export;
26
26
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { ButtonProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
 
4
4
  //#region src/components/button/button.vue.d.ts
5
5
  declare var __VLS_10: {}, __VLS_12: {}, __VLS_14: {};
@@ -10,11 +10,11 @@ type __VLS_Slots = {} & {
10
10
  } & {
11
11
  trailing?: (props: typeof __VLS_14) => any;
12
12
  };
13
- declare const __VLS_base: vue.DefineComponent<ButtonProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
13
+ declare const __VLS_base: _$vue.DefineComponent<ButtonProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
14
14
  click: (event: MouseEvent) => any;
15
- }, string, vue.PublicProps, Readonly<ButtonProps> & Readonly<{
15
+ }, string, _$vue.PublicProps, Readonly<ButtonProps> & Readonly<{
16
16
  onClick?: ((event: MouseEvent) => any) | undefined;
17
- }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
17
+ }>, {}, {}, {}, {}, string, _$vue.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,8 +1,8 @@
1
- import * as tailwind_variants0 from "tailwind-variants";
1
+ import * as _$tailwind_variants0 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/components/button/variants.d.ts
5
- declare const buttonVariants: tailwind_variants0.TVReturnType<{
5
+ declare const buttonVariants: _$tailwind_variants0.TVReturnType<{
6
6
  color: {
7
7
  primary: string;
8
8
  destructive: string;
@@ -92,7 +92,7 @@ declare const buttonVariants: tailwind_variants0.TVReturnType<{
92
92
  true: string;
93
93
  false: string;
94
94
  };
95
- }, undefined, tailwind_variants0.TVReturnType<{
95
+ }, undefined, _$tailwind_variants0.TVReturnType<{
96
96
  color: {
97
97
  primary: string;
98
98
  destructive: string;
@@ -1,4 +1,4 @@
1
- import * as vue from "vue";
1
+ import * as _$vue from "vue";
2
2
  import { CardCollapsibleTriggerProps } from "@soybeanjs/headless";
3
3
 
4
4
  //#region src/components/card/card-collapsible-trigger.vue.d.ts
@@ -8,9 +8,9 @@ declare var __VLS_8: {
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_base: vue.DefineComponent<CardCollapsibleTriggerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<CardCollapsibleTriggerProps> & Readonly<{}>, {
11
+ declare const __VLS_base: _$vue.DefineComponent<CardCollapsibleTriggerProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CardCollapsibleTriggerProps> & Readonly<{}>, {
12
12
  asChild: boolean;
13
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
13
+ }, {}, {}, {}, string, _$vue.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 +1 @@
1
- import{mergeSlotVariants as e}from"../../theme/shared.js";import"../../theme/index.js";import{cardVariants as t}from"./variants.js";import{computed as n,createBlock as r,createCommentVNode as i,createTextVNode as a,createVNode as o,defineComponent as s,guardReactiveProps as c,mergeProps as l,normalizeProps as u,openBlock as d,renderSlot as f,toDisplayString as p,unref as m,useSlots as h,withCtx as g}from"vue";import{useOmitProps as _}from"@soybeanjs/headless/composables";import{CardContent as v,CardDescription as y,CardFooter as b,CardHeader as x,CardRoot as S,CardTitle as C,CardTitleRoot as w,provideCardUi as T}from"@soybeanjs/headless";const E=s({name:`SCard`,__name:`card`,props:{class:{},size:{},ui:{},title:{},description:{},scrollable:{type:Boolean,default:!0},split:{type:Boolean},headerProps:{},contentProps:{},footerProps:{},titleRootProps:{},titleProps:{},descriptionProps:{},defaultOpen:{type:Boolean,default:!0},open:{type:Boolean,default:void 0},disabled:{type:Boolean},unmountOnHide:{type:Boolean},asChild:{type:Boolean},as:{}},setup(s){let E=s,D=_(E,[`class`,`size`,`ui`,`title`,`description`,`scrollable`,`split`,`headerProps`,`contentProps`,`footerProps`,`titleRootProps`,`titleProps`,`descriptionProps`]),O=h(),k=n(()=>!!(O.header||O.title||O.description||O.extra||E.title||E.description));return T(n(()=>e(t({size:E.size,scrollable:E.scrollable,split:E.split}),E.ui,{root:E.class}))),(e,t)=>(d(),r(m(S),u(c(m(D))),{default:g(()=>[k.value?(d(),r(m(x),u(l({key:0},E.headerProps)),{default:g(()=>[f(e.$slots,`header`,{},()=>[o(m(w),u(c(E.titleRootProps)),{default:g(()=>[f(e.$slots,`title-leading`),o(m(C),u(c(E.titleProps)),{default:g(()=>[f(e.$slots,`title`,{},()=>[a(p(s.title),1)])]),_:3},16),f(e.$slots,`title-trailing`)]),_:3},16),f(e.$slots,`extra`),O.description||s.description?(d(),r(m(y),u(l({key:0},E.descriptionProps)),{default:g(()=>[f(e.$slots,`description`,{},()=>[a(p(s.description),1)])]),_:3},16)):i(`v-if`,!0)])]),_:3},16)):i(`v-if`,!0),o(m(v),u(c(E.contentProps)),{default:g(()=>[f(e.$slots,`default`)]),_:3},16),O.footer?(d(),r(m(b),u(l({key:1},E.footerProps)),{default:g(()=>[f(e.$slots,`footer`)]),_:3},16)):i(`v-if`,!0)]),_:3},16))}});export{E as default};
1
+ import{mergeSlotVariants as e}from"../../theme/shared.js";import"../../theme/index.js";import{cardVariants as t}from"./variants.js";import{computed as n,createBlock as r,createCommentVNode as i,createTextVNode as a,createVNode as o,defineComponent as s,guardReactiveProps as c,mergeProps as l,normalizeProps as u,openBlock as d,renderSlot as f,toDisplayString as p,unref as m,useSlots as h,withCtx as g}from"vue";import{useOmitProps as _}from"@soybeanjs/headless/composables";import{CardContent as v,CardDescription as y,CardFooter as b,CardHeader as x,CardRoot as S,CardTitle as C,CardTitleRoot as w,provideCardUi as T}from"@soybeanjs/headless";const E=s({name:`SCard`,__name:`card`,props:{class:{},size:{},ui:{},title:{},description:{},scrollable:{type:Boolean,default:!0},split:{type:Boolean},headerProps:{},contentProps:{},footerProps:{},titleRootProps:{},titleProps:{},descriptionProps:{},defaultOpen:{type:Boolean,default:!0},open:{type:Boolean,default:void 0},disabled:{type:Boolean},unmountOnHide:{type:Boolean},asChild:{type:Boolean},as:{}},setup(s){let E=s,D=_(E,[`class`,`size`,`ui`,`title`,`description`,`scrollable`,`split`,`headerProps`,`contentProps`,`footerProps`,`titleRootProps`,`titleProps`,`descriptionProps`]),O=h(),k=n(()=>!!(O.header||O.title||O.description||O.extra||E.title||E.description));return T(n(()=>e(t({size:E.size,scrollable:E.scrollable,split:E.split}),E.ui,{root:E.class}))),(e,t)=>(d(),r(m(S),u(c(m(D))),{default:g(()=>[k.value?(d(),r(m(x),u(l({key:0},s.headerProps)),{default:g(()=>[f(e.$slots,`header`,{},()=>[o(m(w),u(c(s.titleRootProps)),{default:g(()=>[f(e.$slots,`title-leading`),o(m(C),u(c(s.titleProps)),{default:g(()=>[f(e.$slots,`title`,{},()=>[a(p(s.title),1)])]),_:3},16),f(e.$slots,`title-trailing`)]),_:3},16),f(e.$slots,`extra`),O.description||s.description?(d(),r(m(y),u(l({key:0},s.descriptionProps)),{default:g(()=>[f(e.$slots,`description`,{},()=>[a(p(s.description),1)])]),_:3},16)):i(`v-if`,!0)])]),_:3},16)):i(`v-if`,!0),o(m(v),u(c(s.contentProps)),{default:g(()=>[f(e.$slots,`default`)]),_:3},16),O.footer?(d(),r(m(b),u(l({key:1},s.footerProps)),{default:g(()=>[f(e.$slots,`footer`)]),_:3},16)):i(`v-if`,!0)]),_:3},16))}});export{E as default};
@@ -1,5 +1,5 @@
1
1
  import { CardProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
 
4
4
  //#region src/components/card/card.vue.d.ts
5
5
  type Slots = {
@@ -14,11 +14,11 @@ type Slots = {
14
14
  description: () => any;
15
15
  };
16
16
  type __VLS_Slots = Slots;
17
- declare const __VLS_base: vue.DefineComponent<CardProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<CardProps> & Readonly<{}>, {
17
+ declare const __VLS_base: _$vue.DefineComponent<CardProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CardProps> & Readonly<{}>, {
18
18
  open: boolean;
19
19
  defaultOpen: boolean;
20
20
  scrollable: boolean;
21
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
21
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
22
22
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
23
  declare const _default: typeof __VLS_export;
24
24
  type __VLS_WithSlots<T, S> = T & {
@@ -0,0 +1 @@
1
+ import{createBlock as e,defineComponent as t,guardReactiveProps as n,normalizeProps as r,openBlock as i,renderSlot as a,unref as o,withCtx as s}from"vue";import{CarouselContent as c}from"@soybeanjs/headless";const l=t({name:`SCarouselContent`,__name:`carousel-content`,setup(t){return(t,l)=>(i(),e(o(c),r(n(t.$props)),{default:s(()=>[a(t.$slots,`default`)]),_:3},16))}});export{l as default};
@@ -0,0 +1,18 @@
1
+ import * as _$vue from "vue";
2
+ import { CarouselContentProps } from "@soybeanjs/headless";
3
+
4
+ //#region src/components/carousel/carousel-content.vue.d.ts
5
+ declare var __VLS_8: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_8) => any;
8
+ };
9
+ declare const __VLS_base: _$vue.DefineComponent<CarouselContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
17
+ //#endregion
18
+ export { _default };
@@ -0,0 +1 @@
1
+ import{createBlock as e,defineComponent as t,guardReactiveProps as n,normalizeProps as r,openBlock as i,renderSlot as a,unref as o,withCtx as s}from"vue";import{CarouselItem as c}from"@soybeanjs/headless";const l=t({name:`SCarouselItem`,__name:`carousel-item`,setup(t){return(t,l)=>(i(),e(o(c),r(n(t.$props)),{default:s(()=>[a(t.$slots,`default`)]),_:3},16))}});export{l as default};
@@ -0,0 +1,18 @@
1
+ import * as _$vue from "vue";
2
+ import { CarouselItemProps } from "@soybeanjs/headless";
3
+
4
+ //#region src/components/carousel/carousel-item.vue.d.ts
5
+ declare var __VLS_8: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_8) => any;
8
+ };
9
+ declare const __VLS_base: _$vue.DefineComponent<CarouselItemProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselItemProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
17
+ //#endregion
18
+ export { _default };
@@ -0,0 +1 @@
1
+ import e from"../icon/icon.js";import{createBlock as t,createElementVNode as n,createVNode as r,defineComponent as i,guardReactiveProps as a,normalizeProps as o,openBlock as s,renderSlot as c,unref as l,withCtx as u}from"vue";import{CarouselNext as d}from"@soybeanjs/headless";const f=i({name:`SCarouselNext`,__name:`carousel-next`,props:{type:{},disabled:{type:Boolean},asChild:{type:Boolean},as:{}},setup(i){function f(e,t){return e===`vertical`?`lucide:arrow-down`:t===`rtl`?`lucide:arrow-left`:`lucide:arrow-right`}return(i,p)=>(s(),t(l(d),o(a(i.$props)),{default:u(({dir:t,disabled:a,orientation:o})=>[c(i.$slots,`default`,{dir:t,disabled:a,orientation:o},()=>[r(e,{icon:f(o,t),"aria-hidden":!0},null,8,[`icon`]),p[0]||=n(`span`,{class:`sr-only`},`Next slide`,-1)])]),_:3},16))}});export{f as default};
@@ -0,0 +1,22 @@
1
+ import * as _$vue from "vue";
2
+ import { CarouselNextProps, DataOrientation, Direction } from "@soybeanjs/headless";
3
+
4
+ //#region src/components/carousel/carousel-next.vue.d.ts
5
+ declare var __VLS_8: {
6
+ dir: Direction;
7
+ disabled: boolean;
8
+ orientation: DataOrientation;
9
+ };
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_8) => any;
12
+ };
13
+ declare const __VLS_base: _$vue.DefineComponent<CarouselNextProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselNextProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
14
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
+ declare const _default: typeof __VLS_export;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
21
+ //#endregion
22
+ export { _default };
@@ -0,0 +1 @@
1
+ import e from"../icon/icon.js";import{createBlock as t,createElementVNode as n,createVNode as r,defineComponent as i,guardReactiveProps as a,normalizeProps as o,openBlock as s,renderSlot as c,unref as l,withCtx as u}from"vue";import{CarouselPrevious as d}from"@soybeanjs/headless";const f=i({name:`SCarouselPrevious`,__name:`carousel-previous`,props:{type:{},disabled:{type:Boolean},asChild:{type:Boolean},as:{}},setup(i){function f(e,t){return e===`vertical`?`lucide:arrow-up`:t===`rtl`?`lucide:arrow-right`:`lucide:arrow-left`}return(i,p)=>(s(),t(l(d),o(a(i.$props)),{default:u(({dir:t,disabled:a,orientation:o})=>[c(i.$slots,`default`,{dir:t,disabled:a,orientation:o},()=>[r(e,{icon:f(o,t),"aria-hidden":!0},null,8,[`icon`]),p[0]||=n(`span`,{class:`sr-only`},`Previous slide`,-1)])]),_:3},16))}});export{f as default};
@@ -0,0 +1,22 @@
1
+ import * as _$vue from "vue";
2
+ import { CarouselPreviousProps, DataOrientation, Direction } from "@soybeanjs/headless";
3
+
4
+ //#region src/components/carousel/carousel-previous.vue.d.ts
5
+ declare var __VLS_8: {
6
+ dir: Direction;
7
+ disabled: boolean;
8
+ orientation: DataOrientation;
9
+ };
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_8) => any;
12
+ };
13
+ declare const __VLS_base: _$vue.DefineComponent<CarouselPreviousProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselPreviousProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
14
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
+ declare const _default: typeof __VLS_export;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
21
+ //#endregion
22
+ export { _default };
@@ -0,0 +1 @@
1
+ import{mergeSlotVariants as e}from"../../theme/shared.js";import"../../theme/index.js";import{carouselVariants as t}from"./variants.js";import{computed as n,createBlock as r,defineComponent as i,mergeProps as a,openBlock as o,renderSlot as s,toHandlers as c,unref as l,withCtx as u}from"vue";import{useForwardListeners as d,useOmitProps as f}from"@soybeanjs/headless/composables";import{CarouselRoot as p,provideCarouselUi as m}from"@soybeanjs/headless";const h=i({name:`SCarousel`,__name:`carousel`,props:{class:{},ui:{},opts:{},plugins:{},orientation:{default:`horizontal`},dir:{}},emits:[`initApi`],setup(i,{emit:h}){let g=i,_=h,v=f(g,[`class`,`ui`]),y=d(_);return m(n(()=>e(t({orientation:g.orientation}),g.ui,{root:g.class}))),(e,t)=>(o(),r(l(p),a(l(v),c(l(y))),{default:u(()=>[s(e.$slots,`default`)]),_:3},16))}});export{h as default};
@@ -0,0 +1,15 @@
1
+ //#region src/components/carousel/carousel.vue.d.ts
2
+ declare var __VLS_8: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_8) => any;
5
+ };
6
+ declare const __VLS_base: any;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
14
+ //#endregion
15
+ export { _default };
@@ -0,0 +1,8 @@
1
+ import { _default } from "./carousel.vue.js";
2
+ import { _default as _default$1 } from "./carousel-content.vue.js";
3
+ import { _default as _default$2 } from "./carousel-item.vue.js";
4
+ import { _default as _default$3 } from "./carousel-previous.vue.js";
5
+ import { _default as _default$4 } from "./carousel-next.vue.js";
6
+ import { CarouselEmits, CarouselProps } from "./types.js";
7
+ import { CarouselApi, CarouselContentProps, CarouselItemProps, CarouselNextProps, CarouselOptions, CarouselPlugins, CarouselPreviousProps, CarouselRootEmits, CarouselRootProps, CarouselUi, CarouselUiSlot } from "@soybeanjs/headless/carousel";
8
+ export { type CarouselApi, type CarouselContentProps, type CarouselItemProps, type CarouselNextProps, type CarouselOptions, type CarouselPlugins, type CarouselPreviousProps, type CarouselRootEmits, type CarouselRootProps, type CarouselUi, type CarouselUiSlot };
@@ -0,0 +1 @@
1
+ import"./carousel.js";import"./carousel-content.js";import"./carousel-item.js";import"./carousel-previous.js";import"./carousel-next.js";
@@ -0,0 +1,10 @@
1
+ import { CarouselRootEmits, CarouselRootProps, CarouselUi, ClassValue } from "@soybeanjs/headless";
2
+
3
+ //#region src/components/carousel/types.d.ts
4
+ interface CarouselProps extends Omit<CarouselRootProps, 'class'> {
5
+ class?: ClassValue;
6
+ ui?: Partial<CarouselUi>;
7
+ }
8
+ type CarouselEmits = CarouselRootEmits;
9
+ //#endregion
10
+ export { CarouselEmits, CarouselProps };
@@ -0,0 +1 @@
1
+ import{tv as e}from"tailwind-variants";const t=e({slots:{root:`relative`,content:`overflow-hidden`,container:`flex -ml-4 rtl:ml-0 rtl:-mr-4`,item:`min-w-0 shrink-0 grow-0 basis-full pl-4 rtl:pl-0 rtl:pr-4`,previous:[`absolute z-1 size-8 inline-flex items-center justify-center rounded-full border bg-background shadow-sm transition-colors`,`focus-visible:outline-none focus-visible:ring-3 focus-visible:ring-ring/50`,`data-[disabled]:pointer-events-none data-[disabled]:opacity-50`,`top-1/2 -left-12 -translate-y-1/2 rtl:left-auto rtl:-right-12`],next:[`absolute z-1 size-8 inline-flex items-center justify-center rounded-full border bg-background shadow-sm transition-colors`,`focus-visible:outline-none focus-visible:ring-3 focus-visible:ring-ring/50`,`data-[disabled]:pointer-events-none data-[disabled]:opacity-50`,`top-1/2 -right-12 -translate-y-1/2 rtl:right-auto rtl:-left-12`]},variants:{orientation:{horizontal:{},vertical:{container:`-mt-4 h-full flex-col ml-0 rtl:mr-0 rtl:ml-0`,item:`pt-4 pl-0 rtl:pr-0 rtl:pl-0`,previous:`-top-12 left-1/2 right-auto -translate-x-1/2 translate-y-0 rtl:left-1/2 rtl:right-auto`,next:`top-auto -bottom-12 left-1/2 right-auto -translate-x-1/2 translate-y-0 rtl:left-1/2 rtl:right-auto`}}},defaultVariants:{orientation:`horizontal`}});export{t as carouselVariants};
@@ -1,10 +1,10 @@
1
1
  import { CheckboxCardGroupOptionData, CheckboxCardGroupProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
  import { DefinedValue } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/checkbox/checkbox-card-group.vue.d.ts
6
6
  declare const __VLS_export: <T extends DefinedValue = DefinedValue, S extends CheckboxCardGroupOptionData<T> = CheckboxCardGroupOptionData<T>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
- props: vue.PublicProps & __VLS_PrettifyLocal<CheckboxCardGroupProps<T, S> & {
7
+ props: _$vue.PublicProps & __VLS_PrettifyLocal<CheckboxCardGroupProps<T, S> & {
8
8
  "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
9
9
  }> & (typeof globalThis extends {
10
10
  __VLS_PROPS_FALLBACK: infer P;
@@ -13,7 +13,7 @@ declare const __VLS_export: <T extends DefinedValue = DefinedValue, S extends Ch
13
13
  attrs: any;
14
14
  slots: {};
15
15
  emit: (evt: "update:modelValue", value: T[]) => void;
16
- }>) => vue.VNode & {
16
+ }>) => _$vue.VNode & {
17
17
  __ctx?: Awaited<typeof __VLS_setup>;
18
18
  };
19
19
  declare const _default: typeof __VLS_export;
@@ -1,6 +1,6 @@
1
1
  import { CheckboxCardProps } from "./types.js";
2
- import * as vue from "vue";
3
- import * as _soybeanjs_headless0 from "@soybeanjs/headless";
2
+ import * as _$vue from "vue";
3
+ import * as _$_soybeanjs_headless0 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/checkbox/checkbox-card.vue.d.ts
6
6
  declare var __VLS_21: {
@@ -11,13 +11,13 @@ type __VLS_Slots = {} & {
11
11
  } & {
12
12
  description?: (props: typeof __VLS_29) => any;
13
13
  };
14
- declare const __VLS_base: vue.DefineComponent<CheckboxCardProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
15
- "update:modelValue": (value: _soybeanjs_headless0.CheckedState | null) => any;
16
- }, string, vue.PublicProps, Readonly<CheckboxCardProps> & Readonly<{
17
- "onUpdate:modelValue"?: ((value: _soybeanjs_headless0.CheckedState | null) => any) | undefined;
14
+ declare const __VLS_base: _$vue.DefineComponent<CheckboxCardProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
15
+ "update:modelValue": (value: _$_soybeanjs_headless0.CheckedState | null) => any;
16
+ }, string, _$vue.PublicProps, Readonly<CheckboxCardProps> & Readonly<{
17
+ "onUpdate:modelValue"?: ((value: _$_soybeanjs_headless0.CheckedState | null) => any) | undefined;
18
18
  }>, {
19
- modelValue: _soybeanjs_headless0.CheckedState | null;
20
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
19
+ modelValue: _$_soybeanjs_headless0.CheckedState | null;
20
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
21
21
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
22
  declare const _default: typeof __VLS_export;
23
23
  type __VLS_WithSlots<T, S> = T & {
@@ -1,10 +1,10 @@
1
1
  import { CheckboxGroupOptionData, CheckboxGroupProps } from "./types.js";
2
- import * as vue from "vue";
2
+ import * as _$vue from "vue";
3
3
  import { DefinedValue } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/checkbox/checkbox-group.vue.d.ts
6
6
  declare const __VLS_export: <T extends DefinedValue = DefinedValue, S extends CheckboxGroupOptionData<T> = CheckboxGroupOptionData<T>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
- props: vue.PublicProps & __VLS_PrettifyLocal<CheckboxGroupProps<T, S> & {
7
+ props: _$vue.PublicProps & __VLS_PrettifyLocal<CheckboxGroupProps<T, S> & {
8
8
  "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
9
9
  }> & (typeof globalThis extends {
10
10
  __VLS_PROPS_FALLBACK: infer P;
@@ -13,7 +13,7 @@ declare const __VLS_export: <T extends DefinedValue = DefinedValue, S extends Ch
13
13
  attrs: any;
14
14
  slots: {};
15
15
  emit: (evt: "update:modelValue", value: T[]) => void;
16
- }>) => vue.VNode & {
16
+ }>) => _$vue.VNode & {
17
17
  __ctx?: Awaited<typeof __VLS_setup>;
18
18
  };
19
19
  declare const _default: typeof __VLS_export;
@@ -1,28 +1,28 @@
1
1
  import { CheckboxProps } from "./types.js";
2
- import * as vue from "vue";
3
- import * as _soybeanjs_headless0 from "@soybeanjs/headless";
2
+ import * as _$vue from "vue";
3
+ import * as _$_soybeanjs_headless0 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/checkbox/checkbox.vue.d.ts
6
6
  declare var __VLS_28: {
7
- modelValue: _soybeanjs_headless0.CheckedState | null | undefined;
8
- state: _soybeanjs_headless0.CheckedState;
7
+ modelValue: _$_soybeanjs_headless0.CheckedState | null | undefined;
8
+ state: _$_soybeanjs_headless0.CheckedState;
9
9
  }, __VLS_41: {
10
10
  id: string;
11
- modelValue: _soybeanjs_headless0.CheckedState | null | undefined;
12
- state: _soybeanjs_headless0.CheckedState;
11
+ modelValue: _$_soybeanjs_headless0.CheckedState | null | undefined;
12
+ state: _$_soybeanjs_headless0.CheckedState;
13
13
  };
14
14
  type __VLS_Slots = {} & {
15
15
  indicator?: (props: typeof __VLS_28) => any;
16
16
  } & {
17
17
  default?: (props: typeof __VLS_41) => any;
18
18
  };
19
- declare const __VLS_base: vue.DefineComponent<CheckboxProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
20
- "update:modelValue": (value: _soybeanjs_headless0.CheckedState | null) => any;
21
- }, string, vue.PublicProps, Readonly<CheckboxProps> & Readonly<{
22
- "onUpdate:modelValue"?: ((value: _soybeanjs_headless0.CheckedState | null) => any) | undefined;
19
+ declare const __VLS_base: _$vue.DefineComponent<CheckboxProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
20
+ "update:modelValue": (value: _$_soybeanjs_headless0.CheckedState | null) => any;
21
+ }, string, _$vue.PublicProps, Readonly<CheckboxProps> & Readonly<{
22
+ "onUpdate:modelValue"?: ((value: _$_soybeanjs_headless0.CheckedState | null) => any) | undefined;
23
23
  }>, {
24
- modelValue: _soybeanjs_headless0.CheckedState | null;
25
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
24
+ modelValue: _$_soybeanjs_headless0.CheckedState | null;
25
+ }, {}, {}, {}, string, _$vue.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,8 +1,8 @@
1
- import * as tailwind_variants0 from "tailwind-variants";
1
+ import * as _$tailwind_variants0 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/components/checkbox/variants.d.ts
5
- declare const checkboxVariants: tailwind_variants0.TVReturnType<{
5
+ declare const checkboxVariants: _$tailwind_variants0.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  control: string;
@@ -164,7 +164,7 @@ declare const checkboxVariants: tailwind_variants0.TVReturnType<{
164
164
  control: string[];
165
165
  indicator: string;
166
166
  label: string;
167
- }, tailwind_variants0.TVReturnType<{
167
+ }, _$tailwind_variants0.TVReturnType<{
168
168
  color: {
169
169
  primary: {
170
170
  control: string;