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,518 @@
|
|
|
1
|
+
import { getStateAttributesProps as e } from "./internals/getStateAttributesProps.js";
|
|
2
|
+
import { P as t, d as n, i as r } from "./reasons-Co5CzjKq.js";
|
|
3
|
+
import { n as i, t as a } from "./resolveStyle-XcgAuaKR.js";
|
|
4
|
+
import { createChangeEventDetails as o } from "./internals/createBaseUIEventDetails.js";
|
|
5
|
+
import { transitionStatusMapping as s } from "./internals/stateAttributesMapping.js";
|
|
6
|
+
import { composeEventHandlers as c } from "./internals/composeEventHandlers.js";
|
|
7
|
+
import { a as l, n as u, r as d } from "./dom-BEAeQ9Eb.js";
|
|
8
|
+
import { n as f, t as p } from "./InternalBackdrop-cSK13gaM.js";
|
|
9
|
+
import { c as m, i as ee, n as te, r as h, s as g, t as _ } from "./FloatingTree-23B7KKPD.js";
|
|
10
|
+
import { a as ne, n as re, o as ie, t as v } from "./PopupStore-DjB-wO88.js";
|
|
11
|
+
import { a as ae, o as y } from "./popupStateMapping-C9eZl19i.js";
|
|
12
|
+
import { i as b, n as x, r as S, t as C } from "./PopupHandle-CcJG4NMy.js";
|
|
13
|
+
import { a as w, i as T, n as oe, r as E, t as se } from "./buttonSemantics-paljfpOX.js";
|
|
14
|
+
import { t as D } from "./setRef-fXF6OIo3.js";
|
|
15
|
+
import { Dynamic as O, createComponent as k, memo as A, mergeProps as j } from "@solidjs/web";
|
|
16
|
+
import { $REFRESH as ce, Show as M, createContext as N, createEffect as P, createMemo as F, createSignal as I, createUniqueId as L, omit as R, onCleanup as z, untrack as B, useContext as V } from "solid-js";
|
|
17
|
+
//#region src/dialog/store/DialogStore.ts
|
|
18
|
+
var le = class extends v {
|
|
19
|
+
openMethodAccessor;
|
|
20
|
+
setOpenMethodSignal;
|
|
21
|
+
openMethodRevisionAccessor;
|
|
22
|
+
setOpenMethodRevision;
|
|
23
|
+
constructor(e = {}) {
|
|
24
|
+
super(e);
|
|
25
|
+
let [t, n] = I(null, { ownedWrite: !0 });
|
|
26
|
+
this.openMethodAccessor = t, this.setOpenMethodSignal = n;
|
|
27
|
+
let [r, i] = I(0, { ownedWrite: !0 });
|
|
28
|
+
this.openMethodRevisionAccessor = r, this.setOpenMethodRevision = i;
|
|
29
|
+
}
|
|
30
|
+
openMethod() {
|
|
31
|
+
return this.openMethodAccessor();
|
|
32
|
+
}
|
|
33
|
+
setOpenMethod(e) {
|
|
34
|
+
this.setOpenMethodSignal(e), this.setOpenMethodRevision((e) => e + 1);
|
|
35
|
+
}
|
|
36
|
+
openMethodRevision() {
|
|
37
|
+
return this.openMethodRevisionAccessor();
|
|
38
|
+
}
|
|
39
|
+
setPayload(e) {
|
|
40
|
+
this.set("payload", e);
|
|
41
|
+
}
|
|
42
|
+
setOpen(e, t) {
|
|
43
|
+
return !e && t.trigger == null && this.activeTriggerId() != null && (t.trigger = this.state.activeTriggerElement ?? void 0), super.setOpen(e, t);
|
|
44
|
+
}
|
|
45
|
+
}, H = class extends x {
|
|
46
|
+
openMethod() {
|
|
47
|
+
return null;
|
|
48
|
+
}
|
|
49
|
+
setOpenMethod(e) {}
|
|
50
|
+
setPayload(e) {}
|
|
51
|
+
}, U = Symbol("DialogRootContext"), ue = N(U);
|
|
52
|
+
function W(e = !1) {
|
|
53
|
+
let t = V(ue);
|
|
54
|
+
if (t === U) {
|
|
55
|
+
if (e) return;
|
|
56
|
+
throw Error("Base UI: DialogRootContext is missing. Dialog parts must be placed within <Dialog.Root>.");
|
|
57
|
+
}
|
|
58
|
+
return t;
|
|
59
|
+
}
|
|
60
|
+
//#endregion
|
|
61
|
+
//#region src/dialog/root/DialogRoot.tsx
|
|
62
|
+
function G(e) {
|
|
63
|
+
return K("dialog", e);
|
|
64
|
+
}
|
|
65
|
+
function K(e, t, r = {}) {
|
|
66
|
+
let i = W(!0), a = m(), s = g(), c = a ?? new h(), p = L(), re = L(), v = B(() => t.open !== void 0), ae = B(() => t.triggerId !== void 0), y = i !== void 0, b = e === "alert-dialog", x = e === "drawer", C = F(() => b ? !0 : t.modal ?? !0), w = F(() => b || (t.disablePointerDismissal ?? !1)), T = new le({
|
|
67
|
+
controlledOpen: () => v ? t.open : void 0,
|
|
68
|
+
controlledTriggerId: () => ae ? t.triggerId : void 0,
|
|
69
|
+
floatingId: re,
|
|
70
|
+
nested: s !== null,
|
|
71
|
+
nodeId: p,
|
|
72
|
+
onOpenChange: () => t.onOpenChange,
|
|
73
|
+
onOpenChangeComplete: () => t.onOpenChangeComplete
|
|
74
|
+
});
|
|
75
|
+
T.update({
|
|
76
|
+
open: v ? !!B(() => t.open) : !!B(() => t.defaultOpen),
|
|
77
|
+
activeTriggerId: B(() => t.defaultTriggerId ?? null)
|
|
78
|
+
});
|
|
79
|
+
let oe = T.access((e) => e.payload), E = ee({
|
|
80
|
+
tree: c,
|
|
81
|
+
id: p,
|
|
82
|
+
parentId: s,
|
|
83
|
+
context: () => T.context.floatingRoot
|
|
84
|
+
}), [se, D] = I(), [O, j] = I(), [M, N] = I(null, { ownedWrite: !0 }), [R, V] = I(null, { ownedWrite: !0 }), [H, U] = I(null, { ownedWrite: !0 }), [G, K] = I(0, {
|
|
85
|
+
equals: !1,
|
|
86
|
+
ownedWrite: !0
|
|
87
|
+
}), q = /* @__PURE__ */ new Map(), J = F(() => {
|
|
88
|
+
G();
|
|
89
|
+
let e = 0;
|
|
90
|
+
for (let t of q.values()) e += t.dialogCount;
|
|
91
|
+
return e;
|
|
92
|
+
}), de = F(() => {
|
|
93
|
+
G();
|
|
94
|
+
let e = 0;
|
|
95
|
+
for (let t of q.values()) e += t.drawerCount;
|
|
96
|
+
return e;
|
|
97
|
+
}), fe = { current: !0 }, Y = ne(T, () => T.track().popupElement, { onUnmount: () => T.setOpenMethod(null) });
|
|
98
|
+
function pe(e, t, n) {
|
|
99
|
+
let r = q.get(e);
|
|
100
|
+
(r?.dialogCount !== t || r.drawerCount !== n) && (q.set(e, {
|
|
101
|
+
dialogCount: t,
|
|
102
|
+
drawerCount: n
|
|
103
|
+
}), K((e) => e + 1));
|
|
104
|
+
}
|
|
105
|
+
function me(e) {
|
|
106
|
+
q.delete(e) && K((e) => e + 1);
|
|
107
|
+
}
|
|
108
|
+
let he = {
|
|
109
|
+
store: T,
|
|
110
|
+
tree: c,
|
|
111
|
+
nested: y,
|
|
112
|
+
role: b ? "alertdialog" : "dialog",
|
|
113
|
+
modal: C,
|
|
114
|
+
disablePointerDismissal: w,
|
|
115
|
+
nestedOpenDialogCount: J,
|
|
116
|
+
nestedOpenDrawerCount: de,
|
|
117
|
+
outsidePressEnabled: fe,
|
|
118
|
+
titleId: se,
|
|
119
|
+
setTitleId: D,
|
|
120
|
+
descriptionId: O,
|
|
121
|
+
setDescriptionId: j,
|
|
122
|
+
backdropElement: M,
|
|
123
|
+
setBackdropElement: N,
|
|
124
|
+
internalBackdropElement: R,
|
|
125
|
+
setInternalBackdropElement: V,
|
|
126
|
+
viewportElement: H,
|
|
127
|
+
setViewportElement: U,
|
|
128
|
+
presence: Y,
|
|
129
|
+
updateNestedLayer: pe,
|
|
130
|
+
removeNestedLayer: me
|
|
131
|
+
};
|
|
132
|
+
T.context.floatingRoot.context.data.insideElements = () => [
|
|
133
|
+
M(),
|
|
134
|
+
R(),
|
|
135
|
+
H()
|
|
136
|
+
], T.configureTriggerUnmount({ closeOnActiveTriggerUnmount: !1 }), S(() => t.handle, T);
|
|
137
|
+
let X = ie({
|
|
138
|
+
context: T.context.floatingRoot,
|
|
139
|
+
tree: () => c,
|
|
140
|
+
escapeKey: () => J() === 0,
|
|
141
|
+
outsidePress: () => (e) => {
|
|
142
|
+
if (!fe.current || w() || J() > 0 || "button" in e && e.button !== 0) return !1;
|
|
143
|
+
if ("touches" in e) {
|
|
144
|
+
if (e.type === "touchend") {
|
|
145
|
+
if (e.changedTouches.length !== 1 || e.touches.length !== 0) return !1;
|
|
146
|
+
} else if (e.touches.length !== 1) return !1;
|
|
147
|
+
}
|
|
148
|
+
if (C() === !1) return !0;
|
|
149
|
+
let t = d(e), n = R(), r = M();
|
|
150
|
+
return !n && !r || t === n || t === r || l(t) && u(t, T.state.popupElement) && !t.hasAttribute("data-base-ui-portal");
|
|
151
|
+
},
|
|
152
|
+
outsidePressEvent: () => R() || M() ? "intentional" : {
|
|
153
|
+
mouse: C() === "trap-focus" ? "sloppy" : "intentional",
|
|
154
|
+
touch: "sloppy"
|
|
155
|
+
}
|
|
156
|
+
});
|
|
157
|
+
T.setInteractionProps({
|
|
158
|
+
activeTriggerProps: { onKeyDown: X.onKeyDown },
|
|
159
|
+
inactiveTriggerProps: { onKeyDown: X.onKeyDown },
|
|
160
|
+
popupProps: {}
|
|
161
|
+
}), f(() => T.open() && C() === !0, () => T.track().popupElement), P(() => ({
|
|
162
|
+
open: T.open(),
|
|
163
|
+
activeTriggerId: T.activeTriggerId()
|
|
164
|
+
}), () => B(() => T.reconcileTriggers()));
|
|
165
|
+
let Z = B(() => T.open()), Q = B(() => T.openMethodRevision());
|
|
166
|
+
P(() => ({
|
|
167
|
+
open: T.open(),
|
|
168
|
+
openMethodRevision: T.openMethodRevision()
|
|
169
|
+
}), (e) => {
|
|
170
|
+
!e.open && Z ? Q = e.openMethodRevision : e.open && !Z && e.openMethodRevision === Q && T.setOpenMethod(null), Z = e.open;
|
|
171
|
+
});
|
|
172
|
+
let $ = Symbol("DialogRoot");
|
|
173
|
+
P(() => ({
|
|
174
|
+
open: T.open(),
|
|
175
|
+
nestedDialogs: J(),
|
|
176
|
+
nestedDrawers: de()
|
|
177
|
+
}), (e) => {
|
|
178
|
+
i?.updateNestedLayer($, e.open ? e.nestedDialogs + 1 : 0, e.open ? e.nestedDrawers + +!!x : 0);
|
|
179
|
+
});
|
|
180
|
+
let ge = {
|
|
181
|
+
unmount: Y.forceUnmount,
|
|
182
|
+
close() {
|
|
183
|
+
T.setOpen(!1, o(n));
|
|
184
|
+
}
|
|
185
|
+
};
|
|
186
|
+
P(() => t.actionsRef, (e) => {
|
|
187
|
+
e?.(ge);
|
|
188
|
+
});
|
|
189
|
+
function _e() {
|
|
190
|
+
let e = F(() => t.children), n = B(e), r = n;
|
|
191
|
+
return typeof n == "function" && (r = n.name === "bound read" && Object.prototype.hasOwnProperty.call(n, ce) ? A(() => e()) : B(() => n({ payload: oe }))), r;
|
|
192
|
+
}
|
|
193
|
+
return z(() => {
|
|
194
|
+
i?.removeNestedLayer($), T.clearInteractionProps(), delete T.context.floatingRoot.context.data.insideElements;
|
|
195
|
+
}), k(ue, {
|
|
196
|
+
value: he,
|
|
197
|
+
get children() {
|
|
198
|
+
return k(te, {
|
|
199
|
+
value: c,
|
|
200
|
+
get children() {
|
|
201
|
+
return k(_, {
|
|
202
|
+
get value() {
|
|
203
|
+
return E.id ?? null;
|
|
204
|
+
},
|
|
205
|
+
get children() {
|
|
206
|
+
return [A(() => r.extraContent?.()), k(_e, {})];
|
|
207
|
+
}
|
|
208
|
+
});
|
|
209
|
+
}
|
|
210
|
+
});
|
|
211
|
+
}
|
|
212
|
+
});
|
|
213
|
+
}
|
|
214
|
+
//#endregion
|
|
215
|
+
//#region src/dialog/utils/mergeDialogStyles.ts
|
|
216
|
+
function q(e, t) {
|
|
217
|
+
if (typeof t == "string") {
|
|
218
|
+
let n = Object.entries(e).filter((e) => e[1] != null).map(([e, t]) => `${e}:${String(t)}`).join(";");
|
|
219
|
+
return n ? `${n};${t}` : t;
|
|
220
|
+
}
|
|
221
|
+
return {
|
|
222
|
+
...e,
|
|
223
|
+
...t || void 0
|
|
224
|
+
};
|
|
225
|
+
}
|
|
226
|
+
//#endregion
|
|
227
|
+
//#region src/dialog/utils/stateAttributesMapping.ts
|
|
228
|
+
var J = { "data-open": "" }, de = { "data-closed": "" }, fe = { "data-nested-dialog-open": "" }, Y = {
|
|
229
|
+
open: (e) => e ? J : de,
|
|
230
|
+
...s
|
|
231
|
+
}, pe = {
|
|
232
|
+
...Y,
|
|
233
|
+
nestedDialogOpen: (e) => e ? fe : null
|
|
234
|
+
};
|
|
235
|
+
//#endregion
|
|
236
|
+
//#region src/dialog/close/DialogClose.tsx
|
|
237
|
+
function me(t) {
|
|
238
|
+
let n = W(), s = t, l = t, u = F(() => s.disabled ?? !1), d = F(() => s.nativeButton ?? !0), f = F(() => ({ disabled: u() })), p = F(() => i(t.class, f())), m = F(() => a(t.style, f())), ee = F(() => e(f())), te = R(l, "as", "class", "disabled", "nativeButton", "onClick", "onKeyDown", "onKeyUp", "onMouseDown", "onPointerDown", "ref", "style");
|
|
239
|
+
function h(e) {
|
|
240
|
+
n.store.open() && n.store.setOpen(!1, o(r, e));
|
|
241
|
+
}
|
|
242
|
+
let g = c(() => B(() => u() ? E : void 0), () => s.onClick, () => h), _ = c(() => B(() => u() ? E : void 0), () => s.onPointerDown), ne = c(() => B(() => u() ? w : void 0), () => s.onMouseDown), re = c(() => B(() => u() ? T : void 0), () => s.onKeyDown, () => B(() => d() ? void 0 : se)), ie = c(() => B(() => u() ? w : void 0), () => s.onKeyUp, () => B(() => d() ? void 0 : oe));
|
|
243
|
+
return k(O, j({
|
|
244
|
+
get component() {
|
|
245
|
+
return t.as ?? "button";
|
|
246
|
+
},
|
|
247
|
+
ref: [s.ref],
|
|
248
|
+
get type() {
|
|
249
|
+
return d() ? "button" : void 0;
|
|
250
|
+
},
|
|
251
|
+
get role() {
|
|
252
|
+
return d() ? void 0 : "button";
|
|
253
|
+
},
|
|
254
|
+
get tabIndex() {
|
|
255
|
+
return !d() && u() ? -1 : 0;
|
|
256
|
+
},
|
|
257
|
+
get disabled() {
|
|
258
|
+
return (A(() => !!d())() ? u() : d()) || void 0;
|
|
259
|
+
},
|
|
260
|
+
get "aria-disabled"() {
|
|
261
|
+
return !d() && u() ? "true" : void 0;
|
|
262
|
+
},
|
|
263
|
+
get class() {
|
|
264
|
+
return p();
|
|
265
|
+
},
|
|
266
|
+
get style() {
|
|
267
|
+
return m();
|
|
268
|
+
},
|
|
269
|
+
onClick: g,
|
|
270
|
+
onKeyDown: re,
|
|
271
|
+
onKeyUp: ie,
|
|
272
|
+
onMouseDown: ne,
|
|
273
|
+
onPointerDown: _
|
|
274
|
+
}, ee, te));
|
|
275
|
+
}
|
|
276
|
+
//#endregion
|
|
277
|
+
//#region src/dialog/description/DialogDescription.tsx
|
|
278
|
+
function he(e) {
|
|
279
|
+
let t = W(), n = e, r = e, o = `base-ui-${L()}`, s = F(() => n.id || o), c = {}, l = F(() => i(e.class, c)), u = F(() => a(e.style, c)), d = R(r, "as", "class", "id", "ref", "style");
|
|
280
|
+
return P(() => s(), (e) => (t.setDescriptionId(e), () => t.setDescriptionId((t) => t === e ? void 0 : t))), k(O, j({
|
|
281
|
+
get component() {
|
|
282
|
+
return e.as ?? "p";
|
|
283
|
+
},
|
|
284
|
+
ref: [n.ref],
|
|
285
|
+
get id() {
|
|
286
|
+
return s();
|
|
287
|
+
},
|
|
288
|
+
get class() {
|
|
289
|
+
return l();
|
|
290
|
+
},
|
|
291
|
+
get style() {
|
|
292
|
+
return u();
|
|
293
|
+
}
|
|
294
|
+
}, d));
|
|
295
|
+
}
|
|
296
|
+
//#endregion
|
|
297
|
+
//#region src/dialog/portal/DialogPortalContext.ts
|
|
298
|
+
var X = Symbol("DialogPortalContext"), Z = N(X);
|
|
299
|
+
function Q() {
|
|
300
|
+
let e = V(Z);
|
|
301
|
+
if (e === X) throw Error("Base UI: <Dialog.Portal> is missing.");
|
|
302
|
+
return e;
|
|
303
|
+
}
|
|
304
|
+
//#endregion
|
|
305
|
+
//#region src/dialog/portal/DialogPortal.tsx
|
|
306
|
+
function $(e) {
|
|
307
|
+
let t = W(), n = e, r = e, o = F(() => n.keepMounted ?? !1), s = F(() => t.presence.mounted() || o()), c = {}, l = F(() => i(e.class, c)), u = F(() => a(e.style, c)), d = R(r, "as", "class", "container", "keepMounted", "ref", "style"), f = { keepMounted: o };
|
|
308
|
+
function m() {
|
|
309
|
+
let e = null;
|
|
310
|
+
return z(() => {
|
|
311
|
+
t.internalBackdropElement() === e && t.setInternalBackdropElement(null);
|
|
312
|
+
}), k(p, {
|
|
313
|
+
ref: (n) => {
|
|
314
|
+
e = n, t.setInternalBackdropElement(n);
|
|
315
|
+
},
|
|
316
|
+
get open() {
|
|
317
|
+
return t.store.open();
|
|
318
|
+
}
|
|
319
|
+
});
|
|
320
|
+
}
|
|
321
|
+
return k(M, {
|
|
322
|
+
get when() {
|
|
323
|
+
return s();
|
|
324
|
+
},
|
|
325
|
+
get children() {
|
|
326
|
+
return k(Z, {
|
|
327
|
+
value: f,
|
|
328
|
+
get children() {
|
|
329
|
+
return k(y, j({
|
|
330
|
+
get as() {
|
|
331
|
+
return e.as;
|
|
332
|
+
},
|
|
333
|
+
get container() {
|
|
334
|
+
return n.container;
|
|
335
|
+
},
|
|
336
|
+
ref: (e) => {
|
|
337
|
+
n.ref && D(n.ref, e);
|
|
338
|
+
},
|
|
339
|
+
get class() {
|
|
340
|
+
return l();
|
|
341
|
+
},
|
|
342
|
+
get style() {
|
|
343
|
+
return u();
|
|
344
|
+
}
|
|
345
|
+
}, d, { get children() {
|
|
346
|
+
return [k(M, {
|
|
347
|
+
get when() {
|
|
348
|
+
return A(() => !!t.presence.mounted())() ? t.modal() === !0 : t.presence.mounted();
|
|
349
|
+
},
|
|
350
|
+
get children() {
|
|
351
|
+
return k(m, {});
|
|
352
|
+
}
|
|
353
|
+
}), A(() => e.children)];
|
|
354
|
+
} }));
|
|
355
|
+
}
|
|
356
|
+
});
|
|
357
|
+
}
|
|
358
|
+
});
|
|
359
|
+
}
|
|
360
|
+
//#endregion
|
|
361
|
+
//#region src/dialog/title/DialogTitle.tsx
|
|
362
|
+
function ge(e) {
|
|
363
|
+
let t = W(), n = e, r = e, o = `base-ui-${L()}`, s = F(() => n.id || o), c = {}, l = F(() => i(e.class, c)), u = F(() => a(e.style, c)), d = R(r, "as", "class", "id", "ref", "style");
|
|
364
|
+
return P(() => s(), (e) => (t.setTitleId(e), () => t.setTitleId((t) => t === e ? void 0 : t))), k(O, j({
|
|
365
|
+
get component() {
|
|
366
|
+
return e.as ?? "h2";
|
|
367
|
+
},
|
|
368
|
+
ref: [n.ref],
|
|
369
|
+
get id() {
|
|
370
|
+
return s();
|
|
371
|
+
},
|
|
372
|
+
get class() {
|
|
373
|
+
return l();
|
|
374
|
+
},
|
|
375
|
+
get style() {
|
|
376
|
+
return u();
|
|
377
|
+
}
|
|
378
|
+
}, d));
|
|
379
|
+
}
|
|
380
|
+
//#endregion
|
|
381
|
+
//#region src/dialog/trigger/DialogTrigger.tsx
|
|
382
|
+
function _e(n) {
|
|
383
|
+
let r = W(!0), s = n;
|
|
384
|
+
if (!r && !B(() => s.handle)) throw Error("Base UI: <Dialog.Trigger> must be used within <Dialog.Root> or provided with a handle.");
|
|
385
|
+
let l = n, u = `base-ui-${L()}`, d = F(() => s.id || u), f = F(() => s.disabled ?? !1), p = F(() => s.nativeButton ?? !0), [m, ee] = I(null, { ownedWrite: !0 }), te = b(() => s.handle), h = F(() => te() ?? r?.store), g = F(() => {
|
|
386
|
+
let e = h();
|
|
387
|
+
return !!(e?.open() && e.activeTriggerId() === d());
|
|
388
|
+
}), _ = F(() => ({
|
|
389
|
+
disabled: f(),
|
|
390
|
+
open: g()
|
|
391
|
+
})), ne = F(() => i(n.class, _())), ie = F(() => a(n.style, _())), v = F(() => e(_(), ae)), y = R(l, "as", "class", "disabled", "handle", "id", "nativeButton", "onClick", "onKeyDown", "onKeyUp", "onMouseDown", "onPointerDown", "payload", "ref", "style"), x = "", S = "";
|
|
392
|
+
re(h, d, m, () => ({ payload: s.payload }));
|
|
393
|
+
function C(e) {
|
|
394
|
+
let n = h(), r = m();
|
|
395
|
+
!n || !r || e.button !== 0 || (n.open() || n.setOpenMethod(S || (e.detail === 0 ? "keyboard" : ve() ? "touch" : "mouse")), n.setOpen(!(n.open() && n.activeTriggerId() === d()), o(t, e, r)));
|
|
396
|
+
}
|
|
397
|
+
function D() {
|
|
398
|
+
S = x, x = "";
|
|
399
|
+
}
|
|
400
|
+
function ce(e) {
|
|
401
|
+
x = e.pointerType;
|
|
402
|
+
}
|
|
403
|
+
function M(e) {
|
|
404
|
+
x = "keyboard";
|
|
405
|
+
let t = h(), n = t?.state.popupElement, r = t ? (t.activeTriggerId() === d() ? t.state.activeTriggerProps : t.state.inactiveTriggerProps).onKeyDown : void 0, i = e.currentTarget;
|
|
406
|
+
n && i && n.ownerDocument !== i.ownerDocument && typeof r == "function" && r(e);
|
|
407
|
+
}
|
|
408
|
+
let N = c(() => B(() => f() ? E : void 0), () => D, () => s.onClick, () => C), P = c(() => B(() => f() ? E : void 0), () => s.onPointerDown, () => ce), z = c(() => B(() => f() ? w : void 0), () => s.onMouseDown), V = c(() => B(() => f() ? T : void 0), () => s.onKeyDown, () => M, () => B(() => p() ? void 0 : se)), le = c(() => B(() => f() ? w : void 0), () => s.onKeyUp, () => B(() => p() ? void 0 : oe));
|
|
409
|
+
return k(O, j({
|
|
410
|
+
get component() {
|
|
411
|
+
return n.as ?? "button";
|
|
412
|
+
},
|
|
413
|
+
ref: [((e) => ee(e)), s.ref],
|
|
414
|
+
get id() {
|
|
415
|
+
return d();
|
|
416
|
+
},
|
|
417
|
+
get type() {
|
|
418
|
+
return p() ? "button" : void 0;
|
|
419
|
+
},
|
|
420
|
+
get role() {
|
|
421
|
+
return p() ? void 0 : "button";
|
|
422
|
+
},
|
|
423
|
+
get tabIndex() {
|
|
424
|
+
return !p() && f() ? -1 : 0;
|
|
425
|
+
},
|
|
426
|
+
get disabled() {
|
|
427
|
+
return (A(() => !!p())() ? f() : p()) || void 0;
|
|
428
|
+
},
|
|
429
|
+
get "aria-disabled"() {
|
|
430
|
+
return !p() && f() ? "true" : void 0;
|
|
431
|
+
},
|
|
432
|
+
"aria-haspopup": "dialog",
|
|
433
|
+
get "aria-expanded"() {
|
|
434
|
+
return g() ? "true" : "false";
|
|
435
|
+
},
|
|
436
|
+
get "aria-controls"() {
|
|
437
|
+
return h()?.triggerPopupId(d());
|
|
438
|
+
},
|
|
439
|
+
"data-base-ui-click-trigger": "",
|
|
440
|
+
get class() {
|
|
441
|
+
return ne();
|
|
442
|
+
},
|
|
443
|
+
get style() {
|
|
444
|
+
return ie();
|
|
445
|
+
},
|
|
446
|
+
onClick: N,
|
|
447
|
+
onKeyDown: V,
|
|
448
|
+
onKeyUp: le,
|
|
449
|
+
onMouseDown: z,
|
|
450
|
+
onPointerDown: P
|
|
451
|
+
}, v, y));
|
|
452
|
+
}
|
|
453
|
+
function ve() {
|
|
454
|
+
if (typeof navigator > "u") return !1;
|
|
455
|
+
let e = navigator.platform.toLowerCase();
|
|
456
|
+
return /^i(os$|p)/.test(e) || e === "macintel" && navigator.maxTouchPoints > 1;
|
|
457
|
+
}
|
|
458
|
+
//#endregion
|
|
459
|
+
//#region src/dialog/viewport/DialogViewport.tsx
|
|
460
|
+
function ye(t) {
|
|
461
|
+
let n = Q(), r = W(), o = t, s = R(t, "as", "class", "ref", "style"), c = F(() => ({
|
|
462
|
+
open: r.store.open(),
|
|
463
|
+
transitionStatus: r.store.track().transitionStatus,
|
|
464
|
+
nested: r.nested,
|
|
465
|
+
nestedDialogOpen: r.nestedOpenDialogCount() > 0
|
|
466
|
+
})), l = F(() => i(t.class, c())), u = F(() => q({ "pointer-events": r.store.open() ? void 0 : "none" }, a(t.style, c()))), d = F(() => e(c(), pe)), f = F(() => n.keepMounted() || r.presence.mounted()), p = null;
|
|
467
|
+
return z(() => {
|
|
468
|
+
r.viewportElement() === p && r.setViewportElement(null);
|
|
469
|
+
}), k(M, {
|
|
470
|
+
get when() {
|
|
471
|
+
return f();
|
|
472
|
+
},
|
|
473
|
+
get children() {
|
|
474
|
+
return k(O, j({
|
|
475
|
+
get component() {
|
|
476
|
+
return t.as ?? "div";
|
|
477
|
+
},
|
|
478
|
+
ref: [((e) => {
|
|
479
|
+
p = e, r.setViewportElement(e);
|
|
480
|
+
}), o.ref],
|
|
481
|
+
role: "presentation",
|
|
482
|
+
get hidden() {
|
|
483
|
+
return !r.presence.mounted();
|
|
484
|
+
},
|
|
485
|
+
get class() {
|
|
486
|
+
return l();
|
|
487
|
+
},
|
|
488
|
+
get style() {
|
|
489
|
+
return u();
|
|
490
|
+
}
|
|
491
|
+
}, d, s));
|
|
492
|
+
}
|
|
493
|
+
});
|
|
494
|
+
}
|
|
495
|
+
//#endregion
|
|
496
|
+
//#region src/dialog/store/DialogHandle.ts
|
|
497
|
+
var be = class extends C {
|
|
498
|
+
constructor() {
|
|
499
|
+
super("Dialog", !1, new H());
|
|
500
|
+
}
|
|
501
|
+
open(e) {
|
|
502
|
+
this.openByTrigger(e);
|
|
503
|
+
}
|
|
504
|
+
openWithPayload(e) {
|
|
505
|
+
this.attachedStore && (this.attachedStore.setPayload(e), this.attachedStore.setOpen(!0, o(n)));
|
|
506
|
+
}
|
|
507
|
+
close() {
|
|
508
|
+
this.closePopup();
|
|
509
|
+
}
|
|
510
|
+
get isOpen() {
|
|
511
|
+
return this.attachedStore?.open() ?? !1;
|
|
512
|
+
}
|
|
513
|
+
};
|
|
514
|
+
function xe() {
|
|
515
|
+
return new be();
|
|
516
|
+
}
|
|
517
|
+
//#endregion
|
|
518
|
+
export { ge as a, he as c, Y as d, q as f, W as h, _e as i, me as l, K as m, xe as n, $ as o, G as p, ye as r, Q as s, be as t, pe as u };
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import { getStateAttributesProps as e } from "./internals/getStateAttributesProps.js";
|
|
2
|
+
import { n as t, t as n } from "./resolveStyle-XcgAuaKR.js";
|
|
3
|
+
import { composeEventHandlers as r } from "./internals/composeEventHandlers.js";
|
|
4
|
+
import { t as i } from "./FocusManager-grSdNHqW.js";
|
|
5
|
+
import { d as a, f as o, h as s, s as c, u as l } from "./DialogHandle-DrN2YWCv.js";
|
|
6
|
+
import { Dynamic as u, createComponent as d, mergeProps as f } from "@solidjs/web";
|
|
7
|
+
import { Show as p, createEffect as m, createMemo as h, omit as g, onCleanup as _ } from "solid-js";
|
|
8
|
+
//#region src/dialog/backdrop/DialogBackdrop.tsx
|
|
9
|
+
function v(r) {
|
|
10
|
+
let i = s(), c = r, l = g(r, "as", "class", "forceRender", "ref", "style"), m = h(() => ({
|
|
11
|
+
open: i.store.open(),
|
|
12
|
+
transitionStatus: i.store.track().transitionStatus
|
|
13
|
+
})), v = h(() => t(r.class, m())), y = h(() => o({
|
|
14
|
+
"user-select": "none",
|
|
15
|
+
"-webkit-user-select": "none"
|
|
16
|
+
}, n(r.style, m()))), b = h(() => e(m(), a)), x = h(() => !!c.forceRender || !i.nested);
|
|
17
|
+
function S() {
|
|
18
|
+
let e = null;
|
|
19
|
+
return _(() => {
|
|
20
|
+
i.backdropElement() === e && i.setBackdropElement(null);
|
|
21
|
+
}), d(u, f({
|
|
22
|
+
get component() {
|
|
23
|
+
return r.as ?? "div";
|
|
24
|
+
},
|
|
25
|
+
ref: [((t) => {
|
|
26
|
+
e = t, i.setBackdropElement(t);
|
|
27
|
+
}), c.ref],
|
|
28
|
+
role: "presentation",
|
|
29
|
+
get hidden() {
|
|
30
|
+
return !i.presence.mounted();
|
|
31
|
+
},
|
|
32
|
+
get class() {
|
|
33
|
+
return v();
|
|
34
|
+
},
|
|
35
|
+
get style() {
|
|
36
|
+
return y();
|
|
37
|
+
}
|
|
38
|
+
}, b, l));
|
|
39
|
+
}
|
|
40
|
+
return d(p, {
|
|
41
|
+
get when() {
|
|
42
|
+
return x();
|
|
43
|
+
},
|
|
44
|
+
get children() {
|
|
45
|
+
return d(S, {});
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
//#endregion
|
|
50
|
+
//#region src/dialog/popup/DialogPopup.tsx
|
|
51
|
+
var y = /* @__PURE__ */ new Set([
|
|
52
|
+
"ArrowUp",
|
|
53
|
+
"ArrowDown",
|
|
54
|
+
"ArrowLeft",
|
|
55
|
+
"ArrowRight",
|
|
56
|
+
"Home",
|
|
57
|
+
"End"
|
|
58
|
+
]);
|
|
59
|
+
function b(a) {
|
|
60
|
+
c();
|
|
61
|
+
let p = s(), v = a, b = g(a, "as", "class", "finalFocus", "id", "initialFocus", "onKeyDown", "ref", "style"), x = h(() => ({
|
|
62
|
+
open: p.store.open(),
|
|
63
|
+
transitionStatus: p.store.track().transitionStatus,
|
|
64
|
+
nested: p.nested,
|
|
65
|
+
nestedDialogOpen: p.nestedOpenDialogCount() > 0
|
|
66
|
+
})), S = h(() => t(a.class, x())), C = h(() => o({ "--nested-dialogs": p.nestedOpenDialogCount() }, n(a.style, x()))), w = h(() => e(x(), l)), T = h(() => v.id ?? p.store.context.floatingId), E = h(() => v.initialFocus ?? ((e) => e !== "touch" || p.store.state.popupElement)), D = r(() => v.onKeyDown, () => (e) => {
|
|
67
|
+
y.has(e.key) && e.stopPropagation();
|
|
68
|
+
}), O = null;
|
|
69
|
+
m(() => T(), (e) => {
|
|
70
|
+
p.store.setPopupId(e);
|
|
71
|
+
}), _(() => {
|
|
72
|
+
p.store.state.popupElement === O && p.store.setPopupElement(null);
|
|
73
|
+
});
|
|
74
|
+
let k = d(u, f({
|
|
75
|
+
get component() {
|
|
76
|
+
return a.as ?? "div";
|
|
77
|
+
},
|
|
78
|
+
ref: [((e) => {
|
|
79
|
+
O = e, p.store.setPopupElement(e);
|
|
80
|
+
}), v.ref],
|
|
81
|
+
get id() {
|
|
82
|
+
return T();
|
|
83
|
+
},
|
|
84
|
+
get role() {
|
|
85
|
+
return p.role;
|
|
86
|
+
},
|
|
87
|
+
tabIndex: -1,
|
|
88
|
+
"data-base-ui-focusable": "",
|
|
89
|
+
get hidden() {
|
|
90
|
+
return !p.presence.mounted();
|
|
91
|
+
},
|
|
92
|
+
get "aria-labelledby"() {
|
|
93
|
+
return p.titleId();
|
|
94
|
+
},
|
|
95
|
+
get "aria-describedby"() {
|
|
96
|
+
return p.descriptionId();
|
|
97
|
+
},
|
|
98
|
+
get class() {
|
|
99
|
+
return S();
|
|
100
|
+
},
|
|
101
|
+
get style() {
|
|
102
|
+
return C();
|
|
103
|
+
},
|
|
104
|
+
onKeyDown: D
|
|
105
|
+
}, w, b));
|
|
106
|
+
return d(i, {
|
|
107
|
+
get context() {
|
|
108
|
+
return p.store.context.floatingRoot;
|
|
109
|
+
},
|
|
110
|
+
get tree() {
|
|
111
|
+
return p.tree;
|
|
112
|
+
},
|
|
113
|
+
get disabled() {
|
|
114
|
+
return !p.presence.mounted();
|
|
115
|
+
},
|
|
116
|
+
get closeOnFocusOut() {
|
|
117
|
+
return !p.disablePointerDismissal();
|
|
118
|
+
},
|
|
119
|
+
get initialFocus() {
|
|
120
|
+
return E();
|
|
121
|
+
},
|
|
122
|
+
get returnFocus() {
|
|
123
|
+
return v.finalFocus;
|
|
124
|
+
},
|
|
125
|
+
get modal() {
|
|
126
|
+
return p.modal() !== !1;
|
|
127
|
+
},
|
|
128
|
+
restoreFocus: "popup",
|
|
129
|
+
get openInteractionType() {
|
|
130
|
+
return p.store.openMethod();
|
|
131
|
+
},
|
|
132
|
+
children: k
|
|
133
|
+
});
|
|
134
|
+
}
|
|
135
|
+
//#endregion
|
|
136
|
+
export { v as n, b as t };
|