solid-baseui 0.1.0-alpha.0 → 0.1.0-alpha.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 (311) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +95 -8
  3. package/dist/lib/client/DialogHandle-BGyIbcvg.js +521 -0
  4. package/dist/lib/client/DialogPopup-Df7MC358.js +138 -0
  5. package/dist/lib/client/FieldControl-C0PATyKV.js +142 -0
  6. package/dist/lib/client/{FocusManager-grSdNHqW.js → FocusManager-NP1uPXTi.js} +5 -5
  7. package/dist/lib/client/{FormContext-BB05lWOI.js → FormContext-CwLBtm_d.js} +1 -0
  8. package/dist/lib/client/{LabelableContext-DKsB0fIx.js → LabelableContext-CmQF-TX2.js} +3 -6
  9. package/dist/lib/client/MenuSubmenuTrigger-yfncqM-D.js +1584 -0
  10. package/dist/lib/client/{PopupHandle-CcJG4NMy.js → PopupHandle-CQI6Om1Z.js} +1 -1
  11. package/dist/lib/client/{PopupStore-DjB-wO88.js → PopupStore-Du0O57fL.js} +118 -98
  12. package/dist/lib/client/{PopupViewport-DgrIqQea.js → PopupViewport-IS4XU03s.js} +2 -2
  13. package/dist/lib/client/Separator-D5oJzlA3.js +27 -0
  14. package/dist/lib/client/TriggerFocusGuards-Cs8LVBj5.js +51 -0
  15. package/dist/lib/client/accordion/index.js +1 -1
  16. package/dist/lib/client/accordion-BFeZFpJZ.js +381 -0
  17. package/dist/lib/client/alert-dialog/index.js +1 -1
  18. package/dist/lib/client/{alert-dialog-BH_3ndio.js → alert-dialog-BxGUF8_Q.js} +2 -2
  19. package/dist/lib/client/autocomplete/index.js +1 -1
  20. package/dist/lib/client/{autocomplete-Cob_FZEP.js → autocomplete-C9QA98XD.js} +30 -25
  21. package/dist/lib/client/avatar/index.js +1 -1
  22. package/dist/lib/client/avatar-BQoEzzav.js +191 -0
  23. package/dist/lib/client/button/index.js +1 -1
  24. package/dist/lib/client/button-akYS6FyY.js +88 -0
  25. package/dist/lib/client/checkbox/index.js +1 -1
  26. package/dist/lib/client/checkbox-DOXtzBhA.js +425 -0
  27. package/dist/lib/client/checkbox-group/index.js +1 -1
  28. package/dist/lib/client/checkbox-group-CwMDoSTK.js +135 -0
  29. package/dist/lib/client/collapsible/index.js +1 -1
  30. package/dist/lib/client/collapsible-t8YReaIp.js +230 -0
  31. package/dist/lib/client/combobox/index.js +2 -2
  32. package/dist/lib/client/combobox-6DhOdzit.js +399 -0
  33. package/dist/lib/client/{constants-BYjBUIIi.js → constants-cOVxAoxB.js} +5 -1
  34. package/dist/lib/client/context-menu/index.js +1 -1
  35. package/dist/lib/client/context-menu-CplDpqmi.js +220 -0
  36. package/dist/lib/client/{createAnchorPositioning-DcxDXUgB.js → createAnchorPositioning-D96gu-Dz.js} +148 -145
  37. package/dist/lib/client/{createCollapsiblePanel-DeDu0O2t.js → createCollapsiblePanel-BQ8r4RTi.js} +1 -1
  38. package/dist/lib/client/createFocusInteraction--s9_qBf3.js +60 -0
  39. package/dist/lib/client/createLabelableId-DxJRwMUJ.js +14 -0
  40. package/dist/lib/client/{createPopupAutoResize-CGNiLhGq.js → createPopupAutoResize-Dn-stj-8.js} +1 -1
  41. package/dist/lib/client/{createTransitionStatus-B1L-whed.js → createTransitionStatus-BL_cPSEA.js} +12 -12
  42. package/dist/lib/client/dialog/index.js +1 -1
  43. package/dist/lib/client/{dialog-DkaQwIgP.js → dialog-B9tR9X48.js} +2 -2
  44. package/dist/lib/client/drawer/index.js +1 -1
  45. package/dist/lib/client/drawer-dyr3_sKQ.js +1539 -0
  46. package/dist/lib/client/field/index.js +1 -1
  47. package/dist/lib/client/field-CjUAjp1m.js +483 -0
  48. package/dist/lib/client/fieldset/index.js +1 -1
  49. package/dist/lib/client/fieldset-Byqk3noT.js +70 -0
  50. package/dist/lib/client/form/index.js +1 -1
  51. package/dist/lib/client/form-6Ne_bWQX.js +109 -0
  52. package/dist/lib/client/index.js +44 -42
  53. package/dist/lib/client/input/index.js +1 -1
  54. package/dist/lib/client/{input-gb0ejxkm.js → input-_QHvSSqM.js} +1 -1
  55. package/dist/lib/client/internals/form-context/index.js +1 -1
  56. package/dist/lib/client/internals/labelable-provider/index.js +1 -1
  57. package/dist/lib/client/menu/index.js +1 -1
  58. package/dist/lib/client/menu-DLqUBmMK.js +334 -0
  59. package/dist/lib/client/menubar/index.js +1 -1
  60. package/dist/lib/client/menubar-DhPRUQZ6.js +163 -0
  61. package/dist/lib/client/{mergeStyleValue-C4ITiiIV.js → mergeStyleValue-DhTA9Nwe.js} +7 -3
  62. package/dist/lib/client/meter/index.js +1 -1
  63. package/dist/lib/client/meter-BvWdppcx.js +178 -0
  64. package/dist/lib/client/navigation-menu/index.js +1 -1
  65. package/dist/lib/client/navigation-menu-mVHV41Ky.js +1070 -0
  66. package/dist/lib/client/number-field/index.js +1 -1
  67. package/dist/lib/client/number-field-DusLw_0X.js +1043 -0
  68. package/dist/lib/client/otp-field/index.js +1 -1
  69. package/dist/lib/client/otp-field-D-B9tZzF.js +584 -0
  70. package/dist/lib/client/popover/index.js +1 -1
  71. package/dist/lib/client/popover-Cv7xn0nW.js +938 -0
  72. package/dist/lib/client/popupStateMapping-C6jQ_LKo.js +371 -0
  73. package/dist/lib/client/preview-card/index.js +1 -1
  74. package/dist/lib/client/preview-card-FTN_aafM.js +632 -0
  75. package/dist/lib/client/progress/index.js +1 -1
  76. package/dist/lib/client/progress-AVKxvgpc.js +195 -0
  77. package/dist/lib/client/radio/index.js +1 -1
  78. package/dist/lib/client/radio-DA_oZhQT.js +284 -0
  79. package/dist/lib/client/radio-group/index.js +1 -1
  80. package/dist/lib/client/radio-group-CWtQxWDl.js +195 -0
  81. package/dist/lib/client/runOnceAnimationsFinish-CFADb4CN.js +49 -0
  82. package/dist/lib/client/{safePolygon--bbKn0c8.js → safePolygon-DJG0VIVo.js} +4 -0
  83. package/dist/lib/client/scroll-area/index.js +1 -1
  84. package/dist/lib/client/scroll-area-NCr49LkD.js +717 -0
  85. package/dist/lib/client/select/index.js +1 -1
  86. package/dist/lib/client/select-DSPJt7Rk.js +1933 -0
  87. package/dist/lib/client/separator/index.js +1 -1
  88. package/dist/lib/client/slider/index.js +1 -1
  89. package/dist/lib/client/slider-CWq9hxFf.js +927 -0
  90. package/dist/lib/client/switch/index.js +1 -1
  91. package/dist/lib/client/switch-CPl7QHKI.js +306 -0
  92. package/dist/lib/client/tabs/index.js +1 -1
  93. package/dist/lib/client/tabs-Bn4rZDyZ.js +692 -0
  94. package/dist/lib/client/toast/index.js +1 -1
  95. package/dist/lib/client/toast-7LdqZWOs.js +1118 -0
  96. package/dist/lib/client/toggle/index.js +1 -1
  97. package/dist/lib/client/toggle-CsC37e3e.js +142 -0
  98. package/dist/lib/client/toggle-group/index.js +1 -1
  99. package/dist/lib/client/toggle-group-DSWb9HxN.js +134 -0
  100. package/dist/lib/client/toolbar/index.js +1 -1
  101. package/dist/lib/client/toolbar-DcCi3HNp.js +504 -0
  102. package/dist/lib/client/tooltip/index.js +1 -1
  103. package/dist/lib/client/tooltip-D-PkGco9.js +849 -0
  104. package/dist/lib/client/use-render/index.js +2 -0
  105. package/dist/lib/client/useFilteredItems-B7z2CGMV.js +2270 -0
  106. package/dist/lib/client/useRender-CxZ8PI-g.js +12 -0
  107. package/dist/lib/server/{DialogHandle-ATZlm9RC.js → DialogHandle-nJSSy_jM.js} +24 -33
  108. package/dist/lib/server/{DialogPopup-BebI-w5P.js → DialogPopup-Da1aIxVA.js} +10 -13
  109. package/dist/lib/server/{FieldControl-Y_kI7ARp.js → FieldControl-BDeNR3ug.js} +56 -20
  110. package/dist/lib/server/{FocusManager-BrbZVWME.js → FocusManager-1LfoCsya.js} +1 -3
  111. package/dist/lib/server/{FormContext-pvESt85v.js → FormContext-CYwo_ZnB.js} +1 -0
  112. package/dist/lib/server/{LabelableContext-DZP3rgAY.js → LabelableContext-BTeF0IWb.js} +4 -6
  113. package/dist/lib/server/{MenuSubmenuTrigger-DA4gsv6z.js → MenuSubmenuTrigger-rR8ZN7YR.js} +133 -166
  114. package/dist/lib/server/{PopupHandle-DthPgNjy.js → PopupHandle-Ct6wywmP.js} +1 -1
  115. package/dist/lib/server/{PopupStore-DEs3FAEe.js → PopupStore-kHjFPiQ5.js} +38 -14
  116. package/dist/lib/server/{PopupViewport-3r_KTFwX.js → PopupViewport-DftN5VUp.js} +2 -2
  117. package/dist/lib/server/{Separator-vhhYxWGr.js → Separator-DTvtnxzP.js} +4 -6
  118. package/dist/lib/server/TriggerFocusGuards-CvoGfft9.js +61 -0
  119. package/dist/lib/server/accordion/index.js +32 -70
  120. package/dist/lib/server/alert-dialog/index.js +2 -2
  121. package/dist/lib/server/autocomplete/index.js +14 -5
  122. package/dist/lib/server/avatar/index.js +90 -51
  123. package/dist/lib/server/button/index.js +8 -9
  124. package/dist/lib/server/checkbox/index.js +30 -57
  125. package/dist/lib/server/checkbox-group/index.js +20 -10
  126. package/dist/lib/server/collapsible/index.js +36 -43
  127. package/dist/lib/server/combobox/index.js +64 -35
  128. package/dist/lib/server/{constants-9H__9xbS.js → constants-D7ciIzsV.js} +8 -3
  129. package/dist/lib/server/context-menu/index.js +7 -9
  130. package/dist/lib/server/{createAnchorPositioning-C-cVOPwz.js → createAnchorPositioning-B5Y0WEev.js} +11 -6
  131. package/dist/lib/server/{createCollapsiblePanel-DTyVJz0G.js → createCollapsiblePanel-B45kTe6v.js} +1 -1
  132. package/dist/lib/server/{createFocusInteraction-EIS0QOel.js → createFocusInteraction-DMyKsniI.js} +22 -2
  133. package/dist/lib/server/createLabelableId-WMUKtY6s.js +18 -0
  134. package/dist/lib/server/{createPopupAutoResize-DO50jjNX.js → createPopupAutoResize-ImBjwdj_.js} +1 -1
  135. package/dist/lib/server/{createTransitionStatus-BTlrerSS.js → createTransitionStatus-184v7j3-.js} +2 -2
  136. package/dist/lib/server/dialog/index.js +2 -2
  137. package/dist/lib/server/drawer/index.js +63 -71
  138. package/dist/lib/server/field/index.js +105 -93
  139. package/dist/lib/server/fieldset/index.js +13 -16
  140. package/dist/lib/server/form/index.js +16 -12
  141. package/dist/lib/server/index.js +5 -3
  142. package/dist/lib/server/input/index.js +1 -1
  143. package/dist/lib/server/internals/form-context/index.js +1 -1
  144. package/dist/lib/server/internals/labelable-provider/index.js +1 -1
  145. package/dist/lib/server/menu/index.js +21 -20
  146. package/dist/lib/server/menubar/index.js +6 -31
  147. package/dist/lib/server/{mergeStyleValue-Db8bRCM4.js → mergeStyleValue-BwJ10_X2.js} +6 -1
  148. package/dist/lib/server/meter/index.js +20 -32
  149. package/dist/lib/server/navigation-menu/index.js +53 -124
  150. package/dist/lib/server/number-field/index.js +44 -42
  151. package/dist/lib/server/otp-field/index.js +11 -14
  152. package/dist/lib/server/popover/index.js +42 -59
  153. package/dist/lib/server/{popupStateMapping-nKoUwoke.js → popupStateMapping-B2KsiiLb.js} +18 -16
  154. package/dist/lib/server/preview-card/index.js +30 -41
  155. package/dist/lib/server/progress/index.js +21 -33
  156. package/dist/lib/server/radio/index.js +18 -39
  157. package/dist/lib/server/radio-group/index.js +7 -8
  158. package/dist/lib/server/{runOnceAnimationsFinish-DCHzXWZU.js → runOnceAnimationsFinish-CYq38H8J.js} +2 -1
  159. package/dist/lib/server/{safePolygon-CAm5RJGv.js → safePolygon-C1GNJbKR.js} +5 -0
  160. package/dist/lib/server/scroll-area/index.js +23 -32
  161. package/dist/lib/server/select/index.js +95 -181
  162. package/dist/lib/server/separator/index.js +1 -1
  163. package/dist/lib/server/slider/index.js +25 -38
  164. package/dist/lib/server/switch/index.js +13 -23
  165. package/dist/lib/server/tabs/index.js +185 -129
  166. package/dist/lib/server/toast/index.js +49 -66
  167. package/dist/lib/server/toggle/index.js +4 -6
  168. package/dist/lib/server/toggle-group/index.js +9 -7
  169. package/dist/lib/server/toolbar/index.js +62 -79
  170. package/dist/lib/server/tooltip/index.js +28 -37
  171. package/dist/lib/server/use-render/index.js +2 -0
  172. package/dist/lib/server/{useFilteredItems-DvuctLt3.js → useFilteredItems-DCxq20Is.js} +164 -189
  173. package/dist/lib/server/useRender-CryVdCjs.js +16 -0
  174. package/dist/lib/types/accordion/header/AccordionHeader.d.ts +1 -1
  175. package/dist/lib/types/accordion/item/AccordionItem.d.ts +1 -1
  176. package/dist/lib/types/accordion/panel/AccordionPanel.d.ts +1 -1
  177. package/dist/lib/types/accordion/root/AccordionRoot.d.ts +2 -7
  178. package/dist/lib/types/accordion/trigger/AccordionTrigger.d.ts +1 -1
  179. package/dist/lib/types/alert-dialog/trigger/AlertDialogTrigger.d.ts +1 -2
  180. package/dist/lib/types/autocomplete/trigger/AutocompleteTrigger.d.ts +1 -0
  181. package/dist/lib/types/avatar/fallback/AvatarFallback.d.ts +2 -2
  182. package/dist/lib/types/avatar/image/AvatarImage.d.ts +9 -3
  183. package/dist/lib/types/avatar/image/createImageLoadingStatus.d.ts +3 -2
  184. package/dist/lib/types/avatar/root/AvatarRoot.d.ts +1 -1
  185. package/dist/lib/types/button/Button.d.ts +1 -1
  186. package/dist/lib/types/checkbox-group/CheckboxGroupContext.d.ts +4 -1
  187. package/dist/lib/types/collapsible/panel/CollapsiblePanel.d.ts +1 -1
  188. package/dist/lib/types/collapsible/root/CollapsibleRoot.d.ts +1 -1
  189. package/dist/lib/types/collapsible/trigger/CollapsibleTrigger.d.ts +1 -1
  190. package/dist/lib/types/combobox/index.d.ts +2 -0
  191. package/dist/lib/types/combobox/index.parts.d.ts +1 -0
  192. package/dist/lib/types/combobox/items/createItems.d.ts +42 -0
  193. package/dist/lib/types/combobox/root/AriaCombobox.d.ts +4 -0
  194. package/dist/lib/types/combobox/root/ComboboxRoot.d.ts +12 -8
  195. package/dist/lib/types/combobox/root/ComboboxRootContext.d.ts +2 -0
  196. package/dist/lib/types/combobox/trigger/ComboboxTrigger.d.ts +1 -0
  197. package/dist/lib/types/dialog/backdrop/DialogBackdrop.d.ts +1 -1
  198. package/dist/lib/types/dialog/description/DialogDescription.d.ts +1 -1
  199. package/dist/lib/types/dialog/title/DialogTitle.d.ts +1 -1
  200. package/dist/lib/types/dialog/viewport/DialogViewport.d.ts +1 -1
  201. package/dist/lib/types/drawer/backdrop/DrawerBackdrop.d.ts +1 -1
  202. package/dist/lib/types/drawer/content/DrawerContent.d.ts +1 -1
  203. package/dist/lib/types/drawer/indent/DrawerIndent.d.ts +1 -1
  204. package/dist/lib/types/drawer/indent-background/DrawerIndentBackground.d.ts +1 -1
  205. package/dist/lib/types/field/root/FieldRoot.d.ts +1 -1
  206. package/dist/lib/types/field/root/createFieldValidation.d.ts +3 -2
  207. package/dist/lib/types/fieldset/legend/FieldsetLegend.d.ts +1 -1
  208. package/dist/lib/types/fieldset/root/FieldsetRoot.d.ts +1 -1
  209. package/dist/lib/types/index.d.ts +1 -0
  210. package/dist/lib/types/internals/createTransitionStatus.d.ts +1 -1
  211. package/dist/lib/types/internals/form-context/FormContext.d.ts +1 -0
  212. package/dist/lib/types/internals/labelable-provider/LabelableContext.d.ts +1 -0
  213. package/dist/lib/types/internals/labelable-provider/createLabelableId.d.ts +3 -0
  214. package/dist/lib/types/internals/overlay/PopupPortal.d.ts +4 -2
  215. package/dist/lib/types/internals/overlay/createPopupPresence.d.ts +1 -0
  216. package/dist/lib/types/menu/root/MenuRootContext.d.ts +1 -0
  217. package/dist/lib/types/meter/indicator/MeterIndicator.d.ts +1 -1
  218. package/dist/lib/types/meter/label/MeterLabel.d.ts +1 -1
  219. package/dist/lib/types/meter/root/MeterRoot.d.ts +1 -1
  220. package/dist/lib/types/meter/track/MeterTrack.d.ts +1 -1
  221. package/dist/lib/types/meter/value/MeterValue.d.ts +1 -1
  222. package/dist/lib/types/navigation-menu/trigger/NavigationMenuTrigger.d.ts +1 -0
  223. package/dist/lib/types/number-field/root/NumberFieldRootContext.d.ts +1 -0
  224. package/dist/lib/types/popover/arrow/PopoverArrow.d.ts +1 -1
  225. package/dist/lib/types/popover/backdrop/PopoverBackdrop.d.ts +1 -1
  226. package/dist/lib/types/popover/description/PopoverDescription.d.ts +1 -1
  227. package/dist/lib/types/popover/positioner/PopoverPositioner.d.ts +1 -1
  228. package/dist/lib/types/popover/title/PopoverTitle.d.ts +1 -1
  229. package/dist/lib/types/preview-card/arrow/PreviewCardArrow.d.ts +1 -1
  230. package/dist/lib/types/preview-card/backdrop/PreviewCardBackdrop.d.ts +1 -1
  231. package/dist/lib/types/preview-card/positioner/PreviewCardPositioner.d.ts +1 -1
  232. package/dist/lib/types/progress/indicator/ProgressIndicator.d.ts +1 -1
  233. package/dist/lib/types/progress/label/ProgressLabel.d.ts +1 -1
  234. package/dist/lib/types/progress/root/ProgressRoot.d.ts +1 -1
  235. package/dist/lib/types/progress/track/ProgressTrack.d.ts +1 -1
  236. package/dist/lib/types/progress/value/ProgressValue.d.ts +1 -1
  237. package/dist/lib/types/radio/indicator/RadioIndicator.d.ts +2 -2
  238. package/dist/lib/types/scroll-area/content/ScrollAreaContent.d.ts +1 -1
  239. package/dist/lib/types/scroll-area/corner/ScrollAreaCorner.d.ts +1 -1
  240. package/dist/lib/types/scroll-area/root/ScrollAreaRoot.d.ts +1 -1
  241. package/dist/lib/types/scroll-area/scrollbar/ScrollAreaScrollbar.d.ts +2 -1
  242. package/dist/lib/types/scroll-area/thumb/ScrollAreaThumb.d.ts +1 -1
  243. package/dist/lib/types/scroll-area/viewport/ScrollAreaViewport.d.ts +1 -1
  244. package/dist/lib/types/separator/Separator.d.ts +1 -1
  245. package/dist/lib/types/tabs/indicator/prehydrationScript.d.ts +1 -1
  246. package/dist/lib/types/tabs/list/TabsList.d.ts +1 -1
  247. package/dist/lib/types/tabs/panel/TabsPanel.d.ts +1 -1
  248. package/dist/lib/types/tabs/root/TabsRoot.d.ts +1 -1
  249. package/dist/lib/types/tabs/tab/TabsTab.d.ts +1 -1
  250. package/dist/lib/types/toast/createToastManager.d.ts +2 -2
  251. package/dist/lib/types/toast/store/ToastStore.d.ts +1 -1
  252. package/dist/lib/types/toast/useToastManager.d.ts +1 -1
  253. package/dist/lib/types/toggle/Toggle.d.ts +1 -1
  254. package/dist/lib/types/toggle-group/ToggleGroup.d.ts +1 -1
  255. package/dist/lib/types/toolbar/group/ToolbarGroup.d.ts +1 -1
  256. package/dist/lib/types/toolbar/link/ToolbarLink.d.ts +1 -1
  257. package/dist/lib/types/toolbar/root/ToolbarRoot.d.ts +1 -1
  258. package/dist/lib/types/toolbar/separator/ToolbarSeparator.d.ts +1 -1
  259. package/dist/lib/types/tooltip/arrow/TooltipArrow.d.ts +1 -1
  260. package/dist/lib/types/tooltip/positioner/TooltipPositioner.d.ts +1 -1
  261. package/dist/lib/types/types/index.d.ts +7 -3
  262. package/dist/lib/types/use-render/index.d.ts +2 -0
  263. package/dist/lib/types/use-render/useRender.d.ts +10 -0
  264. package/package.json +24 -11
  265. package/dist/lib/client/DialogHandle-DrN2YWCv.js +0 -518
  266. package/dist/lib/client/DialogPopup-ZlqmGfdk.js +0 -136
  267. package/dist/lib/client/FieldControl-Bc-z2og6.js +0 -116
  268. package/dist/lib/client/MenuSubmenuTrigger-QZkQ0F2v.js +0 -1570
  269. package/dist/lib/client/Separator-9DboD_Si.js +0 -25
  270. package/dist/lib/client/TriggerFocusGuards-CQ-JuASy.js +0 -56
  271. package/dist/lib/client/accordion-sOXt9AlG.js +0 -399
  272. package/dist/lib/client/avatar-AF9vyD4q.js +0 -146
  273. package/dist/lib/client/button-DpUi-2g8.js +0 -82
  274. package/dist/lib/client/checkbox-BbAwOptH.js +0 -441
  275. package/dist/lib/client/checkbox-group-CSSp_805.js +0 -128
  276. package/dist/lib/client/collapsible-BIbje_ub.js +0 -232
  277. package/dist/lib/client/combobox-8O-vgTLL.js +0 -352
  278. package/dist/lib/client/context-menu-BTMkXtrs.js +0 -217
  279. package/dist/lib/client/createFocusInteraction-D4w1-235.js +0 -50
  280. package/dist/lib/client/drawer-Ce2cChLt.js +0 -1550
  281. package/dist/lib/client/field-C-o7jzKW.js +0 -469
  282. package/dist/lib/client/fieldset-BQTAWv2L.js +0 -65
  283. package/dist/lib/client/form-BINBiW5L.js +0 -106
  284. package/dist/lib/client/menu-DeMT08oD.js +0 -326
  285. package/dist/lib/client/menubar-C4aomSYv.js +0 -185
  286. package/dist/lib/client/meter-xSU37Q0m.js +0 -171
  287. package/dist/lib/client/navigation-menu-ZILQmdn6.js +0 -1083
  288. package/dist/lib/client/number-field-B8CsTb_8.js +0 -1035
  289. package/dist/lib/client/otp-field-DBkMcnog.js +0 -582
  290. package/dist/lib/client/popover-CQwyp-fs.js +0 -929
  291. package/dist/lib/client/popupStateMapping-C9eZl19i.js +0 -367
  292. package/dist/lib/client/preview-card-D_2Q8lpC.js +0 -625
  293. package/dist/lib/client/progress-D7r0xAC9.js +0 -188
  294. package/dist/lib/client/radio-CzGQ81z1.js +0 -299
  295. package/dist/lib/client/radio-group-DpHlBKA6.js +0 -193
  296. package/dist/lib/client/runOnceAnimationsFinish-15EM-Z4l.js +0 -48
  297. package/dist/lib/client/scroll-area-CffM4U0R.js +0 -701
  298. package/dist/lib/client/select-IFhiEg73.js +0 -1940
  299. package/dist/lib/client/slider-BCagYmGp.js +0 -921
  300. package/dist/lib/client/switch-RIJeDnvS.js +0 -308
  301. package/dist/lib/client/tabs-fOAKs7r3.js +0 -696
  302. package/dist/lib/client/toast-D2P8UqUs.js +0 -1108
  303. package/dist/lib/client/toggle-group-0Aue0owJ.js +0 -129
  304. package/dist/lib/client/toggle-momVEIBL.js +0 -138
  305. package/dist/lib/client/toolbar-Du22aKCv.js +0 -492
  306. package/dist/lib/client/tooltip-CyK61fl1.js +0 -844
  307. package/dist/lib/client/useFilteredItems-DTekHz39.js +0 -2223
  308. package/dist/lib/client/withoutComponentBinding-CcCW7fSc.js +0 -13
  309. package/dist/lib/server/TriggerFocusGuards-sbGwf45f.js +0 -63
  310. package/dist/lib/server/withoutComponentBinding-BHaWr5kU.js +0 -20
  311. package/dist/lib/types/internals/withoutComponentBinding.d.ts +0 -7
@@ -1,129 +0,0 @@
1
- import { getStateAttributesProps as e } from "./internals/getStateAttributesProps.js";
2
- import { n as t, t as n } from "./resolveStyle-XcgAuaKR.js";
3
- import { composeEventHandlers as r } from "./internals/composeEventHandlers.js";
4
- import { n as i } from "./DirectionContext-BwMabICS.js";
5
- import { n as a } from "./ToolbarRootContext-88yZoAOy.js";
6
- import { n as o } from "./ToolbarGroupContext-Dpc3_mFx.js";
7
- import { t as s } from "./ToggleGroupContext-_THxLgJU.js";
8
- import { Dynamic as c, createComponent as l, mergeProps as u } from "@solidjs/web";
9
- import { createEffect as d, createMemo as f, createSignal as p, omit as m, untrack as h } from "solid-js";
10
- //#region src/toggle-group/ToggleGroup.tsx
11
- var g = [];
12
- function _(_) {
13
- let v = i(), y = a(!0), b = o(), x = _, S = _, C = h(() => x.value !== void 0), [w, T] = p(() => h(() => x.defaultValue ?? g)), E = h(w), [D, O] = p(), [k, A] = p(), [j, M] = p(0), N = /* @__PURE__ */ new Map(), P, F = m(S, "as", "class", "defaultValue", "disabled", "loopFocus", "multiple", "onKeyDown", "onValueChange", "orientation", "ref", "style", "value"), I = f(() => C ? x.value ?? g : w()), L = f(() => (y?.disabled() ?? !1) || (b?.disabled() ?? !1) || (x.disabled ?? !1)), R = f(() => x.multiple ?? !1), z = f(() => x.orientation ?? "horizontal"), B = f(() => x.value !== void 0 || x.defaultValue !== void 0), V = f(() => ({
14
- disabled: L(),
15
- multiple: R(),
16
- orientation: z()
17
- })), H = f(() => t(_.class, V())), U = f(() => n(_.style, V())), W = f(() => e(V()));
18
- function G() {
19
- return Array.from(N.values()).sort((e, t) => {
20
- let n = e.element(), r = t.element();
21
- if (!n || !r || n === r) return 0;
22
- let i = n.compareDocumentPosition(r);
23
- return i & Node.DOCUMENT_POSITION_FOLLOWING ? -1 : i & Node.DOCUMENT_POSITION_PRECEDING ? 1 : 0;
24
- });
25
- }
26
- function K(e) {
27
- if (e.disabled()) return !1;
28
- let t = e.element();
29
- if (!t) return !0;
30
- let n = t.ownerDocument.defaultView?.getComputedStyle(t);
31
- return !n || n.display === "none" || n.display === "contents" ? !1 : n.visibility !== "hidden" && n.visibility !== "collapse";
32
- }
33
- function q(e) {
34
- return y ? y.registerItem(e) : (N.set(e.token, e), !P && !h(e.disabled) && (P = e.token), () => {
35
- N.delete(e.token), P === e.token && (P = G().find((e) => h(e.disabled))?.token), queueMicrotask(() => M((e) => e + 1));
36
- });
37
- }
38
- function J(e) {
39
- if (y) {
40
- y.setActiveItem(e);
41
- return;
42
- }
43
- e.disabled() || (P = e.token, A(e.token));
44
- }
45
- function Y(e) {
46
- if (y) return y.isTabStop(e);
47
- j();
48
- let t = G().filter(K), n = t.find((e) => e.token === (k() ?? P));
49
- return K(e) && (n ?? t[0])?.token === e.token;
50
- }
51
- function X(e) {
52
- return (C ? x.value ?? g : E).indexOf(e) > -1;
53
- }
54
- function Z(e, t, n) {
55
- let r = C ? x.value ?? g : E, i;
56
- R() ? (i = r.slice(), t ? i.push(e) : i.splice(r.indexOf(e), 1)) : i = t ? [e] : [], x.onValueChange?.(i, n), !n.isCanceled && !C && (E = i, T(i));
57
- }
58
- function Q(e) {
59
- if (e.shiftKey || e.ctrlKey || e.altKey || e.metaKey) return;
60
- let t = v() === "rtl" ? "ArrowLeft" : "ArrowRight", n = v() === "rtl" ? "ArrowRight" : "ArrowLeft", r = z() === "vertical" ? "ArrowDown" : t, i = z() === "vertical" ? "ArrowUp" : n, a = e.key === r || e.key === i, o = e.key === "Home" || e.key === "End";
61
- if (!a && !o) return;
62
- j();
63
- let s = G(), c = s.filter(K);
64
- if (c.length === 0) return;
65
- let l = e.composedPath(), u = l[0], d = s.findIndex((e) => {
66
- let t = e.element();
67
- return t && (l.includes(t) || u instanceof Node && t.contains(u));
68
- });
69
- d === -1 && (d = s.findIndex((e) => e.token === (k() ?? P)));
70
- let f;
71
- if (e.key === "Home") f = c[0];
72
- else if (e.key === "End") f = c[c.length - 1];
73
- else {
74
- let t = e.key === r ? 1 : -1, n = d === -1 ? t > 0 ? -1 : s.length : d;
75
- for (let e = 0; e < s.length; e += 1) {
76
- if (n += t, n < 0 || n >= s.length) {
77
- if (!(x.loopFocus ?? !0)) break;
78
- n = (n + s.length) % s.length;
79
- }
80
- let e = s[n];
81
- if (e && K(e)) {
82
- f = e;
83
- break;
84
- }
85
- }
86
- }
87
- !f || f === s[d] || (e.preventDefault(), e.stopPropagation(), J(f), queueMicrotask(() => f.element()?.focus()));
88
- }
89
- let $ = r(() => x.onKeyDown, () => y ? void 0 : Q), ee = {
90
- disabled: L,
91
- isPressed: X,
92
- isTabStop: Y,
93
- isValueInitialized: B,
94
- registerItem: q,
95
- setActiveItem: J,
96
- setGroupValue: Z,
97
- toolbar: y,
98
- value: I
99
- };
100
- return d(D, (e) => {
101
- let t = e?.ownerDocument.defaultView?.MutationObserver;
102
- if (!e || !t) return;
103
- let n = new t(() => M((e) => e + 1));
104
- return n.observe(e, {
105
- childList: !0,
106
- subtree: !0
107
- }), () => n.disconnect();
108
- }), l(s, {
109
- value: ee,
110
- get children() {
111
- return l(c, u({
112
- get component() {
113
- return _.as ?? "div";
114
- },
115
- ref: [((e) => O(e)), x.ref],
116
- get class() {
117
- return H();
118
- },
119
- get style() {
120
- return U();
121
- },
122
- role: "group",
123
- onKeyDown: $
124
- }, W, F));
125
- }
126
- });
127
- }
128
- //#endregion
129
- export { _ as t };
@@ -1,138 +0,0 @@
1
- import { getStateAttributesProps as e } from "./internals/getStateAttributesProps.js";
2
- import { w as t } from "./reasons-Co5CzjKq.js";
3
- import { n, t as r } from "./resolveStyle-XcgAuaKR.js";
4
- import { createChangeEventDetails as i } from "./internals/createBaseUIEventDetails.js";
5
- import { composeEventHandlers as a } from "./internals/composeEventHandlers.js";
6
- import { n as o } from "./ToolbarItemOwnerContext-DtVqVnSE.js";
7
- import { n as s } from "./ToggleGroupContext-_THxLgJU.js";
8
- import { Dynamic as c, createComponent as ee, mergeProps as l } from "@solidjs/web";
9
- import { createEffect as u, createMemo as d, createSignal as f, createUniqueId as p, omit as m, onCleanup as h, onSettled as g, untrack as _ } from "solid-js";
10
- //#region src/toggle/Toggle.tsx
11
- function v(v) {
12
- let E = s(), D = o(), O = v, k = v, A = `base-ui-${p()}`, j = Symbol("Toggle"), M = _(() => O.pressed !== void 0), [N, P] = f(() => !!_(() => O.defaultPressed)), F = _(N), [I, L] = f(), R = m(k, "as", "class", "defaultPressed", "disabled", "form", "nativeButton", "onClick", "onFocus", "onKeyDown", "onKeyUp", "onMouseDown", "onPointerDown", "onPressedChange", "pressed", "ref", "style", "type", "value"), z = d(() => O.value || A), B = d(() => (E?.disabled() ?? !1) || (O.disabled ?? !1)), V = d(() => E ? E.value().indexOf(z()) > -1 : M ? !!O.pressed : N()), H = d(() => O.nativeButton ?? !0), U = d(() => ({
13
- disabled: B(),
14
- pressed: V()
15
- })), W = d(() => n(v.class, U())), G = d(() => r(v.style, U())), K = d(() => e(U())), q = {
16
- token: j,
17
- order: 0,
18
- disabled: B,
19
- element: I,
20
- focusableWhenDisabled: () => !1
21
- }, J = D ? void 0 : E?.registerItem(q), Y = d(() => H() && B() && !(D?.disabled() && D.focusableWhenDisabled()) && (E === void 0 || E.toolbar !== void 0)), X = d(() => H() ? E && !E.toolbar ? B() ? "true" : "false" : void 0 : B() ? "true" : void 0), Z = d(() => E ? E.isTabStop(q) ? 0 : -1 : !H() && B() ? -1 : 0);
22
- u(() => ({
23
- disabled: B(),
24
- element: I(),
25
- nativeButton: H(),
26
- ownerDisabled: D?.disabled() ?? !1,
27
- toolbarGroup: E?.toolbar !== void 0
28
- }), (e) => {
29
- e.element && e.nativeButton && e.toolbarGroup && e.disabled && !e.ownerDisabled && e.element.setAttribute("disabled", "");
30
- }), u(() => E?.disabled() ?? !1, (e) => {
31
- D?.setChildDisabled(e);
32
- });
33
- function Q(e) {
34
- let n = !(E ? E.isPressed(z()) : M ? O.pressed : F), r = i(t, e);
35
- O.onPressedChange?.(n, r), !r.isCanceled && (E?.setGroupValue(z(), n, r), !r.isCanceled && !E && !M && (F = n, P(n)));
36
- }
37
- function $() {
38
- E?.setActiveItem(q);
39
- }
40
- function te(e) {
41
- S(e, H());
42
- }
43
- function ne(e) {
44
- C(e, H());
45
- }
46
- let re = a(() => _(() => B() ? y : void 0), () => O.onClick, () => Q), ie = a(() => O.onFocus, () => $), ae = a(() => _(() => B() ? b : void 0), () => O.onMouseDown), oe = a(() => _(() => B() ? y : void 0), () => O.onPointerDown), se = a(() => _(() => B() ? E ? x : b : void 0), () => O.onKeyDown, () => _(() => E ? te : H() ? void 0 : w)), ce = a(() => _(() => B() ? b : void 0), () => O.onKeyUp, () => _(() => E ? ne : H() ? void 0 : T));
47
- return u(() => ({
48
- initialized: E?.isValueInitialized() ?? !1,
49
- missingValue: E !== void 0 && O.value === void 0
50
- }), (e) => {}), g(() => {
51
- I();
52
- }), h(() => {
53
- D?.setChildDisabled(!1), J?.();
54
- }), ee(c, l({
55
- get component() {
56
- return v.as ?? "button";
57
- },
58
- ref: [((e) => L(e)), O.ref],
59
- get class() {
60
- return W();
61
- },
62
- get style() {
63
- return G();
64
- },
65
- get type() {
66
- return H() ? "button" : void 0;
67
- },
68
- get role() {
69
- return H() ? void 0 : "button";
70
- },
71
- get disabled() {
72
- return Y();
73
- },
74
- get "aria-disabled"() {
75
- return X();
76
- },
77
- get "aria-pressed"() {
78
- return V() ? "true" : "false";
79
- },
80
- get tabIndex() {
81
- return Z();
82
- },
83
- onClick: re,
84
- onFocus: ie,
85
- onKeyDown: se,
86
- onKeyUp: ce,
87
- onMouseDown: ae,
88
- onPointerDown: oe
89
- }, K, R));
90
- }
91
- function y(e) {
92
- e.preventDefault(), e.preventBaseUIHandler();
93
- }
94
- function b(e) {
95
- e.preventBaseUIHandler();
96
- }
97
- function x(e) {
98
- e.key !== "ArrowUp" && e.key !== "ArrowDown" && e.key !== "ArrowLeft" && e.key !== "ArrowRight" && e.key !== "Home" && e.key !== "End" && (e.key !== "Tab" && e.preventDefault(), e.preventBaseUIHandler());
99
- }
100
- function S(e, t) {
101
- if (e.target !== e.currentTarget || e.key !== " ") {
102
- t || w(e);
103
- return;
104
- }
105
- e.preventDefault(), (!t || e.currentTarget.tagName === "BUTTON") && (e.preventBaseUIHandler(), E(e.currentTarget, e));
106
- }
107
- function C(e, t) {
108
- e.target === e.currentTarget && t && e.currentTarget.tagName === "BUTTON" && e.key === " " && e.preventDefault();
109
- }
110
- function w(e) {
111
- if (e.target !== e.currentTarget) return;
112
- let t = e.currentTarget.tagName === "A" && !!e.currentTarget.href;
113
- if (t || e.key !== " " && e.key !== "Enter") {
114
- t && e.key === " " && e.preventDefault();
115
- return;
116
- }
117
- e.defaultPrevented || (e.preventDefault(), e.key === "Enter" && (e.preventBaseUIHandler(), E(e.currentTarget, e)));
118
- }
119
- function T(e) {
120
- e.target === e.currentTarget && !e.defaultPrevented && e.key === " " && (e.preventBaseUIHandler(), E(e.currentTarget, e));
121
- }
122
- function E(e, t) {
123
- let n = e.ownerDocument.defaultView;
124
- if (!n) return;
125
- let r = n.PointerEvent ?? n.MouseEvent;
126
- e.dispatchEvent(new r("click", {
127
- bubbles: !0,
128
- cancelable: !0,
129
- composed: !0,
130
- detail: 0,
131
- shiftKey: t.shiftKey,
132
- ctrlKey: t.ctrlKey,
133
- altKey: t.altKey,
134
- metaKey: t.metaKey
135
- }));
136
- }
137
- //#endregion
138
- export { v as t };