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,232 @@
|
|
|
1
|
+
import { t as e } from "./rolldown-runtime-Dy4uBu1J.js";
|
|
2
|
+
import { getStateAttributesProps as t } from "./internals/getStateAttributesProps.js";
|
|
3
|
+
import { P as n, w as r } from "./reasons-Co5CzjKq.js";
|
|
4
|
+
import { n as i, t as a } from "./resolveStyle-XcgAuaKR.js";
|
|
5
|
+
import { n as o, t as s } from "./createCollapsiblePanel-DeDu0O2t.js";
|
|
6
|
+
import { createChangeEventDetails as c } from "./internals/createBaseUIEventDetails.js";
|
|
7
|
+
import { transitionStatusMapping as l } from "./internals/stateAttributesMapping.js";
|
|
8
|
+
import { composeEventHandlers as u } from "./internals/composeEventHandlers.js";
|
|
9
|
+
import { Dynamic as d, createComponent as f, getNextElement as p, memo as m, mergeProps as h, runHydrationEvents as g, spread as _, template as v } from "@solidjs/web";
|
|
10
|
+
import { Show as y, createContext as b, createEffect as x, createMemo as S, createSignal as C, createUniqueId as w, flush as T, omit as E, onCleanup as D, untrack as O, useContext as k } from "solid-js";
|
|
11
|
+
//#region src/collapsible/root/CollapsibleRootContext.ts
|
|
12
|
+
var A = Symbol("CollapsibleRootContext"), j = b(A);
|
|
13
|
+
function M() {
|
|
14
|
+
let e = k(j);
|
|
15
|
+
if (e === A) throw Error("Base UI: CollapsibleRootContext is missing. Collapsible parts must be placed within <Collapsible.Root>.");
|
|
16
|
+
return e;
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
//#region src/collapsible/root/stateAttributesMapping.ts
|
|
20
|
+
var N = { "data-open": "" }, P = { "data-closed": "" }, F = { "data-panel-open": "" }, I = {
|
|
21
|
+
open(e) {
|
|
22
|
+
return e ? N : P;
|
|
23
|
+
},
|
|
24
|
+
...l
|
|
25
|
+
}, L = {
|
|
26
|
+
open(e) {
|
|
27
|
+
return e ? F : null;
|
|
28
|
+
},
|
|
29
|
+
...l
|
|
30
|
+
};
|
|
31
|
+
//#endregion
|
|
32
|
+
//#region src/collapsible/root/CollapsibleRoot.tsx
|
|
33
|
+
function R(e) {
|
|
34
|
+
let n = e, r = e, s = O(() => r.open !== void 0), [l, u] = C(O(() => r.defaultOpen ?? !1)), [p, m] = C(), g = `base-ui-${w()}`, _ = E(n, "as", "class", "defaultOpen", "disabled", "onOpenChange", "open", "style"), v = S(() => s ? r.open ?? !1 : l()), y = S(() => r.disabled ?? !1), b = o(() => v()), x = S(() => {
|
|
35
|
+
let e = p();
|
|
36
|
+
return e === null ? void 0 : e ?? g;
|
|
37
|
+
}), D = S(() => ({
|
|
38
|
+
disabled: y(),
|
|
39
|
+
open: v(),
|
|
40
|
+
transitionStatus: b.transitionStatus()
|
|
41
|
+
})), k = S(() => i(e.class, D())), A = S(() => a(e.style, D())), M = S(() => t(D(), I));
|
|
42
|
+
function N(e, t, n, i) {
|
|
43
|
+
let a = c(n, t);
|
|
44
|
+
return r.onOpenChange?.(e, a), !a.isCanceled && (i?.(), s || u(e), T(), !0);
|
|
45
|
+
}
|
|
46
|
+
let P = {
|
|
47
|
+
defaultPanelId: g,
|
|
48
|
+
disabled: y,
|
|
49
|
+
mounted: b.mounted,
|
|
50
|
+
open: v,
|
|
51
|
+
panelId: x,
|
|
52
|
+
requestOpenChange: N,
|
|
53
|
+
setMounted: b.setMounted,
|
|
54
|
+
setPanelIdState: m,
|
|
55
|
+
state: D,
|
|
56
|
+
transitionStatus: b.transitionStatus
|
|
57
|
+
};
|
|
58
|
+
return f(j, {
|
|
59
|
+
value: P,
|
|
60
|
+
get children() {
|
|
61
|
+
return f(d, h({
|
|
62
|
+
get component() {
|
|
63
|
+
return e.as ?? "div";
|
|
64
|
+
},
|
|
65
|
+
get class() {
|
|
66
|
+
return k();
|
|
67
|
+
},
|
|
68
|
+
get style() {
|
|
69
|
+
return A();
|
|
70
|
+
}
|
|
71
|
+
}, M, _));
|
|
72
|
+
}
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
//#endregion
|
|
76
|
+
//#region src/collapsible/trigger/CollapsibleTrigger.tsx
|
|
77
|
+
function z(e) {
|
|
78
|
+
let r = M(), o = e, s = E(e, "as", "class", "disabled", "nativeButton", "onClick", "onKeyDown", "onKeyUp", "onMouseDown", "onPointerDown", "ref", "style"), c = S(() => e.disabled ?? r.disabled()), l = S(() => e.nativeButton ?? !0), p = r.state, g = S(() => i(e.class, p())), _ = S(() => a(e.style, p())), v = S(() => t(p(), L)), y = u(() => O(() => c() ? B : void 0), () => o.onClick, () => (e) => {
|
|
79
|
+
r.requestOpenChange(!r.open(), e, n);
|
|
80
|
+
}), b = u(() => O(() => c() ? V : void 0), () => o.onMouseDown), x = u(() => O(() => c() ? B : void 0), () => o.onPointerDown), C = u(() => O(() => c() ? H : void 0), () => o.onKeyDown, () => O(() => l() ? void 0 : U)), w = u(() => O(() => c() ? V : void 0), () => o.onKeyUp, () => O(() => l() ? void 0 : W)), T = S(() => l() ? c() ? "true" : "false" : c() ? "true" : void 0), D = S(() => r.open() ? "true" : "false");
|
|
81
|
+
return f(d, h({
|
|
82
|
+
get component() {
|
|
83
|
+
return e.as ?? "button";
|
|
84
|
+
},
|
|
85
|
+
ref: [o.ref],
|
|
86
|
+
get class() {
|
|
87
|
+
return g();
|
|
88
|
+
},
|
|
89
|
+
get style() {
|
|
90
|
+
return _();
|
|
91
|
+
},
|
|
92
|
+
get type() {
|
|
93
|
+
return l() ? "button" : void 0;
|
|
94
|
+
},
|
|
95
|
+
get role() {
|
|
96
|
+
return l() ? void 0 : "button";
|
|
97
|
+
},
|
|
98
|
+
get tabIndex() {
|
|
99
|
+
return l() ? void 0 : 0;
|
|
100
|
+
},
|
|
101
|
+
get "aria-controls"() {
|
|
102
|
+
return m(() => !!r.open())() ? r.panelId() : void 0;
|
|
103
|
+
},
|
|
104
|
+
get "aria-disabled"() {
|
|
105
|
+
return T();
|
|
106
|
+
},
|
|
107
|
+
get "aria-expanded"() {
|
|
108
|
+
return D();
|
|
109
|
+
},
|
|
110
|
+
onClick: y,
|
|
111
|
+
onKeyDown: C,
|
|
112
|
+
onKeyUp: w,
|
|
113
|
+
onMouseDown: b,
|
|
114
|
+
onPointerDown: x
|
|
115
|
+
}, v, s));
|
|
116
|
+
}
|
|
117
|
+
function B(e) {
|
|
118
|
+
e.preventDefault(), e.preventBaseUIHandler();
|
|
119
|
+
}
|
|
120
|
+
function V(e) {
|
|
121
|
+
e.preventBaseUIHandler();
|
|
122
|
+
}
|
|
123
|
+
function H(e) {
|
|
124
|
+
e.key !== "Tab" && e.preventDefault(), e.preventBaseUIHandler();
|
|
125
|
+
}
|
|
126
|
+
function U(e) {
|
|
127
|
+
if (e.target !== e.currentTarget) return;
|
|
128
|
+
let t = e.currentTarget.tagName === "A" && !!e.currentTarget.href;
|
|
129
|
+
if (t || e.key !== "Enter" && e.key !== " ") {
|
|
130
|
+
t && e.key === " " && e.preventDefault();
|
|
131
|
+
return;
|
|
132
|
+
}
|
|
133
|
+
e.defaultPrevented || (e.preventDefault(), e.key === "Enter" && (e.preventBaseUIHandler(), G(e.currentTarget, e)));
|
|
134
|
+
}
|
|
135
|
+
function W(e) {
|
|
136
|
+
e.target === e.currentTarget && !e.defaultPrevented && e.key === " " && (e.preventBaseUIHandler(), G(e.currentTarget, e));
|
|
137
|
+
}
|
|
138
|
+
function G(e, t) {
|
|
139
|
+
let n = e.ownerDocument.defaultView;
|
|
140
|
+
if (!n) return;
|
|
141
|
+
let r = n.PointerEvent ?? n.MouseEvent;
|
|
142
|
+
e.dispatchEvent(new r("click", {
|
|
143
|
+
bubbles: !0,
|
|
144
|
+
cancelable: !0,
|
|
145
|
+
composed: !0,
|
|
146
|
+
detail: 0,
|
|
147
|
+
shiftKey: t.shiftKey,
|
|
148
|
+
ctrlKey: t.ctrlKey,
|
|
149
|
+
altKey: t.altKey,
|
|
150
|
+
metaKey: t.metaKey
|
|
151
|
+
}));
|
|
152
|
+
}
|
|
153
|
+
//#endregion
|
|
154
|
+
//#region src/collapsible/panel/CollapsiblePanel.tsx
|
|
155
|
+
var K = /* @__PURE__ */ v("<div>"), q = "--collapsible-panel-height", J = "--collapsible-panel-width";
|
|
156
|
+
function Y(e) {
|
|
157
|
+
let n = M(), o = e, c = e, [l, u] = C(), m = S(() => o.id || void 0), v = S(() => m() ?? n.defaultPanelId), b = S(() => o.hiddenUntilFound ?? !1), w = S(() => o.keepMounted ?? !1), T = E(c, "as", "class", "hiddenUntilFound", "id", "keepMounted", "ref", "style"), O = s({
|
|
158
|
+
element: l,
|
|
159
|
+
hiddenUntilFound: b,
|
|
160
|
+
keepMounted: w,
|
|
161
|
+
mounted: n.mounted,
|
|
162
|
+
open: n.open,
|
|
163
|
+
requestBeforeMatchOpen: (e, t) => n.requestOpenChange(!0, e, r, t),
|
|
164
|
+
setMounted: n.setMounted,
|
|
165
|
+
transitionStatus: n.transitionStatus
|
|
166
|
+
}), k = S(() => ({
|
|
167
|
+
...n.state(),
|
|
168
|
+
transitionStatus: O.panelTransitionStatus()
|
|
169
|
+
})), A = S(() => O.shouldRender() ? i(e.class, k()) : void 0), j = S(() => X(O.dimensions(), O.shouldRender() ? a(e.style, k()) : void 0, O.shouldPreventOpenAnimation())), N = S(() => {
|
|
170
|
+
let e = t(k(), I);
|
|
171
|
+
return O.shouldPersistHiddenTransitionStyles() && (e["data-starting-style"] = ""), e;
|
|
172
|
+
}), P = S(() => O.hidden() ? !b() || "until-found" : void 0);
|
|
173
|
+
x(() => m(), (e) => (n.setPanelIdState((t) => e ?? (t === null ? void 0 : t)), () => {
|
|
174
|
+
n.setPanelIdState((t) => t === e ? null : t);
|
|
175
|
+
})), x(() => ({
|
|
176
|
+
hiddenUntilFound: b(),
|
|
177
|
+
keepMounted: o.keepMounted
|
|
178
|
+
}), (e) => {
|
|
179
|
+
e.hiddenUntilFound && e.keepMounted;
|
|
180
|
+
}), D(() => u(void 0));
|
|
181
|
+
let F = () => ({
|
|
182
|
+
ref: [o.ref, ((e) => u(e))],
|
|
183
|
+
id: v(),
|
|
184
|
+
class: A(),
|
|
185
|
+
style: j(),
|
|
186
|
+
hidden: P(),
|
|
187
|
+
...N(),
|
|
188
|
+
...T
|
|
189
|
+
});
|
|
190
|
+
return f(y, {
|
|
191
|
+
get when() {
|
|
192
|
+
return O.shouldRender();
|
|
193
|
+
},
|
|
194
|
+
get children() {
|
|
195
|
+
return f(y, {
|
|
196
|
+
get when() {
|
|
197
|
+
return e.as;
|
|
198
|
+
},
|
|
199
|
+
get fallback() {
|
|
200
|
+
var e = p(K);
|
|
201
|
+
return _(e, h(F), !1), g(), e;
|
|
202
|
+
},
|
|
203
|
+
children: (e) => f(d, h({ get component() {
|
|
204
|
+
return e();
|
|
205
|
+
} }, F))
|
|
206
|
+
});
|
|
207
|
+
}
|
|
208
|
+
});
|
|
209
|
+
}
|
|
210
|
+
function X(e, t, n) {
|
|
211
|
+
let r = e.height === void 0 ? "auto" : `${e.height}px`, i = e.width === void 0 ? "auto" : `${e.width}px`;
|
|
212
|
+
return typeof t == "string" ? [
|
|
213
|
+
`${q}:${r}`,
|
|
214
|
+
`${J}:${i}`,
|
|
215
|
+
t,
|
|
216
|
+
n ? "animation-name:none" : ""
|
|
217
|
+
].filter(Boolean).join(";") : {
|
|
218
|
+
[q]: r,
|
|
219
|
+
[J]: i,
|
|
220
|
+
...t,
|
|
221
|
+
...n ? { "animation-name": "none" } : {}
|
|
222
|
+
};
|
|
223
|
+
}
|
|
224
|
+
//#endregion
|
|
225
|
+
//#region src/collapsible/index.parts.ts
|
|
226
|
+
var Z = /* @__PURE__ */ e({
|
|
227
|
+
Panel: () => Y,
|
|
228
|
+
Root: () => R,
|
|
229
|
+
Trigger: () => z
|
|
230
|
+
});
|
|
231
|
+
//#endregion
|
|
232
|
+
export { Z as t };
|
|
@@ -0,0 +1,352 @@
|
|
|
1
|
+
import { t as e } from "./rolldown-runtime-Dy4uBu1J.js";
|
|
2
|
+
import { getStateAttributesProps as t } from "./internals/getStateAttributesProps.js";
|
|
3
|
+
import { E as n, S as r, b as i, n as a, w as o } from "./reasons-Co5CzjKq.js";
|
|
4
|
+
import { n as s, t as c } from "./resolveStyle-XcgAuaKR.js";
|
|
5
|
+
import { createChangeEventDetails as l } from "./internals/createBaseUIEventDetails.js";
|
|
6
|
+
import { transitionStatusMapping as u } from "./internals/stateAttributesMapping.js";
|
|
7
|
+
import { composeEventHandlers as d } from "./internals/composeEventHandlers.js";
|
|
8
|
+
import { t as f } from "./runOnceAnimationsFinish-15EM-Z4l.js";
|
|
9
|
+
import { A as p, C as m, D as h, E as g, M as _, N as v, O as y, P as b, S as x, T as S, _ as C, a as w, b as T, c as E, d as D, f as O, g as k, h as ee, i as te, j as ne, k as A, l as re, m as ie, n as ae, o as oe, p as se, r as ce, s as le, t as ue, u as de, v as fe, w as j, x as M, y as N } from "./useFilteredItems-DTekHz39.js";
|
|
10
|
+
import { t as P } from "./createTransitionStatus-B1L-whed.js";
|
|
11
|
+
import { a as F, n as I, r as L, t as R } from "./buttonSemantics-paljfpOX.js";
|
|
12
|
+
import { n as z } from "./DirectionContext-BwMabICS.js";
|
|
13
|
+
import { fieldStateAttributesMapping as B } from "./internals/field-constants.js";
|
|
14
|
+
import { n as V, o as pe } from "./mergeStyleValue-C4ITiiIV.js";
|
|
15
|
+
import { r as me } from "./LabelableContext-DKsB0fIx.js";
|
|
16
|
+
import { Dynamic as H, createComponent as U, mergeProps as W } from "@solidjs/web";
|
|
17
|
+
import { Show as he, createContext as ge, createEffect as G, createMemo as K, createSignal as q, flush as _e, omit as J, onCleanup as Y, untrack as X, useContext as ve } from "solid-js";
|
|
18
|
+
//#region src/combobox/root/ComboboxRoot.tsx
|
|
19
|
+
function ye(e) {
|
|
20
|
+
let t = J(e, "multiple", "value", "defaultValue", "onValueChange", "autoComplete");
|
|
21
|
+
return U(y, W({
|
|
22
|
+
get selectionMode() {
|
|
23
|
+
return e.multiple ? "multiple" : "single";
|
|
24
|
+
},
|
|
25
|
+
get selectedValue() {
|
|
26
|
+
return e.value;
|
|
27
|
+
},
|
|
28
|
+
get defaultSelectedValue() {
|
|
29
|
+
return e.defaultValue;
|
|
30
|
+
},
|
|
31
|
+
get onSelectedValueChange() {
|
|
32
|
+
return e.onValueChange;
|
|
33
|
+
},
|
|
34
|
+
get formAutoComplete() {
|
|
35
|
+
return e.autoComplete;
|
|
36
|
+
}
|
|
37
|
+
}, t));
|
|
38
|
+
}
|
|
39
|
+
//#endregion
|
|
40
|
+
//#region src/combobox/label/ComboboxLabel.tsx
|
|
41
|
+
function be(e) {
|
|
42
|
+
let n = A(), r = me(), i = e, a = e, o = K(() => `${n.id()}-label`), l = K(() => n.field.state()), u = K(() => s(e.class, l())), f = K(() => c(e.style, l())), p = K(() => t(l(), B)), m = J(a, "as", "class", "id", "onClick", "onPointerDown", "ref", "style");
|
|
43
|
+
function h(e) {
|
|
44
|
+
let t = e.composedPath()[0];
|
|
45
|
+
t instanceof Element && t.closest("button,input,select,textarea,a[href]") || (!e.defaultPrevented && e.detail > 1 && e.preventDefault(), (n.store.inputInsidePopup() ? n.triggerElement() : n.inputElement() ?? n.triggerElement())?.focus({ focusVisible: !0 }));
|
|
46
|
+
}
|
|
47
|
+
function g(e) {
|
|
48
|
+
e.preventDefault();
|
|
49
|
+
}
|
|
50
|
+
let _ = d(() => i.onClick, () => h), v = d(() => i.onPointerDown, () => g);
|
|
51
|
+
return G(o, (e) => {
|
|
52
|
+
n.store.setLabelId(e);
|
|
53
|
+
let t = r.registerLabelId(e);
|
|
54
|
+
return () => {
|
|
55
|
+
t(), X(() => n.store.labelId()) === e && n.store.setLabelId(void 0);
|
|
56
|
+
};
|
|
57
|
+
}), U(H, W({
|
|
58
|
+
get component() {
|
|
59
|
+
return e.as ?? "div";
|
|
60
|
+
},
|
|
61
|
+
ref: [i.ref],
|
|
62
|
+
get id() {
|
|
63
|
+
return o();
|
|
64
|
+
},
|
|
65
|
+
get class() {
|
|
66
|
+
return u();
|
|
67
|
+
},
|
|
68
|
+
get style() {
|
|
69
|
+
return f();
|
|
70
|
+
},
|
|
71
|
+
onClick: _,
|
|
72
|
+
onPointerDown: v
|
|
73
|
+
}, p, m));
|
|
74
|
+
}
|
|
75
|
+
//#endregion
|
|
76
|
+
//#region src/combobox/value/ComboboxValue.tsx
|
|
77
|
+
function xe(e) {
|
|
78
|
+
let t = A();
|
|
79
|
+
return K(() => {
|
|
80
|
+
let n = e.children;
|
|
81
|
+
if (typeof n == "function") return V(n) ? X(() => n()) : n(t.selectedValue());
|
|
82
|
+
if (n != null) return n;
|
|
83
|
+
if (!t.hasSelectedValue() && e.placeholder != null && !ne(t.items())) return e.placeholder;
|
|
84
|
+
let r = t.selectedValue();
|
|
85
|
+
return t.multiple() && Array.isArray(r) ? _(r, t.items(), t.itemToStringLabel()) : v(r, t.items(), t.itemToStringLabel());
|
|
86
|
+
});
|
|
87
|
+
}
|
|
88
|
+
//#endregion
|
|
89
|
+
//#region src/combobox/item-indicator/ComboboxItemIndicator.tsx
|
|
90
|
+
function Se(e) {
|
|
91
|
+
let n = oe(), r = e, i = e, a = P(n.selected), o = K(() => (r.keepMounted ?? !1) || a.mounted()), l = K(() => ({
|
|
92
|
+
selected: n.selected(),
|
|
93
|
+
transitionStatus: a.transitionStatus()
|
|
94
|
+
})), d = K(() => s(e.class, l())), p = K(() => c(e.style, l())), m = K(() => t(l(), u)), h = J(i, "as", "class", "keepMounted", "ref", "style"), g;
|
|
95
|
+
return G(() => ({
|
|
96
|
+
selected: n.selected(),
|
|
97
|
+
status: a.transitionStatus(),
|
|
98
|
+
element: g
|
|
99
|
+
}), (e) => {
|
|
100
|
+
if (e.selected || e.status !== "ending" || !e.element) return;
|
|
101
|
+
let t = new AbortController();
|
|
102
|
+
return f(e.element, () => {
|
|
103
|
+
X(n.selected) || a.setMounted(!1);
|
|
104
|
+
}, t.signal), () => t.abort();
|
|
105
|
+
}), U(he, {
|
|
106
|
+
get when() {
|
|
107
|
+
return o();
|
|
108
|
+
},
|
|
109
|
+
get children() {
|
|
110
|
+
return U(H, W({
|
|
111
|
+
get component() {
|
|
112
|
+
return e.as ?? "span";
|
|
113
|
+
},
|
|
114
|
+
ref: [((e) => g = e), r.ref],
|
|
115
|
+
"aria-hidden": "true",
|
|
116
|
+
get class() {
|
|
117
|
+
return d();
|
|
118
|
+
},
|
|
119
|
+
get style() {
|
|
120
|
+
return p();
|
|
121
|
+
}
|
|
122
|
+
}, m, h, { get children() {
|
|
123
|
+
return e.children ?? "✔️";
|
|
124
|
+
} }));
|
|
125
|
+
}
|
|
126
|
+
});
|
|
127
|
+
}
|
|
128
|
+
//#endregion
|
|
129
|
+
//#region src/combobox/chips/ComboboxChips.tsx
|
|
130
|
+
function Z(e) {
|
|
131
|
+
let t = A(), n = e, r = e, [i, a] = q(void 0), o = new j(), l = {}, u = K(() => s(e.class, l)), f = K(() => c(e.style, l)), p = J(r, "as", "class", "onMouseDown", "ref", "style"), m = d(() => n.onMouseDown, () => (e) => T(e, t, t.disabled(), t.readOnly()));
|
|
132
|
+
G(() => t.store.open(), (e) => {
|
|
133
|
+
e && a(void 0);
|
|
134
|
+
});
|
|
135
|
+
let h = null;
|
|
136
|
+
return Y(() => {
|
|
137
|
+
t.store.chipsContainerElement === h && (t.store.chipsContainerElement = null);
|
|
138
|
+
}), U(S, {
|
|
139
|
+
value: {
|
|
140
|
+
highlightedChipIndex: i,
|
|
141
|
+
setHighlightedChipIndex: (e) => a(() => e),
|
|
142
|
+
chips: o
|
|
143
|
+
},
|
|
144
|
+
get children() {
|
|
145
|
+
return U(H, W({
|
|
146
|
+
get component() {
|
|
147
|
+
return e.as ?? "div";
|
|
148
|
+
},
|
|
149
|
+
ref: [((e) => {
|
|
150
|
+
h = e, t.store.chipsContainerElement = e;
|
|
151
|
+
}), n.ref],
|
|
152
|
+
get role() {
|
|
153
|
+
return t.hasSelectionChips() ? "toolbar" : void 0;
|
|
154
|
+
},
|
|
155
|
+
get class() {
|
|
156
|
+
return u();
|
|
157
|
+
},
|
|
158
|
+
get style() {
|
|
159
|
+
return f();
|
|
160
|
+
},
|
|
161
|
+
onMouseDown: m
|
|
162
|
+
}, p));
|
|
163
|
+
}
|
|
164
|
+
});
|
|
165
|
+
}
|
|
166
|
+
//#endregion
|
|
167
|
+
//#region src/combobox/chip/ComboboxChipContext.ts
|
|
168
|
+
var Q = Symbol("ComboboxChipContext"), $ = ge(Q);
|
|
169
|
+
function Ce() {
|
|
170
|
+
let e = ve($);
|
|
171
|
+
if (e === Q) throw Error("Base UI: ComboboxChipContext is missing. ComboboxChip parts must be placed within <Combobox.Chip>.");
|
|
172
|
+
return e;
|
|
173
|
+
}
|
|
174
|
+
//#endregion
|
|
175
|
+
//#region src/combobox/chip/ComboboxChip.tsx
|
|
176
|
+
function we(e) {
|
|
177
|
+
let n = A(), a = g(), u = z(), f = e, p = e, h = Symbol("ComboboxChip"), [_, v] = q(null, { ownedWrite: !0 }), y = a.chips.register(h, _);
|
|
178
|
+
Y(y);
|
|
179
|
+
let b = K(() => a.chips.indexOf(h)), S = K(() => ({ disabled: n.disabled() })), C = K(() => s(e.class, S())), w = K(() => c(e.style, S())), T = K(() => t(S())), E = J(p, "as", "class", "onKeyDown", "ref", "style");
|
|
180
|
+
function D(e) {
|
|
181
|
+
let t = b(), [s, c] = x(u()), d = n.selectedValue(), f = Array.isArray(d) ? d : [];
|
|
182
|
+
if (e.key === s) return e.preventDefault(), t > 0 ? t - 1 : void 0;
|
|
183
|
+
if (e.key === c) return e.preventDefault(), t < a.chips.size() - 1 ? t + 1 : void 0;
|
|
184
|
+
if (e.key === "Backspace" || e.key === "Delete") {
|
|
185
|
+
e.preventDefault(), e.stopPropagation();
|
|
186
|
+
let r = m(t, f.length);
|
|
187
|
+
return n.setIndices({
|
|
188
|
+
activeIndex: null,
|
|
189
|
+
selectedIndex: null,
|
|
190
|
+
type: i
|
|
191
|
+
}), n.setSelectedValue(f.filter((e, n) => n !== t), l(o, e)), r;
|
|
192
|
+
}
|
|
193
|
+
if (e.key === "Enter" || e.key === " ") {
|
|
194
|
+
e.preventDefault(), e.stopPropagation();
|
|
195
|
+
return;
|
|
196
|
+
}
|
|
197
|
+
if (e.key === "ArrowDown" || e.key === "ArrowUp") {
|
|
198
|
+
e.preventDefault(), e.stopPropagation(), n.setOpen(!0, l(r, e));
|
|
199
|
+
return;
|
|
200
|
+
}
|
|
201
|
+
if (!(e.key.length === 1 && !e.ctrlKey && !e.metaKey && !e.altKey)) return t;
|
|
202
|
+
}
|
|
203
|
+
function O(e) {
|
|
204
|
+
if (n.disabled() || n.readOnly()) return;
|
|
205
|
+
let t = D(e);
|
|
206
|
+
a.setHighlightedChipIndex(t), _e(), t === void 0 ? n.focusInput() : a.chips.elements()[t]?.focus();
|
|
207
|
+
}
|
|
208
|
+
let k = d(() => f.onKeyDown, () => O);
|
|
209
|
+
return U($, {
|
|
210
|
+
value: { index: b },
|
|
211
|
+
get children() {
|
|
212
|
+
return U(H, W({
|
|
213
|
+
get component() {
|
|
214
|
+
return e.as ?? "div";
|
|
215
|
+
},
|
|
216
|
+
ref: [((e) => {
|
|
217
|
+
v(e), a.chips.touch();
|
|
218
|
+
}), f.ref],
|
|
219
|
+
tabindex: -1,
|
|
220
|
+
get "aria-disabled"() {
|
|
221
|
+
return n.disabled() ? "true" : void 0;
|
|
222
|
+
},
|
|
223
|
+
get "aria-readonly"() {
|
|
224
|
+
return n.readOnly() ? "true" : void 0;
|
|
225
|
+
},
|
|
226
|
+
get class() {
|
|
227
|
+
return C();
|
|
228
|
+
},
|
|
229
|
+
get style() {
|
|
230
|
+
return w();
|
|
231
|
+
},
|
|
232
|
+
onKeyDown: k
|
|
233
|
+
}, T, E));
|
|
234
|
+
}
|
|
235
|
+
});
|
|
236
|
+
}
|
|
237
|
+
//#endregion
|
|
238
|
+
//#region src/combobox/chip-remove/ComboboxChipRemove.tsx
|
|
239
|
+
function Te(e) {
|
|
240
|
+
let r = A(), o = Ce(), u = e, f = e, p = K(() => u.nativeButton ?? !0), m = K(() => r.disabled() || (u.disabled ?? !1)), h = K(() => ({ disabled: m() })), g = K(() => s(e.class, h())), _ = K(() => c(e.style, h())), v = K(() => t(h())), y = J(f, "as", "class", "disabled", "nativeButton", "onClick", "onKeyDown", "onKeyUp", "onMouseDown", "ref", "style");
|
|
241
|
+
function b(e) {
|
|
242
|
+
let t = r.store.activeIndex();
|
|
243
|
+
if (t == null) return;
|
|
244
|
+
let a = pe(r.itemValues(), e, r.comparator());
|
|
245
|
+
a !== -1 && t === a && r.setIndices({
|
|
246
|
+
activeIndex: null,
|
|
247
|
+
type: r.store.keyboardActive ? i : n
|
|
248
|
+
});
|
|
249
|
+
}
|
|
250
|
+
function x(e) {
|
|
251
|
+
let t = l(a, e), n = r.selectedValue(), i = Array.isArray(n) ? n : [], s = o.index();
|
|
252
|
+
return b(i[s]), r.setSelectedValue(i.filter((e, t) => t !== s), t), r.focusInput(), t;
|
|
253
|
+
}
|
|
254
|
+
function S(e) {
|
|
255
|
+
m() || r.readOnly() || x(e).isPropagationAllowed || e.stopPropagation();
|
|
256
|
+
}
|
|
257
|
+
function C(e) {
|
|
258
|
+
if (m() || r.readOnly() || e.key !== "Enter" && e.key !== " ") return;
|
|
259
|
+
let t = x(e);
|
|
260
|
+
e.preventDefault(), t.isPropagationAllowed || e.stopPropagation();
|
|
261
|
+
}
|
|
262
|
+
let w = d(() => X(() => m() ? L : void 0), () => u.onClick, () => S), T = d(() => u.onKeyDown, () => C, () => X(() => p() ? void 0 : R)), E = d(() => X(() => m() ? F : void 0), () => u.onKeyUp, () => X(() => p() ? void 0 : I)), D = d(() => u.onMouseDown, () => (e) => e.preventDefault());
|
|
263
|
+
return U(H, W({
|
|
264
|
+
get component() {
|
|
265
|
+
return e.as ?? "button";
|
|
266
|
+
},
|
|
267
|
+
ref: [u.ref],
|
|
268
|
+
get type() {
|
|
269
|
+
return p() ? "button" : void 0;
|
|
270
|
+
},
|
|
271
|
+
tabindex: -1,
|
|
272
|
+
get "aria-disabled"() {
|
|
273
|
+
return !p() && m() ? "true" : void 0;
|
|
274
|
+
},
|
|
275
|
+
get class() {
|
|
276
|
+
return g();
|
|
277
|
+
},
|
|
278
|
+
get style() {
|
|
279
|
+
return _();
|
|
280
|
+
},
|
|
281
|
+
onClick: w,
|
|
282
|
+
onKeyDown: T,
|
|
283
|
+
onKeyUp: E,
|
|
284
|
+
onMouseDown: D
|
|
285
|
+
}, v, y));
|
|
286
|
+
}
|
|
287
|
+
//#endregion
|
|
288
|
+
//#region src/combobox/root/utils/useFilter.ts
|
|
289
|
+
function Ee(e, t) {
|
|
290
|
+
return (n, r) => n != null && e.contains(n, r, t);
|
|
291
|
+
}
|
|
292
|
+
function De(e, t, n) {
|
|
293
|
+
return (r, i) => {
|
|
294
|
+
if (r == null) return !1;
|
|
295
|
+
if (!i) return !0;
|
|
296
|
+
let a = n == null ? "" : b(n, t);
|
|
297
|
+
return a && a.length === i.length && e.contains(a, i) ? !0 : e.contains(r, i, t);
|
|
298
|
+
};
|
|
299
|
+
}
|
|
300
|
+
function Oe(e = {}) {
|
|
301
|
+
let t = () => typeof e == "function" ? e() : e;
|
|
302
|
+
function n() {
|
|
303
|
+
let { multiple: e, value: n, ...r } = t();
|
|
304
|
+
return p(r);
|
|
305
|
+
}
|
|
306
|
+
return {
|
|
307
|
+
contains(e, r, i) {
|
|
308
|
+
let { multiple: a = !1, value: o } = t(), s = n();
|
|
309
|
+
return a ? Ee(s, i)(e, r) : De(s, i, o)(e, r);
|
|
310
|
+
},
|
|
311
|
+
startsWith(e, t, r) {
|
|
312
|
+
return n().startsWith(e, t, r);
|
|
313
|
+
},
|
|
314
|
+
endsWith(e, t, r) {
|
|
315
|
+
return n().endsWith(e, t, r);
|
|
316
|
+
}
|
|
317
|
+
};
|
|
318
|
+
}
|
|
319
|
+
//#endregion
|
|
320
|
+
//#region src/combobox/index.parts.ts
|
|
321
|
+
var ke = /* @__PURE__ */ e({
|
|
322
|
+
Arrow: () => re,
|
|
323
|
+
Backdrop: () => O,
|
|
324
|
+
Chip: () => we,
|
|
325
|
+
ChipRemove: () => Te,
|
|
326
|
+
Chips: () => Z,
|
|
327
|
+
Clear: () => C,
|
|
328
|
+
Collection: () => k,
|
|
329
|
+
Empty: () => ce,
|
|
330
|
+
Group: () => E,
|
|
331
|
+
GroupLabel: () => le,
|
|
332
|
+
Icon: () => fe,
|
|
333
|
+
Input: () => M,
|
|
334
|
+
InputGroup: () => N,
|
|
335
|
+
Item: () => w,
|
|
336
|
+
ItemIndicator: () => Se,
|
|
337
|
+
Label: () => be,
|
|
338
|
+
List: () => ee,
|
|
339
|
+
Popup: () => de,
|
|
340
|
+
Portal: () => se,
|
|
341
|
+
Positioner: () => D,
|
|
342
|
+
Root: () => ye,
|
|
343
|
+
Row: () => te,
|
|
344
|
+
Separator: () => ae,
|
|
345
|
+
Status: () => ie,
|
|
346
|
+
Trigger: () => h,
|
|
347
|
+
Value: () => xe,
|
|
348
|
+
useFilter: () => Oe,
|
|
349
|
+
useFilteredItems: () => ue
|
|
350
|
+
});
|
|
351
|
+
//#endregion
|
|
352
|
+
export { ke as t };
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { o as e } from "./dom-BEAeQ9Eb.js";
|
|
2
|
+
//#region src/internals/overlay/compositeNavigation.ts
|
|
3
|
+
function t(t, n, r) {
|
|
4
|
+
if (typeof r == "function" ? r(n) : r?.includes(n) ?? !1) return !0;
|
|
5
|
+
let i = t[n];
|
|
6
|
+
return i ? !e(i) || i.matches(":disabled") ? !0 : r === void 0 && (i.hasAttribute("disabled") || i.getAttribute("aria-disabled") === "true") : !1;
|
|
7
|
+
}
|
|
8
|
+
function n(e, n = {}) {
|
|
9
|
+
let { startingIndex: r = -1, decrement: i = !1, amount: a = 1, disabledIndices: o } = n, s = r;
|
|
10
|
+
do
|
|
11
|
+
s += i ? -a : a;
|
|
12
|
+
while (s >= 0 && s < e.length && t(e, s, o));
|
|
13
|
+
return s;
|
|
14
|
+
}
|
|
15
|
+
function r(e, t) {
|
|
16
|
+
return n(e, { disabledIndices: t });
|
|
17
|
+
}
|
|
18
|
+
function i(e, t) {
|
|
19
|
+
return n(e, {
|
|
20
|
+
startingIndex: e.length,
|
|
21
|
+
decrement: !0,
|
|
22
|
+
disabledIndices: t
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
function a(e) {
|
|
26
|
+
let { list: t, currentIndex: a, key: o, orientation: s = "vertical", rtl: c = !1, loop: l = !1, cols: u = 1, disabledIndices: d } = e, f = r(t, d), p = i(t, d);
|
|
27
|
+
if (o === "Home") return f;
|
|
28
|
+
if (o === "End") return p;
|
|
29
|
+
let m, h = 1;
|
|
30
|
+
if (s !== "horizontal" && (o === "ArrowDown" || o === "ArrowUp") ? (m = o === "ArrowDown" ? 1 : -1, h = s === "both" ? u : 1) : s !== "vertical" && (o === "ArrowRight" || o === "ArrowLeft") && (m = o === "ArrowRight" === c ? -1 : 1), !m) return a;
|
|
31
|
+
if (a === -1) return m === 1 ? f : p;
|
|
32
|
+
let g = n(t, {
|
|
33
|
+
startingIndex: a,
|
|
34
|
+
decrement: m === -1,
|
|
35
|
+
amount: h,
|
|
36
|
+
disabledIndices: d
|
|
37
|
+
});
|
|
38
|
+
if (g >= f && g <= p) return g;
|
|
39
|
+
if (!l) return a;
|
|
40
|
+
if (s === "both" && h > 1) {
|
|
41
|
+
let e = Math.max(0, a) % u;
|
|
42
|
+
if (m === 1) return n(t, {
|
|
43
|
+
startingIndex: e - u,
|
|
44
|
+
amount: u,
|
|
45
|
+
disabledIndices: d
|
|
46
|
+
});
|
|
47
|
+
let r = p - p % u;
|
|
48
|
+
return n(t, {
|
|
49
|
+
startingIndex: Math.min(r + e, p) + u,
|
|
50
|
+
decrement: !0,
|
|
51
|
+
amount: u,
|
|
52
|
+
disabledIndices: d
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
return m === 1 ? f : p;
|
|
56
|
+
}
|
|
57
|
+
//#endregion
|
|
58
|
+
export { t as i, r as n, a as r, i as t };
|