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,191 @@
|
|
|
1
|
+
import { t as e } from "./rolldown-runtime-Dy4uBu1J.js";
|
|
2
|
+
import { t } from "./useRender-CxZ8PI-g.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 "./runOnceAnimationsFinish-CFADb4CN.js";
|
|
6
|
+
import { t as o } from "./createTransitionStatus-BL_cPSEA.js";
|
|
7
|
+
import { createComponent as s, getNextElement as c, isServer as l, mergeProps as u, runHydrationEvents as d, spread as f, template as p } from "@solidjs/web";
|
|
8
|
+
import { Show as m, createContext as h, createEffect as g, createMemo as _, createSignal as v, omit as y, onCleanup as b, untrack as x, useContext as S } from "solid-js";
|
|
9
|
+
//#region src/avatar/root/AvatarRootContext.ts
|
|
10
|
+
var C = Symbol("AvatarRootContext"), w = h(C);
|
|
11
|
+
function T() {
|
|
12
|
+
let e = S(w);
|
|
13
|
+
if (e === C) throw Error("Base UI: AvatarRootContext is missing. Avatar parts must be placed within <Avatar.Root>.");
|
|
14
|
+
return e;
|
|
15
|
+
}
|
|
16
|
+
//#endregion
|
|
17
|
+
//#region src/avatar/root/AvatarRoot.tsx
|
|
18
|
+
var E = /* @__PURE__ */ p("<span>");
|
|
19
|
+
function D(e) {
|
|
20
|
+
let [i, a] = v("idle"), o = y(e, "render", "class", "style"), l = _(() => ({ imageLoadingStatus: i() })), p = _(() => n(e.class, l())), m = _(() => r(e.style, l())), h = {
|
|
21
|
+
imageLoadingStatus: i,
|
|
22
|
+
setImageLoadingStatus: a
|
|
23
|
+
}, g = t(e, () => l(), (e) => (() => {
|
|
24
|
+
var t = c(E);
|
|
25
|
+
return f(t, e, !1), d(), t;
|
|
26
|
+
})());
|
|
27
|
+
return s(w, {
|
|
28
|
+
value: h,
|
|
29
|
+
get children() {
|
|
30
|
+
return s(g, u({
|
|
31
|
+
get class() {
|
|
32
|
+
return p();
|
|
33
|
+
},
|
|
34
|
+
get style() {
|
|
35
|
+
return m();
|
|
36
|
+
}
|
|
37
|
+
}, o));
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
//#endregion
|
|
42
|
+
//#region src/avatar/image/createImageLoadingStatus.ts
|
|
43
|
+
function O(e, t, n) {
|
|
44
|
+
let [r, i] = v("idle"), a = !0;
|
|
45
|
+
return g(e, (e) => {
|
|
46
|
+
if (l) return;
|
|
47
|
+
if (e.keepMounted) {
|
|
48
|
+
let e = t(), r = a;
|
|
49
|
+
if (a = !1, !e) return;
|
|
50
|
+
let o = e.complete ? e.naturalWidth > 0 ? "loaded" : "error" : "loading";
|
|
51
|
+
i(o), r && o === "loaded" && n();
|
|
52
|
+
return;
|
|
53
|
+
}
|
|
54
|
+
if (!e.src && !e.srcset) {
|
|
55
|
+
i("error");
|
|
56
|
+
return;
|
|
57
|
+
}
|
|
58
|
+
let r = !0, o = new window.Image(), s = (e) => {
|
|
59
|
+
r && i(e);
|
|
60
|
+
};
|
|
61
|
+
return i("loading"), o.onload = () => s("loaded"), o.onerror = () => s("error"), e.referrerpolicy && (o.referrerPolicy = e.referrerpolicy), o.crossOrigin = e.crossorigin ?? null, e.sizes && (o.sizes = e.sizes), e.srcset && (o.srcset = e.srcset), e.src && (o.src = e.src), o.complete && i(o.naturalWidth > 0 ? "loaded" : "error"), () => {
|
|
62
|
+
r = !1, o.onload = null, o.onerror = null;
|
|
63
|
+
};
|
|
64
|
+
}), [r, i];
|
|
65
|
+
}
|
|
66
|
+
//#endregion
|
|
67
|
+
//#region src/avatar/image/AvatarImage.tsx
|
|
68
|
+
var k = /* @__PURE__ */ p("<img>");
|
|
69
|
+
function A(e) {
|
|
70
|
+
let l = T(), p, h = !1, v = "idle", S = y(e, "render", "class", "style", "onLoadingStatusChange", "ref", "keepMounted", "onLoad", "onError", "sizes", "srcset", "src"), [C, w] = O(() => ({
|
|
71
|
+
src: typeof e.src == "string" ? e.src : void 0,
|
|
72
|
+
srcset: typeof e.srcset == "string" ? e.srcset : void 0,
|
|
73
|
+
sizes: typeof e.sizes == "string" ? e.sizes : void 0,
|
|
74
|
+
crossorigin: typeof e.crossorigin == "string" ? e.crossorigin : void 0,
|
|
75
|
+
referrerpolicy: typeof e.referrerpolicy == "string" ? e.referrerpolicy : void 0,
|
|
76
|
+
keepMounted: e.keepMounted ?? !1
|
|
77
|
+
}), () => p, () => D.setMounted(!0)), E = _(() => C() === "loaded"), D = o(() => E()), A = _(() => ({
|
|
78
|
+
imageLoadingStatus: C(),
|
|
79
|
+
transitionStatus: e.keepMounted && D.transitionStatus() === "ending" ? void 0 : D.transitionStatus()
|
|
80
|
+
})), j = _(() => e.keepMounted || D.mounted() ? n(e.class, A()) : void 0), M = _(() => e.keepMounted || D.mounted() ? r(e.style, A()) : void 0), N = i(() => e.onLoad, () => () => {
|
|
81
|
+
e.keepMounted && w("loaded");
|
|
82
|
+
}), P = i(() => e.onError, () => () => {
|
|
83
|
+
e.keepMounted && w("error");
|
|
84
|
+
});
|
|
85
|
+
g(() => ({
|
|
86
|
+
status: C(),
|
|
87
|
+
onLoadingStatusChange: e.onLoadingStatusChange
|
|
88
|
+
}), (e) => {
|
|
89
|
+
e.status !== v && (v = e.status, e.status !== "idle" && (e.onLoadingStatusChange?.(e.status), l.setImageLoadingStatus(e.status)));
|
|
90
|
+
}), g(() => ({
|
|
91
|
+
visible: E(),
|
|
92
|
+
transitionStatus: D.transitionStatus(),
|
|
93
|
+
element: p
|
|
94
|
+
}), (t) => {
|
|
95
|
+
if (h = t.visible, t.visible || t.transitionStatus !== "ending" || !t.element) return;
|
|
96
|
+
let n = new AbortController();
|
|
97
|
+
return a(t.element, () => {
|
|
98
|
+
h || (x(() => e.keepMounted) || (p = void 0), D.setMounted(!1));
|
|
99
|
+
}, n.signal), () => n.abort();
|
|
100
|
+
}), b(() => l.setImageLoadingStatus("idle"));
|
|
101
|
+
let F = t(e, () => A(), (e) => (() => {
|
|
102
|
+
var t = c(k);
|
|
103
|
+
return f(t, e, !1), d(), t;
|
|
104
|
+
})());
|
|
105
|
+
return s(m, {
|
|
106
|
+
get when() {
|
|
107
|
+
return e.keepMounted || D.mounted();
|
|
108
|
+
},
|
|
109
|
+
get children() {
|
|
110
|
+
return s(F, u({
|
|
111
|
+
ref: [e.ref, (e) => p = e],
|
|
112
|
+
alt: "",
|
|
113
|
+
get class() {
|
|
114
|
+
return j();
|
|
115
|
+
},
|
|
116
|
+
get style() {
|
|
117
|
+
return M();
|
|
118
|
+
},
|
|
119
|
+
get "data-starting-style"() {
|
|
120
|
+
return A().transitionStatus === "starting" ? "" : void 0;
|
|
121
|
+
},
|
|
122
|
+
get "data-ending-style"() {
|
|
123
|
+
return A().transitionStatus === "ending" ? "" : void 0;
|
|
124
|
+
},
|
|
125
|
+
get "data-loading"() {
|
|
126
|
+
return e.keepMounted && C() === "loading" ? "" : void 0;
|
|
127
|
+
},
|
|
128
|
+
get "data-error"() {
|
|
129
|
+
return e.keepMounted && C() === "error" ? "" : void 0;
|
|
130
|
+
},
|
|
131
|
+
get "aria-hidden"() {
|
|
132
|
+
return e.keepMounted && C() !== "loaded" ? "true" : void 0;
|
|
133
|
+
},
|
|
134
|
+
onLoad: N,
|
|
135
|
+
onError: P
|
|
136
|
+
}, S, {
|
|
137
|
+
get sizes() {
|
|
138
|
+
return e.sizes;
|
|
139
|
+
},
|
|
140
|
+
get srcset() {
|
|
141
|
+
return e.srcset;
|
|
142
|
+
},
|
|
143
|
+
get src() {
|
|
144
|
+
return e.src;
|
|
145
|
+
}
|
|
146
|
+
}));
|
|
147
|
+
}
|
|
148
|
+
});
|
|
149
|
+
}
|
|
150
|
+
//#endregion
|
|
151
|
+
//#region src/avatar/fallback/AvatarFallback.tsx
|
|
152
|
+
var j = /* @__PURE__ */ p("<span>");
|
|
153
|
+
function M(e) {
|
|
154
|
+
let i = T(), a = _(() => e.delay ?? 0), [o, l] = v(x(a) === 0), p = y(e, "render", "class", "style", "delay"), h = _(() => ({ imageLoadingStatus: i.imageLoadingStatus() })), b = _(() => i.imageLoadingStatus() !== "loaded" && (a() === 0 || o())), S = _(() => b() ? n(e.class, h()) : void 0), C = _(() => b() ? r(e.style, h()) : void 0);
|
|
155
|
+
g(a, (e) => {
|
|
156
|
+
if (e <= 0) {
|
|
157
|
+
l(!0);
|
|
158
|
+
return;
|
|
159
|
+
}
|
|
160
|
+
let t = setTimeout(() => l(!0), e);
|
|
161
|
+
return () => clearTimeout(t);
|
|
162
|
+
});
|
|
163
|
+
let w = t(e, () => h(), (e) => (() => {
|
|
164
|
+
var t = c(j);
|
|
165
|
+
return f(t, e, !1), d(), t;
|
|
166
|
+
})());
|
|
167
|
+
return s(m, {
|
|
168
|
+
get when() {
|
|
169
|
+
return b();
|
|
170
|
+
},
|
|
171
|
+
get children() {
|
|
172
|
+
return s(w, u({
|
|
173
|
+
get class() {
|
|
174
|
+
return S();
|
|
175
|
+
},
|
|
176
|
+
get style() {
|
|
177
|
+
return C();
|
|
178
|
+
}
|
|
179
|
+
}, p));
|
|
180
|
+
}
|
|
181
|
+
});
|
|
182
|
+
}
|
|
183
|
+
//#endregion
|
|
184
|
+
//#region src/avatar/index.parts.ts
|
|
185
|
+
var N = /* @__PURE__ */ e({
|
|
186
|
+
Fallback: () => M,
|
|
187
|
+
Image: () => A,
|
|
188
|
+
Root: () => D
|
|
189
|
+
});
|
|
190
|
+
//#endregion
|
|
191
|
+
export { N as t };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../button-
|
|
1
|
+
import { t as e } from "../button-akYS6FyY.js";
|
|
2
2
|
export { e as Button };
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { t as e } from "./useRender-CxZ8PI-g.js";
|
|
2
|
+
import { n as t, t as n } from "./resolveStyle-XcgAuaKR.js";
|
|
3
|
+
import { composeEventHandlers as r } from "./internals/composeEventHandlers.js";
|
|
4
|
+
import { createComponent as i, getNextElement as a, mergeProps as o, runHydrationEvents as s, spread as c, template as l } from "@solidjs/web";
|
|
5
|
+
import { createMemo as u, omit as d, onSettled as f, untrack as p } from "solid-js";
|
|
6
|
+
//#region src/button/Button.tsx
|
|
7
|
+
var m = /* @__PURE__ */ l("<button>");
|
|
8
|
+
function h(l) {
|
|
9
|
+
let h = l, g = d(l, "render", "class", "disabled", "focusableWhenDisabled", "nativeButton", "onClick", "onKeyDown", "onKeyUp", "onMouseDown", "onPointerDown", "ref", "style"), S = u(() => l.disabled ?? !1), C = u(() => l.focusableWhenDisabled ?? !1), w = u(() => l.nativeButton ?? !0), T = u(() => ({ disabled: S() })), E = u(() => t(l.class, T())), D = u(() => n(l.style, T())), O = u(() => w() && S() && !C()), k = u(() => w() ? C() ? S() ? "true" : "false" : void 0 : S() ? "true" : void 0), A = u(() => !w() && S() && !C() ? -1 : 0), j = r(() => p(() => l.disabled ?? !1 ? _ : void 0), () => h.onClick), M = r(() => p(() => l.disabled ?? !1 ? v : void 0), () => h.onMouseDown), N = r(() => p(() => l.disabled ?? !1 ? _ : void 0), () => h.onPointerDown), P = r(() => p(() => l.disabled ?? !1 ? l.focusableWhenDisabled ?? !1 ? y : v : void 0), () => h.onKeyDown, () => p(() => l.nativeButton ?? !0 ? void 0 : b)), F = r(() => p(() => l.disabled ?? !1 ? v : void 0), () => h.onKeyUp, () => p(() => l.nativeButton ?? !0 ? void 0 : x));
|
|
10
|
+
f(() => {});
|
|
11
|
+
let I = e(l, () => T(), (e) => (() => {
|
|
12
|
+
var t = a(m);
|
|
13
|
+
return c(t, e, !1), s(), t;
|
|
14
|
+
})());
|
|
15
|
+
return i(I, o({
|
|
16
|
+
ref: [((e) => e), h.ref],
|
|
17
|
+
get class() {
|
|
18
|
+
return E();
|
|
19
|
+
},
|
|
20
|
+
get style() {
|
|
21
|
+
return D();
|
|
22
|
+
},
|
|
23
|
+
get type() {
|
|
24
|
+
return w() ? "button" : void 0;
|
|
25
|
+
},
|
|
26
|
+
get role() {
|
|
27
|
+
return w() ? void 0 : "button";
|
|
28
|
+
},
|
|
29
|
+
get tabIndex() {
|
|
30
|
+
return A();
|
|
31
|
+
},
|
|
32
|
+
get disabled() {
|
|
33
|
+
return O();
|
|
34
|
+
},
|
|
35
|
+
get "aria-disabled"() {
|
|
36
|
+
return k();
|
|
37
|
+
},
|
|
38
|
+
get "data-disabled"() {
|
|
39
|
+
return S() ? "" : void 0;
|
|
40
|
+
},
|
|
41
|
+
onClick: j,
|
|
42
|
+
onMouseDown: M,
|
|
43
|
+
onPointerDown: N,
|
|
44
|
+
onKeyDown: P,
|
|
45
|
+
onKeyUp: F
|
|
46
|
+
}, g));
|
|
47
|
+
}
|
|
48
|
+
function g(e) {
|
|
49
|
+
return e.tagName === "A" && !!e.href;
|
|
50
|
+
}
|
|
51
|
+
function _(e) {
|
|
52
|
+
e.preventDefault(), e.preventBaseUIHandler();
|
|
53
|
+
}
|
|
54
|
+
function v(e) {
|
|
55
|
+
e.preventBaseUIHandler();
|
|
56
|
+
}
|
|
57
|
+
function y(e) {
|
|
58
|
+
e.key !== "Tab" && e.preventDefault(), e.preventBaseUIHandler();
|
|
59
|
+
}
|
|
60
|
+
function b(e) {
|
|
61
|
+
if (e.target !== e.currentTarget) return;
|
|
62
|
+
let t = e.currentTarget, n = g(t), r = e.key === "Enter", i = e.key === " ";
|
|
63
|
+
if (n || !i && !r) {
|
|
64
|
+
n && i && e.preventDefault();
|
|
65
|
+
return;
|
|
66
|
+
}
|
|
67
|
+
e.defaultPrevented || (e.preventDefault(), r && (e.preventBaseUIHandler(), S(t, e)));
|
|
68
|
+
}
|
|
69
|
+
function x(e) {
|
|
70
|
+
e.target === e.currentTarget && !e.defaultPrevented && e.key === " " && (e.preventBaseUIHandler(), S(e.currentTarget, e));
|
|
71
|
+
}
|
|
72
|
+
function S(e, t) {
|
|
73
|
+
let n = e.ownerDocument.defaultView;
|
|
74
|
+
if (!n) return;
|
|
75
|
+
let r = n.PointerEvent ?? n.MouseEvent;
|
|
76
|
+
e.dispatchEvent(new r("click", {
|
|
77
|
+
bubbles: !0,
|
|
78
|
+
cancelable: !0,
|
|
79
|
+
composed: !0,
|
|
80
|
+
detail: 0,
|
|
81
|
+
shiftKey: t.shiftKey,
|
|
82
|
+
ctrlKey: t.ctrlKey,
|
|
83
|
+
altKey: t.altKey,
|
|
84
|
+
metaKey: t.metaKey
|
|
85
|
+
}));
|
|
86
|
+
}
|
|
87
|
+
//#endregion
|
|
88
|
+
export { h as t };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../checkbox-
|
|
1
|
+
import { t as e } from "../checkbox-DOXtzBhA.js";
|
|
2
2
|
export { e as Checkbox };
|