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,518 +0,0 @@
1
- import { getStateAttributesProps as e } from "./internals/getStateAttributesProps.js";
2
- import { P as t, d as n, i as r } from "./reasons-Co5CzjKq.js";
3
- import { n as i, t as a } from "./resolveStyle-XcgAuaKR.js";
4
- import { createChangeEventDetails as o } from "./internals/createBaseUIEventDetails.js";
5
- import { transitionStatusMapping as s } from "./internals/stateAttributesMapping.js";
6
- import { composeEventHandlers as c } from "./internals/composeEventHandlers.js";
7
- import { a as l, n as u, r as d } from "./dom-BEAeQ9Eb.js";
8
- import { n as f, t as p } from "./InternalBackdrop-cSK13gaM.js";
9
- import { c as m, i as ee, n as te, r as h, s as g, t as _ } from "./FloatingTree-23B7KKPD.js";
10
- import { a as ne, n as re, o as ie, t as v } from "./PopupStore-DjB-wO88.js";
11
- import { a as ae, o as y } from "./popupStateMapping-C9eZl19i.js";
12
- import { i as b, n as x, r as S, t as C } from "./PopupHandle-CcJG4NMy.js";
13
- import { a as w, i as T, n as oe, r as E, t as se } from "./buttonSemantics-paljfpOX.js";
14
- import { t as D } from "./setRef-fXF6OIo3.js";
15
- import { Dynamic as O, createComponent as k, memo as A, mergeProps as j } from "@solidjs/web";
16
- import { $REFRESH as ce, Show as M, createContext as N, createEffect as P, createMemo as F, createSignal as I, createUniqueId as L, omit as R, onCleanup as z, untrack as B, useContext as V } from "solid-js";
17
- //#region src/dialog/store/DialogStore.ts
18
- var le = class extends v {
19
- openMethodAccessor;
20
- setOpenMethodSignal;
21
- openMethodRevisionAccessor;
22
- setOpenMethodRevision;
23
- constructor(e = {}) {
24
- super(e);
25
- let [t, n] = I(null, { ownedWrite: !0 });
26
- this.openMethodAccessor = t, this.setOpenMethodSignal = n;
27
- let [r, i] = I(0, { ownedWrite: !0 });
28
- this.openMethodRevisionAccessor = r, this.setOpenMethodRevision = i;
29
- }
30
- openMethod() {
31
- return this.openMethodAccessor();
32
- }
33
- setOpenMethod(e) {
34
- this.setOpenMethodSignal(e), this.setOpenMethodRevision((e) => e + 1);
35
- }
36
- openMethodRevision() {
37
- return this.openMethodRevisionAccessor();
38
- }
39
- setPayload(e) {
40
- this.set("payload", e);
41
- }
42
- setOpen(e, t) {
43
- return !e && t.trigger == null && this.activeTriggerId() != null && (t.trigger = this.state.activeTriggerElement ?? void 0), super.setOpen(e, t);
44
- }
45
- }, H = class extends x {
46
- openMethod() {
47
- return null;
48
- }
49
- setOpenMethod(e) {}
50
- setPayload(e) {}
51
- }, U = Symbol("DialogRootContext"), ue = N(U);
52
- function W(e = !1) {
53
- let t = V(ue);
54
- if (t === U) {
55
- if (e) return;
56
- throw Error("Base UI: DialogRootContext is missing. Dialog parts must be placed within <Dialog.Root>.");
57
- }
58
- return t;
59
- }
60
- //#endregion
61
- //#region src/dialog/root/DialogRoot.tsx
62
- function G(e) {
63
- return K("dialog", e);
64
- }
65
- function K(e, t, r = {}) {
66
- let i = W(!0), a = m(), s = g(), c = a ?? new h(), p = L(), re = L(), v = B(() => t.open !== void 0), ae = B(() => t.triggerId !== void 0), y = i !== void 0, b = e === "alert-dialog", x = e === "drawer", C = F(() => b ? !0 : t.modal ?? !0), w = F(() => b || (t.disablePointerDismissal ?? !1)), T = new le({
67
- controlledOpen: () => v ? t.open : void 0,
68
- controlledTriggerId: () => ae ? t.triggerId : void 0,
69
- floatingId: re,
70
- nested: s !== null,
71
- nodeId: p,
72
- onOpenChange: () => t.onOpenChange,
73
- onOpenChangeComplete: () => t.onOpenChangeComplete
74
- });
75
- T.update({
76
- open: v ? !!B(() => t.open) : !!B(() => t.defaultOpen),
77
- activeTriggerId: B(() => t.defaultTriggerId ?? null)
78
- });
79
- let oe = T.access((e) => e.payload), E = ee({
80
- tree: c,
81
- id: p,
82
- parentId: s,
83
- context: () => T.context.floatingRoot
84
- }), [se, D] = I(), [O, j] = I(), [M, N] = I(null, { ownedWrite: !0 }), [R, V] = I(null, { ownedWrite: !0 }), [H, U] = I(null, { ownedWrite: !0 }), [G, K] = I(0, {
85
- equals: !1,
86
- ownedWrite: !0
87
- }), q = /* @__PURE__ */ new Map(), J = F(() => {
88
- G();
89
- let e = 0;
90
- for (let t of q.values()) e += t.dialogCount;
91
- return e;
92
- }), de = F(() => {
93
- G();
94
- let e = 0;
95
- for (let t of q.values()) e += t.drawerCount;
96
- return e;
97
- }), fe = { current: !0 }, Y = ne(T, () => T.track().popupElement, { onUnmount: () => T.setOpenMethod(null) });
98
- function pe(e, t, n) {
99
- let r = q.get(e);
100
- (r?.dialogCount !== t || r.drawerCount !== n) && (q.set(e, {
101
- dialogCount: t,
102
- drawerCount: n
103
- }), K((e) => e + 1));
104
- }
105
- function me(e) {
106
- q.delete(e) && K((e) => e + 1);
107
- }
108
- let he = {
109
- store: T,
110
- tree: c,
111
- nested: y,
112
- role: b ? "alertdialog" : "dialog",
113
- modal: C,
114
- disablePointerDismissal: w,
115
- nestedOpenDialogCount: J,
116
- nestedOpenDrawerCount: de,
117
- outsidePressEnabled: fe,
118
- titleId: se,
119
- setTitleId: D,
120
- descriptionId: O,
121
- setDescriptionId: j,
122
- backdropElement: M,
123
- setBackdropElement: N,
124
- internalBackdropElement: R,
125
- setInternalBackdropElement: V,
126
- viewportElement: H,
127
- setViewportElement: U,
128
- presence: Y,
129
- updateNestedLayer: pe,
130
- removeNestedLayer: me
131
- };
132
- T.context.floatingRoot.context.data.insideElements = () => [
133
- M(),
134
- R(),
135
- H()
136
- ], T.configureTriggerUnmount({ closeOnActiveTriggerUnmount: !1 }), S(() => t.handle, T);
137
- let X = ie({
138
- context: T.context.floatingRoot,
139
- tree: () => c,
140
- escapeKey: () => J() === 0,
141
- outsidePress: () => (e) => {
142
- if (!fe.current || w() || J() > 0 || "button" in e && e.button !== 0) return !1;
143
- if ("touches" in e) {
144
- if (e.type === "touchend") {
145
- if (e.changedTouches.length !== 1 || e.touches.length !== 0) return !1;
146
- } else if (e.touches.length !== 1) return !1;
147
- }
148
- if (C() === !1) return !0;
149
- let t = d(e), n = R(), r = M();
150
- return !n && !r || t === n || t === r || l(t) && u(t, T.state.popupElement) && !t.hasAttribute("data-base-ui-portal");
151
- },
152
- outsidePressEvent: () => R() || M() ? "intentional" : {
153
- mouse: C() === "trap-focus" ? "sloppy" : "intentional",
154
- touch: "sloppy"
155
- }
156
- });
157
- T.setInteractionProps({
158
- activeTriggerProps: { onKeyDown: X.onKeyDown },
159
- inactiveTriggerProps: { onKeyDown: X.onKeyDown },
160
- popupProps: {}
161
- }), f(() => T.open() && C() === !0, () => T.track().popupElement), P(() => ({
162
- open: T.open(),
163
- activeTriggerId: T.activeTriggerId()
164
- }), () => B(() => T.reconcileTriggers()));
165
- let Z = B(() => T.open()), Q = B(() => T.openMethodRevision());
166
- P(() => ({
167
- open: T.open(),
168
- openMethodRevision: T.openMethodRevision()
169
- }), (e) => {
170
- !e.open && Z ? Q = e.openMethodRevision : e.open && !Z && e.openMethodRevision === Q && T.setOpenMethod(null), Z = e.open;
171
- });
172
- let $ = Symbol("DialogRoot");
173
- P(() => ({
174
- open: T.open(),
175
- nestedDialogs: J(),
176
- nestedDrawers: de()
177
- }), (e) => {
178
- i?.updateNestedLayer($, e.open ? e.nestedDialogs + 1 : 0, e.open ? e.nestedDrawers + +!!x : 0);
179
- });
180
- let ge = {
181
- unmount: Y.forceUnmount,
182
- close() {
183
- T.setOpen(!1, o(n));
184
- }
185
- };
186
- P(() => t.actionsRef, (e) => {
187
- e?.(ge);
188
- });
189
- function _e() {
190
- let e = F(() => t.children), n = B(e), r = n;
191
- return typeof n == "function" && (r = n.name === "bound read" && Object.prototype.hasOwnProperty.call(n, ce) ? A(() => e()) : B(() => n({ payload: oe }))), r;
192
- }
193
- return z(() => {
194
- i?.removeNestedLayer($), T.clearInteractionProps(), delete T.context.floatingRoot.context.data.insideElements;
195
- }), k(ue, {
196
- value: he,
197
- get children() {
198
- return k(te, {
199
- value: c,
200
- get children() {
201
- return k(_, {
202
- get value() {
203
- return E.id ?? null;
204
- },
205
- get children() {
206
- return [A(() => r.extraContent?.()), k(_e, {})];
207
- }
208
- });
209
- }
210
- });
211
- }
212
- });
213
- }
214
- //#endregion
215
- //#region src/dialog/utils/mergeDialogStyles.ts
216
- function q(e, t) {
217
- if (typeof t == "string") {
218
- let n = Object.entries(e).filter((e) => e[1] != null).map(([e, t]) => `${e}:${String(t)}`).join(";");
219
- return n ? `${n};${t}` : t;
220
- }
221
- return {
222
- ...e,
223
- ...t || void 0
224
- };
225
- }
226
- //#endregion
227
- //#region src/dialog/utils/stateAttributesMapping.ts
228
- var J = { "data-open": "" }, de = { "data-closed": "" }, fe = { "data-nested-dialog-open": "" }, Y = {
229
- open: (e) => e ? J : de,
230
- ...s
231
- }, pe = {
232
- ...Y,
233
- nestedDialogOpen: (e) => e ? fe : null
234
- };
235
- //#endregion
236
- //#region src/dialog/close/DialogClose.tsx
237
- function me(t) {
238
- let n = W(), s = t, l = t, u = F(() => s.disabled ?? !1), d = F(() => s.nativeButton ?? !0), f = F(() => ({ disabled: u() })), p = F(() => i(t.class, f())), m = F(() => a(t.style, f())), ee = F(() => e(f())), te = R(l, "as", "class", "disabled", "nativeButton", "onClick", "onKeyDown", "onKeyUp", "onMouseDown", "onPointerDown", "ref", "style");
239
- function h(e) {
240
- n.store.open() && n.store.setOpen(!1, o(r, e));
241
- }
242
- let g = c(() => B(() => u() ? E : void 0), () => s.onClick, () => h), _ = c(() => B(() => u() ? E : void 0), () => s.onPointerDown), ne = c(() => B(() => u() ? w : void 0), () => s.onMouseDown), re = c(() => B(() => u() ? T : void 0), () => s.onKeyDown, () => B(() => d() ? void 0 : se)), ie = c(() => B(() => u() ? w : void 0), () => s.onKeyUp, () => B(() => d() ? void 0 : oe));
243
- return k(O, j({
244
- get component() {
245
- return t.as ?? "button";
246
- },
247
- ref: [s.ref],
248
- get type() {
249
- return d() ? "button" : void 0;
250
- },
251
- get role() {
252
- return d() ? void 0 : "button";
253
- },
254
- get tabIndex() {
255
- return !d() && u() ? -1 : 0;
256
- },
257
- get disabled() {
258
- return (A(() => !!d())() ? u() : d()) || void 0;
259
- },
260
- get "aria-disabled"() {
261
- return !d() && u() ? "true" : void 0;
262
- },
263
- get class() {
264
- return p();
265
- },
266
- get style() {
267
- return m();
268
- },
269
- onClick: g,
270
- onKeyDown: re,
271
- onKeyUp: ie,
272
- onMouseDown: ne,
273
- onPointerDown: _
274
- }, ee, te));
275
- }
276
- //#endregion
277
- //#region src/dialog/description/DialogDescription.tsx
278
- function he(e) {
279
- let t = W(), n = e, r = e, o = `base-ui-${L()}`, s = F(() => n.id || o), c = {}, l = F(() => i(e.class, c)), u = F(() => a(e.style, c)), d = R(r, "as", "class", "id", "ref", "style");
280
- return P(() => s(), (e) => (t.setDescriptionId(e), () => t.setDescriptionId((t) => t === e ? void 0 : t))), k(O, j({
281
- get component() {
282
- return e.as ?? "p";
283
- },
284
- ref: [n.ref],
285
- get id() {
286
- return s();
287
- },
288
- get class() {
289
- return l();
290
- },
291
- get style() {
292
- return u();
293
- }
294
- }, d));
295
- }
296
- //#endregion
297
- //#region src/dialog/portal/DialogPortalContext.ts
298
- var X = Symbol("DialogPortalContext"), Z = N(X);
299
- function Q() {
300
- let e = V(Z);
301
- if (e === X) throw Error("Base UI: <Dialog.Portal> is missing.");
302
- return e;
303
- }
304
- //#endregion
305
- //#region src/dialog/portal/DialogPortal.tsx
306
- function $(e) {
307
- let t = W(), n = e, r = e, o = F(() => n.keepMounted ?? !1), s = F(() => t.presence.mounted() || o()), c = {}, l = F(() => i(e.class, c)), u = F(() => a(e.style, c)), d = R(r, "as", "class", "container", "keepMounted", "ref", "style"), f = { keepMounted: o };
308
- function m() {
309
- let e = null;
310
- return z(() => {
311
- t.internalBackdropElement() === e && t.setInternalBackdropElement(null);
312
- }), k(p, {
313
- ref: (n) => {
314
- e = n, t.setInternalBackdropElement(n);
315
- },
316
- get open() {
317
- return t.store.open();
318
- }
319
- });
320
- }
321
- return k(M, {
322
- get when() {
323
- return s();
324
- },
325
- get children() {
326
- return k(Z, {
327
- value: f,
328
- get children() {
329
- return k(y, j({
330
- get as() {
331
- return e.as;
332
- },
333
- get container() {
334
- return n.container;
335
- },
336
- ref: (e) => {
337
- n.ref && D(n.ref, e);
338
- },
339
- get class() {
340
- return l();
341
- },
342
- get style() {
343
- return u();
344
- }
345
- }, d, { get children() {
346
- return [k(M, {
347
- get when() {
348
- return A(() => !!t.presence.mounted())() ? t.modal() === !0 : t.presence.mounted();
349
- },
350
- get children() {
351
- return k(m, {});
352
- }
353
- }), A(() => e.children)];
354
- } }));
355
- }
356
- });
357
- }
358
- });
359
- }
360
- //#endregion
361
- //#region src/dialog/title/DialogTitle.tsx
362
- function ge(e) {
363
- let t = W(), n = e, r = e, o = `base-ui-${L()}`, s = F(() => n.id || o), c = {}, l = F(() => i(e.class, c)), u = F(() => a(e.style, c)), d = R(r, "as", "class", "id", "ref", "style");
364
- return P(() => s(), (e) => (t.setTitleId(e), () => t.setTitleId((t) => t === e ? void 0 : t))), k(O, j({
365
- get component() {
366
- return e.as ?? "h2";
367
- },
368
- ref: [n.ref],
369
- get id() {
370
- return s();
371
- },
372
- get class() {
373
- return l();
374
- },
375
- get style() {
376
- return u();
377
- }
378
- }, d));
379
- }
380
- //#endregion
381
- //#region src/dialog/trigger/DialogTrigger.tsx
382
- function _e(n) {
383
- let r = W(!0), s = n;
384
- if (!r && !B(() => s.handle)) throw Error("Base UI: <Dialog.Trigger> must be used within <Dialog.Root> or provided with a handle.");
385
- let l = n, u = `base-ui-${L()}`, d = F(() => s.id || u), f = F(() => s.disabled ?? !1), p = F(() => s.nativeButton ?? !0), [m, ee] = I(null, { ownedWrite: !0 }), te = b(() => s.handle), h = F(() => te() ?? r?.store), g = F(() => {
386
- let e = h();
387
- return !!(e?.open() && e.activeTriggerId() === d());
388
- }), _ = F(() => ({
389
- disabled: f(),
390
- open: g()
391
- })), ne = F(() => i(n.class, _())), ie = F(() => a(n.style, _())), v = F(() => e(_(), ae)), y = R(l, "as", "class", "disabled", "handle", "id", "nativeButton", "onClick", "onKeyDown", "onKeyUp", "onMouseDown", "onPointerDown", "payload", "ref", "style"), x = "", S = "";
392
- re(h, d, m, () => ({ payload: s.payload }));
393
- function C(e) {
394
- let n = h(), r = m();
395
- !n || !r || e.button !== 0 || (n.open() || n.setOpenMethod(S || (e.detail === 0 ? "keyboard" : ve() ? "touch" : "mouse")), n.setOpen(!(n.open() && n.activeTriggerId() === d()), o(t, e, r)));
396
- }
397
- function D() {
398
- S = x, x = "";
399
- }
400
- function ce(e) {
401
- x = e.pointerType;
402
- }
403
- function M(e) {
404
- x = "keyboard";
405
- let t = h(), n = t?.state.popupElement, r = t ? (t.activeTriggerId() === d() ? t.state.activeTriggerProps : t.state.inactiveTriggerProps).onKeyDown : void 0, i = e.currentTarget;
406
- n && i && n.ownerDocument !== i.ownerDocument && typeof r == "function" && r(e);
407
- }
408
- let N = c(() => B(() => f() ? E : void 0), () => D, () => s.onClick, () => C), P = c(() => B(() => f() ? E : void 0), () => s.onPointerDown, () => ce), z = c(() => B(() => f() ? w : void 0), () => s.onMouseDown), V = c(() => B(() => f() ? T : void 0), () => s.onKeyDown, () => M, () => B(() => p() ? void 0 : se)), le = c(() => B(() => f() ? w : void 0), () => s.onKeyUp, () => B(() => p() ? void 0 : oe));
409
- return k(O, j({
410
- get component() {
411
- return n.as ?? "button";
412
- },
413
- ref: [((e) => ee(e)), s.ref],
414
- get id() {
415
- return d();
416
- },
417
- get type() {
418
- return p() ? "button" : void 0;
419
- },
420
- get role() {
421
- return p() ? void 0 : "button";
422
- },
423
- get tabIndex() {
424
- return !p() && f() ? -1 : 0;
425
- },
426
- get disabled() {
427
- return (A(() => !!p())() ? f() : p()) || void 0;
428
- },
429
- get "aria-disabled"() {
430
- return !p() && f() ? "true" : void 0;
431
- },
432
- "aria-haspopup": "dialog",
433
- get "aria-expanded"() {
434
- return g() ? "true" : "false";
435
- },
436
- get "aria-controls"() {
437
- return h()?.triggerPopupId(d());
438
- },
439
- "data-base-ui-click-trigger": "",
440
- get class() {
441
- return ne();
442
- },
443
- get style() {
444
- return ie();
445
- },
446
- onClick: N,
447
- onKeyDown: V,
448
- onKeyUp: le,
449
- onMouseDown: z,
450
- onPointerDown: P
451
- }, v, y));
452
- }
453
- function ve() {
454
- if (typeof navigator > "u") return !1;
455
- let e = navigator.platform.toLowerCase();
456
- return /^i(os$|p)/.test(e) || e === "macintel" && navigator.maxTouchPoints > 1;
457
- }
458
- //#endregion
459
- //#region src/dialog/viewport/DialogViewport.tsx
460
- function ye(t) {
461
- let n = Q(), r = W(), o = t, s = R(t, "as", "class", "ref", "style"), c = F(() => ({
462
- open: r.store.open(),
463
- transitionStatus: r.store.track().transitionStatus,
464
- nested: r.nested,
465
- nestedDialogOpen: r.nestedOpenDialogCount() > 0
466
- })), l = F(() => i(t.class, c())), u = F(() => q({ "pointer-events": r.store.open() ? void 0 : "none" }, a(t.style, c()))), d = F(() => e(c(), pe)), f = F(() => n.keepMounted() || r.presence.mounted()), p = null;
467
- return z(() => {
468
- r.viewportElement() === p && r.setViewportElement(null);
469
- }), k(M, {
470
- get when() {
471
- return f();
472
- },
473
- get children() {
474
- return k(O, j({
475
- get component() {
476
- return t.as ?? "div";
477
- },
478
- ref: [((e) => {
479
- p = e, r.setViewportElement(e);
480
- }), o.ref],
481
- role: "presentation",
482
- get hidden() {
483
- return !r.presence.mounted();
484
- },
485
- get class() {
486
- return l();
487
- },
488
- get style() {
489
- return u();
490
- }
491
- }, d, s));
492
- }
493
- });
494
- }
495
- //#endregion
496
- //#region src/dialog/store/DialogHandle.ts
497
- var be = class extends C {
498
- constructor() {
499
- super("Dialog", !1, new H());
500
- }
501
- open(e) {
502
- this.openByTrigger(e);
503
- }
504
- openWithPayload(e) {
505
- this.attachedStore && (this.attachedStore.setPayload(e), this.attachedStore.setOpen(!0, o(n)));
506
- }
507
- close() {
508
- this.closePopup();
509
- }
510
- get isOpen() {
511
- return this.attachedStore?.open() ?? !1;
512
- }
513
- };
514
- function xe() {
515
- return new be();
516
- }
517
- //#endregion
518
- export { ge as a, he as c, Y as d, q as f, W as h, _e as i, me as l, K as m, xe as n, $ as o, G as p, ye as r, Q as s, be as t, pe as u };
@@ -1,136 +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 { t as i } from "./FocusManager-grSdNHqW.js";
5
- import { d as a, f as o, h as s, s as c, u as l } from "./DialogHandle-DrN2YWCv.js";
6
- import { Dynamic as u, createComponent as d, mergeProps as f } from "@solidjs/web";
7
- import { Show as p, createEffect as m, createMemo as h, omit as g, onCleanup as _ } from "solid-js";
8
- //#region src/dialog/backdrop/DialogBackdrop.tsx
9
- function v(r) {
10
- let i = s(), c = r, l = g(r, "as", "class", "forceRender", "ref", "style"), m = h(() => ({
11
- open: i.store.open(),
12
- transitionStatus: i.store.track().transitionStatus
13
- })), v = h(() => t(r.class, m())), y = h(() => o({
14
- "user-select": "none",
15
- "-webkit-user-select": "none"
16
- }, n(r.style, m()))), b = h(() => e(m(), a)), x = h(() => !!c.forceRender || !i.nested);
17
- function S() {
18
- let e = null;
19
- return _(() => {
20
- i.backdropElement() === e && i.setBackdropElement(null);
21
- }), d(u, f({
22
- get component() {
23
- return r.as ?? "div";
24
- },
25
- ref: [((t) => {
26
- e = t, i.setBackdropElement(t);
27
- }), c.ref],
28
- role: "presentation",
29
- get hidden() {
30
- return !i.presence.mounted();
31
- },
32
- get class() {
33
- return v();
34
- },
35
- get style() {
36
- return y();
37
- }
38
- }, b, l));
39
- }
40
- return d(p, {
41
- get when() {
42
- return x();
43
- },
44
- get children() {
45
- return d(S, {});
46
- }
47
- });
48
- }
49
- //#endregion
50
- //#region src/dialog/popup/DialogPopup.tsx
51
- var y = /* @__PURE__ */ new Set([
52
- "ArrowUp",
53
- "ArrowDown",
54
- "ArrowLeft",
55
- "ArrowRight",
56
- "Home",
57
- "End"
58
- ]);
59
- function b(a) {
60
- c();
61
- let p = s(), v = a, b = g(a, "as", "class", "finalFocus", "id", "initialFocus", "onKeyDown", "ref", "style"), x = h(() => ({
62
- open: p.store.open(),
63
- transitionStatus: p.store.track().transitionStatus,
64
- nested: p.nested,
65
- nestedDialogOpen: p.nestedOpenDialogCount() > 0
66
- })), S = h(() => t(a.class, x())), C = h(() => o({ "--nested-dialogs": p.nestedOpenDialogCount() }, n(a.style, x()))), w = h(() => e(x(), l)), T = h(() => v.id ?? p.store.context.floatingId), E = h(() => v.initialFocus ?? ((e) => e !== "touch" || p.store.state.popupElement)), D = r(() => v.onKeyDown, () => (e) => {
67
- y.has(e.key) && e.stopPropagation();
68
- }), O = null;
69
- m(() => T(), (e) => {
70
- p.store.setPopupId(e);
71
- }), _(() => {
72
- p.store.state.popupElement === O && p.store.setPopupElement(null);
73
- });
74
- let k = d(u, f({
75
- get component() {
76
- return a.as ?? "div";
77
- },
78
- ref: [((e) => {
79
- O = e, p.store.setPopupElement(e);
80
- }), v.ref],
81
- get id() {
82
- return T();
83
- },
84
- get role() {
85
- return p.role;
86
- },
87
- tabIndex: -1,
88
- "data-base-ui-focusable": "",
89
- get hidden() {
90
- return !p.presence.mounted();
91
- },
92
- get "aria-labelledby"() {
93
- return p.titleId();
94
- },
95
- get "aria-describedby"() {
96
- return p.descriptionId();
97
- },
98
- get class() {
99
- return S();
100
- },
101
- get style() {
102
- return C();
103
- },
104
- onKeyDown: D
105
- }, w, b));
106
- return d(i, {
107
- get context() {
108
- return p.store.context.floatingRoot;
109
- },
110
- get tree() {
111
- return p.tree;
112
- },
113
- get disabled() {
114
- return !p.presence.mounted();
115
- },
116
- get closeOnFocusOut() {
117
- return !p.disablePointerDismissal();
118
- },
119
- get initialFocus() {
120
- return E();
121
- },
122
- get returnFocus() {
123
- return v.finalFocus;
124
- },
125
- get modal() {
126
- return p.modal() !== !1;
127
- },
128
- restoreFocus: "popup",
129
- get openInteractionType() {
130
- return p.store.openMethod();
131
- },
132
- children: k
133
- });
134
- }
135
- //#endregion
136
- export { v as n, b as t };