@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
@@ -1,17 +1,17 @@
1
1
  import { SelectGroupOptionData, SelectProps, SelectSingleOptionData } 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
  import { DefinedValue } from "@soybeanjs/headless";
5
5
 
6
6
  //#region src/components/select/select.vue.d.ts
7
7
  declare const __VLS_export: <T extends DefinedValue, M extends boolean = false>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8
- props: vue.PublicProps & __VLS_PrettifyLocal<SelectProps<T, M> & {
9
- onSelect?: ((event: _soybeanjs_headless0.SelectItemEvent<T>) => any) | undefined;
8
+ props: _$vue.PublicProps & __VLS_PrettifyLocal<SelectProps<T, M> & {
9
+ onSelect?: ((event: _$_soybeanjs_headless0.SelectItemEvent<T>) => any) | undefined;
10
10
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
11
- "onUpdate:modelValue"?: ((value: M extends true ? T[] : T) => any) | undefined;
12
11
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
13
- onPointerDownOutside?: ((event: _soybeanjs_headless0.PointerDownOutsideEvent) => any) | undefined;
12
+ onPointerDownOutside?: ((event: _$_soybeanjs_headless0.PointerDownOutsideEvent) => any) | undefined;
14
13
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
14
+ "onUpdate:modelValue"?: ((value: M extends true ? T[] : T) => any) | undefined;
15
15
  }> & (typeof globalThis extends {
16
16
  __VLS_PROPS_FALLBACK: infer P;
17
17
  } ? P : {});
@@ -44,8 +44,8 @@ declare const __VLS_export: <T extends DefinedValue, M extends boolean = false>(
44
44
  item: SelectSingleOptionData<T>;
45
45
  }) => any;
46
46
  };
47
- emit: ((evt: "select", event: _soybeanjs_headless0.SelectItemEvent<T>) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "update:modelValue", value: M extends true ? T[] : T) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: _soybeanjs_headless0.PointerDownOutsideEvent) => void) & ((evt: "closeAutoFocus", event: Event) => void);
48
- }>) => vue.VNode & {
47
+ emit: ((evt: "select", event: _$_soybeanjs_headless0.SelectItemEvent<T>) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: _$_soybeanjs_headless0.PointerDownOutsideEvent) => void) & ((evt: "closeAutoFocus", event: Event) => void) & ((evt: "update:modelValue", value: M extends true ? T[] : T) => void);
48
+ }>) => _$vue.VNode & {
49
49
  __ctx?: Awaited<typeof __VLS_setup>;
50
50
  };
51
51
  declare const _default: typeof __VLS_export;
@@ -1,11 +1,11 @@
1
1
  import { SeparatorProps } 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/separator/separator.vue.d.ts
6
- declare const __VLS_export: vue.DefineComponent<SeparatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {
7
- orientation: _soybeanjs_headless0.DataOrientation;
8
- }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
6
+ declare const __VLS_export: _$vue.DefineComponent<SeparatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {
7
+ orientation: _$_soybeanjs_headless0.DataOrientation;
8
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
9
9
  declare const _default: typeof __VLS_export;
10
10
  //#endregion
11
11
  export { _default };
@@ -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/separator/variants.d.ts
5
- declare const separatorVariants: tailwind_variants0.TVReturnType<{
5
+ declare const separatorVariants: _$tailwind_variants0.TVReturnType<{
6
6
  size: {
7
7
  xs: {
8
8
  label: string;
@@ -114,7 +114,7 @@ declare const separatorVariants: tailwind_variants0.TVReturnType<{
114
114
  }, {
115
115
  root: string;
116
116
  label: string;
117
- }, tailwind_variants0.TVReturnType<{
117
+ }, _$tailwind_variants0.TVReturnType<{
118
118
  size: {
119
119
  xs: {
120
120
  label: string;
@@ -0,0 +1,3 @@
1
+ import { SkeletonShape } from "./variants.js";
2
+ import { SkeletonProps } from "./types.js";
3
+ import { _default } from "./skeleton.vue.js";
@@ -0,0 +1 @@
1
+ import"./skeleton.js";
@@ -0,0 +1 @@
1
+ import{cn as e}from"../../theme/merge.js";import"../../theme/index.js";import{skeletonVariants as t}from"./variants.js";import{computed as n,createBlock as r,defineComponent as i,mergeProps as a,openBlock as o,renderSlot as s,unref as c,withCtx as l}from"vue";import{useOmitProps as u}from"@soybeanjs/headless/composables";import{Skeleton as d}from"@soybeanjs/headless";const f=i({name:`SSkeleton`,__name:`skeleton`,props:{class:{},size:{},animated:{type:Boolean,default:!0},shape:{},asChild:{type:Boolean},as:{}},setup(i){let f=i,p=u(f,[`class`,`size`,`animated`,`shape`]),m=n(()=>e(t({size:f.size,animated:f.animated,shape:f.shape}),f.class));return(e,t)=>(o(),r(c(d),a(c(p),{class:m.value}),{default:l(()=>[s(e.$slots,`default`)]),_:3},16,[`class`]))}});export{f as default};
@@ -0,0 +1,20 @@
1
+ import { SkeletonProps } from "./types.js";
2
+ import * as _$vue from "vue";
3
+
4
+ //#region src/components/skeleton/skeleton.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<SkeletonProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SkeletonProps> & Readonly<{}>, {
10
+ animated: boolean;
11
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
+ declare const _default: typeof __VLS_export;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //#endregion
20
+ export { _default };
@@ -0,0 +1,16 @@
1
+ import { ThemeSize } from "../../theme/types.js";
2
+ import { SkeletonShape } from "./variants.js";
3
+ import { ClassValue, SkeletonProps } from "@soybeanjs/headless";
4
+
5
+ //#region src/components/skeleton/types.d.ts
6
+ interface SkeletonProps$1 extends SkeletonProps {
7
+ class?: ClassValue;
8
+ size?: ThemeSize;
9
+ /**
10
+ * Whether the skeleton should have an animation effect. Defaults to `true`.
11
+ */
12
+ animated?: boolean;
13
+ shape?: SkeletonShape;
14
+ }
15
+ //#endregion
16
+ export { SkeletonProps$1 as SkeletonProps };
@@ -0,0 +1,60 @@
1
+ import * as _$tailwind_variants0 from "tailwind-variants";
2
+ import { VariantProps } from "tailwind-variants";
3
+
4
+ //#region src/components/skeleton/variants.d.ts
5
+ declare const skeletonVariants: _$tailwind_variants0.TVReturnType<{
6
+ size: {
7
+ xs: string;
8
+ sm: string;
9
+ md: string;
10
+ lg: string;
11
+ xl: string;
12
+ '2xl': string;
13
+ };
14
+ shape: {
15
+ auto: string;
16
+ rounded: string;
17
+ };
18
+ animated: {
19
+ true: string;
20
+ false: string;
21
+ };
22
+ }, undefined, "block shrink-0 bg-muted", {
23
+ size: {
24
+ xs: string;
25
+ sm: string;
26
+ md: string;
27
+ lg: string;
28
+ xl: string;
29
+ '2xl': string;
30
+ };
31
+ shape: {
32
+ auto: string;
33
+ rounded: string;
34
+ };
35
+ animated: {
36
+ true: string;
37
+ false: string;
38
+ };
39
+ }, undefined, _$tailwind_variants0.TVReturnType<{
40
+ size: {
41
+ xs: string;
42
+ sm: string;
43
+ md: string;
44
+ lg: string;
45
+ xl: string;
46
+ '2xl': string;
47
+ };
48
+ shape: {
49
+ auto: string;
50
+ rounded: string;
51
+ };
52
+ animated: {
53
+ true: string;
54
+ false: string;
55
+ };
56
+ }, undefined, "block shrink-0 bg-muted", unknown, unknown, undefined>>;
57
+ type SkeletonVariants = VariantProps<typeof skeletonVariants>;
58
+ type SkeletonShape = NonNullable<SkeletonVariants['shape']>;
59
+ //#endregion
60
+ export { SkeletonShape };
@@ -0,0 +1 @@
1
+ import{tv as e}from"tailwind-variants";const t=e({base:`block shrink-0 bg-muted`,variants:{size:{xs:`h-3 w-16`,sm:`h-4 w-24`,md:`h-5 w-32`,lg:`h-6 w-40`,xl:`h-8 w-48`,"2xl":`h-10 w-56`},shape:{auto:`rounded-md`,rounded:`rounded-full`},animated:{true:`animate-pulse`,false:``}},defaultVariants:{size:`md`,shape:`auto`,animated:!0}});export{t as skeletonVariants};
@@ -0,0 +1,4 @@
1
+ import { SliderEmits, SliderProps } from "./types.js";
2
+ import { _default } from "./slider.vue.js";
3
+ import { SliderRangeProps, SliderRootEmits, SliderRootProps, SliderThumbProps, SliderTrackProps, SliderUi, SliderUiSlot } from "@soybeanjs/headless/slider";
4
+ export { type SliderRangeProps, type SliderRootEmits, type SliderRootProps, type SliderThumbProps, type SliderTrackProps, type SliderUi, type SliderUiSlot };
@@ -0,0 +1 @@
1
+ import"./slider.js";
@@ -0,0 +1 @@
1
+ import{mergeSlotVariants as e}from"../../theme/shared.js";import"../../theme/index.js";import{sliderVariants as t}from"./variants.js";import{Fragment as n,computed as r,createBlock as i,createElementBlock as a,createVNode as o,defineComponent as s,mergeProps as c,openBlock as l,renderList as u,renderSlot as d,toHandlers as f,unref as p,withCtx as m}from"vue";import{useForwardListeners as h,useOmitProps as g}from"@soybeanjs/headless/composables";import{SliderRange as _,SliderRoot as v,SliderThumb as y,SliderTrack as b,provideSliderUi as x}from"@soybeanjs/headless";const S=s({name:`SSlider`,__name:`slider`,props:{class:{},color:{},size:{},ui:{},trackProps:{},rangeProps:{},thumbProps:{},modelValue:{},defaultValue:{},disabled:{type:Boolean},orientation:{},dir:{},inverted:{type:Boolean},min:{},max:{},step:{},minStepsBetweenThumbs:{},thumbAlignment:{},asChild:{type:Boolean},as:{},name:{},required:{type:Boolean}},emits:[`update:modelValue`,`valueCommit`],setup(s,{emit:S}){let C=s,w=h(S),T=g(C,[`class`,`color`,`size`,`ui`,`trackProps`,`rangeProps`,`thumbProps`]);return x(r(()=>e(t({color:C.color,size:C.size}),C.ui,{root:C.class}))),(e,t)=>(l(),i(p(v),c({"data-slot":`slider`},p(T),f(p(w))),{default:m(t=>[o(p(b),c({"data-slot":`slider-track`},s.trackProps),{default:m(()=>[o(p(_),c({"data-slot":`slider-range`},s.rangeProps),null,16)]),_:1},16),(l(!0),a(n,null,u(t.modelValue,(n,r)=>(l(),i(p(y),c({key:`${r}-${n}`,"data-slot":`slider-thumb`},{ref_for:!0},s.thumbProps,{index:r}),{default:m(()=>[d(e.$slots,`default`,{index:r,modelValue:t.modelValue,value:n})]),_:2},1040,[`index`]))),128))]),_:3},16))}});export{S as default};
@@ -0,0 +1,28 @@
1
+ import { SliderProps } from "./types.js";
2
+ import * as _$vue from "vue";
3
+
4
+ //#region src/components/slider/slider.vue.d.ts
5
+ declare var __VLS_25: {
6
+ index: number;
7
+ modelValue: number[];
8
+ value: number;
9
+ };
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_25) => any;
12
+ };
13
+ declare const __VLS_base: _$vue.DefineComponent<SliderProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
14
+ "update:modelValue": (value: number[]) => any;
15
+ valueCommit: (value: number[]) => any;
16
+ }, string, _$vue.PublicProps, Readonly<SliderProps> & Readonly<{
17
+ "onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
18
+ onValueCommit?: ((value: number[]) => any) | undefined;
19
+ }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
20
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
21
+ declare const _default: typeof __VLS_export;
22
+ type __VLS_WithSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
27
+ //#endregion
28
+ export { _default };
@@ -0,0 +1,16 @@
1
+ import { ThemeColor, ThemeSize } from "../../theme/types.js";
2
+ import { ClassValue, SliderRangeProps, SliderRootEmits, SliderRootProps, SliderThumbProps, SliderTrackProps, SliderUi } from "@soybeanjs/headless";
3
+
4
+ //#region src/components/slider/types.d.ts
5
+ interface SliderProps extends SliderRootProps {
6
+ class?: ClassValue;
7
+ color?: ThemeColor;
8
+ size?: ThemeSize;
9
+ ui?: Partial<SliderUi>;
10
+ trackProps?: SliderTrackProps;
11
+ rangeProps?: SliderRangeProps;
12
+ thumbProps?: Omit<SliderThumbProps, 'index'>;
13
+ }
14
+ type SliderEmits = SliderRootEmits;
15
+ //#endregion
16
+ export { SliderEmits, SliderProps };
@@ -0,0 +1 @@
1
+ import{tv as e}from"tailwind-variants";const t=e({slots:{root:[`relative flex w-full touch-none select-none items-center`,`data-[disabled]:opacity-50 data-[orientation=vertical]:flex-col data-[orientation=vertical]:min-h-20`],track:[`relative grow overflow-hidden rounded-full bg-muted`,`data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full`],range:`absolute data-[orientation=horizontal]:h-full data-[orientation=vertical]:w-full`,thumb:[`absolute block shrink-0 rounded-full bg-background shadow-sm transition-[color,box-shadow]`,`hover:ring-3 focus-visible:outline-none focus-visible:ring-3 data-[disabled]:cursor-not-allowed`]},variants:{color:{primary:{range:`bg-primary`,thumb:`border-primary focus-visible:ring-primary/30 hover:ring-primary/20`},destructive:{range:`bg-destructive`,thumb:`border-destructive focus-visible:ring-destructive/30 hover:ring-destructive/20`},success:{range:`bg-success`,thumb:`border-success focus-visible:ring-success/30 hover:ring-success/20`},warning:{range:`bg-warning`,thumb:`border-warning focus-visible:ring-warning/30 hover:ring-warning/20`},info:{range:`bg-info`,thumb:`border-info focus-visible:ring-info/30 hover:ring-info/20`},carbon:{range:`bg-carbon`,thumb:`border-carbon focus-visible:ring-carbon/30 hover:ring-carbon/20`},secondary:{range:`bg-secondary-foreground/30`,thumb:`border-secondary-foreground/40 focus-visible:ring-secondary-foreground/20 hover:ring-secondary-foreground/20`},accent:{range:`bg-accent-foreground/30`,thumb:`border-accent-foreground/40 focus-visible:ring-accent-foreground/20 hover:ring-accent-foreground/20`}},size:{xs:{root:`h-3 data-[orientation=vertical]:w-3`,track:`data-[orientation=horizontal]:h-1.25 data-[orientation=vertical]:w-1.25`,thumb:`size-3 border`},sm:{root:`h-3.5 data-[orientation=vertical]:w-3.5`,track:`data-[orientation=horizontal]:h-1.5 data-[orientation=vertical]:w-1.5`,thumb:`size-3.5 border`},md:{root:`h-4 data-[orientation=vertical]:w-4`,track:`data-[orientation=horizontal]:h-1.75 data-[orientation=vertical]:w-1.75`,thumb:`size-4 border-2`},lg:{root:`h-4.5 data-[orientation=vertical]:w-4.5`,track:`data-[orientation=horizontal]:h-2 data-[orientation=vertical]:w-2`,thumb:`size-4.5 border-2`},xl:{root:`h-5 data-[orientation=vertical]:w-5`,track:`data-[orientation=horizontal]:h-2.5 data-[orientation=vertical]:w-2.5`,thumb:`size-5 border-3`},"2xl":{root:`h-6 data-[orientation=vertical]:w-6`,track:`data-[orientation=horizontal]:h-3 data-[orientation=vertical]:w-3`,thumb:`size-6 border-3`}}},defaultVariants:{color:`primary`,size:`md`}});export{t as sliderVariants};
@@ -0,0 +1,2 @@
1
+ import { SpinnerIcon, SpinnerProps } from "./types.js";
2
+ import { _default } from "./spinner.vue.js";
@@ -0,0 +1 @@
1
+ import"./spinner.js";
@@ -0,0 +1 @@
1
+ import{cn as e}from"../../theme/merge.js";import"../../theme/index.js";import t from"../icon/icon.js";import{spinnerVariants as n}from"./variants.js";import{computed as r,createBlock as i,defineComponent as a,mergeProps as o,openBlock as s,unref as c}from"vue";import{useOmitProps as l}from"@soybeanjs/headless/composables";const u=a({name:`SSpinner`,__name:`spinner`,props:{class:{},color:{},icon:{default:`svg-spinners:270-ring`},size:{},ssr:{type:Boolean},customise:{},id:{},style:{},title:{},mode:{},flip:{},horizontalFlip:{type:Boolean},verticalFlip:{type:Boolean},rotate:{},hFlip:{type:Boolean},vFlip:{type:Boolean},width:{},height:{},inline:{type:Boolean},ariaHidden:{type:Boolean}},setup(a){let u=a,d=l(u,[`class`,`color`,`size`]),f=r(()=>e(n({color:u.color,size:u.size}),u.class));return(e,n)=>(s(),i(t,o(c(d),{class:f.value}),null,16,[`class`]))}});export{u as default};
@@ -0,0 +1,10 @@
1
+ import { SpinnerIcon, SpinnerProps } from "./types.js";
2
+ import * as _$vue from "vue";
3
+
4
+ //#region src/components/spinner/spinner.vue.d.ts
5
+ declare const __VLS_export: _$vue.DefineComponent<SpinnerProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SpinnerProps> & Readonly<{}>, {
6
+ icon: SpinnerIcon;
7
+ }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
8
+ declare const _default: typeof __VLS_export;
9
+ //#endregion
10
+ export { _default };
@@ -0,0 +1,19 @@
1
+ import { ThemeColor, ThemeSize } from "../../theme/types.js";
2
+ import { IconProps } from "../icon/types.js";
3
+ import { ClassValue } from "@soybeanjs/headless";
4
+
5
+ //#region src/components/spinner/types.d.ts
6
+ type SpinnerIcon = `svg-spinners:${string}`;
7
+ interface SpinnerProps extends Omit<IconProps, 'icon' | 'color'> {
8
+ class?: ClassValue;
9
+ color?: ThemeColor;
10
+ /**
11
+ * The spinner icon name from the Iconify svg-spinners collection.
12
+ *
13
+ * @default 'svg-spinners:270-ring'
14
+ */
15
+ icon?: SpinnerIcon;
16
+ size?: ThemeSize;
17
+ }
18
+ //#endregion
19
+ export { SpinnerIcon, SpinnerProps };
@@ -0,0 +1 @@
1
+ import{tv as e}from"tailwind-variants";const t=e({variants:{color:{current:`text-current`,primary:`text-primary`,destructive:`text-destructive`,success:`text-success`,warning:`text-warning`,info:`text-info`,carbon:`text-carbon`,secondary:`text-secondary-foreground/20`,accent:`text-accent-foreground/20`},size:{xs:`size-3`,sm:`size-4`,md:`size-5`,lg:`size-6`,xl:`size-8`,"2xl":`size-10`}},defaultVariants:{color:`current`,size:`md`}});export{t as spinnerVariants};
@@ -0,0 +1,5 @@
1
+ import { _default } from "./splitter-group.vue.js";
2
+ import { _default as _default$1 } from "./splitter-panel.vue.js";
3
+ import { _default as _default$2 } from "./splitter-resize-handle.vue.js";
4
+ import { SplitterGroupEmits, SplitterGroupProps, SplitterPanelEmits, SplitterPanelProps, SplitterResizeHandleEmits, SplitterResizeHandleProps, SplitterUi, SplitterUiSlot } from "@soybeanjs/headless/splitter";
5
+ export { type SplitterGroupEmits, type SplitterGroupProps, type SplitterPanelEmits, type SplitterPanelProps, type SplitterResizeHandleEmits, type SplitterResizeHandleProps, type SplitterUi, type SplitterUiSlot };
@@ -0,0 +1 @@
1
+ import"./splitter-group.js";import"./splitter-panel.js";import"./splitter-resize-handle.js";
@@ -0,0 +1 @@
1
+ import{mergeSlotVariants as e}from"../../theme/shared.js";import"../../theme/index.js";import{splitterVariants 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{SplitterGroup as p,provideSplitterUi as m}from"@soybeanjs/headless";const h=i({name:`SSplitterGroup`,__name:`splitter-group`,props:{class:{},ui:{},direction:{},dir:{},defaultLayout:{},keyboardResizeBy:{},asChild:{type:Boolean},as:{}},emits:[`layout`],setup(i,{emit:h}){let g=i,_=h,v=f(g,[`class`,`ui`]),y=d(_);return m(n(()=>e(t(),g.ui,{root:g.class}))),(e,t)=>(o(),r(l(p),a({"data-slot":`splitter-group`},l(v),c(l(y))),{default:u(()=>[s(e.$slots,`default`)]),_:3},16))}});export{h as default};
@@ -0,0 +1,22 @@
1
+ import { SplitterGroupProps } from "./types.js";
2
+ import * as _$vue from "vue";
3
+
4
+ //#region src/components/splitter/splitter-group.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<SplitterGroupProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
10
+ layout: (value: number[]) => any;
11
+ }, string, _$vue.PublicProps, Readonly<SplitterGroupProps> & Readonly<{
12
+ onLayout?: ((value: number[]) => any) | undefined;
13
+ }>, {}, {}, {}, {}, 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{createBlock as e,defineComponent as t,guardReactiveProps as n,mergeProps as r,normalizeProps as i,openBlock as a,renderSlot as o,toHandlers as s,unref as c,withCtx as l}from"vue";import{useForwardListeners as u}from"@soybeanjs/headless/composables";import{SplitterPanel as d}from"@soybeanjs/headless";const f=t({name:`SSplitterPanel`,__name:`splitter-panel`,props:{class:{},defaultSize:{},collapsible:{type:Boolean},collapsedSize:{},maxSize:{},minSize:{},order:{},asChild:{type:Boolean},as:{}},emits:[`collapse`,`expand`,`resize`],setup(t,{emit:f}){let p=t,m=u(f);return(t,u)=>(a(),e(c(d),r({"data-slot":`splitter-panel`},p,s(c(m))),{default:l(e=>[o(t.$slots,`default`,i(n(e)))]),_:3},16))}});export{f as default};
@@ -0,0 +1,32 @@
1
+ import { SplitterPanelProps } from "./types.js";
2
+ import * as _$vue from "vue";
3
+
4
+ //#region src/components/splitter/splitter-panel.vue.d.ts
5
+ declare var __VLS_8: {
6
+ isCollapsed: boolean;
7
+ isExpanded: boolean;
8
+ collapse: () => void;
9
+ expand: () => void;
10
+ resize: (sizeValue: number) => void;
11
+ };
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_8) => any;
14
+ };
15
+ declare const __VLS_base: _$vue.DefineComponent<SplitterPanelProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
16
+ resize: (size: number, prevSize: number | undefined) => any;
17
+ expand: () => any;
18
+ collapse: () => any;
19
+ }, string, _$vue.PublicProps, Readonly<SplitterPanelProps> & Readonly<{
20
+ onResize?: ((size: number, prevSize: number | undefined) => any) | undefined;
21
+ onExpand?: (() => any) | undefined;
22
+ onCollapse?: (() => any) | undefined;
23
+ }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
24
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
+ declare const _default: typeof __VLS_export;
26
+ type __VLS_WithSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
31
+ //#endregion
32
+ export { _default };
@@ -0,0 +1 @@
1
+ import{computed as e,defineComponent as t,h as n}from"vue";import{SplitterResizeHandle as r}from"@soybeanjs/headless";const i=t({name:`SSplitterResizeHandle`,inheritAttrs:!1,props:{withHandle:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},tabindex:{type:Number,default:0},asChild:{type:Boolean,default:void 0},as:{type:[String,Object,Function],default:void 0},class:{type:null,default:void 0}},emits:{dragging:e=>!0},setup(t,{attrs:i,emit:a,slots:o}){let s=e(()=>({...i,disabled:t.disabled,tabindex:t.tabindex,asChild:t.asChild,as:t.as})),c=e(()=>n(`div`,{class:`bg-background z-10 flex h-4 w-3 items-center justify-center rounded-xs border border-border`,"aria-hidden":`true`},[n(`div`,{class:`flex flex-col items-center gap-0.5`},[n(`span`,{class:`h-0.75 w-0.75 rounded-full bg-muted-foreground/70`}),n(`span`,{class:`h-0.75 w-0.75 rounded-full bg-muted-foreground/70`}),n(`span`,{class:`h-0.75 w-0.75 rounded-full bg-muted-foreground/70`})])]));return()=>n(r,{"data-slot":`splitter-resize-handle`,...s.value,class:t.class,onDragging:e=>a(`dragging`,e)},{default:()=>{if(o.default)return o.default();if(t.withHandle)return[c.value]}})}});export{i as default};