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 "../toggle-
|
|
1
|
+
import { t as e } from "../toggle-CsC37e3e.js";
|
|
2
2
|
export { e as Toggle };
|
|
@@ -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 { n as s } from "./ToolbarItemOwnerContext-DtVqVnSE.js";
|
|
8
|
+
import { n as c } from "./ToggleGroupContext-_THxLgJU.js";
|
|
9
|
+
import { createComponent as l, getNextElement as ee, mergeProps as u, runHydrationEvents as d, spread as f, template as p } from "@solidjs/web";
|
|
10
|
+
import { createEffect as m, createMemo as h, createSignal as g, createUniqueId as _, omit as v, onCleanup as y, onSettled as b, untrack as x } from "solid-js";
|
|
11
|
+
//#region src/toggle/Toggle.tsx
|
|
12
|
+
var S = /* @__PURE__ */ p("<button>");
|
|
13
|
+
function C(p) {
|
|
14
|
+
let C = c(), j = s(), M = p, N = p, P = `base-ui-${_()}`, F = Symbol("Toggle"), I = x(() => M.pressed !== void 0), [L, R] = g(() => !!x(() => M.defaultPressed)), z = x(L), [B, V] = g(), H = v(N, "render", "class", "defaultPressed", "disabled", "form", "nativeButton", "onClick", "onFocus", "onKeyDown", "onKeyUp", "onMouseDown", "onPointerDown", "onPressedChange", "pressed", "ref", "style", "type", "value"), U = h(() => M.value || P), W = h(() => (C?.disabled() ?? !1) || (M.disabled ?? !1)), G = h(() => C ? C.value().indexOf(U()) > -1 : I ? !!M.pressed : L()), K = h(() => M.nativeButton ?? !0), q = h(() => ({
|
|
15
|
+
disabled: W(),
|
|
16
|
+
pressed: G()
|
|
17
|
+
})), J = h(() => r(p.class, q())), Y = h(() => i(p.style, q())), X = h(() => t(q())), Z = {
|
|
18
|
+
token: F,
|
|
19
|
+
order: 0,
|
|
20
|
+
disabled: W,
|
|
21
|
+
element: B,
|
|
22
|
+
focusableWhenDisabled: () => !1
|
|
23
|
+
}, Q = j ? void 0 : C?.registerItem(Z), $ = h(() => K() && W() && !(j?.disabled() && j.focusableWhenDisabled()) && (C === void 0 || C.toolbar !== void 0)), te = h(() => K() ? C && !C.toolbar ? W() ? "true" : "false" : void 0 : W() ? "true" : void 0), ne = h(() => C ? C.isTabStop(Z) ? 0 : -1 : !K() && W() ? -1 : 0);
|
|
24
|
+
m(() => ({
|
|
25
|
+
disabled: W(),
|
|
26
|
+
element: B(),
|
|
27
|
+
nativeButton: K(),
|
|
28
|
+
ownerDisabled: j?.disabled() ?? !1,
|
|
29
|
+
toolbarGroup: C?.toolbar !== void 0
|
|
30
|
+
}), (e) => {
|
|
31
|
+
e.element && e.nativeButton && e.toolbarGroup && e.disabled && !e.ownerDisabled && e.element.setAttribute("disabled", "");
|
|
32
|
+
}), m(() => C?.disabled() ?? !1, (e) => {
|
|
33
|
+
j?.setChildDisabled(e);
|
|
34
|
+
});
|
|
35
|
+
function re(e) {
|
|
36
|
+
let t = !(C ? C.isPressed(U()) : I ? M.pressed : z), r = a(n, e);
|
|
37
|
+
M.onPressedChange?.(t, r), !r.isCanceled && (C?.setGroupValue(U(), t, r), !r.isCanceled && !C && !I && (z = t, R(t)));
|
|
38
|
+
}
|
|
39
|
+
function ie() {
|
|
40
|
+
C?.setActiveItem(Z);
|
|
41
|
+
}
|
|
42
|
+
function ae(e) {
|
|
43
|
+
D(e, K());
|
|
44
|
+
}
|
|
45
|
+
function oe(e) {
|
|
46
|
+
O(e, K());
|
|
47
|
+
}
|
|
48
|
+
let se = o(() => x(() => W() ? w : void 0), () => M.onClick, () => re), ce = o(() => M.onFocus, () => ie), le = o(() => x(() => W() ? T : void 0), () => M.onMouseDown), ue = o(() => x(() => W() ? w : void 0), () => M.onPointerDown), de = o(() => x(() => W() ? C ? E : T : void 0), () => M.onKeyDown, () => x(() => C ? ae : K() ? void 0 : k)), fe = o(() => x(() => W() ? T : void 0), () => M.onKeyUp, () => x(() => C ? oe : K() ? void 0 : A));
|
|
49
|
+
m(() => ({
|
|
50
|
+
initialized: C?.isValueInitialized() ?? !1,
|
|
51
|
+
missingValue: C !== void 0 && M.value === void 0
|
|
52
|
+
}), (e) => {}), b(() => {
|
|
53
|
+
B();
|
|
54
|
+
}), y(() => {
|
|
55
|
+
j?.setChildDisabled(!1), Q?.();
|
|
56
|
+
});
|
|
57
|
+
let pe = e(p, () => q(), (e) => (() => {
|
|
58
|
+
var t = ee(S);
|
|
59
|
+
return f(t, e, !1), d(), t;
|
|
60
|
+
})());
|
|
61
|
+
return l(pe, u({
|
|
62
|
+
ref: [((e) => V(e)), M.ref],
|
|
63
|
+
get class() {
|
|
64
|
+
return J();
|
|
65
|
+
},
|
|
66
|
+
get style() {
|
|
67
|
+
return Y();
|
|
68
|
+
},
|
|
69
|
+
get type() {
|
|
70
|
+
return K() ? "button" : void 0;
|
|
71
|
+
},
|
|
72
|
+
get role() {
|
|
73
|
+
return K() ? void 0 : "button";
|
|
74
|
+
},
|
|
75
|
+
get disabled() {
|
|
76
|
+
return $();
|
|
77
|
+
},
|
|
78
|
+
get "aria-disabled"() {
|
|
79
|
+
return te();
|
|
80
|
+
},
|
|
81
|
+
get "aria-pressed"() {
|
|
82
|
+
return G() ? "true" : "false";
|
|
83
|
+
},
|
|
84
|
+
get tabIndex() {
|
|
85
|
+
return ne();
|
|
86
|
+
},
|
|
87
|
+
onClick: se,
|
|
88
|
+
onFocus: ce,
|
|
89
|
+
onKeyDown: de,
|
|
90
|
+
onKeyUp: fe,
|
|
91
|
+
onMouseDown: le,
|
|
92
|
+
onPointerDown: ue
|
|
93
|
+
}, X, H));
|
|
94
|
+
}
|
|
95
|
+
function w(e) {
|
|
96
|
+
e.preventDefault(), e.preventBaseUIHandler();
|
|
97
|
+
}
|
|
98
|
+
function T(e) {
|
|
99
|
+
e.preventBaseUIHandler();
|
|
100
|
+
}
|
|
101
|
+
function E(e) {
|
|
102
|
+
e.key !== "ArrowUp" && e.key !== "ArrowDown" && e.key !== "ArrowLeft" && e.key !== "ArrowRight" && e.key !== "Home" && e.key !== "End" && (e.key !== "Tab" && e.preventDefault(), e.preventBaseUIHandler());
|
|
103
|
+
}
|
|
104
|
+
function D(e, t) {
|
|
105
|
+
if (e.target !== e.currentTarget || e.key !== " ") {
|
|
106
|
+
t || k(e);
|
|
107
|
+
return;
|
|
108
|
+
}
|
|
109
|
+
e.preventDefault(), (!t || e.currentTarget.tagName === "BUTTON") && (e.preventBaseUIHandler(), j(e.currentTarget, e));
|
|
110
|
+
}
|
|
111
|
+
function O(e, t) {
|
|
112
|
+
e.target === e.currentTarget && t && e.currentTarget.tagName === "BUTTON" && e.key === " " && e.preventDefault();
|
|
113
|
+
}
|
|
114
|
+
function k(e) {
|
|
115
|
+
if (e.target !== e.currentTarget) return;
|
|
116
|
+
let t = e.currentTarget.tagName === "A" && !!e.currentTarget.href;
|
|
117
|
+
if (t || e.key !== " " && e.key !== "Enter") {
|
|
118
|
+
t && e.key === " " && e.preventDefault();
|
|
119
|
+
return;
|
|
120
|
+
}
|
|
121
|
+
e.defaultPrevented || (e.preventDefault(), e.key === "Enter" && (e.preventBaseUIHandler(), j(e.currentTarget, e)));
|
|
122
|
+
}
|
|
123
|
+
function A(e) {
|
|
124
|
+
e.target === e.currentTarget && !e.defaultPrevented && e.key === " " && (e.preventBaseUIHandler(), j(e.currentTarget, e));
|
|
125
|
+
}
|
|
126
|
+
function j(e, t) {
|
|
127
|
+
let n = e.ownerDocument.defaultView;
|
|
128
|
+
if (!n) return;
|
|
129
|
+
let r = n.PointerEvent ?? n.MouseEvent;
|
|
130
|
+
e.dispatchEvent(new r("click", {
|
|
131
|
+
bubbles: !0,
|
|
132
|
+
cancelable: !0,
|
|
133
|
+
composed: !0,
|
|
134
|
+
detail: 0,
|
|
135
|
+
shiftKey: t.shiftKey,
|
|
136
|
+
ctrlKey: t.ctrlKey,
|
|
137
|
+
altKey: t.altKey,
|
|
138
|
+
metaKey: t.metaKey
|
|
139
|
+
}));
|
|
140
|
+
}
|
|
141
|
+
//#endregion
|
|
142
|
+
export { C as t };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../toggle-group-
|
|
1
|
+
import { t as e } from "../toggle-group-DSWb9HxN.js";
|
|
2
2
|
export { e as ToggleGroup };
|
|
@@ -0,0 +1,134 @@
|
|
|
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 { n as a } from "./DirectionContext-BwMabICS.js";
|
|
6
|
+
import { n as o } from "./ToolbarRootContext-88yZoAOy.js";
|
|
7
|
+
import { n as s } from "./ToolbarGroupContext-Dpc3_mFx.js";
|
|
8
|
+
import { t as c } from "./ToggleGroupContext-_THxLgJU.js";
|
|
9
|
+
import { createComponent as l, getNextElement as u, mergeProps as d, runHydrationEvents as f, spread as p, template as m } from "@solidjs/web";
|
|
10
|
+
import { createEffect as h, createMemo as g, createSignal as _, omit as v, onSettled as y, untrack as b } from "solid-js";
|
|
11
|
+
//#region src/toggle-group/ToggleGroup.tsx
|
|
12
|
+
var x = /* @__PURE__ */ m("<div>"), S = [];
|
|
13
|
+
function C(m) {
|
|
14
|
+
let C = a(), w = o(!0), T = s(), E = m, D = m, O = b(() => E.value !== void 0), [k, A] = _(() => b(() => E.defaultValue ?? S)), j = b(k), [M, N] = _(), [P, F] = _(), [I, L] = _(0), R = /* @__PURE__ */ new Map(), z, B = v(D, "render", "class", "defaultValue", "disabled", "loopFocus", "multiple", "onKeyDown", "onValueChange", "orientation", "ref", "style", "value"), V = g(() => O ? E.value ?? S : k()), H = g(() => (w?.disabled() ?? !1) || (T?.disabled() ?? !1) || (E.disabled ?? !1)), U = g(() => E.multiple ?? !1), W = g(() => E.orientation ?? "horizontal"), G = g(() => E.value !== void 0 || E.defaultValue !== void 0), K = g(() => ({
|
|
15
|
+
disabled: H(),
|
|
16
|
+
multiple: U(),
|
|
17
|
+
orientation: W()
|
|
18
|
+
})), q = g(() => n(m.class, K())), J = g(() => r(m.style, K())), Y = g(() => t(K()));
|
|
19
|
+
function X() {
|
|
20
|
+
return Array.from(R.values()).sort((e, t) => {
|
|
21
|
+
let n = e.element(), r = t.element();
|
|
22
|
+
if (!n || !r || n === r) return 0;
|
|
23
|
+
let i = n.compareDocumentPosition(r);
|
|
24
|
+
return i & Node.DOCUMENT_POSITION_FOLLOWING ? -1 : i & Node.DOCUMENT_POSITION_PRECEDING ? 1 : 0;
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
function Z(e) {
|
|
28
|
+
if (e.disabled()) return !1;
|
|
29
|
+
let t = e.element();
|
|
30
|
+
if (!t) return !0;
|
|
31
|
+
let n = t.ownerDocument.defaultView?.getComputedStyle(t);
|
|
32
|
+
return !n || n.display === "none" || n.display === "contents" ? !1 : n.visibility !== "hidden" && n.visibility !== "collapse";
|
|
33
|
+
}
|
|
34
|
+
function Q(e) {
|
|
35
|
+
return w ? w.registerItem(e) : (R.set(e.token, e), !z && !b(e.disabled) && (z = e.token), () => {
|
|
36
|
+
R.delete(e.token), z === e.token && (z = X().find((e) => b(e.disabled))?.token), queueMicrotask(() => L((e) => e + 1));
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
function $(e) {
|
|
40
|
+
if (w) {
|
|
41
|
+
w.setActiveItem(e);
|
|
42
|
+
return;
|
|
43
|
+
}
|
|
44
|
+
e.disabled() || (z = e.token, F(e.token));
|
|
45
|
+
}
|
|
46
|
+
function ee(e) {
|
|
47
|
+
if (w) return w.isTabStop(e);
|
|
48
|
+
I();
|
|
49
|
+
let t = X().filter(Z), n = t.find((e) => e.token === (P() ?? z));
|
|
50
|
+
return Z(e) && (n ?? t[0])?.token === e.token;
|
|
51
|
+
}
|
|
52
|
+
function te(e) {
|
|
53
|
+
return (O ? E.value ?? S : j).indexOf(e) > -1;
|
|
54
|
+
}
|
|
55
|
+
function ne(e, t, n) {
|
|
56
|
+
let r = O ? E.value ?? S : j, i;
|
|
57
|
+
U() ? (i = r.slice(), t ? i.push(e) : i.splice(r.indexOf(e), 1)) : i = t ? [e] : [], E.onValueChange?.(i, n), !n.isCanceled && !O && (j = i, A(i));
|
|
58
|
+
}
|
|
59
|
+
function re(e) {
|
|
60
|
+
if (e.shiftKey || e.ctrlKey || e.altKey || e.metaKey) return;
|
|
61
|
+
let t = C() === "rtl" ? "ArrowLeft" : "ArrowRight", n = C() === "rtl" ? "ArrowRight" : "ArrowLeft", r = W() === "vertical" ? "ArrowDown" : t, i = W() === "vertical" ? "ArrowUp" : n, a = e.key === r || e.key === i, o = e.key === "Home" || e.key === "End";
|
|
62
|
+
if (!a && !o) return;
|
|
63
|
+
I();
|
|
64
|
+
let s = X(), c = s.filter(Z);
|
|
65
|
+
if (c.length === 0) return;
|
|
66
|
+
let l = e.composedPath(), u = l[0], d = s.findIndex((e) => {
|
|
67
|
+
let t = e.element();
|
|
68
|
+
return t && (l.includes(t) || u instanceof Node && t.contains(u));
|
|
69
|
+
});
|
|
70
|
+
d === -1 && (d = s.findIndex((e) => e.token === (P() ?? z)));
|
|
71
|
+
let f;
|
|
72
|
+
if (e.key === "Home") f = c[0];
|
|
73
|
+
else if (e.key === "End") f = c[c.length - 1];
|
|
74
|
+
else {
|
|
75
|
+
let t = e.key === r ? 1 : -1, n = d === -1 ? t > 0 ? -1 : s.length : d;
|
|
76
|
+
for (let e = 0; e < s.length; e += 1) {
|
|
77
|
+
if (n += t, n < 0 || n >= s.length) {
|
|
78
|
+
if (!(E.loopFocus ?? !0)) break;
|
|
79
|
+
n = (n + s.length) % s.length;
|
|
80
|
+
}
|
|
81
|
+
let e = s[n];
|
|
82
|
+
if (e && Z(e)) {
|
|
83
|
+
f = e;
|
|
84
|
+
break;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
!f || f === s[d] || (e.preventDefault(), e.stopPropagation(), $(f), queueMicrotask(() => f.element()?.focus()));
|
|
89
|
+
}
|
|
90
|
+
let ie = i(() => E.onKeyDown, () => w ? void 0 : re), ae = {
|
|
91
|
+
disabled: H,
|
|
92
|
+
isPressed: te,
|
|
93
|
+
isTabStop: ee,
|
|
94
|
+
isValueInitialized: G,
|
|
95
|
+
registerItem: Q,
|
|
96
|
+
setActiveItem: $,
|
|
97
|
+
setGroupValue: ne,
|
|
98
|
+
toolbar: w,
|
|
99
|
+
value: V
|
|
100
|
+
};
|
|
101
|
+
h(M, (e) => {
|
|
102
|
+
let t = e?.ownerDocument.defaultView?.MutationObserver;
|
|
103
|
+
if (!e || !t) return;
|
|
104
|
+
let n = new t(() => L((e) => e + 1));
|
|
105
|
+
return n.observe(e, {
|
|
106
|
+
childList: !0,
|
|
107
|
+
subtree: !0
|
|
108
|
+
}), () => n.disconnect();
|
|
109
|
+
}), y(() => {
|
|
110
|
+
L((e) => e + 1);
|
|
111
|
+
});
|
|
112
|
+
let oe = e(m, () => K(), (e) => (() => {
|
|
113
|
+
var t = u(x);
|
|
114
|
+
return p(t, e, !1), f(), t;
|
|
115
|
+
})());
|
|
116
|
+
return l(c, {
|
|
117
|
+
value: ae,
|
|
118
|
+
get children() {
|
|
119
|
+
return l(oe, d({
|
|
120
|
+
ref: [((e) => N(e)), E.ref],
|
|
121
|
+
get class() {
|
|
122
|
+
return q();
|
|
123
|
+
},
|
|
124
|
+
get style() {
|
|
125
|
+
return J();
|
|
126
|
+
},
|
|
127
|
+
role: "group",
|
|
128
|
+
onKeyDown: ie
|
|
129
|
+
}, Y, B));
|
|
130
|
+
}
|
|
131
|
+
});
|
|
132
|
+
}
|
|
133
|
+
//#endregion
|
|
134
|
+
export { C as t };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../toolbar-
|
|
1
|
+
import { t as e } from "../toolbar-DcCi3HNp.js";
|
|
2
2
|
export { e as Toolbar };
|