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.
- package/CHANGELOG.md +30 -0
- package/README.md +95 -8
- package/dist/lib/client/DialogHandle-BGyIbcvg.js +521 -0
- package/dist/lib/client/DialogPopup-Df7MC358.js +138 -0
- package/dist/lib/client/FieldControl-C0PATyKV.js +142 -0
- package/dist/lib/client/{FocusManager-grSdNHqW.js → FocusManager-NP1uPXTi.js} +5 -5
- package/dist/lib/client/{FormContext-BB05lWOI.js → FormContext-CwLBtm_d.js} +1 -0
- package/dist/lib/client/{LabelableContext-DKsB0fIx.js → LabelableContext-CmQF-TX2.js} +3 -6
- package/dist/lib/client/MenuSubmenuTrigger-yfncqM-D.js +1584 -0
- package/dist/lib/client/{PopupHandle-CcJG4NMy.js → PopupHandle-CQI6Om1Z.js} +1 -1
- package/dist/lib/client/{PopupStore-DjB-wO88.js → PopupStore-Du0O57fL.js} +118 -98
- package/dist/lib/client/{PopupViewport-DgrIqQea.js → PopupViewport-IS4XU03s.js} +2 -2
- package/dist/lib/client/Separator-D5oJzlA3.js +27 -0
- package/dist/lib/client/TriggerFocusGuards-Cs8LVBj5.js +51 -0
- package/dist/lib/client/accordion/index.js +1 -1
- package/dist/lib/client/accordion-BFeZFpJZ.js +381 -0
- package/dist/lib/client/alert-dialog/index.js +1 -1
- package/dist/lib/client/{alert-dialog-BH_3ndio.js → alert-dialog-BxGUF8_Q.js} +2 -2
- package/dist/lib/client/autocomplete/index.js +1 -1
- package/dist/lib/client/{autocomplete-Cob_FZEP.js → autocomplete-C9QA98XD.js} +30 -25
- package/dist/lib/client/avatar/index.js +1 -1
- package/dist/lib/client/avatar-BQoEzzav.js +191 -0
- package/dist/lib/client/button/index.js +1 -1
- package/dist/lib/client/button-akYS6FyY.js +88 -0
- package/dist/lib/client/checkbox/index.js +1 -1
- package/dist/lib/client/checkbox-DOXtzBhA.js +425 -0
- package/dist/lib/client/checkbox-group/index.js +1 -1
- package/dist/lib/client/checkbox-group-CwMDoSTK.js +135 -0
- package/dist/lib/client/collapsible/index.js +1 -1
- package/dist/lib/client/collapsible-t8YReaIp.js +230 -0
- package/dist/lib/client/combobox/index.js +2 -2
- package/dist/lib/client/combobox-6DhOdzit.js +399 -0
- package/dist/lib/client/{constants-BYjBUIIi.js → constants-cOVxAoxB.js} +5 -1
- package/dist/lib/client/context-menu/index.js +1 -1
- package/dist/lib/client/context-menu-CplDpqmi.js +220 -0
- package/dist/lib/client/{createAnchorPositioning-DcxDXUgB.js → createAnchorPositioning-D96gu-Dz.js} +148 -145
- package/dist/lib/client/{createCollapsiblePanel-DeDu0O2t.js → createCollapsiblePanel-BQ8r4RTi.js} +1 -1
- package/dist/lib/client/createFocusInteraction--s9_qBf3.js +60 -0
- package/dist/lib/client/createLabelableId-DxJRwMUJ.js +14 -0
- package/dist/lib/client/{createPopupAutoResize-CGNiLhGq.js → createPopupAutoResize-Dn-stj-8.js} +1 -1
- package/dist/lib/client/{createTransitionStatus-B1L-whed.js → createTransitionStatus-BL_cPSEA.js} +12 -12
- package/dist/lib/client/dialog/index.js +1 -1
- package/dist/lib/client/{dialog-DkaQwIgP.js → dialog-B9tR9X48.js} +2 -2
- package/dist/lib/client/drawer/index.js +1 -1
- package/dist/lib/client/drawer-dyr3_sKQ.js +1539 -0
- package/dist/lib/client/field/index.js +1 -1
- package/dist/lib/client/field-CjUAjp1m.js +483 -0
- package/dist/lib/client/fieldset/index.js +1 -1
- package/dist/lib/client/fieldset-Byqk3noT.js +70 -0
- package/dist/lib/client/form/index.js +1 -1
- package/dist/lib/client/form-6Ne_bWQX.js +109 -0
- package/dist/lib/client/index.js +44 -42
- package/dist/lib/client/input/index.js +1 -1
- package/dist/lib/client/{input-gb0ejxkm.js → input-_QHvSSqM.js} +1 -1
- package/dist/lib/client/internals/form-context/index.js +1 -1
- package/dist/lib/client/internals/labelable-provider/index.js +1 -1
- package/dist/lib/client/menu/index.js +1 -1
- package/dist/lib/client/menu-DLqUBmMK.js +334 -0
- package/dist/lib/client/menubar/index.js +1 -1
- package/dist/lib/client/menubar-DhPRUQZ6.js +163 -0
- package/dist/lib/client/{mergeStyleValue-C4ITiiIV.js → mergeStyleValue-DhTA9Nwe.js} +7 -3
- package/dist/lib/client/meter/index.js +1 -1
- package/dist/lib/client/meter-BvWdppcx.js +178 -0
- package/dist/lib/client/navigation-menu/index.js +1 -1
- package/dist/lib/client/navigation-menu-mVHV41Ky.js +1070 -0
- package/dist/lib/client/number-field/index.js +1 -1
- package/dist/lib/client/number-field-DusLw_0X.js +1043 -0
- package/dist/lib/client/otp-field/index.js +1 -1
- package/dist/lib/client/otp-field-D-B9tZzF.js +584 -0
- package/dist/lib/client/popover/index.js +1 -1
- package/dist/lib/client/popover-Cv7xn0nW.js +938 -0
- package/dist/lib/client/popupStateMapping-C6jQ_LKo.js +371 -0
- package/dist/lib/client/preview-card/index.js +1 -1
- package/dist/lib/client/preview-card-FTN_aafM.js +632 -0
- package/dist/lib/client/progress/index.js +1 -1
- package/dist/lib/client/progress-AVKxvgpc.js +195 -0
- package/dist/lib/client/radio/index.js +1 -1
- package/dist/lib/client/radio-DA_oZhQT.js +284 -0
- package/dist/lib/client/radio-group/index.js +1 -1
- package/dist/lib/client/radio-group-CWtQxWDl.js +195 -0
- package/dist/lib/client/runOnceAnimationsFinish-CFADb4CN.js +49 -0
- package/dist/lib/client/{safePolygon--bbKn0c8.js → safePolygon-DJG0VIVo.js} +4 -0
- package/dist/lib/client/scroll-area/index.js +1 -1
- package/dist/lib/client/scroll-area-NCr49LkD.js +717 -0
- package/dist/lib/client/select/index.js +1 -1
- package/dist/lib/client/select-DSPJt7Rk.js +1933 -0
- package/dist/lib/client/separator/index.js +1 -1
- package/dist/lib/client/slider/index.js +1 -1
- package/dist/lib/client/slider-CWq9hxFf.js +927 -0
- package/dist/lib/client/switch/index.js +1 -1
- package/dist/lib/client/switch-CPl7QHKI.js +306 -0
- package/dist/lib/client/tabs/index.js +1 -1
- package/dist/lib/client/tabs-Bn4rZDyZ.js +692 -0
- package/dist/lib/client/toast/index.js +1 -1
- package/dist/lib/client/toast-7LdqZWOs.js +1118 -0
- package/dist/lib/client/toggle/index.js +1 -1
- package/dist/lib/client/toggle-CsC37e3e.js +142 -0
- package/dist/lib/client/toggle-group/index.js +1 -1
- package/dist/lib/client/toggle-group-DSWb9HxN.js +134 -0
- package/dist/lib/client/toolbar/index.js +1 -1
- package/dist/lib/client/toolbar-DcCi3HNp.js +504 -0
- package/dist/lib/client/tooltip/index.js +1 -1
- package/dist/lib/client/tooltip-D-PkGco9.js +849 -0
- package/dist/lib/client/use-render/index.js +2 -0
- package/dist/lib/client/useFilteredItems-B7z2CGMV.js +2270 -0
- package/dist/lib/client/useRender-CxZ8PI-g.js +12 -0
- package/dist/lib/server/{DialogHandle-ATZlm9RC.js → DialogHandle-nJSSy_jM.js} +24 -33
- package/dist/lib/server/{DialogPopup-BebI-w5P.js → DialogPopup-Da1aIxVA.js} +10 -13
- package/dist/lib/server/{FieldControl-Y_kI7ARp.js → FieldControl-BDeNR3ug.js} +56 -20
- package/dist/lib/server/{FocusManager-BrbZVWME.js → FocusManager-1LfoCsya.js} +1 -3
- package/dist/lib/server/{FormContext-pvESt85v.js → FormContext-CYwo_ZnB.js} +1 -0
- package/dist/lib/server/{LabelableContext-DZP3rgAY.js → LabelableContext-BTeF0IWb.js} +4 -6
- package/dist/lib/server/{MenuSubmenuTrigger-DA4gsv6z.js → MenuSubmenuTrigger-rR8ZN7YR.js} +133 -166
- package/dist/lib/server/{PopupHandle-DthPgNjy.js → PopupHandle-Ct6wywmP.js} +1 -1
- package/dist/lib/server/{PopupStore-DEs3FAEe.js → PopupStore-kHjFPiQ5.js} +38 -14
- package/dist/lib/server/{PopupViewport-3r_KTFwX.js → PopupViewport-DftN5VUp.js} +2 -2
- package/dist/lib/server/{Separator-vhhYxWGr.js → Separator-DTvtnxzP.js} +4 -6
- package/dist/lib/server/TriggerFocusGuards-CvoGfft9.js +61 -0
- package/dist/lib/server/accordion/index.js +32 -70
- package/dist/lib/server/alert-dialog/index.js +2 -2
- package/dist/lib/server/autocomplete/index.js +14 -5
- package/dist/lib/server/avatar/index.js +90 -51
- package/dist/lib/server/button/index.js +8 -9
- package/dist/lib/server/checkbox/index.js +30 -57
- package/dist/lib/server/checkbox-group/index.js +20 -10
- package/dist/lib/server/collapsible/index.js +36 -43
- package/dist/lib/server/combobox/index.js +64 -35
- package/dist/lib/server/{constants-9H__9xbS.js → constants-D7ciIzsV.js} +8 -3
- package/dist/lib/server/context-menu/index.js +7 -9
- package/dist/lib/server/{createAnchorPositioning-C-cVOPwz.js → createAnchorPositioning-B5Y0WEev.js} +11 -6
- package/dist/lib/server/{createCollapsiblePanel-DTyVJz0G.js → createCollapsiblePanel-B45kTe6v.js} +1 -1
- package/dist/lib/server/{createFocusInteraction-EIS0QOel.js → createFocusInteraction-DMyKsniI.js} +22 -2
- package/dist/lib/server/createLabelableId-WMUKtY6s.js +18 -0
- package/dist/lib/server/{createPopupAutoResize-DO50jjNX.js → createPopupAutoResize-ImBjwdj_.js} +1 -1
- package/dist/lib/server/{createTransitionStatus-BTlrerSS.js → createTransitionStatus-184v7j3-.js} +2 -2
- package/dist/lib/server/dialog/index.js +2 -2
- package/dist/lib/server/drawer/index.js +63 -71
- package/dist/lib/server/field/index.js +105 -93
- package/dist/lib/server/fieldset/index.js +13 -16
- package/dist/lib/server/form/index.js +16 -12
- package/dist/lib/server/index.js +5 -3
- package/dist/lib/server/input/index.js +1 -1
- package/dist/lib/server/internals/form-context/index.js +1 -1
- package/dist/lib/server/internals/labelable-provider/index.js +1 -1
- package/dist/lib/server/menu/index.js +21 -20
- package/dist/lib/server/menubar/index.js +6 -31
- package/dist/lib/server/{mergeStyleValue-Db8bRCM4.js → mergeStyleValue-BwJ10_X2.js} +6 -1
- package/dist/lib/server/meter/index.js +20 -32
- package/dist/lib/server/navigation-menu/index.js +53 -124
- package/dist/lib/server/number-field/index.js +44 -42
- package/dist/lib/server/otp-field/index.js +11 -14
- package/dist/lib/server/popover/index.js +42 -59
- package/dist/lib/server/{popupStateMapping-nKoUwoke.js → popupStateMapping-B2KsiiLb.js} +18 -16
- package/dist/lib/server/preview-card/index.js +30 -41
- package/dist/lib/server/progress/index.js +21 -33
- package/dist/lib/server/radio/index.js +18 -39
- package/dist/lib/server/radio-group/index.js +7 -8
- package/dist/lib/server/{runOnceAnimationsFinish-DCHzXWZU.js → runOnceAnimationsFinish-CYq38H8J.js} +2 -1
- package/dist/lib/server/{safePolygon-CAm5RJGv.js → safePolygon-C1GNJbKR.js} +5 -0
- package/dist/lib/server/scroll-area/index.js +23 -32
- package/dist/lib/server/select/index.js +95 -181
- package/dist/lib/server/separator/index.js +1 -1
- package/dist/lib/server/slider/index.js +25 -38
- package/dist/lib/server/switch/index.js +13 -23
- package/dist/lib/server/tabs/index.js +185 -129
- package/dist/lib/server/toast/index.js +49 -66
- package/dist/lib/server/toggle/index.js +4 -6
- package/dist/lib/server/toggle-group/index.js +9 -7
- package/dist/lib/server/toolbar/index.js +62 -79
- package/dist/lib/server/tooltip/index.js +28 -37
- package/dist/lib/server/use-render/index.js +2 -0
- package/dist/lib/server/{useFilteredItems-DvuctLt3.js → useFilteredItems-DCxq20Is.js} +164 -189
- package/dist/lib/server/useRender-CryVdCjs.js +16 -0
- package/dist/lib/types/accordion/header/AccordionHeader.d.ts +1 -1
- package/dist/lib/types/accordion/item/AccordionItem.d.ts +1 -1
- package/dist/lib/types/accordion/panel/AccordionPanel.d.ts +1 -1
- package/dist/lib/types/accordion/root/AccordionRoot.d.ts +2 -7
- package/dist/lib/types/accordion/trigger/AccordionTrigger.d.ts +1 -1
- package/dist/lib/types/alert-dialog/trigger/AlertDialogTrigger.d.ts +1 -2
- package/dist/lib/types/autocomplete/trigger/AutocompleteTrigger.d.ts +1 -0
- package/dist/lib/types/avatar/fallback/AvatarFallback.d.ts +2 -2
- package/dist/lib/types/avatar/image/AvatarImage.d.ts +9 -3
- package/dist/lib/types/avatar/image/createImageLoadingStatus.d.ts +3 -2
- package/dist/lib/types/avatar/root/AvatarRoot.d.ts +1 -1
- package/dist/lib/types/button/Button.d.ts +1 -1
- package/dist/lib/types/checkbox-group/CheckboxGroupContext.d.ts +4 -1
- package/dist/lib/types/collapsible/panel/CollapsiblePanel.d.ts +1 -1
- package/dist/lib/types/collapsible/root/CollapsibleRoot.d.ts +1 -1
- package/dist/lib/types/collapsible/trigger/CollapsibleTrigger.d.ts +1 -1
- package/dist/lib/types/combobox/index.d.ts +2 -0
- package/dist/lib/types/combobox/index.parts.d.ts +1 -0
- package/dist/lib/types/combobox/items/createItems.d.ts +42 -0
- package/dist/lib/types/combobox/root/AriaCombobox.d.ts +4 -0
- package/dist/lib/types/combobox/root/ComboboxRoot.d.ts +12 -8
- package/dist/lib/types/combobox/root/ComboboxRootContext.d.ts +2 -0
- package/dist/lib/types/combobox/trigger/ComboboxTrigger.d.ts +1 -0
- package/dist/lib/types/dialog/backdrop/DialogBackdrop.d.ts +1 -1
- package/dist/lib/types/dialog/description/DialogDescription.d.ts +1 -1
- package/dist/lib/types/dialog/title/DialogTitle.d.ts +1 -1
- package/dist/lib/types/dialog/viewport/DialogViewport.d.ts +1 -1
- package/dist/lib/types/drawer/backdrop/DrawerBackdrop.d.ts +1 -1
- package/dist/lib/types/drawer/content/DrawerContent.d.ts +1 -1
- package/dist/lib/types/drawer/indent/DrawerIndent.d.ts +1 -1
- package/dist/lib/types/drawer/indent-background/DrawerIndentBackground.d.ts +1 -1
- package/dist/lib/types/field/root/FieldRoot.d.ts +1 -1
- package/dist/lib/types/field/root/createFieldValidation.d.ts +3 -2
- package/dist/lib/types/fieldset/legend/FieldsetLegend.d.ts +1 -1
- package/dist/lib/types/fieldset/root/FieldsetRoot.d.ts +1 -1
- package/dist/lib/types/index.d.ts +1 -0
- package/dist/lib/types/internals/createTransitionStatus.d.ts +1 -1
- package/dist/lib/types/internals/form-context/FormContext.d.ts +1 -0
- package/dist/lib/types/internals/labelable-provider/LabelableContext.d.ts +1 -0
- package/dist/lib/types/internals/labelable-provider/createLabelableId.d.ts +3 -0
- package/dist/lib/types/internals/overlay/PopupPortal.d.ts +4 -2
- package/dist/lib/types/internals/overlay/createPopupPresence.d.ts +1 -0
- package/dist/lib/types/menu/root/MenuRootContext.d.ts +1 -0
- package/dist/lib/types/meter/indicator/MeterIndicator.d.ts +1 -1
- package/dist/lib/types/meter/label/MeterLabel.d.ts +1 -1
- package/dist/lib/types/meter/root/MeterRoot.d.ts +1 -1
- package/dist/lib/types/meter/track/MeterTrack.d.ts +1 -1
- package/dist/lib/types/meter/value/MeterValue.d.ts +1 -1
- package/dist/lib/types/navigation-menu/trigger/NavigationMenuTrigger.d.ts +1 -0
- package/dist/lib/types/number-field/root/NumberFieldRootContext.d.ts +1 -0
- package/dist/lib/types/popover/arrow/PopoverArrow.d.ts +1 -1
- package/dist/lib/types/popover/backdrop/PopoverBackdrop.d.ts +1 -1
- package/dist/lib/types/popover/description/PopoverDescription.d.ts +1 -1
- package/dist/lib/types/popover/positioner/PopoverPositioner.d.ts +1 -1
- package/dist/lib/types/popover/title/PopoverTitle.d.ts +1 -1
- package/dist/lib/types/preview-card/arrow/PreviewCardArrow.d.ts +1 -1
- package/dist/lib/types/preview-card/backdrop/PreviewCardBackdrop.d.ts +1 -1
- package/dist/lib/types/preview-card/positioner/PreviewCardPositioner.d.ts +1 -1
- package/dist/lib/types/progress/indicator/ProgressIndicator.d.ts +1 -1
- package/dist/lib/types/progress/label/ProgressLabel.d.ts +1 -1
- package/dist/lib/types/progress/root/ProgressRoot.d.ts +1 -1
- package/dist/lib/types/progress/track/ProgressTrack.d.ts +1 -1
- package/dist/lib/types/progress/value/ProgressValue.d.ts +1 -1
- package/dist/lib/types/radio/indicator/RadioIndicator.d.ts +2 -2
- package/dist/lib/types/scroll-area/content/ScrollAreaContent.d.ts +1 -1
- package/dist/lib/types/scroll-area/corner/ScrollAreaCorner.d.ts +1 -1
- package/dist/lib/types/scroll-area/root/ScrollAreaRoot.d.ts +1 -1
- package/dist/lib/types/scroll-area/scrollbar/ScrollAreaScrollbar.d.ts +2 -1
- package/dist/lib/types/scroll-area/thumb/ScrollAreaThumb.d.ts +1 -1
- package/dist/lib/types/scroll-area/viewport/ScrollAreaViewport.d.ts +1 -1
- package/dist/lib/types/separator/Separator.d.ts +1 -1
- package/dist/lib/types/tabs/indicator/prehydrationScript.d.ts +1 -1
- package/dist/lib/types/tabs/list/TabsList.d.ts +1 -1
- package/dist/lib/types/tabs/panel/TabsPanel.d.ts +1 -1
- package/dist/lib/types/tabs/root/TabsRoot.d.ts +1 -1
- package/dist/lib/types/tabs/tab/TabsTab.d.ts +1 -1
- package/dist/lib/types/toast/createToastManager.d.ts +2 -2
- package/dist/lib/types/toast/store/ToastStore.d.ts +1 -1
- package/dist/lib/types/toast/useToastManager.d.ts +1 -1
- package/dist/lib/types/toggle/Toggle.d.ts +1 -1
- package/dist/lib/types/toggle-group/ToggleGroup.d.ts +1 -1
- package/dist/lib/types/toolbar/group/ToolbarGroup.d.ts +1 -1
- package/dist/lib/types/toolbar/link/ToolbarLink.d.ts +1 -1
- package/dist/lib/types/toolbar/root/ToolbarRoot.d.ts +1 -1
- package/dist/lib/types/toolbar/separator/ToolbarSeparator.d.ts +1 -1
- package/dist/lib/types/tooltip/arrow/TooltipArrow.d.ts +1 -1
- package/dist/lib/types/tooltip/positioner/TooltipPositioner.d.ts +1 -1
- package/dist/lib/types/types/index.d.ts +7 -3
- package/dist/lib/types/use-render/index.d.ts +2 -0
- package/dist/lib/types/use-render/useRender.d.ts +10 -0
- package/package.json +24 -11
- package/dist/lib/client/DialogHandle-DrN2YWCv.js +0 -518
- package/dist/lib/client/DialogPopup-ZlqmGfdk.js +0 -136
- package/dist/lib/client/FieldControl-Bc-z2og6.js +0 -116
- package/dist/lib/client/MenuSubmenuTrigger-QZkQ0F2v.js +0 -1570
- package/dist/lib/client/Separator-9DboD_Si.js +0 -25
- package/dist/lib/client/TriggerFocusGuards-CQ-JuASy.js +0 -56
- package/dist/lib/client/accordion-sOXt9AlG.js +0 -399
- package/dist/lib/client/avatar-AF9vyD4q.js +0 -146
- package/dist/lib/client/button-DpUi-2g8.js +0 -82
- package/dist/lib/client/checkbox-BbAwOptH.js +0 -441
- package/dist/lib/client/checkbox-group-CSSp_805.js +0 -128
- package/dist/lib/client/collapsible-BIbje_ub.js +0 -232
- package/dist/lib/client/combobox-8O-vgTLL.js +0 -352
- package/dist/lib/client/context-menu-BTMkXtrs.js +0 -217
- package/dist/lib/client/createFocusInteraction-D4w1-235.js +0 -50
- package/dist/lib/client/drawer-Ce2cChLt.js +0 -1550
- package/dist/lib/client/field-C-o7jzKW.js +0 -469
- package/dist/lib/client/fieldset-BQTAWv2L.js +0 -65
- package/dist/lib/client/form-BINBiW5L.js +0 -106
- package/dist/lib/client/menu-DeMT08oD.js +0 -326
- package/dist/lib/client/menubar-C4aomSYv.js +0 -185
- package/dist/lib/client/meter-xSU37Q0m.js +0 -171
- package/dist/lib/client/navigation-menu-ZILQmdn6.js +0 -1083
- package/dist/lib/client/number-field-B8CsTb_8.js +0 -1035
- package/dist/lib/client/otp-field-DBkMcnog.js +0 -582
- package/dist/lib/client/popover-CQwyp-fs.js +0 -929
- package/dist/lib/client/popupStateMapping-C9eZl19i.js +0 -367
- package/dist/lib/client/preview-card-D_2Q8lpC.js +0 -625
- package/dist/lib/client/progress-D7r0xAC9.js +0 -188
- package/dist/lib/client/radio-CzGQ81z1.js +0 -299
- package/dist/lib/client/radio-group-DpHlBKA6.js +0 -193
- package/dist/lib/client/runOnceAnimationsFinish-15EM-Z4l.js +0 -48
- package/dist/lib/client/scroll-area-CffM4U0R.js +0 -701
- package/dist/lib/client/select-IFhiEg73.js +0 -1940
- package/dist/lib/client/slider-BCagYmGp.js +0 -921
- package/dist/lib/client/switch-RIJeDnvS.js +0 -308
- package/dist/lib/client/tabs-fOAKs7r3.js +0 -696
- package/dist/lib/client/toast-D2P8UqUs.js +0 -1108
- package/dist/lib/client/toggle-group-0Aue0owJ.js +0 -129
- package/dist/lib/client/toggle-momVEIBL.js +0 -138
- package/dist/lib/client/toolbar-Du22aKCv.js +0 -492
- package/dist/lib/client/tooltip-CyK61fl1.js +0 -844
- package/dist/lib/client/useFilteredItems-DTekHz39.js +0 -2223
- package/dist/lib/client/withoutComponentBinding-CcCW7fSc.js +0 -13
- package/dist/lib/server/TriggerFocusGuards-sbGwf45f.js +0 -63
- package/dist/lib/server/withoutComponentBinding-BHaWr5kU.js +0 -20
- package/dist/lib/types/internals/withoutComponentBinding.d.ts +0 -7
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import { t as e } from "./useRender-CxZ8PI-g.js";
|
|
2
|
+
import { getStateAttributesProps as t } from "./internals/getStateAttributesProps.js";
|
|
3
|
+
import { n, t as r } from "./resolveStyle-XcgAuaKR.js";
|
|
4
|
+
import { composeEventHandlers as i } from "./internals/composeEventHandlers.js";
|
|
5
|
+
import { t as a } from "./FocusManager-NP1uPXTi.js";
|
|
6
|
+
import { d as o, f as s, h as c, s as l, u } from "./DialogHandle-BGyIbcvg.js";
|
|
7
|
+
import { createComponent as d, getNextElement as f, mergeProps as p, runHydrationEvents as m, spread as h, template as g } from "@solidjs/web";
|
|
8
|
+
import { Show as _, createEffect as v, createMemo as y, omit as b, onCleanup as x } from "solid-js";
|
|
9
|
+
//#region src/dialog/backdrop/DialogBackdrop.tsx
|
|
10
|
+
var S = /* @__PURE__ */ g("<div>");
|
|
11
|
+
function C(i) {
|
|
12
|
+
let a = c(), l = i, u = b(i, "render", "class", "forceRender", "ref", "style"), g = y(() => ({
|
|
13
|
+
open: a.store.open(),
|
|
14
|
+
transitionStatus: a.store.track().transitionStatus
|
|
15
|
+
})), v = e(i, () => g(), (e) => (() => {
|
|
16
|
+
var t = f(S);
|
|
17
|
+
return h(t, e, !1), m(), t;
|
|
18
|
+
})()), C = y(() => n(i.class, g())), w = y(() => s({
|
|
19
|
+
"user-select": "none",
|
|
20
|
+
"-webkit-user-select": "none"
|
|
21
|
+
}, r(i.style, g()))), T = y(() => t(g(), o)), E = y(() => !!l.forceRender || !a.nested);
|
|
22
|
+
function D() {
|
|
23
|
+
let e = null;
|
|
24
|
+
return x(() => {
|
|
25
|
+
a.backdropElement() === e && a.setBackdropElement(null);
|
|
26
|
+
}), d(v, p({
|
|
27
|
+
ref: [((t) => {
|
|
28
|
+
e = t, a.setBackdropElement(t);
|
|
29
|
+
}), l.ref],
|
|
30
|
+
role: "presentation",
|
|
31
|
+
get hidden() {
|
|
32
|
+
return !a.presence.mounted();
|
|
33
|
+
},
|
|
34
|
+
get class() {
|
|
35
|
+
return C();
|
|
36
|
+
},
|
|
37
|
+
get style() {
|
|
38
|
+
return w();
|
|
39
|
+
}
|
|
40
|
+
}, T, u));
|
|
41
|
+
}
|
|
42
|
+
return d(_, {
|
|
43
|
+
get when() {
|
|
44
|
+
return E();
|
|
45
|
+
},
|
|
46
|
+
get children() {
|
|
47
|
+
return d(D, {});
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
//#endregion
|
|
52
|
+
//#region src/dialog/popup/DialogPopup.tsx
|
|
53
|
+
var w = /* @__PURE__ */ g("<div>"), T = /* @__PURE__ */ new Set([
|
|
54
|
+
"ArrowUp",
|
|
55
|
+
"ArrowDown",
|
|
56
|
+
"ArrowLeft",
|
|
57
|
+
"ArrowRight",
|
|
58
|
+
"Home",
|
|
59
|
+
"End"
|
|
60
|
+
]);
|
|
61
|
+
function E(o) {
|
|
62
|
+
l();
|
|
63
|
+
let g = c(), _ = o, S = b(o, "render", "class", "finalFocus", "id", "initialFocus", "onKeyDown", "ref", "style"), C = y(() => ({
|
|
64
|
+
open: g.store.open(),
|
|
65
|
+
transitionStatus: g.store.track().transitionStatus,
|
|
66
|
+
nested: g.nested,
|
|
67
|
+
nestedDialogOpen: g.nestedOpenDialogCount() > 0
|
|
68
|
+
})), E = e(o, () => C(), (e) => (() => {
|
|
69
|
+
var t = f(w);
|
|
70
|
+
return h(t, e, !1), m(), t;
|
|
71
|
+
})()), D = y(() => n(o.class, C())), O = y(() => s({ "--nested-dialogs": g.nestedOpenDialogCount() }, r(o.style, C()))), k = y(() => t(C(), u)), A = y(() => _.id ?? g.store.context.floatingId), j = y(() => _.initialFocus ?? ((e) => e !== "touch" || g.store.state.popupElement)), M = i(() => _.onKeyDown, () => (e) => {
|
|
72
|
+
T.has(e.key) && e.stopPropagation();
|
|
73
|
+
}), N = null;
|
|
74
|
+
v(() => A(), (e) => {
|
|
75
|
+
g.store.setPopupId(e);
|
|
76
|
+
}), x(() => {
|
|
77
|
+
g.store.state.popupElement === N && g.store.setPopupElement(null);
|
|
78
|
+
});
|
|
79
|
+
let P = d(E, p({
|
|
80
|
+
ref: [((e) => {
|
|
81
|
+
N = e, g.store.setPopupElement(e);
|
|
82
|
+
}), _.ref],
|
|
83
|
+
get id() {
|
|
84
|
+
return A();
|
|
85
|
+
},
|
|
86
|
+
get role() {
|
|
87
|
+
return g.role;
|
|
88
|
+
},
|
|
89
|
+
tabIndex: -1,
|
|
90
|
+
"data-base-ui-focusable": "",
|
|
91
|
+
get hidden() {
|
|
92
|
+
return !g.presence.mounted();
|
|
93
|
+
},
|
|
94
|
+
get "aria-labelledby"() {
|
|
95
|
+
return g.titleId();
|
|
96
|
+
},
|
|
97
|
+
get "aria-describedby"() {
|
|
98
|
+
return g.descriptionId();
|
|
99
|
+
},
|
|
100
|
+
get class() {
|
|
101
|
+
return D();
|
|
102
|
+
},
|
|
103
|
+
get style() {
|
|
104
|
+
return O();
|
|
105
|
+
},
|
|
106
|
+
onKeyDown: M
|
|
107
|
+
}, k, S));
|
|
108
|
+
return d(a, {
|
|
109
|
+
get context() {
|
|
110
|
+
return g.store.context.floatingRoot;
|
|
111
|
+
},
|
|
112
|
+
get tree() {
|
|
113
|
+
return g.tree;
|
|
114
|
+
},
|
|
115
|
+
get disabled() {
|
|
116
|
+
return !g.presence.mounted();
|
|
117
|
+
},
|
|
118
|
+
get closeOnFocusOut() {
|
|
119
|
+
return !g.disablePointerDismissal();
|
|
120
|
+
},
|
|
121
|
+
get initialFocus() {
|
|
122
|
+
return j();
|
|
123
|
+
},
|
|
124
|
+
get returnFocus() {
|
|
125
|
+
return _.finalFocus;
|
|
126
|
+
},
|
|
127
|
+
get modal() {
|
|
128
|
+
return g.modal() !== !1;
|
|
129
|
+
},
|
|
130
|
+
restoreFocus: "popup",
|
|
131
|
+
get openInteractionType() {
|
|
132
|
+
return g.store.openMethod();
|
|
133
|
+
},
|
|
134
|
+
children: P
|
|
135
|
+
});
|
|
136
|
+
}
|
|
137
|
+
//#endregion
|
|
138
|
+
export { C as n, E as t };
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import { t as e } from "./useRender-CxZ8PI-g.js";
|
|
2
|
+
import { getStateAttributesProps as t } from "./internals/getStateAttributesProps.js";
|
|
3
|
+
import { w as n } from "./reasons-Co5CzjKq.js";
|
|
4
|
+
import { n as r, t as i } from "./resolveStyle-XcgAuaKR.js";
|
|
5
|
+
import { createChangeEventDetails as a } from "./internals/createBaseUIEventDetails.js";
|
|
6
|
+
import { composeEventHandlers as o } from "./internals/composeEventHandlers.js";
|
|
7
|
+
import { fieldStateAttributesMapping as s } from "./internals/field-constants.js";
|
|
8
|
+
import { n as c } from "./FieldRootContext-izCEh80D.js";
|
|
9
|
+
import { n as ee } from "./FormContext-CwLBtm_d.js";
|
|
10
|
+
import { r as l } from "./LabelableContext-CmQF-TX2.js";
|
|
11
|
+
import { t as u } from "./createLabelableId-DxJRwMUJ.js";
|
|
12
|
+
import { createComponent as te, getNextElement as ne, mergeProps as d, runHydrationEvents as f, spread as p, template as m } from "@solidjs/web";
|
|
13
|
+
import { createEffect as h, createMemo as g, createSignal as _, createUniqueId as v, omit as y, onCleanup as b, onSettled as x, untrack as S } from "solid-js";
|
|
14
|
+
//#region src/field/control/FieldControl.tsx
|
|
15
|
+
var C = /* @__PURE__ */ m("<input>");
|
|
16
|
+
function w(m) {
|
|
17
|
+
let w = c(!0), D = ee(), O = l(), k = m, A = m, j = Symbol("FieldControl"), M = !1, N = S(() => k.value !== void 0), P = () => k.value == null ? void 0 : String(k.value), F = S(P), I, L = !1, R = O.defaultControlId, z = typeof R == "string" ? R : `base-ui-${v()}`, [B, V] = _(), H = y(A, "aria-describedby", "aria-labelledby", "render", "autofocus", "class", "defaultValue", "disabled", "id", "name", "onBlur", "onFocus", "onInput", "onKeyDown", "onValueChange", "ref", "style", "value"), U = u(() => k.id, z), W = g(() => w.disabled() || (k.disabled ?? !1)), G = g(() => w.name() ?? k.name), K = g(() => ({
|
|
18
|
+
...w.state(),
|
|
19
|
+
disabled: W()
|
|
20
|
+
})), q = g(() => r(m.class, K())), J = e(m, () => K(), (e) => (() => {
|
|
21
|
+
var t = ne(C);
|
|
22
|
+
return p(t, e, !1), f(), t;
|
|
23
|
+
})()), Y = g(() => i(m.style, K())), X = g(() => t(K(), s)), Z = () => {
|
|
24
|
+
if (k.value !== void 0) return P();
|
|
25
|
+
let e = B();
|
|
26
|
+
return T(e) ? e.value : k.defaultValue;
|
|
27
|
+
}, Q = {
|
|
28
|
+
id: z,
|
|
29
|
+
name: void 0,
|
|
30
|
+
value: Z,
|
|
31
|
+
getValue: () => {
|
|
32
|
+
let e = B();
|
|
33
|
+
return T(e) ? e.value : Z();
|
|
34
|
+
},
|
|
35
|
+
getControl: () => B() ?? null
|
|
36
|
+
}, re = o(() => k.onInput), ie = o(() => k.onFocus), ae = o(() => k.onBlur), oe = o(() => k.onKeyDown);
|
|
37
|
+
function $(e) {
|
|
38
|
+
if (V(e), M || !T(e)) return;
|
|
39
|
+
M = !0;
|
|
40
|
+
let t = S(() => k.defaultValue);
|
|
41
|
+
if (S(() => k.value) === void 0 && t !== void 0 && !Array.isArray(t)) {
|
|
42
|
+
let n = String(t);
|
|
43
|
+
"defaultValue" in e && (e.defaultValue = n), e.value = n;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
function se(e) {
|
|
47
|
+
if (re.call(e.currentTarget, e), e.baseUIHandlerPrevented) return;
|
|
48
|
+
let t = E(e.currentTarget), r = a(n, e);
|
|
49
|
+
if (k.onValueChange?.(t, r), N) {
|
|
50
|
+
let t = e.currentTarget;
|
|
51
|
+
queueMicrotask(() => {
|
|
52
|
+
!L && T(t) && (t.value = P() ?? "");
|
|
53
|
+
});
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
w.setDirty(t !== (w.validityData().initialValue ?? "")), w.setFilled(t !== ""), !e.defaultPrevented && !r.isCanceled && (D.clearError(G()), w.validation.change(t));
|
|
57
|
+
}
|
|
58
|
+
function ce(e) {
|
|
59
|
+
ie.call(e.currentTarget, e), !e.baseUIHandlerPrevented && w.setFocused(!0);
|
|
60
|
+
}
|
|
61
|
+
function le(e) {
|
|
62
|
+
if (ae.call(e.currentTarget, e), !e.baseUIHandlerPrevented && (w.setTouched(!0), w.setFocused(!1), w.validationMode() === "onBlur")) {
|
|
63
|
+
let t = E(e.currentTarget);
|
|
64
|
+
w.validation.commit(t), N && queueMicrotask(() => {
|
|
65
|
+
if (L) return;
|
|
66
|
+
let e = P();
|
|
67
|
+
e !== void 0 && e !== t && e !== (w.validityData().initialValue ?? "") && w.validation.commit(e);
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
function ue(e) {
|
|
72
|
+
if (oe.call(e.currentTarget, e), !e.baseUIHandlerPrevented && e.currentTarget.tagName === "INPUT" && e.key === "Enter") {
|
|
73
|
+
w.setTouched(!0);
|
|
74
|
+
let t = e.currentTarget;
|
|
75
|
+
if (t.form && t.form === D.formElement() && !e.defaultPrevented) {
|
|
76
|
+
let e = D.submitCount();
|
|
77
|
+
clearTimeout(I), I = setTimeout(() => {
|
|
78
|
+
D.submitCount() === e && w.validation.commit(t.value);
|
|
79
|
+
}, 0);
|
|
80
|
+
} else w.validation.commit(t.value);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
return h(() => ({
|
|
84
|
+
id: U(),
|
|
85
|
+
name: k.name,
|
|
86
|
+
disabled: W(),
|
|
87
|
+
element: B()
|
|
88
|
+
}), (e) => {
|
|
89
|
+
Q.id = e.id, Q.name = e.name, w.registerFieldControl(j, e.disabled || !e.element ? void 0 : Q);
|
|
90
|
+
}), h(() => B(), (e) => {
|
|
91
|
+
if (T(e)) return w.validation.registerInput(j, e, () => S(() => B() ?? null));
|
|
92
|
+
}), h(P, (e) => S(() => {
|
|
93
|
+
e !== void 0 && (w.setFilled(e !== ""), e !== F && (F = e, D.clearError(G()), w.setDirty(e !== (w.validityData().initialValue ?? "")), w.validation.change(e)));
|
|
94
|
+
})), x(() => {
|
|
95
|
+
let e = B();
|
|
96
|
+
T(e) && w.setFilled(e.value !== ""), k.autofocus && e?.ownerDocument.activeElement === e && w.setFocused(!0);
|
|
97
|
+
}), b(() => {
|
|
98
|
+
L = !0, clearTimeout(I), w.registerFieldControl(j, void 0);
|
|
99
|
+
}), te(J, d({
|
|
100
|
+
ref: [$, k.ref],
|
|
101
|
+
get id() {
|
|
102
|
+
return U();
|
|
103
|
+
},
|
|
104
|
+
get class() {
|
|
105
|
+
return q();
|
|
106
|
+
},
|
|
107
|
+
get style() {
|
|
108
|
+
return Y();
|
|
109
|
+
},
|
|
110
|
+
get name() {
|
|
111
|
+
return G();
|
|
112
|
+
},
|
|
113
|
+
get disabled() {
|
|
114
|
+
return W();
|
|
115
|
+
}
|
|
116
|
+
}, () => k.value === void 0 ? { defaultValue: k.defaultValue } : { value: k.value }, {
|
|
117
|
+
get autofocus() {
|
|
118
|
+
return k.autofocus;
|
|
119
|
+
},
|
|
120
|
+
get "aria-labelledby"() {
|
|
121
|
+
return k["aria-labelledby"] ?? O.labelId();
|
|
122
|
+
},
|
|
123
|
+
get "aria-describedby"() {
|
|
124
|
+
return O.getAriaDescribedBy(k["aria-describedby"]);
|
|
125
|
+
},
|
|
126
|
+
get "aria-invalid"() {
|
|
127
|
+
return K().valid === !1 && !W() ? "true" : void 0;
|
|
128
|
+
},
|
|
129
|
+
onInput: se,
|
|
130
|
+
onFocus: ce,
|
|
131
|
+
onBlur: le,
|
|
132
|
+
onKeyDown: ue
|
|
133
|
+
}, X, H));
|
|
134
|
+
}
|
|
135
|
+
function T(e) {
|
|
136
|
+
return !!(e && (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA"));
|
|
137
|
+
}
|
|
138
|
+
function E(e) {
|
|
139
|
+
return "value" in e ? String(e.value) : "";
|
|
140
|
+
}
|
|
141
|
+
//#endregion
|
|
142
|
+
export { w as t };
|
|
@@ -2,7 +2,7 @@ import { u as e } from "./reasons-Co5CzjKq.js";
|
|
|
2
2
|
import { createChangeEventDetails as t } from "./internals/createBaseUIEventDetails.js";
|
|
3
3
|
import { c as n, d as r, f as i, i as a, n as o, o as s, p as c, r as l, t as u, u as d } from "./dom-BEAeQ9Eb.js";
|
|
4
4
|
import { a as f, o as p } from "./FloatingTree-23B7KKPD.js";
|
|
5
|
-
import { c as m, g as h, h as g, l as _, m as v, p as y, s as b, u as x } from "./popupStateMapping-
|
|
5
|
+
import { c as m, g as h, h as g, l as _, m as v, p as y, s as b, u as x } from "./popupStateMapping-C6jQ_LKo.js";
|
|
6
6
|
import { applyRef as ee, createComponent as S, memo as C } from "@solidjs/web";
|
|
7
7
|
import { Show as w, createEffect as T, createMemo as E, untrack as D } from "solid-js";
|
|
8
8
|
//#region src/internals/overlay/markOthers.ts
|
|
@@ -324,11 +324,11 @@ function K(d) {
|
|
|
324
324
|
return S(h, {
|
|
325
325
|
"data-type": "inside",
|
|
326
326
|
ref: [m?.setBeforeInside, d.beforeContentGuardRef],
|
|
327
|
-
onFocus: (
|
|
327
|
+
onFocus: (e) => {
|
|
328
328
|
if (K()) {
|
|
329
329
|
let e = Z();
|
|
330
330
|
G(e[e.length - 1]);
|
|
331
|
-
} else m?.portalNode() && (O = !1, y(
|
|
331
|
+
} else m?.portalNode() && (O = !1, y(e, m.portalNode()) ? _(L())?.focus() : (U(d.previousFocusableElement) ?? m.beforeOutside())?.focus());
|
|
332
332
|
}
|
|
333
333
|
});
|
|
334
334
|
}
|
|
@@ -345,8 +345,8 @@ function K(d) {
|
|
|
345
345
|
var t = m?.setAfterInside;
|
|
346
346
|
typeof t == "function" || Array.isArray(t) ? ee(t, e) : m && (m.setAfterInside = e);
|
|
347
347
|
},
|
|
348
|
-
onFocus: (
|
|
349
|
-
K() ? G(Z()[0]) : m?.portalNode() && (J() && (O = !0), y(
|
|
348
|
+
onFocus: (e) => {
|
|
349
|
+
K() ? G(Z()[0]) : m?.portalNode() && (J() && (O = !0), y(e, m.portalNode()) ? x(L())?.focus() : (U(d.nextFocusableElement) ?? m.afterOutside())?.focus());
|
|
350
350
|
}
|
|
351
351
|
});
|
|
352
352
|
}
|
|
@@ -15,13 +15,9 @@ function o() {
|
|
|
15
15
|
function s(e = {}) {
|
|
16
16
|
let r = `base-ui-${n()}`, [a, o] = t(e.controlId === void 0 ? r : e.controlId), [s, c] = t(e.labelId), [l, u] = t(i), d = /* @__PURE__ */ new Map(), f = /* @__PURE__ */ new Map();
|
|
17
17
|
function p(e, t) {
|
|
18
|
-
|
|
19
|
-
d.delete(e);
|
|
20
|
-
return;
|
|
21
|
-
}
|
|
22
|
-
d.set(e, t), o((e) => {
|
|
18
|
+
t === void 0 ? d.delete(e) : d.set(e, t), o((e) => {
|
|
23
19
|
for (let t of d.values()) if (t === e) return e;
|
|
24
|
-
return d.values().next().value
|
|
20
|
+
return d.size ? d.values().next().value : r;
|
|
25
21
|
});
|
|
26
22
|
}
|
|
27
23
|
function m(e) {
|
|
@@ -35,6 +31,7 @@ function s(e = {}) {
|
|
|
35
31
|
return n.push(...e.parent?.messageIds() ?? i, ...l()), Array.from(new Set(n)).join(" ") || void 0;
|
|
36
32
|
}
|
|
37
33
|
return {
|
|
34
|
+
defaultControlId: r,
|
|
38
35
|
controlId: a,
|
|
39
36
|
labelId: s,
|
|
40
37
|
messageIds: l,
|