solid-baseui 0.1.0-alpha.0 → 0.1.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/README.md +95 -8
- package/dist/lib/client/DialogHandle-BGyIbcvg.js +521 -0
- package/dist/lib/client/DialogPopup-Df7MC358.js +138 -0
- package/dist/lib/client/FieldControl-C0PATyKV.js +142 -0
- package/dist/lib/client/{FocusManager-grSdNHqW.js → FocusManager-NP1uPXTi.js} +5 -5
- package/dist/lib/client/{FormContext-BB05lWOI.js → FormContext-CwLBtm_d.js} +1 -0
- package/dist/lib/client/{LabelableContext-DKsB0fIx.js → LabelableContext-CmQF-TX2.js} +3 -6
- package/dist/lib/client/MenuSubmenuTrigger-yfncqM-D.js +1584 -0
- package/dist/lib/client/{PopupHandle-CcJG4NMy.js → PopupHandle-CQI6Om1Z.js} +1 -1
- package/dist/lib/client/{PopupStore-DjB-wO88.js → PopupStore-Du0O57fL.js} +118 -98
- package/dist/lib/client/{PopupViewport-DgrIqQea.js → PopupViewport-IS4XU03s.js} +2 -2
- package/dist/lib/client/Separator-D5oJzlA3.js +27 -0
- package/dist/lib/client/TriggerFocusGuards-Cs8LVBj5.js +51 -0
- package/dist/lib/client/accordion/index.js +1 -1
- package/dist/lib/client/accordion-BFeZFpJZ.js +381 -0
- package/dist/lib/client/alert-dialog/index.js +1 -1
- package/dist/lib/client/{alert-dialog-BH_3ndio.js → alert-dialog-BxGUF8_Q.js} +2 -2
- package/dist/lib/client/autocomplete/index.js +1 -1
- package/dist/lib/client/{autocomplete-Cob_FZEP.js → autocomplete-C9QA98XD.js} +30 -25
- package/dist/lib/client/avatar/index.js +1 -1
- package/dist/lib/client/avatar-BQoEzzav.js +191 -0
- package/dist/lib/client/button/index.js +1 -1
- package/dist/lib/client/button-akYS6FyY.js +88 -0
- package/dist/lib/client/checkbox/index.js +1 -1
- package/dist/lib/client/checkbox-DOXtzBhA.js +425 -0
- package/dist/lib/client/checkbox-group/index.js +1 -1
- package/dist/lib/client/checkbox-group-CwMDoSTK.js +135 -0
- package/dist/lib/client/collapsible/index.js +1 -1
- package/dist/lib/client/collapsible-t8YReaIp.js +230 -0
- package/dist/lib/client/combobox/index.js +2 -2
- package/dist/lib/client/combobox-6DhOdzit.js +399 -0
- package/dist/lib/client/{constants-BYjBUIIi.js → constants-cOVxAoxB.js} +5 -1
- package/dist/lib/client/context-menu/index.js +1 -1
- package/dist/lib/client/context-menu-CplDpqmi.js +220 -0
- package/dist/lib/client/{createAnchorPositioning-DcxDXUgB.js → createAnchorPositioning-D96gu-Dz.js} +148 -145
- package/dist/lib/client/{createCollapsiblePanel-DeDu0O2t.js → createCollapsiblePanel-BQ8r4RTi.js} +1 -1
- package/dist/lib/client/createFocusInteraction--s9_qBf3.js +60 -0
- package/dist/lib/client/createLabelableId-DxJRwMUJ.js +14 -0
- package/dist/lib/client/{createPopupAutoResize-CGNiLhGq.js → createPopupAutoResize-Dn-stj-8.js} +1 -1
- package/dist/lib/client/{createTransitionStatus-B1L-whed.js → createTransitionStatus-BL_cPSEA.js} +12 -12
- package/dist/lib/client/dialog/index.js +1 -1
- package/dist/lib/client/{dialog-DkaQwIgP.js → dialog-B9tR9X48.js} +2 -2
- package/dist/lib/client/drawer/index.js +1 -1
- package/dist/lib/client/drawer-dyr3_sKQ.js +1539 -0
- package/dist/lib/client/field/index.js +1 -1
- package/dist/lib/client/field-CjUAjp1m.js +483 -0
- package/dist/lib/client/fieldset/index.js +1 -1
- package/dist/lib/client/fieldset-Byqk3noT.js +70 -0
- package/dist/lib/client/form/index.js +1 -1
- package/dist/lib/client/form-6Ne_bWQX.js +109 -0
- package/dist/lib/client/index.js +44 -42
- package/dist/lib/client/input/index.js +1 -1
- package/dist/lib/client/{input-gb0ejxkm.js → input-_QHvSSqM.js} +1 -1
- package/dist/lib/client/internals/form-context/index.js +1 -1
- package/dist/lib/client/internals/labelable-provider/index.js +1 -1
- package/dist/lib/client/menu/index.js +1 -1
- package/dist/lib/client/menu-DLqUBmMK.js +334 -0
- package/dist/lib/client/menubar/index.js +1 -1
- package/dist/lib/client/menubar-DhPRUQZ6.js +163 -0
- package/dist/lib/client/{mergeStyleValue-C4ITiiIV.js → mergeStyleValue-DhTA9Nwe.js} +7 -3
- package/dist/lib/client/meter/index.js +1 -1
- package/dist/lib/client/meter-BvWdppcx.js +178 -0
- package/dist/lib/client/navigation-menu/index.js +1 -1
- package/dist/lib/client/navigation-menu-mVHV41Ky.js +1070 -0
- package/dist/lib/client/number-field/index.js +1 -1
- package/dist/lib/client/number-field-DusLw_0X.js +1043 -0
- package/dist/lib/client/otp-field/index.js +1 -1
- package/dist/lib/client/otp-field-D-B9tZzF.js +584 -0
- package/dist/lib/client/popover/index.js +1 -1
- package/dist/lib/client/popover-Cv7xn0nW.js +938 -0
- package/dist/lib/client/popupStateMapping-C6jQ_LKo.js +371 -0
- package/dist/lib/client/preview-card/index.js +1 -1
- package/dist/lib/client/preview-card-FTN_aafM.js +632 -0
- package/dist/lib/client/progress/index.js +1 -1
- package/dist/lib/client/progress-AVKxvgpc.js +195 -0
- package/dist/lib/client/radio/index.js +1 -1
- package/dist/lib/client/radio-DA_oZhQT.js +284 -0
- package/dist/lib/client/radio-group/index.js +1 -1
- package/dist/lib/client/radio-group-CWtQxWDl.js +195 -0
- package/dist/lib/client/runOnceAnimationsFinish-CFADb4CN.js +49 -0
- package/dist/lib/client/{safePolygon--bbKn0c8.js → safePolygon-DJG0VIVo.js} +4 -0
- package/dist/lib/client/scroll-area/index.js +1 -1
- package/dist/lib/client/scroll-area-NCr49LkD.js +717 -0
- package/dist/lib/client/select/index.js +1 -1
- package/dist/lib/client/select-DSPJt7Rk.js +1933 -0
- package/dist/lib/client/separator/index.js +1 -1
- package/dist/lib/client/slider/index.js +1 -1
- package/dist/lib/client/slider-CWq9hxFf.js +927 -0
- package/dist/lib/client/switch/index.js +1 -1
- package/dist/lib/client/switch-CPl7QHKI.js +306 -0
- package/dist/lib/client/tabs/index.js +1 -1
- package/dist/lib/client/tabs-Bn4rZDyZ.js +692 -0
- package/dist/lib/client/toast/index.js +1 -1
- package/dist/lib/client/toast-7LdqZWOs.js +1118 -0
- package/dist/lib/client/toggle/index.js +1 -1
- package/dist/lib/client/toggle-CsC37e3e.js +142 -0
- package/dist/lib/client/toggle-group/index.js +1 -1
- package/dist/lib/client/toggle-group-DSWb9HxN.js +134 -0
- package/dist/lib/client/toolbar/index.js +1 -1
- package/dist/lib/client/toolbar-DcCi3HNp.js +504 -0
- package/dist/lib/client/tooltip/index.js +1 -1
- package/dist/lib/client/tooltip-D-PkGco9.js +849 -0
- package/dist/lib/client/use-render/index.js +2 -0
- package/dist/lib/client/useFilteredItems-B7z2CGMV.js +2270 -0
- package/dist/lib/client/useRender-CxZ8PI-g.js +12 -0
- package/dist/lib/server/{DialogHandle-ATZlm9RC.js → DialogHandle-nJSSy_jM.js} +24 -33
- package/dist/lib/server/{DialogPopup-BebI-w5P.js → DialogPopup-Da1aIxVA.js} +10 -13
- package/dist/lib/server/{FieldControl-Y_kI7ARp.js → FieldControl-BDeNR3ug.js} +56 -20
- package/dist/lib/server/{FocusManager-BrbZVWME.js → FocusManager-1LfoCsya.js} +1 -3
- package/dist/lib/server/{FormContext-pvESt85v.js → FormContext-CYwo_ZnB.js} +1 -0
- package/dist/lib/server/{LabelableContext-DZP3rgAY.js → LabelableContext-BTeF0IWb.js} +4 -6
- package/dist/lib/server/{MenuSubmenuTrigger-DA4gsv6z.js → MenuSubmenuTrigger-rR8ZN7YR.js} +133 -166
- package/dist/lib/server/{PopupHandle-DthPgNjy.js → PopupHandle-Ct6wywmP.js} +1 -1
- package/dist/lib/server/{PopupStore-DEs3FAEe.js → PopupStore-kHjFPiQ5.js} +38 -14
- package/dist/lib/server/{PopupViewport-3r_KTFwX.js → PopupViewport-DftN5VUp.js} +2 -2
- package/dist/lib/server/{Separator-vhhYxWGr.js → Separator-DTvtnxzP.js} +4 -6
- package/dist/lib/server/TriggerFocusGuards-CvoGfft9.js +61 -0
- package/dist/lib/server/accordion/index.js +32 -70
- package/dist/lib/server/alert-dialog/index.js +2 -2
- package/dist/lib/server/autocomplete/index.js +14 -5
- package/dist/lib/server/avatar/index.js +90 -51
- package/dist/lib/server/button/index.js +8 -9
- package/dist/lib/server/checkbox/index.js +30 -57
- package/dist/lib/server/checkbox-group/index.js +20 -10
- package/dist/lib/server/collapsible/index.js +36 -43
- package/dist/lib/server/combobox/index.js +64 -35
- package/dist/lib/server/{constants-9H__9xbS.js → constants-D7ciIzsV.js} +8 -3
- package/dist/lib/server/context-menu/index.js +7 -9
- package/dist/lib/server/{createAnchorPositioning-C-cVOPwz.js → createAnchorPositioning-B5Y0WEev.js} +11 -6
- package/dist/lib/server/{createCollapsiblePanel-DTyVJz0G.js → createCollapsiblePanel-B45kTe6v.js} +1 -1
- package/dist/lib/server/{createFocusInteraction-EIS0QOel.js → createFocusInteraction-DMyKsniI.js} +22 -2
- package/dist/lib/server/createLabelableId-WMUKtY6s.js +18 -0
- package/dist/lib/server/{createPopupAutoResize-DO50jjNX.js → createPopupAutoResize-ImBjwdj_.js} +1 -1
- package/dist/lib/server/{createTransitionStatus-BTlrerSS.js → createTransitionStatus-184v7j3-.js} +2 -2
- package/dist/lib/server/dialog/index.js +2 -2
- package/dist/lib/server/drawer/index.js +63 -71
- package/dist/lib/server/field/index.js +105 -93
- package/dist/lib/server/fieldset/index.js +13 -16
- package/dist/lib/server/form/index.js +16 -12
- package/dist/lib/server/index.js +5 -3
- package/dist/lib/server/input/index.js +1 -1
- package/dist/lib/server/internals/form-context/index.js +1 -1
- package/dist/lib/server/internals/labelable-provider/index.js +1 -1
- package/dist/lib/server/menu/index.js +21 -20
- package/dist/lib/server/menubar/index.js +6 -31
- package/dist/lib/server/{mergeStyleValue-Db8bRCM4.js → mergeStyleValue-BwJ10_X2.js} +6 -1
- package/dist/lib/server/meter/index.js +20 -32
- package/dist/lib/server/navigation-menu/index.js +53 -124
- package/dist/lib/server/number-field/index.js +44 -42
- package/dist/lib/server/otp-field/index.js +11 -14
- package/dist/lib/server/popover/index.js +42 -59
- package/dist/lib/server/{popupStateMapping-nKoUwoke.js → popupStateMapping-B2KsiiLb.js} +18 -16
- package/dist/lib/server/preview-card/index.js +30 -41
- package/dist/lib/server/progress/index.js +21 -33
- package/dist/lib/server/radio/index.js +18 -39
- package/dist/lib/server/radio-group/index.js +7 -8
- package/dist/lib/server/{runOnceAnimationsFinish-DCHzXWZU.js → runOnceAnimationsFinish-CYq38H8J.js} +2 -1
- package/dist/lib/server/{safePolygon-CAm5RJGv.js → safePolygon-C1GNJbKR.js} +5 -0
- package/dist/lib/server/scroll-area/index.js +23 -32
- package/dist/lib/server/select/index.js +95 -181
- package/dist/lib/server/separator/index.js +1 -1
- package/dist/lib/server/slider/index.js +25 -38
- package/dist/lib/server/switch/index.js +13 -23
- package/dist/lib/server/tabs/index.js +185 -129
- package/dist/lib/server/toast/index.js +49 -66
- package/dist/lib/server/toggle/index.js +4 -6
- package/dist/lib/server/toggle-group/index.js +9 -7
- package/dist/lib/server/toolbar/index.js +62 -79
- package/dist/lib/server/tooltip/index.js +28 -37
- package/dist/lib/server/use-render/index.js +2 -0
- package/dist/lib/server/{useFilteredItems-DvuctLt3.js → useFilteredItems-DCxq20Is.js} +164 -189
- package/dist/lib/server/useRender-CryVdCjs.js +16 -0
- package/dist/lib/types/accordion/header/AccordionHeader.d.ts +1 -1
- package/dist/lib/types/accordion/item/AccordionItem.d.ts +1 -1
- package/dist/lib/types/accordion/panel/AccordionPanel.d.ts +1 -1
- package/dist/lib/types/accordion/root/AccordionRoot.d.ts +2 -7
- package/dist/lib/types/accordion/trigger/AccordionTrigger.d.ts +1 -1
- package/dist/lib/types/alert-dialog/trigger/AlertDialogTrigger.d.ts +1 -2
- package/dist/lib/types/autocomplete/trigger/AutocompleteTrigger.d.ts +1 -0
- package/dist/lib/types/avatar/fallback/AvatarFallback.d.ts +2 -2
- package/dist/lib/types/avatar/image/AvatarImage.d.ts +9 -3
- package/dist/lib/types/avatar/image/createImageLoadingStatus.d.ts +3 -2
- package/dist/lib/types/avatar/root/AvatarRoot.d.ts +1 -1
- package/dist/lib/types/button/Button.d.ts +1 -1
- package/dist/lib/types/checkbox-group/CheckboxGroupContext.d.ts +4 -1
- package/dist/lib/types/collapsible/panel/CollapsiblePanel.d.ts +1 -1
- package/dist/lib/types/collapsible/root/CollapsibleRoot.d.ts +1 -1
- package/dist/lib/types/collapsible/trigger/CollapsibleTrigger.d.ts +1 -1
- package/dist/lib/types/combobox/index.d.ts +2 -0
- package/dist/lib/types/combobox/index.parts.d.ts +1 -0
- package/dist/lib/types/combobox/items/createItems.d.ts +42 -0
- package/dist/lib/types/combobox/root/AriaCombobox.d.ts +4 -0
- package/dist/lib/types/combobox/root/ComboboxRoot.d.ts +12 -8
- package/dist/lib/types/combobox/root/ComboboxRootContext.d.ts +2 -0
- package/dist/lib/types/combobox/trigger/ComboboxTrigger.d.ts +1 -0
- package/dist/lib/types/dialog/backdrop/DialogBackdrop.d.ts +1 -1
- package/dist/lib/types/dialog/description/DialogDescription.d.ts +1 -1
- package/dist/lib/types/dialog/title/DialogTitle.d.ts +1 -1
- package/dist/lib/types/dialog/viewport/DialogViewport.d.ts +1 -1
- package/dist/lib/types/drawer/backdrop/DrawerBackdrop.d.ts +1 -1
- package/dist/lib/types/drawer/content/DrawerContent.d.ts +1 -1
- package/dist/lib/types/drawer/indent/DrawerIndent.d.ts +1 -1
- package/dist/lib/types/drawer/indent-background/DrawerIndentBackground.d.ts +1 -1
- package/dist/lib/types/field/root/FieldRoot.d.ts +1 -1
- package/dist/lib/types/field/root/createFieldValidation.d.ts +3 -2
- package/dist/lib/types/fieldset/legend/FieldsetLegend.d.ts +1 -1
- package/dist/lib/types/fieldset/root/FieldsetRoot.d.ts +1 -1
- package/dist/lib/types/index.d.ts +1 -0
- package/dist/lib/types/internals/createTransitionStatus.d.ts +1 -1
- package/dist/lib/types/internals/form-context/FormContext.d.ts +1 -0
- package/dist/lib/types/internals/labelable-provider/LabelableContext.d.ts +1 -0
- package/dist/lib/types/internals/labelable-provider/createLabelableId.d.ts +3 -0
- package/dist/lib/types/internals/overlay/PopupPortal.d.ts +4 -2
- package/dist/lib/types/internals/overlay/createPopupPresence.d.ts +1 -0
- package/dist/lib/types/menu/root/MenuRootContext.d.ts +1 -0
- package/dist/lib/types/meter/indicator/MeterIndicator.d.ts +1 -1
- package/dist/lib/types/meter/label/MeterLabel.d.ts +1 -1
- package/dist/lib/types/meter/root/MeterRoot.d.ts +1 -1
- package/dist/lib/types/meter/track/MeterTrack.d.ts +1 -1
- package/dist/lib/types/meter/value/MeterValue.d.ts +1 -1
- package/dist/lib/types/navigation-menu/trigger/NavigationMenuTrigger.d.ts +1 -0
- package/dist/lib/types/number-field/root/NumberFieldRootContext.d.ts +1 -0
- package/dist/lib/types/popover/arrow/PopoverArrow.d.ts +1 -1
- package/dist/lib/types/popover/backdrop/PopoverBackdrop.d.ts +1 -1
- package/dist/lib/types/popover/description/PopoverDescription.d.ts +1 -1
- package/dist/lib/types/popover/positioner/PopoverPositioner.d.ts +1 -1
- package/dist/lib/types/popover/title/PopoverTitle.d.ts +1 -1
- package/dist/lib/types/preview-card/arrow/PreviewCardArrow.d.ts +1 -1
- package/dist/lib/types/preview-card/backdrop/PreviewCardBackdrop.d.ts +1 -1
- package/dist/lib/types/preview-card/positioner/PreviewCardPositioner.d.ts +1 -1
- package/dist/lib/types/progress/indicator/ProgressIndicator.d.ts +1 -1
- package/dist/lib/types/progress/label/ProgressLabel.d.ts +1 -1
- package/dist/lib/types/progress/root/ProgressRoot.d.ts +1 -1
- package/dist/lib/types/progress/track/ProgressTrack.d.ts +1 -1
- package/dist/lib/types/progress/value/ProgressValue.d.ts +1 -1
- package/dist/lib/types/radio/indicator/RadioIndicator.d.ts +2 -2
- package/dist/lib/types/scroll-area/content/ScrollAreaContent.d.ts +1 -1
- package/dist/lib/types/scroll-area/corner/ScrollAreaCorner.d.ts +1 -1
- package/dist/lib/types/scroll-area/root/ScrollAreaRoot.d.ts +1 -1
- package/dist/lib/types/scroll-area/scrollbar/ScrollAreaScrollbar.d.ts +2 -1
- package/dist/lib/types/scroll-area/thumb/ScrollAreaThumb.d.ts +1 -1
- package/dist/lib/types/scroll-area/viewport/ScrollAreaViewport.d.ts +1 -1
- package/dist/lib/types/separator/Separator.d.ts +1 -1
- package/dist/lib/types/tabs/indicator/prehydrationScript.d.ts +1 -1
- package/dist/lib/types/tabs/list/TabsList.d.ts +1 -1
- package/dist/lib/types/tabs/panel/TabsPanel.d.ts +1 -1
- package/dist/lib/types/tabs/root/TabsRoot.d.ts +1 -1
- package/dist/lib/types/tabs/tab/TabsTab.d.ts +1 -1
- package/dist/lib/types/toast/createToastManager.d.ts +2 -2
- package/dist/lib/types/toast/store/ToastStore.d.ts +1 -1
- package/dist/lib/types/toast/useToastManager.d.ts +1 -1
- package/dist/lib/types/toggle/Toggle.d.ts +1 -1
- package/dist/lib/types/toggle-group/ToggleGroup.d.ts +1 -1
- package/dist/lib/types/toolbar/group/ToolbarGroup.d.ts +1 -1
- package/dist/lib/types/toolbar/link/ToolbarLink.d.ts +1 -1
- package/dist/lib/types/toolbar/root/ToolbarRoot.d.ts +1 -1
- package/dist/lib/types/toolbar/separator/ToolbarSeparator.d.ts +1 -1
- package/dist/lib/types/tooltip/arrow/TooltipArrow.d.ts +1 -1
- package/dist/lib/types/tooltip/positioner/TooltipPositioner.d.ts +1 -1
- package/dist/lib/types/types/index.d.ts +7 -3
- package/dist/lib/types/use-render/index.d.ts +2 -0
- package/dist/lib/types/use-render/useRender.d.ts +10 -0
- package/package.json +24 -11
- package/dist/lib/client/DialogHandle-DrN2YWCv.js +0 -518
- package/dist/lib/client/DialogPopup-ZlqmGfdk.js +0 -136
- package/dist/lib/client/FieldControl-Bc-z2og6.js +0 -116
- package/dist/lib/client/MenuSubmenuTrigger-QZkQ0F2v.js +0 -1570
- package/dist/lib/client/Separator-9DboD_Si.js +0 -25
- package/dist/lib/client/TriggerFocusGuards-CQ-JuASy.js +0 -56
- package/dist/lib/client/accordion-sOXt9AlG.js +0 -399
- package/dist/lib/client/avatar-AF9vyD4q.js +0 -146
- package/dist/lib/client/button-DpUi-2g8.js +0 -82
- package/dist/lib/client/checkbox-BbAwOptH.js +0 -441
- package/dist/lib/client/checkbox-group-CSSp_805.js +0 -128
- package/dist/lib/client/collapsible-BIbje_ub.js +0 -232
- package/dist/lib/client/combobox-8O-vgTLL.js +0 -352
- package/dist/lib/client/context-menu-BTMkXtrs.js +0 -217
- package/dist/lib/client/createFocusInteraction-D4w1-235.js +0 -50
- package/dist/lib/client/drawer-Ce2cChLt.js +0 -1550
- package/dist/lib/client/field-C-o7jzKW.js +0 -469
- package/dist/lib/client/fieldset-BQTAWv2L.js +0 -65
- package/dist/lib/client/form-BINBiW5L.js +0 -106
- package/dist/lib/client/menu-DeMT08oD.js +0 -326
- package/dist/lib/client/menubar-C4aomSYv.js +0 -185
- package/dist/lib/client/meter-xSU37Q0m.js +0 -171
- package/dist/lib/client/navigation-menu-ZILQmdn6.js +0 -1083
- package/dist/lib/client/number-field-B8CsTb_8.js +0 -1035
- package/dist/lib/client/otp-field-DBkMcnog.js +0 -582
- package/dist/lib/client/popover-CQwyp-fs.js +0 -929
- package/dist/lib/client/popupStateMapping-C9eZl19i.js +0 -367
- package/dist/lib/client/preview-card-D_2Q8lpC.js +0 -625
- package/dist/lib/client/progress-D7r0xAC9.js +0 -188
- package/dist/lib/client/radio-CzGQ81z1.js +0 -299
- package/dist/lib/client/radio-group-DpHlBKA6.js +0 -193
- package/dist/lib/client/runOnceAnimationsFinish-15EM-Z4l.js +0 -48
- package/dist/lib/client/scroll-area-CffM4U0R.js +0 -701
- package/dist/lib/client/select-IFhiEg73.js +0 -1940
- package/dist/lib/client/slider-BCagYmGp.js +0 -921
- package/dist/lib/client/switch-RIJeDnvS.js +0 -308
- package/dist/lib/client/tabs-fOAKs7r3.js +0 -696
- package/dist/lib/client/toast-D2P8UqUs.js +0 -1108
- package/dist/lib/client/toggle-group-0Aue0owJ.js +0 -129
- package/dist/lib/client/toggle-momVEIBL.js +0 -138
- package/dist/lib/client/toolbar-Du22aKCv.js +0 -492
- package/dist/lib/client/tooltip-CyK61fl1.js +0 -844
- package/dist/lib/client/useFilteredItems-DTekHz39.js +0 -2223
- package/dist/lib/client/withoutComponentBinding-CcCW7fSc.js +0 -13
- package/dist/lib/server/TriggerFocusGuards-sbGwf45f.js +0 -63
- package/dist/lib/server/withoutComponentBinding-BHaWr5kU.js +0 -20
- package/dist/lib/types/internals/withoutComponentBinding.d.ts +0 -7
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../field-
|
|
1
|
+
import { t as e } from "../field-CjUAjp1m.js";
|
|
2
2
|
export { e as Field };
|
|
@@ -0,0 +1,483 @@
|
|
|
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 { n as r, t as i } from "./resolveStyle-XcgAuaKR.js";
|
|
5
|
+
import { transitionStatusMapping as a } from "./internals/stateAttributesMapping.js";
|
|
6
|
+
import { composeEventHandlers as o } from "./internals/composeEventHandlers.js";
|
|
7
|
+
import { t as s } from "./runOnceAnimationsFinish-CFADb4CN.js";
|
|
8
|
+
import { t as c } from "./createTransitionStatus-BL_cPSEA.js";
|
|
9
|
+
import { DEFAULT_VALIDITY_DATA as l, DEFAULT_VALIDITY_STATE as u, VALIDITY_KEYS as d, copyNativeValidity as f, fieldStateAttributesMapping as p } from "./internals/field-constants.js";
|
|
10
|
+
import { n as m, t as h } from "./FieldRootContext-izCEh80D.js";
|
|
11
|
+
import { n as g } from "./FormContext-CwLBtm_d.js";
|
|
12
|
+
import { n as _, r as v, t as y } from "./LabelableContext-CmQF-TX2.js";
|
|
13
|
+
import { n as b, t as x } from "./FieldItemContext-Bwzf-4tL.js";
|
|
14
|
+
import { n as S } from "./FieldsetRootContext-BgThSAcd.js";
|
|
15
|
+
import { t as C } from "./form-types-DFBxc1LF.js";
|
|
16
|
+
import { t as w } from "./FieldControl-C0PATyKV.js";
|
|
17
|
+
import { createComponent as T, getNextElement as E, insert as D, memo as O, mergeProps as k, runHydrationEvents as A, spread as j, template as M } from "@solidjs/web";
|
|
18
|
+
import { For as N, Show as P, createEffect as F, createMemo as I, createSignal as L, createUniqueId as R, omit as z, onCleanup as B, onSettled as V, untrack as H } from "solid-js";
|
|
19
|
+
//#region src/field/root/createFieldValidation.ts
|
|
20
|
+
function ee(e) {
|
|
21
|
+
let t = /* @__PURE__ */ new Map(), n = null, r = 0, i, a = null, o;
|
|
22
|
+
function s() {
|
|
23
|
+
a = null, i !== void 0 && (clearTimeout(i), i = void 0);
|
|
24
|
+
}
|
|
25
|
+
function c() {
|
|
26
|
+
let r = n ? t.get(n) : void 0;
|
|
27
|
+
if (!r) return null;
|
|
28
|
+
let i = null;
|
|
29
|
+
for (let t of r.keys()) if (U(t, e.form.formElement())) {
|
|
30
|
+
if (!t.validity.valid) return t;
|
|
31
|
+
i ??= t;
|
|
32
|
+
}
|
|
33
|
+
return i;
|
|
34
|
+
}
|
|
35
|
+
function l() {
|
|
36
|
+
let e = o;
|
|
37
|
+
o = void 0, e && (!e[0].willValidate || e[0].validationMessage === e[1]) && e[0].setCustomValidity(e[2]);
|
|
38
|
+
}
|
|
39
|
+
function f(t, n = !1) {
|
|
40
|
+
r += 1;
|
|
41
|
+
let i = r;
|
|
42
|
+
s();
|
|
43
|
+
let f = c(), p = () => f?.validationMessage ? [f.validationMessage] : [], m = () => (f = c(), f?.willValidate ? W(f, e.isMarkedDirty()) : {
|
|
44
|
+
...u,
|
|
45
|
+
valid: !0
|
|
46
|
+
}), h = (n, r) => {
|
|
47
|
+
let i = n.valid === !1 ? r : [];
|
|
48
|
+
e.publish({
|
|
49
|
+
value: t,
|
|
50
|
+
state: n,
|
|
51
|
+
errors: i,
|
|
52
|
+
error: i[0] ?? "",
|
|
53
|
+
initialValue: e.getValidityData().initialValue
|
|
54
|
+
});
|
|
55
|
+
};
|
|
56
|
+
if (n) {
|
|
57
|
+
if (e.state().valid !== !1 || !f) return;
|
|
58
|
+
let t = f.validity;
|
|
59
|
+
if (!t.valueMissing) {
|
|
60
|
+
l(), f = c();
|
|
61
|
+
let e = f?.validity.customError ? p() : [];
|
|
62
|
+
h({
|
|
63
|
+
...u,
|
|
64
|
+
valid: e.length === 0,
|
|
65
|
+
customError: e.length > 0
|
|
66
|
+
}, e);
|
|
67
|
+
return;
|
|
68
|
+
}
|
|
69
|
+
for (let e of d) if (e !== "valueMissing" && e !== "customError" && t[e]) return;
|
|
70
|
+
}
|
|
71
|
+
l();
|
|
72
|
+
let g = m(), _ = e.shouldValidateOnChange();
|
|
73
|
+
if (f?.validationMessage && !_) {
|
|
74
|
+
h(g, p());
|
|
75
|
+
return;
|
|
76
|
+
}
|
|
77
|
+
let v = (e, t = g) => {
|
|
78
|
+
let n = e ? [].concat(e).filter(Boolean) : [];
|
|
79
|
+
if (n.length > 0 && (t.valid = !1, t.customError = !0, f?.willValidate)) {
|
|
80
|
+
let e = f.validity.customError ? f.validationMessage : "", t = n.join("\n").replace(/\r\n?/g, "\n");
|
|
81
|
+
f.setCustomValidity(t), o = [
|
|
82
|
+
f,
|
|
83
|
+
t,
|
|
84
|
+
e
|
|
85
|
+
];
|
|
86
|
+
}
|
|
87
|
+
h(t, n.length > 0 ? n : p());
|
|
88
|
+
}, y = e.validate()?.(t, e.form.getFormValues());
|
|
89
|
+
if (G(y)) {
|
|
90
|
+
a = f, g.valid === !1 ? h(g, p()) : (e.validationMode() === "onSubmit" || !e.getValidityData().state.customError) && h({
|
|
91
|
+
...g,
|
|
92
|
+
valid: null
|
|
93
|
+
}, []), y.then((e) => {
|
|
94
|
+
i === r && (a = null, v(e, m()));
|
|
95
|
+
}, () => {
|
|
96
|
+
i === r && (a = null);
|
|
97
|
+
});
|
|
98
|
+
return;
|
|
99
|
+
}
|
|
100
|
+
v(y);
|
|
101
|
+
}
|
|
102
|
+
function p(t, n = !1) {
|
|
103
|
+
if (s(), r += 1, n) return;
|
|
104
|
+
let o = e.shouldValidateOnChange(), l = e.validationDebounceTime();
|
|
105
|
+
if (o && t !== "" && l > 0) {
|
|
106
|
+
a = c(), i = setTimeout(() => {
|
|
107
|
+
i = void 0, f(t);
|
|
108
|
+
}, l);
|
|
109
|
+
return;
|
|
110
|
+
}
|
|
111
|
+
f(t, !o);
|
|
112
|
+
}
|
|
113
|
+
function m(e, r, i = () => r) {
|
|
114
|
+
let o = t.get(e);
|
|
115
|
+
o || (o = /* @__PURE__ */ new Map(), t.set(e, o));
|
|
116
|
+
let s = { getControl: i };
|
|
117
|
+
return o.set(r, s), () => {
|
|
118
|
+
let i = t.get(e);
|
|
119
|
+
i?.get(r) === s && (e === n && r === a && p(void 0, !0), i?.delete(r), i?.size === 0 && t.delete(e));
|
|
120
|
+
};
|
|
121
|
+
}
|
|
122
|
+
function h() {
|
|
123
|
+
let e = c(), r = n && e ? t.get(n)?.get(e) : void 0;
|
|
124
|
+
return e ? r?.getControl() ?? e : null;
|
|
125
|
+
}
|
|
126
|
+
function g(e) {
|
|
127
|
+
n && n !== e && p(void 0, !0), n = e;
|
|
128
|
+
}
|
|
129
|
+
return B(() => {
|
|
130
|
+
p(void 0, !0), l();
|
|
131
|
+
}), {
|
|
132
|
+
commit: f,
|
|
133
|
+
change: p,
|
|
134
|
+
registerInput: m,
|
|
135
|
+
getInputControl: h,
|
|
136
|
+
setActiveInputSource: g
|
|
137
|
+
};
|
|
138
|
+
}
|
|
139
|
+
function U(e, t) {
|
|
140
|
+
return e.matches(":disabled") ? !1 : !t || e.form === t || e.form === null && !e.hasAttribute("form");
|
|
141
|
+
}
|
|
142
|
+
function W(e, t) {
|
|
143
|
+
let n = f(e.validity), r = n.valueMissing;
|
|
144
|
+
for (let e of d) if (e !== "valueMissing" && n[e]) {
|
|
145
|
+
r = !1;
|
|
146
|
+
break;
|
|
147
|
+
}
|
|
148
|
+
return r && !t && (n.valid = !0, n.valueMissing = !1), n;
|
|
149
|
+
}
|
|
150
|
+
function G(e) {
|
|
151
|
+
return typeof e == "object" && !!e && "then" in e;
|
|
152
|
+
}
|
|
153
|
+
//#endregion
|
|
154
|
+
//#region src/field/root/FieldRoot.tsx
|
|
155
|
+
var te = /* @__PURE__ */ M("<div>");
|
|
156
|
+
function K(e) {
|
|
157
|
+
let a = g(), o = e, s = S(!0), c = v(), u = _({ parent: c }), d = z(e, "actionsRef", "render", "class", "dirty", "disabled", "invalid", "name", "style", "touched", "validate", "validationDebounceTime", "validationMode"), [f, m] = L(!1), [b, x] = L(!1), [w, D] = L(!1), [O, M] = L(!1), [N, P] = L(0), R = H(() => e.dirty ?? !1), V = null, U = null, W = !1, G, K = {
|
|
158
|
+
...l,
|
|
159
|
+
state: { ...l.state },
|
|
160
|
+
errors: []
|
|
161
|
+
}, [q, ne] = L(K), J = I(() => s?.disabled() || (e.disabled ?? !1)), re = I(() => (N(), U?.name)), Y = I(() => e.name ?? re()), X = I(() => e.invalid === !0 || C(a.errors(), Y())), Z = I(() => e.validationMode ?? a.validationMode()), ie = I(() => e.dirty ?? b()), ae = I(() => e.touched ?? f()), Q = I(() => ({
|
|
162
|
+
disabled: J(),
|
|
163
|
+
touched: ae(),
|
|
164
|
+
dirty: ie(),
|
|
165
|
+
valid: X() ? !1 : J() ? null : q().state.valid,
|
|
166
|
+
filled: w(),
|
|
167
|
+
focused: O()
|
|
168
|
+
})), oe = I(() => r(e.class, Q())), se = t(e, () => Q(), (e) => (() => {
|
|
169
|
+
var t = E(te);
|
|
170
|
+
return j(t, e, !1), A(), t;
|
|
171
|
+
})()), ce = I(() => i(e.style, Q())), le = I(() => n(Q(), p));
|
|
172
|
+
function ue(e) {
|
|
173
|
+
K = e, ne(e);
|
|
174
|
+
}
|
|
175
|
+
function de(t) {
|
|
176
|
+
e.touched === void 0 && m(t);
|
|
177
|
+
}
|
|
178
|
+
function fe(t) {
|
|
179
|
+
e.dirty === void 0 && (t && (R = !0), x(t));
|
|
180
|
+
}
|
|
181
|
+
function pe() {
|
|
182
|
+
return U ? U.value() : K.value;
|
|
183
|
+
}
|
|
184
|
+
function me() {
|
|
185
|
+
return U ? U.getValue ? U.getValue() : U.value() : K.value;
|
|
186
|
+
}
|
|
187
|
+
function he() {
|
|
188
|
+
R = !0, $.commit(pe());
|
|
189
|
+
}
|
|
190
|
+
let $ = ee({
|
|
191
|
+
form: a,
|
|
192
|
+
getValidityData: () => K,
|
|
193
|
+
publish: ue,
|
|
194
|
+
validate: () => e.validate,
|
|
195
|
+
validationDebounceTime: () => e.validationDebounceTime ?? 0,
|
|
196
|
+
state: Q,
|
|
197
|
+
validationMode: Z,
|
|
198
|
+
isMarkedDirty: () => R,
|
|
199
|
+
shouldValidateOnChange: () => Z() === "onChange" || Z() === "onSubmit" && a.submitAttempted()
|
|
200
|
+
}), ge = {
|
|
201
|
+
token: Symbol("Field"),
|
|
202
|
+
name: Y,
|
|
203
|
+
validate: he,
|
|
204
|
+
isInvalid: () => X() || !J() && K.state.valid === !1,
|
|
205
|
+
getControl: () => $.getInputControl() ?? U?.getControl() ?? null,
|
|
206
|
+
getValue: me
|
|
207
|
+
};
|
|
208
|
+
function _e() {
|
|
209
|
+
let e = !!(U?.id && !J());
|
|
210
|
+
e && !G ? G = a.registerField(ge) : !e && G && (G(), G = void 0);
|
|
211
|
+
}
|
|
212
|
+
function ve(e, t) {
|
|
213
|
+
if (!t) {
|
|
214
|
+
V === e && (V = null, U = null, $.setActiveInputSource(null), P((e) => e + 1));
|
|
215
|
+
return;
|
|
216
|
+
}
|
|
217
|
+
V = e, U = t, $.setActiveInputSource(e), W || (W = !0, ue({
|
|
218
|
+
...K,
|
|
219
|
+
initialValue: H(pe)
|
|
220
|
+
})), P((e) => e + 1);
|
|
221
|
+
}
|
|
222
|
+
let ye = { validate: he }, be = {
|
|
223
|
+
state: Q,
|
|
224
|
+
validityData: q,
|
|
225
|
+
name: Y,
|
|
226
|
+
disabled: J,
|
|
227
|
+
invalid: X,
|
|
228
|
+
validationMode: Z,
|
|
229
|
+
shouldValidateOnChange: () => Z() === "onChange" || Z() === "onSubmit" && a.submitAttempted(),
|
|
230
|
+
setTouched: de,
|
|
231
|
+
setDirty: fe,
|
|
232
|
+
setFilled: D,
|
|
233
|
+
setFocused: M,
|
|
234
|
+
registerFieldControl: ve,
|
|
235
|
+
validation: $
|
|
236
|
+
};
|
|
237
|
+
return F(() => e.dirty, (e) => {
|
|
238
|
+
e !== void 0 && (R = e);
|
|
239
|
+
}), F(() => ({
|
|
240
|
+
version: N(),
|
|
241
|
+
disabled: J()
|
|
242
|
+
}), () => H(_e)), F(() => o.actionsRef, (e) => {
|
|
243
|
+
e?.(ye);
|
|
244
|
+
}), B(() => G?.()), T(y, {
|
|
245
|
+
value: u,
|
|
246
|
+
get children() {
|
|
247
|
+
return T(h, {
|
|
248
|
+
value: be,
|
|
249
|
+
get children() {
|
|
250
|
+
return T(se, k({
|
|
251
|
+
get class() {
|
|
252
|
+
return oe();
|
|
253
|
+
},
|
|
254
|
+
get style() {
|
|
255
|
+
return ce();
|
|
256
|
+
}
|
|
257
|
+
}, le, d));
|
|
258
|
+
}
|
|
259
|
+
});
|
|
260
|
+
}
|
|
261
|
+
});
|
|
262
|
+
}
|
|
263
|
+
//#endregion
|
|
264
|
+
//#region src/field/label/FieldLabel.tsx
|
|
265
|
+
var q = /* @__PURE__ */ M("<label>");
|
|
266
|
+
function ne(e) {
|
|
267
|
+
let a = m(), s = b(), c = v(), l = e, u = e, d = `base-ui-${R()}`, [f, h] = L(), g = z(u, "render", "class", "id", "nativeLabel", "onClick", "onMouseDown", "onPointerDown", "ref", "style"), _ = I(() => l.id ?? d), y = I(() => l.nativeLabel ?? !0), x = I(() => ({
|
|
268
|
+
...a.state(),
|
|
269
|
+
disabled: a.disabled() || s.disabled()
|
|
270
|
+
})), S = I(() => r(e.class, x())), C = t(e, () => x(), (e) => (() => {
|
|
271
|
+
var t = E(q);
|
|
272
|
+
return j(t, e, !1), A(), t;
|
|
273
|
+
})()), w = I(() => i(e.style, x())), D = I(() => n(x(), p)), M = o(() => l.onClick), N = o(() => l.onMouseDown), P = o(() => l.onPointerDown);
|
|
274
|
+
function B(e) {
|
|
275
|
+
return e instanceof Element && !!e.closest("button,input,select,textarea");
|
|
276
|
+
}
|
|
277
|
+
function H() {
|
|
278
|
+
let e = c.controlId(), t = f();
|
|
279
|
+
if (!e || !t) return;
|
|
280
|
+
let n = t.ownerDocument.getElementById(e);
|
|
281
|
+
n instanceof HTMLElement && n.focus({ focusVisible: !0 });
|
|
282
|
+
}
|
|
283
|
+
function ee(e) {
|
|
284
|
+
M.call(e.currentTarget, e), !e.baseUIHandlerPrevented && !y() && !B(e.target) && H();
|
|
285
|
+
}
|
|
286
|
+
function U(e) {
|
|
287
|
+
N.call(e.currentTarget, e), !e.baseUIHandlerPrevented && !B(e.target) && !e.defaultPrevented && e.detail > 1 && e.preventDefault();
|
|
288
|
+
}
|
|
289
|
+
function W(e) {
|
|
290
|
+
P.call(e.currentTarget, e), !e.baseUIHandlerPrevented && (y() || e.preventDefault());
|
|
291
|
+
}
|
|
292
|
+
return F(_, (e) => c.registerLabelId(e)), V(() => {
|
|
293
|
+
f();
|
|
294
|
+
}), T(C, k({
|
|
295
|
+
ref: [((e) => h(e)), l.ref],
|
|
296
|
+
get id() {
|
|
297
|
+
return _();
|
|
298
|
+
},
|
|
299
|
+
get class() {
|
|
300
|
+
return S();
|
|
301
|
+
},
|
|
302
|
+
get style() {
|
|
303
|
+
return w();
|
|
304
|
+
},
|
|
305
|
+
get for() {
|
|
306
|
+
return O(() => !!y())() ? c.controlId() ?? void 0 : void 0;
|
|
307
|
+
},
|
|
308
|
+
onClick: ee,
|
|
309
|
+
onMouseDown: U,
|
|
310
|
+
onPointerDown: W
|
|
311
|
+
}, D, g));
|
|
312
|
+
}
|
|
313
|
+
//#endregion
|
|
314
|
+
//#region src/field/description/FieldDescription.tsx
|
|
315
|
+
var J = /* @__PURE__ */ M("<p>");
|
|
316
|
+
function re(e) {
|
|
317
|
+
let a = m(), o = b(), s = v(), c = Symbol("FieldDescription"), l = `base-ui-${R()}`, u = z(e, "render", "class", "id", "style"), d = I(() => e.id ?? l), f = I(() => ({
|
|
318
|
+
...a.state(),
|
|
319
|
+
disabled: a.disabled() || o.disabled()
|
|
320
|
+
})), h = I(() => r(e.class, f())), g = t(e, () => f(), (e) => (() => {
|
|
321
|
+
var t = E(J);
|
|
322
|
+
return j(t, e, !1), A(), t;
|
|
323
|
+
})()), _ = I(() => i(e.style, f())), y = I(() => n(f(), p));
|
|
324
|
+
return F(d, (e) => s.registerMessageId(c, e)), B(() => s.registerMessageId(c, void 0)), T(g, k({
|
|
325
|
+
get id() {
|
|
326
|
+
return d();
|
|
327
|
+
},
|
|
328
|
+
get class() {
|
|
329
|
+
return h();
|
|
330
|
+
},
|
|
331
|
+
get style() {
|
|
332
|
+
return _();
|
|
333
|
+
}
|
|
334
|
+
}, y, u));
|
|
335
|
+
}
|
|
336
|
+
//#endregion
|
|
337
|
+
//#region src/field/item/FieldItem.tsx
|
|
338
|
+
var Y = /* @__PURE__ */ M("<div>");
|
|
339
|
+
function X(e) {
|
|
340
|
+
let a = m(), o = v(), s = _({ parent: o }), c = z(e, "render", "class", "disabled", "style"), l = I(() => a.disabled() || (e.disabled ?? !1)), u = I(() => ({
|
|
341
|
+
...a.state(),
|
|
342
|
+
disabled: l()
|
|
343
|
+
})), d = I(() => r(e.class, u())), f = t(e, () => u(), (e) => (() => {
|
|
344
|
+
var t = E(Y);
|
|
345
|
+
return j(t, e, !1), A(), t;
|
|
346
|
+
})()), h = I(() => i(e.style, u())), g = I(() => n(u(), p)), b = { disabled: l };
|
|
347
|
+
return T(y, {
|
|
348
|
+
value: s,
|
|
349
|
+
get children() {
|
|
350
|
+
return T(x, {
|
|
351
|
+
value: b,
|
|
352
|
+
get children() {
|
|
353
|
+
return T(f, k({
|
|
354
|
+
get class() {
|
|
355
|
+
return d();
|
|
356
|
+
},
|
|
357
|
+
get style() {
|
|
358
|
+
return h();
|
|
359
|
+
}
|
|
360
|
+
}, g, c));
|
|
361
|
+
}
|
|
362
|
+
});
|
|
363
|
+
}
|
|
364
|
+
});
|
|
365
|
+
}
|
|
366
|
+
//#endregion
|
|
367
|
+
//#region src/field/error/FieldError.tsx
|
|
368
|
+
var Z = /* @__PURE__ */ M("<ul>"), ie = /* @__PURE__ */ M("<li>"), ae = /* @__PURE__ */ M("<div>"), Q = {
|
|
369
|
+
...p,
|
|
370
|
+
...a
|
|
371
|
+
};
|
|
372
|
+
function oe(e) {
|
|
373
|
+
let a, o = !1, l = m(), u = g(), d = v(), f = e, p = e, h = Symbol("FieldError"), _ = `base-ui-${R()}`, y = z(p, "render", "children", "class", "id", "match", "ref", "style"), b = I(() => f.id ?? _), x = I(() => {
|
|
374
|
+
let e = l.name(), t = u.errors();
|
|
375
|
+
return e && Object.hasOwn(t, e) ? t[e] : null;
|
|
376
|
+
}), S = I(() => {
|
|
377
|
+
let e = x();
|
|
378
|
+
return Array.isArray(e) ? e.length > 0 : !!e;
|
|
379
|
+
}), C = I(() => typeof f.match == "string" ? f.match : void 0), w = I(() => {
|
|
380
|
+
if (f.match === !0) return !0;
|
|
381
|
+
if (l.state().disabled) return !1;
|
|
382
|
+
let e = C();
|
|
383
|
+
return e ? !!l.validityData().state[e] : S() || l.validityData().state.valid === !1;
|
|
384
|
+
}), M = I(() => {
|
|
385
|
+
if (!C() && S()) return x();
|
|
386
|
+
let e = l.validityData();
|
|
387
|
+
return e.errors.length > 1 ? e.errors : e.error;
|
|
388
|
+
}), V = I(() => {
|
|
389
|
+
if (f.children !== void 0) return f.children;
|
|
390
|
+
let e = M();
|
|
391
|
+
return Array.isArray(e) ? e.length > 1 ? (() => {
|
|
392
|
+
var t = E(Z);
|
|
393
|
+
return D(t, T(N, {
|
|
394
|
+
each: e,
|
|
395
|
+
children: (e) => (() => {
|
|
396
|
+
var t = E(ie);
|
|
397
|
+
return D(t, e), t;
|
|
398
|
+
})()
|
|
399
|
+
})), t;
|
|
400
|
+
})() : e[0] : e;
|
|
401
|
+
}), [H, ee] = L(), U = c(() => w()), W = I(() => ({
|
|
402
|
+
...l.state(),
|
|
403
|
+
transitionStatus: U.transitionStatus()
|
|
404
|
+
})), G = t(e, () => W(), (e) => (() => {
|
|
405
|
+
var t = E(ae);
|
|
406
|
+
return j(t, e, !1), A(), t;
|
|
407
|
+
})()), te = I(() => U.mounted() ? r(e.class, W()) : void 0), K = I(() => U.mounted() ? i(e.style, W()) : void 0), q = I(() => n(W(), Q));
|
|
408
|
+
return F(() => ({
|
|
409
|
+
visible: w(),
|
|
410
|
+
id: b(),
|
|
411
|
+
message: w() ? V() : void 0
|
|
412
|
+
}), (e) => {
|
|
413
|
+
o = e.visible, d.registerMessageId(h, e.visible ? e.id : void 0), e.visible && ee(e.message);
|
|
414
|
+
}), F(() => ({
|
|
415
|
+
visible: w(),
|
|
416
|
+
transitionStatus: U.transitionStatus(),
|
|
417
|
+
element: a
|
|
418
|
+
}), (e) => {
|
|
419
|
+
if (e.visible || e.transitionStatus !== "ending" || !e.element) return;
|
|
420
|
+
let t = new AbortController();
|
|
421
|
+
return s(e.element, () => {
|
|
422
|
+
o || (a = void 0, U.setMounted(!1));
|
|
423
|
+
}, t.signal), () => t.abort();
|
|
424
|
+
}), B(() => d.registerMessageId(h, void 0)), T(P, {
|
|
425
|
+
get when() {
|
|
426
|
+
return U.mounted();
|
|
427
|
+
},
|
|
428
|
+
get children() {
|
|
429
|
+
return T(G, k({
|
|
430
|
+
ref: [f.ref, ((e) => a = e)],
|
|
431
|
+
get id() {
|
|
432
|
+
return b();
|
|
433
|
+
},
|
|
434
|
+
get class() {
|
|
435
|
+
return te();
|
|
436
|
+
},
|
|
437
|
+
get style() {
|
|
438
|
+
return K();
|
|
439
|
+
}
|
|
440
|
+
}, q, y, { get children() {
|
|
441
|
+
return O(() => !!w())() ? V() : H();
|
|
442
|
+
} }));
|
|
443
|
+
}
|
|
444
|
+
});
|
|
445
|
+
}
|
|
446
|
+
//#endregion
|
|
447
|
+
//#region src/field/validity/FieldValidity.tsx
|
|
448
|
+
function se(e) {
|
|
449
|
+
let t = m(), n = I(() => {
|
|
450
|
+
let e = t.validityData();
|
|
451
|
+
return t.invalid() ? {
|
|
452
|
+
...e,
|
|
453
|
+
state: {
|
|
454
|
+
...e.state,
|
|
455
|
+
valid: !1
|
|
456
|
+
}
|
|
457
|
+
} : e;
|
|
458
|
+
}), r = c(() => n().state.valid === !1), i = I(() => {
|
|
459
|
+
let e = n();
|
|
460
|
+
return {
|
|
461
|
+
error: e.error,
|
|
462
|
+
errors: e.errors,
|
|
463
|
+
value: e.value,
|
|
464
|
+
initialValue: e.initialValue,
|
|
465
|
+
validity: e.state,
|
|
466
|
+
transitionStatus: r.transitionStatus()
|
|
467
|
+
};
|
|
468
|
+
});
|
|
469
|
+
return O(() => e.children(i()));
|
|
470
|
+
}
|
|
471
|
+
//#endregion
|
|
472
|
+
//#region src/field/index.parts.ts
|
|
473
|
+
var ce = /* @__PURE__ */ e({
|
|
474
|
+
Control: () => w,
|
|
475
|
+
Description: () => re,
|
|
476
|
+
Error: () => oe,
|
|
477
|
+
Item: () => X,
|
|
478
|
+
Label: () => ne,
|
|
479
|
+
Root: () => K,
|
|
480
|
+
Validity: () => se
|
|
481
|
+
});
|
|
482
|
+
//#endregion
|
|
483
|
+
export { ce as t };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../fieldset-
|
|
1
|
+
import { t as e } from "../fieldset-Byqk3noT.js";
|
|
2
2
|
export { e as Fieldset };
|
|
@@ -0,0 +1,70 @@
|
|
|
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 { n as r, t as i } from "./resolveStyle-XcgAuaKR.js";
|
|
5
|
+
import { n as a, t as o } from "./FieldsetRootContext-BgThSAcd.js";
|
|
6
|
+
import { createComponent as s, getNextElement as c, mergeProps as l, runHydrationEvents as u, spread as d, template as f } from "@solidjs/web";
|
|
7
|
+
import { createEffect as p, createMemo as m, createSignal as h, createUniqueId as g, omit as _ } from "solid-js";
|
|
8
|
+
//#region src/fieldset/root/FieldsetRoot.tsx
|
|
9
|
+
var v = /* @__PURE__ */ f("<fieldset>");
|
|
10
|
+
function y(e) {
|
|
11
|
+
let f = a(!0), [p, g] = h(), y = _(e, "render", "class", "disabled", "style"), b = m(() => f?.disabled() || (e.disabled ?? !1)), x = m(() => ({ disabled: b() })), S = m(() => r(e.class, x())), C = m(() => i(e.style, x())), w = m(() => n(x())), T = {
|
|
12
|
+
legendId: p,
|
|
13
|
+
setLegendId: g,
|
|
14
|
+
disabled: b
|
|
15
|
+
}, E = t(e, () => x(), (e) => (() => {
|
|
16
|
+
var t = c(v);
|
|
17
|
+
return d(t, e, !1), u(), t;
|
|
18
|
+
})());
|
|
19
|
+
return s(o, {
|
|
20
|
+
value: T,
|
|
21
|
+
get children() {
|
|
22
|
+
return s(E, l({
|
|
23
|
+
get class() {
|
|
24
|
+
return S();
|
|
25
|
+
},
|
|
26
|
+
get style() {
|
|
27
|
+
return C();
|
|
28
|
+
},
|
|
29
|
+
get "aria-labelledby"() {
|
|
30
|
+
return p();
|
|
31
|
+
},
|
|
32
|
+
get disabled() {
|
|
33
|
+
return b();
|
|
34
|
+
}
|
|
35
|
+
}, w, y));
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
//#endregion
|
|
40
|
+
//#region src/fieldset/legend/FieldsetLegend.tsx
|
|
41
|
+
var b = /* @__PURE__ */ f("<div>");
|
|
42
|
+
function x(e) {
|
|
43
|
+
let o = a(), f = `base-ui-${g()}`, h = _(e, "render", "class", "id", "style"), v = m(() => e.id ?? f), y = m(() => ({ disabled: o.disabled() })), x = m(() => r(e.class, y())), S = m(() => i(e.style, y())), C = m(() => n(y()));
|
|
44
|
+
p(v, (e) => (o.setLegendId(e), () => {
|
|
45
|
+
o.setLegendId((t) => t === e ? void 0 : t);
|
|
46
|
+
}));
|
|
47
|
+
let w = t(e, () => y(), (e) => (() => {
|
|
48
|
+
var t = c(b);
|
|
49
|
+
return d(t, e, !1), u(), t;
|
|
50
|
+
})());
|
|
51
|
+
return s(w, l({
|
|
52
|
+
get id() {
|
|
53
|
+
return v();
|
|
54
|
+
},
|
|
55
|
+
get class() {
|
|
56
|
+
return x();
|
|
57
|
+
},
|
|
58
|
+
get style() {
|
|
59
|
+
return S();
|
|
60
|
+
}
|
|
61
|
+
}, C, h));
|
|
62
|
+
}
|
|
63
|
+
//#endregion
|
|
64
|
+
//#region src/fieldset/index.parts.ts
|
|
65
|
+
var S = /* @__PURE__ */ e({
|
|
66
|
+
Legend: () => x,
|
|
67
|
+
Root: () => y
|
|
68
|
+
});
|
|
69
|
+
//#endregion
|
|
70
|
+
export { S as t };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../form-
|
|
1
|
+
import { t as e } from "../form-6Ne_bWQX.js";
|
|
2
2
|
export { e as Form };
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { t as e } from "./useRender-CxZ8PI-g.js";
|
|
2
|
+
import { w as t } from "./reasons-Co5CzjKq.js";
|
|
3
|
+
import { n, t as r } from "./resolveStyle-XcgAuaKR.js";
|
|
4
|
+
import { createGenericEventDetails as i } from "./internals/createBaseUIEventDetails.js";
|
|
5
|
+
import { composeEventHandlers as a } from "./internals/composeEventHandlers.js";
|
|
6
|
+
import { t as o } from "./FormContext-CwLBtm_d.js";
|
|
7
|
+
import { t as s } from "./form-types-DFBxc1LF.js";
|
|
8
|
+
import { claimElement as c, createComponent as l, getNextElement as u, mergeProps as d, runHydrationEvents as f, spread as p, template as m } from "@solidjs/web";
|
|
9
|
+
import { createEffect as h, createMemo as g, createSignal as _, omit as v, untrack as y } from "solid-js";
|
|
10
|
+
//#region src/form/Form.tsx
|
|
11
|
+
var b = /* @__PURE__ */ m("<form>"), x = Object.freeze({}), S = {};
|
|
12
|
+
function C(m) {
|
|
13
|
+
let C = null, T = !1, E = !1, D = 0, O = /* @__PURE__ */ new Map(), k = m, A = y(() => k.errors), j = m, M = v(m, "actionsRef", "render", "class", "errors", "onFormSubmit", "onSubmit", "ref", "style", "validationMode"), [N, P] = _(y(() => k.errors) ?? x), F = g(() => k.validationMode ?? "onSubmit"), I = g(() => n(m.class, S)), L = e(m, () => S, (e) => (() => {
|
|
14
|
+
var t = u(b);
|
|
15
|
+
return c(t), p(t, e, !1), f(), t;
|
|
16
|
+
})()), R = g(() => r(m.style, S));
|
|
17
|
+
function z(e) {
|
|
18
|
+
return O.set(e.token, e), () => {
|
|
19
|
+
O.get(e.token) === e && O.delete(e.token);
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
function B() {
|
|
23
|
+
let e = {};
|
|
24
|
+
for (let t of O.values()) {
|
|
25
|
+
let n = t.name();
|
|
26
|
+
n && (e[n] = t.getValue());
|
|
27
|
+
}
|
|
28
|
+
return e;
|
|
29
|
+
}
|
|
30
|
+
function V(e = y(N)) {
|
|
31
|
+
let t = !1, n = null;
|
|
32
|
+
for (let r of O.values()) {
|
|
33
|
+
if (!r.isInvalid() && !s(e, r.name())) continue;
|
|
34
|
+
t = !0;
|
|
35
|
+
let i = r.getControl();
|
|
36
|
+
i && (!n || w(i, n)) && (n = i);
|
|
37
|
+
}
|
|
38
|
+
return n ? (n.focus(), n.tagName === "INPUT" && n.select(), !0) : t;
|
|
39
|
+
}
|
|
40
|
+
function H(e) {
|
|
41
|
+
e && P((t) => {
|
|
42
|
+
if (!Object.hasOwn(t, e)) return t;
|
|
43
|
+
let n = { ...t };
|
|
44
|
+
return delete n[e], n;
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
let U = { validate(e) {
|
|
48
|
+
if (e) {
|
|
49
|
+
for (let t of O.values()) if (t.name() === e) {
|
|
50
|
+
t.validate();
|
|
51
|
+
break;
|
|
52
|
+
}
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
for (let e of O.values()) e.validate();
|
|
56
|
+
} }, W = a(() => j.onSubmit);
|
|
57
|
+
function G(e) {
|
|
58
|
+
E = !0, D += 1;
|
|
59
|
+
for (let e of O.values()) e.validate();
|
|
60
|
+
if (V()) {
|
|
61
|
+
e.preventDefault();
|
|
62
|
+
return;
|
|
63
|
+
}
|
|
64
|
+
T = !0, W.call(e.currentTarget, e);
|
|
65
|
+
let n = k.onFormSubmit;
|
|
66
|
+
n && (e.preventDefault(), n(B(), i(t, e)));
|
|
67
|
+
}
|
|
68
|
+
let K = {
|
|
69
|
+
errors: N,
|
|
70
|
+
validationMode: F,
|
|
71
|
+
submitAttempted: () => E,
|
|
72
|
+
submitCount: () => D,
|
|
73
|
+
formElement: () => C,
|
|
74
|
+
clearError: H,
|
|
75
|
+
registerField: z,
|
|
76
|
+
getFormValues: B
|
|
77
|
+
};
|
|
78
|
+
return h(() => k.errors, (e) => {
|
|
79
|
+
if (e === A) return;
|
|
80
|
+
A = e;
|
|
81
|
+
let t = e ?? x;
|
|
82
|
+
P(t), T && (T = !1, y(() => V(t)));
|
|
83
|
+
}), h(() => k.actionsRef, (e) => {
|
|
84
|
+
e?.(U);
|
|
85
|
+
}), l(o, {
|
|
86
|
+
value: K,
|
|
87
|
+
get children() {
|
|
88
|
+
return l(L, d({
|
|
89
|
+
ref: [((e) => {
|
|
90
|
+
C = e.tagName === "FORM" ? e : null;
|
|
91
|
+
}), j.ref],
|
|
92
|
+
get class() {
|
|
93
|
+
return I();
|
|
94
|
+
},
|
|
95
|
+
get style() {
|
|
96
|
+
return R();
|
|
97
|
+
},
|
|
98
|
+
novalidate: !0,
|
|
99
|
+
onSubmit: G
|
|
100
|
+
}, M));
|
|
101
|
+
}
|
|
102
|
+
});
|
|
103
|
+
}
|
|
104
|
+
function w(e, t) {
|
|
105
|
+
let n = e.compareDocumentPosition(t);
|
|
106
|
+
return (n & Node.DOCUMENT_POSITION_DISCONNECTED) === 0 && (n & Node.DOCUMENT_POSITION_FOLLOWING) !== 0;
|
|
107
|
+
}
|
|
108
|
+
//#endregion
|
|
109
|
+
export { C as t };
|