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,381 @@
|
|
|
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 { P as r, w as i } from "./reasons-Co5CzjKq.js";
|
|
5
|
+
import { n as a, t as o } from "./resolveStyle-XcgAuaKR.js";
|
|
6
|
+
import { n as s, t as c } from "./createCollapsiblePanel-BQ8r4RTi.js";
|
|
7
|
+
import { createChangeEventDetails as l } from "./internals/createBaseUIEventDetails.js";
|
|
8
|
+
import { transitionStatusMapping as u } from "./internals/stateAttributesMapping.js";
|
|
9
|
+
import { composeEventHandlers as d } from "./internals/composeEventHandlers.js";
|
|
10
|
+
import { createComponent as f, getNextElement as p, memo as m, mergeProps as h, runHydrationEvents as g, spread as _, template as v } from "@solidjs/web";
|
|
11
|
+
import { Show as y, createContext as b, createEffect as x, createMemo as S, createSignal as C, createUniqueId as w, flush as T, omit as E, onCleanup as D, untrack as O, useContext as k } from "solid-js";
|
|
12
|
+
//#region src/accordion/root/AccordionRootContext.ts
|
|
13
|
+
var A = Symbol("AccordionRootContext"), j = b(A);
|
|
14
|
+
function M() {
|
|
15
|
+
let e = k(j);
|
|
16
|
+
if (e === A) throw Error("Base UI: AccordionRootContext is missing. Accordion parts must be placed within <Accordion.Root>.");
|
|
17
|
+
return e;
|
|
18
|
+
}
|
|
19
|
+
//#endregion
|
|
20
|
+
//#region src/accordion/root/stateAttributesMapping.ts
|
|
21
|
+
var N = { value: () => null }, P = /* @__PURE__ */ v("<div>"), F = [];
|
|
22
|
+
function I(e) {
|
|
23
|
+
let r = e, i = e, s = O(() => r.value !== void 0), [c, l] = C(() => O(() => r.defaultValue ?? [])), u = O(c), [d, m] = C(), [v, y] = C(0), b = /* @__PURE__ */ new Map(), w = 0, k = !1, A = !1, M = E(i, "render", "class", "defaultValue", "disabled", "hiddenUntilFound", "keepMounted", "loopFocus", "multiple", "onValueChange", "orientation", "ref", "style", "value"), I = S(() => s ? r.value ?? F : c()), R = S(() => r.disabled ?? !1), z = S(() => r.hiddenUntilFound ?? !1), B = S(() => r.keepMounted ?? !1), V = S(() => r.multiple ?? !1), H = S(() => r.orientation ?? "vertical"), U = S(() => ({
|
|
24
|
+
value: I(),
|
|
25
|
+
disabled: R(),
|
|
26
|
+
orientation: H()
|
|
27
|
+
})), W = S(() => a(e.class, U())), G = S(() => o(e.style, U())), K = S(() => n(U(), N));
|
|
28
|
+
function q() {
|
|
29
|
+
A || (A = !0, queueMicrotask(() => {
|
|
30
|
+
A = !1, k || y((e) => e + 1);
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
function J(e) {
|
|
34
|
+
return e.order = w, w += 1, b.set(e.token, e), q(), () => {
|
|
35
|
+
b.delete(e.token), q();
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function Y() {
|
|
39
|
+
return Array.from(b.values()).sort(L);
|
|
40
|
+
}
|
|
41
|
+
function X(e) {
|
|
42
|
+
return v(), Y().indexOf(e);
|
|
43
|
+
}
|
|
44
|
+
function Z(e, t, n, i) {
|
|
45
|
+
let a = s ? r.value ?? F : u, o;
|
|
46
|
+
return V() ? t ? (o = a.slice(), o.push(e)) : o = a.filter((t) => t !== e) : o = a[0] === e ? [] : [e], r.onValueChange?.(o, n), !n.isCanceled && (i?.(), s || (u = o, l(() => o)), T(), !0);
|
|
47
|
+
}
|
|
48
|
+
let ee = {
|
|
49
|
+
disabled: R,
|
|
50
|
+
getItemIndex: X,
|
|
51
|
+
handleValueChange: Z,
|
|
52
|
+
hiddenUntilFound: z,
|
|
53
|
+
keepMounted: B,
|
|
54
|
+
notifyItemChange: q,
|
|
55
|
+
registerItem: J,
|
|
56
|
+
state: U,
|
|
57
|
+
value: I
|
|
58
|
+
};
|
|
59
|
+
x(() => ({
|
|
60
|
+
hiddenUntilFound: r.hiddenUntilFound,
|
|
61
|
+
keepMounted: r.keepMounted
|
|
62
|
+
}), (e) => {
|
|
63
|
+
e.hiddenUntilFound && e.keepMounted;
|
|
64
|
+
}), x(d, (e) => {
|
|
65
|
+
let t = e?.ownerDocument.defaultView?.MutationObserver;
|
|
66
|
+
if (!e || !t) return;
|
|
67
|
+
let n = new t(q);
|
|
68
|
+
return n.observe(e, {
|
|
69
|
+
childList: !0,
|
|
70
|
+
subtree: !0
|
|
71
|
+
}), () => n.disconnect();
|
|
72
|
+
}), D(() => {
|
|
73
|
+
k = !0;
|
|
74
|
+
});
|
|
75
|
+
let Q = t(e, () => U(), (e) => (() => {
|
|
76
|
+
var t = p(P);
|
|
77
|
+
return _(t, e, !1), g(), t;
|
|
78
|
+
})());
|
|
79
|
+
return f(j, {
|
|
80
|
+
value: ee,
|
|
81
|
+
get children() {
|
|
82
|
+
return f(Q, h({
|
|
83
|
+
ref: [((e) => m(e)), r.ref],
|
|
84
|
+
get class() {
|
|
85
|
+
return W();
|
|
86
|
+
},
|
|
87
|
+
get style() {
|
|
88
|
+
return G();
|
|
89
|
+
}
|
|
90
|
+
}, K, M));
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
function L(e, t) {
|
|
95
|
+
let n = e.element(), r = t.element();
|
|
96
|
+
if (n && r && n !== r) {
|
|
97
|
+
let e = n.compareDocumentPosition(r);
|
|
98
|
+
if ((e & Node.DOCUMENT_POSITION_DISCONNECTED) === 0) {
|
|
99
|
+
if (e & Node.DOCUMENT_POSITION_FOLLOWING) return -1;
|
|
100
|
+
if (e & Node.DOCUMENT_POSITION_PRECEDING) return 1;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
return e.order - t.order;
|
|
104
|
+
}
|
|
105
|
+
//#endregion
|
|
106
|
+
//#region src/accordion/item/AccordionItemContext.ts
|
|
107
|
+
var R = Symbol("AccordionItemContext"), z = b(R);
|
|
108
|
+
function B() {
|
|
109
|
+
let e = k(z);
|
|
110
|
+
if (e === R) throw Error("Base UI: AccordionItemContext is missing. Accordion parts must be placed within <Accordion.Item>.");
|
|
111
|
+
return e;
|
|
112
|
+
}
|
|
113
|
+
//#endregion
|
|
114
|
+
//#region src/accordion/item/AccordionItemDataAttributes.ts
|
|
115
|
+
var V = /* @__PURE__ */ function(e) {
|
|
116
|
+
return e.index = "data-index", e.disabled = "data-disabled", e.open = "data-open", e;
|
|
117
|
+
}({}), H = { "data-open": "" }, U = { "data-closed": "" }, W = {
|
|
118
|
+
open(e) {
|
|
119
|
+
return e ? H : U;
|
|
120
|
+
},
|
|
121
|
+
index(e) {
|
|
122
|
+
return { [V.index]: String(e) };
|
|
123
|
+
},
|
|
124
|
+
...u,
|
|
125
|
+
value: () => null
|
|
126
|
+
}, G = /* @__PURE__ */ v("<div>");
|
|
127
|
+
function K(e) {
|
|
128
|
+
let r = M(), i = e, c = e, u = `base-ui-${w()}`, d = `base-ui-${w()}`, m = `base-ui-${w()}`, v = Symbol("AccordionItem"), [y, b] = C(), [T, O] = C(), [k, A] = C(), j = S(() => i.value === void 0 ? u : i.value), N = S(() => (i.disabled ?? !1) || r.disabled()), P = S(() => r.value().indexOf(j()) !== -1), F = s(() => P()), I = {
|
|
129
|
+
token: v,
|
|
130
|
+
order: 0,
|
|
131
|
+
element: y
|
|
132
|
+
}, L = r.registerItem(I), R = S(() => {
|
|
133
|
+
let e = T();
|
|
134
|
+
return e === null ? void 0 : e ?? d;
|
|
135
|
+
}), B = S(() => {
|
|
136
|
+
let e = k();
|
|
137
|
+
return e === null ? void 0 : e ?? m;
|
|
138
|
+
}), V = E(c, "render", "class", "disabled", "onOpenChange", "ref", "style", "value"), H = S(() => ({
|
|
139
|
+
...r.state(),
|
|
140
|
+
hidden: !P() && !F.mounted(),
|
|
141
|
+
index: r.getItemIndex(I),
|
|
142
|
+
disabled: N(),
|
|
143
|
+
open: P()
|
|
144
|
+
})), U = S(() => a(e.class, H())), K = S(() => o(e.style, H())), q = S(() => n(H(), W));
|
|
145
|
+
function J(e, t, n, a) {
|
|
146
|
+
let o = l(n, t);
|
|
147
|
+
return i.onOpenChange?.(e, o), !o.isCanceled && r.handleValueChange(j(), e, o, a);
|
|
148
|
+
}
|
|
149
|
+
let Y = {
|
|
150
|
+
defaultPanelId: d,
|
|
151
|
+
defaultTriggerId: m,
|
|
152
|
+
disabled: N,
|
|
153
|
+
mounted: F.mounted,
|
|
154
|
+
open: P,
|
|
155
|
+
panelId: R,
|
|
156
|
+
requestOpenChange: J,
|
|
157
|
+
setMounted: F.setMounted,
|
|
158
|
+
setPanelIdState: O,
|
|
159
|
+
setTriggerIdState: A,
|
|
160
|
+
state: H,
|
|
161
|
+
transitionStatus: F.transitionStatus,
|
|
162
|
+
triggerId: B
|
|
163
|
+
};
|
|
164
|
+
x(() => ({
|
|
165
|
+
element: y(),
|
|
166
|
+
value: j()
|
|
167
|
+
}), () => r.notifyItemChange()), D(() => {
|
|
168
|
+
L(), b(void 0);
|
|
169
|
+
});
|
|
170
|
+
let X = t(e, () => H(), (e) => (() => {
|
|
171
|
+
var t = p(G);
|
|
172
|
+
return _(t, e, !1), g(), t;
|
|
173
|
+
})());
|
|
174
|
+
return f(z, {
|
|
175
|
+
value: Y,
|
|
176
|
+
get children() {
|
|
177
|
+
return f(X, h({
|
|
178
|
+
ref: [((e) => b(e)), i.ref],
|
|
179
|
+
get class() {
|
|
180
|
+
return U();
|
|
181
|
+
},
|
|
182
|
+
get style() {
|
|
183
|
+
return K();
|
|
184
|
+
}
|
|
185
|
+
}, q, V));
|
|
186
|
+
}
|
|
187
|
+
});
|
|
188
|
+
}
|
|
189
|
+
//#endregion
|
|
190
|
+
//#region src/accordion/header/AccordionHeader.tsx
|
|
191
|
+
var q = /* @__PURE__ */ v("<h3>");
|
|
192
|
+
function J(e) {
|
|
193
|
+
let r = B(), i = e, s = E(e, "render", "class", "ref", "style"), c = r.state, l = S(() => a(e.class, c())), u = S(() => o(e.style, c())), d = S(() => n(c(), W)), m = t(e, () => c(), (e) => (() => {
|
|
194
|
+
var t = p(q);
|
|
195
|
+
return _(t, e, !1), g(), t;
|
|
196
|
+
})());
|
|
197
|
+
return f(m, h({
|
|
198
|
+
ref: [i.ref],
|
|
199
|
+
get class() {
|
|
200
|
+
return l();
|
|
201
|
+
},
|
|
202
|
+
get style() {
|
|
203
|
+
return u();
|
|
204
|
+
}
|
|
205
|
+
}, d, s));
|
|
206
|
+
}
|
|
207
|
+
//#endregion
|
|
208
|
+
//#region src/accordion/trigger/AccordionTriggerDataAttributes.ts
|
|
209
|
+
var Y = /* @__PURE__ */ function(e) {
|
|
210
|
+
return e.panelOpen = "data-panel-open", e.disabled = "data-disabled", e;
|
|
211
|
+
}({}), X = /* @__PURE__ */ v("<button>"), Z = { open(e) {
|
|
212
|
+
return e ? { [Y.panelOpen]: "" } : null;
|
|
213
|
+
} };
|
|
214
|
+
function ee(e) {
|
|
215
|
+
let i = B(), s = e, c = e, l = S(() => s.id || void 0), u = S(() => l() ?? i.defaultTriggerId), v = S(() => (s.disabled ?? !1) || i.disabled()), y = S(() => s.nativeButton ?? !0), b = E(c, "render", "class", "disabled", "id", "nativeButton", "onClick", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseUp", "onPointerDown", "ref", "style"), C = i.state, w = S(() => a(e.class, C())), T = S(() => o(e.style, C())), D = S(() => n(C(), Z)), k = S(() => y() ? v() ? "true" : "false" : v() ? "true" : void 0), A = d(() => O(() => v() ? Q : void 0), () => s.onClick, () => (e) => {
|
|
216
|
+
i.requestOpenChange(!i.open(), e, r);
|
|
217
|
+
}), j = d(() => O(() => v() ? te : void 0), () => s.onMouseDown), M = d(() => s.onMouseUp), N = d(() => O(() => v() ? Q : void 0), () => s.onPointerDown), P = d(() => O(() => v() ? ne : void 0), () => s.onKeyDown, () => O(() => y() ? void 0 : re)), F = d(() => O(() => v() ? te : void 0), () => s.onKeyUp, () => O(() => y() ? void 0 : ie));
|
|
218
|
+
x(() => l(), (e) => (i.setTriggerIdState((t) => e ?? (t === null ? void 0 : t)), () => {
|
|
219
|
+
i.setTriggerIdState((t) => t === e ? null : t);
|
|
220
|
+
}));
|
|
221
|
+
let I = t(e, () => C(), (e) => (() => {
|
|
222
|
+
var t = p(X);
|
|
223
|
+
return _(t, e, !1), g(), t;
|
|
224
|
+
})());
|
|
225
|
+
return f(I, h({
|
|
226
|
+
ref: [s.ref],
|
|
227
|
+
get id() {
|
|
228
|
+
return u();
|
|
229
|
+
},
|
|
230
|
+
get class() {
|
|
231
|
+
return w();
|
|
232
|
+
},
|
|
233
|
+
get style() {
|
|
234
|
+
return T();
|
|
235
|
+
},
|
|
236
|
+
get type() {
|
|
237
|
+
return y() ? "button" : void 0;
|
|
238
|
+
},
|
|
239
|
+
get role() {
|
|
240
|
+
return y() ? void 0 : "button";
|
|
241
|
+
},
|
|
242
|
+
tabIndex: 0,
|
|
243
|
+
get "aria-controls"() {
|
|
244
|
+
return m(() => !!i.open())() ? i.panelId() : void 0;
|
|
245
|
+
},
|
|
246
|
+
get "aria-disabled"() {
|
|
247
|
+
return k();
|
|
248
|
+
},
|
|
249
|
+
get "aria-expanded"() {
|
|
250
|
+
return i.open() ? "true" : "false";
|
|
251
|
+
},
|
|
252
|
+
onClick: A,
|
|
253
|
+
onKeyDown: P,
|
|
254
|
+
onKeyUp: F,
|
|
255
|
+
onMouseDown: j,
|
|
256
|
+
onMouseUp: M,
|
|
257
|
+
onPointerDown: N
|
|
258
|
+
}, D, b));
|
|
259
|
+
}
|
|
260
|
+
function Q(e) {
|
|
261
|
+
e.preventDefault(), e.preventBaseUIHandler();
|
|
262
|
+
}
|
|
263
|
+
function te(e) {
|
|
264
|
+
e.preventBaseUIHandler();
|
|
265
|
+
}
|
|
266
|
+
function ne(e) {
|
|
267
|
+
e.key !== "Tab" && e.preventDefault(), e.preventBaseUIHandler();
|
|
268
|
+
}
|
|
269
|
+
function re(e) {
|
|
270
|
+
if (e.target !== e.currentTarget) return;
|
|
271
|
+
let t = e.currentTarget.tagName === "A" && !!e.currentTarget.href;
|
|
272
|
+
if (t || e.key !== "Enter" && e.key !== " ") {
|
|
273
|
+
t && e.key === " " && e.preventDefault();
|
|
274
|
+
return;
|
|
275
|
+
}
|
|
276
|
+
e.defaultPrevented || (e.preventDefault(), e.key === "Enter" && (e.preventBaseUIHandler(), ae(e.currentTarget, e)));
|
|
277
|
+
}
|
|
278
|
+
function ie(e) {
|
|
279
|
+
e.target === e.currentTarget && !e.defaultPrevented && e.key === " " && (e.preventBaseUIHandler(), ae(e.currentTarget, e));
|
|
280
|
+
}
|
|
281
|
+
function ae(e, t) {
|
|
282
|
+
let n = e.ownerDocument.defaultView;
|
|
283
|
+
if (!n) return;
|
|
284
|
+
let r = n.PointerEvent ?? n.MouseEvent;
|
|
285
|
+
e.dispatchEvent(new r("click", {
|
|
286
|
+
bubbles: !0,
|
|
287
|
+
cancelable: !0,
|
|
288
|
+
composed: !0,
|
|
289
|
+
detail: 0,
|
|
290
|
+
shiftKey: t.shiftKey,
|
|
291
|
+
ctrlKey: t.ctrlKey,
|
|
292
|
+
altKey: t.altKey,
|
|
293
|
+
metaKey: t.metaKey
|
|
294
|
+
}));
|
|
295
|
+
}
|
|
296
|
+
//#endregion
|
|
297
|
+
//#region src/accordion/panel/AccordionPanelCssVars.ts
|
|
298
|
+
var $ = /* @__PURE__ */ function(e) {
|
|
299
|
+
return e.accordionPanelHeight = "--accordion-panel-height", e.accordionPanelWidth = "--accordion-panel-width", e;
|
|
300
|
+
}({}), oe = /* @__PURE__ */ v("<div>");
|
|
301
|
+
function se(e) {
|
|
302
|
+
let r = M(), s = B(), l = e, u = e, [d, m] = C(), v = S(() => l.hiddenUntilFound ?? r.hiddenUntilFound()), b = S(() => l.keepMounted ?? r.keepMounted()), w = S(() => l.id || void 0), T = S(() => l.id ?? s.defaultPanelId), O = E(u, "render", "class", "hiddenUntilFound", "id", "keepMounted", "ref", "style"), k = c({
|
|
303
|
+
element: d,
|
|
304
|
+
hiddenUntilFound: v,
|
|
305
|
+
keepMounted: b,
|
|
306
|
+
mounted: s.mounted,
|
|
307
|
+
open: s.open,
|
|
308
|
+
requestBeforeMatchOpen: (e, t) => s.requestOpenChange(!0, e, i, t),
|
|
309
|
+
setMounted: s.setMounted,
|
|
310
|
+
transitionStatus: s.transitionStatus
|
|
311
|
+
}), A = S(() => ({
|
|
312
|
+
...s.state(),
|
|
313
|
+
transitionStatus: k.panelTransitionStatus()
|
|
314
|
+
})), j = S(() => k.shouldRender() ? a(e.class, A()) : void 0), N = S(() => ce(k.dimensions(), k.shouldRender() ? o(e.style, A()) : void 0, k.shouldPreventOpenAnimation())), P = S(() => {
|
|
315
|
+
let e = n(A(), W);
|
|
316
|
+
return k.shouldPersistHiddenTransitionStyles() && (e["data-starting-style"] = ""), e;
|
|
317
|
+
}), F = S(() => k.hidden() ? !v() || "until-found" : void 0);
|
|
318
|
+
x(() => w(), (e) => (s.setPanelIdState((t) => e ?? (t === null ? void 0 : t)), () => {
|
|
319
|
+
s.setPanelIdState((t) => t === e ? null : t);
|
|
320
|
+
})), x(() => ({
|
|
321
|
+
hiddenUntilFound: v(),
|
|
322
|
+
keepMounted: l.keepMounted
|
|
323
|
+
}), (e) => {
|
|
324
|
+
e.hiddenUntilFound && e.keepMounted;
|
|
325
|
+
}), D(() => m(void 0));
|
|
326
|
+
let I = t(e, () => A(), (e) => (() => {
|
|
327
|
+
var t = p(oe);
|
|
328
|
+
return _(t, e, !1), g(), t;
|
|
329
|
+
})());
|
|
330
|
+
return f(y, {
|
|
331
|
+
get when() {
|
|
332
|
+
return k.shouldRender();
|
|
333
|
+
},
|
|
334
|
+
get children() {
|
|
335
|
+
return f(I, h({
|
|
336
|
+
ref: [l.ref, ((e) => m(e))],
|
|
337
|
+
get id() {
|
|
338
|
+
return T();
|
|
339
|
+
},
|
|
340
|
+
get class() {
|
|
341
|
+
return j();
|
|
342
|
+
},
|
|
343
|
+
get style() {
|
|
344
|
+
return N();
|
|
345
|
+
},
|
|
346
|
+
get hidden() {
|
|
347
|
+
return F();
|
|
348
|
+
},
|
|
349
|
+
role: "region",
|
|
350
|
+
get "aria-labelledby"() {
|
|
351
|
+
return s.triggerId();
|
|
352
|
+
}
|
|
353
|
+
}, P, O));
|
|
354
|
+
}
|
|
355
|
+
});
|
|
356
|
+
}
|
|
357
|
+
function ce(e, t, n) {
|
|
358
|
+
let r = e.height === void 0 ? "auto" : `${e.height}px`, i = e.width === void 0 ? "auto" : `${e.width}px`;
|
|
359
|
+
return typeof t == "string" ? [
|
|
360
|
+
`${$.accordionPanelHeight}:${r}`,
|
|
361
|
+
`${$.accordionPanelWidth}:${i}`,
|
|
362
|
+
t,
|
|
363
|
+
n ? "animation-name:none" : ""
|
|
364
|
+
].filter(Boolean).join(";") : {
|
|
365
|
+
[$.accordionPanelHeight]: r,
|
|
366
|
+
[$.accordionPanelWidth]: i,
|
|
367
|
+
...t,
|
|
368
|
+
...n ? { "animation-name": "none" } : {}
|
|
369
|
+
};
|
|
370
|
+
}
|
|
371
|
+
//#endregion
|
|
372
|
+
//#region src/accordion/index.parts.ts
|
|
373
|
+
var le = /* @__PURE__ */ e({
|
|
374
|
+
Header: () => J,
|
|
375
|
+
Item: () => K,
|
|
376
|
+
Panel: () => se,
|
|
377
|
+
Root: () => I,
|
|
378
|
+
Trigger: () => ee
|
|
379
|
+
});
|
|
380
|
+
//#endregion
|
|
381
|
+
export { le as t };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../alert-dialog-
|
|
1
|
+
import { t as e } from "../alert-dialog-BxGUF8_Q.js";
|
|
2
2
|
export { e as AlertDialog };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "./rolldown-runtime-Dy4uBu1J.js";
|
|
2
|
-
import { a as t, c as n, i as r, l as i, m as a, o, r as s, t as c } from "./DialogHandle-
|
|
3
|
-
import { n as l, t as u } from "./DialogPopup-
|
|
2
|
+
import { a as t, c as n, i as r, l as i, m as a, o, r as s, t as c } from "./DialogHandle-BGyIbcvg.js";
|
|
3
|
+
import { n as l, t as u } from "./DialogPopup-Df7MC358.js";
|
|
4
4
|
//#region src/alert-dialog/root/AlertDialogRoot.tsx
|
|
5
5
|
function d(e) {
|
|
6
6
|
return a("alert-dialog", e);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../autocomplete-
|
|
1
|
+
import { t as e } from "../autocomplete-C9QA98XD.js";
|
|
2
2
|
export { e as Autocomplete };
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { t as e } from "./rolldown-runtime-Dy4uBu1J.js";
|
|
2
2
|
import "./reasons-Co5CzjKq.js";
|
|
3
|
-
import { A as t, D as n,
|
|
4
|
-
import { n as T } from "./mergeStyleValue-
|
|
5
|
-
import { createComponent as E,
|
|
6
|
-
import { createEffect as
|
|
3
|
+
import { A as t, D as n, F as r, O as i, _ as a, a as o, c as s, d as c, f as l, g as u, h as d, i as f, k as p, l as m, m as h, n as g, p as _, r as v, s as y, t as b, u as x, v as S, x as C, y as w } from "./useFilteredItems-B7z2CGMV.js";
|
|
4
|
+
import { n as T } from "./mergeStyleValue-DhTA9Nwe.js";
|
|
5
|
+
import { createComponent as E, memo as D, mergeProps as O } from "@solidjs/web";
|
|
6
|
+
import { createEffect as k, createMemo as A, createSignal as j, omit as M, untrack as N } from "solid-js";
|
|
7
7
|
//#region src/autocomplete/root/AutocompleteRoot.tsx
|
|
8
|
-
function
|
|
9
|
-
let n =
|
|
8
|
+
function P(e) {
|
|
9
|
+
let n = N(() => e.value !== void 0), [a, o] = j(N(() => e.defaultValue ?? ""), { ownedWrite: !0 }), [s, c] = j("", { ownedWrite: !0 }), l = N(() => e.value), u = !1, d = A(() => e.mode ?? "list"), f = A(() => !e.readOnly && (d() === "inline" || d() === "both")), p = A(() => d() === "inline" || d() === "none"), m = A(() => n ? e.value ?? "" : a()), h = A(() => {
|
|
10
10
|
let e = s();
|
|
11
11
|
return f() && e !== "" ? e : m();
|
|
12
|
-
}), g =
|
|
12
|
+
}), g = A(() => String(m()).trim()), _ = A(() => t({ locale: e.locale })), v = A(() => e.filter === void 0 ? _().contains : e.filter), y = A(() => {
|
|
13
13
|
if (d() !== "both") return p() ? null : v();
|
|
14
14
|
let e = v();
|
|
15
15
|
return e === null ? null : (t, n, r) => e(t, g(), r);
|
|
16
16
|
});
|
|
17
17
|
function b(t, r) {
|
|
18
|
-
u = !1, c(""), n || o(t)
|
|
18
|
+
e.onValueChange?.(t, r), !r.isCanceled && (u = !1, c(""), n || o(t));
|
|
19
19
|
}
|
|
20
20
|
function x(t, n) {
|
|
21
21
|
if (e.onItemHighlighted?.(t, n), n.reason !== "pointer") {
|
|
@@ -23,15 +23,18 @@ function N(e) {
|
|
|
23
23
|
u = !1;
|
|
24
24
|
return;
|
|
25
25
|
}
|
|
26
|
-
u = !1, c(f() && t != null ?
|
|
26
|
+
u = !1, c(f() && t != null ? r(t, e.itemToStringValue) : "");
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
-
let S =
|
|
29
|
+
let S = M(e, "defaultValue", "filter", "itemToStringValue", "mode", "onItemHighlighted", "onValueChange", "openOnInputClick", "value"), C = E(i, O({
|
|
30
30
|
selectionMode: "none",
|
|
31
31
|
fillInputOnItemPress: !0,
|
|
32
32
|
get autoComplete() {
|
|
33
33
|
return d();
|
|
34
34
|
},
|
|
35
|
+
get filterQuery() {
|
|
36
|
+
return D(() => d() === "both")() ? g() : void 0;
|
|
37
|
+
},
|
|
35
38
|
get filter() {
|
|
36
39
|
return y();
|
|
37
40
|
},
|
|
@@ -50,25 +53,27 @@ function N(e) {
|
|
|
50
53
|
onInputValueChange: b,
|
|
51
54
|
onItemHighlighted: x
|
|
52
55
|
}, S));
|
|
53
|
-
return
|
|
56
|
+
return k(f, (e) => {
|
|
57
|
+
e || c("");
|
|
58
|
+
}), k(() => e.value, (e) => {
|
|
54
59
|
!n || e === l || (l = e, c(""), u = !0);
|
|
55
60
|
}), C;
|
|
56
61
|
}
|
|
57
62
|
//#endregion
|
|
58
63
|
//#region src/autocomplete/value/AutocompleteValue.tsx
|
|
59
|
-
function
|
|
64
|
+
function F(e) {
|
|
60
65
|
let t = p();
|
|
61
|
-
return
|
|
66
|
+
return A(() => {
|
|
62
67
|
let n = e.children;
|
|
63
|
-
return typeof n == "function" ? T(n) ?
|
|
68
|
+
return typeof n == "function" ? T(n) ? N(() => n()) : n(String(t.inputValue())) : n ?? t.inputValue();
|
|
64
69
|
});
|
|
65
70
|
}
|
|
66
71
|
//#endregion
|
|
67
72
|
//#region src/autocomplete/trigger/AutocompleteTrigger.tsx
|
|
68
|
-
var
|
|
73
|
+
var I = n, L = w, R = o, z = g;
|
|
69
74
|
//#endregion
|
|
70
75
|
//#region src/autocomplete/root/utils/useFilter.ts
|
|
71
|
-
function
|
|
76
|
+
function B(e = {}) {
|
|
72
77
|
let n = () => t(typeof e == "function" ? e() : e);
|
|
73
78
|
return {
|
|
74
79
|
contains(e, t, r) {
|
|
@@ -84,7 +89,7 @@ function z(e = {}) {
|
|
|
84
89
|
}
|
|
85
90
|
//#endregion
|
|
86
91
|
//#region src/autocomplete/index.parts.ts
|
|
87
|
-
var
|
|
92
|
+
var V = /* @__PURE__ */ e({
|
|
88
93
|
Arrow: () => m,
|
|
89
94
|
Backdrop: () => l,
|
|
90
95
|
Clear: () => a,
|
|
@@ -94,20 +99,20 @@ var B = /* @__PURE__ */ e({
|
|
|
94
99
|
GroupLabel: () => y,
|
|
95
100
|
Icon: () => S,
|
|
96
101
|
Input: () => C,
|
|
97
|
-
InputGroup: () =>
|
|
98
|
-
Item: () =>
|
|
102
|
+
InputGroup: () => L,
|
|
103
|
+
Item: () => R,
|
|
99
104
|
List: () => d,
|
|
100
105
|
Popup: () => x,
|
|
101
106
|
Portal: () => _,
|
|
102
107
|
Positioner: () => c,
|
|
103
|
-
Root: () =>
|
|
108
|
+
Root: () => P,
|
|
104
109
|
Row: () => f,
|
|
105
|
-
Separator: () =>
|
|
110
|
+
Separator: () => z,
|
|
106
111
|
Status: () => h,
|
|
107
|
-
Trigger: () =>
|
|
108
|
-
Value: () =>
|
|
109
|
-
useFilter: () =>
|
|
112
|
+
Trigger: () => I,
|
|
113
|
+
Value: () => F,
|
|
114
|
+
useFilter: () => B,
|
|
110
115
|
useFilteredItems: () => b
|
|
111
116
|
});
|
|
112
117
|
//#endregion
|
|
113
|
-
export {
|
|
118
|
+
export { V as t };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../avatar-
|
|
1
|
+
import { t as e } from "../avatar-BQoEzzav.js";
|
|
2
2
|
export { e as Avatar };
|