solid-baseui 0.1.0-alpha.0
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/LICENSE +26 -0
- package/README.md +150 -0
- package/dist/lib/client/CSPContext-faVzToiT.js +10 -0
- package/dist/lib/client/CheckboxGroupContext-1CRRHK0T.js +8 -0
- package/dist/lib/client/DialogHandle-DrN2YWCv.js +518 -0
- package/dist/lib/client/DialogPopup-ZlqmGfdk.js +136 -0
- package/dist/lib/client/DirectionContext-BwMabICS.js +7 -0
- package/dist/lib/client/FieldControl-Bc-z2og6.js +116 -0
- package/dist/lib/client/FieldItemContext-Bwzf-4tL.js +7 -0
- package/dist/lib/client/FieldRootContext-izCEh80D.js +32 -0
- package/dist/lib/client/FieldsetRootContext-BgThSAcd.js +13 -0
- package/dist/lib/client/FloatingTree-23B7KKPD.js +83 -0
- package/dist/lib/client/FocusManager-grSdNHqW.js +360 -0
- package/dist/lib/client/FormContext-BB05lWOI.js +16 -0
- package/dist/lib/client/InternalBackdrop-cSK13gaM.js +160 -0
- package/dist/lib/client/LabelableContext-DKsB0fIx.js +48 -0
- package/dist/lib/client/MenuSubmenuTrigger-QZkQ0F2v.js +1570 -0
- package/dist/lib/client/MenubarContext-BYt3fkt-.js +13 -0
- package/dist/lib/client/PopupHandle-CcJG4NMy.js +101 -0
- package/dist/lib/client/PopupStore-DjB-wO88.js +468 -0
- package/dist/lib/client/PopupViewport-DgrIqQea.js +152 -0
- package/dist/lib/client/RadioGroupContext-CZexBsPa.js +9 -0
- package/dist/lib/client/Separator-9DboD_Si.js +25 -0
- package/dist/lib/client/ToggleGroupContext-_THxLgJU.js +9 -0
- package/dist/lib/client/ToolbarGroupContext-Dpc3_mFx.js +9 -0
- package/dist/lib/client/ToolbarItemOwnerContext-DtVqVnSE.js +9 -0
- package/dist/lib/client/ToolbarRootContext-88yZoAOy.js +13 -0
- package/dist/lib/client/TriggerFocusGuards-CQ-JuASy.js +56 -0
- package/dist/lib/client/accordion/index.js +2 -0
- package/dist/lib/client/accordion-sOXt9AlG.js +399 -0
- package/dist/lib/client/alert-dialog/index.js +2 -0
- package/dist/lib/client/alert-dialog-BH_3ndio.js +30 -0
- package/dist/lib/client/autocomplete/index.js +2 -0
- package/dist/lib/client/autocomplete-Cob_FZEP.js +113 -0
- package/dist/lib/client/avatar/index.js +2 -0
- package/dist/lib/client/avatar-AF9vyD4q.js +146 -0
- package/dist/lib/client/button/index.js +2 -0
- package/dist/lib/client/button-DpUi-2g8.js +82 -0
- package/dist/lib/client/buttonSemantics-paljfpOX.js +39 -0
- package/dist/lib/client/checkbox/index.js +2 -0
- package/dist/lib/client/checkbox-BbAwOptH.js +441 -0
- package/dist/lib/client/checkbox-group/index.js +2 -0
- package/dist/lib/client/checkbox-group-CSSp_805.js +128 -0
- package/dist/lib/client/collapsible/index.js +2 -0
- package/dist/lib/client/collapsible-BIbje_ub.js +232 -0
- package/dist/lib/client/combobox/index.js +2 -0
- package/dist/lib/client/combobox-8O-vgTLL.js +352 -0
- package/dist/lib/client/compositeNavigation-sxniYTc7.js +58 -0
- package/dist/lib/client/constants-BYjBUIIi.js +424 -0
- package/dist/lib/client/context-menu/index.js +2 -0
- package/dist/lib/client/context-menu-BTMkXtrs.js +217 -0
- package/dist/lib/client/createAnchorPositioning-DcxDXUgB.js +1058 -0
- package/dist/lib/client/createAnchoredPopupScrollLock-Cx0cbh1_.js +19 -0
- package/dist/lib/client/createClickInteraction-CTaIFBiV.js +45 -0
- package/dist/lib/client/createCollapsiblePanel-DeDu0O2t.js +231 -0
- package/dist/lib/client/createFocusInteraction-D4w1-235.js +50 -0
- package/dist/lib/client/createPopupAutoResize-CGNiLhGq.js +60 -0
- package/dist/lib/client/createTransitionStatus-B1L-whed.js +53 -0
- package/dist/lib/client/csp-provider/index.js +2 -0
- package/dist/lib/client/csp-provider-C7nRHDKK.js +16 -0
- package/dist/lib/client/dialog/index.js +2 -0
- package/dist/lib/client/dialog-DkaQwIgP.js +19 -0
- package/dist/lib/client/direction-provider/index.js +3 -0
- package/dist/lib/client/direction-provider-DYhRN-8f.js +13 -0
- package/dist/lib/client/dom-BEAeQ9Eb.js +58 -0
- package/dist/lib/client/drawer/index.js +2 -0
- package/dist/lib/client/drawer-Ce2cChLt.js +1550 -0
- package/dist/lib/client/field/index.js +2 -0
- package/dist/lib/client/field-C-o7jzKW.js +469 -0
- package/dist/lib/client/fieldset/index.js +2 -0
- package/dist/lib/client/fieldset-BQTAWv2L.js +65 -0
- package/dist/lib/client/form/index.js +2 -0
- package/dist/lib/client/form-BINBiW5L.js +106 -0
- package/dist/lib/client/form-types-DFBxc1LF.js +8 -0
- package/dist/lib/client/index.js +43 -0
- package/dist/lib/client/input/index.js +2 -0
- package/dist/lib/client/input-gb0ejxkm.js +7 -0
- package/dist/lib/client/internals/composeEventHandlers.js +50 -0
- package/dist/lib/client/internals/createBaseUIEventDetails.js +31 -0
- package/dist/lib/client/internals/csp-context/index.js +2 -0
- package/dist/lib/client/internals/direction-context/index.js +2 -0
- package/dist/lib/client/internals/field-constants.js +56 -0
- package/dist/lib/client/internals/field-root-context/index.js +2 -0
- package/dist/lib/client/internals/form-context/index.js +2 -0
- package/dist/lib/client/internals/getStateAttributesProps.js +21 -0
- package/dist/lib/client/internals/labelable-provider/index.js +19 -0
- package/dist/lib/client/internals/mergeStyles.js +9 -0
- package/dist/lib/client/internals/reasons.js +2 -0
- package/dist/lib/client/internals/stateAttributesMapping.js +8 -0
- package/dist/lib/client/internals/types.js +0 -0
- package/dist/lib/client/menu/index.js +2 -0
- package/dist/lib/client/menu-DeMT08oD.js +326 -0
- package/dist/lib/client/menubar/index.js +2 -0
- package/dist/lib/client/menubar-C4aomSYv.js +185 -0
- package/dist/lib/client/mergeStyleValue-C4ITiiIV.js +42 -0
- package/dist/lib/client/meter/index.js +2 -0
- package/dist/lib/client/meter-xSU37Q0m.js +171 -0
- package/dist/lib/client/navigation-menu/index.js +2 -0
- package/dist/lib/client/navigation-menu-ZILQmdn6.js +1083 -0
- package/dist/lib/client/number-field/index.js +2 -0
- package/dist/lib/client/number-field-B8CsTb_8.js +1035 -0
- package/dist/lib/client/otp-field/index.js +2 -0
- package/dist/lib/client/otp-field-DBkMcnog.js +582 -0
- package/dist/lib/client/platform-Bk5Q32mf.js +13 -0
- package/dist/lib/client/popover/index.js +2 -0
- package/dist/lib/client/popover-CQwyp-fs.js +929 -0
- package/dist/lib/client/popupStateMapping-C9eZl19i.js +367 -0
- package/dist/lib/client/preview-card/index.js +2 -0
- package/dist/lib/client/preview-card-D_2Q8lpC.js +625 -0
- package/dist/lib/client/progress/index.js +2 -0
- package/dist/lib/client/progress-D7r0xAC9.js +188 -0
- package/dist/lib/client/radio/index.js +2 -0
- package/dist/lib/client/radio-CzGQ81z1.js +299 -0
- package/dist/lib/client/radio-group/index.js +2 -0
- package/dist/lib/client/radio-group-DpHlBKA6.js +193 -0
- package/dist/lib/client/reasons-Co5CzjKq.js +41 -0
- package/dist/lib/client/resolveStyle-XcgAuaKR.js +11 -0
- package/dist/lib/client/rolldown-runtime-Dy4uBu1J.js +11 -0
- package/dist/lib/client/runOnceAnimationsFinish-15EM-Z4l.js +48 -0
- package/dist/lib/client/safePolygon--bbKn0c8.js +316 -0
- package/dist/lib/client/scroll-area/index.js +2 -0
- package/dist/lib/client/scroll-area-CffM4U0R.js +701 -0
- package/dist/lib/client/scrollable-SRNYlhF7.js +42 -0
- package/dist/lib/client/select/index.js +2 -0
- package/dist/lib/client/select-IFhiEg73.js +1940 -0
- package/dist/lib/client/separator/index.js +2 -0
- package/dist/lib/client/setRef-fXF6OIo3.js +7 -0
- package/dist/lib/client/slider/index.js +2 -0
- package/dist/lib/client/slider-BCagYmGp.js +921 -0
- package/dist/lib/client/switch/index.js +2 -0
- package/dist/lib/client/switch-RIJeDnvS.js +308 -0
- package/dist/lib/client/tabs/index.js +2 -0
- package/dist/lib/client/tabs-fOAKs7r3.js +696 -0
- package/dist/lib/client/toast/index.js +2 -0
- package/dist/lib/client/toast-D2P8UqUs.js +1108 -0
- package/dist/lib/client/toggle/index.js +2 -0
- package/dist/lib/client/toggle-group/index.js +2 -0
- package/dist/lib/client/toggle-group-0Aue0owJ.js +129 -0
- package/dist/lib/client/toggle-momVEIBL.js +138 -0
- package/dist/lib/client/toolbar/index.js +2 -0
- package/dist/lib/client/toolbar-Du22aKCv.js +492 -0
- package/dist/lib/client/tooltip/index.js +2 -0
- package/dist/lib/client/tooltip-CyK61fl1.js +844 -0
- package/dist/lib/client/types/index.js +0 -0
- package/dist/lib/client/useFilteredItems-DTekHz39.js +2223 -0
- package/dist/lib/client/withoutComponentBinding-CcCW7fSc.js +13 -0
- package/dist/lib/server/CSPContext-DOxR0PO7.js +10 -0
- package/dist/lib/server/CheckboxGroupContext-DTP679kK.js +8 -0
- package/dist/lib/server/DialogHandle-ATZlm9RC.js +689 -0
- package/dist/lib/server/DialogPopup-BebI-w5P.js +159 -0
- package/dist/lib/server/DirectionContext-YORWLF08.js +10 -0
- package/dist/lib/server/FieldControl-Y_kI7ARp.js +174 -0
- package/dist/lib/server/FieldItemContext-x-C7ZlmX.js +7 -0
- package/dist/lib/server/FieldRootContext-IC-LWzVp.js +34 -0
- package/dist/lib/server/FieldsetRootContext-DyNqCjK6.js +14 -0
- package/dist/lib/server/FloatingTree-z1JPD1dR.js +101 -0
- package/dist/lib/server/FocusManager-BrbZVWME.js +538 -0
- package/dist/lib/server/FormContext-pvESt85v.js +17 -0
- package/dist/lib/server/InternalBackdrop-C_iDPVR-.js +260 -0
- package/dist/lib/server/LabelableContext-DZP3rgAY.js +59 -0
- package/dist/lib/server/MenuSubmenuTrigger-DA4gsv6z.js +2072 -0
- package/dist/lib/server/MenubarContext-C-62rMnO.js +14 -0
- package/dist/lib/server/PopupHandle-DthPgNjy.js +115 -0
- package/dist/lib/server/PopupStore-DEs3FAEe.js +645 -0
- package/dist/lib/server/PopupViewport-3r_KTFwX.js +220 -0
- package/dist/lib/server/RadioGroupContext-D5xmTkDz.js +10 -0
- package/dist/lib/server/Separator-vhhYxWGr.js +31 -0
- package/dist/lib/server/ToggleGroupContext-COor8gYc.js +10 -0
- package/dist/lib/server/ToolbarGroupContext-CzdHxijX.js +10 -0
- package/dist/lib/server/ToolbarItemOwnerContext-L5dsZ_vS.js +10 -0
- package/dist/lib/server/ToolbarRootContext-DD-qe7s8.js +14 -0
- package/dist/lib/server/TriggerFocusGuards-sbGwf45f.js +63 -0
- package/dist/lib/server/accordion/index.js +566 -0
- package/dist/lib/server/alert-dialog/index.js +36 -0
- package/dist/lib/server/autocomplete/index.js +173 -0
- package/dist/lib/server/avatar/index.js +199 -0
- package/dist/lib/server/button/index.js +119 -0
- package/dist/lib/server/buttonSemantics-BSwDxJhh.js +49 -0
- package/dist/lib/server/checkbox/index.js +537 -0
- package/dist/lib/server/checkbox-group/index.js +198 -0
- package/dist/lib/server/collapsible/index.js +307 -0
- package/dist/lib/server/combobox/index.js +480 -0
- package/dist/lib/server/compositeNavigation-BRVT1C38.js +68 -0
- package/dist/lib/server/constants-9H__9xbS.js +706 -0
- package/dist/lib/server/context-menu/index.js +263 -0
- package/dist/lib/server/createAnchorPositioning-C-cVOPwz.js +381 -0
- package/dist/lib/server/createAnchoredPopupScrollLock-DFuUrykR.js +20 -0
- package/dist/lib/server/createClickInteraction-BYsMgvup.js +68 -0
- package/dist/lib/server/createCollapsiblePanel-DTyVJz0G.js +297 -0
- package/dist/lib/server/createFocusInteraction-EIS0QOel.js +77 -0
- package/dist/lib/server/createPopupAutoResize-DO50jjNX.js +111 -0
- package/dist/lib/server/createTransitionStatus-BTlrerSS.js +61 -0
- package/dist/lib/server/csp-provider/index.js +15 -0
- package/dist/lib/server/dialog/index.js +19 -0
- package/dist/lib/server/direction-provider/index.js +13 -0
- package/dist/lib/server/dom-Crg_2R-j.js +67 -0
- package/dist/lib/server/drawer/index.js +2351 -0
- package/dist/lib/server/field/index.js +677 -0
- package/dist/lib/server/fieldset/index.js +91 -0
- package/dist/lib/server/form/index.js +136 -0
- package/dist/lib/server/form-types-P7-SCWyr.js +8 -0
- package/dist/lib/server/index.js +43 -0
- package/dist/lib/server/input/index.js +11 -0
- package/dist/lib/server/internals/composeEventHandlers.js +60 -0
- package/dist/lib/server/internals/createBaseUIEventDetails.js +33 -0
- package/dist/lib/server/internals/csp-context/index.js +2 -0
- package/dist/lib/server/internals/direction-context/index.js +2 -0
- package/dist/lib/server/internals/field-constants.js +64 -0
- package/dist/lib/server/internals/field-root-context/index.js +2 -0
- package/dist/lib/server/internals/form-context/index.js +2 -0
- package/dist/lib/server/internals/getStateAttributesProps.js +23 -0
- package/dist/lib/server/internals/labelable-provider/index.js +20 -0
- package/dist/lib/server/internals/mergeStyles.js +15 -0
- package/dist/lib/server/internals/reasons.js +76 -0
- package/dist/lib/server/internals/stateAttributesMapping.js +15 -0
- package/dist/lib/server/internals/types.js +1 -0
- package/dist/lib/server/menu/index.js +423 -0
- package/dist/lib/server/menubar/index.js +242 -0
- package/dist/lib/server/mergeStyleValue-Db8bRCM4.js +67 -0
- package/dist/lib/server/meter/index.js +217 -0
- package/dist/lib/server/navigation-menu/index.js +1436 -0
- package/dist/lib/server/number-field/index.js +1497 -0
- package/dist/lib/server/otp-field/index.js +811 -0
- package/dist/lib/server/platform-DYukKUir.js +13 -0
- package/dist/lib/server/popover/index.js +1187 -0
- package/dist/lib/server/popupStateMapping-nKoUwoke.js +459 -0
- package/dist/lib/server/preview-card/index.js +797 -0
- package/dist/lib/server/progress/index.js +252 -0
- package/dist/lib/server/radio/index.js +364 -0
- package/dist/lib/server/radio-group/index.js +282 -0
- package/dist/lib/server/resolveStyle-XCSFDHAL.js +11 -0
- package/dist/lib/server/rolldown-runtime-D7D4PA-g.js +13 -0
- package/dist/lib/server/runOnceAnimationsFinish-DCHzXWZU.js +59 -0
- package/dist/lib/server/safePolygon-CAm5RJGv.js +474 -0
- package/dist/lib/server/scroll-area/index.js +993 -0
- package/dist/lib/server/scrollable-CjsSxbGr.js +54 -0
- package/dist/lib/server/select/index.js +2630 -0
- package/dist/lib/server/separator/index.js +2 -0
- package/dist/lib/server/setRef-Bt70sW7c.js +7 -0
- package/dist/lib/server/slider/index.js +1333 -0
- package/dist/lib/server/switch/index.js +389 -0
- package/dist/lib/server/tabs/index.js +1007 -0
- package/dist/lib/server/toast/index.js +1588 -0
- package/dist/lib/server/toggle/index.js +201 -0
- package/dist/lib/server/toggle-group/index.js +192 -0
- package/dist/lib/server/toolbar/index.js +685 -0
- package/dist/lib/server/tooltip/index.js +1092 -0
- package/dist/lib/server/types/index.js +1 -0
- package/dist/lib/server/useFilteredItems-DvuctLt3.js +3157 -0
- package/dist/lib/server/withoutComponentBinding-BHaWr5kU.js +20 -0
- package/dist/lib/types/accordion/header/AccordionHeader.d.ts +12 -0
- package/dist/lib/types/accordion/index.d.ts +6 -0
- package/dist/lib/types/accordion/index.parts.d.ts +5 -0
- package/dist/lib/types/accordion/item/AccordionItem.d.ts +29 -0
- package/dist/lib/types/accordion/item/AccordionItemContext.d.ts +22 -0
- package/dist/lib/types/accordion/item/AccordionItemDataAttributes.d.ts +5 -0
- package/dist/lib/types/accordion/item/stateAttributesMapping.d.ts +13 -0
- package/dist/lib/types/accordion/panel/AccordionPanel.d.ts +20 -0
- package/dist/lib/types/accordion/panel/AccordionPanelCssVars.d.ts +4 -0
- package/dist/lib/types/accordion/root/AccordionRoot.d.ts +46 -0
- package/dist/lib/types/accordion/root/AccordionRootContext.d.ts +22 -0
- package/dist/lib/types/accordion/root/stateAttributesMapping.d.ts +3 -0
- package/dist/lib/types/accordion/trigger/AccordionTrigger.d.ts +27 -0
- package/dist/lib/types/accordion/trigger/AccordionTriggerDataAttributes.d.ts +4 -0
- package/dist/lib/types/alert-dialog/handle.d.ts +6 -0
- package/dist/lib/types/alert-dialog/index.d.ts +10 -0
- package/dist/lib/types/alert-dialog/index.parts.d.ts +10 -0
- package/dist/lib/types/alert-dialog/root/AlertDialogRoot.d.ts +29 -0
- package/dist/lib/types/alert-dialog/trigger/AlertDialogTrigger.d.ts +19 -0
- package/dist/lib/types/autocomplete/index.d.ts +24 -0
- package/dist/lib/types/autocomplete/index.parts.d.ts +23 -0
- package/dist/lib/types/autocomplete/input-group/AutocompleteInputGroup.d.ts +26 -0
- package/dist/lib/types/autocomplete/item/AutocompleteItem.d.ts +18 -0
- package/dist/lib/types/autocomplete/root/AutocompleteRoot.d.ts +195 -0
- package/dist/lib/types/autocomplete/root/utils/useFilter.d.ts +9 -0
- package/dist/lib/types/autocomplete/separator/AutocompleteSeparator.d.ts +17 -0
- package/dist/lib/types/autocomplete/trigger/AutocompleteTrigger.d.ts +24 -0
- package/dist/lib/types/autocomplete/value/AutocompleteValue.d.ts +15 -0
- package/dist/lib/types/avatar/fallback/AvatarFallback.d.ts +16 -0
- package/dist/lib/types/avatar/image/AvatarImage.d.ts +17 -0
- package/dist/lib/types/avatar/image/createImageLoadingStatus.d.ts +10 -0
- package/dist/lib/types/avatar/index.d.ts +4 -0
- package/dist/lib/types/avatar/index.parts.d.ts +3 -0
- package/dist/lib/types/avatar/root/AvatarRoot.d.ts +13 -0
- package/dist/lib/types/avatar/root/AvatarRootContext.d.ts +10 -0
- package/dist/lib/types/button/Button.d.ts +34 -0
- package/dist/lib/types/button/index.d.ts +2 -0
- package/dist/lib/types/checkbox/index.d.ts +3 -0
- package/dist/lib/types/checkbox/index.parts.d.ts +2 -0
- package/dist/lib/types/checkbox/indicator/CheckboxIndicator.d.ts +20 -0
- package/dist/lib/types/checkbox/root/CheckboxRoot.d.ts +56 -0
- package/dist/lib/types/checkbox/root/CheckboxRootContext.d.ts +7 -0
- package/dist/lib/types/checkbox/utils/getCheckboxStateAttributesMapping.d.ts +3 -0
- package/dist/lib/types/checkbox-group/CheckboxGroup.d.ts +32 -0
- package/dist/lib/types/checkbox-group/CheckboxGroupContext.d.ts +30 -0
- package/dist/lib/types/checkbox-group/index.d.ts +2 -0
- package/dist/lib/types/collapsible/index.d.ts +4 -0
- package/dist/lib/types/collapsible/index.parts.d.ts +3 -0
- package/dist/lib/types/collapsible/panel/CollapsiblePanel.d.ts +25 -0
- package/dist/lib/types/collapsible/panel/createCollapsiblePanel.d.ts +26 -0
- package/dist/lib/types/collapsible/root/CollapsibleRoot.d.ts +34 -0
- package/dist/lib/types/collapsible/root/CollapsibleRootContext.d.ts +19 -0
- package/dist/lib/types/collapsible/root/createCollapsibleTransitionStatus.d.ts +9 -0
- package/dist/lib/types/collapsible/root/stateAttributesMapping.d.ts +14 -0
- package/dist/lib/types/collapsible/trigger/CollapsibleTrigger.d.ts +28 -0
- package/dist/lib/types/combobox/arrow/ComboboxArrow.d.ts +16 -0
- package/dist/lib/types/combobox/backdrop/ComboboxBackdrop.d.ts +14 -0
- package/dist/lib/types/combobox/chip/ComboboxChip.d.ts +17 -0
- package/dist/lib/types/combobox/chip/ComboboxChipContext.d.ts +8 -0
- package/dist/lib/types/combobox/chip-remove/ComboboxChipRemove.d.ts +26 -0
- package/dist/lib/types/combobox/chips/ComboboxChips.d.ts +16 -0
- package/dist/lib/types/combobox/chips/ComboboxChipsContext.d.ts +26 -0
- package/dist/lib/types/combobox/clear/ComboboxClear.d.ts +35 -0
- package/dist/lib/types/combobox/collection/ComboboxCollection.d.ts +19 -0
- package/dist/lib/types/combobox/empty/ComboboxEmpty.d.ts +16 -0
- package/dist/lib/types/combobox/group/ComboboxGroup.d.ts +19 -0
- package/dist/lib/types/combobox/group/ComboboxGroupContext.d.ts +9 -0
- package/dist/lib/types/combobox/group-label/ComboboxGroupLabel.d.ts +11 -0
- package/dist/lib/types/combobox/icon/ComboboxIcon.d.ts +12 -0
- package/dist/lib/types/combobox/index.d.ts +29 -0
- package/dist/lib/types/combobox/index.parts.d.ts +28 -0
- package/dist/lib/types/combobox/input/ComboboxInput.d.ts +36 -0
- package/dist/lib/types/combobox/input-group/ComboboxInputGroup.d.ts +24 -0
- package/dist/lib/types/combobox/item/ComboboxItem.d.ts +40 -0
- package/dist/lib/types/combobox/item/ComboboxItemContext.d.ts +9 -0
- package/dist/lib/types/combobox/item-indicator/ComboboxItemIndicator.d.ts +22 -0
- package/dist/lib/types/combobox/label/ComboboxLabel.d.ts +22 -0
- package/dist/lib/types/combobox/list/ComboboxList.d.ts +24 -0
- package/dist/lib/types/combobox/popup/ComboboxPopup.d.ts +35 -0
- package/dist/lib/types/combobox/portal/ComboboxPortal.d.ts +25 -0
- package/dist/lib/types/combobox/portal/ComboboxPortalContext.d.ts +5 -0
- package/dist/lib/types/combobox/positioner/ComboboxPositioner.d.ts +37 -0
- package/dist/lib/types/combobox/positioner/ComboboxPositionerContext.d.ts +11 -0
- package/dist/lib/types/combobox/root/AriaCombobox.d.ts +82 -0
- package/dist/lib/types/combobox/root/ComboboxRoot.d.ts +180 -0
- package/dist/lib/types/combobox/root/ComboboxRootContext.d.ts +99 -0
- package/dist/lib/types/combobox/root/utils/useFilter.d.ts +25 -0
- package/dist/lib/types/combobox/root/utils/useFilteredItems.d.ts +5 -0
- package/dist/lib/types/combobox/row/ComboboxRow.d.ts +14 -0
- package/dist/lib/types/combobox/row/ComboboxRowContext.d.ts +3 -0
- package/dist/lib/types/combobox/separator/ComboboxSeparator.d.ts +21 -0
- package/dist/lib/types/combobox/status/ComboboxStatus.d.ts +17 -0
- package/dist/lib/types/combobox/store/ComboboxItemRegistry.d.ts +39 -0
- package/dist/lib/types/combobox/store/ComboboxStore.d.ts +65 -0
- package/dist/lib/types/combobox/trigger/ComboboxTrigger.d.ts +36 -0
- package/dist/lib/types/combobox/types.d.ts +15 -0
- package/dist/lib/types/combobox/utils/ComboboxInternalDismissButton.d.ts +9 -0
- package/dist/lib/types/combobox/utils/comboboxPopupId.d.ts +5 -0
- package/dist/lib/types/combobox/utils/createInitialLiveRegionTextMutation.d.ts +7 -0
- package/dist/lib/types/combobox/utils/handleInputPress.d.ts +7 -0
- package/dist/lib/types/combobox/utils/parts.d.ts +4 -0
- package/dist/lib/types/combobox/utils/stateAttributesMapping.d.ts +58 -0
- package/dist/lib/types/combobox/value/ComboboxValue.d.ts +20 -0
- package/dist/lib/types/context-menu/index.d.ts +19 -0
- package/dist/lib/types/context-menu/index.parts.d.ts +19 -0
- package/dist/lib/types/context-menu/root/ContextMenuRoot.d.ts +21 -0
- package/dist/lib/types/context-menu/root/ContextMenuRootContext.d.ts +19 -0
- package/dist/lib/types/context-menu/trigger/ContextMenuTrigger.d.ts +21 -0
- package/dist/lib/types/csp-provider/CSPProvider.d.ts +14 -0
- package/dist/lib/types/csp-provider/index.d.ts +2 -0
- package/dist/lib/types/dialog/backdrop/DialogBackdrop.d.ts +18 -0
- package/dist/lib/types/dialog/close/DialogClose.d.ts +26 -0
- package/dist/lib/types/dialog/description/DialogDescription.d.ts +11 -0
- package/dist/lib/types/dialog/index.d.ts +10 -0
- package/dist/lib/types/dialog/index.parts.d.ts +10 -0
- package/dist/lib/types/dialog/popup/DialogPopup.d.ts +24 -0
- package/dist/lib/types/dialog/portal/DialogPortal.d.ts +17 -0
- package/dist/lib/types/dialog/portal/DialogPortalContext.d.ts +8 -0
- package/dist/lib/types/dialog/root/DialogRoot.d.ts +44 -0
- package/dist/lib/types/dialog/root/DialogRootContext.d.ts +38 -0
- package/dist/lib/types/dialog/store/DialogHandle.d.ts +11 -0
- package/dist/lib/types/dialog/store/DialogStore.d.ts +20 -0
- package/dist/lib/types/dialog/title/DialogTitle.d.ts +11 -0
- package/dist/lib/types/dialog/trigger/DialogTrigger.d.ts +30 -0
- package/dist/lib/types/dialog/utils/mergeDialogStyles.d.ts +2 -0
- package/dist/lib/types/dialog/utils/stateAttributesMapping.d.ts +20 -0
- package/dist/lib/types/dialog/viewport/DialogViewport.d.ts +16 -0
- package/dist/lib/types/direction-provider/DirectionProvider.d.ts +13 -0
- package/dist/lib/types/direction-provider/index.d.ts +4 -0
- package/dist/lib/types/drawer/backdrop/DrawerBackdrop.d.ts +24 -0
- package/dist/lib/types/drawer/backdrop/DrawerBackdropCssVars.d.ts +7 -0
- package/dist/lib/types/drawer/content/DrawerContent.d.ts +14 -0
- package/dist/lib/types/drawer/content/DrawerContentDataAttributes.d.ts +1 -0
- package/dist/lib/types/drawer/handle.d.ts +14 -0
- package/dist/lib/types/drawer/indent/DrawerIndent.d.ts +16 -0
- package/dist/lib/types/drawer/indent-background/DrawerIndentBackground.d.ts +23 -0
- package/dist/lib/types/drawer/index.d.ts +17 -0
- package/dist/lib/types/drawer/index.parts.d.ts +16 -0
- package/dist/lib/types/drawer/popup/DrawerPopup.d.ts +46 -0
- package/dist/lib/types/drawer/popup/DrawerPopupCssVars.d.ts +37 -0
- package/dist/lib/types/drawer/popup/DrawerPopupDataAttributes.d.ts +25 -0
- package/dist/lib/types/drawer/provider/DrawerProvider.d.ts +15 -0
- package/dist/lib/types/drawer/provider/DrawerProviderContext.d.ts +21 -0
- package/dist/lib/types/drawer/root/DrawerRoot.d.ts +65 -0
- package/dist/lib/types/drawer/root/DrawerRootContext.d.ts +68 -0
- package/dist/lib/types/drawer/root/createDrawerSnapPoints.d.ts +24 -0
- package/dist/lib/types/drawer/swipe-area/DrawerSwipeArea.d.ts +43 -0
- package/dist/lib/types/drawer/swipe-area/DrawerSwipeAreaDataAttributes.d.ts +15 -0
- package/dist/lib/types/drawer/viewport/DrawerViewport.d.ts +31 -0
- package/dist/lib/types/drawer/viewport/DrawerViewportContext.d.ts +12 -0
- package/dist/lib/types/drawer/viewport/DrawerViewportCssVars.d.ts +8 -0
- package/dist/lib/types/drawer/virtual-keyboard-provider/DrawerVirtualKeyboardContext.d.ts +14 -0
- package/dist/lib/types/drawer/virtual-keyboard-provider/DrawerVirtualKeyboardProvider.d.ts +14 -0
- package/dist/lib/types/field/control/FieldControl.d.ts +35 -0
- package/dist/lib/types/field/description/FieldDescription.d.ts +16 -0
- package/dist/lib/types/field/error/FieldError.d.ts +19 -0
- package/dist/lib/types/field/index.d.ts +8 -0
- package/dist/lib/types/field/index.parts.d.ts +8 -0
- package/dist/lib/types/field/item/FieldItem.d.ts +16 -0
- package/dist/lib/types/field/item/FieldItemContext.d.ts +6 -0
- package/dist/lib/types/field/label/FieldLabel.d.ts +24 -0
- package/dist/lib/types/field/root/FieldRoot.d.ts +30 -0
- package/dist/lib/types/field/root/createFieldValidation.d.ts +22 -0
- package/dist/lib/types/field/validity/FieldValidity.d.ts +16 -0
- package/dist/lib/types/fieldset/index.d.ts +3 -0
- package/dist/lib/types/fieldset/index.parts.d.ts +2 -0
- package/dist/lib/types/fieldset/legend/FieldsetLegend.d.ts +21 -0
- package/dist/lib/types/fieldset/root/FieldsetRoot.d.ts +21 -0
- package/dist/lib/types/fieldset/root/FieldsetRootContext.d.ts +11 -0
- package/dist/lib/types/form/Form.d.ts +39 -0
- package/dist/lib/types/form/index.d.ts +2 -0
- package/dist/lib/types/index.d.ts +41 -0
- package/dist/lib/types/input/Input.d.ts +20 -0
- package/dist/lib/types/input/index.d.ts +2 -0
- package/dist/lib/types/internals/buttonSemantics.d.ts +10 -0
- package/dist/lib/types/internals/clamp.d.ts +1 -0
- package/dist/lib/types/internals/composeEventHandlers.d.ts +11 -0
- package/dist/lib/types/internals/constants.d.ts +4 -0
- package/dist/lib/types/internals/createBaseUIEventDetails.d.ts +57 -0
- package/dist/lib/types/internals/createTransitionStatus.d.ts +9 -0
- package/dist/lib/types/internals/csp-context/CSPContext.d.ts +7 -0
- package/dist/lib/types/internals/csp-context/index.d.ts +2 -0
- package/dist/lib/types/internals/direction-context/DirectionContext.d.ts +6 -0
- package/dist/lib/types/internals/direction-context/index.d.ts +2 -0
- package/dist/lib/types/internals/field-constants.d.ts +44 -0
- package/dist/lib/types/internals/field-root-context/FieldRootContext.d.ts +31 -0
- package/dist/lib/types/internals/field-root-context/index.d.ts +2 -0
- package/dist/lib/types/internals/filter.d.ts +18 -0
- package/dist/lib/types/internals/form-context/FormContext.d.ts +13 -0
- package/dist/lib/types/internals/form-context/index.d.ts +3 -0
- package/dist/lib/types/internals/form-types.d.ts +11 -0
- package/dist/lib/types/internals/getStateAttributesProps.d.ts +4 -0
- package/dist/lib/types/internals/installOwnedEventHandlers.d.ts +3 -0
- package/dist/lib/types/internals/isSolidAccessor.d.ts +6 -0
- package/dist/lib/types/internals/itemEquality.d.ts +17 -0
- package/dist/lib/types/internals/labelable-provider/LabelableContext.d.ts +18 -0
- package/dist/lib/types/internals/labelable-provider/LabelableProvider.d.ts +11 -0
- package/dist/lib/types/internals/labelable-provider/index.d.ts +2 -0
- package/dist/lib/types/internals/mergeStyleValue.d.ts +8 -0
- package/dist/lib/types/internals/mergeStyles.d.ts +6 -0
- package/dist/lib/types/internals/overlay/FloatingRootStore.d.ts +49 -0
- package/dist/lib/types/internals/overlay/FloatingTree.d.ts +48 -0
- package/dist/lib/types/internals/overlay/FocusGuard.d.ts +2 -0
- package/dist/lib/types/internals/overlay/FocusManager.d.ts +30 -0
- package/dist/lib/types/internals/overlay/InternalBackdrop.d.ts +6 -0
- package/dist/lib/types/internals/overlay/PopupHandle.d.ts +47 -0
- package/dist/lib/types/internals/overlay/PopupPortal.d.ts +37 -0
- package/dist/lib/types/internals/overlay/PopupStore.d.ts +89 -0
- package/dist/lib/types/internals/overlay/PopupTriggerMap.d.ts +11 -0
- package/dist/lib/types/internals/overlay/PopupViewport.d.ts +16 -0
- package/dist/lib/types/internals/overlay/ReactiveStore.d.ts +26 -0
- package/dist/lib/types/internals/overlay/TriggerFocusGuards.d.ts +14 -0
- package/dist/lib/types/internals/overlay/adaptiveOrigin.d.ts +2 -0
- package/dist/lib/types/internals/overlay/compositeNavigation.d.ts +20 -0
- package/dist/lib/types/internals/overlay/createAnchorPositioning.d.ts +57 -0
- package/dist/lib/types/internals/overlay/createAnchoredPopupScrollLock.d.ts +12 -0
- package/dist/lib/types/internals/overlay/createClickInteraction.d.ts +20 -0
- package/dist/lib/types/internals/overlay/createClientPoint.d.ts +12 -0
- package/dist/lib/types/internals/overlay/createContextMenuInteraction.d.ts +17 -0
- package/dist/lib/types/internals/overlay/createDelayGroup.d.ts +18 -0
- package/dist/lib/types/internals/overlay/createDismiss.d.ts +27 -0
- package/dist/lib/types/internals/overlay/createFloatingPosition.d.ts +22 -0
- package/dist/lib/types/internals/overlay/createFocusInteraction.d.ts +14 -0
- package/dist/lib/types/internals/overlay/createHoverInteraction.d.ts +30 -0
- package/dist/lib/types/internals/overlay/createInitialPositioning.d.ts +3 -0
- package/dist/lib/types/internals/overlay/createListNavigation.d.ts +26 -0
- package/dist/lib/types/internals/overlay/createPopupAutoResize.d.ts +18 -0
- package/dist/lib/types/internals/overlay/createPopupPresence.d.ts +18 -0
- package/dist/lib/types/internals/overlay/createSwipeDismiss.d.ts +107 -0
- package/dist/lib/types/internals/overlay/createTypeahead.d.ts +20 -0
- package/dist/lib/types/internals/overlay/dom.d.ts +19 -0
- package/dist/lib/types/internals/overlay/eventEmitter.d.ts +7 -0
- package/dist/lib/types/internals/overlay/getElementAtPoint.d.ts +8 -0
- package/dist/lib/types/internals/overlay/index.d.ts +37 -0
- package/dist/lib/types/internals/overlay/inlineRect.d.ts +32 -0
- package/dist/lib/types/internals/overlay/markOthers.d.ts +6 -0
- package/dist/lib/types/internals/overlay/popupStateMapping.d.ts +46 -0
- package/dist/lib/types/internals/overlay/safePolygon.d.ts +24 -0
- package/dist/lib/types/internals/overlay/scrollLock.d.ts +10 -0
- package/dist/lib/types/internals/overlay/tabbable.d.ts +11 -0
- package/dist/lib/types/internals/platform.d.ts +1 -0
- package/dist/lib/types/internals/reason-parts.d.ts +35 -0
- package/dist/lib/types/internals/reasons.d.ts +4 -0
- package/dist/lib/types/internals/resolveClass.d.ts +3 -0
- package/dist/lib/types/internals/resolveStyle.d.ts +3 -0
- package/dist/lib/types/internals/runOnceAnimationsFinish.d.ts +4 -0
- package/dist/lib/types/internals/scrollable.d.ts +18 -0
- package/dist/lib/types/internals/setRef.d.ts +2 -0
- package/dist/lib/types/internals/stateAttributesMapping.d.ts +8 -0
- package/dist/lib/types/internals/types.d.ts +2 -0
- package/dist/lib/types/internals/valueLabel.d.ts +28 -0
- package/dist/lib/types/internals/withoutComponentBinding.d.ts +7 -0
- package/dist/lib/types/menu/arrow/MenuArrow.d.ts +16 -0
- package/dist/lib/types/menu/backdrop/MenuBackdrop.d.ts +14 -0
- package/dist/lib/types/menu/checkbox-item/MenuCheckboxItem.d.ts +37 -0
- package/dist/lib/types/menu/checkbox-item/MenuCheckboxItemContext.d.ts +6 -0
- package/dist/lib/types/menu/checkbox-item-indicator/MenuCheckboxItemIndicator.d.ts +18 -0
- package/dist/lib/types/menu/group/MenuGroup.d.ts +11 -0
- package/dist/lib/types/menu/group/MenuGroupContext.d.ts +9 -0
- package/dist/lib/types/menu/group-label/MenuGroupLabel.d.ts +11 -0
- package/dist/lib/types/menu/index.d.ts +20 -0
- package/dist/lib/types/menu/index.parts.d.ts +21 -0
- package/dist/lib/types/menu/item/MenuItem.d.ts +28 -0
- package/dist/lib/types/menu/item/createMenuItem.d.ts +24 -0
- package/dist/lib/types/menu/link-item/MenuLinkItem.d.ts +25 -0
- package/dist/lib/types/menu/popup/MenuPopup.d.ts +28 -0
- package/dist/lib/types/menu/portal/MenuPortal.d.ts +17 -0
- package/dist/lib/types/menu/portal/MenuPortalContext.d.ts +8 -0
- package/dist/lib/types/menu/positioner/MenuPositioner.d.ts +39 -0
- package/dist/lib/types/menu/positioner/MenuPositionerContext.d.ts +5 -0
- package/dist/lib/types/menu/radio-group/MenuRadioGroup.d.ts +24 -0
- package/dist/lib/types/menu/radio-group/MenuRadioGroupContext.d.ts +11 -0
- package/dist/lib/types/menu/radio-item/MenuRadioItem.d.ts +30 -0
- package/dist/lib/types/menu/radio-item/MenuRadioItemContext.d.ts +6 -0
- package/dist/lib/types/menu/radio-item-indicator/MenuRadioItemIndicator.d.ts +18 -0
- package/dist/lib/types/menu/root/MenuRoot.d.ts +56 -0
- package/dist/lib/types/menu/root/MenuRootContext.d.ts +23 -0
- package/dist/lib/types/menu/store/MenuCollection.d.ts +19 -0
- package/dist/lib/types/menu/store/MenuHandle.d.ts +10 -0
- package/dist/lib/types/menu/store/MenuStore.d.ts +110 -0
- package/dist/lib/types/menu/submenu-root/MenuSubmenuRoot.d.ts +17 -0
- package/dist/lib/types/menu/submenu-root/MenuSubmenuRootContext.d.ts +8 -0
- package/dist/lib/types/menu/submenu-trigger/MenuSubmenuTrigger.d.ts +33 -0
- package/dist/lib/types/menu/trigger/MenuTrigger.d.ts +36 -0
- package/dist/lib/types/menu/utils/mergeMenuStyles.d.ts +2 -0
- package/dist/lib/types/menu/utils/stateAttributesMapping.d.ts +39 -0
- package/dist/lib/types/menu/viewport/MenuViewport.d.ts +15 -0
- package/dist/lib/types/menubar/Menubar.d.ts +23 -0
- package/dist/lib/types/menubar/MenubarContext.d.ts +34 -0
- package/dist/lib/types/menubar/index.d.ts +2 -0
- package/dist/lib/types/meter/index.d.ts +6 -0
- package/dist/lib/types/meter/index.parts.d.ts +5 -0
- package/dist/lib/types/meter/indicator/MeterIndicator.d.ts +12 -0
- package/dist/lib/types/meter/label/MeterLabel.d.ts +17 -0
- package/dist/lib/types/meter/root/MeterRoot.d.ts +28 -0
- package/dist/lib/types/meter/root/MeterRootContext.d.ts +12 -0
- package/dist/lib/types/meter/track/MeterTrack.d.ts +12 -0
- package/dist/lib/types/meter/value/MeterValue.d.ts +16 -0
- package/dist/lib/types/navigation-menu/arrow/NavigationMenuArrow.d.ts +16 -0
- package/dist/lib/types/navigation-menu/backdrop/NavigationMenuBackdrop.d.ts +14 -0
- package/dist/lib/types/navigation-menu/composite/NavigationMenuCompositeContext.d.ts +22 -0
- package/dist/lib/types/navigation-menu/content/NavigationMenuContent.d.ts +21 -0
- package/dist/lib/types/navigation-menu/icon/NavigationMenuIcon.d.ts +12 -0
- package/dist/lib/types/navigation-menu/index.d.ts +14 -0
- package/dist/lib/types/navigation-menu/index.parts.d.ts +13 -0
- package/dist/lib/types/navigation-menu/item/NavigationMenuItem.d.ts +15 -0
- package/dist/lib/types/navigation-menu/item/NavigationMenuItemContext.d.ts +8 -0
- package/dist/lib/types/navigation-menu/link/NavigationMenuLink.d.ts +20 -0
- package/dist/lib/types/navigation-menu/list/NavigationMenuList.d.ts +12 -0
- package/dist/lib/types/navigation-menu/popup/NavigationMenuPopup.d.ts +23 -0
- package/dist/lib/types/navigation-menu/portal/NavigationMenuPortal.d.ts +17 -0
- package/dist/lib/types/navigation-menu/portal/NavigationMenuPortalContext.d.ts +8 -0
- package/dist/lib/types/navigation-menu/positioner/NavigationMenuPositioner.d.ts +37 -0
- package/dist/lib/types/navigation-menu/positioner/NavigationMenuPositionerContext.d.ts +5 -0
- package/dist/lib/types/navigation-menu/root/NavigationMenuRoot.d.ts +39 -0
- package/dist/lib/types/navigation-menu/root/NavigationMenuRootContext.d.ts +19 -0
- package/dist/lib/types/navigation-menu/store/NavigationMenuStore.d.ts +64 -0
- package/dist/lib/types/navigation-menu/trigger/NavigationMenuTrigger.d.ts +27 -0
- package/dist/lib/types/navigation-menu/utils/mergeNavigationMenuStyles.d.ts +2 -0
- package/dist/lib/types/navigation-menu/viewport/NavigationMenuViewport.d.ts +11 -0
- package/dist/lib/types/number-field/decrement/NumberFieldDecrement.d.ts +12 -0
- package/dist/lib/types/number-field/group/NumberFieldGroup.d.ts +12 -0
- package/dist/lib/types/number-field/increment/NumberFieldIncrement.d.ts +12 -0
- package/dist/lib/types/number-field/increment/NumberFieldStepperButton.d.ts +26 -0
- package/dist/lib/types/number-field/index.d.ts +8 -0
- package/dist/lib/types/number-field/index.parts.d.ts +7 -0
- package/dist/lib/types/number-field/input/NumberFieldInput.d.ts +25 -0
- package/dist/lib/types/number-field/root/NumberFieldRoot.d.ts +55 -0
- package/dist/lib/types/number-field/root/NumberFieldRootContext.d.ts +39 -0
- package/dist/lib/types/number-field/root/createPressAndHold.d.ts +24 -0
- package/dist/lib/types/number-field/scrub-area/NumberFieldScrubArea.d.ts +20 -0
- package/dist/lib/types/number-field/scrub-area/NumberFieldScrubAreaContext.d.ts +13 -0
- package/dist/lib/types/number-field/scrub-area-cursor/NumberFieldScrubAreaCursor.d.ts +12 -0
- package/dist/lib/types/number-field/utils/format.d.ts +2 -0
- package/dist/lib/types/number-field/utils/getViewportRect.d.ts +6 -0
- package/dist/lib/types/number-field/utils/parse.d.ts +40 -0
- package/dist/lib/types/number-field/utils/platform.d.ts +3 -0
- package/dist/lib/types/number-field/utils/stateAttributesMapping.d.ts +10 -0
- package/dist/lib/types/number-field/utils/types.d.ts +16 -0
- package/dist/lib/types/number-field/utils/validate.d.ts +9 -0
- package/dist/lib/types/otp-field/index.d.ts +3 -0
- package/dist/lib/types/otp-field/index.parts.d.ts +3 -0
- package/dist/lib/types/otp-field/input/OTPFieldInput.d.ts +29 -0
- package/dist/lib/types/otp-field/root/OTPFieldRoot.d.ts +56 -0
- package/dist/lib/types/otp-field/root/OTPFieldRootContext.d.ts +45 -0
- package/dist/lib/types/otp-field/utils/otp.d.ts +14 -0
- package/dist/lib/types/otp-field/utils/stateAttributesMapping.d.ts +5 -0
- package/dist/lib/types/popover/arrow/PopoverArrow.d.ts +16 -0
- package/dist/lib/types/popover/backdrop/PopoverBackdrop.d.ts +14 -0
- package/dist/lib/types/popover/close/PopoverClose.d.ts +25 -0
- package/dist/lib/types/popover/description/PopoverDescription.d.ts +11 -0
- package/dist/lib/types/popover/index.d.ts +12 -0
- package/dist/lib/types/popover/index.parts.d.ts +12 -0
- package/dist/lib/types/popover/popup/PopoverPopup.d.ts +26 -0
- package/dist/lib/types/popover/portal/PopoverPortal.d.ts +17 -0
- package/dist/lib/types/popover/portal/PopoverPortalContext.d.ts +8 -0
- package/dist/lib/types/popover/positioner/PopoverPositioner.d.ts +38 -0
- package/dist/lib/types/popover/positioner/PopoverPositionerContext.d.ts +5 -0
- package/dist/lib/types/popover/root/PopoverRoot.d.ts +38 -0
- package/dist/lib/types/popover/root/PopoverRootContext.d.ts +25 -0
- package/dist/lib/types/popover/store/PopoverHandle.d.ts +10 -0
- package/dist/lib/types/popover/store/PopoverStore.d.ts +65 -0
- package/dist/lib/types/popover/title/PopoverTitle.d.ts +11 -0
- package/dist/lib/types/popover/trigger/PopoverTrigger.d.ts +33 -0
- package/dist/lib/types/popover/utils/ClosePartContext.d.ts +10 -0
- package/dist/lib/types/popover/utils/mergePopoverStyles.d.ts +2 -0
- package/dist/lib/types/popover/utils/stateAttributesMapping.d.ts +26 -0
- package/dist/lib/types/popover/viewport/PopoverViewport.d.ts +15 -0
- package/dist/lib/types/preview-card/arrow/PreviewCardArrow.d.ts +16 -0
- package/dist/lib/types/preview-card/backdrop/PreviewCardBackdrop.d.ts +14 -0
- package/dist/lib/types/preview-card/index.d.ts +9 -0
- package/dist/lib/types/preview-card/index.parts.d.ts +9 -0
- package/dist/lib/types/preview-card/popup/PreviewCardPopup.d.ts +23 -0
- package/dist/lib/types/preview-card/portal/PreviewCardPortal.d.ts +17 -0
- package/dist/lib/types/preview-card/portal/PreviewCardPortalContext.d.ts +8 -0
- package/dist/lib/types/preview-card/positioner/PreviewCardPositioner.d.ts +38 -0
- package/dist/lib/types/preview-card/positioner/PreviewCardPositionerContext.d.ts +5 -0
- package/dist/lib/types/preview-card/root/PreviewCardRoot.d.ts +37 -0
- package/dist/lib/types/preview-card/root/PreviewCardRootContext.d.ts +12 -0
- package/dist/lib/types/preview-card/store/PreviewCardHandle.d.ts +10 -0
- package/dist/lib/types/preview-card/store/PreviewCardStore.d.ts +34 -0
- package/dist/lib/types/preview-card/trigger/PreviewCardTrigger.d.ts +20 -0
- package/dist/lib/types/preview-card/utils/mergePreviewCardStyles.d.ts +2 -0
- package/dist/lib/types/preview-card/utils/stateAttributesMapping.d.ts +32 -0
- package/dist/lib/types/preview-card/viewport/PreviewCardViewport.d.ts +14 -0
- package/dist/lib/types/progress/index.d.ts +6 -0
- package/dist/lib/types/progress/index.parts.d.ts +6 -0
- package/dist/lib/types/progress/indicator/ProgressIndicator.d.ts +12 -0
- package/dist/lib/types/progress/label/ProgressLabel.d.ts +17 -0
- package/dist/lib/types/progress/root/ProgressRoot.d.ts +31 -0
- package/dist/lib/types/progress/root/ProgressRootContext.d.ts +13 -0
- package/dist/lib/types/progress/root/stateAttributesMapping.d.ts +3 -0
- package/dist/lib/types/progress/track/ProgressTrack.d.ts +12 -0
- package/dist/lib/types/progress/value/ProgressValue.d.ts +16 -0
- package/dist/lib/types/radio/index.d.ts +3 -0
- package/dist/lib/types/radio/index.parts.d.ts +2 -0
- package/dist/lib/types/radio/indicator/RadioIndicator.d.ts +20 -0
- package/dist/lib/types/radio/root/RadioRoot.d.ts +39 -0
- package/dist/lib/types/radio/root/RadioRootContext.d.ts +7 -0
- package/dist/lib/types/radio-group/RadioGroup.d.ts +43 -0
- package/dist/lib/types/radio-group/RadioGroupContext.d.ts +33 -0
- package/dist/lib/types/radio-group/index.d.ts +2 -0
- package/dist/lib/types/scroll-area/constants.d.ts +2 -0
- package/dist/lib/types/scroll-area/content/ScrollAreaContent.d.ts +12 -0
- package/dist/lib/types/scroll-area/corner/ScrollAreaCorner.d.ts +11 -0
- package/dist/lib/types/scroll-area/index.d.ts +7 -0
- package/dist/lib/types/scroll-area/index.parts.d.ts +6 -0
- package/dist/lib/types/scroll-area/root/ScrollAreaRoot.d.ts +58 -0
- package/dist/lib/types/scroll-area/root/ScrollAreaRootContext.d.ts +44 -0
- package/dist/lib/types/scroll-area/root/stateAttributes.d.ts +3 -0
- package/dist/lib/types/scroll-area/scrollbar/ScrollAreaScrollbar.d.ts +28 -0
- package/dist/lib/types/scroll-area/scrollbar/ScrollAreaScrollbarContext.d.ts +7 -0
- package/dist/lib/types/scroll-area/thumb/ScrollAreaThumb.d.ts +22 -0
- package/dist/lib/types/scroll-area/utils/dom.d.ts +2 -0
- package/dist/lib/types/scroll-area/utils/eventTarget.d.ts +2 -0
- package/dist/lib/types/scroll-area/utils/getOffset.d.ts +1 -0
- package/dist/lib/types/scroll-area/utils/scrollEdges.d.ts +1 -0
- package/dist/lib/types/scroll-area/viewport/ScrollAreaViewport.d.ts +22 -0
- package/dist/lib/types/scroll-area/viewport/ScrollAreaViewportContext.d.ts +7 -0
- package/dist/lib/types/select/arrow/SelectArrow.d.ts +16 -0
- package/dist/lib/types/select/backdrop/SelectBackdrop.d.ts +14 -0
- package/dist/lib/types/select/group/SelectGroup.d.ts +11 -0
- package/dist/lib/types/select/group/SelectGroupContext.d.ts +9 -0
- package/dist/lib/types/select/group-label/SelectGroupLabel.d.ts +11 -0
- package/dist/lib/types/select/icon/SelectIcon.d.ts +12 -0
- package/dist/lib/types/select/index.d.ts +20 -0
- package/dist/lib/types/select/index.parts.d.ts +19 -0
- package/dist/lib/types/select/item/SelectItem.d.ts +32 -0
- package/dist/lib/types/select/item/SelectItemContext.d.ts +12 -0
- package/dist/lib/types/select/item-indicator/SelectItemIndicator.d.ts +18 -0
- package/dist/lib/types/select/item-text/SelectItemText.d.ts +11 -0
- package/dist/lib/types/select/label/SelectLabel.d.ts +17 -0
- package/dist/lib/types/select/list/SelectList.d.ts +16 -0
- package/dist/lib/types/select/popup/SelectPopup.d.ts +26 -0
- package/dist/lib/types/select/portal/SelectPortal.d.ts +16 -0
- package/dist/lib/types/select/portal/SelectPortalContext.d.ts +4 -0
- package/dist/lib/types/select/positioner/SelectPositioner.d.ts +37 -0
- package/dist/lib/types/select/positioner/SelectPositionerContext.d.ts +16 -0
- package/dist/lib/types/select/root/SelectRoot.d.ts +52 -0
- package/dist/lib/types/select/root/SelectRootContext.d.ts +63 -0
- package/dist/lib/types/select/scroll-arrow/SelectScrollArrow.d.ts +22 -0
- package/dist/lib/types/select/scroll-down-arrow/SelectScrollDownArrow.d.ts +15 -0
- package/dist/lib/types/select/scroll-up-arrow/SelectScrollUpArrow.d.ts +15 -0
- package/dist/lib/types/select/separator/SelectSeparator.d.ts +17 -0
- package/dist/lib/types/select/store/SelectCollection.d.ts +25 -0
- package/dist/lib/types/select/store/SelectStore.d.ts +82 -0
- package/dist/lib/types/select/trigger/SelectTrigger.d.ts +35 -0
- package/dist/lib/types/select/types.d.ts +10 -0
- package/dist/lib/types/select/utils/equality.d.ts +2 -0
- package/dist/lib/types/select/utils/mergeSelectStyles.d.ts +1 -0
- package/dist/lib/types/select/utils/scrollEdges.d.ts +3 -0
- package/dist/lib/types/select/utils/stateAttributesMapping.d.ts +37 -0
- package/dist/lib/types/select/utils/value.d.ts +7 -0
- package/dist/lib/types/select/value/SelectValue.d.ts +18 -0
- package/dist/lib/types/separator/Separator.d.ts +19 -0
- package/dist/lib/types/separator/index.d.ts +2 -0
- package/dist/lib/types/slider/control/SliderControl.d.ts +18 -0
- package/dist/lib/types/slider/index.d.ts +8 -0
- package/dist/lib/types/slider/index.parts.d.ts +7 -0
- package/dist/lib/types/slider/indicator/SliderIndicator.d.ts +12 -0
- package/dist/lib/types/slider/label/SliderLabel.d.ts +17 -0
- package/dist/lib/types/slider/root/SliderRoot.d.ts +57 -0
- package/dist/lib/types/slider/root/SliderRootContext.d.ts +63 -0
- package/dist/lib/types/slider/stateAttributesMapping.d.ts +14 -0
- package/dist/lib/types/slider/thumb/SliderThumb.d.ts +31 -0
- package/dist/lib/types/slider/thumb/SliderThumbDataAttributes.d.ts +11 -0
- package/dist/lib/types/slider/thumb/prehydrationScript.d.ts +1 -0
- package/dist/lib/types/slider/track/SliderTrack.d.ts +12 -0
- package/dist/lib/types/slider/utils/dom.d.ts +4 -0
- package/dist/lib/types/slider/utils/getPushedThumbValues.d.ts +1 -0
- package/dist/lib/types/slider/utils/getSliderValue.d.ts +1 -0
- package/dist/lib/types/slider/utils/math.d.ts +4 -0
- package/dist/lib/types/slider/utils/resolveThumbCollision.d.ts +7 -0
- package/dist/lib/types/slider/utils/roundValueToStep.d.ts +2 -0
- package/dist/lib/types/slider/utils/validateMinimumDistance.d.ts +1 -0
- package/dist/lib/types/slider/value/SliderValue.d.ts +16 -0
- package/dist/lib/types/switch/index.d.ts +3 -0
- package/dist/lib/types/switch/index.parts.d.ts +2 -0
- package/dist/lib/types/switch/root/SwitchRoot.d.ts +55 -0
- package/dist/lib/types/switch/root/SwitchRootContext.d.ts +7 -0
- package/dist/lib/types/switch/stateAttributesMapping.d.ts +9 -0
- package/dist/lib/types/switch/thumb/SwitchThumb.d.ts +12 -0
- package/dist/lib/types/tabs/index.d.ts +6 -0
- package/dist/lib/types/tabs/index.parts.d.ts +5 -0
- package/dist/lib/types/tabs/indicator/TabsIndicator.d.ts +22 -0
- package/dist/lib/types/tabs/indicator/TabsIndicatorCssVars.d.ts +8 -0
- package/dist/lib/types/tabs/indicator/prehydrationScript.d.ts +1 -0
- package/dist/lib/types/tabs/list/TabsList.d.ts +21 -0
- package/dist/lib/types/tabs/list/TabsListContext.d.ts +14 -0
- package/dist/lib/types/tabs/panel/TabsPanel.d.ts +30 -0
- package/dist/lib/types/tabs/panel/TabsPanelDataAttributes.d.ts +6 -0
- package/dist/lib/types/tabs/root/TabsRoot.d.ts +38 -0
- package/dist/lib/types/tabs/root/TabsRootContext.d.ts +43 -0
- package/dist/lib/types/tabs/root/TabsRootDataAttributes.d.ts +4 -0
- package/dist/lib/types/tabs/root/stateAttributesMapping.d.ts +8 -0
- package/dist/lib/types/tabs/tab/TabsTab.d.ts +59 -0
- package/dist/lib/types/tabs/tab/TabsTabDataAttributes.d.ts +6 -0
- package/dist/lib/types/toast/action/ToastAction.d.ts +30 -0
- package/dist/lib/types/toast/arrow/ToastArrow.d.ts +18 -0
- package/dist/lib/types/toast/close/ToastClose.d.ts +29 -0
- package/dist/lib/types/toast/content/ToastContent.d.ts +15 -0
- package/dist/lib/types/toast/createToastManager.d.ts +15 -0
- package/dist/lib/types/toast/description/ToastDescription.d.ts +16 -0
- package/dist/lib/types/toast/index.d.ts +17 -0
- package/dist/lib/types/toast/index.parts.d.ts +11 -0
- package/dist/lib/types/toast/portal/ToastPortal.d.ts +20 -0
- package/dist/lib/types/toast/positioner/ToastPositioner.d.ts +42 -0
- package/dist/lib/types/toast/positioner/ToastPositionerContext.d.ts +6 -0
- package/dist/lib/types/toast/provider/ToastProvider.d.ts +28 -0
- package/dist/lib/types/toast/provider/ToastProviderContext.d.ts +5 -0
- package/dist/lib/types/toast/root/ToastRoot.d.ts +39 -0
- package/dist/lib/types/toast/root/ToastRootContext.d.ts +14 -0
- package/dist/lib/types/toast/store/ToastStore.d.ts +60 -0
- package/dist/lib/types/toast/title/ToastTitle.d.ts +13 -0
- package/dist/lib/types/toast/types.d.ts +77 -0
- package/dist/lib/types/toast/useToastManager.d.ts +11 -0
- package/dist/lib/types/toast/utils/createToastLabelPart.d.ts +17 -0
- package/dist/lib/types/toast/utils/focusVisible.d.ts +6 -0
- package/dist/lib/types/toast/utils/generateToastId.d.ts +5 -0
- package/dist/lib/types/toast/utils/isRenderableNode.d.ts +6 -0
- package/dist/lib/types/toast/utils/mergeToastStyles.d.ts +2 -0
- package/dist/lib/types/toast/utils/resolvePromiseOptions.d.ts +2 -0
- package/dist/lib/types/toast/viewport/ToastViewport.d.ts +13 -0
- package/dist/lib/types/toggle/Toggle.d.ts +40 -0
- package/dist/lib/types/toggle/index.d.ts +2 -0
- package/dist/lib/types/toggle-group/ToggleGroup.d.ts +37 -0
- package/dist/lib/types/toggle-group/ToggleGroupContext.d.ts +25 -0
- package/dist/lib/types/toggle-group/index.d.ts +2 -0
- package/dist/lib/types/toolbar/ToolbarItemOwnerContext.d.ts +10 -0
- package/dist/lib/types/toolbar/button/ToolbarButton.d.ts +32 -0
- package/dist/lib/types/toolbar/createToolbarItem.d.ts +13 -0
- package/dist/lib/types/toolbar/group/ToolbarGroup.d.ts +16 -0
- package/dist/lib/types/toolbar/group/ToolbarGroupContext.d.ts +8 -0
- package/dist/lib/types/toolbar/index.d.ts +8 -0
- package/dist/lib/types/toolbar/index.parts.d.ts +7 -0
- package/dist/lib/types/toolbar/input/ToolbarInput.d.ts +29 -0
- package/dist/lib/types/toolbar/link/ToolbarLink.d.ts +14 -0
- package/dist/lib/types/toolbar/root/ToolbarRoot.d.ts +29 -0
- package/dist/lib/types/toolbar/root/ToolbarRootContext.d.ts +23 -0
- package/dist/lib/types/toolbar/separator/ToolbarSeparator.d.ts +16 -0
- package/dist/lib/types/tooltip/arrow/TooltipArrow.d.ts +17 -0
- package/dist/lib/types/tooltip/index.d.ts +9 -0
- package/dist/lib/types/tooltip/index.parts.d.ts +9 -0
- package/dist/lib/types/tooltip/popup/TooltipPopup.d.ts +23 -0
- package/dist/lib/types/tooltip/portal/TooltipPortal.d.ts +17 -0
- package/dist/lib/types/tooltip/portal/TooltipPortalContext.d.ts +8 -0
- package/dist/lib/types/tooltip/positioner/TooltipPositioner.d.ts +37 -0
- package/dist/lib/types/tooltip/positioner/TooltipPositionerContext.d.ts +14 -0
- package/dist/lib/types/tooltip/provider/TooltipProvider.d.ts +15 -0
- package/dist/lib/types/tooltip/provider/TooltipProviderContext.d.ts +10 -0
- package/dist/lib/types/tooltip/root/TooltipRoot.d.ts +40 -0
- package/dist/lib/types/tooltip/root/TooltipRootContext.d.ts +11 -0
- package/dist/lib/types/tooltip/store/TooltipHandle.d.ts +10 -0
- package/dist/lib/types/tooltip/store/TooltipStore.d.ts +60 -0
- package/dist/lib/types/tooltip/trigger/TooltipTrigger.d.ts +35 -0
- package/dist/lib/types/tooltip/utils/mergeTooltipStyles.d.ts +2 -0
- package/dist/lib/types/tooltip/utils/stateAttributesMapping.d.ts +68 -0
- package/dist/lib/types/tooltip/viewport/TooltipViewport.d.ts +14 -0
- package/dist/lib/types/types/index.d.ts +29 -0
- package/package.json +583 -0
|
@@ -0,0 +1,469 @@
|
|
|
1
|
+
import { t as e } from "./rolldown-runtime-Dy4uBu1J.js";
|
|
2
|
+
import { getStateAttributesProps as t } from "./internals/getStateAttributesProps.js";
|
|
3
|
+
import { n, t as r } from "./resolveStyle-XcgAuaKR.js";
|
|
4
|
+
import { transitionStatusMapping as i } from "./internals/stateAttributesMapping.js";
|
|
5
|
+
import { composeEventHandlers as a } from "./internals/composeEventHandlers.js";
|
|
6
|
+
import { t as o } from "./runOnceAnimationsFinish-15EM-Z4l.js";
|
|
7
|
+
import { t as s } from "./createTransitionStatus-B1L-whed.js";
|
|
8
|
+
import { DEFAULT_VALIDITY_DATA as c, DEFAULT_VALIDITY_STATE as l, VALIDITY_KEYS as u, copyNativeValidity as d, fieldStateAttributesMapping as f } from "./internals/field-constants.js";
|
|
9
|
+
import { n as p, t as m } from "./FieldRootContext-izCEh80D.js";
|
|
10
|
+
import { n as h } from "./FormContext-BB05lWOI.js";
|
|
11
|
+
import { n as g, r as _, t as v } from "./LabelableContext-DKsB0fIx.js";
|
|
12
|
+
import { n as y, t as b } from "./FieldItemContext-Bwzf-4tL.js";
|
|
13
|
+
import { n as x } from "./FieldsetRootContext-BgThSAcd.js";
|
|
14
|
+
import { t as S } from "./form-types-DFBxc1LF.js";
|
|
15
|
+
import { t as C } from "./FieldControl-Bc-z2og6.js";
|
|
16
|
+
import { Dynamic as w, createComponent as T, getNextElement as E, insert as D, memo as O, mergeProps as k, template as A } from "@solidjs/web";
|
|
17
|
+
import { For as j, Show as M, createEffect as N, createMemo as P, createSignal as F, createUniqueId as I, omit as L, onCleanup as R, onSettled as z, untrack as B } from "solid-js";
|
|
18
|
+
//#region src/field/root/createFieldValidation.ts
|
|
19
|
+
function V(e) {
|
|
20
|
+
let t = /* @__PURE__ */ new Map(), n = null, r = 0, i;
|
|
21
|
+
function a() {
|
|
22
|
+
i !== void 0 && (clearTimeout(i), i = void 0);
|
|
23
|
+
}
|
|
24
|
+
function o() {
|
|
25
|
+
let r = n ? t.get(n) : void 0;
|
|
26
|
+
if (!r) return null;
|
|
27
|
+
let i = null;
|
|
28
|
+
for (let t of r.keys()) if (H(t, e.form.formElement())) {
|
|
29
|
+
if (!t.validity.valid) return t;
|
|
30
|
+
i ??= t;
|
|
31
|
+
}
|
|
32
|
+
return i;
|
|
33
|
+
}
|
|
34
|
+
function s(e) {
|
|
35
|
+
for (let e of t.values()) for (let t of e.keys()) t.setCustomValidity("");
|
|
36
|
+
e?.setCustomValidity("");
|
|
37
|
+
}
|
|
38
|
+
function c(t, n) {
|
|
39
|
+
s(n), e.publish({
|
|
40
|
+
value: t,
|
|
41
|
+
state: {
|
|
42
|
+
...l,
|
|
43
|
+
valid: !0
|
|
44
|
+
},
|
|
45
|
+
error: "",
|
|
46
|
+
errors: [],
|
|
47
|
+
initialValue: e.getValidityData().initialValue
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
function d(t, n = !1) {
|
|
51
|
+
r += 1;
|
|
52
|
+
let i = r;
|
|
53
|
+
a();
|
|
54
|
+
let s = o();
|
|
55
|
+
if (n) {
|
|
56
|
+
if (e.state().valid !== !1 || !s) return;
|
|
57
|
+
let n = s.validity;
|
|
58
|
+
if (!n.valueMissing) {
|
|
59
|
+
c(t, s);
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
for (let e of u) if (e !== "valueMissing" && e !== "customError" && n[e]) return;
|
|
63
|
+
}
|
|
64
|
+
let d = s ? U(s, e.isMarkedDirty()) : {
|
|
65
|
+
...l,
|
|
66
|
+
valid: !0
|
|
67
|
+
}, p = e.shouldValidateOnChange();
|
|
68
|
+
if (s?.validationMessage && !p) {
|
|
69
|
+
e.publish({
|
|
70
|
+
value: t,
|
|
71
|
+
state: d,
|
|
72
|
+
error: s.validationMessage,
|
|
73
|
+
errors: [s.validationMessage],
|
|
74
|
+
initialValue: e.getValidityData().initialValue
|
|
75
|
+
});
|
|
76
|
+
return;
|
|
77
|
+
}
|
|
78
|
+
let m = e.validate()?.(t, e.form.getFormValues()) ?? null;
|
|
79
|
+
if (W(m)) {
|
|
80
|
+
m.then((e) => {
|
|
81
|
+
i === r && f(t, s, d, e, p);
|
|
82
|
+
});
|
|
83
|
+
return;
|
|
84
|
+
}
|
|
85
|
+
f(t, s, d, m, p);
|
|
86
|
+
}
|
|
87
|
+
function f(t, n, r, i, a) {
|
|
88
|
+
let o = { ...r }, c = [], l = "";
|
|
89
|
+
i === null ? a && (s(n), o.customError = !1, n?.validationMessage ? (l = n.validationMessage, c = [l]) : (!n || n.validity.valid) && (o.valid = !0)) : (c = Array.isArray(i) ? i : [i], l = c[0] ?? "", o.valid = !1, o.customError = !0, n?.setCustomValidity(c.join("\n"))), e.publish({
|
|
90
|
+
value: t,
|
|
91
|
+
state: o,
|
|
92
|
+
error: l,
|
|
93
|
+
errors: c,
|
|
94
|
+
initialValue: e.getValidityData().initialValue
|
|
95
|
+
});
|
|
96
|
+
}
|
|
97
|
+
function p(t) {
|
|
98
|
+
a();
|
|
99
|
+
let n = e.shouldValidateOnChange(), o = e.validationDebounceTime();
|
|
100
|
+
if (n && t !== "" && o > 0) {
|
|
101
|
+
r += 1, i = setTimeout(() => {
|
|
102
|
+
i = void 0, d(t);
|
|
103
|
+
}, o);
|
|
104
|
+
return;
|
|
105
|
+
}
|
|
106
|
+
d(t, !n);
|
|
107
|
+
}
|
|
108
|
+
function m(e, n, r = () => n) {
|
|
109
|
+
let i = t.get(e);
|
|
110
|
+
return i || (i = /* @__PURE__ */ new Map(), t.set(e, i)), i.set(n, { getControl: r }), () => {
|
|
111
|
+
let r = t.get(e);
|
|
112
|
+
r?.delete(n), r?.size === 0 && t.delete(e);
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
function h() {
|
|
116
|
+
let e = o(), r = n && e ? t.get(n)?.get(e) : void 0;
|
|
117
|
+
return e ? r?.getControl() ?? e : null;
|
|
118
|
+
}
|
|
119
|
+
function g(e) {
|
|
120
|
+
n = e;
|
|
121
|
+
}
|
|
122
|
+
return R(a), {
|
|
123
|
+
commit: d,
|
|
124
|
+
change: p,
|
|
125
|
+
registerInput: m,
|
|
126
|
+
getInputControl: h,
|
|
127
|
+
setActiveInputSource: g
|
|
128
|
+
};
|
|
129
|
+
}
|
|
130
|
+
function H(e, t) {
|
|
131
|
+
return e.matches(":disabled") ? !1 : !t || e.form === t || e.form === null && !e.hasAttribute("form");
|
|
132
|
+
}
|
|
133
|
+
function U(e, t) {
|
|
134
|
+
let n = d(e.validity), r = n.valueMissing;
|
|
135
|
+
for (let e of u) if (e !== "valueMissing" && n[e]) {
|
|
136
|
+
r = !1;
|
|
137
|
+
break;
|
|
138
|
+
}
|
|
139
|
+
return r && !t && (n.valid = !0, n.valueMissing = !1), n;
|
|
140
|
+
}
|
|
141
|
+
function W(e) {
|
|
142
|
+
return typeof e == "object" && !!e && "then" in e;
|
|
143
|
+
}
|
|
144
|
+
//#endregion
|
|
145
|
+
//#region src/field/root/FieldRoot.tsx
|
|
146
|
+
function G(e) {
|
|
147
|
+
let i = h(), a = e, o = x(!0), s = _(), l = g({ parent: s }), u = L(e, "actionsRef", "as", "class", "dirty", "disabled", "invalid", "name", "style", "touched", "validate", "validationDebounceTime", "validationMode"), [d, p] = F(!1), [y, b] = F(!1), [C, E] = F(!1), [D, O] = F(!1), [A, j] = F(0), M = B(() => e.dirty ?? !1), I = null, z = null, H = !1, U, W = {
|
|
148
|
+
...c,
|
|
149
|
+
state: { ...c.state },
|
|
150
|
+
errors: []
|
|
151
|
+
}, [G, K] = F(W), q = P(() => o?.disabled() || (e.disabled ?? !1)), ee = P(() => (A(), z?.name)), J = P(() => e.name ?? ee()), Y = P(() => e.invalid === !0 || S(i.errors(), J())), X = P(() => e.validationMode ?? i.validationMode()), te = P(() => e.dirty ?? y()), ne = P(() => e.touched ?? d()), Z = P(() => ({
|
|
152
|
+
disabled: q(),
|
|
153
|
+
touched: ne(),
|
|
154
|
+
dirty: te(),
|
|
155
|
+
valid: Y() ? !1 : q() ? null : G().state.valid,
|
|
156
|
+
filled: C(),
|
|
157
|
+
focused: D()
|
|
158
|
+
})), re = P(() => n(e.class, Z())), ie = P(() => r(e.style, Z())), ae = P(() => t(Z(), f));
|
|
159
|
+
function oe(e) {
|
|
160
|
+
W = e, K(e);
|
|
161
|
+
}
|
|
162
|
+
function se(t) {
|
|
163
|
+
e.touched === void 0 && p(t);
|
|
164
|
+
}
|
|
165
|
+
function ce(t) {
|
|
166
|
+
e.dirty === void 0 && (t && (M = !0), b(t));
|
|
167
|
+
}
|
|
168
|
+
function le() {
|
|
169
|
+
return z ? z.value() : W.value;
|
|
170
|
+
}
|
|
171
|
+
function ue() {
|
|
172
|
+
return z ? z.getValue ? z.getValue() : z.value() : W.value;
|
|
173
|
+
}
|
|
174
|
+
function Q() {
|
|
175
|
+
M = !0, $.commit(le());
|
|
176
|
+
}
|
|
177
|
+
let $ = V({
|
|
178
|
+
form: i,
|
|
179
|
+
getValidityData: () => W,
|
|
180
|
+
publish: oe,
|
|
181
|
+
validate: () => e.validate,
|
|
182
|
+
validationDebounceTime: () => e.validationDebounceTime ?? 0,
|
|
183
|
+
state: Z,
|
|
184
|
+
isMarkedDirty: () => M,
|
|
185
|
+
shouldValidateOnChange: () => X() === "onChange" || X() === "onSubmit" && i.submitAttempted()
|
|
186
|
+
}), de = {
|
|
187
|
+
token: Symbol("Field"),
|
|
188
|
+
name: J,
|
|
189
|
+
validate: Q,
|
|
190
|
+
isInvalid: () => Y() || !q() && W.state.valid === !1,
|
|
191
|
+
getControl: () => $.getInputControl() ?? z?.getControl() ?? null,
|
|
192
|
+
getValue: ue
|
|
193
|
+
};
|
|
194
|
+
function fe() {
|
|
195
|
+
let e = !!(z?.id && !q());
|
|
196
|
+
e && !U ? U = i.registerField(de) : !e && U && (U(), U = void 0);
|
|
197
|
+
}
|
|
198
|
+
function pe(e, t) {
|
|
199
|
+
if (!t) {
|
|
200
|
+
I === e && (I = null, z = null, $.setActiveInputSource(null), j((e) => e + 1));
|
|
201
|
+
return;
|
|
202
|
+
}
|
|
203
|
+
I = e, z = t, $.setActiveInputSource(e), H || (H = !0, oe({
|
|
204
|
+
...W,
|
|
205
|
+
initialValue: B(le)
|
|
206
|
+
})), j((e) => e + 1);
|
|
207
|
+
}
|
|
208
|
+
let me = { validate: Q }, he = {
|
|
209
|
+
state: Z,
|
|
210
|
+
validityData: G,
|
|
211
|
+
name: J,
|
|
212
|
+
disabled: q,
|
|
213
|
+
invalid: Y,
|
|
214
|
+
validationMode: X,
|
|
215
|
+
shouldValidateOnChange: () => X() === "onChange" || X() === "onSubmit" && i.submitAttempted(),
|
|
216
|
+
setTouched: se,
|
|
217
|
+
setDirty: ce,
|
|
218
|
+
setFilled: E,
|
|
219
|
+
setFocused: O,
|
|
220
|
+
registerFieldControl: pe,
|
|
221
|
+
validation: $
|
|
222
|
+
};
|
|
223
|
+
return N(() => e.dirty, (e) => {
|
|
224
|
+
e !== void 0 && (M = e);
|
|
225
|
+
}), N(() => ({
|
|
226
|
+
version: A(),
|
|
227
|
+
disabled: q()
|
|
228
|
+
}), () => B(fe)), N(() => a.actionsRef, (e) => {
|
|
229
|
+
e?.(me);
|
|
230
|
+
}), R(() => U?.()), T(v, {
|
|
231
|
+
value: l,
|
|
232
|
+
get children() {
|
|
233
|
+
return T(m, {
|
|
234
|
+
value: he,
|
|
235
|
+
get children() {
|
|
236
|
+
return T(w, k({
|
|
237
|
+
get component() {
|
|
238
|
+
return e.as ?? "div";
|
|
239
|
+
},
|
|
240
|
+
get class() {
|
|
241
|
+
return re();
|
|
242
|
+
},
|
|
243
|
+
get style() {
|
|
244
|
+
return ie();
|
|
245
|
+
}
|
|
246
|
+
}, ae, u));
|
|
247
|
+
}
|
|
248
|
+
});
|
|
249
|
+
}
|
|
250
|
+
});
|
|
251
|
+
}
|
|
252
|
+
//#endregion
|
|
253
|
+
//#region src/field/label/FieldLabel.tsx
|
|
254
|
+
function K(e) {
|
|
255
|
+
let i = p(), o = y(), s = _(), c = e, l = e, u = `base-ui-${I()}`, [d, m] = F(), h = L(l, "as", "class", "id", "nativeLabel", "onClick", "onMouseDown", "onPointerDown", "ref", "style"), g = P(() => c.id ?? u), v = P(() => c.nativeLabel ?? !0), b = P(() => ({
|
|
256
|
+
...i.state(),
|
|
257
|
+
disabled: i.disabled() || o.disabled()
|
|
258
|
+
})), x = P(() => n(e.class, b())), S = P(() => r(e.style, b())), C = P(() => t(b(), f)), E = a(() => c.onClick), D = a(() => c.onMouseDown), A = a(() => c.onPointerDown);
|
|
259
|
+
function j(e) {
|
|
260
|
+
return e instanceof Element && !!e.closest("button,input,select,textarea");
|
|
261
|
+
}
|
|
262
|
+
function M() {
|
|
263
|
+
let e = s.controlId(), t = d();
|
|
264
|
+
if (!e || !t) return;
|
|
265
|
+
let n = t.ownerDocument.getElementById(e);
|
|
266
|
+
n instanceof HTMLElement && n.focus({ focusVisible: !0 });
|
|
267
|
+
}
|
|
268
|
+
function R(e) {
|
|
269
|
+
E.call(e.currentTarget, e), !e.baseUIHandlerPrevented && !v() && !j(e.target) && M();
|
|
270
|
+
}
|
|
271
|
+
function B(e) {
|
|
272
|
+
D.call(e.currentTarget, e), !e.baseUIHandlerPrevented && !j(e.target) && !e.defaultPrevented && e.detail > 1 && e.preventDefault();
|
|
273
|
+
}
|
|
274
|
+
function V(e) {
|
|
275
|
+
A.call(e.currentTarget, e), !e.baseUIHandlerPrevented && (v() || e.preventDefault());
|
|
276
|
+
}
|
|
277
|
+
return N(g, (e) => s.registerLabelId(e)), z(() => {
|
|
278
|
+
d();
|
|
279
|
+
}), T(w, k({
|
|
280
|
+
get component() {
|
|
281
|
+
return e.as ?? "label";
|
|
282
|
+
},
|
|
283
|
+
ref: [((e) => m(e)), c.ref],
|
|
284
|
+
get id() {
|
|
285
|
+
return g();
|
|
286
|
+
},
|
|
287
|
+
get class() {
|
|
288
|
+
return x();
|
|
289
|
+
},
|
|
290
|
+
get style() {
|
|
291
|
+
return S();
|
|
292
|
+
},
|
|
293
|
+
get for() {
|
|
294
|
+
return O(() => !!v())() ? s.controlId() ?? void 0 : void 0;
|
|
295
|
+
},
|
|
296
|
+
onClick: R,
|
|
297
|
+
onMouseDown: B,
|
|
298
|
+
onPointerDown: V
|
|
299
|
+
}, C, h));
|
|
300
|
+
}
|
|
301
|
+
//#endregion
|
|
302
|
+
//#region src/field/description/FieldDescription.tsx
|
|
303
|
+
function q(e) {
|
|
304
|
+
let i = p(), a = y(), o = _(), s = Symbol("FieldDescription"), c = `base-ui-${I()}`, l = L(e, "as", "class", "id", "style"), u = P(() => e.id ?? c), d = P(() => ({
|
|
305
|
+
...i.state(),
|
|
306
|
+
disabled: i.disabled() || a.disabled()
|
|
307
|
+
})), m = P(() => n(e.class, d())), h = P(() => r(e.style, d())), g = P(() => t(d(), f));
|
|
308
|
+
return N(u, (e) => o.registerMessageId(s, e)), R(() => o.registerMessageId(s, void 0)), T(w, k({
|
|
309
|
+
get component() {
|
|
310
|
+
return e.as ?? "p";
|
|
311
|
+
},
|
|
312
|
+
get id() {
|
|
313
|
+
return u();
|
|
314
|
+
},
|
|
315
|
+
get class() {
|
|
316
|
+
return m();
|
|
317
|
+
},
|
|
318
|
+
get style() {
|
|
319
|
+
return h();
|
|
320
|
+
}
|
|
321
|
+
}, g, l));
|
|
322
|
+
}
|
|
323
|
+
//#endregion
|
|
324
|
+
//#region src/field/item/FieldItem.tsx
|
|
325
|
+
function ee(e) {
|
|
326
|
+
let i = p(), a = _(), o = g({ parent: a }), s = L(e, "as", "class", "disabled", "style"), c = P(() => i.disabled() || (e.disabled ?? !1)), l = P(() => ({
|
|
327
|
+
...i.state(),
|
|
328
|
+
disabled: c()
|
|
329
|
+
})), u = P(() => n(e.class, l())), d = P(() => r(e.style, l())), m = P(() => t(l(), f)), h = { disabled: c };
|
|
330
|
+
return T(v, {
|
|
331
|
+
value: o,
|
|
332
|
+
get children() {
|
|
333
|
+
return T(b, {
|
|
334
|
+
value: h,
|
|
335
|
+
get children() {
|
|
336
|
+
return T(w, k({
|
|
337
|
+
get component() {
|
|
338
|
+
return e.as ?? "div";
|
|
339
|
+
},
|
|
340
|
+
get class() {
|
|
341
|
+
return u();
|
|
342
|
+
},
|
|
343
|
+
get style() {
|
|
344
|
+
return d();
|
|
345
|
+
}
|
|
346
|
+
}, m, s));
|
|
347
|
+
}
|
|
348
|
+
});
|
|
349
|
+
}
|
|
350
|
+
});
|
|
351
|
+
}
|
|
352
|
+
//#endregion
|
|
353
|
+
//#region src/field/error/FieldError.tsx
|
|
354
|
+
var J = /* @__PURE__ */ A("<ul>"), Y = /* @__PURE__ */ A("<li>"), X = {
|
|
355
|
+
...f,
|
|
356
|
+
...i
|
|
357
|
+
};
|
|
358
|
+
function te(e) {
|
|
359
|
+
let i, a = !1, c = p(), l = h(), u = _(), d = e, f = e, m = Symbol("FieldError"), g = `base-ui-${I()}`, v = L(f, "as", "children", "class", "id", "match", "ref", "style"), y = P(() => d.id ?? g), b = P(() => {
|
|
360
|
+
let e = c.name(), t = l.errors();
|
|
361
|
+
return e && Object.hasOwn(t, e) ? t[e] : null;
|
|
362
|
+
}), x = P(() => {
|
|
363
|
+
let e = b();
|
|
364
|
+
return Array.isArray(e) ? e.length > 0 : !!e;
|
|
365
|
+
}), S = P(() => typeof d.match == "string" ? d.match : void 0), C = P(() => {
|
|
366
|
+
if (d.match === !0) return !0;
|
|
367
|
+
if (c.state().disabled) return !1;
|
|
368
|
+
let e = S();
|
|
369
|
+
return e ? !!c.validityData().state[e] : x() || c.validityData().state.valid === !1;
|
|
370
|
+
}), A = P(() => {
|
|
371
|
+
if (!S() && x()) return b();
|
|
372
|
+
let e = c.validityData();
|
|
373
|
+
return e.errors.length > 1 ? e.errors : e.error;
|
|
374
|
+
}), z = P(() => {
|
|
375
|
+
if (d.children !== void 0) return d.children;
|
|
376
|
+
let e = A();
|
|
377
|
+
return Array.isArray(e) ? e.length > 1 ? (() => {
|
|
378
|
+
var t = E(J);
|
|
379
|
+
return D(t, T(j, {
|
|
380
|
+
each: e,
|
|
381
|
+
children: (e) => (() => {
|
|
382
|
+
var t = E(Y);
|
|
383
|
+
return D(t, e), t;
|
|
384
|
+
})()
|
|
385
|
+
})), t;
|
|
386
|
+
})() : e[0] : e;
|
|
387
|
+
}), [B, V] = F(), H = s(() => C()), U = P(() => ({
|
|
388
|
+
...c.state(),
|
|
389
|
+
transitionStatus: H.transitionStatus()
|
|
390
|
+
})), W = P(() => H.mounted() ? n(e.class, U()) : void 0), G = P(() => H.mounted() ? r(e.style, U()) : void 0), K = P(() => t(U(), X));
|
|
391
|
+
return N(() => ({
|
|
392
|
+
visible: C(),
|
|
393
|
+
id: y(),
|
|
394
|
+
message: C() ? z() : void 0
|
|
395
|
+
}), (e) => {
|
|
396
|
+
a = e.visible, u.registerMessageId(m, e.visible ? e.id : void 0), e.visible && V(e.message);
|
|
397
|
+
}), N(() => ({
|
|
398
|
+
visible: C(),
|
|
399
|
+
transitionStatus: H.transitionStatus(),
|
|
400
|
+
element: i
|
|
401
|
+
}), (e) => {
|
|
402
|
+
if (e.visible || e.transitionStatus !== "ending" || !e.element) return;
|
|
403
|
+
let t = new AbortController();
|
|
404
|
+
return o(e.element, () => {
|
|
405
|
+
a || (i = void 0, H.setMounted(!1));
|
|
406
|
+
}, t.signal), () => t.abort();
|
|
407
|
+
}), R(() => u.registerMessageId(m, void 0)), T(M, {
|
|
408
|
+
get when() {
|
|
409
|
+
return H.mounted();
|
|
410
|
+
},
|
|
411
|
+
get children() {
|
|
412
|
+
return T(w, k({
|
|
413
|
+
get component() {
|
|
414
|
+
return e.as ?? "div";
|
|
415
|
+
},
|
|
416
|
+
ref: [d.ref, ((e) => i = e)],
|
|
417
|
+
get id() {
|
|
418
|
+
return y();
|
|
419
|
+
},
|
|
420
|
+
get class() {
|
|
421
|
+
return W();
|
|
422
|
+
},
|
|
423
|
+
get style() {
|
|
424
|
+
return G();
|
|
425
|
+
}
|
|
426
|
+
}, K, v, { get children() {
|
|
427
|
+
return O(() => !!C())() ? z() : B();
|
|
428
|
+
} }));
|
|
429
|
+
}
|
|
430
|
+
});
|
|
431
|
+
}
|
|
432
|
+
//#endregion
|
|
433
|
+
//#region src/field/validity/FieldValidity.tsx
|
|
434
|
+
function ne(e) {
|
|
435
|
+
let t = p(), n = P(() => {
|
|
436
|
+
let e = t.validityData();
|
|
437
|
+
return t.invalid() ? {
|
|
438
|
+
...e,
|
|
439
|
+
state: {
|
|
440
|
+
...e.state,
|
|
441
|
+
valid: !1
|
|
442
|
+
}
|
|
443
|
+
} : e;
|
|
444
|
+
}), r = s(() => n().state.valid === !1), i = P(() => {
|
|
445
|
+
let e = n();
|
|
446
|
+
return {
|
|
447
|
+
error: e.error,
|
|
448
|
+
errors: e.errors,
|
|
449
|
+
value: e.value,
|
|
450
|
+
initialValue: e.initialValue,
|
|
451
|
+
validity: e.state,
|
|
452
|
+
transitionStatus: r.transitionStatus()
|
|
453
|
+
};
|
|
454
|
+
});
|
|
455
|
+
return O(() => e.children(i()));
|
|
456
|
+
}
|
|
457
|
+
//#endregion
|
|
458
|
+
//#region src/field/index.parts.ts
|
|
459
|
+
var Z = /* @__PURE__ */ e({
|
|
460
|
+
Control: () => C,
|
|
461
|
+
Description: () => q,
|
|
462
|
+
Error: () => te,
|
|
463
|
+
Item: () => ee,
|
|
464
|
+
Label: () => K,
|
|
465
|
+
Root: () => G,
|
|
466
|
+
Validity: () => ne
|
|
467
|
+
});
|
|
468
|
+
//#endregion
|
|
469
|
+
export { Z as t };
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { t as e } from "./rolldown-runtime-Dy4uBu1J.js";
|
|
2
|
+
import { getStateAttributesProps as t } from "./internals/getStateAttributesProps.js";
|
|
3
|
+
import { n, t as r } from "./resolveStyle-XcgAuaKR.js";
|
|
4
|
+
import { n as i, t as a } from "./FieldsetRootContext-BgThSAcd.js";
|
|
5
|
+
import { Dynamic as o, createComponent as s, mergeProps as c } from "@solidjs/web";
|
|
6
|
+
import { createEffect as l, createMemo as u, createSignal as d, createUniqueId as f, omit as p } from "solid-js";
|
|
7
|
+
//#region src/fieldset/root/FieldsetRoot.tsx
|
|
8
|
+
function m(e) {
|
|
9
|
+
let l = i(!0), [f, m] = d(), h = p(e, "as", "class", "disabled", "style"), g = u(() => l?.disabled() || (e.disabled ?? !1)), _ = u(() => ({ disabled: g() })), v = u(() => n(e.class, _())), y = u(() => r(e.style, _())), b = u(() => t(_()));
|
|
10
|
+
return s(a, {
|
|
11
|
+
value: {
|
|
12
|
+
legendId: f,
|
|
13
|
+
setLegendId: m,
|
|
14
|
+
disabled: g
|
|
15
|
+
},
|
|
16
|
+
get children() {
|
|
17
|
+
return s(o, c({
|
|
18
|
+
get component() {
|
|
19
|
+
return e.as ?? "fieldset";
|
|
20
|
+
},
|
|
21
|
+
get class() {
|
|
22
|
+
return v();
|
|
23
|
+
},
|
|
24
|
+
get style() {
|
|
25
|
+
return y();
|
|
26
|
+
},
|
|
27
|
+
get "aria-labelledby"() {
|
|
28
|
+
return f();
|
|
29
|
+
},
|
|
30
|
+
get disabled() {
|
|
31
|
+
return g();
|
|
32
|
+
}
|
|
33
|
+
}, b, h));
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
//#endregion
|
|
38
|
+
//#region src/fieldset/legend/FieldsetLegend.tsx
|
|
39
|
+
function h(e) {
|
|
40
|
+
let a = i(), d = `base-ui-${f()}`, m = p(e, "as", "class", "id", "style"), h = u(() => e.id ?? d), g = u(() => ({ disabled: a.disabled() })), _ = u(() => n(e.class, g())), v = u(() => r(e.style, g())), y = u(() => t(g()));
|
|
41
|
+
return l(h, (e) => (a.setLegendId(e), () => {
|
|
42
|
+
a.setLegendId((t) => t === e ? void 0 : t);
|
|
43
|
+
})), s(o, c({
|
|
44
|
+
get component() {
|
|
45
|
+
return e.as ?? "div";
|
|
46
|
+
},
|
|
47
|
+
get id() {
|
|
48
|
+
return h();
|
|
49
|
+
},
|
|
50
|
+
get class() {
|
|
51
|
+
return _();
|
|
52
|
+
},
|
|
53
|
+
get style() {
|
|
54
|
+
return v();
|
|
55
|
+
}
|
|
56
|
+
}, y, m));
|
|
57
|
+
}
|
|
58
|
+
//#endregion
|
|
59
|
+
//#region src/fieldset/index.parts.ts
|
|
60
|
+
var g = /* @__PURE__ */ e({
|
|
61
|
+
Legend: () => h,
|
|
62
|
+
Root: () => m
|
|
63
|
+
});
|
|
64
|
+
//#endregion
|
|
65
|
+
export { g as t };
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { w as e } from "./reasons-Co5CzjKq.js";
|
|
2
|
+
import { n as t, t as n } from "./resolveStyle-XcgAuaKR.js";
|
|
3
|
+
import { createGenericEventDetails as r } from "./internals/createBaseUIEventDetails.js";
|
|
4
|
+
import { composeEventHandlers as i } from "./internals/composeEventHandlers.js";
|
|
5
|
+
import { t as a } from "./FormContext-BB05lWOI.js";
|
|
6
|
+
import { t as o } from "./form-types-DFBxc1LF.js";
|
|
7
|
+
import { Dynamic as s, createComponent as c, mergeProps as l } from "@solidjs/web";
|
|
8
|
+
import { createEffect as u, createMemo as d, createSignal as f, omit as p, untrack as m } from "solid-js";
|
|
9
|
+
//#region src/form/Form.tsx
|
|
10
|
+
var h = Object.freeze({}), g = {};
|
|
11
|
+
function _(_) {
|
|
12
|
+
let y = null, b = !1, x = !1, S = /* @__PURE__ */ new Map(), C = _, w = m(() => C.errors), T = _, E = p(_, "actionsRef", "as", "class", "errors", "onFormSubmit", "onSubmit", "ref", "style", "validationMode"), [D, O] = f(m(() => C.errors) ?? h), k = d(() => C.validationMode ?? "onSubmit"), A = d(() => t(_.class, g)), j = d(() => n(_.style, g));
|
|
13
|
+
function M(e) {
|
|
14
|
+
return S.set(e.token, e), () => {
|
|
15
|
+
S.get(e.token) === e && S.delete(e.token);
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
function N() {
|
|
19
|
+
let e = {};
|
|
20
|
+
for (let t of S.values()) {
|
|
21
|
+
let n = t.name();
|
|
22
|
+
n && (e[n] = t.getValue());
|
|
23
|
+
}
|
|
24
|
+
return e;
|
|
25
|
+
}
|
|
26
|
+
function P(e = m(D)) {
|
|
27
|
+
let t = !1, n = null;
|
|
28
|
+
for (let r of S.values()) {
|
|
29
|
+
if (!r.isInvalid() && !o(e, r.name())) continue;
|
|
30
|
+
t = !0;
|
|
31
|
+
let i = r.getControl();
|
|
32
|
+
i && (!n || v(i, n)) && (n = i);
|
|
33
|
+
}
|
|
34
|
+
return n ? (n.focus(), n.tagName === "INPUT" && n.select(), !0) : t;
|
|
35
|
+
}
|
|
36
|
+
function F(e) {
|
|
37
|
+
let t = m(D);
|
|
38
|
+
if (!e || !Object.hasOwn(t, e)) return;
|
|
39
|
+
let n = { ...t };
|
|
40
|
+
delete n[e], O(n);
|
|
41
|
+
}
|
|
42
|
+
let I = { validate(e) {
|
|
43
|
+
if (e) {
|
|
44
|
+
for (let t of S.values()) if (t.name() === e) {
|
|
45
|
+
t.validate();
|
|
46
|
+
break;
|
|
47
|
+
}
|
|
48
|
+
return;
|
|
49
|
+
}
|
|
50
|
+
for (let e of S.values()) e.validate();
|
|
51
|
+
} }, L = i(() => T.onSubmit);
|
|
52
|
+
function R(t) {
|
|
53
|
+
x = !0;
|
|
54
|
+
for (let e of S.values()) e.validate();
|
|
55
|
+
if (P()) {
|
|
56
|
+
t.preventDefault();
|
|
57
|
+
return;
|
|
58
|
+
}
|
|
59
|
+
b = !0, L.call(t.currentTarget, t);
|
|
60
|
+
let n = C.onFormSubmit;
|
|
61
|
+
n && (t.preventDefault(), n(N(), r(e, t)));
|
|
62
|
+
}
|
|
63
|
+
let z = {
|
|
64
|
+
errors: D,
|
|
65
|
+
validationMode: k,
|
|
66
|
+
submitAttempted: () => x,
|
|
67
|
+
formElement: () => y,
|
|
68
|
+
clearError: F,
|
|
69
|
+
registerField: M,
|
|
70
|
+
getFormValues: N
|
|
71
|
+
};
|
|
72
|
+
return u(() => C.errors, (e) => {
|
|
73
|
+
if (e === w) return;
|
|
74
|
+
w = e;
|
|
75
|
+
let t = e ?? h;
|
|
76
|
+
O(t), b && (b = !1, m(() => P(t)));
|
|
77
|
+
}), u(() => C.actionsRef, (e) => {
|
|
78
|
+
e?.(I);
|
|
79
|
+
}), c(a, {
|
|
80
|
+
value: z,
|
|
81
|
+
get children() {
|
|
82
|
+
return c(s, l({
|
|
83
|
+
get component() {
|
|
84
|
+
return _.as ?? "form";
|
|
85
|
+
},
|
|
86
|
+
ref: [((e) => {
|
|
87
|
+
y = e.tagName === "FORM" ? e : null;
|
|
88
|
+
}), T.ref],
|
|
89
|
+
get class() {
|
|
90
|
+
return A();
|
|
91
|
+
},
|
|
92
|
+
get style() {
|
|
93
|
+
return j();
|
|
94
|
+
},
|
|
95
|
+
novalidate: !0,
|
|
96
|
+
onSubmit: R
|
|
97
|
+
}, E));
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
function v(e, t) {
|
|
102
|
+
let n = e.compareDocumentPosition(t);
|
|
103
|
+
return (n & Node.DOCUMENT_POSITION_DISCONNECTED) === 0 && (n & Node.DOCUMENT_POSITION_FOLLOWING) !== 0;
|
|
104
|
+
}
|
|
105
|
+
//#endregion
|
|
106
|
+
export { _ as t };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { t as e } from "./accordion-sOXt9AlG.js";
|
|
2
|
+
import { t } from "./tooltip-CyK61fl1.js";
|
|
3
|
+
import { t as n } from "./preview-card-D_2Q8lpC.js";
|
|
4
|
+
import { t as r } from "./alert-dialog-BH_3ndio.js";
|
|
5
|
+
import { n as i } from "./DirectionContext-BwMabICS.js";
|
|
6
|
+
import { t as a } from "./autocomplete-Cob_FZEP.js";
|
|
7
|
+
import { t as o } from "./avatar-AF9vyD4q.js";
|
|
8
|
+
import { t as s } from "./button-DpUi-2g8.js";
|
|
9
|
+
import { t as c } from "./checkbox-BbAwOptH.js";
|
|
10
|
+
import { t as l } from "./checkbox-group-CSSp_805.js";
|
|
11
|
+
import { t as u } from "./collapsible-BIbje_ub.js";
|
|
12
|
+
import { t as d } from "./combobox-8O-vgTLL.js";
|
|
13
|
+
import { t as f } from "./context-menu-BTMkXtrs.js";
|
|
14
|
+
import { t as p } from "./Separator-9DboD_Si.js";
|
|
15
|
+
import { t as m } from "./csp-provider-C7nRHDKK.js";
|
|
16
|
+
import { t as h } from "./direction-provider-DYhRN-8f.js";
|
|
17
|
+
import { t as g } from "./dialog-DkaQwIgP.js";
|
|
18
|
+
import { t as _ } from "./drawer-Ce2cChLt.js";
|
|
19
|
+
import { t as v } from "./field-C-o7jzKW.js";
|
|
20
|
+
import { t as y } from "./fieldset-BQTAWv2L.js";
|
|
21
|
+
import { t as b } from "./form-BINBiW5L.js";
|
|
22
|
+
import { t as x } from "./input-gb0ejxkm.js";
|
|
23
|
+
import { t as S } from "./meter-xSU37Q0m.js";
|
|
24
|
+
import { t as C } from "./menu-DeMT08oD.js";
|
|
25
|
+
import { t as w } from "./menubar-C4aomSYv.js";
|
|
26
|
+
import { t as T } from "./navigation-menu-ZILQmdn6.js";
|
|
27
|
+
import { t as E } from "./number-field-B8CsTb_8.js";
|
|
28
|
+
import { t as D } from "./otp-field-DBkMcnog.js";
|
|
29
|
+
import { t as O } from "./popover-CQwyp-fs.js";
|
|
30
|
+
import { t as k } from "./progress-D7r0xAC9.js";
|
|
31
|
+
import { t as A } from "./radio-CzGQ81z1.js";
|
|
32
|
+
import { t as j } from "./radio-group-DpHlBKA6.js";
|
|
33
|
+
import { t as M } from "./scroll-area-CffM4U0R.js";
|
|
34
|
+
import { t as N } from "./select-IFhiEg73.js";
|
|
35
|
+
import "./separator/index.js";
|
|
36
|
+
import { t as P } from "./slider-BCagYmGp.js";
|
|
37
|
+
import { t as F } from "./switch-RIJeDnvS.js";
|
|
38
|
+
import { t as I } from "./tabs-fOAKs7r3.js";
|
|
39
|
+
import { n as L, r as R, t as z } from "./toast-D2P8UqUs.js";
|
|
40
|
+
import { t as B } from "./toolbar-Du22aKCv.js";
|
|
41
|
+
import { t as V } from "./toggle-momVEIBL.js";
|
|
42
|
+
import { t as H } from "./toggle-group-0Aue0owJ.js";
|
|
43
|
+
export { e as Accordion, r as AlertDialog, a as Autocomplete, o as Avatar, s as Button, m as CSPProvider, c as Checkbox, l as CheckboxGroup, u as Collapsible, d as Combobox, f as ContextMenu, g as Dialog, h as DirectionProvider, _ as Drawer, v as Field, y as Fieldset, b as Form, x as Input, C as Menu, w as Menubar, S as Meter, T as NavigationMenu, E as NumberField, D as OTPField, O as Popover, n as PreviewCard, k as Progress, A as Radio, j as RadioGroup, M as ScrollArea, N as Select, p as Separator, P as Slider, F as Switch, I as Tabs, R as Toast, V as Toggle, H as ToggleGroup, B as Toolbar, t as Tooltip, z as createToastManager, i as useDirection, L as useToastManager };
|