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,424 @@
|
|
|
1
|
+
import { c as e, m as t, n, p as r, r as i } from "./dom-BEAeQ9Eb.js";
|
|
2
|
+
import { r as a, t as o } from "./scrollable-SRNYlhF7.js";
|
|
3
|
+
import { createSignal as s } from "solid-js";
|
|
4
|
+
//#region src/internals/clamp.ts
|
|
5
|
+
function c(e, t, n) {
|
|
6
|
+
return Math.max(t, Math.min(e, n));
|
|
7
|
+
}
|
|
8
|
+
//#endregion
|
|
9
|
+
//#region src/internals/overlay/getElementAtPoint.ts
|
|
10
|
+
function l(e, t, n) {
|
|
11
|
+
return typeof e?.elementFromPoint == "function" ? e.elementFromPoint(t, n) : null;
|
|
12
|
+
}
|
|
13
|
+
//#endregion
|
|
14
|
+
//#region src/internals/overlay/createSwipeDismiss.ts
|
|
15
|
+
var u = 40, d = 10, f = 1, ee = 50, te = 16, p = 80, m = "button,a,input,select,textarea,label,[role=\"button\"]";
|
|
16
|
+
function h(e, t, n) {
|
|
17
|
+
switch (e) {
|
|
18
|
+
case "up": return -n;
|
|
19
|
+
case "down": return n;
|
|
20
|
+
case "left": return -t;
|
|
21
|
+
case "right": return t;
|
|
22
|
+
default: return 0;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
function g(e) {
|
|
26
|
+
let n = t(e).getComputedStyle(e).transform, r = 0, i = 0, a = 1;
|
|
27
|
+
if (n && n !== "none") {
|
|
28
|
+
let e = n.match(/matrix(?:3d)?\(([^)]+)\)/);
|
|
29
|
+
if (e) {
|
|
30
|
+
let t = e[1].split(", ").map(Number.parseFloat);
|
|
31
|
+
t.length === 6 ? (r = t[4], i = t[5], a = Math.sqrt(t[0] * t[0] + t[1] * t[1])) : t.length === 16 && (r = t[12], i = t[13], a = t[0]);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
x: r,
|
|
36
|
+
y: i,
|
|
37
|
+
scale: a
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function ne(e) {
|
|
41
|
+
return Number.isFinite(e) && e > 0 ? e : null;
|
|
42
|
+
}
|
|
43
|
+
function _(e, t) {
|
|
44
|
+
return `translate3d(${e.x}px,${e.y}px,0) scale(${t})`;
|
|
45
|
+
}
|
|
46
|
+
function v(e) {
|
|
47
|
+
return e % 2 == 1;
|
|
48
|
+
}
|
|
49
|
+
function y(e) {
|
|
50
|
+
return "touches" in e;
|
|
51
|
+
}
|
|
52
|
+
function b(e, t, n) {
|
|
53
|
+
let r = e[n];
|
|
54
|
+
if (typeof r == "function") try {
|
|
55
|
+
r.call(e, t);
|
|
56
|
+
} catch (e) {
|
|
57
|
+
if (e && typeof e == "object" && "name" in e && e.name === "NotFoundError") return;
|
|
58
|
+
throw e;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
function x(t) {
|
|
62
|
+
let x = m, S = t.trackDrag ?? !0, C = t.ignoreSelectorWhenTouch ?? !0, w = t.ignoreScrollableAncestors ?? !1, T = () => {
|
|
63
|
+
let e = t.directions();
|
|
64
|
+
return e.length === 1 ? e[0] : void 0;
|
|
65
|
+
}, E = () => Math.max(0, typeof t.swipeThreshold == "number" ? t.swipeThreshold : u), D = () => t.directions().includes("left"), O = () => t.directions().includes("right"), k = () => t.directions().includes("up"), A = () => t.directions().includes("down"), j = () => D() || O(), M = () => k() || A(), re = () => {
|
|
66
|
+
let e = [];
|
|
67
|
+
return M() && e.push("vertical"), j() && e.push("horizontal"), e;
|
|
68
|
+
}, [ie, N] = s(void 0, { ownedWrite: !0 }), [ae, oe] = s(!1, { ownedWrite: !0 }), [se, ce] = s(!1, { ownedWrite: !0 }), P = {
|
|
69
|
+
x: 0,
|
|
70
|
+
y: 0
|
|
71
|
+
}, F = {
|
|
72
|
+
x: 0,
|
|
73
|
+
y: 0
|
|
74
|
+
}, I = null, L = {
|
|
75
|
+
x: 0,
|
|
76
|
+
y: 0,
|
|
77
|
+
scale: 1
|
|
78
|
+
}, R, z = 0, B = !1, V = {
|
|
79
|
+
x: 0,
|
|
80
|
+
y: 0
|
|
81
|
+
}, H = null, U = !1, le = !1, ue = null, W = !1, G = !1, de = {
|
|
82
|
+
width: 0,
|
|
83
|
+
height: 0
|
|
84
|
+
}, fe = 0, K = E(), pe = null, q = null, J = null, me = {
|
|
85
|
+
x: 0,
|
|
86
|
+
y: 0
|
|
87
|
+
}, Y = null, X = !1, he = null;
|
|
88
|
+
function ge(e) {
|
|
89
|
+
X !== e && (X = e, oe(e), t.onSwipingChange?.(e));
|
|
90
|
+
}
|
|
91
|
+
function _e(e) {
|
|
92
|
+
if (!e) return;
|
|
93
|
+
let n = t.element();
|
|
94
|
+
!n || !pe || (K = Math.max(0, pe({
|
|
95
|
+
element: n,
|
|
96
|
+
direction: e
|
|
97
|
+
})));
|
|
98
|
+
}
|
|
99
|
+
function Z(e, n) {
|
|
100
|
+
let r = Number.isFinite(e) ? c(e, 0, 1) : 0, i = r !== fe, a = !1;
|
|
101
|
+
n && (a = !Y || Y.deltaX !== n.deltaX || Y.deltaY !== n.deltaY || Y.direction !== n.direction), !(!i && !a) && (fe = r, n ? Y = n : i && (Y = null), t.onProgress?.(r, n));
|
|
102
|
+
}
|
|
103
|
+
function Q(e) {
|
|
104
|
+
let n = t.element();
|
|
105
|
+
if (!S || !n) {
|
|
106
|
+
e || (he = null);
|
|
107
|
+
return;
|
|
108
|
+
}
|
|
109
|
+
let r = n.style;
|
|
110
|
+
e ? (he ??= [r.transition, r.transform], r.transition = "none") : he &&= ([r.transition, r.transform] = he, null);
|
|
111
|
+
let i = F.x - L.x, a = F.y - L.y;
|
|
112
|
+
e && (r.transform = _(F, L.scale)), r.setProperty(t.movementCssVars.x, `${i}px`), r.setProperty(t.movementCssVars.y, `${a}px`);
|
|
113
|
+
}
|
|
114
|
+
function ve(e, t) {
|
|
115
|
+
if (t !== null) {
|
|
116
|
+
if (J && t > J.time) {
|
|
117
|
+
let n = Math.max(t - J.time, te);
|
|
118
|
+
me = {
|
|
119
|
+
x: (e.x - J.x) / n,
|
|
120
|
+
y: (e.y - J.y) / n
|
|
121
|
+
};
|
|
122
|
+
}
|
|
123
|
+
J = {
|
|
124
|
+
x: e.x,
|
|
125
|
+
y: e.y,
|
|
126
|
+
time: t
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
function ye() {
|
|
131
|
+
N(void 0), ge(!1), ce(!1), Z(0), K = E(), pe = null, P = {
|
|
132
|
+
x: 0,
|
|
133
|
+
y: 0
|
|
134
|
+
}, F = {
|
|
135
|
+
x: 0,
|
|
136
|
+
y: 0
|
|
137
|
+
}, L = {
|
|
138
|
+
x: 0,
|
|
139
|
+
y: 0,
|
|
140
|
+
scale: 1
|
|
141
|
+
}, R = void 0, z = 0, B = !1, V = {
|
|
142
|
+
x: 0,
|
|
143
|
+
y: 0
|
|
144
|
+
}, H = null, U = !1, I = null, le = !1, ue = null, W = !1, G = !1, de = {
|
|
145
|
+
width: 0,
|
|
146
|
+
height: 0
|
|
147
|
+
}, q = null, J = null, me = {
|
|
148
|
+
x: 0,
|
|
149
|
+
y: 0
|
|
150
|
+
}, Y = null, Q(!1);
|
|
151
|
+
}
|
|
152
|
+
function be(e) {
|
|
153
|
+
if (y(e)) {
|
|
154
|
+
let t = e.touches[0];
|
|
155
|
+
return t ? {
|
|
156
|
+
x: t.clientX,
|
|
157
|
+
y: t.clientY
|
|
158
|
+
} : null;
|
|
159
|
+
}
|
|
160
|
+
return {
|
|
161
|
+
x: e.clientX,
|
|
162
|
+
y: e.clientY
|
|
163
|
+
};
|
|
164
|
+
}
|
|
165
|
+
function xe(e) {
|
|
166
|
+
return y(e) || e.pointerType === "touch";
|
|
167
|
+
}
|
|
168
|
+
function Se(n, r) {
|
|
169
|
+
let a = t.element()?.getRootNode(), o = l(a, n.x, n.y) ?? i(r);
|
|
170
|
+
return e(o) ? o : null;
|
|
171
|
+
}
|
|
172
|
+
function Ce(e, t) {
|
|
173
|
+
return j() && !M() ? o(e, t, "horizontal") : M() && !j() ? o(e, t, "vertical") : o(e, t, "vertical") ?? o(e, t, "horizontal");
|
|
174
|
+
}
|
|
175
|
+
function we(e, n, i) {
|
|
176
|
+
W = !1;
|
|
177
|
+
let o = xe(e), s = Se(n, e), c = r(t.element()).body, l = o && c ? Ce(s, c) : null, u = i?.ignoreScrollableTarget ?? !1;
|
|
178
|
+
if (l && !u || (W = !!(l && u), s && s.closest(x) && (!o || C))) return !1;
|
|
179
|
+
let d = t.element(), f = re();
|
|
180
|
+
if (w && d && s && f.length > 0 && !(i?.ignoreScrollableAncestors ?? !1) && a(s, d, f)) return !1;
|
|
181
|
+
if (B = !1, R = void 0, z = 0, P = n, q = ne(e.timeStamp), V = n, I = n, K = E(), pe = typeof t.swipeThreshold == "function" ? t.swipeThreshold : null, d) {
|
|
182
|
+
de = {
|
|
183
|
+
width: d.offsetWidth,
|
|
184
|
+
height: d.offsetHeight
|
|
185
|
+
}, _e(T());
|
|
186
|
+
let t = g(d);
|
|
187
|
+
L = t, F = {
|
|
188
|
+
x: t.x,
|
|
189
|
+
y: t.y
|
|
190
|
+
}, ve({
|
|
191
|
+
x: t.x,
|
|
192
|
+
y: t.y
|
|
193
|
+
}, q), y(e) || b(d, e.pointerId, "setPointerCapture");
|
|
194
|
+
}
|
|
195
|
+
return t.onSwipeStart?.(e), ge(!0), H = null, U = !0, Z(0), Q(!0), !0;
|
|
196
|
+
}
|
|
197
|
+
function Te() {
|
|
198
|
+
le = !1, ue = null;
|
|
199
|
+
}
|
|
200
|
+
function Ee() {
|
|
201
|
+
Te(), W = !1, I = null;
|
|
202
|
+
}
|
|
203
|
+
function De(e) {
|
|
204
|
+
if (Ee(), !X) return;
|
|
205
|
+
ge(!1), H = null, F = {
|
|
206
|
+
x: L.x,
|
|
207
|
+
y: L.y
|
|
208
|
+
}, N(void 0), G = !1, Q(!1);
|
|
209
|
+
let n = t.element();
|
|
210
|
+
n && b(n, e.pointerId, "releasePointerCapture"), Z(0, {
|
|
211
|
+
deltaX: 0,
|
|
212
|
+
deltaY: 0,
|
|
213
|
+
direction: void 0
|
|
214
|
+
}), t.onCancel?.(e);
|
|
215
|
+
}
|
|
216
|
+
function Oe(e, t) {
|
|
217
|
+
let n = (e) => Math.sign(e) * Math.abs(e) ** .5, r = (e, t, r) => !t && e < 0 || !r && e > 0 ? n(e) : e;
|
|
218
|
+
return {
|
|
219
|
+
x: j() ? r(e, D(), O()) : n(e),
|
|
220
|
+
y: M() ? r(t, k(), A()) : n(t)
|
|
221
|
+
};
|
|
222
|
+
}
|
|
223
|
+
function ke(e, t, n) {
|
|
224
|
+
let r = (e, t, n, r, i) => e > 0 && t <= 0 && r || e < 0 && t >= Math.max(0, n) && i, i = Math.abs(t), a = Math.abs(n);
|
|
225
|
+
return M() && n !== 0 && (!j() || a >= i) ? r(n, e.scrollTop, e.scrollHeight - e.clientHeight, A(), k()) : j() && t !== 0 && (!M() || i > a) ? r(t, e.scrollLeft, e.scrollWidth - e.clientWidth, O(), D()) : null;
|
|
226
|
+
}
|
|
227
|
+
function Ae(e) {
|
|
228
|
+
if (!t.enabled() || e.defaultPrevented || !y(e) && e.button !== 0) return;
|
|
229
|
+
let n = be(e);
|
|
230
|
+
n && (le = !0, ue = n, W = !1, G = !y(e), (!t.canStart || t.canStart(n, {
|
|
231
|
+
nativeEvent: e,
|
|
232
|
+
direction: T()
|
|
233
|
+
})) && we(e, n) && Te());
|
|
234
|
+
}
|
|
235
|
+
function je(e, n, r, a) {
|
|
236
|
+
if (!t.enabled() || !X) return;
|
|
237
|
+
let o = i(e);
|
|
238
|
+
if (xe(e) && !W && n && Ce(o, n)) return;
|
|
239
|
+
if (y(e) || e.preventDefault(), U && (U = !1, S)) {
|
|
240
|
+
P = r;
|
|
241
|
+
let t = ne(e.timeStamp);
|
|
242
|
+
t !== null && (q = t);
|
|
243
|
+
}
|
|
244
|
+
let s = r.x, c = r.y;
|
|
245
|
+
(a.y < 0 && c > V.y || a.y > 0 && c < V.y) && (V = {
|
|
246
|
+
x: V.x,
|
|
247
|
+
y: c
|
|
248
|
+
}), (a.x < 0 && s > V.x || a.x > 0 && s < V.x) && (V = {
|
|
249
|
+
x: s,
|
|
250
|
+
y: V.y
|
|
251
|
+
});
|
|
252
|
+
let l = s - P.x, u = c - P.y, ee = c - V.y, te = s - V.x;
|
|
253
|
+
H === null && j() && M() && Math.sqrt(l * l + u * u) >= f && (H = Math.abs(l) > Math.abs(u) ? "horizontal" : "vertical");
|
|
254
|
+
let p;
|
|
255
|
+
if (!R) H === "vertical" ? u > 0 ? p = "down" : u < 0 && (p = "up") : H === "horizontal" ? l > 0 ? p = "right" : l < 0 && (p = "left") : p = Math.abs(l) >= Math.abs(u) ? l > 0 ? "right" : "left" : u > 0 ? "down" : "up", p && (p === "left" && D() || p === "right" && O() || p === "up" && k() || p === "down" && A()) && (R = p, z = h(p, l, u), N(p), _e(p));
|
|
256
|
+
else {
|
|
257
|
+
let e = R, t = h(e, te, ee);
|
|
258
|
+
t > K ? (B = !1, N(e)) : !(D() && O()) && !(k() && A()) && z - t >= d && (B = !0);
|
|
259
|
+
}
|
|
260
|
+
let m = Oe(l, u), g = L.x, _ = L.y;
|
|
261
|
+
H === "horizontal" ? j() && (g += m.x) : (H === "vertical" || j() && (g += m.x), M() && (_ += m.y));
|
|
262
|
+
let v = g !== F.x || _ !== F.y;
|
|
263
|
+
F = {
|
|
264
|
+
x: g,
|
|
265
|
+
y: _
|
|
266
|
+
}, v && Q(!0), ve({
|
|
267
|
+
x: g,
|
|
268
|
+
y: _
|
|
269
|
+
}, ne(e.timeStamp));
|
|
270
|
+
let b = g - L.x, x = _ - L.y, C = {
|
|
271
|
+
deltaX: b,
|
|
272
|
+
deltaY: x,
|
|
273
|
+
direction: R
|
|
274
|
+
}, w = 0, E = T() ?? R;
|
|
275
|
+
if (E) {
|
|
276
|
+
let e = E === "left" || E === "right" ? de.width : de.height, t = L.scale || 1, n = h(E, b, x);
|
|
277
|
+
e > 0 && t > 0 && n > 0 && (w = n / (e * t));
|
|
278
|
+
}
|
|
279
|
+
Z(w, C);
|
|
280
|
+
}
|
|
281
|
+
function $(e) {
|
|
282
|
+
if (!t.enabled()) return;
|
|
283
|
+
let n = F, r = L, i = n.x - r.x, a = n.y - r.y, o = {
|
|
284
|
+
deltaX: i,
|
|
285
|
+
deltaY: a,
|
|
286
|
+
direction: R
|
|
287
|
+
};
|
|
288
|
+
if (!X) {
|
|
289
|
+
Ee(), Z(0, o);
|
|
290
|
+
return;
|
|
291
|
+
}
|
|
292
|
+
ge(!1), H = null, Ee(), G = !1;
|
|
293
|
+
let s = t.element();
|
|
294
|
+
s && !y(e) && b(s, e.pointerId, "releasePointerCapture");
|
|
295
|
+
let c = i, l = a, u = q, d = ne(e.timeStamp), f = u !== null && d !== null && d > u ? d - u : 0, m = f > 0 ? Math.max(f, ee) : 0, g = m > 0 ? c / m : 0, _ = m > 0 ? l / m : 0, v = me.x, x = me.y;
|
|
296
|
+
if (J && d !== null && d >= J.time) {
|
|
297
|
+
let e = d - J.time;
|
|
298
|
+
if (e <= p) {
|
|
299
|
+
let t = Math.max(e, te), r = (n.x - J.x) / t, i = (n.y - J.y) / t;
|
|
300
|
+
r !== 0 && (v = r), i !== 0 && (x = i);
|
|
301
|
+
} else v = 0, x = 0;
|
|
302
|
+
}
|
|
303
|
+
let S = t.onRelease?.({
|
|
304
|
+
event: e,
|
|
305
|
+
direction: R,
|
|
306
|
+
deltaX: c,
|
|
307
|
+
deltaY: l,
|
|
308
|
+
velocityX: g,
|
|
309
|
+
velocityY: _,
|
|
310
|
+
releaseVelocityX: v,
|
|
311
|
+
releaseVelocityY: x
|
|
312
|
+
}), C = typeof S == "boolean";
|
|
313
|
+
if (B && !C) {
|
|
314
|
+
F = {
|
|
315
|
+
x: r.x,
|
|
316
|
+
y: r.y
|
|
317
|
+
}, N(void 0), Q(!1), Z(0, o);
|
|
318
|
+
return;
|
|
319
|
+
}
|
|
320
|
+
let w = !1, E;
|
|
321
|
+
if (C) w = S, E = R ?? T();
|
|
322
|
+
else for (let e of t.directions()) if (h(e, c, l) > K) {
|
|
323
|
+
w = !0, E = e;
|
|
324
|
+
break;
|
|
325
|
+
}
|
|
326
|
+
w && E ? (N(E), ce(!0), Q(!1), t.onDismiss?.(e, { direction: E })) : (F = {
|
|
327
|
+
x: r.x,
|
|
328
|
+
y: r.y
|
|
329
|
+
}, N(void 0), Q(!1), Z(0, o));
|
|
330
|
+
}
|
|
331
|
+
function Me(i, a) {
|
|
332
|
+
let o = be(i);
|
|
333
|
+
if (!o) return;
|
|
334
|
+
let s = a ?? (e(i.currentTarget) ? i.currentTarget : null), c = !1;
|
|
335
|
+
if (!y(i)) {
|
|
336
|
+
let e = v(i.buttons);
|
|
337
|
+
if (e && (G = !0), i.buttons !== 0 && !e) {
|
|
338
|
+
De(i);
|
|
339
|
+
return;
|
|
340
|
+
}
|
|
341
|
+
if (i.buttons === 0 && G) {
|
|
342
|
+
if (!X) {
|
|
343
|
+
$(i);
|
|
344
|
+
return;
|
|
345
|
+
}
|
|
346
|
+
c = !0;
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
if (!X && le) {
|
|
350
|
+
if (!xe(i) && i.defaultPrevented) {
|
|
351
|
+
Ee();
|
|
352
|
+
return;
|
|
353
|
+
}
|
|
354
|
+
if (!t.canStart || t.canStart(o, {
|
|
355
|
+
nativeEvent: i,
|
|
356
|
+
direction: T()
|
|
357
|
+
})) {
|
|
358
|
+
let e = ue, a = !1;
|
|
359
|
+
if (xe(i)) {
|
|
360
|
+
let s = t.element();
|
|
361
|
+
if (e && s) {
|
|
362
|
+
let t = Se(o, i), c = r(s).body, l = c ? Ce(t, c) : null;
|
|
363
|
+
if (l && (n(s, l) || n(l, s))) {
|
|
364
|
+
let t = ke(l, o.x - e.x, o.y - e.y);
|
|
365
|
+
if (t === !1) return;
|
|
366
|
+
t === !0 && (a = !0);
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
we(i, o, {
|
|
371
|
+
ignoreScrollableTarget: a,
|
|
372
|
+
ignoreScrollableAncestors: a
|
|
373
|
+
}) && (e && a ? (Te(), P = e, V = e, I = e, U = !1) : (Te(), W = !1));
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
let l = I, u = l === null ? {
|
|
377
|
+
x: 0,
|
|
378
|
+
y: 0
|
|
379
|
+
} : {
|
|
380
|
+
x: o.x - l.x,
|
|
381
|
+
y: o.y - l.y
|
|
382
|
+
};
|
|
383
|
+
I = o, je(i, s, o, u), c && $(i);
|
|
384
|
+
}
|
|
385
|
+
function Ne() {
|
|
386
|
+
let e = X, n = F.x - L.x, r = F.y - L.y;
|
|
387
|
+
ae();
|
|
388
|
+
let i = se();
|
|
389
|
+
return !e && n === 0 && r === 0 && !i ? {
|
|
390
|
+
[t.movementCssVars.x]: "0px",
|
|
391
|
+
[t.movementCssVars.y]: "0px"
|
|
392
|
+
} : {
|
|
393
|
+
transition: e ? "none" : void 0,
|
|
394
|
+
transform: e ? _(F, L.scale) : void 0,
|
|
395
|
+
[t.movementCssVars.x]: `${n}px`,
|
|
396
|
+
[t.movementCssVars.y]: `${r}px`
|
|
397
|
+
};
|
|
398
|
+
}
|
|
399
|
+
return {
|
|
400
|
+
swiping: ae,
|
|
401
|
+
swipeDirection: ie,
|
|
402
|
+
dragDismissed: se,
|
|
403
|
+
pointerHandlers: {
|
|
404
|
+
onPointerDown: Ae,
|
|
405
|
+
onPointerMove: (e) => Me(e),
|
|
406
|
+
onPointerUp: $,
|
|
407
|
+
onPointerCancel: $
|
|
408
|
+
},
|
|
409
|
+
touchHandlers: {
|
|
410
|
+
onTouchStart: Ae,
|
|
411
|
+
onTouchMove: (e) => Me(e),
|
|
412
|
+
onTouchEnd: $,
|
|
413
|
+
onTouchCancel: $
|
|
414
|
+
},
|
|
415
|
+
moveNative: (e, t) => Me(e, t),
|
|
416
|
+
getDragStyles: Ne,
|
|
417
|
+
reset: ye
|
|
418
|
+
};
|
|
419
|
+
}
|
|
420
|
+
//#endregion
|
|
421
|
+
//#region src/internals/constants.ts
|
|
422
|
+
var S = "data-base-ui-swipe-ignore", C = "data-swipe-ignore", w = `[${S}]`, T = `[${C}]`;
|
|
423
|
+
//#endregion
|
|
424
|
+
export { g as a, h as i, T as n, l as o, x as r, c as s, w as t };
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
import { t as e } from "./rolldown-runtime-Dy4uBu1J.js";
|
|
2
|
+
import { getStateAttributesProps as t } from "./internals/getStateAttributesProps.js";
|
|
3
|
+
import { P as n, t as r } from "./reasons-Co5CzjKq.js";
|
|
4
|
+
import { n as i, t as a } from "./resolveStyle-XcgAuaKR.js";
|
|
5
|
+
import { createChangeEventDetails as o } from "./internals/createBaseUIEventDetails.js";
|
|
6
|
+
import { composeEventHandlers as s } from "./internals/composeEventHandlers.js";
|
|
7
|
+
import { n as c, r as l } from "./dom-BEAeQ9Eb.js";
|
|
8
|
+
import { i as u } from "./popupStateMapping-C9eZl19i.js";
|
|
9
|
+
import { C as d, E as f, S as p, T as m, a as h, b as g, c as _, d as v, f as y, h as b, i as x, l as S, m as C, n as w, o as T, p as E, r as D, s as O, t as k, v as A, x as j, y as M } from "./MenuSubmenuTrigger-QZkQ0F2v.js";
|
|
10
|
+
import { t as N } from "./Separator-9DboD_Si.js";
|
|
11
|
+
import { Dynamic as P, createComponent as F, mergeProps as I } from "@solidjs/web";
|
|
12
|
+
import { createEffect as L, createMemo as R, createSignal as z, omit as B, onCleanup as V } from "solid-js";
|
|
13
|
+
//#region src/context-menu/root/ContextMenuRoot.tsx
|
|
14
|
+
function H(e) {
|
|
15
|
+
let [t, n] = z(U(), { ownedWrite: !0 });
|
|
16
|
+
return F(m, {
|
|
17
|
+
value: {
|
|
18
|
+
anchor: t,
|
|
19
|
+
setAnchor: n,
|
|
20
|
+
initialCursorPoint: { current: null },
|
|
21
|
+
allowOutsidePressDismissal: { current: !1 }
|
|
22
|
+
},
|
|
23
|
+
get children() {
|
|
24
|
+
return F(p, {
|
|
25
|
+
value: void 0,
|
|
26
|
+
get children() {
|
|
27
|
+
return F(j, {
|
|
28
|
+
get defaultOpen() {
|
|
29
|
+
return e.defaultOpen;
|
|
30
|
+
},
|
|
31
|
+
get loopFocus() {
|
|
32
|
+
return e.loopFocus;
|
|
33
|
+
},
|
|
34
|
+
get highlightItemOnHover() {
|
|
35
|
+
return e.highlightItemOnHover;
|
|
36
|
+
},
|
|
37
|
+
get onOpenChange() {
|
|
38
|
+
return e.onOpenChange;
|
|
39
|
+
},
|
|
40
|
+
get onOpenChangeComplete() {
|
|
41
|
+
return e.onOpenChangeComplete;
|
|
42
|
+
},
|
|
43
|
+
get open() {
|
|
44
|
+
return e.open;
|
|
45
|
+
},
|
|
46
|
+
get orientation() {
|
|
47
|
+
return e.orientation;
|
|
48
|
+
},
|
|
49
|
+
get disabled() {
|
|
50
|
+
return e.disabled;
|
|
51
|
+
},
|
|
52
|
+
get closeParentOnEsc() {
|
|
53
|
+
return e.closeParentOnEsc;
|
|
54
|
+
},
|
|
55
|
+
get actionsRef() {
|
|
56
|
+
return e.actionsRef;
|
|
57
|
+
},
|
|
58
|
+
get children() {
|
|
59
|
+
return e.children;
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
function U() {
|
|
68
|
+
return { getBoundingClientRect() {
|
|
69
|
+
return {
|
|
70
|
+
x: 0,
|
|
71
|
+
y: 0,
|
|
72
|
+
left: 0,
|
|
73
|
+
top: 0,
|
|
74
|
+
right: 0,
|
|
75
|
+
bottom: 0,
|
|
76
|
+
width: 0,
|
|
77
|
+
height: 0,
|
|
78
|
+
toJSON: () => ({})
|
|
79
|
+
};
|
|
80
|
+
} };
|
|
81
|
+
}
|
|
82
|
+
//#endregion
|
|
83
|
+
//#region src/context-menu/trigger/ContextMenuTrigger.tsx
|
|
84
|
+
var W = 500;
|
|
85
|
+
function G(e) {
|
|
86
|
+
let p = f(!1), m = d(), h = e, _ = e, [v, y] = z(null, { ownedWrite: !0 }), b = R(() => m.store.open()), x = R(() => m.store.disabled()), S = R(() => ({ open: b() })), C = R(() => i(e.class, S())), w = R(() => g({ "-webkit-touch-callout": "none" }, a(e.style, S()))), T = R(() => t(S(), u)), E = B(_, "as", "class", "onContextMenu", "onTouchCancel", "onTouchEnd", "onTouchMove", "onTouchStart", "ref", "style"), D = null, O, k, A = !1, j;
|
|
87
|
+
function M(e, t, r) {
|
|
88
|
+
let i = v();
|
|
89
|
+
if (!i) return;
|
|
90
|
+
let a = K(i, e, t, r.type.startsWith("touch"));
|
|
91
|
+
p.initialCursorPoint.current = {
|
|
92
|
+
x: e,
|
|
93
|
+
y: t
|
|
94
|
+
}, p.setAnchor(a), m.store.setOpenMethod(r.type.startsWith("touch") ? "touch" : "mouse"), m.store.context.floatingRoot.update({
|
|
95
|
+
domReferenceElement: i,
|
|
96
|
+
referenceElement: i,
|
|
97
|
+
positionReference: a
|
|
98
|
+
}), A = !1, m.store.setOpen(!0, o(n, r)), clearTimeout(k), k = setTimeout(() => {
|
|
99
|
+
A = !0;
|
|
100
|
+
}, W);
|
|
101
|
+
}
|
|
102
|
+
function N(e) {
|
|
103
|
+
let t = v();
|
|
104
|
+
if (!t || x()) return;
|
|
105
|
+
m.store.allowMouseUpTrigger = !0, e.preventDefault(), e.stopPropagation(), M(e.clientX, e.clientY, e), j?.abort();
|
|
106
|
+
let n = new ((t.ownerDocument.defaultView?.AbortController) ?? AbortController)();
|
|
107
|
+
j = n, t.ownerDocument.addEventListener("mouseup", (e) => {
|
|
108
|
+
if (m.store.allowMouseUpTrigger = !1, !A) return;
|
|
109
|
+
clearTimeout(k), A = !1;
|
|
110
|
+
let t = l(e);
|
|
111
|
+
if (c(m.store.track().positionerElement, t)) return;
|
|
112
|
+
let n = m.store.rootNodeId();
|
|
113
|
+
n && t?.closest(`[data-rootownerid="${n}"]`) || m.store.setOpen(!1, o(r, e));
|
|
114
|
+
}, {
|
|
115
|
+
once: !0,
|
|
116
|
+
signal: n.signal
|
|
117
|
+
});
|
|
118
|
+
}
|
|
119
|
+
function H() {
|
|
120
|
+
clearTimeout(O), D = null;
|
|
121
|
+
}
|
|
122
|
+
function U(e) {
|
|
123
|
+
if (H(), m.store.allowMouseUpTrigger = !1, x() || e.touches.length !== 1) return;
|
|
124
|
+
e.stopPropagation();
|
|
125
|
+
let t = e.touches[0];
|
|
126
|
+
D = {
|
|
127
|
+
x: t.clientX,
|
|
128
|
+
y: t.clientY
|
|
129
|
+
}, O = setTimeout(() => {
|
|
130
|
+
D && !x() && M(D.x, D.y, e);
|
|
131
|
+
}, W);
|
|
132
|
+
}
|
|
133
|
+
function G(e) {
|
|
134
|
+
if (!D || e.touches.length !== 1) {
|
|
135
|
+
H();
|
|
136
|
+
return;
|
|
137
|
+
}
|
|
138
|
+
let t = e.touches[0];
|
|
139
|
+
(Math.abs(t.clientX - D.x) > 10 || Math.abs(t.clientY - D.y) > 10) && H();
|
|
140
|
+
}
|
|
141
|
+
let q = s(() => h.onContextMenu, () => N), J = s(() => h.onTouchStart, () => U), Y = s(() => h.onTouchMove, () => G), X = s(() => h.onTouchEnd, () => H), Z = s(() => h.onTouchCancel, () => H);
|
|
142
|
+
return L(() => ({
|
|
143
|
+
trigger: v(),
|
|
144
|
+
disabled: x(),
|
|
145
|
+
backdrop: m.backdropElement(),
|
|
146
|
+
internalBackdrop: m.internalBackdropElement()
|
|
147
|
+
}), (e) => {
|
|
148
|
+
if (!e.trigger || e.disabled) return;
|
|
149
|
+
let t = (t) => {
|
|
150
|
+
let n = l(t);
|
|
151
|
+
(c(e.trigger, n) || c(e.backdrop, n) || c(e.internalBackdrop, n)) && t.preventDefault();
|
|
152
|
+
};
|
|
153
|
+
return e.trigger.ownerDocument.addEventListener("contextmenu", t), () => e.trigger?.ownerDocument.removeEventListener("contextmenu", t);
|
|
154
|
+
}), V(() => {
|
|
155
|
+
H(), clearTimeout(k), j?.abort();
|
|
156
|
+
}), F(P, I({
|
|
157
|
+
get component() {
|
|
158
|
+
return e.as ?? "div";
|
|
159
|
+
},
|
|
160
|
+
ref: [((e) => y(e)), h.ref],
|
|
161
|
+
get class() {
|
|
162
|
+
return C();
|
|
163
|
+
},
|
|
164
|
+
get style() {
|
|
165
|
+
return w();
|
|
166
|
+
},
|
|
167
|
+
onContextMenu: q,
|
|
168
|
+
onTouchStart: J,
|
|
169
|
+
onTouchMove: Y,
|
|
170
|
+
onTouchEnd: X,
|
|
171
|
+
onTouchCancel: Z
|
|
172
|
+
}, T, E));
|
|
173
|
+
}
|
|
174
|
+
function K(e, t, n, r) {
|
|
175
|
+
return {
|
|
176
|
+
contextElement: e,
|
|
177
|
+
getBoundingClientRect() {
|
|
178
|
+
let e = r ? 10 : 0;
|
|
179
|
+
return {
|
|
180
|
+
x: t,
|
|
181
|
+
y: n,
|
|
182
|
+
left: t,
|
|
183
|
+
top: n,
|
|
184
|
+
right: t + e,
|
|
185
|
+
bottom: n + e,
|
|
186
|
+
width: e,
|
|
187
|
+
height: e,
|
|
188
|
+
toJSON: () => ({})
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
};
|
|
192
|
+
}
|
|
193
|
+
//#endregion
|
|
194
|
+
//#region src/context-menu/index.parts.ts
|
|
195
|
+
var q = /* @__PURE__ */ e({
|
|
196
|
+
Arrow: () => E,
|
|
197
|
+
Backdrop: () => M,
|
|
198
|
+
CheckboxItem: () => _,
|
|
199
|
+
CheckboxItemIndicator: () => O,
|
|
200
|
+
Group: () => y,
|
|
201
|
+
GroupLabel: () => v,
|
|
202
|
+
Item: () => S,
|
|
203
|
+
LinkItem: () => T,
|
|
204
|
+
Popup: () => C,
|
|
205
|
+
Portal: () => A,
|
|
206
|
+
Positioner: () => b,
|
|
207
|
+
RadioGroup: () => h,
|
|
208
|
+
RadioItem: () => x,
|
|
209
|
+
RadioItemIndicator: () => D,
|
|
210
|
+
Root: () => H,
|
|
211
|
+
Separator: () => N,
|
|
212
|
+
SubmenuRoot: () => w,
|
|
213
|
+
SubmenuTrigger: () => k,
|
|
214
|
+
Trigger: () => G
|
|
215
|
+
});
|
|
216
|
+
//#endregion
|
|
217
|
+
export { q as t };
|