@thednp/shorty 2.0.9 → 2.0.10

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/dist/shorty.d.ts CHANGED
@@ -24,6 +24,12 @@ export declare const addClass: (element: Element, ...classNAME: string[]) => voi
24
24
  declare const addEventListener_2 = "addEventListener";
25
25
  export { addEventListener_2 as addEventListener }
26
26
 
27
+ /**
28
+ * Utility to add focus trap inside a designated target element;
29
+ * @param target
30
+ */
31
+ export declare const addFocusTrap: (target: Element) => void;
32
+
27
33
  /**
28
34
  * A global namespace for 'animationDelay' string.
29
35
  */
@@ -820,6 +826,8 @@ export declare const getUID: (element: Element, key?: string) => number;
820
826
  */
821
827
  export declare const getWindow: (node?: Node) => Window;
822
828
 
829
+ export declare function handleKeyboardNavigation<T extends Element & EventTarget>(this: T, event: KeyboardEvent_2<T>): void;
830
+
823
831
  /**
824
832
  * Shortcut for `Element.hasAttribute()` method.
825
833
  *
@@ -1836,6 +1844,12 @@ export declare const removeClass: (element: Element, ...classNAME: string[]) =>
1836
1844
  declare const removeEventListener_2 = "removeEventListener";
1837
1845
  export { removeEventListener_2 as removeEventListener }
1838
1846
 
1847
+ /**
1848
+ * Utility to remove focus trap inside a designated target element;
1849
+ * @param target
1850
+ */
1851
+ export declare const removeFocusTrap: (target: Element) => void;
1852
+
1839
1853
  /**
1840
1854
  * A global namespace for `reset` event.
1841
1855
  */
package/dist/shorty.js CHANGED
@@ -1,2 +1,2 @@
1
- var SHORTY=function(t){"use strict";const kt="2.0.9",St="aria-checked",Tt="aria-description",Ct="aria-describedby",Nt="aria-expanded",Dt="aria-haspopup",G="aria-hidden",Mt="aria-label",Lt="aria-labelledby",Ot="aria-modal",It="aria-pressed",zt="aria-selected",Pt="aria-valuemin",Ft="aria-valuemax",Ht="aria-valuenow",Bt="aria-valuetext",J="abort",Y="beforeunload",Z="blur",_="change",$="contextmenu",z="DOMContentLoaded",X="DOMMouseScroll",x="error",ee="focus",te="focusin",ne="focusout",oe="gesturechange",ae="gestureend",se="gesturestart",ie="keydown",ce="keypress",re="keyup",ue="load",le="click",de="dblclick",me="mousedown",ve="mouseup",Ee="hover",fe="mouseenter",ge="mouseleave",be="mousein",ye="mouseout",he="mouseover",we="mousemove",Ae="mousewheel",ke="move",Se="orientationchange",Te="pointercancel",Ce="pointerdown",Ne="pointerleave",De="pointermove",Me="pointerup",Le="readystatechange",Oe="reset",Ie="resize",ze="select",Pe="selectend",Fe="selectstart",He="scroll",Be="submit",Ve="touchstart",pe="touchmove",We="touchcancel",Re="touchend",Ue="unload",Vt={DOMContentLoaded:z,DOMMouseScroll:X,abort:J,beforeunload:Y,blur:Z,change:_,click:le,contextmenu:$,dblclick:de,error:x,focus:ee,focusin:te,focusout:ne,gesturechange:oe,gestureend:ae,gesturestart:se,hover:Ee,keydown:ie,keypress:ce,keyup:re,load:ue,mousedown:me,mousemove:we,mousein:be,mouseout:ye,mouseenter:fe,mouseleave:ge,mouseover:he,mouseup:ve,mousewheel:Ae,move:ke,orientationchange:Se,pointercancel:Te,pointerdown:Ce,pointerleave:Ne,pointermove:De,pointerup:Me,readystatechange:Le,reset:Oe,resize:Ie,scroll:He,select:ze,selectend:Pe,selectstart:Fe,submit:Be,touchcancel:We,touchend:Re,touchmove:pe,touchstart:Ve,unload:Ue},pt="drag",Wt="dragstart",Rt="dragenter",Ut="dragleave",jt="dragover",Qt="dragend",Kt="loadstart",qt={start:"mousedown",end:"mouseup",move:"mousemove",cancel:"mouseleave"},Gt={down:"mousedown",up:"mouseup"},Jt="onmouseleave"in document?["mouseenter","mouseleave"]:["mouseover","mouseout"],Yt={start:"touchstart",end:"touchend",move:"touchmove",cancel:"touchcancel"},Zt={in:"focusin",out:"focusout"},je='a[href], button, input, textarea, select, details, [tabindex]:not([tabindex="-1"]',_t={Backspace:"Backspace",Tab:"Tab",Enter:"Enter",Shift:"Shift",Control:"Control",Alt:"Alt",Pause:"Pause",CapsLock:"CapsLock",Escape:"Escape",Scape:"Space",ArrowLeft:"ArrowLeft",ArrowUp:"ArrowUp",ArrowRight:"ArrowRight",ArrowDown:"ArrowDown",Insert:"Insert",Delete:"Delete",Meta:"Meta",ContextMenu:"ContextMenu",ScrollLock:"ScrollLock"},$t="Alt",Xt="ArrowDown",xt="ArrowUp",en="ArrowLeft",tn="ArrowRight",nn="Backspace",on="CapsLock",an="Control",sn="Delete",cn="Enter",rn="NumpadEnter",un="Escape",ln="Insert",dn="Meta",mn="Pause",vn="ScrollLock",En="Shift",fn="Space",gn="Tab",Qe="animationDuration",Ke="animationDelay",P="animationName",D="animationend",qe="transitionDuration",Ge="transitionDelay",M="transitionend",F="transitionProperty",bn="addEventListener",yn="removeEventListener",hn={linear:"linear",easingSinusoidalIn:"cubic-bezier(0.47,0,0.745,0.715)",easingSinusoidalOut:"cubic-bezier(0.39,0.575,0.565,1)",easingSinusoidalInOut:"cubic-bezier(0.445,0.05,0.55,0.95)",easingQuadraticIn:"cubic-bezier(0.550,0.085,0.680,0.530)",easingQuadraticOut:"cubic-bezier(0.250,0.460,0.450,0.940)",easingQuadraticInOut:"cubic-bezier(0.455,0.030,0.515,0.955)",easingCubicIn:"cubic-bezier(0.55,0.055,0.675,0.19)",easingCubicOut:"cubic-bezier(0.215,0.61,0.355,1)",easingCubicInOut:"cubic-bezier(0.645,0.045,0.355,1)",easingQuarticIn:"cubic-bezier(0.895,0.03,0.685,0.22)",easingQuarticOut:"cubic-bezier(0.165,0.84,0.44,1)",easingQuarticInOut:"cubic-bezier(0.77,0,0.175,1)",easingQuinticIn:"cubic-bezier(0.755,0.05,0.855,0.06)",easingQuinticOut:"cubic-bezier(0.23,1,0.32,1)",easingQuinticInOut:"cubic-bezier(0.86,0,0.07,1)",easingExponentialIn:"cubic-bezier(0.95,0.05,0.795,0.035)",easingExponentialOut:"cubic-bezier(0.19,1,0.22,1)",easingExponentialInOut:"cubic-bezier(1,0,0,1)",easingCircularIn:"cubic-bezier(0.6,0.04,0.98,0.335)",easingCircularOut:"cubic-bezier(0.075,0.82,0.165,1)",easingCircularInOut:"cubic-bezier(0.785,0.135,0.15,0.86)",easingBackIn:"cubic-bezier(0.6,-0.28,0.735,0.045)",easingBackOut:"cubic-bezier(0.175,0.885,0.32,1.275)",easingBackInOut:"cubic-bezier(0.68,-0.55,0.265,1.55)"},wn="offsetHeight",An="offsetWidth",kn="scrollHeight",Sn="scrollWidth",Tn="tabindex",Cn=navigator.userAgentData,{userAgent:Nn}=navigator,Dn=Nn,Mn=()=>{const e=/iPhone|iPad|iPod|Android/i;return navigator?.userAgentData?.brands.some(n=>e.test(n.brand))||e.test(navigator?.userAgent)||!1},Ln=()=>{const e=/(iPhone|iPod|iPad)/;return navigator?.userAgentData?.brands.some(n=>e.test(n.brand))||e.test(navigator?.userAgent)||!1},On=()=>navigator?.userAgent?.includes("Firefox")||!1,Je=()=>typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none"),In=()=>["webkitPerspective","perspective"].some(e=>e in document.head.style),Ye=()=>{},H=(e,n,o,a)=>{const s=a||!1;e.addEventListener(n,o,s)},B=(e,n,o,a)=>{const s=a||!1;e.removeEventListener(n,o,s)},Ze=(e,n,o,a)=>{const s=i=>{(i.target===e||i.currentTarget===e)&&(o.apply(e,[i]),B(e,n,s,a))};H(e,n,s,a)},zn=()=>{let e=!1;try{const n=Object.defineProperty({},"passive",{get:()=>(e=!0,e)});Ze(document,z,Ye,n)}catch{}return e},Pn=()=>["webkitTransform","transform"].some(e=>e in document.head.style),Fn=()=>"ontouchstart"in window||"msMaxTouchPoints"in navigator,Hn=()=>["webkitAnimation","animation"].some(e=>e in document.head.style),Bn=()=>["webkitTransition","transition"].some(e=>e in document.head.style),V=(e,n)=>e.getAttribute(n),Vn=(e,n,o)=>n.getAttributeNS(e,o),_e=(e,n)=>e.hasAttribute(n),pn=(e,n,o)=>n.hasAttributeNS(e,o),Wn=(e,n,o)=>e.setAttribute(n,o),Rn=(e,n,o,a)=>n.setAttributeNS(e,o,a),Un=(e,n)=>e.removeAttribute(n),jn=(e,n,o)=>n.removeAttributeNS(e,o),Qn=(e,...n)=>{e.classList.add(...n)},Kn=(e,...n)=>{e.classList.remove(...n)},qn=(e,n)=>e.classList.contains(n),{body:Gn}=document,{documentElement:Jn}=document,{head:Yn}=document,Zn=e=>Array.from(e),E=e=>e!=null&&typeof e=="object"||!1,u=e=>E(e)&&typeof e.nodeType=="number"&&[1,2,3,4,5,6,7,8,9,10,11].some(n=>e.nodeType===n)||!1,l=e=>u(e)&&e.nodeType===1||!1,h=new Map,L={data:h,set:(e,n,o)=>{if(!l(e))return;h.has(n)||h.set(n,new Map),h.get(n).set(e,o)},getAllFor:e=>h.get(e)||null,get:(e,n)=>{if(!l(e)||!n)return null;const o=L.getAllFor(n);return e&&o&&o.get(e)||null},remove:(e,n)=>{const o=L.getAllFor(n);!o||!l(e)||(o.delete(e),o.size===0&&h.delete(n))}},_n=(e,n)=>L.get(e,n),$n=e=>e?.charAt(0).toUpperCase()+e?.slice(1),p=e=>e?.trim().replace(/(?:^\w|[A-Z]|\b\w)/g,(n,o)=>o===0?n.toLowerCase():n.toUpperCase()).replace(/\s+/g,""),S=e=>typeof e=="string"||!1,W=e=>E(e)&&e.constructor.name==="Window"||!1,R=e=>u(e)&&e.nodeType===9||!1,m=e=>R(e)?e:u(e)?e.ownerDocument:W(e)?e.document:globalThis.document,T=(e,...n)=>Object.assign(e,...n),$e=e=>{if(!e)return;if(S(e))return m().createElement(e);const{tagName:n}=e,o=$e(n);if(!o)return;const a={...e};return delete a.tagName,T(o,a)},Xe=(e,n)=>{if(!e||!n)return;if(S(n))return m().createElementNS(e,n);const{tagName:o}=n,a=Xe(e,o);if(!a)return;const s={...n};return delete s.tagName,T(a,s)},U=(e,n)=>e.dispatchEvent(n),Xn=(e,n,o)=>o.indexOf(e)===n,v=(e,n,o)=>{const a=getComputedStyle(e,o),s=n.replace("webkit","Webkit").replace(/([A-Z])/g,"-$1").toLowerCase();return a.getPropertyValue(s)},xe=e=>{const n=v(e,P),o=v(e,Ke),a=o.includes("ms")?1:1e3,s=n&&n!=="none"?parseFloat(o)*a:0;return Number.isNaN(s)?0:s},et=e=>{const n=v(e,P),o=v(e,Qe),a=o.includes("ms")?1:1e3,s=n&&n!=="none"?parseFloat(o)*a:0;return Number.isNaN(s)?0:s},xn=(e,n)=>{let o=0;const a=new Event(D),s=et(e),i=xe(e);if(s){const r=d=>{d.target===e&&(n.apply(e,[d]),e.removeEventListener(D,r),o=1)};e.addEventListener(D,r),setTimeout(()=>{o||U(e,a)},s+i+17)}else n.apply(e,[a])},tt=e=>{const n=v(e,F),o=v(e,Ge),a=o.includes("ms")?1:1e3,s=n&&n!=="none"?parseFloat(o)*a:0;return Number.isNaN(s)?0:s},nt=e=>{const n=v(e,F),o=v(e,qe),a=o.includes("ms")?1:1e3,s=n&&n!=="none"?parseFloat(o)*a:0;return Number.isNaN(s)?0:s},eo=(e,n)=>{let o=0;const a=new Event(M),s=nt(e),i=tt(e);if(s){const r=d=>{d.target===e&&(n.apply(e,[d]),e.removeEventListener(M,r),o=1)};e.addEventListener(M,r),setTimeout(()=>{o||U(e,a)},s+i+17)}else n.apply(e,[a])},to=e=>Float32Array.from(Array.from(e)),no=e=>Float64Array.from(Array.from(e)),oo=(e,n)=>e.focus(n),ao=e=>e?.trim().replace(/([a-z])([A-Z])/g,"$1-$2").replace(/\s+/g,"-").toLowerCase(),j=e=>["true",!0].includes(e)?!0:["false",!1].includes(e)?!1:["null","",null,void 0].includes(e)?null:e!==""&&!Number.isNaN(+e)?+e:e,C=e=>Object.entries(e),so=(e,n,o,a)=>{if(!l(e))return n;const s={...o},i={...e.dataset},r={...n},d={},b="title";return C(i).forEach(([c,y])=>{const I=a&&typeof c=="string"&&c.includes(a)?p(c.replace(a,"")):p(c);d[I]=j(y)}),C(s).forEach(([c,y])=>{s[c]=j(y)}),C(n).forEach(([c,y])=>{c in s?r[c]=s[c]:c in d?r[c]=d[c]:r[c]=c===b?V(e,b):y}),r},io=(e,n)=>E(e)&&(Object.hasOwn(e,n)||n in e),co=e=>Object.keys(e),ro=e=>Object.values(e),uo=e=>Object.fromEntries(e),lo=(e,n)=>{const o=new CustomEvent(e,{cancelable:!0,bubbles:!0});return E(n)&&T(o,n),o},mo={passive:!0},vo=e=>e.offsetHeight,Eo=(e,n)=>{C(n).forEach(([o,a])=>{if(a&&S(o)&&o.includes("--"))e.style.setProperty(o,a);else{const s={};s[o]=a,T(e.style,s)}})},O=e=>E(e)&&e.constructor.name==="Map"||!1,ot=e=>typeof e=="number"||!1,f=new Map,fo={set:(e,n,o,a)=>{l(e)&&(a&&a.length?(f.has(e)||f.set(e,new Map),f.get(e).set(a,setTimeout(n,o))):f.set(e,setTimeout(n,o)))},get:(e,n)=>{if(!l(e))return null;const o=f.get(e);return n&&o&&O(o)?o.get(n)||null:ot(o)?o:null},clear:(e,n)=>{if(!l(e))return;const o=f.get(e);n&&n.length&&O(o)?(clearTimeout(o.get(n)),o.delete(n),o.size===0&&f.delete(e)):(clearTimeout(o),f.delete(e))}},go=e=>e.toLowerCase(),bo=e=>e.toUpperCase(),at=(e,n)=>(u(n)?n:m()).querySelectorAll(e),Q=new Map;function yo(e){const{shiftKey:n,code:o}=e,a=m(this),s=[...at(je,this)].filter(d=>!_e(d,"disabled")&&!V(d,G));if(!s.length)return;const i=s[0],r=s[s.length-1];o==="Tab"&&(n&&a.activeElement===i?(r.focus(),e.preventDefault()):!n&&a.activeElement===r&&(i.focus(),e.preventDefault()))}const st=e=>Q.has(e)===!0,ho=e=>{const n=st(e);(n?B:H)(e,"keydown",yo),n?Q.delete(e):Q.set(e,!0)},g=e=>l(e)&&"offsetWidth"in e||!1,w=(e,n)=>{const{width:o,height:a,top:s,right:i,bottom:r,left:d}=e.getBoundingClientRect();let b=1,c=1;if(n&&g(e)){const{offsetWidth:y,offsetHeight:I}=e;b=y>0?Math.round(o)/y:1,c=I>0?Math.round(a)/I:1}return{width:o/b,height:a/c,top:s/c,right:i/b,bottom:r/c,left:d/b,x:d/b,y:s/c}},wo=e=>m(e).body,A=e=>m(e).documentElement,Ao=e=>m(e).head,it=e=>u(e)?(e.nodeName||"").toLowerCase():"#document",ko=e=>{const n=W(e),o=n?e.scrollX:e.scrollLeft,a=n?e.scrollY:e.scrollTop;return{x:o,y:a}},ct=e=>u(e)&&e.constructor.name==="ShadowRoot"||!1,N=e=>e.nodeName==="HTML"?e:l(e)&&e.assignedSlot||u(e)&&e.parentNode||ct(e)&&e.host||A(e),rt=e=>e?R(e)?e.defaultView:u(e)?e?.ownerDocument?.defaultView:e:window,ut=e=>u(e)&&["TABLE","TD","TH"].includes(e.nodeName)||!1,lt=(e,n)=>e.matches(n),K=e=>v(e,"position")==="static",So=e=>v(e,"position")==="fixed",dt=e=>[":popover-open",":modal"].some(n=>{try{return lt(e,n)}catch{return!1}}),mt=e=>{const n=Je(),o=l(e)?getComputedStyle(e):e;return o.transform!=="none"||o.perspective!=="none"||(o.containerType?o.containerType!=="normal":!1)||!n&&(o.backdropFilter?o.backdropFilter!=="none":!1)||!n&&(o.filter?o.filter!=="none":!1)||["transform","perspective","filter"].some(a=>(o.willChange||"").includes(a))||["paint","layout","strict","content"].some(a=>(o.contain||"").includes(a))},To=e=>{let n=N(e);for(;l(n)&&!q(n);){if(mt(n))return n;if(dt(n))return null;n=N(n)}return null},q=e=>["html","body","#document"].includes(it(e)),vt=e=>{if(!g(e)||So(e))return null;let n=e.offsetParent;return A(e)===n&&(n=n.ownerDocument.body),n},Co=e=>{const n=rt(e);if(!u(e)||dt(e))return n;if(!g(e)){let a=N(e);for(;a&&!q(a);){if(l(a)&&!K(a))return a;a=N(a)}return n}let o=vt(e);for(;o&&ut(o)&&K(o);)o=vt(o);return o&&q(o)&&K(o)&&!mt(o)?n:o||To(e)||n},Et=e=>{if(!g(e))return!1;const{width:n,height:o}=w(e),{offsetWidth:a,offsetHeight:s}=e;return Math.round(n)!==a||Math.round(o)!==s},No=(e,n,o)=>{const a=g(n),s=w(e,a&&Et(n)),i={x:0,y:0};if(a){const r=w(n,!0);i.x=r.x+n.clientLeft,i.y=r.y+n.clientTop}return{x:s.left+o.x-i.x,y:s.top+o.y-i.y,width:s.width,height:s.height}};let ft=0,gt=0;const k=new Map,bt=(e,n)=>{let o=n?ft:gt;if(n){const a=bt(e),s=k.get(a)||new Map;k.has(a)||k.set(a,s),O(s)&&!s.has(n)?(s.set(n,o),ft+=1):o=s.get(n)}else{const a=e.id||e;k.has(a)?o=k.get(a):(k.set(a,o),gt+=1)}return o},yt=e=>Array.isArray(e)||!1,Do=e=>u(e)&&e.nodeName==="CANVAS"||!1,ht=e=>g(e)&&!!e.shadowRoot||!1,Mo=e=>{if(!u(e))return!1;const{top:n,bottom:o}=w(e),{clientHeight:a}=A(e);return n<=a&&o>=0},Lo=e=>{if(!l(e))return!1;const{clientWidth:n,clientHeight:o}=A(e),{top:a,left:s,bottom:i,right:r}=w(e,!0);return a>=0&&s>=0&&i<=o&&r<=n},Oo=e=>yt(e)&&e.every(l)||!1,Io=e=>typeof e=="function"||!1,zo=e=>E(e)&&e.constructor.name==="HTMLCollection"||!1,Po=e=>g(e)&&e.tagName==="IMG"||!1,Fo=e=>{if(!S(e))return!1;try{JSON.parse(e)}catch{return!1}return!0},Ho=e=>E(e)&&e.constructor.name==="WeakMap"||!1,Bo=e=>u(e)&&["SVG","Image","Video","Canvas"].some(n=>e.constructor.name.includes(n))||!1,Vo=e=>E(e)&&e.constructor.name==="NodeList"||!1,po=e=>A(e).dir==="rtl",Wo=e=>u(e)&&e.constructor.name.includes("SVG")||!1,wt=(e,n)=>!e||!n?null:e.closest(n)||wt(e.getRootNode().host,n)||null,Ro=(e,n)=>l(e)?e:(l(n)?n:m()).querySelector(e),At=(e,n)=>(u(n)?n:m()).getElementsByTagName(e),Uo=e=>[...At("*",e)].filter(ht),jo=(e,n)=>m(n).getElementById(e),Qo=(e,n)=>(n&&u(n)?n:m()).getElementsByClassName(e);return t.ArrayFrom=Zn,t.DOMContentLoadedEvent=z,t.DOMMouseScrollEvent=X,t.Data=L,t.Float32ArrayFrom=to,t.Float64ArrayFrom=no,t.ObjectAssign=T,t.ObjectEntries=C,t.ObjectFromEntries=uo,t.ObjectHasOwn=io,t.ObjectKeys=co,t.ObjectValues=ro,t.Timer=fo,t.abortEvent=J,t.addClass=Qn,t.addEventListener=bn,t.animationDelay=Ke,t.animationDuration=Qe,t.animationEndEvent=D,t.animationName=P,t.ariaChecked=St,t.ariaDescribedBy=Ct,t.ariaDescription=Tt,t.ariaExpanded=Nt,t.ariaHasPopup=Dt,t.ariaHidden=G,t.ariaLabel=Mt,t.ariaLabelledBy=Lt,t.ariaModal=Ot,t.ariaPressed=It,t.ariaSelected=zt,t.ariaValueMax=Ft,t.ariaValueMin=Pt,t.ariaValueNow=Ht,t.ariaValueText=Bt,t.beforeunloadEvent=Y,t.bezierEasings=hn,t.blurEvent=Z,t.camelCase=p,t.capitalize=$n,t.changeEvent=_,t.closest=wt,t.contextmenuEvent=$,t.createCustomEvent=lo,t.createElement=$e,t.createElementNS=Xe,t.dispatchEvent=U,t.distinct=Xn,t.documentBody=Gn,t.documentElement=Jn,t.documentHead=Yn,t.dragEvent=pt,t.dragendEvent=Qt,t.dragenterEvent=Rt,t.dragleaveEvent=Ut,t.dragoverEvent=jt,t.dragstartEvent=Wt,t.emulateAnimationEnd=xn,t.emulateTransitionEnd=eo,t.errorEvent=x,t.focus=oo,t.focusEvent=ee,t.focusEvents=Zt,t.focusableSelector=je,t.focusinEvent=te,t.focusoutEvent=ne,t.gesturechangeEvent=oe,t.gestureendEvent=ae,t.gesturestartEvent=se,t.getAttribute=V,t.getAttributeNS=Vn,t.getBoundingClientRect=w,t.getCustomElements=Uo,t.getDocument=m,t.getDocumentBody=wo,t.getDocumentElement=A,t.getDocumentHead=Ao,t.getElementAnimationDelay=xe,t.getElementAnimationDuration=et,t.getElementById=jo,t.getElementStyle=v,t.getElementTransitionDelay=tt,t.getElementTransitionDuration=nt,t.getElementsByClassName=Qo,t.getElementsByTagName=At,t.getInstance=_n,t.getNodeName=it,t.getNodeScroll=ko,t.getOffsetParent=Co,t.getParentNode=N,t.getRectRelativeToOffsetParent=No,t.getUID=bt,t.getWindow=rt,t.hasAttribute=_e,t.hasAttributeNS=pn,t.hasClass=qn,t.hasFocusTrap=st,t.isApple=Ln,t.isArray=yt,t.isCanvas=Do,t.isCustomElement=ht,t.isDocument=R,t.isElement=l,t.isElementInScrollRange=Mo,t.isElementInViewport=Lo,t.isElementsArray=Oo,t.isFirefox=On,t.isFunction=Io,t.isHTMLCollection=zo,t.isHTMLElement=g,t.isHTMLImageElement=Po,t.isJSON=Fo,t.isMap=O,t.isMedia=Bo,t.isMobile=Mn,t.isNode=u,t.isNodeList=Vo,t.isNumber=ot,t.isObject=E,t.isRTL=po,t.isSVGElement=Wo,t.isScaledElement=Et,t.isShadowRoot=ct,t.isString=S,t.isTableElement=ut,t.isWeakMap=Ho,t.isWebKit=Je,t.isWindow=W,t.kebabCase=ao,t.keyAlt=$t,t.keyArrowDown=Xt,t.keyArrowLeft=en,t.keyArrowRight=tn,t.keyArrowUp=xt,t.keyBackspace=nn,t.keyCapsLock=on,t.keyControl=an,t.keyDelete=sn,t.keyEnter=cn,t.keyEscape=un,t.keyInsert=ln,t.keyMeta=dn,t.keyNumpadEnter=rn,t.keyPause=mn,t.keyScrollLock=vn,t.keyShift=En,t.keySpace=fn,t.keyTab=gn,t.keyboardEventKeys=_t,t.keydownEvent=ie,t.keypressEvent=ce,t.keyupEvent=re,t.loadEvent=ue,t.loadstartEvent=Kt,t.matches=lt,t.mouseClickEvents=Gt,t.mouseHoverEvents=Jt,t.mouseSwipeEvents=qt,t.mouseclickEvent=le,t.mousedblclickEvent=de,t.mousedownEvent=me,t.mouseenterEvent=fe,t.mousehoverEvent=Ee,t.mouseinEvent=be,t.mouseleaveEvent=ge,t.mousemoveEvent=we,t.mouseoutEvent=ye,t.mouseoverEvent=he,t.mouseupEvent=ve,t.mousewheelEvent=Ae,t.moveEvent=ke,t.nativeEvents=Vt,t.noop=Ye,t.normalizeOptions=so,t.normalizeValue=j,t.off=B,t.offsetHeight=wn,t.offsetWidth=An,t.on=H,t.one=Ze,t.orientationchangeEvent=Se,t.passiveHandler=mo,t.pointercancelEvent=Te,t.pointerdownEvent=Ce,t.pointerleaveEvent=Ne,t.pointermoveEvent=De,t.pointerupEvent=Me,t.querySelector=Ro,t.querySelectorAll=at,t.readystatechangeEvent=Le,t.reflow=vo,t.removeAttribute=Un,t.removeAttributeNS=jn,t.removeClass=Kn,t.removeEventListener=yn,t.resetEvent=Oe,t.resizeEvent=Ie,t.scrollEvent=He,t.scrollHeight=kn,t.scrollWidth=Sn,t.selectEvent=ze,t.selectendEvent=Pe,t.selectstartEvent=Fe,t.setAttribute=Wn,t.setAttributeNS=Rn,t.setElementStyle=Eo,t.submitEvent=Be,t.support3DTransform=In,t.supportAnimation=Hn,t.supportPassive=zn,t.supportTouch=Fn,t.supportTransform=Pn,t.supportTransition=Bn,t.tabindex=Tn,t.toLowerCase=go,t.toUpperCase=bo,t.toggleFocusTrap=ho,t.touchEvents=Yt,t.touchcancelEvent=We,t.touchendEvent=Re,t.touchmoveEvent=pe,t.touchstartEvent=Ve,t.transitionDelay=Ge,t.transitionDuration=qe,t.transitionEndEvent=M,t.transitionProperty=F,t.unloadEvent=Ue,t.userAgent=Dn,t.userAgentData=Cn,t.version=kt,Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),t}({});
1
+ var SHORTY=function(t){"use strict";const Nt="2.0.10",Ct="aria-checked",Dt="aria-description",Mt="aria-describedby",Lt="aria-expanded",Ot="aria-haspopup",Y="aria-hidden",It="aria-label",zt="aria-labelledby",Ft="aria-modal",Pt="aria-pressed",Ht="aria-selected",Bt="aria-valuemin",Vt="aria-valuemax",pt="aria-valuenow",Wt="aria-valuetext",Z="abort",_="beforeunload",$="blur",X="change",x="contextmenu",F="DOMContentLoaded",ee="DOMMouseScroll",te="error",ne="focus",oe="focusin",ae="focusout",se="gesturechange",ie="gestureend",ce="gesturestart",re="keydown",ue="keypress",le="keyup",de="load",me="click",ve="dblclick",Ee="mousedown",fe="mouseup",ge="hover",be="mouseenter",ye="mouseleave",he="mousein",we="mouseout",Ae="mouseover",ke="mousemove",Se="mousewheel",Te="move",Ne="orientationchange",Ce="pointercancel",De="pointerdown",Me="pointerleave",Le="pointermove",Oe="pointerup",Ie="readystatechange",ze="reset",Fe="resize",Pe="select",He="selectend",Be="selectstart",Ve="scroll",pe="submit",We="touchstart",Re="touchmove",Ue="touchcancel",je="touchend",Ke="unload",Rt={DOMContentLoaded:F,DOMMouseScroll:ee,abort:Z,beforeunload:_,blur:$,change:X,click:me,contextmenu:x,dblclick:ve,error:te,focus:ne,focusin:oe,focusout:ae,gesturechange:se,gestureend:ie,gesturestart:ce,hover:ge,keydown:re,keypress:ue,keyup:le,load:de,mousedown:Ee,mousemove:ke,mousein:he,mouseout:we,mouseenter:be,mouseleave:ye,mouseover:Ae,mouseup:fe,mousewheel:Se,move:Te,orientationchange:Ne,pointercancel:Ce,pointerdown:De,pointerleave:Me,pointermove:Le,pointerup:Oe,readystatechange:Ie,reset:ze,resize:Fe,scroll:Ve,select:Pe,selectend:He,selectstart:Be,submit:pe,touchcancel:Ue,touchend:je,touchmove:Re,touchstart:We,unload:Ke},Ut="drag",jt="dragstart",Kt="dragenter",Qt="dragleave",qt="dragover",Gt="dragend",Jt="loadstart",Yt={start:"mousedown",end:"mouseup",move:"mousemove",cancel:"mouseleave"},Zt={down:"mousedown",up:"mouseup"},_t="onmouseleave"in document?["mouseenter","mouseleave"]:["mouseover","mouseout"],$t={start:"touchstart",end:"touchend",move:"touchmove",cancel:"touchcancel"},Xt={in:"focusin",out:"focusout"},Qe='a[href], button, input, textarea, select, details, [tabindex]:not([tabindex="-1"]',xt={Backspace:"Backspace",Tab:"Tab",Enter:"Enter",Shift:"Shift",Control:"Control",Alt:"Alt",Pause:"Pause",CapsLock:"CapsLock",Escape:"Escape",Scape:"Space",ArrowLeft:"ArrowLeft",ArrowUp:"ArrowUp",ArrowRight:"ArrowRight",ArrowDown:"ArrowDown",Insert:"Insert",Delete:"Delete",Meta:"Meta",ContextMenu:"ContextMenu",ScrollLock:"ScrollLock"},en="Alt",tn="ArrowDown",nn="ArrowUp",on="ArrowLeft",an="ArrowRight",sn="Backspace",cn="CapsLock",rn="Control",un="Delete",ln="Enter",dn="NumpadEnter",mn="Escape",vn="Insert",En="Meta",fn="Pause",gn="ScrollLock",bn="Shift",yn="Space",hn="Tab",qe="animationDuration",Ge="animationDelay",P="animationName",D="animationend",Je="transitionDuration",Ye="transitionDelay",M="transitionend",H="transitionProperty",wn="addEventListener",An="removeEventListener",kn={linear:"linear",easingSinusoidalIn:"cubic-bezier(0.47,0,0.745,0.715)",easingSinusoidalOut:"cubic-bezier(0.39,0.575,0.565,1)",easingSinusoidalInOut:"cubic-bezier(0.445,0.05,0.55,0.95)",easingQuadraticIn:"cubic-bezier(0.550,0.085,0.680,0.530)",easingQuadraticOut:"cubic-bezier(0.250,0.460,0.450,0.940)",easingQuadraticInOut:"cubic-bezier(0.455,0.030,0.515,0.955)",easingCubicIn:"cubic-bezier(0.55,0.055,0.675,0.19)",easingCubicOut:"cubic-bezier(0.215,0.61,0.355,1)",easingCubicInOut:"cubic-bezier(0.645,0.045,0.355,1)",easingQuarticIn:"cubic-bezier(0.895,0.03,0.685,0.22)",easingQuarticOut:"cubic-bezier(0.165,0.84,0.44,1)",easingQuarticInOut:"cubic-bezier(0.77,0,0.175,1)",easingQuinticIn:"cubic-bezier(0.755,0.05,0.855,0.06)",easingQuinticOut:"cubic-bezier(0.23,1,0.32,1)",easingQuinticInOut:"cubic-bezier(0.86,0,0.07,1)",easingExponentialIn:"cubic-bezier(0.95,0.05,0.795,0.035)",easingExponentialOut:"cubic-bezier(0.19,1,0.22,1)",easingExponentialInOut:"cubic-bezier(1,0,0,1)",easingCircularIn:"cubic-bezier(0.6,0.04,0.98,0.335)",easingCircularOut:"cubic-bezier(0.075,0.82,0.165,1)",easingCircularInOut:"cubic-bezier(0.785,0.135,0.15,0.86)",easingBackIn:"cubic-bezier(0.6,-0.28,0.735,0.045)",easingBackOut:"cubic-bezier(0.175,0.885,0.32,1.275)",easingBackInOut:"cubic-bezier(0.68,-0.55,0.265,1.55)"},Sn="offsetHeight",Tn="offsetWidth",Nn="scrollHeight",Cn="scrollWidth",Dn="tabindex",Mn=navigator.userAgentData,{userAgent:Ln}=navigator,On=Ln,In=()=>{const e=/iPhone|iPad|iPod|Android/i;return navigator?.userAgentData?.brands.some(n=>e.test(n.brand))||e.test(navigator?.userAgent)||!1},zn=()=>{const e=/(iPhone|iPod|iPad)/;return navigator?.userAgentData?.brands.some(n=>e.test(n.brand))||e.test(navigator?.userAgent)||!1},Fn=()=>navigator?.userAgent?.includes("Firefox")||!1,Ze=()=>typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none"),Pn=()=>["webkitPerspective","perspective"].some(e=>e in document.head.style),_e=()=>{},B=(e,n,o,a)=>{const s=a||!1;e.addEventListener(n,o,s)},V=(e,n,o,a)=>{const s=a||!1;e.removeEventListener(n,o,s)},$e=(e,n,o,a)=>{const s=i=>{(i.target===e||i.currentTarget===e)&&(o.apply(e,[i]),V(e,n,s,a))};B(e,n,s,a)},Hn=()=>{let e=!1;try{const n=Object.defineProperty({},"passive",{get:()=>(e=!0,e)});$e(document,F,_e,n)}catch{}return e},Bn=()=>["webkitTransform","transform"].some(e=>e in document.head.style),Vn=()=>"ontouchstart"in window||"msMaxTouchPoints"in navigator,pn=()=>["webkitAnimation","animation"].some(e=>e in document.head.style),Wn=()=>["webkitTransition","transition"].some(e=>e in document.head.style),p=(e,n)=>e.getAttribute(n),Rn=(e,n,o)=>n.getAttributeNS(e,o),Xe=(e,n)=>e.hasAttribute(n),Un=(e,n,o)=>n.hasAttributeNS(e,o),jn=(e,n,o)=>e.setAttribute(n,o),Kn=(e,n,o,a)=>n.setAttributeNS(e,o,a),Qn=(e,n)=>e.removeAttribute(n),qn=(e,n,o)=>n.removeAttributeNS(e,o),Gn=(e,...n)=>{e.classList.add(...n)},Jn=(e,...n)=>{e.classList.remove(...n)},Yn=(e,n)=>e.classList.contains(n),{body:Zn}=document,{documentElement:_n}=document,{head:$n}=document,Xn=e=>Array.from(e),E=e=>e!=null&&typeof e=="object"||!1,u=e=>E(e)&&typeof e.nodeType=="number"&&[1,2,3,4,5,6,7,8,9,10,11].some(n=>e.nodeType===n)||!1,l=e=>u(e)&&e.nodeType===1||!1,h=new Map,L={data:h,set:(e,n,o)=>{if(!l(e))return;h.has(n)||h.set(n,new Map),h.get(n).set(e,o)},getAllFor:e=>h.get(e)||null,get:(e,n)=>{if(!l(e)||!n)return null;const o=L.getAllFor(n);return e&&o&&o.get(e)||null},remove:(e,n)=>{const o=L.getAllFor(n);!o||!l(e)||(o.delete(e),o.size===0&&h.delete(n))}},xn=(e,n)=>L.get(e,n),eo=e=>e?.charAt(0).toUpperCase()+e?.slice(1),W=e=>e?.trim().replace(/(?:^\w|[A-Z]|\b\w)/g,(n,o)=>o===0?n.toLowerCase():n.toUpperCase()).replace(/\s+/g,""),S=e=>typeof e=="string"||!1,R=e=>E(e)&&e.constructor.name==="Window"||!1,U=e=>u(e)&&e.nodeType===9||!1,m=e=>U(e)?e:u(e)?e.ownerDocument:R(e)?e.document:globalThis.document,T=(e,...n)=>Object.assign(e,...n),xe=e=>{if(!e)return;if(S(e))return m().createElement(e);const{tagName:n}=e,o=xe(n);if(!o)return;const a={...e};return delete a.tagName,T(o,a)},et=(e,n)=>{if(!e||!n)return;if(S(n))return m().createElementNS(e,n);const{tagName:o}=n,a=et(e,o);if(!a)return;const s={...n};return delete s.tagName,T(a,s)},j=(e,n)=>e.dispatchEvent(n),to=(e,n,o)=>o.indexOf(e)===n,v=(e,n,o)=>{const a=getComputedStyle(e,o),s=n.replace("webkit","Webkit").replace(/([A-Z])/g,"-$1").toLowerCase();return a.getPropertyValue(s)},tt=e=>{const n=v(e,P),o=v(e,Ge),a=o.includes("ms")?1:1e3,s=n&&n!=="none"?parseFloat(o)*a:0;return Number.isNaN(s)?0:s},nt=e=>{const n=v(e,P),o=v(e,qe),a=o.includes("ms")?1:1e3,s=n&&n!=="none"?parseFloat(o)*a:0;return Number.isNaN(s)?0:s},no=(e,n)=>{let o=0;const a=new Event(D),s=nt(e),i=tt(e);if(s){const r=d=>{d.target===e&&(n.apply(e,[d]),e.removeEventListener(D,r),o=1)};e.addEventListener(D,r),setTimeout(()=>{o||j(e,a)},s+i+17)}else n.apply(e,[a])},ot=e=>{const n=v(e,H),o=v(e,Ye),a=o.includes("ms")?1:1e3,s=n&&n!=="none"?parseFloat(o)*a:0;return Number.isNaN(s)?0:s},at=e=>{const n=v(e,H),o=v(e,Je),a=o.includes("ms")?1:1e3,s=n&&n!=="none"?parseFloat(o)*a:0;return Number.isNaN(s)?0:s},oo=(e,n)=>{let o=0;const a=new Event(M),s=at(e),i=ot(e);if(s){const r=d=>{d.target===e&&(n.apply(e,[d]),e.removeEventListener(M,r),o=1)};e.addEventListener(M,r),setTimeout(()=>{o||j(e,a)},s+i+17)}else n.apply(e,[a])},ao=e=>Float32Array.from(Array.from(e)),so=e=>Float64Array.from(Array.from(e)),io=(e,n)=>e.focus(n),co=e=>e?.trim().replace(/([a-z])([A-Z])/g,"$1-$2").replace(/\s+/g,"-").toLowerCase(),K=e=>["true",!0].includes(e)?!0:["false",!1].includes(e)?!1:["null","",null,void 0].includes(e)?null:e!==""&&!Number.isNaN(+e)?+e:e,N=e=>Object.entries(e),ro=(e,n,o,a)=>{if(!l(e))return n;const s={...o},i={...e.dataset},r={...n},d={},b="title";return N(i).forEach(([c,y])=>{const z=a&&typeof c=="string"&&c.includes(a)?W(c.replace(a,"")):W(c);d[z]=K(y)}),N(s).forEach(([c,y])=>{s[c]=K(y)}),N(n).forEach(([c,y])=>{c in s?r[c]=s[c]:c in d?r[c]=d[c]:r[c]=c===b?p(e,b):y}),r},uo=(e,n)=>E(e)&&(Object.hasOwn(e,n)||n in e),lo=e=>Object.keys(e),mo=e=>Object.values(e),vo=e=>Object.fromEntries(e),Eo=(e,n)=>{const o=new CustomEvent(e,{cancelable:!0,bubbles:!0});return E(n)&&T(o,n),o},fo={passive:!0},go=e=>e.offsetHeight,bo=(e,n)=>{N(n).forEach(([o,a])=>{if(a&&S(o)&&o.includes("--"))e.style.setProperty(o,a);else{const s={};s[o]=a,T(e.style,s)}})},O=e=>E(e)&&e.constructor.name==="Map"||!1,st=e=>typeof e=="number"||!1,f=new Map,yo={set:(e,n,o,a)=>{l(e)&&(a&&a.length?(f.has(e)||f.set(e,new Map),f.get(e).set(a,setTimeout(n,o))):f.set(e,setTimeout(n,o)))},get:(e,n)=>{if(!l(e))return null;const o=f.get(e);return n&&o&&O(o)?o.get(n)||null:st(o)?o:null},clear:(e,n)=>{if(!l(e))return;const o=f.get(e);n&&n.length&&O(o)?(clearTimeout(o.get(n)),o.delete(n),o.size===0&&f.delete(e)):(clearTimeout(o),f.delete(e))}},ho=e=>e.toLowerCase(),wo=e=>e.toUpperCase(),it=(e,n)=>(u(n)?n:m()).querySelectorAll(e),Q=new Map;function q(e){const{shiftKey:n,code:o}=e,a=m(this),s=[...it(Qe,this)].filter(d=>!Xe(d,"disabled")&&!p(d,Y));if(!s.length)return;const i=s[0],r=s[s.length-1];o==="Tab"&&(n&&a.activeElement===i?(r.focus(),e.preventDefault()):!n&&a.activeElement===r&&(i.focus(),e.preventDefault()))}const I=e=>Q.has(e)===!0,ct=e=>{I(e)||(B(e,"keydown",q),Q.set(e,!0))},rt=e=>{I(e)&&(V(e,"keydown",q),Q.delete(e))},Ao=e=>{I(e)?rt(e):ct(e)},g=e=>l(e)&&"offsetWidth"in e||!1,w=(e,n)=>{const{width:o,height:a,top:s,right:i,bottom:r,left:d}=e.getBoundingClientRect();let b=1,c=1;if(n&&g(e)){const{offsetWidth:y,offsetHeight:z}=e;b=y>0?Math.round(o)/y:1,c=z>0?Math.round(a)/z:1}return{width:o/b,height:a/c,top:s/c,right:i/b,bottom:r/c,left:d/b,x:d/b,y:s/c}},ko=e=>m(e).body,A=e=>m(e).documentElement,So=e=>m(e).head,ut=e=>u(e)?(e.nodeName||"").toLowerCase():"#document",To=e=>{const n=R(e),o=n?e.scrollX:e.scrollLeft,a=n?e.scrollY:e.scrollTop;return{x:o,y:a}},lt=e=>u(e)&&e.constructor.name==="ShadowRoot"||!1,C=e=>e.nodeName==="HTML"?e:l(e)&&e.assignedSlot||u(e)&&e.parentNode||lt(e)&&e.host||A(e),dt=e=>e?U(e)?e.defaultView:u(e)?e?.ownerDocument?.defaultView:e:window,mt=e=>u(e)&&["TABLE","TD","TH"].includes(e.nodeName)||!1,vt=(e,n)=>e.matches(n),G=e=>v(e,"position")==="static",No=e=>v(e,"position")==="fixed",Et=e=>[":popover-open",":modal"].some(n=>{try{return vt(e,n)}catch{return!1}}),ft=e=>{const n=Ze(),o=l(e)?getComputedStyle(e):e;return o.transform!=="none"||o.perspective!=="none"||(o.containerType?o.containerType!=="normal":!1)||!n&&(o.backdropFilter?o.backdropFilter!=="none":!1)||!n&&(o.filter?o.filter!=="none":!1)||["transform","perspective","filter"].some(a=>(o.willChange||"").includes(a))||["paint","layout","strict","content"].some(a=>(o.contain||"").includes(a))},Co=e=>{let n=C(e);for(;l(n)&&!J(n);){if(ft(n))return n;if(Et(n))return null;n=C(n)}return null},J=e=>["html","body","#document"].includes(ut(e)),gt=e=>{if(!g(e)||No(e))return null;let n=e.offsetParent;return A(e)===n&&(n=n.ownerDocument.body),n},Do=e=>{const n=dt(e);if(!u(e)||Et(e))return n;if(!g(e)){let a=C(e);for(;a&&!J(a);){if(l(a)&&!G(a))return a;a=C(a)}return n}let o=gt(e);for(;o&&mt(o)&&G(o);)o=gt(o);return o&&J(o)&&G(o)&&!ft(o)?n:o||Co(e)||n},bt=e=>{if(!g(e))return!1;const{width:n,height:o}=w(e),{offsetWidth:a,offsetHeight:s}=e;return Math.round(n)!==a||Math.round(o)!==s},Mo=(e,n,o)=>{const a=g(n),s=w(e,a&&bt(n)),i={x:0,y:0};if(a){const r=w(n,!0);i.x=r.x+n.clientLeft,i.y=r.y+n.clientTop}return{x:s.left+o.x-i.x,y:s.top+o.y-i.y,width:s.width,height:s.height}};let yt=0,ht=0;const k=new Map,wt=(e,n)=>{let o=n?yt:ht;if(n){const a=wt(e),s=k.get(a)||new Map;k.has(a)||k.set(a,s),O(s)&&!s.has(n)?(s.set(n,o),yt+=1):o=s.get(n)}else{const a=e.id||e;k.has(a)?o=k.get(a):(k.set(a,o),ht+=1)}return o},At=e=>Array.isArray(e)||!1,Lo=e=>u(e)&&e.nodeName==="CANVAS"||!1,kt=e=>g(e)&&!!e.shadowRoot||!1,Oo=e=>{if(!u(e))return!1;const{top:n,bottom:o}=w(e),{clientHeight:a}=A(e);return n<=a&&o>=0},Io=e=>{if(!l(e))return!1;const{clientWidth:n,clientHeight:o}=A(e),{top:a,left:s,bottom:i,right:r}=w(e,!0);return a>=0&&s>=0&&i<=o&&r<=n},zo=e=>At(e)&&e.every(l)||!1,Fo=e=>typeof e=="function"||!1,Po=e=>E(e)&&e.constructor.name==="HTMLCollection"||!1,Ho=e=>g(e)&&e.tagName==="IMG"||!1,Bo=e=>{if(!S(e))return!1;try{JSON.parse(e)}catch{return!1}return!0},Vo=e=>E(e)&&e.constructor.name==="WeakMap"||!1,po=e=>u(e)&&["SVG","Image","Video","Canvas"].some(n=>e.constructor.name.includes(n))||!1,Wo=e=>E(e)&&e.constructor.name==="NodeList"||!1,Ro=e=>A(e).dir==="rtl",Uo=e=>u(e)&&e.constructor.name.includes("SVG")||!1,St=(e,n)=>!e||!n?null:e.closest(n)||St(e.getRootNode().host,n)||null,jo=(e,n)=>l(e)?e:(l(n)?n:m()).querySelector(e),Tt=(e,n)=>(u(n)?n:m()).getElementsByTagName(e),Ko=e=>[...Tt("*",e)].filter(kt),Qo=(e,n)=>m(n).getElementById(e),qo=(e,n)=>(n&&u(n)?n:m()).getElementsByClassName(e);return t.ArrayFrom=Xn,t.DOMContentLoadedEvent=F,t.DOMMouseScrollEvent=ee,t.Data=L,t.Float32ArrayFrom=ao,t.Float64ArrayFrom=so,t.ObjectAssign=T,t.ObjectEntries=N,t.ObjectFromEntries=vo,t.ObjectHasOwn=uo,t.ObjectKeys=lo,t.ObjectValues=mo,t.Timer=yo,t.abortEvent=Z,t.addClass=Gn,t.addEventListener=wn,t.addFocusTrap=ct,t.animationDelay=Ge,t.animationDuration=qe,t.animationEndEvent=D,t.animationName=P,t.ariaChecked=Ct,t.ariaDescribedBy=Mt,t.ariaDescription=Dt,t.ariaExpanded=Lt,t.ariaHasPopup=Ot,t.ariaHidden=Y,t.ariaLabel=It,t.ariaLabelledBy=zt,t.ariaModal=Ft,t.ariaPressed=Pt,t.ariaSelected=Ht,t.ariaValueMax=Vt,t.ariaValueMin=Bt,t.ariaValueNow=pt,t.ariaValueText=Wt,t.beforeunloadEvent=_,t.bezierEasings=kn,t.blurEvent=$,t.camelCase=W,t.capitalize=eo,t.changeEvent=X,t.closest=St,t.contextmenuEvent=x,t.createCustomEvent=Eo,t.createElement=xe,t.createElementNS=et,t.dispatchEvent=j,t.distinct=to,t.documentBody=Zn,t.documentElement=_n,t.documentHead=$n,t.dragEvent=Ut,t.dragendEvent=Gt,t.dragenterEvent=Kt,t.dragleaveEvent=Qt,t.dragoverEvent=qt,t.dragstartEvent=jt,t.emulateAnimationEnd=no,t.emulateTransitionEnd=oo,t.errorEvent=te,t.focus=io,t.focusEvent=ne,t.focusEvents=Xt,t.focusableSelector=Qe,t.focusinEvent=oe,t.focusoutEvent=ae,t.gesturechangeEvent=se,t.gestureendEvent=ie,t.gesturestartEvent=ce,t.getAttribute=p,t.getAttributeNS=Rn,t.getBoundingClientRect=w,t.getCustomElements=Ko,t.getDocument=m,t.getDocumentBody=ko,t.getDocumentElement=A,t.getDocumentHead=So,t.getElementAnimationDelay=tt,t.getElementAnimationDuration=nt,t.getElementById=Qo,t.getElementStyle=v,t.getElementTransitionDelay=ot,t.getElementTransitionDuration=at,t.getElementsByClassName=qo,t.getElementsByTagName=Tt,t.getInstance=xn,t.getNodeName=ut,t.getNodeScroll=To,t.getOffsetParent=Do,t.getParentNode=C,t.getRectRelativeToOffsetParent=Mo,t.getUID=wt,t.getWindow=dt,t.handleKeyboardNavigation=q,t.hasAttribute=Xe,t.hasAttributeNS=Un,t.hasClass=Yn,t.hasFocusTrap=I,t.isApple=zn,t.isArray=At,t.isCanvas=Lo,t.isCustomElement=kt,t.isDocument=U,t.isElement=l,t.isElementInScrollRange=Oo,t.isElementInViewport=Io,t.isElementsArray=zo,t.isFirefox=Fn,t.isFunction=Fo,t.isHTMLCollection=Po,t.isHTMLElement=g,t.isHTMLImageElement=Ho,t.isJSON=Bo,t.isMap=O,t.isMedia=po,t.isMobile=In,t.isNode=u,t.isNodeList=Wo,t.isNumber=st,t.isObject=E,t.isRTL=Ro,t.isSVGElement=Uo,t.isScaledElement=bt,t.isShadowRoot=lt,t.isString=S,t.isTableElement=mt,t.isWeakMap=Vo,t.isWebKit=Ze,t.isWindow=R,t.kebabCase=co,t.keyAlt=en,t.keyArrowDown=tn,t.keyArrowLeft=on,t.keyArrowRight=an,t.keyArrowUp=nn,t.keyBackspace=sn,t.keyCapsLock=cn,t.keyControl=rn,t.keyDelete=un,t.keyEnter=ln,t.keyEscape=mn,t.keyInsert=vn,t.keyMeta=En,t.keyNumpadEnter=dn,t.keyPause=fn,t.keyScrollLock=gn,t.keyShift=bn,t.keySpace=yn,t.keyTab=hn,t.keyboardEventKeys=xt,t.keydownEvent=re,t.keypressEvent=ue,t.keyupEvent=le,t.loadEvent=de,t.loadstartEvent=Jt,t.matches=vt,t.mouseClickEvents=Zt,t.mouseHoverEvents=_t,t.mouseSwipeEvents=Yt,t.mouseclickEvent=me,t.mousedblclickEvent=ve,t.mousedownEvent=Ee,t.mouseenterEvent=be,t.mousehoverEvent=ge,t.mouseinEvent=he,t.mouseleaveEvent=ye,t.mousemoveEvent=ke,t.mouseoutEvent=we,t.mouseoverEvent=Ae,t.mouseupEvent=fe,t.mousewheelEvent=Se,t.moveEvent=Te,t.nativeEvents=Rt,t.noop=_e,t.normalizeOptions=ro,t.normalizeValue=K,t.off=V,t.offsetHeight=Sn,t.offsetWidth=Tn,t.on=B,t.one=$e,t.orientationchangeEvent=Ne,t.passiveHandler=fo,t.pointercancelEvent=Ce,t.pointerdownEvent=De,t.pointerleaveEvent=Me,t.pointermoveEvent=Le,t.pointerupEvent=Oe,t.querySelector=jo,t.querySelectorAll=it,t.readystatechangeEvent=Ie,t.reflow=go,t.removeAttribute=Qn,t.removeAttributeNS=qn,t.removeClass=Jn,t.removeEventListener=An,t.removeFocusTrap=rt,t.resetEvent=ze,t.resizeEvent=Fe,t.scrollEvent=Ve,t.scrollHeight=Nn,t.scrollWidth=Cn,t.selectEvent=Pe,t.selectendEvent=He,t.selectstartEvent=Be,t.setAttribute=jn,t.setAttributeNS=Kn,t.setElementStyle=bo,t.submitEvent=pe,t.support3DTransform=Pn,t.supportAnimation=pn,t.supportPassive=Hn,t.supportTouch=Vn,t.supportTransform=Bn,t.supportTransition=Wn,t.tabindex=Dn,t.toLowerCase=ho,t.toUpperCase=wo,t.toggleFocusTrap=Ao,t.touchEvents=$t,t.touchcancelEvent=Ue,t.touchendEvent=je,t.touchmoveEvent=Re,t.touchstartEvent=We,t.transitionDelay=Ye,t.transitionDuration=Je,t.transitionEndEvent=M,t.transitionProperty=H,t.unloadEvent=Ke,t.userAgent=On,t.userAgentData=Mn,t.version=Nt,Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),t}({});
2
2
  //# sourceMappingURL=shorty.js.map