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,696 @@
|
|
|
1
|
+
import { t as e } from "./rolldown-runtime-Dy4uBu1J.js";
|
|
2
|
+
import { getStateAttributesProps as t } from "./internals/getStateAttributesProps.js";
|
|
3
|
+
import { C as n, p as r, s as i, w as a } from "./reasons-Co5CzjKq.js";
|
|
4
|
+
import { n as o, t as s } from "./resolveStyle-XcgAuaKR.js";
|
|
5
|
+
import { createChangeEventDetails as c } from "./internals/createBaseUIEventDetails.js";
|
|
6
|
+
import { transitionStatusMapping as l } from "./internals/stateAttributesMapping.js";
|
|
7
|
+
import { composeEventHandlers as u } from "./internals/composeEventHandlers.js";
|
|
8
|
+
import { t as d } from "./runOnceAnimationsFinish-15EM-Z4l.js";
|
|
9
|
+
import { t as f } from "./createTransitionStatus-B1L-whed.js";
|
|
10
|
+
import { n as p } from "./DirectionContext-BwMabICS.js";
|
|
11
|
+
import { n as m } from "./CSPContext-faVzToiT.js";
|
|
12
|
+
import { mergeStyles as h } from "./internals/mergeStyles.js";
|
|
13
|
+
import { Dynamic as g, createComponent as _, getNextElement as v, isServer as y, memo as b, mergeProps as x, ref as S, runHydrationEvents as C, spread as w, template as T } from "@solidjs/web";
|
|
14
|
+
import { Show as E, createContext as D, createEffect as O, createMemo as k, createSignal as A, createUniqueId as j, omit as M, onCleanup as N, onSettled as P, sharedConfig as F, untrack as I, useContext as L } from "solid-js";
|
|
15
|
+
//#region src/tabs/root/TabsRootContext.ts
|
|
16
|
+
var R = Symbol("TabsRootContext"), z = D(R);
|
|
17
|
+
function B() {
|
|
18
|
+
let e = L(z);
|
|
19
|
+
if (e === R) throw Error("Base UI: TabsRootContext is missing. Tabs parts must be placed within <Tabs.Root>.");
|
|
20
|
+
return e;
|
|
21
|
+
}
|
|
22
|
+
//#endregion
|
|
23
|
+
//#region src/tabs/root/TabsRootDataAttributes.ts
|
|
24
|
+
var V = /* @__PURE__ */ function(e) {
|
|
25
|
+
return e.orientation = "data-orientation", e.activationDirection = "data-activation-direction", e;
|
|
26
|
+
}({}), H = {
|
|
27
|
+
orientation: (e) => ({ [V.orientation]: e }),
|
|
28
|
+
tabActivationDirection: (e) => ({ [V.activationDirection]: e })
|
|
29
|
+
};
|
|
30
|
+
//#endregion
|
|
31
|
+
//#region src/tabs/root/TabsRoot.tsx
|
|
32
|
+
function U(e) {
|
|
33
|
+
let a = e, l = e, u = I(() => a.value !== void 0), d = I(() => a.defaultValue !== void 0), f = I(() => a.defaultValue), p = I(() => a.defaultValue === void 0 ? 0 : a.defaultValue), [m, h] = A(() => p), [v, y] = A("none"), [b, S] = A(0), [C, w] = A(0), T = /* @__PURE__ */ new Map(), E = /* @__PURE__ */ new Map(), D = 0, j = 0, P = I(() => u ? a.value : m()), F = !1, L = !d, R = d, B = !1, V, U = !1, W = !1, G = !1, re = !1, K = !1, ie = M(l, "as", "class", "defaultValue", "onValueChange", "orientation", "ref", "style", "value"), q = k(() => u ? a.value : m()), J = k(() => a.orientation ?? "horizontal"), Y = k(() => ({
|
|
34
|
+
orientation: J(),
|
|
35
|
+
tabActivationDirection: v()
|
|
36
|
+
})), ae = k(() => o(e.class, Y())), oe = k(() => s(e.style, Y())), se = k(() => t(Y(), H));
|
|
37
|
+
function X() {
|
|
38
|
+
U || (U = !0, queueMicrotask(() => {
|
|
39
|
+
U = !1, G || S((e) => e + 1);
|
|
40
|
+
}));
|
|
41
|
+
}
|
|
42
|
+
function Z() {
|
|
43
|
+
W || (W = !0, queueMicrotask(() => {
|
|
44
|
+
W = !1, G || w((e) => e + 1);
|
|
45
|
+
}));
|
|
46
|
+
}
|
|
47
|
+
function ce(e) {
|
|
48
|
+
return e.order = D, D += 1, T.set(e.token, e), X(), () => {
|
|
49
|
+
T.delete(e.token), X();
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
function Q(e) {
|
|
53
|
+
return e.order = j, j += 1, E.set(e.token, e), Z(), () => {
|
|
54
|
+
E.delete(e.token), Z();
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
function le(e) {
|
|
58
|
+
E.has(e.token) && (e.order = j, j += 1, Z());
|
|
59
|
+
}
|
|
60
|
+
function $() {
|
|
61
|
+
return Array.from(T.values()).filter((e) => {
|
|
62
|
+
let t = e.element();
|
|
63
|
+
return t && t.isConnected;
|
|
64
|
+
}).sort(ee);
|
|
65
|
+
}
|
|
66
|
+
function ue() {
|
|
67
|
+
return Array.from(E.values()).filter((e) => {
|
|
68
|
+
let t = e.element();
|
|
69
|
+
return e.rendered() && t && t.isConnected;
|
|
70
|
+
}).sort(ee);
|
|
71
|
+
}
|
|
72
|
+
function de(e) {
|
|
73
|
+
return b(), $().find((t) => t.value() === e)?.element();
|
|
74
|
+
}
|
|
75
|
+
function fe(e) {
|
|
76
|
+
return b(), $().find((t) => t.value() === e)?.id();
|
|
77
|
+
}
|
|
78
|
+
function pe(e) {
|
|
79
|
+
C();
|
|
80
|
+
let t;
|
|
81
|
+
for (let n of E.values()) {
|
|
82
|
+
let r = n.element();
|
|
83
|
+
n.rendered() && r?.isConnected && n.value() === e && (!t || n.order > t.order) && (t = n);
|
|
84
|
+
}
|
|
85
|
+
return t?.id();
|
|
86
|
+
}
|
|
87
|
+
function me(e, t) {
|
|
88
|
+
let n = te(q(), e, J(), $());
|
|
89
|
+
return t.activationDirection = n, a.onValueChange?.(e, t), !t.isCanceled && (u || (P = e, F = !1, y(n), h(() => e)), !0);
|
|
90
|
+
}
|
|
91
|
+
function he(e, t) {
|
|
92
|
+
P = e, F = !1, y("none"), h(() => e), a.onValueChange?.(e, c(t, void 0, void 0, { activationDirection: "none" })), L = !1;
|
|
93
|
+
}
|
|
94
|
+
let ge = {
|
|
95
|
+
value: q,
|
|
96
|
+
orientation: J,
|
|
97
|
+
tabActivationDirection: v,
|
|
98
|
+
state: Y,
|
|
99
|
+
tabsVersion: b,
|
|
100
|
+
panelsVersion: C,
|
|
101
|
+
getOrderedTabs: $,
|
|
102
|
+
getTabIndex(e) {
|
|
103
|
+
return b(), $().indexOf(e);
|
|
104
|
+
},
|
|
105
|
+
getPanelIndex(e) {
|
|
106
|
+
return C(), ue().indexOf(e);
|
|
107
|
+
},
|
|
108
|
+
getTabElementBySelectedValue: de,
|
|
109
|
+
getTabIdByPanelValue: fe,
|
|
110
|
+
getTabPanelIdByValue: pe,
|
|
111
|
+
claimPanel: le,
|
|
112
|
+
notifyTabChange: X,
|
|
113
|
+
notifyPanelChange: Z,
|
|
114
|
+
onValueChange: me,
|
|
115
|
+
registerTab: ce,
|
|
116
|
+
registerPanel: Q
|
|
117
|
+
};
|
|
118
|
+
return O(() => {
|
|
119
|
+
b();
|
|
120
|
+
let e = q(), t = J(), n = $();
|
|
121
|
+
return {
|
|
122
|
+
currentValue: e,
|
|
123
|
+
direction: P === e && !F ? void 0 : te(P, e, t, n),
|
|
124
|
+
incomplete: P != null && e != null && n.every((t) => t.value() !== e)
|
|
125
|
+
};
|
|
126
|
+
}, (e) => {
|
|
127
|
+
e.direction !== void 0 && (F = e.incomplete, y(e.direction), F || (P = e.currentValue));
|
|
128
|
+
}), O(() => (b(), {
|
|
129
|
+
currentValue: q(),
|
|
130
|
+
registrations: $().map((e) => ({
|
|
131
|
+
registration: e,
|
|
132
|
+
disabled: e.disabled(),
|
|
133
|
+
element: e.element(),
|
|
134
|
+
value: e.value()
|
|
135
|
+
}))
|
|
136
|
+
}), (e) => {
|
|
137
|
+
if (u) return;
|
|
138
|
+
let t = e.registrations;
|
|
139
|
+
if (t.length === 0) {
|
|
140
|
+
B && e.currentValue !== null && !V?.isConnected && he(null, n);
|
|
141
|
+
return;
|
|
142
|
+
}
|
|
143
|
+
B = !0, V = t[0]?.element;
|
|
144
|
+
let o = t.find((t) => t.value === e.currentValue), s = t.find((e) => !e.disabled), l = o?.disabled === !0, d = o == null && e.currentValue !== null;
|
|
145
|
+
if (!l && e.currentValue === p && (R = !1), !(R && l && e.currentValue === p)) {
|
|
146
|
+
if (l || d) {
|
|
147
|
+
let t = s?.value ?? null;
|
|
148
|
+
if (e.currentValue === t) {
|
|
149
|
+
L = !1;
|
|
150
|
+
return;
|
|
151
|
+
}
|
|
152
|
+
he(t, L ? r : l ? i : n);
|
|
153
|
+
return;
|
|
154
|
+
}
|
|
155
|
+
L && o && (a.onValueChange?.(e.currentValue, c(r, void 0, void 0, { activationDirection: "none" })), L = !1);
|
|
156
|
+
}
|
|
157
|
+
}), O(() => ({
|
|
158
|
+
defaultValue: a.defaultValue,
|
|
159
|
+
suppliedControlled: a.value !== void 0
|
|
160
|
+
}), (e) => {
|
|
161
|
+
ne() && (!re && e.suppliedControlled !== u && (re = !0, console.error(`Base UI: A Tabs component changed from ${u ? "controlled" : "uncontrolled"} to ${u ? "uncontrolled" : "controlled"}.`)), !u && !K && e.defaultValue !== f && (K = !0, console.error("Base UI: A Tabs component changed its defaultValue after initialization.")));
|
|
162
|
+
}), N(() => {
|
|
163
|
+
G = !0;
|
|
164
|
+
}), _(z, {
|
|
165
|
+
value: ge,
|
|
166
|
+
get children() {
|
|
167
|
+
return _(g, x({
|
|
168
|
+
get component() {
|
|
169
|
+
return e.as ?? "div";
|
|
170
|
+
},
|
|
171
|
+
ref: [a.ref],
|
|
172
|
+
get class() {
|
|
173
|
+
return ae();
|
|
174
|
+
},
|
|
175
|
+
get style() {
|
|
176
|
+
return oe();
|
|
177
|
+
}
|
|
178
|
+
}, se, ie));
|
|
179
|
+
}
|
|
180
|
+
});
|
|
181
|
+
}
|
|
182
|
+
function ee(e, t) {
|
|
183
|
+
let n = e.element(), r = t.element();
|
|
184
|
+
if (n && r && n !== r) {
|
|
185
|
+
let e = n.compareDocumentPosition(r);
|
|
186
|
+
if ((e & Node.DOCUMENT_POSITION_DISCONNECTED) === 0) {
|
|
187
|
+
if (e & Node.DOCUMENT_POSITION_FOLLOWING) return -1;
|
|
188
|
+
if (e & Node.DOCUMENT_POSITION_PRECEDING) return 1;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
return e.order - t.order;
|
|
192
|
+
}
|
|
193
|
+
function te(e, t, n, r) {
|
|
194
|
+
if (e == null || t == null) return "none";
|
|
195
|
+
let i = r.find((t) => t.value() === e)?.element(), a = r.find((e) => e.value() === t)?.element(), o = n === "horizontal" ? "left" : "up", s = n === "horizontal" ? "right" : "down";
|
|
196
|
+
if (!i || !a) return i !== a && (typeof e == "number" || typeof e == "string") && typeof e == typeof t ? t > e ? s : o : "none";
|
|
197
|
+
let c = n === "horizontal" ? "left" : "top", l = i.getBoundingClientRect()[c], u = a.getBoundingClientRect()[c];
|
|
198
|
+
return u < l ? o : u > l ? s : "none";
|
|
199
|
+
}
|
|
200
|
+
function ne() {
|
|
201
|
+
return !1;
|
|
202
|
+
}
|
|
203
|
+
//#endregion
|
|
204
|
+
//#region src/tabs/list/TabsListContext.ts
|
|
205
|
+
var W = Symbol("TabsListContext"), G = D(W);
|
|
206
|
+
function re() {
|
|
207
|
+
let e = L(G);
|
|
208
|
+
if (e === W) throw Error("Base UI: TabsListContext is missing. TabsList parts must be placed within <Tabs.List>.");
|
|
209
|
+
return e;
|
|
210
|
+
}
|
|
211
|
+
//#endregion
|
|
212
|
+
//#region src/tabs/list/TabsList.tsx
|
|
213
|
+
function K(e) {
|
|
214
|
+
let n = B(), r = p(), i = e, a = e, [c, l] = A(), [d, f] = A(), m = /* @__PURE__ */ new Set(), h = !1, v = !1, y = !1, b = M(a, "activateOnFocus", "as", "class", "loopFocus", "onKeyDown", "ref", "style"), S = k(() => i.activateOnFocus ?? !1), C = k(() => i.loopFocus ?? !0), w = k(() => n.state()), T = k(() => o(e.class, w())), E = k(() => s(e.style, w())), D = k(() => t(w(), H));
|
|
215
|
+
function j() {
|
|
216
|
+
v = !0, !y && (y = !0, queueMicrotask(() => {
|
|
217
|
+
y = !1, v = !1;
|
|
218
|
+
}));
|
|
219
|
+
}
|
|
220
|
+
function N(e) {
|
|
221
|
+
f(e.token);
|
|
222
|
+
}
|
|
223
|
+
function P(e) {
|
|
224
|
+
return m.add(e), () => {
|
|
225
|
+
m.delete(e);
|
|
226
|
+
};
|
|
227
|
+
}
|
|
228
|
+
function F() {
|
|
229
|
+
for (let e of m) e();
|
|
230
|
+
}
|
|
231
|
+
function I(e) {
|
|
232
|
+
if (e.defaultPrevented || e.shiftKey || e.ctrlKey || e.altKey || e.metaKey) return;
|
|
233
|
+
let t = n.getOrderedTabs();
|
|
234
|
+
if (t.length < 2 && e.key !== "Home" && e.key !== "End") return;
|
|
235
|
+
let i = e.composedPath()[0], a = t.findIndex((e) => {
|
|
236
|
+
let t = e.element();
|
|
237
|
+
return t && i instanceof Node && t.contains(i);
|
|
238
|
+
});
|
|
239
|
+
if (a < 0) return;
|
|
240
|
+
let o;
|
|
241
|
+
if (e.key === "Home") o = J(t, 1);
|
|
242
|
+
else if (e.key === "End") o = J(t, -1);
|
|
243
|
+
else {
|
|
244
|
+
let i = ie(e.key, n.orientation(), r());
|
|
245
|
+
if (i === 0) return;
|
|
246
|
+
o = q(t, a, i, C());
|
|
247
|
+
}
|
|
248
|
+
if (o === void 0 || o === a) return;
|
|
249
|
+
let s = t[o], c = s?.element();
|
|
250
|
+
!s || !c || (e.preventDefault(), e.stopPropagation(), j(), N(s), ae(c, n.orientation()), queueMicrotask(() => s.element()?.focus()));
|
|
251
|
+
}
|
|
252
|
+
let L = u(() => i.onKeyDown, () => I), R = {
|
|
253
|
+
activateOnFocus: S,
|
|
254
|
+
highlightedTab: d,
|
|
255
|
+
listElement: c,
|
|
256
|
+
markNavigating: j,
|
|
257
|
+
registerIndicatorUpdateListener: P,
|
|
258
|
+
setHighlightedTab: N
|
|
259
|
+
};
|
|
260
|
+
return O(() => (n.tabsVersion(), {
|
|
261
|
+
activeValue: n.value(),
|
|
262
|
+
element: c(),
|
|
263
|
+
tabs: n.getOrderedTabs().map((e) => ({
|
|
264
|
+
registration: e,
|
|
265
|
+
disabled: e.disabled(),
|
|
266
|
+
value: e.value()
|
|
267
|
+
}))
|
|
268
|
+
}), (e) => {
|
|
269
|
+
let t = e.tabs.find((t) => t.value === e.activeValue);
|
|
270
|
+
if (!h && e.tabs.length > 0) {
|
|
271
|
+
h = !0, N(t?.registration ?? e.tabs[0].registration);
|
|
272
|
+
return;
|
|
273
|
+
}
|
|
274
|
+
if (!t || t.disabled || v) return;
|
|
275
|
+
let n = e.element ? oe(e.element.ownerDocument) : null;
|
|
276
|
+
e.element && n && se(e.element, n) || N(t.registration);
|
|
277
|
+
}), O(() => (n.tabsVersion(), {
|
|
278
|
+
element: c(),
|
|
279
|
+
tabs: n.getOrderedTabs().flatMap((e) => e.element() ?? [])
|
|
280
|
+
}), (e) => {
|
|
281
|
+
let t = e.element;
|
|
282
|
+
if (!t) return;
|
|
283
|
+
let n = t.ownerDocument.defaultView?.ResizeObserver;
|
|
284
|
+
if (!n) return;
|
|
285
|
+
let r = new n(F);
|
|
286
|
+
r.observe(t);
|
|
287
|
+
for (let t of e.tabs) r.observe(t);
|
|
288
|
+
return () => r.disconnect();
|
|
289
|
+
}), O(c, (e) => {
|
|
290
|
+
if (!e) return;
|
|
291
|
+
let t = e.ownerDocument.defaultView?.MutationObserver;
|
|
292
|
+
if (!t) return;
|
|
293
|
+
let r = new t(() => n.notifyTabChange());
|
|
294
|
+
return r.observe(e, {
|
|
295
|
+
childList: !0,
|
|
296
|
+
subtree: !0
|
|
297
|
+
}), () => r.disconnect();
|
|
298
|
+
}), O(() => ({
|
|
299
|
+
activeValue: n.value(),
|
|
300
|
+
version: n.tabsVersion()
|
|
301
|
+
}), () => F()), _(G, {
|
|
302
|
+
value: R,
|
|
303
|
+
get children() {
|
|
304
|
+
return _(g, x({
|
|
305
|
+
get component() {
|
|
306
|
+
return e.as ?? "div";
|
|
307
|
+
},
|
|
308
|
+
ref: [((e) => l(e)), i.ref],
|
|
309
|
+
get class() {
|
|
310
|
+
return T();
|
|
311
|
+
},
|
|
312
|
+
get style() {
|
|
313
|
+
return E();
|
|
314
|
+
},
|
|
315
|
+
role: "tablist",
|
|
316
|
+
get "aria-orientation"() {
|
|
317
|
+
return n.orientation() === "vertical" ? "vertical" : void 0;
|
|
318
|
+
},
|
|
319
|
+
onKeyDown: L
|
|
320
|
+
}, D, b));
|
|
321
|
+
}
|
|
322
|
+
});
|
|
323
|
+
}
|
|
324
|
+
function ie(e, t, n) {
|
|
325
|
+
return t === "vertical" ? e === "ArrowUp" ? -1 : +(e === "ArrowDown") : e === "ArrowLeft" ? n === "rtl" ? 1 : -1 : e === "ArrowRight" ? n === "rtl" ? -1 : 1 : 0;
|
|
326
|
+
}
|
|
327
|
+
function q(e, t, n, r) {
|
|
328
|
+
let i = t;
|
|
329
|
+
for (let t = 0; t < e.length; t += 1) {
|
|
330
|
+
if (i += n, i < 0 || i >= e.length) {
|
|
331
|
+
if (!r) return;
|
|
332
|
+
i = (i + e.length) % e.length;
|
|
333
|
+
}
|
|
334
|
+
let t = e[i]?.element();
|
|
335
|
+
if (t && !Y(t) && !t.hidden) return i;
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
function J(e, t) {
|
|
339
|
+
let n = t === 1 ? 0 : e.length - 1;
|
|
340
|
+
for (; n >= 0 && n < e.length;) {
|
|
341
|
+
let r = e[n]?.element();
|
|
342
|
+
if (r && !Y(r) && !r.hidden) return n;
|
|
343
|
+
n += t;
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
function Y(e) {
|
|
347
|
+
try {
|
|
348
|
+
return e.matches(":disabled");
|
|
349
|
+
} catch {
|
|
350
|
+
return !1;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
function ae(e, t) {
|
|
354
|
+
e.scrollIntoView?.({
|
|
355
|
+
block: t === "vertical" ? "nearest" : "center",
|
|
356
|
+
inline: t === "horizontal" ? "nearest" : "center"
|
|
357
|
+
});
|
|
358
|
+
}
|
|
359
|
+
function oe(e) {
|
|
360
|
+
let t = e.activeElement;
|
|
361
|
+
for (; t?.shadowRoot?.activeElement;) t = t.shadowRoot.activeElement;
|
|
362
|
+
return t;
|
|
363
|
+
}
|
|
364
|
+
function se(e, t) {
|
|
365
|
+
if (e.contains(t)) return !0;
|
|
366
|
+
let n = t;
|
|
367
|
+
for (; n;) {
|
|
368
|
+
if (n === e) return !0;
|
|
369
|
+
n = n.parentNode ?? (n instanceof ShadowRoot ? n.host : null);
|
|
370
|
+
}
|
|
371
|
+
return !1;
|
|
372
|
+
}
|
|
373
|
+
//#endregion
|
|
374
|
+
//#region src/tabs/tab/TabsTabDataAttributes.ts
|
|
375
|
+
var X = /* @__PURE__ */ function(e) {
|
|
376
|
+
return e.orientation = "data-orientation", e.activationDirection = "data-activation-direction", e.active = "data-active", e.disabled = "data-disabled", e;
|
|
377
|
+
}({}), Z = {
|
|
378
|
+
...H,
|
|
379
|
+
active: (e) => e ? { [X.active]: "" } : null,
|
|
380
|
+
disabled: (e) => e ? { [X.disabled]: "" } : null
|
|
381
|
+
};
|
|
382
|
+
function ce(e) {
|
|
383
|
+
let n = B(), r = re(), i = e, l = e, d = `base-ui-${j()}`, f = Symbol("TabsTab"), [p, m] = A(), h = k(() => i.id ?? d), v = k(() => i.disabled ?? !1), y = k(() => i.nativeButton ?? !0), b = k(() => i.value === n.value()), S = {
|
|
384
|
+
token: f,
|
|
385
|
+
order: 0,
|
|
386
|
+
element: p,
|
|
387
|
+
id: h,
|
|
388
|
+
value: () => i.value,
|
|
389
|
+
disabled: v
|
|
390
|
+
}, C = n.registerTab(S), w = M(l, "as", "class", "disabled", "id", "nativeButton", "onClick", "onFocus", "onKeyDown", "onPointerDown", "ref", "style", "value"), T = k(() => ({
|
|
391
|
+
disabled: v(),
|
|
392
|
+
active: b(),
|
|
393
|
+
orientation: n.orientation(),
|
|
394
|
+
tabActivationDirection: n.tabActivationDirection()
|
|
395
|
+
})), E = k(() => o(e.class, T())), D = k(() => s(e.style, T())), P = k(() => t(T(), Z)), F = k(() => r.highlightedTab() === f ? 0 : -1), L = k(() => n.getTabPanelIdByValue(i.value)), R = !1, z = !1, V;
|
|
396
|
+
function H(e) {
|
|
397
|
+
n.onValueChange(i.value, c(a, e, void 0, { activationDirection: "none" }));
|
|
398
|
+
}
|
|
399
|
+
function U(e) {
|
|
400
|
+
v() && (e.preventDefault(), e.preventBaseUIHandler());
|
|
401
|
+
}
|
|
402
|
+
function ee(e) {
|
|
403
|
+
b() || v() || e.button !== 0 || H(e);
|
|
404
|
+
}
|
|
405
|
+
function te(e) {
|
|
406
|
+
r.setHighlightedTab(S), !b() && !v() && r.activateOnFocus() && (!R || z) && H(e);
|
|
407
|
+
}
|
|
408
|
+
function ne(e) {
|
|
409
|
+
if (b() || v()) return;
|
|
410
|
+
R = !0, z = e.button === 0, V?.();
|
|
411
|
+
let t = e.currentTarget.ownerDocument, n = () => {
|
|
412
|
+
R = !1, z = !1, V?.(), V = void 0;
|
|
413
|
+
};
|
|
414
|
+
t.addEventListener("pointerup", n), t.addEventListener("pointercancel", n), V = () => {
|
|
415
|
+
t.removeEventListener("pointerup", n), t.removeEventListener("pointercancel", n);
|
|
416
|
+
};
|
|
417
|
+
}
|
|
418
|
+
function W(e) {
|
|
419
|
+
e.target !== e.currentTarget || b() || v() || r.activateOnFocus() || e.key !== "Enter" && e.key !== " " || (e.preventDefault(), H(e));
|
|
420
|
+
}
|
|
421
|
+
let G = u(() => I(() => v() ? U : void 0), () => i.onClick, () => ee), K = u(() => i.onFocus, () => te), ie = u(() => i.onKeyDown, () => W), q = u(() => i.onPointerDown, () => ne);
|
|
422
|
+
return O(() => ({
|
|
423
|
+
disabled: v(),
|
|
424
|
+
element: p(),
|
|
425
|
+
id: h(),
|
|
426
|
+
value: i.value
|
|
427
|
+
}), () => n.notifyTabChange()), N(() => {
|
|
428
|
+
V?.(), C();
|
|
429
|
+
}), _(g, x({
|
|
430
|
+
get component() {
|
|
431
|
+
return e.as ?? "button";
|
|
432
|
+
},
|
|
433
|
+
ref: [((e) => m(e)), i.ref],
|
|
434
|
+
get id() {
|
|
435
|
+
return h();
|
|
436
|
+
},
|
|
437
|
+
get class() {
|
|
438
|
+
return E();
|
|
439
|
+
},
|
|
440
|
+
get style() {
|
|
441
|
+
return D();
|
|
442
|
+
},
|
|
443
|
+
get type() {
|
|
444
|
+
return y() ? "button" : void 0;
|
|
445
|
+
},
|
|
446
|
+
role: "tab",
|
|
447
|
+
get tabIndex() {
|
|
448
|
+
return F();
|
|
449
|
+
},
|
|
450
|
+
get "aria-controls"() {
|
|
451
|
+
return L();
|
|
452
|
+
},
|
|
453
|
+
get "aria-selected"() {
|
|
454
|
+
return b() ? "true" : "false";
|
|
455
|
+
},
|
|
456
|
+
get "aria-disabled"() {
|
|
457
|
+
return v() ? "true" : void 0;
|
|
458
|
+
},
|
|
459
|
+
get "data-composite-item-active"() {
|
|
460
|
+
return b() ? "" : void 0;
|
|
461
|
+
},
|
|
462
|
+
onClick: G,
|
|
463
|
+
onFocus: K,
|
|
464
|
+
onKeyDown: ie,
|
|
465
|
+
onPointerDown: q
|
|
466
|
+
}, P, w));
|
|
467
|
+
}
|
|
468
|
+
//#endregion
|
|
469
|
+
//#region src/tabs/indicator/TabsIndicatorCssVars.ts
|
|
470
|
+
var Q = /* @__PURE__ */ function(e) {
|
|
471
|
+
return e.activeTabLeft = "--active-tab-left", e.activeTabRight = "--active-tab-right", e.activeTabTop = "--active-tab-top", e.activeTabBottom = "--active-tab-bottom", e.activeTabWidth = "--active-tab-width", e.activeTabHeight = "--active-tab-height", e;
|
|
472
|
+
}({}), le = /* @__PURE__ */ T("<span>"), $ = /* @__PURE__ */ T("<script>"), ue = {
|
|
473
|
+
...H,
|
|
474
|
+
activeTabPosition: () => null,
|
|
475
|
+
activeTabSize: () => null
|
|
476
|
+
};
|
|
477
|
+
function de(e) {
|
|
478
|
+
let n = B(), r = re(), i = m(), a = e, c = e, [l, u] = A(null), [d, f] = A(0), [p, T] = A(!!(y || F.hydrating)), D = { innerHTML: "" }, j = M(c, "as", "class", "ref", "renderBeforeHydration", "style"), I = k(() => ({
|
|
479
|
+
...n.state(),
|
|
480
|
+
activeTabPosition: l()?.position ?? null,
|
|
481
|
+
activeTabSize: l()?.size ?? null
|
|
482
|
+
})), L = k(() => o(e.class, I())), R = k(() => {
|
|
483
|
+
let e = l();
|
|
484
|
+
if (e) return {
|
|
485
|
+
[Q.activeTabLeft]: `${e.position.left}px`,
|
|
486
|
+
[Q.activeTabRight]: `${e.position.right}px`,
|
|
487
|
+
[Q.activeTabTop]: `${e.position.top}px`,
|
|
488
|
+
[Q.activeTabBottom]: `${e.position.bottom}px`,
|
|
489
|
+
[Q.activeTabWidth]: `${e.size.width}px`,
|
|
490
|
+
[Q.activeTabHeight]: `${e.size.height}px`
|
|
491
|
+
};
|
|
492
|
+
}), z = k(() => h(R(), s(e.style, I()))), V = k(() => {
|
|
493
|
+
let e = l();
|
|
494
|
+
return !e || e.size.width <= 0 || e.size.height <= 0;
|
|
495
|
+
}), H = k(() => t(I(), ue));
|
|
496
|
+
function U(e, t) {
|
|
497
|
+
if (!e || t == null) return null;
|
|
498
|
+
let r = n.getTabElementBySelectedValue(t);
|
|
499
|
+
if (!r) return null;
|
|
500
|
+
let i = fe(r), a = fe(e), o = r.getBoundingClientRect(), s = e.getBoundingClientRect(), c = a.width > 0 ? s.width / a.width : 1, l = a.height > 0 ? s.height / a.height : 1, u, d;
|
|
501
|
+
return c > 2 ** -52 && l > 2 ** -52 ? (u = (o.left - s.left) / c + e.scrollLeft - e.clientLeft, d = (o.top - s.top) / l + e.scrollTop - e.clientTop) : (u = r.offsetLeft, d = r.offsetTop), {
|
|
502
|
+
position: {
|
|
503
|
+
left: u,
|
|
504
|
+
right: e.scrollWidth - u - i.width,
|
|
505
|
+
top: d,
|
|
506
|
+
bottom: e.scrollHeight - d - i.height
|
|
507
|
+
},
|
|
508
|
+
size: i
|
|
509
|
+
};
|
|
510
|
+
}
|
|
511
|
+
let ee = r.registerIndicatorUpdateListener(() => {
|
|
512
|
+
f((e) => e + 1);
|
|
513
|
+
});
|
|
514
|
+
return O(() => (d(), n.tabsVersion(), U(r.listElement(), n.value())), (e) => {
|
|
515
|
+
u(e);
|
|
516
|
+
}), P(() => {
|
|
517
|
+
T(!1);
|
|
518
|
+
}), N(ee), _(E, {
|
|
519
|
+
get when() {
|
|
520
|
+
return n.value() != null;
|
|
521
|
+
},
|
|
522
|
+
get children() {
|
|
523
|
+
return [_(E, {
|
|
524
|
+
get when() {
|
|
525
|
+
return e.as;
|
|
526
|
+
},
|
|
527
|
+
get fallback() {
|
|
528
|
+
var e = v(le), t = a.ref;
|
|
529
|
+
return typeof t == "function" || Array.isArray(t) ? S(() => t, e) : a.ref = e, w(e, x({
|
|
530
|
+
get class() {
|
|
531
|
+
return L();
|
|
532
|
+
},
|
|
533
|
+
get style() {
|
|
534
|
+
return z();
|
|
535
|
+
},
|
|
536
|
+
role: "presentation",
|
|
537
|
+
get hidden() {
|
|
538
|
+
return V();
|
|
539
|
+
}
|
|
540
|
+
}, H, j), !1), C(), e;
|
|
541
|
+
},
|
|
542
|
+
children: (e) => _(g, x({
|
|
543
|
+
get component() {
|
|
544
|
+
return e();
|
|
545
|
+
},
|
|
546
|
+
get class() {
|
|
547
|
+
return L();
|
|
548
|
+
},
|
|
549
|
+
get style() {
|
|
550
|
+
return z();
|
|
551
|
+
},
|
|
552
|
+
role: "presentation",
|
|
553
|
+
get hidden() {
|
|
554
|
+
return V();
|
|
555
|
+
}
|
|
556
|
+
}, H, j))
|
|
557
|
+
}), b(() => b(() => !!((a.renderBeforeHydration ?? !1) && p()))() ? (() => {
|
|
558
|
+
var e = v($);
|
|
559
|
+
return w(e, x({ get nonce() {
|
|
560
|
+
return i.nonce();
|
|
561
|
+
} }, D), !1), C(), e;
|
|
562
|
+
})() : (a.renderBeforeHydration ?? !1) && p())];
|
|
563
|
+
}
|
|
564
|
+
});
|
|
565
|
+
}
|
|
566
|
+
function fe(e) {
|
|
567
|
+
let t = e.ownerDocument.defaultView?.getComputedStyle(e), n = Number.parseFloat(t?.width ?? "") || 0, r = Number.parseFloat(t?.height ?? "") || 0;
|
|
568
|
+
return (Math.round(n) !== e.offsetWidth || Math.round(r) !== e.offsetHeight) && (n = e.offsetWidth, r = e.offsetHeight), {
|
|
569
|
+
width: n,
|
|
570
|
+
height: r
|
|
571
|
+
};
|
|
572
|
+
}
|
|
573
|
+
//#endregion
|
|
574
|
+
//#region src/tabs/panel/TabsPanelDataAttributes.ts
|
|
575
|
+
var pe = /* @__PURE__ */ function(e) {
|
|
576
|
+
return e.orientation = "data-orientation", e.activationDirection = "data-activation-direction", e.hidden = "data-hidden", e.index = "data-index", e;
|
|
577
|
+
}({}), me = /* @__PURE__ */ T("<div>"), he = {
|
|
578
|
+
...H,
|
|
579
|
+
...l,
|
|
580
|
+
hidden: (e) => e ? { [pe.hidden]: "" } : null
|
|
581
|
+
};
|
|
582
|
+
function ge(e) {
|
|
583
|
+
let n = B(), r = e, i = e, a = `base-ui-${j()}`, c = Symbol("TabsPanel"), [l, u] = A(), p = k(() => r.id ?? a), m = k(() => r.value === n.value()), h = f(() => m()), y = k(() => !h.mounted()), b = k(() => (r.keepMounted ?? !1) || h.mounted()), T = {
|
|
584
|
+
token: c,
|
|
585
|
+
order: 0,
|
|
586
|
+
element: l,
|
|
587
|
+
id: p,
|
|
588
|
+
value: () => r.value,
|
|
589
|
+
rendered: b
|
|
590
|
+
}, D = n.registerPanel(T), P = M(i, "as", "class", "id", "keepMounted", "ref", "style", "value"), F = k(() => ({
|
|
591
|
+
...n.state(),
|
|
592
|
+
hidden: y(),
|
|
593
|
+
transitionStatus: h.transitionStatus()
|
|
594
|
+
})), L = k(() => b() ? o(e.class, F()) : void 0), R = k(() => b() ? s(e.style, F()) : void 0), z = k(() => t(F(), he)), V = k(() => n.getPanelIndex(T)), H = k(() => n.getTabIdByPanelValue(r.value)), U = I(m);
|
|
595
|
+
return O(() => ({
|
|
596
|
+
element: l(),
|
|
597
|
+
open: m(),
|
|
598
|
+
status: h.transitionStatus()
|
|
599
|
+
}), (e) => {
|
|
600
|
+
if (U = e.open, e.open || e.status !== "ending" || !e.element) return;
|
|
601
|
+
let t = new AbortController();
|
|
602
|
+
return d(e.element, () => {
|
|
603
|
+
U || h.setMounted(!1);
|
|
604
|
+
}, t.signal), () => t.abort();
|
|
605
|
+
}), O(() => ({
|
|
606
|
+
element: l(),
|
|
607
|
+
id: p(),
|
|
608
|
+
rendered: b(),
|
|
609
|
+
value: r.value
|
|
610
|
+
}), (e) => {
|
|
611
|
+
e.rendered && e.element ? n.claimPanel(T) : n.notifyPanelChange();
|
|
612
|
+
}), N(() => D()), _(E, {
|
|
613
|
+
get when() {
|
|
614
|
+
return b();
|
|
615
|
+
},
|
|
616
|
+
get children() {
|
|
617
|
+
return _(E, {
|
|
618
|
+
get when() {
|
|
619
|
+
return e.as;
|
|
620
|
+
},
|
|
621
|
+
get fallback() {
|
|
622
|
+
var e = v(me);
|
|
623
|
+
return S(() => [((e) => u(e)), r.ref], e), w(e, x({
|
|
624
|
+
get id() {
|
|
625
|
+
return p();
|
|
626
|
+
},
|
|
627
|
+
get class() {
|
|
628
|
+
return L();
|
|
629
|
+
},
|
|
630
|
+
get style() {
|
|
631
|
+
return R();
|
|
632
|
+
},
|
|
633
|
+
role: "tabpanel",
|
|
634
|
+
get tabIndex() {
|
|
635
|
+
return m() ? 0 : -1;
|
|
636
|
+
},
|
|
637
|
+
get "aria-labelledby"() {
|
|
638
|
+
return H();
|
|
639
|
+
},
|
|
640
|
+
get hidden() {
|
|
641
|
+
return y();
|
|
642
|
+
},
|
|
643
|
+
get inert() {
|
|
644
|
+
return !m() || void 0;
|
|
645
|
+
},
|
|
646
|
+
get "data-index"() {
|
|
647
|
+
return V();
|
|
648
|
+
}
|
|
649
|
+
}, z, P), !1), C(), e;
|
|
650
|
+
},
|
|
651
|
+
children: (e) => _(g, x({
|
|
652
|
+
get component() {
|
|
653
|
+
return e();
|
|
654
|
+
},
|
|
655
|
+
ref: [((e) => u(e)), r.ref],
|
|
656
|
+
get id() {
|
|
657
|
+
return p();
|
|
658
|
+
},
|
|
659
|
+
get class() {
|
|
660
|
+
return L();
|
|
661
|
+
},
|
|
662
|
+
get style() {
|
|
663
|
+
return R();
|
|
664
|
+
},
|
|
665
|
+
role: "tabpanel",
|
|
666
|
+
get tabIndex() {
|
|
667
|
+
return m() ? 0 : -1;
|
|
668
|
+
},
|
|
669
|
+
get "aria-labelledby"() {
|
|
670
|
+
return H();
|
|
671
|
+
},
|
|
672
|
+
get hidden() {
|
|
673
|
+
return y();
|
|
674
|
+
},
|
|
675
|
+
get inert() {
|
|
676
|
+
return !m() || void 0;
|
|
677
|
+
},
|
|
678
|
+
get "data-index"() {
|
|
679
|
+
return V();
|
|
680
|
+
}
|
|
681
|
+
}, z, P))
|
|
682
|
+
});
|
|
683
|
+
}
|
|
684
|
+
});
|
|
685
|
+
}
|
|
686
|
+
//#endregion
|
|
687
|
+
//#region src/tabs/index.parts.ts
|
|
688
|
+
var _e = /* @__PURE__ */ e({
|
|
689
|
+
Indicator: () => de,
|
|
690
|
+
List: () => K,
|
|
691
|
+
Panel: () => ge,
|
|
692
|
+
Root: () => U,
|
|
693
|
+
Tab: () => ce
|
|
694
|
+
});
|
|
695
|
+
//#endregion
|
|
696
|
+
export { _e as t };
|