FrontPastel/node_modules/@floating-ui/utils/dist/floating-ui.utils.browser.m...

2 lines
1.9 KiB
JavaScript

const t=["top","right","bottom","left"],n=["start","end"],o=t.reduce(((t,o)=>t.concat(o,o+"-"+n[0],o+"-"+n[1])),[]),r=Math.min,e=Math.max,u=Math.round,i=Math.floor,c=t=>({x:t,y:t}),f={left:"right",right:"left",bottom:"top",top:"bottom"},a={start:"end",end:"start"};function h(t,n,o){return e(t,r(n,o))}function l(t,n){return"function"==typeof t?t(n):t}function p(t){return t.split("-")[0]}function s(t){return t.split("-")[1]}function m(t){return"x"===t?"y":"x"}function g(t){return"y"===t?"height":"width"}function b(t){return["top","bottom"].includes(p(t))?"y":"x"}function d(t){return m(b(t))}function x(t,n,o){void 0===o&&(o=!1);const r=s(t),e=d(t),u=g(e);let i="x"===e?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return n.reference[u]>n.floating[u]&&(i=v(i)),[i,v(i)]}function y(t){const n=v(t);return[M(t),n,M(n)]}function M(t){return t.replace(/start|end/g,(t=>a[t]))}function w(t,n,o,r){const e=s(t);let u=function(t,n,o){const r=["left","right"],e=["right","left"],u=["top","bottom"],i=["bottom","top"];switch(t){case"top":case"bottom":return o?n?e:r:n?r:e;case"left":case"right":return n?u:i;default:return[]}}(p(t),"start"===o,r);return e&&(u=u.map((t=>t+"-"+e)),n&&(u=u.concat(u.map(M)))),u}function v(t){return t.replace(/left|right|bottom|top/g,(t=>f[t]))}function j(t){return{top:0,right:0,bottom:0,left:0,...t}}function k(t){return"number"!=typeof t?j(t):{top:t,right:t,bottom:t,left:t}}function q(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}export{n as alignments,h as clamp,c as createCoords,l as evaluate,j as expandPaddingObject,i as floor,s as getAlignment,d as getAlignmentAxis,x as getAlignmentSides,g as getAxisLength,y as getExpandedPlacements,M as getOppositeAlignmentPlacement,m as getOppositeAxis,w as getOppositeAxisPlacements,v as getOppositePlacement,k as getPaddingObject,p as getSide,b as getSideAxis,e as max,r as min,o as placements,q as rectToClientRect,u as round,t as sides};