@volverjs/ui-vue 0.0.9-beta.12 → 0.0.9-beta.14

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.
@@ -410,7 +410,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
410
410
  }
411
411
  } else if (props.flip) {
412
412
  if (typeof props.flip === "boolean") {
413
- toReturn.push(flip());
413
+ toReturn.push(flip({ fallbackStrategy: "initialPlacement" }));
414
414
  } else {
415
415
  toReturn.push(flip(props.flip));
416
416
  }
@@ -477,16 +477,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
477
477
  }
478
478
  );
479
479
  const dropdownPlacement = computed(() => {
480
+ var _a;
480
481
  if (hasCustomPosition.value) {
481
482
  return void 0;
482
483
  }
484
+ const width = props.triggerWidth && referenceEl.value ? `${(_a = referenceEl.value) == null ? void 0 : _a.offsetWidth}px` : void 0;
483
485
  return {
484
486
  position: strategy.value,
485
487
  top: `${y.value ?? 0}px`,
486
488
  left: `${x.value ?? 0}px`,
487
- maxWidth: maxWidth.value,
489
+ maxWidth: width ? void 0 : maxWidth.value,
488
490
  maxHeight: maxHeight.value,
489
- width: props.triggerWidth && referenceEl.value ? `${referenceEl.value.offsetWidth}px` : void 0
491
+ width
490
492
  };
491
493
  });
492
494
  const side = computed(
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("vue"),require("@floating-ui/vue"),require("nanoid"),require("@vueuse/core"),require("mitt")):"function"==typeof define&&define.amd?define(["vue","@floating-ui/vue","nanoid","@vueuse/core","mitt"],t):(e="undefined"!=typeof globalThis?globalThis:e||self).VvDropdown=t(e.vue,e.vue$1,e.nanoid,e.core,e.mitt)}(this,(function(e,t,o,r,l){"use strict";var a=(e=>(e.left="left",e.right="right",e.top="top",e.bottom="bottom",e))(a||{}),n=(e=>(e.topStart="top-start",e.topEnd="top-end",e.bottomStart="bottom-start",e.bottomEnd="bottom-end",e.leftStart="left-start",e.leftEnd="left-end",e.rightStart="right-start",e.rightEnd="right-end",e))(n||{}),u=(e=>(e.before="before",e.after="after",e))(u||{}),i=(e=>(e.button="button",e.submit="submit",e.reset="reset",e))(i||{}),d=(e=>(e.listbox="listbox",e.menu="menu",e))(d||{}),s=(e=>(e.option="option",e.presentation="presentation",e))(s||{});const f=Symbol.for("dropdownTrigger"),p=Symbol.for("dropdownItem"),c=(Boolean,Boolean,Boolean,{modifiers:[String,Array]});u.before;const v={id:[String,Number]},m={placement:{type:String,default:a.bottom,validator:e=>Object.values(a).includes(e)||Object.values(n).includes(e)},strategy:{type:String,default:"absolute",validator:e=>["fixed","absolute"].includes(e)},transitionName:{type:String},offset:{type:[Number,String,Object],default:0},shift:{type:[Boolean,Object],default:!1},flip:{type:[Boolean,Object],default:!0},size:{type:[Boolean,Object],default:()=>({padding:10})},autoPlacement:{type:[Boolean,Object],default:!1},arrow:{type:Boolean,default:!1},keepOpen:{type:Boolean,default:!1},autofocusFirst:{type:Boolean,default:!0},triggerWidth:{type:Boolean}};i.button;const b={...v,...m,...c,modelValue:{type:Boolean,default:void 0},reference:{type:Object,default:null},role:{type:String,default:d.menu,validator:e=>Object.values(d).includes(e)}};const g=["id","tabindex","role","aria-labelledby"];return e.defineComponent({name:"VvDropdown",inheritAttrs:!1,props:b,emits:["update:modelValue","beforeExpand","beforeCollapse","afterExpand","afterCollapse","before-enter","after-leave","enter","after-enter","enter-cancelled","before-leave","leave","leave-cancelled"],setup(a,{expose:n,emit:u}){const i=a,{id:c}=e.toRefs(i),v=(t=>e.computed((()=>String((null==t?void 0:t.value)||o.nanoid()))))(c),m=e.useAttrs(),b=e.ref("auto"),h=e.ref("auto"),y=e.ref(null),x=e.ref(),w=e.ref(null),S=e.ref(null),E=e.computed({get:()=>i.reference??y.value,set:e=>{y.value=e}}),k=e.ref(!1);e.onMounted((()=>{r.useMutationObserver(x.value,(()=>{var e;k.value="true"===(null==(e=window.getComputedStyle(x.value).getPropertyValue("--dropdown-custom-position"))?void 0:e.trim())}),{attributeFilter:["style"],window:window})}));const P=e.computed((()=>{const e=[];if(i.autoPlacement?"boolean"==typeof i.autoPlacement?e.push(t.autoPlacement()):e.push(t.autoPlacement(i.autoPlacement)):i.flip&&("boolean"==typeof i.flip?e.push(t.flip()):e.push(t.flip(i.flip))),i.shift&&("boolean"==typeof i.shift?e.push(t.shift()):e.push(t.shift(i.shift))),i.size){const o=({availableWidth:e,availableHeight:t})=>{b.value=`${e}px`,h.value=`${t}px`};"boolean"==typeof i.size?e.push(t.size({apply:o})):e.push(t.size({...i.size,apply:o}))}return i.offset&&(e.push(t.offset(Number(i.offset))),["string","number"].includes(typeof i.offset)?e.push(t.offset(Number(i.offset))):e.push(t.offset(i.offset))),i.arrow&&e.push(t.arrow({element:w})),e})),{x:$,y:B,strategy:O,middlewareData:z,placement:V}=t.useFloating(E,x,{whileElementsMounted:(...e)=>t.autoUpdate(...e,{animationFrame:"fixed"===i.strategy}),placement:e.computed((()=>i.placement)),strategy:e.computed((()=>i.strategy)),middleware:P}),C=e.computed((()=>{if(!k.value)return{position:O.value,top:`${B.value??0}px`,left:`${$.value??0}px`,maxWidth:b.value,maxHeight:h.value,width:i.triggerWidth&&E.value?`${E.value.offsetWidth}px`:void 0}})),j=e.computed((()=>V.value.split("-")[0])),A=e.computed((()=>{var e,t,o,r,l;if(k.value)return;const a={top:"bottom",right:"left",bottom:"top",left:"right"}[j.value];return{left:void 0!==(null==(e=z.value.arrow)?void 0:e.x)?`${null==(t=z.value.arrow)?void 0:t.x}px`:void 0,top:void 0!==(null==(o=z.value.arrow)?void 0:o.y)?`${null==(r=z.value.arrow)?void 0:r.y}px`:void 0,[a]:-((null==(l=w.value)?void 0:l.offsetWidth)??0)/2+"px"}})),N=r.useVModel(i,"modelValue",u),D=e.ref(!1),_=e.computed({get:()=>N.value??D.value,set:e=>{void 0!==N.value?N.value=e:D.value=e}}),F=()=>{_.value=!0},R=()=>{_.value=!1},T=()=>{_.value=!_.value},W=e=>{E.value=e};n({toggle:T,show:F,hide:R,init:W,customPosition:k}),e.watch(_,(t=>{t&&i.autofocusFirst&&e.nextTick((()=>{const e=Q(x.value);e.length>0&&e[0].focus({preventScroll:!0})}))})),r.onClickOutside(x,(()=>{!i.keepOpen&&_.value&&(_.value=!1)}),{ignore:[E]});const q=e.computed((()=>{var e,t;return(null==(t=null==(e=E.value)?void 0:e.getAttribute)?void 0:t.call(e,"id"))??void 0})),K=e.computed((()=>({"aria-controls":v.value,"aria-haspopup":!0,"aria-expanded":_.value}))),{component:M,bus:H}=function({reference:t,id:o,expanded:r,aria:a}){const n=l(),u=e.defineComponent({name:"VvDropdownTriggerProvider",setup(){e.provide(f,{reference:t,id:o,expanded:r,aria:a,bus:n})},render(){var t,o;return e.h(e.Fragment,{},null==(o=(t=this.$slots).default)?void 0:o.call(t))}});return{bus:n,component:u}}({reference:E,id:v,expanded:_,aria:K});H.on("click",T);const{role:U,modifiers:I}=e.toRefs(i),{itemRole:G}=function({role:t,expanded:o}){const r=e.computed((()=>t.value===d.listbox?s.option:s.presentation));return e.provide(p,{role:r,expanded:o}),{itemRole:r}}({role:U,expanded:_}),J=function(t,o,r){return e.computed((()=>{const l={[t]:!0},a="string"==typeof(null==o?void 0:o.value)?o.value.split(" "):null==o?void 0:o.value;return a&&Array.isArray(a)&&a.forEach((e=>{e&&(l[`${t}--${e}`]=!0)})),r&&Object.keys(r.value).forEach((o=>{l[`${t}--${o}`]=e.unref(r.value[o])})),l}))}("vv-dropdown",I,e.computed((()=>({arrow:i.arrow})))),{focused:L}=r.useFocusWithin(x);function Q(e){return e?[...e.querySelectorAll('a[href], button, input, textarea, select, details, [tabindex]:not([tabindex="-1"])')].filter((e=>!e.hasAttribute("disabled")&&!e.getAttribute("aria-hidden"))):[]}r.onKeyStroke("Escape",(e=>{_.value&&(e.preventDefault(),R())})),r.onKeyStroke("ArrowDown",(t=>{_.value&&L.value&&(t.preventDefault(),e.nextTick((()=>{if(L.value){const e=Q(x.value);if(0===e.length||!document.activeElement)return;const t=e.indexOf(document.activeElement);t<e.length-1?e[t+1].focus({preventScroll:!0}):e[0].focus({preventScroll:!0})}})))})),r.onKeyStroke("ArrowUp",(t=>{_.value&&L.value&&(t.preventDefault(),e.nextTick((()=>{if(L.value){const e=Q(x.value);if(0===e.length||!document.activeElement)return;const t=e.indexOf(document.activeElement);t>0?e[t-1].focus({preventScroll:!0}):e[e.length-1].focus({preventScroll:!0})}})))})),r.onKeyStroke([" ","Enter"],(e=>{const t=e.target;_.value&&L.value&&t&&(null==t||t.click())}));const X={"before-enter":()=>{u(_.value?"beforeExpand":"beforeCollapse"),u("before-enter")},"after-leave":()=>{u(_.value?"afterExpand":"afterCollapse"),u("after-leave")},enter:()=>{u("enter")},"after-enter":()=>{u("after-enter")},"enter-cancelled":()=>{u("enter-cancelled")},"before-leave":()=>{u("before-leave")},leave:()=>{u("leave")},"leave-cancelled":()=>{u("leave-cancelled")}};return(t,o)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(e.unref(M),null,{default:e.withCtx((()=>[e.renderSlot(t.$slots,"default",e.normalizeProps(e.guardReactiveProps({init:W,show:F,hide:R,toggle:T,expanded:e.unref(_),aria:e.unref(K)})))])),_:3}),e.createVNode(e.Transition,e.mergeProps({name:t.transitionName},e.toHandlers(X)),{default:e.withCtx((()=>[e.withDirectives(e.createElementVNode("div",{ref_key:"floatingEl",ref:x,style:e.normalizeStyle(e.unref(C)),class:e.normalizeClass(e.unref(J))},[i.arrow?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"arrowEl",ref:w,style:e.normalizeStyle(e.unref(A)),class:"vv-dropdown__arrow"},null,4)):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"before",e.normalizeProps(e.guardReactiveProps({expanded:e.unref(_)}))),e.createElementVNode("div",e.mergeProps(e.unref(m),{id:e.unref(v),ref_key:"listEl",ref:S,tabindex:e.unref(_)?void 0:-1,role:e.unref(U),"aria-labelledby":e.unref(q),class:"vv-dropdown__list"}),[e.renderSlot(t.$slots,"items",e.normalizeProps(e.guardReactiveProps({role:e.unref(G)})))],16,g),e.renderSlot(t.$slots,"after",e.normalizeProps(e.guardReactiveProps({expanded:e.unref(_)})))],6),[[e.vShow,e.unref(_)]])])),_:3},16,["name"])],64))}})}));
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("vue"),require("@floating-ui/vue"),require("nanoid"),require("@vueuse/core"),require("mitt")):"function"==typeof define&&define.amd?define(["vue","@floating-ui/vue","nanoid","@vueuse/core","mitt"],t):(e="undefined"!=typeof globalThis?globalThis:e||self).VvDropdown=t(e.vue,e.vue$1,e.nanoid,e.core,e.mitt)}(this,(function(e,t,o,r,l){"use strict";var a=(e=>(e.left="left",e.right="right",e.top="top",e.bottom="bottom",e))(a||{}),n=(e=>(e.topStart="top-start",e.topEnd="top-end",e.bottomStart="bottom-start",e.bottomEnd="bottom-end",e.leftStart="left-start",e.leftEnd="left-end",e.rightStart="right-start",e.rightEnd="right-end",e))(n||{}),u=(e=>(e.before="before",e.after="after",e))(u||{}),i=(e=>(e.button="button",e.submit="submit",e.reset="reset",e))(i||{}),d=(e=>(e.listbox="listbox",e.menu="menu",e))(d||{}),s=(e=>(e.option="option",e.presentation="presentation",e))(s||{});const f=Symbol.for("dropdownTrigger"),p=Symbol.for("dropdownItem"),c=(Boolean,Boolean,Boolean,{modifiers:[String,Array]});u.before;const v={id:[String,Number]},m={placement:{type:String,default:a.bottom,validator:e=>Object.values(a).includes(e)||Object.values(n).includes(e)},strategy:{type:String,default:"absolute",validator:e=>["fixed","absolute"].includes(e)},transitionName:{type:String},offset:{type:[Number,String,Object],default:0},shift:{type:[Boolean,Object],default:!1},flip:{type:[Boolean,Object],default:!0},size:{type:[Boolean,Object],default:()=>({padding:10})},autoPlacement:{type:[Boolean,Object],default:!1},arrow:{type:Boolean,default:!1},keepOpen:{type:Boolean,default:!1},autofocusFirst:{type:Boolean,default:!0},triggerWidth:{type:Boolean}};i.button;const b={...v,...m,...c,modelValue:{type:Boolean,default:void 0},reference:{type:Object,default:null},role:{type:String,default:d.menu,validator:e=>Object.values(d).includes(e)}};const g=["id","tabindex","role","aria-labelledby"];return e.defineComponent({name:"VvDropdown",inheritAttrs:!1,props:b,emits:["update:modelValue","beforeExpand","beforeCollapse","afterExpand","afterCollapse","before-enter","after-leave","enter","after-enter","enter-cancelled","before-leave","leave","leave-cancelled"],setup(a,{expose:n,emit:u}){const i=a,{id:c}=e.toRefs(i),v=(t=>e.computed((()=>String((null==t?void 0:t.value)||o.nanoid()))))(c),m=e.useAttrs(),b=e.ref("auto"),h=e.ref("auto"),y=e.ref(null),x=e.ref(),w=e.ref(null),S=e.ref(null),E=e.computed({get:()=>i.reference??y.value,set:e=>{y.value=e}}),k=e.ref(!1);e.onMounted((()=>{r.useMutationObserver(x.value,(()=>{var e;k.value="true"===(null==(e=window.getComputedStyle(x.value).getPropertyValue("--dropdown-custom-position"))?void 0:e.trim())}),{attributeFilter:["style"],window:window})}));const P=e.computed((()=>{const e=[];if(i.autoPlacement?"boolean"==typeof i.autoPlacement?e.push(t.autoPlacement()):e.push(t.autoPlacement(i.autoPlacement)):i.flip&&("boolean"==typeof i.flip?e.push(t.flip({fallbackStrategy:"initialPlacement"})):e.push(t.flip(i.flip))),i.shift&&("boolean"==typeof i.shift?e.push(t.shift()):e.push(t.shift(i.shift))),i.size){const o=({availableWidth:e,availableHeight:t})=>{b.value=`${e}px`,h.value=`${t}px`};"boolean"==typeof i.size?e.push(t.size({apply:o})):e.push(t.size({...i.size,apply:o}))}return i.offset&&(e.push(t.offset(Number(i.offset))),["string","number"].includes(typeof i.offset)?e.push(t.offset(Number(i.offset))):e.push(t.offset(i.offset))),i.arrow&&e.push(t.arrow({element:w})),e})),{x:$,y:B,strategy:O,middlewareData:z,placement:V}=t.useFloating(E,x,{whileElementsMounted:(...e)=>t.autoUpdate(...e,{animationFrame:"fixed"===i.strategy}),placement:e.computed((()=>i.placement)),strategy:e.computed((()=>i.strategy)),middleware:P}),C=e.computed((()=>{var e;if(k.value)return;const t=i.triggerWidth&&E.value?`${null==(e=E.value)?void 0:e.offsetWidth}px`:void 0;return{position:O.value,top:`${B.value??0}px`,left:`${$.value??0}px`,maxWidth:t?void 0:b.value,maxHeight:h.value,width:t}})),j=e.computed((()=>V.value.split("-")[0])),A=e.computed((()=>{var e,t,o,r,l;if(k.value)return;const a={top:"bottom",right:"left",bottom:"top",left:"right"}[j.value];return{left:void 0!==(null==(e=z.value.arrow)?void 0:e.x)?`${null==(t=z.value.arrow)?void 0:t.x}px`:void 0,top:void 0!==(null==(o=z.value.arrow)?void 0:o.y)?`${null==(r=z.value.arrow)?void 0:r.y}px`:void 0,[a]:-((null==(l=w.value)?void 0:l.offsetWidth)??0)/2+"px"}})),N=r.useVModel(i,"modelValue",u),D=e.ref(!1),_=e.computed({get:()=>N.value??D.value,set:e=>{void 0!==N.value?N.value=e:D.value=e}}),F=()=>{_.value=!0},R=()=>{_.value=!1},T=()=>{_.value=!_.value},W=e=>{E.value=e};n({toggle:T,show:F,hide:R,init:W,customPosition:k}),e.watch(_,(t=>{t&&i.autofocusFirst&&e.nextTick((()=>{const e=Q(x.value);e.length>0&&e[0].focus({preventScroll:!0})}))})),r.onClickOutside(x,(()=>{!i.keepOpen&&_.value&&(_.value=!1)}),{ignore:[E]});const q=e.computed((()=>{var e,t;return(null==(t=null==(e=E.value)?void 0:e.getAttribute)?void 0:t.call(e,"id"))??void 0})),K=e.computed((()=>({"aria-controls":v.value,"aria-haspopup":!0,"aria-expanded":_.value}))),{component:M,bus:H}=function({reference:t,id:o,expanded:r,aria:a}){const n=l(),u=e.defineComponent({name:"VvDropdownTriggerProvider",setup(){e.provide(f,{reference:t,id:o,expanded:r,aria:a,bus:n})},render(){var t,o;return e.h(e.Fragment,{},null==(o=(t=this.$slots).default)?void 0:o.call(t))}});return{bus:n,component:u}}({reference:E,id:v,expanded:_,aria:K});H.on("click",T);const{role:U,modifiers:I}=e.toRefs(i),{itemRole:G}=function({role:t,expanded:o}){const r=e.computed((()=>t.value===d.listbox?s.option:s.presentation));return e.provide(p,{role:r,expanded:o}),{itemRole:r}}({role:U,expanded:_}),J=function(t,o,r){return e.computed((()=>{const l={[t]:!0},a="string"==typeof(null==o?void 0:o.value)?o.value.split(" "):null==o?void 0:o.value;return a&&Array.isArray(a)&&a.forEach((e=>{e&&(l[`${t}--${e}`]=!0)})),r&&Object.keys(r.value).forEach((o=>{l[`${t}--${o}`]=e.unref(r.value[o])})),l}))}("vv-dropdown",I,e.computed((()=>({arrow:i.arrow})))),{focused:L}=r.useFocusWithin(x);function Q(e){return e?[...e.querySelectorAll('a[href], button, input, textarea, select, details, [tabindex]:not([tabindex="-1"])')].filter((e=>!e.hasAttribute("disabled")&&!e.getAttribute("aria-hidden"))):[]}r.onKeyStroke("Escape",(e=>{_.value&&(e.preventDefault(),R())})),r.onKeyStroke("ArrowDown",(t=>{_.value&&L.value&&(t.preventDefault(),e.nextTick((()=>{if(L.value){const e=Q(x.value);if(0===e.length||!document.activeElement)return;const t=e.indexOf(document.activeElement);t<e.length-1?e[t+1].focus({preventScroll:!0}):e[0].focus({preventScroll:!0})}})))})),r.onKeyStroke("ArrowUp",(t=>{_.value&&L.value&&(t.preventDefault(),e.nextTick((()=>{if(L.value){const e=Q(x.value);if(0===e.length||!document.activeElement)return;const t=e.indexOf(document.activeElement);t>0?e[t-1].focus({preventScroll:!0}):e[e.length-1].focus({preventScroll:!0})}})))})),r.onKeyStroke([" ","Enter"],(e=>{const t=e.target;_.value&&L.value&&t&&(null==t||t.click())}));const X={"before-enter":()=>{u(_.value?"beforeExpand":"beforeCollapse"),u("before-enter")},"after-leave":()=>{u(_.value?"afterExpand":"afterCollapse"),u("after-leave")},enter:()=>{u("enter")},"after-enter":()=>{u("after-enter")},"enter-cancelled":()=>{u("enter-cancelled")},"before-leave":()=>{u("before-leave")},leave:()=>{u("leave")},"leave-cancelled":()=>{u("leave-cancelled")}};return(t,o)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(e.unref(M),null,{default:e.withCtx((()=>[e.renderSlot(t.$slots,"default",e.normalizeProps(e.guardReactiveProps({init:W,show:F,hide:R,toggle:T,expanded:e.unref(_),aria:e.unref(K)})))])),_:3}),e.createVNode(e.Transition,e.mergeProps({name:t.transitionName},e.toHandlers(X)),{default:e.withCtx((()=>[e.withDirectives(e.createElementVNode("div",{ref_key:"floatingEl",ref:x,style:e.normalizeStyle(e.unref(C)),class:e.normalizeClass(e.unref(J))},[i.arrow?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"arrowEl",ref:w,style:e.normalizeStyle(e.unref(A)),class:"vv-dropdown__arrow"},null,4)):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"before",e.normalizeProps(e.guardReactiveProps({expanded:e.unref(_)}))),e.createElementVNode("div",e.mergeProps(e.unref(m),{id:e.unref(v),ref_key:"listEl",ref:S,tabindex:e.unref(_)?void 0:-1,role:e.unref(U),"aria-labelledby":e.unref(q),class:"vv-dropdown__list"}),[e.renderSlot(t.$slots,"items",e.normalizeProps(e.guardReactiveProps({role:e.unref(G)})))],16,g),e.renderSlot(t.$slots,"after",e.normalizeProps(e.guardReactiveProps({expanded:e.unref(_)})))],6),[[e.vShow,e.unref(_)]])])),_:3},16,["name"])],64))}})}));
@@ -32,33 +32,94 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
32
32
  default: number;
33
33
  };
34
34
  shift: {
35
- type: globalThis.PropType<boolean | Partial<import("@floating-ui/vue").ShiftOptions & {
36
- rootBoundary: import("@floating-ui/vue").RootBoundary;
37
- elementContext: import("@floating-ui/vue").ElementContext;
38
- altBoundary: boolean;
39
- padding: import("@floating-ui/vue").Padding;
40
- boundary: import("@floating-ui/vue").Boundary;
35
+ type: globalThis.PropType<boolean | {
36
+ mainAxis?: boolean | undefined;
37
+ crossAxis?: boolean | undefined;
38
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
39
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
40
+ altBoundary?: boolean | undefined;
41
+ padding?: import("@floating-ui/vue").Padding | undefined;
42
+ limiter?: {
43
+ fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/vue").Coords;
44
+ options?: any;
45
+ } | undefined;
46
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
47
+ } | import("@floating-ui/dom").Derivable<{
48
+ mainAxis?: boolean | undefined;
49
+ crossAxis?: boolean | undefined;
50
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
51
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
52
+ altBoundary?: boolean | undefined;
53
+ padding?: import("@floating-ui/vue").Padding | undefined;
54
+ limiter?: {
55
+ fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/vue").Coords;
56
+ options?: any;
57
+ } | undefined;
58
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
41
59
  }> | undefined>;
42
60
  default: boolean;
43
61
  };
44
62
  flip: {
45
- type: globalThis.PropType<boolean | Partial<import("@floating-ui/vue").FlipOptions & {
46
- rootBoundary: import("@floating-ui/vue").RootBoundary;
47
- elementContext: import("@floating-ui/vue").ElementContext;
48
- altBoundary: boolean;
49
- padding: import("@floating-ui/vue").Padding;
50
- boundary: import("@floating-ui/vue").Boundary;
63
+ type: globalThis.PropType<boolean | {
64
+ mainAxis?: boolean | undefined;
65
+ crossAxis?: boolean | undefined;
66
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
67
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
68
+ altBoundary?: boolean | undefined;
69
+ padding?: import("@floating-ui/vue").Padding | undefined;
70
+ fallbackPlacements?: import("@floating-ui/vue").Placement[] | undefined;
71
+ fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
72
+ fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
73
+ flipAlignment?: boolean | undefined;
74
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
75
+ } | import("@floating-ui/dom").Derivable<{
76
+ mainAxis?: boolean | undefined;
77
+ crossAxis?: boolean | undefined;
78
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
79
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
80
+ altBoundary?: boolean | undefined;
81
+ padding?: import("@floating-ui/vue").Padding | undefined;
82
+ fallbackPlacements?: import("@floating-ui/vue").Placement[] | undefined;
83
+ fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
84
+ fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
85
+ flipAlignment?: boolean | undefined;
86
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
51
87
  }> | undefined>;
52
88
  default: boolean;
53
89
  };
54
90
  size: {
55
- type: globalThis.PropType<boolean | Partial<{
56
- apply: (args: {
91
+ type: globalThis.PropType<boolean | {
92
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
93
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
94
+ altBoundary?: boolean | undefined;
95
+ padding?: import("@floating-ui/vue").Padding | undefined;
96
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
97
+ apply?: ((args: {
57
98
  x: number;
58
99
  y: number;
100
+ initialPlacement: import("@floating-ui/vue").Placement;
59
101
  placement: import("@floating-ui/vue").Placement;
60
102
  strategy: import("@floating-ui/vue").Strategy;
103
+ middlewareData: import("@floating-ui/vue").MiddlewareData;
104
+ rects: import("@floating-ui/vue").ElementRects;
105
+ platform: import("@floating-ui/core").Platform;
106
+ elements: import("@floating-ui/vue").Elements;
107
+ } & {
108
+ availableWidth: number;
109
+ availableHeight: number;
110
+ }) => void | Promise<void>) | undefined;
111
+ } | import("@floating-ui/dom").Derivable<{
112
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
113
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
114
+ altBoundary?: boolean | undefined;
115
+ padding?: import("@floating-ui/vue").Padding | undefined;
116
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
117
+ apply?: ((args: {
118
+ x: number;
119
+ y: number;
61
120
  initialPlacement: import("@floating-ui/vue").Placement;
121
+ placement: import("@floating-ui/vue").Placement;
122
+ strategy: import("@floating-ui/vue").Strategy;
62
123
  middlewareData: import("@floating-ui/vue").MiddlewareData;
63
124
  rects: import("@floating-ui/vue").ElementRects;
64
125
  platform: import("@floating-ui/core").Platform;
@@ -66,25 +127,33 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
66
127
  } & {
67
128
  availableWidth: number;
68
129
  availableHeight: number;
69
- }) => void | Promise<void>;
70
- } & {
71
- rootBoundary: import("@floating-ui/vue").RootBoundary;
72
- elementContext: import("@floating-ui/vue").ElementContext;
73
- altBoundary: boolean;
74
- padding: import("@floating-ui/vue").Padding;
75
- boundary: import("@floating-ui/vue").Boundary;
130
+ }) => void | Promise<void>) | undefined;
76
131
  }> | undefined>;
77
132
  default: () => {
78
133
  padding: number;
79
134
  };
80
135
  };
81
136
  autoPlacement: {
82
- type: globalThis.PropType<boolean | Partial<import("@floating-ui/vue").AutoPlacementOptions & {
83
- rootBoundary: import("@floating-ui/vue").RootBoundary;
84
- elementContext: import("@floating-ui/vue").ElementContext;
85
- altBoundary: boolean;
86
- padding: import("@floating-ui/vue").Padding;
87
- boundary: import("@floating-ui/vue").Boundary;
137
+ type: globalThis.PropType<boolean | {
138
+ crossAxis?: boolean | undefined;
139
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
140
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
141
+ altBoundary?: boolean | undefined;
142
+ padding?: import("@floating-ui/vue").Padding | undefined;
143
+ alignment?: import("@floating-ui/vue").Alignment | null | undefined;
144
+ autoAlignment?: boolean | undefined;
145
+ allowedPlacements?: import("@floating-ui/vue").Placement[] | undefined;
146
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
147
+ } | import("@floating-ui/dom").Derivable<{
148
+ crossAxis?: boolean | undefined;
149
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
150
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
151
+ altBoundary?: boolean | undefined;
152
+ padding?: import("@floating-ui/vue").Padding | undefined;
153
+ alignment?: import("@floating-ui/vue").Alignment | null | undefined;
154
+ autoAlignment?: boolean | undefined;
155
+ allowedPlacements?: import("@floating-ui/vue").Placement[] | undefined;
156
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
88
157
  }> | undefined>;
89
158
  default: boolean;
90
159
  };
@@ -143,33 +212,94 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
143
212
  default: number;
144
213
  };
145
214
  shift: {
146
- type: globalThis.PropType<boolean | Partial<import("@floating-ui/vue").ShiftOptions & {
147
- rootBoundary: import("@floating-ui/vue").RootBoundary;
148
- elementContext: import("@floating-ui/vue").ElementContext;
149
- altBoundary: boolean;
150
- padding: import("@floating-ui/vue").Padding;
151
- boundary: import("@floating-ui/vue").Boundary;
215
+ type: globalThis.PropType<boolean | {
216
+ mainAxis?: boolean | undefined;
217
+ crossAxis?: boolean | undefined;
218
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
219
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
220
+ altBoundary?: boolean | undefined;
221
+ padding?: import("@floating-ui/vue").Padding | undefined;
222
+ limiter?: {
223
+ fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/vue").Coords;
224
+ options?: any;
225
+ } | undefined;
226
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
227
+ } | import("@floating-ui/dom").Derivable<{
228
+ mainAxis?: boolean | undefined;
229
+ crossAxis?: boolean | undefined;
230
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
231
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
232
+ altBoundary?: boolean | undefined;
233
+ padding?: import("@floating-ui/vue").Padding | undefined;
234
+ limiter?: {
235
+ fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/vue").Coords;
236
+ options?: any;
237
+ } | undefined;
238
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
152
239
  }> | undefined>;
153
240
  default: boolean;
154
241
  };
155
242
  flip: {
156
- type: globalThis.PropType<boolean | Partial<import("@floating-ui/vue").FlipOptions & {
157
- rootBoundary: import("@floating-ui/vue").RootBoundary;
158
- elementContext: import("@floating-ui/vue").ElementContext;
159
- altBoundary: boolean;
160
- padding: import("@floating-ui/vue").Padding;
161
- boundary: import("@floating-ui/vue").Boundary;
243
+ type: globalThis.PropType<boolean | {
244
+ mainAxis?: boolean | undefined;
245
+ crossAxis?: boolean | undefined;
246
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
247
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
248
+ altBoundary?: boolean | undefined;
249
+ padding?: import("@floating-ui/vue").Padding | undefined;
250
+ fallbackPlacements?: import("@floating-ui/vue").Placement[] | undefined;
251
+ fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
252
+ fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
253
+ flipAlignment?: boolean | undefined;
254
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
255
+ } | import("@floating-ui/dom").Derivable<{
256
+ mainAxis?: boolean | undefined;
257
+ crossAxis?: boolean | undefined;
258
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
259
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
260
+ altBoundary?: boolean | undefined;
261
+ padding?: import("@floating-ui/vue").Padding | undefined;
262
+ fallbackPlacements?: import("@floating-ui/vue").Placement[] | undefined;
263
+ fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
264
+ fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
265
+ flipAlignment?: boolean | undefined;
266
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
162
267
  }> | undefined>;
163
268
  default: boolean;
164
269
  };
165
270
  size: {
166
- type: globalThis.PropType<boolean | Partial<{
167
- apply: (args: {
271
+ type: globalThis.PropType<boolean | {
272
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
273
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
274
+ altBoundary?: boolean | undefined;
275
+ padding?: import("@floating-ui/vue").Padding | undefined;
276
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
277
+ apply?: ((args: {
168
278
  x: number;
169
279
  y: number;
280
+ initialPlacement: import("@floating-ui/vue").Placement;
170
281
  placement: import("@floating-ui/vue").Placement;
171
282
  strategy: import("@floating-ui/vue").Strategy;
283
+ middlewareData: import("@floating-ui/vue").MiddlewareData;
284
+ rects: import("@floating-ui/vue").ElementRects;
285
+ platform: import("@floating-ui/core").Platform;
286
+ elements: import("@floating-ui/vue").Elements;
287
+ } & {
288
+ availableWidth: number;
289
+ availableHeight: number;
290
+ }) => void | Promise<void>) | undefined;
291
+ } | import("@floating-ui/dom").Derivable<{
292
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
293
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
294
+ altBoundary?: boolean | undefined;
295
+ padding?: import("@floating-ui/vue").Padding | undefined;
296
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
297
+ apply?: ((args: {
298
+ x: number;
299
+ y: number;
172
300
  initialPlacement: import("@floating-ui/vue").Placement;
301
+ placement: import("@floating-ui/vue").Placement;
302
+ strategy: import("@floating-ui/vue").Strategy;
173
303
  middlewareData: import("@floating-ui/vue").MiddlewareData;
174
304
  rects: import("@floating-ui/vue").ElementRects;
175
305
  platform: import("@floating-ui/core").Platform;
@@ -177,25 +307,33 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
177
307
  } & {
178
308
  availableWidth: number;
179
309
  availableHeight: number;
180
- }) => void | Promise<void>;
181
- } & {
182
- rootBoundary: import("@floating-ui/vue").RootBoundary;
183
- elementContext: import("@floating-ui/vue").ElementContext;
184
- altBoundary: boolean;
185
- padding: import("@floating-ui/vue").Padding;
186
- boundary: import("@floating-ui/vue").Boundary;
310
+ }) => void | Promise<void>) | undefined;
187
311
  }> | undefined>;
188
312
  default: () => {
189
313
  padding: number;
190
314
  };
191
315
  };
192
316
  autoPlacement: {
193
- type: globalThis.PropType<boolean | Partial<import("@floating-ui/vue").AutoPlacementOptions & {
194
- rootBoundary: import("@floating-ui/vue").RootBoundary;
195
- elementContext: import("@floating-ui/vue").ElementContext;
196
- altBoundary: boolean;
197
- padding: import("@floating-ui/vue").Padding;
198
- boundary: import("@floating-ui/vue").Boundary;
317
+ type: globalThis.PropType<boolean | {
318
+ crossAxis?: boolean | undefined;
319
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
320
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
321
+ altBoundary?: boolean | undefined;
322
+ padding?: import("@floating-ui/vue").Padding | undefined;
323
+ alignment?: import("@floating-ui/vue").Alignment | null | undefined;
324
+ autoAlignment?: boolean | undefined;
325
+ allowedPlacements?: import("@floating-ui/vue").Placement[] | undefined;
326
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
327
+ } | import("@floating-ui/dom").Derivable<{
328
+ crossAxis?: boolean | undefined;
329
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
330
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
331
+ altBoundary?: boolean | undefined;
332
+ padding?: import("@floating-ui/vue").Padding | undefined;
333
+ alignment?: import("@floating-ui/vue").Alignment | null | undefined;
334
+ autoAlignment?: boolean | undefined;
335
+ allowedPlacements?: import("@floating-ui/vue").Placement[] | undefined;
336
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
199
337
  }> | undefined>;
200
338
  default: boolean;
201
339
  };
@@ -231,29 +369,92 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
231
369
  onAfterCollapse?: ((...args: any[]) => any) | undefined;
232
370
  }, {
233
371
  reference: HTMLElement | null;
372
+ placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
373
+ strategy: "fixed" | "absolute";
234
374
  modelValue: boolean;
235
- shift: boolean | Partial<import("@floating-ui/vue").ShiftOptions & {
236
- rootBoundary: import("@floating-ui/vue").RootBoundary;
237
- elementContext: import("@floating-ui/vue").ElementContext;
238
- altBoundary: boolean;
239
- padding: import("@floating-ui/vue").Padding;
240
- boundary: import("@floating-ui/vue").Boundary;
375
+ shift: boolean | {
376
+ mainAxis?: boolean | undefined;
377
+ crossAxis?: boolean | undefined;
378
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
379
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
380
+ altBoundary?: boolean | undefined;
381
+ padding?: import("@floating-ui/vue").Padding | undefined;
382
+ limiter?: {
383
+ fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/vue").Coords;
384
+ options?: any;
385
+ } | undefined;
386
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
387
+ } | import("@floating-ui/dom").Derivable<{
388
+ mainAxis?: boolean | undefined;
389
+ crossAxis?: boolean | undefined;
390
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
391
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
392
+ altBoundary?: boolean | undefined;
393
+ padding?: import("@floating-ui/vue").Padding | undefined;
394
+ limiter?: {
395
+ fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/vue").Coords;
396
+ options?: any;
397
+ } | undefined;
398
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
241
399
  }> | undefined;
242
400
  role: "listbox" | "menu";
243
- flip: boolean | Partial<import("@floating-ui/vue").FlipOptions & {
244
- rootBoundary: import("@floating-ui/vue").RootBoundary;
245
- elementContext: import("@floating-ui/vue").ElementContext;
246
- altBoundary: boolean;
247
- padding: import("@floating-ui/vue").Padding;
248
- boundary: import("@floating-ui/vue").Boundary;
401
+ flip: boolean | {
402
+ mainAxis?: boolean | undefined;
403
+ crossAxis?: boolean | undefined;
404
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
405
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
406
+ altBoundary?: boolean | undefined;
407
+ padding?: import("@floating-ui/vue").Padding | undefined;
408
+ fallbackPlacements?: import("@floating-ui/vue").Placement[] | undefined;
409
+ fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
410
+ fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
411
+ flipAlignment?: boolean | undefined;
412
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
413
+ } | import("@floating-ui/dom").Derivable<{
414
+ mainAxis?: boolean | undefined;
415
+ crossAxis?: boolean | undefined;
416
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
417
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
418
+ altBoundary?: boolean | undefined;
419
+ padding?: import("@floating-ui/vue").Padding | undefined;
420
+ fallbackPlacements?: import("@floating-ui/vue").Placement[] | undefined;
421
+ fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
422
+ fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
423
+ flipAlignment?: boolean | undefined;
424
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
249
425
  }> | undefined;
250
- size: boolean | Partial<{
251
- apply: (args: {
426
+ size: boolean | {
427
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
428
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
429
+ altBoundary?: boolean | undefined;
430
+ padding?: import("@floating-ui/vue").Padding | undefined;
431
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
432
+ apply?: ((args: {
252
433
  x: number;
253
434
  y: number;
435
+ initialPlacement: import("@floating-ui/vue").Placement;
254
436
  placement: import("@floating-ui/vue").Placement;
255
437
  strategy: import("@floating-ui/vue").Strategy;
438
+ middlewareData: import("@floating-ui/vue").MiddlewareData;
439
+ rects: import("@floating-ui/vue").ElementRects;
440
+ platform: import("@floating-ui/core").Platform;
441
+ elements: import("@floating-ui/vue").Elements;
442
+ } & {
443
+ availableWidth: number;
444
+ availableHeight: number;
445
+ }) => void | Promise<void>) | undefined;
446
+ } | import("@floating-ui/dom").Derivable<{
447
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
448
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
449
+ altBoundary?: boolean | undefined;
450
+ padding?: import("@floating-ui/vue").Padding | undefined;
451
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
452
+ apply?: ((args: {
453
+ x: number;
454
+ y: number;
256
455
  initialPlacement: import("@floating-ui/vue").Placement;
456
+ placement: import("@floating-ui/vue").Placement;
457
+ strategy: import("@floating-ui/vue").Strategy;
257
458
  middlewareData: import("@floating-ui/vue").MiddlewareData;
258
459
  rects: import("@floating-ui/vue").ElementRects;
259
460
  platform: import("@floating-ui/core").Platform;
@@ -261,23 +462,29 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
261
462
  } & {
262
463
  availableWidth: number;
263
464
  availableHeight: number;
264
- }) => void | Promise<void>;
265
- } & {
266
- rootBoundary: import("@floating-ui/vue").RootBoundary;
267
- elementContext: import("@floating-ui/vue").ElementContext;
268
- altBoundary: boolean;
269
- padding: import("@floating-ui/vue").Padding;
270
- boundary: import("@floating-ui/vue").Boundary;
465
+ }) => void | Promise<void>) | undefined;
271
466
  }> | undefined;
272
- placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
273
- strategy: "fixed" | "absolute";
274
467
  offset: string | import("@floating-ui/vue").OffsetOptions | undefined;
275
- autoPlacement: boolean | Partial<import("@floating-ui/vue").AutoPlacementOptions & {
276
- rootBoundary: import("@floating-ui/vue").RootBoundary;
277
- elementContext: import("@floating-ui/vue").ElementContext;
278
- altBoundary: boolean;
279
- padding: import("@floating-ui/vue").Padding;
280
- boundary: import("@floating-ui/vue").Boundary;
468
+ autoPlacement: boolean | {
469
+ crossAxis?: boolean | undefined;
470
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
471
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
472
+ altBoundary?: boolean | undefined;
473
+ padding?: import("@floating-ui/vue").Padding | undefined;
474
+ alignment?: import("@floating-ui/vue").Alignment | null | undefined;
475
+ autoAlignment?: boolean | undefined;
476
+ allowedPlacements?: import("@floating-ui/vue").Placement[] | undefined;
477
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
478
+ } | import("@floating-ui/dom").Derivable<{
479
+ crossAxis?: boolean | undefined;
480
+ rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
481
+ elementContext?: import("@floating-ui/vue").ElementContext | undefined;
482
+ altBoundary?: boolean | undefined;
483
+ padding?: import("@floating-ui/vue").Padding | undefined;
484
+ alignment?: import("@floating-ui/vue").Alignment | null | undefined;
485
+ autoAlignment?: boolean | undefined;
486
+ allowedPlacements?: import("@floating-ui/vue").Placement[] | undefined;
487
+ boundary?: import("@floating-ui/vue").Boundary | undefined;
281
488
  }> | undefined;
282
489
  arrow: boolean;
283
490
  keepOpen: boolean;