solid-baseui 0.1.0-alpha.0 → 0.1.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/README.md +95 -8
- package/dist/lib/client/DialogHandle-BGyIbcvg.js +521 -0
- package/dist/lib/client/DialogPopup-Df7MC358.js +138 -0
- package/dist/lib/client/FieldControl-C0PATyKV.js +142 -0
- package/dist/lib/client/{FocusManager-grSdNHqW.js → FocusManager-NP1uPXTi.js} +5 -5
- package/dist/lib/client/{FormContext-BB05lWOI.js → FormContext-CwLBtm_d.js} +1 -0
- package/dist/lib/client/{LabelableContext-DKsB0fIx.js → LabelableContext-CmQF-TX2.js} +3 -6
- package/dist/lib/client/MenuSubmenuTrigger-yfncqM-D.js +1584 -0
- package/dist/lib/client/{PopupHandle-CcJG4NMy.js → PopupHandle-CQI6Om1Z.js} +1 -1
- package/dist/lib/client/{PopupStore-DjB-wO88.js → PopupStore-Du0O57fL.js} +118 -98
- package/dist/lib/client/{PopupViewport-DgrIqQea.js → PopupViewport-IS4XU03s.js} +2 -2
- package/dist/lib/client/Separator-D5oJzlA3.js +27 -0
- package/dist/lib/client/TriggerFocusGuards-Cs8LVBj5.js +51 -0
- package/dist/lib/client/accordion/index.js +1 -1
- package/dist/lib/client/accordion-BFeZFpJZ.js +381 -0
- package/dist/lib/client/alert-dialog/index.js +1 -1
- package/dist/lib/client/{alert-dialog-BH_3ndio.js → alert-dialog-BxGUF8_Q.js} +2 -2
- package/dist/lib/client/autocomplete/index.js +1 -1
- package/dist/lib/client/{autocomplete-Cob_FZEP.js → autocomplete-C9QA98XD.js} +30 -25
- package/dist/lib/client/avatar/index.js +1 -1
- package/dist/lib/client/avatar-BQoEzzav.js +191 -0
- package/dist/lib/client/button/index.js +1 -1
- package/dist/lib/client/button-akYS6FyY.js +88 -0
- package/dist/lib/client/checkbox/index.js +1 -1
- package/dist/lib/client/checkbox-DOXtzBhA.js +425 -0
- package/dist/lib/client/checkbox-group/index.js +1 -1
- package/dist/lib/client/checkbox-group-CwMDoSTK.js +135 -0
- package/dist/lib/client/collapsible/index.js +1 -1
- package/dist/lib/client/collapsible-t8YReaIp.js +230 -0
- package/dist/lib/client/combobox/index.js +2 -2
- package/dist/lib/client/combobox-6DhOdzit.js +399 -0
- package/dist/lib/client/{constants-BYjBUIIi.js → constants-cOVxAoxB.js} +5 -1
- package/dist/lib/client/context-menu/index.js +1 -1
- package/dist/lib/client/context-menu-CplDpqmi.js +220 -0
- package/dist/lib/client/{createAnchorPositioning-DcxDXUgB.js → createAnchorPositioning-D96gu-Dz.js} +148 -145
- package/dist/lib/client/{createCollapsiblePanel-DeDu0O2t.js → createCollapsiblePanel-BQ8r4RTi.js} +1 -1
- package/dist/lib/client/createFocusInteraction--s9_qBf3.js +60 -0
- package/dist/lib/client/createLabelableId-DxJRwMUJ.js +14 -0
- package/dist/lib/client/{createPopupAutoResize-CGNiLhGq.js → createPopupAutoResize-Dn-stj-8.js} +1 -1
- package/dist/lib/client/{createTransitionStatus-B1L-whed.js → createTransitionStatus-BL_cPSEA.js} +12 -12
- package/dist/lib/client/dialog/index.js +1 -1
- package/dist/lib/client/{dialog-DkaQwIgP.js → dialog-B9tR9X48.js} +2 -2
- package/dist/lib/client/drawer/index.js +1 -1
- package/dist/lib/client/drawer-dyr3_sKQ.js +1539 -0
- package/dist/lib/client/field/index.js +1 -1
- package/dist/lib/client/field-CjUAjp1m.js +483 -0
- package/dist/lib/client/fieldset/index.js +1 -1
- package/dist/lib/client/fieldset-Byqk3noT.js +70 -0
- package/dist/lib/client/form/index.js +1 -1
- package/dist/lib/client/form-6Ne_bWQX.js +109 -0
- package/dist/lib/client/index.js +44 -42
- package/dist/lib/client/input/index.js +1 -1
- package/dist/lib/client/{input-gb0ejxkm.js → input-_QHvSSqM.js} +1 -1
- package/dist/lib/client/internals/form-context/index.js +1 -1
- package/dist/lib/client/internals/labelable-provider/index.js +1 -1
- package/dist/lib/client/menu/index.js +1 -1
- package/dist/lib/client/menu-DLqUBmMK.js +334 -0
- package/dist/lib/client/menubar/index.js +1 -1
- package/dist/lib/client/menubar-DhPRUQZ6.js +163 -0
- package/dist/lib/client/{mergeStyleValue-C4ITiiIV.js → mergeStyleValue-DhTA9Nwe.js} +7 -3
- package/dist/lib/client/meter/index.js +1 -1
- package/dist/lib/client/meter-BvWdppcx.js +178 -0
- package/dist/lib/client/navigation-menu/index.js +1 -1
- package/dist/lib/client/navigation-menu-mVHV41Ky.js +1070 -0
- package/dist/lib/client/number-field/index.js +1 -1
- package/dist/lib/client/number-field-DusLw_0X.js +1043 -0
- package/dist/lib/client/otp-field/index.js +1 -1
- package/dist/lib/client/otp-field-D-B9tZzF.js +584 -0
- package/dist/lib/client/popover/index.js +1 -1
- package/dist/lib/client/popover-Cv7xn0nW.js +938 -0
- package/dist/lib/client/popupStateMapping-C6jQ_LKo.js +371 -0
- package/dist/lib/client/preview-card/index.js +1 -1
- package/dist/lib/client/preview-card-FTN_aafM.js +632 -0
- package/dist/lib/client/progress/index.js +1 -1
- package/dist/lib/client/progress-AVKxvgpc.js +195 -0
- package/dist/lib/client/radio/index.js +1 -1
- package/dist/lib/client/radio-DA_oZhQT.js +284 -0
- package/dist/lib/client/radio-group/index.js +1 -1
- package/dist/lib/client/radio-group-CWtQxWDl.js +195 -0
- package/dist/lib/client/runOnceAnimationsFinish-CFADb4CN.js +49 -0
- package/dist/lib/client/{safePolygon--bbKn0c8.js → safePolygon-DJG0VIVo.js} +4 -0
- package/dist/lib/client/scroll-area/index.js +1 -1
- package/dist/lib/client/scroll-area-NCr49LkD.js +717 -0
- package/dist/lib/client/select/index.js +1 -1
- package/dist/lib/client/select-DSPJt7Rk.js +1933 -0
- package/dist/lib/client/separator/index.js +1 -1
- package/dist/lib/client/slider/index.js +1 -1
- package/dist/lib/client/slider-CWq9hxFf.js +927 -0
- package/dist/lib/client/switch/index.js +1 -1
- package/dist/lib/client/switch-CPl7QHKI.js +306 -0
- package/dist/lib/client/tabs/index.js +1 -1
- package/dist/lib/client/tabs-Bn4rZDyZ.js +692 -0
- package/dist/lib/client/toast/index.js +1 -1
- package/dist/lib/client/toast-7LdqZWOs.js +1118 -0
- package/dist/lib/client/toggle/index.js +1 -1
- package/dist/lib/client/toggle-CsC37e3e.js +142 -0
- package/dist/lib/client/toggle-group/index.js +1 -1
- package/dist/lib/client/toggle-group-DSWb9HxN.js +134 -0
- package/dist/lib/client/toolbar/index.js +1 -1
- package/dist/lib/client/toolbar-DcCi3HNp.js +504 -0
- package/dist/lib/client/tooltip/index.js +1 -1
- package/dist/lib/client/tooltip-D-PkGco9.js +849 -0
- package/dist/lib/client/use-render/index.js +2 -0
- package/dist/lib/client/useFilteredItems-B7z2CGMV.js +2270 -0
- package/dist/lib/client/useRender-CxZ8PI-g.js +12 -0
- package/dist/lib/server/{DialogHandle-ATZlm9RC.js → DialogHandle-nJSSy_jM.js} +24 -33
- package/dist/lib/server/{DialogPopup-BebI-w5P.js → DialogPopup-Da1aIxVA.js} +10 -13
- package/dist/lib/server/{FieldControl-Y_kI7ARp.js → FieldControl-BDeNR3ug.js} +56 -20
- package/dist/lib/server/{FocusManager-BrbZVWME.js → FocusManager-1LfoCsya.js} +1 -3
- package/dist/lib/server/{FormContext-pvESt85v.js → FormContext-CYwo_ZnB.js} +1 -0
- package/dist/lib/server/{LabelableContext-DZP3rgAY.js → LabelableContext-BTeF0IWb.js} +4 -6
- package/dist/lib/server/{MenuSubmenuTrigger-DA4gsv6z.js → MenuSubmenuTrigger-rR8ZN7YR.js} +133 -166
- package/dist/lib/server/{PopupHandle-DthPgNjy.js → PopupHandle-Ct6wywmP.js} +1 -1
- package/dist/lib/server/{PopupStore-DEs3FAEe.js → PopupStore-kHjFPiQ5.js} +38 -14
- package/dist/lib/server/{PopupViewport-3r_KTFwX.js → PopupViewport-DftN5VUp.js} +2 -2
- package/dist/lib/server/{Separator-vhhYxWGr.js → Separator-DTvtnxzP.js} +4 -6
- package/dist/lib/server/TriggerFocusGuards-CvoGfft9.js +61 -0
- package/dist/lib/server/accordion/index.js +32 -70
- package/dist/lib/server/alert-dialog/index.js +2 -2
- package/dist/lib/server/autocomplete/index.js +14 -5
- package/dist/lib/server/avatar/index.js +90 -51
- package/dist/lib/server/button/index.js +8 -9
- package/dist/lib/server/checkbox/index.js +30 -57
- package/dist/lib/server/checkbox-group/index.js +20 -10
- package/dist/lib/server/collapsible/index.js +36 -43
- package/dist/lib/server/combobox/index.js +64 -35
- package/dist/lib/server/{constants-9H__9xbS.js → constants-D7ciIzsV.js} +8 -3
- package/dist/lib/server/context-menu/index.js +7 -9
- package/dist/lib/server/{createAnchorPositioning-C-cVOPwz.js → createAnchorPositioning-B5Y0WEev.js} +11 -6
- package/dist/lib/server/{createCollapsiblePanel-DTyVJz0G.js → createCollapsiblePanel-B45kTe6v.js} +1 -1
- package/dist/lib/server/{createFocusInteraction-EIS0QOel.js → createFocusInteraction-DMyKsniI.js} +22 -2
- package/dist/lib/server/createLabelableId-WMUKtY6s.js +18 -0
- package/dist/lib/server/{createPopupAutoResize-DO50jjNX.js → createPopupAutoResize-ImBjwdj_.js} +1 -1
- package/dist/lib/server/{createTransitionStatus-BTlrerSS.js → createTransitionStatus-184v7j3-.js} +2 -2
- package/dist/lib/server/dialog/index.js +2 -2
- package/dist/lib/server/drawer/index.js +63 -71
- package/dist/lib/server/field/index.js +105 -93
- package/dist/lib/server/fieldset/index.js +13 -16
- package/dist/lib/server/form/index.js +16 -12
- package/dist/lib/server/index.js +5 -3
- package/dist/lib/server/input/index.js +1 -1
- package/dist/lib/server/internals/form-context/index.js +1 -1
- package/dist/lib/server/internals/labelable-provider/index.js +1 -1
- package/dist/lib/server/menu/index.js +21 -20
- package/dist/lib/server/menubar/index.js +6 -31
- package/dist/lib/server/{mergeStyleValue-Db8bRCM4.js → mergeStyleValue-BwJ10_X2.js} +6 -1
- package/dist/lib/server/meter/index.js +20 -32
- package/dist/lib/server/navigation-menu/index.js +53 -124
- package/dist/lib/server/number-field/index.js +44 -42
- package/dist/lib/server/otp-field/index.js +11 -14
- package/dist/lib/server/popover/index.js +42 -59
- package/dist/lib/server/{popupStateMapping-nKoUwoke.js → popupStateMapping-B2KsiiLb.js} +18 -16
- package/dist/lib/server/preview-card/index.js +30 -41
- package/dist/lib/server/progress/index.js +21 -33
- package/dist/lib/server/radio/index.js +18 -39
- package/dist/lib/server/radio-group/index.js +7 -8
- package/dist/lib/server/{runOnceAnimationsFinish-DCHzXWZU.js → runOnceAnimationsFinish-CYq38H8J.js} +2 -1
- package/dist/lib/server/{safePolygon-CAm5RJGv.js → safePolygon-C1GNJbKR.js} +5 -0
- package/dist/lib/server/scroll-area/index.js +23 -32
- package/dist/lib/server/select/index.js +95 -181
- package/dist/lib/server/separator/index.js +1 -1
- package/dist/lib/server/slider/index.js +25 -38
- package/dist/lib/server/switch/index.js +13 -23
- package/dist/lib/server/tabs/index.js +185 -129
- package/dist/lib/server/toast/index.js +49 -66
- package/dist/lib/server/toggle/index.js +4 -6
- package/dist/lib/server/toggle-group/index.js +9 -7
- package/dist/lib/server/toolbar/index.js +62 -79
- package/dist/lib/server/tooltip/index.js +28 -37
- package/dist/lib/server/use-render/index.js +2 -0
- package/dist/lib/server/{useFilteredItems-DvuctLt3.js → useFilteredItems-DCxq20Is.js} +164 -189
- package/dist/lib/server/useRender-CryVdCjs.js +16 -0
- package/dist/lib/types/accordion/header/AccordionHeader.d.ts +1 -1
- package/dist/lib/types/accordion/item/AccordionItem.d.ts +1 -1
- package/dist/lib/types/accordion/panel/AccordionPanel.d.ts +1 -1
- package/dist/lib/types/accordion/root/AccordionRoot.d.ts +2 -7
- package/dist/lib/types/accordion/trigger/AccordionTrigger.d.ts +1 -1
- package/dist/lib/types/alert-dialog/trigger/AlertDialogTrigger.d.ts +1 -2
- package/dist/lib/types/autocomplete/trigger/AutocompleteTrigger.d.ts +1 -0
- package/dist/lib/types/avatar/fallback/AvatarFallback.d.ts +2 -2
- package/dist/lib/types/avatar/image/AvatarImage.d.ts +9 -3
- package/dist/lib/types/avatar/image/createImageLoadingStatus.d.ts +3 -2
- package/dist/lib/types/avatar/root/AvatarRoot.d.ts +1 -1
- package/dist/lib/types/button/Button.d.ts +1 -1
- package/dist/lib/types/checkbox-group/CheckboxGroupContext.d.ts +4 -1
- package/dist/lib/types/collapsible/panel/CollapsiblePanel.d.ts +1 -1
- package/dist/lib/types/collapsible/root/CollapsibleRoot.d.ts +1 -1
- package/dist/lib/types/collapsible/trigger/CollapsibleTrigger.d.ts +1 -1
- package/dist/lib/types/combobox/index.d.ts +2 -0
- package/dist/lib/types/combobox/index.parts.d.ts +1 -0
- package/dist/lib/types/combobox/items/createItems.d.ts +42 -0
- package/dist/lib/types/combobox/root/AriaCombobox.d.ts +4 -0
- package/dist/lib/types/combobox/root/ComboboxRoot.d.ts +12 -8
- package/dist/lib/types/combobox/root/ComboboxRootContext.d.ts +2 -0
- package/dist/lib/types/combobox/trigger/ComboboxTrigger.d.ts +1 -0
- package/dist/lib/types/dialog/backdrop/DialogBackdrop.d.ts +1 -1
- package/dist/lib/types/dialog/description/DialogDescription.d.ts +1 -1
- package/dist/lib/types/dialog/title/DialogTitle.d.ts +1 -1
- package/dist/lib/types/dialog/viewport/DialogViewport.d.ts +1 -1
- package/dist/lib/types/drawer/backdrop/DrawerBackdrop.d.ts +1 -1
- package/dist/lib/types/drawer/content/DrawerContent.d.ts +1 -1
- package/dist/lib/types/drawer/indent/DrawerIndent.d.ts +1 -1
- package/dist/lib/types/drawer/indent-background/DrawerIndentBackground.d.ts +1 -1
- package/dist/lib/types/field/root/FieldRoot.d.ts +1 -1
- package/dist/lib/types/field/root/createFieldValidation.d.ts +3 -2
- package/dist/lib/types/fieldset/legend/FieldsetLegend.d.ts +1 -1
- package/dist/lib/types/fieldset/root/FieldsetRoot.d.ts +1 -1
- package/dist/lib/types/index.d.ts +1 -0
- package/dist/lib/types/internals/createTransitionStatus.d.ts +1 -1
- package/dist/lib/types/internals/form-context/FormContext.d.ts +1 -0
- package/dist/lib/types/internals/labelable-provider/LabelableContext.d.ts +1 -0
- package/dist/lib/types/internals/labelable-provider/createLabelableId.d.ts +3 -0
- package/dist/lib/types/internals/overlay/PopupPortal.d.ts +4 -2
- package/dist/lib/types/internals/overlay/createPopupPresence.d.ts +1 -0
- package/dist/lib/types/menu/root/MenuRootContext.d.ts +1 -0
- package/dist/lib/types/meter/indicator/MeterIndicator.d.ts +1 -1
- package/dist/lib/types/meter/label/MeterLabel.d.ts +1 -1
- package/dist/lib/types/meter/root/MeterRoot.d.ts +1 -1
- package/dist/lib/types/meter/track/MeterTrack.d.ts +1 -1
- package/dist/lib/types/meter/value/MeterValue.d.ts +1 -1
- package/dist/lib/types/navigation-menu/trigger/NavigationMenuTrigger.d.ts +1 -0
- package/dist/lib/types/number-field/root/NumberFieldRootContext.d.ts +1 -0
- package/dist/lib/types/popover/arrow/PopoverArrow.d.ts +1 -1
- package/dist/lib/types/popover/backdrop/PopoverBackdrop.d.ts +1 -1
- package/dist/lib/types/popover/description/PopoverDescription.d.ts +1 -1
- package/dist/lib/types/popover/positioner/PopoverPositioner.d.ts +1 -1
- package/dist/lib/types/popover/title/PopoverTitle.d.ts +1 -1
- package/dist/lib/types/preview-card/arrow/PreviewCardArrow.d.ts +1 -1
- package/dist/lib/types/preview-card/backdrop/PreviewCardBackdrop.d.ts +1 -1
- package/dist/lib/types/preview-card/positioner/PreviewCardPositioner.d.ts +1 -1
- package/dist/lib/types/progress/indicator/ProgressIndicator.d.ts +1 -1
- package/dist/lib/types/progress/label/ProgressLabel.d.ts +1 -1
- package/dist/lib/types/progress/root/ProgressRoot.d.ts +1 -1
- package/dist/lib/types/progress/track/ProgressTrack.d.ts +1 -1
- package/dist/lib/types/progress/value/ProgressValue.d.ts +1 -1
- package/dist/lib/types/radio/indicator/RadioIndicator.d.ts +2 -2
- package/dist/lib/types/scroll-area/content/ScrollAreaContent.d.ts +1 -1
- package/dist/lib/types/scroll-area/corner/ScrollAreaCorner.d.ts +1 -1
- package/dist/lib/types/scroll-area/root/ScrollAreaRoot.d.ts +1 -1
- package/dist/lib/types/scroll-area/scrollbar/ScrollAreaScrollbar.d.ts +2 -1
- package/dist/lib/types/scroll-area/thumb/ScrollAreaThumb.d.ts +1 -1
- package/dist/lib/types/scroll-area/viewport/ScrollAreaViewport.d.ts +1 -1
- package/dist/lib/types/separator/Separator.d.ts +1 -1
- package/dist/lib/types/tabs/indicator/prehydrationScript.d.ts +1 -1
- package/dist/lib/types/tabs/list/TabsList.d.ts +1 -1
- package/dist/lib/types/tabs/panel/TabsPanel.d.ts +1 -1
- package/dist/lib/types/tabs/root/TabsRoot.d.ts +1 -1
- package/dist/lib/types/tabs/tab/TabsTab.d.ts +1 -1
- package/dist/lib/types/toast/createToastManager.d.ts +2 -2
- package/dist/lib/types/toast/store/ToastStore.d.ts +1 -1
- package/dist/lib/types/toast/useToastManager.d.ts +1 -1
- package/dist/lib/types/toggle/Toggle.d.ts +1 -1
- package/dist/lib/types/toggle-group/ToggleGroup.d.ts +1 -1
- package/dist/lib/types/toolbar/group/ToolbarGroup.d.ts +1 -1
- package/dist/lib/types/toolbar/link/ToolbarLink.d.ts +1 -1
- package/dist/lib/types/toolbar/root/ToolbarRoot.d.ts +1 -1
- package/dist/lib/types/toolbar/separator/ToolbarSeparator.d.ts +1 -1
- package/dist/lib/types/tooltip/arrow/TooltipArrow.d.ts +1 -1
- package/dist/lib/types/tooltip/positioner/TooltipPositioner.d.ts +1 -1
- package/dist/lib/types/types/index.d.ts +7 -3
- package/dist/lib/types/use-render/index.d.ts +2 -0
- package/dist/lib/types/use-render/useRender.d.ts +10 -0
- package/package.json +24 -11
- package/dist/lib/client/DialogHandle-DrN2YWCv.js +0 -518
- package/dist/lib/client/DialogPopup-ZlqmGfdk.js +0 -136
- package/dist/lib/client/FieldControl-Bc-z2og6.js +0 -116
- package/dist/lib/client/MenuSubmenuTrigger-QZkQ0F2v.js +0 -1570
- package/dist/lib/client/Separator-9DboD_Si.js +0 -25
- package/dist/lib/client/TriggerFocusGuards-CQ-JuASy.js +0 -56
- package/dist/lib/client/accordion-sOXt9AlG.js +0 -399
- package/dist/lib/client/avatar-AF9vyD4q.js +0 -146
- package/dist/lib/client/button-DpUi-2g8.js +0 -82
- package/dist/lib/client/checkbox-BbAwOptH.js +0 -441
- package/dist/lib/client/checkbox-group-CSSp_805.js +0 -128
- package/dist/lib/client/collapsible-BIbje_ub.js +0 -232
- package/dist/lib/client/combobox-8O-vgTLL.js +0 -352
- package/dist/lib/client/context-menu-BTMkXtrs.js +0 -217
- package/dist/lib/client/createFocusInteraction-D4w1-235.js +0 -50
- package/dist/lib/client/drawer-Ce2cChLt.js +0 -1550
- package/dist/lib/client/field-C-o7jzKW.js +0 -469
- package/dist/lib/client/fieldset-BQTAWv2L.js +0 -65
- package/dist/lib/client/form-BINBiW5L.js +0 -106
- package/dist/lib/client/menu-DeMT08oD.js +0 -326
- package/dist/lib/client/menubar-C4aomSYv.js +0 -185
- package/dist/lib/client/meter-xSU37Q0m.js +0 -171
- package/dist/lib/client/navigation-menu-ZILQmdn6.js +0 -1083
- package/dist/lib/client/number-field-B8CsTb_8.js +0 -1035
- package/dist/lib/client/otp-field-DBkMcnog.js +0 -582
- package/dist/lib/client/popover-CQwyp-fs.js +0 -929
- package/dist/lib/client/popupStateMapping-C9eZl19i.js +0 -367
- package/dist/lib/client/preview-card-D_2Q8lpC.js +0 -625
- package/dist/lib/client/progress-D7r0xAC9.js +0 -188
- package/dist/lib/client/radio-CzGQ81z1.js +0 -299
- package/dist/lib/client/radio-group-DpHlBKA6.js +0 -193
- package/dist/lib/client/runOnceAnimationsFinish-15EM-Z4l.js +0 -48
- package/dist/lib/client/scroll-area-CffM4U0R.js +0 -701
- package/dist/lib/client/select-IFhiEg73.js +0 -1940
- package/dist/lib/client/slider-BCagYmGp.js +0 -921
- package/dist/lib/client/switch-RIJeDnvS.js +0 -308
- package/dist/lib/client/tabs-fOAKs7r3.js +0 -696
- package/dist/lib/client/toast-D2P8UqUs.js +0 -1108
- package/dist/lib/client/toggle-group-0Aue0owJ.js +0 -129
- package/dist/lib/client/toggle-momVEIBL.js +0 -138
- package/dist/lib/client/toolbar-Du22aKCv.js +0 -492
- package/dist/lib/client/tooltip-CyK61fl1.js +0 -844
- package/dist/lib/client/useFilteredItems-DTekHz39.js +0 -2223
- package/dist/lib/client/withoutComponentBinding-CcCW7fSc.js +0 -13
- package/dist/lib/server/TriggerFocusGuards-sbGwf45f.js +0 -63
- package/dist/lib/server/withoutComponentBinding-BHaWr5kU.js +0 -20
- package/dist/lib/types/internals/withoutComponentBinding.d.ts +0 -7
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { N as triggerPress, T as outsidePress, l as escapeKey, w as none } from "./internals/reasons.js";
|
|
2
2
|
import { createChangeEventDetails } from "./internals/createBaseUIEventDetails.js";
|
|
3
|
-
import { t as runOnceAnimationsFinish } from "./runOnceAnimationsFinish-
|
|
3
|
+
import { t as runOnceAnimationsFinish } from "./runOnceAnimationsFinish-CYq38H8J.js";
|
|
4
4
|
import { a as isElement, c as isHTMLElement, m as ownerWindow, n as contains, p as ownerDocument, r as getEventTarget, s as isEventTargetWithin, u as isShadowRoot } from "./dom-Crg_2R-j.js";
|
|
5
5
|
import { l as createEventEmitter, o as getNodeChildren } from "./FloatingTree-z1JPD1dR.js";
|
|
6
|
-
import { t as createTransitionStatus } from "./createTransitionStatus-
|
|
7
|
-
import { _ as ReactiveStore } from "./popupStateMapping-
|
|
8
|
-
import { createEffect, untrack } from "solid-js";
|
|
6
|
+
import { t as createTransitionStatus } from "./createTransitionStatus-184v7j3-.js";
|
|
7
|
+
import { _ as ReactiveStore } from "./popupStateMapping-B2KsiiLb.js";
|
|
8
|
+
import { createEffect, onCleanup, untrack } from "solid-js";
|
|
9
9
|
//#region src/internals/overlay/createDismiss.ts
|
|
10
10
|
function normalizeBubbles(value) {
|
|
11
11
|
return {
|
|
@@ -27,10 +27,14 @@ function createDismiss(options) {
|
|
|
27
27
|
let pressStartedInside = false;
|
|
28
28
|
let pressStartPrevented = false;
|
|
29
29
|
let suppressNextOutsideClick = false;
|
|
30
|
+
let sawPressWhileOpen = false;
|
|
30
31
|
let suppressionTimer;
|
|
31
32
|
let touchTimer;
|
|
32
33
|
let touchState = null;
|
|
33
34
|
const handledEscapeEvents = /* @__PURE__ */ new WeakSet();
|
|
35
|
+
onCleanup(options.context.context.events.on("openchange", (details) => {
|
|
36
|
+
if (!details.open) sawPressWhileOpen = false;
|
|
37
|
+
}));
|
|
34
38
|
const enabled = () => options.enabled?.() ?? true;
|
|
35
39
|
const open = () => options.context.track().open;
|
|
36
40
|
const bubbles = () => normalizeBubbles(options.bubbles?.());
|
|
@@ -76,7 +80,10 @@ function createDismiss(options) {
|
|
|
76
80
|
escapeBubbles: bubbles().escapeKey,
|
|
77
81
|
outsideBubbles: bubbles().outsidePress
|
|
78
82
|
}), (state) => {
|
|
79
|
-
if (!state.open || !state.enabled)
|
|
83
|
+
if (!state.open || !state.enabled) {
|
|
84
|
+
if (!state.open) sawPressWhileOpen = false;
|
|
85
|
+
return;
|
|
86
|
+
}
|
|
80
87
|
options.context.context.data.__escapeKeyBubbles = state.escapeBubbles;
|
|
81
88
|
options.context.context.data.__outsidePressBubbles = state.outsideBubbles;
|
|
82
89
|
const documentNode = ownerDocument(state.floating);
|
|
@@ -118,10 +125,14 @@ function createDismiss(options) {
|
|
|
118
125
|
if (isElement(target) && (triggers.hasElement(target) || triggers.hasMatchingElement((trigger) => contains(trigger, target)))) return;
|
|
119
126
|
if (!("touches" in event) && isScrollbarPress(event, target)) return;
|
|
120
127
|
if (eventInsideTree(event)) return;
|
|
121
|
-
if (pressMode() === "intentional"
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
128
|
+
if (pressMode() === "intentional") {
|
|
129
|
+
const click = event;
|
|
130
|
+
if (!(click.detail === 0 || click.pointerType === "" && click.isTrusted || /android/i.test(ownerWindow(state.floating).navigator.userAgent) && Boolean(click.pointerType) && click.buttons === 1) && !sawPressWhileOpen) return;
|
|
131
|
+
if (suppressNextOutsideClick) {
|
|
132
|
+
clearTimeout(suppressionTimer);
|
|
133
|
+
suppressNextOutsideClick = false;
|
|
134
|
+
return;
|
|
135
|
+
}
|
|
125
136
|
}
|
|
126
137
|
if (!guardAllows(event) || hasBlockingChild("__outsidePressBubbles")) return;
|
|
127
138
|
const targetElement = isElement(target) ? target : null;
|
|
@@ -139,7 +150,10 @@ function createDismiss(options) {
|
|
|
139
150
|
getEventTarget(event)?.addEventListener(event.type, () => listener(event), { once: true });
|
|
140
151
|
};
|
|
141
152
|
const onPressCapture = (event) => {
|
|
142
|
-
if (event.type === "pointerdown")
|
|
153
|
+
if (event.type === "pointerdown") {
|
|
154
|
+
if (event.button === 0) sawPressWhileOpen = true;
|
|
155
|
+
pointerType = event.pointerType;
|
|
156
|
+
}
|
|
143
157
|
if (event.type === "mousedown" && touchState && !touchState.dismissOnMouseDown) return;
|
|
144
158
|
if (event.type !== "click" && eventInsideTree(event) && event.button === 0) {
|
|
145
159
|
pressStartedInside = true;
|
|
@@ -155,6 +169,7 @@ function createDismiss(options) {
|
|
|
155
169
|
});
|
|
156
170
|
};
|
|
157
171
|
const onPressEndCapture = (event) => {
|
|
172
|
+
if (event.type === "pointercancel") sawPressWhileOpen = false;
|
|
158
173
|
if (!pressStartedInside) return;
|
|
159
174
|
const prevented = pressStartPrevented;
|
|
160
175
|
resetPressStart();
|
|
@@ -221,9 +236,18 @@ function createDismiss(options) {
|
|
|
221
236
|
documentNode.addEventListener("pointercancel", onPressEndCapture, true);
|
|
222
237
|
documentNode.addEventListener("mousedown", onPressCapture, true);
|
|
223
238
|
documentNode.addEventListener("mouseup", onPressEndCapture, true);
|
|
224
|
-
documentNode.addEventListener("touchstart", onTouchStart,
|
|
225
|
-
|
|
226
|
-
|
|
239
|
+
documentNode.addEventListener("touchstart", onTouchStart, {
|
|
240
|
+
capture: true,
|
|
241
|
+
passive: true
|
|
242
|
+
});
|
|
243
|
+
documentNode.addEventListener("touchmove", onTouchMove, {
|
|
244
|
+
capture: true,
|
|
245
|
+
passive: true
|
|
246
|
+
});
|
|
247
|
+
documentNode.addEventListener("touchend", onTouchEnd, {
|
|
248
|
+
capture: true,
|
|
249
|
+
passive: true
|
|
250
|
+
});
|
|
227
251
|
}
|
|
228
252
|
return () => {
|
|
229
253
|
documentNode.removeEventListener("keydown", onKeyDown);
|
|
@@ -254,7 +278,7 @@ function createDismiss(options) {
|
|
|
254
278
|
//#endregion
|
|
255
279
|
//#region src/internals/overlay/createPopupPresence.ts
|
|
256
280
|
function createPopupPresence(store, element, options = {}) {
|
|
257
|
-
const transition = createTransitionStatus(() => store.open());
|
|
281
|
+
const transition = createTransitionStatus(() => store.open(), options.animateInitialOpen);
|
|
258
282
|
store.update({
|
|
259
283
|
mounted: untrack(transition.mounted),
|
|
260
284
|
transitionStatus: untrack(transition.transitionStatus)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as runOnceAnimationsFinish } from "./runOnceAnimationsFinish-
|
|
1
|
+
import { t as runOnceAnimationsFinish } from "./runOnceAnimationsFinish-CYq38H8J.js";
|
|
2
2
|
import { m as ownerWindow, p as ownerDocument } from "./dom-Crg_2R-j.js";
|
|
3
|
-
import { n as createPopupAutoResize, t as calculateActivationDirection } from "./createPopupAutoResize-
|
|
3
|
+
import { n as createPopupAutoResize, t as calculateActivationDirection } from "./createPopupAutoResize-ImBjwdj_.js";
|
|
4
4
|
import { escape, ssr, ssrAttribute, ssrGroup, ssrHydrationKey, ssrStyleProperty } from "@solidjs/web";
|
|
5
5
|
import { Show, createEffect, createSignal, onCleanup, untrack } from "solid-js";
|
|
6
6
|
//#region src/internals/overlay/adaptiveOrigin.ts
|
|
@@ -1,20 +1,18 @@
|
|
|
1
|
+
import { t as useRender } from "./useRender-CryVdCjs.js";
|
|
1
2
|
import { getStateAttributesProps } from "./internals/getStateAttributesProps.js";
|
|
2
3
|
import { n as resolveClass, t as resolveStyle } from "./resolveStyle-XCSFDHAL.js";
|
|
3
|
-
import {
|
|
4
|
+
import { mergeProps, ssrElement } from "@solidjs/web";
|
|
4
5
|
import { createMemo, omit } from "solid-js";
|
|
5
6
|
//#region src/separator/Separator.tsx
|
|
6
7
|
/** A separator element accessible to screen readers. */
|
|
7
8
|
function Separator(props) {
|
|
8
|
-
const others = omit(props, "
|
|
9
|
+
const others = omit(props, "render", "class", "orientation", "style");
|
|
9
10
|
const orientation = createMemo(() => props.orientation ?? "horizontal");
|
|
10
11
|
const state = createMemo(() => ({ orientation: orientation() }));
|
|
11
12
|
const classValue = createMemo(() => resolveClass(props.class, state()));
|
|
12
13
|
const styleValue = createMemo(() => resolveStyle(props.style, state()));
|
|
13
14
|
const stateAttributes = createMemo(() => getStateAttributesProps(state()));
|
|
14
|
-
return
|
|
15
|
-
get component() {
|
|
16
|
-
return props.as ?? "div";
|
|
17
|
-
},
|
|
15
|
+
return useRender(props, () => state(), (props) => ssrElement("div", props, void 0, true))(mergeProps({
|
|
18
16
|
get ["class"]() {
|
|
19
17
|
return classValue();
|
|
20
18
|
},
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { u as focusOut } from "./internals/reasons.js";
|
|
2
|
+
import { createChangeEventDetails } from "./internals/createBaseUIEventDetails.js";
|
|
3
|
+
import { n as contains } from "./dom-Crg_2R-j.js";
|
|
4
|
+
import { d as getTabbableAfterElement, f as getTabbableBeforeElement, g as FocusGuard, p as isOutsideFocusEvent } from "./popupStateMapping-B2KsiiLb.js";
|
|
5
|
+
import { t as setRef } from "./setRef-Bt70sW7c.js";
|
|
6
|
+
import { escape, memo } from "@solidjs/web";
|
|
7
|
+
import { createEffect, flush } from "solid-js";
|
|
8
|
+
//#region src/internals/overlay/TriggerFocusGuards.tsx
|
|
9
|
+
function TriggerFocusGuards(props) {
|
|
10
|
+
let beforeGuard = null;
|
|
11
|
+
let afterGuard = null;
|
|
12
|
+
const close = (event) => {
|
|
13
|
+
props.context.setOpen(false, createChangeEventDetails(focusOut, event, event.currentTarget));
|
|
14
|
+
flush();
|
|
15
|
+
};
|
|
16
|
+
createEffect(() => props.enabled, (enabled) => {
|
|
17
|
+
if (!enabled) return;
|
|
18
|
+
if (beforeGuard && props.beforeGuardRef) setRef(props.beforeGuardRef, beforeGuard);
|
|
19
|
+
if (afterGuard && props.afterGuardRef) setRef(props.afterGuardRef, afterGuard);
|
|
20
|
+
});
|
|
21
|
+
return [
|
|
22
|
+
FocusGuard({
|
|
23
|
+
get hidden() {
|
|
24
|
+
return !props.enabled;
|
|
25
|
+
},
|
|
26
|
+
"data-type": "trigger-before",
|
|
27
|
+
ref: (element) => beforeGuard = element,
|
|
28
|
+
onFocus: (event) => {
|
|
29
|
+
close(event);
|
|
30
|
+
getTabbableBeforeElement(beforeGuard)?.focus();
|
|
31
|
+
}
|
|
32
|
+
}),
|
|
33
|
+
memo(() => {
|
|
34
|
+
return escape(props.children);
|
|
35
|
+
}),
|
|
36
|
+
FocusGuard({
|
|
37
|
+
get hidden() {
|
|
38
|
+
return !props.enabled;
|
|
39
|
+
},
|
|
40
|
+
"data-type": "trigger-after",
|
|
41
|
+
ref: (element) => afterGuard = element,
|
|
42
|
+
onFocus: (event) => {
|
|
43
|
+
const positioner = props.positioner();
|
|
44
|
+
if (positioner && isOutsideFocusEvent(event, positioner)) {
|
|
45
|
+
props.beforeContentGuard?.()?.focus();
|
|
46
|
+
return;
|
|
47
|
+
}
|
|
48
|
+
close(event);
|
|
49
|
+
let next = getTabbableAfterElement(afterGuard ?? props.trigger());
|
|
50
|
+
while (next && contains(positioner, next)) {
|
|
51
|
+
const previous = next;
|
|
52
|
+
next = getTabbableAfterElement(next);
|
|
53
|
+
if (next === previous) break;
|
|
54
|
+
}
|
|
55
|
+
next?.focus();
|
|
56
|
+
}
|
|
57
|
+
})
|
|
58
|
+
];
|
|
59
|
+
}
|
|
60
|
+
//#endregion
|
|
61
|
+
export { TriggerFocusGuards as t };
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { t as __exportAll } from "../rolldown-runtime-D7D4PA-g.js";
|
|
2
|
+
import { t as useRender } from "../useRender-CryVdCjs.js";
|
|
2
3
|
import { getStateAttributesProps } from "../internals/getStateAttributesProps.js";
|
|
3
4
|
import { N as triggerPress, w as none } from "../internals/reasons.js";
|
|
4
5
|
import { n as resolveClass, t as resolveStyle } from "../resolveStyle-XCSFDHAL.js";
|
|
5
|
-
import { n as createCollapsibleTransitionStatus, t as createCollapsiblePanel } from "../createCollapsiblePanel-
|
|
6
|
+
import { n as createCollapsibleTransitionStatus, t as createCollapsiblePanel } from "../createCollapsiblePanel-B45kTe6v.js";
|
|
6
7
|
import { createChangeEventDetails } from "../internals/createBaseUIEventDetails.js";
|
|
7
8
|
import { transitionStatusMapping } from "../internals/stateAttributesMapping.js";
|
|
8
9
|
import { composeEventHandlers } from "../internals/composeEventHandlers.js";
|
|
9
|
-
import {
|
|
10
|
+
import { memo, mergeProps, ssrElement } from "@solidjs/web";
|
|
10
11
|
import { Show, createContext, createEffect, createMemo, createSignal, createUniqueId, flush, omit, onCleanup, untrack, useContext } from "solid-js";
|
|
11
12
|
//#region src/accordion/root/AccordionRootContext.ts
|
|
12
13
|
var MISSING_CONTEXT$1 = Symbol("AccordionRootContext");
|
|
@@ -34,7 +35,7 @@ function AccordionRoot(props) {
|
|
|
34
35
|
let nextItemOrder = 0;
|
|
35
36
|
let disposed = false;
|
|
36
37
|
let itemChangeQueued = false;
|
|
37
|
-
const others = omit(allProps, "
|
|
38
|
+
const others = omit(allProps, "render", "class", "defaultValue", "disabled", "hiddenUntilFound", "keepMounted", "loopFocus", "multiple", "onValueChange", "orientation", "ref", "style", "value");
|
|
38
39
|
const value = createMemo(() => controlled ? internalProps.value ?? EMPTY_VALUE : uncontrolledValue());
|
|
39
40
|
const disabled = createMemo(() => internalProps.disabled ?? false);
|
|
40
41
|
const hiddenUntilFound = createMemo(() => internalProps.hiddenUntilFound ?? false);
|
|
@@ -122,13 +123,11 @@ function AccordionRoot(props) {
|
|
|
122
123
|
onCleanup(() => {
|
|
123
124
|
disposed = true;
|
|
124
125
|
});
|
|
126
|
+
const Render = useRender(props, () => state(), (props) => ssrElement("div", props, void 0, true));
|
|
125
127
|
return AccordionRootContext({
|
|
126
128
|
value: context,
|
|
127
129
|
get children() {
|
|
128
|
-
return
|
|
129
|
-
get component() {
|
|
130
|
-
return props.as ?? "div";
|
|
131
|
-
},
|
|
130
|
+
return Render(mergeProps({
|
|
132
131
|
ref: [((element) => setRootElement(element)), internalProps.ref],
|
|
133
132
|
get ["class"]() {
|
|
134
133
|
return classValue();
|
|
@@ -215,7 +214,7 @@ function AccordionItem(props) {
|
|
|
215
214
|
const registered = registeredTriggerId();
|
|
216
215
|
return registered === null ? void 0 : registered ?? defaultTriggerId;
|
|
217
216
|
});
|
|
218
|
-
const others = omit(allProps, "
|
|
217
|
+
const others = omit(allProps, "render", "class", "disabled", "onOpenChange", "ref", "style", "value");
|
|
219
218
|
const state = createMemo(() => ({
|
|
220
219
|
...root.state(),
|
|
221
220
|
hidden: !open() && !transition.mounted(),
|
|
@@ -255,13 +254,11 @@ function AccordionItem(props) {
|
|
|
255
254
|
unregister();
|
|
256
255
|
setElement(void 0);
|
|
257
256
|
});
|
|
257
|
+
const Render = useRender(props, () => state(), (props) => ssrElement("div", props, void 0, true));
|
|
258
258
|
return AccordionItemContext({
|
|
259
259
|
value: context,
|
|
260
260
|
get children() {
|
|
261
|
-
return
|
|
262
|
-
get component() {
|
|
263
|
-
return props.as ?? "div";
|
|
264
|
-
},
|
|
261
|
+
return Render(mergeProps({
|
|
265
262
|
ref: [((current) => setElement(current)), internalProps.ref],
|
|
266
263
|
get ["class"]() {
|
|
267
264
|
return classValue();
|
|
@@ -279,15 +276,12 @@ function AccordionItem(props) {
|
|
|
279
276
|
function AccordionHeader(props) {
|
|
280
277
|
const context = useAccordionItemContext();
|
|
281
278
|
const internalProps = props;
|
|
282
|
-
const others = omit(props, "
|
|
279
|
+
const others = omit(props, "render", "class", "ref", "style");
|
|
283
280
|
const state = context.state;
|
|
284
281
|
const classValue = createMemo(() => resolveClass(props.class, state()));
|
|
285
282
|
const styleValue = createMemo(() => resolveStyle(props.style, state()));
|
|
286
283
|
const stateAttributes = createMemo(() => getStateAttributesProps(state(), accordionStateAttributesMapping));
|
|
287
|
-
return
|
|
288
|
-
get component() {
|
|
289
|
-
return props.as ?? "h3";
|
|
290
|
-
},
|
|
284
|
+
return useRender(props, () => state(), (props) => ssrElement("h3", props, void 0, true))(mergeProps({
|
|
291
285
|
ref: [internalProps.ref],
|
|
292
286
|
get ["class"]() {
|
|
293
287
|
return classValue();
|
|
@@ -318,7 +312,7 @@ function AccordionTrigger(props) {
|
|
|
318
312
|
const id = createMemo(() => registeredId() ?? context.defaultTriggerId);
|
|
319
313
|
const disabled = createMemo(() => (internalProps.disabled ?? false) || context.disabled());
|
|
320
314
|
const nativeButton = createMemo(() => internalProps.nativeButton ?? true);
|
|
321
|
-
const others = omit(allProps, "
|
|
315
|
+
const others = omit(allProps, "render", "class", "disabled", "id", "nativeButton", "onClick", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseUp", "onPointerDown", "ref", "style");
|
|
322
316
|
const state = context.state;
|
|
323
317
|
const classValue = createMemo(() => resolveClass(props.class, state()));
|
|
324
318
|
const styleValue = createMemo(() => resolveStyle(props.style, state()));
|
|
@@ -338,10 +332,7 @@ function AccordionTrigger(props) {
|
|
|
338
332
|
context.setTriggerIdState((existingId) => existingId === currentId ? null : existingId);
|
|
339
333
|
};
|
|
340
334
|
});
|
|
341
|
-
return
|
|
342
|
-
get component() {
|
|
343
|
-
return props.as ?? "button";
|
|
344
|
-
},
|
|
335
|
+
return useRender(props, () => state(), (props) => ssrElement("button", props, void 0, true))(mergeProps({
|
|
345
336
|
ref: [internalProps.ref],
|
|
346
337
|
get id() {
|
|
347
338
|
return id();
|
|
@@ -444,7 +435,7 @@ function AccordionPanel(props) {
|
|
|
444
435
|
const keepMounted = createMemo(() => internalProps.keepMounted ?? root.keepMounted());
|
|
445
436
|
const registeredId = createMemo(() => internalProps.id || void 0);
|
|
446
437
|
const id = createMemo(() => internalProps.id ?? item.defaultPanelId);
|
|
447
|
-
const others = omit(allProps, "
|
|
438
|
+
const others = omit(allProps, "render", "class", "hiddenUntilFound", "id", "keepMounted", "ref", "style");
|
|
448
439
|
const controller = createCollapsiblePanel({
|
|
449
440
|
element: panelElement,
|
|
450
441
|
hiddenUntilFound,
|
|
@@ -480,60 +471,31 @@ function AccordionPanel(props) {
|
|
|
480
471
|
if (current.hiddenUntilFound && current.keepMounted === false && false);
|
|
481
472
|
});
|
|
482
473
|
onCleanup(() => setPanelElement(void 0));
|
|
474
|
+
const Render = useRender(props, () => state(), (props) => ssrElement("div", props, void 0, true));
|
|
483
475
|
return Show({
|
|
484
476
|
get when() {
|
|
485
477
|
return controller.shouldRender();
|
|
486
478
|
},
|
|
487
479
|
get children() {
|
|
488
|
-
return
|
|
489
|
-
|
|
490
|
-
|
|
480
|
+
return Render(mergeProps({
|
|
481
|
+
ref: [internalProps.ref, ((element) => setPanelElement(element))],
|
|
482
|
+
get id() {
|
|
483
|
+
return id();
|
|
484
|
+
},
|
|
485
|
+
get ["class"]() {
|
|
486
|
+
return classValue();
|
|
487
|
+
},
|
|
488
|
+
get style() {
|
|
489
|
+
return styleValue();
|
|
491
490
|
},
|
|
492
|
-
get
|
|
493
|
-
return
|
|
494
|
-
return mergeProps({
|
|
495
|
-
get id() {
|
|
496
|
-
return id();
|
|
497
|
-
},
|
|
498
|
-
get ["class"]() {
|
|
499
|
-
return classValue();
|
|
500
|
-
},
|
|
501
|
-
get style() {
|
|
502
|
-
return styleValue();
|
|
503
|
-
},
|
|
504
|
-
get hidden() {
|
|
505
|
-
return hiddenValue();
|
|
506
|
-
},
|
|
507
|
-
role: "region",
|
|
508
|
-
get ["aria-labelledby"]() {
|
|
509
|
-
return item.triggerId();
|
|
510
|
-
}
|
|
511
|
-
}, stateAttributes, others);
|
|
512
|
-
}, void 0, true);
|
|
491
|
+
get hidden() {
|
|
492
|
+
return hiddenValue();
|
|
513
493
|
},
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
get id() {
|
|
520
|
-
return id();
|
|
521
|
-
},
|
|
522
|
-
get ["class"]() {
|
|
523
|
-
return classValue();
|
|
524
|
-
},
|
|
525
|
-
get style() {
|
|
526
|
-
return styleValue();
|
|
527
|
-
},
|
|
528
|
-
get hidden() {
|
|
529
|
-
return hiddenValue();
|
|
530
|
-
},
|
|
531
|
-
role: "region",
|
|
532
|
-
get ["aria-labelledby"]() {
|
|
533
|
-
return item.triggerId();
|
|
534
|
-
}
|
|
535
|
-
}, stateAttributes, others))
|
|
536
|
-
});
|
|
494
|
+
role: "region",
|
|
495
|
+
get ["aria-labelledby"]() {
|
|
496
|
+
return item.triggerId();
|
|
497
|
+
}
|
|
498
|
+
}, stateAttributes, others));
|
|
537
499
|
}
|
|
538
500
|
});
|
|
539
501
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as __exportAll } from "../rolldown-runtime-D7D4PA-g.js";
|
|
2
|
-
import { a as DialogTitle, c as DialogDescription, i as DialogTrigger, l as DialogClose, m as renderDialogRoot, o as DialogPortal, r as DialogViewport, t as DialogHandle } from "../DialogHandle-
|
|
3
|
-
import { n as DialogBackdrop, t as DialogPopup } from "../DialogPopup-
|
|
2
|
+
import { a as DialogTitle, c as DialogDescription, i as DialogTrigger, l as DialogClose, m as renderDialogRoot, o as DialogPortal, r as DialogViewport, t as DialogHandle } from "../DialogHandle-nJSSy_jM.js";
|
|
3
|
+
import { n as DialogBackdrop, t as DialogPopup } from "../DialogPopup-Da1aIxVA.js";
|
|
4
4
|
//#region src/alert-dialog/root/AlertDialogRoot.tsx
|
|
5
5
|
/** Groups all parts of the alert dialog without rendering an element. */
|
|
6
6
|
function AlertDialogRoot(props) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as __exportAll } from "../rolldown-runtime-D7D4PA-g.js";
|
|
2
2
|
import "../internals/reasons.js";
|
|
3
|
-
import { A as getFilter, D as ComboboxTrigger,
|
|
4
|
-
import { n as isSolidAccessor } from "../mergeStyleValue-
|
|
5
|
-
import { mergeProps } from "@solidjs/web";
|
|
3
|
+
import { A as getFilter, D as ComboboxTrigger, F as stringifyAsLabel, O as AriaCombobox, _ as ComboboxClear, a as ComboboxItem, c as ComboboxGroup, d as ComboboxPositioner, f as ComboboxBackdrop, g as ComboboxCollection, h as ComboboxList, i as ComboboxRow, k as useComboboxRootContext, l as ComboboxArrow, m as ComboboxStatus, n as ComboboxSeparator, p as ComboboxPortal, r as ComboboxEmpty, s as ComboboxGroupLabel, t as useFilteredItems, u as ComboboxPopup, v as ComboboxIcon, x as ComboboxInput, y as ComboboxInputGroup } from "../useFilteredItems-DCxq20Is.js";
|
|
4
|
+
import { n as isSolidAccessor } from "../mergeStyleValue-BwJ10_X2.js";
|
|
5
|
+
import { memo, mergeProps } from "@solidjs/web";
|
|
6
6
|
import { createEffect, createMemo, createSignal, omit, untrack } from "solid-js";
|
|
7
7
|
//#region src/autocomplete/root/AutocompleteRoot.tsx
|
|
8
8
|
function AutocompleteRoot(props) {
|
|
@@ -12,7 +12,7 @@ function AutocompleteRoot(props) {
|
|
|
12
12
|
let lastControlledValue = untrack(() => props.value);
|
|
13
13
|
let supersedesNextHighlight = false;
|
|
14
14
|
const mode = createMemo(() => props.mode ?? "list");
|
|
15
|
-
const enableInline = createMemo(() => mode() === "inline" || mode() === "both");
|
|
15
|
+
const enableInline = createMemo(() => !props.readOnly && (mode() === "inline" || mode() === "both"));
|
|
16
16
|
const staticItems = createMemo(() => mode() === "inline" || mode() === "none");
|
|
17
17
|
const typedValue = createMemo(() => controlled ? props.value ?? "" : uncontrolledValue());
|
|
18
18
|
const inputValue = createMemo(() => {
|
|
@@ -29,10 +29,11 @@ function AutocompleteRoot(props) {
|
|
|
29
29
|
return (item, _query, itemToString) => match(item, typedQuery(), itemToString);
|
|
30
30
|
});
|
|
31
31
|
function handleInputValueChange(next, details) {
|
|
32
|
+
props.onValueChange?.(next, details);
|
|
33
|
+
if (details.isCanceled) return;
|
|
32
34
|
supersedesNextHighlight = false;
|
|
33
35
|
setInlineValue("");
|
|
34
36
|
if (!controlled) setUncontrolledValue(next);
|
|
35
|
-
props.onValueChange?.(next, details);
|
|
36
37
|
}
|
|
37
38
|
function handleItemHighlighted(highlightedValue, details) {
|
|
38
39
|
props.onItemHighlighted?.(highlightedValue, details);
|
|
@@ -51,6 +52,11 @@ function AutocompleteRoot(props) {
|
|
|
51
52
|
get autoComplete() {
|
|
52
53
|
return mode();
|
|
53
54
|
},
|
|
55
|
+
get filterQuery() {
|
|
56
|
+
return memo(() => {
|
|
57
|
+
return mode() === "both";
|
|
58
|
+
})() ? typedQuery() : void 0;
|
|
59
|
+
},
|
|
54
60
|
get filter() {
|
|
55
61
|
return filter();
|
|
56
62
|
},
|
|
@@ -69,6 +75,9 @@ function AutocompleteRoot(props) {
|
|
|
69
75
|
onInputValueChange: handleInputValueChange,
|
|
70
76
|
onItemHighlighted: handleItemHighlighted
|
|
71
77
|
}, others));
|
|
78
|
+
createEffect(enableInline, (enabled) => {
|
|
79
|
+
if (!enabled) setInlineValue("");
|
|
80
|
+
});
|
|
72
81
|
createEffect(() => props.value, (next) => {
|
|
73
82
|
if (!controlled || next === lastControlledValue) return;
|
|
74
83
|
lastControlledValue = next;
|