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,371 @@
|
|
|
1
|
+
import { t as e } from "./useRender-CxZ8PI-g.js";
|
|
2
|
+
import { u as t } from "./reasons-Co5CzjKq.js";
|
|
3
|
+
import { createChangeEventDetails as n } from "./internals/createBaseUIEventDetails.js";
|
|
4
|
+
import { transitionStatusMapping as r } from "./internals/stateAttributesMapping.js";
|
|
5
|
+
import { c as i, m as a, n as o, o as s, p as c, t as l, u } from "./dom-BEAeQ9Eb.js";
|
|
6
|
+
import { Portal as ee, createComponent as d, effect as te, getNextElement as f, mergeProps as p, runHydrationEvents as m, setAttribute as h, spread as g, style as ne, template as _ } from "@solidjs/web";
|
|
7
|
+
import { Show as v, createContext as y, createEffect as b, createMemo as x, createSignal as S, createUniqueId as re, omit as ie, useContext as C } from "solid-js";
|
|
8
|
+
//#region src/internals/overlay/ReactiveStore.ts
|
|
9
|
+
var w = class {
|
|
10
|
+
state;
|
|
11
|
+
context;
|
|
12
|
+
listeners = /* @__PURE__ */ new Set();
|
|
13
|
+
revision;
|
|
14
|
+
setRevision;
|
|
15
|
+
updateTick = 0;
|
|
16
|
+
constructor(e, t) {
|
|
17
|
+
this.state = e, this.context = t;
|
|
18
|
+
let [n, r] = S(0, {
|
|
19
|
+
equals: !1,
|
|
20
|
+
ownedWrite: !0
|
|
21
|
+
});
|
|
22
|
+
this.revision = n, this.setRevision = r;
|
|
23
|
+
}
|
|
24
|
+
subscribe = (e) => (this.listeners.add(e), () => this.listeners.delete(e));
|
|
25
|
+
track() {
|
|
26
|
+
return this.revision(), this.state;
|
|
27
|
+
}
|
|
28
|
+
access(e) {
|
|
29
|
+
return x(() => e(this.track()));
|
|
30
|
+
}
|
|
31
|
+
setState(e) {
|
|
32
|
+
if (this.state === e) return;
|
|
33
|
+
this.state = e, this.updateTick += 1, this.setRevision((e) => e + 1);
|
|
34
|
+
let t = this.updateTick;
|
|
35
|
+
for (let n of this.listeners) {
|
|
36
|
+
if (t !== this.updateTick) return;
|
|
37
|
+
n(e);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
update(e) {
|
|
41
|
+
for (let t in e) if (!Object.is(this.state[t], e[t])) {
|
|
42
|
+
this.setState({
|
|
43
|
+
...this.state,
|
|
44
|
+
...e
|
|
45
|
+
});
|
|
46
|
+
return;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
set(e, t) {
|
|
50
|
+
Object.is(this.state[e], t) || this.setState({
|
|
51
|
+
...this.state,
|
|
52
|
+
[e]: t
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
notifyAll() {
|
|
56
|
+
this.setState({ ...this.state });
|
|
57
|
+
}
|
|
58
|
+
}, T = /* @__PURE__ */ _("<span>"), E = {
|
|
59
|
+
"clip-path": "inset(50%)",
|
|
60
|
+
overflow: "hidden",
|
|
61
|
+
"white-space": "nowrap",
|
|
62
|
+
border: 0,
|
|
63
|
+
padding: 0,
|
|
64
|
+
width: "1px",
|
|
65
|
+
height: "1px",
|
|
66
|
+
margin: "-1px",
|
|
67
|
+
position: "fixed",
|
|
68
|
+
top: 0,
|
|
69
|
+
left: 0
|
|
70
|
+
};
|
|
71
|
+
function D() {
|
|
72
|
+
if (typeof navigator > "u" || typeof CSS > "u") return !1;
|
|
73
|
+
let e = navigator.platform.toLowerCase();
|
|
74
|
+
return (e.startsWith("mac") || /^i(os$|p)/.test(e)) && !!CSS.supports?.("-webkit-backdrop-filter:none");
|
|
75
|
+
}
|
|
76
|
+
function O(e) {
|
|
77
|
+
let t = D() ? "button" : void 0;
|
|
78
|
+
var n = f(T);
|
|
79
|
+
return g(n, p(e, {
|
|
80
|
+
get tabindex() {
|
|
81
|
+
return e.hidden ? -1 : 0;
|
|
82
|
+
},
|
|
83
|
+
role: t,
|
|
84
|
+
"aria-hidden": t ? void 0 : "true",
|
|
85
|
+
style: E,
|
|
86
|
+
"data-base-ui-focus-guard": ""
|
|
87
|
+
}), !1), m(), n;
|
|
88
|
+
}
|
|
89
|
+
//#endregion
|
|
90
|
+
//#region src/internals/overlay/tabbable.ts
|
|
91
|
+
var k = "a[href],button,input,select,textarea,summary,details,iframe,object,embed,[tabindex],[contenteditable]:not([contenteditable=\"false\"]),audio[controls],video[controls]";
|
|
92
|
+
function A(e) {
|
|
93
|
+
return e.localName;
|
|
94
|
+
}
|
|
95
|
+
function j(e) {
|
|
96
|
+
if (e.assignedSlot) return e.assignedSlot;
|
|
97
|
+
if (e.parentElement) return e.parentElement;
|
|
98
|
+
let t = e.getRootNode();
|
|
99
|
+
return u(t) ? t.host : null;
|
|
100
|
+
}
|
|
101
|
+
function M(e) {
|
|
102
|
+
return Array.from(e.children).find((e) => A(e) === "summary") ?? null;
|
|
103
|
+
}
|
|
104
|
+
function N(e) {
|
|
105
|
+
if (!e || !e.matches(k)) return !1;
|
|
106
|
+
let t = A(e);
|
|
107
|
+
return t === "summary" && (!e.parentElement || A(e.parentElement) !== "details" || M(e.parentElement) !== e) || t === "details" && M(e) ? !1 : t !== "input" || e.type !== "hidden";
|
|
108
|
+
}
|
|
109
|
+
function P(e, t) {
|
|
110
|
+
let n = M(t);
|
|
111
|
+
return !!(n && (e === n || o(n, e)));
|
|
112
|
+
}
|
|
113
|
+
function F(e) {
|
|
114
|
+
if (!N(e) || !e.isConnected || e.matches(":disabled")) return !1;
|
|
115
|
+
for (let t = e; t; t = j(t)) {
|
|
116
|
+
let n = t !== e, r = A(t) === "slot";
|
|
117
|
+
if (t.hasAttribute("inert") || t.hasAttribute("hidden") || n && A(t) === "details" && !t.open && !P(e, t)) return !1;
|
|
118
|
+
let i = a(t).getComputedStyle(t);
|
|
119
|
+
if (!n && !s(t, i) || n && !r && i.display === "none") return !1;
|
|
120
|
+
}
|
|
121
|
+
return !0;
|
|
122
|
+
}
|
|
123
|
+
function I(e) {
|
|
124
|
+
if (e.tabIndex >= 0) return e.tabIndex;
|
|
125
|
+
let t = A(e);
|
|
126
|
+
return t === "details" || t === "audio" || t === "video" || i(e) && e.isContentEditable ? 0 : e.tabIndex;
|
|
127
|
+
}
|
|
128
|
+
function L(e) {
|
|
129
|
+
if (A(e) !== "input") return null;
|
|
130
|
+
let t = e;
|
|
131
|
+
return t.type === "radio" && t.name ? t : null;
|
|
132
|
+
}
|
|
133
|
+
function ae(e, t) {
|
|
134
|
+
let n = L(e);
|
|
135
|
+
if (!n) return !0;
|
|
136
|
+
let r = t.find((e) => {
|
|
137
|
+
let t = L(e);
|
|
138
|
+
return t?.name === n.name && t.form === n.form && t.checked;
|
|
139
|
+
});
|
|
140
|
+
return r ? r === n : t.find((e) => {
|
|
141
|
+
let t = L(e);
|
|
142
|
+
return t?.name === n.name && t.form === n.form;
|
|
143
|
+
}) === n;
|
|
144
|
+
}
|
|
145
|
+
function R(e) {
|
|
146
|
+
if ("localName" in e && e.localName === "slot" && typeof e.assignedElements == "function") {
|
|
147
|
+
let t = e.assignedElements({ flatten: !0 });
|
|
148
|
+
if (t.length) return t;
|
|
149
|
+
}
|
|
150
|
+
return i(e) && e.shadowRoot ? Array.from(e.shadowRoot.children) : Array.from(e.children);
|
|
151
|
+
}
|
|
152
|
+
function z(e, t) {
|
|
153
|
+
R(e).forEach((e) => {
|
|
154
|
+
N(e) && t.push(e), z(e, t);
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
function B(e, t, n) {
|
|
158
|
+
R(e).forEach((e) => {
|
|
159
|
+
i(e) && e.matches(t) && n.push(e), B(e, t, n);
|
|
160
|
+
});
|
|
161
|
+
}
|
|
162
|
+
function V(e) {
|
|
163
|
+
return F(e) && I(e) >= 0;
|
|
164
|
+
}
|
|
165
|
+
function H(e) {
|
|
166
|
+
let t = [];
|
|
167
|
+
return z(e, t), t.filter(F);
|
|
168
|
+
}
|
|
169
|
+
function U(e) {
|
|
170
|
+
let t = H(e);
|
|
171
|
+
return t.filter((e) => I(e) >= 0 && ae(e, t));
|
|
172
|
+
}
|
|
173
|
+
function W(e, t) {
|
|
174
|
+
let n = U(e);
|
|
175
|
+
if (!n.length) return;
|
|
176
|
+
let r = n.indexOf(l(c(e)));
|
|
177
|
+
return n[r === -1 ? t === 1 ? 0 : n.length - 1 : r + t];
|
|
178
|
+
}
|
|
179
|
+
function G(e) {
|
|
180
|
+
return W(c(e).body, 1) ?? e;
|
|
181
|
+
}
|
|
182
|
+
function K(e) {
|
|
183
|
+
return W(c(e).body, -1) ?? e;
|
|
184
|
+
}
|
|
185
|
+
function q(e, t) {
|
|
186
|
+
if (!e) return null;
|
|
187
|
+
let n = U(c(e).body), r = n.indexOf(e);
|
|
188
|
+
return r === -1 || n.length === 0 ? null : n[(r + t + n.length) % n.length];
|
|
189
|
+
}
|
|
190
|
+
function oe(e) {
|
|
191
|
+
return q(e, 1);
|
|
192
|
+
}
|
|
193
|
+
function se(e) {
|
|
194
|
+
return q(e, -1);
|
|
195
|
+
}
|
|
196
|
+
function J(e, t) {
|
|
197
|
+
let n = e.relatedTarget;
|
|
198
|
+
return !n || !o(t, n);
|
|
199
|
+
}
|
|
200
|
+
function ce(e) {
|
|
201
|
+
U(e).forEach((e) => {
|
|
202
|
+
e.setAttribute("data-tabindex", e.getAttribute("tabindex") || ""), e.setAttribute("tabindex", "-1");
|
|
203
|
+
});
|
|
204
|
+
}
|
|
205
|
+
function Y(e) {
|
|
206
|
+
let t = [];
|
|
207
|
+
B(e, "[data-tabindex]", t), t.forEach((e) => {
|
|
208
|
+
let t = e.getAttribute("data-tabindex");
|
|
209
|
+
e.removeAttribute("data-tabindex"), t ? e.setAttribute("tabindex", t) : e.removeAttribute("tabindex");
|
|
210
|
+
});
|
|
211
|
+
}
|
|
212
|
+
//#endregion
|
|
213
|
+
//#region src/internals/overlay/PopupPortal.tsx
|
|
214
|
+
var le = /* @__PURE__ */ _("<div>"), ue = /* @__PURE__ */ _("<span>"), X = Symbol("PopupPortalContext"), Z = y(X);
|
|
215
|
+
function Q() {
|
|
216
|
+
let e = C(Z);
|
|
217
|
+
return e === X ? void 0 : e;
|
|
218
|
+
}
|
|
219
|
+
function de(e) {
|
|
220
|
+
return e === null ? null : typeof e == "function" ? e() : e && "current" in e ? e.current ?? void 0 : e;
|
|
221
|
+
}
|
|
222
|
+
function fe(r) {
|
|
223
|
+
let i = Q(), a = re(), [o, s] = S(null, { ownedWrite: !0 }), [c, l] = S(null, { ownedWrite: !0 }), [u, _] = S(null, { ownedWrite: !0 }), [y, C] = S(null, { ownedWrite: !0 }), [w, T] = S(null, { ownedWrite: !0 }), [E, D] = S(null, { ownedWrite: !0 }), k = !1, A = {
|
|
224
|
+
portalNode: o,
|
|
225
|
+
focusManagerState: c,
|
|
226
|
+
setFocusManagerState: l,
|
|
227
|
+
beforeInside: u,
|
|
228
|
+
afterInside: y,
|
|
229
|
+
beforeOutside: w,
|
|
230
|
+
afterOutside: E,
|
|
231
|
+
setBeforeInside: _,
|
|
232
|
+
setAfterInside: C,
|
|
233
|
+
setBeforeOutside: T,
|
|
234
|
+
setAfterOutside: D
|
|
235
|
+
}, j = x(() => r.id ?? a), M = x(() => {
|
|
236
|
+
let e = de(r.container);
|
|
237
|
+
return e === null ? null : e ?? i?.portalNode() ?? (typeof document > "u" ? void 0 : document.body);
|
|
238
|
+
}), N = x(() => !r.lite && !!(o() && c()?.open && c()?.modal === !1)), P = ie(r, "render", "container", "lite", "children", "id", "ref", "portalOwnerRole"), F = e(r, () => ({}), (e) => (() => {
|
|
239
|
+
var t = f(le);
|
|
240
|
+
return g(t, e, !1), m(), t;
|
|
241
|
+
})());
|
|
242
|
+
b(() => ({
|
|
243
|
+
node: o(),
|
|
244
|
+
modal: c()?.modal,
|
|
245
|
+
lite: r.lite
|
|
246
|
+
}), ({ node: e, modal: t, lite: n }) => {
|
|
247
|
+
if (n || !e || t) return;
|
|
248
|
+
let r = (t) => {
|
|
249
|
+
!t.relatedTarget || !J(t, e) || (t.type === "focus" ? k &&= (Y(e), !1) : (ce(e), k = !0));
|
|
250
|
+
};
|
|
251
|
+
return e.addEventListener("focus", r, !0), e.addEventListener("blur", r, !0), () => {
|
|
252
|
+
e.removeEventListener("focus", r, !0), e.removeEventListener("blur", r, !0);
|
|
253
|
+
};
|
|
254
|
+
}), b(() => ({
|
|
255
|
+
node: o(),
|
|
256
|
+
open: c()?.open,
|
|
257
|
+
lite: r.lite
|
|
258
|
+
}), ({ node: e, open: t, lite: n }) => {
|
|
259
|
+
!n && e && t && k && (Y(e), k = !1);
|
|
260
|
+
});
|
|
261
|
+
function I() {
|
|
262
|
+
return d(v, {
|
|
263
|
+
get when() {
|
|
264
|
+
return M() !== null;
|
|
265
|
+
},
|
|
266
|
+
get children() {
|
|
267
|
+
return d(ee, {
|
|
268
|
+
get mount() {
|
|
269
|
+
return M();
|
|
270
|
+
},
|
|
271
|
+
get children() {
|
|
272
|
+
return d(F, p({
|
|
273
|
+
get id() {
|
|
274
|
+
return j();
|
|
275
|
+
},
|
|
276
|
+
"data-base-ui-portal": ""
|
|
277
|
+
}, P, {
|
|
278
|
+
ref: [(e) => s(e), r.ref],
|
|
279
|
+
get children() {
|
|
280
|
+
return r.children;
|
|
281
|
+
}
|
|
282
|
+
}));
|
|
283
|
+
}
|
|
284
|
+
});
|
|
285
|
+
}
|
|
286
|
+
});
|
|
287
|
+
}
|
|
288
|
+
return [
|
|
289
|
+
d(v, {
|
|
290
|
+
get when() {
|
|
291
|
+
return N();
|
|
292
|
+
},
|
|
293
|
+
get children() {
|
|
294
|
+
return [d(O, {
|
|
295
|
+
"data-type": "outside",
|
|
296
|
+
ref: T,
|
|
297
|
+
onFocus: (e) => {
|
|
298
|
+
let t = o(), n = c();
|
|
299
|
+
!t || !n || (J(e, t) ? u()?.focus() : K(n.domReference)?.focus());
|
|
300
|
+
}
|
|
301
|
+
}), (() => {
|
|
302
|
+
var e = f(ue);
|
|
303
|
+
return te(() => ({
|
|
304
|
+
e: r.portalOwnerRole,
|
|
305
|
+
t: j() || void 0,
|
|
306
|
+
a: pe
|
|
307
|
+
}), ({ e: t, t: n, a: r }, i) => {
|
|
308
|
+
t !== i?.e && h(e, "role", t), n !== i?.t && h(e, "aria-owns", n), ne(e, r, i?.a);
|
|
309
|
+
}), e;
|
|
310
|
+
})()];
|
|
311
|
+
}
|
|
312
|
+
}),
|
|
313
|
+
d(v, {
|
|
314
|
+
get when() {
|
|
315
|
+
return !r.lite;
|
|
316
|
+
},
|
|
317
|
+
get fallback() {
|
|
318
|
+
return d(I, {});
|
|
319
|
+
},
|
|
320
|
+
get children() {
|
|
321
|
+
return d(Z, {
|
|
322
|
+
value: A,
|
|
323
|
+
get children() {
|
|
324
|
+
return d(I, {});
|
|
325
|
+
}
|
|
326
|
+
});
|
|
327
|
+
}
|
|
328
|
+
}),
|
|
329
|
+
d(v, {
|
|
330
|
+
get when() {
|
|
331
|
+
return N();
|
|
332
|
+
},
|
|
333
|
+
get children() {
|
|
334
|
+
return d(O, {
|
|
335
|
+
"data-type": "outside",
|
|
336
|
+
ref: D,
|
|
337
|
+
onFocus: (e) => {
|
|
338
|
+
let r = o(), i = c();
|
|
339
|
+
!r || !i || (J(e, r) ? y()?.focus() : (G(i.domReference)?.focus(), i.closeOnFocusOut && i.onOpenChange(!1, n(t, e))));
|
|
340
|
+
}
|
|
341
|
+
});
|
|
342
|
+
}
|
|
343
|
+
})
|
|
344
|
+
];
|
|
345
|
+
}
|
|
346
|
+
var pe = {
|
|
347
|
+
"clip-path": "inset(50%)",
|
|
348
|
+
overflow: "hidden",
|
|
349
|
+
"white-space": "nowrap",
|
|
350
|
+
border: 0,
|
|
351
|
+
padding: 0,
|
|
352
|
+
width: "1px",
|
|
353
|
+
height: "1px",
|
|
354
|
+
margin: "-1px",
|
|
355
|
+
position: "fixed",
|
|
356
|
+
top: 0,
|
|
357
|
+
left: 0
|
|
358
|
+
}, me = /* @__PURE__ */ function(e) {
|
|
359
|
+
return e.open = "data-open", e.closed = "data-closed", e.startingStyle = "data-starting-style", e.endingStyle = "data-ending-style", e.anchorHidden = "data-anchor-hidden", e.side = "data-side", e.align = "data-align", e;
|
|
360
|
+
}({}), he = { "data-popup-open": "" }, ge = {
|
|
361
|
+
"data-popup-open": "",
|
|
362
|
+
"data-pressed": ""
|
|
363
|
+
}, _e = { "data-open": "" }, ve = { "data-closed": "" }, ye = { "data-anchor-hidden": "" }, be = { open: (e) => e ? he : null }, xe = { open: (e) => e ? ge : null }, $ = {
|
|
364
|
+
open: (e) => e ? _e : ve,
|
|
365
|
+
anchorHidden: (e) => e ? ye : null
|
|
366
|
+
}, Se = {
|
|
367
|
+
...$,
|
|
368
|
+
...r
|
|
369
|
+
};
|
|
370
|
+
//#endregion
|
|
371
|
+
export { w as _, be as a, H as c, oe as d, se as f, O as g, U as h, xe as i, G as l, V as m, $ as n, fe as o, J as p, Se as r, Q as s, me as t, K as u };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../preview-card-
|
|
1
|
+
import { t as e } from "../preview-card-FTN_aafM.js";
|
|
2
2
|
export { e as PreviewCard };
|