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
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../switch-
|
|
1
|
+
import { t as e } from "../switch-CPl7QHKI.js";
|
|
2
2
|
export { e as Switch };
|
|
@@ -0,0 +1,306 @@
|
|
|
1
|
+
import { t as e } from "./rolldown-runtime-Dy4uBu1J.js";
|
|
2
|
+
import { t } from "./useRender-CxZ8PI-g.js";
|
|
3
|
+
import { getStateAttributesProps as n } from "./internals/getStateAttributesProps.js";
|
|
4
|
+
import { w as r } from "./reasons-Co5CzjKq.js";
|
|
5
|
+
import { n as i, t as a } from "./resolveStyle-XcgAuaKR.js";
|
|
6
|
+
import { createChangeEventDetails as o } from "./internals/createBaseUIEventDetails.js";
|
|
7
|
+
import { composeEventHandlers as s } from "./internals/composeEventHandlers.js";
|
|
8
|
+
import { fieldStateAttributesMapping as c } from "./internals/field-constants.js";
|
|
9
|
+
import { n as l } from "./FieldRootContext-izCEh80D.js";
|
|
10
|
+
import { n as u } from "./FormContext-CwLBtm_d.js";
|
|
11
|
+
import { r as d } from "./LabelableContext-CmQF-TX2.js";
|
|
12
|
+
import { t as ee } from "./createLabelableId-DxJRwMUJ.js";
|
|
13
|
+
import { createComponent as f, effect as te, getNextElement as p, memo as m, mergeProps as h, ref as ne, runHydrationEvents as g, setAttribute as _, setProperty as re, spread as v, template as y } from "@solidjs/web";
|
|
14
|
+
import { createContext as b, createEffect as x, createMemo as S, createSignal as C, createUniqueId as w, flush as ie, omit as T, onCleanup as ae, onSettled as oe, untrack as E, useContext as D } from "solid-js";
|
|
15
|
+
//#region src/switch/stateAttributesMapping.ts
|
|
16
|
+
var O = {
|
|
17
|
+
...c,
|
|
18
|
+
checked(e) {
|
|
19
|
+
return e ? { "data-checked": "" } : { "data-unchecked": "" };
|
|
20
|
+
}
|
|
21
|
+
}, k = Symbol("SwitchRootContext"), A = b(k);
|
|
22
|
+
function j() {
|
|
23
|
+
let e = D(A);
|
|
24
|
+
if (e === k) throw Error("Base UI: SwitchRootContext is missing. Switch parts must be placed within <Switch.Root>.");
|
|
25
|
+
return e;
|
|
26
|
+
}
|
|
27
|
+
//#endregion
|
|
28
|
+
//#region src/switch/root/SwitchRoot.tsx
|
|
29
|
+
var se = /* @__PURE__ */ y("<span>"), ce = /* @__PURE__ */ y("<input>"), le = /* @__PURE__ */ y("<input type=hidden>"), M = {
|
|
30
|
+
"clip-path": "inset(50%)",
|
|
31
|
+
overflow: "hidden",
|
|
32
|
+
"white-space": "nowrap",
|
|
33
|
+
border: "0",
|
|
34
|
+
padding: "0",
|
|
35
|
+
width: "1px",
|
|
36
|
+
height: "1px",
|
|
37
|
+
margin: "-1px",
|
|
38
|
+
position: "fixed",
|
|
39
|
+
top: "0",
|
|
40
|
+
left: "0"
|
|
41
|
+
}, ue = {
|
|
42
|
+
...M,
|
|
43
|
+
position: "absolute"
|
|
44
|
+
};
|
|
45
|
+
function N(e) {
|
|
46
|
+
let c = l(!0), y = u(), b = d(), D = e, k = e, j = Symbol("Switch"), N = `base-ui-${w()}`, I = `base-ui-${w()}`, R = `base-ui-${w()}`, z = b.defaultControlId, B = typeof z == "string" ? z : N, V = E(() => D.checked !== void 0), [me, he] = C(() => !!E(() => D.defaultChecked)), [H, ge] = C(), [U, _e] = C(), [ve, W] = C(), ye = T(k, "aria-describedby", "aria-labelledby", "render", "checked", "class", "defaultChecked", "disabled", "form", "id", "inputRef", "name", "nativeButton", "onBlur", "onChange", "onCheckedChange", "onClick", "onFocus", "onKeyDown", "onKeyUp", "onMouseDown", "onPointerDown", "readOnly", "ref", "required", "style", "uncheckedValue", "value"), G = S(() => V ? !!D.checked : me()), K = S(() => D.nativeButton ?? !1), q = S(() => c.disabled() || (D.disabled ?? !1)), J = S(() => D.readOnly ?? !1), Y = S(() => D.required ?? !1), X = S(() => c.name() ?? D.name), Z = ee(() => D.id, B), be = S(() => K() ? Z() : I), Q = S(() => ({
|
|
47
|
+
...c.state(),
|
|
48
|
+
checked: G(),
|
|
49
|
+
disabled: q(),
|
|
50
|
+
readOnly: J(),
|
|
51
|
+
required: Y()
|
|
52
|
+
})), xe = S(() => i(e.class, Q())), Se = t(e, () => Q(), (e) => (() => {
|
|
53
|
+
var t = p(se);
|
|
54
|
+
return v(t, e, !1), g(), t;
|
|
55
|
+
})()), Ce = S(() => a(e.style, Q())), we = S(() => n(Q(), O)), Te = S(() => D["aria-labelledby"] ?? b.labelId() ?? ve()), Ee = S(() => b.getAriaDescribedBy(D["aria-describedby"])), De = S(() => b.getAriaDescribedBy(void 0)), Oe = E(G), ke = {
|
|
56
|
+
id: I,
|
|
57
|
+
name: D.name,
|
|
58
|
+
value: G,
|
|
59
|
+
getControl: () => H() ?? null
|
|
60
|
+
}, Ae = s(() => E(() => q() ? P : void 0), () => D.onClick, () => Le), je = s(() => D.onFocus, () => Re), Me = s(() => D.onBlur, () => ze), Ne = s(() => E(() => q() ? F : void 0), () => D.onKeyDown, () => E(() => K() ? void 0 : de)), Pe = s(() => E(() => q() ? F : void 0), () => D.onKeyUp, () => E(() => K() ? void 0 : fe)), Fe = s(() => E(() => q() ? F : void 0), () => D.onMouseDown), Ie = s(() => E(() => q() ? P : void 0), () => D.onPointerDown);
|
|
61
|
+
function Le(e) {
|
|
62
|
+
if (J() || q()) return;
|
|
63
|
+
e.preventDefault();
|
|
64
|
+
let t = U();
|
|
65
|
+
t && L(t, e);
|
|
66
|
+
}
|
|
67
|
+
function Re() {
|
|
68
|
+
q() || c.setFocused(!0);
|
|
69
|
+
}
|
|
70
|
+
function ze() {
|
|
71
|
+
!U() || q() || (c.setTouched(!0), c.setFocused(!1), c.validationMode() === "onBlur" && c.validation.commit(G()));
|
|
72
|
+
}
|
|
73
|
+
function Be(e) {
|
|
74
|
+
let t = e.currentTarget;
|
|
75
|
+
if (e.stopPropagation(), e.defaultPrevented || q() || J()) {
|
|
76
|
+
(q() || J()) && e.preventDefault(), t.checked = E(G), queueMicrotask($);
|
|
77
|
+
return;
|
|
78
|
+
}
|
|
79
|
+
let n = t.checked, i = o(r, e);
|
|
80
|
+
D.onCheckedChange?.(n, i), V && ie(), i.isCanceled ? (e.preventDefault(), t.checked = E(G)) : V ? t.checked = E(G) : he(n), queueMicrotask($);
|
|
81
|
+
}
|
|
82
|
+
function Ve() {
|
|
83
|
+
H()?.focus();
|
|
84
|
+
}
|
|
85
|
+
function $() {
|
|
86
|
+
let e = U();
|
|
87
|
+
e && (e.checked = E(G));
|
|
88
|
+
}
|
|
89
|
+
return x(() => ({
|
|
90
|
+
disabled: q(),
|
|
91
|
+
element: H(),
|
|
92
|
+
name: D.name
|
|
93
|
+
}), (e) => {
|
|
94
|
+
ke.name = e.name, c.registerFieldControl(j, e.disabled || !e.element ? void 0 : ke);
|
|
95
|
+
}), x(() => ({
|
|
96
|
+
input: U(),
|
|
97
|
+
disabled: q()
|
|
98
|
+
}), (e) => {
|
|
99
|
+
if (!(!e.input || e.disabled)) return c.validation.registerInput(j, e.input, () => E(() => H() ?? null));
|
|
100
|
+
}), x(() => ({
|
|
101
|
+
explicit: D["aria-labelledby"],
|
|
102
|
+
fieldLabel: b.labelId(),
|
|
103
|
+
input: U(),
|
|
104
|
+
inputId: Z(),
|
|
105
|
+
nativeButton: K()
|
|
106
|
+
}), (e) => {
|
|
107
|
+
if (e.explicit || e.fieldLabel || e.nativeButton || !e.input) {
|
|
108
|
+
W(void 0);
|
|
109
|
+
return;
|
|
110
|
+
}
|
|
111
|
+
let t = e.input.closest("label") ?? e.input.labels?.[0];
|
|
112
|
+
if (!t) {
|
|
113
|
+
W(void 0);
|
|
114
|
+
return;
|
|
115
|
+
}
|
|
116
|
+
t.id ||= R, W(t.id || void 0);
|
|
117
|
+
}), x(() => ({
|
|
118
|
+
checked: G(),
|
|
119
|
+
initialValue: c.validityData().initialValue,
|
|
120
|
+
name: X()
|
|
121
|
+
}), (e) => {
|
|
122
|
+
e.checked !== Oe && (Oe = e.checked, E(() => {
|
|
123
|
+
y.clearError(e.name), c.setDirty(e.checked !== e.initialValue), c.setFilled(e.checked), c.validation.change(e.checked);
|
|
124
|
+
}));
|
|
125
|
+
}), x(() => U(), (e) => {
|
|
126
|
+
if (e) return pe(e, $);
|
|
127
|
+
}), oe(() => {
|
|
128
|
+
c.setFilled(G()), H();
|
|
129
|
+
}), ae(() => {
|
|
130
|
+
c.registerFieldControl(j, void 0);
|
|
131
|
+
}), f(A, {
|
|
132
|
+
value: Q,
|
|
133
|
+
get children() {
|
|
134
|
+
return [
|
|
135
|
+
f(Se, h({
|
|
136
|
+
ref: [((e) => ge(e)), D.ref],
|
|
137
|
+
get id() {
|
|
138
|
+
return be();
|
|
139
|
+
},
|
|
140
|
+
get class() {
|
|
141
|
+
return xe();
|
|
142
|
+
},
|
|
143
|
+
get style() {
|
|
144
|
+
return Ce();
|
|
145
|
+
},
|
|
146
|
+
get type() {
|
|
147
|
+
return K() ? "button" : void 0;
|
|
148
|
+
},
|
|
149
|
+
role: "switch",
|
|
150
|
+
get tabIndex() {
|
|
151
|
+
return q() && !K() ? -1 : 0;
|
|
152
|
+
},
|
|
153
|
+
get disabled() {
|
|
154
|
+
return K() && q() ? !0 : void 0;
|
|
155
|
+
},
|
|
156
|
+
get "aria-disabled"() {
|
|
157
|
+
return !K() && q() ? "true" : void 0;
|
|
158
|
+
},
|
|
159
|
+
get "aria-checked"() {
|
|
160
|
+
return G() ? "true" : "false";
|
|
161
|
+
},
|
|
162
|
+
get "aria-readonly"() {
|
|
163
|
+
return J() ? "true" : void 0;
|
|
164
|
+
},
|
|
165
|
+
get "aria-required"() {
|
|
166
|
+
return Y() ? "true" : void 0;
|
|
167
|
+
},
|
|
168
|
+
get "aria-labelledby"() {
|
|
169
|
+
return Te();
|
|
170
|
+
},
|
|
171
|
+
get "aria-describedby"() {
|
|
172
|
+
return Ee();
|
|
173
|
+
},
|
|
174
|
+
get "aria-invalid"() {
|
|
175
|
+
return Q().valid === !1 && !q() ? "true" : void 0;
|
|
176
|
+
},
|
|
177
|
+
onClick: Ae,
|
|
178
|
+
onFocus: je,
|
|
179
|
+
onBlur: Me,
|
|
180
|
+
onKeyDown: Ne,
|
|
181
|
+
onKeyUp: Pe,
|
|
182
|
+
onMouseDown: Fe,
|
|
183
|
+
onPointerDown: Ie
|
|
184
|
+
}, we, ye)),
|
|
185
|
+
m(() => m(() => !!(!G() && X() && D.uncheckedValue !== void 0))() ? (() => {
|
|
186
|
+
var e = p(le);
|
|
187
|
+
return te(() => ({
|
|
188
|
+
e: D.form,
|
|
189
|
+
t: X(),
|
|
190
|
+
a: D.uncheckedValue,
|
|
191
|
+
o: q()
|
|
192
|
+
}), ({ e: t, t: n, a: r, o: i }, a) => {
|
|
193
|
+
t !== a?.e && _(e, "form", t), n !== a?.t && _(e, "name", n), re(e, "value", r), i !== a?.o && _(e, "disabled", i);
|
|
194
|
+
}), e;
|
|
195
|
+
})() : !G() && X() && D.uncheckedValue !== void 0),
|
|
196
|
+
(() => {
|
|
197
|
+
var e = p(ce);
|
|
198
|
+
return ne(() => [((e) => _e(e)), D.inputRef], e), v(e, h({
|
|
199
|
+
type: "checkbox",
|
|
200
|
+
get form() {
|
|
201
|
+
return D.form;
|
|
202
|
+
},
|
|
203
|
+
get id() {
|
|
204
|
+
return K() ? void 0 : Z();
|
|
205
|
+
},
|
|
206
|
+
get name() {
|
|
207
|
+
return X();
|
|
208
|
+
},
|
|
209
|
+
tabindex: -1,
|
|
210
|
+
get style() {
|
|
211
|
+
return X() ? ue : M;
|
|
212
|
+
},
|
|
213
|
+
"aria-hidden": "true",
|
|
214
|
+
get "aria-describedby"() {
|
|
215
|
+
return De();
|
|
216
|
+
},
|
|
217
|
+
get "aria-invalid"() {
|
|
218
|
+
return Q().valid === !1 && !q() ? "true" : void 0;
|
|
219
|
+
},
|
|
220
|
+
get disabled() {
|
|
221
|
+
return q();
|
|
222
|
+
},
|
|
223
|
+
get checked() {
|
|
224
|
+
return G();
|
|
225
|
+
},
|
|
226
|
+
get required() {
|
|
227
|
+
return Y();
|
|
228
|
+
},
|
|
229
|
+
onClick: Be,
|
|
230
|
+
onFocus: Ve
|
|
231
|
+
}, () => D.value === void 0 ? {} : { value: D.value }), !1), g(), e;
|
|
232
|
+
})()
|
|
233
|
+
];
|
|
234
|
+
}
|
|
235
|
+
});
|
|
236
|
+
}
|
|
237
|
+
function P(e) {
|
|
238
|
+
e.preventDefault(), e.preventBaseUIHandler();
|
|
239
|
+
}
|
|
240
|
+
function F(e) {
|
|
241
|
+
e.preventBaseUIHandler();
|
|
242
|
+
}
|
|
243
|
+
function de(e) {
|
|
244
|
+
if (e.target !== e.currentTarget) return;
|
|
245
|
+
let t = I(e.currentTarget), n = e.key === "Enter", r = e.key === " ";
|
|
246
|
+
if (t || !n && !r) {
|
|
247
|
+
t && r && e.preventDefault();
|
|
248
|
+
return;
|
|
249
|
+
}
|
|
250
|
+
e.defaultPrevented || (e.preventDefault(), n && (e.preventBaseUIHandler(), L(e.currentTarget, e)));
|
|
251
|
+
}
|
|
252
|
+
function fe(e) {
|
|
253
|
+
e.target === e.currentTarget && !e.defaultPrevented && e.key === " " && (e.preventBaseUIHandler(), L(e.currentTarget, e));
|
|
254
|
+
}
|
|
255
|
+
function I(e) {
|
|
256
|
+
return e.tagName === "A" && !!e.href;
|
|
257
|
+
}
|
|
258
|
+
function L(e, t) {
|
|
259
|
+
let n = e.ownerDocument.defaultView;
|
|
260
|
+
if (!n) return;
|
|
261
|
+
let r = n.PointerEvent ?? n.MouseEvent;
|
|
262
|
+
e.dispatchEvent(new r("click", {
|
|
263
|
+
bubbles: !0,
|
|
264
|
+
cancelable: !0,
|
|
265
|
+
composed: !0,
|
|
266
|
+
detail: 0,
|
|
267
|
+
shiftKey: t.shiftKey,
|
|
268
|
+
ctrlKey: t.ctrlKey,
|
|
269
|
+
altKey: t.altKey,
|
|
270
|
+
metaKey: t.metaKey
|
|
271
|
+
}));
|
|
272
|
+
}
|
|
273
|
+
function pe(e, t) {
|
|
274
|
+
let n = (n) => {
|
|
275
|
+
n.target === e.form && queueMicrotask(t);
|
|
276
|
+
}, r = /* @__PURE__ */ new Set([e.ownerDocument, e.getRootNode()]);
|
|
277
|
+
for (let e of r) e.addEventListener("reset", n);
|
|
278
|
+
return () => {
|
|
279
|
+
for (let e of r) e.removeEventListener("reset", n);
|
|
280
|
+
};
|
|
281
|
+
}
|
|
282
|
+
//#endregion
|
|
283
|
+
//#region src/switch/thumb/SwitchThumb.tsx
|
|
284
|
+
var R = /* @__PURE__ */ y("<span>");
|
|
285
|
+
function z(e) {
|
|
286
|
+
let r = j(), o = T(e, "render", "class", "style"), s = S(() => r()), c = S(() => i(e.class, s())), l = t(e, () => s(), (e) => (() => {
|
|
287
|
+
var t = p(R);
|
|
288
|
+
return v(t, e, !1), g(), t;
|
|
289
|
+
})()), u = S(() => a(e.style, s())), d = S(() => n(s(), O));
|
|
290
|
+
return f(l, h({
|
|
291
|
+
get class() {
|
|
292
|
+
return c();
|
|
293
|
+
},
|
|
294
|
+
get style() {
|
|
295
|
+
return u();
|
|
296
|
+
}
|
|
297
|
+
}, d, o));
|
|
298
|
+
}
|
|
299
|
+
//#endregion
|
|
300
|
+
//#region src/switch/index.parts.ts
|
|
301
|
+
var B = /* @__PURE__ */ e({
|
|
302
|
+
Root: () => N,
|
|
303
|
+
Thumb: () => z
|
|
304
|
+
});
|
|
305
|
+
//#endregion
|
|
306
|
+
export { B as t };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../tabs-
|
|
1
|
+
import { t as e } from "../tabs-Bn4rZDyZ.js";
|
|
2
2
|
export { e as Tabs };
|