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,632 @@
|
|
|
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 { d 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 { a as c } from "./dom-BEAeQ9Eb.js";
|
|
9
|
+
import { t as l } from "./PopupViewport-IS4XU03s.js";
|
|
10
|
+
import { t as u } from "./createAnchorPositioning-D96gu-Dz.js";
|
|
11
|
+
import { c as d, i as f, n as p, r as m, s as h, t as g } from "./FloatingTree-23B7KKPD.js";
|
|
12
|
+
import { a as _, n as v, o as y, r as b, t as x } from "./PopupStore-Du0O57fL.js";
|
|
13
|
+
import { t as S } from "./createFocusInteraction--s9_qBf3.js";
|
|
14
|
+
import { n as C, r as w, t as T } from "./safePolygon-DJG0VIVo.js";
|
|
15
|
+
import { a as ee, n as te, o as E, r as D } from "./popupStateMapping-C6jQ_LKo.js";
|
|
16
|
+
import { i as ne, n as O, r as re, t as k } from "./PopupHandle-CQI6Om1Z.js";
|
|
17
|
+
import { t as A } from "./setRef-fXF6OIo3.js";
|
|
18
|
+
import { n as j } from "./DirectionContext-BwMabICS.js";
|
|
19
|
+
import { claimElement as ie, createComponent as M, getNextElement as N, memo as P, mergeProps as F, runHydrationEvents as I, spread as L, template as R } from "@solidjs/web";
|
|
20
|
+
import { $REFRESH as ae, Show as oe, createContext as z, createEffect as B, createMemo as V, createSignal as H, createUniqueId as U, omit as W, onCleanup as G, untrack as K, useContext as q } from "solid-js";
|
|
21
|
+
//#region src/internals/overlay/inlineRect.ts
|
|
22
|
+
function J(e, t, n, r) {
|
|
23
|
+
return {
|
|
24
|
+
left: e,
|
|
25
|
+
top: t,
|
|
26
|
+
right: n,
|
|
27
|
+
bottom: r,
|
|
28
|
+
x: e,
|
|
29
|
+
y: t,
|
|
30
|
+
width: n - e,
|
|
31
|
+
height: r - t
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
function se(e) {
|
|
35
|
+
return {
|
|
36
|
+
left: e.left,
|
|
37
|
+
top: e.top,
|
|
38
|
+
right: e.right,
|
|
39
|
+
bottom: e.bottom,
|
|
40
|
+
width: e.width,
|
|
41
|
+
height: e.height
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function Y(e) {
|
|
45
|
+
let t = [], n, r = Infinity, i = Infinity, a = -Infinity, o = -Infinity;
|
|
46
|
+
for (let s of Array.from(e).sort((e, t) => e.top - t.top)) {
|
|
47
|
+
let e = se(s);
|
|
48
|
+
if (r = Math.min(r, e.left), i = Math.min(i, e.top), a = Math.max(a, e.right), o = Math.max(o, e.bottom), !n || e.top - n.top > n.height / 2) t.push(e);
|
|
49
|
+
else {
|
|
50
|
+
let n = t[t.length - 1];
|
|
51
|
+
n.left = Math.min(n.left, e.left), n.right = Math.max(n.right, e.right), n.bottom = Math.max(n.bottom, e.bottom), n.width = n.right - n.left, n.height = n.bottom - n.top;
|
|
52
|
+
}
|
|
53
|
+
n = e;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
lines: t,
|
|
57
|
+
fallback: J(r, i, a, o)
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
function ce(e, t, n) {
|
|
61
|
+
return e.findIndex((e) => t > e.left - 2 && t < e.right + 2 && n > e.top - 2 && n < e.bottom + 2);
|
|
62
|
+
}
|
|
63
|
+
function le(e, t, n) {
|
|
64
|
+
let { lines: r } = Y(e.getClientRects());
|
|
65
|
+
if (r.length < 2) return;
|
|
66
|
+
let i = ce(r, t, n);
|
|
67
|
+
return {
|
|
68
|
+
x: t,
|
|
69
|
+
y: n,
|
|
70
|
+
lineIndex: i === -1 ? void 0 : i,
|
|
71
|
+
element: e
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
function ue(e, t, n) {
|
|
75
|
+
let { lines: r, fallback: i } = Y(e.getClientRects());
|
|
76
|
+
if (r.length < 2) return null;
|
|
77
|
+
if (n?.lineIndex != null && r[n.lineIndex]) {
|
|
78
|
+
let e = r[n.lineIndex];
|
|
79
|
+
return J(e.left, e.top, e.right, e.bottom);
|
|
80
|
+
}
|
|
81
|
+
if (n) {
|
|
82
|
+
let e = ce(r, n.x, n.y);
|
|
83
|
+
if (e !== -1) {
|
|
84
|
+
let t = r[e];
|
|
85
|
+
return J(t.left, t.top, t.right, t.bottom);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
if (r.length === 2 && r[0].left > r[1].right && n) return i;
|
|
89
|
+
let a = t[0];
|
|
90
|
+
if (a === "t" || a === "b") {
|
|
91
|
+
let e = r[0], t = r[r.length - 1], n = a === "t" ? e : t;
|
|
92
|
+
return J(n.left, e.top, n.right, t.bottom);
|
|
93
|
+
}
|
|
94
|
+
let o = a === "l", s = r[0].left, c = r[0].right, l = o ? Infinity : -Infinity, u = r[0], d = r[0];
|
|
95
|
+
for (let e of r) {
|
|
96
|
+
s = Math.min(s, e.left), c = Math.max(c, e.right);
|
|
97
|
+
let t = o ? e.left : e.right;
|
|
98
|
+
o && t < l || !o && t > l ? (l = t, u = e, d = e) : t === l && (d = e);
|
|
99
|
+
}
|
|
100
|
+
return J(s, u.top, c, d.bottom);
|
|
101
|
+
}
|
|
102
|
+
function de(e) {
|
|
103
|
+
return "contextElement" in e && e.contextElement ? e.contextElement : c(e) ? e : void 0;
|
|
104
|
+
}
|
|
105
|
+
function fe() {
|
|
106
|
+
let [e, t] = H();
|
|
107
|
+
return {
|
|
108
|
+
coords: e,
|
|
109
|
+
clear: () => t(void 0),
|
|
110
|
+
update: (e, n, r) => {
|
|
111
|
+
let i = le(e, n, r);
|
|
112
|
+
return t(i), i;
|
|
113
|
+
},
|
|
114
|
+
middleware: {
|
|
115
|
+
name: "inline",
|
|
116
|
+
async fn(t) {
|
|
117
|
+
let n = t.elements.reference;
|
|
118
|
+
if (typeof n.getClientRects != "function") return {};
|
|
119
|
+
let r = de(n), i = e(), a = i?.element === n || i?.element === r ? i : void 0, o = ue(n, t.placement, a);
|
|
120
|
+
if (!o || !t.platform.getElementRects) return {};
|
|
121
|
+
let s = await t.platform.getElementRects({
|
|
122
|
+
reference: {
|
|
123
|
+
contextElement: r,
|
|
124
|
+
getBoundingClientRect: () => o
|
|
125
|
+
},
|
|
126
|
+
floating: t.elements.floating,
|
|
127
|
+
strategy: t.strategy
|
|
128
|
+
}), c = t.rects.reference;
|
|
129
|
+
return c.x === s.reference.x && c.y === s.reference.y && c.width === s.reference.width && c.height === s.reference.height ? {} : { reset: { rects: s } };
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
};
|
|
133
|
+
}
|
|
134
|
+
//#endregion
|
|
135
|
+
//#region src/preview-card/store/PreviewCardStore.ts
|
|
136
|
+
var pe = class extends x {
|
|
137
|
+
inlineRect = fe();
|
|
138
|
+
constructor(e) {
|
|
139
|
+
super(e), this.tree = e.tree, this.set("closeDelay", 300);
|
|
140
|
+
}
|
|
141
|
+
tree;
|
|
142
|
+
floatingElement() {
|
|
143
|
+
let e = this.track();
|
|
144
|
+
return e.positionerElement ?? e.popupElement;
|
|
145
|
+
}
|
|
146
|
+
transitionStatus() {
|
|
147
|
+
return this.track().transitionStatus;
|
|
148
|
+
}
|
|
149
|
+
setOpen(e, t) {
|
|
150
|
+
let n = t.event;
|
|
151
|
+
return e && t.reason === "trigger-hover" && t.trigger && "clientX" in n && "clientY" in n && this.inlineRect.coords()?.element !== t.trigger && this.inlineRect.update(t.trigger, n.clientX, n.clientY), super.setOpen(e, t);
|
|
152
|
+
}
|
|
153
|
+
}, me = class extends O {
|
|
154
|
+
inlineRect = fe();
|
|
155
|
+
tree = new m();
|
|
156
|
+
constructor() {
|
|
157
|
+
super(), this.context.floatingRoot = new b({
|
|
158
|
+
triggerElements: this.context.triggerElements,
|
|
159
|
+
onOpenChange: () => void 0
|
|
160
|
+
});
|
|
161
|
+
}
|
|
162
|
+
floatingElement() {
|
|
163
|
+
return null;
|
|
164
|
+
}
|
|
165
|
+
transitionStatus() {}
|
|
166
|
+
}, he = Symbol("PreviewCardRootContext"), ge = z(he);
|
|
167
|
+
function X(e = !1) {
|
|
168
|
+
let t = q(ge);
|
|
169
|
+
if (t === he) {
|
|
170
|
+
if (e) return;
|
|
171
|
+
throw Error("Base UI: PreviewCardRootContext is missing. PreviewCard parts must be placed within <PreviewCard.Root>.");
|
|
172
|
+
}
|
|
173
|
+
return t;
|
|
174
|
+
}
|
|
175
|
+
//#endregion
|
|
176
|
+
//#region src/preview-card/root/PreviewCardRoot.tsx
|
|
177
|
+
function _e(e) {
|
|
178
|
+
let t = d(), n = h(), i = t ?? new m(), a = U(), s = U(), c = K(() => e.open !== void 0), l = K(() => e.triggerId !== void 0), u = new pe({
|
|
179
|
+
controlledOpen: () => c ? e.open : void 0,
|
|
180
|
+
controlledTriggerId: () => l ? e.triggerId : void 0,
|
|
181
|
+
floatingId: s,
|
|
182
|
+
nested: n !== null,
|
|
183
|
+
nodeId: a,
|
|
184
|
+
onOpenChange: () => e.onOpenChange,
|
|
185
|
+
onOpenChangeComplete: () => e.onOpenChangeComplete,
|
|
186
|
+
tree: i
|
|
187
|
+
});
|
|
188
|
+
u.update({
|
|
189
|
+
open: c ? !!K(() => e.open) : !!K(() => e.defaultOpen),
|
|
190
|
+
activeTriggerId: K(() => e.defaultTriggerId ?? null)
|
|
191
|
+
});
|
|
192
|
+
let v = u.access((e) => e.payload), b = f({
|
|
193
|
+
tree: i,
|
|
194
|
+
id: a,
|
|
195
|
+
parentId: n,
|
|
196
|
+
context: () => u.context.floatingRoot
|
|
197
|
+
}), x = _(u, () => u.track().popupElement, { onUnmount: u.inlineRect.clear }), S = {
|
|
198
|
+
store: u,
|
|
199
|
+
tree: i,
|
|
200
|
+
presence: x
|
|
201
|
+
};
|
|
202
|
+
u.configureTriggerUnmount({ closeOnActiveTriggerUnmount: !0 }), re(() => e.handle, u);
|
|
203
|
+
let C = y({
|
|
204
|
+
context: u.context.floatingRoot,
|
|
205
|
+
tree: () => i
|
|
206
|
+
});
|
|
207
|
+
u.setInteractionProps({
|
|
208
|
+
activeTriggerProps: { onKeyDown: C.onKeyDown },
|
|
209
|
+
inactiveTriggerProps: { onKeyDown: C.onKeyDown },
|
|
210
|
+
popupProps: { onKeyDown: C.onKeyDown }
|
|
211
|
+
}), B(() => ({
|
|
212
|
+
open: u.open(),
|
|
213
|
+
activeTriggerId: u.activeTriggerId()
|
|
214
|
+
}), (e) => {
|
|
215
|
+
K(() => u.reconcileTriggers()), e.open && e.activeTriggerId == null && u.state.payload !== void 0 && u.set("payload", void 0);
|
|
216
|
+
});
|
|
217
|
+
let w = {
|
|
218
|
+
unmount: x.forceUnmount,
|
|
219
|
+
close() {
|
|
220
|
+
u.setOpen(!1, o(r));
|
|
221
|
+
}
|
|
222
|
+
};
|
|
223
|
+
B(() => e.actionsRef, (e) => {
|
|
224
|
+
e?.(w);
|
|
225
|
+
});
|
|
226
|
+
function T() {
|
|
227
|
+
let t = V(() => e.children), n = K(t), r = n;
|
|
228
|
+
return typeof n == "function" && (r = n.name === "bound read" && Object.prototype.hasOwnProperty.call(n, ae) ? P(() => t()) : K(() => n({ payload: v }))), r;
|
|
229
|
+
}
|
|
230
|
+
return G(() => u.clearInteractionProps()), M(ge, {
|
|
231
|
+
value: S,
|
|
232
|
+
get children() {
|
|
233
|
+
return M(p, {
|
|
234
|
+
value: i,
|
|
235
|
+
get children() {
|
|
236
|
+
return M(g, {
|
|
237
|
+
get value() {
|
|
238
|
+
return b.id ?? null;
|
|
239
|
+
},
|
|
240
|
+
get children() {
|
|
241
|
+
return M(T, {});
|
|
242
|
+
}
|
|
243
|
+
});
|
|
244
|
+
}
|
|
245
|
+
});
|
|
246
|
+
}
|
|
247
|
+
});
|
|
248
|
+
}
|
|
249
|
+
//#endregion
|
|
250
|
+
//#region src/preview-card/trigger/PreviewCardTrigger.tsx
|
|
251
|
+
var ve = /* @__PURE__ */ R("<a>");
|
|
252
|
+
function ye(e) {
|
|
253
|
+
let r = X(!0), o = e;
|
|
254
|
+
if (!r && !K(() => o.handle)) throw Error("Base UI: <PreviewCard.Trigger> must be either used within a <PreviewCard.Root> component or provided with a handle.");
|
|
255
|
+
let c = e, l = `base-ui-${U()}`, u = V(() => o.id || l), d = V(() => o.delay ?? 600), f = V(() => o.closeDelay ?? 300), [p, m] = H(null, { ownedWrite: !0 }), h = ne(() => o.handle), g = V(() => h() ?? r?.store), _ = V(() => {
|
|
256
|
+
let e = g();
|
|
257
|
+
return !!(e?.open() && e.activeTriggerId() === u());
|
|
258
|
+
}), y = V(() => ({ open: _() })), b = t(e, () => y(), (e) => (() => {
|
|
259
|
+
var t = N(ve);
|
|
260
|
+
return ie(t), L(t, e, !1), I(), t;
|
|
261
|
+
})()), x = V(() => i(e.class, y())), S = V(() => a(e.style, y())), C = V(() => n(y(), ee)), w = W(c, "render", "class", "closeDelay", "delay", "handle", "id", "onBlur", "onFocus", "onKeyDown", "onMouseEnter", "onMouseMove", "onPointerLeave", "payload", "ref", "style"), T;
|
|
262
|
+
v(g, u, p, () => ({
|
|
263
|
+
payload: o.payload,
|
|
264
|
+
closeDelay: f()
|
|
265
|
+
}));
|
|
266
|
+
function te(e) {
|
|
267
|
+
g()?.inlineRect.clear(), T?.onFocus(e);
|
|
268
|
+
}
|
|
269
|
+
function E(e) {
|
|
270
|
+
T?.onBlur(e);
|
|
271
|
+
}
|
|
272
|
+
function D() {
|
|
273
|
+
T?.onPointerLeave();
|
|
274
|
+
}
|
|
275
|
+
function O(e) {
|
|
276
|
+
_() || g()?.inlineRect.update(e.currentTarget, e.clientX, e.clientY);
|
|
277
|
+
}
|
|
278
|
+
function re(e) {
|
|
279
|
+
let t = g(), n = t?.state[t.activeTriggerId() === u() ? "activeTriggerProps" : "inactiveTriggerProps"].onKeyDown;
|
|
280
|
+
typeof n == "function" && n(e);
|
|
281
|
+
}
|
|
282
|
+
let k = s(() => o.onFocus, () => te), A = s(() => o.onBlur, () => E), j = s(() => o.onPointerLeave, () => D), P = s(() => o.onMouseEnter, () => O), R = s(() => o.onMouseMove, () => O), ae = s(() => o.onKeyDown, () => re);
|
|
283
|
+
return [M(oe, {
|
|
284
|
+
keyed: !0,
|
|
285
|
+
get when() {
|
|
286
|
+
return g();
|
|
287
|
+
},
|
|
288
|
+
children: (e) => M(be, {
|
|
289
|
+
store: e,
|
|
290
|
+
id: u,
|
|
291
|
+
element: p,
|
|
292
|
+
delay: d,
|
|
293
|
+
closeDelay: f,
|
|
294
|
+
setFocusHandlers: (e) => T = e
|
|
295
|
+
})
|
|
296
|
+
}), M(b, F({
|
|
297
|
+
ref: [((e) => m(e)), o.ref],
|
|
298
|
+
get id() {
|
|
299
|
+
return u();
|
|
300
|
+
},
|
|
301
|
+
get class() {
|
|
302
|
+
return x();
|
|
303
|
+
},
|
|
304
|
+
get style() {
|
|
305
|
+
return S();
|
|
306
|
+
},
|
|
307
|
+
onBlur: A,
|
|
308
|
+
onFocus: k,
|
|
309
|
+
onKeyDown: ae,
|
|
310
|
+
onMouseEnter: P,
|
|
311
|
+
onMouseMove: R,
|
|
312
|
+
onPointerLeave: j
|
|
313
|
+
}, C, w))];
|
|
314
|
+
}
|
|
315
|
+
function be(e) {
|
|
316
|
+
let t = K(() => e.store), n = K(() => e.id), r = K(() => e.element), i = K(() => e.delay), a = K(() => e.closeDelay), o = K(() => e.setFocusHandlers);
|
|
317
|
+
return o(S({
|
|
318
|
+
context: t.context.floatingRoot,
|
|
319
|
+
delay: i
|
|
320
|
+
})), G(() => o(void 0)), w({
|
|
321
|
+
context: t.context.floatingRoot,
|
|
322
|
+
reference: r,
|
|
323
|
+
floating: () => t.isTriggerActive(n()) ? t.floatingElement() : null,
|
|
324
|
+
tree: () => t.tree,
|
|
325
|
+
delay: () => ({
|
|
326
|
+
open: i(),
|
|
327
|
+
close: a()
|
|
328
|
+
}),
|
|
329
|
+
handleClose: () => T(),
|
|
330
|
+
mouseOnly: () => !0
|
|
331
|
+
}), null;
|
|
332
|
+
}
|
|
333
|
+
//#endregion
|
|
334
|
+
//#region src/preview-card/portal/PreviewCardPortalContext.ts
|
|
335
|
+
var xe = Symbol("PreviewCardPortalContext"), Z = z(xe);
|
|
336
|
+
function Se() {
|
|
337
|
+
let e = q(Z);
|
|
338
|
+
if (e === xe) throw Error("Base UI: <PreviewCard.Portal> is missing.");
|
|
339
|
+
return e;
|
|
340
|
+
}
|
|
341
|
+
//#endregion
|
|
342
|
+
//#region src/preview-card/portal/PreviewCardPortal.tsx
|
|
343
|
+
function Ce(e) {
|
|
344
|
+
let t = X(), n = e, r = e, o = V(() => n.keepMounted ?? !1), s = V(() => t.presence.mounted() || o()), c = {}, l = V(() => i(e.class, c)), u = V(() => a(e.style, c)), d = W(r, "render", "class", "container", "keepMounted", "ref", "style"), f = { keepMounted: o };
|
|
345
|
+
return M(oe, {
|
|
346
|
+
get when() {
|
|
347
|
+
return s();
|
|
348
|
+
},
|
|
349
|
+
get children() {
|
|
350
|
+
return M(Z, {
|
|
351
|
+
value: f,
|
|
352
|
+
get children() {
|
|
353
|
+
return M(E, F({
|
|
354
|
+
get render() {
|
|
355
|
+
return e.render;
|
|
356
|
+
},
|
|
357
|
+
get container() {
|
|
358
|
+
return n.container;
|
|
359
|
+
},
|
|
360
|
+
lite: !0,
|
|
361
|
+
ref: (e) => {
|
|
362
|
+
n.ref && A(n.ref, e);
|
|
363
|
+
},
|
|
364
|
+
get class() {
|
|
365
|
+
return l();
|
|
366
|
+
},
|
|
367
|
+
get style() {
|
|
368
|
+
return u();
|
|
369
|
+
}
|
|
370
|
+
}, d, { get children() {
|
|
371
|
+
return e.children;
|
|
372
|
+
} }));
|
|
373
|
+
}
|
|
374
|
+
});
|
|
375
|
+
}
|
|
376
|
+
});
|
|
377
|
+
}
|
|
378
|
+
//#endregion
|
|
379
|
+
//#region src/preview-card/utils/mergePreviewCardStyles.ts
|
|
380
|
+
function Q(e, t) {
|
|
381
|
+
if (typeof t == "string") {
|
|
382
|
+
let n = Object.entries(e).filter((e) => e[1] != null).map(([e, t]) => `${e}:${String(t)}`).join(";");
|
|
383
|
+
return n ? `${n};${t}` : t;
|
|
384
|
+
}
|
|
385
|
+
return {
|
|
386
|
+
...e,
|
|
387
|
+
...t || void 0
|
|
388
|
+
};
|
|
389
|
+
}
|
|
390
|
+
//#endregion
|
|
391
|
+
//#region src/preview-card/utils/stateAttributesMapping.ts
|
|
392
|
+
var we = te, Te = D, Ee = { activationDirection: (e) => e ? { "data-activation-direction": e } : null }, De = Symbol("PreviewCardPositionerContext"), Oe = z(De);
|
|
393
|
+
function $() {
|
|
394
|
+
let e = q(Oe);
|
|
395
|
+
if (e === De) throw Error("Base UI: <PreviewCard.Positioner> is missing.");
|
|
396
|
+
return e;
|
|
397
|
+
}
|
|
398
|
+
//#endregion
|
|
399
|
+
//#region src/preview-card/positioner/PreviewCardPositioner.tsx
|
|
400
|
+
var ke = /* @__PURE__ */ R("<div>");
|
|
401
|
+
function Ae(e) {
|
|
402
|
+
let r = X();
|
|
403
|
+
Se();
|
|
404
|
+
let o = j(), s = e, c = e, l = V(() => {
|
|
405
|
+
let e = s.anchor;
|
|
406
|
+
return typeof e == "function" ? e() : e && "current" in e ? e.current : e ?? r.store.context.floatingRoot.referenceElement();
|
|
407
|
+
}), d = u({
|
|
408
|
+
reference: l,
|
|
409
|
+
floating: () => r.store.track().positionerElement,
|
|
410
|
+
mounted: r.presence.mounted,
|
|
411
|
+
direction: o,
|
|
412
|
+
positionMethod: () => s.positionMethod ?? "absolute",
|
|
413
|
+
side: () => s.side ?? "bottom",
|
|
414
|
+
align: () => s.align ?? "center",
|
|
415
|
+
sideOffset: () => s.sideOffset ?? 0,
|
|
416
|
+
alignOffset: () => s.alignOffset ?? 0,
|
|
417
|
+
collisionBoundary: () => s.collisionBoundary ?? "clipping-ancestors",
|
|
418
|
+
collisionPadding: () => s.collisionPadding ?? 5,
|
|
419
|
+
collisionAvoidance: () => s.collisionAvoidance ?? {
|
|
420
|
+
side: "flip",
|
|
421
|
+
align: "flip",
|
|
422
|
+
fallbackAxisSide: "end"
|
|
423
|
+
},
|
|
424
|
+
sticky: () => s.sticky ?? !1,
|
|
425
|
+
arrowPadding: () => s.arrowPadding ?? 5,
|
|
426
|
+
disableAnchorTracking: () => s.disableAnchorTracking ?? !1,
|
|
427
|
+
inlineMiddleware: () => r.store.inlineRect.middleware,
|
|
428
|
+
adaptiveOriginMiddleware: () => r.store.track().adaptiveOriginMiddleware
|
|
429
|
+
}), f = C(() => r.store.open(), () => d.state().isPositioned), p = V(() => ({
|
|
430
|
+
open: r.store.open(),
|
|
431
|
+
side: d.renderedSide(),
|
|
432
|
+
align: d.renderedAlign(),
|
|
433
|
+
anchorHidden: d.anchorHidden(),
|
|
434
|
+
instant: r.store.track().instantType ?? (f() ? "initial" : void 0)
|
|
435
|
+
})), m = t(e, () => p(), (e) => (() => {
|
|
436
|
+
var t = N(ke);
|
|
437
|
+
return L(t, e, !1), I(), t;
|
|
438
|
+
})()), h = V(() => i(e.class, p())), g = V(() => Q({
|
|
439
|
+
...d.styles(),
|
|
440
|
+
"pointer-events": r.store.open() ? void 0 : "none"
|
|
441
|
+
}, a(e.style, p()))), _ = V(() => n(p(), we)), v = W(c, "align", "alignOffset", "anchor", "arrowPadding", "render", "class", "collisionAvoidance", "collisionBoundary", "collisionPadding", "disableAnchorTracking", "positionMethod", "ref", "side", "sideOffset", "sticky", "style"), y = null;
|
|
442
|
+
return B(() => d.state().placement, (e) => {
|
|
443
|
+
r.store.context.floatingRoot.context.data.placement = e;
|
|
444
|
+
}), G(() => {
|
|
445
|
+
delete r.store.context.floatingRoot.context.data.placement, r.store.state.positionerElement === y && r.store.setPositionerElement(null);
|
|
446
|
+
}), M(Oe, {
|
|
447
|
+
value: d,
|
|
448
|
+
get children() {
|
|
449
|
+
return M(m, F({
|
|
450
|
+
ref: [((e) => {
|
|
451
|
+
y = e, r.store.setPositionerElement(e);
|
|
452
|
+
}), s.ref],
|
|
453
|
+
role: "presentation",
|
|
454
|
+
get hidden() {
|
|
455
|
+
return !r.presence.mounted();
|
|
456
|
+
},
|
|
457
|
+
get class() {
|
|
458
|
+
return h();
|
|
459
|
+
},
|
|
460
|
+
get style() {
|
|
461
|
+
return g();
|
|
462
|
+
}
|
|
463
|
+
}, _, v));
|
|
464
|
+
}
|
|
465
|
+
});
|
|
466
|
+
}
|
|
467
|
+
//#endregion
|
|
468
|
+
//#region src/preview-card/popup/PreviewCardPopup.tsx
|
|
469
|
+
var je = /* @__PURE__ */ R("<div>");
|
|
470
|
+
function Me(e) {
|
|
471
|
+
let r = X(), o = $(), c = e, l = e, u = V(() => ({
|
|
472
|
+
open: r.store.open(),
|
|
473
|
+
side: o.renderedSide(),
|
|
474
|
+
align: o.renderedAlign(),
|
|
475
|
+
instant: r.store.track().instantType,
|
|
476
|
+
transitionStatus: r.store.track().transitionStatus
|
|
477
|
+
})), d = t(e, () => u(), (e) => (() => {
|
|
478
|
+
var t = N(je);
|
|
479
|
+
return L(t, e, !1), I(), t;
|
|
480
|
+
})()), f = V(() => i(e.class, u())), p = V(() => a(e.style, u())), m = V(() => n(u(), Te)), h = W(l, "render", "class", "onKeyDown", "ref", "style"), g = s(() => c.onKeyDown, () => (e) => {
|
|
481
|
+
let t = r.store.state.popupProps.onKeyDown;
|
|
482
|
+
typeof t == "function" && t(e);
|
|
483
|
+
}), _ = null;
|
|
484
|
+
return G(() => {
|
|
485
|
+
r.store.state.popupElement === _ && r.store.setPopupElement(null);
|
|
486
|
+
}), M(d, F({
|
|
487
|
+
ref: [((e) => {
|
|
488
|
+
_ = e, r.store.setPopupElement(e);
|
|
489
|
+
}), c.ref],
|
|
490
|
+
tabIndex: -1,
|
|
491
|
+
"data-base-ui-focusable": "",
|
|
492
|
+
get class() {
|
|
493
|
+
return f();
|
|
494
|
+
},
|
|
495
|
+
get style() {
|
|
496
|
+
return p();
|
|
497
|
+
},
|
|
498
|
+
onKeyDown: g
|
|
499
|
+
}, m, h));
|
|
500
|
+
}
|
|
501
|
+
//#endregion
|
|
502
|
+
//#region src/preview-card/arrow/PreviewCardArrow.tsx
|
|
503
|
+
var Ne = /* @__PURE__ */ R("<div>");
|
|
504
|
+
function Pe(e) {
|
|
505
|
+
let r = X(), o = $(), s = e, c = e, l = V(() => ({
|
|
506
|
+
open: r.store.open(),
|
|
507
|
+
side: o.renderedSide(),
|
|
508
|
+
align: o.renderedAlign(),
|
|
509
|
+
uncentered: o.arrowUncentered()
|
|
510
|
+
})), u = t(e, () => l(), (e) => (() => {
|
|
511
|
+
var t = N(Ne);
|
|
512
|
+
return L(t, e, !1), I(), t;
|
|
513
|
+
})()), d = V(() => i(e.class, l())), f = V(() => Q(o.arrowStyles(), a(e.style, l()))), p = V(() => n(l(), we)), m = W(c, "render", "class", "ref", "style"), h = null;
|
|
514
|
+
return G(() => {
|
|
515
|
+
h && o.setArrowElement(null);
|
|
516
|
+
}), M(u, F({
|
|
517
|
+
ref: [((e) => {
|
|
518
|
+
h = e, o.setArrowElement(e);
|
|
519
|
+
}), s.ref],
|
|
520
|
+
"aria-hidden": "true",
|
|
521
|
+
get class() {
|
|
522
|
+
return d();
|
|
523
|
+
},
|
|
524
|
+
get style() {
|
|
525
|
+
return f();
|
|
526
|
+
}
|
|
527
|
+
}, p, m));
|
|
528
|
+
}
|
|
529
|
+
//#endregion
|
|
530
|
+
//#region src/preview-card/backdrop/PreviewCardBackdrop.tsx
|
|
531
|
+
var Fe = /* @__PURE__ */ R("<div>");
|
|
532
|
+
function Ie(e) {
|
|
533
|
+
let r = X(), o = e, s = e, c = V(() => ({
|
|
534
|
+
open: r.store.open(),
|
|
535
|
+
transitionStatus: r.store.track().transitionStatus
|
|
536
|
+
})), l = t(e, () => c(), (e) => (() => {
|
|
537
|
+
var t = N(Fe);
|
|
538
|
+
return L(t, e, !1), I(), t;
|
|
539
|
+
})()), u = V(() => i(e.class, c())), d = V(() => Q({
|
|
540
|
+
"pointer-events": "none",
|
|
541
|
+
"user-select": "none",
|
|
542
|
+
"-webkit-user-select": "none"
|
|
543
|
+
}, a(e.style, c()))), f = V(() => n(c(), Te)), p = W(s, "render", "class", "ref", "style");
|
|
544
|
+
return M(l, F({
|
|
545
|
+
ref: [o.ref],
|
|
546
|
+
role: "presentation",
|
|
547
|
+
get hidden() {
|
|
548
|
+
return !r.presence.mounted();
|
|
549
|
+
},
|
|
550
|
+
get class() {
|
|
551
|
+
return u();
|
|
552
|
+
},
|
|
553
|
+
get style() {
|
|
554
|
+
return d();
|
|
555
|
+
}
|
|
556
|
+
}, f, p));
|
|
557
|
+
}
|
|
558
|
+
//#endregion
|
|
559
|
+
//#region src/preview-card/viewport/PreviewCardViewport.tsx
|
|
560
|
+
var Le = /* @__PURE__ */ R("<div>");
|
|
561
|
+
function Re(e) {
|
|
562
|
+
let r = X(), o = $(), s = j(), c = e, u = e, [d, f] = H({
|
|
563
|
+
activationDirection: void 0,
|
|
564
|
+
transitioning: !1
|
|
565
|
+
}, { ownedWrite: !0 }), p = V(() => ({
|
|
566
|
+
...d(),
|
|
567
|
+
instant: r.store.track().instantType
|
|
568
|
+
})), m = t(e, () => p(), (e) => (() => {
|
|
569
|
+
var t = N(Le);
|
|
570
|
+
return L(t, e, !1), I(), t;
|
|
571
|
+
})()), h = V(() => i(e.class, p())), g = V(() => a(e.style, p())), _ = V(() => n(p(), Ee)), v = W(u, "render", "children", "class", "ref", "style");
|
|
572
|
+
return M(m, F({
|
|
573
|
+
ref: [c.ref],
|
|
574
|
+
get class() {
|
|
575
|
+
return h();
|
|
576
|
+
},
|
|
577
|
+
get style() {
|
|
578
|
+
return g();
|
|
579
|
+
}
|
|
580
|
+
}, _, v, { get children() {
|
|
581
|
+
return M(l, {
|
|
582
|
+
get store() {
|
|
583
|
+
return r.store;
|
|
584
|
+
},
|
|
585
|
+
get side() {
|
|
586
|
+
return o.renderedSide();
|
|
587
|
+
},
|
|
588
|
+
get direction() {
|
|
589
|
+
return s();
|
|
590
|
+
},
|
|
591
|
+
onStateChange: f,
|
|
592
|
+
get children() {
|
|
593
|
+
return e.children;
|
|
594
|
+
}
|
|
595
|
+
});
|
|
596
|
+
} }));
|
|
597
|
+
}
|
|
598
|
+
//#endregion
|
|
599
|
+
//#region src/preview-card/store/PreviewCardHandle.ts
|
|
600
|
+
var ze = class extends k {
|
|
601
|
+
constructor() {
|
|
602
|
+
super("PreviewCard", !0, new me());
|
|
603
|
+
}
|
|
604
|
+
open(e) {
|
|
605
|
+
this.openByTrigger(e);
|
|
606
|
+
}
|
|
607
|
+
close() {
|
|
608
|
+
this.closePopup();
|
|
609
|
+
}
|
|
610
|
+
get isOpen() {
|
|
611
|
+
return this.attachedStore?.open() ?? !1;
|
|
612
|
+
}
|
|
613
|
+
};
|
|
614
|
+
function Be() {
|
|
615
|
+
return new ze();
|
|
616
|
+
}
|
|
617
|
+
//#endregion
|
|
618
|
+
//#region src/preview-card/index.parts.ts
|
|
619
|
+
var Ve = /* @__PURE__ */ e({
|
|
620
|
+
Arrow: () => Pe,
|
|
621
|
+
Backdrop: () => Ie,
|
|
622
|
+
Handle: () => ze,
|
|
623
|
+
Popup: () => Me,
|
|
624
|
+
Portal: () => Ce,
|
|
625
|
+
Positioner: () => Ae,
|
|
626
|
+
Root: () => _e,
|
|
627
|
+
Trigger: () => ye,
|
|
628
|
+
Viewport: () => Re,
|
|
629
|
+
createHandle: () => Be
|
|
630
|
+
});
|
|
631
|
+
//#endregion
|
|
632
|
+
export { Ve as t };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../progress-
|
|
1
|
+
import { t as e } from "../progress-AVKxvgpc.js";
|
|
2
2
|
export { e as Progress };
|